@aws-sdk/client-securityhub 3.428.0 → 3.429.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-types/models/models_0.d.ts +10 -10
- package/dist-types/models/models_1.d.ts +7 -7
- package/dist-types/models/models_2.d.ts +37 -37
- package/dist-types/ts3.4/models/models_0.d.ts +10 -10
- package/dist-types/ts3.4/models/models_1.d.ts +7 -7
- package/dist-types/ts3.4/models/models_2.d.ts +37 -37
- package/package.json +5 -5
|
@@ -644,7 +644,7 @@ export interface SeverityUpdate {
|
|
|
644
644
|
* </li>
|
|
645
645
|
* </ul>
|
|
646
646
|
*/
|
|
647
|
-
Label?: SeverityLabel
|
|
647
|
+
Label?: SeverityLabel;
|
|
648
648
|
}
|
|
649
649
|
/**
|
|
650
650
|
* @public
|
|
@@ -718,7 +718,7 @@ export interface WorkflowUpdate {
|
|
|
718
718
|
* </li>
|
|
719
719
|
* </ul>
|
|
720
720
|
*/
|
|
721
|
-
Status?: WorkflowStatus
|
|
721
|
+
Status?: WorkflowStatus;
|
|
722
722
|
}
|
|
723
723
|
/**
|
|
724
724
|
* @public
|
|
@@ -743,7 +743,7 @@ export interface AutomationRulesFindingFieldsUpdate {
|
|
|
743
743
|
* The rule action updates the <code>VerificationState</code> field of a finding.
|
|
744
744
|
* </p>
|
|
745
745
|
*/
|
|
746
|
-
VerificationState?: VerificationState
|
|
746
|
+
VerificationState?: VerificationState;
|
|
747
747
|
/**
|
|
748
748
|
* @public
|
|
749
749
|
* <p>
|
|
@@ -813,7 +813,7 @@ export interface AutomationRulesAction {
|
|
|
813
813
|
* the <i>Security Hub User Guide</i>.
|
|
814
814
|
* </p>
|
|
815
815
|
*/
|
|
816
|
-
Type?: AutomationRulesActionType
|
|
816
|
+
Type?: AutomationRulesActionType;
|
|
817
817
|
/**
|
|
818
818
|
* @public
|
|
819
819
|
* <p>
|
|
@@ -887,7 +887,7 @@ export interface AdminAccount {
|
|
|
887
887
|
* <p>The current status of the Security Hub administrator account. Indicates whether the account is
|
|
888
888
|
* currently enabled as a Security Hub administrator.</p>
|
|
889
889
|
*/
|
|
890
|
-
Status?: AdminStatus
|
|
890
|
+
Status?: AdminStatus;
|
|
891
891
|
}
|
|
892
892
|
/**
|
|
893
893
|
* @public
|
|
@@ -1114,7 +1114,7 @@ export interface StringFilter {
|
|
|
1114
1114
|
* <code>CONTAINS</code> and <code>NOT_CONTAINS</code> operators can be used only with automation rules. For more information,
|
|
1115
1115
|
* see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html">Automation rules</a> in the <i>Security Hub User Guide</i>.</p>
|
|
1116
1116
|
*/
|
|
1117
|
-
Comparison?: StringFilterComparison
|
|
1117
|
+
Comparison?: StringFilterComparison;
|
|
1118
1118
|
}
|
|
1119
1119
|
/**
|
|
1120
1120
|
* @public
|
|
@@ -1165,7 +1165,7 @@ export interface DateRange {
|
|
|
1165
1165
|
* @public
|
|
1166
1166
|
* <p>A date range unit for the date filter.</p>
|
|
1167
1167
|
*/
|
|
1168
|
-
Unit?: DateRangeUnit
|
|
1168
|
+
Unit?: DateRangeUnit;
|
|
1169
1169
|
}
|
|
1170
1170
|
/**
|
|
1171
1171
|
* @public
|
|
@@ -1278,7 +1278,7 @@ export interface MapFilter {
|
|
|
1278
1278
|
* <code>CONTAINS</code> and <code>NOT_CONTAINS</code> operators can be used only with automation rules. For more information,
|
|
1279
1279
|
* see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html">Automation rules</a> in the <i>Security Hub User Guide</i>.</p>
|
|
1280
1280
|
*/
|
|
1281
|
-
Comparison?: MapFilterComparison
|
|
1281
|
+
Comparison?: MapFilterComparison;
|
|
1282
1282
|
}
|
|
1283
1283
|
/**
|
|
1284
1284
|
* @public
|
|
@@ -1699,7 +1699,7 @@ export interface AutomationRulesConfig {
|
|
|
1699
1699
|
* and finding updates after the rule is created.
|
|
1700
1700
|
* </p>
|
|
1701
1701
|
*/
|
|
1702
|
-
RuleStatus?: RuleStatus
|
|
1702
|
+
RuleStatus?: RuleStatus;
|
|
1703
1703
|
/**
|
|
1704
1704
|
* @public
|
|
1705
1705
|
* <p> An integer ranging from 1 to 1000 that represents the order in which the rule action is
|
|
@@ -1801,7 +1801,7 @@ export interface AutomationRulesMetadata {
|
|
|
1801
1801
|
* </a>.
|
|
1802
1802
|
* </p>
|
|
1803
1803
|
*/
|
|
1804
|
-
RuleStatus?: RuleStatus
|
|
1804
|
+
RuleStatus?: RuleStatus;
|
|
1805
1805
|
/**
|
|
1806
1806
|
* @public
|
|
1807
1807
|
* <p>An integer ranging from 1 to 1000 that represents the order in which the rule action is
|
|
@@ -2016,7 +2016,7 @@ export interface AwsIamAccessKeyDetails {
|
|
|
2016
2016
|
* @public
|
|
2017
2017
|
* <p>The status of the IAM access key related to a finding.</p>
|
|
2018
2018
|
*/
|
|
2019
|
-
Status?: AwsIamAccessKeyStatus
|
|
2019
|
+
Status?: AwsIamAccessKeyStatus;
|
|
2020
2020
|
/**
|
|
2021
2021
|
* @public
|
|
2022
2022
|
* <p>Indicates when the IAM access key was created.</p>
|
|
@@ -6776,7 +6776,7 @@ export interface AwsS3BucketNotificationConfigurationS3KeyFilterRule {
|
|
|
6776
6776
|
* @public
|
|
6777
6777
|
* <p>Indicates whether the filter is based on the prefix or suffix of the Amazon S3 key.</p>
|
|
6778
6778
|
*/
|
|
6779
|
-
Name?: AwsS3BucketNotificationConfigurationS3KeyFilterRuleName
|
|
6779
|
+
Name?: AwsS3BucketNotificationConfigurationS3KeyFilterRuleName;
|
|
6780
6780
|
/**
|
|
6781
6781
|
* @public
|
|
6782
6782
|
* <p>The filter value.</p>
|
|
@@ -7499,7 +7499,7 @@ export interface Compliance {
|
|
|
7499
7499
|
* </li>
|
|
7500
7500
|
* </ul>
|
|
7501
7501
|
*/
|
|
7502
|
-
Status?: ComplianceStatus
|
|
7502
|
+
Status?: ComplianceStatus;
|
|
7503
7503
|
/**
|
|
7504
7504
|
* @public
|
|
7505
7505
|
* <p>For a control, the industry or regulatory framework requirements that are related to the
|
|
@@ -7537,7 +7537,7 @@ export interface FindingProviderSeverity {
|
|
|
7537
7537
|
* @public
|
|
7538
7538
|
* <p>The severity label assigned to the finding by the finding provider.</p>
|
|
7539
7539
|
*/
|
|
7540
|
-
Label?: SeverityLabel
|
|
7540
|
+
Label?: SeverityLabel;
|
|
7541
7541
|
/**
|
|
7542
7542
|
* @public
|
|
7543
7543
|
* <p>The finding provider's original value for the severity.</p>
|
|
@@ -7667,7 +7667,7 @@ export interface Malware {
|
|
|
7667
7667
|
* @public
|
|
7668
7668
|
* <p>The type of the malware that was observed.</p>
|
|
7669
7669
|
*/
|
|
7670
|
-
Type?: MalwareType
|
|
7670
|
+
Type?: MalwareType;
|
|
7671
7671
|
/**
|
|
7672
7672
|
* @public
|
|
7673
7673
|
* <p>The file system path of the malware that was observed.</p>
|
|
@@ -7677,7 +7677,7 @@ export interface Malware {
|
|
|
7677
7677
|
* @public
|
|
7678
7678
|
* <p>The state of the malware that was observed.</p>
|
|
7679
7679
|
*/
|
|
7680
|
-
State?: MalwareState
|
|
7680
|
+
State?: MalwareState;
|
|
7681
7681
|
}
|
|
7682
7682
|
/**
|
|
7683
7683
|
* @public
|
|
@@ -7716,7 +7716,7 @@ export interface Network {
|
|
|
7716
7716
|
* @public
|
|
7717
7717
|
* <p>The direction of network traffic associated with a finding.</p>
|
|
7718
7718
|
*/
|
|
7719
|
-
Direction?: NetworkDirection
|
|
7719
|
+
Direction?: NetworkDirection;
|
|
7720
7720
|
/**
|
|
7721
7721
|
* @public
|
|
7722
7722
|
* <p>The protocol of network-related information about a finding.</p>
|
|
@@ -1108,7 +1108,7 @@ export interface Resource {
|
|
|
1108
1108
|
* @public
|
|
1109
1109
|
* <p>The canonical Amazon Web Services partition name that the Region is assigned to.</p>
|
|
1110
1110
|
*/
|
|
1111
|
-
Partition?: Partition
|
|
1111
|
+
Partition?: Partition;
|
|
1112
1112
|
/**
|
|
1113
1113
|
* @public
|
|
1114
1114
|
* <p>The canonical Amazon Web Services external Region name where this resource is located.</p>
|
|
@@ -1207,7 +1207,7 @@ export interface Severity {
|
|
|
1207
1207
|
* </li>
|
|
1208
1208
|
* </ul>
|
|
1209
1209
|
*/
|
|
1210
|
-
Label?: SeverityLabel
|
|
1210
|
+
Label?: SeverityLabel;
|
|
1211
1211
|
/**
|
|
1212
1212
|
* @public
|
|
1213
1213
|
* <p>Deprecated. The normalized severity of a finding. This attribute is being deprecated.
|
|
@@ -1290,7 +1290,7 @@ export interface ThreatIntelIndicator {
|
|
|
1290
1290
|
* @public
|
|
1291
1291
|
* <p>The type of threat intelligence indicator.</p>
|
|
1292
1292
|
*/
|
|
1293
|
-
Type?: ThreatIntelIndicatorType
|
|
1293
|
+
Type?: ThreatIntelIndicatorType;
|
|
1294
1294
|
/**
|
|
1295
1295
|
* @public
|
|
1296
1296
|
* <p>The value of a threat intelligence indicator.</p>
|
|
@@ -1300,7 +1300,7 @@ export interface ThreatIntelIndicator {
|
|
|
1300
1300
|
* @public
|
|
1301
1301
|
* <p>The category of a threat intelligence indicator.</p>
|
|
1302
1302
|
*/
|
|
1303
|
-
Category?: ThreatIntelIndicatorCategory
|
|
1303
|
+
Category?: ThreatIntelIndicatorCategory;
|
|
1304
1304
|
/**
|
|
1305
1305
|
* @public
|
|
1306
1306
|
* <p>Indicates when the most recent instance of a threat intelligence indicator was
|
|
@@ -1665,7 +1665,7 @@ export interface Vulnerability {
|
|
|
1665
1665
|
* </li>
|
|
1666
1666
|
* </ul>
|
|
1667
1667
|
*/
|
|
1668
|
-
FixAvailable?: VulnerabilityFixAvailable
|
|
1668
|
+
FixAvailable?: VulnerabilityFixAvailable;
|
|
1669
1669
|
/**
|
|
1670
1670
|
* @public
|
|
1671
1671
|
* <p>The Exploit Prediction Scoring System (EPSS) score for a finding.
|
|
@@ -1677,7 +1677,7 @@ export interface Vulnerability {
|
|
|
1677
1677
|
* <p>Whether an exploit is available for a finding.
|
|
1678
1678
|
* </p>
|
|
1679
1679
|
*/
|
|
1680
|
-
ExploitAvailable?: VulnerabilityExploitAvailable
|
|
1680
|
+
ExploitAvailable?: VulnerabilityExploitAvailable;
|
|
1681
1681
|
/**
|
|
1682
1682
|
* @public
|
|
1683
1683
|
* <p>The vulnerabilities found in your Lambda function code. This field pertains to findings that
|
|
@@ -1732,7 +1732,7 @@ export interface Workflow {
|
|
|
1732
1732
|
* </li>
|
|
1733
1733
|
* </ul>
|
|
1734
1734
|
*/
|
|
1735
|
-
Status?: WorkflowStatus
|
|
1735
|
+
Status?: WorkflowStatus;
|
|
1736
1736
|
}
|
|
1737
1737
|
/**
|
|
1738
1738
|
* @public
|
|
@@ -1961,14 +1961,14 @@ export interface AwsSecurityFinding {
|
|
|
1961
1961
|
* @public
|
|
1962
1962
|
* <p>Indicates the veracity of a finding. </p>
|
|
1963
1963
|
*/
|
|
1964
|
-
VerificationState?: VerificationState
|
|
1964
|
+
VerificationState?: VerificationState;
|
|
1965
1965
|
/**
|
|
1966
1966
|
* @public
|
|
1967
1967
|
* @deprecated
|
|
1968
1968
|
*
|
|
1969
1969
|
* <p>The workflow state of a finding. </p>
|
|
1970
1970
|
*/
|
|
1971
|
-
WorkflowState?: WorkflowState
|
|
1971
|
+
WorkflowState?: WorkflowState;
|
|
1972
1972
|
/**
|
|
1973
1973
|
* @public
|
|
1974
1974
|
* <p>Provides information about the status of the investigation into a finding.</p>
|
|
@@ -1978,7 +1978,7 @@ export interface AwsSecurityFinding {
|
|
|
1978
1978
|
* @public
|
|
1979
1979
|
* <p>The record state of a finding.</p>
|
|
1980
1980
|
*/
|
|
1981
|
-
RecordState?: RecordState
|
|
1981
|
+
RecordState?: RecordState;
|
|
1982
1982
|
/**
|
|
1983
1983
|
* @public
|
|
1984
1984
|
* <p>A list of related findings.</p>
|
|
@@ -2803,7 +2803,7 @@ export interface StandardsStatusReason {
|
|
|
2803
2803
|
* @public
|
|
2804
2804
|
* <p>The reason code that represents the reason for the current status of a standard subscription.</p>
|
|
2805
2805
|
*/
|
|
2806
|
-
StatusReasonCode: StatusReasonCode |
|
|
2806
|
+
StatusReasonCode: StatusReasonCode | undefined;
|
|
2807
2807
|
}
|
|
2808
2808
|
/**
|
|
2809
2809
|
* @public
|
|
@@ -2852,7 +2852,7 @@ export interface StandardsSubscription {
|
|
|
2852
2852
|
* </li>
|
|
2853
2853
|
* </ul>
|
|
2854
2854
|
*/
|
|
2855
|
-
StandardsStatus: StandardsStatus |
|
|
2855
|
+
StandardsStatus: StandardsStatus | undefined;
|
|
2856
2856
|
/**
|
|
2857
2857
|
* @public
|
|
2858
2858
|
* <p>The reason for the current status.</p>
|
|
@@ -3026,14 +3026,14 @@ export interface SecurityControl {
|
|
|
3026
3026
|
* <i>Security Hub User Guide</i>.
|
|
3027
3027
|
* </p>
|
|
3028
3028
|
*/
|
|
3029
|
-
SeverityRating: SeverityRating |
|
|
3029
|
+
SeverityRating: SeverityRating | undefined;
|
|
3030
3030
|
/**
|
|
3031
3031
|
* @public
|
|
3032
3032
|
* <p>
|
|
3033
3033
|
* The enablement status of a security control in a specific standard.
|
|
3034
3034
|
* </p>
|
|
3035
3035
|
*/
|
|
3036
|
-
SecurityControlStatus: ControlStatus |
|
|
3036
|
+
SecurityControlStatus: ControlStatus | undefined;
|
|
3037
3037
|
}
|
|
3038
3038
|
/**
|
|
3039
3039
|
* @public
|
|
@@ -3067,7 +3067,7 @@ export interface UnprocessedSecurityControl {
|
|
|
3067
3067
|
* The error code for the unprocessed security control.
|
|
3068
3068
|
* </p>
|
|
3069
3069
|
*/
|
|
3070
|
-
ErrorCode: UnprocessedErrorCode |
|
|
3070
|
+
ErrorCode: UnprocessedErrorCode | undefined;
|
|
3071
3071
|
/**
|
|
3072
3072
|
* @public
|
|
3073
3073
|
* <p>
|
|
@@ -3167,7 +3167,7 @@ export interface StandardsControlAssociationDetail {
|
|
|
3167
3167
|
* Specifies whether a control is enabled or disabled in a specified standard.
|
|
3168
3168
|
* </p>
|
|
3169
3169
|
*/
|
|
3170
|
-
AssociationStatus: AssociationStatus |
|
|
3170
|
+
AssociationStatus: AssociationStatus | undefined;
|
|
3171
3171
|
/**
|
|
3172
3172
|
* @public
|
|
3173
3173
|
* <p>
|
|
@@ -3232,7 +3232,7 @@ export interface UnprocessedStandardsControlAssociation {
|
|
|
3232
3232
|
* <p>The error code for the unprocessed standard and control association.
|
|
3233
3233
|
* </p>
|
|
3234
3234
|
*/
|
|
3235
|
-
ErrorCode: UnprocessedErrorCode |
|
|
3235
|
+
ErrorCode: UnprocessedErrorCode | undefined;
|
|
3236
3236
|
/**
|
|
3237
3237
|
* @public
|
|
3238
3238
|
* <p>The reason why the standard and control association was unprocessed. </p>
|
|
@@ -3338,7 +3338,7 @@ export interface UpdateAutomationRulesRequestItem {
|
|
|
3338
3338
|
* </a>.
|
|
3339
3339
|
* </p>
|
|
3340
3340
|
*/
|
|
3341
|
-
RuleStatus?: RuleStatus
|
|
3341
|
+
RuleStatus?: RuleStatus;
|
|
3342
3342
|
/**
|
|
3343
3343
|
* @public
|
|
3344
3344
|
* <p> An integer ranging from 1 to 1000 that represents the order in which the rule action is
|
|
@@ -3466,7 +3466,7 @@ export interface BatchUpdateFindingsRequest {
|
|
|
3466
3466
|
* </li>
|
|
3467
3467
|
* </ul>
|
|
3468
3468
|
*/
|
|
3469
|
-
VerificationState?: VerificationState
|
|
3469
|
+
VerificationState?: VerificationState;
|
|
3470
3470
|
/**
|
|
3471
3471
|
* @public
|
|
3472
3472
|
* <p>The updated value for the finding confidence. Confidence is defined as the likelihood
|
|
@@ -3649,7 +3649,7 @@ export interface StandardsControlAssociationUpdate {
|
|
|
3649
3649
|
* @public
|
|
3650
3650
|
* <p>The desired enablement status of the control in the standard.</p>
|
|
3651
3651
|
*/
|
|
3652
|
-
AssociationStatus: AssociationStatus |
|
|
3652
|
+
AssociationStatus: AssociationStatus | undefined;
|
|
3653
3653
|
/**
|
|
3654
3654
|
* @public
|
|
3655
3655
|
* <p>The reason for updating the control's enablement status in the standard.</p>
|
|
@@ -3687,7 +3687,7 @@ export interface UnprocessedStandardsControlAssociationUpdate {
|
|
|
3687
3687
|
* <p>The error code for the unprocessed update of the control's enablement status in the
|
|
3688
3688
|
* specified standard.</p>
|
|
3689
3689
|
*/
|
|
3690
|
-
ErrorCode: UnprocessedErrorCode |
|
|
3690
|
+
ErrorCode: UnprocessedErrorCode | undefined;
|
|
3691
3691
|
/**
|
|
3692
3692
|
* @public
|
|
3693
3693
|
* <p>The reason why a control's enablement status in the specified standard couldn't be updated. </p>
|
|
@@ -3784,7 +3784,7 @@ export interface CreateAutomationRuleRequest {
|
|
|
3784
3784
|
* </a>.
|
|
3785
3785
|
* </p>
|
|
3786
3786
|
*/
|
|
3787
|
-
RuleStatus?: RuleStatus
|
|
3787
|
+
RuleStatus?: RuleStatus;
|
|
3788
3788
|
/**
|
|
3789
3789
|
* @public
|
|
3790
3790
|
* <p>An integer ranging from 1 to 1000 that represents the order in which the rule action is
|
|
@@ -4180,7 +4180,7 @@ export interface DescribeHubResponse {
|
|
|
4180
4180
|
* is <code>SECURITY_CONTROL</code> if you enabled Security Hub on or after February 23,
|
|
4181
4181
|
* 2023.</p>
|
|
4182
4182
|
*/
|
|
4183
|
-
ControlFindingGenerator?: ControlFindingGenerator
|
|
4183
|
+
ControlFindingGenerator?: ControlFindingGenerator;
|
|
4184
4184
|
}
|
|
4185
4185
|
/**
|
|
4186
4186
|
* @public
|
|
@@ -4213,7 +4213,7 @@ export interface DescribeOrganizationConfigurationResponse {
|
|
|
4213
4213
|
* accounts. If equal to <code>NONE</code>, then default standards are not automatically enabled for new member
|
|
4214
4214
|
* accounts.</p>
|
|
4215
4215
|
*/
|
|
4216
|
-
AutoEnableStandards?: AutoEnableStandards
|
|
4216
|
+
AutoEnableStandards?: AutoEnableStandards;
|
|
4217
4217
|
}
|
|
4218
4218
|
/**
|
|
4219
4219
|
* @public
|
|
@@ -4303,7 +4303,7 @@ export interface Product {
|
|
|
4303
4303
|
* </li>
|
|
4304
4304
|
* </ul>
|
|
4305
4305
|
*/
|
|
4306
|
-
IntegrationTypes?:
|
|
4306
|
+
IntegrationTypes?: IntegrationType[];
|
|
4307
4307
|
/**
|
|
4308
4308
|
* @public
|
|
4309
4309
|
* <p>For integrations with Amazon Web Services services, the Amazon Web Services Console URL from which to activate the service.</p>
|
|
@@ -4466,7 +4466,7 @@ export interface StandardsControl {
|
|
|
4466
4466
|
* <p>The current status of the security standard control. Indicates whether the control is
|
|
4467
4467
|
* enabled or disabled. Security Hub does not check against disabled controls.</p>
|
|
4468
4468
|
*/
|
|
4469
|
-
ControlStatus?: ControlStatus
|
|
4469
|
+
ControlStatus?: ControlStatus;
|
|
4470
4470
|
/**
|
|
4471
4471
|
* @public
|
|
4472
4472
|
* <p>The reason provided for the most recent change in status for the control.</p>
|
|
@@ -4506,7 +4506,7 @@ export interface StandardsControl {
|
|
|
4506
4506
|
* <p>The finding severity is based on an assessment of how easy it would be to compromise Amazon Web Services
|
|
4507
4507
|
* resources if the issue is detected.</p>
|
|
4508
4508
|
*/
|
|
4509
|
-
SeverityRating?: SeverityRating
|
|
4509
|
+
SeverityRating?: SeverityRating;
|
|
4510
4510
|
/**
|
|
4511
4511
|
* @public
|
|
4512
4512
|
* <p>The list of requirements that are related to this control.</p>
|
|
@@ -4669,7 +4669,7 @@ export interface EnableSecurityHubRequest {
|
|
|
4669
4669
|
* is <code>SECURITY_CONTROL</code> if you enabled Security Hub on or after February 23,
|
|
4670
4670
|
* 2023.</p>
|
|
4671
4671
|
*/
|
|
4672
|
-
ControlFindingGenerator?: ControlFindingGenerator
|
|
4672
|
+
ControlFindingGenerator?: ControlFindingGenerator;
|
|
4673
4673
|
}
|
|
4674
4674
|
/**
|
|
4675
4675
|
* @public
|
|
@@ -4748,7 +4748,7 @@ export interface FindingHistoryUpdateSource {
|
|
|
4748
4748
|
* </a> (by a Security Hub customer).
|
|
4749
4749
|
* </p>
|
|
4750
4750
|
*/
|
|
4751
|
-
Type?: FindingHistoryUpdateSourceType
|
|
4751
|
+
Type?: FindingHistoryUpdateSourceType;
|
|
4752
4752
|
/**
|
|
4753
4753
|
* @public
|
|
4754
4754
|
* <p>
|
|
@@ -5043,7 +5043,7 @@ export interface SortCriterion {
|
|
|
5043
5043
|
* @public
|
|
5044
5044
|
* <p>The order used to sort findings.</p>
|
|
5045
5045
|
*/
|
|
5046
|
-
SortOrder?: SortOrder
|
|
5046
|
+
SortOrder?: SortOrder;
|
|
5047
5047
|
}
|
|
5048
5048
|
/**
|
|
5049
5049
|
* @public
|
|
@@ -5694,14 +5694,14 @@ export interface SecurityControlDefinition {
|
|
|
5694
5694
|
* <i>Security Hub User Guide</i>.
|
|
5695
5695
|
* </p>
|
|
5696
5696
|
*/
|
|
5697
|
-
SeverityRating: SeverityRating |
|
|
5697
|
+
SeverityRating: SeverityRating | undefined;
|
|
5698
5698
|
/**
|
|
5699
5699
|
* @public
|
|
5700
5700
|
* <p>
|
|
5701
5701
|
* Specifies whether a security control is available in the current Amazon Web Services Region.
|
|
5702
5702
|
* </p>
|
|
5703
5703
|
*/
|
|
5704
|
-
CurrentRegionAvailability: RegionAvailabilityStatus |
|
|
5704
|
+
CurrentRegionAvailability: RegionAvailabilityStatus | undefined;
|
|
5705
5705
|
}
|
|
5706
5706
|
/**
|
|
5707
5707
|
* @public
|
|
@@ -5786,7 +5786,7 @@ export interface StandardsControlAssociationSummary {
|
|
|
5786
5786
|
* The enablement status of a control in a specific standard.
|
|
5787
5787
|
* </p>
|
|
5788
5788
|
*/
|
|
5789
|
-
AssociationStatus: AssociationStatus |
|
|
5789
|
+
AssociationStatus: AssociationStatus | undefined;
|
|
5790
5790
|
/**
|
|
5791
5791
|
* @public
|
|
5792
5792
|
* <p>
|
|
@@ -6005,7 +6005,7 @@ export interface UpdateFindingsRequest {
|
|
|
6005
6005
|
* @public
|
|
6006
6006
|
* <p>The updated record state for the finding.</p>
|
|
6007
6007
|
*/
|
|
6008
|
-
RecordState?: RecordState
|
|
6008
|
+
RecordState?: RecordState;
|
|
6009
6009
|
}
|
|
6010
6010
|
/**
|
|
6011
6011
|
* @public
|
|
@@ -6061,7 +6061,7 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
6061
6061
|
* <p>By default, this parameter is equal to <code>DEFAULT</code>, and new member accounts are automatically enabled with default Security Hub standards.</p>
|
|
6062
6062
|
* <p>To opt out of enabling default standards for new member accounts, set this parameter equal to <code>NONE</code>.</p>
|
|
6063
6063
|
*/
|
|
6064
|
-
AutoEnableStandards?: AutoEnableStandards
|
|
6064
|
+
AutoEnableStandards?: AutoEnableStandards;
|
|
6065
6065
|
}
|
|
6066
6066
|
/**
|
|
6067
6067
|
* @public
|
|
@@ -6091,7 +6091,7 @@ export interface UpdateSecurityHubConfigurationRequest {
|
|
|
6091
6091
|
* for a control check when the check applies to multiple enabled standards.</p>
|
|
6092
6092
|
* <p>For accounts that are part of an organization, this value can only be updated in the administrator account.</p>
|
|
6093
6093
|
*/
|
|
6094
|
-
ControlFindingGenerator?: ControlFindingGenerator
|
|
6094
|
+
ControlFindingGenerator?: ControlFindingGenerator;
|
|
6095
6095
|
}
|
|
6096
6096
|
/**
|
|
6097
6097
|
* @public
|
|
@@ -6111,7 +6111,7 @@ export interface UpdateStandardsControlRequest {
|
|
|
6111
6111
|
* @public
|
|
6112
6112
|
* <p>The updated status of the security standard control.</p>
|
|
6113
6113
|
*/
|
|
6114
|
-
ControlStatus?: ControlStatus
|
|
6114
|
+
ControlStatus?: ControlStatus;
|
|
6115
6115
|
/**
|
|
6116
6116
|
* @public
|
|
6117
6117
|
* <p>A description of the reason why you are disabling a security standard control. If you
|
|
@@ -162,7 +162,7 @@ export type SeverityLabel = (typeof SeverityLabel)[keyof typeof SeverityLabel];
|
|
|
162
162
|
export interface SeverityUpdate {
|
|
163
163
|
Normalized?: number;
|
|
164
164
|
Product?: number;
|
|
165
|
-
Label?: SeverityLabel
|
|
165
|
+
Label?: SeverityLabel;
|
|
166
166
|
}
|
|
167
167
|
export declare const VerificationState: {
|
|
168
168
|
readonly BENIGN_POSITIVE: "BENIGN_POSITIVE";
|
|
@@ -181,12 +181,12 @@ export declare const WorkflowStatus: {
|
|
|
181
181
|
export type WorkflowStatus =
|
|
182
182
|
(typeof WorkflowStatus)[keyof typeof WorkflowStatus];
|
|
183
183
|
export interface WorkflowUpdate {
|
|
184
|
-
Status?: WorkflowStatus
|
|
184
|
+
Status?: WorkflowStatus;
|
|
185
185
|
}
|
|
186
186
|
export interface AutomationRulesFindingFieldsUpdate {
|
|
187
187
|
Note?: NoteUpdate;
|
|
188
188
|
Severity?: SeverityUpdate;
|
|
189
|
-
VerificationState?: VerificationState
|
|
189
|
+
VerificationState?: VerificationState;
|
|
190
190
|
Confidence?: number;
|
|
191
191
|
Criticality?: number;
|
|
192
192
|
Types?: string[];
|
|
@@ -200,7 +200,7 @@ export declare const AutomationRulesActionType: {
|
|
|
200
200
|
export type AutomationRulesActionType =
|
|
201
201
|
(typeof AutomationRulesActionType)[keyof typeof AutomationRulesActionType];
|
|
202
202
|
export interface AutomationRulesAction {
|
|
203
|
-
Type?: AutomationRulesActionType
|
|
203
|
+
Type?: AutomationRulesActionType;
|
|
204
204
|
FindingFieldsUpdate?: AutomationRulesFindingFieldsUpdate;
|
|
205
205
|
}
|
|
206
206
|
export interface ActionTarget {
|
|
@@ -219,7 +219,7 @@ export declare const AdminStatus: {
|
|
|
219
219
|
export type AdminStatus = (typeof AdminStatus)[keyof typeof AdminStatus];
|
|
220
220
|
export interface AdminAccount {
|
|
221
221
|
AccountId?: string;
|
|
222
|
-
Status?: AdminStatus
|
|
222
|
+
Status?: AdminStatus;
|
|
223
223
|
}
|
|
224
224
|
export interface AssociatedStandard {
|
|
225
225
|
StandardsId?: string;
|
|
@@ -260,7 +260,7 @@ export type StringFilterComparison =
|
|
|
260
260
|
(typeof StringFilterComparison)[keyof typeof StringFilterComparison];
|
|
261
261
|
export interface StringFilter {
|
|
262
262
|
Value?: string;
|
|
263
|
-
Comparison?: StringFilterComparison
|
|
263
|
+
Comparison?: StringFilterComparison;
|
|
264
264
|
}
|
|
265
265
|
export interface NumberFilter {
|
|
266
266
|
Gte?: number;
|
|
@@ -273,7 +273,7 @@ export declare const DateRangeUnit: {
|
|
|
273
273
|
export type DateRangeUnit = (typeof DateRangeUnit)[keyof typeof DateRangeUnit];
|
|
274
274
|
export interface DateRange {
|
|
275
275
|
Value?: number;
|
|
276
|
-
Unit?: DateRangeUnit
|
|
276
|
+
Unit?: DateRangeUnit;
|
|
277
277
|
}
|
|
278
278
|
export interface DateFilter {
|
|
279
279
|
Start?: string;
|
|
@@ -291,7 +291,7 @@ export type MapFilterComparison =
|
|
|
291
291
|
export interface MapFilter {
|
|
292
292
|
Key?: string;
|
|
293
293
|
Value?: string;
|
|
294
|
-
Comparison?: MapFilterComparison
|
|
294
|
+
Comparison?: MapFilterComparison;
|
|
295
295
|
}
|
|
296
296
|
export interface AutomationRulesFindingFilters {
|
|
297
297
|
ProductArn?: StringFilter[];
|
|
@@ -337,7 +337,7 @@ export declare const RuleStatus: {
|
|
|
337
337
|
export type RuleStatus = (typeof RuleStatus)[keyof typeof RuleStatus];
|
|
338
338
|
export interface AutomationRulesConfig {
|
|
339
339
|
RuleArn?: string;
|
|
340
|
-
RuleStatus?: RuleStatus
|
|
340
|
+
RuleStatus?: RuleStatus;
|
|
341
341
|
RuleOrder?: number;
|
|
342
342
|
RuleName?: string;
|
|
343
343
|
Description?: string;
|
|
@@ -350,7 +350,7 @@ export interface AutomationRulesConfig {
|
|
|
350
350
|
}
|
|
351
351
|
export interface AutomationRulesMetadata {
|
|
352
352
|
RuleArn?: string;
|
|
353
|
-
RuleStatus?: RuleStatus
|
|
353
|
+
RuleStatus?: RuleStatus;
|
|
354
354
|
RuleOrder?: number;
|
|
355
355
|
RuleName?: string;
|
|
356
356
|
Description?: string;
|
|
@@ -385,7 +385,7 @@ export type AwsIamAccessKeyStatus =
|
|
|
385
385
|
(typeof AwsIamAccessKeyStatus)[keyof typeof AwsIamAccessKeyStatus];
|
|
386
386
|
export interface AwsIamAccessKeyDetails {
|
|
387
387
|
UserName?: string;
|
|
388
|
-
Status?: AwsIamAccessKeyStatus
|
|
388
|
+
Status?: AwsIamAccessKeyStatus;
|
|
389
389
|
CreatedAt?: string;
|
|
390
390
|
PrincipalId?: string;
|
|
391
391
|
PrincipalType?: string;
|
|
@@ -1316,7 +1316,7 @@ export declare const AwsS3BucketNotificationConfigurationS3KeyFilterRuleName: {
|
|
|
1316
1316
|
export type AwsS3BucketNotificationConfigurationS3KeyFilterRuleName =
|
|
1317
1317
|
(typeof AwsS3BucketNotificationConfigurationS3KeyFilterRuleName)[keyof typeof AwsS3BucketNotificationConfigurationS3KeyFilterRuleName];
|
|
1318
1318
|
export interface AwsS3BucketNotificationConfigurationS3KeyFilterRule {
|
|
1319
|
-
Name?: AwsS3BucketNotificationConfigurationS3KeyFilterRuleName
|
|
1319
|
+
Name?: AwsS3BucketNotificationConfigurationS3KeyFilterRuleName;
|
|
1320
1320
|
Value?: string;
|
|
1321
1321
|
}
|
|
1322
1322
|
export interface AwsS3BucketNotificationConfigurationS3KeyFilter {
|
|
@@ -1455,14 +1455,14 @@ export interface StatusReason {
|
|
|
1455
1455
|
Description?: string;
|
|
1456
1456
|
}
|
|
1457
1457
|
export interface Compliance {
|
|
1458
|
-
Status?: ComplianceStatus
|
|
1458
|
+
Status?: ComplianceStatus;
|
|
1459
1459
|
RelatedRequirements?: string[];
|
|
1460
1460
|
StatusReasons?: StatusReason[];
|
|
1461
1461
|
SecurityControlId?: string;
|
|
1462
1462
|
AssociatedStandards?: AssociatedStandard[];
|
|
1463
1463
|
}
|
|
1464
1464
|
export interface FindingProviderSeverity {
|
|
1465
|
-
Label?: SeverityLabel
|
|
1465
|
+
Label?: SeverityLabel;
|
|
1466
1466
|
Original?: string;
|
|
1467
1467
|
}
|
|
1468
1468
|
export interface FindingProviderFields {
|
|
@@ -1503,9 +1503,9 @@ export declare const MalwareType: {
|
|
|
1503
1503
|
export type MalwareType = (typeof MalwareType)[keyof typeof MalwareType];
|
|
1504
1504
|
export interface Malware {
|
|
1505
1505
|
Name: string | undefined;
|
|
1506
|
-
Type?: MalwareType
|
|
1506
|
+
Type?: MalwareType;
|
|
1507
1507
|
Path?: string;
|
|
1508
|
-
State?: MalwareState
|
|
1508
|
+
State?: MalwareState;
|
|
1509
1509
|
}
|
|
1510
1510
|
export declare const NetworkDirection: {
|
|
1511
1511
|
readonly IN: "IN";
|
|
@@ -1518,7 +1518,7 @@ export interface PortRange {
|
|
|
1518
1518
|
End?: number;
|
|
1519
1519
|
}
|
|
1520
1520
|
export interface Network {
|
|
1521
|
-
Direction?: NetworkDirection
|
|
1521
|
+
Direction?: NetworkDirection;
|
|
1522
1522
|
Protocol?: string;
|
|
1523
1523
|
OpenPortRange?: PortRange;
|
|
1524
1524
|
SourceIpV4?: string;
|
|
@@ -326,7 +326,7 @@ export type Partition = (typeof Partition)[keyof typeof Partition];
|
|
|
326
326
|
export interface Resource {
|
|
327
327
|
Type: string | undefined;
|
|
328
328
|
Id: string | undefined;
|
|
329
|
-
Partition?: Partition
|
|
329
|
+
Partition?: Partition;
|
|
330
330
|
Region?: string;
|
|
331
331
|
ResourceRole?: string;
|
|
332
332
|
Tags?: Record<string, string>;
|
|
@@ -335,7 +335,7 @@ export interface Resource {
|
|
|
335
335
|
}
|
|
336
336
|
export interface Severity {
|
|
337
337
|
Product?: number;
|
|
338
|
-
Label?: SeverityLabel
|
|
338
|
+
Label?: SeverityLabel;
|
|
339
339
|
Normalized?: number;
|
|
340
340
|
Original?: string;
|
|
341
341
|
}
|
|
@@ -365,9 +365,9 @@ export declare const ThreatIntelIndicatorType: {
|
|
|
365
365
|
export type ThreatIntelIndicatorType =
|
|
366
366
|
(typeof ThreatIntelIndicatorType)[keyof typeof ThreatIntelIndicatorType];
|
|
367
367
|
export interface ThreatIntelIndicator {
|
|
368
|
-
Type?: ThreatIntelIndicatorType
|
|
368
|
+
Type?: ThreatIntelIndicatorType;
|
|
369
369
|
Value?: string;
|
|
370
|
-
Category?: ThreatIntelIndicatorCategory
|
|
370
|
+
Category?: ThreatIntelIndicatorCategory;
|
|
371
371
|
LastObservedAt?: string;
|
|
372
372
|
Source?: string;
|
|
373
373
|
SourceUrl?: string;
|
|
@@ -442,13 +442,13 @@ export interface Vulnerability {
|
|
|
442
442
|
RelatedVulnerabilities?: string[];
|
|
443
443
|
Vendor?: VulnerabilityVendor;
|
|
444
444
|
ReferenceUrls?: string[];
|
|
445
|
-
FixAvailable?: VulnerabilityFixAvailable
|
|
445
|
+
FixAvailable?: VulnerabilityFixAvailable;
|
|
446
446
|
EpssScore?: number;
|
|
447
|
-
ExploitAvailable?: VulnerabilityExploitAvailable
|
|
447
|
+
ExploitAvailable?: VulnerabilityExploitAvailable;
|
|
448
448
|
CodeVulnerabilities?: VulnerabilityCodeVulnerabilities[];
|
|
449
449
|
}
|
|
450
450
|
export interface Workflow {
|
|
451
|
-
Status?: WorkflowStatus
|
|
451
|
+
Status?: WorkflowStatus;
|
|
452
452
|
}
|
|
453
453
|
export declare const WorkflowState: {
|
|
454
454
|
readonly ASSIGNED: "ASSIGNED";
|
|
@@ -489,10 +489,10 @@ export interface AwsSecurityFinding {
|
|
|
489
489
|
ThreatIntelIndicators?: ThreatIntelIndicator[];
|
|
490
490
|
Resources: Resource[] | undefined;
|
|
491
491
|
Compliance?: Compliance;
|
|
492
|
-
VerificationState?: VerificationState
|
|
493
|
-
WorkflowState?: WorkflowState
|
|
492
|
+
VerificationState?: VerificationState;
|
|
493
|
+
WorkflowState?: WorkflowState;
|
|
494
494
|
Workflow?: Workflow;
|
|
495
|
-
RecordState?: RecordState
|
|
495
|
+
RecordState?: RecordState;
|
|
496
496
|
RelatedFindings?: RelatedFinding[];
|
|
497
497
|
Note?: Note;
|
|
498
498
|
Vulnerabilities?: Vulnerability[];
|
|
@@ -645,13 +645,13 @@ export declare const StatusReasonCode: {
|
|
|
645
645
|
export type StatusReasonCode =
|
|
646
646
|
(typeof StatusReasonCode)[keyof typeof StatusReasonCode];
|
|
647
647
|
export interface StandardsStatusReason {
|
|
648
|
-
StatusReasonCode: StatusReasonCode |
|
|
648
|
+
StatusReasonCode: StatusReasonCode | undefined;
|
|
649
649
|
}
|
|
650
650
|
export interface StandardsSubscription {
|
|
651
651
|
StandardsSubscriptionArn: string | undefined;
|
|
652
652
|
StandardsArn: string | undefined;
|
|
653
653
|
StandardsInput: Record<string, string> | undefined;
|
|
654
|
-
StandardsStatus: StandardsStatus |
|
|
654
|
+
StandardsStatus: StandardsStatus | undefined;
|
|
655
655
|
StandardsStatusReason?: StandardsStatusReason;
|
|
656
656
|
}
|
|
657
657
|
export interface BatchDisableStandardsResponse {
|
|
@@ -696,8 +696,8 @@ export interface SecurityControl {
|
|
|
696
696
|
Title: string | undefined;
|
|
697
697
|
Description: string | undefined;
|
|
698
698
|
RemediationUrl: string | undefined;
|
|
699
|
-
SeverityRating: SeverityRating |
|
|
700
|
-
SecurityControlStatus: ControlStatus |
|
|
699
|
+
SeverityRating: SeverityRating | undefined;
|
|
700
|
+
SecurityControlStatus: ControlStatus | undefined;
|
|
701
701
|
}
|
|
702
702
|
export declare const UnprocessedErrorCode: {
|
|
703
703
|
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
@@ -709,7 +709,7 @@ export type UnprocessedErrorCode =
|
|
|
709
709
|
(typeof UnprocessedErrorCode)[keyof typeof UnprocessedErrorCode];
|
|
710
710
|
export interface UnprocessedSecurityControl {
|
|
711
711
|
SecurityControlId: string | undefined;
|
|
712
|
-
ErrorCode: UnprocessedErrorCode |
|
|
712
|
+
ErrorCode: UnprocessedErrorCode | undefined;
|
|
713
713
|
ErrorReason?: string;
|
|
714
714
|
}
|
|
715
715
|
export interface BatchGetSecurityControlsResponse {
|
|
@@ -727,7 +727,7 @@ export interface StandardsControlAssociationDetail {
|
|
|
727
727
|
StandardsArn: string | undefined;
|
|
728
728
|
SecurityControlId: string | undefined;
|
|
729
729
|
SecurityControlArn: string | undefined;
|
|
730
|
-
AssociationStatus: AssociationStatus |
|
|
730
|
+
AssociationStatus: AssociationStatus | undefined;
|
|
731
731
|
RelatedRequirements?: string[];
|
|
732
732
|
UpdatedAt?: Date;
|
|
733
733
|
UpdatedReason?: string;
|
|
@@ -737,7 +737,7 @@ export interface StandardsControlAssociationDetail {
|
|
|
737
737
|
}
|
|
738
738
|
export interface UnprocessedStandardsControlAssociation {
|
|
739
739
|
StandardsControlAssociationId: StandardsControlAssociationId | undefined;
|
|
740
|
-
ErrorCode: UnprocessedErrorCode |
|
|
740
|
+
ErrorCode: UnprocessedErrorCode | undefined;
|
|
741
741
|
ErrorReason?: string;
|
|
742
742
|
}
|
|
743
743
|
export interface BatchGetStandardsControlAssociationsResponse {
|
|
@@ -761,7 +761,7 @@ export interface BatchImportFindingsResponse {
|
|
|
761
761
|
}
|
|
762
762
|
export interface UpdateAutomationRulesRequestItem {
|
|
763
763
|
RuleArn: string | undefined;
|
|
764
|
-
RuleStatus?: RuleStatus
|
|
764
|
+
RuleStatus?: RuleStatus;
|
|
765
765
|
RuleOrder?: number;
|
|
766
766
|
Description?: string;
|
|
767
767
|
RuleName?: string;
|
|
@@ -782,7 +782,7 @@ export interface BatchUpdateFindingsRequest {
|
|
|
782
782
|
FindingIdentifiers: AwsSecurityFindingIdentifier[] | undefined;
|
|
783
783
|
Note?: NoteUpdate;
|
|
784
784
|
Severity?: SeverityUpdate;
|
|
785
|
-
VerificationState?: VerificationState
|
|
785
|
+
VerificationState?: VerificationState;
|
|
786
786
|
Confidence?: number;
|
|
787
787
|
Criticality?: number;
|
|
788
788
|
Types?: string[];
|
|
@@ -802,7 +802,7 @@ export interface BatchUpdateFindingsResponse {
|
|
|
802
802
|
export interface StandardsControlAssociationUpdate {
|
|
803
803
|
StandardsArn: string | undefined;
|
|
804
804
|
SecurityControlId: string | undefined;
|
|
805
|
-
AssociationStatus: AssociationStatus |
|
|
805
|
+
AssociationStatus: AssociationStatus | undefined;
|
|
806
806
|
UpdatedReason?: string;
|
|
807
807
|
}
|
|
808
808
|
export interface BatchUpdateStandardsControlAssociationsRequest {
|
|
@@ -814,7 +814,7 @@ export interface UnprocessedStandardsControlAssociationUpdate {
|
|
|
814
814
|
StandardsControlAssociationUpdate:
|
|
815
815
|
| StandardsControlAssociationUpdate
|
|
816
816
|
| undefined;
|
|
817
|
-
ErrorCode: UnprocessedErrorCode |
|
|
817
|
+
ErrorCode: UnprocessedErrorCode | undefined;
|
|
818
818
|
ErrorReason?: string;
|
|
819
819
|
}
|
|
820
820
|
export interface BatchUpdateStandardsControlAssociationsResponse {
|
|
@@ -845,7 +845,7 @@ export declare class ResourceConflictException extends __BaseException {
|
|
|
845
845
|
}
|
|
846
846
|
export interface CreateAutomationRuleRequest {
|
|
847
847
|
Tags?: Record<string, string>;
|
|
848
|
-
RuleStatus?: RuleStatus
|
|
848
|
+
RuleStatus?: RuleStatus;
|
|
849
849
|
RuleOrder: number | undefined;
|
|
850
850
|
RuleName: string | undefined;
|
|
851
851
|
Description: string | undefined;
|
|
@@ -934,13 +934,13 @@ export interface DescribeHubResponse {
|
|
|
934
934
|
HubArn?: string;
|
|
935
935
|
SubscribedAt?: string;
|
|
936
936
|
AutoEnableControls?: boolean;
|
|
937
|
-
ControlFindingGenerator?: ControlFindingGenerator
|
|
937
|
+
ControlFindingGenerator?: ControlFindingGenerator;
|
|
938
938
|
}
|
|
939
939
|
export interface DescribeOrganizationConfigurationRequest {}
|
|
940
940
|
export interface DescribeOrganizationConfigurationResponse {
|
|
941
941
|
AutoEnable?: boolean;
|
|
942
942
|
MemberAccountLimitReached?: boolean;
|
|
943
|
-
AutoEnableStandards?: AutoEnableStandards
|
|
943
|
+
AutoEnableStandards?: AutoEnableStandards;
|
|
944
944
|
}
|
|
945
945
|
export interface DescribeProductsRequest {
|
|
946
946
|
NextToken?: string;
|
|
@@ -960,7 +960,7 @@ export interface Product {
|
|
|
960
960
|
CompanyName?: string;
|
|
961
961
|
Description?: string;
|
|
962
962
|
Categories?: string[];
|
|
963
|
-
IntegrationTypes?:
|
|
963
|
+
IntegrationTypes?: IntegrationType[];
|
|
964
964
|
MarketplaceUrl?: string;
|
|
965
965
|
ActivationUrl?: string;
|
|
966
966
|
ProductSubscriptionResourcePolicy?: string;
|
|
@@ -995,14 +995,14 @@ export interface DescribeStandardsControlsRequest {
|
|
|
995
995
|
}
|
|
996
996
|
export interface StandardsControl {
|
|
997
997
|
StandardsControlArn?: string;
|
|
998
|
-
ControlStatus?: ControlStatus
|
|
998
|
+
ControlStatus?: ControlStatus;
|
|
999
999
|
DisabledReason?: string;
|
|
1000
1000
|
ControlStatusUpdatedAt?: Date;
|
|
1001
1001
|
ControlId?: string;
|
|
1002
1002
|
Title?: string;
|
|
1003
1003
|
Description?: string;
|
|
1004
1004
|
RemediationUrl?: string;
|
|
1005
|
-
SeverityRating?: SeverityRating
|
|
1005
|
+
SeverityRating?: SeverityRating;
|
|
1006
1006
|
RelatedRequirements?: string[];
|
|
1007
1007
|
}
|
|
1008
1008
|
export interface DescribeStandardsControlsResponse {
|
|
@@ -1040,7 +1040,7 @@ export interface EnableOrganizationAdminAccountResponse {}
|
|
|
1040
1040
|
export interface EnableSecurityHubRequest {
|
|
1041
1041
|
Tags?: Record<string, string>;
|
|
1042
1042
|
EnableDefaultStandards?: boolean;
|
|
1043
|
-
ControlFindingGenerator?: ControlFindingGenerator
|
|
1043
|
+
ControlFindingGenerator?: ControlFindingGenerator;
|
|
1044
1044
|
}
|
|
1045
1045
|
export interface EnableSecurityHubResponse {}
|
|
1046
1046
|
export interface FindingAggregator {
|
|
@@ -1058,7 +1058,7 @@ export declare const FindingHistoryUpdateSourceType: {
|
|
|
1058
1058
|
export type FindingHistoryUpdateSourceType =
|
|
1059
1059
|
(typeof FindingHistoryUpdateSourceType)[keyof typeof FindingHistoryUpdateSourceType];
|
|
1060
1060
|
export interface FindingHistoryUpdateSource {
|
|
1061
|
-
Type?: FindingHistoryUpdateSourceType
|
|
1061
|
+
Type?: FindingHistoryUpdateSourceType;
|
|
1062
1062
|
Identity?: string;
|
|
1063
1063
|
}
|
|
1064
1064
|
export interface FindingHistoryRecord {
|
|
@@ -1115,7 +1115,7 @@ export declare const SortOrder: {
|
|
|
1115
1115
|
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
1116
1116
|
export interface SortCriterion {
|
|
1117
1117
|
Field?: string;
|
|
1118
|
-
SortOrder?: SortOrder
|
|
1118
|
+
SortOrder?: SortOrder;
|
|
1119
1119
|
}
|
|
1120
1120
|
export interface GetFindingsRequest {
|
|
1121
1121
|
Filters?: AwsSecurityFindingFilters;
|
|
@@ -1252,8 +1252,8 @@ export interface SecurityControlDefinition {
|
|
|
1252
1252
|
Title: string | undefined;
|
|
1253
1253
|
Description: string | undefined;
|
|
1254
1254
|
RemediationUrl: string | undefined;
|
|
1255
|
-
SeverityRating: SeverityRating |
|
|
1256
|
-
CurrentRegionAvailability: RegionAvailabilityStatus |
|
|
1255
|
+
SeverityRating: SeverityRating | undefined;
|
|
1256
|
+
CurrentRegionAvailability: RegionAvailabilityStatus | undefined;
|
|
1257
1257
|
}
|
|
1258
1258
|
export interface ListSecurityControlDefinitionsResponse {
|
|
1259
1259
|
SecurityControlDefinitions: SecurityControlDefinition[] | undefined;
|
|
@@ -1268,7 +1268,7 @@ export interface StandardsControlAssociationSummary {
|
|
|
1268
1268
|
StandardsArn: string | undefined;
|
|
1269
1269
|
SecurityControlId: string | undefined;
|
|
1270
1270
|
SecurityControlArn: string | undefined;
|
|
1271
|
-
AssociationStatus: AssociationStatus |
|
|
1271
|
+
AssociationStatus: AssociationStatus | undefined;
|
|
1272
1272
|
RelatedRequirements?: string[];
|
|
1273
1273
|
UpdatedAt?: Date;
|
|
1274
1274
|
UpdatedReason?: string;
|
|
@@ -1317,7 +1317,7 @@ export interface UpdateFindingAggregatorResponse {
|
|
|
1317
1317
|
export interface UpdateFindingsRequest {
|
|
1318
1318
|
Filters: AwsSecurityFindingFilters | undefined;
|
|
1319
1319
|
Note?: NoteUpdate;
|
|
1320
|
-
RecordState?: RecordState
|
|
1320
|
+
RecordState?: RecordState;
|
|
1321
1321
|
}
|
|
1322
1322
|
export interface UpdateFindingsResponse {}
|
|
1323
1323
|
export interface UpdateInsightRequest {
|
|
@@ -1329,17 +1329,17 @@ export interface UpdateInsightRequest {
|
|
|
1329
1329
|
export interface UpdateInsightResponse {}
|
|
1330
1330
|
export interface UpdateOrganizationConfigurationRequest {
|
|
1331
1331
|
AutoEnable: boolean | undefined;
|
|
1332
|
-
AutoEnableStandards?: AutoEnableStandards
|
|
1332
|
+
AutoEnableStandards?: AutoEnableStandards;
|
|
1333
1333
|
}
|
|
1334
1334
|
export interface UpdateOrganizationConfigurationResponse {}
|
|
1335
1335
|
export interface UpdateSecurityHubConfigurationRequest {
|
|
1336
1336
|
AutoEnableControls?: boolean;
|
|
1337
|
-
ControlFindingGenerator?: ControlFindingGenerator
|
|
1337
|
+
ControlFindingGenerator?: ControlFindingGenerator;
|
|
1338
1338
|
}
|
|
1339
1339
|
export interface UpdateSecurityHubConfigurationResponse {}
|
|
1340
1340
|
export interface UpdateStandardsControlRequest {
|
|
1341
1341
|
StandardsControlArn: string | undefined;
|
|
1342
|
-
ControlStatus?: ControlStatus
|
|
1342
|
+
ControlStatus?: ControlStatus;
|
|
1343
1343
|
DisabledReason?: string;
|
|
1344
1344
|
}
|
|
1345
1345
|
export interface UpdateStandardsControlResponse {}
|
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.
|
|
4
|
+
"version": "3.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.428.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/hash-node": "^2.0.11",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
42
|
"@smithy/middleware-retry": "^2.0.16",
|
|
43
43
|
"@smithy/middleware-serde": "^2.0.11",
|
|
44
44
|
"@smithy/middleware-stack": "^2.0.5",
|