@aws-sdk/client-chime-sdk-messaging 3.295.0 → 3.296.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/README.md +24 -0
- package/dist-cjs/ChimeSDKMessaging.js +45 -0
- package/dist-cjs/commands/DeleteMessagingStreamingConfigurationsCommand.js +46 -0
- package/dist-cjs/commands/GetMessagingStreamingConfigurationsCommand.js +46 -0
- package/dist-cjs/commands/PutMessagingStreamingConfigurationsCommand.js +46 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +32 -3
- package/dist-cjs/protocols/Aws_restJson1.js +243 -2
- package/dist-es/ChimeSDKMessaging.js +45 -0
- package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +42 -0
- package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +42 -0
- package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +42 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +23 -0
- package/dist-es/protocols/Aws_restJson1.js +235 -0
- package/dist-types/ChimeSDKMessaging.d.ts +25 -40
- package/dist-types/ChimeSDKMessagingClient.d.ts +5 -2
- package/dist-types/commands/AssociateChannelFlowCommand.d.ts +0 -1
- package/dist-types/commands/CreateChannelBanCommand.d.ts +0 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +0 -2
- package/dist-types/commands/CreateChannelFlowCommand.d.ts +1 -3
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +0 -4
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +0 -2
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +0 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +0 -1
- package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +0 -1
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +0 -1
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +0 -1
- package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +60 -0
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +0 -2
- package/dist-types/commands/DescribeChannelCommand.d.ts +0 -2
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -1
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -1
- package/dist-types/commands/GetChannelMessageCommand.d.ts +0 -1
- package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +0 -3
- package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +66 -0
- package/dist-types/commands/ListChannelBansCommand.d.ts +0 -1
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +0 -2
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +0 -2
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -1
- package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +70 -0
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +0 -1
- package/dist-types/commands/SendChannelMessageCommand.d.ts +0 -2
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +0 -1
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +0 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +75 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +69 -0
- package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +42 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +29 -29
package/README.md
CHANGED
|
@@ -320,6 +320,14 @@ DeleteChannelModerator
|
|
|
320
320
|
|
|
321
321
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/classes/deletechannelmoderatorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/deletechannelmoderatorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/deletechannelmoderatorcommandoutput.html)
|
|
322
322
|
|
|
323
|
+
</details>
|
|
324
|
+
<details>
|
|
325
|
+
<summary>
|
|
326
|
+
DeleteMessagingStreamingConfigurations
|
|
327
|
+
</summary>
|
|
328
|
+
|
|
329
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/classes/deletemessagingstreamingconfigurationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/deletemessagingstreamingconfigurationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/deletemessagingstreamingconfigurationscommandoutput.html)
|
|
330
|
+
|
|
323
331
|
</details>
|
|
324
332
|
<details>
|
|
325
333
|
<summary>
|
|
@@ -416,6 +424,14 @@ GetMessagingSessionEndpoint
|
|
|
416
424
|
|
|
417
425
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/classes/getmessagingsessionendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/getmessagingsessionendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/getmessagingsessionendpointcommandoutput.html)
|
|
418
426
|
|
|
427
|
+
</details>
|
|
428
|
+
<details>
|
|
429
|
+
<summary>
|
|
430
|
+
GetMessagingStreamingConfigurations
|
|
431
|
+
</summary>
|
|
432
|
+
|
|
433
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/classes/getmessagingstreamingconfigurationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/getmessagingstreamingconfigurationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/getmessagingstreamingconfigurationscommandoutput.html)
|
|
434
|
+
|
|
419
435
|
</details>
|
|
420
436
|
<details>
|
|
421
437
|
<summary>
|
|
@@ -512,6 +528,14 @@ PutChannelMembershipPreferences
|
|
|
512
528
|
|
|
513
529
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/classes/putchannelmembershippreferencescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/putchannelmembershippreferencescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/putchannelmembershippreferencescommandoutput.html)
|
|
514
530
|
|
|
531
|
+
</details>
|
|
532
|
+
<details>
|
|
533
|
+
<summary>
|
|
534
|
+
PutMessagingStreamingConfigurations
|
|
535
|
+
</summary>
|
|
536
|
+
|
|
537
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/classes/putmessagingstreamingconfigurationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/putmessagingstreamingconfigurationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/putmessagingstreamingconfigurationscommandoutput.html)
|
|
538
|
+
|
|
515
539
|
</details>
|
|
516
540
|
<details>
|
|
517
541
|
<summary>
|
|
@@ -16,6 +16,7 @@ const DeleteChannelFlowCommand_1 = require("./commands/DeleteChannelFlowCommand"
|
|
|
16
16
|
const DeleteChannelMembershipCommand_1 = require("./commands/DeleteChannelMembershipCommand");
|
|
17
17
|
const DeleteChannelMessageCommand_1 = require("./commands/DeleteChannelMessageCommand");
|
|
18
18
|
const DeleteChannelModeratorCommand_1 = require("./commands/DeleteChannelModeratorCommand");
|
|
19
|
+
const DeleteMessagingStreamingConfigurationsCommand_1 = require("./commands/DeleteMessagingStreamingConfigurationsCommand");
|
|
19
20
|
const DescribeChannelBanCommand_1 = require("./commands/DescribeChannelBanCommand");
|
|
20
21
|
const DescribeChannelCommand_1 = require("./commands/DescribeChannelCommand");
|
|
21
22
|
const DescribeChannelFlowCommand_1 = require("./commands/DescribeChannelFlowCommand");
|
|
@@ -28,6 +29,7 @@ const GetChannelMembershipPreferencesCommand_1 = require("./commands/GetChannelM
|
|
|
28
29
|
const GetChannelMessageCommand_1 = require("./commands/GetChannelMessageCommand");
|
|
29
30
|
const GetChannelMessageStatusCommand_1 = require("./commands/GetChannelMessageStatusCommand");
|
|
30
31
|
const GetMessagingSessionEndpointCommand_1 = require("./commands/GetMessagingSessionEndpointCommand");
|
|
32
|
+
const GetMessagingStreamingConfigurationsCommand_1 = require("./commands/GetMessagingStreamingConfigurationsCommand");
|
|
31
33
|
const ListChannelBansCommand_1 = require("./commands/ListChannelBansCommand");
|
|
32
34
|
const ListChannelFlowsCommand_1 = require("./commands/ListChannelFlowsCommand");
|
|
33
35
|
const ListChannelMembershipsCommand_1 = require("./commands/ListChannelMembershipsCommand");
|
|
@@ -40,6 +42,7 @@ const ListChannelsModeratedByAppInstanceUserCommand_1 = require("./commands/List
|
|
|
40
42
|
const ListSubChannelsCommand_1 = require("./commands/ListSubChannelsCommand");
|
|
41
43
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
42
44
|
const PutChannelMembershipPreferencesCommand_1 = require("./commands/PutChannelMembershipPreferencesCommand");
|
|
45
|
+
const PutMessagingStreamingConfigurationsCommand_1 = require("./commands/PutMessagingStreamingConfigurationsCommand");
|
|
43
46
|
const RedactChannelMessageCommand_1 = require("./commands/RedactChannelMessageCommand");
|
|
44
47
|
const SearchChannelsCommand_1 = require("./commands/SearchChannelsCommand");
|
|
45
48
|
const SendChannelMessageCommand_1 = require("./commands/SendChannelMessageCommand");
|
|
@@ -246,6 +249,20 @@ class ChimeSDKMessaging extends ChimeSDKMessagingClient_1.ChimeSDKMessagingClien
|
|
|
246
249
|
return this.send(command, optionsOrCb);
|
|
247
250
|
}
|
|
248
251
|
}
|
|
252
|
+
deleteMessagingStreamingConfigurations(args, optionsOrCb, cb) {
|
|
253
|
+
const command = new DeleteMessagingStreamingConfigurationsCommand_1.DeleteMessagingStreamingConfigurationsCommand(args);
|
|
254
|
+
if (typeof optionsOrCb === "function") {
|
|
255
|
+
this.send(command, optionsOrCb);
|
|
256
|
+
}
|
|
257
|
+
else if (typeof cb === "function") {
|
|
258
|
+
if (typeof optionsOrCb !== "object")
|
|
259
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
260
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
261
|
+
}
|
|
262
|
+
else {
|
|
263
|
+
return this.send(command, optionsOrCb);
|
|
264
|
+
}
|
|
265
|
+
}
|
|
249
266
|
describeChannel(args, optionsOrCb, cb) {
|
|
250
267
|
const command = new DescribeChannelCommand_1.DescribeChannelCommand(args);
|
|
251
268
|
if (typeof optionsOrCb === "function") {
|
|
@@ -414,6 +431,20 @@ class ChimeSDKMessaging extends ChimeSDKMessagingClient_1.ChimeSDKMessagingClien
|
|
|
414
431
|
return this.send(command, optionsOrCb);
|
|
415
432
|
}
|
|
416
433
|
}
|
|
434
|
+
getMessagingStreamingConfigurations(args, optionsOrCb, cb) {
|
|
435
|
+
const command = new GetMessagingStreamingConfigurationsCommand_1.GetMessagingStreamingConfigurationsCommand(args);
|
|
436
|
+
if (typeof optionsOrCb === "function") {
|
|
437
|
+
this.send(command, optionsOrCb);
|
|
438
|
+
}
|
|
439
|
+
else if (typeof cb === "function") {
|
|
440
|
+
if (typeof optionsOrCb !== "object")
|
|
441
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
442
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
443
|
+
}
|
|
444
|
+
else {
|
|
445
|
+
return this.send(command, optionsOrCb);
|
|
446
|
+
}
|
|
447
|
+
}
|
|
417
448
|
listChannelBans(args, optionsOrCb, cb) {
|
|
418
449
|
const command = new ListChannelBansCommand_1.ListChannelBansCommand(args);
|
|
419
450
|
if (typeof optionsOrCb === "function") {
|
|
@@ -582,6 +613,20 @@ class ChimeSDKMessaging extends ChimeSDKMessagingClient_1.ChimeSDKMessagingClien
|
|
|
582
613
|
return this.send(command, optionsOrCb);
|
|
583
614
|
}
|
|
584
615
|
}
|
|
616
|
+
putMessagingStreamingConfigurations(args, optionsOrCb, cb) {
|
|
617
|
+
const command = new PutMessagingStreamingConfigurationsCommand_1.PutMessagingStreamingConfigurationsCommand(args);
|
|
618
|
+
if (typeof optionsOrCb === "function") {
|
|
619
|
+
this.send(command, optionsOrCb);
|
|
620
|
+
}
|
|
621
|
+
else if (typeof cb === "function") {
|
|
622
|
+
if (typeof optionsOrCb !== "object")
|
|
623
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
624
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
625
|
+
}
|
|
626
|
+
else {
|
|
627
|
+
return this.send(command, optionsOrCb);
|
|
628
|
+
}
|
|
629
|
+
}
|
|
585
630
|
redactChannelMessage(args, optionsOrCb, cb) {
|
|
586
631
|
const command = new RedactChannelMessageCommand_1.RedactChannelMessageCommand(args);
|
|
587
632
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteMessagingStreamingConfigurationsCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class DeleteMessagingStreamingConfigurationsCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteMessagingStreamingConfigurationsCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "ChimeSDKMessagingClient";
|
|
28
|
+
const commandName = "DeleteMessagingStreamingConfigurationsCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.DeleteMessagingStreamingConfigurationsRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: (output) => output,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1DeleteMessagingStreamingConfigurationsCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteMessagingStreamingConfigurationsCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DeleteMessagingStreamingConfigurationsCommand = DeleteMessagingStreamingConfigurationsCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetMessagingStreamingConfigurationsCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class GetMessagingStreamingConfigurationsCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetMessagingStreamingConfigurationsCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "ChimeSDKMessagingClient";
|
|
28
|
+
const commandName = "GetMessagingStreamingConfigurationsCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.GetMessagingStreamingConfigurationsRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.GetMessagingStreamingConfigurationsResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1GetMessagingStreamingConfigurationsCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1GetMessagingStreamingConfigurationsCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.GetMessagingStreamingConfigurationsCommand = GetMessagingStreamingConfigurationsCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PutMessagingStreamingConfigurationsCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class PutMessagingStreamingConfigurationsCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, PutMessagingStreamingConfigurationsCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "ChimeSDKMessagingClient";
|
|
28
|
+
const commandName = "PutMessagingStreamingConfigurationsCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.PutMessagingStreamingConfigurationsRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.PutMessagingStreamingConfigurationsResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1PutMessagingStreamingConfigurationsCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1PutMessagingStreamingConfigurationsCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.PutMessagingStreamingConfigurationsCommand = PutMessagingStreamingConfigurationsCommand;
|
|
@@ -15,6 +15,7 @@ tslib_1.__exportStar(require("./DeleteChannelFlowCommand"), exports);
|
|
|
15
15
|
tslib_1.__exportStar(require("./DeleteChannelMembershipCommand"), exports);
|
|
16
16
|
tslib_1.__exportStar(require("./DeleteChannelMessageCommand"), exports);
|
|
17
17
|
tslib_1.__exportStar(require("./DeleteChannelModeratorCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DeleteMessagingStreamingConfigurationsCommand"), exports);
|
|
18
19
|
tslib_1.__exportStar(require("./DescribeChannelBanCommand"), exports);
|
|
19
20
|
tslib_1.__exportStar(require("./DescribeChannelCommand"), exports);
|
|
20
21
|
tslib_1.__exportStar(require("./DescribeChannelFlowCommand"), exports);
|
|
@@ -27,6 +28,7 @@ tslib_1.__exportStar(require("./GetChannelMembershipPreferencesCommand"), export
|
|
|
27
28
|
tslib_1.__exportStar(require("./GetChannelMessageCommand"), exports);
|
|
28
29
|
tslib_1.__exportStar(require("./GetChannelMessageStatusCommand"), exports);
|
|
29
30
|
tslib_1.__exportStar(require("./GetMessagingSessionEndpointCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./GetMessagingStreamingConfigurationsCommand"), exports);
|
|
30
32
|
tslib_1.__exportStar(require("./ListChannelBansCommand"), exports);
|
|
31
33
|
tslib_1.__exportStar(require("./ListChannelFlowsCommand"), exports);
|
|
32
34
|
tslib_1.__exportStar(require("./ListChannelMembershipsCommand"), exports);
|
|
@@ -39,6 +41,7 @@ tslib_1.__exportStar(require("./ListChannelsModeratedByAppInstanceUserCommand"),
|
|
|
39
41
|
tslib_1.__exportStar(require("./ListSubChannelsCommand"), exports);
|
|
40
42
|
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
41
43
|
tslib_1.__exportStar(require("./PutChannelMembershipPreferencesCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./PutMessagingStreamingConfigurationsCommand"), exports);
|
|
42
45
|
tslib_1.__exportStar(require("./RedactChannelMessageCommand"), exports);
|
|
43
46
|
tslib_1.__exportStar(require("./SearchChannelsCommand"), exports);
|
|
44
47
|
tslib_1.__exportStar(require("./SendChannelMessageCommand"), exports);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const r = "fn", s = "argv", t = "ref";
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://messaging-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://messaging-chime-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://messaging-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://messaging-chime.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.UpdateChannelReadMarkerResponseFilterSensitiveLog = exports.UpdateChannelReadMarkerRequestFilterSensitiveLog = exports.UpdateChannelMessageResponseFilterSensitiveLog = exports.UpdateChannelMessageRequestFilterSensitiveLog = exports.UpdateChannelFlowResponseFilterSensitiveLog = exports.UpdateChannelFlowRequestFilterSensitiveLog = exports.UpdateChannelResponseFilterSensitiveLog = exports.UpdateChannelRequestFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.SendChannelMessageResponseFilterSensitiveLog = exports.SendChannelMessageRequestFilterSensitiveLog = exports.SearchChannelsResponseFilterSensitiveLog = exports.SearchChannelsRequestFilterSensitiveLog = exports.SearchFieldFilterSensitiveLog = exports.RedactChannelMessageResponseFilterSensitiveLog = exports.RedactChannelMessageRequestFilterSensitiveLog = exports.PutChannelMembershipPreferencesResponseFilterSensitiveLog = exports.PutChannelMembershipPreferencesRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListSubChannelsResponseFilterSensitiveLog = exports.SubChannelSummaryFilterSensitiveLog = exports.ListSubChannelsRequestFilterSensitiveLog = exports.ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog = exports.ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog = exports.ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog = exports.ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog = exports.ListChannelsResponseFilterSensitiveLog = exports.ListChannelsRequestFilterSensitiveLog = exports.ListChannelModeratorsResponseFilterSensitiveLog = exports.ListChannelModeratorsRequestFilterSensitiveLog = exports.ListChannelMessagesResponseFilterSensitiveLog = exports.ListChannelMessagesRequestFilterSensitiveLog = exports.ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog = exports.ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog = exports.ListChannelMembershipsResponseFilterSensitiveLog = exports.ListChannelMembershipsRequestFilterSensitiveLog = exports.ListChannelFlowsResponseFilterSensitiveLog = exports.ListChannelFlowsRequestFilterSensitiveLog = void 0;
|
|
3
|
+
exports.PushNotificationPreferencesFilterSensitiveLog = exports.ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog = exports.ChannelSummaryFilterSensitiveLog = exports.ChannelMembershipFilterSensitiveLog = exports.ChannelFlowSummaryFilterSensitiveLog = exports.ChannelFlowCallbackResponseFilterSensitiveLog = exports.ChannelFlowCallbackRequestFilterSensitiveLog = exports.ChannelMessageCallbackFilterSensitiveLog = exports.PushNotificationConfigurationFilterSensitiveLog = exports.MessageAttributeValueFilterSensitiveLog = exports.ChannelFlowFilterSensitiveLog = exports.ProcessorFilterSensitiveLog = exports.ProcessorConfigurationFilterSensitiveLog = exports.LambdaConfigurationFilterSensitiveLog = exports.ChannelBanSummaryFilterSensitiveLog = exports.ChannelBanFilterSensitiveLog = exports.ChannelAssociatedWithFlowSummaryFilterSensitiveLog = exports.ChannelFilterSensitiveLog = exports.ElasticChannelConfigurationFilterSensitiveLog = exports.BatchCreateChannelMembershipResponseFilterSensitiveLog = exports.BatchCreateChannelMembershipErrorFilterSensitiveLog = exports.BatchCreateChannelMembershipRequestFilterSensitiveLog = exports.BatchChannelMembershipsFilterSensitiveLog = exports.IdentityFilterSensitiveLog = exports.AssociateChannelFlowRequestFilterSensitiveLog = exports.AppInstanceUserMembershipSummaryFilterSensitiveLog = exports.SearchFieldOperator = exports.SearchFieldKey = exports.SortOrder = exports.MessagingDataType = exports.ChannelMessageType = exports.ChannelMessageStatus = exports.ChannelMessagePersistenceType = exports.PushNotificationType = exports.FallbackAction = exports.InvocationType = exports.ChannelPrivacy = exports.ChannelMode = exports.ResourceLimitExceededException = exports.UnauthorizedClientException = exports.ThrottledClientException = exports.ServiceUnavailableException = exports.ServiceFailureException = exports.NotFoundException = exports.ForbiddenException = exports.ConflictException = exports.BadRequestException = exports.ErrorCode = exports.ChannelMembershipType = exports.AllowNotifications = void 0;
|
|
4
|
+
exports.GetMessagingSessionEndpointResponseFilterSensitiveLog = exports.MessagingSessionEndpointFilterSensitiveLog = exports.GetMessagingSessionEndpointRequestFilterSensitiveLog = exports.GetChannelMessageStatusResponseFilterSensitiveLog = exports.GetChannelMessageStatusRequestFilterSensitiveLog = exports.GetChannelMessageResponseFilterSensitiveLog = exports.GetChannelMessageRequestFilterSensitiveLog = exports.GetChannelMembershipPreferencesResponseFilterSensitiveLog = exports.GetChannelMembershipPreferencesRequestFilterSensitiveLog = exports.DisassociateChannelFlowRequestFilterSensitiveLog = exports.DescribeChannelModeratorResponseFilterSensitiveLog = exports.DescribeChannelModeratorRequestFilterSensitiveLog = exports.DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog = exports.DescribeChannelModeratedByAppInstanceUserRequestFilterSensitiveLog = exports.DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog = exports.DescribeChannelMembershipForAppInstanceUserRequestFilterSensitiveLog = exports.DescribeChannelMembershipResponseFilterSensitiveLog = exports.DescribeChannelMembershipRequestFilterSensitiveLog = exports.DescribeChannelFlowResponseFilterSensitiveLog = exports.DescribeChannelFlowRequestFilterSensitiveLog = exports.DescribeChannelBanResponseFilterSensitiveLog = exports.DescribeChannelBanRequestFilterSensitiveLog = exports.DescribeChannelResponseFilterSensitiveLog = exports.DescribeChannelRequestFilterSensitiveLog = exports.DeleteMessagingStreamingConfigurationsRequestFilterSensitiveLog = exports.DeleteChannelModeratorRequestFilterSensitiveLog = exports.DeleteChannelMessageRequestFilterSensitiveLog = exports.DeleteChannelMembershipRequestFilterSensitiveLog = exports.DeleteChannelFlowRequestFilterSensitiveLog = exports.DeleteChannelBanRequestFilterSensitiveLog = exports.DeleteChannelRequestFilterSensitiveLog = exports.CreateChannelModeratorResponseFilterSensitiveLog = exports.CreateChannelModeratorRequestFilterSensitiveLog = exports.CreateChannelMembershipResponseFilterSensitiveLog = exports.CreateChannelMembershipRequestFilterSensitiveLog = exports.CreateChannelFlowResponseFilterSensitiveLog = exports.CreateChannelFlowRequestFilterSensitiveLog = exports.CreateChannelBanResponseFilterSensitiveLog = exports.CreateChannelBanRequestFilterSensitiveLog = exports.CreateChannelResponseFilterSensitiveLog = exports.CreateChannelRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.ChannelModeratorSummaryFilterSensitiveLog = exports.ChannelModeratorFilterSensitiveLog = exports.ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog = exports.ChannelMessageSummaryFilterSensitiveLog = exports.ChannelMessageFilterSensitiveLog = exports.ChannelMessageStatusStructureFilterSensitiveLog = exports.ChannelMembershipSummaryFilterSensitiveLog = exports.ChannelMembershipPreferencesFilterSensitiveLog = void 0;
|
|
5
|
+
exports.UpdateChannelReadMarkerResponseFilterSensitiveLog = exports.UpdateChannelReadMarkerRequestFilterSensitiveLog = exports.UpdateChannelMessageResponseFilterSensitiveLog = exports.UpdateChannelMessageRequestFilterSensitiveLog = exports.UpdateChannelFlowResponseFilterSensitiveLog = exports.UpdateChannelFlowRequestFilterSensitiveLog = exports.UpdateChannelResponseFilterSensitiveLog = exports.UpdateChannelRequestFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.SendChannelMessageResponseFilterSensitiveLog = exports.SendChannelMessageRequestFilterSensitiveLog = exports.SearchChannelsResponseFilterSensitiveLog = exports.SearchChannelsRequestFilterSensitiveLog = exports.SearchFieldFilterSensitiveLog = exports.RedactChannelMessageResponseFilterSensitiveLog = exports.RedactChannelMessageRequestFilterSensitiveLog = exports.PutMessagingStreamingConfigurationsResponseFilterSensitiveLog = exports.PutMessagingStreamingConfigurationsRequestFilterSensitiveLog = exports.PutChannelMembershipPreferencesResponseFilterSensitiveLog = exports.PutChannelMembershipPreferencesRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListSubChannelsResponseFilterSensitiveLog = exports.SubChannelSummaryFilterSensitiveLog = exports.ListSubChannelsRequestFilterSensitiveLog = exports.ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog = exports.ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog = exports.ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog = exports.ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog = exports.ListChannelsResponseFilterSensitiveLog = exports.ListChannelsRequestFilterSensitiveLog = exports.ListChannelModeratorsResponseFilterSensitiveLog = exports.ListChannelModeratorsRequestFilterSensitiveLog = exports.ListChannelMessagesResponseFilterSensitiveLog = exports.ListChannelMessagesRequestFilterSensitiveLog = exports.ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog = exports.ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog = exports.ListChannelMembershipsResponseFilterSensitiveLog = exports.ListChannelMembershipsRequestFilterSensitiveLog = exports.ListChannelFlowsResponseFilterSensitiveLog = exports.ListChannelFlowsRequestFilterSensitiveLog = exports.ListChannelBansResponseFilterSensitiveLog = exports.ListChannelBansRequestFilterSensitiveLog = exports.GetMessagingStreamingConfigurationsResponseFilterSensitiveLog = exports.StreamingConfigurationFilterSensitiveLog = exports.GetMessagingStreamingConfigurationsRequestFilterSensitiveLog = void 0;
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const ChimeSDKMessagingServiceException_1 = require("./ChimeSDKMessagingServiceException");
|
|
8
8
|
var AllowNotifications;
|
|
@@ -210,6 +210,11 @@ var ChannelMessageType;
|
|
|
210
210
|
ChannelMessageType["CONTROL"] = "CONTROL";
|
|
211
211
|
ChannelMessageType["STANDARD"] = "STANDARD";
|
|
212
212
|
})(ChannelMessageType = exports.ChannelMessageType || (exports.ChannelMessageType = {}));
|
|
213
|
+
var MessagingDataType;
|
|
214
|
+
(function (MessagingDataType) {
|
|
215
|
+
MessagingDataType["Channel"] = "Channel";
|
|
216
|
+
MessagingDataType["ChannelMessage"] = "ChannelMessage";
|
|
217
|
+
})(MessagingDataType = exports.MessagingDataType || (exports.MessagingDataType = {}));
|
|
213
218
|
var SortOrder;
|
|
214
219
|
(function (SortOrder) {
|
|
215
220
|
SortOrder["ASCENDING"] = "ASCENDING";
|
|
@@ -499,6 +504,10 @@ const DeleteChannelModeratorRequestFilterSensitiveLog = (obj) => ({
|
|
|
499
504
|
...obj,
|
|
500
505
|
});
|
|
501
506
|
exports.DeleteChannelModeratorRequestFilterSensitiveLog = DeleteChannelModeratorRequestFilterSensitiveLog;
|
|
507
|
+
const DeleteMessagingStreamingConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
508
|
+
...obj,
|
|
509
|
+
});
|
|
510
|
+
exports.DeleteMessagingStreamingConfigurationsRequestFilterSensitiveLog = DeleteMessagingStreamingConfigurationsRequestFilterSensitiveLog;
|
|
502
511
|
const DescribeChannelRequestFilterSensitiveLog = (obj) => ({
|
|
503
512
|
...obj,
|
|
504
513
|
});
|
|
@@ -607,6 +616,18 @@ const GetMessagingSessionEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
|
607
616
|
...obj,
|
|
608
617
|
});
|
|
609
618
|
exports.GetMessagingSessionEndpointResponseFilterSensitiveLog = GetMessagingSessionEndpointResponseFilterSensitiveLog;
|
|
619
|
+
const GetMessagingStreamingConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
620
|
+
...obj,
|
|
621
|
+
});
|
|
622
|
+
exports.GetMessagingStreamingConfigurationsRequestFilterSensitiveLog = GetMessagingStreamingConfigurationsRequestFilterSensitiveLog;
|
|
623
|
+
const StreamingConfigurationFilterSensitiveLog = (obj) => ({
|
|
624
|
+
...obj,
|
|
625
|
+
});
|
|
626
|
+
exports.StreamingConfigurationFilterSensitiveLog = StreamingConfigurationFilterSensitiveLog;
|
|
627
|
+
const GetMessagingStreamingConfigurationsResponseFilterSensitiveLog = (obj) => ({
|
|
628
|
+
...obj,
|
|
629
|
+
});
|
|
630
|
+
exports.GetMessagingStreamingConfigurationsResponseFilterSensitiveLog = GetMessagingStreamingConfigurationsResponseFilterSensitiveLog;
|
|
610
631
|
const ListChannelBansRequestFilterSensitiveLog = (obj) => ({
|
|
611
632
|
...obj,
|
|
612
633
|
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -752,6 +773,14 @@ const PutChannelMembershipPreferencesResponseFilterSensitiveLog = (obj) => ({
|
|
|
752
773
|
...(obj.Preferences && { Preferences: (0, exports.ChannelMembershipPreferencesFilterSensitiveLog)(obj.Preferences) }),
|
|
753
774
|
});
|
|
754
775
|
exports.PutChannelMembershipPreferencesResponseFilterSensitiveLog = PutChannelMembershipPreferencesResponseFilterSensitiveLog;
|
|
776
|
+
const PutMessagingStreamingConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
777
|
+
...obj,
|
|
778
|
+
});
|
|
779
|
+
exports.PutMessagingStreamingConfigurationsRequestFilterSensitiveLog = PutMessagingStreamingConfigurationsRequestFilterSensitiveLog;
|
|
780
|
+
const PutMessagingStreamingConfigurationsResponseFilterSensitiveLog = (obj) => ({
|
|
781
|
+
...obj,
|
|
782
|
+
});
|
|
783
|
+
exports.PutMessagingStreamingConfigurationsResponseFilterSensitiveLog = PutMessagingStreamingConfigurationsResponseFilterSensitiveLog;
|
|
755
784
|
const RedactChannelMessageRequestFilterSensitiveLog = (obj) => ({
|
|
756
785
|
...obj,
|
|
757
786
|
});
|