@aws-sdk/client-wellarchitected 3.986.0 → 3.988.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 +91 -2284
- package/dist-cjs/models/WellArchitectedServiceException.js +12 -0
- package/dist-cjs/models/errors.js +133 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1843 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +75 -69
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultWellArchitectedHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2020-03-31",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.wellarchitected",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2020-03-31",
|
|
30
32
|
serviceTarget: "WellArchitectedApiServiceLambda",
|
|
31
33
|
},
|
|
@@ -103,9 +103,9 @@ const _E = "Environment";
|
|
|
103
103
|
const _EL = "ExportLens";
|
|
104
104
|
const _ELI = "ExportLensInput";
|
|
105
105
|
const _ELO = "ExportLensOutput";
|
|
106
|
-
const _F = "
|
|
106
|
+
const _F = "Fields";
|
|
107
107
|
const _FR = "FlaggedResources";
|
|
108
|
-
const
|
|
108
|
+
const _Fo = "Format";
|
|
109
109
|
const _GA = "GetAnswer";
|
|
110
110
|
const _GAI = "GetAnswerInput";
|
|
111
111
|
const _GAO = "GetAnswerOutput";
|
|
@@ -321,9 +321,9 @@ const _Pi = "Pillars";
|
|
|
321
321
|
const _Pr = "Profile";
|
|
322
322
|
const _Pro = "Profiles";
|
|
323
323
|
const _Q = "Questions";
|
|
324
|
-
const _QC = "
|
|
325
|
-
const _QCu = "
|
|
326
|
-
const
|
|
324
|
+
const _QC = "QuotaCode";
|
|
325
|
+
const _QCu = "QuestionChoices";
|
|
326
|
+
const _QCue = "QuestionCounts";
|
|
327
327
|
const _QD = "QuestionDescription";
|
|
328
328
|
const _QDu = "QuestionDifferences";
|
|
329
329
|
const _QDue = "QuestionDifference";
|
|
@@ -333,7 +333,7 @@ const _QMu = "QuestionMetrics";
|
|
|
333
333
|
const _QP = "QuestionPriority";
|
|
334
334
|
const _QT = "QuestionTitle";
|
|
335
335
|
const _QTu = "QuestionType";
|
|
336
|
-
const _R = "
|
|
336
|
+
const _R = "Reason";
|
|
337
337
|
const _RA = "ResourceArn";
|
|
338
338
|
const _RAe = "RecordedAt";
|
|
339
339
|
const _RC = "RiskCounts";
|
|
@@ -353,12 +353,12 @@ const _RTPRSe = "ReviewTemplatePillarReviewSummaries";
|
|
|
353
353
|
const _RTS = "ReviewTemplateSummary";
|
|
354
354
|
const _RTe = "ReviewTemplate";
|
|
355
355
|
const _RTev = "ReviewTemplates";
|
|
356
|
-
const
|
|
356
|
+
const _Ri = "Risk";
|
|
357
357
|
const _S = "Subdomain";
|
|
358
358
|
const _SB = "SharedBy";
|
|
359
|
-
const _SC = "
|
|
359
|
+
const _SC = "ServiceCode";
|
|
360
360
|
const _SCI = "SelectedChoiceIds";
|
|
361
|
-
const _SCe = "
|
|
361
|
+
const _SCe = "SelectedChoices";
|
|
362
362
|
const _SI = "ShareId";
|
|
363
363
|
const _SIA = "ShareInvitationAction";
|
|
364
364
|
const _SII = "ShareInvitationId";
|
|
@@ -460,19 +460,63 @@ const _h = "http";
|
|
|
460
460
|
const _hE = "httpError";
|
|
461
461
|
const _hQ = "httpQuery";
|
|
462
462
|
const _iT = "idempotencyToken";
|
|
463
|
-
const _s = "
|
|
464
|
-
const
|
|
463
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.wellarchitected";
|
|
464
|
+
const _se = "server";
|
|
465
465
|
const _tK = "tagKeys";
|
|
466
466
|
const n0 = "com.amazonaws.wellarchitected";
|
|
467
467
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
468
468
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
469
469
|
import { WellArchitectedServiceException } from "../models/WellArchitectedServiceException";
|
|
470
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
471
|
+
export var WellArchitectedServiceException$ = [-3, _s, "WellArchitectedServiceException", 0, [], []];
|
|
472
|
+
_s_registry.registerError(WellArchitectedServiceException$, WellArchitectedServiceException);
|
|
473
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
470
474
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
471
475
|
{ [_e]: _c, [_hE]: 403 },
|
|
472
476
|
[_M],
|
|
473
477
|
[0], 1
|
|
474
478
|
];
|
|
475
|
-
|
|
479
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
480
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
481
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
482
|
+
[_M, _RI, _RT],
|
|
483
|
+
[0, 0, 0], 3
|
|
484
|
+
];
|
|
485
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
486
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
487
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
488
|
+
[_M],
|
|
489
|
+
[0], 1
|
|
490
|
+
];
|
|
491
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
492
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
493
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
494
|
+
[_M, _RI, _RT],
|
|
495
|
+
[0, 0, 0], 3
|
|
496
|
+
];
|
|
497
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
498
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
499
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
500
|
+
[_M, _QC, _SC, _RI, _RT],
|
|
501
|
+
[0, 0, 0, 0, 0], 3
|
|
502
|
+
];
|
|
503
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
504
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
505
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
506
|
+
[_M, _QC, _SC],
|
|
507
|
+
[0, 0, 0], 1
|
|
508
|
+
];
|
|
509
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
510
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
511
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
512
|
+
[_M, _R, _F],
|
|
513
|
+
[0, 0, () => ValidationExceptionFieldList], 1
|
|
514
|
+
];
|
|
515
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
516
|
+
export const errorTypeRegistries = [
|
|
517
|
+
_s_registry,
|
|
518
|
+
n0_registry,
|
|
519
|
+
];
|
|
476
520
|
export var AccountJiraConfigurationInput$ = [3, n0, _AJCI,
|
|
477
521
|
0,
|
|
478
522
|
[_IMS, _IMT, _JPK, _IS],
|
|
@@ -490,12 +534,12 @@ export var AdditionalResources$ = [3, n0, _AR,
|
|
|
490
534
|
];
|
|
491
535
|
export var Answer$ = [3, n0, _A,
|
|
492
536
|
0,
|
|
493
|
-
[_QI, _PI, _QT, _QD, _IPU, _HRU, _HRDT, _Ch,
|
|
537
|
+
[_QI, _PI, _QT, _QD, _IPU, _HRU, _HRDT, _Ch, _SCe, _CA, _IA, _Ri, _N, _R, _JC],
|
|
494
538
|
[0, 0, 0, 0, 0, 0, 0, () => Choices, 64 | 0, () => ChoiceAnswers, 2, 0, 0, 0, () => JiraConfiguration$]
|
|
495
539
|
];
|
|
496
540
|
export var AnswerSummary$ = [3, n0, _AS,
|
|
497
541
|
0,
|
|
498
|
-
[_QI, _PI, _QT, _Ch,
|
|
542
|
+
[_QI, _PI, _QT, _Ch, _SCe, _CAS, _IA, _Ri, _R, _QTu, _JC],
|
|
499
543
|
[0, 0, 0, () => Choices, 64 | 0, () => ChoiceAnswerSummaries, 2, 0, 0, 0, () => JiraConfiguration$]
|
|
500
544
|
];
|
|
501
545
|
export var AssociateLensesInput$ = [3, n0, _ALI,
|
|
@@ -515,7 +559,7 @@ export var BestPractice$ = [3, n0, _BP,
|
|
|
515
559
|
];
|
|
516
560
|
export var CheckDetail$ = [3, n0, _CD,
|
|
517
561
|
0,
|
|
518
|
-
[_I, _Na, _D, _P, _LAe, _PI, _QI, _CI, _St, _AI, _FR,
|
|
562
|
+
[_I, _Na, _D, _P, _LAe, _PI, _QI, _CI, _St, _AI, _FR, _R, _UA],
|
|
519
563
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4]
|
|
520
564
|
];
|
|
521
565
|
export var CheckSummary$ = [3, n0, _CS,
|
|
@@ -530,12 +574,12 @@ export var Choice$ = [3, n0, _Cho,
|
|
|
530
574
|
];
|
|
531
575
|
export var ChoiceAnswer$ = [3, n0, _CAh,
|
|
532
576
|
0,
|
|
533
|
-
[_CI, _St,
|
|
577
|
+
[_CI, _St, _R, _N],
|
|
534
578
|
[0, 0, 0, 0]
|
|
535
579
|
];
|
|
536
580
|
export var ChoiceAnswerSummary$ = [3, n0, _CASh,
|
|
537
581
|
0,
|
|
538
|
-
[_CI, _St,
|
|
582
|
+
[_CI, _St, _R],
|
|
539
583
|
[0, 0, 0]
|
|
540
584
|
];
|
|
541
585
|
export var ChoiceContent$ = [3, n0, _CC,
|
|
@@ -550,15 +594,9 @@ export var ChoiceImprovementPlan$ = [3, n0, _CIP,
|
|
|
550
594
|
];
|
|
551
595
|
export var ChoiceUpdate$ = [3, n0, _CU,
|
|
552
596
|
0,
|
|
553
|
-
[_St,
|
|
597
|
+
[_St, _R, _N],
|
|
554
598
|
[0, 0, 0], 1
|
|
555
599
|
];
|
|
556
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
557
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
558
|
-
[_M, _RI, _RT],
|
|
559
|
-
[0, 0, 0], 3
|
|
560
|
-
];
|
|
561
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
562
600
|
export var ConsolidatedReportMetric$ = [3, n0, _CRM,
|
|
563
601
|
0,
|
|
564
602
|
[_MT, _RC, _WI, _WN, _WA, _UA, _L, _LAC],
|
|
@@ -726,8 +764,8 @@ export var GetAnswerOutput$ = [3, n0, _GAO,
|
|
|
726
764
|
];
|
|
727
765
|
export var GetConsolidatedReportInput$ = [3, n0, _GCRI,
|
|
728
766
|
0,
|
|
729
|
-
[
|
|
730
|
-
[[0, { [_hQ]:
|
|
767
|
+
[_Fo, _ISR, _NT, _MR],
|
|
768
|
+
[[0, { [_hQ]: _Fo }], [2, { [_hQ]: _ISR }], [0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]], 1
|
|
731
769
|
];
|
|
732
770
|
export var GetConsolidatedReportOutput$ = [3, n0, _GCRO,
|
|
733
771
|
0,
|
|
@@ -861,15 +899,9 @@ export var ImportLensOutput$ = [3, n0, _ILO,
|
|
|
861
899
|
];
|
|
862
900
|
export var ImprovementSummary$ = [3, n0, _ISm,
|
|
863
901
|
0,
|
|
864
|
-
[_QI, _PI, _QT,
|
|
902
|
+
[_QI, _PI, _QT, _Ri, _IPU, _IPm, _JC],
|
|
865
903
|
[0, 0, 0, 0, 0, () => ChoiceImprovementPlans, () => JiraConfiguration$]
|
|
866
904
|
];
|
|
867
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
868
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
869
|
-
[_M],
|
|
870
|
-
[0], 1
|
|
871
|
-
];
|
|
872
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
873
905
|
export var JiraConfiguration$ = [3, n0, _JC,
|
|
874
906
|
0,
|
|
875
907
|
[_JIU, _LST],
|
|
@@ -1157,7 +1189,7 @@ export var ProfileNotificationSummary$ = [3, n0, _PNS,
|
|
|
1157
1189
|
];
|
|
1158
1190
|
export var ProfileQuestion$ = [3, n0, _PQr,
|
|
1159
1191
|
0,
|
|
1160
|
-
[_QI, _QT, _QD,
|
|
1192
|
+
[_QI, _QT, _QD, _QCu, _SCI, _MSC, _MSCa],
|
|
1161
1193
|
[0, 0, 0, () => ProfileQuestionChoices, 64 | 0, 1, 1]
|
|
1162
1194
|
];
|
|
1163
1195
|
export var ProfileQuestionUpdate$ = [3, n0, _PQU,
|
|
@@ -1187,7 +1219,7 @@ export var ProfileTemplateChoice$ = [3, n0, _PTC,
|
|
|
1187
1219
|
];
|
|
1188
1220
|
export var ProfileTemplateQuestion$ = [3, n0, _PTQ,
|
|
1189
1221
|
0,
|
|
1190
|
-
[_QI, _QT, _QD,
|
|
1222
|
+
[_QI, _QT, _QD, _QCu, _MSC, _MSCa],
|
|
1191
1223
|
[0, 0, 0, () => ProfileTemplateQuestionChoices, 1, 1]
|
|
1192
1224
|
];
|
|
1193
1225
|
export var QuestionDifference$ = [3, n0, _QDue,
|
|
@@ -1197,38 +1229,32 @@ export var QuestionDifference$ = [3, n0, _QDue,
|
|
|
1197
1229
|
];
|
|
1198
1230
|
export var QuestionMetric$ = [3, n0, _QM,
|
|
1199
1231
|
0,
|
|
1200
|
-
[_QI,
|
|
1232
|
+
[_QI, _Ri, _BPe],
|
|
1201
1233
|
[0, 0, () => BestPractices]
|
|
1202
1234
|
];
|
|
1203
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1204
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1205
|
-
[_M, _RI, _RT],
|
|
1206
|
-
[0, 0, 0], 3
|
|
1207
|
-
];
|
|
1208
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1209
1235
|
export var ReviewTemplate$ = [3, n0, _RTe,
|
|
1210
1236
|
0,
|
|
1211
|
-
[_D, _L, _N,
|
|
1237
|
+
[_D, _L, _N, _QCue, _O, _UA, _TA, _TN, _Ta, _US, _SII],
|
|
1212
1238
|
[0, 64 | 0, 0, 128 | 1, 0, 4, 0, 0, 128 | 0, 0, 0]
|
|
1213
1239
|
];
|
|
1214
1240
|
export var ReviewTemplateAnswer$ = [3, n0, _RTAe,
|
|
1215
1241
|
0,
|
|
1216
|
-
[_QI, _PI, _QT, _QD, _IPU, _HRU, _HRDT, _Ch,
|
|
1242
|
+
[_QI, _PI, _QT, _QD, _IPU, _HRU, _HRDT, _Ch, _SCe, _CA, _IA, _ASns, _N, _R],
|
|
1217
1243
|
[0, 0, 0, 0, 0, 0, 0, () => Choices, 64 | 0, () => ChoiceAnswers, 2, 0, 0, 0]
|
|
1218
1244
|
];
|
|
1219
1245
|
export var ReviewTemplateAnswerSummary$ = [3, n0, _RTAS,
|
|
1220
1246
|
0,
|
|
1221
|
-
[_QI, _PI, _QT, _Ch,
|
|
1247
|
+
[_QI, _PI, _QT, _Ch, _SCe, _CAS, _IA, _ASns, _R, _QTu],
|
|
1222
1248
|
[0, 0, 0, () => Choices, 64 | 0, () => ChoiceAnswerSummaries, 2, 0, 0, 0]
|
|
1223
1249
|
];
|
|
1224
1250
|
export var ReviewTemplateLensReview$ = [3, n0, _RTLR,
|
|
1225
1251
|
0,
|
|
1226
|
-
[_LAen, _LAe, _LV, _LN, _LS, _PRS, _UA, _N,
|
|
1252
|
+
[_LAen, _LAe, _LV, _LN, _LS, _PRS, _UA, _N, _QCue, _NT],
|
|
1227
1253
|
[0, 0, 0, 0, 0, () => ReviewTemplatePillarReviewSummaries, 4, 0, 128 | 1, 0]
|
|
1228
1254
|
];
|
|
1229
1255
|
export var ReviewTemplatePillarReviewSummary$ = [3, n0, _RTPRS,
|
|
1230
1256
|
0,
|
|
1231
|
-
[_PI, _PNi, _N,
|
|
1257
|
+
[_PI, _PNi, _N, _QCue],
|
|
1232
1258
|
[0, 0, 0, 128 | 1]
|
|
1233
1259
|
];
|
|
1234
1260
|
export var ReviewTemplateSummary$ = [3, n0, _RTS,
|
|
@@ -1241,12 +1267,6 @@ export var SelectedPillar$ = [3, n0, _SPe,
|
|
|
1241
1267
|
[_PI, _SQI],
|
|
1242
1268
|
[0, 64 | 0]
|
|
1243
1269
|
];
|
|
1244
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
1245
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
1246
|
-
[_M, _QCuo, _SCe, _RI, _RT],
|
|
1247
|
-
[0, 0, 0, 0, 0], 3
|
|
1248
|
-
];
|
|
1249
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1250
1270
|
export var ShareInvitation$ = [3, n0, _SIh,
|
|
1251
1271
|
0,
|
|
1252
1272
|
[_SII, _SRT, _WI, _LAen, _LAe, _PAr, _TA],
|
|
@@ -1272,12 +1292,6 @@ export var TemplateShareSummary$ = [3, n0, _TSSe,
|
|
|
1272
1292
|
[_SI, _SW, _St, _SM],
|
|
1273
1293
|
[0, 0, 0, 0]
|
|
1274
1294
|
];
|
|
1275
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1276
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1277
|
-
[_M, _QCuo, _SCe],
|
|
1278
|
-
[0, 0, 0], 1
|
|
1279
|
-
];
|
|
1280
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1281
1295
|
export var UntagResourceInput$ = [3, n0, _URI,
|
|
1282
1296
|
0,
|
|
1283
1297
|
[_WA, _TK],
|
|
@@ -1290,7 +1304,7 @@ export var UntagResourceOutput$ = [3, n0, _URO,
|
|
|
1290
1304
|
];
|
|
1291
1305
|
export var UpdateAnswerInput$ = [3, n0, _UAI,
|
|
1292
1306
|
0,
|
|
1293
|
-
[_WI, _LAen, _QI,
|
|
1307
|
+
[_WI, _LAen, _QI, _SCe, _CUh, _N, _IA, _R],
|
|
1294
1308
|
[[0, 1], [0, 1], [0, 1], 64 | 0, () => ChoiceUpdates, 0, 2, 0], 3
|
|
1295
1309
|
];
|
|
1296
1310
|
export var UpdateAnswerOutput$ = [3, n0, _UAO,
|
|
@@ -1330,7 +1344,7 @@ export var UpdateProfileOutput$ = [3, n0, _UPO,
|
|
|
1330
1344
|
];
|
|
1331
1345
|
export var UpdateReviewTemplateAnswerInput$ = [3, n0, _URTAI,
|
|
1332
1346
|
0,
|
|
1333
|
-
[_TA, _LAen, _QI,
|
|
1347
|
+
[_TA, _LAen, _QI, _SCe, _CUh, _N, _IA, _R],
|
|
1334
1348
|
[[0, 1], [0, 1], [0, 1], 64 | 0, () => ChoiceUpdates, 0, 2, 0], 3
|
|
1335
1349
|
];
|
|
1336
1350
|
export var UpdateReviewTemplateAnswerOutput$ = [3, n0, _URTAO,
|
|
@@ -1403,12 +1417,6 @@ export var UpgradeReviewTemplateLensReviewInput$ = [3, n0, _URTLRIp,
|
|
|
1403
1417
|
[_TA, _LAen, _CRT],
|
|
1404
1418
|
[[0, 1], [0, 1], 0], 2
|
|
1405
1419
|
];
|
|
1406
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
1407
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1408
|
-
[_M, _Re, _Fi],
|
|
1409
|
-
[0, 0, () => ValidationExceptionFieldList], 1
|
|
1410
|
-
];
|
|
1411
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1412
1420
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
1413
1421
|
0,
|
|
1414
1422
|
[_Na, _M],
|
|
@@ -1460,8 +1468,6 @@ export var WorkloadSummary$ = [3, n0, _WSo,
|
|
|
1460
1468
|
[0, 0, 0, 0, 4, 64 | 0, 128 | 1, 0, () => WorkloadProfiles, 128 | 1]
|
|
1461
1469
|
];
|
|
1462
1470
|
var __Unit = "unit";
|
|
1463
|
-
export var WellArchitectedServiceException$ = [-3, _sm, "WellArchitectedServiceException", 0, [], []];
|
|
1464
|
-
TypeRegistry.for(_sm).registerError(WellArchitectedServiceException$, WellArchitectedServiceException);
|
|
1465
1471
|
var AdditionalResourcesList = [1, n0, _ARL,
|
|
1466
1472
|
0, () => AdditionalResources$
|
|
1467
1473
|
];
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var WellArchitectedServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
11
|
+
/**
|
|
12
|
+
* TypeRegistry instances containing modeled errors.
|
|
13
|
+
* @internal
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
17
|
export declare var AccountJiraConfigurationInput$: StaticStructureSchema;
|
|
4
18
|
export declare var AccountJiraConfigurationOutput$: StaticStructureSchema;
|
|
5
19
|
export declare var AdditionalResources$: StaticStructureSchema;
|
|
@@ -16,7 +30,6 @@ export declare var ChoiceAnswerSummary$: StaticStructureSchema;
|
|
|
16
30
|
export declare var ChoiceContent$: StaticStructureSchema;
|
|
17
31
|
export declare var ChoiceImprovementPlan$: StaticStructureSchema;
|
|
18
32
|
export declare var ChoiceUpdate$: StaticStructureSchema;
|
|
19
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
20
33
|
export declare var ConsolidatedReportMetric$: StaticStructureSchema;
|
|
21
34
|
export declare var CreateLensShareInput$: StaticStructureSchema;
|
|
22
35
|
export declare var CreateLensShareOutput$: StaticStructureSchema;
|
|
@@ -78,7 +91,6 @@ export declare var GetWorkloadOutput$: StaticStructureSchema;
|
|
|
78
91
|
export declare var ImportLensInput$: StaticStructureSchema;
|
|
79
92
|
export declare var ImportLensOutput$: StaticStructureSchema;
|
|
80
93
|
export declare var ImprovementSummary$: StaticStructureSchema;
|
|
81
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
82
94
|
export declare var JiraConfiguration$: StaticStructureSchema;
|
|
83
95
|
export declare var JiraSelectedQuestionConfiguration$: StaticStructureSchema;
|
|
84
96
|
export declare var Lens$: StaticStructureSchema;
|
|
@@ -145,7 +157,6 @@ export declare var ProfileTemplateChoice$: StaticStructureSchema;
|
|
|
145
157
|
export declare var ProfileTemplateQuestion$: StaticStructureSchema;
|
|
146
158
|
export declare var QuestionDifference$: StaticStructureSchema;
|
|
147
159
|
export declare var QuestionMetric$: StaticStructureSchema;
|
|
148
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
149
160
|
export declare var ReviewTemplate$: StaticStructureSchema;
|
|
150
161
|
export declare var ReviewTemplateAnswer$: StaticStructureSchema;
|
|
151
162
|
export declare var ReviewTemplateAnswerSummary$: StaticStructureSchema;
|
|
@@ -153,13 +164,11 @@ export declare var ReviewTemplateLensReview$: StaticStructureSchema;
|
|
|
153
164
|
export declare var ReviewTemplatePillarReviewSummary$: StaticStructureSchema;
|
|
154
165
|
export declare var ReviewTemplateSummary$: StaticStructureSchema;
|
|
155
166
|
export declare var SelectedPillar$: StaticStructureSchema;
|
|
156
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
157
167
|
export declare var ShareInvitation$: StaticStructureSchema;
|
|
158
168
|
export declare var ShareInvitationSummary$: StaticStructureSchema;
|
|
159
169
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
160
170
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
161
171
|
export declare var TemplateShareSummary$: StaticStructureSchema;
|
|
162
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
163
172
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
164
173
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
165
174
|
export declare var UpdateAnswerInput$: StaticStructureSchema;
|
|
@@ -185,7 +194,6 @@ export declare var UpdateWorkloadShareOutput$: StaticStructureSchema;
|
|
|
185
194
|
export declare var UpgradeLensReviewInput$: StaticStructureSchema;
|
|
186
195
|
export declare var UpgradeProfileVersionInput$: StaticStructureSchema;
|
|
187
196
|
export declare var UpgradeReviewTemplateLensReviewInput$: StaticStructureSchema;
|
|
188
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
189
197
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
190
198
|
export declare var VersionDifferences$: StaticStructureSchema;
|
|
191
199
|
export declare var Workload$: StaticStructureSchema;
|
|
@@ -196,7 +204,6 @@ export declare var WorkloadProfile$: StaticStructureSchema;
|
|
|
196
204
|
export declare var WorkloadShare$: StaticStructureSchema;
|
|
197
205
|
export declare var WorkloadShareSummary$: StaticStructureSchema;
|
|
198
206
|
export declare var WorkloadSummary$: StaticStructureSchema;
|
|
199
|
-
export declare var WellArchitectedServiceException$: StaticErrorSchema;
|
|
200
207
|
export declare var AssociateLenses$: StaticOperationSchema;
|
|
201
208
|
export declare var AssociateProfiles$: StaticOperationSchema;
|
|
202
209
|
export declare var CreateLensShare$: StaticOperationSchema;
|
|
@@ -1,9 +1,18 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var WellArchitectedServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
14
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
15
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
16
|
export declare var AccountJiraConfigurationInput$: StaticStructureSchema;
|
|
8
17
|
export declare var AccountJiraConfigurationOutput$: StaticStructureSchema;
|
|
9
18
|
export declare var AdditionalResources$: StaticStructureSchema;
|
|
@@ -20,7 +29,6 @@ export declare var ChoiceAnswerSummary$: StaticStructureSchema;
|
|
|
20
29
|
export declare var ChoiceContent$: StaticStructureSchema;
|
|
21
30
|
export declare var ChoiceImprovementPlan$: StaticStructureSchema;
|
|
22
31
|
export declare var ChoiceUpdate$: StaticStructureSchema;
|
|
23
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
24
32
|
export declare var ConsolidatedReportMetric$: StaticStructureSchema;
|
|
25
33
|
export declare var CreateLensShareInput$: StaticStructureSchema;
|
|
26
34
|
export declare var CreateLensShareOutput$: StaticStructureSchema;
|
|
@@ -82,7 +90,6 @@ export declare var GetWorkloadOutput$: StaticStructureSchema;
|
|
|
82
90
|
export declare var ImportLensInput$: StaticStructureSchema;
|
|
83
91
|
export declare var ImportLensOutput$: StaticStructureSchema;
|
|
84
92
|
export declare var ImprovementSummary$: StaticStructureSchema;
|
|
85
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
86
93
|
export declare var JiraConfiguration$: StaticStructureSchema;
|
|
87
94
|
export declare var JiraSelectedQuestionConfiguration$: StaticStructureSchema;
|
|
88
95
|
export declare var Lens$: StaticStructureSchema;
|
|
@@ -149,7 +156,6 @@ export declare var ProfileTemplateChoice$: StaticStructureSchema;
|
|
|
149
156
|
export declare var ProfileTemplateQuestion$: StaticStructureSchema;
|
|
150
157
|
export declare var QuestionDifference$: StaticStructureSchema;
|
|
151
158
|
export declare var QuestionMetric$: StaticStructureSchema;
|
|
152
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
153
159
|
export declare var ReviewTemplate$: StaticStructureSchema;
|
|
154
160
|
export declare var ReviewTemplateAnswer$: StaticStructureSchema;
|
|
155
161
|
export declare var ReviewTemplateAnswerSummary$: StaticStructureSchema;
|
|
@@ -157,13 +163,11 @@ export declare var ReviewTemplateLensReview$: StaticStructureSchema;
|
|
|
157
163
|
export declare var ReviewTemplatePillarReviewSummary$: StaticStructureSchema;
|
|
158
164
|
export declare var ReviewTemplateSummary$: StaticStructureSchema;
|
|
159
165
|
export declare var SelectedPillar$: StaticStructureSchema;
|
|
160
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
161
166
|
export declare var ShareInvitation$: StaticStructureSchema;
|
|
162
167
|
export declare var ShareInvitationSummary$: StaticStructureSchema;
|
|
163
168
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
164
169
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
165
170
|
export declare var TemplateShareSummary$: StaticStructureSchema;
|
|
166
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
167
171
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
168
172
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
169
173
|
export declare var UpdateAnswerInput$: StaticStructureSchema;
|
|
@@ -189,7 +193,6 @@ export declare var UpdateWorkloadShareOutput$: StaticStructureSchema;
|
|
|
189
193
|
export declare var UpgradeLensReviewInput$: StaticStructureSchema;
|
|
190
194
|
export declare var UpgradeProfileVersionInput$: StaticStructureSchema;
|
|
191
195
|
export declare var UpgradeReviewTemplateLensReviewInput$: StaticStructureSchema;
|
|
192
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
193
196
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
194
197
|
export declare var VersionDifferences$: StaticStructureSchema;
|
|
195
198
|
export declare var Workload$: StaticStructureSchema;
|
|
@@ -200,7 +203,6 @@ export declare var WorkloadProfile$: StaticStructureSchema;
|
|
|
200
203
|
export declare var WorkloadShare$: StaticStructureSchema;
|
|
201
204
|
export declare var WorkloadShareSummary$: StaticStructureSchema;
|
|
202
205
|
export declare var WorkloadSummary$: StaticStructureSchema;
|
|
203
|
-
export declare var WellArchitectedServiceException$: StaticErrorSchema;
|
|
204
206
|
export declare var AssociateLenses$: StaticOperationSchema;
|
|
205
207
|
export declare var AssociateProfiles$: StaticOperationSchema;
|
|
206
208
|
export declare var CreateLensShare$: StaticOperationSchema;
|
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.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-wellarchitected",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|