@aws-sdk/client-migration-hub-refactor-spaces 3.54.0 → 3.56.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.
Files changed (40) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/MigrationHubRefactorSpacesClient.js +13 -13
  3. package/dist-cjs/commands/CreateApplicationCommand.js +3 -3
  4. package/dist-cjs/commands/CreateEnvironmentCommand.js +3 -3
  5. package/dist-cjs/commands/CreateRouteCommand.js +3 -3
  6. package/dist-cjs/commands/CreateServiceCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteApplicationCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteEnvironmentCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteRouteCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteServiceCommand.js +3 -3
  12. package/dist-cjs/commands/GetApplicationCommand.js +3 -3
  13. package/dist-cjs/commands/GetEnvironmentCommand.js +3 -3
  14. package/dist-cjs/commands/GetResourcePolicyCommand.js +3 -3
  15. package/dist-cjs/commands/GetRouteCommand.js +3 -3
  16. package/dist-cjs/commands/GetServiceCommand.js +3 -3
  17. package/dist-cjs/commands/ListApplicationsCommand.js +3 -3
  18. package/dist-cjs/commands/ListEnvironmentVpcsCommand.js +3 -3
  19. package/dist-cjs/commands/ListEnvironmentsCommand.js +3 -3
  20. package/dist-cjs/commands/ListRoutesCommand.js +3 -3
  21. package/dist-cjs/commands/ListServicesCommand.js +3 -3
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  23. package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
  24. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  25. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  26. package/dist-cjs/endpoints.js +1 -1
  27. package/dist-cjs/protocols/Aws_restJson1.js +318 -318
  28. package/dist-cjs/runtimeConfig.browser.js +4 -4
  29. package/dist-cjs/runtimeConfig.js +9 -9
  30. package/dist-cjs/runtimeConfig.native.js +1 -1
  31. package/dist-es/MigrationHubRefactorSpaces.js +23 -23
  32. package/dist-es/pagination/ListApplicationsPaginator.js +4 -4
  33. package/dist-es/pagination/ListEnvironmentVpcsPaginator.js +4 -4
  34. package/dist-es/pagination/ListEnvironmentsPaginator.js +4 -4
  35. package/dist-es/pagination/ListRoutesPaginator.js +4 -4
  36. package/dist-es/pagination/ListServicesPaginator.js +4 -4
  37. package/dist-es/protocols/Aws_restJson1.js +23 -23
  38. package/dist-types/runtimeConfig.native.d.ts +2 -2
  39. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  40. 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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/environments";
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/environments/{EnvironmentIdentifier}";
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/resourcepolicy/{Identifier}";
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/environments/{EnvironmentIdentifier}";
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/resourcepolicy/{Identifier}";
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/environments";
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{ResourceArn}";
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/resourcepolicy";
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{ResourceArn}";
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 = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{ResourceArn}";
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<string> | import("@aws-sdk/types").Provider<any>;
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> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
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<string> | import("@aws-sdk/types").Provider<any>;
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> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
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.54.0",
4
+ "version": "3.56.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.54.0",
22
- "@aws-sdk/config-resolver": "3.54.0",
23
- "@aws-sdk/credential-provider-node": "3.54.0",
24
- "@aws-sdk/fetch-http-handler": "3.54.0",
25
- "@aws-sdk/hash-node": "3.54.0",
26
- "@aws-sdk/invalid-dependency": "3.54.0",
27
- "@aws-sdk/middleware-content-length": "3.54.0",
28
- "@aws-sdk/middleware-host-header": "3.54.0",
29
- "@aws-sdk/middleware-logger": "3.54.0",
30
- "@aws-sdk/middleware-retry": "3.54.0",
31
- "@aws-sdk/middleware-serde": "3.54.0",
32
- "@aws-sdk/middleware-signing": "3.54.0",
33
- "@aws-sdk/middleware-stack": "3.54.0",
34
- "@aws-sdk/middleware-user-agent": "3.54.0",
35
- "@aws-sdk/node-config-provider": "3.54.0",
36
- "@aws-sdk/node-http-handler": "3.54.0",
37
- "@aws-sdk/protocol-http": "3.54.0",
38
- "@aws-sdk/smithy-client": "3.54.0",
39
- "@aws-sdk/types": "3.54.0",
40
- "@aws-sdk/url-parser": "3.54.0",
41
- "@aws-sdk/util-base64-browser": "3.52.0",
42
- "@aws-sdk/util-base64-node": "3.52.0",
43
- "@aws-sdk/util-body-length-browser": "3.54.0",
44
- "@aws-sdk/util-body-length-node": "3.54.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.54.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.54.0",
47
- "@aws-sdk/util-user-agent-browser": "3.54.0",
48
- "@aws-sdk/util-user-agent-node": "3.54.0",
49
- "@aws-sdk/util-utf8-browser": "3.52.0",
50
- "@aws-sdk/util-utf8-node": "3.52.0",
51
- "tslib": "^2.3.0",
21
+ "@aws-sdk/client-sts": "3.56.0",
22
+ "@aws-sdk/config-resolver": "3.56.0",
23
+ "@aws-sdk/credential-provider-node": "3.56.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.56.0",
31
+ "@aws-sdk/middleware-serde": "3.55.0",
32
+ "@aws-sdk/middleware-signing": "3.56.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.56.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.56.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.55.0",
48
+ "@aws-sdk/util-user-agent-node": "3.56.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.52.0",
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.3.5"
63
+ "typescript": "~4.6.2"
64
64
  },
65
65
  "engines": {
66
66
  "node": ">=12.0.0"