@aws-sdk/client-migrationhuborchestrator 3.296.0 → 3.298.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 (96) hide show
  1. package/dist-cjs/commands/CreateWorkflowStepCommand.js +2 -3
  2. package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +2 -3
  3. package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteWorkflowStepCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +2 -3
  6. package/dist-cjs/commands/GetTemplateCommand.js +2 -3
  7. package/dist-cjs/commands/GetTemplateStepCommand.js +2 -3
  8. package/dist-cjs/commands/GetTemplateStepGroupCommand.js +2 -3
  9. package/dist-cjs/commands/GetWorkflowCommand.js +1 -1
  10. package/dist-cjs/commands/GetWorkflowStepCommand.js +2 -3
  11. package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +2 -3
  12. package/dist-cjs/commands/ListPluginsCommand.js +2 -3
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  14. package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +2 -3
  15. package/dist-cjs/commands/ListTemplateStepsCommand.js +2 -3
  16. package/dist-cjs/commands/ListTemplatesCommand.js +2 -3
  17. package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +2 -3
  18. package/dist-cjs/commands/ListWorkflowStepsCommand.js +2 -3
  19. package/dist-cjs/commands/ListWorkflowsCommand.js +2 -3
  20. package/dist-cjs/commands/RetryWorkflowStepCommand.js +2 -3
  21. package/dist-cjs/commands/StartWorkflowCommand.js +2 -3
  22. package/dist-cjs/commands/StopWorkflowCommand.js +2 -3
  23. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  24. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateWorkflowStepCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +2 -3
  27. package/dist-cjs/models/models_0.js +1 -294
  28. package/dist-es/commands/CreateWorkflowStepCommand.js +2 -3
  29. package/dist-es/commands/CreateWorkflowStepGroupCommand.js +2 -3
  30. package/dist-es/commands/DeleteWorkflowCommand.js +2 -3
  31. package/dist-es/commands/DeleteWorkflowStepCommand.js +2 -3
  32. package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +2 -3
  33. package/dist-es/commands/GetTemplateCommand.js +2 -3
  34. package/dist-es/commands/GetTemplateStepCommand.js +2 -3
  35. package/dist-es/commands/GetTemplateStepGroupCommand.js +2 -3
  36. package/dist-es/commands/GetWorkflowCommand.js +2 -2
  37. package/dist-es/commands/GetWorkflowStepCommand.js +2 -3
  38. package/dist-es/commands/GetWorkflowStepGroupCommand.js +2 -3
  39. package/dist-es/commands/ListPluginsCommand.js +2 -3
  40. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  41. package/dist-es/commands/ListTemplateStepGroupsCommand.js +2 -3
  42. package/dist-es/commands/ListTemplateStepsCommand.js +2 -3
  43. package/dist-es/commands/ListTemplatesCommand.js +2 -3
  44. package/dist-es/commands/ListWorkflowStepGroupsCommand.js +2 -3
  45. package/dist-es/commands/ListWorkflowStepsCommand.js +2 -3
  46. package/dist-es/commands/ListWorkflowsCommand.js +2 -3
  47. package/dist-es/commands/RetryWorkflowStepCommand.js +2 -3
  48. package/dist-es/commands/StartWorkflowCommand.js +2 -3
  49. package/dist-es/commands/StopWorkflowCommand.js +2 -3
  50. package/dist-es/commands/TagResourceCommand.js +2 -3
  51. package/dist-es/commands/UntagResourceCommand.js +2 -3
  52. package/dist-es/commands/UpdateWorkflowStepCommand.js +2 -3
  53. package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +2 -3
  54. package/dist-es/models/models_0.js +0 -224
  55. package/dist-types/MigrationHubOrchestrator.d.ts +29 -0
  56. package/dist-types/MigrationHubOrchestratorClient.d.ts +24 -4
  57. package/dist-types/commands/CreateWorkflowCommand.d.ts +16 -0
  58. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +16 -0
  59. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +16 -0
  60. package/dist-types/commands/DeleteWorkflowCommand.d.ts +16 -0
  61. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +16 -0
  62. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +16 -0
  63. package/dist-types/commands/GetTemplateCommand.d.ts +16 -0
  64. package/dist-types/commands/GetTemplateStepCommand.d.ts +16 -0
  65. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +16 -0
  66. package/dist-types/commands/GetWorkflowCommand.d.ts +16 -0
  67. package/dist-types/commands/GetWorkflowStepCommand.d.ts +16 -0
  68. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +16 -0
  69. package/dist-types/commands/ListPluginsCommand.d.ts +16 -0
  70. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  71. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +16 -0
  72. package/dist-types/commands/ListTemplateStepsCommand.d.ts +16 -0
  73. package/dist-types/commands/ListTemplatesCommand.d.ts +16 -0
  74. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +16 -0
  75. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +16 -0
  76. package/dist-types/commands/ListWorkflowsCommand.d.ts +16 -0
  77. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +16 -0
  78. package/dist-types/commands/StartWorkflowCommand.d.ts +16 -0
  79. package/dist-types/commands/StopWorkflowCommand.d.ts +16 -0
  80. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  81. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdateWorkflowCommand.d.ts +16 -0
  83. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +16 -0
  84. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +16 -0
  85. package/dist-types/models/MigrationHubOrchestratorServiceException.d.ts +2 -0
  86. package/dist-types/models/models_0.d.ts +226 -272
  87. package/dist-types/pagination/Interfaces.d.ts +3 -0
  88. package/dist-types/pagination/ListPluginsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListTemplateStepGroupsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListTemplateStepsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListTemplatesPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListWorkflowStepGroupsPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListWorkflowStepsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +3 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +0 -198
  96. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { GetWorkflowStepGroupRequest, GetWorkflowStepGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetWorkflowStepGroupCommand}.
8
10
  */
9
11
  export interface GetWorkflowStepGroupCommandInput extends GetWorkflowStepGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetWorkflowStepGroupCommand}.
13
17
  */
14
18
  export interface GetWorkflowStepGroupCommandOutput extends GetWorkflowStepGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Get the step group of a migration workflow.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetWorkflowStepGroupCommandOutput extends GetWorkflowStepGroupR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetWorkflowStepGroupCommandInput - {@link GetWorkflowStepGroupCommandInput}
34
+ * @returns {@link GetWorkflowStepGroupCommandOutput}
28
35
  * @see {@link GetWorkflowStepGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link GetWorkflowStepGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetWorkflowStepGroupCommandOutput extends GetWorkflowStepGroupR
49
56
  export declare class GetWorkflowStepGroupCommand extends $Command<GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
50
57
  readonly input: GetWorkflowStepGroupCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetWorkflowStepGroupCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListPluginsRequest, ListPluginsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListPluginsCommand}.
8
10
  */
9
11
  export interface ListPluginsCommandInput extends ListPluginsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListPluginsCommand}.
13
17
  */
14
18
  export interface ListPluginsCommandOutput extends ListPluginsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List AWS Migration Hub Orchestrator plugins.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListPluginsCommandOutput extends ListPluginsResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListPluginsCommandInput - {@link ListPluginsCommandInput}
34
+ * @returns {@link ListPluginsCommandOutput}
28
35
  * @see {@link ListPluginsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListPluginsCommandOutput} for command's `response` shape.
30
37
  * @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListPluginsCommandOutput extends ListPluginsResponse, __Metadat
43
50
  export declare class ListPluginsCommand extends $Command<ListPluginsCommandInput, ListPluginsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
44
51
  readonly input: ListPluginsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListPluginsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPluginsCommandInput, ListPluginsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List the tags added to a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
40
47
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
41
48
  readonly input: ListTagsForResourceCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ListTagsForResourceCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListTemplateStepGroupsRequest, ListTemplateStepGroupsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTemplateStepGroupsCommand}.
8
10
  */
9
11
  export interface ListTemplateStepGroupsCommandInput extends ListTemplateStepGroupsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTemplateStepGroupsCommand}.
13
17
  */
14
18
  export interface ListTemplateStepGroupsCommandOutput extends ListTemplateStepGroupsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List the step groups in a template.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTemplateStepGroupsCommandOutput extends ListTemplateStepGro
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTemplateStepGroupsCommandInput - {@link ListTemplateStepGroupsCommandInput}
34
+ * @returns {@link ListTemplateStepGroupsCommandOutput}
28
35
  * @see {@link ListTemplateStepGroupsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTemplateStepGroupsCommandOutput} for command's `response` shape.
30
37
  * @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListTemplateStepGroupsCommandOutput extends ListTemplateStepGro
46
53
  export declare class ListTemplateStepGroupsCommand extends $Command<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
47
54
  readonly input: ListTemplateStepGroupsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListTemplateStepGroupsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListTemplateStepsRequest, ListTemplateStepsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTemplateStepsCommand}.
8
10
  */
9
11
  export interface ListTemplateStepsCommandInput extends ListTemplateStepsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTemplateStepsCommand}.
13
17
  */
14
18
  export interface ListTemplateStepsCommandOutput extends ListTemplateStepsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List the steps in a template.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTemplateStepsCommandOutput extends ListTemplateStepsRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTemplateStepsCommandInput - {@link ListTemplateStepsCommandInput}
34
+ * @returns {@link ListTemplateStepsCommandOutput}
28
35
  * @see {@link ListTemplateStepsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTemplateStepsCommandOutput} for command's `response` shape.
30
37
  * @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListTemplateStepsCommandOutput extends ListTemplateStepsRespons
49
56
  export declare class ListTemplateStepsCommand extends $Command<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
50
57
  readonly input: ListTemplateStepsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListTemplateStepsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListMigrationWorkflowTemplatesRequest, ListMigrationWorkflowTemplatesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTemplatesCommand}.
8
10
  */
9
11
  export interface ListTemplatesCommandInput extends ListMigrationWorkflowTemplatesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTemplatesCommand}.
13
17
  */
14
18
  export interface ListTemplatesCommandOutput extends ListMigrationWorkflowTemplatesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List the templates available in Migration Hub Orchestrator to create a migration workflow.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTemplatesCommandOutput extends ListMigrationWorkflowTemplat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTemplatesCommandInput - {@link ListTemplatesCommandInput}
34
+ * @returns {@link ListTemplatesCommandOutput}
28
35
  * @see {@link ListTemplatesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTemplatesCommandOutput} for command's `response` shape.
30
37
  * @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListTemplatesCommandOutput extends ListMigrationWorkflowTemplat
43
50
  export declare class ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
44
51
  readonly input: ListTemplatesCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListTemplatesCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTemplatesCommandInput, ListTemplatesCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListWorkflowStepGroupsRequest, ListWorkflowStepGroupsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListWorkflowStepGroupsCommand}.
8
10
  */
9
11
  export interface ListWorkflowStepGroupsCommandInput extends ListWorkflowStepGroupsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListWorkflowStepGroupsCommand}.
13
17
  */
14
18
  export interface ListWorkflowStepGroupsCommandOutput extends ListWorkflowStepGroupsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List the step groups in a migration workflow.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListWorkflowStepGroupsCommandOutput extends ListWorkflowStepGro
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListWorkflowStepGroupsCommandInput - {@link ListWorkflowStepGroupsCommandInput}
34
+ * @returns {@link ListWorkflowStepGroupsCommandOutput}
28
35
  * @see {@link ListWorkflowStepGroupsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListWorkflowStepGroupsCommandOutput} for command's `response` shape.
30
37
  * @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListWorkflowStepGroupsCommandOutput extends ListWorkflowStepGro
49
56
  export declare class ListWorkflowStepGroupsCommand extends $Command<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
50
57
  readonly input: ListWorkflowStepGroupsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListWorkflowStepGroupsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListWorkflowStepsRequest, ListWorkflowStepsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListWorkflowStepsCommand}.
8
10
  */
9
11
  export interface ListWorkflowStepsCommandInput extends ListWorkflowStepsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListWorkflowStepsCommand}.
13
17
  */
14
18
  export interface ListWorkflowStepsCommandOutput extends ListWorkflowStepsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List the steps in a workflow.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListWorkflowStepsCommandOutput extends ListWorkflowStepsRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListWorkflowStepsCommandInput - {@link ListWorkflowStepsCommandInput}
34
+ * @returns {@link ListWorkflowStepsCommandOutput}
28
35
  * @see {@link ListWorkflowStepsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListWorkflowStepsCommandOutput} for command's `response` shape.
30
37
  * @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListWorkflowStepsCommandOutput extends ListWorkflowStepsRespons
46
53
  export declare class ListWorkflowStepsCommand extends $Command<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
47
54
  readonly input: ListWorkflowStepsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListWorkflowStepsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListMigrationWorkflowsRequest, ListMigrationWorkflowsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListWorkflowsCommand}.
8
10
  */
9
11
  export interface ListWorkflowsCommandInput extends ListMigrationWorkflowsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListWorkflowsCommand}.
13
17
  */
14
18
  export interface ListWorkflowsCommandOutput extends ListMigrationWorkflowsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List the migration workflows.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListWorkflowsCommandOutput extends ListMigrationWorkflowsRespon
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListWorkflowsCommandInput - {@link ListWorkflowsCommandInput}
34
+ * @returns {@link ListWorkflowsCommandOutput}
28
35
  * @see {@link ListWorkflowsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListWorkflowsCommandOutput} for command's `response` shape.
30
37
  * @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListWorkflowsCommandOutput extends ListMigrationWorkflowsRespon
49
56
  export declare class ListWorkflowsCommand extends $Command<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
50
57
  readonly input: ListWorkflowsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListWorkflowsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkflowsCommandInput, ListWorkflowsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { RetryWorkflowStepRequest, RetryWorkflowStepResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RetryWorkflowStepCommand}.
8
10
  */
9
11
  export interface RetryWorkflowStepCommandInput extends RetryWorkflowStepRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RetryWorkflowStepCommand}.
13
17
  */
14
18
  export interface RetryWorkflowStepCommandOutput extends RetryWorkflowStepResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retry a failed step in a migration workflow.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface RetryWorkflowStepCommandOutput extends RetryWorkflowStepRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param RetryWorkflowStepCommandInput - {@link RetryWorkflowStepCommandInput}
34
+ * @returns {@link RetryWorkflowStepCommandOutput}
28
35
  * @see {@link RetryWorkflowStepCommandInput} for command's `input` shape.
29
36
  * @see {@link RetryWorkflowStepCommandOutput} for command's `response` shape.
30
37
  * @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
@@ -46,11 +53,20 @@ export interface RetryWorkflowStepCommandOutput extends RetryWorkflowStepRespons
46
53
  export declare class RetryWorkflowStepCommand extends $Command<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
47
54
  readonly input: RetryWorkflowStepCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: RetryWorkflowStepCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { StartMigrationWorkflowRequest, StartMigrationWorkflowResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartWorkflowCommand}.
8
10
  */
9
11
  export interface StartWorkflowCommandInput extends StartMigrationWorkflowRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartWorkflowCommand}.
13
17
  */
14
18
  export interface StartWorkflowCommandOutput extends StartMigrationWorkflowResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Start a migration workflow.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StartWorkflowCommandOutput extends StartMigrationWorkflowRespon
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StartWorkflowCommandInput - {@link StartWorkflowCommandInput}
34
+ * @returns {@link StartWorkflowCommandOutput}
28
35
  * @see {@link StartWorkflowCommandInput} for command's `input` shape.
29
36
  * @see {@link StartWorkflowCommandOutput} for command's `response` shape.
30
37
  * @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface StartWorkflowCommandOutput extends StartMigrationWorkflowRespon
49
56
  export declare class StartWorkflowCommand extends $Command<StartWorkflowCommandInput, StartWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
50
57
  readonly input: StartWorkflowCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: StartWorkflowCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartWorkflowCommandInput, StartWorkflowCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { StopMigrationWorkflowRequest, StopMigrationWorkflowResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopWorkflowCommand}.
8
10
  */
9
11
  export interface StopWorkflowCommandInput extends StopMigrationWorkflowRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopWorkflowCommand}.
13
17
  */
14
18
  export interface StopWorkflowCommandOutput extends StopMigrationWorkflowResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stop an ongoing migration workflow.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StopWorkflowCommandOutput extends StopMigrationWorkflowResponse
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopWorkflowCommandInput - {@link StopWorkflowCommandInput}
34
+ * @returns {@link StopWorkflowCommandOutput}
28
35
  * @see {@link StopWorkflowCommandInput} for command's `input` shape.
29
36
  * @see {@link StopWorkflowCommandOutput} for command's `response` shape.
30
37
  * @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface StopWorkflowCommandOutput extends StopMigrationWorkflowResponse
49
56
  export declare class StopWorkflowCommand extends $Command<StopWorkflowCommandInput, StopWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
50
57
  readonly input: StopWorkflowCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: StopWorkflowCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopWorkflowCommandInput, StopWorkflowCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Tag a resource by specifying its Amazon Resource Name (ARN).</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
@@ -40,11 +47,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
40
47
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
41
48
  readonly input: TagResourceCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: TagResourceCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }