@aws-sdk/client-migrationhuborchestrator 3.750.0 → 3.772.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 +59 -67
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
ConflictException: () => ConflictException,
|
|
26
26
|
CreateMigrationWorkflowRequestFilterSensitiveLog: () => CreateMigrationWorkflowRequestFilterSensitiveLog,
|
|
@@ -88,7 +88,7 @@ __export(src_exports, {
|
|
|
88
88
|
paginateListWorkflowSteps: () => paginateListWorkflowSteps,
|
|
89
89
|
paginateListWorkflows: () => paginateListWorkflows
|
|
90
90
|
});
|
|
91
|
-
module.exports = __toCommonJS(
|
|
91
|
+
module.exports = __toCommonJS(index_exports);
|
|
92
92
|
|
|
93
93
|
// src/MigrationHubOrchestratorClient.ts
|
|
94
94
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -215,9 +215,9 @@ var MigrationHubOrchestratorClient = class extends import_smithy_client.Client {
|
|
|
215
215
|
this.middlewareStack.use(
|
|
216
216
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
217
217
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultMigrationHubOrchestratorHttpAuthSchemeParametersProvider,
|
|
218
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
218
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
219
219
|
"aws.auth#sigv4": config.credentials
|
|
220
|
-
})
|
|
220
|
+
}), "identityProviderConfigProvider")
|
|
221
221
|
})
|
|
222
222
|
);
|
|
223
223
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -322,14 +322,10 @@ var ValidationException = class _ValidationException extends MigrationHubOrchest
|
|
|
322
322
|
var StepInput;
|
|
323
323
|
((StepInput3) => {
|
|
324
324
|
StepInput3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
325
|
-
if (value.integerValue !== void 0)
|
|
326
|
-
|
|
327
|
-
if (value.
|
|
328
|
-
|
|
329
|
-
if (value.listOfStringsValue !== void 0)
|
|
330
|
-
return visitor.listOfStringsValue(value.listOfStringsValue);
|
|
331
|
-
if (value.mapOfStringValue !== void 0)
|
|
332
|
-
return visitor.mapOfStringValue(value.mapOfStringValue);
|
|
325
|
+
if (value.integerValue !== void 0) return visitor.integerValue(value.integerValue);
|
|
326
|
+
if (value.stringValue !== void 0) return visitor.stringValue(value.stringValue);
|
|
327
|
+
if (value.listOfStringsValue !== void 0) return visitor.listOfStringsValue(value.listOfStringsValue);
|
|
328
|
+
if (value.mapOfStringValue !== void 0) return visitor.mapOfStringValue(value.mapOfStringValue);
|
|
333
329
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
334
330
|
}, "visit");
|
|
335
331
|
})(StepInput || (StepInput = {}));
|
|
@@ -407,8 +403,7 @@ var ConflictException = class _ConflictException extends MigrationHubOrchestrato
|
|
|
407
403
|
var TemplateSource;
|
|
408
404
|
((TemplateSource3) => {
|
|
409
405
|
TemplateSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
410
|
-
if (value.workflowId !== void 0)
|
|
411
|
-
return visitor.workflowId(value.workflowId);
|
|
406
|
+
if (value.workflowId !== void 0) return visitor.workflowId(value.workflowId);
|
|
412
407
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
413
408
|
}, "visit");
|
|
414
409
|
})(TemplateSource || (TemplateSource = {}));
|
|
@@ -459,12 +454,9 @@ var StepGroupStatus = {
|
|
|
459
454
|
var WorkflowStepOutputUnion;
|
|
460
455
|
((WorkflowStepOutputUnion3) => {
|
|
461
456
|
WorkflowStepOutputUnion3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
462
|
-
if (value.integerValue !== void 0)
|
|
463
|
-
|
|
464
|
-
if (value.
|
|
465
|
-
return visitor.stringValue(value.stringValue);
|
|
466
|
-
if (value.listOfStringValue !== void 0)
|
|
467
|
-
return visitor.listOfStringValue(value.listOfStringValue);
|
|
457
|
+
if (value.integerValue !== void 0) return visitor.integerValue(value.integerValue);
|
|
458
|
+
if (value.stringValue !== void 0) return visitor.stringValue(value.stringValue);
|
|
459
|
+
if (value.listOfStringValue !== void 0) return visitor.listOfStringValue(value.listOfStringValue);
|
|
468
460
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
469
461
|
}, "visit");
|
|
470
462
|
})(WorkflowStepOutputUnion || (WorkflowStepOutputUnion = {}));
|
|
@@ -510,10 +502,10 @@ var se_CreateTemplateCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
510
502
|
body = JSON.stringify(
|
|
511
503
|
(0, import_smithy_client.take)(input, {
|
|
512
504
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
513
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
505
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
514
506
|
templateDescription: [],
|
|
515
507
|
templateName: [],
|
|
516
|
-
templateSource: (_) => (0, import_smithy_client._json)(_)
|
|
508
|
+
templateSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "templateSource")
|
|
517
509
|
})
|
|
518
510
|
);
|
|
519
511
|
b.m("POST").h(headers).b(body);
|
|
@@ -530,10 +522,10 @@ var se_CreateWorkflowCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
530
522
|
(0, import_smithy_client.take)(input, {
|
|
531
523
|
applicationConfigurationId: [],
|
|
532
524
|
description: [],
|
|
533
|
-
inputParameters: (_) => (0, import_smithy_client._json)(_),
|
|
525
|
+
inputParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputParameters"),
|
|
534
526
|
name: [],
|
|
535
|
-
stepTargets: (_) => (0, import_smithy_client._json)(_),
|
|
536
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
527
|
+
stepTargets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "stepTargets"),
|
|
528
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
537
529
|
templateId: []
|
|
538
530
|
})
|
|
539
531
|
);
|
|
@@ -551,14 +543,14 @@ var se_CreateWorkflowStepCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
551
543
|
(0, import_smithy_client.take)(input, {
|
|
552
544
|
description: [],
|
|
553
545
|
name: [],
|
|
554
|
-
next: (_) => (0, import_smithy_client._json)(_),
|
|
555
|
-
outputs: (_) => (0, import_smithy_client._json)(_),
|
|
556
|
-
previous: (_) => (0, import_smithy_client._json)(_),
|
|
546
|
+
next: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "next"),
|
|
547
|
+
outputs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputs"),
|
|
548
|
+
previous: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "previous"),
|
|
557
549
|
stepActionType: [],
|
|
558
550
|
stepGroupId: [],
|
|
559
|
-
stepTarget: (_) => (0, import_smithy_client._json)(_),
|
|
551
|
+
stepTarget: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "stepTarget"),
|
|
560
552
|
workflowId: [],
|
|
561
|
-
workflowStepAutomationConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
553
|
+
workflowStepAutomationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "workflowStepAutomationConfiguration")
|
|
562
554
|
})
|
|
563
555
|
);
|
|
564
556
|
b.m("POST").h(headers).b(body);
|
|
@@ -575,8 +567,8 @@ var se_CreateWorkflowStepGroupCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
575
567
|
(0, import_smithy_client.take)(input, {
|
|
576
568
|
description: [],
|
|
577
569
|
name: [],
|
|
578
|
-
next: (_) => (0, import_smithy_client._json)(_),
|
|
579
|
-
previous: (_) => (0, import_smithy_client._json)(_),
|
|
570
|
+
next: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "next"),
|
|
571
|
+
previous: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "previous"),
|
|
580
572
|
workflowId: []
|
|
581
573
|
})
|
|
582
574
|
);
|
|
@@ -837,7 +829,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
837
829
|
let body;
|
|
838
830
|
body = JSON.stringify(
|
|
839
831
|
(0, import_smithy_client.take)(input, {
|
|
840
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
832
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
841
833
|
})
|
|
842
834
|
);
|
|
843
835
|
b.m("POST").h(headers).b(body);
|
|
@@ -884,9 +876,9 @@ var se_UpdateWorkflowCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
884
876
|
body = JSON.stringify(
|
|
885
877
|
(0, import_smithy_client.take)(input, {
|
|
886
878
|
description: [],
|
|
887
|
-
inputParameters: (_) => (0, import_smithy_client._json)(_),
|
|
879
|
+
inputParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputParameters"),
|
|
888
880
|
name: [],
|
|
889
|
-
stepTargets: (_) => (0, import_smithy_client._json)(_)
|
|
881
|
+
stepTargets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "stepTargets")
|
|
890
882
|
})
|
|
891
883
|
);
|
|
892
884
|
b.m("POST").h(headers).b(body);
|
|
@@ -904,15 +896,15 @@ var se_UpdateWorkflowStepCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
904
896
|
(0, import_smithy_client.take)(input, {
|
|
905
897
|
description: [],
|
|
906
898
|
name: [],
|
|
907
|
-
next: (_) => (0, import_smithy_client._json)(_),
|
|
908
|
-
outputs: (_) => (0, import_smithy_client._json)(_),
|
|
909
|
-
previous: (_) => (0, import_smithy_client._json)(_),
|
|
899
|
+
next: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "next"),
|
|
900
|
+
outputs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputs"),
|
|
901
|
+
previous: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "previous"),
|
|
910
902
|
status: [],
|
|
911
903
|
stepActionType: [],
|
|
912
904
|
stepGroupId: [],
|
|
913
|
-
stepTarget: (_) => (0, import_smithy_client._json)(_),
|
|
905
|
+
stepTarget: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "stepTarget"),
|
|
914
906
|
workflowId: [],
|
|
915
|
-
workflowStepAutomationConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
907
|
+
workflowStepAutomationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "workflowStepAutomationConfiguration")
|
|
916
908
|
})
|
|
917
909
|
);
|
|
918
910
|
b.m("POST").h(headers).b(body);
|
|
@@ -933,8 +925,8 @@ var se_UpdateWorkflowStepGroupCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
933
925
|
(0, import_smithy_client.take)(input, {
|
|
934
926
|
description: [],
|
|
935
927
|
name: [],
|
|
936
|
-
next: (_) => (0, import_smithy_client._json)(_),
|
|
937
|
-
previous: (_) => (0, import_smithy_client._json)(_)
|
|
928
|
+
next: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "next"),
|
|
929
|
+
previous: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "previous")
|
|
938
930
|
})
|
|
939
931
|
);
|
|
940
932
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -967,7 +959,7 @@ var de_CreateWorkflowCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
967
959
|
const doc = (0, import_smithy_client.take)(data, {
|
|
968
960
|
adsApplicationConfigurationId: import_smithy_client.expectString,
|
|
969
961
|
arn: import_smithy_client.expectString,
|
|
970
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
962
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
971
963
|
description: import_smithy_client.expectString,
|
|
972
964
|
id: import_smithy_client.expectString,
|
|
973
965
|
name: import_smithy_client.expectString,
|
|
@@ -1006,7 +998,7 @@ var de_CreateWorkflowStepGroupCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1006
998
|
});
|
|
1007
999
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1008
1000
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1009
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1001
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
1010
1002
|
description: import_smithy_client.expectString,
|
|
1011
1003
|
id: import_smithy_client.expectString,
|
|
1012
1004
|
name: import_smithy_client.expectString,
|
|
@@ -1073,7 +1065,7 @@ var de_GetTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1073
1065
|
});
|
|
1074
1066
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1075
1067
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1076
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1068
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
1077
1069
|
description: import_smithy_client.expectString,
|
|
1078
1070
|
id: import_smithy_client.expectString,
|
|
1079
1071
|
inputs: import_smithy_client._json,
|
|
@@ -1122,10 +1114,10 @@ var de_GetTemplateStepGroupCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1122
1114
|
});
|
|
1123
1115
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1124
1116
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1125
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1117
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
1126
1118
|
description: import_smithy_client.expectString,
|
|
1127
1119
|
id: import_smithy_client.expectString,
|
|
1128
|
-
lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1120
|
+
lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedTime"),
|
|
1129
1121
|
name: import_smithy_client.expectString,
|
|
1130
1122
|
next: import_smithy_client._json,
|
|
1131
1123
|
previous: import_smithy_client._json,
|
|
@@ -1149,13 +1141,13 @@ var de_GetWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1149
1141
|
adsApplicationName: import_smithy_client.expectString,
|
|
1150
1142
|
arn: import_smithy_client.expectString,
|
|
1151
1143
|
completedSteps: import_smithy_client.expectInt32,
|
|
1152
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1144
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
1153
1145
|
description: import_smithy_client.expectString,
|
|
1154
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1146
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
1155
1147
|
id: import_smithy_client.expectString,
|
|
1156
|
-
lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1157
|
-
lastStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1158
|
-
lastStopTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1148
|
+
lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedTime"),
|
|
1149
|
+
lastStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStartTime"),
|
|
1150
|
+
lastStopTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStopTime"),
|
|
1159
1151
|
name: import_smithy_client.expectString,
|
|
1160
1152
|
status: import_smithy_client.expectString,
|
|
1161
1153
|
statusMessage: import_smithy_client.expectString,
|
|
@@ -1178,10 +1170,10 @@ var de_GetWorkflowStepCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1178
1170
|
});
|
|
1179
1171
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1180
1172
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1181
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1173
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
1182
1174
|
description: import_smithy_client.expectString,
|
|
1183
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1184
|
-
lastStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1175
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
1176
|
+
lastStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStartTime"),
|
|
1185
1177
|
name: import_smithy_client.expectString,
|
|
1186
1178
|
next: import_smithy_client._json,
|
|
1187
1179
|
noOfSrvCompleted: import_smithy_client.expectInt32,
|
|
@@ -1212,11 +1204,11 @@ var de_GetWorkflowStepGroupCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1212
1204
|
});
|
|
1213
1205
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1214
1206
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1215
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1207
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
1216
1208
|
description: import_smithy_client.expectString,
|
|
1217
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1209
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
1218
1210
|
id: import_smithy_client.expectString,
|
|
1219
|
-
lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1211
|
+
lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedTime"),
|
|
1220
1212
|
name: import_smithy_client.expectString,
|
|
1221
1213
|
next: import_smithy_client._json,
|
|
1222
1214
|
owner: import_smithy_client.expectString,
|
|
@@ -1311,7 +1303,7 @@ var de_ListWorkflowsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1311
1303
|
});
|
|
1312
1304
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1313
1305
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1314
|
-
migrationWorkflowSummary: (_) => de_MigrationWorkflowSummaryList(_, context),
|
|
1306
|
+
migrationWorkflowSummary: /* @__PURE__ */ __name((_) => de_MigrationWorkflowSummaryList(_, context), "migrationWorkflowSummary"),
|
|
1315
1307
|
nextToken: import_smithy_client.expectString
|
|
1316
1308
|
});
|
|
1317
1309
|
Object.assign(contents, doc);
|
|
@@ -1375,7 +1367,7 @@ var de_StartWorkflowCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1375
1367
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1376
1368
|
arn: import_smithy_client.expectString,
|
|
1377
1369
|
id: import_smithy_client.expectString,
|
|
1378
|
-
lastStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1370
|
+
lastStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStartTime"),
|
|
1379
1371
|
status: import_smithy_client.expectString,
|
|
1380
1372
|
statusMessage: import_smithy_client.expectString
|
|
1381
1373
|
});
|
|
@@ -1393,7 +1385,7 @@ var de_StopWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1393
1385
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1394
1386
|
arn: import_smithy_client.expectString,
|
|
1395
1387
|
id: import_smithy_client.expectString,
|
|
1396
|
-
lastStopTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1388
|
+
lastStopTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStopTime"),
|
|
1397
1389
|
status: import_smithy_client.expectString,
|
|
1398
1390
|
statusMessage: import_smithy_client.expectString
|
|
1399
1391
|
});
|
|
@@ -1447,10 +1439,10 @@ var de_UpdateWorkflowCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1447
1439
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1448
1440
|
adsApplicationConfigurationId: import_smithy_client.expectString,
|
|
1449
1441
|
arn: import_smithy_client.expectString,
|
|
1450
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1442
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
1451
1443
|
description: import_smithy_client.expectString,
|
|
1452
1444
|
id: import_smithy_client.expectString,
|
|
1453
|
-
lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1445
|
+
lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedTime"),
|
|
1454
1446
|
name: import_smithy_client.expectString,
|
|
1455
1447
|
status: import_smithy_client.expectString,
|
|
1456
1448
|
stepTargets: import_smithy_client._json,
|
|
@@ -1489,7 +1481,7 @@ var de_UpdateWorkflowStepGroupCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1489
1481
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1490
1482
|
description: import_smithy_client.expectString,
|
|
1491
1483
|
id: import_smithy_client.expectString,
|
|
1492
|
-
lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1484
|
+
lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedTime"),
|
|
1493
1485
|
name: import_smithy_client.expectString,
|
|
1494
1486
|
next: import_smithy_client._json,
|
|
1495
1487
|
previous: import_smithy_client._json,
|
|
@@ -1616,8 +1608,8 @@ var de_MigrationWorkflowSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1616
1608
|
return (0, import_smithy_client.take)(output, {
|
|
1617
1609
|
adsApplicationConfigurationName: import_smithy_client.expectString,
|
|
1618
1610
|
completedSteps: import_smithy_client.expectInt32,
|
|
1619
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1620
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1611
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
1612
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
1621
1613
|
id: import_smithy_client.expectString,
|
|
1622
1614
|
name: import_smithy_client.expectString,
|
|
1623
1615
|
status: import_smithy_client.expectString,
|
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.772.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,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|