@aws-sdk/client-chime-sdk-identity 3.987.0 → 3.988.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 +49 -1042
- package/dist-cjs/models/ChimeSDKIdentityServiceException.js +12 -0
- package/dist-cjs/models/errors.js +157 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +750 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +82 -76
- package/dist-types/schemas/schemas_0.d.ts +17 -10
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -10
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultChimeSDKIdentityHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2021-04-20",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.chimesdkidentity",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2021-04-20",
|
|
30
32
|
serviceTarget: "ChimeIdentityService",
|
|
31
33
|
},
|
|
@@ -28,7 +28,7 @@ const _AIp = "AppInstances";
|
|
|
28
28
|
const _AM = "AllowMessages";
|
|
29
29
|
const _Ar = "Arn";
|
|
30
30
|
const _BRE = "BadRequestException";
|
|
31
|
-
const _C = "
|
|
31
|
+
const _C = "Code";
|
|
32
32
|
const _CAI = "CreateAppInstance";
|
|
33
33
|
const _CAIA = "CreateAppInstanceAdmin";
|
|
34
34
|
const _CAIAR = "CreateAppInstanceAdminRequest";
|
|
@@ -45,7 +45,7 @@ const _CE = "ConflictException";
|
|
|
45
45
|
const _CRS = "ChannelRetentionSettings";
|
|
46
46
|
const _CRT = "ClientRequestToken";
|
|
47
47
|
const _CT = "CreatedTimestamp";
|
|
48
|
-
const _Co = "
|
|
48
|
+
const _Co = "Configuration";
|
|
49
49
|
const _DAI = "DeleteAppInstance";
|
|
50
50
|
const _DAIA = "DeleteAppInstanceAdmin";
|
|
51
51
|
const _DAIAR = "DeleteAppInstanceAdminRequest";
|
|
@@ -109,9 +109,9 @@ const _LTFR = "ListTagsForResource";
|
|
|
109
109
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
110
110
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
111
111
|
const _LUT = "LastUpdatedTimestamp";
|
|
112
|
-
const _M = "
|
|
112
|
+
const _M = "Message";
|
|
113
113
|
const _MR = "MaxResults";
|
|
114
|
-
const _Me = "
|
|
114
|
+
const _Me = "Metadata";
|
|
115
115
|
const _N = "Name";
|
|
116
116
|
const _NERN = "NonEmptyResourceName";
|
|
117
117
|
const _NESS = "NonEmptySensitiveString1600";
|
|
@@ -180,13 +180,75 @@ const _hE = "httpError";
|
|
|
180
180
|
const _hQ = "httpQuery";
|
|
181
181
|
const _mr = "max-results";
|
|
182
182
|
const _nt = "next-token";
|
|
183
|
-
const _s = "
|
|
184
|
-
const
|
|
183
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.chimesdkidentity";
|
|
184
|
+
const _se = "server";
|
|
185
185
|
const n0 = "com.amazonaws.chimesdkidentity";
|
|
186
186
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
187
187
|
import { ChimeSDKIdentityServiceException } from "../models/ChimeSDKIdentityServiceException";
|
|
188
188
|
import { BadRequestException, ConflictException, ForbiddenException, NotFoundException, ResourceLimitExceededException, ServiceFailureException, ServiceUnavailableException, ThrottledClientException, UnauthorizedClientException, } from "../models/errors";
|
|
189
|
-
|
|
189
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
190
|
+
export var ChimeSDKIdentityServiceException$ = [-3, _s, "ChimeSDKIdentityServiceException", 0, [], []];
|
|
191
|
+
_s_registry.registerError(ChimeSDKIdentityServiceException$, ChimeSDKIdentityServiceException);
|
|
192
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
193
|
+
export var BadRequestException$ = [-3, n0, _BRE,
|
|
194
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
195
|
+
[_C, _M],
|
|
196
|
+
[0, 0]
|
|
197
|
+
];
|
|
198
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
199
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
200
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
201
|
+
[_C, _M],
|
|
202
|
+
[0, 0]
|
|
203
|
+
];
|
|
204
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
205
|
+
export var ForbiddenException$ = [-3, n0, _FE,
|
|
206
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
207
|
+
[_C, _M],
|
|
208
|
+
[0, 0]
|
|
209
|
+
];
|
|
210
|
+
n0_registry.registerError(ForbiddenException$, ForbiddenException);
|
|
211
|
+
export var NotFoundException$ = [-3, n0, _NFE,
|
|
212
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
213
|
+
[_C, _M],
|
|
214
|
+
[0, 0]
|
|
215
|
+
];
|
|
216
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
217
|
+
export var ResourceLimitExceededException$ = [-3, n0, _RLEE,
|
|
218
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
219
|
+
[_C, _M],
|
|
220
|
+
[0, 0]
|
|
221
|
+
];
|
|
222
|
+
n0_registry.registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
|
|
223
|
+
export var ServiceFailureException$ = [-3, n0, _SFE,
|
|
224
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
225
|
+
[_C, _M],
|
|
226
|
+
[0, 0]
|
|
227
|
+
];
|
|
228
|
+
n0_registry.registerError(ServiceFailureException$, ServiceFailureException);
|
|
229
|
+
export var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
230
|
+
{ [_e]: _se, [_hE]: 503 },
|
|
231
|
+
[_C, _M],
|
|
232
|
+
[0, 0]
|
|
233
|
+
];
|
|
234
|
+
n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
235
|
+
export var ThrottledClientException$ = [-3, n0, _TCE,
|
|
236
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
237
|
+
[_C, _M],
|
|
238
|
+
[0, 0]
|
|
239
|
+
];
|
|
240
|
+
n0_registry.registerError(ThrottledClientException$, ThrottledClientException);
|
|
241
|
+
export var UnauthorizedClientException$ = [-3, n0, _UCE,
|
|
242
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
243
|
+
[_C, _M],
|
|
244
|
+
[0, 0]
|
|
245
|
+
];
|
|
246
|
+
n0_registry.registerError(UnauthorizedClientException$, UnauthorizedClientException);
|
|
247
|
+
export const errorTypeRegistries = [
|
|
248
|
+
_s_registry,
|
|
249
|
+
n0_registry,
|
|
250
|
+
];
|
|
251
|
+
var Metadata = [0, n0, _Me, 8, 0];
|
|
190
252
|
var NextToken = [0, n0, _NT, 8, 0];
|
|
191
253
|
var NonEmptyResourceName = [0, n0, _NERN, 8, 0];
|
|
192
254
|
var NonEmptySensitiveString1600 = [0, n0, _NESS, 8, 0];
|
|
@@ -199,7 +261,7 @@ var UserId = [0, n0, _UI, 8, 0];
|
|
|
199
261
|
var UserName = [0, n0, _UN, 8, 0];
|
|
200
262
|
export var AppInstance$ = [3, n0, _AI,
|
|
201
263
|
0,
|
|
202
|
-
[_AIA, _N, _CT, _LUT,
|
|
264
|
+
[_AIA, _N, _CT, _LUT, _Me],
|
|
203
265
|
[0, [() => NonEmptyResourceName, 0], 4, 4, [() => Metadata, 0]]
|
|
204
266
|
];
|
|
205
267
|
export var AppInstanceAdmin$ = [3, n0, _AIAp,
|
|
@@ -214,12 +276,12 @@ export var AppInstanceAdminSummary$ = [3, n0, _AIAS,
|
|
|
214
276
|
];
|
|
215
277
|
export var AppInstanceBot$ = [3, n0, _AIB,
|
|
216
278
|
0,
|
|
217
|
-
[_AIBA, _N,
|
|
279
|
+
[_AIBA, _N, _Co, _CT, _LUT, _Me],
|
|
218
280
|
[0, [() => ResourceName, 0], () => Configuration$, 4, 4, [() => Metadata, 0]]
|
|
219
281
|
];
|
|
220
282
|
export var AppInstanceBotSummary$ = [3, n0, _AIBS,
|
|
221
283
|
0,
|
|
222
|
-
[_AIBA, _N,
|
|
284
|
+
[_AIBA, _N, _Me],
|
|
223
285
|
[0, [() => ResourceName, 0], [() => Metadata, 0]]
|
|
224
286
|
];
|
|
225
287
|
export var AppInstanceRetentionSettings$ = [3, n0, _AIRS,
|
|
@@ -229,12 +291,12 @@ export var AppInstanceRetentionSettings$ = [3, n0, _AIRS,
|
|
|
229
291
|
];
|
|
230
292
|
export var AppInstanceSummary$ = [3, n0, _AIS,
|
|
231
293
|
0,
|
|
232
|
-
[_AIA, _N,
|
|
294
|
+
[_AIA, _N, _Me],
|
|
233
295
|
[0, [() => NonEmptyResourceName, 0], [() => Metadata, 0]]
|
|
234
296
|
];
|
|
235
297
|
export var AppInstanceUser$ = [3, n0, _AIU,
|
|
236
298
|
0,
|
|
237
|
-
[_AIUA, _N,
|
|
299
|
+
[_AIUA, _N, _Me, _CT, _LUT, _ES],
|
|
238
300
|
[0, [() => UserName, 0], [() => Metadata, 0], 4, 4, () => ExpirationSettings$]
|
|
239
301
|
];
|
|
240
302
|
export var AppInstanceUserEndpoint$ = [3, n0, _AIUE,
|
|
@@ -249,31 +311,19 @@ export var AppInstanceUserEndpointSummary$ = [3, n0, _AIUES,
|
|
|
249
311
|
];
|
|
250
312
|
export var AppInstanceUserSummary$ = [3, n0, _AIUS,
|
|
251
313
|
0,
|
|
252
|
-
[_AIUA, _N,
|
|
314
|
+
[_AIUA, _N, _Me],
|
|
253
315
|
[0, [() => UserName, 0], [() => Metadata, 0]]
|
|
254
316
|
];
|
|
255
|
-
export var BadRequestException$ = [-3, n0, _BRE,
|
|
256
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
257
|
-
[_Co, _Me],
|
|
258
|
-
[0, 0]
|
|
259
|
-
];
|
|
260
|
-
TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
261
317
|
export var ChannelRetentionSettings$ = [3, n0, _CRS,
|
|
262
318
|
0,
|
|
263
319
|
[_RD],
|
|
264
320
|
[1]
|
|
265
321
|
];
|
|
266
|
-
export var Configuration$ = [3, n0,
|
|
322
|
+
export var Configuration$ = [3, n0, _Co,
|
|
267
323
|
0,
|
|
268
324
|
[_L],
|
|
269
325
|
[() => LexConfiguration$], 1
|
|
270
326
|
];
|
|
271
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
272
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
273
|
-
[_Co, _Me],
|
|
274
|
-
[0, 0]
|
|
275
|
-
];
|
|
276
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
277
327
|
export var CreateAppInstanceAdminRequest$ = [3, n0, _CAIAR,
|
|
278
328
|
0,
|
|
279
329
|
[_AIAA, _AIA],
|
|
@@ -286,7 +336,7 @@ export var CreateAppInstanceAdminResponse$ = [3, n0, _CAIARr,
|
|
|
286
336
|
];
|
|
287
337
|
export var CreateAppInstanceBotRequest$ = [3, n0, _CAIBR,
|
|
288
338
|
0,
|
|
289
|
-
[_AIA,
|
|
339
|
+
[_AIA, _Co, _N, _Me, _CRT, _Ta],
|
|
290
340
|
[0, () => Configuration$, [() => ResourceName, 0], [() => Metadata, 0], [0, 4], [() => TagList, 0]], 2
|
|
291
341
|
];
|
|
292
342
|
export var CreateAppInstanceBotResponse$ = [3, n0, _CAIBRr,
|
|
@@ -296,7 +346,7 @@ export var CreateAppInstanceBotResponse$ = [3, n0, _CAIBRr,
|
|
|
296
346
|
];
|
|
297
347
|
export var CreateAppInstanceRequest$ = [3, n0, _CAIR,
|
|
298
348
|
0,
|
|
299
|
-
[_N,
|
|
349
|
+
[_N, _Me, _CRT, _Ta],
|
|
300
350
|
[[() => NonEmptyResourceName, 0], [() => Metadata, 0], [0, 4], [() => TagList, 0]], 1
|
|
301
351
|
];
|
|
302
352
|
export var CreateAppInstanceResponse$ = [3, n0, _CAIRr,
|
|
@@ -306,7 +356,7 @@ export var CreateAppInstanceResponse$ = [3, n0, _CAIRr,
|
|
|
306
356
|
];
|
|
307
357
|
export var CreateAppInstanceUserRequest$ = [3, n0, _CAIUR,
|
|
308
358
|
0,
|
|
309
|
-
[_AIA, _AIUI, _N,
|
|
359
|
+
[_AIA, _AIUI, _N, _Me, _CRT, _Ta, _ES],
|
|
310
360
|
[0, [() => UserId, 0], [() => UserName, 0], [() => Metadata, 0], [0, 4], [() => TagList, 0], () => ExpirationSettings$], 3
|
|
311
361
|
];
|
|
312
362
|
export var CreateAppInstanceUserResponse$ = [3, n0, _CAIURr,
|
|
@@ -404,12 +454,6 @@ export var ExpirationSettings$ = [3, n0, _ES,
|
|
|
404
454
|
[_ED, _EC],
|
|
405
455
|
[1, 0], 2
|
|
406
456
|
];
|
|
407
|
-
export var ForbiddenException$ = [-3, n0, _FE,
|
|
408
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
409
|
-
[_Co, _Me],
|
|
410
|
-
[0, 0]
|
|
411
|
-
];
|
|
412
|
-
TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
|
|
413
457
|
export var GetAppInstanceRetentionSettingsRequest$ = [3, n0, _GAIRSR,
|
|
414
458
|
0,
|
|
415
459
|
[_AIA],
|
|
@@ -495,12 +539,6 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
495
539
|
[_Ta],
|
|
496
540
|
[[() => TagList, 0]]
|
|
497
541
|
];
|
|
498
|
-
export var NotFoundException$ = [-3, n0, _NFE,
|
|
499
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
500
|
-
[_Co, _Me],
|
|
501
|
-
[0, 0]
|
|
502
|
-
];
|
|
503
|
-
TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
504
542
|
export var PutAppInstanceRetentionSettingsRequest$ = [3, n0, _PAIRSR,
|
|
505
543
|
0,
|
|
506
544
|
[_AIA, _AIRS],
|
|
@@ -531,24 +569,6 @@ export var RegisterAppInstanceUserEndpointResponse$ = [3, n0, _RAIUERe,
|
|
|
531
569
|
[_AIUA, _EI],
|
|
532
570
|
[0, 0]
|
|
533
571
|
];
|
|
534
|
-
export var ResourceLimitExceededException$ = [-3, n0, _RLEE,
|
|
535
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
536
|
-
[_Co, _Me],
|
|
537
|
-
[0, 0]
|
|
538
|
-
];
|
|
539
|
-
TypeRegistry.for(n0).registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
|
|
540
|
-
export var ServiceFailureException$ = [-3, n0, _SFE,
|
|
541
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
542
|
-
[_Co, _Me],
|
|
543
|
-
[0, 0]
|
|
544
|
-
];
|
|
545
|
-
TypeRegistry.for(n0).registerError(ServiceFailureException$, ServiceFailureException);
|
|
546
|
-
export var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
547
|
-
{ [_e]: _s, [_hE]: 503 },
|
|
548
|
-
[_Co, _Me],
|
|
549
|
-
[0, 0]
|
|
550
|
-
];
|
|
551
|
-
TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
552
572
|
export var Tag$ = [3, n0, _Tag,
|
|
553
573
|
0,
|
|
554
574
|
[_K, _V],
|
|
@@ -559,18 +579,6 @@ export var TagResourceRequest$ = [3, n0, _TRR,
|
|
|
559
579
|
[_RARN, _Ta],
|
|
560
580
|
[0, [() => TagList, 0]], 2
|
|
561
581
|
];
|
|
562
|
-
export var ThrottledClientException$ = [-3, n0, _TCE,
|
|
563
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
564
|
-
[_Co, _Me],
|
|
565
|
-
[0, 0]
|
|
566
|
-
];
|
|
567
|
-
TypeRegistry.for(n0).registerError(ThrottledClientException$, ThrottledClientException);
|
|
568
|
-
export var UnauthorizedClientException$ = [-3, n0, _UCE,
|
|
569
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
570
|
-
[_Co, _Me],
|
|
571
|
-
[0, 0]
|
|
572
|
-
];
|
|
573
|
-
TypeRegistry.for(n0).registerError(UnauthorizedClientException$, UnauthorizedClientException);
|
|
574
582
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
575
583
|
0,
|
|
576
584
|
[_RARN, _TKa],
|
|
@@ -578,7 +586,7 @@ export var UntagResourceRequest$ = [3, n0, _URR,
|
|
|
578
586
|
];
|
|
579
587
|
export var UpdateAppInstanceBotRequest$ = [3, n0, _UAIBR,
|
|
580
588
|
0,
|
|
581
|
-
[_AIBA, _N,
|
|
589
|
+
[_AIBA, _N, _Me, _Co],
|
|
582
590
|
[[0, 1], [() => ResourceName, 0], [() => Metadata, 0], () => Configuration$], 3
|
|
583
591
|
];
|
|
584
592
|
export var UpdateAppInstanceBotResponse$ = [3, n0, _UAIBRp,
|
|
@@ -588,7 +596,7 @@ export var UpdateAppInstanceBotResponse$ = [3, n0, _UAIBRp,
|
|
|
588
596
|
];
|
|
589
597
|
export var UpdateAppInstanceRequest$ = [3, n0, _UAIR,
|
|
590
598
|
0,
|
|
591
|
-
[_AIA, _N,
|
|
599
|
+
[_AIA, _N, _Me],
|
|
592
600
|
[[0, 1], [() => NonEmptyResourceName, 0], [() => Metadata, 0]], 3
|
|
593
601
|
];
|
|
594
602
|
export var UpdateAppInstanceResponse$ = [3, n0, _UAIRp,
|
|
@@ -608,7 +616,7 @@ export var UpdateAppInstanceUserEndpointResponse$ = [3, n0, _UAIUERp,
|
|
|
608
616
|
];
|
|
609
617
|
export var UpdateAppInstanceUserRequest$ = [3, n0, _UAIUR,
|
|
610
618
|
0,
|
|
611
|
-
[_AIUA, _N,
|
|
619
|
+
[_AIUA, _N, _Me],
|
|
612
620
|
[[0, 1], [() => UserName, 0], [() => Metadata, 0]], 3
|
|
613
621
|
];
|
|
614
622
|
export var UpdateAppInstanceUserResponse$ = [3, n0, _UAIURp,
|
|
@@ -617,8 +625,6 @@ export var UpdateAppInstanceUserResponse$ = [3, n0, _UAIURp,
|
|
|
617
625
|
[0]
|
|
618
626
|
];
|
|
619
627
|
var __Unit = "unit";
|
|
620
|
-
export var ChimeSDKIdentityServiceException$ = [-3, _sm, "ChimeSDKIdentityServiceException", 0, [], []];
|
|
621
|
-
TypeRegistry.for(_sm).registerError(ChimeSDKIdentityServiceException$, ChimeSDKIdentityServiceException);
|
|
622
628
|
var AppInstanceAdminList = [1, n0, _AIAL,
|
|
623
629
|
0, [() => AppInstanceAdminSummary$,
|
|
624
630
|
0]
|
|
@@ -1,4 +1,21 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var ChimeSDKIdentityServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var ForbiddenException$: StaticErrorSchema;
|
|
7
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ServiceFailureException$: StaticErrorSchema;
|
|
10
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
11
|
+
export declare var ThrottledClientException$: StaticErrorSchema;
|
|
12
|
+
export declare var UnauthorizedClientException$: StaticErrorSchema;
|
|
13
|
+
/**
|
|
14
|
+
* TypeRegistry instances containing modeled errors.
|
|
15
|
+
* @internal
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
19
|
export declare var AppInstance$: StaticStructureSchema;
|
|
3
20
|
export declare var AppInstanceAdmin$: StaticStructureSchema;
|
|
4
21
|
export declare var AppInstanceAdminSummary$: StaticStructureSchema;
|
|
@@ -10,10 +27,8 @@ export declare var AppInstanceUser$: StaticStructureSchema;
|
|
|
10
27
|
export declare var AppInstanceUserEndpoint$: StaticStructureSchema;
|
|
11
28
|
export declare var AppInstanceUserEndpointSummary$: StaticStructureSchema;
|
|
12
29
|
export declare var AppInstanceUserSummary$: StaticStructureSchema;
|
|
13
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
14
30
|
export declare var ChannelRetentionSettings$: StaticStructureSchema;
|
|
15
31
|
export declare var Configuration$: StaticStructureSchema;
|
|
16
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
17
32
|
export declare var CreateAppInstanceAdminRequest$: StaticStructureSchema;
|
|
18
33
|
export declare var CreateAppInstanceAdminResponse$: StaticStructureSchema;
|
|
19
34
|
export declare var CreateAppInstanceBotRequest$: StaticStructureSchema;
|
|
@@ -40,7 +55,6 @@ export declare var DescribeAppInstanceUserResponse$: StaticStructureSchema;
|
|
|
40
55
|
export declare var EndpointAttributes$: StaticStructureSchema;
|
|
41
56
|
export declare var EndpointState$: StaticStructureSchema;
|
|
42
57
|
export declare var ExpirationSettings$: StaticStructureSchema;
|
|
43
|
-
export declare var ForbiddenException$: StaticErrorSchema;
|
|
44
58
|
export declare var GetAppInstanceRetentionSettingsRequest$: StaticStructureSchema;
|
|
45
59
|
export declare var GetAppInstanceRetentionSettingsResponse$: StaticStructureSchema;
|
|
46
60
|
export declare var Identity$: StaticStructureSchema;
|
|
@@ -58,20 +72,14 @@ export declare var ListAppInstanceUsersRequest$: StaticStructureSchema;
|
|
|
58
72
|
export declare var ListAppInstanceUsersResponse$: StaticStructureSchema;
|
|
59
73
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
60
74
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
61
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
62
75
|
export declare var PutAppInstanceRetentionSettingsRequest$: StaticStructureSchema;
|
|
63
76
|
export declare var PutAppInstanceRetentionSettingsResponse$: StaticStructureSchema;
|
|
64
77
|
export declare var PutAppInstanceUserExpirationSettingsRequest$: StaticStructureSchema;
|
|
65
78
|
export declare var PutAppInstanceUserExpirationSettingsResponse$: StaticStructureSchema;
|
|
66
79
|
export declare var RegisterAppInstanceUserEndpointRequest$: StaticStructureSchema;
|
|
67
80
|
export declare var RegisterAppInstanceUserEndpointResponse$: StaticStructureSchema;
|
|
68
|
-
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
69
|
-
export declare var ServiceFailureException$: StaticErrorSchema;
|
|
70
|
-
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
71
81
|
export declare var Tag$: StaticStructureSchema;
|
|
72
82
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
73
|
-
export declare var ThrottledClientException$: StaticErrorSchema;
|
|
74
|
-
export declare var UnauthorizedClientException$: StaticErrorSchema;
|
|
75
83
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
76
84
|
export declare var UpdateAppInstanceBotRequest$: StaticStructureSchema;
|
|
77
85
|
export declare var UpdateAppInstanceBotResponse$: StaticStructureSchema;
|
|
@@ -81,7 +89,6 @@ export declare var UpdateAppInstanceUserEndpointRequest$: StaticStructureSchema;
|
|
|
81
89
|
export declare var UpdateAppInstanceUserEndpointResponse$: StaticStructureSchema;
|
|
82
90
|
export declare var UpdateAppInstanceUserRequest$: StaticStructureSchema;
|
|
83
91
|
export declare var UpdateAppInstanceUserResponse$: StaticStructureSchema;
|
|
84
|
-
export declare var ChimeSDKIdentityServiceException$: StaticErrorSchema;
|
|
85
92
|
export declare var CreateAppInstance$: StaticOperationSchema;
|
|
86
93
|
export declare var CreateAppInstanceAdmin$: StaticOperationSchema;
|
|
87
94
|
export declare var CreateAppInstanceBot$: StaticOperationSchema;
|
|
@@ -1,8 +1,20 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var ChimeSDKIdentityServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var ForbiddenException$: StaticErrorSchema;
|
|
11
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var ServiceFailureException$: StaticErrorSchema;
|
|
14
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
15
|
+
export declare var ThrottledClientException$: StaticErrorSchema;
|
|
16
|
+
export declare var UnauthorizedClientException$: StaticErrorSchema;
|
|
17
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
18
|
export declare var AppInstance$: StaticStructureSchema;
|
|
7
19
|
export declare var AppInstanceAdmin$: StaticStructureSchema;
|
|
8
20
|
export declare var AppInstanceAdminSummary$: StaticStructureSchema;
|
|
@@ -14,10 +26,8 @@ export declare var AppInstanceUser$: StaticStructureSchema;
|
|
|
14
26
|
export declare var AppInstanceUserEndpoint$: StaticStructureSchema;
|
|
15
27
|
export declare var AppInstanceUserEndpointSummary$: StaticStructureSchema;
|
|
16
28
|
export declare var AppInstanceUserSummary$: StaticStructureSchema;
|
|
17
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
18
29
|
export declare var ChannelRetentionSettings$: StaticStructureSchema;
|
|
19
30
|
export declare var Configuration$: StaticStructureSchema;
|
|
20
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
21
31
|
export declare var CreateAppInstanceAdminRequest$: StaticStructureSchema;
|
|
22
32
|
export declare var CreateAppInstanceAdminResponse$: StaticStructureSchema;
|
|
23
33
|
export declare var CreateAppInstanceBotRequest$: StaticStructureSchema;
|
|
@@ -44,7 +54,6 @@ export declare var DescribeAppInstanceUserResponse$: StaticStructureSchema;
|
|
|
44
54
|
export declare var EndpointAttributes$: StaticStructureSchema;
|
|
45
55
|
export declare var EndpointState$: StaticStructureSchema;
|
|
46
56
|
export declare var ExpirationSettings$: StaticStructureSchema;
|
|
47
|
-
export declare var ForbiddenException$: StaticErrorSchema;
|
|
48
57
|
export declare var GetAppInstanceRetentionSettingsRequest$: StaticStructureSchema;
|
|
49
58
|
export declare var GetAppInstanceRetentionSettingsResponse$: StaticStructureSchema;
|
|
50
59
|
export declare var Identity$: StaticStructureSchema;
|
|
@@ -62,20 +71,14 @@ export declare var ListAppInstanceUsersRequest$: StaticStructureSchema;
|
|
|
62
71
|
export declare var ListAppInstanceUsersResponse$: StaticStructureSchema;
|
|
63
72
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
64
73
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
65
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
66
74
|
export declare var PutAppInstanceRetentionSettingsRequest$: StaticStructureSchema;
|
|
67
75
|
export declare var PutAppInstanceRetentionSettingsResponse$: StaticStructureSchema;
|
|
68
76
|
export declare var PutAppInstanceUserExpirationSettingsRequest$: StaticStructureSchema;
|
|
69
77
|
export declare var PutAppInstanceUserExpirationSettingsResponse$: StaticStructureSchema;
|
|
70
78
|
export declare var RegisterAppInstanceUserEndpointRequest$: StaticStructureSchema;
|
|
71
79
|
export declare var RegisterAppInstanceUserEndpointResponse$: StaticStructureSchema;
|
|
72
|
-
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
73
|
-
export declare var ServiceFailureException$: StaticErrorSchema;
|
|
74
|
-
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
75
80
|
export declare var Tag$: StaticStructureSchema;
|
|
76
81
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
77
|
-
export declare var ThrottledClientException$: StaticErrorSchema;
|
|
78
|
-
export declare var UnauthorizedClientException$: StaticErrorSchema;
|
|
79
82
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
80
83
|
export declare var UpdateAppInstanceBotRequest$: StaticStructureSchema;
|
|
81
84
|
export declare var UpdateAppInstanceBotResponse$: StaticStructureSchema;
|
|
@@ -85,7 +88,6 @@ export declare var UpdateAppInstanceUserEndpointRequest$: StaticStructureSchema;
|
|
|
85
88
|
export declare var UpdateAppInstanceUserEndpointResponse$: StaticStructureSchema;
|
|
86
89
|
export declare var UpdateAppInstanceUserRequest$: StaticStructureSchema;
|
|
87
90
|
export declare var UpdateAppInstanceUserResponse$: StaticStructureSchema;
|
|
88
|
-
export declare var ChimeSDKIdentityServiceException$: StaticErrorSchema;
|
|
89
91
|
export declare var CreateAppInstance$: StaticOperationSchema;
|
|
90
92
|
export declare var CreateAppInstanceAdmin$: StaticOperationSchema;
|
|
91
93
|
export declare var CreateAppInstanceBot$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-identity",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Identity Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-chime-sdk-identity",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|