deleteConnectionRecordingPreferences
inline suspend fun SsmGuiConnectClient.deleteConnectionRecordingPreferences(crossinline block: DeleteConnectionRecordingPreferencesRequest.Builder.() -> Unit): 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