@aws-sdk/client-chime-sdk-messaging 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 (71) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +165 -216
  3. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +6 -19
  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 +7 -13
  7. package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +3 -4
  8. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +2 -2
  16. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -2
  17. package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +3 -4
  18. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +3 -4
  20. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +3 -4
  21. package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  53. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  54. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  59. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  60. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  61. package/dist-types/ts3.4/models/enums.d.ts +11 -22
  62. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  63. package/dist-types/ts3.4/models/models_0.d.ts +1 -3
  64. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  69. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  70. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  71. 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