@aws-sdk/client-drs 3.379.1 → 3.382.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.
@@ -243,6 +243,7 @@ exports.LaunchDisposition = {
243
243
  };
244
244
  exports.TargetInstanceTypeRightSizingMethod = {
245
245
  BASIC: "BASIC",
246
+ IN_AWS: "IN_AWS",
246
247
  NONE: "NONE",
247
248
  };
248
249
  exports.ReplicationConfigurationDataPlaneRouting = {
@@ -231,6 +231,7 @@ export const LaunchDisposition = {
231
231
  };
232
232
  export const TargetInstanceTypeRightSizingMethod = {
233
233
  BASIC: "BASIC",
234
+ IN_AWS: "IN_AWS",
234
235
  NONE: "NONE",
235
236
  };
236
237
  export const ReplicationConfigurationDataPlaneRouting = {