@aws-sdk/client-drs 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 +69 -1932
- package/dist-cjs/models/DrsServiceException.js +12 -0
- package/dist-cjs/models/errors.js +148 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1556 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +69 -63
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- 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 { defaultDrsHttpAuthSchemeProvider } 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: "2020-02-26",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.drs",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2020-02-26",
|
|
30
32
|
serviceTarget: "ElasticDisasterRecoveryService",
|
|
31
33
|
},
|
|
@@ -383,7 +383,7 @@ const _pR = "participatingResources";
|
|
|
383
383
|
const _pRID = "participatingResourceID";
|
|
384
384
|
const _pS = "participatingServers";
|
|
385
385
|
const _qC = "quotaCode";
|
|
386
|
-
const _r = "
|
|
386
|
+
const _r = "reason";
|
|
387
387
|
const _rA = "resourceArn";
|
|
388
388
|
const _rAS = "retryAfterSeconds";
|
|
389
389
|
const _rB = "ramBytes";
|
|
@@ -411,8 +411,8 @@ const _rSIT = "replicationServerInstanceType";
|
|
|
411
411
|
const _rSSGID = "replicationServersSecurityGroupsIDs";
|
|
412
412
|
const _rT = "resourceType";
|
|
413
413
|
const _rVN = "rootVolumeName";
|
|
414
|
-
const
|
|
415
|
-
const _s = "
|
|
414
|
+
const _ru = "runs";
|
|
415
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.drs";
|
|
416
416
|
const _sA = "stagingArea";
|
|
417
417
|
const _sADD = "ssmAgentDiscoveryDatetime";
|
|
418
418
|
const _sAID = "stagingAccountIDs";
|
|
@@ -447,9 +447,9 @@ const _sSo = "sourceServers";
|
|
|
447
447
|
const _sV = "sourceVpc";
|
|
448
448
|
const _sVID = "sourceVpcID";
|
|
449
449
|
const _se = "server";
|
|
450
|
-
const
|
|
451
|
-
const
|
|
452
|
-
const
|
|
450
|
+
const _st = "steps";
|
|
451
|
+
const _sta = "status";
|
|
452
|
+
const _stat = "state";
|
|
453
453
|
const _t = "tags";
|
|
454
454
|
const _tD = "toDate";
|
|
455
455
|
const _tDT = "toDateTime";
|
|
@@ -475,14 +475,64 @@ const n0 = "com.amazonaws.drs";
|
|
|
475
475
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
476
476
|
import { DrsServiceException } from "../models/DrsServiceException";
|
|
477
477
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, UninitializedAccountException, ValidationException, } from "../models/errors";
|
|
478
|
-
|
|
479
|
-
var
|
|
478
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
479
|
+
export var DrsServiceException$ = [-3, _s, "DrsServiceException", 0, [], []];
|
|
480
|
+
_s_registry.registerError(DrsServiceException$, DrsServiceException);
|
|
481
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
480
482
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
481
483
|
{ [_e]: _c, [_hE]: 403 },
|
|
482
484
|
[_m, _co],
|
|
483
485
|
[0, 0]
|
|
484
486
|
];
|
|
485
|
-
|
|
487
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
488
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
489
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
490
|
+
[_m, _co, _rI, _rT],
|
|
491
|
+
[0, 0, 0, 0]
|
|
492
|
+
];
|
|
493
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
494
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
495
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
496
|
+
[_m, _rAS],
|
|
497
|
+
[0, [1, { [_hH]: _RA }]], 1
|
|
498
|
+
];
|
|
499
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
500
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
501
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
502
|
+
[_m, _co, _rI, _rT],
|
|
503
|
+
[0, 0, 0, 0]
|
|
504
|
+
];
|
|
505
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
506
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
507
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
508
|
+
[_m, _co, _rI, _rT, _sC, _qC],
|
|
509
|
+
[0, 0, 0, 0, 0, 0]
|
|
510
|
+
];
|
|
511
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
512
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
513
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
514
|
+
[_m, _sC, _qC, _rAS],
|
|
515
|
+
[0, 0, 0, [0, { [_hH]: _RA }]], 1
|
|
516
|
+
];
|
|
517
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
518
|
+
export var UninitializedAccountException$ = [-3, n0, _UAE,
|
|
519
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
520
|
+
[_m, _co],
|
|
521
|
+
[0, 0]
|
|
522
|
+
];
|
|
523
|
+
n0_registry.registerError(UninitializedAccountException$, UninitializedAccountException);
|
|
524
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
525
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
526
|
+
[_m, _co, _r, _fL],
|
|
527
|
+
[0, 0, 0, () => ValidationExceptionFieldList]
|
|
528
|
+
];
|
|
529
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
530
|
+
export const errorTypeRegistries = [
|
|
531
|
+
_s_registry,
|
|
532
|
+
n0_registry,
|
|
533
|
+
];
|
|
534
|
+
var CfnStackName = [0, n0, _CSN, 8, 0];
|
|
535
|
+
var SensitiveBoundedString = [0, n0, _SBS, 8, 0];
|
|
486
536
|
export var Account$ = [3, n0, _A,
|
|
487
537
|
0,
|
|
488
538
|
[_aID],
|
|
@@ -498,12 +548,6 @@ export var AssociateSourceNetworkStackResponse$ = [3, n0, _ASNSRs,
|
|
|
498
548
|
[_j],
|
|
499
549
|
[[() => Job$, 0]]
|
|
500
550
|
];
|
|
501
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
502
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
503
|
-
[_m, _co, _rI, _rT],
|
|
504
|
-
[0, 0, 0, 0]
|
|
505
|
-
];
|
|
506
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
507
551
|
export var ConversionProperties$ = [3, n0, _CP,
|
|
508
552
|
0,
|
|
509
553
|
[_vTCM, _rVN, _fU, _dT, _vTVS, _vTPC],
|
|
@@ -566,12 +610,12 @@ export var DataReplicationInfoReplicatedDisk$ = [3, n0, _DRIRD,
|
|
|
566
610
|
];
|
|
567
611
|
export var DataReplicationInitiation$ = [3, n0, _DRIa,
|
|
568
612
|
0,
|
|
569
|
-
[_sDT, _nADT,
|
|
613
|
+
[_sDT, _nADT, _st],
|
|
570
614
|
[0, 0, () => DataReplicationInitiationSteps]
|
|
571
615
|
];
|
|
572
616
|
export var DataReplicationInitiationStep$ = [3, n0, _DRIS,
|
|
573
617
|
0,
|
|
574
|
-
[_n,
|
|
618
|
+
[_n, _sta],
|
|
575
619
|
[0, 0]
|
|
576
620
|
];
|
|
577
621
|
export var DeleteJobRequest$ = [3, n0, _DJR,
|
|
@@ -804,15 +848,9 @@ export var InitializeServiceResponse$ = [3, n0, _ISRn,
|
|
|
804
848
|
[],
|
|
805
849
|
[]
|
|
806
850
|
];
|
|
807
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
808
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
809
|
-
[_m, _rAS],
|
|
810
|
-
[0, [1, { [_hH]: _RA }]], 1
|
|
811
|
-
];
|
|
812
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
813
851
|
export var Job$ = [3, n0, _J,
|
|
814
852
|
0,
|
|
815
|
-
[_jID, _a, _ty, _iB, _cDT, _eDTn,
|
|
853
|
+
[_jID, _a, _ty, _iB, _cDT, _eDTn, _sta, _pS, _t, _pR],
|
|
816
854
|
[0, 0, 0, 0, 0, 0, 0, () => ParticipatingServers, [() => TagsMap, 0], () => ParticipatingResources], 1
|
|
817
855
|
];
|
|
818
856
|
export var JobLog$ = [3, n0, _JL,
|
|
@@ -837,7 +875,7 @@ export var LaunchActionParameter$ = [3, n0, _LAP,
|
|
|
837
875
|
];
|
|
838
876
|
export var LaunchActionRun$ = [3, n0, _LAR,
|
|
839
877
|
0,
|
|
840
|
-
[_act, _rIu,
|
|
878
|
+
[_act, _rIu, _sta, _fR],
|
|
841
879
|
[() => LaunchAction$, 0, 0, 0]
|
|
842
880
|
];
|
|
843
881
|
export var LaunchActionsRequestFilters$ = [3, n0, _LARF,
|
|
@@ -847,7 +885,7 @@ export var LaunchActionsRequestFilters$ = [3, n0, _LARF,
|
|
|
847
885
|
];
|
|
848
886
|
export var LaunchActionsStatus$ = [3, n0, _LAS,
|
|
849
887
|
0,
|
|
850
|
-
[_sADD,
|
|
888
|
+
[_sADD, _ru],
|
|
851
889
|
[0, () => LaunchActionRuns]
|
|
852
890
|
];
|
|
853
891
|
export var LaunchConfiguration$ = [3, n0, _LC,
|
|
@@ -877,7 +915,7 @@ export var LifeCycle$ = [3, n0, _LCi,
|
|
|
877
915
|
];
|
|
878
916
|
export var LifeCycleLastLaunch$ = [3, n0, _LCLL,
|
|
879
917
|
0,
|
|
880
|
-
[_in,
|
|
918
|
+
[_in, _sta],
|
|
881
919
|
[() => LifeCycleLastLaunchInitiated$, 0]
|
|
882
920
|
];
|
|
883
921
|
export var LifeCycleLastLaunchInitiated$ = [3, n0, _LCLLI,
|
|
@@ -987,12 +1025,12 @@ export var RecoveryInstanceDataReplicationInfoReplicatedDisk$ = [3, n0, _RIDRIRD
|
|
|
987
1025
|
];
|
|
988
1026
|
export var RecoveryInstanceDataReplicationInitiation$ = [3, n0, _RIDRIe,
|
|
989
1027
|
0,
|
|
990
|
-
[_sDT,
|
|
1028
|
+
[_sDT, _st],
|
|
991
1029
|
[0, () => RecoveryInstanceDataReplicationInitiationSteps]
|
|
992
1030
|
];
|
|
993
1031
|
export var RecoveryInstanceDataReplicationInitiationStep$ = [3, n0, _RIDRIS,
|
|
994
1032
|
0,
|
|
995
|
-
[_n,
|
|
1033
|
+
[_n, _sta],
|
|
996
1034
|
[0, 0]
|
|
997
1035
|
];
|
|
998
1036
|
export var RecoveryInstanceDisk$ = [3, n0, _RID,
|
|
@@ -1002,7 +1040,7 @@ export var RecoveryInstanceDisk$ = [3, n0, _RID,
|
|
|
1002
1040
|
];
|
|
1003
1041
|
export var RecoveryInstanceFailback$ = [3, n0, _RIF,
|
|
1004
1042
|
0,
|
|
1005
|
-
[_fCID, _fJID, _fIT,
|
|
1043
|
+
[_fCID, _fJID, _fIT, _stat, _aLSBSDT, _fCLSBSDT, _fTOS, _fBDT, _eRDl, _fLT],
|
|
1006
1044
|
[0, 0, 0, 0, 0, 0, 2, 0, 0, 0]
|
|
1007
1045
|
];
|
|
1008
1046
|
export var RecoveryInstanceProperties$ = [3, n0, _RIP,
|
|
@@ -1035,12 +1073,6 @@ export var ReplicationConfigurationTemplate$ = [3, n0, _RCT,
|
|
|
1035
1073
|
[_rCTID, _a, _sASI, _aDSG, _rSSGID, _rSIT, _uDRS, _dLSDT, _eE, _eEKA, _bT, _dPR, _cPIP, _sAT, _t, _pP, _aRND],
|
|
1036
1074
|
[0, 0, 0, 2, 64 | 0, 0, 2, 0, 0, 0, 1, 0, 2, [() => TagsMap, 0], [() => TagsMap, 0], () => PITPolicy, 2], 1
|
|
1037
1075
|
];
|
|
1038
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1039
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1040
|
-
[_m, _co, _rI, _rT],
|
|
1041
|
-
[0, 0, 0, 0]
|
|
1042
|
-
];
|
|
1043
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1044
1076
|
export var RetryDataReplicationRequest$ = [3, n0, _RDRR,
|
|
1045
1077
|
0,
|
|
1046
1078
|
[_sSID],
|
|
@@ -1056,12 +1088,6 @@ export var ReverseReplicationResponse$ = [3, n0, _RRRe,
|
|
|
1056
1088
|
[_rDSSA],
|
|
1057
1089
|
[0]
|
|
1058
1090
|
];
|
|
1059
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
1060
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
1061
|
-
[_m, _co, _rI, _rT, _sC, _qC],
|
|
1062
|
-
[0, 0, 0, 0, 0, 0]
|
|
1063
|
-
];
|
|
1064
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1065
1091
|
export var SourceCloudProperties$ = [3, n0, _SCP,
|
|
1066
1092
|
0,
|
|
1067
1093
|
[_oAID, _oR, _oAZ, _sOAo],
|
|
@@ -1089,7 +1115,7 @@ export var SourceServer$ = [3, n0, _SS,
|
|
|
1089
1115
|
];
|
|
1090
1116
|
export var StagingArea$ = [3, n0, _SA,
|
|
1091
1117
|
0,
|
|
1092
|
-
[
|
|
1118
|
+
[_sta, _sAIDt, _sSSA, _eM],
|
|
1093
1119
|
[0, 0, 0, 0]
|
|
1094
1120
|
];
|
|
1095
1121
|
export var StagingSourceServer$ = [3, n0, _SSS,
|
|
@@ -1197,18 +1223,6 @@ export var TerminateRecoveryInstancesResponse$ = [3, n0, _TRIRe,
|
|
|
1197
1223
|
[_j],
|
|
1198
1224
|
[[() => Job$, 0]]
|
|
1199
1225
|
];
|
|
1200
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1201
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1202
|
-
[_m, _sC, _qC, _rAS],
|
|
1203
|
-
[0, 0, 0, [0, { [_hH]: _RA }]], 1
|
|
1204
|
-
];
|
|
1205
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1206
|
-
export var UninitializedAccountException$ = [-3, n0, _UAE,
|
|
1207
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1208
|
-
[_m, _co],
|
|
1209
|
-
[0, 0]
|
|
1210
|
-
];
|
|
1211
|
-
TypeRegistry.for(n0).registerError(UninitializedAccountException$, UninitializedAccountException);
|
|
1212
1226
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
1213
1227
|
0,
|
|
1214
1228
|
[_rA, _tK],
|
|
@@ -1244,20 +1258,12 @@ export var UpdateReplicationConfigurationTemplateRequest$ = [3, n0, _URCTR,
|
|
|
1244
1258
|
[_rCTID, _a, _sASI, _aDSG, _rSSGID, _rSIT, _uDRS, _dLSDT, _eE, _eEKA, _bT, _dPR, _cPIP, _sAT, _pP, _aRND],
|
|
1245
1259
|
[0, 0, 0, 2, 64 | 0, 0, 2, 0, 0, 0, 1, 0, 2, [() => TagsMap, 0], () => PITPolicy, 2], 1
|
|
1246
1260
|
];
|
|
1247
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
1248
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1249
|
-
[_m, _co, _re, _fL],
|
|
1250
|
-
[0, 0, 0, () => ValidationExceptionFieldList]
|
|
1251
|
-
];
|
|
1252
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1253
1261
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
1254
1262
|
0,
|
|
1255
1263
|
[_n, _m],
|
|
1256
1264
|
[0, 0]
|
|
1257
1265
|
];
|
|
1258
1266
|
var __Unit = "unit";
|
|
1259
|
-
export var DrsServiceException$ = [-3, _sm, "DrsServiceException", 0, [], []];
|
|
1260
|
-
TypeRegistry.for(_sm).registerError(DrsServiceException$, DrsServiceException);
|
|
1261
1267
|
var AccountIDs = 64 | 0;
|
|
1262
1268
|
var Accounts = [1, n0, _Ac,
|
|
1263
1269
|
0, () => Account$
|
|
@@ -1,9 +1,23 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var DrsServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var UninitializedAccountException$: StaticErrorSchema;
|
|
11
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
12
|
+
/**
|
|
13
|
+
* TypeRegistry instances containing modeled errors.
|
|
14
|
+
* @internal
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
18
|
export declare var Account$: StaticStructureSchema;
|
|
4
19
|
export declare var AssociateSourceNetworkStackRequest$: StaticStructureSchema;
|
|
5
20
|
export declare var AssociateSourceNetworkStackResponse$: StaticStructureSchema;
|
|
6
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
7
21
|
export declare var ConversionProperties$: StaticStructureSchema;
|
|
8
22
|
export declare var CPU$: StaticStructureSchema;
|
|
9
23
|
export declare var CreateExtendedSourceServerRequest$: StaticStructureSchema;
|
|
@@ -64,7 +78,6 @@ export declare var GetReplicationConfigurationRequest$: StaticStructureSchema;
|
|
|
64
78
|
export declare var IdentificationHints$: StaticStructureSchema;
|
|
65
79
|
export declare var InitializeServiceRequest$: StaticStructureSchema;
|
|
66
80
|
export declare var InitializeServiceResponse$: StaticStructureSchema;
|
|
67
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
68
81
|
export declare var Job$: StaticStructureSchema;
|
|
69
82
|
export declare var JobLog$: StaticStructureSchema;
|
|
70
83
|
export declare var JobLogEventData$: StaticStructureSchema;
|
|
@@ -110,11 +123,9 @@ export declare var RecoverySnapshot$: StaticStructureSchema;
|
|
|
110
123
|
export declare var ReplicationConfiguration$: StaticStructureSchema;
|
|
111
124
|
export declare var ReplicationConfigurationReplicatedDisk$: StaticStructureSchema;
|
|
112
125
|
export declare var ReplicationConfigurationTemplate$: StaticStructureSchema;
|
|
113
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
114
126
|
export declare var RetryDataReplicationRequest$: StaticStructureSchema;
|
|
115
127
|
export declare var ReverseReplicationRequest$: StaticStructureSchema;
|
|
116
128
|
export declare var ReverseReplicationResponse$: StaticStructureSchema;
|
|
117
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
118
129
|
export declare var SourceCloudProperties$: StaticStructureSchema;
|
|
119
130
|
export declare var SourceNetwork$: StaticStructureSchema;
|
|
120
131
|
export declare var SourceNetworkData$: StaticStructureSchema;
|
|
@@ -142,8 +153,6 @@ export declare var StopSourceNetworkReplicationResponse$: StaticStructureSchema;
|
|
|
142
153
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
143
154
|
export declare var TerminateRecoveryInstancesRequest$: StaticStructureSchema;
|
|
144
155
|
export declare var TerminateRecoveryInstancesResponse$: StaticStructureSchema;
|
|
145
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
146
|
-
export declare var UninitializedAccountException$: StaticErrorSchema;
|
|
147
156
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
148
157
|
export declare var UpdateFailbackReplicationConfigurationRequest$: StaticStructureSchema;
|
|
149
158
|
export declare var UpdateLaunchConfigurationRequest$: StaticStructureSchema;
|
|
@@ -151,9 +160,7 @@ export declare var UpdateLaunchConfigurationTemplateRequest$: StaticStructureSch
|
|
|
151
160
|
export declare var UpdateLaunchConfigurationTemplateResponse$: StaticStructureSchema;
|
|
152
161
|
export declare var UpdateReplicationConfigurationRequest$: StaticStructureSchema;
|
|
153
162
|
export declare var UpdateReplicationConfigurationTemplateRequest$: StaticStructureSchema;
|
|
154
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
155
163
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
156
|
-
export declare var DrsServiceException$: StaticErrorSchema;
|
|
157
164
|
export declare var EventResourceData$: StaticUnionSchema;
|
|
158
165
|
export declare var ParticipatingResourceID$: StaticUnionSchema;
|
|
159
166
|
export declare var AssociateSourceNetworkStack$: StaticOperationSchema;
|
|
@@ -1,14 +1,23 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var DrsServiceException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
15
|
+
export declare var UninitializedAccountException$: StaticErrorSchema;
|
|
16
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
17
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
8
18
|
export declare var Account$: StaticStructureSchema;
|
|
9
19
|
export declare var AssociateSourceNetworkStackRequest$: StaticStructureSchema;
|
|
10
20
|
export declare var AssociateSourceNetworkStackResponse$: StaticStructureSchema;
|
|
11
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
12
21
|
export declare var ConversionProperties$: StaticStructureSchema;
|
|
13
22
|
export declare var CPU$: StaticStructureSchema;
|
|
14
23
|
export declare var CreateExtendedSourceServerRequest$: StaticStructureSchema;
|
|
@@ -69,7 +78,6 @@ export declare var GetReplicationConfigurationRequest$: StaticStructureSchema;
|
|
|
69
78
|
export declare var IdentificationHints$: StaticStructureSchema;
|
|
70
79
|
export declare var InitializeServiceRequest$: StaticStructureSchema;
|
|
71
80
|
export declare var InitializeServiceResponse$: StaticStructureSchema;
|
|
72
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
73
81
|
export declare var Job$: StaticStructureSchema;
|
|
74
82
|
export declare var JobLog$: StaticStructureSchema;
|
|
75
83
|
export declare var JobLogEventData$: StaticStructureSchema;
|
|
@@ -115,11 +123,9 @@ export declare var RecoverySnapshot$: StaticStructureSchema;
|
|
|
115
123
|
export declare var ReplicationConfiguration$: StaticStructureSchema;
|
|
116
124
|
export declare var ReplicationConfigurationReplicatedDisk$: StaticStructureSchema;
|
|
117
125
|
export declare var ReplicationConfigurationTemplate$: StaticStructureSchema;
|
|
118
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
119
126
|
export declare var RetryDataReplicationRequest$: StaticStructureSchema;
|
|
120
127
|
export declare var ReverseReplicationRequest$: StaticStructureSchema;
|
|
121
128
|
export declare var ReverseReplicationResponse$: StaticStructureSchema;
|
|
122
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
123
129
|
export declare var SourceCloudProperties$: StaticStructureSchema;
|
|
124
130
|
export declare var SourceNetwork$: StaticStructureSchema;
|
|
125
131
|
export declare var SourceNetworkData$: StaticStructureSchema;
|
|
@@ -147,8 +153,6 @@ export declare var StopSourceNetworkReplicationResponse$: StaticStructureSchema;
|
|
|
147
153
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
148
154
|
export declare var TerminateRecoveryInstancesRequest$: StaticStructureSchema;
|
|
149
155
|
export declare var TerminateRecoveryInstancesResponse$: StaticStructureSchema;
|
|
150
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
151
|
-
export declare var UninitializedAccountException$: StaticErrorSchema;
|
|
152
156
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
153
157
|
export declare var UpdateFailbackReplicationConfigurationRequest$: StaticStructureSchema;
|
|
154
158
|
export declare var UpdateLaunchConfigurationRequest$: StaticStructureSchema;
|
|
@@ -156,9 +160,7 @@ export declare var UpdateLaunchConfigurationTemplateRequest$: StaticStructureSch
|
|
|
156
160
|
export declare var UpdateLaunchConfigurationTemplateResponse$: StaticStructureSchema;
|
|
157
161
|
export declare var UpdateReplicationConfigurationRequest$: StaticStructureSchema;
|
|
158
162
|
export declare var UpdateReplicationConfigurationTemplateRequest$: StaticStructureSchema;
|
|
159
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
160
163
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
161
|
-
export declare var DrsServiceException$: StaticErrorSchema;
|
|
162
164
|
export declare var EventResourceData$: StaticUnionSchema;
|
|
163
165
|
export declare var ParticipatingResourceID$: StaticUnionSchema;
|
|
164
166
|
export declare var AssociateSourceNetworkStack$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-drs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Drs 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-drs",
|
|
@@ -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",
|