2021/06/10 - Amazon Chime - 1 updated api methods
Changes This SDK release adds support for UpdateAccount API to allow users to update their default license on Chime account.
{'DefaultLicense': 'Basic | Plus | Pro | ProTrial'}
Updates account details for the specified Amazon Chime account. Currently, only account name and default license updates are supported for this action.
See also: AWS API Documentation
Request Syntax
client.update_account( AccountId='string', Name='string', DefaultLicense='Basic'|'Plus'|'Pro'|'ProTrial' )
string
[REQUIRED]
The Amazon Chime account ID.
string
The new name for the specified Amazon Chime account.
string
The default license applied when you add users to an Amazon Chime account.
dict
Response Syntax
{ 'Account': { 'AwsAccountId': 'string', 'AccountId': 'string', 'Name': 'string', 'AccountType': 'Team'|'EnterpriseDirectory'|'EnterpriseLWA'|'EnterpriseOIDC', 'CreatedTimestamp': datetime(2015, 1, 1), 'DefaultLicense': 'Basic'|'Plus'|'Pro'|'ProTrial', 'SupportedLicenses': [ 'Basic'|'Plus'|'Pro'|'ProTrial', ], 'SigninDelegateGroups': [ { 'GroupName': 'string' }, ] } }
Response Structure
(dict) --
Account (dict) --
The updated Amazon Chime account details.
AwsAccountId (string) --
The AWS account ID.
AccountId (string) --
The Amazon Chime account ID.
Name (string) --
The Amazon Chime account name.
AccountType (string) --
The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.
CreatedTimestamp (datetime) --
The Amazon Chime account creation timestamp, in ISO 8601 format.
DefaultLicense (string) --
The default license for the Amazon Chime account.
SupportedLicenses (list) --
Supported licenses for the Amazon Chime account.
(string) --
SigninDelegateGroups (list) --
The sign-in delegate groups associated with the account.
(dict) --
An Active Directory (AD) group whose members are granted permission to act as delegates.
GroupName (string) --
The group name.