Chime / Client / create_app_instance_admin
create_app_instance_admin#
- Chime.Client.create_app_instance_admin(**kwargs)#
- Promotes an - AppInstanceUserto an- AppInstanceAdmin. The promoted user can perform the following actions.- ChannelModeratoractions across all channels in the- AppInstance.
- DeleteChannelMessageactions.
 - Only an - AppInstanceUsercan be promoted to an- AppInstanceAdminrole.- See also: AWS API Documentation - Request Syntax - response = client.create_app_instance_admin( AppInstanceAdminArn='string', AppInstanceArn='string' ) - Parameters:
- AppInstanceAdminArn (string) – - [REQUIRED] - The ARN of the administrator of the current - AppInstance.
- AppInstanceArn (string) – - [REQUIRED] - The ARN of the - AppInstance.
 
- Return type:
- dict 
- Returns:
- Response Syntax - { 'AppInstanceAdmin': { 'Arn': 'string', 'Name': 'string' }, 'AppInstanceArn': 'string' } - Response Structure - (dict) – - AppInstanceAdmin (dict) – - The name and ARN of the admin for the - AppInstance.- Arn (string) – - The ARN in an Identity. 
- Name (string) – - The name in an Identity. 
 
- AppInstanceArn (string) – - The ARN of the of the admin for the - AppInstance.
 
 
 - Exceptions - Chime.Client.exceptions.BadRequestException
- Chime.Client.exceptions.ConflictException
- Chime.Client.exceptions.ForbiddenException
- Chime.Client.exceptions.ResourceLimitExceededException
- Chime.Client.exceptions.ThrottledClientException
- Chime.Client.exceptions.UnauthorizedClientException
- Chime.Client.exceptions.ServiceUnavailableException
- Chime.Client.exceptions.ServiceFailureException