@aws-sdk/client-chime-sdk-messaging 3.758.0 → 3.774.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/index.js +57 -57
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AllowNotifications: () => AllowNotifications,
|
|
25
25
|
AssociateChannelFlowCommand: () => AssociateChannelFlowCommand,
|
|
26
26
|
BadRequestException: () => BadRequestException,
|
|
@@ -184,7 +184,7 @@ __export(src_exports, {
|
|
|
184
184
|
paginateListSubChannels: () => paginateListSubChannels,
|
|
185
185
|
paginateSearchChannels: () => paginateSearchChannels
|
|
186
186
|
});
|
|
187
|
-
module.exports = __toCommonJS(
|
|
187
|
+
module.exports = __toCommonJS(index_exports);
|
|
188
188
|
|
|
189
189
|
// src/ChimeSDKMessagingClient.ts
|
|
190
190
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -311,9 +311,9 @@ var ChimeSDKMessagingClient = class extends import_smithy_client.Client {
|
|
|
311
311
|
this.middlewareStack.use(
|
|
312
312
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
313
313
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultChimeSDKMessagingHttpAuthSchemeParametersProvider,
|
|
314
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
314
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
315
315
|
"aws.auth#sigv4": config.credentials
|
|
316
|
-
})
|
|
316
|
+
}), "identityProviderConfigProvider")
|
|
317
317
|
})
|
|
318
318
|
);
|
|
319
319
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1048,7 +1048,7 @@ var se_BatchCreateChannelMembershipCommand = /* @__PURE__ */ __name(async (input
|
|
|
1048
1048
|
let body;
|
|
1049
1049
|
body = JSON.stringify(
|
|
1050
1050
|
(0, import_smithy_client.take)(input, {
|
|
1051
|
-
MemberArns: (_) => (0, import_smithy_client._json)(_),
|
|
1051
|
+
MemberArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MemberArns"),
|
|
1052
1052
|
SubChannelId: [],
|
|
1053
1053
|
Type: []
|
|
1054
1054
|
})
|
|
@@ -1070,7 +1070,7 @@ var se_ChannelFlowCallbackCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1070
1070
|
body = JSON.stringify(
|
|
1071
1071
|
(0, import_smithy_client.take)(input, {
|
|
1072
1072
|
CallbackId: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1073
|
-
ChannelMessage: (_) => (0, import_smithy_client._json)(_),
|
|
1073
|
+
ChannelMessage: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ChannelMessage"),
|
|
1074
1074
|
DeleteResource: []
|
|
1075
1075
|
})
|
|
1076
1076
|
);
|
|
@@ -1090,15 +1090,15 @@ var se_CreateChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1090
1090
|
AppInstanceArn: [],
|
|
1091
1091
|
ChannelId: [],
|
|
1092
1092
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1093
|
-
ElasticChannelConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1094
|
-
ExpirationSettings: (_) => (0, import_smithy_client._json)(_),
|
|
1095
|
-
MemberArns: (_) => (0, import_smithy_client._json)(_),
|
|
1093
|
+
ElasticChannelConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ElasticChannelConfiguration"),
|
|
1094
|
+
ExpirationSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ExpirationSettings"),
|
|
1095
|
+
MemberArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MemberArns"),
|
|
1096
1096
|
Metadata: [],
|
|
1097
1097
|
Mode: [],
|
|
1098
|
-
ModeratorArns: (_) => (0, import_smithy_client._json)(_),
|
|
1098
|
+
ModeratorArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ModeratorArns"),
|
|
1099
1099
|
Name: [],
|
|
1100
1100
|
Privacy: [],
|
|
1101
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1101
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1102
1102
|
})
|
|
1103
1103
|
);
|
|
1104
1104
|
b.m("POST").h(headers).b(body);
|
|
@@ -1133,8 +1133,8 @@ var se_CreateChannelFlowCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1133
1133
|
AppInstanceArn: [],
|
|
1134
1134
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1135
1135
|
Name: [],
|
|
1136
|
-
Processors: (_) => (0, import_smithy_client._json)(_),
|
|
1137
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1136
|
+
Processors: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Processors"),
|
|
1137
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1138
1138
|
})
|
|
1139
1139
|
);
|
|
1140
1140
|
b.m("POST").h(headers).b(body);
|
|
@@ -1598,7 +1598,7 @@ var se_PutChannelExpirationSettingsCommand = /* @__PURE__ */ __name(async (input
|
|
|
1598
1598
|
let body;
|
|
1599
1599
|
body = JSON.stringify(
|
|
1600
1600
|
(0, import_smithy_client.take)(input, {
|
|
1601
|
-
ExpirationSettings: (_) => (0, import_smithy_client._json)(_)
|
|
1601
|
+
ExpirationSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ExpirationSettings")
|
|
1602
1602
|
})
|
|
1603
1603
|
);
|
|
1604
1604
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1616,7 +1616,7 @@ var se_PutChannelMembershipPreferencesCommand = /* @__PURE__ */ __name(async (in
|
|
|
1616
1616
|
let body;
|
|
1617
1617
|
body = JSON.stringify(
|
|
1618
1618
|
(0, import_smithy_client.take)(input, {
|
|
1619
|
-
Preferences: (_) => (0, import_smithy_client._json)(_)
|
|
1619
|
+
Preferences: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Preferences")
|
|
1620
1620
|
})
|
|
1621
1621
|
);
|
|
1622
1622
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1632,7 +1632,7 @@ var se_PutMessagingStreamingConfigurationsCommand = /* @__PURE__ */ __name(async
|
|
|
1632
1632
|
let body;
|
|
1633
1633
|
body = JSON.stringify(
|
|
1634
1634
|
(0, import_smithy_client.take)(input, {
|
|
1635
|
-
StreamingConfigurations: (_) => (0, import_smithy_client._json)(_)
|
|
1635
|
+
StreamingConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "StreamingConfigurations")
|
|
1636
1636
|
})
|
|
1637
1637
|
);
|
|
1638
1638
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1674,7 +1674,7 @@ var se_SearchChannelsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1674
1674
|
let body;
|
|
1675
1675
|
body = JSON.stringify(
|
|
1676
1676
|
(0, import_smithy_client.take)(input, {
|
|
1677
|
-
Fields: (_) => (0, import_smithy_client._json)(_)
|
|
1677
|
+
Fields: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Fields")
|
|
1678
1678
|
})
|
|
1679
1679
|
);
|
|
1680
1680
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1694,12 +1694,12 @@ var se_SendChannelMessageCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1694
1694
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1695
1695
|
Content: [],
|
|
1696
1696
|
ContentType: [],
|
|
1697
|
-
MessageAttributes: (_) => (0, import_smithy_client._json)(_),
|
|
1697
|
+
MessageAttributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MessageAttributes"),
|
|
1698
1698
|
Metadata: [],
|
|
1699
1699
|
Persistence: [],
|
|
1700
|
-
PushNotification: (_) => (0, import_smithy_client._json)(_),
|
|
1700
|
+
PushNotification: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PushNotification"),
|
|
1701
1701
|
SubChannelId: [],
|
|
1702
|
-
Target: (_) => (0, import_smithy_client._json)(_),
|
|
1702
|
+
Target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Target"),
|
|
1703
1703
|
Type: []
|
|
1704
1704
|
})
|
|
1705
1705
|
);
|
|
@@ -1719,7 +1719,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1719
1719
|
body = JSON.stringify(
|
|
1720
1720
|
(0, import_smithy_client.take)(input, {
|
|
1721
1721
|
ResourceARN: [],
|
|
1722
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1722
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1723
1723
|
})
|
|
1724
1724
|
);
|
|
1725
1725
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1738,7 +1738,7 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1738
1738
|
body = JSON.stringify(
|
|
1739
1739
|
(0, import_smithy_client.take)(input, {
|
|
1740
1740
|
ResourceARN: [],
|
|
1741
|
-
TagKeys: (_) => (0, import_smithy_client._json)(_)
|
|
1741
|
+
TagKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagKeys")
|
|
1742
1742
|
})
|
|
1743
1743
|
);
|
|
1744
1744
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1774,7 +1774,7 @@ var se_UpdateChannelFlowCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1774
1774
|
body = JSON.stringify(
|
|
1775
1775
|
(0, import_smithy_client.take)(input, {
|
|
1776
1776
|
Name: [],
|
|
1777
|
-
Processors: (_) => (0, import_smithy_client._json)(_)
|
|
1777
|
+
Processors: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Processors")
|
|
1778
1778
|
})
|
|
1779
1779
|
);
|
|
1780
1780
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2005,7 +2005,7 @@ var de_DescribeChannelCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2005
2005
|
});
|
|
2006
2006
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2007
2007
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2008
|
-
Channel: (_) => de_Channel(_, context)
|
|
2008
|
+
Channel: /* @__PURE__ */ __name((_) => de_Channel(_, context), "Channel")
|
|
2009
2009
|
});
|
|
2010
2010
|
Object.assign(contents, doc);
|
|
2011
2011
|
return contents;
|
|
@@ -2019,7 +2019,7 @@ var de_DescribeChannelBanCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2019
2019
|
});
|
|
2020
2020
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2021
2021
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2022
|
-
ChannelBan: (_) => de_ChannelBan(_, context)
|
|
2022
|
+
ChannelBan: /* @__PURE__ */ __name((_) => de_ChannelBan(_, context), "ChannelBan")
|
|
2023
2023
|
});
|
|
2024
2024
|
Object.assign(contents, doc);
|
|
2025
2025
|
return contents;
|
|
@@ -2033,7 +2033,7 @@ var de_DescribeChannelFlowCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2033
2033
|
});
|
|
2034
2034
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2035
2035
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2036
|
-
ChannelFlow: (_) => de_ChannelFlow(_, context)
|
|
2036
|
+
ChannelFlow: /* @__PURE__ */ __name((_) => de_ChannelFlow(_, context), "ChannelFlow")
|
|
2037
2037
|
});
|
|
2038
2038
|
Object.assign(contents, doc);
|
|
2039
2039
|
return contents;
|
|
@@ -2047,7 +2047,7 @@ var de_DescribeChannelMembershipCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2047
2047
|
});
|
|
2048
2048
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2049
2049
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2050
|
-
ChannelMembership: (_) => de_ChannelMembership(_, context)
|
|
2050
|
+
ChannelMembership: /* @__PURE__ */ __name((_) => de_ChannelMembership(_, context), "ChannelMembership")
|
|
2051
2051
|
});
|
|
2052
2052
|
Object.assign(contents, doc);
|
|
2053
2053
|
return contents;
|
|
@@ -2061,7 +2061,7 @@ var de_DescribeChannelMembershipForAppInstanceUserCommand = /* @__PURE__ */ __na
|
|
|
2061
2061
|
});
|
|
2062
2062
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2063
2063
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2064
|
-
ChannelMembership: (_) => de_ChannelMembershipForAppInstanceUserSummary(_, context)
|
|
2064
|
+
ChannelMembership: /* @__PURE__ */ __name((_) => de_ChannelMembershipForAppInstanceUserSummary(_, context), "ChannelMembership")
|
|
2065
2065
|
});
|
|
2066
2066
|
Object.assign(contents, doc);
|
|
2067
2067
|
return contents;
|
|
@@ -2075,7 +2075,7 @@ var de_DescribeChannelModeratedByAppInstanceUserCommand = /* @__PURE__ */ __name
|
|
|
2075
2075
|
});
|
|
2076
2076
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2077
2077
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2078
|
-
Channel: (_) => de_ChannelModeratedByAppInstanceUserSummary(_, context)
|
|
2078
|
+
Channel: /* @__PURE__ */ __name((_) => de_ChannelModeratedByAppInstanceUserSummary(_, context), "Channel")
|
|
2079
2079
|
});
|
|
2080
2080
|
Object.assign(contents, doc);
|
|
2081
2081
|
return contents;
|
|
@@ -2089,7 +2089,7 @@ var de_DescribeChannelModeratorCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2089
2089
|
});
|
|
2090
2090
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2091
2091
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2092
|
-
ChannelModerator: (_) => de_ChannelModerator(_, context)
|
|
2092
|
+
ChannelModerator: /* @__PURE__ */ __name((_) => de_ChannelModerator(_, context), "ChannelModerator")
|
|
2093
2093
|
});
|
|
2094
2094
|
Object.assign(contents, doc);
|
|
2095
2095
|
return contents;
|
|
@@ -2129,7 +2129,7 @@ var de_GetChannelMessageCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2129
2129
|
});
|
|
2130
2130
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2131
2131
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2132
|
-
ChannelMessage: (_) => de_ChannelMessage(_, context)
|
|
2132
|
+
ChannelMessage: /* @__PURE__ */ __name((_) => de_ChannelMessage(_, context), "ChannelMessage")
|
|
2133
2133
|
});
|
|
2134
2134
|
Object.assign(contents, doc);
|
|
2135
2135
|
return contents;
|
|
@@ -2232,7 +2232,7 @@ var de_ListChannelMembershipsForAppInstanceUserCommand = /* @__PURE__ */ __name(
|
|
|
2232
2232
|
});
|
|
2233
2233
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2234
2234
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2235
|
-
ChannelMemberships: (_) => de_ChannelMembershipForAppInstanceUserSummaryList(_, context),
|
|
2235
|
+
ChannelMemberships: /* @__PURE__ */ __name((_) => de_ChannelMembershipForAppInstanceUserSummaryList(_, context), "ChannelMemberships"),
|
|
2236
2236
|
NextToken: import_smithy_client.expectString
|
|
2237
2237
|
});
|
|
2238
2238
|
Object.assign(contents, doc);
|
|
@@ -2248,7 +2248,7 @@ var de_ListChannelMessagesCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2248
2248
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2249
2249
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2250
2250
|
ChannelArn: import_smithy_client.expectString,
|
|
2251
|
-
ChannelMessages: (_) => de_ChannelMessageSummaryList(_, context),
|
|
2251
|
+
ChannelMessages: /* @__PURE__ */ __name((_) => de_ChannelMessageSummaryList(_, context), "ChannelMessages"),
|
|
2252
2252
|
NextToken: import_smithy_client.expectString,
|
|
2253
2253
|
SubChannelId: import_smithy_client.expectString
|
|
2254
2254
|
});
|
|
@@ -2280,7 +2280,7 @@ var de_ListChannelsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2280
2280
|
});
|
|
2281
2281
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2282
2282
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2283
|
-
Channels: (_) => de_ChannelSummaryList(_, context),
|
|
2283
|
+
Channels: /* @__PURE__ */ __name((_) => de_ChannelSummaryList(_, context), "Channels"),
|
|
2284
2284
|
NextToken: import_smithy_client.expectString
|
|
2285
2285
|
});
|
|
2286
2286
|
Object.assign(contents, doc);
|
|
@@ -2310,7 +2310,7 @@ var de_ListChannelsModeratedByAppInstanceUserCommand = /* @__PURE__ */ __name(as
|
|
|
2310
2310
|
});
|
|
2311
2311
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2312
2312
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2313
|
-
Channels: (_) => de_ChannelModeratedByAppInstanceUserSummaryList(_, context),
|
|
2313
|
+
Channels: /* @__PURE__ */ __name((_) => de_ChannelModeratedByAppInstanceUserSummaryList(_, context), "Channels"),
|
|
2314
2314
|
NextToken: import_smithy_client.expectString
|
|
2315
2315
|
});
|
|
2316
2316
|
Object.assign(contents, doc);
|
|
@@ -2416,7 +2416,7 @@ var de_SearchChannelsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2416
2416
|
});
|
|
2417
2417
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2418
2418
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2419
|
-
Channels: (_) => de_ChannelSummaryList(_, context),
|
|
2419
|
+
Channels: /* @__PURE__ */ __name((_) => de_ChannelSummaryList(_, context), "Channels"),
|
|
2420
2420
|
NextToken: import_smithy_client.expectString
|
|
2421
2421
|
});
|
|
2422
2422
|
Object.assign(contents, doc);
|
|
@@ -2690,7 +2690,7 @@ var de_UnauthorizedClientExceptionRes = /* @__PURE__ */ __name(async (parsedOutp
|
|
|
2690
2690
|
}, "de_UnauthorizedClientExceptionRes");
|
|
2691
2691
|
var de_AppInstanceUserMembershipSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2692
2692
|
return (0, import_smithy_client.take)(output, {
|
|
2693
|
-
ReadMarkerTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2693
|
+
ReadMarkerTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReadMarkerTimestamp"),
|
|
2694
2694
|
SubChannelId: import_smithy_client.expectString,
|
|
2695
2695
|
Type: import_smithy_client.expectString
|
|
2696
2696
|
});
|
|
@@ -2700,11 +2700,11 @@ var de_Channel = /* @__PURE__ */ __name((output, context) => {
|
|
|
2700
2700
|
ChannelArn: import_smithy_client.expectString,
|
|
2701
2701
|
ChannelFlowArn: import_smithy_client.expectString,
|
|
2702
2702
|
CreatedBy: import_smithy_client._json,
|
|
2703
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2703
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
2704
2704
|
ElasticChannelConfiguration: import_smithy_client._json,
|
|
2705
2705
|
ExpirationSettings: import_smithy_client._json,
|
|
2706
|
-
LastMessageTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2707
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2706
|
+
LastMessageTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastMessageTimestamp"),
|
|
2707
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
2708
2708
|
Metadata: import_smithy_client.expectString,
|
|
2709
2709
|
Mode: import_smithy_client.expectString,
|
|
2710
2710
|
Name: import_smithy_client.expectString,
|
|
@@ -2715,15 +2715,15 @@ var de_ChannelBan = /* @__PURE__ */ __name((output, context) => {
|
|
|
2715
2715
|
return (0, import_smithy_client.take)(output, {
|
|
2716
2716
|
ChannelArn: import_smithy_client.expectString,
|
|
2717
2717
|
CreatedBy: import_smithy_client._json,
|
|
2718
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2718
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
2719
2719
|
Member: import_smithy_client._json
|
|
2720
2720
|
});
|
|
2721
2721
|
}, "de_ChannelBan");
|
|
2722
2722
|
var de_ChannelFlow = /* @__PURE__ */ __name((output, context) => {
|
|
2723
2723
|
return (0, import_smithy_client.take)(output, {
|
|
2724
2724
|
ChannelFlowArn: import_smithy_client.expectString,
|
|
2725
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2726
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2725
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
2726
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
2727
2727
|
Name: import_smithy_client.expectString,
|
|
2728
2728
|
Processors: import_smithy_client._json
|
|
2729
2729
|
});
|
|
@@ -2731,9 +2731,9 @@ var de_ChannelFlow = /* @__PURE__ */ __name((output, context) => {
|
|
|
2731
2731
|
var de_ChannelMembership = /* @__PURE__ */ __name((output, context) => {
|
|
2732
2732
|
return (0, import_smithy_client.take)(output, {
|
|
2733
2733
|
ChannelArn: import_smithy_client.expectString,
|
|
2734
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2734
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
2735
2735
|
InvitedBy: import_smithy_client._json,
|
|
2736
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2736
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
2737
2737
|
Member: import_smithy_client._json,
|
|
2738
2738
|
SubChannelId: import_smithy_client.expectString,
|
|
2739
2739
|
Type: import_smithy_client.expectString
|
|
@@ -2741,8 +2741,8 @@ var de_ChannelMembership = /* @__PURE__ */ __name((output, context) => {
|
|
|
2741
2741
|
}, "de_ChannelMembership");
|
|
2742
2742
|
var de_ChannelMembershipForAppInstanceUserSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2743
2743
|
return (0, import_smithy_client.take)(output, {
|
|
2744
|
-
AppInstanceUserMembershipSummary: (_) => de_AppInstanceUserMembershipSummary(_, context),
|
|
2745
|
-
ChannelSummary: (_) => de_ChannelSummary(_, context)
|
|
2744
|
+
AppInstanceUserMembershipSummary: /* @__PURE__ */ __name((_) => de_AppInstanceUserMembershipSummary(_, context), "AppInstanceUserMembershipSummary"),
|
|
2745
|
+
ChannelSummary: /* @__PURE__ */ __name((_) => de_ChannelSummary(_, context), "ChannelSummary")
|
|
2746
2746
|
});
|
|
2747
2747
|
}, "de_ChannelMembershipForAppInstanceUserSummary");
|
|
2748
2748
|
var de_ChannelMembershipForAppInstanceUserSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2756,9 +2756,9 @@ var de_ChannelMessage = /* @__PURE__ */ __name((output, context) => {
|
|
|
2756
2756
|
ChannelArn: import_smithy_client.expectString,
|
|
2757
2757
|
Content: import_smithy_client.expectString,
|
|
2758
2758
|
ContentType: import_smithy_client.expectString,
|
|
2759
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2760
|
-
LastEditedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2761
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2759
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
2760
|
+
LastEditedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastEditedTimestamp"),
|
|
2761
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
2762
2762
|
MessageAttributes: import_smithy_client._json,
|
|
2763
2763
|
MessageId: import_smithy_client.expectString,
|
|
2764
2764
|
Metadata: import_smithy_client.expectString,
|
|
@@ -2775,9 +2775,9 @@ var de_ChannelMessageSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
2775
2775
|
return (0, import_smithy_client.take)(output, {
|
|
2776
2776
|
Content: import_smithy_client.expectString,
|
|
2777
2777
|
ContentType: import_smithy_client.expectString,
|
|
2778
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2779
|
-
LastEditedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2780
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2778
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
2779
|
+
LastEditedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastEditedTimestamp"),
|
|
2780
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
2781
2781
|
MessageAttributes: import_smithy_client._json,
|
|
2782
2782
|
MessageId: import_smithy_client.expectString,
|
|
2783
2783
|
Metadata: import_smithy_client.expectString,
|
|
@@ -2796,7 +2796,7 @@ var de_ChannelMessageSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2796
2796
|
}, "de_ChannelMessageSummaryList");
|
|
2797
2797
|
var de_ChannelModeratedByAppInstanceUserSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2798
2798
|
return (0, import_smithy_client.take)(output, {
|
|
2799
|
-
ChannelSummary: (_) => de_ChannelSummary(_, context)
|
|
2799
|
+
ChannelSummary: /* @__PURE__ */ __name((_) => de_ChannelSummary(_, context), "ChannelSummary")
|
|
2800
2800
|
});
|
|
2801
2801
|
}, "de_ChannelModeratedByAppInstanceUserSummary");
|
|
2802
2802
|
var de_ChannelModeratedByAppInstanceUserSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2809,14 +2809,14 @@ var de_ChannelModerator = /* @__PURE__ */ __name((output, context) => {
|
|
|
2809
2809
|
return (0, import_smithy_client.take)(output, {
|
|
2810
2810
|
ChannelArn: import_smithy_client.expectString,
|
|
2811
2811
|
CreatedBy: import_smithy_client._json,
|
|
2812
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2812
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
2813
2813
|
Moderator: import_smithy_client._json
|
|
2814
2814
|
});
|
|
2815
2815
|
}, "de_ChannelModerator");
|
|
2816
2816
|
var de_ChannelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2817
2817
|
return (0, import_smithy_client.take)(output, {
|
|
2818
2818
|
ChannelArn: import_smithy_client.expectString,
|
|
2819
|
-
LastMessageTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2819
|
+
LastMessageTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastMessageTimestamp"),
|
|
2820
2820
|
Metadata: import_smithy_client.expectString,
|
|
2821
2821
|
Mode: import_smithy_client.expectString,
|
|
2822
2822
|
Name: import_smithy_client.expectString,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-messaging",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Messaging Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-chime-sdk-messaging",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|