@aws-sdk/client-migrationhuborchestrator 3.1076.0 → 3.1078.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/index.js +42 -315
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateTemplateCommand.js +2 -14
- package/dist-es/commands/CreateWorkflowCommand.js +2 -14
- package/dist-es/commands/CreateWorkflowStepCommand.js +2 -14
- package/dist-es/commands/CreateWorkflowStepGroupCommand.js +2 -14
- package/dist-es/commands/DeleteTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteWorkflowCommand.js +2 -14
- package/dist-es/commands/DeleteWorkflowStepCommand.js +2 -14
- package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +2 -14
- package/dist-es/commands/GetTemplateCommand.js +2 -14
- package/dist-es/commands/GetTemplateStepCommand.js +2 -14
- package/dist-es/commands/GetTemplateStepGroupCommand.js +2 -14
- package/dist-es/commands/GetWorkflowCommand.js +2 -14
- package/dist-es/commands/GetWorkflowStepCommand.js +2 -14
- package/dist-es/commands/GetWorkflowStepGroupCommand.js +2 -14
- package/dist-es/commands/ListPluginsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTemplateStepGroupsCommand.js +2 -14
- package/dist-es/commands/ListTemplateStepsCommand.js +2 -14
- package/dist-es/commands/ListTemplatesCommand.js +2 -14
- package/dist-es/commands/ListWorkflowStepGroupsCommand.js +2 -14
- package/dist-es/commands/ListWorkflowStepsCommand.js +2 -14
- package/dist-es/commands/ListWorkflowsCommand.js +2 -14
- package/dist-es/commands/RetryWorkflowStepCommand.js +2 -14
- package/dist-es/commands/StartWorkflowCommand.js +2 -14
- package/dist-es/commands/StopWorkflowCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateWorkflowCommand.js +2 -14
- package/dist-es/commands/UpdateWorkflowStepCommand.js +2 -14
- package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkflowStepCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetTemplateStepCommand.d.ts +3 -8
- package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkflowStepCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +3 -8
- package/dist-types/commands/ListPluginsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListTemplateStepsCommand.d.ts +3 -8
- package/dist-types/commands/ListTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkflowStepsCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkflowsCommand.d.ts +3 -8
- package/dist-types/commands/RetryWorkflowStepCommand.d.ts +3 -8
- package/dist-types/commands/StartWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/StopWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTemplateStep$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTemplateStepCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "GetTemplateStep", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "GetTemplateStepCommand")
|
|
14
|
-
.sc(GetTemplateStep$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTemplateStepCommand extends command(_ep0, _mw0, "GetTemplateStep", GetTemplateStep$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTemplateStepGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTemplateStepGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "GetTemplateStepGroup", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "GetTemplateStepGroupCommand")
|
|
14
|
-
.sc(GetTemplateStepGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTemplateStepGroupCommand extends command(_ep0, _mw0, "GetTemplateStepGroup", GetTemplateStepGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetWorkflow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetWorkflowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "GetWorkflow", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "GetWorkflowCommand")
|
|
14
|
-
.sc(GetWorkflow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetWorkflowCommand extends command(_ep0, _mw0, "GetWorkflow", GetWorkflow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetWorkflowStep$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetWorkflowStepCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "GetWorkflowStep", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "GetWorkflowStepCommand")
|
|
14
|
-
.sc(GetWorkflowStep$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetWorkflowStepCommand extends command(_ep0, _mw0, "GetWorkflowStep", GetWorkflowStep$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetWorkflowStepGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetWorkflowStepGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "GetWorkflowStepGroup", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "GetWorkflowStepGroupCommand")
|
|
14
|
-
.sc(GetWorkflowStepGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetWorkflowStepGroupCommand extends command(_ep0, _mw0, "GetWorkflowStepGroup", GetWorkflowStepGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPlugins$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPluginsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "ListPlugins", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "ListPluginsCommand")
|
|
14
|
-
.sc(ListPlugins$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPluginsCommand extends command(_ep0, _mw0, "ListPlugins", ListPlugins$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "ListTagsForResource", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTemplateStepGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTemplateStepGroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "ListTemplateStepGroups", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "ListTemplateStepGroupsCommand")
|
|
14
|
-
.sc(ListTemplateStepGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTemplateStepGroupsCommand extends command(_ep0, _mw0, "ListTemplateStepGroups", ListTemplateStepGroups$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTemplateSteps$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTemplateStepsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "ListTemplateSteps", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "ListTemplateStepsCommand")
|
|
14
|
-
.sc(ListTemplateSteps$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTemplateStepsCommand extends command(_ep0, _mw0, "ListTemplateSteps", ListTemplateSteps$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTemplates$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTemplatesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "ListTemplates", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "ListTemplatesCommand")
|
|
14
|
-
.sc(ListTemplates$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTemplatesCommand extends command(_ep0, _mw0, "ListTemplates", ListTemplates$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListWorkflowStepGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListWorkflowStepGroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "ListWorkflowStepGroups", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "ListWorkflowStepGroupsCommand")
|
|
14
|
-
.sc(ListWorkflowStepGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListWorkflowStepGroupsCommand extends command(_ep0, _mw0, "ListWorkflowStepGroups", ListWorkflowStepGroups$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListWorkflowSteps$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListWorkflowStepsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "ListWorkflowSteps", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "ListWorkflowStepsCommand")
|
|
14
|
-
.sc(ListWorkflowSteps$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListWorkflowStepsCommand extends command(_ep0, _mw0, "ListWorkflowSteps", ListWorkflowSteps$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListWorkflows$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListWorkflowsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "ListWorkflows", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "ListWorkflowsCommand")
|
|
14
|
-
.sc(ListWorkflows$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListWorkflowsCommand extends command(_ep0, _mw0, "ListWorkflows", ListWorkflows$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RetryWorkflowStep$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RetryWorkflowStepCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "RetryWorkflowStep", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "RetryWorkflowStepCommand")
|
|
14
|
-
.sc(RetryWorkflowStep$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RetryWorkflowStepCommand extends command(_ep0, _mw0, "RetryWorkflowStep", RetryWorkflowStep$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartWorkflow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartWorkflowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "StartWorkflow", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "StartWorkflowCommand")
|
|
14
|
-
.sc(StartWorkflow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartWorkflowCommand extends command(_ep0, _mw0, "StartWorkflow", StartWorkflow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopWorkflow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopWorkflowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "StopWorkflow", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "StopWorkflowCommand")
|
|
14
|
-
.sc(StopWorkflow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopWorkflowCommand extends command(_ep0, _mw0, "StopWorkflow", StopWorkflow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "TagResource", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "UntagResource", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "UpdateTemplate", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "UpdateTemplateCommand")
|
|
14
|
-
.sc(UpdateTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateTemplateCommand extends command(_ep0, _mw0, "UpdateTemplate", UpdateTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateWorkflow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateWorkflowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "UpdateWorkflow", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "UpdateWorkflowCommand")
|
|
14
|
-
.sc(UpdateWorkflow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateWorkflowCommand extends command(_ep0, _mw0, "UpdateWorkflow", UpdateWorkflow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateWorkflowStep$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateWorkflowStepCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "UpdateWorkflowStep", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "UpdateWorkflowStepCommand")
|
|
14
|
-
.sc(UpdateWorkflowStep$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateWorkflowStepCommand extends command(_ep0, _mw0, "UpdateWorkflowStep", UpdateWorkflowStep$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateWorkflowStepGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateWorkflowStepGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSMigrationHubOrchestrator", "UpdateWorkflowStepGroup", {})
|
|
13
|
-
.n("MigrationHubOrchestratorClient", "UpdateWorkflowStepGroupCommand")
|
|
14
|
-
.sc(UpdateWorkflowStepGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateWorkflowStepGroupCommand extends command(_ep0, _mw0, "UpdateWorkflowStepGroup", UpdateWorkflowStepGroup$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./MigrationHubOrchestratorClient";
|
|
2
2
|
export * from "./MigrationHubOrchestrator";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
31
32
|
serviceTarget: "AWSMigrationHubOrchestrator",
|
|
32
33
|
},
|
|
33
34
|
serviceId: config?.serviceId ?? "MigrationHubOrchestrator",
|
|
35
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
36
|
urlParser: config?.urlParser ?? parseUrl,
|
|
35
37
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
36
38
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./MigrationHubOrchestratorClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
4
2
|
import type { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateTemplateCommandInput extends CreateTemplateRequest {
|
|
|
22
19
|
export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateTemplateCommand_base: {
|
|
25
|
-
new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a migration workflow template.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
4
2
|
import type { CreateMigrationWorkflowRequest, CreateMigrationWorkflowResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateWorkflowCommandInput extends CreateMigrationWorkflowReque
|
|
|
22
19
|
export interface CreateWorkflowCommandOutput extends CreateMigrationWorkflowResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateWorkflowCommand_base: {
|
|
25
|
-
new (input: CreateWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a workflow to orchestrate your migrations.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
4
2
|
import type { CreateWorkflowStepRequest, CreateWorkflowStepResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateWorkflowStepCommandInput extends CreateWorkflowStepReques
|
|
|
22
19
|
export interface CreateWorkflowStepCommandOutput extends CreateWorkflowStepResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateWorkflowStepCommand_base: {
|
|
25
|
-
new (input: CreateWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a step in the migration workflow.</p>
|