@aws-sdk/client-securityhub 3.987.0 → 3.989.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultSecurityHubHttpAuthSchemeProvider } 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: "2018-10-26",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.securityhub",
30
+ errorTypeRegistries,
29
31
  version: "2018-10-26",
30
32
  serviceTarget: "SecurityHubAPIService",
31
33
  },
@@ -1107,11 +1107,11 @@ const _CDonne = "ConnectionDirection";
1107
1107
  const _CDont = "ContainerDetails";
1108
1108
  const _CDr = "CreationDate";
1109
1109
  const _CDre = "CreateDate";
1110
- const _CE = "CachingEnabled";
1110
+ const _CE = "ConflictException";
1111
1111
  const _CECA = "CustomEndpointCertificateArn";
1112
1112
  const _CEE = "CustomEndpointEnabled";
1113
1113
  const _CEP = "CookieExpirationPeriod";
1114
- const _CEo = "ConflictException";
1114
+ const _CEa = "CachingEnabled";
1115
1115
  const _CEu = "CustomEndpoint";
1116
1116
  const _CEus = "CustomEndpoints";
1117
1117
  const _CF = "CompositeFilter";
@@ -1939,10 +1939,10 @@ const _IDV = "IsDefaultVersion";
1939
1939
  const _ID_ = "ID";
1940
1940
  const _IDm = "ImageDigest";
1941
1941
  const _IDs = "IsDefault";
1942
- const _IE = "IsEncrypted";
1942
+ const _IE = "InternalException";
1943
1943
  const _IED = "IncludeExecutionData";
1944
1944
  const _IEDT = "InaccessibleEncryptionDateTime";
1945
- const _IEn = "InternalException";
1945
+ const _IEs = "IsEncrypted";
1946
1946
  const _IF = "IpFilters";
1947
1947
  const _IFE = "ImportFindingsError";
1948
1948
  const _IFEL = "ImportFindingsErrorList";
@@ -3157,11 +3157,11 @@ const _TCr = "TracingConfiguration";
3157
3157
  const _TD = "TaskData";
3158
3158
  const _TDA = "TaskDefinitionArn";
3159
3159
  const _TDa = "TaskDefinition";
3160
- const _TE = "TracingEnabled";
3160
+ const _TE = "ThrottlingException";
3161
3161
  const _TEA = "TargetEndpointArn";
3162
3162
  const _TEP = "TransitEncryptionPort";
3163
- const _TEh = "ThrottlingException";
3164
- const _TEr = "TransitEncryption";
3163
+ const _TEr = "TracingEnabled";
3164
+ const _TEra = "TransitEncryption";
3165
3165
  const _TF = "TotalFindings";
3166
3166
  const _TFc = "TcpFlags";
3167
3167
  const _TGA = "TargetGroupArn";
@@ -3335,10 +3335,10 @@ const _VCi = "VisibilityConfig";
3335
3335
  const _VCp = "VpcConfig";
3336
3336
  const _VCpc = "VpcConfiguration";
3337
3337
  const _VD = "ValidationDomain";
3338
- const _VE = "ValidationEmails";
3338
+ const _VE = "ValidationException";
3339
3339
  const _VEA = "VulnerabilitiesExploitAvailable";
3340
3340
  const _VES = "VpnEcmpSupport";
3341
- const _VEa = "ValidationException";
3341
+ const _VEa = "ValidationEmails";
3342
3342
  const _VF = "VolumesFrom";
3343
3343
  const _VFA = "VulnerabilitiesFixAvailable";
3344
3344
  const _VFa = "ValueFrom";
@@ -3417,13 +3417,99 @@ const _e = "error";
3417
3417
  const _h = "http";
3418
3418
  const _hE = "httpError";
3419
3419
  const _hQ = "httpQuery";
3420
- const _s = "server";
3421
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.securityhub";
3420
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.securityhub";
3421
+ const _se = "server";
3422
3422
  const _tK = "tagKeys";
3423
3423
  const n0 = "com.amazonaws.securityhub";
3424
3424
  import { TypeRegistry } from "@smithy/core/schema";
3425
3425
  import { AccessDeniedException, ConflictException, InternalException, InternalServerException, InvalidAccessException, InvalidInputException, LimitExceededException, ResourceConflictException, ResourceInUseException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
3426
3426
  import { SecurityHubServiceException } from "../models/SecurityHubServiceException";
3427
+ const _s_registry = TypeRegistry.for(_s);
3428
+ export var SecurityHubServiceException$ = [-3, _s, "SecurityHubServiceException", 0, [], []];
3429
+ _s_registry.registerError(SecurityHubServiceException$, SecurityHubServiceException);
3430
+ const n0_registry = TypeRegistry.for(n0);
3431
+ export var AccessDeniedException$ = [-3, n0, _ADE,
3432
+ { [_e]: _c, [_hE]: 403 },
3433
+ [_M, _C],
3434
+ [0, 0]
3435
+ ];
3436
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
3437
+ export var ConflictException$ = [-3, n0, _CE,
3438
+ { [_e]: _c, [_hE]: 409 },
3439
+ [_M, _C],
3440
+ [0, 0]
3441
+ ];
3442
+ n0_registry.registerError(ConflictException$, ConflictException);
3443
+ export var InternalException$ = [-3, n0, _IE,
3444
+ { [_e]: _se, [_hE]: 500 },
3445
+ [_M, _C],
3446
+ [0, 0]
3447
+ ];
3448
+ n0_registry.registerError(InternalException$, InternalException);
3449
+ export var InternalServerException$ = [-3, n0, _ISE,
3450
+ { [_e]: _se, [_hE]: 500 },
3451
+ [_M, _C],
3452
+ [0, 0]
3453
+ ];
3454
+ n0_registry.registerError(InternalServerException$, InternalServerException);
3455
+ export var InvalidAccessException$ = [-3, n0, _IAE,
3456
+ { [_e]: _c, [_hE]: 401 },
3457
+ [_M, _C],
3458
+ [0, 0]
3459
+ ];
3460
+ n0_registry.registerError(InvalidAccessException$, InvalidAccessException);
3461
+ export var InvalidInputException$ = [-3, n0, _IIE,
3462
+ { [_e]: _c, [_hE]: 400 },
3463
+ [_M, _C],
3464
+ [0, 0]
3465
+ ];
3466
+ n0_registry.registerError(InvalidInputException$, InvalidInputException);
3467
+ export var LimitExceededException$ = [-3, n0, _LEE,
3468
+ { [_e]: _c, [_hE]: 429 },
3469
+ [_M, _C],
3470
+ [0, 0]
3471
+ ];
3472
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
3473
+ export var ResourceConflictException$ = [-3, n0, _RCE,
3474
+ { [_e]: _c, [_hE]: 409 },
3475
+ [_M, _C],
3476
+ [0, 0]
3477
+ ];
3478
+ n0_registry.registerError(ResourceConflictException$, ResourceConflictException);
3479
+ export var ResourceInUseException$ = [-3, n0, _RIUE,
3480
+ { [_e]: _c, [_hE]: 400 },
3481
+ [_M, _C],
3482
+ [0, 0]
3483
+ ];
3484
+ n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
3485
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
3486
+ { [_e]: _c, [_hE]: 404 },
3487
+ [_M, _C],
3488
+ [0, 0]
3489
+ ];
3490
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
3491
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
3492
+ { [_e]: _c, [_hE]: 402 },
3493
+ [_M, _C],
3494
+ [0, 0]
3495
+ ];
3496
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
3497
+ export var ThrottlingException$ = [-3, n0, _TE,
3498
+ { [_e]: _c, [_hE]: 429 },
3499
+ [_M, _C],
3500
+ [0, 0]
3501
+ ];
3502
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
3503
+ export var ValidationException$ = [-3, n0, _VE,
3504
+ { [_e]: _c, [_hE]: 400 },
3505
+ [_M, _C],
3506
+ [0, 0]
3507
+ ];
3508
+ n0_registry.registerError(ValidationException$, ValidationException);
3509
+ export const errorTypeRegistries = [
3510
+ _s_registry,
3511
+ n0_registry,
3512
+ ];
3427
3513
  export var AcceptAdministratorInvitationRequest$ = [3, n0, _AAIR,
3428
3514
  0,
3429
3515
  [_AI, _II],
@@ -3444,12 +3530,6 @@ export var AcceptInvitationResponse$ = [3, n0, _AIRc,
3444
3530
  [],
3445
3531
  []
3446
3532
  ];
3447
- export var AccessDeniedException$ = [-3, n0, _ADE,
3448
- { [_e]: _c, [_hE]: 403 },
3449
- [_M, _C],
3450
- [0, 0]
3451
- ];
3452
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
3453
3533
  export var AccountDetails$ = [3, n0, _AD,
3454
3534
  0,
3455
3535
  [_AIc, _E],
@@ -3647,7 +3727,7 @@ export var AwsApiGatewayEndpointConfiguration$ = [3, n0, _AAGEC,
3647
3727
  ];
3648
3728
  export var AwsApiGatewayMethodSettings$ = [3, n0, _AAGMS,
3649
3729
  0,
3650
- [_ME, _LL, _DTE, _TBL, _TRL, _CE, _CTIS, _CDE, _RAFCC, _UCCHS, _HM, _RPe],
3730
+ [_ME, _LL, _DTE, _TBL, _TRL, _CEa, _CTIS, _CDE, _RAFCC, _UCCHS, _HM, _RPe],
3651
3731
  [2, 0, 2, 1, 1, 2, 1, 2, 2, 0, 0, 0]
3652
3732
  ];
3653
3733
  export var AwsApiGatewayRestApiDetails$ = [3, n0, _AAGRAD,
@@ -3657,7 +3737,7 @@ export var AwsApiGatewayRestApiDetails$ = [3, n0, _AAGRAD,
3657
3737
  ];
3658
3738
  export var AwsApiGatewayStageDetails$ = [3, n0, _AAGSD,
3659
3739
  0,
3660
- [_DI, _CCI, _SNt, _D, _CCE, _CCS, _CCSa, _MSe, _Va, _DV, _ALS, _CSa, _TE, _CD, _LUD, _WAA],
3740
+ [_DI, _CCI, _SNt, _D, _CCE, _CCS, _CCSa, _MSe, _Va, _DV, _ALS, _CSa, _TEr, _CD, _LUD, _WAA],
3661
3741
  [0, 0, 0, 0, 2, 0, 0, () => AwsApiGatewayMethodSettingsList, 128 | 0, 0, () => AwsApiGatewayAccessLogSettings$, () => AwsApiGatewayCanarySettings$, 2, 0, 0, 0]
3662
3742
  ];
3663
3743
  export var AwsApiGatewayV2ApiDetails$ = [3, n0, _AAGVAD,
@@ -3842,7 +3922,7 @@ export var AwsBackupRecoveryPointCreatedByDetails$ = [3, n0, _ABRPCBD,
3842
3922
  ];
3843
3923
  export var AwsBackupRecoveryPointDetails$ = [3, n0, _ABRPD,
3844
3924
  0,
3845
- [_BSIB, _BVA, _BVN, _CL, _CDo, _CB, _CDr, _EKA, _IRA, _IE, _LRT, _Li, _RPA, _RAe, _RT, _SBVA, _St, _SM, _SC],
3925
+ [_BSIB, _BVA, _BVN, _CL, _CDo, _CB, _CDr, _EKA, _IRA, _IEs, _LRT, _Li, _RPA, _RAe, _RT, _SBVA, _St, _SM, _SC],
3846
3926
  [1, 0, 0, () => AwsBackupRecoveryPointCalculatedLifecycleDetails$, 0, () => AwsBackupRecoveryPointCreatedByDetails$, 0, 0, 0, 2, 0, () => AwsBackupRecoveryPointLifecycleDetails$, 0, 0, 0, 0, 0, 0, 0]
3847
3927
  ];
3848
3928
  export var AwsBackupRecoveryPointLifecycleDetails$ = [3, n0, _ABRPLD,
@@ -3857,7 +3937,7 @@ export var AwsCertificateManagerCertificateDetails$ = [3, n0, _ACMCD,
3857
3937
  ];
3858
3938
  export var AwsCertificateManagerCertificateDomainValidationOption$ = [3, n0, _ACMCDVO,
3859
3939
  0,
3860
- [_DNo, _RRe, _VD, _VE, _VM, _VSa],
3940
+ [_DNo, _RRe, _VD, _VEa, _VM, _VSa],
3861
3941
  [0, () => AwsCertificateManagerCertificateResourceRecord$, 0, 64 | 0, 0, 0]
3862
3942
  ];
3863
3943
  export var AwsCertificateManagerCertificateExtendedKeyUsage$ = [3, n0, _ACMCEKU,
@@ -4792,7 +4872,7 @@ export var AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigD
4792
4872
  ];
4793
4873
  export var AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails$ = [3, n0, _AETDVEVCD,
4794
4874
  0,
4795
- [_ACu, _FI, _RD, _TEr, _TEP],
4875
+ [_ACu, _FI, _RD, _TEra, _TEP],
4796
4876
  [() => AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails$, 0, 0, 0, 1]
4797
4877
  ];
4798
4878
  export var AwsEcsTaskDefinitionVolumesHostDetails$ = [3, n0, _AETDVHD,
@@ -6275,12 +6355,6 @@ export var ConfigurationPolicySummary$ = [3, n0, _CPSo,
6275
6355
  [_Ar, _I, _N, _D, _UA, _SEe],
6276
6356
  [0, 0, 0, 0, 5, 2]
6277
6357
  ];
6278
- export var ConflictException$ = [-3, n0, _CEo,
6279
- { [_e]: _c, [_hE]: 409 },
6280
- [_M, _C],
6281
- [0, 0]
6282
- ];
6283
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
6284
6358
  export var ConnectorSummary$ = [3, n0, _CSon,
6285
6359
  0,
6286
6360
  [_CIo, _N, _PSr, _CA, _CAon, _D],
@@ -7106,30 +7180,6 @@ export var IntegerListConfigurationOptions$ = [3, n0, _ILCO,
7106
7180
  [_DVe, _Mi, _Max, _MIa],
7107
7181
  [64 | 1, 1, 1, 1]
7108
7182
  ];
7109
- export var InternalException$ = [-3, n0, _IEn,
7110
- { [_e]: _s, [_hE]: 500 },
7111
- [_M, _C],
7112
- [0, 0]
7113
- ];
7114
- TypeRegistry.for(n0).registerError(InternalException$, InternalException);
7115
- export var InternalServerException$ = [-3, n0, _ISE,
7116
- { [_e]: _s, [_hE]: 500 },
7117
- [_M, _C],
7118
- [0, 0]
7119
- ];
7120
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
7121
- export var InvalidAccessException$ = [-3, n0, _IAE,
7122
- { [_e]: _c, [_hE]: 401 },
7123
- [_M, _C],
7124
- [0, 0]
7125
- ];
7126
- TypeRegistry.for(n0).registerError(InvalidAccessException$, InvalidAccessException);
7127
- export var InvalidInputException$ = [-3, n0, _IIE,
7128
- { [_e]: _c, [_hE]: 400 },
7129
- [_M, _C],
7130
- [0, 0]
7131
- ];
7132
- TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
7133
7183
  export var Invitation$ = [3, n0, _Inv,
7134
7184
  0,
7135
7185
  [_AIc, _II, _IAnv, _MSemb],
@@ -7180,12 +7230,6 @@ export var KeywordFilter$ = [3, n0, _KF,
7180
7230
  [_Val],
7181
7231
  [0]
7182
7232
  ];
7183
- export var LimitExceededException$ = [-3, n0, _LEE,
7184
- { [_e]: _c, [_hE]: 429 },
7185
- [_M, _C],
7186
- [0, 0]
7187
- ];
7188
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
7189
7233
  export var ListAggregatorsV2Request$ = [3, n0, _LAVR,
7190
7234
  0,
7191
7235
  [_NTe, _MRa],
@@ -7561,12 +7605,6 @@ export var Resource$ = [3, n0, _Reso,
7561
7605
  [_T, _I, _Par, _Reg, _RReso, _Tags, _DCat, _Deta, _ANp, _AAp],
7562
7606
  [0, 0, 0, 0, 0, 128 | 0, () => DataClassificationDetails$, () => ResourceDetails$, 0, 0], 2
7563
7607
  ];
7564
- export var ResourceConflictException$ = [-3, n0, _RCE,
7565
- { [_e]: _c, [_hE]: 409 },
7566
- [_M, _C],
7567
- [0, 0]
7568
- ];
7569
- TypeRegistry.for(n0).registerError(ResourceConflictException$, ResourceConflictException);
7570
7608
  export var ResourceDetails$ = [3, n0, _RDe,
7571
7609
  0,
7572
7610
  [_AASASG, _ACBP, _ACFD, _AEI, _AENI, _AESG, _AEV, _AEVw, _AEE, _AESw, _AENA, _AELB, _AEBE, _AED, _ASB, _ASAPAB, _ASOw, _ASMS, _AIAK, _AIU, _AIP, _AAGVS, _AAGVA, _ADDT, _AAGS, _AAGRA, _ACTT, _ASPC, _ACMC, _ARCw, _AELBw, _AIG, _AIRw, _AKK, _ALF, _ALLV, _ARDI, _AST, _ASQ, _AWWA, _ARDS, _ARDCS, _ARDC, _AECw, _AECws, _AETDw, _Conta, _Ot, _ARES, _AESws, _AASLC, _AEVC, _AECI, _AOSSD, _AEVES, _AXEC, _AWRBR, _AWRRBR, _AER, _AECwsk, _ANFFP, _ANFF, _ANFRG, _ARDSGw, _AKSw, _AETG, _AEAP, _ACFS, _ACWA, _AEVPC, _AWRRG, _AWRR, _AWRWA, _AWR, _AWRG, _AET, _ABBV, _ABBP, _ABRP, _AELT, _ASMNI, _AWWAw, _AWRGw, _AERT, _AAMB, _AASGQA, _AESR, _AGDD, _ASFSM, _AAWG, _AEEw, _ADEw, _AEEws, _ADRT, _ADRI, _ARHZ, _AMC, _ASAP, _AECVE, _CRod],
@@ -7582,18 +7620,6 @@ export var ResourceGroupByRule$ = [3, n0, _RGBR,
7582
7620
  [_GBF, _Filt],
7583
7621
  [0, () => ResourcesFilters$], 1
7584
7622
  ];
7585
- export var ResourceInUseException$ = [-3, n0, _RIUE,
7586
- { [_e]: _c, [_hE]: 400 },
7587
- [_M, _C],
7588
- [0, 0]
7589
- ];
7590
- TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
7591
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
7592
- { [_e]: _c, [_hE]: 404 },
7593
- [_M, _C],
7594
- [0, 0]
7595
- ];
7596
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
7597
7623
  export var ResourceResult$ = [3, n0, _RResou,
7598
7624
  0,
7599
7625
  [_RI, _AIc, _Reg, _RDCTD, _RCeso, _RGe, _RCesou, _RT, _RNes, _RCTD, _FSi, _RTe],
@@ -7834,12 +7860,6 @@ export var ServiceNowUpdateConfiguration$ = [3, n0, _SNUC,
7834
7860
  [_SAec],
7835
7861
  [0]
7836
7862
  ];
7837
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
7838
- { [_e]: _c, [_hE]: 402 },
7839
- [_M, _C],
7840
- [0, 0]
7841
- ];
7842
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
7843
7863
  export var Severity$ = [3, n0, _Se,
7844
7864
  0,
7845
7865
  [_Produ, _Lab, _Norm, _Orig],
@@ -7995,12 +8015,6 @@ export var ThreatIntelIndicator$ = [3, n0, _TIIh,
7995
8015
  [_T, _Val, _Cat, _LOA, _So, _SU],
7996
8016
  [0, 0, 0, 0, 0, 0]
7997
8017
  ];
7998
- export var ThrottlingException$ = [-3, n0, _TEh,
7999
- { [_e]: _c, [_hE]: 429 },
8000
- [_M, _C],
8001
- [0, 0]
8002
- ];
8003
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
8004
8018
  export var TrendsMetricsResult$ = [3, n0, _TMR,
8005
8019
  0,
8006
8020
  [_Times, _TV],
@@ -8176,12 +8190,6 @@ export var UserAccount$ = [3, n0, _UAs,
8176
8190
  [_Ui, _N],
8177
8191
  [0, 0]
8178
8192
  ];
8179
- export var ValidationException$ = [-3, n0, _VEa,
8180
- { [_e]: _c, [_hE]: 400 },
8181
- [_M, _C],
8182
- [0, 0]
8183
- ];
8184
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
8185
8193
  export var VolumeMount$ = [3, n0, _VMol,
8186
8194
  0,
8187
8195
  [_N, _MPou],
@@ -8242,8 +8250,6 @@ export var WorkflowUpdate$ = [3, n0, _WU,
8242
8250
  [_St],
8243
8251
  [0]
8244
8252
  ];
8245
- export var SecurityHubServiceException$ = [-3, _sm, "SecurityHubServiceException", 0, [], []];
8246
- TypeRegistry.for(_sm).registerError(SecurityHubServiceException$, SecurityHubServiceException);
8247
8253
  var AccountDetailsList = [1, n0, _ADL,
8248
8254
  0, () => AccountDetails$
8249
8255
  ];
@@ -1,9 +1,29 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var SecurityHubServiceException$: StaticErrorSchema;
4
+ export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var InternalException$: StaticErrorSchema;
7
+ export declare var InternalServerException$: StaticErrorSchema;
8
+ export declare var InvalidAccessException$: StaticErrorSchema;
9
+ export declare var InvalidInputException$: StaticErrorSchema;
10
+ export declare var LimitExceededException$: StaticErrorSchema;
11
+ export declare var ResourceConflictException$: StaticErrorSchema;
12
+ export declare var ResourceInUseException$: StaticErrorSchema;
13
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
14
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
15
+ export declare var ThrottlingException$: StaticErrorSchema;
16
+ export declare var ValidationException$: StaticErrorSchema;
17
+ /**
18
+ * TypeRegistry instances containing modeled errors.
19
+ * @internal
20
+ *
21
+ */
22
+ export declare const errorTypeRegistries: TypeRegistry[];
2
23
  export declare var AcceptAdministratorInvitationRequest$: StaticStructureSchema;
3
24
  export declare var AcceptAdministratorInvitationResponse$: StaticStructureSchema;
4
25
  export declare var AcceptInvitationRequest$: StaticStructureSchema;
5
26
  export declare var AcceptInvitationResponse$: StaticStructureSchema;
6
- export declare var AccessDeniedException$: StaticErrorSchema;
7
27
  export declare var AccountDetails$: StaticStructureSchema;
8
28
  export declare var Action$: StaticStructureSchema;
9
29
  export declare var ActionLocalIpDetails$: StaticStructureSchema;
@@ -569,7 +589,6 @@ export declare var CompositeFilter$: StaticStructureSchema;
569
589
  export declare var ConfigurationPolicyAssociation$: StaticStructureSchema;
570
590
  export declare var ConfigurationPolicyAssociationSummary$: StaticStructureSchema;
571
591
  export declare var ConfigurationPolicySummary$: StaticStructureSchema;
572
- export declare var ConflictException$: StaticErrorSchema;
573
592
  export declare var ConnectorSummary$: StaticStructureSchema;
574
593
  export declare var ContainerDetails$: StaticStructureSchema;
575
594
  export declare var Country$: StaticStructureSchema;
@@ -735,10 +754,6 @@ export declare var InsightResults$: StaticStructureSchema;
735
754
  export declare var InsightResultValue$: StaticStructureSchema;
736
755
  export declare var IntegerConfigurationOptions$: StaticStructureSchema;
737
756
  export declare var IntegerListConfigurationOptions$: StaticStructureSchema;
738
- export declare var InternalException$: StaticErrorSchema;
739
- export declare var InternalServerException$: StaticErrorSchema;
740
- export declare var InvalidAccessException$: StaticErrorSchema;
741
- export declare var InvalidInputException$: StaticErrorSchema;
742
757
  export declare var Invitation$: StaticStructureSchema;
743
758
  export declare var InviteMembersRequest$: StaticStructureSchema;
744
759
  export declare var InviteMembersResponse$: StaticStructureSchema;
@@ -749,7 +764,6 @@ export declare var JiraCloudDetail$: StaticStructureSchema;
749
764
  export declare var JiraCloudProviderConfiguration$: StaticStructureSchema;
750
765
  export declare var JiraCloudUpdateConfiguration$: StaticStructureSchema;
751
766
  export declare var KeywordFilter$: StaticStructureSchema;
752
- export declare var LimitExceededException$: StaticErrorSchema;
753
767
  export declare var ListAggregatorsV2Request$: StaticStructureSchema;
754
768
  export declare var ListAggregatorsV2Response$: StaticStructureSchema;
755
769
  export declare var ListAutomationRulesRequest$: StaticStructureSchema;
@@ -825,12 +839,9 @@ export declare var RegisterConnectorV2Response$: StaticStructureSchema;
825
839
  export declare var RelatedFinding$: StaticStructureSchema;
826
840
  export declare var Remediation$: StaticStructureSchema;
827
841
  export declare var Resource$: StaticStructureSchema;
828
- export declare var ResourceConflictException$: StaticErrorSchema;
829
842
  export declare var ResourceDetails$: StaticStructureSchema;
830
843
  export declare var ResourceFindingsSummary$: StaticStructureSchema;
831
844
  export declare var ResourceGroupByRule$: StaticStructureSchema;
832
- export declare var ResourceInUseException$: StaticErrorSchema;
833
- export declare var ResourceNotFoundException$: StaticErrorSchema;
834
845
  export declare var ResourceResult$: StaticStructureSchema;
835
846
  export declare var ResourcesCompositeFilter$: StaticStructureSchema;
836
847
  export declare var ResourcesCount$: StaticStructureSchema;
@@ -879,7 +890,6 @@ export declare var Sequence$: StaticStructureSchema;
879
890
  export declare var ServiceNowDetail$: StaticStructureSchema;
880
891
  export declare var ServiceNowProviderConfiguration$: StaticStructureSchema;
881
892
  export declare var ServiceNowUpdateConfiguration$: StaticStructureSchema;
882
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
883
893
  export declare var Severity$: StaticStructureSchema;
884
894
  export declare var SeverityTrendsCount$: StaticStructureSchema;
885
895
  export declare var SeverityUpdate$: StaticStructureSchema;
@@ -911,7 +921,6 @@ export declare var TagResourceRequest$: StaticStructureSchema;
911
921
  export declare var TagResourceResponse$: StaticStructureSchema;
912
922
  export declare var Threat$: StaticStructureSchema;
913
923
  export declare var ThreatIntelIndicator$: StaticStructureSchema;
914
- export declare var ThrottlingException$: StaticErrorSchema;
915
924
  export declare var TrendsMetricsResult$: StaticStructureSchema;
916
925
  export declare var TrendsValues$: StaticStructureSchema;
917
926
  export declare var UnprocessedAutomationRule$: StaticStructureSchema;
@@ -947,7 +956,6 @@ export declare var UpdateSecurityHubConfigurationResponse$: StaticStructureSchem
947
956
  export declare var UpdateStandardsControlRequest$: StaticStructureSchema;
948
957
  export declare var UpdateStandardsControlResponse$: StaticStructureSchema;
949
958
  export declare var UserAccount$: StaticStructureSchema;
950
- export declare var ValidationException$: StaticErrorSchema;
951
959
  export declare var VolumeMount$: StaticStructureSchema;
952
960
  export declare var VpcInfoCidrBlockSetDetails$: StaticStructureSchema;
953
961
  export declare var VpcInfoIpv6CidrBlockSetDetails$: StaticStructureSchema;
@@ -960,7 +968,6 @@ export declare var WafExcludedRule$: StaticStructureSchema;
960
968
  export declare var WafOverrideAction$: StaticStructureSchema;
961
969
  export declare var Workflow$: StaticStructureSchema;
962
970
  export declare var WorkflowUpdate$: StaticStructureSchema;
963
- export declare var SecurityHubServiceException$: StaticErrorSchema;
964
971
  export declare var ConfigurationOptions$: StaticUnionSchema;
965
972
  export declare var Criteria$: StaticUnionSchema;
966
973
  export declare var ParameterValue$: StaticUnionSchema;
@@ -1,14 +1,29 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  StaticUnionSchema,
6
7
  } from "@smithy/types";
8
+ export declare var SecurityHubServiceException$: StaticErrorSchema;
9
+ export declare var AccessDeniedException$: StaticErrorSchema;
10
+ export declare var ConflictException$: StaticErrorSchema;
11
+ export declare var InternalException$: StaticErrorSchema;
12
+ export declare var InternalServerException$: StaticErrorSchema;
13
+ export declare var InvalidAccessException$: StaticErrorSchema;
14
+ export declare var InvalidInputException$: StaticErrorSchema;
15
+ export declare var LimitExceededException$: StaticErrorSchema;
16
+ export declare var ResourceConflictException$: StaticErrorSchema;
17
+ export declare var ResourceInUseException$: StaticErrorSchema;
18
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
19
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
20
+ export declare var ThrottlingException$: StaticErrorSchema;
21
+ export declare var ValidationException$: StaticErrorSchema;
22
+ export declare const errorTypeRegistries: TypeRegistry[];
7
23
  export declare var AcceptAdministratorInvitationRequest$: StaticStructureSchema;
8
24
  export declare var AcceptAdministratorInvitationResponse$: StaticStructureSchema;
9
25
  export declare var AcceptInvitationRequest$: StaticStructureSchema;
10
26
  export declare var AcceptInvitationResponse$: StaticStructureSchema;
11
- export declare var AccessDeniedException$: StaticErrorSchema;
12
27
  export declare var AccountDetails$: StaticStructureSchema;
13
28
  export declare var Action$: StaticStructureSchema;
14
29
  export declare var ActionLocalIpDetails$: StaticStructureSchema;
@@ -574,7 +589,6 @@ export declare var CompositeFilter$: StaticStructureSchema;
574
589
  export declare var ConfigurationPolicyAssociation$: StaticStructureSchema;
575
590
  export declare var ConfigurationPolicyAssociationSummary$: StaticStructureSchema;
576
591
  export declare var ConfigurationPolicySummary$: StaticStructureSchema;
577
- export declare var ConflictException$: StaticErrorSchema;
578
592
  export declare var ConnectorSummary$: StaticStructureSchema;
579
593
  export declare var ContainerDetails$: StaticStructureSchema;
580
594
  export declare var Country$: StaticStructureSchema;
@@ -740,10 +754,6 @@ export declare var InsightResults$: StaticStructureSchema;
740
754
  export declare var InsightResultValue$: StaticStructureSchema;
741
755
  export declare var IntegerConfigurationOptions$: StaticStructureSchema;
742
756
  export declare var IntegerListConfigurationOptions$: StaticStructureSchema;
743
- export declare var InternalException$: StaticErrorSchema;
744
- export declare var InternalServerException$: StaticErrorSchema;
745
- export declare var InvalidAccessException$: StaticErrorSchema;
746
- export declare var InvalidInputException$: StaticErrorSchema;
747
757
  export declare var Invitation$: StaticStructureSchema;
748
758
  export declare var InviteMembersRequest$: StaticStructureSchema;
749
759
  export declare var InviteMembersResponse$: StaticStructureSchema;
@@ -754,7 +764,6 @@ export declare var JiraCloudDetail$: StaticStructureSchema;
754
764
  export declare var JiraCloudProviderConfiguration$: StaticStructureSchema;
755
765
  export declare var JiraCloudUpdateConfiguration$: StaticStructureSchema;
756
766
  export declare var KeywordFilter$: StaticStructureSchema;
757
- export declare var LimitExceededException$: StaticErrorSchema;
758
767
  export declare var ListAggregatorsV2Request$: StaticStructureSchema;
759
768
  export declare var ListAggregatorsV2Response$: StaticStructureSchema;
760
769
  export declare var ListAutomationRulesRequest$: StaticStructureSchema;
@@ -830,12 +839,9 @@ export declare var RegisterConnectorV2Response$: StaticStructureSchema;
830
839
  export declare var RelatedFinding$: StaticStructureSchema;
831
840
  export declare var Remediation$: StaticStructureSchema;
832
841
  export declare var Resource$: StaticStructureSchema;
833
- export declare var ResourceConflictException$: StaticErrorSchema;
834
842
  export declare var ResourceDetails$: StaticStructureSchema;
835
843
  export declare var ResourceFindingsSummary$: StaticStructureSchema;
836
844
  export declare var ResourceGroupByRule$: StaticStructureSchema;
837
- export declare var ResourceInUseException$: StaticErrorSchema;
838
- export declare var ResourceNotFoundException$: StaticErrorSchema;
839
845
  export declare var ResourceResult$: StaticStructureSchema;
840
846
  export declare var ResourcesCompositeFilter$: StaticStructureSchema;
841
847
  export declare var ResourcesCount$: StaticStructureSchema;
@@ -884,7 +890,6 @@ export declare var Sequence$: StaticStructureSchema;
884
890
  export declare var ServiceNowDetail$: StaticStructureSchema;
885
891
  export declare var ServiceNowProviderConfiguration$: StaticStructureSchema;
886
892
  export declare var ServiceNowUpdateConfiguration$: StaticStructureSchema;
887
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
888
893
  export declare var Severity$: StaticStructureSchema;
889
894
  export declare var SeverityTrendsCount$: StaticStructureSchema;
890
895
  export declare var SeverityUpdate$: StaticStructureSchema;
@@ -916,7 +921,6 @@ export declare var TagResourceRequest$: StaticStructureSchema;
916
921
  export declare var TagResourceResponse$: StaticStructureSchema;
917
922
  export declare var Threat$: StaticStructureSchema;
918
923
  export declare var ThreatIntelIndicator$: StaticStructureSchema;
919
- export declare var ThrottlingException$: StaticErrorSchema;
920
924
  export declare var TrendsMetricsResult$: StaticStructureSchema;
921
925
  export declare var TrendsValues$: StaticStructureSchema;
922
926
  export declare var UnprocessedAutomationRule$: StaticStructureSchema;
@@ -952,7 +956,6 @@ export declare var UpdateSecurityHubConfigurationResponse$: StaticStructureSchem
952
956
  export declare var UpdateStandardsControlRequest$: StaticStructureSchema;
953
957
  export declare var UpdateStandardsControlResponse$: StaticStructureSchema;
954
958
  export declare var UserAccount$: StaticStructureSchema;
955
- export declare var ValidationException$: StaticErrorSchema;
956
959
  export declare var VolumeMount$: StaticStructureSchema;
957
960
  export declare var VpcInfoCidrBlockSetDetails$: StaticStructureSchema;
958
961
  export declare var VpcInfoIpv6CidrBlockSetDetails$: StaticStructureSchema;
@@ -965,7 +968,6 @@ export declare var WafExcludedRule$: StaticStructureSchema;
965
968
  export declare var WafOverrideAction$: StaticStructureSchema;
966
969
  export declare var Workflow$: StaticStructureSchema;
967
970
  export declare var WorkflowUpdate$: StaticStructureSchema;
968
- export declare var SecurityHubServiceException$: StaticErrorSchema;
969
971
  export declare var ConfigurationOptions$: StaticUnionSchema;
970
972
  export declare var Criteria$: StaticUnionSchema;
971
973
  export declare var ParameterValue$: StaticUnionSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-securityhub",
3
3
  "description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.989.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-securityhub",
@@ -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.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
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.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
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.13",
42
- "@smithy/middleware-retry": "^4.4.30",
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.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
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.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
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",