@aws-sdk/client-migration-hub-refactor-spaces 3.325.0 → 3.326.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 +23 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +17 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +26 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +28 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +10 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +11 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +12 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +38 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +28 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetRouteCommand.d.ts +37 -0
- package/dist-types/commands/GetServiceCommand.d.ts +38 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +43 -0
- package/dist-types/commands/ListEnvironmentVpcsCommand.d.ts +19 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +33 -0
- package/dist-types/commands/ListRoutesCommand.d.ts +42 -0
- package/dist-types/commands/ListServicesCommand.d.ts +43 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRouteCommand.d.ts +11 -0
- package/package.json +3 -3
|
@@ -50,6 +50,27 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new CreateApplicationCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // { // CreateApplicationResponse
|
|
54
|
+
* // Name: "STRING_VALUE",
|
|
55
|
+
* // Arn: "STRING_VALUE",
|
|
56
|
+
* // OwnerAccountId: "STRING_VALUE",
|
|
57
|
+
* // CreatedByAccountId: "STRING_VALUE",
|
|
58
|
+
* // ApplicationId: "STRING_VALUE",
|
|
59
|
+
* // EnvironmentId: "STRING_VALUE",
|
|
60
|
+
* // VpcId: "STRING_VALUE",
|
|
61
|
+
* // ProxyType: "STRING_VALUE",
|
|
62
|
+
* // ApiGatewayProxy: { // ApiGatewayProxyInput
|
|
63
|
+
* // EndpointType: "STRING_VALUE",
|
|
64
|
+
* // StageName: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // State: "STRING_VALUE",
|
|
67
|
+
* // Tags: { // TagMap
|
|
68
|
+
* // "<keys>": "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
71
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
72
|
+
* // };
|
|
73
|
+
*
|
|
53
74
|
* ```
|
|
54
75
|
*
|
|
55
76
|
* @param CreateApplicationCommandInput - {@link CreateApplicationCommandInput}
|
|
@@ -80,6 +101,8 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
|
|
|
80
101
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
81
102
|
* </p>
|
|
82
103
|
*
|
|
104
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
105
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
83
106
|
*
|
|
84
107
|
*/
|
|
85
108
|
export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -46,6 +46,21 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new CreateEnvironmentCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateEnvironmentResponse
|
|
50
|
+
* // Name: "STRING_VALUE",
|
|
51
|
+
* // Arn: "STRING_VALUE",
|
|
52
|
+
* // Description: "STRING_VALUE",
|
|
53
|
+
* // EnvironmentId: "STRING_VALUE",
|
|
54
|
+
* // NetworkFabricType: "STRING_VALUE",
|
|
55
|
+
* // OwnerAccountId: "STRING_VALUE",
|
|
56
|
+
* // State: "STRING_VALUE",
|
|
57
|
+
* // Tags: { // TagMap
|
|
58
|
+
* // "<keys>": "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
61
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
49
64
|
* ```
|
|
50
65
|
*
|
|
51
66
|
* @param CreateEnvironmentCommandInput - {@link CreateEnvironmentCommandInput}
|
|
@@ -76,6 +91,8 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons
|
|
|
76
91
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
77
92
|
* </p>
|
|
78
93
|
*
|
|
94
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
79
96
|
*
|
|
80
97
|
*/
|
|
81
98
|
export declare class CreateEnvironmentCommand extends $Command<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -120,6 +120,30 @@ export interface CreateRouteCommandOutput extends CreateRouteResponse, __Metadat
|
|
|
120
120
|
* };
|
|
121
121
|
* const command = new CreateRouteCommand(input);
|
|
122
122
|
* const response = await client.send(command);
|
|
123
|
+
* // { // CreateRouteResponse
|
|
124
|
+
* // RouteId: "STRING_VALUE",
|
|
125
|
+
* // Arn: "STRING_VALUE",
|
|
126
|
+
* // OwnerAccountId: "STRING_VALUE",
|
|
127
|
+
* // CreatedByAccountId: "STRING_VALUE",
|
|
128
|
+
* // RouteType: "STRING_VALUE",
|
|
129
|
+
* // ServiceId: "STRING_VALUE",
|
|
130
|
+
* // ApplicationId: "STRING_VALUE",
|
|
131
|
+
* // UriPathRoute: { // UriPathRouteInput
|
|
132
|
+
* // SourcePath: "STRING_VALUE", // required
|
|
133
|
+
* // ActivationState: "STRING_VALUE", // required
|
|
134
|
+
* // Methods: [ // HttpMethods
|
|
135
|
+
* // "STRING_VALUE",
|
|
136
|
+
* // ],
|
|
137
|
+
* // IncludeChildPaths: true || false,
|
|
138
|
+
* // },
|
|
139
|
+
* // State: "STRING_VALUE",
|
|
140
|
+
* // Tags: { // TagMap
|
|
141
|
+
* // "<keys>": "STRING_VALUE",
|
|
142
|
+
* // },
|
|
143
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
144
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
145
|
+
* // };
|
|
146
|
+
*
|
|
123
147
|
* ```
|
|
124
148
|
*
|
|
125
149
|
* @param CreateRouteCommandInput - {@link CreateRouteCommandInput}
|
|
@@ -150,6 +174,8 @@ export interface CreateRouteCommandOutput extends CreateRouteResponse, __Metadat
|
|
|
150
174
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
151
175
|
* </p>
|
|
152
176
|
*
|
|
177
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
178
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
153
179
|
*
|
|
154
180
|
*/
|
|
155
181
|
export declare class CreateRouteCommand extends $Command<CreateRouteCommandInput, CreateRouteCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -56,6 +56,32 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
|
|
|
56
56
|
* };
|
|
57
57
|
* const command = new CreateServiceCommand(input);
|
|
58
58
|
* const response = await client.send(command);
|
|
59
|
+
* // { // CreateServiceResponse
|
|
60
|
+
* // ServiceId: "STRING_VALUE",
|
|
61
|
+
* // Name: "STRING_VALUE",
|
|
62
|
+
* // Arn: "STRING_VALUE",
|
|
63
|
+
* // OwnerAccountId: "STRING_VALUE",
|
|
64
|
+
* // CreatedByAccountId: "STRING_VALUE",
|
|
65
|
+
* // Description: "STRING_VALUE",
|
|
66
|
+
* // EnvironmentId: "STRING_VALUE",
|
|
67
|
+
* // ApplicationId: "STRING_VALUE",
|
|
68
|
+
* // VpcId: "STRING_VALUE",
|
|
69
|
+
* // EndpointType: "STRING_VALUE",
|
|
70
|
+
* // UrlEndpoint: { // UrlEndpointInput
|
|
71
|
+
* // Url: "STRING_VALUE", // required
|
|
72
|
+
* // HealthUrl: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // LambdaEndpoint: { // LambdaEndpointInput
|
|
75
|
+
* // Arn: "STRING_VALUE", // required
|
|
76
|
+
* // },
|
|
77
|
+
* // State: "STRING_VALUE",
|
|
78
|
+
* // Tags: { // TagMap
|
|
79
|
+
* // "<keys>": "STRING_VALUE",
|
|
80
|
+
* // },
|
|
81
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
82
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
83
|
+
* // };
|
|
84
|
+
*
|
|
59
85
|
* ```
|
|
60
86
|
*
|
|
61
87
|
* @param CreateServiceCommandInput - {@link CreateServiceCommandInput}
|
|
@@ -86,6 +112,8 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
|
|
|
86
112
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
87
113
|
* </p>
|
|
88
114
|
*
|
|
115
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
116
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
89
117
|
*
|
|
90
118
|
*/
|
|
91
119
|
export declare class CreateServiceCommand extends $Command<CreateServiceCommandInput, CreateServiceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -33,6 +33,15 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteApplicationCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteApplicationResponse
|
|
37
|
+
* // Name: "STRING_VALUE",
|
|
38
|
+
* // Arn: "STRING_VALUE",
|
|
39
|
+
* // ApplicationId: "STRING_VALUE",
|
|
40
|
+
* // EnvironmentId: "STRING_VALUE",
|
|
41
|
+
* // State: "STRING_VALUE",
|
|
42
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
36
45
|
* ```
|
|
37
46
|
*
|
|
38
47
|
* @param DeleteApplicationCommandInput - {@link DeleteApplicationCommandInput}
|
|
@@ -60,6 +69,8 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
|
|
|
60
69
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
61
70
|
* </p>
|
|
62
71
|
*
|
|
72
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
63
74
|
*
|
|
64
75
|
*/
|
|
65
76
|
export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -32,6 +32,14 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteEnvironmentCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DeleteEnvironmentResponse
|
|
36
|
+
* // Name: "STRING_VALUE",
|
|
37
|
+
* // Arn: "STRING_VALUE",
|
|
38
|
+
* // EnvironmentId: "STRING_VALUE",
|
|
39
|
+
* // State: "STRING_VALUE",
|
|
40
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
35
43
|
* ```
|
|
36
44
|
*
|
|
37
45
|
* @param DeleteEnvironmentCommandInput - {@link DeleteEnvironmentCommandInput}
|
|
@@ -59,6 +67,8 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons
|
|
|
59
67
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
60
68
|
* </p>
|
|
61
69
|
*
|
|
70
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
62
72
|
*
|
|
63
73
|
*/
|
|
64
74
|
export declare class DeleteEnvironmentCommand extends $Command<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteResourcePolicyCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteResourcePolicyCommandInput - {@link DeleteResourcePolicyCommandInput}
|
|
@@ -55,6 +57,8 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
55
57
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
56
58
|
* </p>
|
|
57
59
|
*
|
|
60
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
58
62
|
*
|
|
59
63
|
*/
|
|
60
64
|
export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -33,6 +33,15 @@ export interface DeleteRouteCommandOutput extends DeleteRouteResponse, __Metadat
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteRouteCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteRouteResponse
|
|
37
|
+
* // RouteId: "STRING_VALUE",
|
|
38
|
+
* // Arn: "STRING_VALUE",
|
|
39
|
+
* // ServiceId: "STRING_VALUE",
|
|
40
|
+
* // ApplicationId: "STRING_VALUE",
|
|
41
|
+
* // State: "STRING_VALUE",
|
|
42
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
36
45
|
* ```
|
|
37
46
|
*
|
|
38
47
|
* @param DeleteRouteCommandInput - {@link DeleteRouteCommandInput}
|
|
@@ -60,6 +69,8 @@ export interface DeleteRouteCommandOutput extends DeleteRouteResponse, __Metadat
|
|
|
60
69
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
61
70
|
* </p>
|
|
62
71
|
*
|
|
72
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
63
74
|
*
|
|
64
75
|
*/
|
|
65
76
|
export declare class DeleteRouteCommand extends $Command<DeleteRouteCommandInput, DeleteRouteCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -33,6 +33,16 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteServiceCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteServiceResponse
|
|
37
|
+
* // ServiceId: "STRING_VALUE",
|
|
38
|
+
* // Name: "STRING_VALUE",
|
|
39
|
+
* // Arn: "STRING_VALUE",
|
|
40
|
+
* // EnvironmentId: "STRING_VALUE",
|
|
41
|
+
* // ApplicationId: "STRING_VALUE",
|
|
42
|
+
* // State: "STRING_VALUE",
|
|
43
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
36
46
|
* ```
|
|
37
47
|
*
|
|
38
48
|
* @param DeleteServiceCommandInput - {@link DeleteServiceCommandInput}
|
|
@@ -60,6 +70,8 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met
|
|
|
60
70
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
61
71
|
* </p>
|
|
62
72
|
*
|
|
73
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
63
75
|
*
|
|
64
76
|
*/
|
|
65
77
|
export declare class DeleteServiceCommand extends $Command<DeleteServiceCommandInput, DeleteServiceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -32,6 +32,42 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetApplicationCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetApplicationResponse
|
|
36
|
+
* // Name: "STRING_VALUE",
|
|
37
|
+
* // Arn: "STRING_VALUE",
|
|
38
|
+
* // OwnerAccountId: "STRING_VALUE",
|
|
39
|
+
* // CreatedByAccountId: "STRING_VALUE",
|
|
40
|
+
* // ApplicationId: "STRING_VALUE",
|
|
41
|
+
* // EnvironmentId: "STRING_VALUE",
|
|
42
|
+
* // VpcId: "STRING_VALUE",
|
|
43
|
+
* // ProxyType: "STRING_VALUE",
|
|
44
|
+
* // ApiGatewayProxy: { // ApiGatewayProxyConfig
|
|
45
|
+
* // ProxyUrl: "STRING_VALUE",
|
|
46
|
+
* // ApiGatewayId: "STRING_VALUE",
|
|
47
|
+
* // VpcLinkId: "STRING_VALUE",
|
|
48
|
+
* // NlbArn: "STRING_VALUE",
|
|
49
|
+
* // NlbName: "STRING_VALUE",
|
|
50
|
+
* // EndpointType: "STRING_VALUE",
|
|
51
|
+
* // StageName: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // State: "STRING_VALUE",
|
|
54
|
+
* // Tags: { // TagMap
|
|
55
|
+
* // "<keys>": "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // Error: { // ErrorResponse
|
|
58
|
+
* // Code: "STRING_VALUE",
|
|
59
|
+
* // Message: "STRING_VALUE",
|
|
60
|
+
* // AccountId: "STRING_VALUE",
|
|
61
|
+
* // ResourceIdentifier: "STRING_VALUE",
|
|
62
|
+
* // ResourceType: "STRING_VALUE",
|
|
63
|
+
* // AdditionalDetails: { // AdditionalDetails
|
|
64
|
+
* // "<keys>": "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // },
|
|
67
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
68
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
35
71
|
* ```
|
|
36
72
|
*
|
|
37
73
|
* @param GetApplicationCommandInput - {@link GetApplicationCommandInput}
|
|
@@ -56,6 +92,8 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
|
|
|
56
92
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
57
93
|
* </p>
|
|
58
94
|
*
|
|
95
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
96
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
59
97
|
*
|
|
60
98
|
*/
|
|
61
99
|
export declare class GetApplicationCommand extends $Command<GetApplicationCommandInput, GetApplicationCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -31,6 +31,32 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetEnvironmentCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetEnvironmentResponse
|
|
35
|
+
* // Name: "STRING_VALUE",
|
|
36
|
+
* // Arn: "STRING_VALUE",
|
|
37
|
+
* // Description: "STRING_VALUE",
|
|
38
|
+
* // EnvironmentId: "STRING_VALUE",
|
|
39
|
+
* // NetworkFabricType: "STRING_VALUE",
|
|
40
|
+
* // OwnerAccountId: "STRING_VALUE",
|
|
41
|
+
* // TransitGatewayId: "STRING_VALUE",
|
|
42
|
+
* // State: "STRING_VALUE",
|
|
43
|
+
* // Tags: { // TagMap
|
|
44
|
+
* // "<keys>": "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // Error: { // ErrorResponse
|
|
47
|
+
* // Code: "STRING_VALUE",
|
|
48
|
+
* // Message: "STRING_VALUE",
|
|
49
|
+
* // AccountId: "STRING_VALUE",
|
|
50
|
+
* // ResourceIdentifier: "STRING_VALUE",
|
|
51
|
+
* // ResourceType: "STRING_VALUE",
|
|
52
|
+
* // AdditionalDetails: { // AdditionalDetails
|
|
53
|
+
* // "<keys>": "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // },
|
|
56
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
57
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
34
60
|
* ```
|
|
35
61
|
*
|
|
36
62
|
* @param GetEnvironmentCommandInput - {@link GetEnvironmentCommandInput}
|
|
@@ -55,6 +81,8 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M
|
|
|
55
81
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
56
82
|
* </p>
|
|
57
83
|
*
|
|
84
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
58
86
|
*
|
|
59
87
|
*/
|
|
60
88
|
export declare class GetEnvironmentCommand extends $Command<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -31,6 +31,10 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetResourcePolicyCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetResourcePolicyResponse
|
|
35
|
+
* // Policy: "STRING_VALUE",
|
|
36
|
+
* // };
|
|
37
|
+
*
|
|
34
38
|
* ```
|
|
35
39
|
*
|
|
36
40
|
* @param GetResourcePolicyCommandInput - {@link GetResourcePolicyCommandInput}
|
|
@@ -55,6 +59,8 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
|
|
|
55
59
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
56
60
|
* </p>
|
|
57
61
|
*
|
|
62
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
58
64
|
*
|
|
59
65
|
*/
|
|
60
66
|
export declare class GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -33,6 +33,41 @@ export interface GetRouteCommandOutput extends GetRouteResponse, __MetadataBeare
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetRouteCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetRouteResponse
|
|
37
|
+
* // RouteId: "STRING_VALUE",
|
|
38
|
+
* // Arn: "STRING_VALUE",
|
|
39
|
+
* // OwnerAccountId: "STRING_VALUE",
|
|
40
|
+
* // CreatedByAccountId: "STRING_VALUE",
|
|
41
|
+
* // RouteType: "STRING_VALUE",
|
|
42
|
+
* // ServiceId: "STRING_VALUE",
|
|
43
|
+
* // ApplicationId: "STRING_VALUE",
|
|
44
|
+
* // EnvironmentId: "STRING_VALUE",
|
|
45
|
+
* // SourcePath: "STRING_VALUE",
|
|
46
|
+
* // Methods: [ // HttpMethods
|
|
47
|
+
* // "STRING_VALUE",
|
|
48
|
+
* // ],
|
|
49
|
+
* // IncludeChildPaths: true || false,
|
|
50
|
+
* // PathResourceToId: { // PathResourceToId
|
|
51
|
+
* // "<keys>": "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // State: "STRING_VALUE",
|
|
54
|
+
* // Tags: { // TagMap
|
|
55
|
+
* // "<keys>": "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // Error: { // ErrorResponse
|
|
58
|
+
* // Code: "STRING_VALUE",
|
|
59
|
+
* // Message: "STRING_VALUE",
|
|
60
|
+
* // AccountId: "STRING_VALUE",
|
|
61
|
+
* // ResourceIdentifier: "STRING_VALUE",
|
|
62
|
+
* // ResourceType: "STRING_VALUE",
|
|
63
|
+
* // AdditionalDetails: { // AdditionalDetails
|
|
64
|
+
* // "<keys>": "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // },
|
|
67
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
68
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
36
71
|
* ```
|
|
37
72
|
*
|
|
38
73
|
* @param GetRouteCommandInput - {@link GetRouteCommandInput}
|
|
@@ -57,6 +92,8 @@ export interface GetRouteCommandOutput extends GetRouteResponse, __MetadataBeare
|
|
|
57
92
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
58
93
|
* </p>
|
|
59
94
|
*
|
|
95
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
96
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
60
97
|
*
|
|
61
98
|
*/
|
|
62
99
|
export declare class GetRouteCommand extends $Command<GetRouteCommandInput, GetRouteCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -33,6 +33,42 @@ export interface GetServiceCommandOutput extends GetServiceResponse, __MetadataB
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetServiceCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetServiceResponse
|
|
37
|
+
* // ServiceId: "STRING_VALUE",
|
|
38
|
+
* // Name: "STRING_VALUE",
|
|
39
|
+
* // Arn: "STRING_VALUE",
|
|
40
|
+
* // OwnerAccountId: "STRING_VALUE",
|
|
41
|
+
* // CreatedByAccountId: "STRING_VALUE",
|
|
42
|
+
* // Description: "STRING_VALUE",
|
|
43
|
+
* // EnvironmentId: "STRING_VALUE",
|
|
44
|
+
* // ApplicationId: "STRING_VALUE",
|
|
45
|
+
* // VpcId: "STRING_VALUE",
|
|
46
|
+
* // EndpointType: "STRING_VALUE",
|
|
47
|
+
* // UrlEndpoint: { // UrlEndpointConfig
|
|
48
|
+
* // Url: "STRING_VALUE",
|
|
49
|
+
* // HealthUrl: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // LambdaEndpoint: { // LambdaEndpointConfig
|
|
52
|
+
* // Arn: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // State: "STRING_VALUE",
|
|
55
|
+
* // Tags: { // TagMap
|
|
56
|
+
* // "<keys>": "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // Error: { // ErrorResponse
|
|
59
|
+
* // Code: "STRING_VALUE",
|
|
60
|
+
* // Message: "STRING_VALUE",
|
|
61
|
+
* // AccountId: "STRING_VALUE",
|
|
62
|
+
* // ResourceIdentifier: "STRING_VALUE",
|
|
63
|
+
* // ResourceType: "STRING_VALUE",
|
|
64
|
+
* // AdditionalDetails: { // AdditionalDetails
|
|
65
|
+
* // "<keys>": "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // },
|
|
68
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
69
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
70
|
+
* // };
|
|
71
|
+
*
|
|
36
72
|
* ```
|
|
37
73
|
*
|
|
38
74
|
* @param GetServiceCommandInput - {@link GetServiceCommandInput}
|
|
@@ -57,6 +93,8 @@ export interface GetServiceCommandOutput extends GetServiceResponse, __MetadataB
|
|
|
57
93
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
58
94
|
* </p>
|
|
59
95
|
*
|
|
96
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
60
98
|
*
|
|
61
99
|
*/
|
|
62
100
|
export declare class GetServiceCommand extends $Command<GetServiceCommandInput, GetServiceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -33,6 +33,47 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListApplicationsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListApplicationsResponse
|
|
37
|
+
* // ApplicationSummaryList: [ // ApplicationSummaries
|
|
38
|
+
* // { // ApplicationSummary
|
|
39
|
+
* // Name: "STRING_VALUE",
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // OwnerAccountId: "STRING_VALUE",
|
|
42
|
+
* // CreatedByAccountId: "STRING_VALUE",
|
|
43
|
+
* // ApplicationId: "STRING_VALUE",
|
|
44
|
+
* // EnvironmentId: "STRING_VALUE",
|
|
45
|
+
* // VpcId: "STRING_VALUE",
|
|
46
|
+
* // ProxyType: "STRING_VALUE",
|
|
47
|
+
* // ApiGatewayProxy: { // ApiGatewayProxySummary
|
|
48
|
+
* // ProxyUrl: "STRING_VALUE",
|
|
49
|
+
* // ApiGatewayId: "STRING_VALUE",
|
|
50
|
+
* // VpcLinkId: "STRING_VALUE",
|
|
51
|
+
* // NlbArn: "STRING_VALUE",
|
|
52
|
+
* // NlbName: "STRING_VALUE",
|
|
53
|
+
* // EndpointType: "STRING_VALUE",
|
|
54
|
+
* // StageName: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // State: "STRING_VALUE",
|
|
57
|
+
* // Tags: { // TagMap
|
|
58
|
+
* // "<keys>": "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // Error: { // ErrorResponse
|
|
61
|
+
* // Code: "STRING_VALUE",
|
|
62
|
+
* // Message: "STRING_VALUE",
|
|
63
|
+
* // AccountId: "STRING_VALUE",
|
|
64
|
+
* // ResourceIdentifier: "STRING_VALUE",
|
|
65
|
+
* // ResourceType: "STRING_VALUE",
|
|
66
|
+
* // AdditionalDetails: { // AdditionalDetails
|
|
67
|
+
* // "<keys>": "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // },
|
|
70
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
71
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
74
|
+
* // NextToken: "STRING_VALUE",
|
|
75
|
+
* // };
|
|
76
|
+
*
|
|
36
77
|
* ```
|
|
37
78
|
*
|
|
38
79
|
* @param ListApplicationsCommandInput - {@link ListApplicationsCommandInput}
|
|
@@ -63,6 +104,8 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
|
|
|
63
104
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
64
105
|
* </p>
|
|
65
106
|
*
|
|
107
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
108
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
66
109
|
*
|
|
67
110
|
*/
|
|
68
111
|
export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -34,6 +34,23 @@ export interface ListEnvironmentVpcsCommandOutput extends ListEnvironmentVpcsRes
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListEnvironmentVpcsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListEnvironmentVpcsResponse
|
|
38
|
+
* // EnvironmentVpcList: [ // EnvironmentVpcs
|
|
39
|
+
* // { // EnvironmentVpc
|
|
40
|
+
* // EnvironmentId: "STRING_VALUE",
|
|
41
|
+
* // VpcId: "STRING_VALUE",
|
|
42
|
+
* // AccountId: "STRING_VALUE",
|
|
43
|
+
* // CidrBlocks: [ // CidrBlocks
|
|
44
|
+
* // "STRING_VALUE",
|
|
45
|
+
* // ],
|
|
46
|
+
* // VpcName: "STRING_VALUE",
|
|
47
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
48
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // NextToken: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
37
54
|
* ```
|
|
38
55
|
*
|
|
39
56
|
* @param ListEnvironmentVpcsCommandInput - {@link ListEnvironmentVpcsCommandInput}
|
|
@@ -58,6 +75,8 @@ export interface ListEnvironmentVpcsCommandOutput extends ListEnvironmentVpcsRes
|
|
|
58
75
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
59
76
|
* </p>
|
|
60
77
|
*
|
|
78
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
61
80
|
*
|
|
62
81
|
*/
|
|
63
82
|
export declare class ListEnvironmentVpcsCommand extends $Command<ListEnvironmentVpcsCommandInput, ListEnvironmentVpcsCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -33,6 +33,37 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse,
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListEnvironmentsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListEnvironmentsResponse
|
|
37
|
+
* // EnvironmentSummaryList: [ // EnvironmentSummaries
|
|
38
|
+
* // { // EnvironmentSummary
|
|
39
|
+
* // Name: "STRING_VALUE",
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // Description: "STRING_VALUE",
|
|
42
|
+
* // EnvironmentId: "STRING_VALUE",
|
|
43
|
+
* // NetworkFabricType: "STRING_VALUE",
|
|
44
|
+
* // OwnerAccountId: "STRING_VALUE",
|
|
45
|
+
* // TransitGatewayId: "STRING_VALUE",
|
|
46
|
+
* // State: "STRING_VALUE",
|
|
47
|
+
* // Tags: { // TagMap
|
|
48
|
+
* // "<keys>": "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // Error: { // ErrorResponse
|
|
51
|
+
* // Code: "STRING_VALUE",
|
|
52
|
+
* // Message: "STRING_VALUE",
|
|
53
|
+
* // AccountId: "STRING_VALUE",
|
|
54
|
+
* // ResourceIdentifier: "STRING_VALUE",
|
|
55
|
+
* // ResourceType: "STRING_VALUE",
|
|
56
|
+
* // AdditionalDetails: { // AdditionalDetails
|
|
57
|
+
* // "<keys>": "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // },
|
|
60
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
61
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // NextToken: "STRING_VALUE",
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
36
67
|
* ```
|
|
37
68
|
*
|
|
38
69
|
* @param ListEnvironmentsCommandInput - {@link ListEnvironmentsCommandInput}
|
|
@@ -57,6 +88,8 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse,
|
|
|
57
88
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
58
89
|
* </p>
|
|
59
90
|
*
|
|
91
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
60
93
|
*
|
|
61
94
|
*/
|
|
62
95
|
export declare class ListEnvironmentsCommand extends $Command<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -34,6 +34,46 @@ export interface ListRoutesCommandOutput extends ListRoutesResponse, __MetadataB
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListRoutesCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListRoutesResponse
|
|
38
|
+
* // RouteSummaryList: [ // RouteSummaries
|
|
39
|
+
* // { // RouteSummary
|
|
40
|
+
* // RouteId: "STRING_VALUE",
|
|
41
|
+
* // Arn: "STRING_VALUE",
|
|
42
|
+
* // OwnerAccountId: "STRING_VALUE",
|
|
43
|
+
* // CreatedByAccountId: "STRING_VALUE",
|
|
44
|
+
* // RouteType: "STRING_VALUE",
|
|
45
|
+
* // ServiceId: "STRING_VALUE",
|
|
46
|
+
* // ApplicationId: "STRING_VALUE",
|
|
47
|
+
* // EnvironmentId: "STRING_VALUE",
|
|
48
|
+
* // SourcePath: "STRING_VALUE",
|
|
49
|
+
* // Methods: [ // HttpMethods
|
|
50
|
+
* // "STRING_VALUE",
|
|
51
|
+
* // ],
|
|
52
|
+
* // IncludeChildPaths: true || false,
|
|
53
|
+
* // PathResourceToId: { // PathResourceToId
|
|
54
|
+
* // "<keys>": "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // State: "STRING_VALUE",
|
|
57
|
+
* // Tags: { // TagMap
|
|
58
|
+
* // "<keys>": "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // Error: { // ErrorResponse
|
|
61
|
+
* // Code: "STRING_VALUE",
|
|
62
|
+
* // Message: "STRING_VALUE",
|
|
63
|
+
* // AccountId: "STRING_VALUE",
|
|
64
|
+
* // ResourceIdentifier: "STRING_VALUE",
|
|
65
|
+
* // ResourceType: "STRING_VALUE",
|
|
66
|
+
* // AdditionalDetails: { // AdditionalDetails
|
|
67
|
+
* // "<keys>": "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // },
|
|
70
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
71
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
74
|
+
* // NextToken: "STRING_VALUE",
|
|
75
|
+
* // };
|
|
76
|
+
*
|
|
37
77
|
* ```
|
|
38
78
|
*
|
|
39
79
|
* @param ListRoutesCommandInput - {@link ListRoutesCommandInput}
|
|
@@ -64,6 +104,8 @@ export interface ListRoutesCommandOutput extends ListRoutesResponse, __MetadataB
|
|
|
64
104
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
65
105
|
* </p>
|
|
66
106
|
*
|
|
107
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
108
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
67
109
|
*
|
|
68
110
|
*/
|
|
69
111
|
export declare class ListRoutesCommand extends $Command<ListRoutesCommandInput, ListRoutesCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -34,6 +34,47 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListServicesCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListServicesResponse
|
|
38
|
+
* // ServiceSummaryList: [ // ServiceSummaries
|
|
39
|
+
* // { // ServiceSummary
|
|
40
|
+
* // ServiceId: "STRING_VALUE",
|
|
41
|
+
* // Name: "STRING_VALUE",
|
|
42
|
+
* // Arn: "STRING_VALUE",
|
|
43
|
+
* // OwnerAccountId: "STRING_VALUE",
|
|
44
|
+
* // CreatedByAccountId: "STRING_VALUE",
|
|
45
|
+
* // Description: "STRING_VALUE",
|
|
46
|
+
* // EnvironmentId: "STRING_VALUE",
|
|
47
|
+
* // ApplicationId: "STRING_VALUE",
|
|
48
|
+
* // VpcId: "STRING_VALUE",
|
|
49
|
+
* // EndpointType: "STRING_VALUE",
|
|
50
|
+
* // UrlEndpoint: { // UrlEndpointSummary
|
|
51
|
+
* // Url: "STRING_VALUE",
|
|
52
|
+
* // HealthUrl: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // LambdaEndpoint: { // LambdaEndpointSummary
|
|
55
|
+
* // Arn: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // State: "STRING_VALUE",
|
|
58
|
+
* // Tags: { // TagMap
|
|
59
|
+
* // "<keys>": "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // Error: { // ErrorResponse
|
|
62
|
+
* // Code: "STRING_VALUE",
|
|
63
|
+
* // Message: "STRING_VALUE",
|
|
64
|
+
* // AccountId: "STRING_VALUE",
|
|
65
|
+
* // ResourceIdentifier: "STRING_VALUE",
|
|
66
|
+
* // ResourceType: "STRING_VALUE",
|
|
67
|
+
* // AdditionalDetails: { // AdditionalDetails
|
|
68
|
+
* // "<keys>": "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // },
|
|
71
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
72
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // NextToken: "STRING_VALUE",
|
|
76
|
+
* // };
|
|
77
|
+
*
|
|
37
78
|
* ```
|
|
38
79
|
*
|
|
39
80
|
* @param ListServicesCommandInput - {@link ListServicesCommandInput}
|
|
@@ -64,6 +105,8 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
|
|
|
64
105
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
65
106
|
* </p>
|
|
66
107
|
*
|
|
108
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
109
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
67
110
|
*
|
|
68
111
|
*/
|
|
69
112
|
export declare class ListServicesCommand extends $Command<ListServicesCommandInput, ListServicesCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -32,6 +32,12 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListTagsForResourceCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListTagsForResourceResponse
|
|
36
|
+
* // Tags: { // TagMap
|
|
37
|
+
* // "<keys>": "STRING_VALUE",
|
|
38
|
+
* // },
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
35
41
|
* ```
|
|
36
42
|
*
|
|
37
43
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -50,6 +56,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
50
56
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
51
57
|
* </p>
|
|
52
58
|
*
|
|
59
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
53
61
|
*
|
|
54
62
|
*/
|
|
55
63
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -36,6 +36,8 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new PutResourcePolicyCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
39
41
|
* ```
|
|
40
42
|
*
|
|
41
43
|
* @param PutResourcePolicyCommandInput - {@link PutResourcePolicyCommandInput}
|
|
@@ -63,6 +65,8 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
63
65
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
64
66
|
* </p>
|
|
65
67
|
*
|
|
68
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
66
70
|
*
|
|
67
71
|
*/
|
|
68
72
|
export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -40,6 +40,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new TagResourceCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // {};
|
|
44
|
+
*
|
|
43
45
|
* ```
|
|
44
46
|
*
|
|
45
47
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -58,6 +60,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
58
60
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
59
61
|
* </p>
|
|
60
62
|
*
|
|
63
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
61
65
|
*
|
|
62
66
|
*/
|
|
63
67
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -36,6 +36,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new UntagResourceCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
39
41
|
* ```
|
|
40
42
|
*
|
|
41
43
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -54,6 +56,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
54
56
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
55
57
|
* </p>
|
|
56
58
|
*
|
|
59
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
57
61
|
*
|
|
58
62
|
*/
|
|
59
63
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
|
@@ -34,6 +34,15 @@ export interface UpdateRouteCommandOutput extends UpdateRouteResponse, __Metadat
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UpdateRouteCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // UpdateRouteResponse
|
|
38
|
+
* // RouteId: "STRING_VALUE",
|
|
39
|
+
* // Arn: "STRING_VALUE",
|
|
40
|
+
* // ServiceId: "STRING_VALUE",
|
|
41
|
+
* // ApplicationId: "STRING_VALUE",
|
|
42
|
+
* // State: "STRING_VALUE",
|
|
43
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
37
46
|
* ```
|
|
38
47
|
*
|
|
39
48
|
* @param UpdateRouteCommandInput - {@link UpdateRouteCommandInput}
|
|
@@ -58,6 +67,8 @@ export interface UpdateRouteCommandOutput extends UpdateRouteResponse, __Metadat
|
|
|
58
67
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
59
68
|
* </p>
|
|
60
69
|
*
|
|
70
|
+
* @throws {@link MigrationHubRefactorSpacesServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
|
|
61
72
|
*
|
|
62
73
|
*/
|
|
63
74
|
export declare class UpdateRouteCommand extends $Command<UpdateRouteCommandInput, UpdateRouteCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
|
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.326.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.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|