@aws-sdk/client-chime-sdk-messaging 3.490.0 → 3.495.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 (76) hide show
  1. package/dist-cjs/ChimeSDKMessaging.js +1 -113
  2. package/dist-cjs/ChimeSDKMessagingClient.js +1 -43
  3. package/dist-cjs/commands/AssociateChannelFlowCommand.js +1 -28
  4. package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +1 -29
  5. package/dist-cjs/commands/ChannelFlowCallbackCommand.js +1 -29
  6. package/dist-cjs/commands/CreateChannelBanCommand.js +1 -29
  7. package/dist-cjs/commands/CreateChannelCommand.js +1 -29
  8. package/dist-cjs/commands/CreateChannelFlowCommand.js +1 -29
  9. package/dist-cjs/commands/CreateChannelMembershipCommand.js +1 -29
  10. package/dist-cjs/commands/CreateChannelModeratorCommand.js +1 -29
  11. package/dist-cjs/commands/DeleteChannelBanCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteChannelCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteChannelFlowCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteChannelMembershipCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteChannelMessageCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteChannelModeratorCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteMessagingStreamingConfigurationsCommand.js +1 -28
  18. package/dist-cjs/commands/DescribeChannelBanCommand.js +1 -29
  19. package/dist-cjs/commands/DescribeChannelCommand.js +1 -29
  20. package/dist-cjs/commands/DescribeChannelFlowCommand.js +1 -29
  21. package/dist-cjs/commands/DescribeChannelMembershipCommand.js +1 -29
  22. package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +1 -29
  23. package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +1 -29
  24. package/dist-cjs/commands/DescribeChannelModeratorCommand.js +1 -29
  25. package/dist-cjs/commands/DisassociateChannelFlowCommand.js +1 -28
  26. package/dist-cjs/commands/GetChannelMembershipPreferencesCommand.js +1 -29
  27. package/dist-cjs/commands/GetChannelMessageCommand.js +1 -29
  28. package/dist-cjs/commands/GetChannelMessageStatusCommand.js +1 -28
  29. package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +1 -28
  30. package/dist-cjs/commands/GetMessagingStreamingConfigurationsCommand.js +1 -28
  31. package/dist-cjs/commands/ListChannelBansCommand.js +1 -29
  32. package/dist-cjs/commands/ListChannelFlowsCommand.js +1 -29
  33. package/dist-cjs/commands/ListChannelMembershipsCommand.js +1 -29
  34. package/dist-cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js +1 -29
  35. package/dist-cjs/commands/ListChannelMessagesCommand.js +1 -29
  36. package/dist-cjs/commands/ListChannelModeratorsCommand.js +1 -29
  37. package/dist-cjs/commands/ListChannelsAssociatedWithChannelFlowCommand.js +1 -29
  38. package/dist-cjs/commands/ListChannelsCommand.js +1 -29
  39. package/dist-cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js +1 -29
  40. package/dist-cjs/commands/ListSubChannelsCommand.js +1 -29
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
  42. package/dist-cjs/commands/PutChannelExpirationSettingsCommand.js +1 -28
  43. package/dist-cjs/commands/PutChannelMembershipPreferencesCommand.js +1 -29
  44. package/dist-cjs/commands/PutMessagingStreamingConfigurationsCommand.js +1 -28
  45. package/dist-cjs/commands/RedactChannelMessageCommand.js +1 -28
  46. package/dist-cjs/commands/SearchChannelsCommand.js +1 -29
  47. package/dist-cjs/commands/SendChannelMessageCommand.js +1 -29
  48. package/dist-cjs/commands/TagResourceCommand.js +1 -29
  49. package/dist-cjs/commands/UntagResourceCommand.js +1 -29
  50. package/dist-cjs/commands/UpdateChannelCommand.js +1 -29
  51. package/dist-cjs/commands/UpdateChannelFlowCommand.js +1 -29
  52. package/dist-cjs/commands/UpdateChannelMessageCommand.js +1 -29
  53. package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +1 -28
  54. package/dist-cjs/commands/index.js +1 -54
  55. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  56. package/dist-cjs/extensionConfiguration.js +1 -2
  57. package/dist-cjs/index.js +5770 -11
  58. package/dist-cjs/models/ChimeSDKMessagingServiceException.js +1 -12
  59. package/dist-cjs/models/index.js +1 -4
  60. package/dist-cjs/models/models_0.js +1 -656
  61. package/dist-cjs/pagination/Interfaces.js +1 -2
  62. package/dist-cjs/pagination/ListChannelBansPaginator.js +1 -7
  63. package/dist-cjs/pagination/ListChannelFlowsPaginator.js +1 -7
  64. package/dist-cjs/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +1 -7
  65. package/dist-cjs/pagination/ListChannelMembershipsPaginator.js +1 -7
  66. package/dist-cjs/pagination/ListChannelMessagesPaginator.js +1 -7
  67. package/dist-cjs/pagination/ListChannelModeratorsPaginator.js +1 -7
  68. package/dist-cjs/pagination/ListChannelsAssociatedWithChannelFlowPaginator.js +1 -7
  69. package/dist-cjs/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListChannelsPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListSubChannelsPaginator.js +1 -7
  72. package/dist-cjs/pagination/SearchChannelsPaginator.js +1 -7
  73. package/dist-cjs/pagination/index.js +1 -15
  74. package/dist-cjs/protocols/Aws_restJson1.js +1 -3776
  75. package/dist-cjs/runtimeExtensions.js +1 -22
  76. package/package.json +40 -40
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListChannelFlows = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ChimeSDKMessagingClient_1 = require("../ChimeSDKMessagingClient");
6
- const ListChannelFlowsCommand_1 = require("../commands/ListChannelFlowsCommand");
7
- exports.paginateListChannelFlows = (0, core_1.createPaginator)(ChimeSDKMessagingClient_1.ChimeSDKMessagingClient, ListChannelFlowsCommand_1.ListChannelFlowsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListChannelMembershipsForAppInstanceUser = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ChimeSDKMessagingClient_1 = require("../ChimeSDKMessagingClient");
6
- const ListChannelMembershipsForAppInstanceUserCommand_1 = require("../commands/ListChannelMembershipsForAppInstanceUserCommand");
7
- exports.paginateListChannelMembershipsForAppInstanceUser = (0, core_1.createPaginator)(ChimeSDKMessagingClient_1.ChimeSDKMessagingClient, ListChannelMembershipsForAppInstanceUserCommand_1.ListChannelMembershipsForAppInstanceUserCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListChannelMemberships = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ChimeSDKMessagingClient_1 = require("../ChimeSDKMessagingClient");
6
- const ListChannelMembershipsCommand_1 = require("../commands/ListChannelMembershipsCommand");
7
- exports.paginateListChannelMemberships = (0, core_1.createPaginator)(ChimeSDKMessagingClient_1.ChimeSDKMessagingClient, ListChannelMembershipsCommand_1.ListChannelMembershipsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListChannelMessages = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ChimeSDKMessagingClient_1 = require("../ChimeSDKMessagingClient");
6
- const ListChannelMessagesCommand_1 = require("../commands/ListChannelMessagesCommand");
7
- exports.paginateListChannelMessages = (0, core_1.createPaginator)(ChimeSDKMessagingClient_1.ChimeSDKMessagingClient, ListChannelMessagesCommand_1.ListChannelMessagesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListChannelModerators = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ChimeSDKMessagingClient_1 = require("../ChimeSDKMessagingClient");
6
- const ListChannelModeratorsCommand_1 = require("../commands/ListChannelModeratorsCommand");
7
- exports.paginateListChannelModerators = (0, core_1.createPaginator)(ChimeSDKMessagingClient_1.ChimeSDKMessagingClient, ListChannelModeratorsCommand_1.ListChannelModeratorsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListChannelsAssociatedWithChannelFlow = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ChimeSDKMessagingClient_1 = require("../ChimeSDKMessagingClient");
6
- const ListChannelsAssociatedWithChannelFlowCommand_1 = require("../commands/ListChannelsAssociatedWithChannelFlowCommand");
7
- exports.paginateListChannelsAssociatedWithChannelFlow = (0, core_1.createPaginator)(ChimeSDKMessagingClient_1.ChimeSDKMessagingClient, ListChannelsAssociatedWithChannelFlowCommand_1.ListChannelsAssociatedWithChannelFlowCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListChannelsModeratedByAppInstanceUser = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ChimeSDKMessagingClient_1 = require("../ChimeSDKMessagingClient");
6
- const ListChannelsModeratedByAppInstanceUserCommand_1 = require("../commands/ListChannelsModeratedByAppInstanceUserCommand");
7
- exports.paginateListChannelsModeratedByAppInstanceUser = (0, core_1.createPaginator)(ChimeSDKMessagingClient_1.ChimeSDKMessagingClient, ListChannelsModeratedByAppInstanceUserCommand_1.ListChannelsModeratedByAppInstanceUserCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListChannels = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ChimeSDKMessagingClient_1 = require("../ChimeSDKMessagingClient");
6
- const ListChannelsCommand_1 = require("../commands/ListChannelsCommand");
7
- exports.paginateListChannels = (0, core_1.createPaginator)(ChimeSDKMessagingClient_1.ChimeSDKMessagingClient, ListChannelsCommand_1.ListChannelsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListSubChannels = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ChimeSDKMessagingClient_1 = require("../ChimeSDKMessagingClient");
6
- const ListSubChannelsCommand_1 = require("../commands/ListSubChannelsCommand");
7
- exports.paginateListSubChannels = (0, core_1.createPaginator)(ChimeSDKMessagingClient_1.ChimeSDKMessagingClient, ListSubChannelsCommand_1.ListSubChannelsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateSearchChannels = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ChimeSDKMessagingClient_1 = require("../ChimeSDKMessagingClient");
6
- const SearchChannelsCommand_1 = require("../commands/SearchChannelsCommand");
7
- exports.paginateSearchChannels = (0, core_1.createPaginator)(ChimeSDKMessagingClient_1.ChimeSDKMessagingClient, SearchChannelsCommand_1.SearchChannelsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,15 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./Interfaces"), exports);
5
- tslib_1.__exportStar(require("./ListChannelBansPaginator"), exports);
6
- tslib_1.__exportStar(require("./ListChannelFlowsPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListChannelMembershipsForAppInstanceUserPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListChannelMembershipsPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListChannelMessagesPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListChannelModeratorsPaginator"), exports);
11
- tslib_1.__exportStar(require("./ListChannelsAssociatedWithChannelFlowPaginator"), exports);
12
- tslib_1.__exportStar(require("./ListChannelsModeratedByAppInstanceUserPaginator"), exports);
13
- tslib_1.__exportStar(require("./ListChannelsPaginator"), exports);
14
- tslib_1.__exportStar(require("./ListSubChannelsPaginator"), exports);
15
- tslib_1.__exportStar(require("./SearchChannelsPaginator"), exports);
1
+ module.exports = require("../index.js");