@aws-sdk/client-wickr 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 +61 -1483
- package/dist-cjs/models/WickrServiceException.js +12 -0
- package/dist-cjs/models/errors.js +97 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1197 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +72 -66
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- 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 { defaultWickrHttpAuthSchemeProvider } 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: "2024-02-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.wickr",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2024-02-01",
|
|
30
32
|
serviceTarget: "WickrAdminApi",
|
|
31
33
|
},
|
|
@@ -323,18 +323,18 @@ const _pWAN = "permittedWickrAwsNetworks";
|
|
|
323
323
|
const _pWEN = "permittedWickrEnterpriseNetworks";
|
|
324
324
|
const _pe = "pending";
|
|
325
325
|
const _qR = "quickResponses";
|
|
326
|
-
const _r = "
|
|
326
|
+
const _r = "reasons";
|
|
327
327
|
const _rE = "revocationEndpoint";
|
|
328
328
|
const _rRC = "readReceiptConfig";
|
|
329
329
|
const _rT = "refreshToken";
|
|
330
330
|
const _rTS = "responseTypesSupported";
|
|
331
331
|
const _rU = "redirectUri";
|
|
332
332
|
const _rUe = "redirectUrl";
|
|
333
|
-
const _re = "
|
|
334
|
-
const _rea = "reasons";
|
|
333
|
+
const _re = "reason";
|
|
335
334
|
const _reg = "region";
|
|
335
|
+
const _rej = "rejected";
|
|
336
336
|
const _rem = "remaining";
|
|
337
|
-
const _s = "
|
|
337
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.wickr";
|
|
338
338
|
const _sD = "sortDirection";
|
|
339
339
|
const _sF = "sortFields";
|
|
340
340
|
const _sG = "securityGroup";
|
|
@@ -349,14 +349,14 @@ const _sT = "statusText";
|
|
|
349
349
|
const _sTBM = "ssoTokenBufferMinutes";
|
|
350
350
|
const _sTt = "startTime";
|
|
351
351
|
const _sc = "scopes";
|
|
352
|
-
const _se = "
|
|
352
|
+
const _se = "server";
|
|
353
353
|
const _sec = "secret";
|
|
354
|
-
const
|
|
354
|
+
const _set = "settings";
|
|
355
355
|
const _sh = "shredder";
|
|
356
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.wickr";
|
|
357
356
|
const _st = "status";
|
|
358
357
|
const _sta = "standing";
|
|
359
|
-
const _su = "
|
|
358
|
+
const _su = "suspend";
|
|
359
|
+
const _suc = "successful";
|
|
360
360
|
const _sus = "suspended";
|
|
361
361
|
const _sy = "symbols";
|
|
362
362
|
const _t = "type";
|
|
@@ -381,16 +381,60 @@ const n0 = "com.amazonaws.wickr";
|
|
|
381
381
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
382
382
|
import { BadRequestError, ForbiddenError, InternalServerError, RateLimitError, ResourceNotFoundError, UnauthorizedError, ValidationError, } from "../models/errors";
|
|
383
383
|
import { WickrServiceException } from "../models/WickrServiceException";
|
|
384
|
-
|
|
384
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
385
|
+
export var WickrServiceException$ = [-3, _s, "WickrServiceException", 0, [], []];
|
|
386
|
+
_s_registry.registerError(WickrServiceException$, WickrServiceException);
|
|
387
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
385
388
|
export var BadRequestError$ = [-3, n0, _BRE,
|
|
386
389
|
{ [_e]: _c, [_hE]: 400 },
|
|
387
390
|
[_m],
|
|
388
391
|
[0]
|
|
389
392
|
];
|
|
390
|
-
|
|
393
|
+
n0_registry.registerError(BadRequestError$, BadRequestError);
|
|
394
|
+
export var ForbiddenError$ = [-3, n0, _FE,
|
|
395
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
396
|
+
[_m],
|
|
397
|
+
[0]
|
|
398
|
+
];
|
|
399
|
+
n0_registry.registerError(ForbiddenError$, ForbiddenError);
|
|
400
|
+
export var InternalServerError$ = [-3, n0, _ISE,
|
|
401
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
402
|
+
[_m],
|
|
403
|
+
[0], 1
|
|
404
|
+
];
|
|
405
|
+
n0_registry.registerError(InternalServerError$, InternalServerError);
|
|
406
|
+
export var RateLimitError$ = [-3, n0, _RLE,
|
|
407
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
408
|
+
[_m],
|
|
409
|
+
[0]
|
|
410
|
+
];
|
|
411
|
+
n0_registry.registerError(RateLimitError$, RateLimitError);
|
|
412
|
+
export var ResourceNotFoundError$ = [-3, n0, _RNFE,
|
|
413
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
414
|
+
[_m],
|
|
415
|
+
[0]
|
|
416
|
+
];
|
|
417
|
+
n0_registry.registerError(ResourceNotFoundError$, ResourceNotFoundError);
|
|
418
|
+
export var UnauthorizedError$ = [-3, n0, _UE,
|
|
419
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
420
|
+
[_m],
|
|
421
|
+
[0]
|
|
422
|
+
];
|
|
423
|
+
n0_registry.registerError(UnauthorizedError$, UnauthorizedError);
|
|
424
|
+
export var ValidationError$ = [-3, n0, _VE,
|
|
425
|
+
{ [_e]: _c, [_hE]: 422 },
|
|
426
|
+
[_r],
|
|
427
|
+
[() => ErrorDetailList]
|
|
428
|
+
];
|
|
429
|
+
n0_registry.registerError(ValidationError$, ValidationError);
|
|
430
|
+
export const errorTypeRegistries = [
|
|
431
|
+
_s_registry,
|
|
432
|
+
n0_registry,
|
|
433
|
+
];
|
|
434
|
+
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
391
435
|
export var BasicDeviceObject$ = [3, n0, _BDO,
|
|
392
436
|
0,
|
|
393
|
-
[_aI, _cr, _lL, _sT,
|
|
437
|
+
[_aI, _cr, _lL, _sT, _su, _t],
|
|
394
438
|
[0, 0, 0, 0, 2, 0]
|
|
395
439
|
];
|
|
396
440
|
export var BatchCreateUserRequest$ = [3, n0, _BCUR,
|
|
@@ -405,7 +449,7 @@ export var BatchCreateUserRequestItem$ = [3, n0, _BCURI,
|
|
|
405
449
|
];
|
|
406
450
|
export var BatchCreateUserResponse$ = [3, n0, _BCURa,
|
|
407
451
|
0,
|
|
408
|
-
[_m,
|
|
452
|
+
[_m, _suc, _f],
|
|
409
453
|
[0, [() => Users, 0], () => BatchUserErrorResponseItems]
|
|
410
454
|
];
|
|
411
455
|
export var BatchDeleteUserRequest$ = [3, n0, _BDUR,
|
|
@@ -415,12 +459,12 @@ export var BatchDeleteUserRequest$ = [3, n0, _BDUR,
|
|
|
415
459
|
];
|
|
416
460
|
export var BatchDeleteUserResponse$ = [3, n0, _BDURa,
|
|
417
461
|
0,
|
|
418
|
-
[_m,
|
|
462
|
+
[_m, _suc, _f],
|
|
419
463
|
[0, () => BatchUserSuccessResponseItems, () => BatchUserErrorResponseItems]
|
|
420
464
|
];
|
|
421
465
|
export var BatchDeviceErrorResponseItem$ = [3, n0, _BDERI,
|
|
422
466
|
0,
|
|
423
|
-
[_aI, _fi,
|
|
467
|
+
[_aI, _fi, _re],
|
|
424
468
|
[0, 0, 0], 1
|
|
425
469
|
];
|
|
426
470
|
export var BatchDeviceSuccessResponseItem$ = [3, n0, _BDSRI,
|
|
@@ -435,7 +479,7 @@ export var BatchLookupUserUnameRequest$ = [3, n0, _BLUUR,
|
|
|
435
479
|
];
|
|
436
480
|
export var BatchLookupUserUnameResponse$ = [3, n0, _BLUURa,
|
|
437
481
|
0,
|
|
438
|
-
[_m,
|
|
482
|
+
[_m, _suc, _f],
|
|
439
483
|
[0, () => BatchUnameSuccessResponseItems, () => BatchUnameErrorResponseItems]
|
|
440
484
|
];
|
|
441
485
|
export var BatchReinviteUserRequest$ = [3, n0, _BRUR,
|
|
@@ -445,7 +489,7 @@ export var BatchReinviteUserRequest$ = [3, n0, _BRUR,
|
|
|
445
489
|
];
|
|
446
490
|
export var BatchReinviteUserResponse$ = [3, n0, _BRURa,
|
|
447
491
|
0,
|
|
448
|
-
[_m,
|
|
492
|
+
[_m, _suc, _f],
|
|
449
493
|
[0, () => BatchUserSuccessResponseItems, () => BatchUserErrorResponseItems]
|
|
450
494
|
];
|
|
451
495
|
export var BatchResetDevicesForUserRequest$ = [3, n0, _BRDFUR,
|
|
@@ -455,22 +499,22 @@ export var BatchResetDevicesForUserRequest$ = [3, n0, _BRDFUR,
|
|
|
455
499
|
];
|
|
456
500
|
export var BatchResetDevicesForUserResponse$ = [3, n0, _BRDFURa,
|
|
457
501
|
0,
|
|
458
|
-
[_m,
|
|
502
|
+
[_m, _suc, _f],
|
|
459
503
|
[0, () => BatchDeviceSuccessResponseItems, () => BatchDeviceErrorResponseItems]
|
|
460
504
|
];
|
|
461
505
|
export var BatchToggleUserSuspendStatusRequest$ = [3, n0, _BTUSSR,
|
|
462
506
|
0,
|
|
463
|
-
[_nI,
|
|
464
|
-
[[0, 1], [2, { [_hQ]:
|
|
507
|
+
[_nI, _su, _uI, _cT],
|
|
508
|
+
[[0, 1], [2, { [_hQ]: _su }], 64 | 0, [0, { [_hH]: _XCT, [_iT]: 1 }]], 3
|
|
465
509
|
];
|
|
466
510
|
export var BatchToggleUserSuspendStatusResponse$ = [3, n0, _BTUSSRa,
|
|
467
511
|
0,
|
|
468
|
-
[_m,
|
|
512
|
+
[_m, _suc, _f],
|
|
469
513
|
[0, () => BatchUserSuccessResponseItems, () => BatchUserErrorResponseItems]
|
|
470
514
|
];
|
|
471
515
|
export var BatchUnameErrorResponseItem$ = [3, n0, _BUERI,
|
|
472
516
|
0,
|
|
473
|
-
[_una, _fi,
|
|
517
|
+
[_una, _fi, _re],
|
|
474
518
|
[0, 0, 0], 1
|
|
475
519
|
];
|
|
476
520
|
export var BatchUnameSuccessResponseItem$ = [3, n0, _BUSRI,
|
|
@@ -480,7 +524,7 @@ export var BatchUnameSuccessResponseItem$ = [3, n0, _BUSRI,
|
|
|
480
524
|
];
|
|
481
525
|
export var BatchUserErrorResponseItem$ = [3, n0, _BUERIa,
|
|
482
526
|
0,
|
|
483
|
-
[_uIs, _fi,
|
|
527
|
+
[_uIs, _fi, _re],
|
|
484
528
|
[0, 0, 0], 1
|
|
485
529
|
];
|
|
486
530
|
export var BatchUserSuccessResponseItem$ = [3, n0, _BUSRIa,
|
|
@@ -595,15 +639,9 @@ export var DeleteSecurityGroupResponse$ = [3, n0, _DSGRe,
|
|
|
595
639
|
];
|
|
596
640
|
export var ErrorDetail$ = [3, n0, _ED,
|
|
597
641
|
0,
|
|
598
|
-
[_fi,
|
|
642
|
+
[_fi, _re],
|
|
599
643
|
[0, 0]
|
|
600
644
|
];
|
|
601
|
-
export var ForbiddenError$ = [-3, n0, _FE,
|
|
602
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
603
|
-
[_m],
|
|
604
|
-
[0]
|
|
605
|
-
];
|
|
606
|
-
TypeRegistry.for(n0).registerError(ForbiddenError$, ForbiddenError);
|
|
607
645
|
export var GetBotRequest$ = [3, n0, _GBR,
|
|
608
646
|
0,
|
|
609
647
|
[_nI, _bI],
|
|
@@ -661,7 +699,7 @@ export var GetNetworkSettingsRequest$ = [3, n0, _GNSR,
|
|
|
661
699
|
];
|
|
662
700
|
export var GetNetworkSettingsResponse$ = [3, n0, _GNSRe,
|
|
663
701
|
0,
|
|
664
|
-
[
|
|
702
|
+
[_set],
|
|
665
703
|
[() => SettingsList], 1
|
|
666
704
|
];
|
|
667
705
|
export var GetOidcInfoRequest$ = [3, n0, _GOIR,
|
|
@@ -701,7 +739,7 @@ export var GetUsersCountRequest$ = [3, n0, _GUCR,
|
|
|
701
739
|
];
|
|
702
740
|
export var GetUsersCountResponse$ = [3, n0, _GUCRe,
|
|
703
741
|
0,
|
|
704
|
-
[_pe, _ac,
|
|
742
|
+
[_pe, _ac, _rej, _rem, _to],
|
|
705
743
|
[1, 1, 1, 1, 1], 5
|
|
706
744
|
];
|
|
707
745
|
export var GuestUser$ = [3, n0, _GU,
|
|
@@ -714,12 +752,6 @@ export var GuestUserHistoryCount$ = [3, n0, _GUHC,
|
|
|
714
752
|
[_mon, _cou],
|
|
715
753
|
[0, 0], 2
|
|
716
754
|
];
|
|
717
|
-
export var InternalServerError$ = [-3, n0, _ISE,
|
|
718
|
-
{ [_e]: _ser, [_hE]: 500 },
|
|
719
|
-
[_m],
|
|
720
|
-
[0], 1
|
|
721
|
-
];
|
|
722
|
-
TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
|
|
723
755
|
export var ListBlockedGuestUsersRequest$ = [3, n0, _LBGUR,
|
|
724
756
|
0,
|
|
725
757
|
[_nI, _mR, _sD, _sF, _us, _a, _nT],
|
|
@@ -830,12 +862,6 @@ export var PermittedWickrEnterpriseNetwork$ = [3, n0, _PWEN,
|
|
|
830
862
|
[_do, _nI],
|
|
831
863
|
[0, 0], 2
|
|
832
864
|
];
|
|
833
|
-
export var RateLimitError$ = [-3, n0, _RLE,
|
|
834
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
835
|
-
[_m],
|
|
836
|
-
[0]
|
|
837
|
-
];
|
|
838
|
-
TypeRegistry.for(n0).registerError(RateLimitError$, RateLimitError);
|
|
839
865
|
export var ReadReceiptConfig$ = [3, n0, _RRC,
|
|
840
866
|
0,
|
|
841
867
|
[_st],
|
|
@@ -861,12 +887,6 @@ export var RegisterOidcConfigTestResponse$ = [3, n0, _ROCTRe,
|
|
|
861
887
|
[_tE, _uE, _rTS, _sS, _i, _aE, _eSE, _lE, _gTS, _rE, _tEAMS, _mMRT],
|
|
862
888
|
[0, 0, 64 | 0, 64 | 0, 0, 0, 0, 0, 64 | 0, 0, 64 | 0, 2]
|
|
863
889
|
];
|
|
864
|
-
export var ResourceNotFoundError$ = [-3, n0, _RNFE,
|
|
865
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
866
|
-
[_m],
|
|
867
|
-
[0]
|
|
868
|
-
];
|
|
869
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundError$, ResourceNotFoundError);
|
|
870
890
|
export var SecurityGroup$ = [3, n0, _SG,
|
|
871
891
|
0,
|
|
872
892
|
[_aM, _bM, _id, _iD, _n, _mo, _sGS, _aDG],
|
|
@@ -892,15 +912,9 @@ export var ShredderSettings$ = [3, n0, _SSh,
|
|
|
892
912
|
[_cPM, _in],
|
|
893
913
|
[2, 1]
|
|
894
914
|
];
|
|
895
|
-
export var UnauthorizedError$ = [-3, n0, _UE,
|
|
896
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
897
|
-
[_m],
|
|
898
|
-
[0]
|
|
899
|
-
];
|
|
900
|
-
TypeRegistry.for(n0).registerError(UnauthorizedError$, UnauthorizedError);
|
|
901
915
|
export var UpdateBotRequest$ = [3, n0, _UBR,
|
|
902
916
|
0,
|
|
903
|
-
[_nI, _bI, _dN, _gI, _ch,
|
|
917
|
+
[_nI, _bI, _dN, _gI, _ch, _su],
|
|
904
918
|
[[0, 1], [0, 1], 0, 0, [() => SensitiveString, 0], 2], 2
|
|
905
919
|
];
|
|
906
920
|
export var UpdateBotResponse$ = [3, n0, _UBRp,
|
|
@@ -940,12 +954,12 @@ export var UpdateNetworkResponse$ = [3, n0, _UNRp,
|
|
|
940
954
|
];
|
|
941
955
|
export var UpdateNetworkSettingsRequest$ = [3, n0, _UNSR,
|
|
942
956
|
0,
|
|
943
|
-
[_nI,
|
|
957
|
+
[_nI, _set],
|
|
944
958
|
[[0, 1], () => NetworkSettings$], 2
|
|
945
959
|
];
|
|
946
960
|
export var UpdateNetworkSettingsResponse$ = [3, n0, _UNSRp,
|
|
947
961
|
0,
|
|
948
|
-
[
|
|
962
|
+
[_set],
|
|
949
963
|
[() => SettingsList], 1
|
|
950
964
|
];
|
|
951
965
|
export var UpdateSecurityGroupRequest$ = [3, n0, _USGR,
|
|
@@ -978,19 +992,11 @@ export var User$ = [3, n0, _U,
|
|
|
978
992
|
[_uIs, _fN, _lN, _us, _sGe, _iA, _sus, _st, _oE, _sI, _t, _cel, _cCou, _cF, _iIE, _iU, _iC, _cV, _una],
|
|
979
993
|
[0, [() => SensitiveString, 0], [() => SensitiveString, 0], 0, 64 | 0, 2, 2, 1, 2, 0, 0, 0, 0, 1, 2, 2, 0, 2, 0]
|
|
980
994
|
];
|
|
981
|
-
export var ValidationError$ = [-3, n0, _VE,
|
|
982
|
-
{ [_e]: _c, [_hE]: 422 },
|
|
983
|
-
[_rea],
|
|
984
|
-
[() => ErrorDetailList]
|
|
985
|
-
];
|
|
986
|
-
TypeRegistry.for(n0).registerError(ValidationError$, ValidationError);
|
|
987
995
|
export var WickrAwsNetworks$ = [3, n0, _WAN,
|
|
988
996
|
0,
|
|
989
997
|
[_reg, _nI],
|
|
990
998
|
[0, 0], 2
|
|
991
999
|
];
|
|
992
|
-
export var WickrServiceException$ = [-3, _sm, "WickrServiceException", 0, [], []];
|
|
993
|
-
TypeRegistry.for(_sm).registerError(WickrServiceException$, WickrServiceException);
|
|
994
1000
|
var AppIds = 64 | 0;
|
|
995
1001
|
var BatchCreateUserRequestItems = [1, n0, _BCURIa,
|
|
996
1002
|
0, [() => BatchCreateUserRequestItem$,
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var WickrServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var BadRequestError$: StaticErrorSchema;
|
|
5
|
+
export declare var ForbiddenError$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerError$: StaticErrorSchema;
|
|
7
|
+
export declare var RateLimitError$: StaticErrorSchema;
|
|
8
|
+
export declare var ResourceNotFoundError$: StaticErrorSchema;
|
|
9
|
+
export declare var UnauthorizedError$: StaticErrorSchema;
|
|
10
|
+
export declare var ValidationError$: StaticErrorSchema;
|
|
11
|
+
/**
|
|
12
|
+
* TypeRegistry instances containing modeled errors.
|
|
13
|
+
* @internal
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
17
|
export declare var BasicDeviceObject$: StaticStructureSchema;
|
|
4
18
|
export declare var BatchCreateUserRequest$: StaticStructureSchema;
|
|
5
19
|
export declare var BatchCreateUserRequestItem$: StaticStructureSchema;
|
|
@@ -42,7 +56,6 @@ export declare var DeleteNetworkResponse$: StaticStructureSchema;
|
|
|
42
56
|
export declare var DeleteSecurityGroupRequest$: StaticStructureSchema;
|
|
43
57
|
export declare var DeleteSecurityGroupResponse$: StaticStructureSchema;
|
|
44
58
|
export declare var ErrorDetail$: StaticStructureSchema;
|
|
45
|
-
export declare var ForbiddenError$: StaticErrorSchema;
|
|
46
59
|
export declare var GetBotRequest$: StaticStructureSchema;
|
|
47
60
|
export declare var GetBotResponse$: StaticStructureSchema;
|
|
48
61
|
export declare var GetBotsCountRequest$: StaticStructureSchema;
|
|
@@ -65,7 +78,6 @@ export declare var GetUsersCountRequest$: StaticStructureSchema;
|
|
|
65
78
|
export declare var GetUsersCountResponse$: StaticStructureSchema;
|
|
66
79
|
export declare var GuestUser$: StaticStructureSchema;
|
|
67
80
|
export declare var GuestUserHistoryCount$: StaticStructureSchema;
|
|
68
|
-
export declare var InternalServerError$: StaticErrorSchema;
|
|
69
81
|
export declare var ListBlockedGuestUsersRequest$: StaticStructureSchema;
|
|
70
82
|
export declare var ListBlockedGuestUsersResponse$: StaticStructureSchema;
|
|
71
83
|
export declare var ListBotsRequest$: StaticStructureSchema;
|
|
@@ -88,19 +100,16 @@ export declare var OidcConfigInfo$: StaticStructureSchema;
|
|
|
88
100
|
export declare var OidcTokenInfo$: StaticStructureSchema;
|
|
89
101
|
export declare var PasswordRequirements$: StaticStructureSchema;
|
|
90
102
|
export declare var PermittedWickrEnterpriseNetwork$: StaticStructureSchema;
|
|
91
|
-
export declare var RateLimitError$: StaticErrorSchema;
|
|
92
103
|
export declare var ReadReceiptConfig$: StaticStructureSchema;
|
|
93
104
|
export declare var RegisterOidcConfigRequest$: StaticStructureSchema;
|
|
94
105
|
export declare var RegisterOidcConfigResponse$: StaticStructureSchema;
|
|
95
106
|
export declare var RegisterOidcConfigTestRequest$: StaticStructureSchema;
|
|
96
107
|
export declare var RegisterOidcConfigTestResponse$: StaticStructureSchema;
|
|
97
|
-
export declare var ResourceNotFoundError$: StaticErrorSchema;
|
|
98
108
|
export declare var SecurityGroup$: StaticStructureSchema;
|
|
99
109
|
export declare var SecurityGroupSettings$: StaticStructureSchema;
|
|
100
110
|
export declare var SecurityGroupSettingsRequest$: StaticStructureSchema;
|
|
101
111
|
export declare var Setting$: StaticStructureSchema;
|
|
102
112
|
export declare var ShredderSettings$: StaticStructureSchema;
|
|
103
|
-
export declare var UnauthorizedError$: StaticErrorSchema;
|
|
104
113
|
export declare var UpdateBotRequest$: StaticStructureSchema;
|
|
105
114
|
export declare var UpdateBotResponse$: StaticStructureSchema;
|
|
106
115
|
export declare var UpdateDataRetentionRequest$: StaticStructureSchema;
|
|
@@ -117,9 +126,7 @@ export declare var UpdateUserDetails$: StaticStructureSchema;
|
|
|
117
126
|
export declare var UpdateUserRequest$: StaticStructureSchema;
|
|
118
127
|
export declare var UpdateUserResponse$: StaticStructureSchema;
|
|
119
128
|
export declare var User$: StaticStructureSchema;
|
|
120
|
-
export declare var ValidationError$: StaticErrorSchema;
|
|
121
129
|
export declare var WickrAwsNetworks$: StaticStructureSchema;
|
|
122
|
-
export declare var WickrServiceException$: StaticErrorSchema;
|
|
123
130
|
export declare var BatchCreateUser$: StaticOperationSchema;
|
|
124
131
|
export declare var BatchDeleteUser$: StaticOperationSchema;
|
|
125
132
|
export declare var BatchLookupUserUname$: StaticOperationSchema;
|
|
@@ -1,9 +1,18 @@
|
|
|
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 WickrServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var BadRequestError$: StaticErrorSchema;
|
|
9
|
+
export declare var ForbiddenError$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalServerError$: StaticErrorSchema;
|
|
11
|
+
export declare var RateLimitError$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundError$: StaticErrorSchema;
|
|
13
|
+
export declare var UnauthorizedError$: StaticErrorSchema;
|
|
14
|
+
export declare var ValidationError$: StaticErrorSchema;
|
|
15
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
16
|
export declare var BasicDeviceObject$: StaticStructureSchema;
|
|
8
17
|
export declare var BatchCreateUserRequest$: StaticStructureSchema;
|
|
9
18
|
export declare var BatchCreateUserRequestItem$: StaticStructureSchema;
|
|
@@ -46,7 +55,6 @@ export declare var DeleteNetworkResponse$: StaticStructureSchema;
|
|
|
46
55
|
export declare var DeleteSecurityGroupRequest$: StaticStructureSchema;
|
|
47
56
|
export declare var DeleteSecurityGroupResponse$: StaticStructureSchema;
|
|
48
57
|
export declare var ErrorDetail$: StaticStructureSchema;
|
|
49
|
-
export declare var ForbiddenError$: StaticErrorSchema;
|
|
50
58
|
export declare var GetBotRequest$: StaticStructureSchema;
|
|
51
59
|
export declare var GetBotResponse$: StaticStructureSchema;
|
|
52
60
|
export declare var GetBotsCountRequest$: StaticStructureSchema;
|
|
@@ -69,7 +77,6 @@ export declare var GetUsersCountRequest$: StaticStructureSchema;
|
|
|
69
77
|
export declare var GetUsersCountResponse$: StaticStructureSchema;
|
|
70
78
|
export declare var GuestUser$: StaticStructureSchema;
|
|
71
79
|
export declare var GuestUserHistoryCount$: StaticStructureSchema;
|
|
72
|
-
export declare var InternalServerError$: StaticErrorSchema;
|
|
73
80
|
export declare var ListBlockedGuestUsersRequest$: StaticStructureSchema;
|
|
74
81
|
export declare var ListBlockedGuestUsersResponse$: StaticStructureSchema;
|
|
75
82
|
export declare var ListBotsRequest$: StaticStructureSchema;
|
|
@@ -92,19 +99,16 @@ export declare var OidcConfigInfo$: StaticStructureSchema;
|
|
|
92
99
|
export declare var OidcTokenInfo$: StaticStructureSchema;
|
|
93
100
|
export declare var PasswordRequirements$: StaticStructureSchema;
|
|
94
101
|
export declare var PermittedWickrEnterpriseNetwork$: StaticStructureSchema;
|
|
95
|
-
export declare var RateLimitError$: StaticErrorSchema;
|
|
96
102
|
export declare var ReadReceiptConfig$: StaticStructureSchema;
|
|
97
103
|
export declare var RegisterOidcConfigRequest$: StaticStructureSchema;
|
|
98
104
|
export declare var RegisterOidcConfigResponse$: StaticStructureSchema;
|
|
99
105
|
export declare var RegisterOidcConfigTestRequest$: StaticStructureSchema;
|
|
100
106
|
export declare var RegisterOidcConfigTestResponse$: StaticStructureSchema;
|
|
101
|
-
export declare var ResourceNotFoundError$: StaticErrorSchema;
|
|
102
107
|
export declare var SecurityGroup$: StaticStructureSchema;
|
|
103
108
|
export declare var SecurityGroupSettings$: StaticStructureSchema;
|
|
104
109
|
export declare var SecurityGroupSettingsRequest$: StaticStructureSchema;
|
|
105
110
|
export declare var Setting$: StaticStructureSchema;
|
|
106
111
|
export declare var ShredderSettings$: StaticStructureSchema;
|
|
107
|
-
export declare var UnauthorizedError$: StaticErrorSchema;
|
|
108
112
|
export declare var UpdateBotRequest$: StaticStructureSchema;
|
|
109
113
|
export declare var UpdateBotResponse$: StaticStructureSchema;
|
|
110
114
|
export declare var UpdateDataRetentionRequest$: StaticStructureSchema;
|
|
@@ -121,9 +125,7 @@ export declare var UpdateUserDetails$: StaticStructureSchema;
|
|
|
121
125
|
export declare var UpdateUserRequest$: StaticStructureSchema;
|
|
122
126
|
export declare var UpdateUserResponse$: StaticStructureSchema;
|
|
123
127
|
export declare var User$: StaticStructureSchema;
|
|
124
|
-
export declare var ValidationError$: StaticErrorSchema;
|
|
125
128
|
export declare var WickrAwsNetworks$: StaticStructureSchema;
|
|
126
|
-
export declare var WickrServiceException$: StaticErrorSchema;
|
|
127
129
|
export declare var BatchCreateUser$: StaticOperationSchema;
|
|
128
130
|
export declare var BatchDeleteUser$: StaticOperationSchema;
|
|
129
131
|
export declare var BatchLookupUserUname$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-wickr",
|
|
3
3
|
"description": "AWS SDK for JavaScript Wickr 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:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-wickr",
|
|
@@ -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",
|