@aws-sdk/client-migration-hub-refactor-spaces 3.278.0 → 3.281.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 (26) hide show
  1. package/README.md +195 -0
  2. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateRouteCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateServiceCommand.d.ts +6 -0
  6. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteRouteCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteServiceCommand.d.ts +6 -0
  11. package/dist-types/commands/GetApplicationCommand.d.ts +6 -0
  12. package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -0
  13. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -0
  14. package/dist-types/commands/GetRouteCommand.d.ts +6 -0
  15. package/dist-types/commands/GetServiceCommand.d.ts +6 -0
  16. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -0
  17. package/dist-types/commands/ListEnvironmentVpcsCommand.d.ts +6 -0
  18. package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -0
  19. package/dist-types/commands/ListRoutesCommand.d.ts +6 -0
  20. package/dist-types/commands/ListServicesCommand.d.ts +6 -0
  21. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  22. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
  23. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  24. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  25. package/dist-types/commands/UpdateRouteCommand.d.ts +6 -0
  26. package/package.json +6 -6
package/README.md CHANGED
@@ -217,3 +217,198 @@ To contribute to client you can check our [generate clients scripts](https://git
217
217
  This SDK is distributed under the
218
218
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
219
219
  see LICENSE for more information.
220
+
221
+ ## Client Commands (Operations List)
222
+
223
+ <details>
224
+ <summary>
225
+ CreateApplication
226
+ </summary>
227
+
228
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/createapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/createapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/createapplicationcommandoutput.html)
229
+
230
+ </details>
231
+ <details>
232
+ <summary>
233
+ CreateEnvironment
234
+ </summary>
235
+
236
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/createenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/createenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/createenvironmentcommandoutput.html)
237
+
238
+ </details>
239
+ <details>
240
+ <summary>
241
+ CreateRoute
242
+ </summary>
243
+
244
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/createroutecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/createroutecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/createroutecommandoutput.html)
245
+
246
+ </details>
247
+ <details>
248
+ <summary>
249
+ CreateService
250
+ </summary>
251
+
252
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/createservicecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/createservicecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/createservicecommandoutput.html)
253
+
254
+ </details>
255
+ <details>
256
+ <summary>
257
+ DeleteApplication
258
+ </summary>
259
+
260
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/deleteapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/deleteapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/deleteapplicationcommandoutput.html)
261
+
262
+ </details>
263
+ <details>
264
+ <summary>
265
+ DeleteEnvironment
266
+ </summary>
267
+
268
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/deleteenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/deleteenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/deleteenvironmentcommandoutput.html)
269
+
270
+ </details>
271
+ <details>
272
+ <summary>
273
+ DeleteResourcePolicy
274
+ </summary>
275
+
276
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/deleteresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/deleteresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/deleteresourcepolicycommandoutput.html)
277
+
278
+ </details>
279
+ <details>
280
+ <summary>
281
+ DeleteRoute
282
+ </summary>
283
+
284
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/deleteroutecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/deleteroutecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/deleteroutecommandoutput.html)
285
+
286
+ </details>
287
+ <details>
288
+ <summary>
289
+ DeleteService
290
+ </summary>
291
+
292
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/deleteservicecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/deleteservicecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/deleteservicecommandoutput.html)
293
+
294
+ </details>
295
+ <details>
296
+ <summary>
297
+ GetApplication
298
+ </summary>
299
+
300
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/getapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/getapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/getapplicationcommandoutput.html)
301
+
302
+ </details>
303
+ <details>
304
+ <summary>
305
+ GetEnvironment
306
+ </summary>
307
+
308
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/getenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/getenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/getenvironmentcommandoutput.html)
309
+
310
+ </details>
311
+ <details>
312
+ <summary>
313
+ GetResourcePolicy
314
+ </summary>
315
+
316
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/getresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/getresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/getresourcepolicycommandoutput.html)
317
+
318
+ </details>
319
+ <details>
320
+ <summary>
321
+ GetRoute
322
+ </summary>
323
+
324
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/getroutecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/getroutecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/getroutecommandoutput.html)
325
+
326
+ </details>
327
+ <details>
328
+ <summary>
329
+ GetService
330
+ </summary>
331
+
332
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/getservicecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/getservicecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/getservicecommandoutput.html)
333
+
334
+ </details>
335
+ <details>
336
+ <summary>
337
+ ListApplications
338
+ </summary>
339
+
340
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/listapplicationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/listapplicationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/listapplicationscommandoutput.html)
341
+
342
+ </details>
343
+ <details>
344
+ <summary>
345
+ ListEnvironments
346
+ </summary>
347
+
348
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/listenvironmentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/listenvironmentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/listenvironmentscommandoutput.html)
349
+
350
+ </details>
351
+ <details>
352
+ <summary>
353
+ ListEnvironmentVpcs
354
+ </summary>
355
+
356
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/listenvironmentvpcscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/listenvironmentvpcscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/listenvironmentvpcscommandoutput.html)
357
+
358
+ </details>
359
+ <details>
360
+ <summary>
361
+ ListRoutes
362
+ </summary>
363
+
364
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/listroutescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/listroutescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/listroutescommandoutput.html)
365
+
366
+ </details>
367
+ <details>
368
+ <summary>
369
+ ListServices
370
+ </summary>
371
+
372
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/listservicescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/listservicescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/listservicescommandoutput.html)
373
+
374
+ </details>
375
+ <details>
376
+ <summary>
377
+ ListTagsForResource
378
+ </summary>
379
+
380
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/listtagsforresourcecommandoutput.html)
381
+
382
+ </details>
383
+ <details>
384
+ <summary>
385
+ PutResourcePolicy
386
+ </summary>
387
+
388
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/putresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/putresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/putresourcepolicycommandoutput.html)
389
+
390
+ </details>
391
+ <details>
392
+ <summary>
393
+ TagResource
394
+ </summary>
395
+
396
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/tagresourcecommandoutput.html)
397
+
398
+ </details>
399
+ <details>
400
+ <summary>
401
+ UntagResource
402
+ </summary>
403
+
404
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/untagresourcecommandoutput.html)
405
+
406
+ </details>
407
+ <details>
408
+ <summary>
409
+ UpdateRoute
410
+ </summary>
411
+
412
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/classes/updateroutecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/updateroutecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migration-hub-refactor-spaces/interfaces/updateroutecommandoutput.html)
413
+
414
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateApplicationCommand}.
8
+ */
6
9
  export interface CreateApplicationCommandInput extends CreateApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateApplicationCommand}.
13
+ */
8
14
  export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { CreateEnvironmentRequest, CreateEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateEnvironmentCommand}.
8
+ */
6
9
  export interface CreateEnvironmentCommandInput extends CreateEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateEnvironmentCommand}.
13
+ */
8
14
  export interface CreateEnvironmentCommandOutput extends CreateEnvironmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { CreateRouteRequest, CreateRouteResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateRouteCommand}.
8
+ */
6
9
  export interface CreateRouteCommandInput extends CreateRouteRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateRouteCommand}.
13
+ */
8
14
  export interface CreateRouteCommandOutput extends CreateRouteResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { CreateServiceRequest, CreateServiceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateServiceCommand}.
8
+ */
6
9
  export interface CreateServiceCommandInput extends CreateServiceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateServiceCommand}.
13
+ */
8
14
  export interface CreateServiceCommandOutput extends CreateServiceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteApplicationCommand}.
8
+ */
6
9
  export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteApplicationCommand}.
13
+ */
8
14
  export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { DeleteEnvironmentRequest, DeleteEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteEnvironmentCommand}.
8
+ */
6
9
  export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEnvironmentCommand}.
13
+ */
8
14
  export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteResourcePolicyCommand}.
8
+ */
6
9
  export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteResourcePolicyCommand}.
13
+ */
8
14
  export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { DeleteRouteRequest, DeleteRouteResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteRouteCommand}.
8
+ */
6
9
  export interface DeleteRouteCommandInput extends DeleteRouteRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteRouteCommand}.
13
+ */
8
14
  export interface DeleteRouteCommandOutput extends DeleteRouteResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteServiceCommand}.
8
+ */
6
9
  export interface DeleteServiceCommandInput extends DeleteServiceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteServiceCommand}.
13
+ */
8
14
  export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetApplicationCommand}.
8
+ */
6
9
  export interface GetApplicationCommandInput extends GetApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetApplicationCommand}.
13
+ */
8
14
  export interface GetApplicationCommandOutput extends GetApplicationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { GetEnvironmentRequest, GetEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetEnvironmentCommand}.
8
+ */
6
9
  export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEnvironmentCommand}.
13
+ */
8
14
  export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetResourcePolicyCommand}.
8
+ */
6
9
  export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetResourcePolicyCommand}.
13
+ */
8
14
  export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { GetRouteRequest, GetRouteResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetRouteCommand}.
8
+ */
6
9
  export interface GetRouteCommandInput extends GetRouteRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRouteCommand}.
13
+ */
8
14
  export interface GetRouteCommandOutput extends GetRouteResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { GetServiceRequest, GetServiceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetServiceCommand}.
8
+ */
6
9
  export interface GetServiceCommandInput extends GetServiceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetServiceCommand}.
13
+ */
8
14
  export interface GetServiceCommandOutput extends GetServiceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListApplicationsCommand}.
8
+ */
6
9
  export interface ListApplicationsCommandInput extends ListApplicationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListApplicationsCommand}.
13
+ */
8
14
  export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { ListEnvironmentVpcsRequest, ListEnvironmentVpcsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListEnvironmentVpcsCommand}.
8
+ */
6
9
  export interface ListEnvironmentVpcsCommandInput extends ListEnvironmentVpcsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListEnvironmentVpcsCommand}.
13
+ */
8
14
  export interface ListEnvironmentVpcsCommandOutput extends ListEnvironmentVpcsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { ListEnvironmentsRequest, ListEnvironmentsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListEnvironmentsCommand}.
8
+ */
6
9
  export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListEnvironmentsCommand}.
13
+ */
8
14
  export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { ListRoutesRequest, ListRoutesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListRoutesCommand}.
8
+ */
6
9
  export interface ListRoutesCommandInput extends ListRoutesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRoutesCommand}.
13
+ */
8
14
  export interface ListRoutesCommandOutput extends ListRoutesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListServicesCommand}.
8
+ */
6
9
  export interface ListServicesCommandInput extends ListServicesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListServicesCommand}.
13
+ */
8
14
  export interface ListServicesCommandOutput extends ListServicesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutResourcePolicyCommand}.
8
+ */
6
9
  export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutResourcePolicyCommand}.
13
+ */
8
14
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
5
  import { UpdateRouteRequest, UpdateRouteResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateRouteCommand}.
8
+ */
6
9
  export interface UpdateRouteCommandInput extends UpdateRouteRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateRouteCommand}.
13
+ */
8
14
  export interface UpdateRouteCommandOutput extends UpdateRouteResponse, __MetadataBearer {
9
15
  }
10
16
  /**
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.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",