@aws-sdk/client-chime 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/Chime.d.ts +210 -297
- package/dist-types/ts3.4/ChimeClient.d.ts +31 -89
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +3 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +8 -24
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListRoomsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38