@aws-sdk/client-migrationhuborchestrator 3.533.0 → 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.
- package/dist-types/MigrationHubOrchestrator.d.ts +4 -1
- package/dist-types/MigrationHubOrchestratorClient.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkflowStepCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateStepCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowStepCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +2 -1
- package/dist-types/commands/ListPluginsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListTemplateStepsCommand.d.ts +2 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowStepsCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
- package/dist-types/commands/RetryWorkflowStepCommand.d.ts +2 -1
- package/dist-types/commands/StartWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/StopWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +389 -389
- package/dist-types/ts3.4/MigrationHubOrchestrator.d.ts +3 -0
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -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 {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-migrationhuborchestrator",
|
|
3
3
|
"description": "AWS SDK for JavaScript Migrationhuborchestrator Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.535.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-migrationhuborchestrator",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.
|
|
36
|
-
"@smithy/core": "^1.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.
|
|
38
|
-
"@smithy/hash-node": "^2.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.
|
|
43
|
-
"@smithy/middleware-serde": "^2.
|
|
44
|
-
"@smithy/middleware-stack": "^2.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.
|
|
47
|
-
"@smithy/protocol-http": "^3.
|
|
48
|
-
"@smithy/smithy-client": "^2.
|
|
49
|
-
"@smithy/types": "^2.
|
|
50
|
-
"@smithy/url-parser": "^2.
|
|
51
|
-
"@smithy/util-base64": "^2.
|
|
52
|
-
"@smithy/util-body-length-browser": "^2.
|
|
53
|
-
"@smithy/util-body-length-node": "^2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.
|
|
57
|
-
"@smithy/util-middleware": "^2.
|
|
58
|
-
"@smithy/util-retry": "^2.
|
|
59
|
-
"@smithy/util-utf8": "^2.
|
|
60
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.535.0",
|
|
24
|
+
"@aws-sdk/core": "3.535.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.535.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.535.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.535.0",
|
|
31
|
+
"@aws-sdk/types": "3.535.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.535.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.535.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.535.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.2.0",
|
|
36
|
+
"@smithy/core": "^1.4.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.5.0",
|
|
38
|
+
"@smithy/hash-node": "^2.2.0",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.2.0",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.2.0",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.5.0",
|
|
42
|
+
"@smithy/middleware-retry": "^2.2.0",
|
|
43
|
+
"@smithy/middleware-serde": "^2.3.0",
|
|
44
|
+
"@smithy/middleware-stack": "^2.2.0",
|
|
45
|
+
"@smithy/node-config-provider": "^2.3.0",
|
|
46
|
+
"@smithy/node-http-handler": "^2.5.0",
|
|
47
|
+
"@smithy/protocol-http": "^3.3.0",
|
|
48
|
+
"@smithy/smithy-client": "^2.5.0",
|
|
49
|
+
"@smithy/types": "^2.12.0",
|
|
50
|
+
"@smithy/url-parser": "^2.2.0",
|
|
51
|
+
"@smithy/util-base64": "^2.3.0",
|
|
52
|
+
"@smithy/util-body-length-browser": "^2.2.0",
|
|
53
|
+
"@smithy/util-body-length-node": "^2.3.0",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.2.0",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.3.0",
|
|
56
|
+
"@smithy/util-endpoints": "^1.2.0",
|
|
57
|
+
"@smithy/util-middleware": "^2.2.0",
|
|
58
|
+
"@smithy/util-retry": "^2.2.0",
|
|
59
|
+
"@smithy/util-utf8": "^2.3.0",
|
|
60
|
+
"tslib": "^2.6.2",
|
|
61
61
|
"uuid": "^9.0.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.2.0",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^9.0.4",
|