@aws-sdk/client-migrationhuborchestrator 3.335.0 → 3.338.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 (125) hide show
  1. package/dist-cjs/MigrationHubOrchestratorClient.js +2 -1
  2. package/dist-cjs/commands/CreateWorkflowCommand.js +2 -1
  3. package/dist-cjs/commands/CreateWorkflowStepCommand.js +2 -1
  4. package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +2 -1
  5. package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteWorkflowStepCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +2 -1
  8. package/dist-cjs/commands/GetTemplateCommand.js +2 -1
  9. package/dist-cjs/commands/GetTemplateStepCommand.js +2 -1
  10. package/dist-cjs/commands/GetTemplateStepGroupCommand.js +2 -1
  11. package/dist-cjs/commands/GetWorkflowCommand.js +2 -1
  12. package/dist-cjs/commands/GetWorkflowStepCommand.js +2 -1
  13. package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +2 -1
  14. package/dist-cjs/commands/ListPluginsCommand.js +2 -1
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  16. package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +2 -1
  17. package/dist-cjs/commands/ListTemplateStepsCommand.js +2 -1
  18. package/dist-cjs/commands/ListTemplatesCommand.js +2 -1
  19. package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +2 -1
  20. package/dist-cjs/commands/ListWorkflowStepsCommand.js +2 -1
  21. package/dist-cjs/commands/ListWorkflowsCommand.js +2 -1
  22. package/dist-cjs/commands/RetryWorkflowStepCommand.js +2 -1
  23. package/dist-cjs/commands/StartWorkflowCommand.js +2 -1
  24. package/dist-cjs/commands/StopWorkflowCommand.js +2 -1
  25. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  26. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  27. package/dist-cjs/commands/UpdateWorkflowCommand.js +2 -1
  28. package/dist-cjs/commands/UpdateWorkflowStepCommand.js +2 -1
  29. package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +2 -1
  30. package/dist-cjs/index.js +2 -2
  31. package/dist-cjs/models/MigrationHubOrchestratorServiceException.js +2 -1
  32. package/dist-es/MigrationHubOrchestratorClient.js +1 -0
  33. package/dist-es/commands/CreateWorkflowCommand.js +1 -0
  34. package/dist-es/commands/CreateWorkflowStepCommand.js +1 -0
  35. package/dist-es/commands/CreateWorkflowStepGroupCommand.js +1 -0
  36. package/dist-es/commands/DeleteWorkflowCommand.js +1 -0
  37. package/dist-es/commands/DeleteWorkflowStepCommand.js +1 -0
  38. package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +1 -0
  39. package/dist-es/commands/GetTemplateCommand.js +1 -0
  40. package/dist-es/commands/GetTemplateStepCommand.js +1 -0
  41. package/dist-es/commands/GetTemplateStepGroupCommand.js +1 -0
  42. package/dist-es/commands/GetWorkflowCommand.js +1 -0
  43. package/dist-es/commands/GetWorkflowStepCommand.js +1 -0
  44. package/dist-es/commands/GetWorkflowStepGroupCommand.js +1 -0
  45. package/dist-es/commands/ListPluginsCommand.js +1 -0
  46. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  47. package/dist-es/commands/ListTemplateStepGroupsCommand.js +1 -0
  48. package/dist-es/commands/ListTemplateStepsCommand.js +1 -0
  49. package/dist-es/commands/ListTemplatesCommand.js +1 -0
  50. package/dist-es/commands/ListWorkflowStepGroupsCommand.js +1 -0
  51. package/dist-es/commands/ListWorkflowStepsCommand.js +1 -0
  52. package/dist-es/commands/ListWorkflowsCommand.js +1 -0
  53. package/dist-es/commands/RetryWorkflowStepCommand.js +1 -0
  54. package/dist-es/commands/StartWorkflowCommand.js +1 -0
  55. package/dist-es/commands/StopWorkflowCommand.js +1 -0
  56. package/dist-es/commands/TagResourceCommand.js +1 -0
  57. package/dist-es/commands/UntagResourceCommand.js +1 -0
  58. package/dist-es/commands/UpdateWorkflowCommand.js +1 -0
  59. package/dist-es/commands/UpdateWorkflowStepCommand.js +1 -0
  60. package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +1 -0
  61. package/dist-es/index.js +2 -2
  62. package/dist-es/models/MigrationHubOrchestratorServiceException.js +1 -0
  63. package/dist-types/MigrationHubOrchestratorClient.d.ts +3 -3
  64. package/dist-types/commands/CreateWorkflowCommand.d.ts +4 -0
  65. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +4 -0
  66. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +4 -0
  67. package/dist-types/commands/DeleteWorkflowCommand.d.ts +4 -0
  68. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +4 -0
  69. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +4 -0
  70. package/dist-types/commands/GetTemplateCommand.d.ts +4 -0
  71. package/dist-types/commands/GetTemplateStepCommand.d.ts +4 -0
  72. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +4 -0
  73. package/dist-types/commands/GetWorkflowCommand.d.ts +4 -0
  74. package/dist-types/commands/GetWorkflowStepCommand.d.ts +4 -0
  75. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +4 -0
  76. package/dist-types/commands/ListPluginsCommand.d.ts +4 -0
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  78. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +4 -0
  79. package/dist-types/commands/ListTemplateStepsCommand.d.ts +4 -0
  80. package/dist-types/commands/ListTemplatesCommand.d.ts +4 -0
  81. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +4 -0
  82. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +4 -0
  83. package/dist-types/commands/ListWorkflowsCommand.d.ts +4 -0
  84. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +4 -0
  85. package/dist-types/commands/StartWorkflowCommand.d.ts +4 -0
  86. package/dist-types/commands/StopWorkflowCommand.d.ts +4 -0
  87. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  88. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  89. package/dist-types/commands/UpdateWorkflowCommand.d.ts +4 -0
  90. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +4 -0
  91. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +4 -0
  92. package/dist-types/index.d.ts +11 -2
  93. package/dist-types/models/MigrationHubOrchestratorServiceException.d.ts +1 -0
  94. package/dist-types/ts3.4/MigrationHubOrchestratorClient.d.ts +3 -3
  95. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/index.d.ts +2 -2
  124. package/dist-types/ts3.4/models/MigrationHubOrchestratorServiceException.d.ts +1 -0
  125. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RetryWorkflowStepCommand, se_RetryWorkflowStepCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class RetryWorkflowStepCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartWorkflowCommand, se_StartWorkflowCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class StartWorkflowCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopWorkflowCommand, se_StopWorkflowCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class StopWorkflowCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateMigrationWorkflowRequestFilterSensitiveLog, UpdateMigrationWorkflowResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_UpdateWorkflowCommand, se_UpdateWorkflowCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class UpdateWorkflowCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateWorkflowStepCommand, se_UpdateWorkflowStepCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateWorkflowStepCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateWorkflowStepGroupCommand, se_UpdateWorkflowStepGroupCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateWorkflowStepGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./MigrationHubOrchestrator";
2
1
  export * from "./MigrationHubOrchestratorClient";
2
+ export * from "./MigrationHubOrchestrator";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { MigrationHubOrchestratorServiceException } from "./models/MigrationHubOrchestratorServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class MigrationHubOrchestratorServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -37,6 +37,7 @@ import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./comma
37
37
  import { UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput } from "./commands/UpdateWorkflowStepCommand";
38
38
  import { UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput } from "./commands/UpdateWorkflowStepGroupCommand";
39
39
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
40
+ export { __Client };
40
41
  /**
41
42
  * @public
42
43
  */
@@ -151,7 +152,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
151
152
  /**
152
153
  * @public
153
154
  */
154
- type MigrationHubOrchestratorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
155
+ export type MigrationHubOrchestratorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
155
156
  /**
156
157
  * @public
157
158
  *
@@ -162,7 +163,7 @@ export interface MigrationHubOrchestratorClientConfig extends MigrationHubOrches
162
163
  /**
163
164
  * @public
164
165
  */
165
- type MigrationHubOrchestratorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
166
+ export type MigrationHubOrchestratorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
166
167
  /**
167
168
  * @public
168
169
  *
@@ -191,4 +192,3 @@ export declare class MigrationHubOrchestratorClient extends __Client<__HttpHandl
191
192
  */
192
193
  destroy(): void;
193
194
  }
194
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { CreateMigrationWorkflowRequest, CreateMigrationWorkflowResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { CreateWorkflowStepRequest, CreateWorkflowStepResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { CreateWorkflowStepGroupRequest, CreateWorkflowStepGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { DeleteMigrationWorkflowRequest, DeleteMigrationWorkflowResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { DeleteWorkflowStepRequest, DeleteWorkflowStepResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { DeleteWorkflowStepGroupRequest, DeleteWorkflowStepGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { GetMigrationWorkflowTemplateRequest, GetMigrationWorkflowTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { GetTemplateStepRequest, GetTemplateStepResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { GetTemplateStepGroupRequest, GetTemplateStepGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { GetMigrationWorkflowRequest, GetMigrationWorkflowResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { GetWorkflowStepRequest, GetWorkflowStepResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { GetWorkflowStepGroupRequest, GetWorkflowStepGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListPluginsRequest, ListPluginsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListTemplateStepGroupsRequest, ListTemplateStepGroupsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListTemplateStepsRequest, ListTemplateStepsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListMigrationWorkflowTemplatesRequest, ListMigrationWorkflowTemplatesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListWorkflowStepGroupsRequest, ListWorkflowStepGroupsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListWorkflowStepsRequest, ListWorkflowStepsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListMigrationWorkflowsRequest, ListMigrationWorkflowsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { RetryWorkflowStepRequest, RetryWorkflowStepResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { StartMigrationWorkflowRequest, StartMigrationWorkflowResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { StopMigrationWorkflowRequest, StopMigrationWorkflowResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { UpdateMigrationWorkflowRequest, UpdateMigrationWorkflowResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { UpdateWorkflowStepRequest, UpdateWorkflowStepResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { UpdateWorkflowStepGroupRequest, UpdateWorkflowStepGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,15 @@
1
- export * from "./MigrationHubOrchestrator";
1
+ /**
2
+ * <p>This API reference provides descriptions, syntax, and other details about each of the
3
+ * actions and data types for AWS Migration Hub Orchestrator. he topic for each action shows the API
4
+ * request parameters and the response. Alternatively, you can use one of the AWS SDKs to
5
+ * access an API that is tailored to the programming language or platform that you're
6
+ * using.</p>
7
+ *
8
+ * @packageDocumentation
9
+ */
2
10
  export * from "./MigrationHubOrchestratorClient";
11
+ export * from "./MigrationHubOrchestrator";
3
12
  export * from "./commands";
4
- export * from "./models";
5
13
  export * from "./pagination";
14
+ export * from "./models";
6
15
  export { MigrationHubOrchestratorServiceException } from "./models/MigrationHubOrchestratorServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -163,6 +163,7 @@ import {
163
163
  ClientResolvedEndpointParameters,
164
164
  EndpointParameters,
165
165
  } from "./endpoint/EndpointParameters";
166
+ export { __Client };
166
167
  export type ServiceInputTypes =
167
168
  | CreateWorkflowCommandInput
168
169
  | CreateWorkflowStepCommandInput
@@ -245,7 +246,7 @@ export interface ClientDefaults
245
246
  logger?: __Logger;
246
247
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
247
248
  }
248
- type MigrationHubOrchestratorClientConfigType = Partial<
249
+ export type MigrationHubOrchestratorClientConfigType = Partial<
249
250
  __SmithyConfiguration<__HttpHandlerOptions>
250
251
  > &
251
252
  ClientDefaults &
@@ -258,7 +259,7 @@ type MigrationHubOrchestratorClientConfigType = Partial<
258
259
  ClientInputEndpointParameters;
259
260
  export interface MigrationHubOrchestratorClientConfig
260
261
  extends MigrationHubOrchestratorClientConfigType {}
261
- type MigrationHubOrchestratorClientResolvedConfigType =
262
+ export type MigrationHubOrchestratorClientResolvedConfigType =
262
263
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
263
264
  Required<ClientDefaults> &
264
265
  RegionResolvedConfig &
@@ -280,4 +281,3 @@ export declare class MigrationHubOrchestratorClient extends __Client<
280
281
  constructor(configuration: MigrationHubOrchestratorClientConfig);
281
282
  destroy(): void;
282
283
  }
283
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  CreateMigrationWorkflowRequest,
16
16
  CreateMigrationWorkflowResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateWorkflowCommandInput
19
20
  extends CreateMigrationWorkflowRequest {}
20
21
  export interface CreateWorkflowCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateWorkflowStepRequest,
16
16
  CreateWorkflowStepResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateWorkflowStepCommandInput
19
20
  extends CreateWorkflowStepRequest {}
20
21
  export interface CreateWorkflowStepCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateWorkflowStepGroupRequest,
16
16
  CreateWorkflowStepGroupResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateWorkflowStepGroupCommandInput
19
20
  extends CreateWorkflowStepGroupRequest {}
20
21
  export interface CreateWorkflowStepGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteMigrationWorkflowRequest,
16
16
  DeleteMigrationWorkflowResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteWorkflowCommandInput
19
20
  extends DeleteMigrationWorkflowRequest {}
20
21
  export interface DeleteWorkflowCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteWorkflowStepRequest,
16
16
  DeleteWorkflowStepResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteWorkflowStepCommandInput
19
20
  extends DeleteWorkflowStepRequest {}
20
21
  export interface DeleteWorkflowStepCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteWorkflowStepGroupRequest,
16
16
  DeleteWorkflowStepGroupResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteWorkflowStepGroupCommandInput
19
20
  extends DeleteWorkflowStepGroupRequest {}
20
21
  export interface DeleteWorkflowStepGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetMigrationWorkflowTemplateRequest,
16
16
  GetMigrationWorkflowTemplateResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetTemplateCommandInput
19
20
  extends GetMigrationWorkflowTemplateRequest {}
20
21
  export interface GetTemplateCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetTemplateStepRequest,
16
16
  GetTemplateStepResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetTemplateStepCommandInput extends GetTemplateStepRequest {}
19
20
  export interface GetTemplateStepCommandOutput
20
21
  extends GetTemplateStepResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetTemplateStepGroupRequest,
16
16
  GetTemplateStepGroupResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetTemplateStepGroupCommandInput
19
20
  extends GetTemplateStepGroupRequest {}
20
21
  export interface GetTemplateStepGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetMigrationWorkflowRequest,
16
16
  GetMigrationWorkflowResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetWorkflowCommandInput extends GetMigrationWorkflowRequest {}
19
20
  export interface GetWorkflowCommandOutput
20
21
  extends GetMigrationWorkflowResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetWorkflowStepRequest,
16
16
  GetWorkflowStepResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetWorkflowStepCommandInput extends GetWorkflowStepRequest {}
19
20
  export interface GetWorkflowStepCommandOutput
20
21
  extends GetWorkflowStepResponse,