@aws-sdk/client-securityhub 3.940.0 → 3.943.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/README.md +8 -8
- package/dist-cjs/index.js +97 -50
- package/dist-es/SecurityHub.js +2 -2
- package/dist-es/commands/{ConnectorRegistrationsV2Command.js → RegisterConnectorV2Command.js} +5 -5
- package/dist-es/commands/index.js +1 -1
- package/dist-es/models/enums.js +9 -0
- package/dist-es/models/errors.js +16 -0
- package/dist-es/schemas/schemas_0.js +57 -37
- package/dist-types/SecurityHub.d.ts +7 -7
- package/dist-types/SecurityHubClient.d.ts +3 -3
- package/dist-types/commands/BatchUpdateFindingsV2Command.d.ts +1 -1
- package/dist-types/commands/CreateAggregatorV2Command.d.ts +4 -1
- package/dist-types/commands/CreateAutomationRuleV2Command.d.ts +8 -5
- package/dist-types/commands/CreateConnectorV2Command.d.ts +7 -4
- package/dist-types/commands/CreateTicketV2Command.d.ts +2 -1
- package/dist-types/commands/DeleteAggregatorV2Command.d.ts +1 -1
- package/dist-types/commands/DeleteAutomationRuleV2Command.d.ts +1 -1
- package/dist-types/commands/DeleteConnectorV2Command.d.ts +1 -1
- package/dist-types/commands/DescribeProductsV2Command.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityHubV2Command.d.ts +1 -1
- package/dist-types/commands/DisableSecurityHubV2Command.d.ts +1 -1
- package/dist-types/commands/EnableSecurityHubV2Command.d.ts +1 -1
- package/dist-types/commands/GetAggregatorV2Command.d.ts +1 -1
- package/dist-types/commands/GetAutomationRuleV2Command.d.ts +5 -5
- package/dist-types/commands/GetConnectorV2Command.d.ts +2 -2
- package/dist-types/commands/GetFindingStatisticsV2Command.d.ts +6 -6
- package/dist-types/commands/GetFindingsTrendsV2Command.d.ts +1 -1
- package/dist-types/commands/GetFindingsV2Command.d.ts +5 -5
- package/dist-types/commands/GetResourcesStatisticsV2Command.d.ts +1 -1
- package/dist-types/commands/GetResourcesTrendsV2Command.d.ts +1 -1
- package/dist-types/commands/GetResourcesV2Command.d.ts +1 -1
- package/dist-types/commands/ListAggregatorsV2Command.d.ts +1 -1
- package/dist-types/commands/ListAutomationRulesV2Command.d.ts +1 -1
- package/dist-types/commands/ListConnectorsV2Command.d.ts +1 -1
- package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/{ConnectorRegistrationsV2Command.d.ts → RegisterConnectorV2Command.d.ts} +23 -23
- package/dist-types/commands/UpdateAggregatorV2Command.d.ts +1 -1
- package/dist-types/commands/UpdateAutomationRuleV2Command.d.ts +5 -5
- package/dist-types/commands/UpdateConnectorV2Command.d.ts +5 -3
- package/dist-types/commands/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +17 -0
- package/dist-types/models/errors.d.ts +14 -0
- package/dist-types/models/models_0.d.ts +5 -5
- package/dist-types/models/models_2.d.ts +45 -43
- package/dist-types/models/models_3.d.ts +51 -30
- package/dist-types/schemas/schemas_0.d.ts +6 -5
- package/dist-types/ts3.4/SecurityHub.d.ts +17 -17
- package/dist-types/ts3.4/SecurityHubClient.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RegisterConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +11 -0
- package/dist-types/ts3.4/models/errors.d.ts +9 -0
- package/dist-types/ts3.4/models/models_2.d.ts +16 -13
- package/dist-types/ts3.4/models/models_3.d.ts +20 -11
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -5
- package/package.json +5 -5
- package/dist-types/ts3.4/commands/ConnectorRegistrationsV2Command.d.ts +0 -51
|
@@ -825,8 +825,8 @@ const _ASsso = "AssociationState";
|
|
|
825
825
|
const _ASssoc = "AssociationSet";
|
|
826
826
|
const _ASssoci = "AssociatedStandards";
|
|
827
827
|
const _ASu = "AuthenticationStrategy";
|
|
828
|
-
const _ASut = "
|
|
829
|
-
const _ASuth = "
|
|
828
|
+
const _ASut = "AuthStatus";
|
|
829
|
+
const _ASuth = "AuthState";
|
|
830
830
|
const _ASuto = "AutonomousSystem";
|
|
831
831
|
const _AT = "ActionType";
|
|
832
832
|
const _ATA = "ActionTargetArn";
|
|
@@ -1210,9 +1210,6 @@ const _CRRGA = "CapacityReservationResourceGroupArn";
|
|
|
1210
1210
|
const _CRRIMBPS = "CurrentRestoreRateInMegaBytesPerSecond";
|
|
1211
1211
|
const _CRS = "CapacityReservationSpecification";
|
|
1212
1212
|
const _CRT = "CapacityReservationTarget";
|
|
1213
|
-
const _CRV = "ConnectorRegistrationsV2";
|
|
1214
|
-
const _CRVR = "ConnectorRegistrationsV2Request";
|
|
1215
|
-
const _CRVRo = "ConnectorRegistrationsV2Response";
|
|
1216
1213
|
const _CRe = "CellReference";
|
|
1217
1214
|
const _CRl = "ClassificationResult";
|
|
1218
1215
|
const _CRo = "CompatibleRuntimes";
|
|
@@ -1239,7 +1236,6 @@ const _CSa = "CanarySettings";
|
|
|
1239
1236
|
const _CSe = "CertificateSource";
|
|
1240
1237
|
const _CSl = "ClusterSettings";
|
|
1241
1238
|
const _CSla = "ClassificationStatus";
|
|
1242
|
-
const _CSli = "ClientSecret";
|
|
1243
1239
|
const _CSlu = "ClusterStatus";
|
|
1244
1240
|
const _CSo = "ConnectionSettings";
|
|
1245
1241
|
const _CSod = "CodeSha256";
|
|
@@ -2658,6 +2654,9 @@ const _RCLA = "ResourceContainerLaunchedAt";
|
|
|
2658
2654
|
const _RCN = "ResourceContainerName";
|
|
2659
2655
|
const _RCTD = "ResourceCreationTimeDt";
|
|
2660
2656
|
const _RCU = "ReadCapacityUnits";
|
|
2657
|
+
const _RCV = "RegisterConnectorV2";
|
|
2658
|
+
const _RCVR = "RegisterConnectorV2Request";
|
|
2659
|
+
const _RCVRe = "RegisterConnectorV2Response";
|
|
2661
2660
|
const _RCe = "RegistryCredential";
|
|
2662
2661
|
const _RCea = "ReasonCode";
|
|
2663
2662
|
const _RCep = "RepositoryCredentials";
|
|
@@ -2876,6 +2875,7 @@ const _SAU = "ServiceAccountUsername";
|
|
|
2876
2875
|
const _SAZ = "SecondaryAvailabilityZone";
|
|
2877
2876
|
const _SAZu = "SubnetAvailabilityZone";
|
|
2878
2877
|
const _SAe = "SecondaryArtifacts";
|
|
2878
|
+
const _SAec = "SecretArn";
|
|
2879
2879
|
const _SAer = "ServiceArn";
|
|
2880
2880
|
const _SAo = "SourceArn";
|
|
2881
2881
|
const _SAt = "StartedAt";
|
|
@@ -3022,8 +3022,8 @@ const _SMs = "SslMode";
|
|
|
3022
3022
|
const _SMu = "SubnetMappings";
|
|
3023
3023
|
const _SN = "ServiceName";
|
|
3024
3024
|
const _SND = "ServiceNowDetail";
|
|
3025
|
-
const _SNES = "SensitiveNonEmptyString";
|
|
3026
3025
|
const _SNPC = "ServiceNowProviderConfiguration";
|
|
3026
|
+
const _SNUC = "ServiceNowUpdateConfiguration";
|
|
3027
3027
|
const _SNe = "ServerName";
|
|
3028
3028
|
const _SNer = "ServiceNow";
|
|
3029
3029
|
const _SNev = "SeverityNormalized";
|
|
@@ -3046,6 +3046,7 @@ const _SPof = "SoftwarePackage";
|
|
|
3046
3046
|
const _SPou = "SourcePort";
|
|
3047
3047
|
const _SPour = "SourcePorts";
|
|
3048
3048
|
const _SPt = "StartPeriod";
|
|
3049
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
3049
3050
|
const _SR = "ServiceRole";
|
|
3050
3051
|
const _SRACA = "StatelessRulesAndCustomActions";
|
|
3051
3052
|
const _SRC = "StatusReasonCode";
|
|
@@ -3421,9 +3422,8 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.securityhub";
|
|
|
3421
3422
|
const _tK = "tagKeys";
|
|
3422
3423
|
const n0 = "com.amazonaws.securityhub";
|
|
3423
3424
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
3424
|
-
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalException as __InternalException, InternalServerException as __InternalServerException, InvalidAccessException as __InvalidAccessException, InvalidInputException as __InvalidInputException, LimitExceededException as __LimitExceededException, ResourceConflictException as __ResourceConflictException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
3425
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalException as __InternalException, InternalServerException as __InternalServerException, InvalidAccessException as __InvalidAccessException, InvalidInputException as __InvalidInputException, LimitExceededException as __LimitExceededException, ResourceConflictException as __ResourceConflictException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
3425
3426
|
import { SecurityHubServiceException as __SecurityHubServiceException } from "../models/SecurityHubServiceException";
|
|
3426
|
-
export var SensitiveNonEmptyString = [0, n0, _SNES, 8, 0];
|
|
3427
3427
|
export var AcceptAdministratorInvitationRequest = [3, n0, _AAIR, 0, [_AI, _II], [0, 0]];
|
|
3428
3428
|
export var AcceptAdministratorInvitationResponse = [3, n0, _AAIRc, 0, [], []];
|
|
3429
3429
|
export var AcceptInvitationRequest = [3, n0, _AIR, 0, [_MI, _II], [0, 0]];
|
|
@@ -8574,8 +8574,6 @@ export var ConflictException = [
|
|
|
8574
8574
|
[0, 0],
|
|
8575
8575
|
];
|
|
8576
8576
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
8577
|
-
export var ConnectorRegistrationsV2Request = [3, n0, _CRVR, 0, [_ACut, _ASut], [0, 0]];
|
|
8578
|
-
export var ConnectorRegistrationsV2Response = [3, n0, _CRVRo, 0, [_CAon, _CIo], [0, 0]];
|
|
8579
8577
|
export var ConnectorSummary = [
|
|
8580
8578
|
3,
|
|
8581
8579
|
n0,
|
|
@@ -8651,9 +8649,16 @@ export var CreateConnectorV2Request = [
|
|
|
8651
8649
|
_CCVR,
|
|
8652
8650
|
0,
|
|
8653
8651
|
[_N, _D, _Prov, _KKA, _Tags, _CTl],
|
|
8654
|
-
[0, 0,
|
|
8652
|
+
[0, 0, () => ProviderConfiguration, 0, 128 | 0, [0, 4]],
|
|
8653
|
+
];
|
|
8654
|
+
export var CreateConnectorV2Response = [
|
|
8655
|
+
3,
|
|
8656
|
+
n0,
|
|
8657
|
+
_CCVRr,
|
|
8658
|
+
0,
|
|
8659
|
+
[_CAon, _CIo, _AUut, _CSonn],
|
|
8660
|
+
[0, 0, 0, 0],
|
|
8655
8661
|
];
|
|
8656
|
-
export var CreateConnectorV2Response = [3, n0, _CCVRr, 0, [_CAon, _CIo, _AUut], [0, 0, 0]];
|
|
8657
8662
|
export var CreateFindingAggregatorRequest = [3, n0, _CFAR, 0, [_RLM, _Regi], [0, 64 | 0]];
|
|
8658
8663
|
export var CreateFindingAggregatorResponse = [
|
|
8659
8664
|
3,
|
|
@@ -8674,7 +8679,14 @@ export var CreateInsightRequest = [
|
|
|
8674
8679
|
export var CreateInsightResponse = [3, n0, _CIRr, 0, [_IAns], [0]];
|
|
8675
8680
|
export var CreateMembersRequest = [3, n0, _CMR, 0, [_AD], [() => AccountDetailsList]];
|
|
8676
8681
|
export var CreateMembersResponse = [3, n0, _CMRr, 0, [_UAnp], [() => ResultList]];
|
|
8677
|
-
export var CreateTicketV2Request = [
|
|
8682
|
+
export var CreateTicketV2Request = [
|
|
8683
|
+
3,
|
|
8684
|
+
n0,
|
|
8685
|
+
_CTVR,
|
|
8686
|
+
0,
|
|
8687
|
+
[_CIo, _FMU, _CTl, _Mod],
|
|
8688
|
+
[0, 0, [0, 4], 0],
|
|
8689
|
+
];
|
|
8678
8690
|
export var CreateTicketV2Response = [3, n0, _CTVRr, 0, [_TIi, _TSU], [0, 0]];
|
|
8679
8691
|
export var CustomDataIdentifiersDetections = [
|
|
8680
8692
|
3,
|
|
@@ -9287,7 +9299,7 @@ export var InviteMembersResponse = [3, n0, _IMRn, 0, [_UAnp], [() => ResultList]
|
|
|
9287
9299
|
export var IpFilter = [3, n0, _IFp, 0, [_Cid], [0]];
|
|
9288
9300
|
export var IpOrganizationDetails = [3, n0, _IOD, 0, [_Asn, _AOs, _Isp, _Org], [1, 0, 0, 0]];
|
|
9289
9301
|
export var Ipv6CidrBlockAssociation = [3, n0, _ICBA, 0, [_AIs, _ICB, _CBSi], [0, 0, 0]];
|
|
9290
|
-
export var JiraCloudDetail = [3, n0, _JCD, 0, [_CIlo, _PK, _Do, _AUut,
|
|
9302
|
+
export var JiraCloudDetail = [3, n0, _JCD, 0, [_CIlo, _PK, _Do, _AUut, _ASut], [0, 0, 0, 0, 0]];
|
|
9291
9303
|
export var JiraCloudProviderConfiguration = [3, n0, _JCPC, 0, [_PK], [0]];
|
|
9292
9304
|
export var JiraCloudUpdateConfiguration = [3, n0, _JCUC, 0, [_PK], [0]];
|
|
9293
9305
|
export var KeywordFilter = [3, n0, _KF, 0, [_Val], [0]];
|
|
@@ -9824,6 +9836,8 @@ export var ProviderSummary = [3, n0, _PSr, 0, [_PNrov, _CSonn], [0, 0]];
|
|
|
9824
9836
|
export var Range = [3, n0, _Ra, 0, [_Star, _End_, _SCta], [1, 1, 1]];
|
|
9825
9837
|
export var Recommendation = [3, n0, _Reco, 0, [_Tex, _Ur], [0, 0]];
|
|
9826
9838
|
export var _Record = [3, n0, _Recor, 0, [_JP, _RIec], [0, 1]];
|
|
9839
|
+
export var RegisterConnectorV2Request = [3, n0, _RCVR, 0, [_ACut, _ASuth], [0, 0]];
|
|
9840
|
+
export var RegisterConnectorV2Response = [3, n0, _RCVRe, 0, [_CAon, _CIo], [0, 0]];
|
|
9827
9841
|
export var RelatedFinding = [3, n0, _RFe, 0, [_PA, _I], [0, 0]];
|
|
9828
9842
|
export var Remediation = [3, n0, _Rem, 0, [_Reco], [() => Recommendation]];
|
|
9829
9843
|
export var Resource = [
|
|
@@ -10391,15 +10405,21 @@ export var Sequence = [
|
|
|
10391
10405
|
[_Ui, _Acto, _Endp, _Sig, _SIeq],
|
|
10392
10406
|
[0, () => ActorsList, () => NetworkEndpointsList, () => SignalsList, () => IndicatorsList],
|
|
10393
10407
|
];
|
|
10394
|
-
export var ServiceNowDetail = [3, n0, _SND, 0, [_INn,
|
|
10395
|
-
export var ServiceNowProviderConfiguration = [
|
|
10396
|
-
|
|
10408
|
+
export var ServiceNowDetail = [3, n0, _SND, 0, [_INn, _SAec, _ASut], [0, 0, 0]];
|
|
10409
|
+
export var ServiceNowProviderConfiguration = [3, n0, _SNPC, 0, [_INn, _SAec], [0, 0]];
|
|
10410
|
+
export var ServiceNowUpdateConfiguration = [3, n0, _SNUC, 0, [_SAec], [0]];
|
|
10411
|
+
export var ServiceQuotaExceededException = [
|
|
10412
|
+
-3,
|
|
10397
10413
|
n0,
|
|
10398
|
-
|
|
10399
|
-
|
|
10400
|
-
|
|
10401
|
-
|
|
10414
|
+
_SQEE,
|
|
10415
|
+
{
|
|
10416
|
+
[_e]: _c,
|
|
10417
|
+
[_hE]: 402,
|
|
10418
|
+
},
|
|
10419
|
+
[_M, _C],
|
|
10420
|
+
[0, 0],
|
|
10402
10421
|
];
|
|
10422
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
10403
10423
|
export var Severity = [3, n0, _Se, 0, [_Produ, _Lab, _Norm, _Orig], [1, 0, 1, 0]];
|
|
10404
10424
|
export var SeverityTrendsCount = [
|
|
10405
10425
|
3,
|
|
@@ -10649,8 +10669,8 @@ export var UpdateConnectorV2Request = [
|
|
|
10649
10669
|
n0,
|
|
10650
10670
|
_UCVR,
|
|
10651
10671
|
0,
|
|
10652
|
-
[_CIo,
|
|
10653
|
-
[[0, 1],
|
|
10672
|
+
[_CIo, _D, _Prov],
|
|
10673
|
+
[[0, 1], 0, () => ProviderUpdateConfiguration],
|
|
10654
10674
|
];
|
|
10655
10675
|
export var UpdateConnectorV2Response = [3, n0, _UCVRp, 0, [], []];
|
|
10656
10676
|
export var UpdateFindingAggregatorRequest = [
|
|
@@ -11936,7 +11956,7 @@ export var ProviderConfiguration = [
|
|
|
11936
11956
|
_PCro,
|
|
11937
11957
|
0,
|
|
11938
11958
|
[_JC, _SNer],
|
|
11939
|
-
[() => JiraCloudProviderConfiguration,
|
|
11959
|
+
[() => JiraCloudProviderConfiguration, () => ServiceNowProviderConfiguration],
|
|
11940
11960
|
];
|
|
11941
11961
|
export var ProviderDetail = [
|
|
11942
11962
|
3,
|
|
@@ -11951,8 +11971,8 @@ export var ProviderUpdateConfiguration = [
|
|
|
11951
11971
|
n0,
|
|
11952
11972
|
_PUC,
|
|
11953
11973
|
0,
|
|
11954
|
-
[_JC],
|
|
11955
|
-
[() => JiraCloudUpdateConfiguration],
|
|
11974
|
+
[_JC, _SNer],
|
|
11975
|
+
[() => JiraCloudUpdateConfiguration, () => ServiceNowUpdateConfiguration],
|
|
11956
11976
|
];
|
|
11957
11977
|
export var Target = [3, n0, _Ta, 0, [_AIc, _OUI, _RIoo], [0, 0, 0]];
|
|
11958
11978
|
export var AcceptAdministratorInvitation = [
|
|
@@ -12095,16 +12115,6 @@ export var BatchUpdateStandardsControlAssociations = [
|
|
|
12095
12115
|
() => BatchUpdateStandardsControlAssociationsRequest,
|
|
12096
12116
|
() => BatchUpdateStandardsControlAssociationsResponse,
|
|
12097
12117
|
];
|
|
12098
|
-
export var ConnectorRegistrationsV2 = [
|
|
12099
|
-
9,
|
|
12100
|
-
n0,
|
|
12101
|
-
_CRV,
|
|
12102
|
-
{
|
|
12103
|
-
[_h]: ["POST", "/connectorsv2/registrations", 200],
|
|
12104
|
-
},
|
|
12105
|
-
() => ConnectorRegistrationsV2Request,
|
|
12106
|
-
() => ConnectorRegistrationsV2Response,
|
|
12107
|
-
];
|
|
12108
12118
|
export var CreateActionTarget = [
|
|
12109
12119
|
9,
|
|
12110
12120
|
n0,
|
|
@@ -12865,6 +12875,16 @@ export var ListTagsForResource = [
|
|
|
12865
12875
|
() => ListTagsForResourceRequest,
|
|
12866
12876
|
() => ListTagsForResourceResponse,
|
|
12867
12877
|
];
|
|
12878
|
+
export var RegisterConnectorV2 = [
|
|
12879
|
+
9,
|
|
12880
|
+
n0,
|
|
12881
|
+
_RCV,
|
|
12882
|
+
{
|
|
12883
|
+
[_h]: ["POST", "/connectorsv2/register", 200],
|
|
12884
|
+
},
|
|
12885
|
+
() => RegisterConnectorV2Request,
|
|
12886
|
+
() => RegisterConnectorV2Response,
|
|
12887
|
+
];
|
|
12868
12888
|
export var StartConfigurationPolicyAssociation = [
|
|
12869
12889
|
9,
|
|
12870
12890
|
n0,
|
|
@@ -13,7 +13,6 @@ import { BatchUpdateAutomationRulesCommandInput, BatchUpdateAutomationRulesComma
|
|
|
13
13
|
import { BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput } from "./commands/BatchUpdateFindingsCommand";
|
|
14
14
|
import { BatchUpdateFindingsV2CommandInput, BatchUpdateFindingsV2CommandOutput } from "./commands/BatchUpdateFindingsV2Command";
|
|
15
15
|
import { BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput } from "./commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
16
|
-
import { ConnectorRegistrationsV2CommandInput, ConnectorRegistrationsV2CommandOutput } from "./commands/ConnectorRegistrationsV2Command";
|
|
17
16
|
import { CreateActionTargetCommandInput, CreateActionTargetCommandOutput } from "./commands/CreateActionTargetCommand";
|
|
18
17
|
import { CreateAggregatorV2CommandInput, CreateAggregatorV2CommandOutput } from "./commands/CreateAggregatorV2Command";
|
|
19
18
|
import { CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput } from "./commands/CreateAutomationRuleCommand";
|
|
@@ -90,6 +89,7 @@ import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccount
|
|
|
90
89
|
import { ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput } from "./commands/ListSecurityControlDefinitionsCommand";
|
|
91
90
|
import { ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput } from "./commands/ListStandardsControlAssociationsCommand";
|
|
92
91
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
92
|
+
import { RegisterConnectorV2CommandInput, RegisterConnectorV2CommandOutput } from "./commands/RegisterConnectorV2Command";
|
|
93
93
|
import { StartConfigurationPolicyAssociationCommandInput, StartConfigurationPolicyAssociationCommandOutput } from "./commands/StartConfigurationPolicyAssociationCommand";
|
|
94
94
|
import { StartConfigurationPolicyDisassociationCommandInput, StartConfigurationPolicyDisassociationCommandOutput } from "./commands/StartConfigurationPolicyDisassociationCommand";
|
|
95
95
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
@@ -193,12 +193,6 @@ export interface SecurityHub {
|
|
|
193
193
|
batchUpdateStandardsControlAssociations(args: BatchUpdateStandardsControlAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateStandardsControlAssociationsCommandOutput>;
|
|
194
194
|
batchUpdateStandardsControlAssociations(args: BatchUpdateStandardsControlAssociationsCommandInput, cb: (err: any, data?: BatchUpdateStandardsControlAssociationsCommandOutput) => void): void;
|
|
195
195
|
batchUpdateStandardsControlAssociations(args: BatchUpdateStandardsControlAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateStandardsControlAssociationsCommandOutput) => void): void;
|
|
196
|
-
/**
|
|
197
|
-
* @see {@link ConnectorRegistrationsV2Command}
|
|
198
|
-
*/
|
|
199
|
-
connectorRegistrationsV2(args: ConnectorRegistrationsV2CommandInput, options?: __HttpHandlerOptions): Promise<ConnectorRegistrationsV2CommandOutput>;
|
|
200
|
-
connectorRegistrationsV2(args: ConnectorRegistrationsV2CommandInput, cb: (err: any, data?: ConnectorRegistrationsV2CommandOutput) => void): void;
|
|
201
|
-
connectorRegistrationsV2(args: ConnectorRegistrationsV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConnectorRegistrationsV2CommandOutput) => void): void;
|
|
202
196
|
/**
|
|
203
197
|
* @see {@link CreateActionTargetCommand}
|
|
204
198
|
*/
|
|
@@ -688,6 +682,12 @@ export interface SecurityHub {
|
|
|
688
682
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
689
683
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
690
684
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
685
|
+
/**
|
|
686
|
+
* @see {@link RegisterConnectorV2Command}
|
|
687
|
+
*/
|
|
688
|
+
registerConnectorV2(args: RegisterConnectorV2CommandInput, options?: __HttpHandlerOptions): Promise<RegisterConnectorV2CommandOutput>;
|
|
689
|
+
registerConnectorV2(args: RegisterConnectorV2CommandInput, cb: (err: any, data?: RegisterConnectorV2CommandOutput) => void): void;
|
|
690
|
+
registerConnectorV2(args: RegisterConnectorV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterConnectorV2CommandOutput) => void): void;
|
|
691
691
|
/**
|
|
692
692
|
* @see {@link StartConfigurationPolicyAssociationCommand}
|
|
693
693
|
*/
|
|
@@ -21,7 +21,6 @@ import { BatchUpdateAutomationRulesCommandInput, BatchUpdateAutomationRulesComma
|
|
|
21
21
|
import { BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput } from "./commands/BatchUpdateFindingsCommand";
|
|
22
22
|
import { BatchUpdateFindingsV2CommandInput, BatchUpdateFindingsV2CommandOutput } from "./commands/BatchUpdateFindingsV2Command";
|
|
23
23
|
import { BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput } from "./commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
24
|
-
import { ConnectorRegistrationsV2CommandInput, ConnectorRegistrationsV2CommandOutput } from "./commands/ConnectorRegistrationsV2Command";
|
|
25
24
|
import { CreateActionTargetCommandInput, CreateActionTargetCommandOutput } from "./commands/CreateActionTargetCommand";
|
|
26
25
|
import { CreateAggregatorV2CommandInput, CreateAggregatorV2CommandOutput } from "./commands/CreateAggregatorV2Command";
|
|
27
26
|
import { CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput } from "./commands/CreateAutomationRuleCommand";
|
|
@@ -98,6 +97,7 @@ import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccount
|
|
|
98
97
|
import { ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput } from "./commands/ListSecurityControlDefinitionsCommand";
|
|
99
98
|
import { ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput } from "./commands/ListStandardsControlAssociationsCommand";
|
|
100
99
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
100
|
+
import { RegisterConnectorV2CommandInput, RegisterConnectorV2CommandOutput } from "./commands/RegisterConnectorV2Command";
|
|
101
101
|
import { StartConfigurationPolicyAssociationCommandInput, StartConfigurationPolicyAssociationCommandOutput } from "./commands/StartConfigurationPolicyAssociationCommand";
|
|
102
102
|
import { StartConfigurationPolicyDisassociationCommandInput, StartConfigurationPolicyDisassociationCommandOutput } from "./commands/StartConfigurationPolicyDisassociationCommand";
|
|
103
103
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
@@ -120,11 +120,11 @@ export { __Client };
|
|
|
120
120
|
/**
|
|
121
121
|
* @public
|
|
122
122
|
*/
|
|
123
|
-
export type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | BatchDeleteAutomationRulesCommandInput | BatchDisableStandardsCommandInput | BatchEnableStandardsCommandInput | BatchGetAutomationRulesCommandInput | BatchGetConfigurationPolicyAssociationsCommandInput | BatchGetSecurityControlsCommandInput | BatchGetStandardsControlAssociationsCommandInput | BatchImportFindingsCommandInput | BatchUpdateAutomationRulesCommandInput | BatchUpdateFindingsCommandInput | BatchUpdateFindingsV2CommandInput | BatchUpdateStandardsControlAssociationsCommandInput |
|
|
123
|
+
export type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | BatchDeleteAutomationRulesCommandInput | BatchDisableStandardsCommandInput | BatchEnableStandardsCommandInput | BatchGetAutomationRulesCommandInput | BatchGetConfigurationPolicyAssociationsCommandInput | BatchGetSecurityControlsCommandInput | BatchGetStandardsControlAssociationsCommandInput | BatchImportFindingsCommandInput | BatchUpdateAutomationRulesCommandInput | BatchUpdateFindingsCommandInput | BatchUpdateFindingsV2CommandInput | BatchUpdateStandardsControlAssociationsCommandInput | CreateActionTargetCommandInput | CreateAggregatorV2CommandInput | CreateAutomationRuleCommandInput | CreateAutomationRuleV2CommandInput | CreateConfigurationPolicyCommandInput | CreateConnectorV2CommandInput | CreateFindingAggregatorCommandInput | CreateInsightCommandInput | CreateMembersCommandInput | CreateTicketV2CommandInput | DeclineInvitationsCommandInput | DeleteActionTargetCommandInput | DeleteAggregatorV2CommandInput | DeleteAutomationRuleV2CommandInput | DeleteConfigurationPolicyCommandInput | DeleteConnectorV2CommandInput | DeleteFindingAggregatorCommandInput | DeleteInsightCommandInput | DeleteInvitationsCommandInput | DeleteMembersCommandInput | DescribeActionTargetsCommandInput | DescribeHubCommandInput | DescribeOrganizationConfigurationCommandInput | DescribeProductsCommandInput | DescribeProductsV2CommandInput | DescribeSecurityHubV2CommandInput | DescribeStandardsCommandInput | DescribeStandardsControlsCommandInput | DisableImportFindingsForProductCommandInput | DisableOrganizationAdminAccountCommandInput | DisableSecurityHubCommandInput | DisableSecurityHubV2CommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableImportFindingsForProductCommandInput | EnableOrganizationAdminAccountCommandInput | EnableSecurityHubCommandInput | EnableSecurityHubV2CommandInput | GetAdministratorAccountCommandInput | GetAggregatorV2CommandInput | GetAutomationRuleV2CommandInput | GetConfigurationPolicyAssociationCommandInput | GetConfigurationPolicyCommandInput | GetConnectorV2CommandInput | GetEnabledStandardsCommandInput | GetFindingAggregatorCommandInput | GetFindingHistoryCommandInput | GetFindingStatisticsV2CommandInput | GetFindingsCommandInput | GetFindingsTrendsV2CommandInput | GetFindingsV2CommandInput | GetInsightResultsCommandInput | GetInsightsCommandInput | GetInvitationsCountCommandInput | GetMasterAccountCommandInput | GetMembersCommandInput | GetResourcesStatisticsV2CommandInput | GetResourcesTrendsV2CommandInput | GetResourcesV2CommandInput | GetSecurityControlDefinitionCommandInput | InviteMembersCommandInput | ListAggregatorsV2CommandInput | ListAutomationRulesCommandInput | ListAutomationRulesV2CommandInput | ListConfigurationPoliciesCommandInput | ListConfigurationPolicyAssociationsCommandInput | ListConnectorsV2CommandInput | ListEnabledProductsForImportCommandInput | ListFindingAggregatorsCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListSecurityControlDefinitionsCommandInput | ListStandardsControlAssociationsCommandInput | ListTagsForResourceCommandInput | RegisterConnectorV2CommandInput | StartConfigurationPolicyAssociationCommandInput | StartConfigurationPolicyDisassociationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateActionTargetCommandInput | UpdateAggregatorV2CommandInput | UpdateAutomationRuleV2CommandInput | UpdateConfigurationPolicyCommandInput | UpdateConnectorV2CommandInput | UpdateFindingAggregatorCommandInput | UpdateFindingsCommandInput | UpdateInsightCommandInput | UpdateOrganizationConfigurationCommandInput | UpdateSecurityControlCommandInput | UpdateSecurityHubConfigurationCommandInput | UpdateStandardsControlCommandInput;
|
|
124
124
|
/**
|
|
125
125
|
* @public
|
|
126
126
|
*/
|
|
127
|
-
export type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | BatchDeleteAutomationRulesCommandOutput | BatchDisableStandardsCommandOutput | BatchEnableStandardsCommandOutput | BatchGetAutomationRulesCommandOutput | BatchGetConfigurationPolicyAssociationsCommandOutput | BatchGetSecurityControlsCommandOutput | BatchGetStandardsControlAssociationsCommandOutput | BatchImportFindingsCommandOutput | BatchUpdateAutomationRulesCommandOutput | BatchUpdateFindingsCommandOutput | BatchUpdateFindingsV2CommandOutput | BatchUpdateStandardsControlAssociationsCommandOutput |
|
|
127
|
+
export type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | BatchDeleteAutomationRulesCommandOutput | BatchDisableStandardsCommandOutput | BatchEnableStandardsCommandOutput | BatchGetAutomationRulesCommandOutput | BatchGetConfigurationPolicyAssociationsCommandOutput | BatchGetSecurityControlsCommandOutput | BatchGetStandardsControlAssociationsCommandOutput | BatchImportFindingsCommandOutput | BatchUpdateAutomationRulesCommandOutput | BatchUpdateFindingsCommandOutput | BatchUpdateFindingsV2CommandOutput | BatchUpdateStandardsControlAssociationsCommandOutput | CreateActionTargetCommandOutput | CreateAggregatorV2CommandOutput | CreateAutomationRuleCommandOutput | CreateAutomationRuleV2CommandOutput | CreateConfigurationPolicyCommandOutput | CreateConnectorV2CommandOutput | CreateFindingAggregatorCommandOutput | CreateInsightCommandOutput | CreateMembersCommandOutput | CreateTicketV2CommandOutput | DeclineInvitationsCommandOutput | DeleteActionTargetCommandOutput | DeleteAggregatorV2CommandOutput | DeleteAutomationRuleV2CommandOutput | DeleteConfigurationPolicyCommandOutput | DeleteConnectorV2CommandOutput | DeleteFindingAggregatorCommandOutput | DeleteInsightCommandOutput | DeleteInvitationsCommandOutput | DeleteMembersCommandOutput | DescribeActionTargetsCommandOutput | DescribeHubCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribeProductsCommandOutput | DescribeProductsV2CommandOutput | DescribeSecurityHubV2CommandOutput | DescribeStandardsCommandOutput | DescribeStandardsControlsCommandOutput | DisableImportFindingsForProductCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisableSecurityHubCommandOutput | DisableSecurityHubV2CommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableImportFindingsForProductCommandOutput | EnableOrganizationAdminAccountCommandOutput | EnableSecurityHubCommandOutput | EnableSecurityHubV2CommandOutput | GetAdministratorAccountCommandOutput | GetAggregatorV2CommandOutput | GetAutomationRuleV2CommandOutput | GetConfigurationPolicyAssociationCommandOutput | GetConfigurationPolicyCommandOutput | GetConnectorV2CommandOutput | GetEnabledStandardsCommandOutput | GetFindingAggregatorCommandOutput | GetFindingHistoryCommandOutput | GetFindingStatisticsV2CommandOutput | GetFindingsCommandOutput | GetFindingsTrendsV2CommandOutput | GetFindingsV2CommandOutput | GetInsightResultsCommandOutput | GetInsightsCommandOutput | GetInvitationsCountCommandOutput | GetMasterAccountCommandOutput | GetMembersCommandOutput | GetResourcesStatisticsV2CommandOutput | GetResourcesTrendsV2CommandOutput | GetResourcesV2CommandOutput | GetSecurityControlDefinitionCommandOutput | InviteMembersCommandOutput | ListAggregatorsV2CommandOutput | ListAutomationRulesCommandOutput | ListAutomationRulesV2CommandOutput | ListConfigurationPoliciesCommandOutput | ListConfigurationPolicyAssociationsCommandOutput | ListConnectorsV2CommandOutput | ListEnabledProductsForImportCommandOutput | ListFindingAggregatorsCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListSecurityControlDefinitionsCommandOutput | ListStandardsControlAssociationsCommandOutput | ListTagsForResourceCommandOutput | RegisterConnectorV2CommandOutput | StartConfigurationPolicyAssociationCommandOutput | StartConfigurationPolicyDisassociationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateActionTargetCommandOutput | UpdateAggregatorV2CommandOutput | UpdateAutomationRuleV2CommandOutput | UpdateConfigurationPolicyCommandOutput | UpdateConnectorV2CommandOutput | UpdateFindingAggregatorCommandOutput | UpdateFindingsCommandOutput | UpdateInsightCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdateSecurityControlCommandOutput | UpdateSecurityHubConfigurationCommandOutput | UpdateStandardsControlCommandOutput;
|
|
128
128
|
/**
|
|
129
129
|
* @public
|
|
130
130
|
*/
|
|
@@ -32,7 +32,7 @@ declare const BatchUpdateFindingsV2Command_base: {
|
|
|
32
32
|
* Delegated administrator accounts can update findings for their account and their member accounts.
|
|
33
33
|
* Member accounts can update findings for their account. <code>BatchUpdateFindings</code> and <code>BatchUpdateFindingV2</code> both use <code>securityhub:BatchUpdateFindings</code> in the <code>Action</code> element of an IAM policy statement.
|
|
34
34
|
* You must have permission to perform the <code>securityhub:BatchUpdateFindings</code> action.
|
|
35
|
-
* Updates from <code>BatchUpdateFindingsV2</code> don't affect the value of f<code>inding_info.modified_time</code>, <code>finding_info.modified_time_dt</code>, <code>time</code>, <code>time_dt for a finding</code
|
|
35
|
+
* Updates from <code>BatchUpdateFindingsV2</code> don't affect the value of f<code>inding_info.modified_time</code>, <code>finding_info.modified_time_dt</code>, <code>time</code>, <code>time_dt for a finding</code>.</p>
|
|
36
36
|
* @example
|
|
37
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
38
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateAggregatorV2Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Enables aggregation across Amazon Web Services Regions
|
|
30
|
+
* <p>Enables aggregation across Amazon Web Services Regions.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -79,6 +79,9 @@ declare const CreateAggregatorV2Command_base: {
|
|
|
79
79
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
80
80
|
* <p>The request was rejected because we can't find the specified resource.</p>
|
|
81
81
|
*
|
|
82
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
83
|
+
* <p>The request was rejected because it would exceed the service quota limit.</p>
|
|
84
|
+
*
|
|
82
85
|
* @throws {@link ThrottlingException} (client fault)
|
|
83
86
|
* <p>
|
|
84
87
|
* The limit on the number of requests per second was exceeded.
|
|
@@ -28,7 +28,7 @@ declare const CreateAutomationRuleV2Command_base: {
|
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
|
-
* <p>Creates a V2 automation rule
|
|
31
|
+
* <p>Creates a V2 automation rule.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -48,7 +48,7 @@ declare const CreateAutomationRuleV2Command_base: {
|
|
|
48
48
|
* { // CompositeFilter
|
|
49
49
|
* StringFilters: [ // OcsfStringFilterList
|
|
50
50
|
* { // OcsfStringFilter
|
|
51
|
-
* FieldName: "metadata.uid" || "activity_name" || "cloud.account.uid" || "cloud.provider" || "cloud.region" || "compliance.assessments.category" || "compliance.assessments.name" || "compliance.control" || "compliance.status" || "compliance.standards" || "finding_info.desc" || "finding_info.src_url" || "finding_info.title" || "finding_info.types" || "finding_info.uid" || "finding_info.related_events.uid" || "finding_info.related_events.product.uid" || "finding_info.related_events.title" || "metadata.product.name" || "metadata.product.uid" || "metadata.product.vendor_name" || "remediation.desc" || "remediation.references" || "resources.cloud_partition" || "resources.region" || "resources.type" || "resources.uid" || "severity" || "status" || "comment" || "vulnerabilities.fix_coverage" || "class_name" || "databucket.encryption_details.algorithm" || "databucket.encryption_details.key_uid" || "databucket.file.data_classifications.classifier_details.type" || "evidences.actor.user.account.uid" || "evidences.api.operation" || "evidences.api.response.error_message" || "evidences.api.service.name" || "evidences.connection_info.direction" || "evidences.connection_info.protocol_name" || "evidences.dst_endpoint.autonomous_system.name" || "evidences.dst_endpoint.location.city" || "evidences.dst_endpoint.location.country" || "evidences.src_endpoint.autonomous_system.name" || "evidences.src_endpoint.hostname" || "evidences.src_endpoint.location.city" || "evidences.src_endpoint.location.country" || "finding_info.analytic.name" || "malware.name" || "malware_scan_info.uid" || "malware.severity" || "resources.cloud_function.layers.uid_alt" || "resources.cloud_function.runtime" || "resources.cloud_function.user.uid" || "resources.device.encryption_details.key_uid" || "resources.device.image.uid" || "resources.image.architecture" || "resources.image.registry_uid" || "resources.image.repository_name" || "resources.image.uid" || "resources.subnet_info.uid" || "resources.vpc_uid" || "vulnerabilities.affected_code.file.path" || "vulnerabilities.affected_packages.name" || "vulnerabilities.cve.epss.score" || "vulnerabilities.cve.uid" || "vulnerabilities.related_vulnerabilities" || "cloud.account.name",
|
|
51
|
+
* FieldName: "metadata.uid" || "activity_name" || "cloud.account.uid" || "cloud.provider" || "cloud.region" || "compliance.assessments.category" || "compliance.assessments.name" || "compliance.control" || "compliance.status" || "compliance.standards" || "finding_info.desc" || "finding_info.src_url" || "finding_info.title" || "finding_info.types" || "finding_info.uid" || "finding_info.related_events.traits.category" || "finding_info.related_events.uid" || "finding_info.related_events.product.uid" || "finding_info.related_events.title" || "metadata.product.name" || "metadata.product.uid" || "metadata.product.vendor_name" || "remediation.desc" || "remediation.references" || "resources.cloud_partition" || "resources.region" || "resources.type" || "resources.uid" || "severity" || "status" || "comment" || "vulnerabilities.fix_coverage" || "class_name" || "databucket.encryption_details.algorithm" || "databucket.encryption_details.key_uid" || "databucket.file.data_classifications.classifier_details.type" || "evidences.actor.user.account.uid" || "evidences.api.operation" || "evidences.api.response.error_message" || "evidences.api.service.name" || "evidences.connection_info.direction" || "evidences.connection_info.protocol_name" || "evidences.dst_endpoint.autonomous_system.name" || "evidences.dst_endpoint.location.city" || "evidences.dst_endpoint.location.country" || "evidences.src_endpoint.autonomous_system.name" || "evidences.src_endpoint.hostname" || "evidences.src_endpoint.location.city" || "evidences.src_endpoint.location.country" || "finding_info.analytic.name" || "malware.name" || "malware_scan_info.uid" || "malware.severity" || "resources.cloud_function.layers.uid_alt" || "resources.cloud_function.runtime" || "resources.cloud_function.user.uid" || "resources.device.encryption_details.key_uid" || "resources.device.image.uid" || "resources.image.architecture" || "resources.image.registry_uid" || "resources.image.repository_name" || "resources.image.uid" || "resources.subnet_info.uid" || "resources.vpc_uid" || "vulnerabilities.affected_code.file.path" || "vulnerabilities.affected_packages.name" || "vulnerabilities.cve.epss.score" || "vulnerabilities.cve.uid" || "vulnerabilities.related_vulnerabilities" || "cloud.account.name" || "vendor_attributes.severity",
|
|
52
52
|
* Filter: { // StringFilter
|
|
53
53
|
* Value: "STRING_VALUE",
|
|
54
54
|
* Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS" || "CONTAINS_WORD",
|
|
@@ -78,7 +78,7 @@ declare const CreateAutomationRuleV2Command_base: {
|
|
|
78
78
|
* ],
|
|
79
79
|
* NumberFilters: [ // OcsfNumberFilterList
|
|
80
80
|
* { // OcsfNumberFilter
|
|
81
|
-
* FieldName: "activity_id" || "compliance.status_id" || "confidence_score" || "severity_id" || "status_id" || "finding_info.related_events_count" || "evidences.api.response.code" || "evidences.dst_endpoint.autonomous_system.number" || "evidences.dst_endpoint.port" || "evidences.src_endpoint.autonomous_system.number" || "evidences.src_endpoint.port" || "resources.image.in_use_count",
|
|
81
|
+
* FieldName: "activity_id" || "compliance.status_id" || "confidence_score" || "severity_id" || "status_id" || "finding_info.related_events_count" || "evidences.api.response.code" || "evidences.dst_endpoint.autonomous_system.number" || "evidences.dst_endpoint.port" || "evidences.src_endpoint.autonomous_system.number" || "evidences.src_endpoint.port" || "resources.image.in_use_count" || "vulnerabilities.cve.cvss.base_score" || "vendor_attributes.severity_id",
|
|
82
82
|
* Filter: { // NumberFilter
|
|
83
83
|
* Gte: Number("double"),
|
|
84
84
|
* Lte: Number("double"),
|
|
@@ -110,7 +110,7 @@ declare const CreateAutomationRuleV2Command_base: {
|
|
|
110
110
|
* {
|
|
111
111
|
* StringFilters: [
|
|
112
112
|
* {
|
|
113
|
-
* FieldName: "metadata.uid" || "activity_name" || "cloud.account.uid" || "cloud.provider" || "cloud.region" || "compliance.assessments.category" || "compliance.assessments.name" || "compliance.control" || "compliance.status" || "compliance.standards" || "finding_info.desc" || "finding_info.src_url" || "finding_info.title" || "finding_info.types" || "finding_info.uid" || "finding_info.related_events.uid" || "finding_info.related_events.product.uid" || "finding_info.related_events.title" || "metadata.product.name" || "metadata.product.uid" || "metadata.product.vendor_name" || "remediation.desc" || "remediation.references" || "resources.cloud_partition" || "resources.region" || "resources.type" || "resources.uid" || "severity" || "status" || "comment" || "vulnerabilities.fix_coverage" || "class_name" || "databucket.encryption_details.algorithm" || "databucket.encryption_details.key_uid" || "databucket.file.data_classifications.classifier_details.type" || "evidences.actor.user.account.uid" || "evidences.api.operation" || "evidences.api.response.error_message" || "evidences.api.service.name" || "evidences.connection_info.direction" || "evidences.connection_info.protocol_name" || "evidences.dst_endpoint.autonomous_system.name" || "evidences.dst_endpoint.location.city" || "evidences.dst_endpoint.location.country" || "evidences.src_endpoint.autonomous_system.name" || "evidences.src_endpoint.hostname" || "evidences.src_endpoint.location.city" || "evidences.src_endpoint.location.country" || "finding_info.analytic.name" || "malware.name" || "malware_scan_info.uid" || "malware.severity" || "resources.cloud_function.layers.uid_alt" || "resources.cloud_function.runtime" || "resources.cloud_function.user.uid" || "resources.device.encryption_details.key_uid" || "resources.device.image.uid" || "resources.image.architecture" || "resources.image.registry_uid" || "resources.image.repository_name" || "resources.image.uid" || "resources.subnet_info.uid" || "resources.vpc_uid" || "vulnerabilities.affected_code.file.path" || "vulnerabilities.affected_packages.name" || "vulnerabilities.cve.epss.score" || "vulnerabilities.cve.uid" || "vulnerabilities.related_vulnerabilities" || "cloud.account.name",
|
|
113
|
+
* FieldName: "metadata.uid" || "activity_name" || "cloud.account.uid" || "cloud.provider" || "cloud.region" || "compliance.assessments.category" || "compliance.assessments.name" || "compliance.control" || "compliance.status" || "compliance.standards" || "finding_info.desc" || "finding_info.src_url" || "finding_info.title" || "finding_info.types" || "finding_info.uid" || "finding_info.related_events.traits.category" || "finding_info.related_events.uid" || "finding_info.related_events.product.uid" || "finding_info.related_events.title" || "metadata.product.name" || "metadata.product.uid" || "metadata.product.vendor_name" || "remediation.desc" || "remediation.references" || "resources.cloud_partition" || "resources.region" || "resources.type" || "resources.uid" || "severity" || "status" || "comment" || "vulnerabilities.fix_coverage" || "class_name" || "databucket.encryption_details.algorithm" || "databucket.encryption_details.key_uid" || "databucket.file.data_classifications.classifier_details.type" || "evidences.actor.user.account.uid" || "evidences.api.operation" || "evidences.api.response.error_message" || "evidences.api.service.name" || "evidences.connection_info.direction" || "evidences.connection_info.protocol_name" || "evidences.dst_endpoint.autonomous_system.name" || "evidences.dst_endpoint.location.city" || "evidences.dst_endpoint.location.country" || "evidences.src_endpoint.autonomous_system.name" || "evidences.src_endpoint.hostname" || "evidences.src_endpoint.location.city" || "evidences.src_endpoint.location.country" || "finding_info.analytic.name" || "malware.name" || "malware_scan_info.uid" || "malware.severity" || "resources.cloud_function.layers.uid_alt" || "resources.cloud_function.runtime" || "resources.cloud_function.user.uid" || "resources.device.encryption_details.key_uid" || "resources.device.image.uid" || "resources.image.architecture" || "resources.image.registry_uid" || "resources.image.repository_name" || "resources.image.uid" || "resources.subnet_info.uid" || "resources.vpc_uid" || "vulnerabilities.affected_code.file.path" || "vulnerabilities.affected_packages.name" || "vulnerabilities.cve.epss.score" || "vulnerabilities.cve.uid" || "vulnerabilities.related_vulnerabilities" || "cloud.account.name" || "vendor_attributes.severity",
|
|
114
114
|
* Filter: {
|
|
115
115
|
* Value: "STRING_VALUE",
|
|
116
116
|
* Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS" || "CONTAINS_WORD",
|
|
@@ -140,7 +140,7 @@ declare const CreateAutomationRuleV2Command_base: {
|
|
|
140
140
|
* ],
|
|
141
141
|
* NumberFilters: [
|
|
142
142
|
* {
|
|
143
|
-
* FieldName: "activity_id" || "compliance.status_id" || "confidence_score" || "severity_id" || "status_id" || "finding_info.related_events_count" || "evidences.api.response.code" || "evidences.dst_endpoint.autonomous_system.number" || "evidences.dst_endpoint.port" || "evidences.src_endpoint.autonomous_system.number" || "evidences.src_endpoint.port" || "resources.image.in_use_count",
|
|
143
|
+
* FieldName: "activity_id" || "compliance.status_id" || "confidence_score" || "severity_id" || "status_id" || "finding_info.related_events_count" || "evidences.api.response.code" || "evidences.dst_endpoint.autonomous_system.number" || "evidences.dst_endpoint.port" || "evidences.src_endpoint.autonomous_system.number" || "evidences.src_endpoint.port" || "resources.image.in_use_count" || "vulnerabilities.cve.cvss.base_score" || "vendor_attributes.severity_id",
|
|
144
144
|
* Filter: {
|
|
145
145
|
* Gte: Number("double"),
|
|
146
146
|
* Lte: Number("double"),
|
|
@@ -222,6 +222,9 @@ declare const CreateAutomationRuleV2Command_base: {
|
|
|
222
222
|
* The request has failed due to an internal failure of the service.
|
|
223
223
|
* </p>
|
|
224
224
|
*
|
|
225
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
226
|
+
* <p>The request was rejected because it would exceed the service quota limit.</p>
|
|
227
|
+
*
|
|
225
228
|
* @throws {@link ThrottlingException} (client fault)
|
|
226
229
|
* <p>
|
|
227
230
|
* The limit on the number of requests per second was exceeded.
|
|
@@ -27,7 +27,7 @@ declare const CreateConnectorV2Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Grants permission to create a connectorV2 based on input parameters
|
|
30
|
+
* <p>Grants permission to create a connectorV2 based on input parameters.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -45,8 +45,7 @@ declare const CreateConnectorV2Command_base: {
|
|
|
45
45
|
* },
|
|
46
46
|
* ServiceNow: { // ServiceNowProviderConfiguration
|
|
47
47
|
* InstanceName: "STRING_VALUE", // required
|
|
48
|
-
*
|
|
49
|
-
* ClientSecret: "STRING_VALUE", // required
|
|
48
|
+
* SecretArn: "STRING_VALUE", // required
|
|
50
49
|
* },
|
|
51
50
|
* },
|
|
52
51
|
* KmsKeyArn: "STRING_VALUE",
|
|
@@ -58,9 +57,10 @@ declare const CreateConnectorV2Command_base: {
|
|
|
58
57
|
* const command = new CreateConnectorV2Command(input);
|
|
59
58
|
* const response = await client.send(command);
|
|
60
59
|
* // { // CreateConnectorV2Response
|
|
61
|
-
* // ConnectorArn: "STRING_VALUE",
|
|
60
|
+
* // ConnectorArn: "STRING_VALUE", // required
|
|
62
61
|
* // ConnectorId: "STRING_VALUE", // required
|
|
63
62
|
* // AuthUrl: "STRING_VALUE",
|
|
63
|
+
* // ConnectorStatus: "CONNECTED" || "FAILED_TO_CONNECT" || "PENDING_CONFIGURATION" || "PENDING_AUTHORIZATION",
|
|
64
64
|
* // };
|
|
65
65
|
*
|
|
66
66
|
* ```
|
|
@@ -85,6 +85,9 @@ declare const CreateConnectorV2Command_base: {
|
|
|
85
85
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
86
86
|
* <p>The request was rejected because we can't find the specified resource.</p>
|
|
87
87
|
*
|
|
88
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
89
|
+
* <p>The request was rejected because it would exceed the service quota limit.</p>
|
|
90
|
+
*
|
|
88
91
|
* @throws {@link ThrottlingException} (client fault)
|
|
89
92
|
* <p>
|
|
90
93
|
* The limit on the number of requests per second was exceeded.
|
|
@@ -27,7 +27,7 @@ declare const CreateTicketV2Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Grants permission to create a ticket in the chosen ITSM based on finding information for the provided finding metadata UID
|
|
30
|
+
* <p>Grants permission to create a ticket in the chosen ITSM based on finding information for the provided finding metadata UID.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -40,6 +40,7 @@ declare const CreateTicketV2Command_base: {
|
|
|
40
40
|
* ConnectorId: "STRING_VALUE", // required
|
|
41
41
|
* FindingMetadataUid: "STRING_VALUE", // required
|
|
42
42
|
* ClientToken: "STRING_VALUE",
|
|
43
|
+
* Mode: "DRYRUN",
|
|
43
44
|
* };
|
|
44
45
|
* const command = new CreateTicketV2Command(input);
|
|
45
46
|
* const response = await client.send(command);
|
|
@@ -27,7 +27,7 @@ declare const DeleteAggregatorV2Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes the Aggregator V2
|
|
30
|
+
* <p>Deletes the Aggregator V2.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DeleteAutomationRuleV2Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a V2 automation rule
|
|
30
|
+
* <p>Deletes a V2 automation rule.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DeleteConnectorV2Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Grants permission to delete a connectorV2
|
|
30
|
+
* <p>Grants permission to delete a connectorV2.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DescribeProductsV2Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets information about the product integration
|
|
30
|
+
* <p>Gets information about the product integration.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DescribeSecurityHubV2Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns details about the service resource in your account
|
|
30
|
+
* <p>Returns details about the service resource in your account.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DisableSecurityHubV2Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Disable the service for the current Amazon Web Services Region or specified Amazon Web Services Region
|
|
30
|
+
* <p>Disable the service for the current Amazon Web Services Region or specified Amazon Web Services Region.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const EnableSecurityHubV2Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Enables the service in account for the current Amazon Web Services Region or specified Amazon Web Services Region
|
|
30
|
+
* <p>Enables the service in account for the current Amazon Web Services Region or specified Amazon Web Services Region.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const GetAggregatorV2Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns the configuration of the specified Aggregator V2
|
|
30
|
+
* <p>Returns the configuration of the specified Aggregator V2.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|