@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.
Files changed (33) hide show
  1. package/dist-cjs/models/models_0.js +65 -75
  2. package/dist-es/models/models_0.js +65 -75
  3. package/dist-types/commands/CreateWorkflowCommand.d.ts +5 -5
  4. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +8 -8
  5. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +2 -2
  6. package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -1
  7. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +1 -1
  8. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +1 -1
  9. package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
  10. package/dist-types/commands/GetTemplateStepCommand.d.ts +1 -1
  11. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +1 -1
  12. package/dist-types/commands/GetWorkflowCommand.d.ts +1 -1
  13. package/dist-types/commands/GetWorkflowStepCommand.d.ts +1 -1
  14. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +1 -1
  15. package/dist-types/commands/ListPluginsCommand.d.ts +1 -1
  16. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  17. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListTemplateStepsCommand.d.ts +1 -1
  19. package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
  20. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +1 -1
  21. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  23. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +1 -1
  24. package/dist-types/commands/StartWorkflowCommand.d.ts +1 -1
  25. package/dist-types/commands/StopWorkflowCommand.d.ts +1 -1
  26. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  27. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  28. package/dist-types/commands/UpdateWorkflowCommand.d.ts +5 -5
  29. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +8 -8
  30. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +2 -2
  31. package/dist-types/models/models_0.d.ts +115 -65
  32. package/dist-types/ts3.4/models/models_0.d.ts +80 -65
  33. 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
- var MigrationWorkflowStatusEnum;
62
- (function (MigrationWorkflowStatusEnum) {
63
- MigrationWorkflowStatusEnum["COMPLETED"] = "COMPLETED";
64
- MigrationWorkflowStatusEnum["CREATING"] = "CREATING";
65
- MigrationWorkflowStatusEnum["CREATION_FAILED"] = "CREATION_FAILED";
66
- MigrationWorkflowStatusEnum["DELETED"] = "DELETED";
67
- MigrationWorkflowStatusEnum["DELETING"] = "DELETING";
68
- MigrationWorkflowStatusEnum["DELETION_FAILED"] = "DELETION_FAILED";
69
- MigrationWorkflowStatusEnum["IN_PROGRESS"] = "IN_PROGRESS";
70
- MigrationWorkflowStatusEnum["NOT_STARTED"] = "NOT_STARTED";
71
- MigrationWorkflowStatusEnum["PAUSED"] = "PAUSED";
72
- MigrationWorkflowStatusEnum["PAUSING"] = "PAUSING";
73
- MigrationWorkflowStatusEnum["PAUSING_FAILED"] = "PAUSING_FAILED";
74
- MigrationWorkflowStatusEnum["STARTING"] = "STARTING";
75
- MigrationWorkflowStatusEnum["USER_ATTENTION_REQUIRED"] = "USER_ATTENTION_REQUIRED";
76
- MigrationWorkflowStatusEnum["WORKFLOW_FAILED"] = "WORKFLOW_FAILED";
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
- var DataType;
105
- (function (DataType) {
106
- DataType["INTEGER"] = "INTEGER";
107
- DataType["STRING"] = "STRING";
108
- DataType["STRINGLIST"] = "STRINGLIST";
109
- DataType["STRINGMAP"] = "STRINGMAP";
110
- })(DataType = exports.DataType || (exports.DataType = {}));
111
- var TemplateStatus;
112
- (function (TemplateStatus) {
113
- TemplateStatus["CREATED"] = "CREATED";
114
- })(TemplateStatus = exports.TemplateStatus || (exports.TemplateStatus = {}));
115
- var PluginHealth;
116
- (function (PluginHealth) {
117
- PluginHealth["PLUGIN_HEALTHY"] = "HEALTHY";
118
- PluginHealth["PLUGIN_UNHEALTHY"] = "UNHEALTHY";
119
- })(PluginHealth = exports.PluginHealth || (exports.PluginHealth = {}));
120
- var StepActionType;
121
- (function (StepActionType) {
122
- StepActionType["AUTOMATED"] = "AUTOMATED";
123
- StepActionType["MANUAL"] = "MANUAL";
124
- })(StepActionType = exports.StepActionType || (exports.StepActionType = {}));
125
- var RunEnvironment;
126
- (function (RunEnvironment) {
127
- RunEnvironment["AWS"] = "AWS";
128
- RunEnvironment["ONPREMISE"] = "ONPREMISE";
129
- })(RunEnvironment = exports.RunEnvironment || (exports.RunEnvironment = {}));
130
- var TargetType;
131
- (function (TargetType) {
132
- TargetType["ALL"] = "ALL";
133
- TargetType["NONE"] = "NONE";
134
- TargetType["SINGLE"] = "SINGLE";
135
- })(TargetType = exports.TargetType || (exports.TargetType = {}));
136
- var Owner;
137
- (function (Owner) {
138
- Owner["AWSManaged"] = "AWS_MANAGED";
139
- Owner["CUSTOM"] = "CUSTOM";
140
- })(Owner = exports.Owner || (exports.Owner = {}));
141
- var StepGroupStatus;
142
- (function (StepGroupStatus) {
143
- StepGroupStatus["AWAITING_DEPENDENCIES"] = "AWAITING_DEPENDENCIES";
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
- var StepStatus;
165
- (function (StepStatus) {
166
- StepStatus["AWAITING_DEPENDENCIES"] = "AWAITING_DEPENDENCIES";
167
- StepStatus["COMPLETED"] = "COMPLETED";
168
- StepStatus["FAILED"] = "FAILED";
169
- StepStatus["IN_PROGRESS"] = "IN_PROGRESS";
170
- StepStatus["PAUSED"] = "PAUSED";
171
- StepStatus["READY"] = "READY";
172
- StepStatus["USER_ATTENTION_REQUIRED"] = "USER_ATTENTION_REQUIRED";
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 var MigrationWorkflowStatusEnum;
56
- (function (MigrationWorkflowStatusEnum) {
57
- MigrationWorkflowStatusEnum["COMPLETED"] = "COMPLETED";
58
- MigrationWorkflowStatusEnum["CREATING"] = "CREATING";
59
- MigrationWorkflowStatusEnum["CREATION_FAILED"] = "CREATION_FAILED";
60
- MigrationWorkflowStatusEnum["DELETED"] = "DELETED";
61
- MigrationWorkflowStatusEnum["DELETING"] = "DELETING";
62
- MigrationWorkflowStatusEnum["DELETION_FAILED"] = "DELETION_FAILED";
63
- MigrationWorkflowStatusEnum["IN_PROGRESS"] = "IN_PROGRESS";
64
- MigrationWorkflowStatusEnum["NOT_STARTED"] = "NOT_STARTED";
65
- MigrationWorkflowStatusEnum["PAUSED"] = "PAUSED";
66
- MigrationWorkflowStatusEnum["PAUSING"] = "PAUSING";
67
- MigrationWorkflowStatusEnum["PAUSING_FAILED"] = "PAUSING_FAILED";
68
- MigrationWorkflowStatusEnum["STARTING"] = "STARTING";
69
- MigrationWorkflowStatusEnum["USER_ATTENTION_REQUIRED"] = "USER_ATTENTION_REQUIRED";
70
- MigrationWorkflowStatusEnum["WORKFLOW_FAILED"] = "WORKFLOW_FAILED";
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 var DataType;
97
- (function (DataType) {
98
- DataType["INTEGER"] = "INTEGER";
99
- DataType["STRING"] = "STRING";
100
- DataType["STRINGLIST"] = "STRINGLIST";
101
- DataType["STRINGMAP"] = "STRINGMAP";
102
- })(DataType || (DataType = {}));
103
- export var TemplateStatus;
104
- (function (TemplateStatus) {
105
- TemplateStatus["CREATED"] = "CREATED";
106
- })(TemplateStatus || (TemplateStatus = {}));
107
- export var PluginHealth;
108
- (function (PluginHealth) {
109
- PluginHealth["PLUGIN_HEALTHY"] = "HEALTHY";
110
- PluginHealth["PLUGIN_UNHEALTHY"] = "UNHEALTHY";
111
- })(PluginHealth || (PluginHealth = {}));
112
- export var StepActionType;
113
- (function (StepActionType) {
114
- StepActionType["AUTOMATED"] = "AUTOMATED";
115
- StepActionType["MANUAL"] = "MANUAL";
116
- })(StepActionType || (StepActionType = {}));
117
- export var RunEnvironment;
118
- (function (RunEnvironment) {
119
- RunEnvironment["AWS"] = "AWS";
120
- RunEnvironment["ONPREMISE"] = "ONPREMISE";
121
- })(RunEnvironment || (RunEnvironment = {}));
122
- export var TargetType;
123
- (function (TargetType) {
124
- TargetType["ALL"] = "ALL";
125
- TargetType["NONE"] = "NONE";
126
- TargetType["SINGLE"] = "SINGLE";
127
- })(TargetType || (TargetType = {}));
128
- export var Owner;
129
- (function (Owner) {
130
- Owner["AWSManaged"] = "AWS_MANAGED";
131
- Owner["CUSTOM"] = "CUSTOM";
132
- })(Owner || (Owner = {}));
133
- export var StepGroupStatus;
134
- (function (StepGroupStatus) {
135
- StepGroupStatus["AWAITING_DEPENDENCIES"] = "AWAITING_DEPENDENCIES";
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 var StepStatus;
157
- (function (StepStatus) {
158
- StepStatus["AWAITING_DEPENDENCIES"] = "AWAITING_DEPENDENCIES";
159
- StepStatus["COMPLETED"] = "COMPLETED";
160
- StepStatus["FAILED"] = "FAILED";
161
- StepStatus["IN_PROGRESS"] = "IN_PROGRESS";
162
- StepStatus["PAUSED"] = "PAUSED";
163
- StepStatus["READY"] = "READY";
164
- StepStatus["USER_ATTENTION_REQUIRED"] = "USER_ATTENTION_REQUIRED";
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);