@aws-sdk/client-chime 3.757.0 → 3.772.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 +67 -67
- package/package.json +13 -13
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
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AccountStatus: () => AccountStatus,
|
|
26
26
|
AccountType: () => AccountType,
|
|
@@ -183,7 +183,7 @@ __export(src_exports, {
|
|
|
183
183
|
paginateListUsers: () => paginateListUsers,
|
|
184
184
|
paginateSearchAvailablePhoneNumbers: () => paginateSearchAvailablePhoneNumbers
|
|
185
185
|
});
|
|
186
|
-
module.exports = __toCommonJS(
|
|
186
|
+
module.exports = __toCommonJS(index_exports);
|
|
187
187
|
|
|
188
188
|
// src/ChimeClient.ts
|
|
189
189
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -310,9 +310,9 @@ var ChimeClient = class extends import_smithy_client.Client {
|
|
|
310
310
|
this.middlewareStack.use(
|
|
311
311
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
312
312
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultChimeHttpAuthSchemeParametersProvider,
|
|
313
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
313
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
314
314
|
"aws.auth#sigv4": config.credentials
|
|
315
|
-
})
|
|
315
|
+
}), "identityProviderConfigProvider")
|
|
316
316
|
})
|
|
317
317
|
);
|
|
318
318
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1005,7 +1005,7 @@ var se_AssociateSigninDelegateGroupsWithAccountCommand = /* @__PURE__ */ __name(
|
|
|
1005
1005
|
let body;
|
|
1006
1006
|
body = JSON.stringify(
|
|
1007
1007
|
(0, import_smithy_client.take)(input, {
|
|
1008
|
-
SigninDelegateGroups: (_) => (0, import_smithy_client._json)(_)
|
|
1008
|
+
SigninDelegateGroups: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SigninDelegateGroups")
|
|
1009
1009
|
})
|
|
1010
1010
|
);
|
|
1011
1011
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1025,7 +1025,7 @@ var se_BatchCreateRoomMembershipCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1025
1025
|
let body;
|
|
1026
1026
|
body = JSON.stringify(
|
|
1027
1027
|
(0, import_smithy_client.take)(input, {
|
|
1028
|
-
MembershipItemList: (_) => (0, import_smithy_client._json)(_)
|
|
1028
|
+
MembershipItemList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MembershipItemList")
|
|
1029
1029
|
})
|
|
1030
1030
|
);
|
|
1031
1031
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1043,7 +1043,7 @@ var se_BatchDeletePhoneNumberCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1043
1043
|
let body;
|
|
1044
1044
|
body = JSON.stringify(
|
|
1045
1045
|
(0, import_smithy_client.take)(input, {
|
|
1046
|
-
PhoneNumberIds: (_) => (0, import_smithy_client._json)(_)
|
|
1046
|
+
PhoneNumberIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PhoneNumberIds")
|
|
1047
1047
|
})
|
|
1048
1048
|
);
|
|
1049
1049
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1062,7 +1062,7 @@ var se_BatchSuspendUserCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1062
1062
|
let body;
|
|
1063
1063
|
body = JSON.stringify(
|
|
1064
1064
|
(0, import_smithy_client.take)(input, {
|
|
1065
|
-
UserIdList: (_) => (0, import_smithy_client._json)(_)
|
|
1065
|
+
UserIdList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "UserIdList")
|
|
1066
1066
|
})
|
|
1067
1067
|
);
|
|
1068
1068
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1081,7 +1081,7 @@ var se_BatchUnsuspendUserCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1081
1081
|
let body;
|
|
1082
1082
|
body = JSON.stringify(
|
|
1083
1083
|
(0, import_smithy_client.take)(input, {
|
|
1084
|
-
UserIdList: (_) => (0, import_smithy_client._json)(_)
|
|
1084
|
+
UserIdList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "UserIdList")
|
|
1085
1085
|
})
|
|
1086
1086
|
);
|
|
1087
1087
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1099,7 +1099,7 @@ var se_BatchUpdatePhoneNumberCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1099
1099
|
let body;
|
|
1100
1100
|
body = JSON.stringify(
|
|
1101
1101
|
(0, import_smithy_client.take)(input, {
|
|
1102
|
-
UpdatePhoneNumberRequestItems: (_) => (0, import_smithy_client._json)(_)
|
|
1102
|
+
UpdatePhoneNumberRequestItems: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "UpdatePhoneNumberRequestItems")
|
|
1103
1103
|
})
|
|
1104
1104
|
);
|
|
1105
1105
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1115,7 +1115,7 @@ var se_BatchUpdateUserCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1115
1115
|
let body;
|
|
1116
1116
|
body = JSON.stringify(
|
|
1117
1117
|
(0, import_smithy_client.take)(input, {
|
|
1118
|
-
UpdateUserRequestItems: (_) => (0, import_smithy_client._json)(_)
|
|
1118
|
+
UpdateUserRequestItems: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "UpdateUserRequestItems")
|
|
1119
1119
|
})
|
|
1120
1120
|
);
|
|
1121
1121
|
b.m("POST").h(headers).b(body);
|
|
@@ -1180,7 +1180,7 @@ var se_CreatePhoneNumberOrderCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1180
1180
|
let body;
|
|
1181
1181
|
body = JSON.stringify(
|
|
1182
1182
|
(0, import_smithy_client.take)(input, {
|
|
1183
|
-
E164PhoneNumbers: (_) => (0, import_smithy_client._json)(_),
|
|
1183
|
+
E164PhoneNumbers: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "E164PhoneNumbers"),
|
|
1184
1184
|
ProductType: []
|
|
1185
1185
|
})
|
|
1186
1186
|
);
|
|
@@ -1318,7 +1318,7 @@ var se_DisassociateSigninDelegateGroupsFromAccountCommand = /* @__PURE__ */ __na
|
|
|
1318
1318
|
let body;
|
|
1319
1319
|
body = JSON.stringify(
|
|
1320
1320
|
(0, import_smithy_client.take)(input, {
|
|
1321
|
-
GroupNames: (_) => (0, import_smithy_client._json)(_)
|
|
1321
|
+
GroupNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "GroupNames")
|
|
1322
1322
|
})
|
|
1323
1323
|
);
|
|
1324
1324
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1448,7 +1448,7 @@ var se_InviteUsersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1448
1448
|
let body;
|
|
1449
1449
|
body = JSON.stringify(
|
|
1450
1450
|
(0, import_smithy_client.take)(input, {
|
|
1451
|
-
UserEmailList: (_) => (0, import_smithy_client._json)(_),
|
|
1451
|
+
UserEmailList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "UserEmailList"),
|
|
1452
1452
|
UserType: []
|
|
1453
1453
|
})
|
|
1454
1454
|
);
|
|
@@ -1605,7 +1605,7 @@ var se_PutRetentionSettingsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1605
1605
|
let body;
|
|
1606
1606
|
body = JSON.stringify(
|
|
1607
1607
|
(0, import_smithy_client.take)(input, {
|
|
1608
|
-
RetentionSettings: (_) => (0, import_smithy_client._json)(_)
|
|
1608
|
+
RetentionSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RetentionSettings")
|
|
1609
1609
|
})
|
|
1610
1610
|
);
|
|
1611
1611
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1723,7 +1723,7 @@ var se_UpdateAccountSettingsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1723
1723
|
let body;
|
|
1724
1724
|
body = JSON.stringify(
|
|
1725
1725
|
(0, import_smithy_client.take)(input, {
|
|
1726
|
-
AccountSettings: (_) => (0, import_smithy_client._json)(_)
|
|
1726
|
+
AccountSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountSettings")
|
|
1727
1727
|
})
|
|
1728
1728
|
);
|
|
1729
1729
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1755,8 +1755,8 @@ var se_UpdateGlobalSettingsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1755
1755
|
let body;
|
|
1756
1756
|
body = JSON.stringify(
|
|
1757
1757
|
(0, import_smithy_client.take)(input, {
|
|
1758
|
-
BusinessCalling: (_) => (0, import_smithy_client._json)(_),
|
|
1759
|
-
VoiceConnector: (_) => (0, import_smithy_client._json)(_)
|
|
1758
|
+
BusinessCalling: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BusinessCalling"),
|
|
1759
|
+
VoiceConnector: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VoiceConnector")
|
|
1760
1760
|
})
|
|
1761
1761
|
);
|
|
1762
1762
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1840,7 +1840,7 @@ var se_UpdateUserCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1840
1840
|
let body;
|
|
1841
1841
|
body = JSON.stringify(
|
|
1842
1842
|
(0, import_smithy_client.take)(input, {
|
|
1843
|
-
AlexaForBusinessMetadata: (_) => (0, import_smithy_client._json)(_),
|
|
1843
|
+
AlexaForBusinessMetadata: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AlexaForBusinessMetadata"),
|
|
1844
1844
|
LicenseType: [],
|
|
1845
1845
|
UserType: []
|
|
1846
1846
|
})
|
|
@@ -1859,7 +1859,7 @@ var se_UpdateUserSettingsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1859
1859
|
let body;
|
|
1860
1860
|
body = JSON.stringify(
|
|
1861
1861
|
(0, import_smithy_client.take)(input, {
|
|
1862
|
-
UserSettings: (_) => (0, import_smithy_client._json)(_)
|
|
1862
|
+
UserSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "UserSettings")
|
|
1863
1863
|
})
|
|
1864
1864
|
);
|
|
1865
1865
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1978,7 +1978,7 @@ var de_CreateAccountCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1978
1978
|
});
|
|
1979
1979
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1980
1980
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1981
|
-
Account: (_) => de_Account(_, context)
|
|
1981
|
+
Account: /* @__PURE__ */ __name((_) => de_Account(_, context), "Account")
|
|
1982
1982
|
});
|
|
1983
1983
|
Object.assign(contents, doc);
|
|
1984
1984
|
return contents;
|
|
@@ -1992,7 +1992,7 @@ var de_CreateBotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1992
1992
|
});
|
|
1993
1993
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1994
1994
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1995
|
-
Bot: (_) => de_Bot(_, context)
|
|
1995
|
+
Bot: /* @__PURE__ */ __name((_) => de_Bot(_, context), "Bot")
|
|
1996
1996
|
});
|
|
1997
1997
|
Object.assign(contents, doc);
|
|
1998
1998
|
return contents;
|
|
@@ -2020,7 +2020,7 @@ var de_CreatePhoneNumberOrderCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2020
2020
|
});
|
|
2021
2021
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2022
2022
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2023
|
-
PhoneNumberOrder: (_) => de_PhoneNumberOrder(_, context)
|
|
2023
|
+
PhoneNumberOrder: /* @__PURE__ */ __name((_) => de_PhoneNumberOrder(_, context), "PhoneNumberOrder")
|
|
2024
2024
|
});
|
|
2025
2025
|
Object.assign(contents, doc);
|
|
2026
2026
|
return contents;
|
|
@@ -2034,7 +2034,7 @@ var de_CreateRoomCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2034
2034
|
});
|
|
2035
2035
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2036
2036
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2037
|
-
Room: (_) => de_Room(_, context)
|
|
2037
|
+
Room: /* @__PURE__ */ __name((_) => de_Room(_, context), "Room")
|
|
2038
2038
|
});
|
|
2039
2039
|
Object.assign(contents, doc);
|
|
2040
2040
|
return contents;
|
|
@@ -2048,7 +2048,7 @@ var de_CreateRoomMembershipCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2048
2048
|
});
|
|
2049
2049
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2050
2050
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2051
|
-
RoomMembership: (_) => de_RoomMembership(_, context)
|
|
2051
|
+
RoomMembership: /* @__PURE__ */ __name((_) => de_RoomMembership(_, context), "RoomMembership")
|
|
2052
2052
|
});
|
|
2053
2053
|
Object.assign(contents, doc);
|
|
2054
2054
|
return contents;
|
|
@@ -2062,7 +2062,7 @@ var de_CreateUserCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2062
2062
|
});
|
|
2063
2063
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2064
2064
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2065
|
-
User: (_) => de_User(_, context)
|
|
2065
|
+
User: /* @__PURE__ */ __name((_) => de_User(_, context), "User")
|
|
2066
2066
|
});
|
|
2067
2067
|
Object.assign(contents, doc);
|
|
2068
2068
|
return contents;
|
|
@@ -2146,7 +2146,7 @@ var de_GetAccountCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2146
2146
|
});
|
|
2147
2147
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2148
2148
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2149
|
-
Account: (_) => de_Account(_, context)
|
|
2149
|
+
Account: /* @__PURE__ */ __name((_) => de_Account(_, context), "Account")
|
|
2150
2150
|
});
|
|
2151
2151
|
Object.assign(contents, doc);
|
|
2152
2152
|
return contents;
|
|
@@ -2174,7 +2174,7 @@ var de_GetBotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2174
2174
|
});
|
|
2175
2175
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2176
2176
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2177
|
-
Bot: (_) => de_Bot(_, context)
|
|
2177
|
+
Bot: /* @__PURE__ */ __name((_) => de_Bot(_, context), "Bot")
|
|
2178
2178
|
});
|
|
2179
2179
|
Object.assign(contents, doc);
|
|
2180
2180
|
return contents;
|
|
@@ -2217,7 +2217,7 @@ var de_GetPhoneNumberCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2217
2217
|
});
|
|
2218
2218
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2219
2219
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2220
|
-
PhoneNumber: (_) => de_PhoneNumber(_, context)
|
|
2220
|
+
PhoneNumber: /* @__PURE__ */ __name((_) => de_PhoneNumber(_, context), "PhoneNumber")
|
|
2221
2221
|
});
|
|
2222
2222
|
Object.assign(contents, doc);
|
|
2223
2223
|
return contents;
|
|
@@ -2231,7 +2231,7 @@ var de_GetPhoneNumberOrderCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2231
2231
|
});
|
|
2232
2232
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2233
2233
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2234
|
-
PhoneNumberOrder: (_) => de_PhoneNumberOrder(_, context)
|
|
2234
|
+
PhoneNumberOrder: /* @__PURE__ */ __name((_) => de_PhoneNumberOrder(_, context), "PhoneNumberOrder")
|
|
2235
2235
|
});
|
|
2236
2236
|
Object.assign(contents, doc);
|
|
2237
2237
|
return contents;
|
|
@@ -2246,7 +2246,7 @@ var de_GetPhoneNumberSettingsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2246
2246
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2247
2247
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2248
2248
|
CallingName: import_smithy_client.expectString,
|
|
2249
|
-
CallingNameUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2249
|
+
CallingNameUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CallingNameUpdatedTimestamp")
|
|
2250
2250
|
});
|
|
2251
2251
|
Object.assign(contents, doc);
|
|
2252
2252
|
return contents;
|
|
@@ -2260,7 +2260,7 @@ var de_GetRetentionSettingsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2260
2260
|
});
|
|
2261
2261
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2262
2262
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2263
|
-
InitiateDeletionTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2263
|
+
InitiateDeletionTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "InitiateDeletionTimestamp"),
|
|
2264
2264
|
RetentionSettings: import_smithy_client._json
|
|
2265
2265
|
});
|
|
2266
2266
|
Object.assign(contents, doc);
|
|
@@ -2275,7 +2275,7 @@ var de_GetRoomCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2275
2275
|
});
|
|
2276
2276
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2277
2277
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2278
|
-
Room: (_) => de_Room(_, context)
|
|
2278
|
+
Room: /* @__PURE__ */ __name((_) => de_Room(_, context), "Room")
|
|
2279
2279
|
});
|
|
2280
2280
|
Object.assign(contents, doc);
|
|
2281
2281
|
return contents;
|
|
@@ -2289,7 +2289,7 @@ var de_GetUserCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2289
2289
|
});
|
|
2290
2290
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2291
2291
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2292
|
-
User: (_) => de_User(_, context)
|
|
2292
|
+
User: /* @__PURE__ */ __name((_) => de_User(_, context), "User")
|
|
2293
2293
|
});
|
|
2294
2294
|
Object.assign(contents, doc);
|
|
2295
2295
|
return contents;
|
|
@@ -2331,7 +2331,7 @@ var de_ListAccountsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2331
2331
|
});
|
|
2332
2332
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2333
2333
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2334
|
-
Accounts: (_) => de_AccountList(_, context),
|
|
2334
|
+
Accounts: /* @__PURE__ */ __name((_) => de_AccountList(_, context), "Accounts"),
|
|
2335
2335
|
NextToken: import_smithy_client.expectString
|
|
2336
2336
|
});
|
|
2337
2337
|
Object.assign(contents, doc);
|
|
@@ -2346,7 +2346,7 @@ var de_ListBotsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2346
2346
|
});
|
|
2347
2347
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2348
2348
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2349
|
-
Bots: (_) => de_BotList(_, context),
|
|
2349
|
+
Bots: /* @__PURE__ */ __name((_) => de_BotList(_, context), "Bots"),
|
|
2350
2350
|
NextToken: import_smithy_client.expectString
|
|
2351
2351
|
});
|
|
2352
2352
|
Object.assign(contents, doc);
|
|
@@ -2362,7 +2362,7 @@ var de_ListPhoneNumberOrdersCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2362
2362
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2363
2363
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2364
2364
|
NextToken: import_smithy_client.expectString,
|
|
2365
|
-
PhoneNumberOrders: (_) => de_PhoneNumberOrderList(_, context)
|
|
2365
|
+
PhoneNumberOrders: /* @__PURE__ */ __name((_) => de_PhoneNumberOrderList(_, context), "PhoneNumberOrders")
|
|
2366
2366
|
});
|
|
2367
2367
|
Object.assign(contents, doc);
|
|
2368
2368
|
return contents;
|
|
@@ -2377,7 +2377,7 @@ var de_ListPhoneNumbersCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2377
2377
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2378
2378
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2379
2379
|
NextToken: import_smithy_client.expectString,
|
|
2380
|
-
PhoneNumbers: (_) => de_PhoneNumberList(_, context)
|
|
2380
|
+
PhoneNumbers: /* @__PURE__ */ __name((_) => de_PhoneNumberList(_, context), "PhoneNumbers")
|
|
2381
2381
|
});
|
|
2382
2382
|
Object.assign(contents, doc);
|
|
2383
2383
|
return contents;
|
|
@@ -2392,7 +2392,7 @@ var de_ListRoomMembershipsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2392
2392
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2393
2393
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2394
2394
|
NextToken: import_smithy_client.expectString,
|
|
2395
|
-
RoomMemberships: (_) => de_RoomMembershipList(_, context)
|
|
2395
|
+
RoomMemberships: /* @__PURE__ */ __name((_) => de_RoomMembershipList(_, context), "RoomMemberships")
|
|
2396
2396
|
});
|
|
2397
2397
|
Object.assign(contents, doc);
|
|
2398
2398
|
return contents;
|
|
@@ -2407,7 +2407,7 @@ var de_ListRoomsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2407
2407
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2408
2408
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2409
2409
|
NextToken: import_smithy_client.expectString,
|
|
2410
|
-
Rooms: (_) => de_RoomList(_, context)
|
|
2410
|
+
Rooms: /* @__PURE__ */ __name((_) => de_RoomList(_, context), "Rooms")
|
|
2411
2411
|
});
|
|
2412
2412
|
Object.assign(contents, doc);
|
|
2413
2413
|
return contents;
|
|
@@ -2436,7 +2436,7 @@ var de_ListUsersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2436
2436
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2437
2437
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2438
2438
|
NextToken: import_smithy_client.expectString,
|
|
2439
|
-
Users: (_) => de_UserList(_, context)
|
|
2439
|
+
Users: /* @__PURE__ */ __name((_) => de_UserList(_, context), "Users")
|
|
2440
2440
|
});
|
|
2441
2441
|
Object.assign(contents, doc);
|
|
2442
2442
|
return contents;
|
|
@@ -2474,7 +2474,7 @@ var de_PutRetentionSettingsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2474
2474
|
});
|
|
2475
2475
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2476
2476
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2477
|
-
InitiateDeletionTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2477
|
+
InitiateDeletionTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "InitiateDeletionTimestamp"),
|
|
2478
2478
|
RetentionSettings: import_smithy_client._json
|
|
2479
2479
|
});
|
|
2480
2480
|
Object.assign(contents, doc);
|
|
@@ -2509,7 +2509,7 @@ var de_RegenerateSecurityTokenCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
2509
2509
|
});
|
|
2510
2510
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2511
2511
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2512
|
-
Bot: (_) => de_Bot(_, context)
|
|
2512
|
+
Bot: /* @__PURE__ */ __name((_) => de_Bot(_, context), "Bot")
|
|
2513
2513
|
});
|
|
2514
2514
|
Object.assign(contents, doc);
|
|
2515
2515
|
return contents;
|
|
@@ -2523,7 +2523,7 @@ var de_ResetPersonalPINCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2523
2523
|
});
|
|
2524
2524
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2525
2525
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2526
|
-
User: (_) => de_User(_, context)
|
|
2526
|
+
User: /* @__PURE__ */ __name((_) => de_User(_, context), "User")
|
|
2527
2527
|
});
|
|
2528
2528
|
Object.assign(contents, doc);
|
|
2529
2529
|
return contents;
|
|
@@ -2537,7 +2537,7 @@ var de_RestorePhoneNumberCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2537
2537
|
});
|
|
2538
2538
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2539
2539
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2540
|
-
PhoneNumber: (_) => de_PhoneNumber(_, context)
|
|
2540
|
+
PhoneNumber: /* @__PURE__ */ __name((_) => de_PhoneNumber(_, context), "PhoneNumber")
|
|
2541
2541
|
});
|
|
2542
2542
|
Object.assign(contents, doc);
|
|
2543
2543
|
return contents;
|
|
@@ -2566,7 +2566,7 @@ var de_UpdateAccountCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2566
2566
|
});
|
|
2567
2567
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2568
2568
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2569
|
-
Account: (_) => de_Account(_, context)
|
|
2569
|
+
Account: /* @__PURE__ */ __name((_) => de_Account(_, context), "Account")
|
|
2570
2570
|
});
|
|
2571
2571
|
Object.assign(contents, doc);
|
|
2572
2572
|
return contents;
|
|
@@ -2590,7 +2590,7 @@ var de_UpdateBotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2590
2590
|
});
|
|
2591
2591
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2592
2592
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2593
|
-
Bot: (_) => de_Bot(_, context)
|
|
2593
|
+
Bot: /* @__PURE__ */ __name((_) => de_Bot(_, context), "Bot")
|
|
2594
2594
|
});
|
|
2595
2595
|
Object.assign(contents, doc);
|
|
2596
2596
|
return contents;
|
|
@@ -2614,7 +2614,7 @@ var de_UpdatePhoneNumberCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2614
2614
|
});
|
|
2615
2615
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2616
2616
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2617
|
-
PhoneNumber: (_) => de_PhoneNumber(_, context)
|
|
2617
|
+
PhoneNumber: /* @__PURE__ */ __name((_) => de_PhoneNumber(_, context), "PhoneNumber")
|
|
2618
2618
|
});
|
|
2619
2619
|
Object.assign(contents, doc);
|
|
2620
2620
|
return contents;
|
|
@@ -2638,7 +2638,7 @@ var de_UpdateRoomCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2638
2638
|
});
|
|
2639
2639
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2640
2640
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2641
|
-
Room: (_) => de_Room(_, context)
|
|
2641
|
+
Room: /* @__PURE__ */ __name((_) => de_Room(_, context), "Room")
|
|
2642
2642
|
});
|
|
2643
2643
|
Object.assign(contents, doc);
|
|
2644
2644
|
return contents;
|
|
@@ -2652,7 +2652,7 @@ var de_UpdateRoomMembershipCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2652
2652
|
});
|
|
2653
2653
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2654
2654
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2655
|
-
RoomMembership: (_) => de_RoomMembership(_, context)
|
|
2655
|
+
RoomMembership: /* @__PURE__ */ __name((_) => de_RoomMembership(_, context), "RoomMembership")
|
|
2656
2656
|
});
|
|
2657
2657
|
Object.assign(contents, doc);
|
|
2658
2658
|
return contents;
|
|
@@ -2666,7 +2666,7 @@ var de_UpdateUserCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2666
2666
|
});
|
|
2667
2667
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2668
2668
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2669
|
-
User: (_) => de_User(_, context)
|
|
2669
|
+
User: /* @__PURE__ */ __name((_) => de_User(_, context), "User")
|
|
2670
2670
|
});
|
|
2671
2671
|
Object.assign(contents, doc);
|
|
2672
2672
|
return contents;
|
|
@@ -2891,7 +2891,7 @@ var de_Account = /* @__PURE__ */ __name((output, context) => {
|
|
|
2891
2891
|
AccountStatus: import_smithy_client.expectString,
|
|
2892
2892
|
AccountType: import_smithy_client.expectString,
|
|
2893
2893
|
AwsAccountId: import_smithy_client.expectString,
|
|
2894
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2894
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTimestamp"),
|
|
2895
2895
|
DefaultLicense: import_smithy_client.expectString,
|
|
2896
2896
|
Name: import_smithy_client.expectString,
|
|
2897
2897
|
SigninDelegateGroups: import_smithy_client._json,
|
|
@@ -2909,11 +2909,11 @@ var de_Bot = /* @__PURE__ */ __name((output, context) => {
|
|
|
2909
2909
|
BotEmail: import_smithy_client.expectString,
|
|
2910
2910
|
BotId: import_smithy_client.expectString,
|
|
2911
2911
|
BotType: import_smithy_client.expectString,
|
|
2912
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2912
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTimestamp"),
|
|
2913
2913
|
Disabled: import_smithy_client.expectBoolean,
|
|
2914
2914
|
DisplayName: import_smithy_client.expectString,
|
|
2915
2915
|
SecurityToken: import_smithy_client.expectString,
|
|
2916
|
-
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2916
|
+
UpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedTimestamp"),
|
|
2917
2917
|
UserId: import_smithy_client.expectString
|
|
2918
2918
|
});
|
|
2919
2919
|
}, "de_Bot");
|
|
@@ -2925,24 +2925,24 @@ var de_BotList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2925
2925
|
}, "de_BotList");
|
|
2926
2926
|
var de_PhoneNumber = /* @__PURE__ */ __name((output, context) => {
|
|
2927
2927
|
return (0, import_smithy_client.take)(output, {
|
|
2928
|
-
Associations: (_) => de_PhoneNumberAssociationList(_, context),
|
|
2928
|
+
Associations: /* @__PURE__ */ __name((_) => de_PhoneNumberAssociationList(_, context), "Associations"),
|
|
2929
2929
|
CallingName: import_smithy_client.expectString,
|
|
2930
2930
|
CallingNameStatus: import_smithy_client.expectString,
|
|
2931
2931
|
Capabilities: import_smithy_client._json,
|
|
2932
2932
|
Country: import_smithy_client.expectString,
|
|
2933
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2934
|
-
DeletionTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2933
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTimestamp"),
|
|
2934
|
+
DeletionTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "DeletionTimestamp"),
|
|
2935
2935
|
E164PhoneNumber: import_smithy_client.expectString,
|
|
2936
2936
|
PhoneNumberId: import_smithy_client.expectString,
|
|
2937
2937
|
ProductType: import_smithy_client.expectString,
|
|
2938
2938
|
Status: import_smithy_client.expectString,
|
|
2939
2939
|
Type: import_smithy_client.expectString,
|
|
2940
|
-
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2940
|
+
UpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedTimestamp")
|
|
2941
2941
|
});
|
|
2942
2942
|
}, "de_PhoneNumber");
|
|
2943
2943
|
var de_PhoneNumberAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
2944
2944
|
return (0, import_smithy_client.take)(output, {
|
|
2945
|
-
AssociatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2945
|
+
AssociatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "AssociatedTimestamp"),
|
|
2946
2946
|
Name: import_smithy_client.expectString,
|
|
2947
2947
|
Value: import_smithy_client.expectString
|
|
2948
2948
|
});
|
|
@@ -2961,12 +2961,12 @@ var de_PhoneNumberList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2961
2961
|
}, "de_PhoneNumberList");
|
|
2962
2962
|
var de_PhoneNumberOrder = /* @__PURE__ */ __name((output, context) => {
|
|
2963
2963
|
return (0, import_smithy_client.take)(output, {
|
|
2964
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2964
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTimestamp"),
|
|
2965
2965
|
OrderedPhoneNumbers: import_smithy_client._json,
|
|
2966
2966
|
PhoneNumberOrderId: import_smithy_client.expectString,
|
|
2967
2967
|
ProductType: import_smithy_client.expectString,
|
|
2968
2968
|
Status: import_smithy_client.expectString,
|
|
2969
|
-
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2969
|
+
UpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedTimestamp")
|
|
2970
2970
|
});
|
|
2971
2971
|
}, "de_PhoneNumberOrder");
|
|
2972
2972
|
var de_PhoneNumberOrderList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2979,10 +2979,10 @@ var de_Room = /* @__PURE__ */ __name((output, context) => {
|
|
|
2979
2979
|
return (0, import_smithy_client.take)(output, {
|
|
2980
2980
|
AccountId: import_smithy_client.expectString,
|
|
2981
2981
|
CreatedBy: import_smithy_client.expectString,
|
|
2982
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2982
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTimestamp"),
|
|
2983
2983
|
Name: import_smithy_client.expectString,
|
|
2984
2984
|
RoomId: import_smithy_client.expectString,
|
|
2985
|
-
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2985
|
+
UpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedTimestamp")
|
|
2986
2986
|
});
|
|
2987
2987
|
}, "de_Room");
|
|
2988
2988
|
var de_RoomList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2997,7 +2997,7 @@ var de_RoomMembership = /* @__PURE__ */ __name((output, context) => {
|
|
|
2997
2997
|
Member: import_smithy_client._json,
|
|
2998
2998
|
Role: import_smithy_client.expectString,
|
|
2999
2999
|
RoomId: import_smithy_client.expectString,
|
|
3000
|
-
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3000
|
+
UpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedTimestamp")
|
|
3001
3001
|
});
|
|
3002
3002
|
}, "de_RoomMembership");
|
|
3003
3003
|
var de_RoomMembershipList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3011,12 +3011,12 @@ var de_User = /* @__PURE__ */ __name((output, context) => {
|
|
|
3011
3011
|
AccountId: import_smithy_client.expectString,
|
|
3012
3012
|
AlexaForBusinessMetadata: import_smithy_client._json,
|
|
3013
3013
|
DisplayName: import_smithy_client.expectString,
|
|
3014
|
-
InvitedOn: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3014
|
+
InvitedOn: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "InvitedOn"),
|
|
3015
3015
|
LicenseType: import_smithy_client.expectString,
|
|
3016
3016
|
PersonalPIN: import_smithy_client.expectString,
|
|
3017
3017
|
PrimaryEmail: import_smithy_client.expectString,
|
|
3018
3018
|
PrimaryProvisionedNumber: import_smithy_client.expectString,
|
|
3019
|
-
RegisteredOn: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3019
|
+
RegisteredOn: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "RegisteredOn"),
|
|
3020
3020
|
UserId: import_smithy_client.expectString,
|
|
3021
3021
|
UserInvitationStatus: import_smithy_client.expectString,
|
|
3022
3022
|
UserRegistrationStatus: import_smithy_client.expectString,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.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",
|
|
@@ -20,38 +20,38 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.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.758.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.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|