ChimeSDKIdentity / Client / update_app_instance_bot

update_app_instance_bot#

ChimeSDKIdentity.Client.update_app_instance_bot(**kwargs)#

Updates the name and metadata of an AppInstanceBot.

See also: AWS API Documentation

Request Syntax

response = client.update_app_instance_bot(
    AppInstanceBotArn='string',
    Name='string',
    Metadata='string'
)
Parameters:
  • AppInstanceBotArn (string) –

    [REQUIRED]

    The ARN of the AppInstanceBot.

  • Name (string) –

    [REQUIRED]

    The name of the AppInstanceBot.

  • Metadata (string) –

    [REQUIRED]

    The metadata of the AppInstanceBot.

Return type:

dict

Returns:

Response Syntax

{
    'AppInstanceBotArn': 'string'
}

Response Structure

  • (dict) –

    • AppInstanceBotArn (string) –

      The ARN of the AppInstanceBot.

Exceptions

  • ChimeSDKIdentity.Client.exceptions.BadRequestException

  • ChimeSDKIdentity.Client.exceptions.ConflictException

  • ChimeSDKIdentity.Client.exceptions.ForbiddenException

  • ChimeSDKIdentity.Client.exceptions.ResourceLimitExceededException

  • ChimeSDKIdentity.Client.exceptions.ThrottledClientException

  • ChimeSDKIdentity.Client.exceptions.UnauthorizedClientException

  • ChimeSDKIdentity.Client.exceptions.ServiceUnavailableException

  • ChimeSDKIdentity.Client.exceptions.ServiceFailureException