Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AccessDeniedException = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "AccessDeniedException", }, smithy.ShapeTypeStructure, 2, &smithytraits.HTTPError{Code: 403})
View Source
var AccessDeniedException_Code *smithy.Schema
View Source
var AccessDeniedException_Message *smithy.Schema
View Source
var Account = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "Account", }, smithy.ShapeTypeStructure, 9)
View Source
var AccountSettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "AccountSettings", }, smithy.ShapeTypeStructure, 2)
View Source
var AccountSettings_DisableRemoteControl *smithy.Schema
View Source
var AccountSettings_EnableDialOut *smithy.Schema
View Source
var AccountStatus = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "AccountStatus", }, smithy.ShapeTypeEnum, 2)
View Source
var AccountStatus_Active *smithy.Schema
View Source
var AccountStatus_Suspended *smithy.Schema
View Source
var AccountType = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "AccountType", }, smithy.ShapeTypeEnum, 4)
View Source
var AccountType_EnterpriseDirectory *smithy.Schema
View Source
var AccountType_EnterpriseLWA *smithy.Schema
View Source
var AccountType_EnterpriseOIDC *smithy.Schema
View Source
var AccountType_Team *smithy.Schema
View Source
var Account_AccountId *smithy.Schema
View Source
var Account_AccountStatus *smithy.Schema
View Source
var Account_AccountType *smithy.Schema
View Source
var Account_AwsAccountId *smithy.Schema
View Source
var Account_CreatedTimestamp *smithy.Schema
View Source
var Account_DefaultLicense *smithy.Schema
View Source
var Account_Name *smithy.Schema
View Source
var Account_SigninDelegateGroups *smithy.Schema
View Source
var Account_SupportedLicenses *smithy.Schema
View Source
var AlexaForBusinessMetadata = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "AlexaForBusinessMetadata", }, smithy.ShapeTypeStructure, 2)
View Source
var AlexaForBusinessMetadata_AlexaForBusinessRoomArn *smithy.Schema
View Source
var AlexaForBusinessMetadata_IsAlexaForBusinessEnabled *smithy.Schema
View Source
var AssociatePhoneNumberWithUser = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "AssociatePhoneNumberWithUser", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/users/{UserId}?operation=associate-phone-number", Code: 200})
View Source
var AssociatePhoneNumberWithUserRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "AssociatePhoneNumberWithUserRequest", }, smithy.ShapeTypeStructure, 3)
View Source
var AssociatePhoneNumberWithUserRequest_AccountId *smithy.Schema
View Source
var AssociatePhoneNumberWithUserRequest_E164PhoneNumber *smithy.Schema
View Source
var AssociatePhoneNumberWithUserRequest_UserId *smithy.Schema
View Source
var AssociatePhoneNumberWithUserResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "AssociatePhoneNumberWithUserResponse", }, smithy.ShapeTypeStructure, 0)
View Source
var AssociateSigninDelegateGroupsWithAccount = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "AssociateSigninDelegateGroupsWithAccount", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}?operation=associate-signin-delegate-groups", Code: 200})
View Source
var AssociateSigninDelegateGroupsWithAccountRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "AssociateSigninDelegateGroupsWithAccountRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var AssociateSigninDelegateGroupsWithAccountRequest_AccountId *smithy.Schema
View Source
var AssociateSigninDelegateGroupsWithAccountRequest_SigninDelegateGroups *smithy.Schema
View Source
var AssociateSigninDelegateGroupsWithAccountResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "AssociateSigninDelegateGroupsWithAccountResponse", }, smithy.ShapeTypeStructure, 0)
View Source
var BadRequestException = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BadRequestException", }, smithy.ShapeTypeStructure, 2, &smithytraits.HTTPError{Code: 400})
View Source
var BadRequestException_Code *smithy.Schema
View Source
var BadRequestException_Message *smithy.Schema
View Source
var BatchCreateRoomMembership = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchCreateRoomMembership", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/rooms/{RoomId}/memberships?operation=batch-create", Code: 201})
View Source
var BatchCreateRoomMembershipRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchCreateRoomMembershipRequest", }, smithy.ShapeTypeStructure, 3)
View Source
var BatchCreateRoomMembershipRequest_AccountId *smithy.Schema
View Source
var BatchCreateRoomMembershipRequest_MembershipItemList *smithy.Schema
View Source
var BatchCreateRoomMembershipRequest_RoomId *smithy.Schema
View Source
var BatchCreateRoomMembershipResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchCreateRoomMembershipResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var BatchCreateRoomMembershipResponse_Errors *smithy.Schema
View Source
var BatchDeletePhoneNumber = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchDeletePhoneNumber", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/phone-numbers?operation=batch-delete", Code: 200})
View Source
var BatchDeletePhoneNumberRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchDeletePhoneNumberRequest", }, smithy.ShapeTypeStructure, 1)
View Source
var BatchDeletePhoneNumberRequest_PhoneNumberIds *smithy.Schema
View Source
var BatchDeletePhoneNumberResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchDeletePhoneNumberResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var BatchDeletePhoneNumberResponse_PhoneNumberErrors *smithy.Schema
View Source
var BatchSuspendUser = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchSuspendUser", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/users?operation=suspend", Code: 200})
View Source
var BatchSuspendUserRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchSuspendUserRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var BatchSuspendUserRequest_AccountId *smithy.Schema
View Source
var BatchSuspendUserRequest_UserIdList *smithy.Schema
View Source
var BatchSuspendUserResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchSuspendUserResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var BatchSuspendUserResponse_UserErrors *smithy.Schema
View Source
var BatchUnsuspendUser = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchUnsuspendUser", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/users?operation=unsuspend", Code: 200})
View Source
var BatchUnsuspendUserRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchUnsuspendUserRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var BatchUnsuspendUserRequest_AccountId *smithy.Schema
View Source
var BatchUnsuspendUserRequest_UserIdList *smithy.Schema
View Source
var BatchUnsuspendUserResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchUnsuspendUserResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var BatchUnsuspendUserResponse_UserErrors *smithy.Schema
View Source
var BatchUpdatePhoneNumber = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchUpdatePhoneNumber", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/phone-numbers?operation=batch-update", Code: 200})
View Source
var BatchUpdatePhoneNumberRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchUpdatePhoneNumberRequest", }, smithy.ShapeTypeStructure, 1)
View Source
var BatchUpdatePhoneNumberRequest_UpdatePhoneNumberRequestItems *smithy.Schema
View Source
var BatchUpdatePhoneNumberResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchUpdatePhoneNumberResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var BatchUpdatePhoneNumberResponse_PhoneNumberErrors *smithy.Schema
View Source
var BatchUpdateUser = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchUpdateUser", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/users", Code: 200})
View Source
var BatchUpdateUserRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchUpdateUserRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var BatchUpdateUserRequest_AccountId *smithy.Schema
View Source
var BatchUpdateUserRequest_UpdateUserRequestItems *smithy.Schema
View Source
var BatchUpdateUserResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BatchUpdateUserResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var BatchUpdateUserResponse_UserErrors *smithy.Schema
View Source
var Bot = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "Bot", }, smithy.ShapeTypeStructure, 9)
View Source
var BotType = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BotType", }, smithy.ShapeTypeEnum, 1)
View Source
var BotType_ChatBot *smithy.Schema
View Source
var Bot_BotEmail *smithy.Schema
View Source
var Bot_BotId *smithy.Schema
View Source
var Bot_BotType *smithy.Schema
View Source
var Bot_CreatedTimestamp *smithy.Schema
View Source
var Bot_Disabled *smithy.Schema
View Source
var Bot_DisplayName *smithy.Schema
View Source
var Bot_SecurityToken *smithy.Schema
View Source
var Bot_UpdatedTimestamp *smithy.Schema
View Source
var Bot_UserId *smithy.Schema
View Source
var BusinessCallingSettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "BusinessCallingSettings", }, smithy.ShapeTypeStructure, 1)
View Source
var BusinessCallingSettings_CdrBucket *smithy.Schema
View Source
var CallingNameStatus = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CallingNameStatus", }, smithy.ShapeTypeEnum, 4)
View Source
var CallingNameStatus_Unassigned *smithy.Schema
View Source
var CallingNameStatus_UpdateFailed *smithy.Schema
View Source
var CallingNameStatus_UpdateInProgress *smithy.Schema
View Source
var CallingNameStatus_UpdateSucceeded *smithy.Schema
View Source
var ConflictException = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ConflictException", }, smithy.ShapeTypeStructure, 2, &smithytraits.HTTPError{Code: 409})
View Source
var ConflictException_Code *smithy.Schema
View Source
var ConflictException_Message *smithy.Schema
View Source
var ConversationRetentionSettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ConversationRetentionSettings", }, smithy.ShapeTypeStructure, 1)
View Source
var ConversationRetentionSettings_RetentionDays *smithy.Schema
View Source
var CreateAccount = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateAccount", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts", Code: 201})
View Source
var CreateAccountRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateAccountRequest", }, smithy.ShapeTypeStructure, 1)
View Source
var CreateAccountRequest_Name *smithy.Schema
View Source
var CreateAccountResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateAccountResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var CreateAccountResponse_Account *smithy.Schema
View Source
var CreateBot = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateBot", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/bots", Code: 201})
View Source
var CreateBotRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateBotRequest", }, smithy.ShapeTypeStructure, 3)
View Source
var CreateBotRequest_AccountId *smithy.Schema
View Source
var CreateBotRequest_DisplayName *smithy.Schema
View Source
var CreateBotRequest_Domain *smithy.Schema
View Source
var CreateBotResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateBotResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var CreateBotResponse_Bot *smithy.Schema
View Source
var CreateMeetingDialOut = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateMeetingDialOut", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/meetings/{MeetingId}/dial-outs", Code: 201})
View Source
var CreateMeetingDialOutRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateMeetingDialOutRequest", }, smithy.ShapeTypeStructure, 4)
View Source
var CreateMeetingDialOutRequest_FromPhoneNumber *smithy.Schema
View Source
var CreateMeetingDialOutRequest_JoinToken *smithy.Schema
View Source
var CreateMeetingDialOutRequest_MeetingId *smithy.Schema
View Source
var CreateMeetingDialOutRequest_ToPhoneNumber *smithy.Schema
View Source
var CreateMeetingDialOutResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateMeetingDialOutResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var CreateMeetingDialOutResponse_TransactionId *smithy.Schema
View Source
var CreatePhoneNumberOrder = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreatePhoneNumberOrder", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/phone-number-orders", Code: 201})
View Source
var CreatePhoneNumberOrderRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreatePhoneNumberOrderRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var CreatePhoneNumberOrderRequest_E164PhoneNumbers *smithy.Schema
View Source
var CreatePhoneNumberOrderRequest_ProductType *smithy.Schema
View Source
var CreatePhoneNumberOrderResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreatePhoneNumberOrderResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var CreatePhoneNumberOrderResponse_PhoneNumberOrder *smithy.Schema
View Source
var CreateRoom = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateRoom", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/rooms", Code: 201})
View Source
var CreateRoomMembership = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateRoomMembership", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/rooms/{RoomId}/memberships", Code: 201})
View Source
var CreateRoomMembershipRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateRoomMembershipRequest", }, smithy.ShapeTypeStructure, 4)
View Source
var CreateRoomMembershipRequest_AccountId *smithy.Schema
View Source
var CreateRoomMembershipRequest_MemberId *smithy.Schema
View Source
var CreateRoomMembershipRequest_Role *smithy.Schema
View Source
var CreateRoomMembershipRequest_RoomId *smithy.Schema
View Source
var CreateRoomMembershipResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateRoomMembershipResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var CreateRoomMembershipResponse_RoomMembership *smithy.Schema
View Source
var CreateRoomRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateRoomRequest", }, smithy.ShapeTypeStructure, 3)
View Source
var CreateRoomRequest_AccountId *smithy.Schema
View Source
var CreateRoomRequest_ClientRequestToken *smithy.Schema
View Source
var CreateRoomRequest_Name *smithy.Schema
View Source
var CreateRoomResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateRoomResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var CreateRoomResponse_Room *smithy.Schema
View Source
var CreateUser = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateUser", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/users?operation=create", Code: 201})
View Source
var CreateUserRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateUserRequest", }, smithy.ShapeTypeStructure, 4)
View Source
var CreateUserRequest_AccountId *smithy.Schema
View Source
var CreateUserRequest_Email *smithy.Schema
View Source
var CreateUserRequest_UserType *smithy.Schema
View Source
var CreateUserRequest_Username *smithy.Schema
View Source
var CreateUserResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "CreateUserResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var CreateUserResponse_User *smithy.Schema
View Source
var DeleteAccount = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "DeleteAccount", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "DELETE", URI: "/accounts/{AccountId}", Code: 204})
View Source
var DeleteAccountRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "DeleteAccountRequest", }, smithy.ShapeTypeStructure, 1)
View Source
var DeleteAccountRequest_AccountId *smithy.Schema
View Source
var DeleteAccountResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "DeleteAccountResponse", }, smithy.ShapeTypeStructure, 0)
View Source
var DeleteEventsConfiguration = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "DeleteEventsConfiguration", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "DELETE", URI: "/accounts/{AccountId}/bots/{BotId}/events-configuration", Code: 204})
View Source
var DeleteEventsConfigurationRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "DeleteEventsConfigurationRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var DeleteEventsConfigurationRequest_AccountId *smithy.Schema
View Source
var DeleteEventsConfigurationRequest_BotId *smithy.Schema
View Source
var DeletePhoneNumber = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "DeletePhoneNumber", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "DELETE", URI: "/phone-numbers/{PhoneNumberId}", Code: 204})
View Source
var DeletePhoneNumberRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "DeletePhoneNumberRequest", }, smithy.ShapeTypeStructure, 1)
View Source
var DeletePhoneNumberRequest_PhoneNumberId *smithy.Schema
View Source
var DeleteRoom = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "DeleteRoom", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "DELETE", URI: "/accounts/{AccountId}/rooms/{RoomId}", Code: 204})
View Source
var DeleteRoomMembership = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "DeleteRoomMembership", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "DELETE", URI: "/accounts/{AccountId}/rooms/{RoomId}/memberships/{MemberId}", Code: 204})
View Source
var DeleteRoomMembershipRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "DeleteRoomMembershipRequest", }, smithy.ShapeTypeStructure, 3)
View Source
var DeleteRoomMembershipRequest_AccountId *smithy.Schema
View Source
var DeleteRoomMembershipRequest_MemberId *smithy.Schema
View Source
var DeleteRoomMembershipRequest_RoomId *smithy.Schema
View Source
var DeleteRoomRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "DeleteRoomRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var DeleteRoomRequest_AccountId *smithy.Schema
View Source
var DeleteRoomRequest_RoomId *smithy.Schema
View Source
var DisassociatePhoneNumberFromUser = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "DisassociatePhoneNumberFromUser", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/users/{UserId}?operation=disassociate-phone-number", Code: 200})
View Source
var DisassociatePhoneNumberFromUserRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "DisassociatePhoneNumberFromUserRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var DisassociatePhoneNumberFromUserRequest_AccountId *smithy.Schema
View Source
var DisassociatePhoneNumberFromUserRequest_UserId *smithy.Schema
View Source
var DisassociatePhoneNumberFromUserResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "DisassociatePhoneNumberFromUserResponse", }, smithy.ShapeTypeStructure, 0)
View Source
var DisassociateSigninDelegateGroupsFromAccount = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "DisassociateSigninDelegateGroupsFromAccount", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}?operation=disassociate-signin-delegate-groups", Code: 200})
View Source
var DisassociateSigninDelegateGroupsFromAccountRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "DisassociateSigninDelegateGroupsFromAccountRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var DisassociateSigninDelegateGroupsFromAccountRequest_AccountId *smithy.Schema
View Source
var DisassociateSigninDelegateGroupsFromAccountRequest_GroupNames *smithy.Schema
View Source
var DisassociateSigninDelegateGroupsFromAccountResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "DisassociateSigninDelegateGroupsFromAccountResponse", }, smithy.ShapeTypeStructure, 0)
View Source
var EmailStatus = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "EmailStatus", }, smithy.ShapeTypeEnum, 3)
View Source
var EmailStatus_Failed *smithy.Schema
View Source
var EmailStatus_NotSent *smithy.Schema
View Source
var EmailStatus_Sent *smithy.Schema
View Source
var ErrorCode = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ErrorCode", }, smithy.ShapeTypeEnum, 15)
View Source
var ErrorCode_AccessDenied *smithy.Schema
View Source
var ErrorCode_BadRequest *smithy.Schema
View Source
var ErrorCode_Conflict *smithy.Schema
View Source
var ErrorCode_Forbidden *smithy.Schema
View Source
var ErrorCode_NotFound *smithy.Schema
View Source
var ErrorCode_PhoneNumberAssociationsExist *smithy.Schema
View Source
var ErrorCode_PreconditionFailed *smithy.Schema
View Source
var ErrorCode_ResourceLimitExceeded *smithy.Schema
View Source
var ErrorCode_ServiceFailure *smithy.Schema
View Source
var ErrorCode_Throttled *smithy.Schema
View Source
var ErrorCode_Throttling *smithy.Schema
View Source
var ErrorCode_Unprocessable *smithy.Schema
View Source
var ErrorCode_VoiceConnectorGroupAssociationsExist *smithy.Schema
View Source
var EventsConfiguration = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "EventsConfiguration", }, smithy.ShapeTypeStructure, 3)
View Source
var EventsConfiguration_BotId *smithy.Schema
View Source
var EventsConfiguration_LambdaFunctionArn *smithy.Schema
View Source
var EventsConfiguration_OutboundEventsHTTPSEndpoint *smithy.Schema
View Source
var ForbiddenException = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ForbiddenException", }, smithy.ShapeTypeStructure, 2, &smithytraits.HTTPError{Code: 403})
View Source
var ForbiddenException_Code *smithy.Schema
View Source
var ForbiddenException_Message *smithy.Schema
View Source
var GetAccount = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetAccount", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/accounts/{AccountId}", Code: 200})
View Source
var GetAccountRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetAccountRequest", }, smithy.ShapeTypeStructure, 1)
View Source
var GetAccountRequest_AccountId *smithy.Schema
View Source
var GetAccountResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetAccountResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var GetAccountResponse_Account *smithy.Schema
View Source
var GetAccountSettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetAccountSettings", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/accounts/{AccountId}/settings", Code: 200})
View Source
var GetAccountSettingsRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetAccountSettingsRequest", }, smithy.ShapeTypeStructure, 1)
View Source
var GetAccountSettingsRequest_AccountId *smithy.Schema
View Source
var GetAccountSettingsResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetAccountSettingsResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var GetAccountSettingsResponse_AccountSettings *smithy.Schema
View Source
var GetBot = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetBot", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/accounts/{AccountId}/bots/{BotId}", Code: 200})
View Source
var GetBotRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetBotRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var GetBotRequest_AccountId *smithy.Schema
View Source
var GetBotRequest_BotId *smithy.Schema
View Source
var GetBotResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetBotResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var GetBotResponse_Bot *smithy.Schema
View Source
var GetEventsConfiguration = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetEventsConfiguration", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/accounts/{AccountId}/bots/{BotId}/events-configuration", Code: 200})
View Source
var GetEventsConfigurationRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetEventsConfigurationRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var GetEventsConfigurationRequest_AccountId *smithy.Schema
View Source
var GetEventsConfigurationRequest_BotId *smithy.Schema
View Source
var GetEventsConfigurationResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetEventsConfigurationResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var GetEventsConfigurationResponse_EventsConfiguration *smithy.Schema
View Source
var GetGlobalSettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetGlobalSettings", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/settings", Code: 200})
View Source
var GetGlobalSettingsResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetGlobalSettingsResponse", }, smithy.ShapeTypeStructure, 2)
View Source
var GetGlobalSettingsResponse_BusinessCalling *smithy.Schema
View Source
var GetGlobalSettingsResponse_VoiceConnector *smithy.Schema
View Source
var GetPhoneNumber = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetPhoneNumber", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/phone-numbers/{PhoneNumberId}", Code: 200})
View Source
var GetPhoneNumberOrder = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetPhoneNumberOrder", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/phone-number-orders/{PhoneNumberOrderId}", Code: 200})
View Source
var GetPhoneNumberOrderRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetPhoneNumberOrderRequest", }, smithy.ShapeTypeStructure, 1)
View Source
var GetPhoneNumberOrderRequest_PhoneNumberOrderId *smithy.Schema
View Source
var GetPhoneNumberOrderResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetPhoneNumberOrderResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var GetPhoneNumberOrderResponse_PhoneNumberOrder *smithy.Schema
View Source
var GetPhoneNumberRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetPhoneNumberRequest", }, smithy.ShapeTypeStructure, 1)
View Source
var GetPhoneNumberRequest_PhoneNumberId *smithy.Schema
View Source
var GetPhoneNumberResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetPhoneNumberResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var GetPhoneNumberResponse_PhoneNumber *smithy.Schema
View Source
var GetPhoneNumberSettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetPhoneNumberSettings", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/settings/phone-number", Code: 200})
View Source
var GetPhoneNumberSettingsResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetPhoneNumberSettingsResponse", }, smithy.ShapeTypeStructure, 2)
View Source
var GetPhoneNumberSettingsResponse_CallingName *smithy.Schema
View Source
var GetPhoneNumberSettingsResponse_CallingNameUpdatedTimestamp *smithy.Schema
View Source
var GetRetentionSettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetRetentionSettings", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/accounts/{AccountId}/retention-settings", Code: 200})
View Source
var GetRetentionSettingsRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetRetentionSettingsRequest", }, smithy.ShapeTypeStructure, 1)
View Source
var GetRetentionSettingsRequest_AccountId *smithy.Schema
View Source
var GetRetentionSettingsResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetRetentionSettingsResponse", }, smithy.ShapeTypeStructure, 2)
View Source
var GetRetentionSettingsResponse_InitiateDeletionTimestamp *smithy.Schema
View Source
var GetRetentionSettingsResponse_RetentionSettings *smithy.Schema
View Source
var GetRoom = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetRoom", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/accounts/{AccountId}/rooms/{RoomId}", Code: 200})
View Source
var GetRoomRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetRoomRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var GetRoomRequest_AccountId *smithy.Schema
View Source
var GetRoomRequest_RoomId *smithy.Schema
View Source
var GetRoomResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetRoomResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var GetRoomResponse_Room *smithy.Schema
View Source
var GetUser = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetUser", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/accounts/{AccountId}/users/{UserId}", Code: 200})
View Source
var GetUserRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetUserRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var GetUserRequest_AccountId *smithy.Schema
View Source
var GetUserRequest_UserId *smithy.Schema
View Source
var GetUserResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetUserResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var GetUserResponse_User *smithy.Schema
View Source
var GetUserSettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetUserSettings", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/accounts/{AccountId}/users/{UserId}/settings", Code: 200})
View Source
var GetUserSettingsRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetUserSettingsRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var GetUserSettingsRequest_AccountId *smithy.Schema
View Source
var GetUserSettingsRequest_UserId *smithy.Schema
View Source
var GetUserSettingsResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "GetUserSettingsResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var GetUserSettingsResponse_UserSettings *smithy.Schema
View Source
var Invite = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "Invite", }, smithy.ShapeTypeStructure, 4)
View Source
var InviteStatus = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "InviteStatus", }, smithy.ShapeTypeEnum, 3)
View Source
var InviteStatus_Accepted *smithy.Schema
View Source
var InviteStatus_Failed *smithy.Schema
View Source
var InviteStatus_Pending *smithy.Schema
View Source
var InviteUsers = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "InviteUsers", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/users?operation=add", Code: 201})
View Source
var InviteUsersRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "InviteUsersRequest", }, smithy.ShapeTypeStructure, 3)
View Source
var InviteUsersRequest_AccountId *smithy.Schema
View Source
var InviteUsersRequest_UserEmailList *smithy.Schema
View Source
var InviteUsersRequest_UserType *smithy.Schema
View Source
var InviteUsersResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "InviteUsersResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var InviteUsersResponse_Invites *smithy.Schema
View Source
var Invite_EmailAddress *smithy.Schema
View Source
var Invite_EmailStatus *smithy.Schema
View Source
var Invite_InviteId *smithy.Schema
View Source
var Invite_Status *smithy.Schema
View Source
var License = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "License", }, smithy.ShapeTypeEnum, 4)
View Source
var License_Basic *smithy.Schema
View Source
var License_Plus *smithy.Schema
View Source
var License_Pro *smithy.Schema
View Source
var License_ProTrial *smithy.Schema
View Source
var ListAccounts = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListAccounts", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/accounts", Code: 200})
View Source
var ListAccountsRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListAccountsRequest", }, smithy.ShapeTypeStructure, 4)
View Source
var ListAccountsRequest_MaxResults *smithy.Schema
View Source
var ListAccountsRequest_Name *smithy.Schema
View Source
var ListAccountsRequest_NextToken *smithy.Schema
View Source
var ListAccountsRequest_UserEmail *smithy.Schema
View Source
var ListAccountsResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListAccountsResponse", }, smithy.ShapeTypeStructure, 2)
View Source
var ListAccountsResponse_Accounts *smithy.Schema
View Source
var ListAccountsResponse_NextToken *smithy.Schema
View Source
var ListBots = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListBots", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/accounts/{AccountId}/bots", Code: 200})
View Source
var ListBotsRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListBotsRequest", }, smithy.ShapeTypeStructure, 3)
View Source
var ListBotsRequest_AccountId *smithy.Schema
View Source
var ListBotsRequest_MaxResults *smithy.Schema
View Source
var ListBotsRequest_NextToken *smithy.Schema
View Source
var ListBotsResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListBotsResponse", }, smithy.ShapeTypeStructure, 2)
View Source
var ListBotsResponse_Bots *smithy.Schema
View Source
var ListBotsResponse_NextToken *smithy.Schema
View Source
var ListPhoneNumberOrders = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListPhoneNumberOrders", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/phone-number-orders", Code: 200})
View Source
var ListPhoneNumberOrdersRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListPhoneNumberOrdersRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var ListPhoneNumberOrdersRequest_MaxResults *smithy.Schema
View Source
var ListPhoneNumberOrdersRequest_NextToken *smithy.Schema
View Source
var ListPhoneNumberOrdersResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListPhoneNumberOrdersResponse", }, smithy.ShapeTypeStructure, 2)
View Source
var ListPhoneNumberOrdersResponse_NextToken *smithy.Schema
View Source
var ListPhoneNumberOrdersResponse_PhoneNumberOrders *smithy.Schema
View Source
var ListPhoneNumbers = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListPhoneNumbers", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/phone-numbers", Code: 200})
View Source
var ListPhoneNumbersRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListPhoneNumbersRequest", }, smithy.ShapeTypeStructure, 6)
View Source
var ListPhoneNumbersRequest_FilterName *smithy.Schema
View Source
var ListPhoneNumbersRequest_FilterValue *smithy.Schema
View Source
var ListPhoneNumbersRequest_MaxResults *smithy.Schema
View Source
var ListPhoneNumbersRequest_NextToken *smithy.Schema
View Source
var ListPhoneNumbersRequest_ProductType *smithy.Schema
View Source
var ListPhoneNumbersRequest_Status *smithy.Schema
View Source
var ListPhoneNumbersResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListPhoneNumbersResponse", }, smithy.ShapeTypeStructure, 2)
View Source
var ListPhoneNumbersResponse_NextToken *smithy.Schema
View Source
var ListPhoneNumbersResponse_PhoneNumbers *smithy.Schema
View Source
var ListRoomMemberships = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListRoomMemberships", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/accounts/{AccountId}/rooms/{RoomId}/memberships", Code: 200})
View Source
var ListRoomMembershipsRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListRoomMembershipsRequest", }, smithy.ShapeTypeStructure, 4)
View Source
var ListRoomMembershipsRequest_AccountId *smithy.Schema
View Source
var ListRoomMembershipsRequest_MaxResults *smithy.Schema
View Source
var ListRoomMembershipsRequest_NextToken *smithy.Schema
View Source
var ListRoomMembershipsRequest_RoomId *smithy.Schema
View Source
var ListRoomMembershipsResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListRoomMembershipsResponse", }, smithy.ShapeTypeStructure, 2)
View Source
var ListRoomMembershipsResponse_NextToken *smithy.Schema
View Source
var ListRoomMembershipsResponse_RoomMemberships *smithy.Schema
View Source
var ListRooms = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListRooms", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/accounts/{AccountId}/rooms", Code: 200})
View Source
var ListRoomsRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListRoomsRequest", }, smithy.ShapeTypeStructure, 4)
View Source
var ListRoomsRequest_AccountId *smithy.Schema
View Source
var ListRoomsRequest_MaxResults *smithy.Schema
View Source
var ListRoomsRequest_MemberId *smithy.Schema
View Source
var ListRoomsRequest_NextToken *smithy.Schema
View Source
var ListRoomsResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListRoomsResponse", }, smithy.ShapeTypeStructure, 2)
View Source
var ListRoomsResponse_NextToken *smithy.Schema
View Source
var ListRoomsResponse_Rooms *smithy.Schema
View Source
var ListSupportedPhoneNumberCountries = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListSupportedPhoneNumberCountries", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/phone-number-countries", Code: 200})
View Source
var ListSupportedPhoneNumberCountriesRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListSupportedPhoneNumberCountriesRequest", }, smithy.ShapeTypeStructure, 1)
View Source
var ListSupportedPhoneNumberCountriesRequest_ProductType *smithy.Schema
View Source
var ListSupportedPhoneNumberCountriesResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListSupportedPhoneNumberCountriesResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var ListSupportedPhoneNumberCountriesResponse_PhoneNumberCountries *smithy.Schema
View Source
var ListUsers = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListUsers", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/accounts/{AccountId}/users", Code: 200})
View Source
var ListUsersRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListUsersRequest", }, smithy.ShapeTypeStructure, 5)
View Source
var ListUsersRequest_AccountId *smithy.Schema
View Source
var ListUsersRequest_MaxResults *smithy.Schema
View Source
var ListUsersRequest_NextToken *smithy.Schema
View Source
var ListUsersRequest_UserEmail *smithy.Schema
View Source
var ListUsersRequest_UserType *smithy.Schema
View Source
var ListUsersResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ListUsersResponse", }, smithy.ShapeTypeStructure, 2)
View Source
var ListUsersResponse_NextToken *smithy.Schema
View Source
var ListUsersResponse_Users *smithy.Schema
View Source
var LogoutUser = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "LogoutUser", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/users/{UserId}?operation=logout", Code: 204})
View Source
var LogoutUserRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "LogoutUserRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var LogoutUserRequest_AccountId *smithy.Schema
View Source
var LogoutUserRequest_UserId *smithy.Schema
View Source
var LogoutUserResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "LogoutUserResponse", }, smithy.ShapeTypeStructure, 0)
View Source
var Member = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "Member", }, smithy.ShapeTypeStructure, 5)
View Source
var MemberError = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "MemberError", }, smithy.ShapeTypeStructure, 3)
View Source
var MemberError_ErrorCode *smithy.Schema
View Source
var MemberError_ErrorMessage *smithy.Schema
View Source
var MemberError_MemberId *smithy.Schema
View Source
var MemberType = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "MemberType", }, smithy.ShapeTypeEnum, 3)
View Source
var MemberType_Bot *smithy.Schema
View Source
var MemberType_User *smithy.Schema
View Source
var MemberType_Webhook *smithy.Schema
View Source
var Member_AccountId *smithy.Schema
View Source
var Member_Email *smithy.Schema
View Source
var Member_FullName *smithy.Schema
View Source
var Member_MemberId *smithy.Schema
View Source
var Member_MemberType *smithy.Schema
View Source
var MembershipItem = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "MembershipItem", }, smithy.ShapeTypeStructure, 2)
View Source
var MembershipItem_MemberId *smithy.Schema
View Source
var MembershipItem_Role *smithy.Schema
View Source
var NotFoundException = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "NotFoundException", }, smithy.ShapeTypeStructure, 2, &smithytraits.HTTPError{Code: 404})
View Source
var NotFoundException_Code *smithy.Schema
View Source
var NotFoundException_Message *smithy.Schema
View Source
var OrderedPhoneNumber = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "OrderedPhoneNumber", }, smithy.ShapeTypeStructure, 2)
View Source
var OrderedPhoneNumberStatus = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "OrderedPhoneNumberStatus", }, smithy.ShapeTypeEnum, 3)
View Source
var OrderedPhoneNumberStatus_Acquired *smithy.Schema
View Source
var OrderedPhoneNumberStatus_Failed *smithy.Schema
View Source
var OrderedPhoneNumberStatus_Processing *smithy.Schema
View Source
var OrderedPhoneNumber_E164PhoneNumber *smithy.Schema
View Source
var OrderedPhoneNumber_Status *smithy.Schema
View Source
var PhoneNumber = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "PhoneNumber", }, smithy.ShapeTypeStructure, 13)
View Source
var PhoneNumberAssociation = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "PhoneNumberAssociation", }, smithy.ShapeTypeStructure, 3)
View Source
var PhoneNumberAssociationName = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "PhoneNumberAssociationName", }, smithy.ShapeTypeEnum, 5)
View Source
var PhoneNumberAssociationName_AccountId *smithy.Schema
View Source
var PhoneNumberAssociationName_SipRuleId *smithy.Schema
View Source
var PhoneNumberAssociationName_UserId *smithy.Schema
View Source
var PhoneNumberAssociationName_VoiceConnectorGroupId *smithy.Schema
View Source
var PhoneNumberAssociationName_VoiceConnectorId *smithy.Schema
View Source
var PhoneNumberAssociation_AssociatedTimestamp *smithy.Schema
View Source
var PhoneNumberAssociation_Name *smithy.Schema
View Source
var PhoneNumberAssociation_Value *smithy.Schema
View Source
var PhoneNumberCapabilities = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "PhoneNumberCapabilities", }, smithy.ShapeTypeStructure, 6)
View Source
var PhoneNumberCapabilities_InboundCall *smithy.Schema
View Source
var PhoneNumberCapabilities_InboundMMS *smithy.Schema
View Source
var PhoneNumberCapabilities_InboundSMS *smithy.Schema
View Source
var PhoneNumberCapabilities_OutboundCall *smithy.Schema
View Source
var PhoneNumberCapabilities_OutboundMMS *smithy.Schema
View Source
var PhoneNumberCapabilities_OutboundSMS *smithy.Schema
View Source
var PhoneNumberCountry = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "PhoneNumberCountry", }, smithy.ShapeTypeStructure, 2)
View Source
var PhoneNumberCountry_CountryCode *smithy.Schema
View Source
var PhoneNumberCountry_SupportedPhoneNumberTypes *smithy.Schema
View Source
var PhoneNumberError = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "PhoneNumberError", }, smithy.ShapeTypeStructure, 3)
View Source
var PhoneNumberError_ErrorCode *smithy.Schema
View Source
var PhoneNumberError_ErrorMessage *smithy.Schema
View Source
var PhoneNumberError_PhoneNumberId *smithy.Schema
View Source
var PhoneNumberOrder = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "PhoneNumberOrder", }, smithy.ShapeTypeStructure, 6)
View Source
var PhoneNumberOrderStatus = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "PhoneNumberOrderStatus", }, smithy.ShapeTypeEnum, 4)
View Source
var PhoneNumberOrderStatus_Failed *smithy.Schema
View Source
var PhoneNumberOrderStatus_Partial *smithy.Schema
View Source
var PhoneNumberOrderStatus_Processing *smithy.Schema
View Source
var PhoneNumberOrderStatus_Successful *smithy.Schema
View Source
var PhoneNumberOrder_CreatedTimestamp *smithy.Schema
View Source
var PhoneNumberOrder_OrderedPhoneNumbers *smithy.Schema
View Source
var PhoneNumberOrder_PhoneNumberOrderId *smithy.Schema
View Source
var PhoneNumberOrder_ProductType *smithy.Schema
View Source
var PhoneNumberOrder_Status *smithy.Schema
View Source
var PhoneNumberOrder_UpdatedTimestamp *smithy.Schema
View Source
var PhoneNumberProductType = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "PhoneNumberProductType", }, smithy.ShapeTypeEnum, 3)
View Source
var PhoneNumberProductType_BusinessCalling *smithy.Schema
View Source
var PhoneNumberProductType_SipMediaApplicationDialIn *smithy.Schema
View Source
var PhoneNumberProductType_VoiceConnector *smithy.Schema
View Source
var PhoneNumberStatus = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "PhoneNumberStatus", }, smithy.ShapeTypeEnum, 8)
View Source
var PhoneNumberStatus_AcquireFailed *smithy.Schema
View Source
var PhoneNumberStatus_AcquireInProgress *smithy.Schema
View Source
var PhoneNumberStatus_Assigned *smithy.Schema
View Source
var PhoneNumberStatus_DeleteFailed *smithy.Schema
View Source
var PhoneNumberStatus_DeleteInProgress *smithy.Schema
View Source
var PhoneNumberStatus_ReleaseFailed *smithy.Schema
View Source
var PhoneNumberStatus_ReleaseInProgress *smithy.Schema
View Source
var PhoneNumberStatus_Unassigned *smithy.Schema
View Source
var PhoneNumberType = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "PhoneNumberType", }, smithy.ShapeTypeEnum, 2)
View Source
var PhoneNumberType_Local *smithy.Schema
View Source
var PhoneNumberType_TollFree *smithy.Schema
View Source
var PhoneNumber_Associations *smithy.Schema
View Source
var PhoneNumber_CallingName *smithy.Schema
View Source
var PhoneNumber_CallingNameStatus *smithy.Schema
View Source
var PhoneNumber_Capabilities *smithy.Schema
View Source
var PhoneNumber_Country *smithy.Schema
View Source
var PhoneNumber_CreatedTimestamp *smithy.Schema
View Source
var PhoneNumber_DeletionTimestamp *smithy.Schema
View Source
var PhoneNumber_E164PhoneNumber *smithy.Schema
View Source
var PhoneNumber_PhoneNumberId *smithy.Schema
View Source
var PhoneNumber_ProductType *smithy.Schema
View Source
var PhoneNumber_Status *smithy.Schema
View Source
var PhoneNumber_Type *smithy.Schema
View Source
var PhoneNumber_UpdatedTimestamp *smithy.Schema
View Source
var PutEventsConfiguration = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "PutEventsConfiguration", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "PUT", URI: "/accounts/{AccountId}/bots/{BotId}/events-configuration", Code: 201})
View Source
var PutEventsConfigurationRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "PutEventsConfigurationRequest", }, smithy.ShapeTypeStructure, 4)
View Source
var PutEventsConfigurationRequest_AccountId *smithy.Schema
View Source
var PutEventsConfigurationRequest_BotId *smithy.Schema
View Source
var PutEventsConfigurationRequest_LambdaFunctionArn *smithy.Schema
View Source
var PutEventsConfigurationRequest_OutboundEventsHTTPSEndpoint *smithy.Schema
View Source
var PutEventsConfigurationResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "PutEventsConfigurationResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var PutEventsConfigurationResponse_EventsConfiguration *smithy.Schema
View Source
var PutRetentionSettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "PutRetentionSettings", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "PUT", URI: "/accounts/{AccountId}/retention-settings", Code: 204})
View Source
var PutRetentionSettingsRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "PutRetentionSettingsRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var PutRetentionSettingsRequest_AccountId *smithy.Schema
View Source
var PutRetentionSettingsRequest_RetentionSettings *smithy.Schema
View Source
var PutRetentionSettingsResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "PutRetentionSettingsResponse", }, smithy.ShapeTypeStructure, 2)
View Source
var PutRetentionSettingsResponse_InitiateDeletionTimestamp *smithy.Schema
View Source
var PutRetentionSettingsResponse_RetentionSettings *smithy.Schema
View Source
var RedactConversationMessage = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "RedactConversationMessage", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/conversations/{ConversationId}/messages/{MessageId}?operation=redact", Code: 200})
View Source
var RedactConversationMessageRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "RedactConversationMessageRequest", }, smithy.ShapeTypeStructure, 3)
View Source
var RedactConversationMessageRequest_AccountId *smithy.Schema
View Source
var RedactConversationMessageRequest_ConversationId *smithy.Schema
View Source
var RedactConversationMessageRequest_MessageId *smithy.Schema
View Source
var RedactConversationMessageResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "RedactConversationMessageResponse", }, smithy.ShapeTypeStructure, 0)
View Source
var RedactRoomMessage = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "RedactRoomMessage", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/rooms/{RoomId}/messages/{MessageId}?operation=redact", Code: 200})
View Source
var RedactRoomMessageRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "RedactRoomMessageRequest", }, smithy.ShapeTypeStructure, 3)
View Source
var RedactRoomMessageRequest_AccountId *smithy.Schema
View Source
var RedactRoomMessageRequest_MessageId *smithy.Schema
View Source
var RedactRoomMessageRequest_RoomId *smithy.Schema
View Source
var RedactRoomMessageResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "RedactRoomMessageResponse", }, smithy.ShapeTypeStructure, 0)
View Source
var RegenerateSecurityToken = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "RegenerateSecurityToken", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/bots/{BotId}?operation=regenerate-security-token", Code: 200})
View Source
var RegenerateSecurityTokenRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "RegenerateSecurityTokenRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var RegenerateSecurityTokenRequest_AccountId *smithy.Schema
View Source
var RegenerateSecurityTokenRequest_BotId *smithy.Schema
View Source
var RegenerateSecurityTokenResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "RegenerateSecurityTokenResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var RegenerateSecurityTokenResponse_Bot *smithy.Schema
View Source
var RegistrationStatus = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "RegistrationStatus", }, smithy.ShapeTypeEnum, 3)
View Source
var RegistrationStatus_Registered *smithy.Schema
View Source
var RegistrationStatus_Suspended *smithy.Schema
View Source
var RegistrationStatus_Unregistered *smithy.Schema
View Source
var ResetPersonalPIN = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ResetPersonalPIN", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/users/{UserId}?operation=reset-personal-pin", Code: 200})
View Source
var ResetPersonalPINRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ResetPersonalPINRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var ResetPersonalPINRequest_AccountId *smithy.Schema
View Source
var ResetPersonalPINRequest_UserId *smithy.Schema
View Source
var ResetPersonalPINResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ResetPersonalPINResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var ResetPersonalPINResponse_User *smithy.Schema
View Source
var ResourceLimitExceededException = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ResourceLimitExceededException", }, smithy.ShapeTypeStructure, 2, &smithytraits.HTTPError{Code: 400})
View Source
var ResourceLimitExceededException_Code *smithy.Schema
View Source
var ResourceLimitExceededException_Message *smithy.Schema
View Source
var RestorePhoneNumber = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "RestorePhoneNumber", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/phone-numbers/{PhoneNumberId}?operation=restore", Code: 200})
View Source
var RestorePhoneNumberRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "RestorePhoneNumberRequest", }, smithy.ShapeTypeStructure, 1)
View Source
var RestorePhoneNumberRequest_PhoneNumberId *smithy.Schema
View Source
var RestorePhoneNumberResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "RestorePhoneNumberResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var RestorePhoneNumberResponse_PhoneNumber *smithy.Schema
View Source
var RetentionSettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "RetentionSettings", }, smithy.ShapeTypeStructure, 2)
View Source
var RetentionSettings_ConversationRetentionSettings *smithy.Schema
View Source
var RetentionSettings_RoomRetentionSettings *smithy.Schema
View Source
var Room = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "Room", }, smithy.ShapeTypeStructure, 6)
View Source
var RoomMembership = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "RoomMembership", }, smithy.ShapeTypeStructure, 5)
View Source
var RoomMembershipRole = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "RoomMembershipRole", }, smithy.ShapeTypeEnum, 2)
View Source
var RoomMembershipRole_Administrator *smithy.Schema
View Source
var RoomMembershipRole_Member *smithy.Schema
View Source
var RoomMembership_InvitedBy *smithy.Schema
View Source
var RoomMembership_Member *smithy.Schema
View Source
var RoomMembership_Role *smithy.Schema
View Source
var RoomMembership_RoomId *smithy.Schema
View Source
var RoomMembership_UpdatedTimestamp *smithy.Schema
View Source
var RoomRetentionSettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "RoomRetentionSettings", }, smithy.ShapeTypeStructure, 1)
View Source
var RoomRetentionSettings_RetentionDays *smithy.Schema
View Source
var Room_AccountId *smithy.Schema
View Source
var Room_CreatedBy *smithy.Schema
View Source
var Room_CreatedTimestamp *smithy.Schema
View Source
var Room_Name *smithy.Schema
View Source
var Room_RoomId *smithy.Schema
View Source
var Room_UpdatedTimestamp *smithy.Schema
View Source
var SearchAvailablePhoneNumbers = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "SearchAvailablePhoneNumbers", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "GET", URI: "/search?type=phone-numbers", Code: 200})
View Source
var SearchAvailablePhoneNumbersRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "SearchAvailablePhoneNumbersRequest", }, smithy.ShapeTypeStructure, 8)
View Source
var SearchAvailablePhoneNumbersRequest_AreaCode *smithy.Schema
View Source
var SearchAvailablePhoneNumbersRequest_City *smithy.Schema
View Source
var SearchAvailablePhoneNumbersRequest_Country *smithy.Schema
View Source
var SearchAvailablePhoneNumbersRequest_MaxResults *smithy.Schema
View Source
var SearchAvailablePhoneNumbersRequest_NextToken *smithy.Schema
View Source
var SearchAvailablePhoneNumbersRequest_PhoneNumberType *smithy.Schema
View Source
var SearchAvailablePhoneNumbersRequest_State *smithy.Schema
View Source
var SearchAvailablePhoneNumbersRequest_TollFreePrefix *smithy.Schema
View Source
var SearchAvailablePhoneNumbersResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "SearchAvailablePhoneNumbersResponse", }, smithy.ShapeTypeStructure, 2)
View Source
var SearchAvailablePhoneNumbersResponse_E164PhoneNumbers *smithy.Schema
View Source
var SearchAvailablePhoneNumbersResponse_NextToken *smithy.Schema
View Source
var ServiceFailureException = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ServiceFailureException", }, smithy.ShapeTypeStructure, 2, &smithytraits.HTTPError{Code: 500})
View Source
var ServiceFailureException_Code *smithy.Schema
View Source
var ServiceFailureException_Message *smithy.Schema
View Source
Namespace: "com.amazonaws.chime", Name: "ServiceUnavailableException", }, smithy.ShapeTypeStructure, 2, &smithytraits.HTTPError{Code: 503})
View Source
var SigninDelegateGroup = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "SigninDelegateGroup", }, smithy.ShapeTypeStructure, 1)
View Source
var SigninDelegateGroup_GroupName *smithy.Schema
View Source
var TelephonySettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "TelephonySettings", }, smithy.ShapeTypeStructure, 3)
View Source
var TelephonySettings_InboundCalling *smithy.Schema
View Source
var TelephonySettings_OutboundCalling *smithy.Schema
View Source
var TelephonySettings_SMS *smithy.Schema
View Source
var ThrottledClientException = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "ThrottledClientException", }, smithy.ShapeTypeStructure, 2, &smithytraits.HTTPError{Code: 429})
View Source
var ThrottledClientException_Code *smithy.Schema
View Source
var ThrottledClientException_Message *smithy.Schema
View Source
var UCBuzzConsoleService = smithy.NewServiceSchema(_UCBuzzConsoleService, "2018-05-01")
View Source
Namespace: "com.amazonaws.chime", Name: "UnauthorizedClientException", }, smithy.ShapeTypeStructure, 2, &smithytraits.HTTPError{Code: 401})
View Source
var UnprocessableEntityException = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UnprocessableEntityException", }, smithy.ShapeTypeStructure, 2, &smithytraits.HTTPError{Code: 422})
View Source
var UnprocessableEntityException_Code *smithy.Schema
View Source
var UnprocessableEntityException_Message *smithy.Schema
View Source
var UpdateAccount = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateAccount", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}", Code: 200})
View Source
var UpdateAccountRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateAccountRequest", }, smithy.ShapeTypeStructure, 3)
View Source
var UpdateAccountRequest_AccountId *smithy.Schema
View Source
var UpdateAccountRequest_DefaultLicense *smithy.Schema
View Source
var UpdateAccountRequest_Name *smithy.Schema
View Source
var UpdateAccountResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateAccountResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var UpdateAccountResponse_Account *smithy.Schema
View Source
var UpdateAccountSettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateAccountSettings", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "PUT", URI: "/accounts/{AccountId}/settings", Code: 204})
View Source
var UpdateAccountSettingsRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateAccountSettingsRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var UpdateAccountSettingsRequest_AccountId *smithy.Schema
View Source
var UpdateAccountSettingsRequest_AccountSettings *smithy.Schema
View Source
var UpdateAccountSettingsResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateAccountSettingsResponse", }, smithy.ShapeTypeStructure, 0)
View Source
var UpdateBot = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateBot", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/bots/{BotId}", Code: 200})
View Source
var UpdateBotRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateBotRequest", }, smithy.ShapeTypeStructure, 3)
View Source
var UpdateBotRequest_AccountId *smithy.Schema
View Source
var UpdateBotRequest_BotId *smithy.Schema
View Source
var UpdateBotRequest_Disabled *smithy.Schema
View Source
var UpdateBotResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateBotResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var UpdateBotResponse_Bot *smithy.Schema
View Source
var UpdateGlobalSettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateGlobalSettings", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "PUT", URI: "/settings", Code: 204})
View Source
var UpdateGlobalSettingsRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateGlobalSettingsRequest", }, smithy.ShapeTypeStructure, 2)
View Source
var UpdateGlobalSettingsRequest_BusinessCalling *smithy.Schema
View Source
var UpdateGlobalSettingsRequest_VoiceConnector *smithy.Schema
View Source
var UpdatePhoneNumber = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdatePhoneNumber", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/phone-numbers/{PhoneNumberId}", Code: 200})
View Source
var UpdatePhoneNumberRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdatePhoneNumberRequest", }, smithy.ShapeTypeStructure, 3)
View Source
var UpdatePhoneNumberRequestItem = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdatePhoneNumberRequestItem", }, smithy.ShapeTypeStructure, 3)
View Source
var UpdatePhoneNumberRequestItem_CallingName *smithy.Schema
View Source
var UpdatePhoneNumberRequestItem_PhoneNumberId *smithy.Schema
View Source
var UpdatePhoneNumberRequestItem_ProductType *smithy.Schema
View Source
var UpdatePhoneNumberRequest_CallingName *smithy.Schema
View Source
var UpdatePhoneNumberRequest_PhoneNumberId *smithy.Schema
View Source
var UpdatePhoneNumberRequest_ProductType *smithy.Schema
View Source
var UpdatePhoneNumberResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdatePhoneNumberResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var UpdatePhoneNumberResponse_PhoneNumber *smithy.Schema
View Source
var UpdatePhoneNumberSettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdatePhoneNumberSettings", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "PUT", URI: "/settings/phone-number", Code: 204})
View Source
var UpdatePhoneNumberSettingsRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdatePhoneNumberSettingsRequest", }, smithy.ShapeTypeStructure, 1)
View Source
var UpdatePhoneNumberSettingsRequest_CallingName *smithy.Schema
View Source
var UpdateRoom = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateRoom", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/rooms/{RoomId}", Code: 200})
View Source
var UpdateRoomMembership = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateRoomMembership", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/rooms/{RoomId}/memberships/{MemberId}", Code: 200})
View Source
var UpdateRoomMembershipRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateRoomMembershipRequest", }, smithy.ShapeTypeStructure, 4)
View Source
var UpdateRoomMembershipRequest_AccountId *smithy.Schema
View Source
var UpdateRoomMembershipRequest_MemberId *smithy.Schema
View Source
var UpdateRoomMembershipRequest_Role *smithy.Schema
View Source
var UpdateRoomMembershipRequest_RoomId *smithy.Schema
View Source
var UpdateRoomMembershipResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateRoomMembershipResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var UpdateRoomMembershipResponse_RoomMembership *smithy.Schema
View Source
var UpdateRoomRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateRoomRequest", }, smithy.ShapeTypeStructure, 3)
View Source
var UpdateRoomRequest_AccountId *smithy.Schema
View Source
var UpdateRoomRequest_Name *smithy.Schema
View Source
var UpdateRoomRequest_RoomId *smithy.Schema
View Source
var UpdateRoomResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateRoomResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var UpdateRoomResponse_Room *smithy.Schema
View Source
var UpdateUser = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateUser", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "POST", URI: "/accounts/{AccountId}/users/{UserId}", Code: 200})
View Source
var UpdateUserRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateUserRequest", }, smithy.ShapeTypeStructure, 5)
View Source
var UpdateUserRequestItem = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateUserRequestItem", }, smithy.ShapeTypeStructure, 4)
View Source
var UpdateUserRequestItem_AlexaForBusinessMetadata *smithy.Schema
View Source
var UpdateUserRequestItem_LicenseType *smithy.Schema
View Source
var UpdateUserRequestItem_UserId *smithy.Schema
View Source
var UpdateUserRequestItem_UserType *smithy.Schema
View Source
var UpdateUserRequest_AccountId *smithy.Schema
View Source
var UpdateUserRequest_AlexaForBusinessMetadata *smithy.Schema
View Source
var UpdateUserRequest_LicenseType *smithy.Schema
View Source
var UpdateUserRequest_UserId *smithy.Schema
View Source
var UpdateUserRequest_UserType *smithy.Schema
View Source
var UpdateUserResponse = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateUserResponse", }, smithy.ShapeTypeStructure, 1)
View Source
var UpdateUserResponse_User *smithy.Schema
View Source
var UpdateUserSettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateUserSettings", }, smithy.ShapeTypeOperation, 0, &smithytraits.HTTP{Method: "PUT", URI: "/accounts/{AccountId}/users/{UserId}/settings", Code: 204})
View Source
var UpdateUserSettingsRequest = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UpdateUserSettingsRequest", }, smithy.ShapeTypeStructure, 3)
View Source
var UpdateUserSettingsRequest_AccountId *smithy.Schema
View Source
var UpdateUserSettingsRequest_UserId *smithy.Schema
View Source
var UpdateUserSettingsRequest_UserSettings *smithy.Schema
View Source
var User = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "User", }, smithy.ShapeTypeStructure, 13)
View Source
var UserError = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UserError", }, smithy.ShapeTypeStructure, 3)
View Source
var UserError_ErrorCode *smithy.Schema
View Source
var UserError_ErrorMessage *smithy.Schema
View Source
var UserError_UserId *smithy.Schema
View Source
var UserSettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UserSettings", }, smithy.ShapeTypeStructure, 1)
View Source
var UserSettings_Telephony *smithy.Schema
View Source
var UserType = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "UserType", }, smithy.ShapeTypeEnum, 2)
View Source
var UserType_PrivateUser *smithy.Schema
View Source
var User_AccountId *smithy.Schema
View Source
var User_AlexaForBusinessMetadata *smithy.Schema
View Source
var User_DisplayName *smithy.Schema
View Source
var User_InvitedOn *smithy.Schema
View Source
var User_LicenseType *smithy.Schema
View Source
var User_PersonalPIN *smithy.Schema
View Source
var User_PrimaryEmail *smithy.Schema
View Source
var User_PrimaryProvisionedNumber *smithy.Schema
View Source
var User_RegisteredOn *smithy.Schema
View Source
var User_UserId *smithy.Schema
View Source
var User_UserInvitationStatus *smithy.Schema
View Source
var User_UserRegistrationStatus *smithy.Schema
View Source
var User_UserType *smithy.Schema
View Source
var VoiceConnectorSettings = smithy.NewSchema(smithy.ShapeID{ Namespace: "com.amazonaws.chime", Name: "VoiceConnectorSettings", }, smithy.ShapeTypeStructure, 1)
View Source
var VoiceConnectorSettings_CdrBucket *smithy.Schema
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.