@aws-sdk/client-migrationhuborchestrator 3.300.0 → 3.303.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/models/models_0.js +65 -75
- package/dist-es/models/models_0.js +65 -75
- package/dist-types/commands/CreateWorkflowCommand.d.ts +5 -5
- package/dist-types/commands/CreateWorkflowStepCommand.d.ts +8 -8
- package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetTemplateStepCommand.d.ts +1 -1
- package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetWorkflowCommand.d.ts +1 -1
- package/dist-types/commands/GetWorkflowStepCommand.d.ts +1 -1
- package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +1 -1
- package/dist-types/commands/ListPluginsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateStepsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkflowStepsCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/commands/RetryWorkflowStepCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkflowCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkflowCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +5 -5
- package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +8 -8
- package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +115 -65
- package/dist-types/ts3.4/models/models_0.d.ts +80 -65
- package/package.json +34 -34
|
@@ -58,23 +58,22 @@ var StepInput;
|
|
|
58
58
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
59
59
|
};
|
|
60
60
|
})(StepInput = exports.StepInput || (exports.StepInput = {}));
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
})(MigrationWorkflowStatusEnum = exports.MigrationWorkflowStatusEnum || (exports.MigrationWorkflowStatusEnum = {}));
|
|
61
|
+
exports.MigrationWorkflowStatusEnum = {
|
|
62
|
+
COMPLETED: "COMPLETED",
|
|
63
|
+
CREATING: "CREATING",
|
|
64
|
+
CREATION_FAILED: "CREATION_FAILED",
|
|
65
|
+
DELETED: "DELETED",
|
|
66
|
+
DELETING: "DELETING",
|
|
67
|
+
DELETION_FAILED: "DELETION_FAILED",
|
|
68
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
69
|
+
NOT_STARTED: "NOT_STARTED",
|
|
70
|
+
PAUSED: "PAUSED",
|
|
71
|
+
PAUSING: "PAUSING",
|
|
72
|
+
PAUSING_FAILED: "PAUSING_FAILED",
|
|
73
|
+
STARTING: "STARTING",
|
|
74
|
+
USER_ATTENTION_REQUIRED: "USER_ATTENTION_REQUIRED",
|
|
75
|
+
WORKFLOW_FAILED: "WORKFLOW_FAILED",
|
|
76
|
+
};
|
|
78
77
|
class InternalServerException extends MigrationHubOrchestratorServiceException_1.MigrationHubOrchestratorServiceException {
|
|
79
78
|
constructor(opts) {
|
|
80
79
|
super({
|
|
@@ -101,54 +100,46 @@ class ThrottlingException extends MigrationHubOrchestratorServiceException_1.Mig
|
|
|
101
100
|
}
|
|
102
101
|
}
|
|
103
102
|
exports.ThrottlingException = ThrottlingException;
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
StepGroupStatus["COMPLETED"] = "COMPLETED";
|
|
145
|
-
StepGroupStatus["FAILED"] = "FAILED";
|
|
146
|
-
StepGroupStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
147
|
-
StepGroupStatus["PAUSED"] = "PAUSED";
|
|
148
|
-
StepGroupStatus["PAUSING"] = "PAUSING";
|
|
149
|
-
StepGroupStatus["READY"] = "READY";
|
|
150
|
-
StepGroupStatus["USER_ATTENTION_REQUIRED"] = "USER_ATTENTION_REQUIRED";
|
|
151
|
-
})(StepGroupStatus = exports.StepGroupStatus || (exports.StepGroupStatus = {}));
|
|
103
|
+
exports.DataType = {
|
|
104
|
+
INTEGER: "INTEGER",
|
|
105
|
+
STRING: "STRING",
|
|
106
|
+
STRINGLIST: "STRINGLIST",
|
|
107
|
+
STRINGMAP: "STRINGMAP",
|
|
108
|
+
};
|
|
109
|
+
exports.TemplateStatus = {
|
|
110
|
+
CREATED: "CREATED",
|
|
111
|
+
};
|
|
112
|
+
exports.PluginHealth = {
|
|
113
|
+
PLUGIN_HEALTHY: "HEALTHY",
|
|
114
|
+
PLUGIN_UNHEALTHY: "UNHEALTHY",
|
|
115
|
+
};
|
|
116
|
+
exports.StepActionType = {
|
|
117
|
+
AUTOMATED: "AUTOMATED",
|
|
118
|
+
MANUAL: "MANUAL",
|
|
119
|
+
};
|
|
120
|
+
exports.RunEnvironment = {
|
|
121
|
+
AWS: "AWS",
|
|
122
|
+
ONPREMISE: "ONPREMISE",
|
|
123
|
+
};
|
|
124
|
+
exports.TargetType = {
|
|
125
|
+
ALL: "ALL",
|
|
126
|
+
NONE: "NONE",
|
|
127
|
+
SINGLE: "SINGLE",
|
|
128
|
+
};
|
|
129
|
+
exports.Owner = {
|
|
130
|
+
AWSManaged: "AWS_MANAGED",
|
|
131
|
+
CUSTOM: "CUSTOM",
|
|
132
|
+
};
|
|
133
|
+
exports.StepGroupStatus = {
|
|
134
|
+
AWAITING_DEPENDENCIES: "AWAITING_DEPENDENCIES",
|
|
135
|
+
COMPLETED: "COMPLETED",
|
|
136
|
+
FAILED: "FAILED",
|
|
137
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
138
|
+
PAUSED: "PAUSED",
|
|
139
|
+
PAUSING: "PAUSING",
|
|
140
|
+
READY: "READY",
|
|
141
|
+
USER_ATTENTION_REQUIRED: "USER_ATTENTION_REQUIRED",
|
|
142
|
+
};
|
|
152
143
|
var WorkflowStepOutputUnion;
|
|
153
144
|
(function (WorkflowStepOutputUnion) {
|
|
154
145
|
WorkflowStepOutputUnion.visit = (value, visitor) => {
|
|
@@ -161,16 +152,15 @@ var WorkflowStepOutputUnion;
|
|
|
161
152
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
162
153
|
};
|
|
163
154
|
})(WorkflowStepOutputUnion = exports.WorkflowStepOutputUnion || (exports.WorkflowStepOutputUnion = {}));
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
})(StepStatus = exports.StepStatus || (exports.StepStatus = {}));
|
|
155
|
+
exports.StepStatus = {
|
|
156
|
+
AWAITING_DEPENDENCIES: "AWAITING_DEPENDENCIES",
|
|
157
|
+
COMPLETED: "COMPLETED",
|
|
158
|
+
FAILED: "FAILED",
|
|
159
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
160
|
+
PAUSED: "PAUSED",
|
|
161
|
+
READY: "READY",
|
|
162
|
+
USER_ATTENTION_REQUIRED: "USER_ATTENTION_REQUIRED",
|
|
163
|
+
};
|
|
174
164
|
const CreateMigrationWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
175
165
|
...obj,
|
|
176
166
|
...(obj.inputParameters && { inputParameters: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -52,23 +52,22 @@ export var StepInput;
|
|
|
52
52
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
53
53
|
};
|
|
54
54
|
})(StepInput || (StepInput = {}));
|
|
55
|
-
export
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
})(MigrationWorkflowStatusEnum || (MigrationWorkflowStatusEnum = {}));
|
|
55
|
+
export const MigrationWorkflowStatusEnum = {
|
|
56
|
+
COMPLETED: "COMPLETED",
|
|
57
|
+
CREATING: "CREATING",
|
|
58
|
+
CREATION_FAILED: "CREATION_FAILED",
|
|
59
|
+
DELETED: "DELETED",
|
|
60
|
+
DELETING: "DELETING",
|
|
61
|
+
DELETION_FAILED: "DELETION_FAILED",
|
|
62
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
63
|
+
NOT_STARTED: "NOT_STARTED",
|
|
64
|
+
PAUSED: "PAUSED",
|
|
65
|
+
PAUSING: "PAUSING",
|
|
66
|
+
PAUSING_FAILED: "PAUSING_FAILED",
|
|
67
|
+
STARTING: "STARTING",
|
|
68
|
+
USER_ATTENTION_REQUIRED: "USER_ATTENTION_REQUIRED",
|
|
69
|
+
WORKFLOW_FAILED: "WORKFLOW_FAILED",
|
|
70
|
+
};
|
|
72
71
|
export class InternalServerException extends __BaseException {
|
|
73
72
|
constructor(opts) {
|
|
74
73
|
super({
|
|
@@ -93,54 +92,46 @@ export class ThrottlingException extends __BaseException {
|
|
|
93
92
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
94
93
|
}
|
|
95
94
|
}
|
|
96
|
-
export
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
-
export
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
}
|
|
122
|
-
export
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
StepGroupStatus["COMPLETED"] = "COMPLETED";
|
|
137
|
-
StepGroupStatus["FAILED"] = "FAILED";
|
|
138
|
-
StepGroupStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
139
|
-
StepGroupStatus["PAUSED"] = "PAUSED";
|
|
140
|
-
StepGroupStatus["PAUSING"] = "PAUSING";
|
|
141
|
-
StepGroupStatus["READY"] = "READY";
|
|
142
|
-
StepGroupStatus["USER_ATTENTION_REQUIRED"] = "USER_ATTENTION_REQUIRED";
|
|
143
|
-
})(StepGroupStatus || (StepGroupStatus = {}));
|
|
95
|
+
export const DataType = {
|
|
96
|
+
INTEGER: "INTEGER",
|
|
97
|
+
STRING: "STRING",
|
|
98
|
+
STRINGLIST: "STRINGLIST",
|
|
99
|
+
STRINGMAP: "STRINGMAP",
|
|
100
|
+
};
|
|
101
|
+
export const TemplateStatus = {
|
|
102
|
+
CREATED: "CREATED",
|
|
103
|
+
};
|
|
104
|
+
export const PluginHealth = {
|
|
105
|
+
PLUGIN_HEALTHY: "HEALTHY",
|
|
106
|
+
PLUGIN_UNHEALTHY: "UNHEALTHY",
|
|
107
|
+
};
|
|
108
|
+
export const StepActionType = {
|
|
109
|
+
AUTOMATED: "AUTOMATED",
|
|
110
|
+
MANUAL: "MANUAL",
|
|
111
|
+
};
|
|
112
|
+
export const RunEnvironment = {
|
|
113
|
+
AWS: "AWS",
|
|
114
|
+
ONPREMISE: "ONPREMISE",
|
|
115
|
+
};
|
|
116
|
+
export const TargetType = {
|
|
117
|
+
ALL: "ALL",
|
|
118
|
+
NONE: "NONE",
|
|
119
|
+
SINGLE: "SINGLE",
|
|
120
|
+
};
|
|
121
|
+
export const Owner = {
|
|
122
|
+
AWSManaged: "AWS_MANAGED",
|
|
123
|
+
CUSTOM: "CUSTOM",
|
|
124
|
+
};
|
|
125
|
+
export const StepGroupStatus = {
|
|
126
|
+
AWAITING_DEPENDENCIES: "AWAITING_DEPENDENCIES",
|
|
127
|
+
COMPLETED: "COMPLETED",
|
|
128
|
+
FAILED: "FAILED",
|
|
129
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
130
|
+
PAUSED: "PAUSED",
|
|
131
|
+
PAUSING: "PAUSING",
|
|
132
|
+
READY: "READY",
|
|
133
|
+
USER_ATTENTION_REQUIRED: "USER_ATTENTION_REQUIRED",
|
|
134
|
+
};
|
|
144
135
|
export var WorkflowStepOutputUnion;
|
|
145
136
|
(function (WorkflowStepOutputUnion) {
|
|
146
137
|
WorkflowStepOutputUnion.visit = (value, visitor) => {
|
|
@@ -153,16 +144,15 @@ export var WorkflowStepOutputUnion;
|
|
|
153
144
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
154
145
|
};
|
|
155
146
|
})(WorkflowStepOutputUnion || (WorkflowStepOutputUnion = {}));
|
|
156
|
-
export
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
})(StepStatus || (StepStatus = {}));
|
|
147
|
+
export const StepStatus = {
|
|
148
|
+
AWAITING_DEPENDENCIES: "AWAITING_DEPENDENCIES",
|
|
149
|
+
COMPLETED: "COMPLETED",
|
|
150
|
+
FAILED: "FAILED",
|
|
151
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
152
|
+
PAUSED: "PAUSED",
|
|
153
|
+
READY: "READY",
|
|
154
|
+
USER_ATTENTION_REQUIRED: "USER_ATTENTION_REQUIRED",
|
|
155
|
+
};
|
|
166
156
|
export const CreateMigrationWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
167
157
|
...obj,
|
|
168
158
|
...(obj.inputParameters && { inputParameters: SENSITIVE_STRING }),
|
|
@@ -26,19 +26,19 @@ export interface CreateWorkflowCommandOutput extends CreateMigrationWorkflowResp
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, CreateWorkflowCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, CreateWorkflowCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateMigrationWorkflowRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
32
|
* templateId: "STRING_VALUE", // required
|
|
33
33
|
* applicationConfigurationId: "STRING_VALUE", // required
|
|
34
|
-
* inputParameters: { // required
|
|
35
|
-
* "<keys>": { // Union: only one key present
|
|
34
|
+
* inputParameters: { // StepInputParameters // required
|
|
35
|
+
* "<keys>": { // StepInput Union: only one key present
|
|
36
36
|
* integerValue: Number("int"),
|
|
37
37
|
* stringValue: "STRING_VALUE",
|
|
38
|
-
* listOfStringsValue: [
|
|
38
|
+
* listOfStringsValue: [ // StringList
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
|
-
* mapOfStringValue: {
|
|
41
|
+
* mapOfStringValue: { // StringMap
|
|
42
42
|
* "<keys>": "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
44
|
* },
|
|
@@ -26,34 +26,34 @@ export interface CreateWorkflowStepCommandOutput extends CreateWorkflowStepRespo
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, CreateWorkflowStepCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, CreateWorkflowStepCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateWorkflowStepRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* stepGroupId: "STRING_VALUE", // required
|
|
32
32
|
* workflowId: "STRING_VALUE", // required
|
|
33
33
|
* stepActionType: "STRING_VALUE", // required
|
|
34
34
|
* description: "STRING_VALUE",
|
|
35
|
-
* workflowStepAutomationConfiguration: {
|
|
35
|
+
* workflowStepAutomationConfiguration: { // WorkflowStepAutomationConfiguration
|
|
36
36
|
* scriptLocationS3Bucket: "STRING_VALUE",
|
|
37
|
-
* scriptLocationS3Key: {
|
|
37
|
+
* scriptLocationS3Key: { // PlatformScriptKey
|
|
38
38
|
* linux: "STRING_VALUE",
|
|
39
39
|
* windows: "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
|
-
* command: {
|
|
41
|
+
* command: { // PlatformCommand
|
|
42
42
|
* linux: "STRING_VALUE",
|
|
43
43
|
* windows: "STRING_VALUE",
|
|
44
44
|
* },
|
|
45
45
|
* runEnvironment: "STRING_VALUE",
|
|
46
46
|
* targetType: "STRING_VALUE",
|
|
47
47
|
* },
|
|
48
|
-
* stepTarget: [
|
|
48
|
+
* stepTarget: [ // StringList
|
|
49
49
|
* "STRING_VALUE",
|
|
50
50
|
* ],
|
|
51
|
-
* outputs: [
|
|
52
|
-
* {
|
|
51
|
+
* outputs: [ // WorkflowStepOutputList
|
|
52
|
+
* { // WorkflowStepOutput
|
|
53
53
|
* name: "STRING_VALUE",
|
|
54
54
|
* dataType: "STRING_VALUE",
|
|
55
55
|
* required: true || false,
|
|
56
|
-
* value: { // Union: only one key present
|
|
56
|
+
* value: { // WorkflowStepOutputUnion Union: only one key present
|
|
57
57
|
* integerValue: Number("int"),
|
|
58
58
|
* stringValue: "STRING_VALUE",
|
|
59
59
|
* listOfStringValue: [
|
|
@@ -26,11 +26,11 @@ export interface CreateWorkflowStepGroupCommandOutput extends CreateWorkflowStep
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, CreateWorkflowStepGroupCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, CreateWorkflowStepGroupCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateWorkflowStepGroupRequest
|
|
30
30
|
* workflowId: "STRING_VALUE", // required
|
|
31
31
|
* name: "STRING_VALUE", // required
|
|
32
32
|
* description: "STRING_VALUE",
|
|
33
|
-
* next: [
|
|
33
|
+
* next: [ // StringList
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* previous: [
|
|
@@ -27,7 +27,7 @@ export interface DeleteWorkflowCommandOutput extends DeleteMigrationWorkflowResp
|
|
|
27
27
|
* import { MigrationHubOrchestratorClient, DeleteWorkflowCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
28
28
|
* // const { MigrationHubOrchestratorClient, DeleteWorkflowCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
29
29
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteMigrationWorkflowRequest
|
|
31
31
|
* id: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteWorkflowCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteWorkflowStepCommandOutput extends DeleteWorkflowStepRespo
|
|
|
27
27
|
* import { MigrationHubOrchestratorClient, DeleteWorkflowStepCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
28
28
|
* // const { MigrationHubOrchestratorClient, DeleteWorkflowStepCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
29
29
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteWorkflowStepRequest
|
|
31
31
|
* id: "STRING_VALUE", // required
|
|
32
32
|
* stepGroupId: "STRING_VALUE", // required
|
|
33
33
|
* workflowId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DeleteWorkflowStepGroupCommandOutput extends DeleteWorkflowStep
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, DeleteWorkflowStepGroupCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, DeleteWorkflowStepGroupCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteWorkflowStepGroupRequest
|
|
30
30
|
* workflowId: "STRING_VALUE", // required
|
|
31
31
|
* id: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetTemplateCommandOutput extends GetMigrationWorkflowTemplateRe
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, GetTemplateCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, GetTemplateCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetMigrationWorkflowTemplateRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetTemplateCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetTemplateStepCommandOutput extends GetTemplateStepResponse, _
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, GetTemplateStepCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, GetTemplateStepCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetTemplateStepRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* templateId: "STRING_VALUE", // required
|
|
32
32
|
* stepGroupId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface GetTemplateStepGroupCommandOutput extends GetTemplateStepGroupR
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, GetTemplateStepGroupCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, GetTemplateStepGroupCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetTemplateStepGroupRequest
|
|
30
30
|
* templateId: "STRING_VALUE", // required
|
|
31
31
|
* id: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetWorkflowCommandOutput extends GetMigrationWorkflowResponse,
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, GetWorkflowCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, GetWorkflowCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetMigrationWorkflowRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetWorkflowCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetWorkflowStepCommandOutput extends GetWorkflowStepResponse, _
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, GetWorkflowStepCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, GetWorkflowStepCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetWorkflowStepRequest
|
|
30
30
|
* workflowId: "STRING_VALUE", // required
|
|
31
31
|
* stepGroupId: "STRING_VALUE", // required
|
|
32
32
|
* id: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface GetWorkflowStepGroupCommandOutput extends GetWorkflowStepGroupR
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, GetWorkflowStepGroupCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, GetWorkflowStepGroupCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetWorkflowStepGroupRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* workflowId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListPluginsCommandOutput extends ListPluginsResponse, __Metadat
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, ListPluginsCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, ListPluginsCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListPluginsRequest
|
|
30
30
|
* maxResults: Number("int"),
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, ListTagsForResourceCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, ListTagsForResourceCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* resourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface ListTemplateStepGroupsCommandOutput extends ListTemplateStepGro
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, ListTemplateStepGroupsCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, ListTemplateStepGroupsCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTemplateStepGroupsRequest
|
|
30
30
|
* maxResults: Number("int"),
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* templateId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface ListTemplateStepsCommandOutput extends ListTemplateStepsRespons
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, ListTemplateStepsCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, ListTemplateStepsCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTemplateStepsRequest
|
|
30
30
|
* maxResults: Number("int"),
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* templateId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface ListTemplatesCommandOutput extends ListMigrationWorkflowTemplat
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, ListTemplatesCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, ListTemplatesCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListMigrationWorkflowTemplatesRequest
|
|
30
30
|
* maxResults: Number("int"),
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* name: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListWorkflowStepGroupsCommandOutput extends ListWorkflowStepGro
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, ListWorkflowStepGroupsCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, ListWorkflowStepGroupsCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListWorkflowStepGroupsRequest
|
|
30
30
|
* nextToken: "STRING_VALUE",
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* workflowId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface ListWorkflowStepsCommandOutput extends ListWorkflowStepsRespons
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, ListWorkflowStepsCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, ListWorkflowStepsCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListWorkflowStepsRequest
|
|
30
30
|
* nextToken: "STRING_VALUE",
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* workflowId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface ListWorkflowsCommandOutput extends ListMigrationWorkflowsRespon
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, ListWorkflowsCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, ListWorkflowsCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListMigrationWorkflowsRequest
|
|
30
30
|
* maxResults: Number("int"),
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* templateId: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface RetryWorkflowStepCommandOutput extends RetryWorkflowStepRespons
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, RetryWorkflowStepCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, RetryWorkflowStepCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // RetryWorkflowStepRequest
|
|
30
30
|
* workflowId: "STRING_VALUE", // required
|
|
31
31
|
* stepGroupId: "STRING_VALUE", // required
|
|
32
32
|
* id: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface StartWorkflowCommandOutput extends StartMigrationWorkflowRespon
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, StartWorkflowCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, StartWorkflowCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StartMigrationWorkflowRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StartWorkflowCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface StopWorkflowCommandOutput extends StopMigrationWorkflowResponse
|
|
|
26
26
|
* import { MigrationHubOrchestratorClient, StopWorkflowCommand } from "@aws-sdk/client-migrationhuborchestrator"; // ES Modules import
|
|
27
27
|
* // const { MigrationHubOrchestratorClient, StopWorkflowCommand } = require("@aws-sdk/client-migrationhuborchestrator"); // CommonJS import
|
|
28
28
|
* const client = new MigrationHubOrchestratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StopMigrationWorkflowRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StopWorkflowCommand(input);
|