@aws-sdk/client-migration-hub-refactor-spaces 3.54.1 → 3.55.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/CHANGELOG.md +8 -0
- package/dist-cjs/MigrationHubRefactorSpacesClient.js +13 -13
- package/dist-cjs/commands/CreateApplicationCommand.js +3 -3
- package/dist-cjs/commands/CreateEnvironmentCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteCommand.js +3 -3
- package/dist-cjs/commands/CreateServiceCommand.js +3 -3
- package/dist-cjs/commands/DeleteApplicationCommand.js +3 -3
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +3 -3
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-cjs/commands/DeleteRouteCommand.js +3 -3
- package/dist-cjs/commands/DeleteServiceCommand.js +3 -3
- package/dist-cjs/commands/GetApplicationCommand.js +3 -3
- package/dist-cjs/commands/GetEnvironmentCommand.js +3 -3
- package/dist-cjs/commands/GetResourcePolicyCommand.js +3 -3
- package/dist-cjs/commands/GetRouteCommand.js +3 -3
- package/dist-cjs/commands/GetServiceCommand.js +3 -3
- package/dist-cjs/commands/ListApplicationsCommand.js +3 -3
- package/dist-cjs/commands/ListEnvironmentVpcsCommand.js +3 -3
- package/dist-cjs/commands/ListEnvironmentsCommand.js +3 -3
- package/dist-cjs/commands/ListRoutesCommand.js +3 -3
- package/dist-cjs/commands/ListServicesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_restJson1.js +318 -318
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/MigrationHubRefactorSpaces.js +23 -23
- package/dist-es/pagination/ListApplicationsPaginator.js +4 -4
- package/dist-es/pagination/ListEnvironmentVpcsPaginator.js +4 -4
- package/dist-es/pagination/ListEnvironmentsPaginator.js +4 -4
- package/dist-es/pagination/ListRoutesPaginator.js +4 -4
- package/dist-es/pagination/ListServicesPaginator.js +4 -4
- package/dist-es/protocols/Aws_restJson1.js +23 -23
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +34 -34
|
@@ -15,7 +15,7 @@ export var serializeAws_restJson1CreateApplicationCommand = function (input, con
|
|
|
15
15
|
headers = {
|
|
16
16
|
"content-type": "application/json",
|
|
17
17
|
};
|
|
18
|
-
resolvedPath = ""
|
|
18
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
19
19
|
"/environments/{EnvironmentIdentifier}/applications";
|
|
20
20
|
if (input.EnvironmentIdentifier !== undefined) {
|
|
21
21
|
labelValue = input.EnvironmentIdentifier;
|
|
@@ -54,7 +54,7 @@ export var serializeAws_restJson1CreateEnvironmentCommand = function (input, con
|
|
|
54
54
|
headers = {
|
|
55
55
|
"content-type": "application/json",
|
|
56
56
|
};
|
|
57
|
-
resolvedPath = ""
|
|
57
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/environments";
|
|
58
58
|
body = JSON.stringify(__assign(__assign(__assign(__assign({ ClientToken: (_c = input.ClientToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.NetworkFabricType !== undefined &&
|
|
59
59
|
input.NetworkFabricType !== null && { NetworkFabricType: input.NetworkFabricType })), (input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_restJson1TagMap(input.Tags, context) })));
|
|
60
60
|
return [2, new __HttpRequest({
|
|
@@ -80,7 +80,7 @@ export var serializeAws_restJson1CreateRouteCommand = function (input, context)
|
|
|
80
80
|
headers = {
|
|
81
81
|
"content-type": "application/json",
|
|
82
82
|
};
|
|
83
|
-
resolvedPath = ""
|
|
83
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
84
84
|
"/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes";
|
|
85
85
|
if (input.EnvironmentIdentifier !== undefined) {
|
|
86
86
|
labelValue = input.EnvironmentIdentifier;
|
|
@@ -130,7 +130,7 @@ export var serializeAws_restJson1CreateServiceCommand = function (input, context
|
|
|
130
130
|
headers = {
|
|
131
131
|
"content-type": "application/json",
|
|
132
132
|
};
|
|
133
|
-
resolvedPath = ""
|
|
133
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
134
134
|
"/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/services";
|
|
135
135
|
if (input.EnvironmentIdentifier !== undefined) {
|
|
136
136
|
labelValue = input.EnvironmentIdentifier;
|
|
@@ -179,7 +179,7 @@ export var serializeAws_restJson1DeleteApplicationCommand = function (input, con
|
|
|
179
179
|
case 1:
|
|
180
180
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
181
181
|
headers = {};
|
|
182
|
-
resolvedPath = ""
|
|
182
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
183
183
|
"/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}";
|
|
184
184
|
if (input.EnvironmentIdentifier !== undefined) {
|
|
185
185
|
labelValue = input.EnvironmentIdentifier;
|
|
@@ -221,7 +221,7 @@ export var serializeAws_restJson1DeleteEnvironmentCommand = function (input, con
|
|
|
221
221
|
case 1:
|
|
222
222
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
223
223
|
headers = {};
|
|
224
|
-
resolvedPath = ""
|
|
224
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/environments/{EnvironmentIdentifier}";
|
|
225
225
|
if (input.EnvironmentIdentifier !== undefined) {
|
|
226
226
|
labelValue = input.EnvironmentIdentifier;
|
|
227
227
|
if (labelValue.length <= 0) {
|
|
@@ -252,7 +252,7 @@ export var serializeAws_restJson1DeleteResourcePolicyCommand = function (input,
|
|
|
252
252
|
case 1:
|
|
253
253
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
254
254
|
headers = {};
|
|
255
|
-
resolvedPath = ""
|
|
255
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/resourcepolicy/{Identifier}";
|
|
256
256
|
if (input.Identifier !== undefined) {
|
|
257
257
|
labelValue = input.Identifier;
|
|
258
258
|
if (labelValue.length <= 0) {
|
|
@@ -283,7 +283,7 @@ export var serializeAws_restJson1DeleteRouteCommand = function (input, context)
|
|
|
283
283
|
case 1:
|
|
284
284
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
285
285
|
headers = {};
|
|
286
|
-
resolvedPath = ""
|
|
286
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
287
287
|
"/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes/{RouteIdentifier}";
|
|
288
288
|
if (input.EnvironmentIdentifier !== undefined) {
|
|
289
289
|
labelValue = input.EnvironmentIdentifier;
|
|
@@ -335,7 +335,7 @@ export var serializeAws_restJson1DeleteServiceCommand = function (input, context
|
|
|
335
335
|
case 1:
|
|
336
336
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
337
337
|
headers = {};
|
|
338
|
-
resolvedPath = ""
|
|
338
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
339
339
|
"/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/services/{ServiceIdentifier}";
|
|
340
340
|
if (input.EnvironmentIdentifier !== undefined) {
|
|
341
341
|
labelValue = input.EnvironmentIdentifier;
|
|
@@ -387,7 +387,7 @@ export var serializeAws_restJson1GetApplicationCommand = function (input, contex
|
|
|
387
387
|
case 1:
|
|
388
388
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
389
389
|
headers = {};
|
|
390
|
-
resolvedPath = ""
|
|
390
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
391
391
|
"/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}";
|
|
392
392
|
if (input.EnvironmentIdentifier !== undefined) {
|
|
393
393
|
labelValue = input.EnvironmentIdentifier;
|
|
@@ -429,7 +429,7 @@ export var serializeAws_restJson1GetEnvironmentCommand = function (input, contex
|
|
|
429
429
|
case 1:
|
|
430
430
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
431
431
|
headers = {};
|
|
432
|
-
resolvedPath = ""
|
|
432
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/environments/{EnvironmentIdentifier}";
|
|
433
433
|
if (input.EnvironmentIdentifier !== undefined) {
|
|
434
434
|
labelValue = input.EnvironmentIdentifier;
|
|
435
435
|
if (labelValue.length <= 0) {
|
|
@@ -460,7 +460,7 @@ export var serializeAws_restJson1GetResourcePolicyCommand = function (input, con
|
|
|
460
460
|
case 1:
|
|
461
461
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
462
462
|
headers = {};
|
|
463
|
-
resolvedPath = ""
|
|
463
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/resourcepolicy/{Identifier}";
|
|
464
464
|
if (input.Identifier !== undefined) {
|
|
465
465
|
labelValue = input.Identifier;
|
|
466
466
|
if (labelValue.length <= 0) {
|
|
@@ -491,7 +491,7 @@ export var serializeAws_restJson1GetRouteCommand = function (input, context) { r
|
|
|
491
491
|
case 1:
|
|
492
492
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
493
493
|
headers = {};
|
|
494
|
-
resolvedPath = ""
|
|
494
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
495
495
|
"/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes/{RouteIdentifier}";
|
|
496
496
|
if (input.EnvironmentIdentifier !== undefined) {
|
|
497
497
|
labelValue = input.EnvironmentIdentifier;
|
|
@@ -543,7 +543,7 @@ export var serializeAws_restJson1GetServiceCommand = function (input, context) {
|
|
|
543
543
|
case 1:
|
|
544
544
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
545
545
|
headers = {};
|
|
546
|
-
resolvedPath = ""
|
|
546
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
547
547
|
"/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/services/{ServiceIdentifier}";
|
|
548
548
|
if (input.EnvironmentIdentifier !== undefined) {
|
|
549
549
|
labelValue = input.EnvironmentIdentifier;
|
|
@@ -595,7 +595,7 @@ export var serializeAws_restJson1ListApplicationsCommand = function (input, cont
|
|
|
595
595
|
case 1:
|
|
596
596
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
597
597
|
headers = {};
|
|
598
|
-
resolvedPath = ""
|
|
598
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
599
599
|
"/environments/{EnvironmentIdentifier}/applications";
|
|
600
600
|
if (input.EnvironmentIdentifier !== undefined) {
|
|
601
601
|
labelValue = input.EnvironmentIdentifier;
|
|
@@ -629,7 +629,7 @@ export var serializeAws_restJson1ListEnvironmentsCommand = function (input, cont
|
|
|
629
629
|
case 1:
|
|
630
630
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
631
631
|
headers = {};
|
|
632
|
-
resolvedPath = ""
|
|
632
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/environments";
|
|
633
633
|
query = __assign(__assign({}, (input.NextToken !== undefined && { nextToken: input.NextToken })), (input.MaxResults !== undefined && { maxResults: input.MaxResults.toString() }));
|
|
634
634
|
return [2, new __HttpRequest({
|
|
635
635
|
protocol: protocol,
|
|
@@ -652,7 +652,7 @@ export var serializeAws_restJson1ListEnvironmentVpcsCommand = function (input, c
|
|
|
652
652
|
case 1:
|
|
653
653
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
654
654
|
headers = {};
|
|
655
|
-
resolvedPath = ""
|
|
655
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
656
656
|
"/environments/{EnvironmentIdentifier}/vpcs";
|
|
657
657
|
if (input.EnvironmentIdentifier !== undefined) {
|
|
658
658
|
labelValue = input.EnvironmentIdentifier;
|
|
@@ -686,7 +686,7 @@ export var serializeAws_restJson1ListRoutesCommand = function (input, context) {
|
|
|
686
686
|
case 1:
|
|
687
687
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
688
688
|
headers = {};
|
|
689
|
-
resolvedPath = ""
|
|
689
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
690
690
|
"/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes";
|
|
691
691
|
if (input.EnvironmentIdentifier !== undefined) {
|
|
692
692
|
labelValue = input.EnvironmentIdentifier;
|
|
@@ -730,7 +730,7 @@ export var serializeAws_restJson1ListServicesCommand = function (input, context)
|
|
|
730
730
|
case 1:
|
|
731
731
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
732
732
|
headers = {};
|
|
733
|
-
resolvedPath = ""
|
|
733
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
734
734
|
"/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/services";
|
|
735
735
|
if (input.EnvironmentIdentifier !== undefined) {
|
|
736
736
|
labelValue = input.EnvironmentIdentifier;
|
|
@@ -774,7 +774,7 @@ export var serializeAws_restJson1ListTagsForResourceCommand = function (input, c
|
|
|
774
774
|
case 1:
|
|
775
775
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
776
776
|
headers = {};
|
|
777
|
-
resolvedPath = ""
|
|
777
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{ResourceArn}";
|
|
778
778
|
if (input.ResourceArn !== undefined) {
|
|
779
779
|
labelValue = input.ResourceArn;
|
|
780
780
|
if (labelValue.length <= 0) {
|
|
@@ -807,7 +807,7 @@ export var serializeAws_restJson1PutResourcePolicyCommand = function (input, con
|
|
|
807
807
|
headers = {
|
|
808
808
|
"content-type": "application/json",
|
|
809
809
|
};
|
|
810
|
-
resolvedPath = ""
|
|
810
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/resourcepolicy";
|
|
811
811
|
body = JSON.stringify(__assign(__assign({}, (input.Policy !== undefined && input.Policy !== null && { Policy: input.Policy })), (input.ResourceArn !== undefined && input.ResourceArn !== null && { ResourceArn: input.ResourceArn })));
|
|
812
812
|
return [2, new __HttpRequest({
|
|
813
813
|
protocol: protocol,
|
|
@@ -831,7 +831,7 @@ export var serializeAws_restJson1TagResourceCommand = function (input, context)
|
|
|
831
831
|
headers = {
|
|
832
832
|
"content-type": "application/json",
|
|
833
833
|
};
|
|
834
|
-
resolvedPath = ""
|
|
834
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{ResourceArn}";
|
|
835
835
|
if (input.ResourceArn !== undefined) {
|
|
836
836
|
labelValue = input.ResourceArn;
|
|
837
837
|
if (labelValue.length <= 0) {
|
|
@@ -863,7 +863,7 @@ export var serializeAws_restJson1UntagResourceCommand = function (input, context
|
|
|
863
863
|
case 1:
|
|
864
864
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
865
865
|
headers = {};
|
|
866
|
-
resolvedPath = ""
|
|
866
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{ResourceArn}";
|
|
867
867
|
if (input.ResourceArn !== undefined) {
|
|
868
868
|
labelValue = input.ResourceArn;
|
|
869
869
|
if (labelValue.length <= 0) {
|
|
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: MigrationHubRefactorSpacesClient
|
|
|
21
21
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
23
23
|
serviceId: string;
|
|
24
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
24
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: MigrationHubRefactorSpacesClient
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
21
|
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
27
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
28
|
tls?: boolean | undefined;
|
|
29
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
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.
|
|
4
|
+
"version": "3.55.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",
|
|
@@ -18,41 +18,41 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
51
|
-
"tslib": "^2.3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.55.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.55.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.55.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.55.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.55.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.55.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.55.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.55.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.55.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.55.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.55.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.55.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.55.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.55.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.55.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.55.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.55.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.55.0",
|
|
39
|
+
"@aws-sdk/types": "3.55.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.55.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.55.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.55.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.55.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.55.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.55.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.55.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.55.0",
|
|
51
|
+
"tslib": "^2.3.1",
|
|
52
52
|
"uuid": "^8.3.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.55.0",
|
|
56
56
|
"@tsconfig/recommended": "1.0.1",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"downlevel-dts": "0.7.0",
|
|
61
61
|
"rimraf": "3.0.2",
|
|
62
62
|
"typedoc": "0.19.2",
|
|
63
|
-
"typescript": "~4.
|
|
63
|
+
"typescript": "~4.6.2"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": ">=12.0.0"
|