@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.
- package/dist-cjs/commands/CreateWorkflowStepCommand.js +2 -3
- package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkflowStepCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +2 -3
- package/dist-cjs/commands/GetTemplateCommand.js +2 -3
- package/dist-cjs/commands/GetTemplateStepCommand.js +2 -3
- package/dist-cjs/commands/GetTemplateStepGroupCommand.js +2 -3
- package/dist-cjs/commands/GetWorkflowCommand.js +1 -1
- package/dist-cjs/commands/GetWorkflowStepCommand.js +2 -3
- package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +2 -3
- package/dist-cjs/commands/ListPluginsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListTemplateStepsCommand.js +2 -3
- package/dist-cjs/commands/ListTemplatesCommand.js +2 -3
- package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListWorkflowStepsCommand.js +2 -3
- package/dist-cjs/commands/ListWorkflowsCommand.js +2 -3
- package/dist-cjs/commands/RetryWorkflowStepCommand.js +2 -3
- package/dist-cjs/commands/StartWorkflowCommand.js +2 -3
- package/dist-cjs/commands/StopWorkflowCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateWorkflowStepCommand.js +2 -3
- package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -294
- package/dist-es/commands/CreateWorkflowStepCommand.js +2 -3
- package/dist-es/commands/CreateWorkflowStepGroupCommand.js +2 -3
- package/dist-es/commands/DeleteWorkflowCommand.js +2 -3
- package/dist-es/commands/DeleteWorkflowStepCommand.js +2 -3
- package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +2 -3
- package/dist-es/commands/GetTemplateCommand.js +2 -3
- package/dist-es/commands/GetTemplateStepCommand.js +2 -3
- package/dist-es/commands/GetTemplateStepGroupCommand.js +2 -3
- package/dist-es/commands/GetWorkflowCommand.js +2 -2
- package/dist-es/commands/GetWorkflowStepCommand.js +2 -3
- package/dist-es/commands/GetWorkflowStepGroupCommand.js +2 -3
- package/dist-es/commands/ListPluginsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListTemplateStepGroupsCommand.js +2 -3
- package/dist-es/commands/ListTemplateStepsCommand.js +2 -3
- package/dist-es/commands/ListTemplatesCommand.js +2 -3
- package/dist-es/commands/ListWorkflowStepGroupsCommand.js +2 -3
- package/dist-es/commands/ListWorkflowStepsCommand.js +2 -3
- package/dist-es/commands/ListWorkflowsCommand.js +2 -3
- package/dist-es/commands/RetryWorkflowStepCommand.js +2 -3
- package/dist-es/commands/StartWorkflowCommand.js +2 -3
- package/dist-es/commands/StopWorkflowCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateWorkflowStepCommand.js +2 -3
- package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -224
- package/dist-types/MigrationHubOrchestrator.d.ts +29 -0
- package/dist-types/MigrationHubOrchestratorClient.d.ts +24 -4
- package/dist-types/commands/CreateWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkflowStepCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +16 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetTemplateStepCommand.d.ts +16 -0
- package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowStepCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +16 -0
- package/dist-types/commands/ListPluginsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListTemplateStepsCommand.d.ts +16 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkflowStepsCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +16 -0
- package/dist-types/commands/RetryWorkflowStepCommand.d.ts +16 -0
- package/dist-types/commands/StartWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/StopWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +16 -0
- package/dist-types/models/MigrationHubOrchestratorServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +226 -272
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListPluginsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTemplateStepGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTemplateStepsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkflowStepGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkflowStepsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -198
- package/package.json +4 -3
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListWorkflowStepGroupsRequestFilterSensitiveLog, ListWorkflowStepGroupsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListWorkflowStepGroupsCommand, serializeAws_restJson1ListWorkflowStepGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListWorkflowStepGroupsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListWorkflowStepGroupsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListWorkflowStepsRequestFilterSensitiveLog, ListWorkflowStepsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListWorkflowStepsCommand, serializeAws_restJson1ListWorkflowStepsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListWorkflowStepsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListWorkflowStepsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListMigrationWorkflowsRequestFilterSensitiveLog, ListMigrationWorkflowsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListWorkflowsCommand, serializeAws_restJson1ListWorkflowsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListWorkflowsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListWorkflowsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { RetryWorkflowStepRequestFilterSensitiveLog, RetryWorkflowStepResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1RetryWorkflowStepCommand, serializeAws_restJson1RetryWorkflowStepCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class RetryWorkflowStepCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class RetryWorkflowStepCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartMigrationWorkflowRequestFilterSensitiveLog, StartMigrationWorkflowResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1StartWorkflowCommand, serializeAws_restJson1StartWorkflowCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class StartWorkflowCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class StartWorkflowCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StopMigrationWorkflowRequestFilterSensitiveLog, StopMigrationWorkflowResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1StopWorkflowCommand, serializeAws_restJson1StopWorkflowCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class StopWorkflowCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class StopWorkflowCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class TagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UntagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateWorkflowStepRequestFilterSensitiveLog, UpdateWorkflowStepResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateWorkflowStepCommand, serializeAws_restJson1UpdateWorkflowStepCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateWorkflowStepCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateWorkflowStepCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateWorkflowStepGroupRequestFilterSensitiveLog, UpdateWorkflowStepGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateWorkflowStepGroupCommand, serializeAws_restJson1UpdateWorkflowStepGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateWorkflowStepGroupCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateWorkflowStepGroupCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -163,24 +163,6 @@ export var StepStatus;
|
|
|
163
163
|
StepStatus["READY"] = "READY";
|
|
164
164
|
StepStatus["USER_ATTENTION_REQUIRED"] = "USER_ATTENTION_REQUIRED";
|
|
165
165
|
})(StepStatus || (StepStatus = {}));
|
|
166
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
167
|
-
...obj,
|
|
168
|
-
});
|
|
169
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
170
|
-
...obj,
|
|
171
|
-
});
|
|
172
|
-
export const StepInputFilterSensitiveLog = (obj) => {
|
|
173
|
-
if (obj.integerValue !== undefined)
|
|
174
|
-
return { integerValue: obj.integerValue };
|
|
175
|
-
if (obj.stringValue !== undefined)
|
|
176
|
-
return { stringValue: obj.stringValue };
|
|
177
|
-
if (obj.listOfStringsValue !== undefined)
|
|
178
|
-
return { listOfStringsValue: obj.listOfStringsValue };
|
|
179
|
-
if (obj.mapOfStringValue !== undefined)
|
|
180
|
-
return { mapOfStringValue: obj.mapOfStringValue };
|
|
181
|
-
if (obj.$unknown !== undefined)
|
|
182
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
183
|
-
};
|
|
184
166
|
export const CreateMigrationWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
185
167
|
...obj,
|
|
186
168
|
...(obj.inputParameters && { inputParameters: SENSITIVE_STRING }),
|
|
@@ -189,43 +171,10 @@ export const CreateMigrationWorkflowResponseFilterSensitiveLog = (obj) => ({
|
|
|
189
171
|
...obj,
|
|
190
172
|
...(obj.workflowInputs && { workflowInputs: SENSITIVE_STRING }),
|
|
191
173
|
});
|
|
192
|
-
export const DeleteMigrationWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
193
|
-
...obj,
|
|
194
|
-
});
|
|
195
|
-
export const DeleteMigrationWorkflowResponseFilterSensitiveLog = (obj) => ({
|
|
196
|
-
...obj,
|
|
197
|
-
});
|
|
198
|
-
export const GetMigrationWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
199
|
-
...obj,
|
|
200
|
-
});
|
|
201
|
-
export const ToolFilterSensitiveLog = (obj) => ({
|
|
202
|
-
...obj,
|
|
203
|
-
});
|
|
204
174
|
export const GetMigrationWorkflowResponseFilterSensitiveLog = (obj) => ({
|
|
205
175
|
...obj,
|
|
206
176
|
...(obj.workflowInputs && { workflowInputs: SENSITIVE_STRING }),
|
|
207
177
|
});
|
|
208
|
-
export const ListMigrationWorkflowsRequestFilterSensitiveLog = (obj) => ({
|
|
209
|
-
...obj,
|
|
210
|
-
});
|
|
211
|
-
export const MigrationWorkflowSummaryFilterSensitiveLog = (obj) => ({
|
|
212
|
-
...obj,
|
|
213
|
-
});
|
|
214
|
-
export const ListMigrationWorkflowsResponseFilterSensitiveLog = (obj) => ({
|
|
215
|
-
...obj,
|
|
216
|
-
});
|
|
217
|
-
export const StartMigrationWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
218
|
-
...obj,
|
|
219
|
-
});
|
|
220
|
-
export const StartMigrationWorkflowResponseFilterSensitiveLog = (obj) => ({
|
|
221
|
-
...obj,
|
|
222
|
-
});
|
|
223
|
-
export const StopMigrationWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
224
|
-
...obj,
|
|
225
|
-
});
|
|
226
|
-
export const StopMigrationWorkflowResponseFilterSensitiveLog = (obj) => ({
|
|
227
|
-
...obj,
|
|
228
|
-
});
|
|
229
178
|
export const UpdateMigrationWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
230
179
|
...obj,
|
|
231
180
|
...(obj.inputParameters && { inputParameters: SENSITIVE_STRING }),
|
|
@@ -234,176 +183,3 @@ export const UpdateMigrationWorkflowResponseFilterSensitiveLog = (obj) => ({
|
|
|
234
183
|
...obj,
|
|
235
184
|
...(obj.workflowInputs && { workflowInputs: SENSITIVE_STRING }),
|
|
236
185
|
});
|
|
237
|
-
export const GetMigrationWorkflowTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
238
|
-
...obj,
|
|
239
|
-
});
|
|
240
|
-
export const TemplateInputFilterSensitiveLog = (obj) => ({
|
|
241
|
-
...obj,
|
|
242
|
-
});
|
|
243
|
-
export const GetMigrationWorkflowTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
244
|
-
...obj,
|
|
245
|
-
});
|
|
246
|
-
export const ListMigrationWorkflowTemplatesRequestFilterSensitiveLog = (obj) => ({
|
|
247
|
-
...obj,
|
|
248
|
-
});
|
|
249
|
-
export const TemplateSummaryFilterSensitiveLog = (obj) => ({
|
|
250
|
-
...obj,
|
|
251
|
-
});
|
|
252
|
-
export const ListMigrationWorkflowTemplatesResponseFilterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
});
|
|
255
|
-
export const ListPluginsRequestFilterSensitiveLog = (obj) => ({
|
|
256
|
-
...obj,
|
|
257
|
-
});
|
|
258
|
-
export const PluginSummaryFilterSensitiveLog = (obj) => ({
|
|
259
|
-
...obj,
|
|
260
|
-
});
|
|
261
|
-
export const ListPluginsResponseFilterSensitiveLog = (obj) => ({
|
|
262
|
-
...obj,
|
|
263
|
-
});
|
|
264
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
265
|
-
...obj,
|
|
266
|
-
});
|
|
267
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
});
|
|
270
|
-
export const GetTemplateStepRequestFilterSensitiveLog = (obj) => ({
|
|
271
|
-
...obj,
|
|
272
|
-
});
|
|
273
|
-
export const StepOutputFilterSensitiveLog = (obj) => ({
|
|
274
|
-
...obj,
|
|
275
|
-
});
|
|
276
|
-
export const PlatformCommandFilterSensitiveLog = (obj) => ({
|
|
277
|
-
...obj,
|
|
278
|
-
});
|
|
279
|
-
export const PlatformScriptKeyFilterSensitiveLog = (obj) => ({
|
|
280
|
-
...obj,
|
|
281
|
-
});
|
|
282
|
-
export const StepAutomationConfigurationFilterSensitiveLog = (obj) => ({
|
|
283
|
-
...obj,
|
|
284
|
-
});
|
|
285
|
-
export const GetTemplateStepResponseFilterSensitiveLog = (obj) => ({
|
|
286
|
-
...obj,
|
|
287
|
-
});
|
|
288
|
-
export const ListTemplateStepsRequestFilterSensitiveLog = (obj) => ({
|
|
289
|
-
...obj,
|
|
290
|
-
});
|
|
291
|
-
export const TemplateStepSummaryFilterSensitiveLog = (obj) => ({
|
|
292
|
-
...obj,
|
|
293
|
-
});
|
|
294
|
-
export const ListTemplateStepsResponseFilterSensitiveLog = (obj) => ({
|
|
295
|
-
...obj,
|
|
296
|
-
});
|
|
297
|
-
export const GetTemplateStepGroupRequestFilterSensitiveLog = (obj) => ({
|
|
298
|
-
...obj,
|
|
299
|
-
});
|
|
300
|
-
export const GetTemplateStepGroupResponseFilterSensitiveLog = (obj) => ({
|
|
301
|
-
...obj,
|
|
302
|
-
});
|
|
303
|
-
export const ListTemplateStepGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
304
|
-
...obj,
|
|
305
|
-
});
|
|
306
|
-
export const TemplateStepGroupSummaryFilterSensitiveLog = (obj) => ({
|
|
307
|
-
...obj,
|
|
308
|
-
});
|
|
309
|
-
export const ListTemplateStepGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
310
|
-
...obj,
|
|
311
|
-
});
|
|
312
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
313
|
-
...obj,
|
|
314
|
-
});
|
|
315
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
316
|
-
...obj,
|
|
317
|
-
});
|
|
318
|
-
export const WorkflowStepOutputUnionFilterSensitiveLog = (obj) => {
|
|
319
|
-
if (obj.integerValue !== undefined)
|
|
320
|
-
return { integerValue: obj.integerValue };
|
|
321
|
-
if (obj.stringValue !== undefined)
|
|
322
|
-
return { stringValue: obj.stringValue };
|
|
323
|
-
if (obj.listOfStringValue !== undefined)
|
|
324
|
-
return { listOfStringValue: obj.listOfStringValue };
|
|
325
|
-
if (obj.$unknown !== undefined)
|
|
326
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
327
|
-
};
|
|
328
|
-
export const WorkflowStepOutputFilterSensitiveLog = (obj) => ({
|
|
329
|
-
...obj,
|
|
330
|
-
...(obj.value && { value: WorkflowStepOutputUnionFilterSensitiveLog(obj.value) }),
|
|
331
|
-
});
|
|
332
|
-
export const WorkflowStepAutomationConfigurationFilterSensitiveLog = (obj) => ({
|
|
333
|
-
...obj,
|
|
334
|
-
});
|
|
335
|
-
export const CreateWorkflowStepRequestFilterSensitiveLog = (obj) => ({
|
|
336
|
-
...obj,
|
|
337
|
-
...(obj.outputs && { outputs: obj.outputs.map((item) => WorkflowStepOutputFilterSensitiveLog(item)) }),
|
|
338
|
-
});
|
|
339
|
-
export const CreateWorkflowStepResponseFilterSensitiveLog = (obj) => ({
|
|
340
|
-
...obj,
|
|
341
|
-
});
|
|
342
|
-
export const DeleteWorkflowStepRequestFilterSensitiveLog = (obj) => ({
|
|
343
|
-
...obj,
|
|
344
|
-
});
|
|
345
|
-
export const DeleteWorkflowStepResponseFilterSensitiveLog = (obj) => ({
|
|
346
|
-
...obj,
|
|
347
|
-
});
|
|
348
|
-
export const GetWorkflowStepRequestFilterSensitiveLog = (obj) => ({
|
|
349
|
-
...obj,
|
|
350
|
-
});
|
|
351
|
-
export const GetWorkflowStepResponseFilterSensitiveLog = (obj) => ({
|
|
352
|
-
...obj,
|
|
353
|
-
...(obj.outputs && { outputs: obj.outputs.map((item) => WorkflowStepOutputFilterSensitiveLog(item)) }),
|
|
354
|
-
});
|
|
355
|
-
export const ListWorkflowStepsRequestFilterSensitiveLog = (obj) => ({
|
|
356
|
-
...obj,
|
|
357
|
-
});
|
|
358
|
-
export const WorkflowStepSummaryFilterSensitiveLog = (obj) => ({
|
|
359
|
-
...obj,
|
|
360
|
-
});
|
|
361
|
-
export const ListWorkflowStepsResponseFilterSensitiveLog = (obj) => ({
|
|
362
|
-
...obj,
|
|
363
|
-
});
|
|
364
|
-
export const RetryWorkflowStepRequestFilterSensitiveLog = (obj) => ({
|
|
365
|
-
...obj,
|
|
366
|
-
});
|
|
367
|
-
export const RetryWorkflowStepResponseFilterSensitiveLog = (obj) => ({
|
|
368
|
-
...obj,
|
|
369
|
-
});
|
|
370
|
-
export const UpdateWorkflowStepRequestFilterSensitiveLog = (obj) => ({
|
|
371
|
-
...obj,
|
|
372
|
-
...(obj.outputs && { outputs: obj.outputs.map((item) => WorkflowStepOutputFilterSensitiveLog(item)) }),
|
|
373
|
-
});
|
|
374
|
-
export const UpdateWorkflowStepResponseFilterSensitiveLog = (obj) => ({
|
|
375
|
-
...obj,
|
|
376
|
-
});
|
|
377
|
-
export const CreateWorkflowStepGroupRequestFilterSensitiveLog = (obj) => ({
|
|
378
|
-
...obj,
|
|
379
|
-
});
|
|
380
|
-
export const CreateWorkflowStepGroupResponseFilterSensitiveLog = (obj) => ({
|
|
381
|
-
...obj,
|
|
382
|
-
});
|
|
383
|
-
export const DeleteWorkflowStepGroupRequestFilterSensitiveLog = (obj) => ({
|
|
384
|
-
...obj,
|
|
385
|
-
});
|
|
386
|
-
export const DeleteWorkflowStepGroupResponseFilterSensitiveLog = (obj) => ({
|
|
387
|
-
...obj,
|
|
388
|
-
});
|
|
389
|
-
export const GetWorkflowStepGroupRequestFilterSensitiveLog = (obj) => ({
|
|
390
|
-
...obj,
|
|
391
|
-
});
|
|
392
|
-
export const GetWorkflowStepGroupResponseFilterSensitiveLog = (obj) => ({
|
|
393
|
-
...obj,
|
|
394
|
-
});
|
|
395
|
-
export const ListWorkflowStepGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
396
|
-
...obj,
|
|
397
|
-
});
|
|
398
|
-
export const WorkflowStepGroupSummaryFilterSensitiveLog = (obj) => ({
|
|
399
|
-
...obj,
|
|
400
|
-
});
|
|
401
|
-
export const ListWorkflowStepGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
402
|
-
...obj,
|
|
403
|
-
});
|
|
404
|
-
export const UpdateWorkflowStepGroupRequestFilterSensitiveLog = (obj) => ({
|
|
405
|
-
...obj,
|
|
406
|
-
});
|
|
407
|
-
export const UpdateWorkflowStepGroupResponseFilterSensitiveLog = (obj) => ({
|
|
408
|
-
...obj,
|
|
409
|
-
});
|
|
@@ -29,6 +29,7 @@ import { UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput } from
|
|
|
29
29
|
import { UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput } from "./commands/UpdateWorkflowStepGroupCommand";
|
|
30
30
|
import { MigrationHubOrchestratorClient } from "./MigrationHubOrchestratorClient";
|
|
31
31
|
/**
|
|
32
|
+
* @public
|
|
32
33
|
* <p>This API reference provides descriptions, syntax, and other details about each of the
|
|
33
34
|
* actions and data types for AWS Migration Hub Orchestrator. he topic for each action shows the API
|
|
34
35
|
* request parameters and the response. Alternatively, you can use one of the AWS SDKs to
|
|
@@ -37,24 +38,28 @@ import { MigrationHubOrchestratorClient } from "./MigrationHubOrchestratorClient
|
|
|
37
38
|
*/
|
|
38
39
|
export declare class MigrationHubOrchestrator extends MigrationHubOrchestratorClient {
|
|
39
40
|
/**
|
|
41
|
+
* @public
|
|
40
42
|
* <p>Create a workflow to orchestrate your migrations.</p>
|
|
41
43
|
*/
|
|
42
44
|
createWorkflow(args: CreateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowCommandOutput>;
|
|
43
45
|
createWorkflow(args: CreateWorkflowCommandInput, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
|
|
44
46
|
createWorkflow(args: CreateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
|
|
45
47
|
/**
|
|
48
|
+
* @public
|
|
46
49
|
* <p>Create a step in the migration workflow.</p>
|
|
47
50
|
*/
|
|
48
51
|
createWorkflowStep(args: CreateWorkflowStepCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowStepCommandOutput>;
|
|
49
52
|
createWorkflowStep(args: CreateWorkflowStepCommandInput, cb: (err: any, data?: CreateWorkflowStepCommandOutput) => void): void;
|
|
50
53
|
createWorkflowStep(args: CreateWorkflowStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowStepCommandOutput) => void): void;
|
|
51
54
|
/**
|
|
55
|
+
* @public
|
|
52
56
|
* <p>Create a step group in a migration workflow.</p>
|
|
53
57
|
*/
|
|
54
58
|
createWorkflowStepGroup(args: CreateWorkflowStepGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowStepGroupCommandOutput>;
|
|
55
59
|
createWorkflowStepGroup(args: CreateWorkflowStepGroupCommandInput, cb: (err: any, data?: CreateWorkflowStepGroupCommandOutput) => void): void;
|
|
56
60
|
createWorkflowStepGroup(args: CreateWorkflowStepGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowStepGroupCommandOutput) => void): void;
|
|
57
61
|
/**
|
|
62
|
+
* @public
|
|
58
63
|
* <p>Delete a migration workflow. You must pause a running workflow in Migration Hub Orchestrator console to
|
|
59
64
|
* delete it.</p>
|
|
60
65
|
*/
|
|
@@ -62,6 +67,7 @@ export declare class MigrationHubOrchestrator extends MigrationHubOrchestratorCl
|
|
|
62
67
|
deleteWorkflow(args: DeleteWorkflowCommandInput, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
|
|
63
68
|
deleteWorkflow(args: DeleteWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
|
|
64
69
|
/**
|
|
70
|
+
* @public
|
|
65
71
|
* <p>Delete a step in a migration workflow. Pause the workflow to delete a running
|
|
66
72
|
* step.</p>
|
|
67
73
|
*/
|
|
@@ -69,138 +75,161 @@ export declare class MigrationHubOrchestrator extends MigrationHubOrchestratorCl
|
|
|
69
75
|
deleteWorkflowStep(args: DeleteWorkflowStepCommandInput, cb: (err: any, data?: DeleteWorkflowStepCommandOutput) => void): void;
|
|
70
76
|
deleteWorkflowStep(args: DeleteWorkflowStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowStepCommandOutput) => void): void;
|
|
71
77
|
/**
|
|
78
|
+
* @public
|
|
72
79
|
* <p>Delete a step group in a migration workflow.</p>
|
|
73
80
|
*/
|
|
74
81
|
deleteWorkflowStepGroup(args: DeleteWorkflowStepGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkflowStepGroupCommandOutput>;
|
|
75
82
|
deleteWorkflowStepGroup(args: DeleteWorkflowStepGroupCommandInput, cb: (err: any, data?: DeleteWorkflowStepGroupCommandOutput) => void): void;
|
|
76
83
|
deleteWorkflowStepGroup(args: DeleteWorkflowStepGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowStepGroupCommandOutput) => void): void;
|
|
77
84
|
/**
|
|
85
|
+
* @public
|
|
78
86
|
* <p>Get the template you want to use for creating a migration workflow.</p>
|
|
79
87
|
*/
|
|
80
88
|
getTemplate(args: GetTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateCommandOutput>;
|
|
81
89
|
getTemplate(args: GetTemplateCommandInput, cb: (err: any, data?: GetTemplateCommandOutput) => void): void;
|
|
82
90
|
getTemplate(args: GetTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateCommandOutput) => void): void;
|
|
83
91
|
/**
|
|
92
|
+
* @public
|
|
84
93
|
* <p>Get a specific step in a template.</p>
|
|
85
94
|
*/
|
|
86
95
|
getTemplateStep(args: GetTemplateStepCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateStepCommandOutput>;
|
|
87
96
|
getTemplateStep(args: GetTemplateStepCommandInput, cb: (err: any, data?: GetTemplateStepCommandOutput) => void): void;
|
|
88
97
|
getTemplateStep(args: GetTemplateStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateStepCommandOutput) => void): void;
|
|
89
98
|
/**
|
|
99
|
+
* @public
|
|
90
100
|
* <p>Get a step group in a template.</p>
|
|
91
101
|
*/
|
|
92
102
|
getTemplateStepGroup(args: GetTemplateStepGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateStepGroupCommandOutput>;
|
|
93
103
|
getTemplateStepGroup(args: GetTemplateStepGroupCommandInput, cb: (err: any, data?: GetTemplateStepGroupCommandOutput) => void): void;
|
|
94
104
|
getTemplateStepGroup(args: GetTemplateStepGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateStepGroupCommandOutput) => void): void;
|
|
95
105
|
/**
|
|
106
|
+
* @public
|
|
96
107
|
* <p>Get migration workflow.</p>
|
|
97
108
|
*/
|
|
98
109
|
getWorkflow(args: GetWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowCommandOutput>;
|
|
99
110
|
getWorkflow(args: GetWorkflowCommandInput, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
|
|
100
111
|
getWorkflow(args: GetWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
|
|
101
112
|
/**
|
|
113
|
+
* @public
|
|
102
114
|
* <p>Get a step in the migration workflow.</p>
|
|
103
115
|
*/
|
|
104
116
|
getWorkflowStep(args: GetWorkflowStepCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowStepCommandOutput>;
|
|
105
117
|
getWorkflowStep(args: GetWorkflowStepCommandInput, cb: (err: any, data?: GetWorkflowStepCommandOutput) => void): void;
|
|
106
118
|
getWorkflowStep(args: GetWorkflowStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowStepCommandOutput) => void): void;
|
|
107
119
|
/**
|
|
120
|
+
* @public
|
|
108
121
|
* <p>Get the step group of a migration workflow.</p>
|
|
109
122
|
*/
|
|
110
123
|
getWorkflowStepGroup(args: GetWorkflowStepGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowStepGroupCommandOutput>;
|
|
111
124
|
getWorkflowStepGroup(args: GetWorkflowStepGroupCommandInput, cb: (err: any, data?: GetWorkflowStepGroupCommandOutput) => void): void;
|
|
112
125
|
getWorkflowStepGroup(args: GetWorkflowStepGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowStepGroupCommandOutput) => void): void;
|
|
113
126
|
/**
|
|
127
|
+
* @public
|
|
114
128
|
* <p>List AWS Migration Hub Orchestrator plugins.</p>
|
|
115
129
|
*/
|
|
116
130
|
listPlugins(args: ListPluginsCommandInput, options?: __HttpHandlerOptions): Promise<ListPluginsCommandOutput>;
|
|
117
131
|
listPlugins(args: ListPluginsCommandInput, cb: (err: any, data?: ListPluginsCommandOutput) => void): void;
|
|
118
132
|
listPlugins(args: ListPluginsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPluginsCommandOutput) => void): void;
|
|
119
133
|
/**
|
|
134
|
+
* @public
|
|
120
135
|
* <p>List the tags added to a resource.</p>
|
|
121
136
|
*/
|
|
122
137
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
123
138
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
124
139
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
125
140
|
/**
|
|
141
|
+
* @public
|
|
126
142
|
* <p>List the templates available in Migration Hub Orchestrator to create a migration workflow.</p>
|
|
127
143
|
*/
|
|
128
144
|
listTemplates(args: ListTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplatesCommandOutput>;
|
|
129
145
|
listTemplates(args: ListTemplatesCommandInput, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
|
|
130
146
|
listTemplates(args: ListTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
|
|
131
147
|
/**
|
|
148
|
+
* @public
|
|
132
149
|
* <p>List the step groups in a template.</p>
|
|
133
150
|
*/
|
|
134
151
|
listTemplateStepGroups(args: ListTemplateStepGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplateStepGroupsCommandOutput>;
|
|
135
152
|
listTemplateStepGroups(args: ListTemplateStepGroupsCommandInput, cb: (err: any, data?: ListTemplateStepGroupsCommandOutput) => void): void;
|
|
136
153
|
listTemplateStepGroups(args: ListTemplateStepGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplateStepGroupsCommandOutput) => void): void;
|
|
137
154
|
/**
|
|
155
|
+
* @public
|
|
138
156
|
* <p>List the steps in a template.</p>
|
|
139
157
|
*/
|
|
140
158
|
listTemplateSteps(args: ListTemplateStepsCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplateStepsCommandOutput>;
|
|
141
159
|
listTemplateSteps(args: ListTemplateStepsCommandInput, cb: (err: any, data?: ListTemplateStepsCommandOutput) => void): void;
|
|
142
160
|
listTemplateSteps(args: ListTemplateStepsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplateStepsCommandOutput) => void): void;
|
|
143
161
|
/**
|
|
162
|
+
* @public
|
|
144
163
|
* <p>List the migration workflows.</p>
|
|
145
164
|
*/
|
|
146
165
|
listWorkflows(args: ListWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowsCommandOutput>;
|
|
147
166
|
listWorkflows(args: ListWorkflowsCommandInput, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
|
|
148
167
|
listWorkflows(args: ListWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
|
|
149
168
|
/**
|
|
169
|
+
* @public
|
|
150
170
|
* <p>List the step groups in a migration workflow.</p>
|
|
151
171
|
*/
|
|
152
172
|
listWorkflowStepGroups(args: ListWorkflowStepGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowStepGroupsCommandOutput>;
|
|
153
173
|
listWorkflowStepGroups(args: ListWorkflowStepGroupsCommandInput, cb: (err: any, data?: ListWorkflowStepGroupsCommandOutput) => void): void;
|
|
154
174
|
listWorkflowStepGroups(args: ListWorkflowStepGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowStepGroupsCommandOutput) => void): void;
|
|
155
175
|
/**
|
|
176
|
+
* @public
|
|
156
177
|
* <p>List the steps in a workflow.</p>
|
|
157
178
|
*/
|
|
158
179
|
listWorkflowSteps(args: ListWorkflowStepsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowStepsCommandOutput>;
|
|
159
180
|
listWorkflowSteps(args: ListWorkflowStepsCommandInput, cb: (err: any, data?: ListWorkflowStepsCommandOutput) => void): void;
|
|
160
181
|
listWorkflowSteps(args: ListWorkflowStepsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowStepsCommandOutput) => void): void;
|
|
161
182
|
/**
|
|
183
|
+
* @public
|
|
162
184
|
* <p>Retry a failed step in a migration workflow.</p>
|
|
163
185
|
*/
|
|
164
186
|
retryWorkflowStep(args: RetryWorkflowStepCommandInput, options?: __HttpHandlerOptions): Promise<RetryWorkflowStepCommandOutput>;
|
|
165
187
|
retryWorkflowStep(args: RetryWorkflowStepCommandInput, cb: (err: any, data?: RetryWorkflowStepCommandOutput) => void): void;
|
|
166
188
|
retryWorkflowStep(args: RetryWorkflowStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetryWorkflowStepCommandOutput) => void): void;
|
|
167
189
|
/**
|
|
190
|
+
* @public
|
|
168
191
|
* <p>Start a migration workflow.</p>
|
|
169
192
|
*/
|
|
170
193
|
startWorkflow(args: StartWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<StartWorkflowCommandOutput>;
|
|
171
194
|
startWorkflow(args: StartWorkflowCommandInput, cb: (err: any, data?: StartWorkflowCommandOutput) => void): void;
|
|
172
195
|
startWorkflow(args: StartWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartWorkflowCommandOutput) => void): void;
|
|
173
196
|
/**
|
|
197
|
+
* @public
|
|
174
198
|
* <p>Stop an ongoing migration workflow.</p>
|
|
175
199
|
*/
|
|
176
200
|
stopWorkflow(args: StopWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<StopWorkflowCommandOutput>;
|
|
177
201
|
stopWorkflow(args: StopWorkflowCommandInput, cb: (err: any, data?: StopWorkflowCommandOutput) => void): void;
|
|
178
202
|
stopWorkflow(args: StopWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopWorkflowCommandOutput) => void): void;
|
|
179
203
|
/**
|
|
204
|
+
* @public
|
|
180
205
|
* <p>Tag a resource by specifying its Amazon Resource Name (ARN).</p>
|
|
181
206
|
*/
|
|
182
207
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
183
208
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
184
209
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
185
210
|
/**
|
|
211
|
+
* @public
|
|
186
212
|
* <p>Deletes the tags for a resource.</p>
|
|
187
213
|
*/
|
|
188
214
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
189
215
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
190
216
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
191
217
|
/**
|
|
218
|
+
* @public
|
|
192
219
|
* <p>Update a migration workflow.</p>
|
|
193
220
|
*/
|
|
194
221
|
updateWorkflow(args: UpdateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkflowCommandOutput>;
|
|
195
222
|
updateWorkflow(args: UpdateWorkflowCommandInput, cb: (err: any, data?: UpdateWorkflowCommandOutput) => void): void;
|
|
196
223
|
updateWorkflow(args: UpdateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkflowCommandOutput) => void): void;
|
|
197
224
|
/**
|
|
225
|
+
* @public
|
|
198
226
|
* <p>Update a step in a migration workflow.</p>
|
|
199
227
|
*/
|
|
200
228
|
updateWorkflowStep(args: UpdateWorkflowStepCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkflowStepCommandOutput>;
|
|
201
229
|
updateWorkflowStep(args: UpdateWorkflowStepCommandInput, cb: (err: any, data?: UpdateWorkflowStepCommandOutput) => void): void;
|
|
202
230
|
updateWorkflowStep(args: UpdateWorkflowStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkflowStepCommandOutput) => void): void;
|
|
203
231
|
/**
|
|
232
|
+
* @public
|
|
204
233
|
* <p>Update the step group in a migration workflow.</p>
|
|
205
234
|
*/
|
|
206
235
|
updateWorkflowStepGroup(args: UpdateWorkflowStepGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkflowStepGroupCommandOutput>;
|