@aws-sdk/client-migration-hub-refactor-spaces 3.267.0 → 3.271.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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const p = "required", q = "fn", r = "argv", s = "ref";
5
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
6
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://refactor-spaces-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ endpoint: { url: "https://refactor-spaces-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://refactor-spaces.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://refactor-spaces.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
4
+ const q = "fn", r = "argv", s = "ref";
5
+ const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
6
+ const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ endpoint: { url: "https://refactor-spaces-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ endpoint: { url: "https://refactor-spaces-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ endpoint: { url: "https://refactor-spaces.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://refactor-spaces.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] };
7
7
  exports.ruleSet = _data;
@@ -169,6 +169,7 @@ class ValidationException extends MigrationHubRefactorSpacesServiceException_1.M
169
169
  exports.ValidationException = ValidationException;
170
170
  var NetworkFabricType;
171
171
  (function (NetworkFabricType) {
172
+ NetworkFabricType["NONE"] = "NONE";
172
173
  NetworkFabricType["TRANSIT_GATEWAY"] = "TRANSIT_GATEWAY";
173
174
  })(NetworkFabricType = exports.NetworkFabricType || (exports.NetworkFabricType = {}));
174
175
  var EnvironmentState;
@@ -1,4 +1,4 @@
1
- const p = "required", q = "fn", r = "argv", s = "ref";
2
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
3
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://refactor-spaces-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ endpoint: { url: "https://refactor-spaces-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://refactor-spaces.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://refactor-spaces.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
1
+ const q = "fn", r = "argv", s = "ref";
2
+ const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
3
+ const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ endpoint: { url: "https://refactor-spaces-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ endpoint: { url: "https://refactor-spaces-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ endpoint: { url: "https://refactor-spaces.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://refactor-spaces.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] };
4
4
  export const ruleSet = _data;
@@ -158,6 +158,7 @@ export class ValidationException extends __BaseException {
158
158
  }
159
159
  export var NetworkFabricType;
160
160
  (function (NetworkFabricType) {
161
+ NetworkFabricType["NONE"] = "NONE";
161
162
  NetworkFabricType["TRANSIT_GATEWAY"] = "TRANSIT_GATEWAY";
162
163
  })(NetworkFabricType || (NetworkFabricType = {}));
163
164
  export var EnvironmentState;
@@ -49,8 +49,10 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
49
49
  * Refactor Spaces applications, services, and routes created within the environment. They are referred
50
50
  * to as the <i>environment owner</i>. The environment owner has cross-account
51
51
  * visibility and control of Refactor Spaces resources that are added to the environment by other
52
- * accounts that the environment is shared with. When creating an environment, Refactor Spaces
53
- * provisions a transit gateway in your account.</p>
52
+ * accounts that the environment is shared with.</p>
53
+ * <p>When creating an environment with
54
+ * a network fabric type of <code>TRANSIT_GATEWAY</code>,
55
+ * Refactor Spaces provisions a transit gateway in your account.</p>
54
56
  */
55
57
  createEnvironment(args: CreateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateEnvironmentCommandOutput>;
56
58
  createEnvironment(args: CreateEnvironmentCommandInput, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
@@ -91,17 +91,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
91
91
  */
92
92
  disableHostPrefix?: boolean;
93
93
  /**
94
- * Value for how many times a request will be made at most in case of retry.
95
- */
96
- maxAttempts?: number | __Provider<number>;
97
- /**
98
- * Specifies which retry algorithm to use.
99
- */
100
- retryMode?: string | __Provider<string>;
101
- /**
102
- * Optional logger for logging debug/info/warn/error.
94
+ * Unique service identifier.
95
+ * @internal
103
96
  */
104
- logger?: __Logger;
97
+ serviceId?: string;
105
98
  /**
106
99
  * Enables IPv6/IPv4 dualstack endpoint.
107
100
  */
@@ -110,11 +103,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
110
103
  * Enables FIPS compatible endpoints.
111
104
  */
112
105
  useFipsEndpoint?: boolean | __Provider<boolean>;
113
- /**
114
- * Unique service identifier.
115
- * @internal
116
- */
117
- serviceId?: string;
118
106
  /**
119
107
  * The AWS region to which this client will send requests
120
108
  */
@@ -129,6 +117,18 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
129
117
  * @internal
130
118
  */
131
119
  defaultUserAgentProvider?: Provider<__UserAgent>;
120
+ /**
121
+ * Value for how many times a request will be made at most in case of retry.
122
+ */
123
+ maxAttempts?: number | __Provider<number>;
124
+ /**
125
+ * Specifies which retry algorithm to use.
126
+ */
127
+ retryMode?: string | __Provider<string>;
128
+ /**
129
+ * Optional logger for logging debug/info/warn/error.
130
+ */
131
+ logger?: __Logger;
132
132
  /**
133
133
  * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
134
134
  */
@@ -12,8 +12,10 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons
12
12
  * Refactor Spaces applications, services, and routes created within the environment. They are referred
13
13
  * to as the <i>environment owner</i>. The environment owner has cross-account
14
14
  * visibility and control of Refactor Spaces resources that are added to the environment by other
15
- * accounts that the environment is shared with. When creating an environment, Refactor Spaces
16
- * provisions a transit gateway in your account.</p>
15
+ * accounts that the environment is shared with.</p>
16
+ * <p>When creating an environment with
17
+ * a network fabric type of <code>TRANSIT_GATEWAY</code>,
18
+ * Refactor Spaces provisions a transit gateway in your account.</p>
17
19
  * @example
18
20
  * Use a bare-bones client and the command you need to make an API call.
19
21
  * ```javascript
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
12
12
  defaultSigningName: string;
13
13
  };
14
14
  export interface EndpointParameters extends __EndpointParameters {
15
- Region?: string;
15
+ Region: string;
16
16
  UseDualStack?: boolean;
17
17
  UseFIPS?: boolean;
18
18
  Endpoint?: string;
@@ -453,6 +453,7 @@ export declare class ValidationException extends __BaseException {
453
453
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
454
454
  }
455
455
  export declare enum NetworkFabricType {
456
+ NONE = "NONE",
456
457
  TRANSIT_GATEWAY = "TRANSIT_GATEWAY"
457
458
  }
458
459
  export interface CreateEnvironmentRequest {
@@ -24,8 +24,8 @@ export declare const getRuntimeConfig: (config: MigrationHubRefactorSpacesClient
24
24
  utf8Decoder: import("@aws-sdk/types").Decoder;
25
25
  utf8Encoder: import("@aws-sdk/types").Encoder;
26
26
  disableHostPrefix: boolean;
27
- logger: import("@aws-sdk/types").Logger;
28
27
  serviceId: string;
28
+ logger: import("@aws-sdk/types").Logger;
29
29
  endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
30
30
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
31
  logger?: import("@aws-sdk/types").Logger | undefined;
@@ -24,8 +24,8 @@ export declare const getRuntimeConfig: (config: MigrationHubRefactorSpacesClient
24
24
  utf8Decoder: import("@aws-sdk/types").Decoder;
25
25
  utf8Encoder: import("@aws-sdk/types").Encoder;
26
26
  disableHostPrefix: boolean;
27
- logger: import("@aws-sdk/types").Logger;
28
27
  serviceId: string;
28
+ logger: import("@aws-sdk/types").Logger;
29
29
  endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
30
30
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
31
  logger?: import("@aws-sdk/types").Logger | undefined;
@@ -15,15 +15,15 @@ export declare const getRuntimeConfig: (config: MigrationHubRefactorSpacesClient
15
15
  utf8Decoder: import("@aws-sdk/types").Decoder;
16
16
  utf8Encoder: import("@aws-sdk/types").Encoder;
17
17
  disableHostPrefix: boolean;
18
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
- retryMode: string | import("@aws-sdk/types").Provider<string>;
20
- logger: import("@aws-sdk/types").Logger;
18
+ serviceId: string;
21
19
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
20
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
23
- serviceId: string;
24
21
  region: string | import("@aws-sdk/types").Provider<any>;
25
22
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
23
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
24
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
25
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
26
+ logger: import("@aws-sdk/types").Logger;
27
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
28
28
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> | undefined;
29
29
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
@@ -208,15 +208,15 @@ export interface ClientDefaults
208
208
  utf8Encoder?: __Encoder;
209
209
  runtime?: string;
210
210
  disableHostPrefix?: boolean;
211
- maxAttempts?: number | __Provider<number>;
212
- retryMode?: string | __Provider<string>;
213
- logger?: __Logger;
211
+ serviceId?: string;
214
212
  useDualstackEndpoint?: boolean | __Provider<boolean>;
215
213
  useFipsEndpoint?: boolean | __Provider<boolean>;
216
- serviceId?: string;
217
214
  region?: string | __Provider<string>;
218
215
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
219
216
  defaultUserAgentProvider?: Provider<__UserAgent>;
217
+ maxAttempts?: number | __Provider<number>;
218
+ retryMode?: string | __Provider<string>;
219
+ logger?: __Logger;
220
220
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
221
221
  }
222
222
  declare type MigrationHubRefactorSpacesClientConfigType = Partial<
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
27
27
  defaultSigningName: string;
28
28
  };
29
29
  export interface EndpointParameters extends __EndpointParameters {
30
- Region?: string;
30
+ Region: string;
31
31
  UseDualStack?: boolean;
32
32
  UseFIPS?: boolean;
33
33
  Endpoint?: string;
@@ -185,6 +185,7 @@ export declare class ValidationException extends __BaseException {
185
185
  );
186
186
  }
187
187
  export declare enum NetworkFabricType {
188
+ NONE = "NONE",
188
189
  TRANSIT_GATEWAY = "TRANSIT_GATEWAY",
189
190
  }
190
191
  export interface CreateEnvironmentRequest {
@@ -36,8 +36,8 @@ export declare const getRuntimeConfig: (
36
36
  utf8Decoder: import("@aws-sdk/types").Decoder;
37
37
  utf8Encoder: import("@aws-sdk/types").Encoder;
38
38
  disableHostPrefix: boolean;
39
- logger: import("@aws-sdk/types").Logger;
40
39
  serviceId: string;
40
+ logger: import("@aws-sdk/types").Logger;
41
41
  endpoint?:
42
42
  | ((
43
43
  | string
@@ -36,8 +36,8 @@ export declare const getRuntimeConfig: (
36
36
  utf8Decoder: import("@aws-sdk/types").Decoder;
37
37
  utf8Encoder: import("@aws-sdk/types").Encoder;
38
38
  disableHostPrefix: boolean;
39
- logger: import("@aws-sdk/types").Logger;
40
39
  serviceId: string;
40
+ logger: import("@aws-sdk/types").Logger;
41
41
  endpoint?:
42
42
  | ((
43
43
  | string
@@ -21,12 +21,9 @@ export declare const getRuntimeConfig: (
21
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
22
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
23
23
  disableHostPrefix: boolean;
24
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
25
- retryMode: string | import("@aws-sdk/types").Provider<string>;
26
- logger: import("@aws-sdk/types").Logger;
24
+ serviceId: string;
27
25
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
28
26
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
29
- serviceId: string;
30
27
  region: string | import("@aws-sdk/types").Provider<any>;
31
28
  credentialDefaultProvider: (
32
29
  input: any
@@ -34,6 +31,9 @@ export declare const getRuntimeConfig: (
34
31
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<
35
32
  import("@aws-sdk/types").UserAgent
36
33
  >;
34
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
35
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
36
+ logger: import("@aws-sdk/types").Logger;
37
37
  defaultsMode:
38
38
  | import("@aws-sdk/smithy-client").DefaultsMode
39
39
  | import("@aws-sdk/types").Provider<
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-migration-hub-refactor-spaces",
3
3
  "description": "AWS SDK for JavaScript Migration Hub Refactor Spaces Client for Node.js, Browser and React Native",
4
- "version": "3.267.0",
4
+ "version": "3.271.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",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.267.0",
24
- "@aws-sdk/config-resolver": "3.267.0",
25
- "@aws-sdk/credential-provider-node": "3.267.0",
26
- "@aws-sdk/fetch-http-handler": "3.267.0",
27
- "@aws-sdk/hash-node": "3.267.0",
28
- "@aws-sdk/invalid-dependency": "3.267.0",
29
- "@aws-sdk/middleware-content-length": "3.267.0",
30
- "@aws-sdk/middleware-endpoint": "3.267.0",
31
- "@aws-sdk/middleware-host-header": "3.267.0",
32
- "@aws-sdk/middleware-logger": "3.267.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.267.0",
34
- "@aws-sdk/middleware-retry": "3.267.0",
35
- "@aws-sdk/middleware-serde": "3.267.0",
36
- "@aws-sdk/middleware-signing": "3.267.0",
37
- "@aws-sdk/middleware-stack": "3.267.0",
38
- "@aws-sdk/middleware-user-agent": "3.267.0",
39
- "@aws-sdk/node-config-provider": "3.267.0",
40
- "@aws-sdk/node-http-handler": "3.267.0",
41
- "@aws-sdk/protocol-http": "3.267.0",
42
- "@aws-sdk/smithy-client": "3.267.0",
43
- "@aws-sdk/types": "3.267.0",
44
- "@aws-sdk/url-parser": "3.267.0",
23
+ "@aws-sdk/client-sts": "3.271.0",
24
+ "@aws-sdk/config-resolver": "3.271.0",
25
+ "@aws-sdk/credential-provider-node": "3.271.0",
26
+ "@aws-sdk/fetch-http-handler": "3.271.0",
27
+ "@aws-sdk/hash-node": "3.271.0",
28
+ "@aws-sdk/invalid-dependency": "3.271.0",
29
+ "@aws-sdk/middleware-content-length": "3.271.0",
30
+ "@aws-sdk/middleware-endpoint": "3.271.0",
31
+ "@aws-sdk/middleware-host-header": "3.271.0",
32
+ "@aws-sdk/middleware-logger": "3.271.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.271.0",
34
+ "@aws-sdk/middleware-retry": "3.271.0",
35
+ "@aws-sdk/middleware-serde": "3.271.0",
36
+ "@aws-sdk/middleware-signing": "3.271.0",
37
+ "@aws-sdk/middleware-stack": "3.271.0",
38
+ "@aws-sdk/middleware-user-agent": "3.271.0",
39
+ "@aws-sdk/node-config-provider": "3.271.0",
40
+ "@aws-sdk/node-http-handler": "3.271.0",
41
+ "@aws-sdk/protocol-http": "3.271.0",
42
+ "@aws-sdk/smithy-client": "3.271.0",
43
+ "@aws-sdk/types": "3.271.0",
44
+ "@aws-sdk/url-parser": "3.271.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.267.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.267.0",
50
- "@aws-sdk/util-endpoints": "3.267.0",
51
- "@aws-sdk/util-retry": "3.267.0",
52
- "@aws-sdk/util-user-agent-browser": "3.267.0",
53
- "@aws-sdk/util-user-agent-node": "3.267.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.271.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.271.0",
50
+ "@aws-sdk/util-endpoints": "3.271.0",
51
+ "@aws-sdk/util-retry": "3.271.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.271.0",
53
+ "@aws-sdk/util-user-agent-node": "3.271.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1",
56
56
  "uuid": "^8.3.2"