@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.
- 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 +5770 -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,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListChannelsCommand = 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 ListChannelsCommand 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", "ListChannels", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "ListChannelsCommand")
|
|
24
|
-
.f(models_0_1.ListChannelsRequestFilterSensitiveLog, models_0_1.ListChannelsResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_ListChannelsCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_ListChannelsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.ListChannelsCommand = ListChannelsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListChannelsModeratedByAppInstanceUserCommand = 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 ListChannelsModeratedByAppInstanceUserCommand 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", "ListChannelsModeratedByAppInstanceUser", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "ListChannelsModeratedByAppInstanceUserCommand")
|
|
24
|
-
.f(models_0_1.ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog, models_0_1.ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_ListChannelsModeratedByAppInstanceUserCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_ListChannelsModeratedByAppInstanceUserCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.ListChannelsModeratedByAppInstanceUserCommand = ListChannelsModeratedByAppInstanceUserCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListSubChannelsCommand = 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 ListSubChannelsCommand 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", "ListSubChannels", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "ListSubChannelsCommand")
|
|
24
|
-
.f(models_0_1.ListSubChannelsRequestFilterSensitiveLog, models_0_1.ListSubChannelsResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_ListSubChannelsCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_ListSubChannelsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.ListSubChannelsCommand = ListSubChannelsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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", "ListTagsForResource", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "ListTagsForResourceCommand")
|
|
24
|
-
.f(void 0, models_0_1.ListTagsForResourceResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_ListTagsForResourceCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutChannelExpirationSettingsCommand = 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 PutChannelExpirationSettingsCommand 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", "PutChannelExpirationSettings", {})
|
|
22
|
-
.n("ChimeSDKMessagingClient", "PutChannelExpirationSettingsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_PutChannelExpirationSettingsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_PutChannelExpirationSettingsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.PutChannelExpirationSettingsCommand = PutChannelExpirationSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutChannelMembershipPreferencesCommand = 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 PutChannelMembershipPreferencesCommand 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", "PutChannelMembershipPreferences", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "PutChannelMembershipPreferencesCommand")
|
|
24
|
-
.f(models_0_1.PutChannelMembershipPreferencesRequestFilterSensitiveLog, models_0_1.PutChannelMembershipPreferencesResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_PutChannelMembershipPreferencesCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_PutChannelMembershipPreferencesCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.PutChannelMembershipPreferencesCommand = PutChannelMembershipPreferencesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutMessagingStreamingConfigurationsCommand = 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 PutMessagingStreamingConfigurationsCommand 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", "PutMessagingStreamingConfigurations", {})
|
|
22
|
-
.n("ChimeSDKMessagingClient", "PutMessagingStreamingConfigurationsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_PutMessagingStreamingConfigurationsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_PutMessagingStreamingConfigurationsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.PutMessagingStreamingConfigurationsCommand = PutMessagingStreamingConfigurationsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RedactChannelMessageCommand = 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 RedactChannelMessageCommand 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", "RedactChannelMessage", {})
|
|
22
|
-
.n("ChimeSDKMessagingClient", "RedactChannelMessageCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_RedactChannelMessageCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_RedactChannelMessageCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RedactChannelMessageCommand = RedactChannelMessageCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SearchChannelsCommand = 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 SearchChannelsCommand 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", "SearchChannels", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "SearchChannelsCommand")
|
|
24
|
-
.f(models_0_1.SearchChannelsRequestFilterSensitiveLog, models_0_1.SearchChannelsResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_SearchChannelsCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_SearchChannelsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.SearchChannelsCommand = SearchChannelsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SendChannelMessageCommand = 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 SendChannelMessageCommand 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", "SendChannelMessage", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "SendChannelMessageCommand")
|
|
24
|
-
.f(models_0_1.SendChannelMessageRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_SendChannelMessageCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_SendChannelMessageCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.SendChannelMessageCommand = SendChannelMessageCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = 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 TagResourceCommand 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", "TagResource", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "TagResourceCommand")
|
|
24
|
-
.f(models_0_1.TagResourceRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_TagResourceCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_TagResourceCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = 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 UntagResourceCommand 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", "UntagResource", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "UntagResourceCommand")
|
|
24
|
-
.f(models_0_1.UntagResourceRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_UntagResourceCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_UntagResourceCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateChannelCommand = 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 UpdateChannelCommand 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", "UpdateChannel", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "UpdateChannelCommand")
|
|
24
|
-
.f(models_0_1.UpdateChannelRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_UpdateChannelCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_UpdateChannelCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.UpdateChannelCommand = UpdateChannelCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateChannelFlowCommand = 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 UpdateChannelFlowCommand 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", "UpdateChannelFlow", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "UpdateChannelFlowCommand")
|
|
24
|
-
.f(models_0_1.UpdateChannelFlowRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_UpdateChannelFlowCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_UpdateChannelFlowCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.UpdateChannelFlowCommand = UpdateChannelFlowCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateChannelMessageCommand = 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 UpdateChannelMessageCommand 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", "UpdateChannelMessage", {})
|
|
23
|
-
.n("ChimeSDKMessagingClient", "UpdateChannelMessageCommand")
|
|
24
|
-
.f(models_0_1.UpdateChannelMessageRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_UpdateChannelMessageCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_UpdateChannelMessageCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.UpdateChannelMessageCommand = UpdateChannelMessageCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateChannelReadMarkerCommand = 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 UpdateChannelReadMarkerCommand 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", "UpdateChannelReadMarker", {})
|
|
22
|
-
.n("ChimeSDKMessagingClient", "UpdateChannelReadMarkerCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateChannelReadMarkerCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateChannelReadMarkerCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateChannelReadMarkerCommand = UpdateChannelReadMarkerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,54 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AssociateChannelFlowCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./BatchCreateChannelMembershipCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ChannelFlowCallbackCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateChannelBanCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateChannelCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateChannelFlowCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateChannelMembershipCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateChannelModeratorCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeleteChannelBanCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteChannelCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteChannelFlowCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteChannelMembershipCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteChannelMessageCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteChannelModeratorCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteMessagingStreamingConfigurationsCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DescribeChannelBanCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DescribeChannelCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DescribeChannelFlowCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DescribeChannelMembershipCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DescribeChannelMembershipForAppInstanceUserCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DescribeChannelModeratedByAppInstanceUserCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./DescribeChannelModeratorCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./DisassociateChannelFlowCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./GetChannelMembershipPreferencesCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./GetChannelMessageCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./GetChannelMessageStatusCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./GetMessagingSessionEndpointCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./GetMessagingStreamingConfigurationsCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./ListChannelBansCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./ListChannelFlowsCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./ListChannelMembershipsCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./ListChannelMembershipsForAppInstanceUserCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./ListChannelMessagesCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./ListChannelModeratorsCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./ListChannelsAssociatedWithChannelFlowCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./ListChannelsCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./ListChannelsModeratedByAppInstanceUserCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./ListSubChannelsCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./PutChannelExpirationSettingsCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./PutChannelMembershipPreferencesCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./PutMessagingStreamingConfigurationsCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./RedactChannelMessageCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./SearchChannelsCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./SendChannelMessageCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./UpdateChannelCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./UpdateChannelFlowCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./UpdateChannelMessageCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./UpdateChannelReadMarkerCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "chime",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|