@aws-sdk/client-drs 3.378.0 → 3.381.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 = {
@@ -1,4 +1,7 @@
1
1
  import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
2
+ /**
3
+ * @public
4
+ */
2
5
  export interface ClientInputEndpointParameters {
3
6
  region?: string | Provider<string>;
4
7
  useDualstackEndpoint?: boolean | Provider<boolean>;
@@ -5,6 +5,7 @@
5
5
  */
6
6
  export * from "./DrsClient";
7
7
  export * from "./Drs";
8
+ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
8
9
  export * from "./commands";
9
10
  export * from "./pagination";
10
11
  export * from "./models";
@@ -973,6 +973,7 @@ export interface Licensing {
973
973
  */
974
974
  export declare const TargetInstanceTypeRightSizingMethod: {
975
975
  readonly BASIC: "BASIC";
976
+ readonly IN_AWS: "IN_AWS";
976
977
  readonly NONE: "NONE";
977
978
  };
978
979
  /**
@@ -1,5 +1,6 @@
1
1
  export * from "./DrsClient";
2
2
  export * from "./Drs";
3
+ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
3
4
  export * from "./commands";
4
5
  export * from "./pagination";
5
6
  export * from "./models";
@@ -379,6 +379,7 @@ export interface Licensing {
379
379
  }
380
380
  export declare const TargetInstanceTypeRightSizingMethod: {
381
381
  readonly BASIC: "BASIC";
382
+ readonly IN_AWS: "IN_AWS";
382
383
  readonly NONE: "NONE";
383
384
  };
384
385
  export type TargetInstanceTypeRightSizingMethod =
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.378.0",
4
+ "version": "3.381.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.378.0",
25
- "@aws-sdk/credential-provider-node": "3.378.0",
26
- "@aws-sdk/middleware-host-header": "3.378.0",
24
+ "@aws-sdk/client-sts": "3.379.1",
25
+ "@aws-sdk/credential-provider-node": "3.379.1",
26
+ "@aws-sdk/middleware-host-header": "3.379.1",
27
27
  "@aws-sdk/middleware-logger": "3.378.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.378.0",
29
- "@aws-sdk/middleware-signing": "3.378.0",
30
- "@aws-sdk/middleware-user-agent": "3.378.0",
29
+ "@aws-sdk/middleware-signing": "3.379.1",
30
+ "@aws-sdk/middleware-user-agent": "3.379.1",
31
31
  "@aws-sdk/types": "3.378.0",
32
32
  "@aws-sdk/util-endpoints": "3.378.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.378.0",