@aws-sdk/client-auditmanager 3.987.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 +81 -2166
- package/dist-cjs/models/AuditManagerServiceException.js +12 -0
- package/dist-cjs/models/errors.js +90 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1786 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +86 -80
- package/dist-types/schemas/schemas_0.d.ts +13 -6
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -6
- 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 { defaultAuditManagerHttpAuthSchemeProvider } 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: "2017-07-25",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.auditmanager",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2017-07-25",
|
|
30
32
|
serviceTarget: "BedrockAssessmentManagerLambda",
|
|
31
33
|
},
|
|
@@ -413,14 +413,14 @@ const _eT = "expirationTime";
|
|
|
413
413
|
const _eTv = "eventTime";
|
|
414
414
|
const _er = "errors";
|
|
415
415
|
const _ev = "evidence";
|
|
416
|
-
const _f = "
|
|
416
|
+
const _f = "fields";
|
|
417
417
|
const _fD = "frameworkDescription";
|
|
418
418
|
const _fI = "frameworkId";
|
|
419
419
|
const _fML = "frameworkMetadataList";
|
|
420
420
|
const _fN = "frameworkName";
|
|
421
421
|
const _fNi = "fileName";
|
|
422
422
|
const _fT = "frameworkType";
|
|
423
|
-
const
|
|
423
|
+
const _fr = "framework";
|
|
424
424
|
const _h = "http";
|
|
425
425
|
const _hE = "httpError";
|
|
426
426
|
const _hN = "hyperlinkName";
|
|
@@ -454,18 +454,18 @@ const _oT = "objectType";
|
|
|
454
454
|
const _pD = "postedDate";
|
|
455
455
|
const _pSU = "preSignedUrl";
|
|
456
456
|
const _qS = "queryStatement";
|
|
457
|
-
const _r = "
|
|
457
|
+
const _r = "reason";
|
|
458
458
|
const _rA = "roleArn";
|
|
459
459
|
const _rAe = "resourceArn";
|
|
460
|
-
const _rI = "
|
|
461
|
-
const _rIe = "
|
|
462
|
-
const _rIes = "
|
|
463
|
-
const _rT = "
|
|
460
|
+
const _rI = "resourceId";
|
|
461
|
+
const _rIe = "requestId";
|
|
462
|
+
const _rIes = "resourcesIncluded";
|
|
463
|
+
const _rT = "resourceType";
|
|
464
464
|
const _rTe = "requestType";
|
|
465
|
-
const
|
|
466
|
-
const _re = "
|
|
465
|
+
const _rTo = "roleType";
|
|
466
|
+
const _re = "response";
|
|
467
467
|
const _ro = "roles";
|
|
468
|
-
const _s = "
|
|
468
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.auditmanager";
|
|
469
469
|
const _sA = "sourceAccount";
|
|
470
470
|
const _sAi = "signatureAlgorithm";
|
|
471
471
|
const _sCC = "standardControlsCount";
|
|
@@ -486,11 +486,11 @@ const _sT = "sourceType";
|
|
|
486
486
|
const _sTn = "snsTopic";
|
|
487
487
|
const _sV = "signatureValid";
|
|
488
488
|
const _sc = "scope";
|
|
489
|
-
const _se = "
|
|
490
|
-
const
|
|
491
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.auditmanager";
|
|
489
|
+
const _se = "server";
|
|
490
|
+
const _set = "settings";
|
|
492
491
|
const _so = "source";
|
|
493
|
-
const _st = "
|
|
492
|
+
const _st = "status";
|
|
493
|
+
const _sta = "state";
|
|
494
494
|
const _t = "tags";
|
|
495
495
|
const _tACC = "totalAssessmentControlsCount";
|
|
496
496
|
const _tCC = "totalControlsCount";
|
|
@@ -509,6 +509,50 @@ const n0 = "com.amazonaws.auditmanager";
|
|
|
509
509
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
510
510
|
import { AuditManagerServiceException } from "../models/AuditManagerServiceException";
|
|
511
511
|
import { AccessDeniedException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
512
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
513
|
+
export var AuditManagerServiceException$ = [-3, _s, "AuditManagerServiceException", 0, [], []];
|
|
514
|
+
_s_registry.registerError(AuditManagerServiceException$, AuditManagerServiceException);
|
|
515
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
516
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
517
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
518
|
+
[_m],
|
|
519
|
+
[0], 1
|
|
520
|
+
];
|
|
521
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
522
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
523
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
524
|
+
[_m],
|
|
525
|
+
[0], 1
|
|
526
|
+
];
|
|
527
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
528
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
529
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
530
|
+
[_m, _rI, _rT],
|
|
531
|
+
[0, 0, 0], 3
|
|
532
|
+
];
|
|
533
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
534
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
535
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
536
|
+
[_m],
|
|
537
|
+
[0], 1
|
|
538
|
+
];
|
|
539
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
540
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
541
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
542
|
+
[_m],
|
|
543
|
+
[0], 1
|
|
544
|
+
];
|
|
545
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
546
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
547
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
548
|
+
[_m, _r, _f],
|
|
549
|
+
[0, 0, () => ValidationExceptionFieldList], 1
|
|
550
|
+
];
|
|
551
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
552
|
+
export const errorTypeRegistries = [
|
|
553
|
+
_s_registry,
|
|
554
|
+
n0_registry,
|
|
555
|
+
];
|
|
512
556
|
var ActionPlanInstructions = [0, n0, _API, 8, 0];
|
|
513
557
|
var ActionPlanTitle = [0, n0, _APT, 8, 0];
|
|
514
558
|
var AssessmentDescription = [0, n0, _AD, 8, 0];
|
|
@@ -527,25 +571,19 @@ var SNSTopic = [0, n0, _SNST, 8, 0];
|
|
|
527
571
|
var TestingInformation = [0, n0, _TI, 8, 0];
|
|
528
572
|
var TroubleshootingText = [0, n0, _TT, 8, 0];
|
|
529
573
|
var Username = [0, n0, _U, 8, 0];
|
|
530
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
531
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
532
|
-
[_m],
|
|
533
|
-
[0], 1
|
|
534
|
-
];
|
|
535
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
536
574
|
export var Assessment$ = [3, n0, _A,
|
|
537
575
|
0,
|
|
538
|
-
[_a, _aA, _me,
|
|
576
|
+
[_a, _aA, _me, _fr, _t],
|
|
539
577
|
[0, [() => AWSAccount$, 0], [() => AssessmentMetadata$, 0], [() => AssessmentFramework$, 0], 128 | 0]
|
|
540
578
|
];
|
|
541
579
|
export var AssessmentControl$ = [3, n0, _AC,
|
|
542
580
|
0,
|
|
543
|
-
[_i, _n, _d,
|
|
581
|
+
[_i, _n, _d, _st, _re, _co, _eS, _eC, _aREC],
|
|
544
582
|
[0, 0, [() => ControlDescription, 0], 0, 0, [() => ControlComments, 0], 64 | 0, 1, 1]
|
|
545
583
|
];
|
|
546
584
|
export var AssessmentControlSet$ = [3, n0, _ACS,
|
|
547
585
|
0,
|
|
548
|
-
[_i, _d,
|
|
586
|
+
[_i, _d, _st, _ro, _con, _de, _sEC, _mEC],
|
|
549
587
|
[0, 0, 0, [() => Roles, 0], [() => AssessmentControls, 0], [() => Delegations, 0], 1, 1]
|
|
550
588
|
];
|
|
551
589
|
export var AssessmentEvidenceFolder$ = [3, n0, _AEF,
|
|
@@ -565,22 +603,22 @@ export var AssessmentFrameworkMetadata$ = [3, n0, _AFM,
|
|
|
565
603
|
];
|
|
566
604
|
export var AssessmentFrameworkShareRequest$ = [3, n0, _AFSR,
|
|
567
605
|
0,
|
|
568
|
-
[_i, _fI, _fN, _fD,
|
|
606
|
+
[_i, _fI, _fN, _fD, _st, _sA, _dA, _dR, _eT, _cTr, _lU, _com, _sCC, _cCC, _cT],
|
|
569
607
|
[0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 0, 1, 1, [() => ComplianceType, 0]]
|
|
570
608
|
];
|
|
571
609
|
export var AssessmentMetadata$ = [3, n0, _AM,
|
|
572
610
|
0,
|
|
573
|
-
[_n, _i, _d, _cT,
|
|
611
|
+
[_n, _i, _d, _cT, _st, _aRD, _sc, _ro, _de, _cTr, _lU],
|
|
574
612
|
[[() => AssessmentName, 0], 0, [() => AssessmentDescription, 0], [() => ComplianceType, 0], 0, [() => AssessmentReportsDestination$, 0], [() => Scope$, 0], [() => Roles, 0], [() => Delegations, 0], 4, 4]
|
|
575
613
|
];
|
|
576
614
|
export var AssessmentMetadataItem$ = [3, n0, _AMI,
|
|
577
615
|
0,
|
|
578
|
-
[_n, _i, _cT,
|
|
616
|
+
[_n, _i, _cT, _st, _ro, _de, _cTr, _lU],
|
|
579
617
|
[[() => AssessmentName, 0], 0, [() => ComplianceType, 0], 0, [() => Roles, 0], [() => Delegations, 0], 4, 4]
|
|
580
618
|
];
|
|
581
619
|
export var AssessmentReport$ = [3, n0, _AR,
|
|
582
620
|
0,
|
|
583
|
-
[_i, _n, _d, _aAI, _aI, _aN, _au,
|
|
621
|
+
[_i, _n, _d, _aAI, _aI, _aN, _au, _st, _cTr],
|
|
584
622
|
[0, 0, [() => AssessmentReportDescription, 0], 0, 0, [() => AssessmentName, 0], [() => Username, 0], 0, 4]
|
|
585
623
|
];
|
|
586
624
|
export var AssessmentReportEvidenceError$ = [3, n0, _AREE,
|
|
@@ -590,7 +628,7 @@ export var AssessmentReportEvidenceError$ = [3, n0, _AREE,
|
|
|
590
628
|
];
|
|
591
629
|
export var AssessmentReportMetadata$ = [3, n0, _ARM,
|
|
592
630
|
0,
|
|
593
|
-
[_i, _n, _d, _aI, _aN, _au,
|
|
631
|
+
[_i, _n, _d, _aI, _aN, _au, _st, _cTr],
|
|
594
632
|
[0, 0, [() => AssessmentReportDescription, 0], 0, [() => AssessmentName, 0], [() => Username, 0], 0, 4]
|
|
595
633
|
];
|
|
596
634
|
export var AssessmentReportsDestination$ = [3, n0, _ARDs,
|
|
@@ -690,7 +728,7 @@ export var ChangeLog$ = [3, n0, _CL,
|
|
|
690
728
|
];
|
|
691
729
|
export var Control$ = [3, n0, _C,
|
|
692
730
|
0,
|
|
693
|
-
[_a, _i, _ty, _n, _d, _tI, _aPT, _aPI, _cSo, _cMS, _cA, _lUA, _cB, _lUB, _t,
|
|
731
|
+
[_a, _i, _ty, _n, _d, _tI, _aPT, _aPI, _cSo, _cMS, _cA, _lUA, _cB, _lUB, _t, _sta],
|
|
694
732
|
[0, 0, 0, 0, [() => ControlDescription, 0], [() => TestingInformation, 0], [() => ActionPlanTitle, 0], [() => ActionPlanInstructions, 0], 0, [() => ControlMappingSources, 0], 4, 4, [() => CreatedBy, 0], [() => LastUpdatedBy, 0], 128 | 0, 0]
|
|
695
733
|
];
|
|
696
734
|
export var ControlComment$ = [3, n0, _CC,
|
|
@@ -745,7 +783,7 @@ export var CreateAssessmentFrameworkRequest$ = [3, n0, _CAFR,
|
|
|
745
783
|
];
|
|
746
784
|
export var CreateAssessmentFrameworkResponse$ = [3, n0, _CAFRr,
|
|
747
785
|
0,
|
|
748
|
-
[
|
|
786
|
+
[_fr],
|
|
749
787
|
[[() => Framework$, 0]]
|
|
750
788
|
];
|
|
751
789
|
export var CreateAssessmentReportRequest$ = [3, n0, _CARR,
|
|
@@ -785,7 +823,7 @@ export var CreateControlResponse$ = [3, n0, _CCRr,
|
|
|
785
823
|
];
|
|
786
824
|
export var CreateDelegationRequest$ = [3, n0, _CDR,
|
|
787
825
|
0,
|
|
788
|
-
[_com, _cSI, _rA,
|
|
826
|
+
[_com, _cSI, _rA, _rTo],
|
|
789
827
|
[[() => DelegationComment, 0], 0, 0, 0]
|
|
790
828
|
];
|
|
791
829
|
export var DefaultExportDestination$ = [3, n0, _DED,
|
|
@@ -795,12 +833,12 @@ export var DefaultExportDestination$ = [3, n0, _DED,
|
|
|
795
833
|
];
|
|
796
834
|
export var Delegation$ = [3, n0, _D,
|
|
797
835
|
8,
|
|
798
|
-
[_i, _aN, _aI,
|
|
836
|
+
[_i, _aN, _aI, _st, _rA, _rTo, _cTr, _lU, _cSI, _com, _cB],
|
|
799
837
|
[0, [() => AssessmentName, 0], 0, 0, 0, 0, 4, 4, 0, [() => DelegationComment, 0], [() => CreatedBy, 0]]
|
|
800
838
|
];
|
|
801
839
|
export var DelegationMetadata$ = [3, n0, _DM,
|
|
802
840
|
0,
|
|
803
|
-
[_i, _aN, _aI,
|
|
841
|
+
[_i, _aN, _aI, _st, _rA, _cTr, _cSN],
|
|
804
842
|
[0, [() => AssessmentName, 0], 0, 0, 0, 4, 0]
|
|
805
843
|
];
|
|
806
844
|
export var DeleteAssessmentFrameworkRequest$ = [3, n0, _DAFR,
|
|
@@ -815,7 +853,7 @@ export var DeleteAssessmentFrameworkResponse$ = [3, n0, _DAFRe,
|
|
|
815
853
|
];
|
|
816
854
|
export var DeleteAssessmentFrameworkShareRequest$ = [3, n0, _DAFSR,
|
|
817
855
|
0,
|
|
818
|
-
[
|
|
856
|
+
[_rIe, _rTe],
|
|
819
857
|
[[0, 1], [0, { [_hQ]: _rTe }]], 2
|
|
820
858
|
];
|
|
821
859
|
export var DeleteAssessmentFrameworkShareResponse$ = [3, n0, _DAFSRe,
|
|
@@ -860,7 +898,7 @@ export var DeregisterAccountRequest$ = [3, n0, _DARer,
|
|
|
860
898
|
];
|
|
861
899
|
export var DeregisterAccountResponse$ = [3, n0, _DARere,
|
|
862
900
|
0,
|
|
863
|
-
[
|
|
901
|
+
[_st],
|
|
864
902
|
[0]
|
|
865
903
|
];
|
|
866
904
|
export var DeregisterOrganizationAdminAccountRequest$ = [3, n0, _DOAAR,
|
|
@@ -890,7 +928,7 @@ export var DisassociateAssessmentReportEvidenceFolderResponse$ = [3, n0, _DAREFR
|
|
|
890
928
|
];
|
|
891
929
|
export var Evidence$ = [3, n0, _E,
|
|
892
930
|
0,
|
|
893
|
-
[_dS, _eAAI, _ti, _eSv, _eN, _eBT,
|
|
931
|
+
[_dS, _eAAI, _ti, _eSv, _eN, _eBT, _rIes, _at, _iI, _cCo, _aO, _aAI, _eFI, _i, _aRS],
|
|
894
932
|
[0, 0, 4, 0, 0, 0, () => Resources, 128 | 0, 0, 0, 0, 0, 0, 0, 0]
|
|
895
933
|
];
|
|
896
934
|
export var EvidenceFinderEnablement$ = [3, n0, _EFE,
|
|
@@ -920,7 +958,7 @@ export var GetAccountStatusRequest$ = [3, n0, _GASR,
|
|
|
920
958
|
];
|
|
921
959
|
export var GetAccountStatusResponse$ = [3, n0, _GASRe,
|
|
922
960
|
0,
|
|
923
|
-
[
|
|
961
|
+
[_st],
|
|
924
962
|
[0]
|
|
925
963
|
];
|
|
926
964
|
export var GetAssessmentFrameworkRequest$ = [3, n0, _GAFR,
|
|
@@ -930,7 +968,7 @@ export var GetAssessmentFrameworkRequest$ = [3, n0, _GAFR,
|
|
|
930
968
|
];
|
|
931
969
|
export var GetAssessmentFrameworkResponse$ = [3, n0, _GAFRe,
|
|
932
970
|
0,
|
|
933
|
-
[
|
|
971
|
+
[_fr],
|
|
934
972
|
[[() => Framework$, 0]]
|
|
935
973
|
];
|
|
936
974
|
export var GetAssessmentReportUrlRequest$ = [3, n0, _GARUR,
|
|
@@ -1090,7 +1128,7 @@ export var GetSettingsRequest$ = [3, n0, _GSR,
|
|
|
1090
1128
|
];
|
|
1091
1129
|
export var GetSettingsResponse$ = [3, n0, _GSRe,
|
|
1092
1130
|
0,
|
|
1093
|
-
[
|
|
1131
|
+
[_set],
|
|
1094
1132
|
[[() => Settings$, 0]]
|
|
1095
1133
|
];
|
|
1096
1134
|
export var Insights$ = [3, n0, _I,
|
|
@@ -1103,12 +1141,6 @@ export var InsightsByAssessment$ = [3, n0, _IBA,
|
|
|
1103
1141
|
[_nEC, _cEC, _iEC, _aCCBNE, _tACC, _lU],
|
|
1104
1142
|
[1, 1, 1, 1, 1, 4]
|
|
1105
1143
|
];
|
|
1106
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
1107
|
-
{ [_e]: _ser, [_hE]: 500 },
|
|
1108
|
-
[_m],
|
|
1109
|
-
[0], 1
|
|
1110
|
-
];
|
|
1111
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
1112
1144
|
export var ListAssessmentControlInsightsByControlDomainRequest$ = [3, n0, _LACIBCDR,
|
|
1113
1145
|
0,
|
|
1114
1146
|
[_cDI, _aI, _nT, _mR],
|
|
@@ -1151,8 +1183,8 @@ export var ListAssessmentReportsResponse$ = [3, n0, _LARRi,
|
|
|
1151
1183
|
];
|
|
1152
1184
|
export var ListAssessmentsRequest$ = [3, n0, _LAR,
|
|
1153
1185
|
0,
|
|
1154
|
-
[
|
|
1155
|
-
[[0, { [_hQ]:
|
|
1186
|
+
[_st, _nT, _mR],
|
|
1187
|
+
[[0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
1156
1188
|
];
|
|
1157
1189
|
export var ListAssessmentsResponse$ = [3, n0, _LARi,
|
|
1158
1190
|
0,
|
|
@@ -1246,7 +1278,7 @@ export var RegisterAccountRequest$ = [3, n0, _RAR,
|
|
|
1246
1278
|
];
|
|
1247
1279
|
export var RegisterAccountResponse$ = [3, n0, _RARe,
|
|
1248
1280
|
0,
|
|
1249
|
-
[
|
|
1281
|
+
[_st],
|
|
1250
1282
|
[0]
|
|
1251
1283
|
];
|
|
1252
1284
|
export var RegisterOrganizationAdminAccountRequest$ = [3, n0, _ROAAR,
|
|
@@ -1264,15 +1296,9 @@ export var Resource$ = [3, n0, _R,
|
|
|
1264
1296
|
[_a, _v, _cCo],
|
|
1265
1297
|
[0, 0, 0]
|
|
1266
1298
|
];
|
|
1267
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1268
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1269
|
-
[_m, _rIes, _rTes],
|
|
1270
|
-
[0, 0, 0], 3
|
|
1271
|
-
];
|
|
1272
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1273
1299
|
export var Role$ = [3, n0, _Ro,
|
|
1274
1300
|
0,
|
|
1275
|
-
[
|
|
1301
|
+
[_rTo, _rA],
|
|
1276
1302
|
[0, 0], 2
|
|
1277
1303
|
];
|
|
1278
1304
|
export var Scope$ = [3, n0, _S,
|
|
@@ -1285,12 +1311,6 @@ export var ServiceMetadata$ = [3, n0, _SM,
|
|
|
1285
1311
|
[_n, _dN, _d, _ca],
|
|
1286
1312
|
[0, 0, 0, 0]
|
|
1287
1313
|
];
|
|
1288
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
1289
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
1290
|
-
[_m],
|
|
1291
|
-
[0], 1
|
|
1292
|
-
];
|
|
1293
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1294
1314
|
export var Settings$ = [3, n0, _Se,
|
|
1295
1315
|
0,
|
|
1296
1316
|
[_iAOE, _sTn, _dARD, _dPO, _kK, _eFE, _dP, _dED],
|
|
@@ -1321,12 +1341,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
1321
1341
|
[],
|
|
1322
1342
|
[]
|
|
1323
1343
|
];
|
|
1324
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1325
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1326
|
-
[_m],
|
|
1327
|
-
[0], 1
|
|
1328
|
-
];
|
|
1329
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1330
1344
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
1331
1345
|
0,
|
|
1332
1346
|
[_rAe, _tK],
|
|
@@ -1349,7 +1363,7 @@ export var UpdateAssessmentControlResponse$ = [3, n0, _UACRp,
|
|
|
1349
1363
|
];
|
|
1350
1364
|
export var UpdateAssessmentControlSetStatusRequest$ = [3, n0, _UACSSR,
|
|
1351
1365
|
0,
|
|
1352
|
-
[_aI, _cSI,
|
|
1366
|
+
[_aI, _cSI, _st, _com],
|
|
1353
1367
|
[[0, 1], [0, 1], 0, [() => DelegationComment, 0]], 4
|
|
1354
1368
|
];
|
|
1355
1369
|
export var UpdateAssessmentControlSetStatusResponse$ = [3, n0, _UACSSRp,
|
|
@@ -1369,12 +1383,12 @@ export var UpdateAssessmentFrameworkRequest$ = [3, n0, _UAFR,
|
|
|
1369
1383
|
];
|
|
1370
1384
|
export var UpdateAssessmentFrameworkResponse$ = [3, n0, _UAFRp,
|
|
1371
1385
|
0,
|
|
1372
|
-
[
|
|
1386
|
+
[_fr],
|
|
1373
1387
|
[[() => Framework$, 0]]
|
|
1374
1388
|
];
|
|
1375
1389
|
export var UpdateAssessmentFrameworkShareRequest$ = [3, n0, _UAFSR,
|
|
1376
1390
|
0,
|
|
1377
|
-
[
|
|
1391
|
+
[_rIe, _rTe, _ac],
|
|
1378
1392
|
[[0, 1], 0, 0], 3
|
|
1379
1393
|
];
|
|
1380
1394
|
export var UpdateAssessmentFrameworkShareResponse$ = [3, n0, _UAFSRp,
|
|
@@ -1394,7 +1408,7 @@ export var UpdateAssessmentResponse$ = [3, n0, _UARp,
|
|
|
1394
1408
|
];
|
|
1395
1409
|
export var UpdateAssessmentStatusRequest$ = [3, n0, _UASR,
|
|
1396
1410
|
0,
|
|
1397
|
-
[_aI,
|
|
1411
|
+
[_aI, _st],
|
|
1398
1412
|
[[0, 1], 0], 2
|
|
1399
1413
|
];
|
|
1400
1414
|
export var UpdateAssessmentStatusResponse$ = [3, n0, _UASRp,
|
|
@@ -1419,7 +1433,7 @@ export var UpdateSettingsRequest$ = [3, n0, _USR,
|
|
|
1419
1433
|
];
|
|
1420
1434
|
export var UpdateSettingsResponse$ = [3, n0, _USRp,
|
|
1421
1435
|
0,
|
|
1422
|
-
[
|
|
1436
|
+
[_set],
|
|
1423
1437
|
[[() => Settings$, 0]]
|
|
1424
1438
|
];
|
|
1425
1439
|
export var URL$ = [3, n0, _URL,
|
|
@@ -1437,19 +1451,11 @@ export var ValidateAssessmentReportIntegrityResponse$ = [3, n0, _VARIRa,
|
|
|
1437
1451
|
[_sV, _sAi, _sDT, _sKI, _vE],
|
|
1438
1452
|
[2, 0, 0, 0, 64 | 0]
|
|
1439
1453
|
];
|
|
1440
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
1441
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1442
|
-
[_m, _re, _fi],
|
|
1443
|
-
[0, 0, () => ValidationExceptionFieldList], 1
|
|
1444
|
-
];
|
|
1445
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1446
1454
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
1447
1455
|
0,
|
|
1448
1456
|
[_n, _m],
|
|
1449
1457
|
[0, 0], 2
|
|
1450
1458
|
];
|
|
1451
|
-
export var AuditManagerServiceException$ = [-3, _sm, "AuditManagerServiceException", 0, [], []];
|
|
1452
|
-
TypeRegistry.for(_sm).registerError(AuditManagerServiceException$, AuditManagerServiceException);
|
|
1453
1459
|
var AssessmentControls = [1, n0, _ACs,
|
|
1454
1460
|
0, [() => AssessmentControl$,
|
|
1455
1461
|
0]
|
|
@@ -1,5 +1,18 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var AuditManagerServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
6
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
7
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
8
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
9
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
10
|
+
/**
|
|
11
|
+
* TypeRegistry instances containing modeled errors.
|
|
12
|
+
* @internal
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
15
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
16
|
export declare var Assessment$: StaticStructureSchema;
|
|
4
17
|
export declare var AssessmentControl$: StaticStructureSchema;
|
|
5
18
|
export declare var AssessmentControlSet$: StaticStructureSchema;
|
|
@@ -114,7 +127,6 @@ export declare var GetSettingsRequest$: StaticStructureSchema;
|
|
|
114
127
|
export declare var GetSettingsResponse$: StaticStructureSchema;
|
|
115
128
|
export declare var Insights$: StaticStructureSchema;
|
|
116
129
|
export declare var InsightsByAssessment$: StaticStructureSchema;
|
|
117
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
118
130
|
export declare var ListAssessmentControlInsightsByControlDomainRequest$: StaticStructureSchema;
|
|
119
131
|
export declare var ListAssessmentControlInsightsByControlDomainResponse$: StaticStructureSchema;
|
|
120
132
|
export declare var ListAssessmentFrameworkShareRequestsRequest$: StaticStructureSchema;
|
|
@@ -146,18 +158,15 @@ export declare var RegisterAccountResponse$: StaticStructureSchema;
|
|
|
146
158
|
export declare var RegisterOrganizationAdminAccountRequest$: StaticStructureSchema;
|
|
147
159
|
export declare var RegisterOrganizationAdminAccountResponse$: StaticStructureSchema;
|
|
148
160
|
export declare var Resource$: StaticStructureSchema;
|
|
149
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
150
161
|
export declare var Role$: StaticStructureSchema;
|
|
151
162
|
export declare var Scope$: StaticStructureSchema;
|
|
152
163
|
export declare var ServiceMetadata$: StaticStructureSchema;
|
|
153
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
154
164
|
export declare var Settings$: StaticStructureSchema;
|
|
155
165
|
export declare var SourceKeyword$: StaticStructureSchema;
|
|
156
166
|
export declare var StartAssessmentFrameworkShareRequest$: StaticStructureSchema;
|
|
157
167
|
export declare var StartAssessmentFrameworkShareResponse$: StaticStructureSchema;
|
|
158
168
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
159
169
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
160
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
161
170
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
162
171
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
163
172
|
export declare var UpdateAssessmentControlRequest$: StaticStructureSchema;
|
|
@@ -180,9 +189,7 @@ export declare var UpdateSettingsResponse$: StaticStructureSchema;
|
|
|
180
189
|
export declare var URL$: StaticStructureSchema;
|
|
181
190
|
export declare var ValidateAssessmentReportIntegrityRequest$: StaticStructureSchema;
|
|
182
191
|
export declare var ValidateAssessmentReportIntegrityResponse$: StaticStructureSchema;
|
|
183
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
184
192
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
185
|
-
export declare var AuditManagerServiceException$: StaticErrorSchema;
|
|
186
193
|
export declare var AssociateAssessmentReportEvidenceFolder$: StaticOperationSchema;
|
|
187
194
|
export declare var BatchAssociateAssessmentReportEvidence$: StaticOperationSchema;
|
|
188
195
|
export declare var BatchCreateDelegationByAssessment$: StaticOperationSchema;
|
|
@@ -1,9 +1,17 @@
|
|
|
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 AuditManagerServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
10
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
11
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
12
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
13
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
14
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
15
|
export declare var Assessment$: StaticStructureSchema;
|
|
8
16
|
export declare var AssessmentControl$: StaticStructureSchema;
|
|
9
17
|
export declare var AssessmentControlSet$: StaticStructureSchema;
|
|
@@ -118,7 +126,6 @@ export declare var GetSettingsRequest$: StaticStructureSchema;
|
|
|
118
126
|
export declare var GetSettingsResponse$: StaticStructureSchema;
|
|
119
127
|
export declare var Insights$: StaticStructureSchema;
|
|
120
128
|
export declare var InsightsByAssessment$: StaticStructureSchema;
|
|
121
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
122
129
|
export declare var ListAssessmentControlInsightsByControlDomainRequest$: StaticStructureSchema;
|
|
123
130
|
export declare var ListAssessmentControlInsightsByControlDomainResponse$: StaticStructureSchema;
|
|
124
131
|
export declare var ListAssessmentFrameworkShareRequestsRequest$: StaticStructureSchema;
|
|
@@ -150,18 +157,15 @@ export declare var RegisterAccountResponse$: StaticStructureSchema;
|
|
|
150
157
|
export declare var RegisterOrganizationAdminAccountRequest$: StaticStructureSchema;
|
|
151
158
|
export declare var RegisterOrganizationAdminAccountResponse$: StaticStructureSchema;
|
|
152
159
|
export declare var Resource$: StaticStructureSchema;
|
|
153
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
154
160
|
export declare var Role$: StaticStructureSchema;
|
|
155
161
|
export declare var Scope$: StaticStructureSchema;
|
|
156
162
|
export declare var ServiceMetadata$: StaticStructureSchema;
|
|
157
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
158
163
|
export declare var Settings$: StaticStructureSchema;
|
|
159
164
|
export declare var SourceKeyword$: StaticStructureSchema;
|
|
160
165
|
export declare var StartAssessmentFrameworkShareRequest$: StaticStructureSchema;
|
|
161
166
|
export declare var StartAssessmentFrameworkShareResponse$: StaticStructureSchema;
|
|
162
167
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
163
168
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
164
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
165
169
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
166
170
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
167
171
|
export declare var UpdateAssessmentControlRequest$: StaticStructureSchema;
|
|
@@ -184,9 +188,7 @@ export declare var UpdateSettingsResponse$: StaticStructureSchema;
|
|
|
184
188
|
export declare var URL$: StaticStructureSchema;
|
|
185
189
|
export declare var ValidateAssessmentReportIntegrityRequest$: StaticStructureSchema;
|
|
186
190
|
export declare var ValidateAssessmentReportIntegrityResponse$: StaticStructureSchema;
|
|
187
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
188
191
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
189
|
-
export declare var AuditManagerServiceException$: StaticErrorSchema;
|
|
190
192
|
export declare var AssociateAssessmentReportEvidenceFolder$: StaticOperationSchema;
|
|
191
193
|
export declare var BatchAssociateAssessmentReportEvidence$: StaticOperationSchema;
|
|
192
194
|
export declare var BatchCreateDelegationByAssessment$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-auditmanager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Auditmanager 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-auditmanager",
|
|
@@ -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",
|