ChimeSDKVoice / Client / create_voice_profile_domain

create_voice_profile_domain#

ChimeSDKVoice.Client.create_voice_profile_domain(**kwargs)#

See also: AWS API Documentation

Request Syntax

response = client.create_voice_profile_domain(
    Name='string',
    Description='string',
    ServerSideEncryptionConfiguration={
        'KmsKeyArn': 'string'
    },
    ClientRequestToken='string',
    Tags=[
        {
            'Key': 'string',
            'Value': 'string'
        },
    ]
)
Parameters:
  • Name (string) – [REQUIRED]

  • Description (string) –

  • ServerSideEncryptionConfiguration (dict) –

    [REQUIRED]

    • KmsKeyArn (string) – [REQUIRED]

  • ClientRequestToken (string) –

  • Tags (list) –

    • (dict) –

      • Key (string) – [REQUIRED]

      • Value (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

{
    'VoiceProfileDomain': {
        'VoiceProfileDomainId': 'string',
        'VoiceProfileDomainArn': 'string',
        'Name': 'string',
        'Description': 'string',
        'ServerSideEncryptionConfiguration': {
            'KmsKeyArn': 'string'
        },
        'CreatedTimestamp': datetime(2015, 1, 1),
        'UpdatedTimestamp': datetime(2015, 1, 1)
    }
}

Response Structure

  • (dict) –

    • VoiceProfileDomain (dict) –

      • VoiceProfileDomainId (string) –

      • VoiceProfileDomainArn (string) –

      • Name (string) –

      • Description (string) –

      • ServerSideEncryptionConfiguration (dict) –

        • KmsKeyArn (string) –

      • CreatedTimestamp (datetime) –

      • UpdatedTimestamp (datetime) –

Exceptions

  • ChimeSDKVoice.Client.exceptions.BadRequestException

  • ChimeSDKVoice.Client.exceptions.ForbiddenException

  • ChimeSDKVoice.Client.exceptions.AccessDeniedException

  • ChimeSDKVoice.Client.exceptions.ConflictException

  • ChimeSDKVoice.Client.exceptions.UnauthorizedClientException

  • ChimeSDKVoice.Client.exceptions.ThrottledClientException

  • ChimeSDKVoice.Client.exceptions.ResourceLimitExceededException

  • ChimeSDKVoice.Client.exceptions.ServiceUnavailableException

  • ChimeSDKVoice.Client.exceptions.ServiceFailureException