@aws-sdk/client-chime-sdk-messaging 3.315.0 → 3.319.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 +55 -714
- package/dist-cjs/protocols/Aws_restJson1.js +3 -3
- package/dist-es/ChimeSDKMessaging.js +55 -714
- package/dist-es/protocols/Aws_restJson1.js +3 -3
- package/dist-types/ChimeSDKMessaging.d.ts +62 -464
- package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +4 -1
- package/package.json +8 -8
|
@@ -72,7 +72,7 @@ const se_ChannelFlowCallbackCommand = async (input, context) => {
|
|
|
72
72
|
});
|
|
73
73
|
let body;
|
|
74
74
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
75
|
-
CallbackId: (_) => _ ?? (0, uuid_1.v4)(),
|
|
75
|
+
CallbackId: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
76
76
|
ChannelMessage: (_) => (0, smithy_client_1._json)(_),
|
|
77
77
|
DeleteResource: [],
|
|
78
78
|
}));
|
|
@@ -99,7 +99,7 @@ const se_CreateChannelCommand = async (input, context) => {
|
|
|
99
99
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
100
100
|
AppInstanceArn: [],
|
|
101
101
|
ChannelId: [],
|
|
102
|
-
ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
102
|
+
ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
103
103
|
ElasticChannelConfiguration: (_) => (0, smithy_client_1._json)(_),
|
|
104
104
|
ExpirationSettings: (_) => (0, smithy_client_1._json)(_),
|
|
105
105
|
MemberArns: (_) => (0, smithy_client_1._json)(_),
|
|
@@ -1057,7 +1057,7 @@ const se_SendChannelMessageCommand = async (input, context) => {
|
|
|
1057
1057
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "ChannelArn", () => input.ChannelArn, "{ChannelArn}", false);
|
|
1058
1058
|
let body;
|
|
1059
1059
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
1060
|
-
ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
1060
|
+
ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
1061
1061
|
Content: [],
|
|
1062
1062
|
ContentType: [],
|
|
1063
1063
|
MessageAttributes: (_) => (0, smithy_client_1._json)(_),
|