@aws-sdk/client-chime 3.987.0 → 3.989.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 +81 -1919
- package/dist-cjs/models/ChimeServiceException.js +12 -0
- package/dist-cjs/models/errors.js +191 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1461 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +79 -73
- package/dist-types/schemas/schemas_0.d.ts +18 -11
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -11
- 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 { defaultChimeHttpAuthSchemeProvider } 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: "2018-05-01",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.chime",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2018-05-01",
|
|
30
32
|
serviceTarget: "UCBuzzConsoleService",
|
|
31
33
|
},
|
|
@@ -373,10 +373,10 @@ const _n = "name";
|
|
|
373
373
|
const _nt = "next-token";
|
|
374
374
|
const _pnt = "phone-number-type";
|
|
375
375
|
const _pt = "product-type";
|
|
376
|
-
const _s = "
|
|
376
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.chime";
|
|
377
377
|
const _se = "server";
|
|
378
|
-
const
|
|
379
|
-
const
|
|
378
|
+
const _st = "status";
|
|
379
|
+
const _sta = "state";
|
|
380
380
|
const _tfp = "toll-free-prefix";
|
|
381
381
|
const _ue = "user-email";
|
|
382
382
|
const _ut = "user-type";
|
|
@@ -384,18 +384,86 @@ const n0 = "com.amazonaws.chime";
|
|
|
384
384
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
385
385
|
import { ChimeServiceException } from "../models/ChimeServiceException";
|
|
386
386
|
import { AccessDeniedException, BadRequestException, ConflictException, ForbiddenException, NotFoundException, ResourceLimitExceededException, ServiceFailureException, ServiceUnavailableException, ThrottledClientException, UnauthorizedClientException, UnprocessableEntityException, } from "../models/errors";
|
|
387
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
388
|
+
export var ChimeServiceException$ = [-3, _s, "ChimeServiceException", 0, [], []];
|
|
389
|
+
_s_registry.registerError(ChimeServiceException$, ChimeServiceException);
|
|
390
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
391
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
392
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
393
|
+
[_C, _M],
|
|
394
|
+
[0, 0]
|
|
395
|
+
];
|
|
396
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
397
|
+
export var BadRequestException$ = [-3, n0, _BRE,
|
|
398
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
399
|
+
[_C, _M],
|
|
400
|
+
[0, 0]
|
|
401
|
+
];
|
|
402
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
403
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
404
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
405
|
+
[_C, _M],
|
|
406
|
+
[0, 0]
|
|
407
|
+
];
|
|
408
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
409
|
+
export var ForbiddenException$ = [-3, n0, _FE,
|
|
410
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
411
|
+
[_C, _M],
|
|
412
|
+
[0, 0]
|
|
413
|
+
];
|
|
414
|
+
n0_registry.registerError(ForbiddenException$, ForbiddenException);
|
|
415
|
+
export var NotFoundException$ = [-3, n0, _NFE,
|
|
416
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
417
|
+
[_C, _M],
|
|
418
|
+
[0, 0]
|
|
419
|
+
];
|
|
420
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
421
|
+
export var ResourceLimitExceededException$ = [-3, n0, _RLEE,
|
|
422
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
423
|
+
[_C, _M],
|
|
424
|
+
[0, 0]
|
|
425
|
+
];
|
|
426
|
+
n0_registry.registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
|
|
427
|
+
export var ServiceFailureException$ = [-3, n0, _SFE,
|
|
428
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
429
|
+
[_C, _M],
|
|
430
|
+
[0, 0]
|
|
431
|
+
];
|
|
432
|
+
n0_registry.registerError(ServiceFailureException$, ServiceFailureException);
|
|
433
|
+
export var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
434
|
+
{ [_e]: _se, [_hE]: 503 },
|
|
435
|
+
[_C, _M],
|
|
436
|
+
[0, 0]
|
|
437
|
+
];
|
|
438
|
+
n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
439
|
+
export var ThrottledClientException$ = [-3, n0, _TCE,
|
|
440
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
441
|
+
[_C, _M],
|
|
442
|
+
[0, 0]
|
|
443
|
+
];
|
|
444
|
+
n0_registry.registerError(ThrottledClientException$, ThrottledClientException);
|
|
445
|
+
export var UnauthorizedClientException$ = [-3, n0, _UCE,
|
|
446
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
447
|
+
[_C, _M],
|
|
448
|
+
[0, 0]
|
|
449
|
+
];
|
|
450
|
+
n0_registry.registerError(UnauthorizedClientException$, UnauthorizedClientException);
|
|
451
|
+
export var UnprocessableEntityException$ = [-3, n0, _UEE,
|
|
452
|
+
{ [_e]: _c, [_hE]: 422 },
|
|
453
|
+
[_C, _M],
|
|
454
|
+
[0, 0]
|
|
455
|
+
];
|
|
456
|
+
n0_registry.registerError(UnprocessableEntityException$, UnprocessableEntityException);
|
|
457
|
+
export const errorTypeRegistries = [
|
|
458
|
+
_s_registry,
|
|
459
|
+
n0_registry,
|
|
460
|
+
];
|
|
387
461
|
var CallingName = [0, n0, _CN, 8, 0];
|
|
388
462
|
var ClientRequestToken = [0, n0, _CRT, 8, 0];
|
|
389
463
|
var E164PhoneNumber = [0, n0, _EPN, 8, 0];
|
|
390
464
|
var EmailAddress = [0, n0, _EA, 8, 0];
|
|
391
465
|
var JoinTokenString = [0, n0, _JTS, 8, 0];
|
|
392
466
|
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
393
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
394
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
395
|
-
[_C, _M],
|
|
396
|
-
[0, 0]
|
|
397
|
-
];
|
|
398
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
399
467
|
export var Account$ = [3, n0, _A,
|
|
400
468
|
0,
|
|
401
469
|
[_AAI, _AI, _N, _AT, _CT, _DL, _SL, _AS, _SDG],
|
|
@@ -431,12 +499,6 @@ export var AssociateSigninDelegateGroupsWithAccountResponse$ = [3, n0, _ASDGWARs
|
|
|
431
499
|
[],
|
|
432
500
|
[]
|
|
433
501
|
];
|
|
434
|
-
export var BadRequestException$ = [-3, n0, _BRE,
|
|
435
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
436
|
-
[_C, _M],
|
|
437
|
-
[0, 0]
|
|
438
|
-
];
|
|
439
|
-
TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
440
502
|
export var BatchCreateRoomMembershipRequest$ = [3, n0, _BCRMR,
|
|
441
503
|
0,
|
|
442
504
|
[_AI, _RI, _MIL],
|
|
@@ -507,12 +569,6 @@ export var BusinessCallingSettings$ = [3, n0, _BCS,
|
|
|
507
569
|
[_CB],
|
|
508
570
|
[0]
|
|
509
571
|
];
|
|
510
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
511
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
512
|
-
[_C, _M],
|
|
513
|
-
[0, 0]
|
|
514
|
-
];
|
|
515
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
516
572
|
export var ConversationRetentionSettings$ = [3, n0, _CRS,
|
|
517
573
|
0,
|
|
518
574
|
[_RD],
|
|
@@ -643,12 +699,6 @@ export var EventsConfiguration$ = [3, n0, _EC,
|
|
|
643
699
|
[_BI, _OEHTTPSE, _LFA],
|
|
644
700
|
[0, [() => SensitiveString, 0], [() => SensitiveString, 0]]
|
|
645
701
|
];
|
|
646
|
-
export var ForbiddenException$ = [-3, n0, _FE,
|
|
647
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
648
|
-
[_C, _M],
|
|
649
|
-
[0, 0]
|
|
650
|
-
];
|
|
651
|
-
TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
|
|
652
702
|
export var GetAccountRequest$ = [3, n0, _GAR,
|
|
653
703
|
0,
|
|
654
704
|
[_AI],
|
|
@@ -807,7 +857,7 @@ export var ListPhoneNumberOrdersResponse$ = [3, n0, _LPNORi,
|
|
|
807
857
|
export var ListPhoneNumbersRequest$ = [3, n0, _LPNR,
|
|
808
858
|
0,
|
|
809
859
|
[_S, _PT, _FN, _FV, _MR, _NT],
|
|
810
|
-
[[0, { [_hQ]:
|
|
860
|
+
[[0, { [_hQ]: _st }], [0, { [_hQ]: _pt }], [0, { [_hQ]: _fn }], [0, { [_hQ]: _fv }], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]]
|
|
811
861
|
];
|
|
812
862
|
export var ListPhoneNumbersResponse$ = [3, n0, _LPNRi,
|
|
813
863
|
0,
|
|
@@ -879,12 +929,6 @@ export var MembershipItem$ = [3, n0, _MIem,
|
|
|
879
929
|
[_MIe, _R],
|
|
880
930
|
[0, 0]
|
|
881
931
|
];
|
|
882
|
-
export var NotFoundException$ = [-3, n0, _NFE,
|
|
883
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
884
|
-
[_C, _M],
|
|
885
|
-
[0, 0]
|
|
886
|
-
];
|
|
887
|
-
TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
888
932
|
export var OrderedPhoneNumber$ = [3, n0, _OPN,
|
|
889
933
|
0,
|
|
890
934
|
[_EPN, _S],
|
|
@@ -980,12 +1024,6 @@ export var ResetPersonalPINResponse$ = [3, n0, _RPPINRe,
|
|
|
980
1024
|
[_Us],
|
|
981
1025
|
[[() => User$, 0]]
|
|
982
1026
|
];
|
|
983
|
-
export var ResourceLimitExceededException$ = [-3, n0, _RLEE,
|
|
984
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
985
|
-
[_C, _M],
|
|
986
|
-
[0, 0]
|
|
987
|
-
];
|
|
988
|
-
TypeRegistry.for(n0).registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
|
|
989
1027
|
export var RestorePhoneNumberRequest$ = [3, n0, _RPNR,
|
|
990
1028
|
0,
|
|
991
1029
|
[_PNIh],
|
|
@@ -1019,25 +1057,13 @@ export var RoomRetentionSettings$ = [3, n0, _RRS,
|
|
|
1019
1057
|
export var SearchAvailablePhoneNumbersRequest$ = [3, n0, _SAPNR,
|
|
1020
1058
|
0,
|
|
1021
1059
|
[_AC, _Ci, _Co, _St, _TFP, _PNT, _MR, _NT],
|
|
1022
|
-
[[0, { [_hQ]: _ac }], [0, { [_hQ]: _ci }], [0, { [_hQ]: _co }], [0, { [_hQ]:
|
|
1060
|
+
[[0, { [_hQ]: _ac }], [0, { [_hQ]: _ci }], [0, { [_hQ]: _co }], [0, { [_hQ]: _sta }], [0, { [_hQ]: _tfp }], [0, { [_hQ]: _pnt }], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]]
|
|
1023
1061
|
];
|
|
1024
1062
|
export var SearchAvailablePhoneNumbersResponse$ = [3, n0, _SAPNRe,
|
|
1025
1063
|
0,
|
|
1026
1064
|
[_EPNh, _NT],
|
|
1027
1065
|
[[() => E164PhoneNumberList, 0], 0]
|
|
1028
1066
|
];
|
|
1029
|
-
export var ServiceFailureException$ = [-3, n0, _SFE,
|
|
1030
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
1031
|
-
[_C, _M],
|
|
1032
|
-
[0, 0]
|
|
1033
|
-
];
|
|
1034
|
-
TypeRegistry.for(n0).registerError(ServiceFailureException$, ServiceFailureException);
|
|
1035
|
-
export var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
1036
|
-
{ [_e]: _se, [_hE]: 503 },
|
|
1037
|
-
[_C, _M],
|
|
1038
|
-
[0, 0]
|
|
1039
|
-
];
|
|
1040
|
-
TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
1041
1067
|
export var SigninDelegateGroup$ = [3, n0, _SDGi,
|
|
1042
1068
|
0,
|
|
1043
1069
|
[_GNr],
|
|
@@ -1048,24 +1074,6 @@ export var TelephonySettings$ = [3, n0, _TS,
|
|
|
1048
1074
|
[_ICn, _OCu, _SMS],
|
|
1049
1075
|
[2, 2, 2], 3
|
|
1050
1076
|
];
|
|
1051
|
-
export var ThrottledClientException$ = [-3, n0, _TCE,
|
|
1052
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1053
|
-
[_C, _M],
|
|
1054
|
-
[0, 0]
|
|
1055
|
-
];
|
|
1056
|
-
TypeRegistry.for(n0).registerError(ThrottledClientException$, ThrottledClientException);
|
|
1057
|
-
export var UnauthorizedClientException$ = [-3, n0, _UCE,
|
|
1058
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
1059
|
-
[_C, _M],
|
|
1060
|
-
[0, 0]
|
|
1061
|
-
];
|
|
1062
|
-
TypeRegistry.for(n0).registerError(UnauthorizedClientException$, UnauthorizedClientException);
|
|
1063
|
-
export var UnprocessableEntityException$ = [-3, n0, _UEE,
|
|
1064
|
-
{ [_e]: _c, [_hE]: 422 },
|
|
1065
|
-
[_C, _M],
|
|
1066
|
-
[0, 0]
|
|
1067
|
-
];
|
|
1068
|
-
TypeRegistry.for(n0).registerError(UnprocessableEntityException$, UnprocessableEntityException);
|
|
1069
1077
|
export var UpdateAccountRequest$ = [3, n0, _UAR,
|
|
1070
1078
|
0,
|
|
1071
1079
|
[_AI, _N, _DL],
|
|
@@ -1182,8 +1190,6 @@ export var VoiceConnectorSettings$ = [3, n0, _VCS,
|
|
|
1182
1190
|
[0]
|
|
1183
1191
|
];
|
|
1184
1192
|
var __Unit = "unit";
|
|
1185
|
-
export var ChimeServiceException$ = [-3, _sm, "ChimeServiceException", 0, [], []];
|
|
1186
|
-
TypeRegistry.for(_sm).registerError(ChimeServiceException$, ChimeServiceException);
|
|
1187
1193
|
var AccountList = [1, n0, _AL,
|
|
1188
1194
|
0, () => Account$
|
|
1189
1195
|
];
|
|
@@ -1,5 +1,23 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var ChimeServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
6
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
7
|
+
export declare var ForbiddenException$: StaticErrorSchema;
|
|
8
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
9
|
+
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
10
|
+
export declare var ServiceFailureException$: StaticErrorSchema;
|
|
11
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
12
|
+
export declare var ThrottledClientException$: StaticErrorSchema;
|
|
13
|
+
export declare var UnauthorizedClientException$: StaticErrorSchema;
|
|
14
|
+
export declare var UnprocessableEntityException$: StaticErrorSchema;
|
|
15
|
+
/**
|
|
16
|
+
* TypeRegistry instances containing modeled errors.
|
|
17
|
+
* @internal
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
21
|
export declare var Account$: StaticStructureSchema;
|
|
4
22
|
export declare var AccountSettings$: StaticStructureSchema;
|
|
5
23
|
export declare var AlexaForBusinessMetadata$: StaticStructureSchema;
|
|
@@ -7,7 +25,6 @@ export declare var AssociatePhoneNumberWithUserRequest$: StaticStructureSchema;
|
|
|
7
25
|
export declare var AssociatePhoneNumberWithUserResponse$: StaticStructureSchema;
|
|
8
26
|
export declare var AssociateSigninDelegateGroupsWithAccountRequest$: StaticStructureSchema;
|
|
9
27
|
export declare var AssociateSigninDelegateGroupsWithAccountResponse$: StaticStructureSchema;
|
|
10
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
11
28
|
export declare var BatchCreateRoomMembershipRequest$: StaticStructureSchema;
|
|
12
29
|
export declare var BatchCreateRoomMembershipResponse$: StaticStructureSchema;
|
|
13
30
|
export declare var BatchDeletePhoneNumberRequest$: StaticStructureSchema;
|
|
@@ -22,7 +39,6 @@ export declare var BatchUpdateUserRequest$: StaticStructureSchema;
|
|
|
22
39
|
export declare var BatchUpdateUserResponse$: StaticStructureSchema;
|
|
23
40
|
export declare var Bot$: StaticStructureSchema;
|
|
24
41
|
export declare var BusinessCallingSettings$: StaticStructureSchema;
|
|
25
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
26
42
|
export declare var ConversationRetentionSettings$: StaticStructureSchema;
|
|
27
43
|
export declare var CreateAccountRequest$: StaticStructureSchema;
|
|
28
44
|
export declare var CreateAccountResponse$: StaticStructureSchema;
|
|
@@ -49,7 +65,6 @@ export declare var DisassociatePhoneNumberFromUserResponse$: StaticStructureSche
|
|
|
49
65
|
export declare var DisassociateSigninDelegateGroupsFromAccountRequest$: StaticStructureSchema;
|
|
50
66
|
export declare var DisassociateSigninDelegateGroupsFromAccountResponse$: StaticStructureSchema;
|
|
51
67
|
export declare var EventsConfiguration$: StaticStructureSchema;
|
|
52
|
-
export declare var ForbiddenException$: StaticErrorSchema;
|
|
53
68
|
export declare var GetAccountRequest$: StaticStructureSchema;
|
|
54
69
|
export declare var GetAccountResponse$: StaticStructureSchema;
|
|
55
70
|
export declare var GetAccountSettingsRequest$: StaticStructureSchema;
|
|
@@ -96,7 +111,6 @@ export declare var LogoutUserResponse$: StaticStructureSchema;
|
|
|
96
111
|
export declare var Member$: StaticStructureSchema;
|
|
97
112
|
export declare var MemberError$: StaticStructureSchema;
|
|
98
113
|
export declare var MembershipItem$: StaticStructureSchema;
|
|
99
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
100
114
|
export declare var OrderedPhoneNumber$: StaticStructureSchema;
|
|
101
115
|
export declare var PhoneNumber$: StaticStructureSchema;
|
|
102
116
|
export declare var PhoneNumberAssociation$: StaticStructureSchema;
|
|
@@ -116,7 +130,6 @@ export declare var RegenerateSecurityTokenRequest$: StaticStructureSchema;
|
|
|
116
130
|
export declare var RegenerateSecurityTokenResponse$: StaticStructureSchema;
|
|
117
131
|
export declare var ResetPersonalPINRequest$: StaticStructureSchema;
|
|
118
132
|
export declare var ResetPersonalPINResponse$: StaticStructureSchema;
|
|
119
|
-
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
120
133
|
export declare var RestorePhoneNumberRequest$: StaticStructureSchema;
|
|
121
134
|
export declare var RestorePhoneNumberResponse$: StaticStructureSchema;
|
|
122
135
|
export declare var RetentionSettings$: StaticStructureSchema;
|
|
@@ -125,13 +138,8 @@ export declare var RoomMembership$: StaticStructureSchema;
|
|
|
125
138
|
export declare var RoomRetentionSettings$: StaticStructureSchema;
|
|
126
139
|
export declare var SearchAvailablePhoneNumbersRequest$: StaticStructureSchema;
|
|
127
140
|
export declare var SearchAvailablePhoneNumbersResponse$: StaticStructureSchema;
|
|
128
|
-
export declare var ServiceFailureException$: StaticErrorSchema;
|
|
129
|
-
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
130
141
|
export declare var SigninDelegateGroup$: StaticStructureSchema;
|
|
131
142
|
export declare var TelephonySettings$: StaticStructureSchema;
|
|
132
|
-
export declare var ThrottledClientException$: StaticErrorSchema;
|
|
133
|
-
export declare var UnauthorizedClientException$: StaticErrorSchema;
|
|
134
|
-
export declare var UnprocessableEntityException$: StaticErrorSchema;
|
|
135
143
|
export declare var UpdateAccountRequest$: StaticStructureSchema;
|
|
136
144
|
export declare var UpdateAccountResponse$: StaticStructureSchema;
|
|
137
145
|
export declare var UpdateAccountSettingsRequest$: StaticStructureSchema;
|
|
@@ -155,7 +163,6 @@ export declare var User$: StaticStructureSchema;
|
|
|
155
163
|
export declare var UserError$: StaticStructureSchema;
|
|
156
164
|
export declare var UserSettings$: StaticStructureSchema;
|
|
157
165
|
export declare var VoiceConnectorSettings$: StaticStructureSchema;
|
|
158
|
-
export declare var ChimeServiceException$: StaticErrorSchema;
|
|
159
166
|
export declare var AssociatePhoneNumberWithUser$: StaticOperationSchema;
|
|
160
167
|
export declare var AssociateSigninDelegateGroupsWithAccount$: StaticOperationSchema;
|
|
161
168
|
export declare var BatchCreateRoomMembership$: StaticOperationSchema;
|
|
@@ -1,9 +1,22 @@
|
|
|
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 ChimeServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var ForbiddenException$: StaticErrorSchema;
|
|
12
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var ServiceFailureException$: StaticErrorSchema;
|
|
15
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
16
|
+
export declare var ThrottledClientException$: StaticErrorSchema;
|
|
17
|
+
export declare var UnauthorizedClientException$: StaticErrorSchema;
|
|
18
|
+
export declare var UnprocessableEntityException$: StaticErrorSchema;
|
|
19
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
20
|
export declare var Account$: StaticStructureSchema;
|
|
8
21
|
export declare var AccountSettings$: StaticStructureSchema;
|
|
9
22
|
export declare var AlexaForBusinessMetadata$: StaticStructureSchema;
|
|
@@ -11,7 +24,6 @@ export declare var AssociatePhoneNumberWithUserRequest$: StaticStructureSchema;
|
|
|
11
24
|
export declare var AssociatePhoneNumberWithUserResponse$: StaticStructureSchema;
|
|
12
25
|
export declare var AssociateSigninDelegateGroupsWithAccountRequest$: StaticStructureSchema;
|
|
13
26
|
export declare var AssociateSigninDelegateGroupsWithAccountResponse$: StaticStructureSchema;
|
|
14
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
15
27
|
export declare var BatchCreateRoomMembershipRequest$: StaticStructureSchema;
|
|
16
28
|
export declare var BatchCreateRoomMembershipResponse$: StaticStructureSchema;
|
|
17
29
|
export declare var BatchDeletePhoneNumberRequest$: StaticStructureSchema;
|
|
@@ -26,7 +38,6 @@ export declare var BatchUpdateUserRequest$: StaticStructureSchema;
|
|
|
26
38
|
export declare var BatchUpdateUserResponse$: StaticStructureSchema;
|
|
27
39
|
export declare var Bot$: StaticStructureSchema;
|
|
28
40
|
export declare var BusinessCallingSettings$: StaticStructureSchema;
|
|
29
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
30
41
|
export declare var ConversationRetentionSettings$: StaticStructureSchema;
|
|
31
42
|
export declare var CreateAccountRequest$: StaticStructureSchema;
|
|
32
43
|
export declare var CreateAccountResponse$: StaticStructureSchema;
|
|
@@ -53,7 +64,6 @@ export declare var DisassociatePhoneNumberFromUserResponse$: StaticStructureSche
|
|
|
53
64
|
export declare var DisassociateSigninDelegateGroupsFromAccountRequest$: StaticStructureSchema;
|
|
54
65
|
export declare var DisassociateSigninDelegateGroupsFromAccountResponse$: StaticStructureSchema;
|
|
55
66
|
export declare var EventsConfiguration$: StaticStructureSchema;
|
|
56
|
-
export declare var ForbiddenException$: StaticErrorSchema;
|
|
57
67
|
export declare var GetAccountRequest$: StaticStructureSchema;
|
|
58
68
|
export declare var GetAccountResponse$: StaticStructureSchema;
|
|
59
69
|
export declare var GetAccountSettingsRequest$: StaticStructureSchema;
|
|
@@ -100,7 +110,6 @@ export declare var LogoutUserResponse$: StaticStructureSchema;
|
|
|
100
110
|
export declare var Member$: StaticStructureSchema;
|
|
101
111
|
export declare var MemberError$: StaticStructureSchema;
|
|
102
112
|
export declare var MembershipItem$: StaticStructureSchema;
|
|
103
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
104
113
|
export declare var OrderedPhoneNumber$: StaticStructureSchema;
|
|
105
114
|
export declare var PhoneNumber$: StaticStructureSchema;
|
|
106
115
|
export declare var PhoneNumberAssociation$: StaticStructureSchema;
|
|
@@ -120,7 +129,6 @@ export declare var RegenerateSecurityTokenRequest$: StaticStructureSchema;
|
|
|
120
129
|
export declare var RegenerateSecurityTokenResponse$: StaticStructureSchema;
|
|
121
130
|
export declare var ResetPersonalPINRequest$: StaticStructureSchema;
|
|
122
131
|
export declare var ResetPersonalPINResponse$: StaticStructureSchema;
|
|
123
|
-
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
124
132
|
export declare var RestorePhoneNumberRequest$: StaticStructureSchema;
|
|
125
133
|
export declare var RestorePhoneNumberResponse$: StaticStructureSchema;
|
|
126
134
|
export declare var RetentionSettings$: StaticStructureSchema;
|
|
@@ -129,13 +137,8 @@ export declare var RoomMembership$: StaticStructureSchema;
|
|
|
129
137
|
export declare var RoomRetentionSettings$: StaticStructureSchema;
|
|
130
138
|
export declare var SearchAvailablePhoneNumbersRequest$: StaticStructureSchema;
|
|
131
139
|
export declare var SearchAvailablePhoneNumbersResponse$: StaticStructureSchema;
|
|
132
|
-
export declare var ServiceFailureException$: StaticErrorSchema;
|
|
133
|
-
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
134
140
|
export declare var SigninDelegateGroup$: StaticStructureSchema;
|
|
135
141
|
export declare var TelephonySettings$: StaticStructureSchema;
|
|
136
|
-
export declare var ThrottledClientException$: StaticErrorSchema;
|
|
137
|
-
export declare var UnauthorizedClientException$: StaticErrorSchema;
|
|
138
|
-
export declare var UnprocessableEntityException$: StaticErrorSchema;
|
|
139
142
|
export declare var UpdateAccountRequest$: StaticStructureSchema;
|
|
140
143
|
export declare var UpdateAccountResponse$: StaticStructureSchema;
|
|
141
144
|
export declare var UpdateAccountSettingsRequest$: StaticStructureSchema;
|
|
@@ -159,7 +162,6 @@ export declare var User$: StaticStructureSchema;
|
|
|
159
162
|
export declare var UserError$: StaticStructureSchema;
|
|
160
163
|
export declare var UserSettings$: StaticStructureSchema;
|
|
161
164
|
export declare var VoiceConnectorSettings$: StaticStructureSchema;
|
|
162
|
-
export declare var ChimeServiceException$: StaticErrorSchema;
|
|
163
165
|
export declare var AssociatePhoneNumberWithUser$: StaticOperationSchema;
|
|
164
166
|
export declare var AssociateSigninDelegateGroupsWithAccount$: StaticOperationSchema;
|
|
165
167
|
export declare var BatchCreateRoomMembership$: StaticOperationSchema;
|
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.989.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",
|
|
@@ -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.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
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.9",
|
|
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.989.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.7",
|
|
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",
|