deleteConnectionRecordingPreferences
abstract suspend fun deleteConnectionRecordingPreferences(input: DeleteConnectionRecordingPreferencesRequest = DeleteConnectionRecordingPreferencesRequest { }): DeleteConnectionRecordingPreferencesResponse
Deletes the preferences for recording RDP connections.
Samples
// Delete the connection recording preferences for the account
val resp = ssmGuiConnectClient.deleteConnectionRecordingPreferences()Content copied to clipboard