@aws-sdk/client-chime-sdk-messaging 3.490.0 → 3.496.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/ChimeSDKMessaging.js +1 -113
- package/dist-cjs/ChimeSDKMessagingClient.js +1 -43
- package/dist-cjs/commands/AssociateChannelFlowCommand.js +1 -28
- package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +1 -29
- package/dist-cjs/commands/ChannelFlowCallbackCommand.js +1 -29
- package/dist-cjs/commands/CreateChannelBanCommand.js +1 -29
- package/dist-cjs/commands/CreateChannelCommand.js +1 -29
- package/dist-cjs/commands/CreateChannelFlowCommand.js +1 -29
- package/dist-cjs/commands/CreateChannelMembershipCommand.js +1 -29
- package/dist-cjs/commands/CreateChannelModeratorCommand.js +1 -29
- package/dist-cjs/commands/DeleteChannelBanCommand.js +1 -28
- package/dist-cjs/commands/DeleteChannelCommand.js +1 -28
- package/dist-cjs/commands/DeleteChannelFlowCommand.js +1 -28
- package/dist-cjs/commands/DeleteChannelMembershipCommand.js +1 -28
- package/dist-cjs/commands/DeleteChannelMessageCommand.js +1 -28
- package/dist-cjs/commands/DeleteChannelModeratorCommand.js +1 -28
- package/dist-cjs/commands/DeleteMessagingStreamingConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/DescribeChannelBanCommand.js +1 -29
- package/dist-cjs/commands/DescribeChannelCommand.js +1 -29
- package/dist-cjs/commands/DescribeChannelFlowCommand.js +1 -29
- package/dist-cjs/commands/DescribeChannelMembershipCommand.js +1 -29
- package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +1 -29
- package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +1 -29
- package/dist-cjs/commands/DescribeChannelModeratorCommand.js +1 -29
- package/dist-cjs/commands/DisassociateChannelFlowCommand.js +1 -28
- package/dist-cjs/commands/GetChannelMembershipPreferencesCommand.js +1 -29
- package/dist-cjs/commands/GetChannelMessageCommand.js +1 -29
- package/dist-cjs/commands/GetChannelMessageStatusCommand.js +1 -28
- package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +1 -28
- package/dist-cjs/commands/GetMessagingStreamingConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListChannelBansCommand.js +1 -29
- package/dist-cjs/commands/ListChannelFlowsCommand.js +1 -29
- package/dist-cjs/commands/ListChannelMembershipsCommand.js +1 -29
- package/dist-cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js +1 -29
- package/dist-cjs/commands/ListChannelMessagesCommand.js +1 -29
- package/dist-cjs/commands/ListChannelModeratorsCommand.js +1 -29
- package/dist-cjs/commands/ListChannelsAssociatedWithChannelFlowCommand.js +1 -29
- package/dist-cjs/commands/ListChannelsCommand.js +1 -29
- package/dist-cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js +1 -29
- package/dist-cjs/commands/ListSubChannelsCommand.js +1 -29
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
- package/dist-cjs/commands/PutChannelExpirationSettingsCommand.js +1 -28
- package/dist-cjs/commands/PutChannelMembershipPreferencesCommand.js +1 -29
- package/dist-cjs/commands/PutMessagingStreamingConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/RedactChannelMessageCommand.js +1 -28
- package/dist-cjs/commands/SearchChannelsCommand.js +1 -29
- package/dist-cjs/commands/SendChannelMessageCommand.js +1 -29
- package/dist-cjs/commands/TagResourceCommand.js +1 -29
- package/dist-cjs/commands/UntagResourceCommand.js +1 -29
- package/dist-cjs/commands/UpdateChannelCommand.js +1 -29
- package/dist-cjs/commands/UpdateChannelFlowCommand.js +1 -29
- package/dist-cjs/commands/UpdateChannelMessageCommand.js +1 -29
- package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -54
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5772 -11
- package/dist-cjs/models/ChimeSDKMessagingServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -656
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListChannelBansPaginator.js +1 -7
- package/dist-cjs/pagination/ListChannelFlowsPaginator.js +1 -7
- package/dist-cjs/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +1 -7
- package/dist-cjs/pagination/ListChannelMembershipsPaginator.js +1 -7
- package/dist-cjs/pagination/ListChannelMessagesPaginator.js +1 -7
- package/dist-cjs/pagination/ListChannelModeratorsPaginator.js +1 -7
- package/dist-cjs/pagination/ListChannelsAssociatedWithChannelFlowPaginator.js +1 -7
- package/dist-cjs/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +1 -7
- package/dist-cjs/pagination/ListChannelsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSubChannelsPaginator.js +1 -7
- package/dist-cjs/pagination/SearchChannelsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -15
- package/dist-cjs/protocols/Aws_restJson1.js +1 -3776
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,113 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ChimeSDKMessaging = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const ChimeSDKMessagingClient_1 = require("./ChimeSDKMessagingClient");
|
|
6
|
-
const AssociateChannelFlowCommand_1 = require("./commands/AssociateChannelFlowCommand");
|
|
7
|
-
const BatchCreateChannelMembershipCommand_1 = require("./commands/BatchCreateChannelMembershipCommand");
|
|
8
|
-
const ChannelFlowCallbackCommand_1 = require("./commands/ChannelFlowCallbackCommand");
|
|
9
|
-
const CreateChannelBanCommand_1 = require("./commands/CreateChannelBanCommand");
|
|
10
|
-
const CreateChannelCommand_1 = require("./commands/CreateChannelCommand");
|
|
11
|
-
const CreateChannelFlowCommand_1 = require("./commands/CreateChannelFlowCommand");
|
|
12
|
-
const CreateChannelMembershipCommand_1 = require("./commands/CreateChannelMembershipCommand");
|
|
13
|
-
const CreateChannelModeratorCommand_1 = require("./commands/CreateChannelModeratorCommand");
|
|
14
|
-
const DeleteChannelBanCommand_1 = require("./commands/DeleteChannelBanCommand");
|
|
15
|
-
const DeleteChannelCommand_1 = require("./commands/DeleteChannelCommand");
|
|
16
|
-
const DeleteChannelFlowCommand_1 = require("./commands/DeleteChannelFlowCommand");
|
|
17
|
-
const DeleteChannelMembershipCommand_1 = require("./commands/DeleteChannelMembershipCommand");
|
|
18
|
-
const DeleteChannelMessageCommand_1 = require("./commands/DeleteChannelMessageCommand");
|
|
19
|
-
const DeleteChannelModeratorCommand_1 = require("./commands/DeleteChannelModeratorCommand");
|
|
20
|
-
const DeleteMessagingStreamingConfigurationsCommand_1 = require("./commands/DeleteMessagingStreamingConfigurationsCommand");
|
|
21
|
-
const DescribeChannelBanCommand_1 = require("./commands/DescribeChannelBanCommand");
|
|
22
|
-
const DescribeChannelCommand_1 = require("./commands/DescribeChannelCommand");
|
|
23
|
-
const DescribeChannelFlowCommand_1 = require("./commands/DescribeChannelFlowCommand");
|
|
24
|
-
const DescribeChannelMembershipCommand_1 = require("./commands/DescribeChannelMembershipCommand");
|
|
25
|
-
const DescribeChannelMembershipForAppInstanceUserCommand_1 = require("./commands/DescribeChannelMembershipForAppInstanceUserCommand");
|
|
26
|
-
const DescribeChannelModeratedByAppInstanceUserCommand_1 = require("./commands/DescribeChannelModeratedByAppInstanceUserCommand");
|
|
27
|
-
const DescribeChannelModeratorCommand_1 = require("./commands/DescribeChannelModeratorCommand");
|
|
28
|
-
const DisassociateChannelFlowCommand_1 = require("./commands/DisassociateChannelFlowCommand");
|
|
29
|
-
const GetChannelMembershipPreferencesCommand_1 = require("./commands/GetChannelMembershipPreferencesCommand");
|
|
30
|
-
const GetChannelMessageCommand_1 = require("./commands/GetChannelMessageCommand");
|
|
31
|
-
const GetChannelMessageStatusCommand_1 = require("./commands/GetChannelMessageStatusCommand");
|
|
32
|
-
const GetMessagingSessionEndpointCommand_1 = require("./commands/GetMessagingSessionEndpointCommand");
|
|
33
|
-
const GetMessagingStreamingConfigurationsCommand_1 = require("./commands/GetMessagingStreamingConfigurationsCommand");
|
|
34
|
-
const ListChannelBansCommand_1 = require("./commands/ListChannelBansCommand");
|
|
35
|
-
const ListChannelFlowsCommand_1 = require("./commands/ListChannelFlowsCommand");
|
|
36
|
-
const ListChannelMembershipsCommand_1 = require("./commands/ListChannelMembershipsCommand");
|
|
37
|
-
const ListChannelMembershipsForAppInstanceUserCommand_1 = require("./commands/ListChannelMembershipsForAppInstanceUserCommand");
|
|
38
|
-
const ListChannelMessagesCommand_1 = require("./commands/ListChannelMessagesCommand");
|
|
39
|
-
const ListChannelModeratorsCommand_1 = require("./commands/ListChannelModeratorsCommand");
|
|
40
|
-
const ListChannelsAssociatedWithChannelFlowCommand_1 = require("./commands/ListChannelsAssociatedWithChannelFlowCommand");
|
|
41
|
-
const ListChannelsCommand_1 = require("./commands/ListChannelsCommand");
|
|
42
|
-
const ListChannelsModeratedByAppInstanceUserCommand_1 = require("./commands/ListChannelsModeratedByAppInstanceUserCommand");
|
|
43
|
-
const ListSubChannelsCommand_1 = require("./commands/ListSubChannelsCommand");
|
|
44
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
45
|
-
const PutChannelExpirationSettingsCommand_1 = require("./commands/PutChannelExpirationSettingsCommand");
|
|
46
|
-
const PutChannelMembershipPreferencesCommand_1 = require("./commands/PutChannelMembershipPreferencesCommand");
|
|
47
|
-
const PutMessagingStreamingConfigurationsCommand_1 = require("./commands/PutMessagingStreamingConfigurationsCommand");
|
|
48
|
-
const RedactChannelMessageCommand_1 = require("./commands/RedactChannelMessageCommand");
|
|
49
|
-
const SearchChannelsCommand_1 = require("./commands/SearchChannelsCommand");
|
|
50
|
-
const SendChannelMessageCommand_1 = require("./commands/SendChannelMessageCommand");
|
|
51
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
52
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
53
|
-
const UpdateChannelCommand_1 = require("./commands/UpdateChannelCommand");
|
|
54
|
-
const UpdateChannelFlowCommand_1 = require("./commands/UpdateChannelFlowCommand");
|
|
55
|
-
const UpdateChannelMessageCommand_1 = require("./commands/UpdateChannelMessageCommand");
|
|
56
|
-
const UpdateChannelReadMarkerCommand_1 = require("./commands/UpdateChannelReadMarkerCommand");
|
|
57
|
-
const commands = {
|
|
58
|
-
AssociateChannelFlowCommand: AssociateChannelFlowCommand_1.AssociateChannelFlowCommand,
|
|
59
|
-
BatchCreateChannelMembershipCommand: BatchCreateChannelMembershipCommand_1.BatchCreateChannelMembershipCommand,
|
|
60
|
-
ChannelFlowCallbackCommand: ChannelFlowCallbackCommand_1.ChannelFlowCallbackCommand,
|
|
61
|
-
CreateChannelCommand: CreateChannelCommand_1.CreateChannelCommand,
|
|
62
|
-
CreateChannelBanCommand: CreateChannelBanCommand_1.CreateChannelBanCommand,
|
|
63
|
-
CreateChannelFlowCommand: CreateChannelFlowCommand_1.CreateChannelFlowCommand,
|
|
64
|
-
CreateChannelMembershipCommand: CreateChannelMembershipCommand_1.CreateChannelMembershipCommand,
|
|
65
|
-
CreateChannelModeratorCommand: CreateChannelModeratorCommand_1.CreateChannelModeratorCommand,
|
|
66
|
-
DeleteChannelCommand: DeleteChannelCommand_1.DeleteChannelCommand,
|
|
67
|
-
DeleteChannelBanCommand: DeleteChannelBanCommand_1.DeleteChannelBanCommand,
|
|
68
|
-
DeleteChannelFlowCommand: DeleteChannelFlowCommand_1.DeleteChannelFlowCommand,
|
|
69
|
-
DeleteChannelMembershipCommand: DeleteChannelMembershipCommand_1.DeleteChannelMembershipCommand,
|
|
70
|
-
DeleteChannelMessageCommand: DeleteChannelMessageCommand_1.DeleteChannelMessageCommand,
|
|
71
|
-
DeleteChannelModeratorCommand: DeleteChannelModeratorCommand_1.DeleteChannelModeratorCommand,
|
|
72
|
-
DeleteMessagingStreamingConfigurationsCommand: DeleteMessagingStreamingConfigurationsCommand_1.DeleteMessagingStreamingConfigurationsCommand,
|
|
73
|
-
DescribeChannelCommand: DescribeChannelCommand_1.DescribeChannelCommand,
|
|
74
|
-
DescribeChannelBanCommand: DescribeChannelBanCommand_1.DescribeChannelBanCommand,
|
|
75
|
-
DescribeChannelFlowCommand: DescribeChannelFlowCommand_1.DescribeChannelFlowCommand,
|
|
76
|
-
DescribeChannelMembershipCommand: DescribeChannelMembershipCommand_1.DescribeChannelMembershipCommand,
|
|
77
|
-
DescribeChannelMembershipForAppInstanceUserCommand: DescribeChannelMembershipForAppInstanceUserCommand_1.DescribeChannelMembershipForAppInstanceUserCommand,
|
|
78
|
-
DescribeChannelModeratedByAppInstanceUserCommand: DescribeChannelModeratedByAppInstanceUserCommand_1.DescribeChannelModeratedByAppInstanceUserCommand,
|
|
79
|
-
DescribeChannelModeratorCommand: DescribeChannelModeratorCommand_1.DescribeChannelModeratorCommand,
|
|
80
|
-
DisassociateChannelFlowCommand: DisassociateChannelFlowCommand_1.DisassociateChannelFlowCommand,
|
|
81
|
-
GetChannelMembershipPreferencesCommand: GetChannelMembershipPreferencesCommand_1.GetChannelMembershipPreferencesCommand,
|
|
82
|
-
GetChannelMessageCommand: GetChannelMessageCommand_1.GetChannelMessageCommand,
|
|
83
|
-
GetChannelMessageStatusCommand: GetChannelMessageStatusCommand_1.GetChannelMessageStatusCommand,
|
|
84
|
-
GetMessagingSessionEndpointCommand: GetMessagingSessionEndpointCommand_1.GetMessagingSessionEndpointCommand,
|
|
85
|
-
GetMessagingStreamingConfigurationsCommand: GetMessagingStreamingConfigurationsCommand_1.GetMessagingStreamingConfigurationsCommand,
|
|
86
|
-
ListChannelBansCommand: ListChannelBansCommand_1.ListChannelBansCommand,
|
|
87
|
-
ListChannelFlowsCommand: ListChannelFlowsCommand_1.ListChannelFlowsCommand,
|
|
88
|
-
ListChannelMembershipsCommand: ListChannelMembershipsCommand_1.ListChannelMembershipsCommand,
|
|
89
|
-
ListChannelMembershipsForAppInstanceUserCommand: ListChannelMembershipsForAppInstanceUserCommand_1.ListChannelMembershipsForAppInstanceUserCommand,
|
|
90
|
-
ListChannelMessagesCommand: ListChannelMessagesCommand_1.ListChannelMessagesCommand,
|
|
91
|
-
ListChannelModeratorsCommand: ListChannelModeratorsCommand_1.ListChannelModeratorsCommand,
|
|
92
|
-
ListChannelsCommand: ListChannelsCommand_1.ListChannelsCommand,
|
|
93
|
-
ListChannelsAssociatedWithChannelFlowCommand: ListChannelsAssociatedWithChannelFlowCommand_1.ListChannelsAssociatedWithChannelFlowCommand,
|
|
94
|
-
ListChannelsModeratedByAppInstanceUserCommand: ListChannelsModeratedByAppInstanceUserCommand_1.ListChannelsModeratedByAppInstanceUserCommand,
|
|
95
|
-
ListSubChannelsCommand: ListSubChannelsCommand_1.ListSubChannelsCommand,
|
|
96
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
97
|
-
PutChannelExpirationSettingsCommand: PutChannelExpirationSettingsCommand_1.PutChannelExpirationSettingsCommand,
|
|
98
|
-
PutChannelMembershipPreferencesCommand: PutChannelMembershipPreferencesCommand_1.PutChannelMembershipPreferencesCommand,
|
|
99
|
-
PutMessagingStreamingConfigurationsCommand: PutMessagingStreamingConfigurationsCommand_1.PutMessagingStreamingConfigurationsCommand,
|
|
100
|
-
RedactChannelMessageCommand: RedactChannelMessageCommand_1.RedactChannelMessageCommand,
|
|
101
|
-
SearchChannelsCommand: SearchChannelsCommand_1.SearchChannelsCommand,
|
|
102
|
-
SendChannelMessageCommand: SendChannelMessageCommand_1.SendChannelMessageCommand,
|
|
103
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
104
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
105
|
-
UpdateChannelCommand: UpdateChannelCommand_1.UpdateChannelCommand,
|
|
106
|
-
UpdateChannelFlowCommand: UpdateChannelFlowCommand_1.UpdateChannelFlowCommand,
|
|
107
|
-
UpdateChannelMessageCommand: UpdateChannelMessageCommand_1.UpdateChannelMessageCommand,
|
|
108
|
-
UpdateChannelReadMarkerCommand: UpdateChannelReadMarkerCommand_1.UpdateChannelReadMarkerCommand,
|
|
109
|
-
};
|
|
110
|
-
class ChimeSDKMessaging extends ChimeSDKMessagingClient_1.ChimeSDKMessagingClient {
|
|
111
|
-
}
|
|
112
|
-
exports.ChimeSDKMessaging = ChimeSDKMessaging;
|
|
113
|
-
(0, smithy_client_1.createAggregatedClient)(commands, ChimeSDKMessaging);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ChimeSDKMessagingClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class ChimeSDKMessagingClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.ChimeSDKMessagingClient = ChimeSDKMessagingClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateChannelFlowCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AssociateChannelFlowCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ChimeMessagingService", "AssociateChannelFlow", {})
|
|
22
|
-
.n("ChimeSDKMessagingClient", "AssociateChannelFlowCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateChannelFlowCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateChannelFlowCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateChannelFlowCommand = AssociateChannelFlowCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchCreateChannelMembershipCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class BatchCreateChannelMembershipCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ChimeMessagingService", "BatchCreateChannelMembership", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "BatchCreateChannelMembershipCommand")
|
|
24
|
-
.f(void 0, models_0_1.BatchCreateChannelMembershipResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_BatchCreateChannelMembershipCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_BatchCreateChannelMembershipCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.BatchCreateChannelMembershipCommand = BatchCreateChannelMembershipCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ChannelFlowCallbackCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class ChannelFlowCallbackCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ChimeMessagingService", "ChannelFlowCallback", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "ChannelFlowCallbackCommand")
|
|
24
|
-
.f(models_0_1.ChannelFlowCallbackRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_ChannelFlowCallbackCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_ChannelFlowCallbackCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.ChannelFlowCallbackCommand = ChannelFlowCallbackCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateChannelBanCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateChannelBanCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ChimeMessagingService", "CreateChannelBan", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "CreateChannelBanCommand")
|
|
24
|
-
.f(void 0, models_0_1.CreateChannelBanResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateChannelBanCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateChannelBanCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateChannelBanCommand = CreateChannelBanCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateChannelCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateChannelCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ChimeMessagingService", "CreateChannel", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "CreateChannelCommand")
|
|
24
|
-
.f(models_0_1.CreateChannelRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateChannelCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateChannelCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateChannelCommand = CreateChannelCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateChannelFlowCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateChannelFlowCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ChimeMessagingService", "CreateChannelFlow", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "CreateChannelFlowCommand")
|
|
24
|
-
.f(models_0_1.CreateChannelFlowRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateChannelFlowCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateChannelFlowCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateChannelFlowCommand = CreateChannelFlowCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateChannelMembershipCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateChannelMembershipCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ChimeMessagingService", "CreateChannelMembership", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "CreateChannelMembershipCommand")
|
|
24
|
-
.f(void 0, models_0_1.CreateChannelMembershipResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateChannelMembershipCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateChannelMembershipCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateChannelMembershipCommand = CreateChannelMembershipCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateChannelModeratorCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateChannelModeratorCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ChimeMessagingService", "CreateChannelModerator", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "CreateChannelModeratorCommand")
|
|
24
|
-
.f(void 0, models_0_1.CreateChannelModeratorResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateChannelModeratorCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateChannelModeratorCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateChannelModeratorCommand = CreateChannelModeratorCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteChannelBanCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteChannelBanCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ChimeMessagingService", "DeleteChannelBan", {})
|
|
22
|
-
.n("ChimeSDKMessagingClient", "DeleteChannelBanCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteChannelBanCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteChannelBanCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteChannelBanCommand = DeleteChannelBanCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteChannelCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteChannelCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ChimeMessagingService", "DeleteChannel", {})
|
|
22
|
-
.n("ChimeSDKMessagingClient", "DeleteChannelCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteChannelCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteChannelCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteChannelCommand = DeleteChannelCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteChannelFlowCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteChannelFlowCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ChimeMessagingService", "DeleteChannelFlow", {})
|
|
22
|
-
.n("ChimeSDKMessagingClient", "DeleteChannelFlowCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteChannelFlowCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteChannelFlowCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteChannelFlowCommand = DeleteChannelFlowCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteChannelMembershipCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteChannelMembershipCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ChimeMessagingService", "DeleteChannelMembership", {})
|
|
22
|
-
.n("ChimeSDKMessagingClient", "DeleteChannelMembershipCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteChannelMembershipCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteChannelMembershipCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteChannelMembershipCommand = DeleteChannelMembershipCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteChannelMessageCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteChannelMessageCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ChimeMessagingService", "DeleteChannelMessage", {})
|
|
22
|
-
.n("ChimeSDKMessagingClient", "DeleteChannelMessageCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteChannelMessageCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteChannelMessageCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteChannelMessageCommand = DeleteChannelMessageCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteChannelModeratorCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteChannelModeratorCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ChimeMessagingService", "DeleteChannelModerator", {})
|
|
22
|
-
.n("ChimeSDKMessagingClient", "DeleteChannelModeratorCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteChannelModeratorCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteChannelModeratorCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteChannelModeratorCommand = DeleteChannelModeratorCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteMessagingStreamingConfigurationsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteMessagingStreamingConfigurationsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ChimeMessagingService", "DeleteMessagingStreamingConfigurations", {})
|
|
22
|
-
.n("ChimeSDKMessagingClient", "DeleteMessagingStreamingConfigurationsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteMessagingStreamingConfigurationsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteMessagingStreamingConfigurationsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteMessagingStreamingConfigurationsCommand = DeleteMessagingStreamingConfigurationsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|