@aws-sdk/client-migrationhuborchestrator 3.312.0 → 3.316.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.
@@ -28,211 +28,183 @@ import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./comma
28
28
  import { UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput } from "./commands/UpdateWorkflowStepCommand";
29
29
  import { UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput } from "./commands/UpdateWorkflowStepGroupCommand";
30
30
  import { MigrationHubOrchestratorClient } from "./MigrationHubOrchestratorClient";
31
- /**
32
- * @public
33
- * <p>This API reference provides descriptions, syntax, and other details about each of the
34
- * actions and data types for AWS Migration Hub Orchestrator. he topic for each action shows the API
35
- * request parameters and the response. Alternatively, you can use one of the AWS SDKs to
36
- * access an API that is tailored to the programming language or platform that you're
37
- * using.</p>
38
- */
39
- export declare class MigrationHubOrchestrator extends MigrationHubOrchestratorClient {
31
+ export interface MigrationHubOrchestrator {
40
32
  /**
41
- * @public
42
- * <p>Create a workflow to orchestrate your migrations.</p>
33
+ * @see {@link CreateWorkflowCommand}
43
34
  */
44
35
  createWorkflow(args: CreateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowCommandOutput>;
45
36
  createWorkflow(args: CreateWorkflowCommandInput, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
46
37
  createWorkflow(args: CreateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
47
38
  /**
48
- * @public
49
- * <p>Create a step in the migration workflow.</p>
39
+ * @see {@link CreateWorkflowStepCommand}
50
40
  */
51
41
  createWorkflowStep(args: CreateWorkflowStepCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowStepCommandOutput>;
52
42
  createWorkflowStep(args: CreateWorkflowStepCommandInput, cb: (err: any, data?: CreateWorkflowStepCommandOutput) => void): void;
53
43
  createWorkflowStep(args: CreateWorkflowStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowStepCommandOutput) => void): void;
54
44
  /**
55
- * @public
56
- * <p>Create a step group in a migration workflow.</p>
45
+ * @see {@link CreateWorkflowStepGroupCommand}
57
46
  */
58
47
  createWorkflowStepGroup(args: CreateWorkflowStepGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowStepGroupCommandOutput>;
59
48
  createWorkflowStepGroup(args: CreateWorkflowStepGroupCommandInput, cb: (err: any, data?: CreateWorkflowStepGroupCommandOutput) => void): void;
60
49
  createWorkflowStepGroup(args: CreateWorkflowStepGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowStepGroupCommandOutput) => void): void;
61
50
  /**
62
- * @public
63
- * <p>Delete a migration workflow. You must pause a running workflow in Migration Hub Orchestrator console to
64
- * delete it.</p>
51
+ * @see {@link DeleteWorkflowCommand}
65
52
  */
66
53
  deleteWorkflow(args: DeleteWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkflowCommandOutput>;
67
54
  deleteWorkflow(args: DeleteWorkflowCommandInput, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
68
55
  deleteWorkflow(args: DeleteWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
69
56
  /**
70
- * @public
71
- * <p>Delete a step in a migration workflow. Pause the workflow to delete a running
72
- * step.</p>
57
+ * @see {@link DeleteWorkflowStepCommand}
73
58
  */
74
59
  deleteWorkflowStep(args: DeleteWorkflowStepCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkflowStepCommandOutput>;
75
60
  deleteWorkflowStep(args: DeleteWorkflowStepCommandInput, cb: (err: any, data?: DeleteWorkflowStepCommandOutput) => void): void;
76
61
  deleteWorkflowStep(args: DeleteWorkflowStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowStepCommandOutput) => void): void;
77
62
  /**
78
- * @public
79
- * <p>Delete a step group in a migration workflow.</p>
63
+ * @see {@link DeleteWorkflowStepGroupCommand}
80
64
  */
81
65
  deleteWorkflowStepGroup(args: DeleteWorkflowStepGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkflowStepGroupCommandOutput>;
82
66
  deleteWorkflowStepGroup(args: DeleteWorkflowStepGroupCommandInput, cb: (err: any, data?: DeleteWorkflowStepGroupCommandOutput) => void): void;
83
67
  deleteWorkflowStepGroup(args: DeleteWorkflowStepGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowStepGroupCommandOutput) => void): void;
84
68
  /**
85
- * @public
86
- * <p>Get the template you want to use for creating a migration workflow.</p>
69
+ * @see {@link GetTemplateCommand}
87
70
  */
88
71
  getTemplate(args: GetTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateCommandOutput>;
89
72
  getTemplate(args: GetTemplateCommandInput, cb: (err: any, data?: GetTemplateCommandOutput) => void): void;
90
73
  getTemplate(args: GetTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateCommandOutput) => void): void;
91
74
  /**
92
- * @public
93
- * <p>Get a specific step in a template.</p>
75
+ * @see {@link GetTemplateStepCommand}
94
76
  */
95
77
  getTemplateStep(args: GetTemplateStepCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateStepCommandOutput>;
96
78
  getTemplateStep(args: GetTemplateStepCommandInput, cb: (err: any, data?: GetTemplateStepCommandOutput) => void): void;
97
79
  getTemplateStep(args: GetTemplateStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateStepCommandOutput) => void): void;
98
80
  /**
99
- * @public
100
- * <p>Get a step group in a template.</p>
81
+ * @see {@link GetTemplateStepGroupCommand}
101
82
  */
102
83
  getTemplateStepGroup(args: GetTemplateStepGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateStepGroupCommandOutput>;
103
84
  getTemplateStepGroup(args: GetTemplateStepGroupCommandInput, cb: (err: any, data?: GetTemplateStepGroupCommandOutput) => void): void;
104
85
  getTemplateStepGroup(args: GetTemplateStepGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateStepGroupCommandOutput) => void): void;
105
86
  /**
106
- * @public
107
- * <p>Get migration workflow.</p>
87
+ * @see {@link GetWorkflowCommand}
108
88
  */
109
89
  getWorkflow(args: GetWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowCommandOutput>;
110
90
  getWorkflow(args: GetWorkflowCommandInput, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
111
91
  getWorkflow(args: GetWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
112
92
  /**
113
- * @public
114
- * <p>Get a step in the migration workflow.</p>
93
+ * @see {@link GetWorkflowStepCommand}
115
94
  */
116
95
  getWorkflowStep(args: GetWorkflowStepCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowStepCommandOutput>;
117
96
  getWorkflowStep(args: GetWorkflowStepCommandInput, cb: (err: any, data?: GetWorkflowStepCommandOutput) => void): void;
118
97
  getWorkflowStep(args: GetWorkflowStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowStepCommandOutput) => void): void;
119
98
  /**
120
- * @public
121
- * <p>Get the step group of a migration workflow.</p>
99
+ * @see {@link GetWorkflowStepGroupCommand}
122
100
  */
123
101
  getWorkflowStepGroup(args: GetWorkflowStepGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowStepGroupCommandOutput>;
124
102
  getWorkflowStepGroup(args: GetWorkflowStepGroupCommandInput, cb: (err: any, data?: GetWorkflowStepGroupCommandOutput) => void): void;
125
103
  getWorkflowStepGroup(args: GetWorkflowStepGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowStepGroupCommandOutput) => void): void;
126
104
  /**
127
- * @public
128
- * <p>List AWS Migration Hub Orchestrator plugins.</p>
105
+ * @see {@link ListPluginsCommand}
129
106
  */
130
107
  listPlugins(args: ListPluginsCommandInput, options?: __HttpHandlerOptions): Promise<ListPluginsCommandOutput>;
131
108
  listPlugins(args: ListPluginsCommandInput, cb: (err: any, data?: ListPluginsCommandOutput) => void): void;
132
109
  listPlugins(args: ListPluginsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPluginsCommandOutput) => void): void;
133
110
  /**
134
- * @public
135
- * <p>List the tags added to a resource.</p>
111
+ * @see {@link ListTagsForResourceCommand}
136
112
  */
137
113
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
138
114
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
139
115
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
140
116
  /**
141
- * @public
142
- * <p>List the templates available in Migration Hub Orchestrator to create a migration workflow.</p>
117
+ * @see {@link ListTemplatesCommand}
143
118
  */
144
119
  listTemplates(args: ListTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplatesCommandOutput>;
145
120
  listTemplates(args: ListTemplatesCommandInput, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
146
121
  listTemplates(args: ListTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
147
122
  /**
148
- * @public
149
- * <p>List the step groups in a template.</p>
123
+ * @see {@link ListTemplateStepGroupsCommand}
150
124
  */
151
125
  listTemplateStepGroups(args: ListTemplateStepGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplateStepGroupsCommandOutput>;
152
126
  listTemplateStepGroups(args: ListTemplateStepGroupsCommandInput, cb: (err: any, data?: ListTemplateStepGroupsCommandOutput) => void): void;
153
127
  listTemplateStepGroups(args: ListTemplateStepGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplateStepGroupsCommandOutput) => void): void;
154
128
  /**
155
- * @public
156
- * <p>List the steps in a template.</p>
129
+ * @see {@link ListTemplateStepsCommand}
157
130
  */
158
131
  listTemplateSteps(args: ListTemplateStepsCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplateStepsCommandOutput>;
159
132
  listTemplateSteps(args: ListTemplateStepsCommandInput, cb: (err: any, data?: ListTemplateStepsCommandOutput) => void): void;
160
133
  listTemplateSteps(args: ListTemplateStepsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplateStepsCommandOutput) => void): void;
161
134
  /**
162
- * @public
163
- * <p>List the migration workflows.</p>
135
+ * @see {@link ListWorkflowsCommand}
164
136
  */
165
137
  listWorkflows(args: ListWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowsCommandOutput>;
166
138
  listWorkflows(args: ListWorkflowsCommandInput, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
167
139
  listWorkflows(args: ListWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
168
140
  /**
169
- * @public
170
- * <p>List the step groups in a migration workflow.</p>
141
+ * @see {@link ListWorkflowStepGroupsCommand}
171
142
  */
172
143
  listWorkflowStepGroups(args: ListWorkflowStepGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowStepGroupsCommandOutput>;
173
144
  listWorkflowStepGroups(args: ListWorkflowStepGroupsCommandInput, cb: (err: any, data?: ListWorkflowStepGroupsCommandOutput) => void): void;
174
145
  listWorkflowStepGroups(args: ListWorkflowStepGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowStepGroupsCommandOutput) => void): void;
175
146
  /**
176
- * @public
177
- * <p>List the steps in a workflow.</p>
147
+ * @see {@link ListWorkflowStepsCommand}
178
148
  */
179
149
  listWorkflowSteps(args: ListWorkflowStepsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowStepsCommandOutput>;
180
150
  listWorkflowSteps(args: ListWorkflowStepsCommandInput, cb: (err: any, data?: ListWorkflowStepsCommandOutput) => void): void;
181
151
  listWorkflowSteps(args: ListWorkflowStepsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowStepsCommandOutput) => void): void;
182
152
  /**
183
- * @public
184
- * <p>Retry a failed step in a migration workflow.</p>
153
+ * @see {@link RetryWorkflowStepCommand}
185
154
  */
186
155
  retryWorkflowStep(args: RetryWorkflowStepCommandInput, options?: __HttpHandlerOptions): Promise<RetryWorkflowStepCommandOutput>;
187
156
  retryWorkflowStep(args: RetryWorkflowStepCommandInput, cb: (err: any, data?: RetryWorkflowStepCommandOutput) => void): void;
188
157
  retryWorkflowStep(args: RetryWorkflowStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetryWorkflowStepCommandOutput) => void): void;
189
158
  /**
190
- * @public
191
- * <p>Start a migration workflow.</p>
159
+ * @see {@link StartWorkflowCommand}
192
160
  */
193
161
  startWorkflow(args: StartWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<StartWorkflowCommandOutput>;
194
162
  startWorkflow(args: StartWorkflowCommandInput, cb: (err: any, data?: StartWorkflowCommandOutput) => void): void;
195
163
  startWorkflow(args: StartWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartWorkflowCommandOutput) => void): void;
196
164
  /**
197
- * @public
198
- * <p>Stop an ongoing migration workflow.</p>
165
+ * @see {@link StopWorkflowCommand}
199
166
  */
200
167
  stopWorkflow(args: StopWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<StopWorkflowCommandOutput>;
201
168
  stopWorkflow(args: StopWorkflowCommandInput, cb: (err: any, data?: StopWorkflowCommandOutput) => void): void;
202
169
  stopWorkflow(args: StopWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopWorkflowCommandOutput) => void): void;
203
170
  /**
204
- * @public
205
- * <p>Tag a resource by specifying its Amazon Resource Name (ARN).</p>
171
+ * @see {@link TagResourceCommand}
206
172
  */
207
173
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
208
174
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
209
175
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
210
176
  /**
211
- * @public
212
- * <p>Deletes the tags for a resource.</p>
177
+ * @see {@link UntagResourceCommand}
213
178
  */
214
179
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
215
180
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
216
181
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
217
182
  /**
218
- * @public
219
- * <p>Update a migration workflow.</p>
183
+ * @see {@link UpdateWorkflowCommand}
220
184
  */
221
185
  updateWorkflow(args: UpdateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkflowCommandOutput>;
222
186
  updateWorkflow(args: UpdateWorkflowCommandInput, cb: (err: any, data?: UpdateWorkflowCommandOutput) => void): void;
223
187
  updateWorkflow(args: UpdateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkflowCommandOutput) => void): void;
224
188
  /**
225
- * @public
226
- * <p>Update a step in a migration workflow.</p>
189
+ * @see {@link UpdateWorkflowStepCommand}
227
190
  */
228
191
  updateWorkflowStep(args: UpdateWorkflowStepCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkflowStepCommandOutput>;
229
192
  updateWorkflowStep(args: UpdateWorkflowStepCommandInput, cb: (err: any, data?: UpdateWorkflowStepCommandOutput) => void): void;
230
193
  updateWorkflowStep(args: UpdateWorkflowStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkflowStepCommandOutput) => void): void;
231
194
  /**
232
- * @public
233
- * <p>Update the step group in a migration workflow.</p>
195
+ * @see {@link UpdateWorkflowStepGroupCommand}
234
196
  */
235
197
  updateWorkflowStepGroup(args: UpdateWorkflowStepGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkflowStepGroupCommandOutput>;
236
198
  updateWorkflowStepGroup(args: UpdateWorkflowStepGroupCommandInput, cb: (err: any, data?: UpdateWorkflowStepGroupCommandOutput) => void): void;
237
199
  updateWorkflowStepGroup(args: UpdateWorkflowStepGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkflowStepGroupCommandOutput) => void): void;
238
200
  }
201
+ /**
202
+ * @public
203
+ * <p>This API reference provides descriptions, syntax, and other details about each of the
204
+ * actions and data types for AWS Migration Hub Orchestrator. he topic for each action shows the API
205
+ * request parameters and the response. Alternatively, you can use one of the AWS SDKs to
206
+ * access an API that is tailored to the programming language or platform that you're
207
+ * using.</p>
208
+ */
209
+ export declare class MigrationHubOrchestrator extends MigrationHubOrchestratorClient implements MigrationHubOrchestrator {
210
+ }
@@ -112,7 +112,7 @@ import {
112
112
  UpdateWorkflowStepGroupCommandOutput,
113
113
  } from "./commands/UpdateWorkflowStepGroupCommand";
114
114
  import { MigrationHubOrchestratorClient } from "./MigrationHubOrchestratorClient";
115
- export declare class MigrationHubOrchestrator extends MigrationHubOrchestratorClient {
115
+ export interface MigrationHubOrchestrator {
116
116
  createWorkflow(
117
117
  args: CreateWorkflowCommandInput,
118
118
  options?: __HttpHandlerOptions
@@ -478,3 +478,6 @@ export declare class MigrationHubOrchestrator extends MigrationHubOrchestratorCl
478
478
  cb: (err: any, data?: UpdateWorkflowStepGroupCommandOutput) => void
479
479
  ): void;
480
480
  }
481
+ export declare class MigrationHubOrchestrator
482
+ extends MigrationHubOrchestratorClient
483
+ implements MigrationHubOrchestrator {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-migrationhuborchestrator",
3
3
  "description": "AWS SDK for JavaScript Migrationhuborchestrator Client for Node.js, Browser and React Native",
4
- "version": "3.312.0",
4
+ "version": "3.316.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.312.0",
24
+ "@aws-sdk/client-sts": "3.316.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.316.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",
@@ -40,14 +40,14 @@
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.310.0",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.316.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.316.0",
51
51
  "@aws-sdk/util-endpoints": "3.310.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",