SSMGUIConnect / Client / delete_connection_recording_preferences

delete_connection_recording_preferences

SSMGUIConnect.Client.delete_connection_recording_preferences(**kwargs)

Deletes the preferences for recording RDP connections.

See also: AWS API Documentation

Request Syntax

response = client.delete_connection_recording_preferences(
    ClientToken='string'
)
Parameters:

ClientToken (string) –

User-provided idempotency token.

This field is autopopulated if not provided.

Return type:

dict

Returns:

Response Syntax

{
    'ClientToken': 'string'
}

Response Structure

  • (dict) –

    • ClientToken (string) –

      Service-provided idempotency token.

Exceptions

  • SSMGUIConnect.Client.exceptions.ServiceQuotaExceededException

  • SSMGUIConnect.Client.exceptions.ValidationException

  • SSMGUIConnect.Client.exceptions.ResourceNotFoundException

  • SSMGUIConnect.Client.exceptions.ConflictException

  • SSMGUIConnect.Client.exceptions.ThrottlingException

  • SSMGUIConnect.Client.exceptions.InternalServerException

  • SSMGUIConnect.Client.exceptions.AccessDeniedException