@aws-sdk/client-migrationhuborchestrator 3.478.0 → 3.484.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 (117) hide show
  1. package/dist-cjs/commands/CreateWorkflowCommand.js +18 -41
  2. package/dist-cjs/commands/CreateWorkflowStepCommand.js +18 -41
  3. package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteWorkflowCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteWorkflowStepCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +18 -41
  7. package/dist-cjs/commands/GetTemplateCommand.js +18 -41
  8. package/dist-cjs/commands/GetTemplateStepCommand.js +18 -41
  9. package/dist-cjs/commands/GetTemplateStepGroupCommand.js +18 -41
  10. package/dist-cjs/commands/GetWorkflowCommand.js +18 -41
  11. package/dist-cjs/commands/GetWorkflowStepCommand.js +18 -41
  12. package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +18 -41
  13. package/dist-cjs/commands/ListPluginsCommand.js +18 -41
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  15. package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +18 -41
  16. package/dist-cjs/commands/ListTemplateStepsCommand.js +18 -41
  17. package/dist-cjs/commands/ListTemplatesCommand.js +18 -41
  18. package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +18 -41
  19. package/dist-cjs/commands/ListWorkflowStepsCommand.js +18 -41
  20. package/dist-cjs/commands/ListWorkflowsCommand.js +18 -41
  21. package/dist-cjs/commands/RetryWorkflowStepCommand.js +18 -41
  22. package/dist-cjs/commands/StartWorkflowCommand.js +18 -41
  23. package/dist-cjs/commands/StopWorkflowCommand.js +18 -41
  24. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  25. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateWorkflowCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateWorkflowStepCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +18 -41
  29. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  30. package/dist-es/commands/CreateWorkflowCommand.js +18 -41
  31. package/dist-es/commands/CreateWorkflowStepCommand.js +18 -41
  32. package/dist-es/commands/CreateWorkflowStepGroupCommand.js +18 -41
  33. package/dist-es/commands/DeleteWorkflowCommand.js +18 -41
  34. package/dist-es/commands/DeleteWorkflowStepCommand.js +18 -41
  35. package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +18 -41
  36. package/dist-es/commands/GetTemplateCommand.js +18 -41
  37. package/dist-es/commands/GetTemplateStepCommand.js +18 -41
  38. package/dist-es/commands/GetTemplateStepGroupCommand.js +18 -41
  39. package/dist-es/commands/GetWorkflowCommand.js +18 -41
  40. package/dist-es/commands/GetWorkflowStepCommand.js +18 -41
  41. package/dist-es/commands/GetWorkflowStepGroupCommand.js +18 -41
  42. package/dist-es/commands/ListPluginsCommand.js +18 -41
  43. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  44. package/dist-es/commands/ListTemplateStepGroupsCommand.js +18 -41
  45. package/dist-es/commands/ListTemplateStepsCommand.js +18 -41
  46. package/dist-es/commands/ListTemplatesCommand.js +18 -41
  47. package/dist-es/commands/ListWorkflowStepGroupsCommand.js +18 -41
  48. package/dist-es/commands/ListWorkflowStepsCommand.js +18 -41
  49. package/dist-es/commands/ListWorkflowsCommand.js +18 -41
  50. package/dist-es/commands/RetryWorkflowStepCommand.js +18 -41
  51. package/dist-es/commands/StartWorkflowCommand.js +18 -41
  52. package/dist-es/commands/StopWorkflowCommand.js +18 -41
  53. package/dist-es/commands/TagResourceCommand.js +18 -41
  54. package/dist-es/commands/UntagResourceCommand.js +18 -41
  55. package/dist-es/commands/UpdateWorkflowCommand.js +18 -41
  56. package/dist-es/commands/UpdateWorkflowStepCommand.js +18 -41
  57. package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +18 -41
  58. package/dist-es/endpoint/EndpointParameters.js +6 -0
  59. package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -21
  60. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +6 -21
  61. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +6 -21
  62. package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -21
  63. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +6 -21
  64. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +6 -21
  65. package/dist-types/commands/GetTemplateCommand.d.ts +6 -21
  66. package/dist-types/commands/GetTemplateStepCommand.d.ts +6 -21
  67. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +6 -21
  68. package/dist-types/commands/GetWorkflowCommand.d.ts +6 -21
  69. package/dist-types/commands/GetWorkflowStepCommand.d.ts +6 -21
  70. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +6 -21
  71. package/dist-types/commands/ListPluginsCommand.d.ts +6 -21
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  73. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +6 -21
  74. package/dist-types/commands/ListTemplateStepsCommand.d.ts +6 -21
  75. package/dist-types/commands/ListTemplatesCommand.d.ts +6 -21
  76. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +6 -21
  77. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +6 -21
  78. package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -21
  79. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +6 -21
  80. package/dist-types/commands/StartWorkflowCommand.d.ts +6 -21
  81. package/dist-types/commands/StopWorkflowCommand.d.ts +6 -21
  82. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  83. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  84. package/dist-types/commands/UpdateWorkflowCommand.d.ts +6 -21
  85. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +6 -21
  86. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +6 -21
  87. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  88. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  117. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { GetWorkflowStepGroupRequest, GetWorkflowStepGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetWorkflowStepGroupCommandInput extends GetWorkflowStepGroupRe
21
20
  */
22
21
  export interface GetWorkflowStepGroupCommandOutput extends GetWorkflowStepGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetWorkflowStepGroupCommand_base: {
24
+ new (input: GetWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Get the step group of a migration workflow.</p>
@@ -87,23 +90,5 @@ export interface GetWorkflowStepGroupCommandOutput extends GetWorkflowStepGroupR
87
90
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
88
91
  *
89
92
  */
90
- export declare class GetWorkflowStepGroupCommand extends $Command<GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
91
- readonly input: GetWorkflowStepGroupCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: GetWorkflowStepGroupCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class GetWorkflowStepGroupCommand extends GetWorkflowStepGroupCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { ListPluginsRequest, ListPluginsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPluginsCommandInput extends ListPluginsRequest {
21
20
  */
22
21
  export interface ListPluginsCommandOutput extends ListPluginsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListPluginsCommand_base: {
24
+ new (input: ListPluginsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List AWS Migration Hub Orchestrator plugins.</p>
@@ -71,23 +74,5 @@ export interface ListPluginsCommandOutput extends ListPluginsResponse, __Metadat
71
74
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
72
75
  *
73
76
  */
74
- export declare class ListPluginsCommand extends $Command<ListPluginsCommandInput, ListPluginsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
75
- readonly input: ListPluginsCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListPluginsCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPluginsCommandInput, ListPluginsCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListPluginsCommand extends ListPluginsCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the tags added to a resource.</p>
@@ -59,23 +62,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
59
62
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
60
63
  *
61
64
  */
62
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
63
- readonly input: ListTagsForResourceCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: ListTagsForResourceCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
81
66
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { ListTemplateStepGroupsRequest, ListTemplateStepGroupsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTemplateStepGroupsCommandInput extends ListTemplateStepGrou
21
20
  */
22
21
  export interface ListTemplateStepGroupsCommandOutput extends ListTemplateStepGroupsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTemplateStepGroupsCommand_base: {
24
+ new (input: ListTemplateStepGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the step groups in a template.</p>
@@ -77,23 +80,5 @@ export interface ListTemplateStepGroupsCommandOutput extends ListTemplateStepGro
77
80
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
78
81
  *
79
82
  */
80
- export declare class ListTemplateStepGroupsCommand extends $Command<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
81
- readonly input: ListTemplateStepGroupsCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListTemplateStepGroupsCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListTemplateStepGroupsCommand extends ListTemplateStepGroupsCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { ListTemplateStepsRequest, ListTemplateStepsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTemplateStepsCommandInput extends ListTemplateStepsRequest
21
20
  */
22
21
  export interface ListTemplateStepsCommandOutput extends ListTemplateStepsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTemplateStepsCommand_base: {
24
+ new (input: ListTemplateStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the steps in a template.</p>
@@ -86,23 +89,5 @@ export interface ListTemplateStepsCommandOutput extends ListTemplateStepsRespons
86
89
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
87
90
  *
88
91
  */
89
- export declare class ListTemplateStepsCommand extends $Command<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
90
- readonly input: ListTemplateStepsCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: ListTemplateStepsCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class ListTemplateStepsCommand extends ListTemplateStepsCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { ListMigrationWorkflowTemplatesRequest, ListMigrationWorkflowTemplatesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTemplatesCommandInput extends ListMigrationWorkflowTemplate
21
20
  */
22
21
  export interface ListTemplatesCommandOutput extends ListMigrationWorkflowTemplatesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTemplatesCommand_base: {
24
+ new (input: ListTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the templates available in Migration Hub Orchestrator to create a migration workflow.</p>
@@ -70,23 +73,5 @@ export interface ListTemplatesCommandOutput extends ListMigrationWorkflowTemplat
70
73
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
71
74
  *
72
75
  */
73
- export declare class ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
74
- readonly input: ListTemplatesCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: ListTemplatesCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTemplatesCommandInput, ListTemplatesCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class ListTemplatesCommand extends ListTemplatesCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { ListWorkflowStepGroupsRequest, ListWorkflowStepGroupsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListWorkflowStepGroupsCommandInput extends ListWorkflowStepGrou
21
20
  */
22
21
  export interface ListWorkflowStepGroupsCommandOutput extends ListWorkflowStepGroupsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListWorkflowStepGroupsCommand_base: {
24
+ new (input: ListWorkflowStepGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the step groups in a migration workflow.</p>
@@ -82,23 +85,5 @@ export interface ListWorkflowStepGroupsCommandOutput extends ListWorkflowStepGro
82
85
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
83
86
  *
84
87
  */
85
- export declare class ListWorkflowStepGroupsCommand extends $Command<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
86
- readonly input: ListWorkflowStepGroupsCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: ListWorkflowStepGroupsCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class ListWorkflowStepGroupsCommand extends ListWorkflowStepGroupsCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { ListWorkflowStepsRequest, ListWorkflowStepsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListWorkflowStepsCommandInput extends ListWorkflowStepsRequest
21
20
  */
22
21
  export interface ListWorkflowStepsCommandOutput extends ListWorkflowStepsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListWorkflowStepsCommand_base: {
24
+ new (input: ListWorkflowStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the steps in a workflow.</p>
@@ -87,23 +90,5 @@ export interface ListWorkflowStepsCommandOutput extends ListWorkflowStepsRespons
87
90
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
88
91
  *
89
92
  */
90
- export declare class ListWorkflowStepsCommand extends $Command<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
91
- readonly input: ListWorkflowStepsCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: ListWorkflowStepsCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class ListWorkflowStepsCommand extends ListWorkflowStepsCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { ListMigrationWorkflowsRequest, ListMigrationWorkflowsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListWorkflowsCommandInput extends ListMigrationWorkflowsRequest
21
20
  */
22
21
  export interface ListWorkflowsCommandOutput extends ListMigrationWorkflowsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListWorkflowsCommand_base: {
24
+ new (input: ListWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the migration workflows.</p>
@@ -85,23 +88,5 @@ export interface ListWorkflowsCommandOutput extends ListMigrationWorkflowsRespon
85
88
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
86
89
  *
87
90
  */
88
- export declare class ListWorkflowsCommand extends $Command<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
89
- readonly input: ListWorkflowsCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: ListWorkflowsCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkflowsCommandInput, ListWorkflowsCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
107
92
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { RetryWorkflowStepRequest, RetryWorkflowStepResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RetryWorkflowStepCommandInput extends RetryWorkflowStepRequest
21
20
  */
22
21
  export interface RetryWorkflowStepCommandOutput extends RetryWorkflowStepResponse, __MetadataBearer {
23
22
  }
23
+ declare const RetryWorkflowStepCommand_base: {
24
+ new (input: RetryWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retry a failed step in a migration workflow.</p>
@@ -68,23 +71,5 @@ export interface RetryWorkflowStepCommandOutput extends RetryWorkflowStepRespons
68
71
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
69
72
  *
70
73
  */
71
- export declare class RetryWorkflowStepCommand extends $Command<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
72
- readonly input: RetryWorkflowStepCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: RetryWorkflowStepCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class RetryWorkflowStepCommand extends RetryWorkflowStepCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { StartMigrationWorkflowRequest, StartMigrationWorkflowResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartWorkflowCommandInput extends StartMigrationWorkflowRequest
21
20
  */
22
21
  export interface StartWorkflowCommandOutput extends StartMigrationWorkflowResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartWorkflowCommand_base: {
24
+ new (input: StartWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowCommandInput, StartWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Start a migration workflow.</p>
@@ -70,23 +73,5 @@ export interface StartWorkflowCommandOutput extends StartMigrationWorkflowRespon
70
73
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
71
74
  *
72
75
  */
73
- export declare class StartWorkflowCommand extends $Command<StartWorkflowCommandInput, StartWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
74
- readonly input: StartWorkflowCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: StartWorkflowCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartWorkflowCommandInput, StartWorkflowCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class StartWorkflowCommand extends StartWorkflowCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { StopMigrationWorkflowRequest, StopMigrationWorkflowResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopWorkflowCommandInput extends StopMigrationWorkflowRequest {
21
20
  */
22
21
  export interface StopWorkflowCommandOutput extends StopMigrationWorkflowResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopWorkflowCommand_base: {
24
+ new (input: StopWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<StopWorkflowCommandInput, StopWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stop an ongoing migration workflow.</p>
@@ -70,23 +73,5 @@ export interface StopWorkflowCommandOutput extends StopMigrationWorkflowResponse
70
73
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
71
74
  *
72
75
  */
73
- export declare class StopWorkflowCommand extends $Command<StopWorkflowCommandInput, StopWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
74
- readonly input: StopWorkflowCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: StopWorkflowCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopWorkflowCommandInput, StopWorkflowCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class StopWorkflowCommand extends StopWorkflowCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Tag a resource by specifying its Amazon Resource Name (ARN).</p>
@@ -58,23 +61,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
58
61
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
59
62
  *
60
63
  */
61
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
62
- readonly input: TagResourceCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: TagResourceCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class TagResourceCommand extends TagResourceCommand_base {
80
65
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the tags for a resource.</p>
@@ -58,23 +61,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
58
61
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
59
62
  *
60
63
  */
61
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
62
- readonly input: UntagResourceCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: UntagResourceCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
80
65
  }