@aws-sdk/client-migrationhuborchestrator 3.533.0 → 3.540.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 (73) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/MigrationHubOrchestrator.d.ts +4 -1
  6. package/dist-types/MigrationHubOrchestratorClient.d.ts +1 -1
  7. package/dist-types/commands/CreateTemplateCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +2 -1
  15. package/dist-types/commands/GetTemplateCommand.d.ts +2 -1
  16. package/dist-types/commands/GetTemplateStepCommand.d.ts +2 -1
  17. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +2 -1
  18. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
  19. package/dist-types/commands/GetWorkflowStepCommand.d.ts +2 -1
  20. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +2 -1
  21. package/dist-types/commands/ListPluginsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  23. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTemplateStepsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListTemplatesCommand.d.ts +2 -1
  26. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  29. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +2 -1
  30. package/dist-types/commands/StartWorkflowCommand.d.ts +2 -1
  31. package/dist-types/commands/StopWorkflowCommand.d.ts +2 -1
  32. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +2 -1
  38. package/dist-types/index.d.ts +0 -1
  39. package/dist-types/models/models_0.d.ts +389 -389
  40. package/dist-types/ts3.4/MigrationHubOrchestrator.d.ts +3 -0
  41. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/index.d.ts +0 -1
  73. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -2236,9 +2236,6 @@ var paginateListWorkflowSteps = (0, import_core.createPaginator)(MigrationHubOrc
2236
2236
  // src/pagination/ListWorkflowsPaginator.ts
2237
2237
 
2238
2238
  var paginateListWorkflows = (0, import_core.createPaginator)(MigrationHubOrchestratorClient, ListWorkflowsCommand, "nextToken", "nextToken", "maxResults");
2239
-
2240
- // src/index.ts
2241
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
2242
2239
  // Annotate the CommonJS export names for ESM import in node:
2243
2240
 
2244
2241
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./MigrationHubOrchestrator";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { MigrationHubOrchestratorServiceException } from "./models/MigrationHubOrchestratorServiceException";
@@ -119,6 +119,7 @@ export interface MigrationHubOrchestrator {
119
119
  /**
120
120
  * @see {@link ListPluginsCommand}
121
121
  */
122
+ listPlugins(): Promise<ListPluginsCommandOutput>;
122
123
  listPlugins(args: ListPluginsCommandInput, options?: __HttpHandlerOptions): Promise<ListPluginsCommandOutput>;
123
124
  listPlugins(args: ListPluginsCommandInput, cb: (err: any, data?: ListPluginsCommandOutput) => void): void;
124
125
  listPlugins(args: ListPluginsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPluginsCommandOutput) => void): void;
@@ -131,6 +132,7 @@ export interface MigrationHubOrchestrator {
131
132
  /**
132
133
  * @see {@link ListTemplatesCommand}
133
134
  */
135
+ listTemplates(): Promise<ListTemplatesCommandOutput>;
134
136
  listTemplates(args: ListTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplatesCommandOutput>;
135
137
  listTemplates(args: ListTemplatesCommandInput, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
136
138
  listTemplates(args: ListTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
@@ -149,6 +151,7 @@ export interface MigrationHubOrchestrator {
149
151
  /**
150
152
  * @see {@link ListWorkflowsCommand}
151
153
  */
154
+ listWorkflows(): Promise<ListWorkflowsCommandOutput>;
152
155
  listWorkflows(args: ListWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowsCommandOutput>;
153
156
  listWorkflows(args: ListWorkflowsCommandInput, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
154
157
  listWorkflows(args: ListWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
@@ -220,12 +223,12 @@ export interface MigrationHubOrchestrator {
220
223
  updateWorkflowStepGroup(args: UpdateWorkflowStepGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkflowStepGroupCommandOutput) => void): void;
221
224
  }
222
225
  /**
223
- * @public
224
226
  * <p>This API reference provides descriptions, syntax, and other details about each of the
225
227
  * actions and data types for AWS Migration Hub Orchestrator. The topic for each action shows the API
226
228
  * request parameters and responses. Alternatively, you can use one of the AWS SDKs to
227
229
  * access an API that is tailored to the programming language or platform that you're
228
230
  * using.</p>
231
+ * @public
229
232
  */
230
233
  export declare class MigrationHubOrchestrator extends MigrationHubOrchestratorClient implements MigrationHubOrchestrator {
231
234
  }
@@ -182,12 +182,12 @@ export type MigrationHubOrchestratorClientResolvedConfigType = __SmithyResolvedC
182
182
  export interface MigrationHubOrchestratorClientResolvedConfig extends MigrationHubOrchestratorClientResolvedConfigType {
183
183
  }
184
184
  /**
185
- * @public
186
185
  * <p>This API reference provides descriptions, syntax, and other details about each of the
187
186
  * actions and data types for AWS Migration Hub Orchestrator. The topic for each action shows the API
188
187
  * request parameters and responses. Alternatively, you can use one of the AWS SDKs to
189
188
  * access an API that is tailored to the programming language or platform that you're
190
189
  * using.</p>
190
+ * @public
191
191
  */
192
192
  export declare class MigrationHubOrchestratorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MigrationHubOrchestratorClientResolvedConfig> {
193
193
  /**
@@ -22,10 +22,10 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
22
22
  }
23
23
  declare const CreateTemplateCommand_base: {
24
24
  new (input: CreateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a migration workflow template.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const CreateTemplateCommand_base: {
81
81
  * @throws {@link MigrationHubOrchestratorServiceException}
82
82
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class CreateTemplateCommand extends CreateTemplateCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface CreateWorkflowCommandOutput extends CreateMigrationWorkflowResp
22
22
  }
23
23
  declare const CreateWorkflowCommand_base: {
24
24
  new (input: CreateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create a workflow to orchestrate your migrations.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -111,6 +111,7 @@ declare const CreateWorkflowCommand_base: {
111
111
  * @throws {@link MigrationHubOrchestratorServiceException}
112
112
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface CreateWorkflowStepCommandOutput extends CreateWorkflowStepRespo
22
22
  }
23
23
  declare const CreateWorkflowStepCommand_base: {
24
24
  new (input: CreateWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create a step in the migration workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -108,6 +108,7 @@ declare const CreateWorkflowStepCommand_base: {
108
108
  * @throws {@link MigrationHubOrchestratorServiceException}
109
109
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class CreateWorkflowStepCommand extends CreateWorkflowStepCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface CreateWorkflowStepGroupCommandOutput extends CreateWorkflowStep
22
22
  }
23
23
  declare const CreateWorkflowStepGroupCommand_base: {
24
24
  new (input: CreateWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create a step group in a migration workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const CreateWorkflowStepGroupCommand_base: {
89
89
  * @throws {@link MigrationHubOrchestratorServiceException}
90
90
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class CreateWorkflowStepGroupCommand extends CreateWorkflowStepGroupCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M
22
22
  }
23
23
  declare const DeleteTemplateCommand_base: {
24
24
  new (input: DeleteTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a migration workflow template.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DeleteTemplateCommand_base: {
66
66
  * @throws {@link MigrationHubOrchestratorServiceException}
67
67
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteTemplateCommand extends DeleteTemplateCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DeleteWorkflowCommandOutput extends DeleteMigrationWorkflowResp
22
22
  }
23
23
  declare const DeleteWorkflowCommand_base: {
24
24
  new (input: DeleteWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete a migration workflow. You must pause a running workflow in Migration Hub Orchestrator console to
30
30
  * delete it.</p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const DeleteWorkflowCommand_base: {
71
71
  * @throws {@link MigrationHubOrchestratorServiceException}
72
72
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteWorkflowStepCommandOutput extends DeleteWorkflowStepRespo
22
22
  }
23
23
  declare const DeleteWorkflowStepCommand_base: {
24
24
  new (input: DeleteWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete a step in a migration workflow. Pause the workflow to delete a running
30
30
  * step.</p>
31
31
  * @example
@@ -69,6 +69,7 @@ declare const DeleteWorkflowStepCommand_base: {
69
69
  * @throws {@link MigrationHubOrchestratorServiceException}
70
70
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteWorkflowStepCommand extends DeleteWorkflowStepCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteWorkflowStepGroupCommandOutput extends DeleteWorkflowStep
22
22
  }
23
23
  declare const DeleteWorkflowStepGroupCommand_base: {
24
24
  new (input: DeleteWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowStepGroupCommandInput, DeleteWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowStepGroupCommandInput, DeleteWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete a step group in a migration workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const DeleteWorkflowStepGroupCommand_base: {
67
67
  * @throws {@link MigrationHubOrchestratorServiceException}
68
68
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteWorkflowStepGroupCommand extends DeleteWorkflowStepGroupCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface GetTemplateCommandOutput extends GetMigrationWorkflowTemplateRe
22
22
  }
23
23
  declare const GetTemplateCommand_base: {
24
24
  new (input: GetTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get the template you want to use for creating a migration workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const GetTemplateCommand_base: {
89
89
  * @throws {@link MigrationHubOrchestratorServiceException}
90
90
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class GetTemplateCommand extends GetTemplateCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface GetTemplateStepCommandOutput extends GetTemplateStepResponse, _
22
22
  }
23
23
  declare const GetTemplateStepCommand_base: {
24
24
  new (input: GetTemplateStepCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateStepCommandInput, GetTemplateStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTemplateStepCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateStepCommandInput, GetTemplateStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get a specific step in a template.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -102,6 +102,7 @@ declare const GetTemplateStepCommand_base: {
102
102
  * @throws {@link MigrationHubOrchestratorServiceException}
103
103
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class GetTemplateStepCommand extends GetTemplateStepCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface GetTemplateStepGroupCommandOutput extends GetTemplateStepGroupR
22
22
  }
23
23
  declare const GetTemplateStepGroupCommand_base: {
24
24
  new (input: GetTemplateStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateStepGroupCommandInput, GetTemplateStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTemplateStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateStepGroupCommandInput, GetTemplateStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get a step group in a template.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const GetTemplateStepGroupCommand_base: {
87
87
  * @throws {@link MigrationHubOrchestratorServiceException}
88
88
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class GetTemplateStepGroupCommand extends GetTemplateStepGroupCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface GetWorkflowCommandOutput extends GetMigrationWorkflowResponse,
22
22
  }
23
23
  declare const GetWorkflowCommand_base: {
24
24
  new (input: GetWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get migration workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -105,6 +105,7 @@ declare const GetWorkflowCommand_base: {
105
105
  * @throws {@link MigrationHubOrchestratorServiceException}
106
106
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class GetWorkflowCommand extends GetWorkflowCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface GetWorkflowStepCommandOutput extends GetWorkflowStepResponse, _
22
22
  }
23
23
  declare const GetWorkflowStepCommand_base: {
24
24
  new (input: GetWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get a step in the migration workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -118,6 +118,7 @@ declare const GetWorkflowStepCommand_base: {
118
118
  * @throws {@link MigrationHubOrchestratorServiceException}
119
119
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
120
120
  *
121
+ * @public
121
122
  */
122
123
  export declare class GetWorkflowStepCommand extends GetWorkflowStepCommand_base {
123
124
  }
@@ -22,10 +22,10 @@ export interface GetWorkflowStepGroupCommandOutput extends GetWorkflowStepGroupR
22
22
  }
23
23
  declare const GetWorkflowStepGroupCommand_base: {
24
24
  new (input: GetWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get the step group of a migration workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const GetWorkflowStepGroupCommand_base: {
89
89
  * @throws {@link MigrationHubOrchestratorServiceException}
90
90
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class GetWorkflowStepGroupCommand extends GetWorkflowStepGroupCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface ListPluginsCommandOutput extends ListPluginsResponse, __Metadat
22
22
  }
23
23
  declare const ListPluginsCommand_base: {
24
24
  new (input: ListPluginsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPluginsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List AWS Migration Hub Orchestrator plugins.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const ListPluginsCommand_base: {
73
73
  * @throws {@link MigrationHubOrchestratorServiceException}
74
74
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class ListPluginsCommand extends ListPluginsCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the tags added to a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const ListTagsForResourceCommand_base: {
61
61
  * @throws {@link MigrationHubOrchestratorServiceException}
62
62
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface ListTemplateStepGroupsCommandOutput extends ListTemplateStepGro
22
22
  }
23
23
  declare const ListTemplateStepGroupsCommand_base: {
24
24
  new (input: ListTemplateStepGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTemplateStepGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the step groups in a template.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const ListTemplateStepGroupsCommand_base: {
79
79
  * @throws {@link MigrationHubOrchestratorServiceException}
80
80
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListTemplateStepGroupsCommand extends ListTemplateStepGroupsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListTemplateStepsCommandOutput extends ListTemplateStepsRespons
22
22
  }
23
23
  declare const ListTemplateStepsCommand_base: {
24
24
  new (input: ListTemplateStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTemplateStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the steps in a template.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const ListTemplateStepsCommand_base: {
88
88
  * @throws {@link MigrationHubOrchestratorServiceException}
89
89
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class ListTemplateStepsCommand extends ListTemplateStepsCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface ListTemplatesCommandOutput extends ListMigrationWorkflowTemplat
22
22
  }
23
23
  declare const ListTemplatesCommand_base: {
24
24
  new (input: ListTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTemplatesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the templates available in Migration Hub Orchestrator to create a migration workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const ListTemplatesCommand_base: {
72
72
  * @throws {@link MigrationHubOrchestratorServiceException}
73
73
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class ListTemplatesCommand extends ListTemplatesCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface ListWorkflowStepGroupsCommandOutput extends ListWorkflowStepGro
22
22
  }
23
23
  declare const ListWorkflowStepGroupsCommand_base: {
24
24
  new (input: ListWorkflowStepGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListWorkflowStepGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the step groups in a migration workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const ListWorkflowStepGroupsCommand_base: {
84
84
  * @throws {@link MigrationHubOrchestratorServiceException}
85
85
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListWorkflowStepGroupsCommand extends ListWorkflowStepGroupsCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListWorkflowStepsCommandOutput extends ListWorkflowStepsRespons
22
22
  }
23
23
  declare const ListWorkflowStepsCommand_base: {
24
24
  new (input: ListWorkflowStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListWorkflowStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the steps in a workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const ListWorkflowStepsCommand_base: {
89
89
  * @throws {@link MigrationHubOrchestratorServiceException}
90
90
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class ListWorkflowStepsCommand extends ListWorkflowStepsCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface ListWorkflowsCommandOutput extends ListMigrationWorkflowsRespon
22
22
  }
23
23
  declare const ListWorkflowsCommand_base: {
24
24
  new (input: ListWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListWorkflowsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the migration workflows.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const ListWorkflowsCommand_base: {
87
87
  * @throws {@link MigrationHubOrchestratorServiceException}
88
88
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface RetryWorkflowStepCommandOutput extends RetryWorkflowStepRespons
22
22
  }
23
23
  declare const RetryWorkflowStepCommand_base: {
24
24
  new (input: RetryWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RetryWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retry a failed step in a migration workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const RetryWorkflowStepCommand_base: {
70
70
  * @throws {@link MigrationHubOrchestratorServiceException}
71
71
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class RetryWorkflowStepCommand extends RetryWorkflowStepCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface StartWorkflowCommandOutput extends StartMigrationWorkflowRespon
22
22
  }
23
23
  declare const StartWorkflowCommand_base: {
24
24
  new (input: StartWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowCommandInput, StartWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowCommandInput, StartWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Start a migration workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const StartWorkflowCommand_base: {
72
72
  * @throws {@link MigrationHubOrchestratorServiceException}
73
73
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class StartWorkflowCommand extends StartWorkflowCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface StopWorkflowCommandOutput extends StopMigrationWorkflowResponse
22
22
  }
23
23
  declare const StopWorkflowCommand_base: {
24
24
  new (input: StopWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<StopWorkflowCommandInput, StopWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<StopWorkflowCommandInput, StopWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stop an ongoing migration workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const StopWorkflowCommand_base: {
72
72
  * @throws {@link MigrationHubOrchestratorServiceException}
73
73
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class StopWorkflowCommand extends StopWorkflowCommand_base {
77
78
  }