{ "version":"2.0", "metadata":{ "apiVersion":"2018-05-01", "endpointPrefix":"chime", "protocol":"rest-json", "serviceFullName":"Amazon Chime", "serviceId":"Chime", "signatureVersion":"v4", "uid":"chime-2018-05-01" }, "operations":{ "BatchSuspendUser":{ "name":"BatchSuspendUser", "http":{ "method":"POST", "requestUri":"/console/accounts/{accountId}/users?operation=suspend", "responseCode":200 }, "input":{"shape":"BatchSuspendUserRequest"}, "output":{"shape":"BatchSuspendUserResponse"}, "errors":[ {"shape":"UnauthorizedClientException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"BadRequestException"}, {"shape":"ThrottledClientException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Suspends up to 50 users from a Team or EnterpriseLWA Amazon Chime account. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.

Users suspended from a Team account are dissociated from the account, but they can continue to use Amazon Chime as free users. To remove the suspension from suspended Team account users, invite them to the Team account again. You can use the InviteUsers action to do so.

Users suspended from an EnterpriseLWA account are immediately signed out of Amazon Chime and are no longer able to sign in. To remove the suspension from suspended EnterpriseLWA account users, use the BatchUnsuspendUser action.

To sign out users without suspending them, use the LogoutUser action.

" }, "BatchUnsuspendUser":{ "name":"BatchUnsuspendUser", "http":{ "method":"POST", "requestUri":"/console/accounts/{accountId}/users?operation=unsuspend", "responseCode":200 }, "input":{"shape":"BatchUnsuspendUserRequest"}, "output":{"shape":"BatchUnsuspendUserResponse"}, "errors":[ {"shape":"UnauthorizedClientException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"BadRequestException"}, {"shape":"ThrottledClientException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime EnterpriseLWA account. Only users on EnterpriseLWA accounts can be unsuspended using this action. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.

Previously suspended users who are unsuspended using this action are returned to Registered status. Users who are not previously suspended are ignored.

" }, "BatchUpdateUser":{ "name":"BatchUpdateUser", "http":{ "method":"POST", "requestUri":"/console/accounts/{accountId}/users", "responseCode":200 }, "input":{"shape":"BatchUpdateUserRequest"}, "output":{"shape":"BatchUpdateUserResponse"}, "errors":[ {"shape":"UnauthorizedClientException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"BadRequestException"}, {"shape":"ThrottledClientException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Updates user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon Chime account. Currently, only LicenseType updates are supported for this action.

" }, "CreateAccount":{ "name":"CreateAccount", "http":{ "method":"POST", "requestUri":"/console/accounts", "responseCode":201 }, "input":{"shape":"CreateAccountRequest"}, "output":{"shape":"CreateAccountResponse"}, "errors":[ {"shape":"UnauthorizedClientException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"BadRequestException"}, {"shape":"ThrottledClientException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Creates an Amazon Chime account under the administrator's AWS account. Only Team account types are currently supported for this action. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.

" }, "DeleteAccount":{ "name":"DeleteAccount", "http":{ "method":"DELETE", "requestUri":"/console/accounts/{accountId}", "responseCode":204 }, "input":{"shape":"DeleteAccountRequest"}, "output":{"shape":"DeleteAccountResponse"}, "errors":[ {"shape":"UnauthorizedClientException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"BadRequestException"}, {"shape":"ThrottledClientException"}, {"shape":"UnprocessableEntityException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Deletes the specified Amazon Chime account. You must suspend all users before deleting a Team account. You can use the BatchSuspendUser action to do so.

For EnterpriseLWA and EnterpriseAD accounts, you must release the claimed domains for your Amazon Chime account before deletion. As soon as you release the domain, all users under that account are suspended.

Deleted accounts appear in your Disabled accounts list for 90 days. To restore a deleted account from your Disabled accounts list, you must contact AWS Support.

After 90 days, deleted accounts are permanently removed from your Disabled accounts list.

" }, "GetAccount":{ "name":"GetAccount", "http":{ "method":"GET", "requestUri":"/console/accounts/{accountId}" }, "input":{"shape":"GetAccountRequest"}, "output":{"shape":"GetAccountResponse"}, "errors":[ {"shape":"UnauthorizedClientException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"BadRequestException"}, {"shape":"ThrottledClientException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.

" }, "GetAccountSettings":{ "name":"GetAccountSettings", "http":{ "method":"GET", "requestUri":"/console/accounts/{accountId}/settings" }, "input":{"shape":"GetAccountSettingsRequest"}, "output":{"shape":"GetAccountSettingsResponse"}, "errors":[ {"shape":"UnauthorizedClientException"}, {"shape":"NotFoundException"}, {"shape":"BadRequestException"}, {"shape":"ForbiddenException"}, {"shape":"ThrottledClientException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dial out settings. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.

" }, "GetUser":{ "name":"GetUser", "http":{ "method":"GET", "requestUri":"/console/accounts/{accountId}/users/{userId}", "responseCode":200 }, "input":{"shape":"GetUserRequest"}, "output":{"shape":"GetUserResponse"}, "errors":[ {"shape":"UnauthorizedClientException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"BadRequestException"}, {"shape":"ThrottledClientException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Retrieves details for the specified user ID, such as primary email address, license type, and personal meeting PIN.

To retrieve user details with an email address instead of a user ID, use the ListUsers action, and then filter by email address.

" }, "InviteUsers":{ "name":"InviteUsers", "http":{ "method":"POST", "requestUri":"/console/accounts/{accountId}/users?operation=add", "responseCode":201 }, "input":{"shape":"InviteUsersRequest"}, "output":{"shape":"InviteUsersResponse"}, "errors":[ {"shape":"UnauthorizedClientException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"BadRequestException"}, {"shape":"ThrottledClientException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Sends email invites to as many as 50 users, inviting them to the specified Amazon Chime Team account. Only Team account types are currently supported for this action.

" }, "ListAccounts":{ "name":"ListAccounts", "http":{ "method":"GET", "requestUri":"/console/accounts" }, "input":{"shape":"ListAccountsRequest"}, "output":{"shape":"ListAccountsResponse"}, "errors":[ {"shape":"UnauthorizedClientException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"BadRequestException"}, {"shape":"ThrottledClientException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Lists the Amazon Chime accounts under the administrator's AWS account. You can filter accounts by account name prefix. To find out which Amazon Chime account a user belongs to, you can filter by the user's email address, which returns one account result.

" }, "ListUsers":{ "name":"ListUsers", "http":{ "method":"GET", "requestUri":"/console/accounts/{accountId}/users", "responseCode":200 }, "input":{"shape":"ListUsersRequest"}, "output":{"shape":"ListUsersResponse"}, "errors":[ {"shape":"UnauthorizedClientException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"BadRequestException"}, {"shape":"ThrottledClientException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Lists the users that belong to the specified Amazon Chime account. You can specify an email address to list only the user that the email address belongs to.

" }, "LogoutUser":{ "name":"LogoutUser", "http":{ "method":"POST", "requestUri":"/console/accounts/{accountId}/users/{userId}?operation=logout", "responseCode":204 }, "input":{"shape":"LogoutUserRequest"}, "output":{"shape":"LogoutUserResponse"}, "errors":[ {"shape":"UnauthorizedClientException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"BadRequestException"}, {"shape":"ThrottledClientException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Logs out the specified user from all of the devices they are currently logged into.

" }, "ResetPersonalPIN":{ "name":"ResetPersonalPIN", "http":{ "method":"POST", "requestUri":"/console/accounts/{accountId}/users/{userId}?operation=reset-personal-pin", "responseCode":200 }, "input":{"shape":"ResetPersonalPINRequest"}, "output":{"shape":"ResetPersonalPINResponse"}, "errors":[ {"shape":"UnauthorizedClientException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"BadRequestException"}, {"shape":"ThrottledClientException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Resets the personal meeting PIN for the specified user on an Amazon Chime account. Returns the User object with the updated personal meeting PIN.

" }, "UpdateAccount":{ "name":"UpdateAccount", "http":{ "method":"POST", "requestUri":"/console/accounts/{accountId}", "responseCode":200 }, "input":{"shape":"UpdateAccountRequest"}, "output":{"shape":"UpdateAccountResponse"}, "errors":[ {"shape":"UnauthorizedClientException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"BadRequestException"}, {"shape":"ThrottledClientException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Updates account details for the specified Amazon Chime account. Currently, only account name updates are supported for this action.

" }, "UpdateAccountSettings":{ "name":"UpdateAccountSettings", "http":{ "method":"PUT", "requestUri":"/console/accounts/{accountId}/settings", "responseCode":204 }, "input":{"shape":"UpdateAccountSettingsRequest"}, "output":{"shape":"UpdateAccountSettingsResponse"}, "errors":[ {"shape":"UnauthorizedClientException"}, {"shape":"NotFoundException"}, {"shape":"BadRequestException"}, {"shape":"ForbiddenException"}, {"shape":"ConflictException"}, {"shape":"ThrottledClientException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Updates the settings for the specified Amazon Chime account. You can update settings for remote control of shared screens, or for the dial-out option. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.

" }, "UpdateUser":{ "name":"UpdateUser", "http":{ "method":"POST", "requestUri":"/console/accounts/{accountId}/users/{userId}", "responseCode":200 }, "input":{"shape":"UpdateUserRequest"}, "output":{"shape":"UpdateUserResponse"}, "errors":[ {"shape":"UnauthorizedClientException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"BadRequestException"}, {"shape":"ThrottledClientException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Updates user details for a specified user ID. Currently, only LicenseType updates are supported for this action.

" } }, "shapes":{ "Account":{ "type":"structure", "required":[ "AwsAccountId", "AccountId", "Name" ], "members":{ "AwsAccountId":{ "shape":"String", "documentation":"

The AWS account ID.

" }, "AccountId":{ "shape":"String", "documentation":"

The Amazon Chime account ID.

" }, "Name":{ "shape":"String", "documentation":"

The Amazon Chime account name.

" }, "AccountType":{ "shape":"AccountType", "documentation":"

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":{ "shape":"Iso8601Timestamp", "documentation":"

The Amazon Chime account creation timestamp, in ISO 8601 format.

" }, "DefaultLicense":{ "shape":"License", "documentation":"

The default license for the Amazon Chime account.

" }, "SupportedLicenses":{ "shape":"LicenseList", "documentation":"

Supported licenses for the Amazon Chime account.

" } }, "documentation":"

The Amazon Chime account details. An AWS account can have multiple Amazon Chime accounts.

" }, "AccountList":{ "type":"list", "member":{"shape":"Account"} }, "AccountName":{ "type":"string", "max":100, "min":1, "pattern":".*\\S.*" }, "AccountSettings":{ "type":"structure", "members":{ "DisableRemoteControl":{ "shape":"Boolean", "documentation":"

Setting that stops or starts remote control of shared screens during meetings.

" }, "EnableDialOut":{ "shape":"Boolean", "documentation":"

Setting that allows meeting participants to choose the Call me at a phone number option. For more information, see Join a Meeting without the Amazon Chime App.

" } }, "documentation":"

Settings related to the Amazon Chime account. This includes settings that start or stop remote control of shared screens, or start or stop the dial-out option in the Amazon Chime web application. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.

" }, "AccountType":{ "type":"string", "enum":[ "Team", "EnterpriseDirectory", "EnterpriseLWA", "EnterpriseOIDC" ] }, "BadRequestException":{ "type":"structure", "members":{ "Code":{"shape":"ErrorCode"}, "Message":{"shape":"String"} }, "documentation":"

The input parameters don't match the service's restrictions.

", "error":{"httpStatusCode":400}, "exception":true }, "BatchSuspendUserRequest":{ "type":"structure", "required":[ "AccountId", "UserIdList" ], "members":{ "AccountId":{ "shape":"NonEmptyString", "documentation":"

The Amazon Chime account ID.

", "location":"uri", "locationName":"accountId" }, "UserIdList":{ "shape":"UserIdList", "documentation":"

The request containing the user IDs to suspend.

" } } }, "BatchSuspendUserResponse":{ "type":"structure", "members":{ "UserErrors":{ "shape":"UserErrorList", "documentation":"

If the BatchSuspendUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.

" } } }, "BatchUnsuspendUserRequest":{ "type":"structure", "required":[ "AccountId", "UserIdList" ], "members":{ "AccountId":{ "shape":"NonEmptyString", "documentation":"

The Amazon Chime account ID.

", "location":"uri", "locationName":"accountId" }, "UserIdList":{ "shape":"UserIdList", "documentation":"

The request containing the user IDs to unsuspend.

" } } }, "BatchUnsuspendUserResponse":{ "type":"structure", "members":{ "UserErrors":{ "shape":"UserErrorList", "documentation":"

If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.

" } } }, "BatchUpdateUserRequest":{ "type":"structure", "required":[ "AccountId", "UpdateUserRequestItems" ], "members":{ "AccountId":{ "shape":"NonEmptyString", "documentation":"

The Amazon Chime account ID.

", "location":"uri", "locationName":"accountId" }, "UpdateUserRequestItems":{ "shape":"UpdateUserRequestItemList", "documentation":"

The request containing the user IDs and details to update.

" } } }, "BatchUpdateUserResponse":{ "type":"structure", "members":{ "UserErrors":{ "shape":"UserErrorList", "documentation":"

If the BatchUpdateUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.

" } } }, "Boolean":{"type":"boolean"}, "ConflictException":{ "type":"structure", "members":{ "Code":{"shape":"ErrorCode"}, "Message":{"shape":"String"} }, "documentation":"

The request could not be processed because of conflict in the current state of the resource.

", "error":{"httpStatusCode":409}, "exception":true }, "CreateAccountRequest":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"AccountName", "documentation":"

The name of the Amazon Chime account.

" } } }, "CreateAccountResponse":{ "type":"structure", "members":{ "Account":{ "shape":"Account", "documentation":"

The Amazon Chime account details.

" } } }, "DeleteAccountRequest":{ "type":"structure", "required":["AccountId"], "members":{ "AccountId":{ "shape":"NonEmptyString", "documentation":"

The Amazon Chime account ID.

", "location":"uri", "locationName":"accountId" } } }, "DeleteAccountResponse":{ "type":"structure", "members":{ } }, "EmailAddress":{ "type":"string", "pattern":".+@.+\\..+", "sensitive":true }, "EmailStatus":{ "type":"string", "enum":[ "NotSent", "Sent", "Failed" ] }, "ErrorCode":{ "type":"string", "enum":[ "Unauthorized", "Forbidden", "NotFound", "BadRequest", "Conflict", "ServiceFailure", "ServiceUnavailable", "Unprocessable", "Throttled", "PreconditionFailed" ] }, "ForbiddenException":{ "type":"structure", "members":{ "Code":{"shape":"ErrorCode"}, "Message":{"shape":"String"} }, "documentation":"

The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

", "error":{"httpStatusCode":403}, "exception":true }, "GetAccountRequest":{ "type":"structure", "required":["AccountId"], "members":{ "AccountId":{ "shape":"NonEmptyString", "documentation":"

The Amazon Chime account ID.

", "location":"uri", "locationName":"accountId" } } }, "GetAccountResponse":{ "type":"structure", "members":{ "Account":{ "shape":"Account", "documentation":"

The Amazon Chime account details.

" } } }, "GetAccountSettingsRequest":{ "type":"structure", "required":["AccountId"], "members":{ "AccountId":{ "shape":"NonEmptyString", "documentation":"

The Amazon Chime account ID.

", "location":"uri", "locationName":"accountId" } } }, "GetAccountSettingsResponse":{ "type":"structure", "members":{ "AccountSettings":{ "shape":"AccountSettings", "documentation":"

The Amazon Chime account settings.

" } } }, "GetUserRequest":{ "type":"structure", "required":[ "AccountId", "UserId" ], "members":{ "AccountId":{ "shape":"NonEmptyString", "documentation":"

The Amazon Chime account ID.

", "location":"uri", "locationName":"accountId" }, "UserId":{ "shape":"NonEmptyString", "documentation":"

The user ID.

", "location":"uri", "locationName":"userId" } } }, "GetUserResponse":{ "type":"structure", "members":{ "User":{ "shape":"User", "documentation":"

The user details.

" } } }, "Invite":{ "type":"structure", "members":{ "InviteId":{ "shape":"String", "documentation":"

The invite ID.

" }, "Status":{ "shape":"InviteStatus", "documentation":"

The status of the invite.

" }, "EmailAddress":{ "shape":"EmailAddress", "documentation":"

The email address to which the invite is sent.

" }, "EmailStatus":{ "shape":"EmailStatus", "documentation":"

The status of the invite email.

" } }, "documentation":"

Invitation object returned after emailing users to invite them to join the Amazon Chime Team account.

" }, "InviteList":{ "type":"list", "member":{"shape":"Invite"} }, "InviteStatus":{ "type":"string", "enum":[ "Pending", "Accepted", "Failed" ] }, "InviteUsersRequest":{ "type":"structure", "required":[ "AccountId", "UserEmailList" ], "members":{ "AccountId":{ "shape":"NonEmptyString", "documentation":"

The Amazon Chime account ID.

", "location":"uri", "locationName":"accountId" }, "UserEmailList":{ "shape":"UserEmailList", "documentation":"

The user email addresses to which to send the invite.

" } } }, "InviteUsersResponse":{ "type":"structure", "members":{ "Invites":{ "shape":"InviteList", "documentation":"

The invite details.

" } } }, "Iso8601Timestamp":{ "type":"timestamp", "timestampFormat":"iso8601" }, "License":{ "type":"string", "enum":[ "Basic", "Plus", "Pro", "ProTrial" ] }, "LicenseList":{ "type":"list", "member":{"shape":"License"} }, "ListAccountsRequest":{ "type":"structure", "members":{ "Name":{ "shape":"AccountName", "documentation":"

Amazon Chime account name prefix with which to filter results.

", "location":"querystring", "locationName":"name" }, "UserEmail":{ "shape":"EmailAddress", "documentation":"

User email address with which to filter results.

", "location":"querystring", "locationName":"user-email" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results.

", "location":"querystring", "locationName":"next-token" }, "MaxResults":{ "shape":"ProfileServiceMaxResults", "documentation":"

The maximum number of results to return in a single call. Defaults to 100.

", "location":"querystring", "locationName":"max-results" } } }, "ListAccountsResponse":{ "type":"structure", "members":{ "Accounts":{ "shape":"AccountList", "documentation":"

List of Amazon Chime accounts and account details.

" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results.

" } } }, "ListUsersRequest":{ "type":"structure", "required":["AccountId"], "members":{ "AccountId":{ "shape":"NonEmptyString", "documentation":"

The Amazon Chime account ID.

", "location":"uri", "locationName":"accountId" }, "UserEmail":{ "shape":"EmailAddress", "documentation":"

Optional. The user email address used to filter results. Maximum 1.

", "location":"querystring", "locationName":"user-email" }, "MaxResults":{ "shape":"ProfileServiceMaxResults", "documentation":"

The maximum number of results to return in a single call. Defaults to 100.

", "location":"querystring", "locationName":"max-results" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results.

", "location":"querystring", "locationName":"next-token" } } }, "ListUsersResponse":{ "type":"structure", "members":{ "Users":{ "shape":"UserList", "documentation":"

List of users and user details.

" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results.

" } } }, "LogoutUserRequest":{ "type":"structure", "required":[ "AccountId", "UserId" ], "members":{ "AccountId":{ "shape":"NonEmptyString", "documentation":"

The Amazon Chime account ID.

", "location":"uri", "locationName":"accountId" }, "UserId":{ "shape":"NonEmptyString", "documentation":"

The user ID.

", "location":"uri", "locationName":"userId" } } }, "LogoutUserResponse":{ "type":"structure", "members":{ } }, "NonEmptyString":{ "type":"string", "pattern":".*\\S.*" }, "NotFoundException":{ "type":"structure", "members":{ "Code":{"shape":"ErrorCode"}, "Message":{"shape":"String"} }, "documentation":"

One or more of the resources in the request does not exist in the system.

", "error":{"httpStatusCode":404}, "exception":true }, "ProfileServiceMaxResults":{ "type":"integer", "max":200, "min":1 }, "RegistrationStatus":{ "type":"string", "enum":[ "Unregistered", "Registered", "Suspended" ] }, "ResetPersonalPINRequest":{ "type":"structure", "required":[ "AccountId", "UserId" ], "members":{ "AccountId":{ "shape":"NonEmptyString", "documentation":"

The Amazon Chime account ID.

", "location":"uri", "locationName":"accountId" }, "UserId":{ "shape":"NonEmptyString", "documentation":"

The user ID.

", "location":"uri", "locationName":"userId" } } }, "ResetPersonalPINResponse":{ "type":"structure", "members":{ "User":{ "shape":"User", "documentation":"

The user details and new personal meeting PIN.

" } } }, "SensitiveString":{ "type":"string", "sensitive":true }, "ServiceFailureException":{ "type":"structure", "members":{ "Code":{"shape":"ErrorCode"}, "Message":{"shape":"String"} }, "documentation":"

The service encountered an unexpected error.

", "error":{"httpStatusCode":500}, "exception":true, "fault":true }, "ServiceUnavailableException":{ "type":"structure", "members":{ "Code":{"shape":"ErrorCode"}, "Message":{"shape":"String"} }, "documentation":"

The service is currently unavailable.

", "error":{"httpStatusCode":503}, "exception":true, "fault":true }, "String":{"type":"string"}, "ThrottledClientException":{ "type":"structure", "members":{ "Code":{"shape":"ErrorCode"}, "Message":{"shape":"String"} }, "documentation":"

The client exceeded its request rate limit.

", "error":{"httpStatusCode":429}, "exception":true }, "UnauthorizedClientException":{ "type":"structure", "members":{ "Code":{"shape":"ErrorCode"}, "Message":{"shape":"String"} }, "documentation":"

The client is not currently authorized to make the request.

", "error":{"httpStatusCode":401}, "exception":true }, "UnprocessableEntityException":{ "type":"structure", "members":{ "Code":{"shape":"ErrorCode"}, "Message":{"shape":"String"} }, "documentation":"

The request was well-formed but was unable to be followed due to semantic errors.

", "error":{"httpStatusCode":422}, "exception":true }, "UpdateAccountRequest":{ "type":"structure", "required":["AccountId"], "members":{ "AccountId":{ "shape":"NonEmptyString", "documentation":"

The Amazon Chime account ID.

", "location":"uri", "locationName":"accountId" }, "Name":{ "shape":"AccountName", "documentation":"

The new name for the specified Amazon Chime account.

" } } }, "UpdateAccountResponse":{ "type":"structure", "members":{ "Account":{ "shape":"Account", "documentation":"

The updated Amazon Chime account details.

" } } }, "UpdateAccountSettingsRequest":{ "type":"structure", "required":[ "AccountId", "AccountSettings" ], "members":{ "AccountId":{ "shape":"NonEmptyString", "documentation":"

The Amazon Chime account ID.

", "location":"uri", "locationName":"accountId" }, "AccountSettings":{ "shape":"AccountSettings", "documentation":"

The Amazon Chime account settings to update.

" } } }, "UpdateAccountSettingsResponse":{ "type":"structure", "members":{ } }, "UpdateUserRequest":{ "type":"structure", "required":[ "AccountId", "UserId" ], "members":{ "AccountId":{ "shape":"NonEmptyString", "documentation":"

The Amazon Chime account ID.

", "location":"uri", "locationName":"accountId" }, "UserId":{ "shape":"NonEmptyString", "documentation":"

The user ID.

", "location":"uri", "locationName":"userId" }, "LicenseType":{ "shape":"License", "documentation":"

The user license type to update. This must be a supported license type for the Amazon Chime account that the user belongs to.

" } } }, "UpdateUserRequestItem":{ "type":"structure", "required":["UserId"], "members":{ "UserId":{ "shape":"NonEmptyString", "documentation":"

The user ID.

" }, "LicenseType":{ "shape":"License", "documentation":"

The user license type.

" } }, "documentation":"

The user ID and user fields to update, used with the BatchUpdateUser action.

" }, "UpdateUserRequestItemList":{ "type":"list", "member":{"shape":"UpdateUserRequestItem"}, "max":20 }, "UpdateUserResponse":{ "type":"structure", "members":{ "User":{ "shape":"User", "documentation":"

The updated user details.

" } } }, "User":{ "type":"structure", "required":["UserId"], "members":{ "UserId":{ "shape":"String", "documentation":"

The user ID.

" }, "AccountId":{ "shape":"String", "documentation":"

The Amazon Chime account ID.

" }, "PrimaryEmail":{ "shape":"EmailAddress", "documentation":"

The primary email address of the user.

" }, "DisplayName":{ "shape":"SensitiveString", "documentation":"

The display name of the user.

" }, "LicenseType":{ "shape":"License", "documentation":"

The license type for the user.

" }, "UserRegistrationStatus":{ "shape":"RegistrationStatus", "documentation":"

The user registration status.

" }, "UserInvitationStatus":{ "shape":"InviteStatus", "documentation":"

The user invite status.

" }, "RegisteredOn":{ "shape":"Iso8601Timestamp", "documentation":"

Date and time when the user is registered, in ISO 8601 format.

" }, "InvitedOn":{ "shape":"Iso8601Timestamp", "documentation":"

Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.

" }, "PersonalPIN":{ "shape":"String", "documentation":"

The user's personal meeting PIN.

" } }, "documentation":"

The user on the Amazon Chime account.

" }, "UserEmailList":{ "type":"list", "member":{"shape":"EmailAddress"}, "max":50 }, "UserError":{ "type":"structure", "members":{ "UserId":{ "shape":"NonEmptyString", "documentation":"

The user ID for which the action failed.

" }, "ErrorCode":{ "shape":"ErrorCode", "documentation":"

The error code.

" }, "ErrorMessage":{ "shape":"String", "documentation":"

The error message.

" } }, "documentation":"

The list of errors returned when errors are encountered during the BatchSuspendUser, BatchUnsuspendUser, or BatchUpdateUser actions. This includes user IDs, error codes, and error messages.

" }, "UserErrorList":{ "type":"list", "member":{"shape":"UserError"} }, "UserIdList":{ "type":"list", "member":{"shape":"NonEmptyString"}, "max":50 }, "UserList":{ "type":"list", "member":{"shape":"User"} } }, "documentation":"

The Amazon Chime API (application programming interface) is designed for administrators to use to perform key tasks, such as creating and managing Amazon Chime accounts and users. This guide provides detailed information about the Amazon Chime API, including operations, types, inputs and outputs, and error codes.

You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls. We recommend using an AWS SDK or the AWS CLI. Each API operation includes links to information about using it with a language-specific AWS SDK or the AWS CLI.

Using an AWS SDK

You don't need to write code to calculate a signature for request authentication. The SDK clients authenticate your requests by using access keys that you provide. For more information about AWS SDKs, see the AWS Developer Center.

Using the AWS CLI

Use your access keys with the AWS CLI to make API calls. For information about setting up the AWS CLI, see Installing the AWS Command Line Interface in the AWS Command Line Interface User Guide. For a list of available Amazon Chime commands, see the Amazon Chime commands in the AWS CLI Command Reference.

Using REST API

If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports signature version 4. For more information, see Signature Version 4 Signing Process in the Amazon Web Services General Reference.

When making REST API calls, use the service name chime and REST endpoint https://service.chime.aws.amazon.com.

Administrative permissions are controlled using AWS Identity and Access Management (IAM). For more information, see Control Access to the Amazon Chime Console in the Amazon Chime Administration Guide.

" }