@aws-sdk/client-migrationhuborchestrator 3.478.0 → 3.481.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 +9 -9
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetWorkflowStepCommandInput extends GetWorkflowStepRequest {}
20
14
  export interface GetWorkflowStepCommandOutput
21
15
  extends GetWorkflowStepResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetWorkflowStepCommand extends $Command<
24
- GetWorkflowStepCommandInput,
25
- GetWorkflowStepCommandOutput,
26
- MigrationHubOrchestratorClientResolvedConfig
27
- > {
28
- readonly input: GetWorkflowStepCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetWorkflowStepCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MigrationHubOrchestratorClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetWorkflowStepCommand_base: {
18
+ new (
19
+ input: GetWorkflowStepCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetWorkflowStepCommandInput,
22
+ GetWorkflowStepCommandOutput,
23
+ MigrationHubOrchestratorClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetWorkflowStepCommand extends GetWorkflowStepCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetWorkflowStepGroupCommandInput
21
15
  export interface GetWorkflowStepGroupCommandOutput
22
16
  extends GetWorkflowStepGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetWorkflowStepGroupCommand extends $Command<
25
- GetWorkflowStepGroupCommandInput,
26
- GetWorkflowStepGroupCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: GetWorkflowStepGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetWorkflowStepGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetWorkflowStepGroupCommand_base: {
19
+ new (
20
+ input: GetWorkflowStepGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetWorkflowStepGroupCommandInput,
38
- GetWorkflowStepGroupCommandOutput
23
+ GetWorkflowStepGroupCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetWorkflowStepGroupCommand extends GetWorkflowStepGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListPluginsCommandInput extends ListPluginsRequest {}
17
11
  export interface ListPluginsCommandOutput
18
12
  extends ListPluginsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListPluginsCommand extends $Command<
21
- ListPluginsCommandInput,
22
- ListPluginsCommandOutput,
23
- MigrationHubOrchestratorClientResolvedConfig
24
- > {
25
- readonly input: ListPluginsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListPluginsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: MigrationHubOrchestratorClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListPluginsCommandInput, ListPluginsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListPluginsCommand_base: {
15
+ new (
16
+ input: ListPluginsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListPluginsCommandInput,
19
+ ListPluginsCommandOutput,
20
+ MigrationHubOrchestratorClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListPluginsCommand extends ListPluginsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListTemplateStepGroupsCommandInput
21
15
  export interface ListTemplateStepGroupsCommandOutput
22
16
  extends ListTemplateStepGroupsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTemplateStepGroupsCommand extends $Command<
25
- ListTemplateStepGroupsCommandInput,
26
- ListTemplateStepGroupsCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: ListTemplateStepGroupsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTemplateStepGroupsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListTemplateStepGroupsCommand_base: {
19
+ new (
20
+ input: ListTemplateStepGroupsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListTemplateStepGroupsCommandInput,
38
- ListTemplateStepGroupsCommandOutput
23
+ ListTemplateStepGroupsCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTemplateStepGroupsCommand extends ListTemplateStepGroupsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListTemplateStepsCommandInput
21
15
  export interface ListTemplateStepsCommandOutput
22
16
  extends ListTemplateStepsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTemplateStepsCommand extends $Command<
25
- ListTemplateStepsCommandInput,
26
- ListTemplateStepsCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: ListTemplateStepsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTemplateStepsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTemplateStepsCommand_base: {
19
+ new (
20
+ input: ListTemplateStepsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTemplateStepsCommandInput,
23
+ ListTemplateStepsCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTemplateStepsCommand extends ListTemplateStepsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListTemplatesCommandInput
21
15
  export interface ListTemplatesCommandOutput
22
16
  extends ListMigrationWorkflowTemplatesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTemplatesCommand extends $Command<
25
- ListTemplatesCommandInput,
26
- ListTemplatesCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: ListTemplatesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTemplatesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTemplatesCommandInput, ListTemplatesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTemplatesCommand_base: {
19
+ new (
20
+ input: ListTemplatesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTemplatesCommandInput,
23
+ ListTemplatesCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTemplatesCommand extends ListTemplatesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListWorkflowStepGroupsCommandInput
21
15
  export interface ListWorkflowStepGroupsCommandOutput
22
16
  extends ListWorkflowStepGroupsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListWorkflowStepGroupsCommand extends $Command<
25
- ListWorkflowStepGroupsCommandInput,
26
- ListWorkflowStepGroupsCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: ListWorkflowStepGroupsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListWorkflowStepGroupsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListWorkflowStepGroupsCommand_base: {
19
+ new (
20
+ input: ListWorkflowStepGroupsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListWorkflowStepGroupsCommandInput,
38
- ListWorkflowStepGroupsCommandOutput
23
+ ListWorkflowStepGroupsCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListWorkflowStepGroupsCommand extends ListWorkflowStepGroupsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListWorkflowStepsCommandInput
21
15
  export interface ListWorkflowStepsCommandOutput
22
16
  extends ListWorkflowStepsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListWorkflowStepsCommand extends $Command<
25
- ListWorkflowStepsCommandInput,
26
- ListWorkflowStepsCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: ListWorkflowStepsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListWorkflowStepsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListWorkflowStepsCommand_base: {
19
+ new (
20
+ input: ListWorkflowStepsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListWorkflowStepsCommandInput,
23
+ ListWorkflowStepsCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListWorkflowStepsCommand extends ListWorkflowStepsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListWorkflowsCommandInput
21
15
  export interface ListWorkflowsCommandOutput
22
16
  extends ListMigrationWorkflowsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListWorkflowsCommand extends $Command<
25
- ListWorkflowsCommandInput,
26
- ListWorkflowsCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: ListWorkflowsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListWorkflowsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListWorkflowsCommandInput, ListWorkflowsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListWorkflowsCommand_base: {
19
+ new (
20
+ input: ListWorkflowsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListWorkflowsCommandInput,
23
+ ListWorkflowsCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface RetryWorkflowStepCommandInput
21
15
  export interface RetryWorkflowStepCommandOutput
22
16
  extends RetryWorkflowStepResponse,
23
17
  __MetadataBearer {}
24
- export declare class RetryWorkflowStepCommand extends $Command<
25
- RetryWorkflowStepCommandInput,
26
- RetryWorkflowStepCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: RetryWorkflowStepCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RetryWorkflowStepCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const RetryWorkflowStepCommand_base: {
19
+ new (
20
+ input: RetryWorkflowStepCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ RetryWorkflowStepCommandInput,
23
+ RetryWorkflowStepCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class RetryWorkflowStepCommand extends RetryWorkflowStepCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface StartWorkflowCommandInput
21
15
  export interface StartWorkflowCommandOutput
22
16
  extends StartMigrationWorkflowResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartWorkflowCommand extends $Command<
25
- StartWorkflowCommandInput,
26
- StartWorkflowCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: StartWorkflowCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartWorkflowCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<StartWorkflowCommandInput, StartWorkflowCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const StartWorkflowCommand_base: {
19
+ new (
20
+ input: StartWorkflowCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ StartWorkflowCommandInput,
23
+ StartWorkflowCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartWorkflowCommand extends StartWorkflowCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface StopWorkflowCommandInput
21
15
  export interface StopWorkflowCommandOutput
22
16
  extends StopMigrationWorkflowResponse,
23
17
  __MetadataBearer {}
24
- export declare class StopWorkflowCommand extends $Command<
25
- StopWorkflowCommandInput,
26
- StopWorkflowCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: StopWorkflowCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StopWorkflowCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<StopWorkflowCommandInput, StopWorkflowCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const StopWorkflowCommand_base: {
19
+ new (
20
+ input: StopWorkflowCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ StopWorkflowCommandInput,
23
+ StopWorkflowCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StopWorkflowCommand extends StopWorkflowCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceResponse,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- MigrationHubOrchestratorClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: MigrationHubOrchestratorClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ MigrationHubOrchestratorClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_base {}