@aws-sdk/client-migrationhuborchestrator 3.529.1 → 3.535.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 (75) hide show
  1. package/dist-types/MigrationHubOrchestrator.d.ts +4 -1
  2. package/dist-types/MigrationHubOrchestratorClient.d.ts +1 -1
  3. package/dist-types/commands/CreateTemplateCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +2 -1
  11. package/dist-types/commands/GetTemplateCommand.d.ts +2 -1
  12. package/dist-types/commands/GetTemplateStepCommand.d.ts +2 -1
  13. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +2 -1
  14. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
  15. package/dist-types/commands/GetWorkflowStepCommand.d.ts +2 -1
  16. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +2 -1
  17. package/dist-types/commands/ListPluginsCommand.d.ts +2 -1
  18. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  19. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListTemplateStepsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListTemplatesCommand.d.ts +2 -1
  22. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  25. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +2 -1
  26. package/dist-types/commands/StartWorkflowCommand.d.ts +2 -1
  27. package/dist-types/commands/StopWorkflowCommand.d.ts +2 -1
  28. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +2 -1
  34. package/dist-types/models/models_0.d.ts +389 -389
  35. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  36. package/dist-types/runtimeConfig.d.ts +2 -2
  37. package/dist-types/runtimeConfig.native.d.ts +2 -2
  38. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  39. package/dist-types/ts3.4/MigrationHubOrchestrator.d.ts +3 -0
  40. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  75. package/package.json +40 -40
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientCo
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientCo
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientCo
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { MigrationHubOrchestratorClientConfig } from "./MigrationHubOrchestrator
5
5
  export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientCo
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -307,6 +307,7 @@ export interface MigrationHubOrchestrator {
307
307
  options: __HttpHandlerOptions,
308
308
  cb: (err: any, data?: GetWorkflowStepGroupCommandOutput) => void
309
309
  ): void;
310
+ listPlugins(): Promise<ListPluginsCommandOutput>;
310
311
  listPlugins(
311
312
  args: ListPluginsCommandInput,
312
313
  options?: __HttpHandlerOptions
@@ -333,6 +334,7 @@ export interface MigrationHubOrchestrator {
333
334
  options: __HttpHandlerOptions,
334
335
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
335
336
  ): void;
337
+ listTemplates(): Promise<ListTemplatesCommandOutput>;
336
338
  listTemplates(
337
339
  args: ListTemplatesCommandInput,
338
340
  options?: __HttpHandlerOptions
@@ -372,6 +374,7 @@ export interface MigrationHubOrchestrator {
372
374
  options: __HttpHandlerOptions,
373
375
  cb: (err: any, data?: ListTemplateStepsCommandOutput) => void
374
376
  ): void;
377
+ listWorkflows(): Promise<ListWorkflowsCommandOutput>;
375
378
  listWorkflows(
376
379
  args: ListWorkflowsCommandInput,
377
380
  options?: __HttpHandlerOptions
@@ -24,6 +24,15 @@ declare const CreateTemplateCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateTemplateCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateTemplateCommandInput,
31
+ CreateTemplateCommandOutput,
32
+ MigrationHubOrchestratorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateTemplateCommand extends CreateTemplateCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateWorkflowCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateWorkflowCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateWorkflowCommandInput,
32
+ CreateWorkflowCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateWorkflowStepCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateWorkflowStepCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateWorkflowStepCommandInput,
32
+ CreateWorkflowStepCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateWorkflowStepCommand extends CreateWorkflowStepCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateWorkflowStepGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateWorkflowStepGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateWorkflowStepGroupCommandInput,
32
+ CreateWorkflowStepGroupCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateWorkflowStepGroupCommand extends CreateWorkflowStepGroupCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteTemplateCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteTemplateCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteTemplateCommandInput,
31
+ DeleteTemplateCommandOutput,
32
+ MigrationHubOrchestratorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteTemplateCommand extends DeleteTemplateCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteWorkflowCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteWorkflowCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteWorkflowCommandInput,
32
+ DeleteWorkflowCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteWorkflowStepCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteWorkflowStepCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteWorkflowStepCommandInput,
32
+ DeleteWorkflowStepCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteWorkflowStepCommand extends DeleteWorkflowStepCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteWorkflowStepGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteWorkflowStepGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteWorkflowStepGroupCommandInput,
32
+ DeleteWorkflowStepGroupCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteWorkflowStepGroupCommand extends DeleteWorkflowStepGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const GetTemplateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetTemplateCommandInput,
32
+ GetTemplateCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetTemplateCommand extends GetTemplateCommand_base {}
@@ -24,6 +24,15 @@ declare const GetTemplateStepCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetTemplateStepCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetTemplateStepCommandInput,
31
+ GetTemplateStepCommandOutput,
32
+ MigrationHubOrchestratorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetTemplateStepCommand extends GetTemplateStepCommand_base {}
@@ -25,6 +25,15 @@ declare const GetTemplateStepGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetTemplateStepGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetTemplateStepGroupCommandInput,
32
+ GetTemplateStepGroupCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetTemplateStepGroupCommand extends GetTemplateStepGroupCommand_base {}
@@ -24,6 +24,15 @@ declare const GetWorkflowCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetWorkflowCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetWorkflowCommandInput,
31
+ GetWorkflowCommandOutput,
32
+ MigrationHubOrchestratorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetWorkflowCommand extends GetWorkflowCommand_base {}
@@ -24,6 +24,15 @@ declare const GetWorkflowStepCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetWorkflowStepCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetWorkflowStepCommandInput,
31
+ GetWorkflowStepCommandOutput,
32
+ MigrationHubOrchestratorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetWorkflowStepCommand extends GetWorkflowStepCommand_base {}
@@ -25,6 +25,15 @@ declare const GetWorkflowStepGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetWorkflowStepGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetWorkflowStepGroupCommandInput,
32
+ GetWorkflowStepGroupCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetWorkflowStepGroupCommand extends GetWorkflowStepGroupCommand_base {}
@@ -21,6 +21,15 @@ declare const ListPluginsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListPluginsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListPluginsCommandInput,
28
+ ListPluginsCommandOutput,
29
+ MigrationHubOrchestratorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListPluginsCommand extends ListPluginsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTemplateStepGroupsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTemplateStepGroupsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTemplateStepGroupsCommandInput,
32
+ ListTemplateStepGroupsCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTemplateStepGroupsCommand extends ListTemplateStepGroupsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTemplateStepsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTemplateStepsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTemplateStepsCommandInput,
32
+ ListTemplateStepsCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTemplateStepsCommand extends ListTemplateStepsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTemplatesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListTemplatesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTemplatesCommandInput,
32
+ ListTemplatesCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTemplatesCommand extends ListTemplatesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListWorkflowStepGroupsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListWorkflowStepGroupsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListWorkflowStepGroupsCommandInput,
32
+ ListWorkflowStepGroupsCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListWorkflowStepGroupsCommand extends ListWorkflowStepGroupsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListWorkflowStepsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListWorkflowStepsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListWorkflowStepsCommandInput,
32
+ ListWorkflowStepsCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListWorkflowStepsCommand extends ListWorkflowStepsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListWorkflowsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListWorkflowsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListWorkflowsCommandInput,
32
+ ListWorkflowsCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {}
@@ -25,6 +25,15 @@ declare const RetryWorkflowStepCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: RetryWorkflowStepCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ RetryWorkflowStepCommandInput,
32
+ RetryWorkflowStepCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class RetryWorkflowStepCommand extends RetryWorkflowStepCommand_base {}
@@ -25,6 +25,15 @@ declare const StartWorkflowCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartWorkflowCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartWorkflowCommandInput,
32
+ StartWorkflowCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartWorkflowCommand extends StartWorkflowCommand_base {}
@@ -25,6 +25,15 @@ declare const StopWorkflowCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StopWorkflowCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StopWorkflowCommandInput,
32
+ StopWorkflowCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StopWorkflowCommand extends StopWorkflowCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ MigrationHubOrchestratorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ MigrationHubOrchestratorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateTemplateCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateTemplateCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateTemplateCommandInput,
31
+ UpdateTemplateCommandOutput,
32
+ MigrationHubOrchestratorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateTemplateCommand extends UpdateTemplateCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateWorkflowCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateWorkflowCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateWorkflowCommandInput,
32
+ UpdateWorkflowCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateWorkflowCommand extends UpdateWorkflowCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateWorkflowStepCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateWorkflowStepCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateWorkflowStepCommandInput,
32
+ UpdateWorkflowStepCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateWorkflowStepCommand extends UpdateWorkflowStepCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateWorkflowStepGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateWorkflowStepGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateWorkflowStepGroupCommandInput,
32
+ UpdateWorkflowStepGroupCommandOutput,
33
+ MigrationHubOrchestratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateWorkflowStepGroupCommand extends UpdateWorkflowStepGroupCommand_base {}
@@ -27,9 +27,9 @@ export declare const getRuntimeConfig: (
27
27
  apiVersion: string;
28
28
  urlParser: import("@smithy/types").UrlParser;
29
29
  base64Decoder: import("@smithy/types").Decoder;
30
- base64Encoder: import("@smithy/types").Encoder;
30
+ base64Encoder: (_input: string | Uint8Array) => string;
31
31
  utf8Decoder: import("@smithy/types").Decoder;
32
- utf8Encoder: import("@smithy/types").Encoder;
32
+ utf8Encoder: (input: string | Uint8Array) => string;
33
33
  disableHostPrefix: boolean;
34
34
  serviceId: string;
35
35
  logger: import("@smithy/types").Logger;
@@ -31,9 +31,9 @@ export declare const getRuntimeConfig: (
31
31
  apiVersion: string;
32
32
  urlParser: import("@smithy/types").UrlParser;
33
33
  base64Decoder: import("@smithy/types").Decoder;
34
- base64Encoder: import("@smithy/types").Encoder;
34
+ base64Encoder: (_input: string | Uint8Array) => string;
35
35
  utf8Decoder: import("@smithy/types").Decoder;
36
- utf8Encoder: import("@smithy/types").Encoder;
36
+ utf8Encoder: (input: string | Uint8Array) => string;
37
37
  disableHostPrefix: boolean;
38
38
  serviceId: string;
39
39
  logger: import("@smithy/types").Logger;
@@ -15,9 +15,9 @@ export declare const getRuntimeConfig: (
15
15
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
16
16
  streamCollector: import("@smithy/types").StreamCollector;
17
17
  base64Decoder: import("@smithy/types").Decoder;
18
- base64Encoder: import("@smithy/types").Encoder;
18
+ base64Encoder: (_input: string | Uint8Array) => string;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  disableHostPrefix: boolean;
22
22
  serviceId: string;
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;