@aws-sdk/client-migrationhubstrategy 3.758.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 +45 -55
- package/package.json +3 -3
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
|
AnalysisStatusUnion: () => AnalysisStatusUnion,
|
|
26
26
|
AnalysisType: () => AnalysisType,
|
|
@@ -112,7 +112,7 @@ __export(src_exports, {
|
|
|
112
112
|
paginateListImportFileTask: () => paginateListImportFileTask,
|
|
113
113
|
paginateListServers: () => paginateListServers
|
|
114
114
|
});
|
|
115
|
-
module.exports = __toCommonJS(
|
|
115
|
+
module.exports = __toCommonJS(index_exports);
|
|
116
116
|
|
|
117
117
|
// src/MigrationHubStrategyClient.ts
|
|
118
118
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -239,9 +239,9 @@ var MigrationHubStrategyClient = class extends import_smithy_client.Client {
|
|
|
239
239
|
this.middlewareStack.use(
|
|
240
240
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
241
241
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultMigrationHubStrategyHttpAuthSchemeParametersProvider,
|
|
242
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
242
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
243
243
|
"aws.auth#sigv4": config.credentials
|
|
244
|
-
})
|
|
244
|
+
}), "identityProviderConfigProvider")
|
|
245
245
|
})
|
|
246
246
|
);
|
|
247
247
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -322,8 +322,7 @@ var SrcCodeOrDbAnalysisStatus = {
|
|
|
322
322
|
var AnalysisStatusUnion;
|
|
323
323
|
((AnalysisStatusUnion2) => {
|
|
324
324
|
AnalysisStatusUnion2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
325
|
-
if (value.runtimeAnalysisStatus !== void 0)
|
|
326
|
-
return visitor.runtimeAnalysisStatus(value.runtimeAnalysisStatus);
|
|
325
|
+
if (value.runtimeAnalysisStatus !== void 0) return visitor.runtimeAnalysisStatus(value.runtimeAnalysisStatus);
|
|
327
326
|
if (value.srcCodeOrDbAnalysisStatus !== void 0)
|
|
328
327
|
return visitor.srcCodeOrDbAnalysisStatus(value.srcCodeOrDbAnalysisStatus);
|
|
329
328
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
@@ -355,12 +354,9 @@ var SourceCodeAnalyzerName = {
|
|
|
355
354
|
var AnalyzerNameUnion;
|
|
356
355
|
((AnalyzerNameUnion2) => {
|
|
357
356
|
AnalyzerNameUnion2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
358
|
-
if (value.binaryAnalyzerName !== void 0)
|
|
359
|
-
|
|
360
|
-
if (value.
|
|
361
|
-
return visitor.runTimeAnalyzerName(value.runTimeAnalyzerName);
|
|
362
|
-
if (value.sourceCodeAnalyzerName !== void 0)
|
|
363
|
-
return visitor.sourceCodeAnalyzerName(value.sourceCodeAnalyzerName);
|
|
357
|
+
if (value.binaryAnalyzerName !== void 0) return visitor.binaryAnalyzerName(value.binaryAnalyzerName);
|
|
358
|
+
if (value.runTimeAnalyzerName !== void 0) return visitor.runTimeAnalyzerName(value.runTimeAnalyzerName);
|
|
359
|
+
if (value.sourceCodeAnalyzerName !== void 0) return visitor.sourceCodeAnalyzerName(value.sourceCodeAnalyzerName);
|
|
364
360
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
365
361
|
}, "visit");
|
|
366
362
|
})(AnalyzerNameUnion || (AnalyzerNameUnion = {}));
|
|
@@ -494,12 +490,9 @@ var SelfManageTargetDestination = {
|
|
|
494
490
|
var ManagementPreference;
|
|
495
491
|
((ManagementPreference3) => {
|
|
496
492
|
ManagementPreference3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
497
|
-
if (value.awsManagedResources !== void 0)
|
|
498
|
-
|
|
499
|
-
if (value.
|
|
500
|
-
return visitor.selfManageResources(value.selfManageResources);
|
|
501
|
-
if (value.noPreference !== void 0)
|
|
502
|
-
return visitor.noPreference(value.noPreference);
|
|
493
|
+
if (value.awsManagedResources !== void 0) return visitor.awsManagedResources(value.awsManagedResources);
|
|
494
|
+
if (value.selfManageResources !== void 0) return visitor.selfManageResources(value.selfManageResources);
|
|
495
|
+
if (value.noPreference !== void 0) return visitor.noPreference(value.noPreference);
|
|
503
496
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
504
497
|
}, "visit");
|
|
505
498
|
})(ManagementPreference || (ManagementPreference = {}));
|
|
@@ -676,12 +669,9 @@ var TargetDatabaseEngine = {
|
|
|
676
669
|
var DatabaseMigrationPreference;
|
|
677
670
|
((DatabaseMigrationPreference3) => {
|
|
678
671
|
DatabaseMigrationPreference3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
679
|
-
if (value.heterogeneous !== void 0)
|
|
680
|
-
|
|
681
|
-
if (value.
|
|
682
|
-
return visitor.homogeneous(value.homogeneous);
|
|
683
|
-
if (value.noPreference !== void 0)
|
|
684
|
-
return visitor.noPreference(value.noPreference);
|
|
672
|
+
if (value.heterogeneous !== void 0) return visitor.heterogeneous(value.heterogeneous);
|
|
673
|
+
if (value.homogeneous !== void 0) return visitor.homogeneous(value.homogeneous);
|
|
674
|
+
if (value.noPreference !== void 0) return visitor.noPreference(value.noPreference);
|
|
685
675
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
686
676
|
}, "visit");
|
|
687
677
|
})(DatabaseMigrationPreference || (DatabaseMigrationPreference = {}));
|
|
@@ -924,7 +914,7 @@ var se_ListApplicationComponentsCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
924
914
|
(0, import_smithy_client.take)(input, {
|
|
925
915
|
applicationComponentCriteria: [],
|
|
926
916
|
filterValue: [],
|
|
927
|
-
groupIdFilter: (_) => (0, import_smithy_client._json)(_),
|
|
917
|
+
groupIdFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "groupIdFilter"),
|
|
928
918
|
maxResults: [],
|
|
929
919
|
nextToken: [],
|
|
930
920
|
sort: []
|
|
@@ -967,7 +957,7 @@ var se_ListServersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
967
957
|
body = JSON.stringify(
|
|
968
958
|
(0, import_smithy_client.take)(input, {
|
|
969
959
|
filterValue: [],
|
|
970
|
-
groupIdFilter: (_) => (0, import_smithy_client._json)(_),
|
|
960
|
+
groupIdFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "groupIdFilter"),
|
|
971
961
|
maxResults: [],
|
|
972
962
|
nextToken: [],
|
|
973
963
|
serverCriteria: [],
|
|
@@ -987,9 +977,9 @@ var se_PutPortfolioPreferencesCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
987
977
|
body = JSON.stringify(
|
|
988
978
|
(0, import_smithy_client.take)(input, {
|
|
989
979
|
applicationMode: [],
|
|
990
|
-
applicationPreferences: (_) => (0, import_smithy_client._json)(_),
|
|
991
|
-
databasePreferences: (_) => (0, import_smithy_client._json)(_),
|
|
992
|
-
prioritizeBusinessGoals: (_) => (0, import_smithy_client._json)(_)
|
|
980
|
+
applicationPreferences: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "applicationPreferences"),
|
|
981
|
+
databasePreferences: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "databasePreferences"),
|
|
982
|
+
prioritizeBusinessGoals: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "prioritizeBusinessGoals")
|
|
993
983
|
})
|
|
994
984
|
);
|
|
995
985
|
b.m("POST").h(headers).b(body);
|
|
@@ -1005,7 +995,7 @@ var se_StartAssessmentCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1005
995
|
body = JSON.stringify(
|
|
1006
996
|
(0, import_smithy_client.take)(input, {
|
|
1007
997
|
assessmentDataSourceType: [],
|
|
1008
|
-
assessmentTargets: (_) => (0, import_smithy_client._json)(_),
|
|
998
|
+
assessmentTargets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assessmentTargets"),
|
|
1009
999
|
s3bucketForAnalysisData: [],
|
|
1010
1000
|
s3bucketForReportData: []
|
|
1011
1001
|
})
|
|
@@ -1024,7 +1014,7 @@ var se_StartImportFileTaskCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1024
1014
|
(0, import_smithy_client.take)(input, {
|
|
1025
1015
|
S3Bucket: [],
|
|
1026
1016
|
dataSourceType: [],
|
|
1027
|
-
groupId: (_) => (0, import_smithy_client._json)(_),
|
|
1017
|
+
groupId: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "groupId"),
|
|
1028
1018
|
name: [],
|
|
1029
1019
|
s3bucketForReportData: [],
|
|
1030
1020
|
s3key: []
|
|
@@ -1042,7 +1032,7 @@ var se_StartRecommendationReportGenerationCommand = /* @__PURE__ */ __name(async
|
|
|
1042
1032
|
let body;
|
|
1043
1033
|
body = JSON.stringify(
|
|
1044
1034
|
(0, import_smithy_client.take)(input, {
|
|
1045
|
-
groupIdFilter: (_) => (0, import_smithy_client._json)(_),
|
|
1035
|
+
groupIdFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "groupIdFilter"),
|
|
1046
1036
|
outputFormat: []
|
|
1047
1037
|
})
|
|
1048
1038
|
);
|
|
@@ -1078,8 +1068,8 @@ var se_UpdateApplicationComponentConfigCommand = /* @__PURE__ */ __name(async (i
|
|
|
1078
1068
|
configureOnly: [],
|
|
1079
1069
|
inclusionStatus: [],
|
|
1080
1070
|
secretsManagerKey: [],
|
|
1081
|
-
sourceCodeList: (_) => (0, import_smithy_client._json)(_),
|
|
1082
|
-
strategyOption: (_) => (0, import_smithy_client._json)(_)
|
|
1071
|
+
sourceCodeList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sourceCodeList"),
|
|
1072
|
+
strategyOption: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "strategyOption")
|
|
1083
1073
|
})
|
|
1084
1074
|
);
|
|
1085
1075
|
b.m("POST").h(headers).b(body);
|
|
@@ -1095,7 +1085,7 @@ var se_UpdateServerConfigCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1095
1085
|
body = JSON.stringify(
|
|
1096
1086
|
(0, import_smithy_client.take)(input, {
|
|
1097
1087
|
serverId: [],
|
|
1098
|
-
strategyOption: (_) => (0, import_smithy_client._json)(_)
|
|
1088
|
+
strategyOption: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "strategyOption")
|
|
1099
1089
|
})
|
|
1100
1090
|
);
|
|
1101
1091
|
b.m("POST").h(headers).b(body);
|
|
@@ -1110,7 +1100,7 @@ var de_GetApplicationComponentDetailsCommand = /* @__PURE__ */ __name(async (out
|
|
|
1110
1100
|
});
|
|
1111
1101
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1112
1102
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1113
|
-
applicationComponentDetail: (_) => de_ApplicationComponentDetail(_, context),
|
|
1103
|
+
applicationComponentDetail: /* @__PURE__ */ __name((_) => de_ApplicationComponentDetail(_, context), "applicationComponentDetail"),
|
|
1114
1104
|
associatedApplications: import_smithy_client._json,
|
|
1115
1105
|
associatedServerIds: import_smithy_client._json,
|
|
1116
1106
|
moreApplicationResource: import_smithy_client.expectBoolean
|
|
@@ -1142,7 +1132,7 @@ var de_GetAssessmentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1142
1132
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1143
1133
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1144
1134
|
assessmentTargets: import_smithy_client._json,
|
|
1145
|
-
dataCollectionDetails: (_) => de_DataCollectionDetails(_, context),
|
|
1135
|
+
dataCollectionDetails: /* @__PURE__ */ __name((_) => de_DataCollectionDetails(_, context), "dataCollectionDetails"),
|
|
1146
1136
|
id: import_smithy_client.expectString
|
|
1147
1137
|
});
|
|
1148
1138
|
Object.assign(contents, doc);
|
|
@@ -1157,14 +1147,14 @@ var de_GetImportFileTaskCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1157
1147
|
});
|
|
1158
1148
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1159
1149
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1160
|
-
completionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1150
|
+
completionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "completionTime"),
|
|
1161
1151
|
id: import_smithy_client.expectString,
|
|
1162
1152
|
importName: import_smithy_client.expectString,
|
|
1163
1153
|
inputS3Bucket: import_smithy_client.expectString,
|
|
1164
1154
|
inputS3Key: import_smithy_client.expectString,
|
|
1165
1155
|
numberOfRecordsFailed: import_smithy_client.expectInt32,
|
|
1166
1156
|
numberOfRecordsSuccess: import_smithy_client.expectInt32,
|
|
1167
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1157
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
1168
1158
|
status: import_smithy_client.expectString,
|
|
1169
1159
|
statusReportS3Bucket: import_smithy_client.expectString,
|
|
1170
1160
|
statusReportS3Key: import_smithy_client.expectString
|
|
@@ -1212,7 +1202,7 @@ var de_GetPortfolioSummaryCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1212
1202
|
});
|
|
1213
1203
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1214
1204
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1215
|
-
assessmentSummary: (_) => de_AssessmentSummary(_, context)
|
|
1205
|
+
assessmentSummary: /* @__PURE__ */ __name((_) => de_AssessmentSummary(_, context), "assessmentSummary")
|
|
1216
1206
|
});
|
|
1217
1207
|
Object.assign(contents, doc);
|
|
1218
1208
|
return contents;
|
|
@@ -1227,7 +1217,7 @@ var de_GetRecommendationReportDetailsCommand = /* @__PURE__ */ __name(async (out
|
|
|
1227
1217
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1228
1218
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1229
1219
|
id: import_smithy_client.expectString,
|
|
1230
|
-
recommendationReportDetails: (_) => de_RecommendationReportDetails(_, context)
|
|
1220
|
+
recommendationReportDetails: /* @__PURE__ */ __name((_) => de_RecommendationReportDetails(_, context), "recommendationReportDetails")
|
|
1231
1221
|
});
|
|
1232
1222
|
Object.assign(contents, doc);
|
|
1233
1223
|
return contents;
|
|
@@ -1243,7 +1233,7 @@ var de_GetServerDetailsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1243
1233
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1244
1234
|
associatedApplications: import_smithy_client._json,
|
|
1245
1235
|
nextToken: import_smithy_client.expectString,
|
|
1246
|
-
serverDetail: (_) => de_ServerDetail(_, context)
|
|
1236
|
+
serverDetail: /* @__PURE__ */ __name((_) => de_ServerDetail(_, context), "serverDetail")
|
|
1247
1237
|
});
|
|
1248
1238
|
Object.assign(contents, doc);
|
|
1249
1239
|
return contents;
|
|
@@ -1286,7 +1276,7 @@ var de_ListApplicationComponentsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1286
1276
|
});
|
|
1287
1277
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1288
1278
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1289
|
-
applicationComponentInfos: (_) => de_ApplicationComponentDetails(_, context),
|
|
1279
|
+
applicationComponentInfos: /* @__PURE__ */ __name((_) => de_ApplicationComponentDetails(_, context), "applicationComponentInfos"),
|
|
1290
1280
|
nextToken: import_smithy_client.expectString
|
|
1291
1281
|
});
|
|
1292
1282
|
Object.assign(contents, doc);
|
|
@@ -1317,7 +1307,7 @@ var de_ListImportFileTaskCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1317
1307
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1318
1308
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1319
1309
|
nextToken: import_smithy_client.expectString,
|
|
1320
|
-
taskInfos: (_) => de_ListImportFileTaskInformation(_, context)
|
|
1310
|
+
taskInfos: /* @__PURE__ */ __name((_) => de_ListImportFileTaskInformation(_, context), "taskInfos")
|
|
1321
1311
|
});
|
|
1322
1312
|
Object.assign(contents, doc);
|
|
1323
1313
|
return contents;
|
|
@@ -1332,7 +1322,7 @@ var de_ListServersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1332
1322
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1333
1323
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1334
1324
|
nextToken: import_smithy_client.expectString,
|
|
1335
|
-
serverInfos: (_) => de_ServerDetails(_, context)
|
|
1325
|
+
serverInfos: /* @__PURE__ */ __name((_) => de_ServerDetails(_, context), "serverInfos")
|
|
1336
1326
|
});
|
|
1337
1327
|
Object.assign(contents, doc);
|
|
1338
1328
|
return contents;
|
|
@@ -1592,7 +1582,7 @@ var de_ApplicationComponentDetail = /* @__PURE__ */ __name((output, context) =>
|
|
|
1592
1582
|
databaseConfigDetail: import_smithy_client._json,
|
|
1593
1583
|
id: import_smithy_client.expectString,
|
|
1594
1584
|
inclusionStatus: import_smithy_client.expectString,
|
|
1595
|
-
lastAnalyzedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1585
|
+
lastAnalyzedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastAnalyzedTimestamp"),
|
|
1596
1586
|
listAntipatternSeveritySummary: import_smithy_client._json,
|
|
1597
1587
|
moreServerAssociationExists: import_smithy_client.expectBoolean,
|
|
1598
1588
|
name: import_smithy_client.expectString,
|
|
@@ -1618,7 +1608,7 @@ var de_AssessmentSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1618
1608
|
antipatternReportS3Object: import_smithy_client._json,
|
|
1619
1609
|
antipatternReportStatus: import_smithy_client.expectString,
|
|
1620
1610
|
antipatternReportStatusMessage: import_smithy_client.expectString,
|
|
1621
|
-
lastAnalyzedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1611
|
+
lastAnalyzedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastAnalyzedTimestamp"),
|
|
1622
1612
|
listAntipatternSeveritySummary: import_smithy_client._json,
|
|
1623
1613
|
listApplicationComponentStatusSummary: import_smithy_client._json,
|
|
1624
1614
|
listApplicationComponentStrategySummary: import_smithy_client._json,
|
|
@@ -1630,11 +1620,11 @@ var de_AssessmentSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1630
1620
|
}, "de_AssessmentSummary");
|
|
1631
1621
|
var de_DataCollectionDetails = /* @__PURE__ */ __name((output, context) => {
|
|
1632
1622
|
return (0, import_smithy_client.take)(output, {
|
|
1633
|
-
completionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1623
|
+
completionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "completionTime"),
|
|
1634
1624
|
failed: import_smithy_client.expectInt32,
|
|
1635
1625
|
inProgress: import_smithy_client.expectInt32,
|
|
1636
1626
|
servers: import_smithy_client.expectInt32,
|
|
1637
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1627
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
1638
1628
|
status: import_smithy_client.expectString,
|
|
1639
1629
|
statusMessage: import_smithy_client.expectString,
|
|
1640
1630
|
success: import_smithy_client.expectInt32
|
|
@@ -1642,14 +1632,14 @@ var de_DataCollectionDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
1642
1632
|
}, "de_DataCollectionDetails");
|
|
1643
1633
|
var de_ImportFileTaskInformation = /* @__PURE__ */ __name((output, context) => {
|
|
1644
1634
|
return (0, import_smithy_client.take)(output, {
|
|
1645
|
-
completionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1635
|
+
completionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "completionTime"),
|
|
1646
1636
|
id: import_smithy_client.expectString,
|
|
1647
1637
|
importName: import_smithy_client.expectString,
|
|
1648
1638
|
inputS3Bucket: import_smithy_client.expectString,
|
|
1649
1639
|
inputS3Key: import_smithy_client.expectString,
|
|
1650
1640
|
numberOfRecordsFailed: import_smithy_client.expectInt32,
|
|
1651
1641
|
numberOfRecordsSuccess: import_smithy_client.expectInt32,
|
|
1652
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1642
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
1653
1643
|
status: import_smithy_client.expectString,
|
|
1654
1644
|
statusReportS3Bucket: import_smithy_client.expectString,
|
|
1655
1645
|
statusReportS3Key: import_smithy_client.expectString
|
|
@@ -1663,10 +1653,10 @@ var de_ListImportFileTaskInformation = /* @__PURE__ */ __name((output, context)
|
|
|
1663
1653
|
}, "de_ListImportFileTaskInformation");
|
|
1664
1654
|
var de_RecommendationReportDetails = /* @__PURE__ */ __name((output, context) => {
|
|
1665
1655
|
return (0, import_smithy_client.take)(output, {
|
|
1666
|
-
completionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1656
|
+
completionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "completionTime"),
|
|
1667
1657
|
s3Bucket: import_smithy_client.expectString,
|
|
1668
1658
|
s3Keys: import_smithy_client._json,
|
|
1669
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1659
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
1670
1660
|
status: import_smithy_client.expectString,
|
|
1671
1661
|
statusMessage: import_smithy_client.expectString
|
|
1672
1662
|
});
|
|
@@ -1679,7 +1669,7 @@ var de_ServerDetail = /* @__PURE__ */ __name((output, context) => {
|
|
|
1679
1669
|
applicationComponentStrategySummary: import_smithy_client._json,
|
|
1680
1670
|
dataCollectionStatus: import_smithy_client.expectString,
|
|
1681
1671
|
id: import_smithy_client.expectString,
|
|
1682
|
-
lastAnalyzedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1672
|
+
lastAnalyzedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastAnalyzedTimestamp"),
|
|
1683
1673
|
listAntipatternSeveritySummary: import_smithy_client._json,
|
|
1684
1674
|
name: import_smithy_client.expectString,
|
|
1685
1675
|
recommendationSet: import_smithy_client._json,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-migrationhubstrategy",
|
|
3
3
|
"description": "AWS SDK for JavaScript Migrationhubstrategy 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-migrationhubstrategy",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
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",
|