@aws-sdk/client-migration-hub-refactor-spaces 3.300.0 → 3.301.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/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteCommand.d.ts +5 -5
- package/dist-types/commands/CreateServiceCommand.d.ts +4 -4
- package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteServiceCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentVpcsCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListRoutesCommand.d.ts +1 -1
- package/dist-types/commands/ListServicesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRouteCommand.d.ts +1 -1
- package/package.json +3 -3
|
@@ -29,16 +29,16 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
|
|
|
29
29
|
* import { MigrationHubRefactorSpacesClient, CreateApplicationCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
30
30
|
* // const { MigrationHubRefactorSpacesClient, CreateApplicationCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
31
31
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateApplicationRequest
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
34
|
* EnvironmentIdentifier: "STRING_VALUE", // required
|
|
35
35
|
* VpcId: "STRING_VALUE", // required
|
|
36
36
|
* ProxyType: "STRING_VALUE", // required
|
|
37
|
-
* ApiGatewayProxy: {
|
|
37
|
+
* ApiGatewayProxy: { // ApiGatewayProxyInput
|
|
38
38
|
* EndpointType: "STRING_VALUE",
|
|
39
39
|
* StageName: "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
|
-
* Tags: {
|
|
41
|
+
* Tags: { // TagMap
|
|
42
42
|
* "<keys>": "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
44
|
* ClientToken: "STRING_VALUE",
|
|
@@ -33,11 +33,11 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons
|
|
|
33
33
|
* import { MigrationHubRefactorSpacesClient, CreateEnvironmentCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
34
34
|
* // const { MigrationHubRefactorSpacesClient, CreateEnvironmentCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
35
35
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // CreateEnvironmentRequest
|
|
37
37
|
* Name: "STRING_VALUE", // required
|
|
38
38
|
* Description: "STRING_VALUE",
|
|
39
39
|
* NetworkFabricType: "STRING_VALUE", // required
|
|
40
|
-
* Tags: {
|
|
40
|
+
* Tags: { // TagMap
|
|
41
41
|
* "<keys>": "STRING_VALUE",
|
|
42
42
|
* },
|
|
43
43
|
* ClientToken: "STRING_VALUE",
|
|
@@ -77,23 +77,23 @@ export interface CreateRouteCommandOutput extends CreateRouteResponse, __Metadat
|
|
|
77
77
|
* import { MigrationHubRefactorSpacesClient, CreateRouteCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
78
78
|
* // const { MigrationHubRefactorSpacesClient, CreateRouteCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
79
79
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
80
|
-
* const input = {
|
|
80
|
+
* const input = { // CreateRouteRequest
|
|
81
81
|
* EnvironmentIdentifier: "STRING_VALUE", // required
|
|
82
82
|
* ApplicationIdentifier: "STRING_VALUE", // required
|
|
83
83
|
* ServiceIdentifier: "STRING_VALUE", // required
|
|
84
84
|
* RouteType: "STRING_VALUE", // required
|
|
85
|
-
* DefaultRoute: {
|
|
85
|
+
* DefaultRoute: { // DefaultRouteInput
|
|
86
86
|
* ActivationState: "STRING_VALUE",
|
|
87
87
|
* },
|
|
88
|
-
* UriPathRoute: {
|
|
88
|
+
* UriPathRoute: { // UriPathRouteInput
|
|
89
89
|
* SourcePath: "STRING_VALUE", // required
|
|
90
90
|
* ActivationState: "STRING_VALUE", // required
|
|
91
|
-
* Methods: [
|
|
91
|
+
* Methods: [ // HttpMethods
|
|
92
92
|
* "STRING_VALUE",
|
|
93
93
|
* ],
|
|
94
94
|
* IncludeChildPaths: true || false,
|
|
95
95
|
* },
|
|
96
|
-
* Tags: {
|
|
96
|
+
* Tags: { // TagMap
|
|
97
97
|
* "<keys>": "STRING_VALUE",
|
|
98
98
|
* },
|
|
99
99
|
* ClientToken: "STRING_VALUE",
|
|
@@ -35,21 +35,21 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
|
|
|
35
35
|
* import { MigrationHubRefactorSpacesClient, CreateServiceCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
36
36
|
* // const { MigrationHubRefactorSpacesClient, CreateServiceCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
37
37
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // CreateServiceRequest
|
|
39
39
|
* Name: "STRING_VALUE", // required
|
|
40
40
|
* Description: "STRING_VALUE",
|
|
41
41
|
* EnvironmentIdentifier: "STRING_VALUE", // required
|
|
42
42
|
* ApplicationIdentifier: "STRING_VALUE", // required
|
|
43
43
|
* VpcId: "STRING_VALUE",
|
|
44
44
|
* EndpointType: "STRING_VALUE", // required
|
|
45
|
-
* UrlEndpoint: {
|
|
45
|
+
* UrlEndpoint: { // UrlEndpointInput
|
|
46
46
|
* Url: "STRING_VALUE", // required
|
|
47
47
|
* HealthUrl: "STRING_VALUE",
|
|
48
48
|
* },
|
|
49
|
-
* LambdaEndpoint: {
|
|
49
|
+
* LambdaEndpoint: { // LambdaEndpointInput
|
|
50
50
|
* Arn: "STRING_VALUE", // required
|
|
51
51
|
* },
|
|
52
|
-
* Tags: {
|
|
52
|
+
* Tags: { // TagMap
|
|
53
53
|
* "<keys>": "STRING_VALUE",
|
|
54
54
|
* },
|
|
55
55
|
* ClientToken: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
|
|
|
27
27
|
* import { MigrationHubRefactorSpacesClient, DeleteApplicationCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
28
28
|
* // const { MigrationHubRefactorSpacesClient, DeleteApplicationCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
29
29
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteApplicationRequest
|
|
31
31
|
* EnvironmentIdentifier: "STRING_VALUE", // required
|
|
32
32
|
* ApplicationIdentifier: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons
|
|
|
27
27
|
* import { MigrationHubRefactorSpacesClient, DeleteEnvironmentCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
28
28
|
* // const { MigrationHubRefactorSpacesClient, DeleteEnvironmentCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
29
29
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteEnvironmentRequest
|
|
31
31
|
* EnvironmentIdentifier: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteEnvironmentCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
26
26
|
* import { MigrationHubRefactorSpacesClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubRefactorSpacesClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteResourcePolicyRequest
|
|
30
30
|
* Identifier: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteResourcePolicyCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteRouteCommandOutput extends DeleteRouteResponse, __Metadat
|
|
|
26
26
|
* import { MigrationHubRefactorSpacesClient, DeleteRouteCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubRefactorSpacesClient, DeleteRouteCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteRouteRequest
|
|
30
30
|
* EnvironmentIdentifier: "STRING_VALUE", // required
|
|
31
31
|
* ApplicationIdentifier: "STRING_VALUE", // required
|
|
32
32
|
* RouteIdentifier: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met
|
|
|
26
26
|
* import { MigrationHubRefactorSpacesClient, DeleteServiceCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubRefactorSpacesClient, DeleteServiceCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteServiceRequest
|
|
30
30
|
* EnvironmentIdentifier: "STRING_VALUE", // required
|
|
31
31
|
* ApplicationIdentifier: "STRING_VALUE", // required
|
|
32
32
|
* ServiceIdentifier: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
|
|
|
26
26
|
* import { MigrationHubRefactorSpacesClient, GetApplicationCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubRefactorSpacesClient, GetApplicationCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetApplicationRequest
|
|
30
30
|
* EnvironmentIdentifier: "STRING_VALUE", // required
|
|
31
31
|
* ApplicationIdentifier: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M
|
|
|
26
26
|
* import { MigrationHubRefactorSpacesClient, GetEnvironmentCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubRefactorSpacesClient, GetEnvironmentCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetEnvironmentRequest
|
|
30
30
|
* EnvironmentIdentifier: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetEnvironmentCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
|
|
|
26
26
|
* import { MigrationHubRefactorSpacesClient, GetResourcePolicyCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubRefactorSpacesClient, GetResourcePolicyCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetResourcePolicyRequest
|
|
30
30
|
* Identifier: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetResourcePolicyCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetRouteCommandOutput extends GetRouteResponse, __MetadataBeare
|
|
|
26
26
|
* import { MigrationHubRefactorSpacesClient, GetRouteCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubRefactorSpacesClient, GetRouteCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetRouteRequest
|
|
30
30
|
* EnvironmentIdentifier: "STRING_VALUE", // required
|
|
31
31
|
* ApplicationIdentifier: "STRING_VALUE", // required
|
|
32
32
|
* RouteIdentifier: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface GetServiceCommandOutput extends GetServiceResponse, __MetadataB
|
|
|
26
26
|
* import { MigrationHubRefactorSpacesClient, GetServiceCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubRefactorSpacesClient, GetServiceCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetServiceRequest
|
|
30
30
|
* EnvironmentIdentifier: "STRING_VALUE", // required
|
|
31
31
|
* ApplicationIdentifier: "STRING_VALUE", // required
|
|
32
32
|
* ServiceIdentifier: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
|
|
|
26
26
|
* import { MigrationHubRefactorSpacesClient, ListApplicationsCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubRefactorSpacesClient, ListApplicationsCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListApplicationsRequest
|
|
30
30
|
* EnvironmentIdentifier: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -27,7 +27,7 @@ export interface ListEnvironmentVpcsCommandOutput extends ListEnvironmentVpcsRes
|
|
|
27
27
|
* import { MigrationHubRefactorSpacesClient, ListEnvironmentVpcsCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
28
28
|
* // const { MigrationHubRefactorSpacesClient, ListEnvironmentVpcsCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
29
29
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListEnvironmentVpcsRequest
|
|
31
31
|
* EnvironmentIdentifier: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* MaxResults: Number("int"),
|
|
@@ -27,7 +27,7 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse,
|
|
|
27
27
|
* import { MigrationHubRefactorSpacesClient, ListEnvironmentsCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
28
28
|
* // const { MigrationHubRefactorSpacesClient, ListEnvironmentsCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
29
29
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListEnvironmentsRequest
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListRoutesCommandOutput extends ListRoutesResponse, __MetadataB
|
|
|
26
26
|
* import { MigrationHubRefactorSpacesClient, ListRoutesCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubRefactorSpacesClient, ListRoutesCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListRoutesRequest
|
|
30
30
|
* EnvironmentIdentifier: "STRING_VALUE", // required
|
|
31
31
|
* ApplicationIdentifier: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
|
|
|
26
26
|
* import { MigrationHubRefactorSpacesClient, ListServicesCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubRefactorSpacesClient, ListServicesCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListServicesRequest
|
|
30
30
|
* EnvironmentIdentifier: "STRING_VALUE", // required
|
|
31
31
|
* ApplicationIdentifier: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
27
27
|
* import { MigrationHubRefactorSpacesClient, ListTagsForResourceCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
28
28
|
* // const { MigrationHubRefactorSpacesClient, ListTagsForResourceCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
29
29
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListTagsForResourceRequest
|
|
31
31
|
* ResourceArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -30,7 +30,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
30
30
|
* import { MigrationHubRefactorSpacesClient, PutResourcePolicyCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
31
31
|
* // const { MigrationHubRefactorSpacesClient, PutResourcePolicyCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
32
32
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // PutResourcePolicyRequest
|
|
34
34
|
* ResourceArn: "STRING_VALUE", // required
|
|
35
35
|
* Policy: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
@@ -32,9 +32,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
32
32
|
* import { MigrationHubRefactorSpacesClient, TagResourceCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
33
33
|
* // const { MigrationHubRefactorSpacesClient, TagResourceCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
34
34
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // TagResourceRequest
|
|
36
36
|
* ResourceArn: "STRING_VALUE", // required
|
|
37
|
-
* Tags: { // required
|
|
37
|
+
* Tags: { // TagMap // required
|
|
38
38
|
* "<keys>": "STRING_VALUE",
|
|
39
39
|
* },
|
|
40
40
|
* };
|
|
@@ -28,9 +28,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
28
28
|
* import { MigrationHubRefactorSpacesClient, UntagResourceCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
29
29
|
* // const { MigrationHubRefactorSpacesClient, UntagResourceCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
30
30
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // UntagResourceRequest
|
|
32
32
|
* ResourceArn: "STRING_VALUE", // required
|
|
33
|
-
* TagKeys: [ // required
|
|
33
|
+
* TagKeys: [ // TagKeys // required
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* };
|
|
@@ -26,7 +26,7 @@ export interface UpdateRouteCommandOutput extends UpdateRouteResponse, __Metadat
|
|
|
26
26
|
* import { MigrationHubRefactorSpacesClient, UpdateRouteCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubRefactorSpacesClient, UpdateRouteCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubRefactorSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateRouteRequest
|
|
30
30
|
* EnvironmentIdentifier: "STRING_VALUE", // required
|
|
31
31
|
* ApplicationIdentifier: "STRING_VALUE", // required
|
|
32
32
|
* RouteIdentifier: "STRING_VALUE", // required
|
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.301.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,9 +21,9 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|