@aws-sdk/client-migrationhuborchestrator 3.496.0 → 3.501.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-cjs/index.js +28 -27
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2795,24 +2795,23 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2795
2795
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2796
2796
|
|
|
2797
2797
|
0 && (module.exports = {
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2798
|
+
MigrationHubOrchestratorServiceException,
|
|
2799
|
+
__Client,
|
|
2800
|
+
MigrationHubOrchestratorClient,
|
|
2801
|
+
MigrationHubOrchestrator,
|
|
2802
|
+
$Command,
|
|
2801
2803
|
CreateWorkflowCommand,
|
|
2802
2804
|
CreateWorkflowStepCommand,
|
|
2803
2805
|
CreateWorkflowStepGroupCommand,
|
|
2804
|
-
DataType,
|
|
2805
2806
|
DeleteWorkflowCommand,
|
|
2806
2807
|
DeleteWorkflowStepCommand,
|
|
2807
2808
|
DeleteWorkflowStepGroupCommand,
|
|
2808
|
-
GetMigrationWorkflowResponseFilterSensitiveLog,
|
|
2809
2809
|
GetTemplateCommand,
|
|
2810
2810
|
GetTemplateStepCommand,
|
|
2811
2811
|
GetTemplateStepGroupCommand,
|
|
2812
2812
|
GetWorkflowCommand,
|
|
2813
2813
|
GetWorkflowStepCommand,
|
|
2814
2814
|
GetWorkflowStepGroupCommand,
|
|
2815
|
-
InternalServerException,
|
|
2816
2815
|
ListPluginsCommand,
|
|
2817
2816
|
ListTagsForResourceCommand,
|
|
2818
2817
|
ListTemplateStepGroupsCommand,
|
|
@@ -2821,40 +2820,42 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2821
2820
|
ListWorkflowStepGroupsCommand,
|
|
2822
2821
|
ListWorkflowStepsCommand,
|
|
2823
2822
|
ListWorkflowsCommand,
|
|
2824
|
-
MigrationHubOrchestrator,
|
|
2825
|
-
MigrationHubOrchestratorClient,
|
|
2826
|
-
MigrationHubOrchestratorServiceException,
|
|
2827
|
-
MigrationWorkflowStatusEnum,
|
|
2828
|
-
Owner,
|
|
2829
|
-
PluginHealth,
|
|
2830
|
-
ResourceNotFoundException,
|
|
2831
2823
|
RetryWorkflowStepCommand,
|
|
2832
|
-
RunEnvironment,
|
|
2833
2824
|
StartWorkflowCommand,
|
|
2834
|
-
StepActionType,
|
|
2835
|
-
StepGroupStatus,
|
|
2836
|
-
StepInput,
|
|
2837
|
-
StepStatus,
|
|
2838
2825
|
StopWorkflowCommand,
|
|
2839
2826
|
TagResourceCommand,
|
|
2840
|
-
TargetType,
|
|
2841
|
-
TemplateStatus,
|
|
2842
|
-
ThrottlingException,
|
|
2843
2827
|
UntagResourceCommand,
|
|
2844
|
-
UpdateMigrationWorkflowRequestFilterSensitiveLog,
|
|
2845
|
-
UpdateMigrationWorkflowResponseFilterSensitiveLog,
|
|
2846
2828
|
UpdateWorkflowCommand,
|
|
2847
2829
|
UpdateWorkflowStepCommand,
|
|
2848
2830
|
UpdateWorkflowStepGroupCommand,
|
|
2849
|
-
ValidationException,
|
|
2850
|
-
WorkflowStepOutputUnion,
|
|
2851
|
-
__Client,
|
|
2852
2831
|
paginateListPlugins,
|
|
2853
2832
|
paginateListTemplateStepGroups,
|
|
2854
2833
|
paginateListTemplateSteps,
|
|
2855
2834
|
paginateListTemplates,
|
|
2856
2835
|
paginateListWorkflowStepGroups,
|
|
2857
2836
|
paginateListWorkflowSteps,
|
|
2858
|
-
paginateListWorkflows
|
|
2837
|
+
paginateListWorkflows,
|
|
2838
|
+
AccessDeniedException,
|
|
2839
|
+
ResourceNotFoundException,
|
|
2840
|
+
ValidationException,
|
|
2841
|
+
StepInput,
|
|
2842
|
+
MigrationWorkflowStatusEnum,
|
|
2843
|
+
InternalServerException,
|
|
2844
|
+
ThrottlingException,
|
|
2845
|
+
DataType,
|
|
2846
|
+
TemplateStatus,
|
|
2847
|
+
PluginHealth,
|
|
2848
|
+
StepActionType,
|
|
2849
|
+
RunEnvironment,
|
|
2850
|
+
TargetType,
|
|
2851
|
+
Owner,
|
|
2852
|
+
StepGroupStatus,
|
|
2853
|
+
WorkflowStepOutputUnion,
|
|
2854
|
+
StepStatus,
|
|
2855
|
+
CreateMigrationWorkflowRequestFilterSensitiveLog,
|
|
2856
|
+
CreateMigrationWorkflowResponseFilterSensitiveLog,
|
|
2857
|
+
GetMigrationWorkflowResponseFilterSensitiveLog,
|
|
2858
|
+
UpdateMigrationWorkflowRequestFilterSensitiveLog,
|
|
2859
|
+
UpdateMigrationWorkflowResponseFilterSensitiveLog
|
|
2859
2860
|
});
|
|
2860
2861
|
|
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.501.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,9 +20,9 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|