@aws-sdk/client-chime 3.1086.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.
Files changed (83) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Chime.d.ts +210 -297
  3. package/dist-types/ts3.4/ChimeClient.d.ts +31 -89
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +7 -5
  17. package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +3 -4
  25. package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +2 -2
  26. package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +3 -4
  27. package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +6 -2
  32. package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +2 -3
  34. package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +2 -3
  37. package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +7 -5
  39. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
  40. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +2 -4
  43. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +7 -5
  44. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +3 -8
  46. package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +7 -5
  48. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -5
  50. package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +3 -5
  51. package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +5 -10
  55. package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +4 -9
  57. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +7 -5
  62. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -3
  63. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +5 -10
  64. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +3 -5
  66. package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +3 -5
  68. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +3 -4
  69. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  70. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  71. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  72. package/dist-types/ts3.4/models/enums.d.ts +5 -10
  73. package/dist-types/ts3.4/models/errors.d.ts +8 -24
  74. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +1 -4
  75. package/dist-types/ts3.4/pagination/ListRoomsPaginator.d.ts +1 -4
  76. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +1 -4
  77. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  78. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  79. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  80. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  81. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  82. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  83. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1085.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75