@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.
- 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/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- 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/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateTemplateCommand_base: {
|
|
24
24
|
new (input: UpdateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a migration workflow template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
75
75
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class UpdateTemplateCommand extends UpdateTemplateCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateWorkflowCommandOutput extends UpdateMigrationWorkflowResp
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateWorkflowCommand_base: {
|
|
24
24
|
new (input: UpdateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update a migration workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -111,6 +111,7 @@ declare const UpdateWorkflowCommand_base: {
|
|
|
111
111
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
113
113
|
*
|
|
114
|
+
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class UpdateWorkflowCommand extends UpdateWorkflowCommand_base {
|
|
116
117
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateWorkflowStepCommandOutput extends UpdateWorkflowStepRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateWorkflowStepCommand_base: {
|
|
24
24
|
new (input: UpdateWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update a step in a migration workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -110,6 +110,7 @@ declare const UpdateWorkflowStepCommand_base: {
|
|
|
110
110
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
112
112
|
*
|
|
113
|
+
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class UpdateWorkflowStepCommand extends UpdateWorkflowStepCommand_base {
|
|
115
116
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateWorkflowStepGroupCommandOutput extends UpdateWorkflowStep
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateWorkflowStepGroupCommand_base: {
|
|
24
24
|
new (input: UpdateWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update the step group in a migration workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -93,6 +93,7 @@ declare const UpdateWorkflowStepGroupCommand_base: {
|
|
|
93
93
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class UpdateWorkflowStepGroupCommand extends UpdateWorkflowStepGroupCommand_base {
|
|
98
99
|
}
|