@aws-sdk/client-migrationhuborchestrator 3.181.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/CHANGELOG.md +11 -0
- package/LICENSE +201 -0
- package/README.md +209 -0
- package/dist-cjs/MigrationHubOrchestrator.js +427 -0
- package/dist-cjs/MigrationHubOrchestratorClient.js +37 -0
- package/dist-cjs/commands/CreateWorkflowCommand.js +36 -0
- package/dist-cjs/commands/CreateWorkflowStepCommand.js +36 -0
- package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteWorkflowCommand.js +36 -0
- package/dist-cjs/commands/DeleteWorkflowStepCommand.js +36 -0
- package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +36 -0
- package/dist-cjs/commands/GetTemplateCommand.js +36 -0
- package/dist-cjs/commands/GetTemplateStepCommand.js +36 -0
- package/dist-cjs/commands/GetTemplateStepGroupCommand.js +36 -0
- package/dist-cjs/commands/GetWorkflowCommand.js +36 -0
- package/dist-cjs/commands/GetWorkflowStepCommand.js +36 -0
- package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +36 -0
- package/dist-cjs/commands/ListPluginsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListTemplateStepsCommand.js +36 -0
- package/dist-cjs/commands/ListTemplatesCommand.js +36 -0
- package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListWorkflowStepsCommand.js +36 -0
- package/dist-cjs/commands/ListWorkflowsCommand.js +36 -0
- package/dist-cjs/commands/RetryWorkflowStepCommand.js +36 -0
- package/dist-cjs/commands/StartWorkflowCommand.js +36 -0
- package/dist-cjs/commands/StopWorkflowCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateWorkflowCommand.js +36 -0
- package/dist-cjs/commands/UpdateWorkflowStepCommand.js +36 -0
- package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +36 -0
- package/dist-cjs/commands/index.js +31 -0
- package/dist-cjs/endpoints.js +132 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/MigrationHubOrchestratorServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +491 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListPluginsPaginator.js +36 -0
- package/dist-cjs/pagination/ListTemplateStepGroupsPaginator.js +36 -0
- package/dist-cjs/pagination/ListTemplateStepsPaginator.js +36 -0
- package/dist-cjs/pagination/ListTemplatesPaginator.js +36 -0
- package/dist-cjs/pagination/ListWorkflowStepGroupsPaginator.js +36 -0
- package/dist-cjs/pagination/ListWorkflowStepsPaginator.js +36 -0
- package/dist-cjs/pagination/ListWorkflowsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +11 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2816 -0
- package/dist-cjs/runtimeConfig.browser.js +45 -0
- package/dist-cjs/runtimeConfig.js +52 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/MigrationHubOrchestrator.js +430 -0
- package/dist-es/MigrationHubOrchestratorClient.js +39 -0
- package/dist-es/commands/CreateWorkflowCommand.js +39 -0
- package/dist-es/commands/CreateWorkflowStepCommand.js +39 -0
- package/dist-es/commands/CreateWorkflowStepGroupCommand.js +39 -0
- package/dist-es/commands/DeleteWorkflowCommand.js +39 -0
- package/dist-es/commands/DeleteWorkflowStepCommand.js +39 -0
- package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +39 -0
- package/dist-es/commands/GetTemplateCommand.js +39 -0
- package/dist-es/commands/GetTemplateStepCommand.js +39 -0
- package/dist-es/commands/GetTemplateStepGroupCommand.js +39 -0
- package/dist-es/commands/GetWorkflowCommand.js +39 -0
- package/dist-es/commands/GetWorkflowStepCommand.js +39 -0
- package/dist-es/commands/GetWorkflowStepGroupCommand.js +39 -0
- package/dist-es/commands/ListPluginsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListTemplateStepGroupsCommand.js +39 -0
- package/dist-es/commands/ListTemplateStepsCommand.js +39 -0
- package/dist-es/commands/ListTemplatesCommand.js +39 -0
- package/dist-es/commands/ListWorkflowStepGroupsCommand.js +39 -0
- package/dist-es/commands/ListWorkflowStepsCommand.js +39 -0
- package/dist-es/commands/ListWorkflowsCommand.js +39 -0
- package/dist-es/commands/RetryWorkflowStepCommand.js +39 -0
- package/dist-es/commands/StartWorkflowCommand.js +39 -0
- package/dist-es/commands/StopWorkflowCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateWorkflowCommand.js +39 -0
- package/dist-es/commands/UpdateWorkflowStepCommand.js +39 -0
- package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +39 -0
- package/dist-es/commands/index.js +28 -0
- package/dist-es/endpoints.js +128 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/MigrationHubOrchestratorServiceException.js +12 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +261 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListPluginsPaginator.js +75 -0
- package/dist-es/pagination/ListTemplateStepGroupsPaginator.js +75 -0
- package/dist-es/pagination/ListTemplateStepsPaginator.js +75 -0
- package/dist-es/pagination/ListTemplatesPaginator.js +75 -0
- package/dist-es/pagination/ListWorkflowStepGroupsPaginator.js +75 -0
- package/dist-es/pagination/ListWorkflowStepsPaginator.js +75 -0
- package/dist-es/pagination/ListWorkflowsPaginator.js +75 -0
- package/dist-es/pagination/index.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +3593 -0
- package/dist-es/runtimeConfig.browser.js +26 -0
- package/dist-es/runtimeConfig.js +30 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/MigrationHubOrchestrator.d.ts +209 -0
- package/dist-types/MigrationHubOrchestratorClient.d.ts +176 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +35 -0
- package/dist-types/commands/CreateWorkflowStepCommand.d.ts +35 -0
- package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +36 -0
- package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +36 -0
- package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +35 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +35 -0
- package/dist-types/commands/GetTemplateStepCommand.d.ts +35 -0
- package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +35 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +35 -0
- package/dist-types/commands/GetWorkflowStepCommand.d.ts +35 -0
- package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +35 -0
- package/dist-types/commands/ListPluginsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ListTemplateStepsCommand.d.ts +35 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +35 -0
- package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ListWorkflowStepsCommand.d.ts +35 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +35 -0
- package/dist-types/commands/RetryWorkflowStepCommand.d.ts +35 -0
- package/dist-types/commands/StartWorkflowCommand.d.ts +35 -0
- package/dist-types/commands/StopWorkflowCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +35 -0
- package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +35 -0
- package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +28 -0
- package/dist-types/endpoints.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/MigrationHubOrchestratorServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2063 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListPluginsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTemplateStepGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTemplateStepsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTemplatesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListWorkflowStepGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListWorkflowStepsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +8 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +86 -0
- package/dist-types/runtimeConfig.browser.d.ts +40 -0
- package/dist-types/runtimeConfig.d.ts +40 -0
- package/dist-types/runtimeConfig.native.d.ts +39 -0
- package/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/dist-types/ts3.4/MigrationHubOrchestrator.d.ts +480 -0
- package/dist-types/ts3.4/MigrationHubOrchestratorClient.d.ts +273 -0
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +28 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/MigrationHubOrchestratorServiceException.d.ts +7 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +880 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
- package/dist-types/ts3.4/pagination/ListPluginsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTemplateStepGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTemplateStepsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkflowStepGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkflowStepsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +341 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +69 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +69 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +70 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -0
- package/package.json +100 -0
|
@@ -0,0 +1,491 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PlatformCommandFilterSensitiveLog = exports.StepOutputFilterSensitiveLog = exports.GetTemplateStepRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.ListPluginsResponseFilterSensitiveLog = exports.PluginSummaryFilterSensitiveLog = exports.ListPluginsRequestFilterSensitiveLog = exports.ListMigrationWorkflowTemplatesResponseFilterSensitiveLog = exports.TemplateSummaryFilterSensitiveLog = exports.ListMigrationWorkflowTemplatesRequestFilterSensitiveLog = exports.GetMigrationWorkflowTemplateResponseFilterSensitiveLog = exports.TemplateInputFilterSensitiveLog = exports.GetMigrationWorkflowTemplateRequestFilterSensitiveLog = exports.UpdateMigrationWorkflowResponseFilterSensitiveLog = exports.UpdateMigrationWorkflowRequestFilterSensitiveLog = exports.StopMigrationWorkflowResponseFilterSensitiveLog = exports.StopMigrationWorkflowRequestFilterSensitiveLog = exports.StartMigrationWorkflowResponseFilterSensitiveLog = exports.StartMigrationWorkflowRequestFilterSensitiveLog = exports.ListMigrationWorkflowsResponseFilterSensitiveLog = exports.MigrationWorkflowSummaryFilterSensitiveLog = exports.ListMigrationWorkflowsRequestFilterSensitiveLog = exports.GetMigrationWorkflowResponseFilterSensitiveLog = exports.ToolFilterSensitiveLog = exports.GetMigrationWorkflowRequestFilterSensitiveLog = exports.DeleteMigrationWorkflowResponseFilterSensitiveLog = exports.DeleteMigrationWorkflowRequestFilterSensitiveLog = exports.CreateMigrationWorkflowResponseFilterSensitiveLog = exports.CreateMigrationWorkflowRequestFilterSensitiveLog = exports.StepInputFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.StepStatus = exports.WorkflowStepOutputUnion = exports.StepGroupStatus = exports.Owner = exports.TargetType = exports.RunEnvironment = exports.StepActionType = exports.PluginHealth = exports.TemplateStatus = exports.DataType = exports.ThrottlingException = exports.InternalServerException = exports.MigrationWorkflowStatusEnum = exports.StepInput = exports.ValidationException = exports.ResourceNotFoundException = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.UpdateWorkflowStepGroupResponseFilterSensitiveLog = exports.UpdateWorkflowStepGroupRequestFilterSensitiveLog = exports.ListWorkflowStepGroupsResponseFilterSensitiveLog = exports.WorkflowStepGroupSummaryFilterSensitiveLog = exports.ListWorkflowStepGroupsRequestFilterSensitiveLog = exports.GetWorkflowStepGroupResponseFilterSensitiveLog = exports.GetWorkflowStepGroupRequestFilterSensitiveLog = exports.DeleteWorkflowStepGroupResponseFilterSensitiveLog = exports.DeleteWorkflowStepGroupRequestFilterSensitiveLog = exports.CreateWorkflowStepGroupResponseFilterSensitiveLog = exports.CreateWorkflowStepGroupRequestFilterSensitiveLog = exports.UpdateWorkflowStepResponseFilterSensitiveLog = exports.UpdateWorkflowStepRequestFilterSensitiveLog = exports.RetryWorkflowStepResponseFilterSensitiveLog = exports.RetryWorkflowStepRequestFilterSensitiveLog = exports.ListWorkflowStepsResponseFilterSensitiveLog = exports.WorkflowStepSummaryFilterSensitiveLog = exports.ListWorkflowStepsRequestFilterSensitiveLog = exports.GetWorkflowStepResponseFilterSensitiveLog = exports.GetWorkflowStepRequestFilterSensitiveLog = exports.DeleteWorkflowStepResponseFilterSensitiveLog = exports.DeleteWorkflowStepRequestFilterSensitiveLog = exports.CreateWorkflowStepResponseFilterSensitiveLog = exports.CreateWorkflowStepRequestFilterSensitiveLog = exports.WorkflowStepAutomationConfigurationFilterSensitiveLog = exports.WorkflowStepOutputFilterSensitiveLog = exports.WorkflowStepOutputUnionFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.ListTemplateStepGroupsResponseFilterSensitiveLog = exports.TemplateStepGroupSummaryFilterSensitiveLog = exports.ListTemplateStepGroupsRequestFilterSensitiveLog = exports.GetTemplateStepGroupResponseFilterSensitiveLog = exports.GetTemplateStepGroupRequestFilterSensitiveLog = exports.ListTemplateStepsResponseFilterSensitiveLog = exports.TemplateStepSummaryFilterSensitiveLog = exports.ListTemplateStepsRequestFilterSensitiveLog = exports.GetTemplateStepResponseFilterSensitiveLog = exports.StepAutomationConfigurationFilterSensitiveLog = exports.PlatformScriptKeyFilterSensitiveLog = void 0;
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const MigrationHubOrchestratorServiceException_1 = require("./MigrationHubOrchestratorServiceException");
|
|
7
|
+
class AccessDeniedException extends MigrationHubOrchestratorServiceException_1.MigrationHubOrchestratorServiceException {
|
|
8
|
+
constructor(opts) {
|
|
9
|
+
super({
|
|
10
|
+
name: "AccessDeniedException",
|
|
11
|
+
$fault: "client",
|
|
12
|
+
...opts,
|
|
13
|
+
});
|
|
14
|
+
this.name = "AccessDeniedException";
|
|
15
|
+
this.$fault = "client";
|
|
16
|
+
this.$retryable = {};
|
|
17
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
21
|
+
class ResourceNotFoundException extends MigrationHubOrchestratorServiceException_1.MigrationHubOrchestratorServiceException {
|
|
22
|
+
constructor(opts) {
|
|
23
|
+
super({
|
|
24
|
+
name: "ResourceNotFoundException",
|
|
25
|
+
$fault: "client",
|
|
26
|
+
...opts,
|
|
27
|
+
});
|
|
28
|
+
this.name = "ResourceNotFoundException";
|
|
29
|
+
this.$fault = "client";
|
|
30
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
34
|
+
class ValidationException extends MigrationHubOrchestratorServiceException_1.MigrationHubOrchestratorServiceException {
|
|
35
|
+
constructor(opts) {
|
|
36
|
+
super({
|
|
37
|
+
name: "ValidationException",
|
|
38
|
+
$fault: "client",
|
|
39
|
+
...opts,
|
|
40
|
+
});
|
|
41
|
+
this.name = "ValidationException";
|
|
42
|
+
this.$fault = "client";
|
|
43
|
+
this.$retryable = {};
|
|
44
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
exports.ValidationException = ValidationException;
|
|
48
|
+
var StepInput;
|
|
49
|
+
(function (StepInput) {
|
|
50
|
+
StepInput.visit = (value, visitor) => {
|
|
51
|
+
if (value.integerValue !== undefined)
|
|
52
|
+
return visitor.integerValue(value.integerValue);
|
|
53
|
+
if (value.stringValue !== undefined)
|
|
54
|
+
return visitor.stringValue(value.stringValue);
|
|
55
|
+
if (value.listOfStringsValue !== undefined)
|
|
56
|
+
return visitor.listOfStringsValue(value.listOfStringsValue);
|
|
57
|
+
if (value.mapOfStringValue !== undefined)
|
|
58
|
+
return visitor.mapOfStringValue(value.mapOfStringValue);
|
|
59
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
60
|
+
};
|
|
61
|
+
})(StepInput = exports.StepInput || (exports.StepInput = {}));
|
|
62
|
+
var MigrationWorkflowStatusEnum;
|
|
63
|
+
(function (MigrationWorkflowStatusEnum) {
|
|
64
|
+
MigrationWorkflowStatusEnum["COMPLETED"] = "COMPLETED";
|
|
65
|
+
MigrationWorkflowStatusEnum["CREATING"] = "CREATING";
|
|
66
|
+
MigrationWorkflowStatusEnum["CREATION_FAILED"] = "CREATION_FAILED";
|
|
67
|
+
MigrationWorkflowStatusEnum["DELETED"] = "DELETED";
|
|
68
|
+
MigrationWorkflowStatusEnum["DELETING"] = "DELETING";
|
|
69
|
+
MigrationWorkflowStatusEnum["DELETION_FAILED"] = "DELETION_FAILED";
|
|
70
|
+
MigrationWorkflowStatusEnum["IN_PROGRESS"] = "IN_PROGRESS";
|
|
71
|
+
MigrationWorkflowStatusEnum["NOT_STARTED"] = "NOT_STARTED";
|
|
72
|
+
MigrationWorkflowStatusEnum["PAUSED"] = "PAUSED";
|
|
73
|
+
MigrationWorkflowStatusEnum["PAUSING"] = "PAUSING";
|
|
74
|
+
MigrationWorkflowStatusEnum["PAUSING_FAILED"] = "PAUSING_FAILED";
|
|
75
|
+
MigrationWorkflowStatusEnum["STARTING"] = "STARTING";
|
|
76
|
+
MigrationWorkflowStatusEnum["USER_ATTENTION_REQUIRED"] = "USER_ATTENTION_REQUIRED";
|
|
77
|
+
MigrationWorkflowStatusEnum["WORKFLOW_FAILED"] = "WORKFLOW_FAILED";
|
|
78
|
+
})(MigrationWorkflowStatusEnum = exports.MigrationWorkflowStatusEnum || (exports.MigrationWorkflowStatusEnum = {}));
|
|
79
|
+
class InternalServerException extends MigrationHubOrchestratorServiceException_1.MigrationHubOrchestratorServiceException {
|
|
80
|
+
constructor(opts) {
|
|
81
|
+
super({
|
|
82
|
+
name: "InternalServerException",
|
|
83
|
+
$fault: "server",
|
|
84
|
+
...opts,
|
|
85
|
+
});
|
|
86
|
+
this.name = "InternalServerException";
|
|
87
|
+
this.$fault = "server";
|
|
88
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
exports.InternalServerException = InternalServerException;
|
|
92
|
+
class ThrottlingException extends MigrationHubOrchestratorServiceException_1.MigrationHubOrchestratorServiceException {
|
|
93
|
+
constructor(opts) {
|
|
94
|
+
super({
|
|
95
|
+
name: "ThrottlingException",
|
|
96
|
+
$fault: "client",
|
|
97
|
+
...opts,
|
|
98
|
+
});
|
|
99
|
+
this.name = "ThrottlingException";
|
|
100
|
+
this.$fault = "client";
|
|
101
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
exports.ThrottlingException = ThrottlingException;
|
|
105
|
+
var DataType;
|
|
106
|
+
(function (DataType) {
|
|
107
|
+
DataType["INTEGER"] = "INTEGER";
|
|
108
|
+
DataType["STRING"] = "STRING";
|
|
109
|
+
DataType["STRINGLIST"] = "STRINGLIST";
|
|
110
|
+
DataType["STRINGMAP"] = "STRINGMAP";
|
|
111
|
+
})(DataType = exports.DataType || (exports.DataType = {}));
|
|
112
|
+
var TemplateStatus;
|
|
113
|
+
(function (TemplateStatus) {
|
|
114
|
+
TemplateStatus["CREATED"] = "CREATED";
|
|
115
|
+
})(TemplateStatus = exports.TemplateStatus || (exports.TemplateStatus = {}));
|
|
116
|
+
var PluginHealth;
|
|
117
|
+
(function (PluginHealth) {
|
|
118
|
+
PluginHealth["PLUGIN_HEALTHY"] = "HEALTHY";
|
|
119
|
+
PluginHealth["PLUGIN_UNHEALTHY"] = "UNHEALTHY";
|
|
120
|
+
})(PluginHealth = exports.PluginHealth || (exports.PluginHealth = {}));
|
|
121
|
+
var StepActionType;
|
|
122
|
+
(function (StepActionType) {
|
|
123
|
+
StepActionType["AUTOMATED"] = "AUTOMATED";
|
|
124
|
+
StepActionType["MANUAL"] = "MANUAL";
|
|
125
|
+
})(StepActionType = exports.StepActionType || (exports.StepActionType = {}));
|
|
126
|
+
var RunEnvironment;
|
|
127
|
+
(function (RunEnvironment) {
|
|
128
|
+
RunEnvironment["AWS"] = "AWS";
|
|
129
|
+
RunEnvironment["ONPREMISE"] = "ONPREMISE";
|
|
130
|
+
})(RunEnvironment = exports.RunEnvironment || (exports.RunEnvironment = {}));
|
|
131
|
+
var TargetType;
|
|
132
|
+
(function (TargetType) {
|
|
133
|
+
TargetType["ALL"] = "ALL";
|
|
134
|
+
TargetType["NONE"] = "NONE";
|
|
135
|
+
TargetType["SINGLE"] = "SINGLE";
|
|
136
|
+
})(TargetType = exports.TargetType || (exports.TargetType = {}));
|
|
137
|
+
var Owner;
|
|
138
|
+
(function (Owner) {
|
|
139
|
+
Owner["AWSManaged"] = "AWS_MANAGED";
|
|
140
|
+
Owner["CUSTOM"] = "CUSTOM";
|
|
141
|
+
})(Owner = exports.Owner || (exports.Owner = {}));
|
|
142
|
+
var StepGroupStatus;
|
|
143
|
+
(function (StepGroupStatus) {
|
|
144
|
+
StepGroupStatus["AWAITING_DEPENDENCIES"] = "AWAITING_DEPENDENCIES";
|
|
145
|
+
StepGroupStatus["COMPLETED"] = "COMPLETED";
|
|
146
|
+
StepGroupStatus["FAILED"] = "FAILED";
|
|
147
|
+
StepGroupStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
148
|
+
StepGroupStatus["PAUSED"] = "PAUSED";
|
|
149
|
+
StepGroupStatus["PAUSING"] = "PAUSING";
|
|
150
|
+
StepGroupStatus["READY"] = "READY";
|
|
151
|
+
StepGroupStatus["USER_ATTENTION_REQUIRED"] = "USER_ATTENTION_REQUIRED";
|
|
152
|
+
})(StepGroupStatus = exports.StepGroupStatus || (exports.StepGroupStatus = {}));
|
|
153
|
+
var WorkflowStepOutputUnion;
|
|
154
|
+
(function (WorkflowStepOutputUnion) {
|
|
155
|
+
WorkflowStepOutputUnion.visit = (value, visitor) => {
|
|
156
|
+
if (value.integerValue !== undefined)
|
|
157
|
+
return visitor.integerValue(value.integerValue);
|
|
158
|
+
if (value.stringValue !== undefined)
|
|
159
|
+
return visitor.stringValue(value.stringValue);
|
|
160
|
+
if (value.listOfStringValue !== undefined)
|
|
161
|
+
return visitor.listOfStringValue(value.listOfStringValue);
|
|
162
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
163
|
+
};
|
|
164
|
+
})(WorkflowStepOutputUnion = exports.WorkflowStepOutputUnion || (exports.WorkflowStepOutputUnion = {}));
|
|
165
|
+
var StepStatus;
|
|
166
|
+
(function (StepStatus) {
|
|
167
|
+
StepStatus["AWAITING_DEPENDENCIES"] = "AWAITING_DEPENDENCIES";
|
|
168
|
+
StepStatus["COMPLETED"] = "COMPLETED";
|
|
169
|
+
StepStatus["FAILED"] = "FAILED";
|
|
170
|
+
StepStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
171
|
+
StepStatus["PAUSED"] = "PAUSED";
|
|
172
|
+
StepStatus["READY"] = "READY";
|
|
173
|
+
StepStatus["USER_ATTENTION_REQUIRED"] = "USER_ATTENTION_REQUIRED";
|
|
174
|
+
})(StepStatus = exports.StepStatus || (exports.StepStatus = {}));
|
|
175
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
176
|
+
...obj,
|
|
177
|
+
});
|
|
178
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
179
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
180
|
+
...obj,
|
|
181
|
+
});
|
|
182
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
183
|
+
const StepInputFilterSensitiveLog = (obj) => {
|
|
184
|
+
if (obj.integerValue !== undefined)
|
|
185
|
+
return { integerValue: obj.integerValue };
|
|
186
|
+
if (obj.stringValue !== undefined)
|
|
187
|
+
return { stringValue: obj.stringValue };
|
|
188
|
+
if (obj.listOfStringsValue !== undefined)
|
|
189
|
+
return { listOfStringsValue: obj.listOfStringsValue };
|
|
190
|
+
if (obj.mapOfStringValue !== undefined)
|
|
191
|
+
return { mapOfStringValue: obj.mapOfStringValue };
|
|
192
|
+
if (obj.$unknown !== undefined)
|
|
193
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
194
|
+
};
|
|
195
|
+
exports.StepInputFilterSensitiveLog = StepInputFilterSensitiveLog;
|
|
196
|
+
const CreateMigrationWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
197
|
+
...obj,
|
|
198
|
+
...(obj.inputParameters && { inputParameters: smithy_client_1.SENSITIVE_STRING }),
|
|
199
|
+
});
|
|
200
|
+
exports.CreateMigrationWorkflowRequestFilterSensitiveLog = CreateMigrationWorkflowRequestFilterSensitiveLog;
|
|
201
|
+
const CreateMigrationWorkflowResponseFilterSensitiveLog = (obj) => ({
|
|
202
|
+
...obj,
|
|
203
|
+
...(obj.workflowInputs && { workflowInputs: smithy_client_1.SENSITIVE_STRING }),
|
|
204
|
+
});
|
|
205
|
+
exports.CreateMigrationWorkflowResponseFilterSensitiveLog = CreateMigrationWorkflowResponseFilterSensitiveLog;
|
|
206
|
+
const DeleteMigrationWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
207
|
+
...obj,
|
|
208
|
+
});
|
|
209
|
+
exports.DeleteMigrationWorkflowRequestFilterSensitiveLog = DeleteMigrationWorkflowRequestFilterSensitiveLog;
|
|
210
|
+
const DeleteMigrationWorkflowResponseFilterSensitiveLog = (obj) => ({
|
|
211
|
+
...obj,
|
|
212
|
+
});
|
|
213
|
+
exports.DeleteMigrationWorkflowResponseFilterSensitiveLog = DeleteMigrationWorkflowResponseFilterSensitiveLog;
|
|
214
|
+
const GetMigrationWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
215
|
+
...obj,
|
|
216
|
+
});
|
|
217
|
+
exports.GetMigrationWorkflowRequestFilterSensitiveLog = GetMigrationWorkflowRequestFilterSensitiveLog;
|
|
218
|
+
const ToolFilterSensitiveLog = (obj) => ({
|
|
219
|
+
...obj,
|
|
220
|
+
});
|
|
221
|
+
exports.ToolFilterSensitiveLog = ToolFilterSensitiveLog;
|
|
222
|
+
const GetMigrationWorkflowResponseFilterSensitiveLog = (obj) => ({
|
|
223
|
+
...obj,
|
|
224
|
+
...(obj.workflowInputs && { workflowInputs: smithy_client_1.SENSITIVE_STRING }),
|
|
225
|
+
});
|
|
226
|
+
exports.GetMigrationWorkflowResponseFilterSensitiveLog = GetMigrationWorkflowResponseFilterSensitiveLog;
|
|
227
|
+
const ListMigrationWorkflowsRequestFilterSensitiveLog = (obj) => ({
|
|
228
|
+
...obj,
|
|
229
|
+
});
|
|
230
|
+
exports.ListMigrationWorkflowsRequestFilterSensitiveLog = ListMigrationWorkflowsRequestFilterSensitiveLog;
|
|
231
|
+
const MigrationWorkflowSummaryFilterSensitiveLog = (obj) => ({
|
|
232
|
+
...obj,
|
|
233
|
+
});
|
|
234
|
+
exports.MigrationWorkflowSummaryFilterSensitiveLog = MigrationWorkflowSummaryFilterSensitiveLog;
|
|
235
|
+
const ListMigrationWorkflowsResponseFilterSensitiveLog = (obj) => ({
|
|
236
|
+
...obj,
|
|
237
|
+
});
|
|
238
|
+
exports.ListMigrationWorkflowsResponseFilterSensitiveLog = ListMigrationWorkflowsResponseFilterSensitiveLog;
|
|
239
|
+
const StartMigrationWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
240
|
+
...obj,
|
|
241
|
+
});
|
|
242
|
+
exports.StartMigrationWorkflowRequestFilterSensitiveLog = StartMigrationWorkflowRequestFilterSensitiveLog;
|
|
243
|
+
const StartMigrationWorkflowResponseFilterSensitiveLog = (obj) => ({
|
|
244
|
+
...obj,
|
|
245
|
+
});
|
|
246
|
+
exports.StartMigrationWorkflowResponseFilterSensitiveLog = StartMigrationWorkflowResponseFilterSensitiveLog;
|
|
247
|
+
const StopMigrationWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
248
|
+
...obj,
|
|
249
|
+
});
|
|
250
|
+
exports.StopMigrationWorkflowRequestFilterSensitiveLog = StopMigrationWorkflowRequestFilterSensitiveLog;
|
|
251
|
+
const StopMigrationWorkflowResponseFilterSensitiveLog = (obj) => ({
|
|
252
|
+
...obj,
|
|
253
|
+
});
|
|
254
|
+
exports.StopMigrationWorkflowResponseFilterSensitiveLog = StopMigrationWorkflowResponseFilterSensitiveLog;
|
|
255
|
+
const UpdateMigrationWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
256
|
+
...obj,
|
|
257
|
+
...(obj.inputParameters && { inputParameters: smithy_client_1.SENSITIVE_STRING }),
|
|
258
|
+
});
|
|
259
|
+
exports.UpdateMigrationWorkflowRequestFilterSensitiveLog = UpdateMigrationWorkflowRequestFilterSensitiveLog;
|
|
260
|
+
const UpdateMigrationWorkflowResponseFilterSensitiveLog = (obj) => ({
|
|
261
|
+
...obj,
|
|
262
|
+
...(obj.workflowInputs && { workflowInputs: smithy_client_1.SENSITIVE_STRING }),
|
|
263
|
+
});
|
|
264
|
+
exports.UpdateMigrationWorkflowResponseFilterSensitiveLog = UpdateMigrationWorkflowResponseFilterSensitiveLog;
|
|
265
|
+
const GetMigrationWorkflowTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
266
|
+
...obj,
|
|
267
|
+
});
|
|
268
|
+
exports.GetMigrationWorkflowTemplateRequestFilterSensitiveLog = GetMigrationWorkflowTemplateRequestFilterSensitiveLog;
|
|
269
|
+
const TemplateInputFilterSensitiveLog = (obj) => ({
|
|
270
|
+
...obj,
|
|
271
|
+
});
|
|
272
|
+
exports.TemplateInputFilterSensitiveLog = TemplateInputFilterSensitiveLog;
|
|
273
|
+
const GetMigrationWorkflowTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
274
|
+
...obj,
|
|
275
|
+
});
|
|
276
|
+
exports.GetMigrationWorkflowTemplateResponseFilterSensitiveLog = GetMigrationWorkflowTemplateResponseFilterSensitiveLog;
|
|
277
|
+
const ListMigrationWorkflowTemplatesRequestFilterSensitiveLog = (obj) => ({
|
|
278
|
+
...obj,
|
|
279
|
+
});
|
|
280
|
+
exports.ListMigrationWorkflowTemplatesRequestFilterSensitiveLog = ListMigrationWorkflowTemplatesRequestFilterSensitiveLog;
|
|
281
|
+
const TemplateSummaryFilterSensitiveLog = (obj) => ({
|
|
282
|
+
...obj,
|
|
283
|
+
});
|
|
284
|
+
exports.TemplateSummaryFilterSensitiveLog = TemplateSummaryFilterSensitiveLog;
|
|
285
|
+
const ListMigrationWorkflowTemplatesResponseFilterSensitiveLog = (obj) => ({
|
|
286
|
+
...obj,
|
|
287
|
+
});
|
|
288
|
+
exports.ListMigrationWorkflowTemplatesResponseFilterSensitiveLog = ListMigrationWorkflowTemplatesResponseFilterSensitiveLog;
|
|
289
|
+
const ListPluginsRequestFilterSensitiveLog = (obj) => ({
|
|
290
|
+
...obj,
|
|
291
|
+
});
|
|
292
|
+
exports.ListPluginsRequestFilterSensitiveLog = ListPluginsRequestFilterSensitiveLog;
|
|
293
|
+
const PluginSummaryFilterSensitiveLog = (obj) => ({
|
|
294
|
+
...obj,
|
|
295
|
+
});
|
|
296
|
+
exports.PluginSummaryFilterSensitiveLog = PluginSummaryFilterSensitiveLog;
|
|
297
|
+
const ListPluginsResponseFilterSensitiveLog = (obj) => ({
|
|
298
|
+
...obj,
|
|
299
|
+
});
|
|
300
|
+
exports.ListPluginsResponseFilterSensitiveLog = ListPluginsResponseFilterSensitiveLog;
|
|
301
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
302
|
+
...obj,
|
|
303
|
+
});
|
|
304
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
305
|
+
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
306
|
+
...obj,
|
|
307
|
+
});
|
|
308
|
+
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
309
|
+
const GetTemplateStepRequestFilterSensitiveLog = (obj) => ({
|
|
310
|
+
...obj,
|
|
311
|
+
});
|
|
312
|
+
exports.GetTemplateStepRequestFilterSensitiveLog = GetTemplateStepRequestFilterSensitiveLog;
|
|
313
|
+
const StepOutputFilterSensitiveLog = (obj) => ({
|
|
314
|
+
...obj,
|
|
315
|
+
});
|
|
316
|
+
exports.StepOutputFilterSensitiveLog = StepOutputFilterSensitiveLog;
|
|
317
|
+
const PlatformCommandFilterSensitiveLog = (obj) => ({
|
|
318
|
+
...obj,
|
|
319
|
+
});
|
|
320
|
+
exports.PlatformCommandFilterSensitiveLog = PlatformCommandFilterSensitiveLog;
|
|
321
|
+
const PlatformScriptKeyFilterSensitiveLog = (obj) => ({
|
|
322
|
+
...obj,
|
|
323
|
+
});
|
|
324
|
+
exports.PlatformScriptKeyFilterSensitiveLog = PlatformScriptKeyFilterSensitiveLog;
|
|
325
|
+
const StepAutomationConfigurationFilterSensitiveLog = (obj) => ({
|
|
326
|
+
...obj,
|
|
327
|
+
});
|
|
328
|
+
exports.StepAutomationConfigurationFilterSensitiveLog = StepAutomationConfigurationFilterSensitiveLog;
|
|
329
|
+
const GetTemplateStepResponseFilterSensitiveLog = (obj) => ({
|
|
330
|
+
...obj,
|
|
331
|
+
});
|
|
332
|
+
exports.GetTemplateStepResponseFilterSensitiveLog = GetTemplateStepResponseFilterSensitiveLog;
|
|
333
|
+
const ListTemplateStepsRequestFilterSensitiveLog = (obj) => ({
|
|
334
|
+
...obj,
|
|
335
|
+
});
|
|
336
|
+
exports.ListTemplateStepsRequestFilterSensitiveLog = ListTemplateStepsRequestFilterSensitiveLog;
|
|
337
|
+
const TemplateStepSummaryFilterSensitiveLog = (obj) => ({
|
|
338
|
+
...obj,
|
|
339
|
+
});
|
|
340
|
+
exports.TemplateStepSummaryFilterSensitiveLog = TemplateStepSummaryFilterSensitiveLog;
|
|
341
|
+
const ListTemplateStepsResponseFilterSensitiveLog = (obj) => ({
|
|
342
|
+
...obj,
|
|
343
|
+
});
|
|
344
|
+
exports.ListTemplateStepsResponseFilterSensitiveLog = ListTemplateStepsResponseFilterSensitiveLog;
|
|
345
|
+
const GetTemplateStepGroupRequestFilterSensitiveLog = (obj) => ({
|
|
346
|
+
...obj,
|
|
347
|
+
});
|
|
348
|
+
exports.GetTemplateStepGroupRequestFilterSensitiveLog = GetTemplateStepGroupRequestFilterSensitiveLog;
|
|
349
|
+
const GetTemplateStepGroupResponseFilterSensitiveLog = (obj) => ({
|
|
350
|
+
...obj,
|
|
351
|
+
});
|
|
352
|
+
exports.GetTemplateStepGroupResponseFilterSensitiveLog = GetTemplateStepGroupResponseFilterSensitiveLog;
|
|
353
|
+
const ListTemplateStepGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
354
|
+
...obj,
|
|
355
|
+
});
|
|
356
|
+
exports.ListTemplateStepGroupsRequestFilterSensitiveLog = ListTemplateStepGroupsRequestFilterSensitiveLog;
|
|
357
|
+
const TemplateStepGroupSummaryFilterSensitiveLog = (obj) => ({
|
|
358
|
+
...obj,
|
|
359
|
+
});
|
|
360
|
+
exports.TemplateStepGroupSummaryFilterSensitiveLog = TemplateStepGroupSummaryFilterSensitiveLog;
|
|
361
|
+
const ListTemplateStepGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
362
|
+
...obj,
|
|
363
|
+
});
|
|
364
|
+
exports.ListTemplateStepGroupsResponseFilterSensitiveLog = ListTemplateStepGroupsResponseFilterSensitiveLog;
|
|
365
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
366
|
+
...obj,
|
|
367
|
+
});
|
|
368
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
369
|
+
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
370
|
+
...obj,
|
|
371
|
+
});
|
|
372
|
+
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
373
|
+
const WorkflowStepOutputUnionFilterSensitiveLog = (obj) => {
|
|
374
|
+
if (obj.integerValue !== undefined)
|
|
375
|
+
return { integerValue: obj.integerValue };
|
|
376
|
+
if (obj.stringValue !== undefined)
|
|
377
|
+
return { stringValue: obj.stringValue };
|
|
378
|
+
if (obj.listOfStringValue !== undefined)
|
|
379
|
+
return { listOfStringValue: obj.listOfStringValue };
|
|
380
|
+
if (obj.$unknown !== undefined)
|
|
381
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
382
|
+
};
|
|
383
|
+
exports.WorkflowStepOutputUnionFilterSensitiveLog = WorkflowStepOutputUnionFilterSensitiveLog;
|
|
384
|
+
const WorkflowStepOutputFilterSensitiveLog = (obj) => ({
|
|
385
|
+
...obj,
|
|
386
|
+
...(obj.value && { value: (0, exports.WorkflowStepOutputUnionFilterSensitiveLog)(obj.value) }),
|
|
387
|
+
});
|
|
388
|
+
exports.WorkflowStepOutputFilterSensitiveLog = WorkflowStepOutputFilterSensitiveLog;
|
|
389
|
+
const WorkflowStepAutomationConfigurationFilterSensitiveLog = (obj) => ({
|
|
390
|
+
...obj,
|
|
391
|
+
});
|
|
392
|
+
exports.WorkflowStepAutomationConfigurationFilterSensitiveLog = WorkflowStepAutomationConfigurationFilterSensitiveLog;
|
|
393
|
+
const CreateWorkflowStepRequestFilterSensitiveLog = (obj) => ({
|
|
394
|
+
...obj,
|
|
395
|
+
...(obj.outputs && { outputs: obj.outputs.map((item) => (0, exports.WorkflowStepOutputFilterSensitiveLog)(item)) }),
|
|
396
|
+
});
|
|
397
|
+
exports.CreateWorkflowStepRequestFilterSensitiveLog = CreateWorkflowStepRequestFilterSensitiveLog;
|
|
398
|
+
const CreateWorkflowStepResponseFilterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
});
|
|
401
|
+
exports.CreateWorkflowStepResponseFilterSensitiveLog = CreateWorkflowStepResponseFilterSensitiveLog;
|
|
402
|
+
const DeleteWorkflowStepRequestFilterSensitiveLog = (obj) => ({
|
|
403
|
+
...obj,
|
|
404
|
+
});
|
|
405
|
+
exports.DeleteWorkflowStepRequestFilterSensitiveLog = DeleteWorkflowStepRequestFilterSensitiveLog;
|
|
406
|
+
const DeleteWorkflowStepResponseFilterSensitiveLog = (obj) => ({
|
|
407
|
+
...obj,
|
|
408
|
+
});
|
|
409
|
+
exports.DeleteWorkflowStepResponseFilterSensitiveLog = DeleteWorkflowStepResponseFilterSensitiveLog;
|
|
410
|
+
const GetWorkflowStepRequestFilterSensitiveLog = (obj) => ({
|
|
411
|
+
...obj,
|
|
412
|
+
});
|
|
413
|
+
exports.GetWorkflowStepRequestFilterSensitiveLog = GetWorkflowStepRequestFilterSensitiveLog;
|
|
414
|
+
const GetWorkflowStepResponseFilterSensitiveLog = (obj) => ({
|
|
415
|
+
...obj,
|
|
416
|
+
...(obj.outputs && { outputs: obj.outputs.map((item) => (0, exports.WorkflowStepOutputFilterSensitiveLog)(item)) }),
|
|
417
|
+
});
|
|
418
|
+
exports.GetWorkflowStepResponseFilterSensitiveLog = GetWorkflowStepResponseFilterSensitiveLog;
|
|
419
|
+
const ListWorkflowStepsRequestFilterSensitiveLog = (obj) => ({
|
|
420
|
+
...obj,
|
|
421
|
+
});
|
|
422
|
+
exports.ListWorkflowStepsRequestFilterSensitiveLog = ListWorkflowStepsRequestFilterSensitiveLog;
|
|
423
|
+
const WorkflowStepSummaryFilterSensitiveLog = (obj) => ({
|
|
424
|
+
...obj,
|
|
425
|
+
});
|
|
426
|
+
exports.WorkflowStepSummaryFilterSensitiveLog = WorkflowStepSummaryFilterSensitiveLog;
|
|
427
|
+
const ListWorkflowStepsResponseFilterSensitiveLog = (obj) => ({
|
|
428
|
+
...obj,
|
|
429
|
+
});
|
|
430
|
+
exports.ListWorkflowStepsResponseFilterSensitiveLog = ListWorkflowStepsResponseFilterSensitiveLog;
|
|
431
|
+
const RetryWorkflowStepRequestFilterSensitiveLog = (obj) => ({
|
|
432
|
+
...obj,
|
|
433
|
+
});
|
|
434
|
+
exports.RetryWorkflowStepRequestFilterSensitiveLog = RetryWorkflowStepRequestFilterSensitiveLog;
|
|
435
|
+
const RetryWorkflowStepResponseFilterSensitiveLog = (obj) => ({
|
|
436
|
+
...obj,
|
|
437
|
+
});
|
|
438
|
+
exports.RetryWorkflowStepResponseFilterSensitiveLog = RetryWorkflowStepResponseFilterSensitiveLog;
|
|
439
|
+
const UpdateWorkflowStepRequestFilterSensitiveLog = (obj) => ({
|
|
440
|
+
...obj,
|
|
441
|
+
...(obj.outputs && { outputs: obj.outputs.map((item) => (0, exports.WorkflowStepOutputFilterSensitiveLog)(item)) }),
|
|
442
|
+
});
|
|
443
|
+
exports.UpdateWorkflowStepRequestFilterSensitiveLog = UpdateWorkflowStepRequestFilterSensitiveLog;
|
|
444
|
+
const UpdateWorkflowStepResponseFilterSensitiveLog = (obj) => ({
|
|
445
|
+
...obj,
|
|
446
|
+
});
|
|
447
|
+
exports.UpdateWorkflowStepResponseFilterSensitiveLog = UpdateWorkflowStepResponseFilterSensitiveLog;
|
|
448
|
+
const CreateWorkflowStepGroupRequestFilterSensitiveLog = (obj) => ({
|
|
449
|
+
...obj,
|
|
450
|
+
});
|
|
451
|
+
exports.CreateWorkflowStepGroupRequestFilterSensitiveLog = CreateWorkflowStepGroupRequestFilterSensitiveLog;
|
|
452
|
+
const CreateWorkflowStepGroupResponseFilterSensitiveLog = (obj) => ({
|
|
453
|
+
...obj,
|
|
454
|
+
});
|
|
455
|
+
exports.CreateWorkflowStepGroupResponseFilterSensitiveLog = CreateWorkflowStepGroupResponseFilterSensitiveLog;
|
|
456
|
+
const DeleteWorkflowStepGroupRequestFilterSensitiveLog = (obj) => ({
|
|
457
|
+
...obj,
|
|
458
|
+
});
|
|
459
|
+
exports.DeleteWorkflowStepGroupRequestFilterSensitiveLog = DeleteWorkflowStepGroupRequestFilterSensitiveLog;
|
|
460
|
+
const DeleteWorkflowStepGroupResponseFilterSensitiveLog = (obj) => ({
|
|
461
|
+
...obj,
|
|
462
|
+
});
|
|
463
|
+
exports.DeleteWorkflowStepGroupResponseFilterSensitiveLog = DeleteWorkflowStepGroupResponseFilterSensitiveLog;
|
|
464
|
+
const GetWorkflowStepGroupRequestFilterSensitiveLog = (obj) => ({
|
|
465
|
+
...obj,
|
|
466
|
+
});
|
|
467
|
+
exports.GetWorkflowStepGroupRequestFilterSensitiveLog = GetWorkflowStepGroupRequestFilterSensitiveLog;
|
|
468
|
+
const GetWorkflowStepGroupResponseFilterSensitiveLog = (obj) => ({
|
|
469
|
+
...obj,
|
|
470
|
+
});
|
|
471
|
+
exports.GetWorkflowStepGroupResponseFilterSensitiveLog = GetWorkflowStepGroupResponseFilterSensitiveLog;
|
|
472
|
+
const ListWorkflowStepGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
473
|
+
...obj,
|
|
474
|
+
});
|
|
475
|
+
exports.ListWorkflowStepGroupsRequestFilterSensitiveLog = ListWorkflowStepGroupsRequestFilterSensitiveLog;
|
|
476
|
+
const WorkflowStepGroupSummaryFilterSensitiveLog = (obj) => ({
|
|
477
|
+
...obj,
|
|
478
|
+
});
|
|
479
|
+
exports.WorkflowStepGroupSummaryFilterSensitiveLog = WorkflowStepGroupSummaryFilterSensitiveLog;
|
|
480
|
+
const ListWorkflowStepGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
481
|
+
...obj,
|
|
482
|
+
});
|
|
483
|
+
exports.ListWorkflowStepGroupsResponseFilterSensitiveLog = ListWorkflowStepGroupsResponseFilterSensitiveLog;
|
|
484
|
+
const UpdateWorkflowStepGroupRequestFilterSensitiveLog = (obj) => ({
|
|
485
|
+
...obj,
|
|
486
|
+
});
|
|
487
|
+
exports.UpdateWorkflowStepGroupRequestFilterSensitiveLog = UpdateWorkflowStepGroupRequestFilterSensitiveLog;
|
|
488
|
+
const UpdateWorkflowStepGroupResponseFilterSensitiveLog = (obj) => ({
|
|
489
|
+
...obj,
|
|
490
|
+
});
|
|
491
|
+
exports.UpdateWorkflowStepGroupResponseFilterSensitiveLog = UpdateWorkflowStepGroupResponseFilterSensitiveLog;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListPlugins = void 0;
|
|
4
|
+
const ListPluginsCommand_1 = require("../commands/ListPluginsCommand");
|
|
5
|
+
const MigrationHubOrchestrator_1 = require("../MigrationHubOrchestrator");
|
|
6
|
+
const MigrationHubOrchestratorClient_1 = require("../MigrationHubOrchestratorClient");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new ListPluginsCommand_1.ListPluginsCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.listPlugins(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateListPlugins(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.nextToken = token;
|
|
19
|
+
input["maxResults"] = config.pageSize;
|
|
20
|
+
if (config.client instanceof MigrationHubOrchestrator_1.MigrationHubOrchestrator) {
|
|
21
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else if (config.client instanceof MigrationHubOrchestratorClient_1.MigrationHubOrchestratorClient) {
|
|
24
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
throw new Error("Invalid client, expected MigrationHubOrchestrator | MigrationHubOrchestratorClient");
|
|
28
|
+
}
|
|
29
|
+
yield page;
|
|
30
|
+
const prevToken = token;
|
|
31
|
+
token = page.nextToken;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
33
|
+
}
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
exports.paginateListPlugins = paginateListPlugins;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListTemplateStepGroups = void 0;
|
|
4
|
+
const ListTemplateStepGroupsCommand_1 = require("../commands/ListTemplateStepGroupsCommand");
|
|
5
|
+
const MigrationHubOrchestrator_1 = require("../MigrationHubOrchestrator");
|
|
6
|
+
const MigrationHubOrchestratorClient_1 = require("../MigrationHubOrchestratorClient");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new ListTemplateStepGroupsCommand_1.ListTemplateStepGroupsCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.listTemplateStepGroups(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateListTemplateStepGroups(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.nextToken = token;
|
|
19
|
+
input["maxResults"] = config.pageSize;
|
|
20
|
+
if (config.client instanceof MigrationHubOrchestrator_1.MigrationHubOrchestrator) {
|
|
21
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else if (config.client instanceof MigrationHubOrchestratorClient_1.MigrationHubOrchestratorClient) {
|
|
24
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
throw new Error("Invalid client, expected MigrationHubOrchestrator | MigrationHubOrchestratorClient");
|
|
28
|
+
}
|
|
29
|
+
yield page;
|
|
30
|
+
const prevToken = token;
|
|
31
|
+
token = page.nextToken;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
33
|
+
}
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
exports.paginateListTemplateStepGroups = paginateListTemplateStepGroups;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListTemplateSteps = void 0;
|
|
4
|
+
const ListTemplateStepsCommand_1 = require("../commands/ListTemplateStepsCommand");
|
|
5
|
+
const MigrationHubOrchestrator_1 = require("../MigrationHubOrchestrator");
|
|
6
|
+
const MigrationHubOrchestratorClient_1 = require("../MigrationHubOrchestratorClient");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new ListTemplateStepsCommand_1.ListTemplateStepsCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.listTemplateSteps(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateListTemplateSteps(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.nextToken = token;
|
|
19
|
+
input["maxResults"] = config.pageSize;
|
|
20
|
+
if (config.client instanceof MigrationHubOrchestrator_1.MigrationHubOrchestrator) {
|
|
21
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else if (config.client instanceof MigrationHubOrchestratorClient_1.MigrationHubOrchestratorClient) {
|
|
24
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
throw new Error("Invalid client, expected MigrationHubOrchestrator | MigrationHubOrchestratorClient");
|
|
28
|
+
}
|
|
29
|
+
yield page;
|
|
30
|
+
const prevToken = token;
|
|
31
|
+
token = page.nextToken;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
33
|
+
}
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
exports.paginateListTemplateSteps = paginateListTemplateSteps;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListTemplates = void 0;
|
|
4
|
+
const ListTemplatesCommand_1 = require("../commands/ListTemplatesCommand");
|
|
5
|
+
const MigrationHubOrchestrator_1 = require("../MigrationHubOrchestrator");
|
|
6
|
+
const MigrationHubOrchestratorClient_1 = require("../MigrationHubOrchestratorClient");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new ListTemplatesCommand_1.ListTemplatesCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.listTemplates(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateListTemplates(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.nextToken = token;
|
|
19
|
+
input["maxResults"] = config.pageSize;
|
|
20
|
+
if (config.client instanceof MigrationHubOrchestrator_1.MigrationHubOrchestrator) {
|
|
21
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else if (config.client instanceof MigrationHubOrchestratorClient_1.MigrationHubOrchestratorClient) {
|
|
24
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
throw new Error("Invalid client, expected MigrationHubOrchestrator | MigrationHubOrchestratorClient");
|
|
28
|
+
}
|
|
29
|
+
yield page;
|
|
30
|
+
const prevToken = token;
|
|
31
|
+
token = page.nextToken;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
33
|
+
}
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
exports.paginateListTemplates = paginateListTemplates;
|