putDefaultApplicationSetting
inline suspend fun OpenSearchClient.putDefaultApplicationSetting(crossinline block: PutDefaultApplicationSettingRequest.Builder.() -> Unit): PutDefaultApplicationSettingResponse
Sets the default application to the application with the specified ARN.
To remove the default application, use the GetDefaultApplicationSetting operation to get the current default and then call the PutDefaultApplicationSetting with the current applications ARN and the setAsDefault parameter set to false.