@aws-sdk/client-wellarchitected 3.121.0 → 3.130.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 +27 -0
- package/dist-cjs/protocols/Aws_restJson1.js +113 -175
- package/dist-es/protocols/Aws_restJson1.js +76 -138
- package/package.json +26 -26
|
@@ -25,8 +25,7 @@ export var serializeAws_restJson1AssociateLensesCommand = function (input, conte
|
|
|
25
25
|
else {
|
|
26
26
|
throw new Error("No value provided for input HTTP label: WorkloadId.");
|
|
27
27
|
}
|
|
28
|
-
body = JSON.stringify(__assign({}, (input.LensAliases
|
|
29
|
-
input.LensAliases !== null && { LensAliases: serializeAws_restJson1LensAliases(input.LensAliases, context) })));
|
|
28
|
+
body = JSON.stringify(__assign({}, (input.LensAliases != null && { LensAliases: serializeAws_restJson1LensAliases(input.LensAliases, context) })));
|
|
30
29
|
return [2, new __HttpRequest({
|
|
31
30
|
protocol: protocol,
|
|
32
31
|
hostname: hostname,
|
|
@@ -61,7 +60,7 @@ export var serializeAws_restJson1CreateLensShareCommand = function (input, conte
|
|
|
61
60
|
else {
|
|
62
61
|
throw new Error("No value provided for input HTTP label: LensAlias.");
|
|
63
62
|
}
|
|
64
|
-
body = JSON.stringify(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.SharedWith
|
|
63
|
+
body = JSON.stringify(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.SharedWith != null && { SharedWith: input.SharedWith })));
|
|
65
64
|
return [2, new __HttpRequest({
|
|
66
65
|
protocol: protocol,
|
|
67
66
|
hostname: hostname,
|
|
@@ -96,8 +95,7 @@ export var serializeAws_restJson1CreateLensVersionCommand = function (input, con
|
|
|
96
95
|
else {
|
|
97
96
|
throw new Error("No value provided for input HTTP label: LensAlias.");
|
|
98
97
|
}
|
|
99
|
-
body = JSON.stringify(__assign(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.IsMajorVersion
|
|
100
|
-
input.IsMajorVersion !== null && { IsMajorVersion: input.IsMajorVersion })), (input.LensVersion !== undefined && input.LensVersion !== null && { LensVersion: input.LensVersion })));
|
|
98
|
+
body = JSON.stringify(__assign(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.IsMajorVersion != null && { IsMajorVersion: input.IsMajorVersion })), (input.LensVersion != null && { LensVersion: input.LensVersion })));
|
|
101
99
|
return [2, new __HttpRequest({
|
|
102
100
|
protocol: protocol,
|
|
103
101
|
hostname: hostname,
|
|
@@ -132,7 +130,7 @@ export var serializeAws_restJson1CreateMilestoneCommand = function (input, conte
|
|
|
132
130
|
else {
|
|
133
131
|
throw new Error("No value provided for input HTTP label: WorkloadId.");
|
|
134
132
|
}
|
|
135
|
-
body = JSON.stringify(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.MilestoneName
|
|
133
|
+
body = JSON.stringify(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.MilestoneName != null && { MilestoneName: input.MilestoneName })));
|
|
136
134
|
return [2, new __HttpRequest({
|
|
137
135
|
protocol: protocol,
|
|
138
136
|
hostname: hostname,
|
|
@@ -157,17 +155,15 @@ export var serializeAws_restJson1CreateWorkloadCommand = function (input, contex
|
|
|
157
155
|
"content-type": "application/json",
|
|
158
156
|
};
|
|
159
157
|
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/workloads";
|
|
160
|
-
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AccountIds
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
input.NonAwsRegions !== null && {
|
|
158
|
+
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AccountIds != null && {
|
|
159
|
+
AccountIds: serializeAws_restJson1WorkloadAccountIds(input.AccountIds, context),
|
|
160
|
+
})), (input.ArchitecturalDesign != null && { ArchitecturalDesign: input.ArchitecturalDesign })), (input.AwsRegions != null && {
|
|
161
|
+
AwsRegions: serializeAws_restJson1WorkloadAwsRegions(input.AwsRegions, context),
|
|
162
|
+
})), { ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }), (input.Description != null && { Description: input.Description })), (input.Environment != null && { Environment: input.Environment })), (input.Industry != null && { Industry: input.Industry })), (input.IndustryType != null && { IndustryType: input.IndustryType })), (input.Lenses != null && { Lenses: serializeAws_restJson1WorkloadLenses(input.Lenses, context) })), (input.NonAwsRegions != null && {
|
|
166
163
|
NonAwsRegions: serializeAws_restJson1WorkloadNonAwsRegions(input.NonAwsRegions, context),
|
|
167
|
-
})), (input.Notes
|
|
168
|
-
input.PillarPriorities !== null && {
|
|
164
|
+
})), (input.Notes != null && { Notes: input.Notes })), (input.PillarPriorities != null && {
|
|
169
165
|
PillarPriorities: serializeAws_restJson1WorkloadPillarPriorities(input.PillarPriorities, context),
|
|
170
|
-
})), (input.ReviewOwner
|
|
166
|
+
})), (input.ReviewOwner != null && { ReviewOwner: input.ReviewOwner })), (input.Tags != null && { Tags: serializeAws_restJson1TagMap(input.Tags, context) })), (input.WorkloadName != null && { WorkloadName: input.WorkloadName })));
|
|
171
167
|
return [2, new __HttpRequest({
|
|
172
168
|
protocol: protocol,
|
|
173
169
|
hostname: hostname,
|
|
@@ -202,8 +198,7 @@ export var serializeAws_restJson1CreateWorkloadShareCommand = function (input, c
|
|
|
202
198
|
else {
|
|
203
199
|
throw new Error("No value provided for input HTTP label: WorkloadId.");
|
|
204
200
|
}
|
|
205
|
-
body = JSON.stringify(__assign(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.PermissionType
|
|
206
|
-
input.PermissionType !== null && { PermissionType: input.PermissionType })), (input.SharedWith !== undefined && input.SharedWith !== null && { SharedWith: input.SharedWith })));
|
|
201
|
+
body = JSON.stringify(__assign(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.PermissionType != null && { PermissionType: input.PermissionType })), (input.SharedWith != null && { SharedWith: input.SharedWith })));
|
|
207
202
|
return [2, new __HttpRequest({
|
|
208
203
|
protocol: protocol,
|
|
209
204
|
hostname: hostname,
|
|
@@ -390,8 +385,7 @@ export var serializeAws_restJson1DisassociateLensesCommand = function (input, co
|
|
|
390
385
|
else {
|
|
391
386
|
throw new Error("No value provided for input HTTP label: WorkloadId.");
|
|
392
387
|
}
|
|
393
|
-
body = JSON.stringify(__assign({}, (input.LensAliases
|
|
394
|
-
input.LensAliases !== null && { LensAliases: serializeAws_restJson1LensAliases(input.LensAliases, context) })));
|
|
388
|
+
body = JSON.stringify(__assign({}, (input.LensAliases != null && { LensAliases: serializeAws_restJson1LensAliases(input.LensAliases, context) })));
|
|
395
389
|
return [2, new __HttpRequest({
|
|
396
390
|
protocol: protocol,
|
|
397
391
|
hostname: hostname,
|
|
@@ -730,7 +724,7 @@ export var serializeAws_restJson1ImportLensCommand = function (input, context) {
|
|
|
730
724
|
"content-type": "application/json",
|
|
731
725
|
};
|
|
732
726
|
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/importLens";
|
|
733
|
-
body = JSON.stringify(__assign(__assign(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.JSONString
|
|
727
|
+
body = JSON.stringify(__assign(__assign(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.JSONString != null && { JSONString: input.JSONString })), (input.LensAlias != null && { LensAlias: input.LensAlias })), (input.Tags != null && { Tags: serializeAws_restJson1TagMap(input.Tags, context) })));
|
|
734
728
|
return [2, new __HttpRequest({
|
|
735
729
|
protocol: protocol,
|
|
736
730
|
hostname: hostname,
|
|
@@ -942,7 +936,7 @@ export var serializeAws_restJson1ListMilestonesCommand = function (input, contex
|
|
|
942
936
|
else {
|
|
943
937
|
throw new Error("No value provided for input HTTP label: WorkloadId.");
|
|
944
938
|
}
|
|
945
|
-
body = JSON.stringify(__assign(__assign({}, (input.MaxResults
|
|
939
|
+
body = JSON.stringify(__assign(__assign({}, (input.MaxResults != null && { MaxResults: input.MaxResults })), (input.NextToken != null && { NextToken: input.NextToken })));
|
|
946
940
|
return [2, new __HttpRequest({
|
|
947
941
|
protocol: protocol,
|
|
948
942
|
hostname: hostname,
|
|
@@ -966,7 +960,7 @@ export var serializeAws_restJson1ListNotificationsCommand = function (input, con
|
|
|
966
960
|
"content-type": "application/json",
|
|
967
961
|
};
|
|
968
962
|
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/notifications";
|
|
969
|
-
body = JSON.stringify(__assign(__assign(__assign({}, (input.MaxResults
|
|
963
|
+
body = JSON.stringify(__assign(__assign(__assign({}, (input.MaxResults != null && { MaxResults: input.MaxResults })), (input.NextToken != null && { NextToken: input.NextToken })), (input.WorkloadId != null && { WorkloadId: input.WorkloadId })));
|
|
970
964
|
return [2, new __HttpRequest({
|
|
971
965
|
protocol: protocol,
|
|
972
966
|
hostname: hostname,
|
|
@@ -1044,8 +1038,7 @@ export var serializeAws_restJson1ListWorkloadsCommand = function (input, context
|
|
|
1044
1038
|
"content-type": "application/json",
|
|
1045
1039
|
};
|
|
1046
1040
|
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/workloadsSummaries";
|
|
1047
|
-
body = JSON.stringify(__assign(__assign(__assign({}, (input.MaxResults
|
|
1048
|
-
input.WorkloadNamePrefix !== null && { WorkloadNamePrefix: input.WorkloadNamePrefix })));
|
|
1041
|
+
body = JSON.stringify(__assign(__assign(__assign({}, (input.MaxResults != null && { MaxResults: input.MaxResults })), (input.NextToken != null && { NextToken: input.NextToken })), (input.WorkloadNamePrefix != null && { WorkloadNamePrefix: input.WorkloadNamePrefix })));
|
|
1049
1042
|
return [2, new __HttpRequest({
|
|
1050
1043
|
protocol: protocol,
|
|
1051
1044
|
hostname: hostname,
|
|
@@ -1112,7 +1105,7 @@ export var serializeAws_restJson1TagResourceCommand = function (input, context)
|
|
|
1112
1105
|
else {
|
|
1113
1106
|
throw new Error("No value provided for input HTTP label: WorkloadArn.");
|
|
1114
1107
|
}
|
|
1115
|
-
body = JSON.stringify(__assign({}, (input.Tags
|
|
1108
|
+
body = JSON.stringify(__assign({}, (input.Tags != null && { Tags: serializeAws_restJson1TagMap(input.Tags, context) })));
|
|
1116
1109
|
return [2, new __HttpRequest({
|
|
1117
1110
|
protocol: protocol,
|
|
1118
1111
|
hostname: hostname,
|
|
@@ -1200,11 +1193,9 @@ export var serializeAws_restJson1UpdateAnswerCommand = function (input, context)
|
|
|
1200
1193
|
else {
|
|
1201
1194
|
throw new Error("No value provided for input HTTP label: QuestionId.");
|
|
1202
1195
|
}
|
|
1203
|
-
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign({}, (input.ChoiceUpdates
|
|
1204
|
-
input.ChoiceUpdates !== null && {
|
|
1196
|
+
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign({}, (input.ChoiceUpdates != null && {
|
|
1205
1197
|
ChoiceUpdates: serializeAws_restJson1ChoiceUpdates(input.ChoiceUpdates, context),
|
|
1206
|
-
})), (input.IsApplicable
|
|
1207
|
-
input.SelectedChoices !== null && {
|
|
1198
|
+
})), (input.IsApplicable != null && { IsApplicable: input.IsApplicable })), (input.Notes != null && { Notes: input.Notes })), (input.Reason != null && { Reason: input.Reason })), (input.SelectedChoices != null && {
|
|
1208
1199
|
SelectedChoices: serializeAws_restJson1SelectedChoices(input.SelectedChoices, context),
|
|
1209
1200
|
})));
|
|
1210
1201
|
return [2, new __HttpRequest({
|
|
@@ -1230,8 +1221,7 @@ export var serializeAws_restJson1UpdateGlobalSettingsCommand = function (input,
|
|
|
1230
1221
|
"content-type": "application/json",
|
|
1231
1222
|
};
|
|
1232
1223
|
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/global-settings";
|
|
1233
|
-
body = JSON.stringify(__assign({}, (input.OrganizationSharingStatus
|
|
1234
|
-
input.OrganizationSharingStatus !== null && { OrganizationSharingStatus: input.OrganizationSharingStatus })));
|
|
1224
|
+
body = JSON.stringify(__assign({}, (input.OrganizationSharingStatus != null && { OrganizationSharingStatus: input.OrganizationSharingStatus })));
|
|
1235
1225
|
return [2, new __HttpRequest({
|
|
1236
1226
|
protocol: protocol,
|
|
1237
1227
|
hostname: hostname,
|
|
@@ -1276,8 +1266,7 @@ export var serializeAws_restJson1UpdateLensReviewCommand = function (input, cont
|
|
|
1276
1266
|
else {
|
|
1277
1267
|
throw new Error("No value provided for input HTTP label: LensAlias.");
|
|
1278
1268
|
}
|
|
1279
|
-
body = JSON.stringify(__assign(__assign({}, (input.LensNotes
|
|
1280
|
-
input.PillarNotes !== null && { PillarNotes: serializeAws_restJson1PillarNotes(input.PillarNotes, context) })));
|
|
1269
|
+
body = JSON.stringify(__assign(__assign({}, (input.LensNotes != null && { LensNotes: input.LensNotes })), (input.PillarNotes != null && { PillarNotes: serializeAws_restJson1PillarNotes(input.PillarNotes, context) })));
|
|
1281
1270
|
return [2, new __HttpRequest({
|
|
1282
1271
|
protocol: protocol,
|
|
1283
1272
|
hostname: hostname,
|
|
@@ -1311,8 +1300,7 @@ export var serializeAws_restJson1UpdateShareInvitationCommand = function (input,
|
|
|
1311
1300
|
else {
|
|
1312
1301
|
throw new Error("No value provided for input HTTP label: ShareInvitationId.");
|
|
1313
1302
|
}
|
|
1314
|
-
body = JSON.stringify(__assign({}, (input.ShareInvitationAction
|
|
1315
|
-
input.ShareInvitationAction !== null && { ShareInvitationAction: input.ShareInvitationAction })));
|
|
1303
|
+
body = JSON.stringify(__assign({}, (input.ShareInvitationAction != null && { ShareInvitationAction: input.ShareInvitationAction })));
|
|
1316
1304
|
return [2, new __HttpRequest({
|
|
1317
1305
|
protocol: protocol,
|
|
1318
1306
|
hostname: hostname,
|
|
@@ -1346,20 +1334,17 @@ export var serializeAws_restJson1UpdateWorkloadCommand = function (input, contex
|
|
|
1346
1334
|
else {
|
|
1347
1335
|
throw new Error("No value provided for input HTTP label: WorkloadId.");
|
|
1348
1336
|
}
|
|
1349
|
-
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AccountIds
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
input.IsReviewOwnerUpdateAcknowledged !== null && {
|
|
1337
|
+
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AccountIds != null && {
|
|
1338
|
+
AccountIds: serializeAws_restJson1WorkloadAccountIds(input.AccountIds, context),
|
|
1339
|
+
})), (input.ArchitecturalDesign != null && { ArchitecturalDesign: input.ArchitecturalDesign })), (input.AwsRegions != null && {
|
|
1340
|
+
AwsRegions: serializeAws_restJson1WorkloadAwsRegions(input.AwsRegions, context),
|
|
1341
|
+
})), (input.Description != null && { Description: input.Description })), (input.Environment != null && { Environment: input.Environment })), (input.ImprovementStatus != null && { ImprovementStatus: input.ImprovementStatus })), (input.Industry != null && { Industry: input.Industry })), (input.IndustryType != null && { IndustryType: input.IndustryType })), (input.IsReviewOwnerUpdateAcknowledged != null && {
|
|
1355
1342
|
IsReviewOwnerUpdateAcknowledged: input.IsReviewOwnerUpdateAcknowledged,
|
|
1356
|
-
})), (input.NonAwsRegions
|
|
1357
|
-
input.NonAwsRegions !== null && {
|
|
1343
|
+
})), (input.NonAwsRegions != null && {
|
|
1358
1344
|
NonAwsRegions: serializeAws_restJson1WorkloadNonAwsRegions(input.NonAwsRegions, context),
|
|
1359
|
-
})), (input.Notes
|
|
1360
|
-
input.PillarPriorities !== null && {
|
|
1345
|
+
})), (input.Notes != null && { Notes: input.Notes })), (input.PillarPriorities != null && {
|
|
1361
1346
|
PillarPriorities: serializeAws_restJson1WorkloadPillarPriorities(input.PillarPriorities, context),
|
|
1362
|
-
})), (input.ReviewOwner
|
|
1347
|
+
})), (input.ReviewOwner != null && { ReviewOwner: input.ReviewOwner })), (input.WorkloadName != null && { WorkloadName: input.WorkloadName })));
|
|
1363
1348
|
return [2, new __HttpRequest({
|
|
1364
1349
|
protocol: protocol,
|
|
1365
1350
|
hostname: hostname,
|
|
@@ -1403,8 +1388,7 @@ export var serializeAws_restJson1UpdateWorkloadShareCommand = function (input, c
|
|
|
1403
1388
|
else {
|
|
1404
1389
|
throw new Error("No value provided for input HTTP label: WorkloadId.");
|
|
1405
1390
|
}
|
|
1406
|
-
body = JSON.stringify(__assign({}, (input.PermissionType
|
|
1407
|
-
input.PermissionType !== null && { PermissionType: input.PermissionType })));
|
|
1391
|
+
body = JSON.stringify(__assign({}, (input.PermissionType != null && { PermissionType: input.PermissionType })));
|
|
1408
1392
|
return [2, new __HttpRequest({
|
|
1409
1393
|
protocol: protocol,
|
|
1410
1394
|
hostname: hostname,
|
|
@@ -1449,8 +1433,7 @@ export var serializeAws_restJson1UpgradeLensReviewCommand = function (input, con
|
|
|
1449
1433
|
else {
|
|
1450
1434
|
throw new Error("No value provided for input HTTP label: LensAlias.");
|
|
1451
1435
|
}
|
|
1452
|
-
body = JSON.stringify(__assign(__assign({}, (input.ClientRequestToken
|
|
1453
|
-
input.ClientRequestToken !== null && { ClientRequestToken: input.ClientRequestToken })), (input.MilestoneName !== undefined && input.MilestoneName !== null && { MilestoneName: input.MilestoneName })));
|
|
1436
|
+
body = JSON.stringify(__assign(__assign({}, (input.ClientRequestToken != null && { ClientRequestToken: input.ClientRequestToken })), (input.MilestoneName != null && { MilestoneName: input.MilestoneName })));
|
|
1454
1437
|
return [2, new __HttpRequest({
|
|
1455
1438
|
protocol: protocol,
|
|
1456
1439
|
hostname: hostname,
|
|
@@ -4668,7 +4651,7 @@ var deserializeAws_restJson1ValidationExceptionResponse = function (parsedOutput
|
|
|
4668
4651
|
});
|
|
4669
4652
|
}); };
|
|
4670
4653
|
var serializeAws_restJson1ChoiceUpdate = function (input, context) {
|
|
4671
|
-
return __assign(__assign(__assign({}, (input.Notes
|
|
4654
|
+
return __assign(__assign(__assign({}, (input.Notes != null && { Notes: input.Notes })), (input.Reason != null && { Reason: input.Reason })), (input.Status != null && { Status: input.Status }));
|
|
4672
4655
|
};
|
|
4673
4656
|
var serializeAws_restJson1ChoiceUpdates = function (input, context) {
|
|
4674
4657
|
return Object.entries(input).reduce(function (acc, _a) {
|
|
@@ -4772,9 +4755,7 @@ var serializeAws_restJson1WorkloadPillarPriorities = function (input, context) {
|
|
|
4772
4755
|
};
|
|
4773
4756
|
var deserializeAws_restJson1AdditionalResources = function (output, context) {
|
|
4774
4757
|
return {
|
|
4775
|
-
Content: output.Content
|
|
4776
|
-
? deserializeAws_restJson1Urls(output.Content, context)
|
|
4777
|
-
: undefined,
|
|
4758
|
+
Content: output.Content != null ? deserializeAws_restJson1Urls(output.Content, context) : undefined,
|
|
4778
4759
|
Type: __expectString(output.Type),
|
|
4779
4760
|
};
|
|
4780
4761
|
};
|
|
@@ -4791,12 +4772,8 @@ var deserializeAws_restJson1AdditionalResourcesList = function (output, context)
|
|
|
4791
4772
|
};
|
|
4792
4773
|
var deserializeAws_restJson1Answer = function (output, context) {
|
|
4793
4774
|
return {
|
|
4794
|
-
ChoiceAnswers: output.ChoiceAnswers
|
|
4795
|
-
|
|
4796
|
-
: undefined,
|
|
4797
|
-
Choices: output.Choices !== undefined && output.Choices !== null
|
|
4798
|
-
? deserializeAws_restJson1Choices(output.Choices, context)
|
|
4799
|
-
: undefined,
|
|
4775
|
+
ChoiceAnswers: output.ChoiceAnswers != null ? deserializeAws_restJson1ChoiceAnswers(output.ChoiceAnswers, context) : undefined,
|
|
4776
|
+
Choices: output.Choices != null ? deserializeAws_restJson1Choices(output.Choices, context) : undefined,
|
|
4800
4777
|
HelpfulResourceDisplayText: __expectString(output.HelpfulResourceDisplayText),
|
|
4801
4778
|
HelpfulResourceUrl: __expectString(output.HelpfulResourceUrl),
|
|
4802
4779
|
ImprovementPlanUrl: __expectString(output.ImprovementPlanUrl),
|
|
@@ -4808,7 +4785,7 @@ var deserializeAws_restJson1Answer = function (output, context) {
|
|
|
4808
4785
|
QuestionTitle: __expectString(output.QuestionTitle),
|
|
4809
4786
|
Reason: __expectString(output.Reason),
|
|
4810
4787
|
Risk: __expectString(output.Risk),
|
|
4811
|
-
SelectedChoices: output.SelectedChoices
|
|
4788
|
+
SelectedChoices: output.SelectedChoices != null
|
|
4812
4789
|
? deserializeAws_restJson1SelectedChoices(output.SelectedChoices, context)
|
|
4813
4790
|
: undefined,
|
|
4814
4791
|
};
|
|
@@ -4826,34 +4803,32 @@ var deserializeAws_restJson1AnswerSummaries = function (output, context) {
|
|
|
4826
4803
|
};
|
|
4827
4804
|
var deserializeAws_restJson1AnswerSummary = function (output, context) {
|
|
4828
4805
|
return {
|
|
4829
|
-
ChoiceAnswerSummaries: output.ChoiceAnswerSummaries
|
|
4806
|
+
ChoiceAnswerSummaries: output.ChoiceAnswerSummaries != null
|
|
4830
4807
|
? deserializeAws_restJson1ChoiceAnswerSummaries(output.ChoiceAnswerSummaries, context)
|
|
4831
4808
|
: undefined,
|
|
4832
|
-
Choices: output.Choices
|
|
4833
|
-
? deserializeAws_restJson1Choices(output.Choices, context)
|
|
4834
|
-
: undefined,
|
|
4809
|
+
Choices: output.Choices != null ? deserializeAws_restJson1Choices(output.Choices, context) : undefined,
|
|
4835
4810
|
IsApplicable: __expectBoolean(output.IsApplicable),
|
|
4836
4811
|
PillarId: __expectString(output.PillarId),
|
|
4837
4812
|
QuestionId: __expectString(output.QuestionId),
|
|
4838
4813
|
QuestionTitle: __expectString(output.QuestionTitle),
|
|
4839
4814
|
Reason: __expectString(output.Reason),
|
|
4840
4815
|
Risk: __expectString(output.Risk),
|
|
4841
|
-
SelectedChoices: output.SelectedChoices
|
|
4816
|
+
SelectedChoices: output.SelectedChoices != null
|
|
4842
4817
|
? deserializeAws_restJson1SelectedChoices(output.SelectedChoices, context)
|
|
4843
4818
|
: undefined,
|
|
4844
4819
|
};
|
|
4845
4820
|
};
|
|
4846
4821
|
var deserializeAws_restJson1Choice = function (output, context) {
|
|
4847
4822
|
return {
|
|
4848
|
-
AdditionalResources: output.AdditionalResources
|
|
4823
|
+
AdditionalResources: output.AdditionalResources != null
|
|
4849
4824
|
? deserializeAws_restJson1AdditionalResourcesList(output.AdditionalResources, context)
|
|
4850
4825
|
: undefined,
|
|
4851
4826
|
ChoiceId: __expectString(output.ChoiceId),
|
|
4852
4827
|
Description: __expectString(output.Description),
|
|
4853
|
-
HelpfulResource: output.HelpfulResource
|
|
4828
|
+
HelpfulResource: output.HelpfulResource != null
|
|
4854
4829
|
? deserializeAws_restJson1ChoiceContent(output.HelpfulResource, context)
|
|
4855
4830
|
: undefined,
|
|
4856
|
-
ImprovementPlan: output.ImprovementPlan
|
|
4831
|
+
ImprovementPlan: output.ImprovementPlan != null
|
|
4857
4832
|
? deserializeAws_restJson1ChoiceContent(output.ImprovementPlan, context)
|
|
4858
4833
|
: undefined,
|
|
4859
4834
|
Title: __expectString(output.Title),
|
|
@@ -4945,7 +4920,7 @@ var deserializeAws_restJson1ImprovementSummaries = function (output, context) {
|
|
|
4945
4920
|
var deserializeAws_restJson1ImprovementSummary = function (output, context) {
|
|
4946
4921
|
return {
|
|
4947
4922
|
ImprovementPlanUrl: __expectString(output.ImprovementPlanUrl),
|
|
4948
|
-
ImprovementPlans: output.ImprovementPlans
|
|
4923
|
+
ImprovementPlans: output.ImprovementPlans != null
|
|
4949
4924
|
? deserializeAws_restJson1ChoiceImprovementPlans(output.ImprovementPlans, context)
|
|
4950
4925
|
: undefined,
|
|
4951
4926
|
PillarId: __expectString(output.PillarId),
|
|
@@ -4962,9 +4937,7 @@ var deserializeAws_restJson1Lens = function (output, context) {
|
|
|
4962
4937
|
Name: __expectString(output.Name),
|
|
4963
4938
|
Owner: __expectString(output.Owner),
|
|
4964
4939
|
ShareInvitationId: __expectString(output.ShareInvitationId),
|
|
4965
|
-
Tags: output.Tags
|
|
4966
|
-
? deserializeAws_restJson1TagMap(output.Tags, context)
|
|
4967
|
-
: undefined,
|
|
4940
|
+
Tags: output.Tags != null ? deserializeAws_restJson1TagMap(output.Tags, context) : undefined,
|
|
4968
4941
|
};
|
|
4969
4942
|
};
|
|
4970
4943
|
var deserializeAws_restJson1LensReview = function (output, context) {
|
|
@@ -4976,15 +4949,11 @@ var deserializeAws_restJson1LensReview = function (output, context) {
|
|
|
4976
4949
|
LensVersion: __expectString(output.LensVersion),
|
|
4977
4950
|
NextToken: __expectString(output.NextToken),
|
|
4978
4951
|
Notes: __expectString(output.Notes),
|
|
4979
|
-
PillarReviewSummaries: output.PillarReviewSummaries
|
|
4952
|
+
PillarReviewSummaries: output.PillarReviewSummaries != null
|
|
4980
4953
|
? deserializeAws_restJson1PillarReviewSummaries(output.PillarReviewSummaries, context)
|
|
4981
4954
|
: undefined,
|
|
4982
|
-
RiskCounts: output.RiskCounts
|
|
4983
|
-
|
|
4984
|
-
: undefined,
|
|
4985
|
-
UpdatedAt: output.UpdatedAt !== undefined && output.UpdatedAt !== null
|
|
4986
|
-
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UpdatedAt)))
|
|
4987
|
-
: undefined,
|
|
4955
|
+
RiskCounts: output.RiskCounts != null ? deserializeAws_restJson1RiskCounts(output.RiskCounts, context) : undefined,
|
|
4956
|
+
UpdatedAt: output.UpdatedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UpdatedAt))) : undefined,
|
|
4988
4957
|
};
|
|
4989
4958
|
};
|
|
4990
4959
|
var deserializeAws_restJson1LensReviewReport = function (output, context) {
|
|
@@ -5012,12 +4981,8 @@ var deserializeAws_restJson1LensReviewSummary = function (output, context) {
|
|
|
5012
4981
|
LensName: __expectString(output.LensName),
|
|
5013
4982
|
LensStatus: __expectString(output.LensStatus),
|
|
5014
4983
|
LensVersion: __expectString(output.LensVersion),
|
|
5015
|
-
RiskCounts: output.RiskCounts
|
|
5016
|
-
|
|
5017
|
-
: undefined,
|
|
5018
|
-
UpdatedAt: output.UpdatedAt !== undefined && output.UpdatedAt !== null
|
|
5019
|
-
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UpdatedAt)))
|
|
5020
|
-
: undefined,
|
|
4984
|
+
RiskCounts: output.RiskCounts != null ? deserializeAws_restJson1RiskCounts(output.RiskCounts, context) : undefined,
|
|
4985
|
+
UpdatedAt: output.UpdatedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UpdatedAt))) : undefined,
|
|
5021
4986
|
};
|
|
5022
4987
|
};
|
|
5023
4988
|
var deserializeAws_restJson1LensShareSummaries = function (output, context) {
|
|
@@ -5052,9 +5017,7 @@ var deserializeAws_restJson1LensSummaries = function (output, context) {
|
|
|
5052
5017
|
};
|
|
5053
5018
|
var deserializeAws_restJson1LensSummary = function (output, context) {
|
|
5054
5019
|
return {
|
|
5055
|
-
CreatedAt: output.CreatedAt
|
|
5056
|
-
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedAt)))
|
|
5057
|
-
: undefined,
|
|
5020
|
+
CreatedAt: output.CreatedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedAt))) : undefined,
|
|
5058
5021
|
Description: __expectString(output.Description),
|
|
5059
5022
|
LensAlias: __expectString(output.LensAlias),
|
|
5060
5023
|
LensArn: __expectString(output.LensArn),
|
|
@@ -5063,9 +5026,7 @@ var deserializeAws_restJson1LensSummary = function (output, context) {
|
|
|
5063
5026
|
LensType: __expectString(output.LensType),
|
|
5064
5027
|
LensVersion: __expectString(output.LensVersion),
|
|
5065
5028
|
Owner: __expectString(output.Owner),
|
|
5066
|
-
UpdatedAt: output.UpdatedAt
|
|
5067
|
-
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UpdatedAt)))
|
|
5068
|
-
: undefined,
|
|
5029
|
+
UpdatedAt: output.UpdatedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UpdatedAt))) : undefined,
|
|
5069
5030
|
};
|
|
5070
5031
|
};
|
|
5071
5032
|
var deserializeAws_restJson1LensUpgradeSummary = function (output, context) {
|
|
@@ -5082,12 +5043,8 @@ var deserializeAws_restJson1Milestone = function (output, context) {
|
|
|
5082
5043
|
return {
|
|
5083
5044
|
MilestoneName: __expectString(output.MilestoneName),
|
|
5084
5045
|
MilestoneNumber: __expectInt32(output.MilestoneNumber),
|
|
5085
|
-
RecordedAt: output.RecordedAt
|
|
5086
|
-
|
|
5087
|
-
: undefined,
|
|
5088
|
-
Workload: output.Workload !== undefined && output.Workload !== null
|
|
5089
|
-
? deserializeAws_restJson1Workload(output.Workload, context)
|
|
5090
|
-
: undefined,
|
|
5046
|
+
RecordedAt: output.RecordedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.RecordedAt))) : undefined,
|
|
5047
|
+
Workload: output.Workload != null ? deserializeAws_restJson1Workload(output.Workload, context) : undefined,
|
|
5091
5048
|
};
|
|
5092
5049
|
};
|
|
5093
5050
|
var deserializeAws_restJson1MilestoneSummaries = function (output, context) {
|
|
@@ -5105,10 +5062,8 @@ var deserializeAws_restJson1MilestoneSummary = function (output, context) {
|
|
|
5105
5062
|
return {
|
|
5106
5063
|
MilestoneName: __expectString(output.MilestoneName),
|
|
5107
5064
|
MilestoneNumber: __expectInt32(output.MilestoneNumber),
|
|
5108
|
-
RecordedAt: output.RecordedAt
|
|
5109
|
-
|
|
5110
|
-
: undefined,
|
|
5111
|
-
WorkloadSummary: output.WorkloadSummary !== undefined && output.WorkloadSummary !== null
|
|
5065
|
+
RecordedAt: output.RecordedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.RecordedAt))) : undefined,
|
|
5066
|
+
WorkloadSummary: output.WorkloadSummary != null
|
|
5112
5067
|
? deserializeAws_restJson1WorkloadSummary(output.WorkloadSummary, context)
|
|
5113
5068
|
: undefined,
|
|
5114
5069
|
};
|
|
@@ -5126,7 +5081,7 @@ var deserializeAws_restJson1NotificationSummaries = function (output, context) {
|
|
|
5126
5081
|
};
|
|
5127
5082
|
var deserializeAws_restJson1NotificationSummary = function (output, context) {
|
|
5128
5083
|
return {
|
|
5129
|
-
LensUpgradeSummary: output.LensUpgradeSummary
|
|
5084
|
+
LensUpgradeSummary: output.LensUpgradeSummary != null
|
|
5130
5085
|
? deserializeAws_restJson1LensUpgradeSummary(output.LensUpgradeSummary, context)
|
|
5131
5086
|
: undefined,
|
|
5132
5087
|
Type: __expectString(output.Type),
|
|
@@ -5137,7 +5092,7 @@ var deserializeAws_restJson1PillarDifference = function (output, context) {
|
|
|
5137
5092
|
DifferenceStatus: __expectString(output.DifferenceStatus),
|
|
5138
5093
|
PillarId: __expectString(output.PillarId),
|
|
5139
5094
|
PillarName: __expectString(output.PillarName),
|
|
5140
|
-
QuestionDifferences: output.QuestionDifferences
|
|
5095
|
+
QuestionDifferences: output.QuestionDifferences != null
|
|
5141
5096
|
? deserializeAws_restJson1QuestionDifferences(output.QuestionDifferences, context)
|
|
5142
5097
|
: undefined,
|
|
5143
5098
|
};
|
|
@@ -5169,9 +5124,7 @@ var deserializeAws_restJson1PillarReviewSummary = function (output, context) {
|
|
|
5169
5124
|
Notes: __expectString(output.Notes),
|
|
5170
5125
|
PillarId: __expectString(output.PillarId),
|
|
5171
5126
|
PillarName: __expectString(output.PillarName),
|
|
5172
|
-
RiskCounts: output.RiskCounts
|
|
5173
|
-
? deserializeAws_restJson1RiskCounts(output.RiskCounts, context)
|
|
5174
|
-
: undefined,
|
|
5127
|
+
RiskCounts: output.RiskCounts != null ? deserializeAws_restJson1RiskCounts(output.RiskCounts, context) : undefined,
|
|
5175
5128
|
};
|
|
5176
5129
|
};
|
|
5177
5130
|
var deserializeAws_restJson1QuestionDifference = function (output, context) {
|
|
@@ -5286,51 +5239,39 @@ var deserializeAws_restJson1ValidationExceptionFieldList = function (output, con
|
|
|
5286
5239
|
};
|
|
5287
5240
|
var deserializeAws_restJson1VersionDifferences = function (output, context) {
|
|
5288
5241
|
return {
|
|
5289
|
-
PillarDifferences: output.PillarDifferences
|
|
5242
|
+
PillarDifferences: output.PillarDifferences != null
|
|
5290
5243
|
? deserializeAws_restJson1PillarDifferences(output.PillarDifferences, context)
|
|
5291
5244
|
: undefined,
|
|
5292
5245
|
};
|
|
5293
5246
|
};
|
|
5294
5247
|
var deserializeAws_restJson1Workload = function (output, context) {
|
|
5295
5248
|
return {
|
|
5296
|
-
AccountIds: output.AccountIds
|
|
5297
|
-
? deserializeAws_restJson1WorkloadAccountIds(output.AccountIds, context)
|
|
5298
|
-
: undefined,
|
|
5249
|
+
AccountIds: output.AccountIds != null ? deserializeAws_restJson1WorkloadAccountIds(output.AccountIds, context) : undefined,
|
|
5299
5250
|
ArchitecturalDesign: __expectString(output.ArchitecturalDesign),
|
|
5300
|
-
AwsRegions: output.AwsRegions
|
|
5301
|
-
? deserializeAws_restJson1WorkloadAwsRegions(output.AwsRegions, context)
|
|
5302
|
-
: undefined,
|
|
5251
|
+
AwsRegions: output.AwsRegions != null ? deserializeAws_restJson1WorkloadAwsRegions(output.AwsRegions, context) : undefined,
|
|
5303
5252
|
Description: __expectString(output.Description),
|
|
5304
5253
|
Environment: __expectString(output.Environment),
|
|
5305
5254
|
ImprovementStatus: __expectString(output.ImprovementStatus),
|
|
5306
5255
|
Industry: __expectString(output.Industry),
|
|
5307
5256
|
IndustryType: __expectString(output.IndustryType),
|
|
5308
5257
|
IsReviewOwnerUpdateAcknowledged: __expectBoolean(output.IsReviewOwnerUpdateAcknowledged),
|
|
5309
|
-
Lenses: output.Lenses
|
|
5310
|
-
|
|
5311
|
-
: undefined,
|
|
5312
|
-
NonAwsRegions: output.NonAwsRegions !== undefined && output.NonAwsRegions !== null
|
|
5258
|
+
Lenses: output.Lenses != null ? deserializeAws_restJson1WorkloadLenses(output.Lenses, context) : undefined,
|
|
5259
|
+
NonAwsRegions: output.NonAwsRegions != null
|
|
5313
5260
|
? deserializeAws_restJson1WorkloadNonAwsRegions(output.NonAwsRegions, context)
|
|
5314
5261
|
: undefined,
|
|
5315
5262
|
Notes: __expectString(output.Notes),
|
|
5316
5263
|
Owner: __expectString(output.Owner),
|
|
5317
|
-
PillarPriorities: output.PillarPriorities
|
|
5264
|
+
PillarPriorities: output.PillarPriorities != null
|
|
5318
5265
|
? deserializeAws_restJson1WorkloadPillarPriorities(output.PillarPriorities, context)
|
|
5319
5266
|
: undefined,
|
|
5320
5267
|
ReviewOwner: __expectString(output.ReviewOwner),
|
|
5321
|
-
ReviewRestrictionDate: output.ReviewRestrictionDate
|
|
5268
|
+
ReviewRestrictionDate: output.ReviewRestrictionDate != null
|
|
5322
5269
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.ReviewRestrictionDate)))
|
|
5323
5270
|
: undefined,
|
|
5324
|
-
RiskCounts: output.RiskCounts
|
|
5325
|
-
? deserializeAws_restJson1RiskCounts(output.RiskCounts, context)
|
|
5326
|
-
: undefined,
|
|
5271
|
+
RiskCounts: output.RiskCounts != null ? deserializeAws_restJson1RiskCounts(output.RiskCounts, context) : undefined,
|
|
5327
5272
|
ShareInvitationId: __expectString(output.ShareInvitationId),
|
|
5328
|
-
Tags: output.Tags
|
|
5329
|
-
|
|
5330
|
-
: undefined,
|
|
5331
|
-
UpdatedAt: output.UpdatedAt !== undefined && output.UpdatedAt !== null
|
|
5332
|
-
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UpdatedAt)))
|
|
5333
|
-
: undefined,
|
|
5273
|
+
Tags: output.Tags != null ? deserializeAws_restJson1TagMap(output.Tags, context) : undefined,
|
|
5274
|
+
UpdatedAt: output.UpdatedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UpdatedAt))) : undefined,
|
|
5334
5275
|
WorkloadArn: __expectString(output.WorkloadArn),
|
|
5335
5276
|
WorkloadId: __expectString(output.WorkloadId),
|
|
5336
5277
|
WorkloadName: __expectString(output.WorkloadName),
|
|
@@ -5436,16 +5377,10 @@ var deserializeAws_restJson1WorkloadSummaries = function (output, context) {
|
|
|
5436
5377
|
var deserializeAws_restJson1WorkloadSummary = function (output, context) {
|
|
5437
5378
|
return {
|
|
5438
5379
|
ImprovementStatus: __expectString(output.ImprovementStatus),
|
|
5439
|
-
Lenses: output.Lenses
|
|
5440
|
-
? deserializeAws_restJson1WorkloadLenses(output.Lenses, context)
|
|
5441
|
-
: undefined,
|
|
5380
|
+
Lenses: output.Lenses != null ? deserializeAws_restJson1WorkloadLenses(output.Lenses, context) : undefined,
|
|
5442
5381
|
Owner: __expectString(output.Owner),
|
|
5443
|
-
RiskCounts: output.RiskCounts
|
|
5444
|
-
|
|
5445
|
-
: undefined,
|
|
5446
|
-
UpdatedAt: output.UpdatedAt !== undefined && output.UpdatedAt !== null
|
|
5447
|
-
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UpdatedAt)))
|
|
5448
|
-
: undefined,
|
|
5382
|
+
RiskCounts: output.RiskCounts != null ? deserializeAws_restJson1RiskCounts(output.RiskCounts, context) : undefined,
|
|
5383
|
+
UpdatedAt: output.UpdatedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UpdatedAt))) : undefined,
|
|
5449
5384
|
WorkloadArn: __expectString(output.WorkloadArn),
|
|
5450
5385
|
WorkloadId: __expectString(output.WorkloadId),
|
|
5451
5386
|
WorkloadName: __expectString(output.WorkloadName),
|
|
@@ -5489,6 +5424,9 @@ var loadRestJsonErrorCode = function (output, data) {
|
|
|
5489
5424
|
var findKey = function (object, key) { return Object.keys(object).find(function (k) { return k.toLowerCase() === key.toLowerCase(); }); };
|
|
5490
5425
|
var sanitizeErrorCode = function (rawValue) {
|
|
5491
5426
|
var cleanValue = rawValue;
|
|
5427
|
+
if (typeof cleanValue === "number") {
|
|
5428
|
+
cleanValue = cleanValue.toString();
|
|
5429
|
+
}
|
|
5492
5430
|
if (cleanValue.indexOf(":") >= 0) {
|
|
5493
5431
|
cleanValue = cleanValue.split(":")[0];
|
|
5494
5432
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-wellarchitected",
|
|
3
3
|
"description": "AWS SDK for JavaScript Wellarchitected Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.130.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,35 +18,35 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.130.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.130.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.127.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.127.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.127.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.127.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.127.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.127.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.127.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.130.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.127.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.127.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.127.0",
|
|
40
|
+
"@aws-sdk/types": "3.127.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.127.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.130.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
52
|
"tslib": "^2.3.1",
|