deleteConnectionRecordingPreferences
inline suspend fun SsmGuiConnectClient.deleteConnectionRecordingPreferences(crossinline block: DeleteConnectionRecordingPreferencesRequest.Builder.() -> Unit): DeleteConnectionRecordingPreferencesResponse
Deletes the preferences for recording RDP connections.
Samples
fun main() {
//sampleStart
// Delete the connection recording preferences for the account
val resp = ssmGuiConnectClient.deleteConnectionRecordingPreferences()
//sampleEnd
}