@aws-sdk/client-drs 3.1085.0 → 3.1087.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 CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1084.0";
72
+ var version = "3.1086.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -682,6 +682,7 @@ const _rIIDe = "recoveryInstanceIDs";
682
682
  const _rIP = "recoveryInstanceProperties";
683
683
  const _rIT = "recommendedInstanceType";
684
684
  const _rIu = "runId";
685
+ const _rM = "recoveryMode";
685
686
  const _rS = "replicationStatus";
686
687
  const _rSB = "replicatedStorageBytes";
687
688
  const _rSBe = "rescannedStorageBytes";
@@ -847,8 +848,8 @@ var CreateExtendedSourceServerResponse$ = [3, n0, _CESSRr,
847
848
  ];
848
849
  var CreateLaunchConfigurationTemplateRequest$ = [3, n0, _CLCTR,
849
850
  0,
850
- [_t, _lD, _tITRSM, _cPI, _cT, _l, _eBA, _pLE, _lISI],
851
- [[() => TagsMap, 0], 0, 0, 2, 2, () => Licensing$, 0, 2, 2]
851
+ [_t, _lD, _tITRSM, _cPI, _cT, _l, _eBA, _pLE, _lISI, _rM],
852
+ [[() => TagsMap, 0], 0, 0, 2, 2, () => Licensing$, 0, 2, 2, 0]
852
853
  ];
853
854
  var CreateLaunchConfigurationTemplateResponse$ = [3, n0, _CLCTRr,
854
855
  0,
@@ -1167,13 +1168,13 @@ var LaunchActionsStatus$ = [3, n0, _LAS,
1167
1168
  ];
1168
1169
  var LaunchConfiguration$ = [3, n0, _LC,
1169
1170
  0,
1170
- [_sSID, _n, _eLTID, _lD, _tITRSM, _cPI, _cT, _l, _pLE, _lIIP],
1171
- [0, 0, 0, 0, 0, 2, 2, () => Licensing$, 2, () => LaunchIntoInstanceProperties$]
1171
+ [_sSID, _n, _eLTID, _lD, _tITRSM, _cPI, _cT, _l, _pLE, _lIIP, _rM],
1172
+ [0, 0, 0, 0, 0, 2, 2, () => Licensing$, 2, () => LaunchIntoInstanceProperties$, 0]
1172
1173
  ];
1173
1174
  var LaunchConfigurationTemplate$ = [3, n0, _LCT,
1174
1175
  0,
1175
- [_lCTID, _a, _t, _lD, _tITRSM, _cPI, _cT, _l, _eBA, _pLE, _lISI],
1176
- [0, 0, [() => TagsMap, 0], 0, 0, 2, 2, () => Licensing$, 0, 2, 2]
1176
+ [_lCTID, _a, _t, _lD, _tITRSM, _cPI, _cT, _l, _eBA, _pLE, _lISI, _rM],
1177
+ [0, 0, [() => TagsMap, 0], 0, 0, 2, 2, () => Licensing$, 0, 2, 2, 0]
1177
1178
  ];
1178
1179
  var LaunchIntoInstanceProperties$ = [3, n0, _LIIP,
1179
1180
  0,
@@ -1512,13 +1513,13 @@ var UpdateFailbackReplicationConfigurationRequest$ = [3, n0, _UFRCR,
1512
1513
  ];
1513
1514
  var UpdateLaunchConfigurationRequest$ = [3, n0, _ULCR,
1514
1515
  0,
1515
- [_sSID, _n, _lD, _tITRSM, _cPI, _cT, _l, _pLE, _lIIP],
1516
- [0, 0, 0, 0, 2, 2, () => Licensing$, 2, () => LaunchIntoInstanceProperties$], 1
1516
+ [_sSID, _n, _lD, _tITRSM, _cPI, _cT, _l, _pLE, _lIIP, _rM],
1517
+ [0, 0, 0, 0, 2, 2, () => Licensing$, 2, () => LaunchIntoInstanceProperties$, 0], 1
1517
1518
  ];
1518
1519
  var UpdateLaunchConfigurationTemplateRequest$ = [3, n0, _ULCTR,
1519
1520
  0,
1520
- [_lCTID, _lD, _tITRSM, _cPI, _cT, _l, _eBA, _pLE, _lISI],
1521
- [0, 0, 0, 2, 2, () => Licensing$, 0, 2, 2], 1
1521
+ [_lCTID, _lD, _tITRSM, _cPI, _cT, _l, _eBA, _pLE, _lISI, _rM],
1522
+ [0, 0, 0, 2, 2, () => Licensing$, 0, 2, 2, 0], 1
1522
1523
  ];
1523
1524
  var UpdateLaunchConfigurationTemplateResponse$ = [3, n0, _ULCTRp,
1524
1525
  0,
@@ -2333,6 +2334,10 @@ const LaunchDisposition = {
2333
2334
  STARTED: "STARTED",
2334
2335
  STOPPED: "STOPPED",
2335
2336
  };
2337
+ const RecoveryMode = {
2338
+ FAST: "FAST",
2339
+ OPTIMAL: "OPTIMAL",
2340
+ };
2336
2341
  const TargetInstanceTypeRightSizingMethod = {
2337
2342
  BASIC: "BASIC",
2338
2343
  IN_AWS: "IN_AWS",
@@ -2718,6 +2723,7 @@ exports.RecoveryInstanceDisk$ = RecoveryInstanceDisk$;
2718
2723
  exports.RecoveryInstanceFailback$ = RecoveryInstanceFailback$;
2719
2724
  exports.RecoveryInstanceProperties$ = RecoveryInstanceProperties$;
2720
2725
  exports.RecoveryLifeCycle$ = RecoveryLifeCycle$;
2726
+ exports.RecoveryMode = RecoveryMode;
2721
2727
  exports.RecoveryResult = RecoveryResult;
2722
2728
  exports.RecoverySnapshot$ = RecoverySnapshot$;
2723
2729
  exports.RecoverySnapshotsOrder = RecoverySnapshotsOrder;
@@ -134,6 +134,10 @@ export const LaunchDisposition = {
134
134
  STARTED: "STARTED",
135
135
  STOPPED: "STOPPED",
136
136
  };
137
+ export const RecoveryMode = {
138
+ FAST: "FAST",
139
+ OPTIMAL: "OPTIMAL",
140
+ };
137
141
  export const TargetInstanceTypeRightSizingMethod = {
138
142
  BASIC: "BASIC",
139
143
  IN_AWS: "IN_AWS",
@@ -405,6 +405,7 @@ const _rIIDe = "recoveryInstanceIDs";
405
405
  const _rIP = "recoveryInstanceProperties";
406
406
  const _rIT = "recommendedInstanceType";
407
407
  const _rIu = "runId";
408
+ const _rM = "recoveryMode";
408
409
  const _rS = "replicationStatus";
409
410
  const _rSB = "replicatedStorageBytes";
410
411
  const _rSBe = "rescannedStorageBytes";
@@ -573,8 +574,8 @@ export var CreateExtendedSourceServerResponse$ = [3, n0, _CESSRr,
573
574
  ];
574
575
  export var CreateLaunchConfigurationTemplateRequest$ = [3, n0, _CLCTR,
575
576
  0,
576
- [_t, _lD, _tITRSM, _cPI, _cT, _l, _eBA, _pLE, _lISI],
577
- [[() => TagsMap, 0], 0, 0, 2, 2, () => Licensing$, 0, 2, 2]
577
+ [_t, _lD, _tITRSM, _cPI, _cT, _l, _eBA, _pLE, _lISI, _rM],
578
+ [[() => TagsMap, 0], 0, 0, 2, 2, () => Licensing$, 0, 2, 2, 0]
578
579
  ];
579
580
  export var CreateLaunchConfigurationTemplateResponse$ = [3, n0, _CLCTRr,
580
581
  0,
@@ -893,13 +894,13 @@ export var LaunchActionsStatus$ = [3, n0, _LAS,
893
894
  ];
894
895
  export var LaunchConfiguration$ = [3, n0, _LC,
895
896
  0,
896
- [_sSID, _n, _eLTID, _lD, _tITRSM, _cPI, _cT, _l, _pLE, _lIIP],
897
- [0, 0, 0, 0, 0, 2, 2, () => Licensing$, 2, () => LaunchIntoInstanceProperties$]
897
+ [_sSID, _n, _eLTID, _lD, _tITRSM, _cPI, _cT, _l, _pLE, _lIIP, _rM],
898
+ [0, 0, 0, 0, 0, 2, 2, () => Licensing$, 2, () => LaunchIntoInstanceProperties$, 0]
898
899
  ];
899
900
  export var LaunchConfigurationTemplate$ = [3, n0, _LCT,
900
901
  0,
901
- [_lCTID, _a, _t, _lD, _tITRSM, _cPI, _cT, _l, _eBA, _pLE, _lISI],
902
- [0, 0, [() => TagsMap, 0], 0, 0, 2, 2, () => Licensing$, 0, 2, 2]
902
+ [_lCTID, _a, _t, _lD, _tITRSM, _cPI, _cT, _l, _eBA, _pLE, _lISI, _rM],
903
+ [0, 0, [() => TagsMap, 0], 0, 0, 2, 2, () => Licensing$, 0, 2, 2, 0]
903
904
  ];
904
905
  export var LaunchIntoInstanceProperties$ = [3, n0, _LIIP,
905
906
  0,
@@ -1238,13 +1239,13 @@ export var UpdateFailbackReplicationConfigurationRequest$ = [3, n0, _UFRCR,
1238
1239
  ];
1239
1240
  export var UpdateLaunchConfigurationRequest$ = [3, n0, _ULCR,
1240
1241
  0,
1241
- [_sSID, _n, _lD, _tITRSM, _cPI, _cT, _l, _pLE, _lIIP],
1242
- [0, 0, 0, 0, 2, 2, () => Licensing$, 2, () => LaunchIntoInstanceProperties$], 1
1242
+ [_sSID, _n, _lD, _tITRSM, _cPI, _cT, _l, _pLE, _lIIP, _rM],
1243
+ [0, 0, 0, 0, 2, 2, () => Licensing$, 2, () => LaunchIntoInstanceProperties$, 0], 1
1243
1244
  ];
1244
1245
  export var UpdateLaunchConfigurationTemplateRequest$ = [3, n0, _ULCTR,
1245
1246
  0,
1246
- [_lCTID, _lD, _tITRSM, _cPI, _cT, _l, _eBA, _pLE, _lISI],
1247
- [0, 0, 0, 2, 2, () => Licensing$, 0, 2, 2], 1
1247
+ [_lCTID, _lD, _tITRSM, _cPI, _cT, _l, _eBA, _pLE, _lISI, _rM],
1248
+ [0, 0, 0, 2, 2, () => Licensing$, 0, 2, 2, 0], 1
1248
1249
  ];
1249
1250
  export var UpdateLaunchConfigurationTemplateResponse$ = [3, n0, _ULCTRp,
1250
1251
  0,
@@ -47,6 +47,7 @@ declare const CreateLaunchConfigurationTemplateCommand_base: {
47
47
  * exportBucketArn: "STRING_VALUE",
48
48
  * postLaunchEnabled: true || false,
49
49
  * launchIntoSourceInstance: true || false,
50
+ * recoveryMode: "STRING_VALUE",
50
51
  * };
51
52
  * const command = new CreateLaunchConfigurationTemplateCommand(input);
52
53
  * const response = await client.send(command);
@@ -67,6 +68,7 @@ declare const CreateLaunchConfigurationTemplateCommand_base: {
67
68
  * // exportBucketArn: "STRING_VALUE",
68
69
  * // postLaunchEnabled: true || false,
69
70
  * // launchIntoSourceInstance: true || false,
71
+ * // recoveryMode: "STRING_VALUE",
70
72
  * // },
71
73
  * // };
72
74
  *
@@ -60,6 +60,7 @@ declare const DescribeLaunchConfigurationTemplatesCommand_base: {
60
60
  * // exportBucketArn: "STRING_VALUE",
61
61
  * // postLaunchEnabled: true || false,
62
62
  * // launchIntoSourceInstance: true || false,
63
+ * // recoveryMode: "STRING_VALUE",
63
64
  * // },
64
65
  * // ],
65
66
  * // nextToken: "STRING_VALUE",
@@ -53,6 +53,7 @@ declare const GetLaunchConfigurationCommand_base: {
53
53
  * // launchIntoInstanceProperties: { // LaunchIntoInstanceProperties
54
54
  * // launchIntoEC2InstanceID: "STRING_VALUE",
55
55
  * // },
56
+ * // recoveryMode: "STRING_VALUE",
56
57
  * // };
57
58
  *
58
59
  * ```
@@ -47,6 +47,7 @@ declare const UpdateLaunchConfigurationCommand_base: {
47
47
  * launchIntoInstanceProperties: { // LaunchIntoInstanceProperties
48
48
  * launchIntoEC2InstanceID: "STRING_VALUE",
49
49
  * },
50
+ * recoveryMode: "STRING_VALUE",
50
51
  * };
51
52
  * const command = new UpdateLaunchConfigurationCommand(input);
52
53
  * const response = await client.send(command);
@@ -65,6 +66,7 @@ declare const UpdateLaunchConfigurationCommand_base: {
65
66
  * // launchIntoInstanceProperties: { // LaunchIntoInstanceProperties
66
67
  * // launchIntoEC2InstanceID: "STRING_VALUE",
67
68
  * // },
69
+ * // recoveryMode: "STRING_VALUE",
68
70
  * // };
69
71
  *
70
72
  * ```
@@ -45,6 +45,7 @@ declare const UpdateLaunchConfigurationTemplateCommand_base: {
45
45
  * exportBucketArn: "STRING_VALUE",
46
46
  * postLaunchEnabled: true || false,
47
47
  * launchIntoSourceInstance: true || false,
48
+ * recoveryMode: "STRING_VALUE",
48
49
  * };
49
50
  * const command = new UpdateLaunchConfigurationTemplateCommand(input);
50
51
  * const response = await client.send(command);
@@ -65,6 +66,7 @@ declare const UpdateLaunchConfigurationTemplateCommand_base: {
65
66
  * // exportBucketArn: "STRING_VALUE",
66
67
  * // postLaunchEnabled: true || false,
67
68
  * // launchIntoSourceInstance: true || false,
69
+ * // recoveryMode: "STRING_VALUE",
68
70
  * // },
69
71
  * // };
70
72
  *
@@ -294,6 +294,18 @@ export declare const LaunchDisposition: {
294
294
  * @public
295
295
  */
296
296
  export type LaunchDisposition = (typeof LaunchDisposition)[keyof typeof LaunchDisposition];
297
+ /**
298
+ * @public
299
+ * @enum
300
+ */
301
+ export declare const RecoveryMode: {
302
+ readonly FAST: "FAST";
303
+ readonly OPTIMAL: "OPTIMAL";
304
+ };
305
+ /**
306
+ * @public
307
+ */
308
+ export type RecoveryMode = (typeof RecoveryMode)[keyof typeof RecoveryMode];
297
309
  /**
298
310
  * @public
299
311
  * @enum
@@ -1,4 +1,4 @@
1
- import type { DataReplicationErrorString, DataReplicationInitiationStepName, DataReplicationInitiationStepStatus, DataReplicationState, EC2InstanceState, ExtensionStatus, FailbackLaunchType, FailbackReplicationError, FailbackState, InitiatedBy, InternetProtocol, JobLogEvent, JobStatus, JobType, LastLaunchResult, LastLaunchType, LaunchActionCategory, LaunchActionParameterType, LaunchActionRunStatus, LaunchActionType, LaunchDisposition, LaunchStatus, OriginEnvironment, PITPolicyRuleUnits, ProductCodeMode, RecoveryInstanceDataReplicationInitiationStepName, RecoveryInstanceDataReplicationInitiationStepStatus, RecoveryInstanceDataReplicationState, RecoveryResult, RecoverySnapshotsOrder, ReplicationConfigurationDataPlaneRouting, ReplicationConfigurationDefaultLargeStagingDiskType, ReplicationConfigurationEbsEncryption, ReplicationConfigurationReplicatedDiskStagingDiskType, ReplicationDirection, ReplicationStatus, TargetInstanceTypeRightSizingMethod, VolumeStatus } from "./enums";
1
+ import type { DataReplicationErrorString, DataReplicationInitiationStepName, DataReplicationInitiationStepStatus, DataReplicationState, EC2InstanceState, ExtensionStatus, FailbackLaunchType, FailbackReplicationError, FailbackState, InitiatedBy, InternetProtocol, JobLogEvent, JobStatus, JobType, LastLaunchResult, LastLaunchType, LaunchActionCategory, LaunchActionParameterType, LaunchActionRunStatus, LaunchActionType, LaunchDisposition, LaunchStatus, OriginEnvironment, PITPolicyRuleUnits, ProductCodeMode, RecoveryInstanceDataReplicationInitiationStepName, RecoveryInstanceDataReplicationInitiationStepStatus, RecoveryInstanceDataReplicationState, RecoveryMode, RecoveryResult, RecoverySnapshotsOrder, ReplicationConfigurationDataPlaneRouting, ReplicationConfigurationDefaultLargeStagingDiskType, ReplicationConfigurationEbsEncryption, ReplicationConfigurationReplicatedDiskStagingDiskType, ReplicationDirection, ReplicationStatus, TargetInstanceTypeRightSizingMethod, VolumeStatus } from "./enums";
2
2
  /**
3
3
  * <p>AWS account.</p>
4
4
  * @public
@@ -909,6 +909,11 @@ export interface CreateLaunchConfigurationTemplateRequest {
909
909
  * @public
910
910
  */
911
911
  launchIntoSourceInstance?: boolean | undefined;
912
+ /**
913
+ * <p>Recovery mode.</p>
914
+ * @public
915
+ */
916
+ recoveryMode?: RecoveryMode | undefined;
912
917
  }
913
918
  /**
914
919
  * <p>Account level Launch Configuration Template.</p>
@@ -970,6 +975,11 @@ export interface LaunchConfigurationTemplate {
970
975
  * @public
971
976
  */
972
977
  launchIntoSourceInstance?: boolean | undefined;
978
+ /**
979
+ * <p>Recovery mode.</p>
980
+ * @public
981
+ */
982
+ recoveryMode?: RecoveryMode | undefined;
973
983
  }
974
984
  /**
975
985
  * @public
@@ -2364,6 +2374,11 @@ export interface UpdateLaunchConfigurationTemplateRequest {
2364
2374
  * @public
2365
2375
  */
2366
2376
  launchIntoSourceInstance?: boolean | undefined;
2377
+ /**
2378
+ * <p>Recovery mode.</p>
2379
+ * @public
2380
+ */
2381
+ recoveryMode?: RecoveryMode | undefined;
2367
2382
  }
2368
2383
  /**
2369
2384
  * @public
@@ -3073,6 +3088,11 @@ export interface LaunchConfiguration {
3073
3088
  * @public
3074
3089
  */
3075
3090
  launchIntoInstanceProperties?: LaunchIntoInstanceProperties | undefined;
3091
+ /**
3092
+ * <p>Recovery mode.</p>
3093
+ * @public
3094
+ */
3095
+ recoveryMode?: RecoveryMode | undefined;
3076
3096
  }
3077
3097
  /**
3078
3098
  * @public
@@ -3361,6 +3381,11 @@ export interface UpdateLaunchConfigurationRequest {
3361
3381
  * @public
3362
3382
  */
3363
3383
  launchIntoInstanceProperties?: LaunchIntoInstanceProperties | undefined;
3384
+ /**
3385
+ * <p>Recovery mode.</p>
3386
+ * @public
3387
+ */
3388
+ recoveryMode?: RecoveryMode | undefined;
3364
3389
  }
3365
3390
  /**
3366
3391
  * @public
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: DrsClientConfig) => {
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
11
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
@@ -169,6 +169,11 @@ export declare const LaunchDisposition: {
169
169
  };
170
170
  export type LaunchDisposition =
171
171
  (typeof LaunchDisposition)[keyof typeof LaunchDisposition];
172
+ export declare const RecoveryMode: {
173
+ readonly FAST: "FAST";
174
+ readonly OPTIMAL: "OPTIMAL";
175
+ };
176
+ export type RecoveryMode = (typeof RecoveryMode)[keyof typeof RecoveryMode];
172
177
  export declare const TargetInstanceTypeRightSizingMethod: {
173
178
  readonly BASIC: "BASIC";
174
179
  readonly IN_AWS: "IN_AWS";
@@ -27,6 +27,7 @@ import {
27
27
  RecoveryInstanceDataReplicationInitiationStepName,
28
28
  RecoveryInstanceDataReplicationInitiationStepStatus,
29
29
  RecoveryInstanceDataReplicationState,
30
+ RecoveryMode,
30
31
  RecoveryResult,
31
32
  RecoverySnapshotsOrder,
32
33
  ReplicationConfigurationDataPlaneRouting,
@@ -260,6 +261,7 @@ export interface CreateLaunchConfigurationTemplateRequest {
260
261
  exportBucketArn?: string | undefined;
261
262
  postLaunchEnabled?: boolean | undefined;
262
263
  launchIntoSourceInstance?: boolean | undefined;
264
+ recoveryMode?: RecoveryMode | undefined;
263
265
  }
264
266
  export interface LaunchConfigurationTemplate {
265
267
  launchConfigurationTemplateID?: string | undefined;
@@ -275,6 +277,7 @@ export interface LaunchConfigurationTemplate {
275
277
  exportBucketArn?: string | undefined;
276
278
  postLaunchEnabled?: boolean | undefined;
277
279
  launchIntoSourceInstance?: boolean | undefined;
280
+ recoveryMode?: RecoveryMode | undefined;
278
281
  }
279
282
  export interface CreateLaunchConfigurationTemplateResponse {
280
283
  launchConfigurationTemplate?: LaunchConfigurationTemplate | undefined;
@@ -622,6 +625,7 @@ export interface UpdateLaunchConfigurationTemplateRequest {
622
625
  exportBucketArn?: string | undefined;
623
626
  postLaunchEnabled?: boolean | undefined;
624
627
  launchIntoSourceInstance?: boolean | undefined;
628
+ recoveryMode?: RecoveryMode | undefined;
625
629
  }
626
630
  export interface UpdateLaunchConfigurationTemplateResponse {
627
631
  launchConfigurationTemplate?: LaunchConfigurationTemplate | undefined;
@@ -803,6 +807,7 @@ export interface LaunchConfiguration {
803
807
  licensing?: Licensing | undefined;
804
808
  postLaunchEnabled?: boolean | undefined;
805
809
  launchIntoInstanceProperties?: LaunchIntoInstanceProperties | undefined;
810
+ recoveryMode?: RecoveryMode | undefined;
806
811
  }
807
812
  export interface GetReplicationConfigurationRequest {
808
813
  sourceServerID: string | undefined;
@@ -880,6 +885,7 @@ export interface UpdateLaunchConfigurationRequest {
880
885
  licensing?: Licensing | undefined;
881
886
  postLaunchEnabled?: boolean | undefined;
882
887
  launchIntoInstanceProperties?: LaunchIntoInstanceProperties | undefined;
888
+ recoveryMode?: RecoveryMode | undefined;
883
889
  }
884
890
  export interface UpdateReplicationConfigurationRequest {
885
891
  sourceServerID: string | undefined;
@@ -11,7 +11,7 @@ export declare const getRuntimeConfig: (config: DrsClientConfig) => {
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
13
  init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
- ) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
14
+ ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
15
  defaultUserAgentProvider: (
16
16
  config?: import("@aws-sdk/core/client").PreviouslyResolved
17
17
  ) => Promise<import("@smithy/types").UserAgent>;
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.1085.0",
4
+ "version": "3.1087.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",
@@ -19,13 +19,13 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-sdk/core": "^3.975.1",
23
- "@aws-sdk/credential-provider-node": "^3.972.66",
24
- "@aws-sdk/types": "^3.974.0",
25
- "@smithy/core": "^3.29.2",
26
- "@smithy/fetch-http-handler": "^5.6.4",
27
- "@smithy/node-http-handler": "^4.9.4",
28
- "@smithy/types": "^4.16.0",
22
+ "@aws-sdk/core": "^3.975.2",
23
+ "@aws-sdk/credential-provider-node": "^3.972.68",
24
+ "@aws-sdk/types": "^3.974.1",
25
+ "@smithy/core": "^3.29.3",
26
+ "@smithy/fetch-http-handler": "^5.6.5",
27
+ "@smithy/node-http-handler": "^4.9.5",
28
+ "@smithy/types": "^4.16.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {