@aws-sdk/client-migrationhuborchestrator 3.1045.0 → 3.1046.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 (128) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +78 -79
  5. package/dist-cjs/models/MigrationHubOrchestratorServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/MigrationHubOrchestrator.js +1 -1
  10. package/dist-es/MigrationHubOrchestratorClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateTemplateCommand.js +2 -2
  13. package/dist-es/commands/CreateWorkflowCommand.js +2 -2
  14. package/dist-es/commands/CreateWorkflowStepCommand.js +2 -2
  15. package/dist-es/commands/CreateWorkflowStepGroupCommand.js +2 -2
  16. package/dist-es/commands/DeleteTemplateCommand.js +2 -2
  17. package/dist-es/commands/DeleteWorkflowCommand.js +2 -2
  18. package/dist-es/commands/DeleteWorkflowStepCommand.js +2 -2
  19. package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +2 -2
  20. package/dist-es/commands/GetTemplateCommand.js +2 -2
  21. package/dist-es/commands/GetTemplateStepCommand.js +2 -2
  22. package/dist-es/commands/GetTemplateStepGroupCommand.js +2 -2
  23. package/dist-es/commands/GetWorkflowCommand.js +2 -2
  24. package/dist-es/commands/GetWorkflowStepCommand.js +2 -2
  25. package/dist-es/commands/GetWorkflowStepGroupCommand.js +2 -2
  26. package/dist-es/commands/ListPluginsCommand.js +2 -2
  27. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  28. package/dist-es/commands/ListTemplateStepGroupsCommand.js +2 -2
  29. package/dist-es/commands/ListTemplateStepsCommand.js +2 -2
  30. package/dist-es/commands/ListTemplatesCommand.js +2 -2
  31. package/dist-es/commands/ListWorkflowStepGroupsCommand.js +2 -2
  32. package/dist-es/commands/ListWorkflowStepsCommand.js +2 -2
  33. package/dist-es/commands/ListWorkflowsCommand.js +2 -2
  34. package/dist-es/commands/RetryWorkflowStepCommand.js +2 -2
  35. package/dist-es/commands/StartWorkflowCommand.js +2 -2
  36. package/dist-es/commands/StopWorkflowCommand.js +2 -2
  37. package/dist-es/commands/TagResourceCommand.js +2 -2
  38. package/dist-es/commands/UntagResourceCommand.js +2 -2
  39. package/dist-es/commands/UpdateTemplateCommand.js +2 -2
  40. package/dist-es/commands/UpdateWorkflowCommand.js +2 -2
  41. package/dist-es/commands/UpdateWorkflowStepCommand.js +2 -2
  42. package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +2 -2
  43. package/dist-es/endpoint/bdd.js +1 -1
  44. package/dist-es/endpoint/endpointResolver.js +1 -1
  45. package/dist-es/models/MigrationHubOrchestratorServiceException.js +1 -1
  46. package/dist-es/runtimeConfig.browser.js +4 -6
  47. package/dist-es/runtimeConfig.js +4 -8
  48. package/dist-es/runtimeConfig.shared.js +3 -4
  49. package/dist-es/runtimeExtensions.js +2 -2
  50. package/dist-types/MigrationHubOrchestratorClient.d.ts +5 -5
  51. package/dist-types/commands/CreateTemplateCommand.d.ts +6 -4
  52. package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -4
  53. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +6 -4
  54. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +6 -4
  55. package/dist-types/commands/DeleteTemplateCommand.d.ts +6 -4
  56. package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -4
  57. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +6 -4
  58. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +6 -4
  59. package/dist-types/commands/GetTemplateCommand.d.ts +6 -4
  60. package/dist-types/commands/GetTemplateStepCommand.d.ts +6 -4
  61. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +6 -4
  62. package/dist-types/commands/GetWorkflowCommand.d.ts +6 -4
  63. package/dist-types/commands/GetWorkflowStepCommand.d.ts +6 -4
  64. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +6 -4
  65. package/dist-types/commands/ListPluginsCommand.d.ts +6 -4
  66. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  67. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +6 -4
  68. package/dist-types/commands/ListTemplateStepsCommand.d.ts +6 -4
  69. package/dist-types/commands/ListTemplatesCommand.d.ts +6 -4
  70. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +6 -4
  71. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +6 -4
  72. package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -4
  73. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +6 -4
  74. package/dist-types/commands/StartWorkflowCommand.d.ts +6 -4
  75. package/dist-types/commands/StopWorkflowCommand.d.ts +6 -4
  76. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  77. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  78. package/dist-types/commands/UpdateTemplateCommand.d.ts +6 -4
  79. package/dist-types/commands/UpdateWorkflowCommand.d.ts +6 -4
  80. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +6 -4
  81. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +6 -4
  82. package/dist-types/endpoint/bdd.d.ts +1 -1
  83. package/dist-types/extensionConfiguration.d.ts +1 -1
  84. package/dist-types/models/MigrationHubOrchestratorServiceException.d.ts +1 -1
  85. package/dist-types/models/errors.d.ts +1 -1
  86. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  87. package/dist-types/runtimeConfig.d.ts +2 -2
  88. package/dist-types/runtimeConfig.native.d.ts +2 -2
  89. package/dist-types/ts3.4/MigrationHubOrchestratorClient.d.ts +8 -14
  90. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  122. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  123. package/dist-types/ts3.4/models/MigrationHubOrchestratorServiceException.d.ts +1 -1
  124. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  125. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  126. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  127. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  128. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { CreateWorkflowStepRequest, CreateWorkflowStepResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateWorkflowStepCommandInput extends CreateWorkflowStepReques
22
22
  export interface CreateWorkflowStepCommandOutput extends CreateWorkflowStepResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateWorkflowStepCommand_base: {
25
- new (input: CreateWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Create a step in the migration workflow.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { CreateWorkflowStepGroupRequest, CreateWorkflowStepGroupResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateWorkflowStepGroupCommandInput extends CreateWorkflowStepG
22
22
  export interface CreateWorkflowStepGroupCommandOutput extends CreateWorkflowStepGroupResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateWorkflowStepGroupCommand_base: {
25
- new (input: CreateWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Create a step group in a migration workflow.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteTemplateCommandInput extends DeleteTemplateRequest {
22
22
  export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteTemplateCommand_base: {
25
- new (input: DeleteTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a migration workflow template.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { DeleteMigrationWorkflowRequest, DeleteMigrationWorkflowResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteWorkflowCommandInput extends DeleteMigrationWorkflowReque
22
22
  export interface DeleteWorkflowCommandOutput extends DeleteMigrationWorkflowResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteWorkflowCommand_base: {
25
- new (input: DeleteWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Delete a migration workflow. You must pause a running workflow in Migration Hub Orchestrator console to
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { DeleteWorkflowStepRequest, DeleteWorkflowStepResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteWorkflowStepCommandInput extends DeleteWorkflowStepReques
22
22
  export interface DeleteWorkflowStepCommandOutput extends DeleteWorkflowStepResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteWorkflowStepCommand_base: {
25
- new (input: DeleteWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Delete a step in a migration workflow. Pause the workflow to delete a running
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { DeleteWorkflowStepGroupRequest, DeleteWorkflowStepGroupResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteWorkflowStepGroupCommandInput extends DeleteWorkflowStepG
22
22
  export interface DeleteWorkflowStepGroupCommandOutput extends DeleteWorkflowStepGroupResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteWorkflowStepGroupCommand_base: {
25
- new (input: DeleteWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowStepGroupCommandInput, DeleteWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowStepGroupCommandInput, DeleteWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowStepGroupCommandInput, DeleteWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowStepGroupCommandInput, DeleteWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Delete a step group in a migration workflow.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { GetMigrationWorkflowTemplateRequest, GetMigrationWorkflowTemplateResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetTemplateCommandInput extends GetMigrationWorkflowTemplateReq
22
22
  export interface GetTemplateCommandOutput extends GetMigrationWorkflowTemplateResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetTemplateCommand_base: {
25
- new (input: GetTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Get the template you want to use for creating a migration workflow.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { GetTemplateStepRequest, GetTemplateStepResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetTemplateStepCommandInput extends GetTemplateStepRequest {
22
22
  export interface GetTemplateStepCommandOutput extends GetTemplateStepResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetTemplateStepCommand_base: {
25
- new (input: GetTemplateStepCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateStepCommandInput, GetTemplateStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTemplateStepCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateStepCommandInput, GetTemplateStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTemplateStepCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateStepCommandInput, GetTemplateStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTemplateStepCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateStepCommandInput, GetTemplateStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Get a specific step in a template.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { GetTemplateStepGroupRequest, GetTemplateStepGroupResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetTemplateStepGroupCommandInput extends GetTemplateStepGroupRe
22
22
  export interface GetTemplateStepGroupCommandOutput extends GetTemplateStepGroupResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetTemplateStepGroupCommand_base: {
25
- new (input: GetTemplateStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateStepGroupCommandInput, GetTemplateStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTemplateStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateStepGroupCommandInput, GetTemplateStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTemplateStepGroupCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateStepGroupCommandInput, GetTemplateStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTemplateStepGroupCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateStepGroupCommandInput, GetTemplateStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Get a step group in a template.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { GetMigrationWorkflowRequest, GetMigrationWorkflowResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetWorkflowCommandInput extends GetMigrationWorkflowRequest {
22
22
  export interface GetWorkflowCommandOutput extends GetMigrationWorkflowResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetWorkflowCommand_base: {
25
- new (input: GetWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Get migration workflow.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { GetWorkflowStepRequest, GetWorkflowStepResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetWorkflowStepCommandInput extends GetWorkflowStepRequest {
22
22
  export interface GetWorkflowStepCommandOutput extends GetWorkflowStepResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetWorkflowStepCommand_base: {
25
- new (input: GetWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Get a step in the migration workflow.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { GetWorkflowStepGroupRequest, GetWorkflowStepGroupResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetWorkflowStepGroupCommandInput extends GetWorkflowStepGroupRe
22
22
  export interface GetWorkflowStepGroupCommandOutput extends GetWorkflowStepGroupResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetWorkflowStepGroupCommand_base: {
25
- new (input: GetWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Get the step group of a migration workflow.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { ListPluginsRequest, ListPluginsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListPluginsCommandInput extends ListPluginsRequest {
22
22
  export interface ListPluginsCommandOutput extends ListPluginsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListPluginsCommand_base: {
25
- new (input: ListPluginsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPluginsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPluginsCommandInput): import("@smithy/core/client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListPluginsCommandInput]): import("@smithy/core/client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List AWS Migration Hub Orchestrator plugins.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List the tags added to a resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { ListTemplateStepGroupsRequest, ListTemplateStepGroupsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTemplateStepGroupsCommandInput extends ListTemplateStepGrou
22
22
  export interface ListTemplateStepGroupsCommandOutput extends ListTemplateStepGroupsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTemplateStepGroupsCommand_base: {
25
- new (input: ListTemplateStepGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTemplateStepGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTemplateStepGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTemplateStepGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List the step groups in a template.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { ListTemplateStepsRequest, ListTemplateStepsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTemplateStepsCommandInput extends ListTemplateStepsRequest
22
22
  export interface ListTemplateStepsCommandOutput extends ListTemplateStepsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTemplateStepsCommand_base: {
25
- new (input: ListTemplateStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTemplateStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTemplateStepsCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTemplateStepsCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List the steps in a template.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { ListMigrationWorkflowTemplatesRequest, ListMigrationWorkflowTemplatesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTemplatesCommandInput extends ListMigrationWorkflowTemplate
22
22
  export interface ListTemplatesCommandOutput extends ListMigrationWorkflowTemplatesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTemplatesCommand_base: {
25
- new (input: ListTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTemplatesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List the templates available in Migration Hub Orchestrator to create a migration workflow.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { ListWorkflowStepGroupsRequest, ListWorkflowStepGroupsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListWorkflowStepGroupsCommandInput extends ListWorkflowStepGrou
22
22
  export interface ListWorkflowStepGroupsCommandOutput extends ListWorkflowStepGroupsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListWorkflowStepGroupsCommand_base: {
25
- new (input: ListWorkflowStepGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWorkflowStepGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListWorkflowStepGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListWorkflowStepGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List the step groups in a migration workflow.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { ListWorkflowStepsRequest, ListWorkflowStepsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListWorkflowStepsCommandInput extends ListWorkflowStepsRequest
22
22
  export interface ListWorkflowStepsCommandOutput extends ListWorkflowStepsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListWorkflowStepsCommand_base: {
25
- new (input: ListWorkflowStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWorkflowStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListWorkflowStepsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListWorkflowStepsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List the steps in a workflow.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { ListMigrationWorkflowsRequest, ListMigrationWorkflowsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListWorkflowsCommandInput extends ListMigrationWorkflowsRequest
22
22
  export interface ListWorkflowsCommandOutput extends ListMigrationWorkflowsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListWorkflowsCommand_base: {
25
- new (input: ListWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListWorkflowsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListWorkflowsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListWorkflowsCommandInput]): import("@smithy/core/client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List the migration workflows.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { RetryWorkflowStepRequest, RetryWorkflowStepResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RetryWorkflowStepCommandInput extends RetryWorkflowStepRequest
22
22
  export interface RetryWorkflowStepCommandOutput extends RetryWorkflowStepResponse, __MetadataBearer {
23
23
  }
24
24
  declare const RetryWorkflowStepCommand_base: {
25
- new (input: RetryWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RetryWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RetryWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RetryWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retry a failed step in a migration workflow.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { StartMigrationWorkflowRequest, StartMigrationWorkflowResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartWorkflowCommandInput extends StartMigrationWorkflowRequest
22
22
  export interface StartWorkflowCommandOutput extends StartMigrationWorkflowResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartWorkflowCommand_base: {
25
- new (input: StartWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowCommandInput, StartWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowCommandInput, StartWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartWorkflowCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowCommandInput, StartWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartWorkflowCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowCommandInput, StartWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Start a migration workflow.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { StopMigrationWorkflowRequest, StopMigrationWorkflowResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StopWorkflowCommandInput extends StopMigrationWorkflowRequest {
22
22
  export interface StopWorkflowCommandOutput extends StopMigrationWorkflowResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StopWorkflowCommand_base: {
25
- new (input: StopWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<StopWorkflowCommandInput, StopWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<StopWorkflowCommandInput, StopWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StopWorkflowCommandInput): import("@smithy/core/client").CommandImpl<StopWorkflowCommandInput, StopWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopWorkflowCommandInput): import("@smithy/core/client").CommandImpl<StopWorkflowCommandInput, StopWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Stop an ongoing migration workflow.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Tag a resource by specifying its Amazon Resource Name (ARN).</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the tags for a resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
4
  import type { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateTemplateCommandInput extends UpdateTemplateRequest {
22
22
  export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateTemplateCommand_base: {
25
- new (input: UpdateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates a migration workflow template.</p>