@aws-sdk/client-securityhub 3.998.0 → 3.1000.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 +19 -19
- package/dist-cjs/index.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +3 -2
- package/dist-es/models/enums.js +2 -0
- package/dist-es/schemas/schemas_0.js +3 -2
- package/dist-types/SecurityHub.d.ts +19 -19
- package/dist-types/SecurityHubClient.d.ts +19 -19
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +4 -4
- package/dist-types/commands/AcceptInvitationCommand.d.ts +2 -2
- package/dist-types/commands/BatchDisableStandardsCommand.d.ts +1 -1
- package/dist-types/commands/BatchEnableStandardsCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetConfigurationPolicyAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/BatchImportFindingsCommand.d.ts +4 -4
- package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +3 -3
- package/dist-types/commands/CreateActionTargetCommand.d.ts +2 -2
- package/dist-types/commands/CreateConfigurationPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/CreateInsightCommand.d.ts +1 -1
- package/dist-types/commands/CreateMembersCommand.d.ts +8 -8
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +4 -4
- package/dist-types/commands/DeleteActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +5 -5
- package/dist-types/commands/DeleteMembersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeActionTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHubCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeProductsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProductsV2Command.d.ts +2 -1
- package/dist-types/commands/DescribeStandardsCommand.d.ts +1 -1
- package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +2 -2
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisableSecurityHubCommand.d.ts +5 -5
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +2 -2
- package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +3 -3
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableSecurityHubCommand.d.ts +6 -6
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationPolicyAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingStatisticsV2Command.d.ts +1 -1
- package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +4 -4
- package/dist-types/commands/GetMasterAccountCommand.d.ts +2 -2
- package/dist-types/commands/GetMembersCommand.d.ts +3 -3
- package/dist-types/commands/InviteMembersCommand.d.ts +6 -6
- package/dist-types/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +4 -4
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateInsightCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
- package/dist-types/index.d.ts +19 -19
- package/dist-types/models/enums.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +83 -82
- package/dist-types/models/models_1.d.ts +57 -57
- package/dist-types/models/models_2.d.ts +197 -192
- package/dist-types/models/models_3.d.ts +23 -23
- package/dist-types/ts3.4/models/enums.d.ts +2 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/package.json +12 -12
|
@@ -4,12 +4,12 @@ import { ActorSessionMfaStatus, AdminStatus, AssociationType, AutomationRulesAct
|
|
|
4
4
|
*/
|
|
5
5
|
export interface AcceptAdministratorInvitationRequest {
|
|
6
6
|
/**
|
|
7
|
-
* <p>The account ID of the Security Hub administrator account that sent the invitation.</p>
|
|
7
|
+
* <p>The account ID of the Security Hub CSPM administrator account that sent the invitation.</p>
|
|
8
8
|
* @public
|
|
9
9
|
*/
|
|
10
10
|
AdministratorId: string | undefined;
|
|
11
11
|
/**
|
|
12
|
-
* <p>The identifier of the invitation sent from the Security Hub administrator account.</p>
|
|
12
|
+
* <p>The identifier of the invitation sent from the Security Hub CSPM administrator account.</p>
|
|
13
13
|
* @public
|
|
14
14
|
*/
|
|
15
15
|
InvitationId: string | undefined;
|
|
@@ -24,12 +24,12 @@ export interface AcceptAdministratorInvitationResponse {
|
|
|
24
24
|
*/
|
|
25
25
|
export interface AcceptInvitationRequest {
|
|
26
26
|
/**
|
|
27
|
-
* <p>The account ID of the Security Hub administrator account that sent the invitation.</p>
|
|
27
|
+
* <p>The account ID of the Security Hub CSPM administrator account that sent the invitation.</p>
|
|
28
28
|
* @public
|
|
29
29
|
*/
|
|
30
30
|
MasterId: string | undefined;
|
|
31
31
|
/**
|
|
32
|
-
* <p>The identifier of the invitation sent from the Security Hub administrator account.</p>
|
|
32
|
+
* <p>The identifier of the invitation sent from the Security Hub CSPM administrator account.</p>
|
|
33
33
|
* @public
|
|
34
34
|
*/
|
|
35
35
|
InvitationId: string | undefined;
|
|
@@ -215,14 +215,14 @@ export interface AwsApiCallAction {
|
|
|
215
215
|
/**
|
|
216
216
|
* <p>A timestamp that indicates when the API call was first
|
|
217
217
|
* observed.</p>
|
|
218
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
218
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
219
219
|
* @public
|
|
220
220
|
*/
|
|
221
221
|
FirstSeen?: string | undefined;
|
|
222
222
|
/**
|
|
223
223
|
* <p>A timestamp that indicates when the API call was most recently
|
|
224
224
|
* observed.</p>
|
|
225
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
225
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
226
226
|
* @public
|
|
227
227
|
*/
|
|
228
228
|
LastSeen?: string | undefined;
|
|
@@ -564,7 +564,7 @@ export interface WorkflowUpdate {
|
|
|
564
564
|
* <li>
|
|
565
565
|
* <p>
|
|
566
566
|
* <code>NEW</code> - The initial state of a finding, before it is reviewed.</p>
|
|
567
|
-
* <p>Security Hub also resets <code>WorkFlowStatus</code> from <code>NOTIFIED</code> or
|
|
567
|
+
* <p>Security Hub CSPM also resets <code>WorkFlowStatus</code> from <code>NOTIFIED</code> or
|
|
568
568
|
* <code>RESOLVED</code> to <code>NEW</code> in the following cases:</p>
|
|
569
569
|
* <ul>
|
|
570
570
|
* <li>
|
|
@@ -665,7 +665,7 @@ export interface AutomationRulesFindingFieldsUpdate {
|
|
|
665
665
|
}
|
|
666
666
|
/**
|
|
667
667
|
* <p>
|
|
668
|
-
* One or more actions that Security Hub takes when a finding matches the defined criteria
|
|
668
|
+
* One or more actions that Security Hub CSPM takes when a finding matches the defined criteria
|
|
669
669
|
* of a rule.
|
|
670
670
|
* </p>
|
|
671
671
|
* @public
|
|
@@ -673,7 +673,7 @@ export interface AutomationRulesFindingFieldsUpdate {
|
|
|
673
673
|
export interface AutomationRulesAction {
|
|
674
674
|
/**
|
|
675
675
|
* <p>
|
|
676
|
-
* Specifies the type of action that Security Hub takes when a finding matches the defined criteria of a rule.
|
|
676
|
+
* Specifies the type of action that Security Hub CSPM takes when a finding matches the defined criteria of a rule.
|
|
677
677
|
* </p>
|
|
678
678
|
* @public
|
|
679
679
|
*/
|
|
@@ -710,7 +710,7 @@ export interface ActionTarget {
|
|
|
710
710
|
/**
|
|
711
711
|
* <p>
|
|
712
712
|
* Contains information about the authenticated session used by the threat actor identified in an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack
|
|
713
|
-
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
|
|
713
|
+
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub CSPM, you
|
|
714
714
|
* must have GuardDuty enabled. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html">GuardDuty Extended Threat Detection </a> in the <i>Amazon GuardDuty User Guide</i>.</p>
|
|
715
715
|
* @public
|
|
716
716
|
*/
|
|
@@ -748,7 +748,7 @@ export interface ActorSession {
|
|
|
748
748
|
/**
|
|
749
749
|
* <p>
|
|
750
750
|
* Provides Amazon Web Services account information of the user involved in an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack
|
|
751
|
-
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
|
|
751
|
+
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub CSPM, you
|
|
752
752
|
* must have GuardDuty enabled. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html">GuardDuty Extended Threat Detection </a> in the <i>Amazon GuardDuty User Guide</i>.
|
|
753
753
|
* </p>
|
|
754
754
|
* @public
|
|
@@ -772,7 +772,7 @@ export interface UserAccount {
|
|
|
772
772
|
/**
|
|
773
773
|
* <p>
|
|
774
774
|
* Contains information about the credentials used by the threat actor identified in an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack
|
|
775
|
-
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
|
|
775
|
+
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub CSPM, you
|
|
776
776
|
* must have GuardDuty enabled. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html">GuardDuty Extended Threat Detection </a> in the <i>Amazon GuardDuty User Guide</i>.</p>
|
|
777
777
|
* @public
|
|
778
778
|
*/
|
|
@@ -816,7 +816,7 @@ export interface ActorUser {
|
|
|
816
816
|
/**
|
|
817
817
|
* <p>
|
|
818
818
|
* Information about the threat actor identified in an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack
|
|
819
|
-
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
|
|
819
|
+
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub CSPM, you
|
|
820
820
|
* must have GuardDuty enabled. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html">GuardDuty Extended Threat Detection </a> in the <i>Amazon GuardDuty User Guide</i>.</p>
|
|
821
821
|
* @public
|
|
822
822
|
*/
|
|
@@ -858,19 +858,19 @@ export interface Adjustment {
|
|
|
858
858
|
Reason?: string | undefined;
|
|
859
859
|
}
|
|
860
860
|
/**
|
|
861
|
-
* <p>Represents a Security Hub administrator account designated by an organization management
|
|
861
|
+
* <p>Represents a Security Hub CSPM administrator account designated by an organization management
|
|
862
862
|
* account.</p>
|
|
863
863
|
* @public
|
|
864
864
|
*/
|
|
865
865
|
export interface AdminAccount {
|
|
866
866
|
/**
|
|
867
|
-
* <p>The Amazon Web Services account identifier of the Security Hub administrator account.</p>
|
|
867
|
+
* <p>The Amazon Web Services account identifier of the Security Hub CSPM administrator account.</p>
|
|
868
868
|
* @public
|
|
869
869
|
*/
|
|
870
870
|
AccountId?: string | undefined;
|
|
871
871
|
/**
|
|
872
|
-
* <p>The current status of the Security Hub administrator account. Indicates whether the account is
|
|
873
|
-
* currently enabled as a Security Hub administrator.</p>
|
|
872
|
+
* <p>The current status of the Security Hub CSPM administrator account. Indicates whether the account is
|
|
873
|
+
* currently enabled as a Security Hub CSPM administrator.</p>
|
|
874
874
|
* @public
|
|
875
875
|
*/
|
|
876
876
|
Status?: AdminStatus | undefined;
|
|
@@ -919,7 +919,7 @@ export interface AssociationFilters {
|
|
|
919
919
|
/**
|
|
920
920
|
* <p>
|
|
921
921
|
* Indicates whether the association between a target and a configuration was directly applied by the
|
|
922
|
-
* Security Hub delegated administrator or inherited from a parent.
|
|
922
|
+
* Security Hub CSPM delegated administrator or inherited from a parent.
|
|
923
923
|
* </p>
|
|
924
924
|
* @public
|
|
925
925
|
*/
|
|
@@ -1069,19 +1069,19 @@ export interface AutomationRulesActionTypeObjectV2 {
|
|
|
1069
1069
|
Type?: AutomationRulesActionTypeV2 | undefined;
|
|
1070
1070
|
}
|
|
1071
1071
|
/**
|
|
1072
|
-
* <p>A string filter for filtering Security Hub findings.</p>
|
|
1072
|
+
* <p>A string filter for filtering Security Hub CSPM findings.</p>
|
|
1073
1073
|
* @public
|
|
1074
1074
|
*/
|
|
1075
1075
|
export interface StringFilter {
|
|
1076
1076
|
/**
|
|
1077
1077
|
* <p>The string filter value. Filter values are case sensitive. For example, the product name
|
|
1078
|
-
* for control-based findings is <code>Security Hub</code>. If you provide <code>security hub</code>
|
|
1078
|
+
* for control-based findings is <code>Security Hub CSPM</code>. If you provide <code>security hub</code>
|
|
1079
1079
|
* as the filter value, there's no match.</p>
|
|
1080
1080
|
* @public
|
|
1081
1081
|
*/
|
|
1082
1082
|
Value?: string | undefined;
|
|
1083
1083
|
/**
|
|
1084
|
-
* <p>The condition to apply to a string value when filtering Security Hub findings.</p>
|
|
1084
|
+
* <p>The condition to apply to a string value when filtering Security Hub CSPM findings.</p>
|
|
1085
1085
|
* <p>To search for values that have the filter value, use one of the following comparison operators:</p>
|
|
1086
1086
|
* <ul>
|
|
1087
1087
|
* <li>
|
|
@@ -1135,8 +1135,8 @@ export interface StringFilter {
|
|
|
1135
1135
|
* can only be used with other <code>CONTAINS</code> filters. <code>NOT_CONTAINS</code> filters can only be used with
|
|
1136
1136
|
* other <code>NOT_CONTAINS</code> filters. </p>
|
|
1137
1137
|
* <p>You can combine <code>PREFIX</code> filters with <code>NOT_EQUALS</code> or <code>PREFIX_NOT_EQUALS</code> filters for the same field.
|
|
1138
|
-
* Security Hub first processes the <code>PREFIX</code> filters, and then the <code>NOT_EQUALS</code> or <code>PREFIX_NOT_EQUALS</code> filters.</p>
|
|
1139
|
-
* <p>For example, for the following filters, Security Hub first identifies findings that have resource types
|
|
1138
|
+
* Security Hub CSPM first processes the <code>PREFIX</code> filters, and then the <code>NOT_EQUALS</code> or <code>PREFIX_NOT_EQUALS</code> filters.</p>
|
|
1139
|
+
* <p>For example, for the following filters, Security Hub CSPM first identifies findings that have resource types
|
|
1140
1140
|
* that start with either <code>AwsIam</code> or <code>AwsEc2</code>. It then excludes findings that have a resource
|
|
1141
1141
|
* type of <code>AwsIamPolicy</code> and findings that have a resource type of <code>AwsEc2NetworkInterface</code>.</p>
|
|
1142
1142
|
* <ul>
|
|
@@ -1164,7 +1164,7 @@ export interface StringFilter {
|
|
|
1164
1164
|
* <p>
|
|
1165
1165
|
* <code>CONTAINS</code> and <code>NOT_CONTAINS</code> operators can be used only with automation rules V1.
|
|
1166
1166
|
* <code>CONTAINS_WORD</code> operator is only supported in <code>GetFindingsV2</code>, <code>GetFindingStatisticsV2</code>, <code>GetResourcesV2</code>, and <code>GetResourceStatisticsV2</code> APIs.
|
|
1167
|
-
* For more information, 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>
|
|
1167
|
+
* For more information, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html">Automation rules</a> in the <i>Security Hub CSPM User Guide</i>.</p>
|
|
1168
1168
|
* @public
|
|
1169
1169
|
*/
|
|
1170
1170
|
Comparison?: StringFilterComparison | undefined;
|
|
@@ -1230,13 +1230,13 @@ export interface DateRange {
|
|
|
1230
1230
|
export interface DateFilter {
|
|
1231
1231
|
/**
|
|
1232
1232
|
* <p>A timestamp that provides the start date for the date filter.</p>
|
|
1233
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1233
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1234
1234
|
* @public
|
|
1235
1235
|
*/
|
|
1236
1236
|
Start?: string | undefined;
|
|
1237
1237
|
/**
|
|
1238
1238
|
* <p>A timestamp that provides the end date for the date filter.</p>
|
|
1239
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1239
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1240
1240
|
* @public
|
|
1241
1241
|
*/
|
|
1242
1242
|
End?: string | undefined;
|
|
@@ -1247,7 +1247,7 @@ export interface DateFilter {
|
|
|
1247
1247
|
DateRange?: DateRange | undefined;
|
|
1248
1248
|
}
|
|
1249
1249
|
/**
|
|
1250
|
-
* <p>A map filter for filtering Security Hub findings. Each map filter provides the field to check for, the
|
|
1250
|
+
* <p>A map filter for filtering Security Hub CSPM findings. Each map filter provides the field to check for, the
|
|
1251
1251
|
* value to check for, and the comparison operator.</p>
|
|
1252
1252
|
* @public
|
|
1253
1253
|
*/
|
|
@@ -1267,7 +1267,7 @@ export interface MapFilter {
|
|
|
1267
1267
|
*/
|
|
1268
1268
|
Value?: string | undefined;
|
|
1269
1269
|
/**
|
|
1270
|
-
* <p>The condition to apply to the key value when filtering Security Hub findings with a map
|
|
1270
|
+
* <p>The condition to apply to the key value when filtering Security Hub CSPM findings with a map
|
|
1271
1271
|
* filter.</p>
|
|
1272
1272
|
* <p>To search for values that have the filter value, use one of the following comparison operators:</p>
|
|
1273
1273
|
* <ul>
|
|
@@ -1315,7 +1315,7 @@ export interface MapFilter {
|
|
|
1315
1315
|
* </p>
|
|
1316
1316
|
* <p>
|
|
1317
1317
|
* <code>CONTAINS</code> and <code>NOT_CONTAINS</code> operators can be used only with automation rules. For more information,
|
|
1318
|
-
* 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>
|
|
1318
|
+
* see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html">Automation rules</a> in the <i>Security Hub CSPM User Guide</i>.</p>
|
|
1319
1319
|
* @public
|
|
1320
1320
|
*/
|
|
1321
1321
|
Comparison?: MapFilterComparison | undefined;
|
|
@@ -1330,7 +1330,7 @@ export interface AutomationRulesFindingFilters {
|
|
|
1330
1330
|
/**
|
|
1331
1331
|
* <p>
|
|
1332
1332
|
* The Amazon Resource Name (ARN) for a third-party product that generated a finding in
|
|
1333
|
-
* Security Hub.
|
|
1333
|
+
* Security Hub CSPM.
|
|
1334
1334
|
* </p>
|
|
1335
1335
|
* <p>
|
|
1336
1336
|
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
@@ -1370,7 +1370,7 @@ export interface AutomationRulesFindingFilters {
|
|
|
1370
1370
|
/**
|
|
1371
1371
|
* <p> One or more finding types in the format of namespace/category/classifier that classify
|
|
1372
1372
|
* a finding. For a list of namespaces, classifiers, and categories, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format-type-taxonomy.html">Types
|
|
1373
|
-
* taxonomy for ASFF</a> in the <i>Security Hub User Guide</i>.</p>
|
|
1373
|
+
* taxonomy for ASFF</a> in the <i>Security Hub CSPM User Guide</i>.</p>
|
|
1374
1374
|
* <p>
|
|
1375
1375
|
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1376
1376
|
* </p>
|
|
@@ -1382,7 +1382,7 @@ export interface AutomationRulesFindingFilters {
|
|
|
1382
1382
|
* A timestamp that indicates when the potential security issue captured by a
|
|
1383
1383
|
* finding was first observed by the security findings product.
|
|
1384
1384
|
* </p>
|
|
1385
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1385
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1386
1386
|
* <p>
|
|
1387
1387
|
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1388
1388
|
* </p>
|
|
@@ -1393,7 +1393,7 @@ export interface AutomationRulesFindingFilters {
|
|
|
1393
1393
|
* <p>
|
|
1394
1394
|
* A timestamp that indicates when the security findings provider most recently observed a change in the resource that is involved in the finding.
|
|
1395
1395
|
* </p>
|
|
1396
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1396
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1397
1397
|
* <p>
|
|
1398
1398
|
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1399
1399
|
* </p>
|
|
@@ -1404,7 +1404,7 @@ export interface AutomationRulesFindingFilters {
|
|
|
1404
1404
|
* <p>
|
|
1405
1405
|
* A timestamp that indicates when this finding record was created.
|
|
1406
1406
|
* </p>
|
|
1407
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1407
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1408
1408
|
* <p>
|
|
1409
1409
|
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1410
1410
|
* </p>
|
|
@@ -1415,7 +1415,7 @@ export interface AutomationRulesFindingFilters {
|
|
|
1415
1415
|
* <p>
|
|
1416
1416
|
* A timestamp that indicates when the finding record was most recently updated.
|
|
1417
1417
|
* </p>
|
|
1418
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1418
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1419
1419
|
* <p>
|
|
1420
1420
|
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1421
1421
|
* </p>
|
|
@@ -1428,7 +1428,7 @@ export interface AutomationRulesFindingFilters {
|
|
|
1428
1428
|
* scale. A value of <code>0</code> means 0 percent confidence, and a value of
|
|
1429
1429
|
* <code>100</code> means 100 percent confidence. For example, a data exfiltration
|
|
1430
1430
|
* detection based on a statistical deviation of network traffic has low confidence because an
|
|
1431
|
-
* actual exfiltration hasn't been verified. For more information, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-confidence">Confidence</a> in the <i>Security Hub User Guide</i>.</p>
|
|
1431
|
+
* actual exfiltration hasn't been verified. For more information, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-confidence">Confidence</a> in the <i>Security Hub CSPM User Guide</i>.</p>
|
|
1432
1432
|
* <p>
|
|
1433
1433
|
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1434
1434
|
* </p>
|
|
@@ -1441,7 +1441,7 @@ export interface AutomationRulesFindingFilters {
|
|
|
1441
1441
|
* finding. <code>Criticality</code> is scored on a 0–100 basis, using a ratio scale that supports
|
|
1442
1442
|
* only full integers. A score of <code>0</code> means that the underlying resources have no
|
|
1443
1443
|
* criticality, and a score of <code>100</code> is reserved for the most critical resources. For
|
|
1444
|
-
* more information, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-criticality">Criticality</a> in the <i>Security Hub User Guide</i>.</p>
|
|
1444
|
+
* more information, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-criticality">Criticality</a> in the <i>Security Hub CSPM User Guide</i>.</p>
|
|
1445
1445
|
* <p>
|
|
1446
1446
|
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1447
1447
|
* </p>
|
|
@@ -1481,7 +1481,7 @@ export interface AutomationRulesFindingFilters {
|
|
|
1481
1481
|
/**
|
|
1482
1482
|
* <p>
|
|
1483
1483
|
* Provides the name of the product that generated the finding. For
|
|
1484
|
-
* control-based findings, the product name is Security Hub.
|
|
1484
|
+
* control-based findings, the product name is Security Hub CSPM.
|
|
1485
1485
|
* </p>
|
|
1486
1486
|
* <p>
|
|
1487
1487
|
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
@@ -1666,7 +1666,7 @@ export interface AutomationRulesFindingFilters {
|
|
|
1666
1666
|
/**
|
|
1667
1667
|
* <p>
|
|
1668
1668
|
* The timestamp of when the note was updated.</p>
|
|
1669
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1669
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1670
1670
|
* <p>
|
|
1671
1671
|
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1672
1672
|
* </p>
|
|
@@ -1740,7 +1740,7 @@ export interface AutomationRulesConfig {
|
|
|
1740
1740
|
/**
|
|
1741
1741
|
* <p>
|
|
1742
1742
|
* Whether the rule is active after it is created. If
|
|
1743
|
-
* this parameter is equal to <code>ENABLED</code>, Security Hub starts applying the rule to findings
|
|
1743
|
+
* this parameter is equal to <code>ENABLED</code>, Security Hub CSPM starts applying the rule to findings
|
|
1744
1744
|
* and finding updates after the rule is created.
|
|
1745
1745
|
* </p>
|
|
1746
1746
|
* @public
|
|
@@ -1748,7 +1748,7 @@ export interface AutomationRulesConfig {
|
|
|
1748
1748
|
RuleStatus?: RuleStatus | undefined;
|
|
1749
1749
|
/**
|
|
1750
1750
|
* <p> An integer ranging from 1 to 1000 that represents the order in which the rule action is
|
|
1751
|
-
* applied to findings. Security Hub applies rules with lower values for this parameter
|
|
1751
|
+
* applied to findings. Security Hub CSPM applies rules with lower values for this parameter
|
|
1752
1752
|
* first. </p>
|
|
1753
1753
|
* @public
|
|
1754
1754
|
*/
|
|
@@ -1769,7 +1769,7 @@ export interface AutomationRulesConfig {
|
|
|
1769
1769
|
Description?: string | undefined;
|
|
1770
1770
|
/**
|
|
1771
1771
|
* <p>Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding
|
|
1772
|
-
* matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub applies the rule action to a finding that matches
|
|
1772
|
+
* matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub CSPM applies the rule action to a finding that matches
|
|
1773
1773
|
* the rule criteria and doesn't evaluate other rules for the finding. By default, a rule isn't terminal.
|
|
1774
1774
|
* </p>
|
|
1775
1775
|
* @public
|
|
@@ -1779,8 +1779,8 @@ export interface AutomationRulesConfig {
|
|
|
1779
1779
|
* <p>
|
|
1780
1780
|
* A set of <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format.html">Amazon Web Services
|
|
1781
1781
|
* Security Finding Format</a> finding field attributes and corresponding expected values that
|
|
1782
|
-
* Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in
|
|
1783
|
-
* this parameter, Security Hub applies the rule action to the finding.
|
|
1782
|
+
* Security Hub CSPM uses to filter findings. If a rule is enabled and a finding matches the conditions specified in
|
|
1783
|
+
* this parameter, Security Hub CSPM applies the rule action to the finding.
|
|
1784
1784
|
* </p>
|
|
1785
1785
|
* @public
|
|
1786
1786
|
*/
|
|
@@ -1797,7 +1797,7 @@ export interface AutomationRulesConfig {
|
|
|
1797
1797
|
* <p>
|
|
1798
1798
|
* A timestamp that indicates when the rule was created.
|
|
1799
1799
|
* </p>
|
|
1800
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1800
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1801
1801
|
* @public
|
|
1802
1802
|
*/
|
|
1803
1803
|
CreatedAt?: Date | undefined;
|
|
@@ -1805,7 +1805,7 @@ export interface AutomationRulesConfig {
|
|
|
1805
1805
|
* <p>
|
|
1806
1806
|
* A timestamp that indicates when the rule was most recently updated.
|
|
1807
1807
|
* </p>
|
|
1808
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1808
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1809
1809
|
* @public
|
|
1810
1810
|
*/
|
|
1811
1811
|
UpdatedAt?: Date | undefined;
|
|
@@ -1835,7 +1835,7 @@ export interface AutomationRulesMetadata {
|
|
|
1835
1835
|
/**
|
|
1836
1836
|
* <p>
|
|
1837
1837
|
* Whether the rule is active after it is created. If
|
|
1838
|
-
* this parameter is equal to <code>ENABLED</code>, Security Hub starts applying the rule to findings
|
|
1838
|
+
* this parameter is equal to <code>ENABLED</code>, Security Hub CSPM starts applying the rule to findings
|
|
1839
1839
|
* and finding updates after the rule is created. To change the value of this
|
|
1840
1840
|
* parameter after creating a rule, use <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateAutomationRules.html">
|
|
1841
1841
|
* <code>BatchUpdateAutomationRules</code>
|
|
@@ -1846,7 +1846,7 @@ export interface AutomationRulesMetadata {
|
|
|
1846
1846
|
RuleStatus?: RuleStatus | undefined;
|
|
1847
1847
|
/**
|
|
1848
1848
|
* <p>An integer ranging from 1 to 1000 that represents the order in which the rule action is
|
|
1849
|
-
* applied to findings. Security Hub applies rules with lower values for this parameter
|
|
1849
|
+
* applied to findings. Security Hub CSPM applies rules with lower values for this parameter
|
|
1850
1850
|
* first. </p>
|
|
1851
1851
|
* @public
|
|
1852
1852
|
*/
|
|
@@ -1867,7 +1867,7 @@ export interface AutomationRulesMetadata {
|
|
|
1867
1867
|
Description?: string | undefined;
|
|
1868
1868
|
/**
|
|
1869
1869
|
* <p>Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding
|
|
1870
|
-
* matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub applies the rule action to a finding that matches
|
|
1870
|
+
* matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub CSPM applies the rule action to a finding that matches
|
|
1871
1871
|
* the rule criteria and doesn't evaluate other rules for the finding. By default, a rule isn't terminal.
|
|
1872
1872
|
* </p>
|
|
1873
1873
|
* @public
|
|
@@ -1877,7 +1877,7 @@ export interface AutomationRulesMetadata {
|
|
|
1877
1877
|
* <p>
|
|
1878
1878
|
* A timestamp that indicates when the rule was created.
|
|
1879
1879
|
* </p>
|
|
1880
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1880
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1881
1881
|
* @public
|
|
1882
1882
|
*/
|
|
1883
1883
|
CreatedAt?: Date | undefined;
|
|
@@ -1885,7 +1885,7 @@ export interface AutomationRulesMetadata {
|
|
|
1885
1885
|
* <p>
|
|
1886
1886
|
* A timestamp that indicates when the rule was most recently updated.
|
|
1887
1887
|
* </p>
|
|
1888
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1888
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
1889
1889
|
* @public
|
|
1890
1890
|
*/
|
|
1891
1891
|
UpdatedAt?: Date | undefined;
|
|
@@ -2486,7 +2486,7 @@ export interface AwsApiGatewayRestApiDetails {
|
|
|
2486
2486
|
Description?: string | undefined;
|
|
2487
2487
|
/**
|
|
2488
2488
|
* <p>Indicates when the API was created.</p>
|
|
2489
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
2489
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
2490
2490
|
* @public
|
|
2491
2491
|
*/
|
|
2492
2492
|
CreatedDate?: string | undefined;
|
|
@@ -2609,13 +2609,13 @@ export interface AwsApiGatewayStageDetails {
|
|
|
2609
2609
|
TracingEnabled?: boolean | undefined;
|
|
2610
2610
|
/**
|
|
2611
2611
|
* <p>Indicates when the stage was created.</p>
|
|
2612
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
2612
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
2613
2613
|
* @public
|
|
2614
2614
|
*/
|
|
2615
2615
|
CreatedDate?: string | undefined;
|
|
2616
2616
|
/**
|
|
2617
2617
|
* <p>Indicates when the stage was most recently updated.</p>
|
|
2618
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
2618
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
2619
2619
|
* @public
|
|
2620
2620
|
*/
|
|
2621
2621
|
LastUpdatedDate?: string | undefined;
|
|
@@ -2690,7 +2690,7 @@ export interface AwsApiGatewayV2ApiDetails {
|
|
|
2690
2690
|
ApiKeySelectionExpression?: string | undefined;
|
|
2691
2691
|
/**
|
|
2692
2692
|
* <p>Indicates when the API was created.</p>
|
|
2693
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
2693
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
2694
2694
|
* @public
|
|
2695
2695
|
*/
|
|
2696
2696
|
CreatedDate?: string | undefined;
|
|
@@ -2782,7 +2782,7 @@ export interface AwsApiGatewayV2StageDetails {
|
|
|
2782
2782
|
ClientCertificateId?: string | undefined;
|
|
2783
2783
|
/**
|
|
2784
2784
|
* <p>Indicates when the stage was created.</p>
|
|
2785
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
2785
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
2786
2786
|
* @public
|
|
2787
2787
|
*/
|
|
2788
2788
|
CreatedDate?: string | undefined;
|
|
@@ -2803,7 +2803,7 @@ export interface AwsApiGatewayV2StageDetails {
|
|
|
2803
2803
|
DeploymentId?: string | undefined;
|
|
2804
2804
|
/**
|
|
2805
2805
|
* <p>Indicates when the stage was most recently updated.</p>
|
|
2806
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
2806
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
2807
2807
|
* @public
|
|
2808
2808
|
*/
|
|
2809
2809
|
LastUpdatedDate?: string | undefined;
|
|
@@ -3407,7 +3407,7 @@ export interface AwsAutoScalingAutoScalingGroupDetails {
|
|
|
3407
3407
|
HealthCheckGracePeriod?: number | undefined;
|
|
3408
3408
|
/**
|
|
3409
3409
|
* <p>Indicates when the auto scaling group was created.</p>
|
|
3410
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
3410
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
3411
3411
|
* @public
|
|
3412
3412
|
*/
|
|
3413
3413
|
CreatedTime?: string | undefined;
|
|
@@ -3608,7 +3608,7 @@ export interface AwsAutoScalingLaunchConfigurationDetails {
|
|
|
3608
3608
|
ClassicLinkVpcSecurityGroups?: string[] | undefined;
|
|
3609
3609
|
/**
|
|
3610
3610
|
* <p>The creation date and time for the launch configuration.</p>
|
|
3611
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
3611
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
3612
3612
|
* @public
|
|
3613
3613
|
*/
|
|
3614
3614
|
CreatedTime?: string | undefined;
|
|
@@ -3666,7 +3666,7 @@ export interface AwsAutoScalingLaunchConfigurationDetails {
|
|
|
3666
3666
|
*/
|
|
3667
3667
|
RamdiskId?: string | undefined;
|
|
3668
3668
|
/**
|
|
3669
|
-
* <p>The security groups to assign to the instances in the
|
|
3669
|
+
* <p>The security groups to assign to the instances in the Auto Scaling group.</p>
|
|
3670
3670
|
* @public
|
|
3671
3671
|
*/
|
|
3672
3672
|
SecurityGroups?: string[] | undefined;
|
|
@@ -4346,7 +4346,7 @@ export interface AwsCertificateManagerCertificateRenewalSummary {
|
|
|
4346
4346
|
RenewalStatusReason?: string | undefined;
|
|
4347
4347
|
/**
|
|
4348
4348
|
* <p>Indicates when the renewal summary was last updated.</p>
|
|
4349
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
4349
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
4350
4350
|
* @public
|
|
4351
4351
|
*/
|
|
4352
4352
|
UpdatedAt?: string | undefined;
|
|
@@ -4364,7 +4364,7 @@ export interface AwsCertificateManagerCertificateDetails {
|
|
|
4364
4364
|
CertificateAuthorityArn?: string | undefined;
|
|
4365
4365
|
/**
|
|
4366
4366
|
* <p>Indicates when the certificate was requested.</p>
|
|
4367
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
4367
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
4368
4368
|
* @public
|
|
4369
4369
|
*/
|
|
4370
4370
|
CreatedAt?: string | undefined;
|
|
@@ -4405,7 +4405,7 @@ export interface AwsCertificateManagerCertificateDetails {
|
|
|
4405
4405
|
/**
|
|
4406
4406
|
* <p>Indicates when the certificate was imported. Provided if the certificate type is
|
|
4407
4407
|
* <code>IMPORTED</code>.</p>
|
|
4408
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
4408
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
4409
4409
|
* @public
|
|
4410
4410
|
*/
|
|
4411
4411
|
ImportedAt?: string | undefined;
|
|
@@ -4417,7 +4417,7 @@ export interface AwsCertificateManagerCertificateDetails {
|
|
|
4417
4417
|
/**
|
|
4418
4418
|
* <p>Indicates when the certificate was issued. Provided if the certificate type is
|
|
4419
4419
|
* <code>AMAZON_ISSUED</code>.</p>
|
|
4420
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
4420
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
4421
4421
|
* @public
|
|
4422
4422
|
*/
|
|
4423
4423
|
IssuedAt?: string | undefined;
|
|
@@ -4442,13 +4442,13 @@ export interface AwsCertificateManagerCertificateDetails {
|
|
|
4442
4442
|
KeyUsages?: AwsCertificateManagerCertificateKeyUsage[] | undefined;
|
|
4443
4443
|
/**
|
|
4444
4444
|
* <p>The time after which the certificate becomes invalid.</p>
|
|
4445
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
4445
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
4446
4446
|
* @public
|
|
4447
4447
|
*/
|
|
4448
4448
|
NotAfter?: string | undefined;
|
|
4449
4449
|
/**
|
|
4450
4450
|
* <p>The time before which the certificate is not valid.</p>
|
|
4451
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
4451
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
4452
4452
|
* @public
|
|
4453
4453
|
*/
|
|
4454
4454
|
NotBefore?: string | undefined;
|
|
@@ -4875,7 +4875,8 @@ export interface AwsCloudFrontDistributionOriginS3OriginConfig {
|
|
|
4875
4875
|
}
|
|
4876
4876
|
/**
|
|
4877
4877
|
* <p>A complex type that describes the
|
|
4878
|
-
* Amazon S3 bucket, HTTP server (for example, a web server),
|
|
4878
|
+
* Amazon S3 bucket, HTTP server (for example, a web server),
|
|
4879
|
+
* or other server from which CloudFront gets your files.</p>
|
|
4879
4880
|
* @public
|
|
4880
4881
|
*/
|
|
4881
4882
|
export interface AwsCloudFrontDistributionOriginItem {
|
|
@@ -4998,7 +4999,7 @@ export interface AwsCloudFrontDistributionDetails {
|
|
|
4998
4999
|
ETag?: string | undefined;
|
|
4999
5000
|
/**
|
|
5000
5001
|
* <p>Indicates when that the distribution was last modified.</p>
|
|
5001
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
5002
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
5002
5003
|
* @public
|
|
5003
5004
|
*/
|
|
5004
5005
|
LastModifiedTime?: string | undefined;
|
|
@@ -6022,7 +6023,7 @@ export interface AwsDynamoDbTableBillingModeSummary {
|
|
|
6022
6023
|
/**
|
|
6023
6024
|
* <p>If the billing mode is <code>PAY_PER_REQUEST</code>, indicates when the billing mode was
|
|
6024
6025
|
* set to that value.</p>
|
|
6025
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
6026
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
6026
6027
|
* @public
|
|
6027
6028
|
*/
|
|
6028
6029
|
LastUpdateToPayPerRequestDateTime?: string | undefined;
|
|
@@ -6087,13 +6088,13 @@ export interface AwsDynamoDbTableProjection {
|
|
|
6087
6088
|
export interface AwsDynamoDbTableProvisionedThroughput {
|
|
6088
6089
|
/**
|
|
6089
6090
|
* <p>Indicates when the provisioned throughput was last decreased.</p>
|
|
6090
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
6091
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
6091
6092
|
* @public
|
|
6092
6093
|
*/
|
|
6093
6094
|
LastDecreaseDateTime?: string | undefined;
|
|
6094
6095
|
/**
|
|
6095
6096
|
* <p>Indicates when the provisioned throughput was last increased.</p>
|
|
6096
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
6097
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
6097
6098
|
* @public
|
|
6098
6099
|
*/
|
|
6099
6100
|
LastIncreaseDateTime?: string | undefined;
|
|
@@ -6324,7 +6325,7 @@ export interface AwsDynamoDbTableRestoreSummary {
|
|
|
6324
6325
|
SourceTableArn?: string | undefined;
|
|
6325
6326
|
/**
|
|
6326
6327
|
* <p>Indicates the point in time that the table was restored to.</p>
|
|
6327
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
6328
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
6328
6329
|
* @public
|
|
6329
6330
|
*/
|
|
6330
6331
|
RestoreDateTime?: string | undefined;
|
|
@@ -6342,7 +6343,7 @@ export interface AwsDynamoDbTableSseDescription {
|
|
|
6342
6343
|
/**
|
|
6343
6344
|
* <p>If the key is inaccessible, the date and time when DynamoDB detected that the key was
|
|
6344
6345
|
* inaccessible.</p>
|
|
6345
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
6346
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
6346
6347
|
* @public
|
|
6347
6348
|
*/
|
|
6348
6349
|
InaccessibleEncryptionDateTime?: string | undefined;
|
|
@@ -6396,7 +6397,7 @@ export interface AwsDynamoDbTableDetails {
|
|
|
6396
6397
|
BillingModeSummary?: AwsDynamoDbTableBillingModeSummary | undefined;
|
|
6397
6398
|
/**
|
|
6398
6399
|
* <p>Indicates when the table was created.</p>
|
|
6399
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
6400
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
6400
6401
|
* @public
|
|
6401
6402
|
*/
|
|
6402
6403
|
CreationDateTime?: string | undefined;
|
|
@@ -7009,7 +7010,7 @@ export interface AwsEc2InstanceDetails {
|
|
|
7009
7010
|
SubnetId?: string | undefined;
|
|
7010
7011
|
/**
|
|
7011
7012
|
* <p>Indicates when the instance was launched.</p>
|
|
7012
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
7013
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
7013
7014
|
* @public
|
|
7014
7015
|
*/
|
|
7015
7016
|
LaunchedAt?: string | undefined;
|
|
@@ -8536,7 +8537,7 @@ export interface AwsEc2NetworkAclDetails {
|
|
|
8536
8537
|
export interface AwsEc2NetworkInterfaceAttachment {
|
|
8537
8538
|
/**
|
|
8538
8539
|
* <p>Indicates when the attachment initiated.</p>
|
|
8539
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
8540
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
8540
8541
|
* @public
|
|
8541
8542
|
*/
|
|
8542
8543
|
AttachTime?: string | undefined;
|
|
@@ -9285,7 +9286,7 @@ export interface AwsEc2VolumeAttachment {
|
|
|
9285
9286
|
export interface AwsEc2VolumeDetails {
|
|
9286
9287
|
/**
|
|
9287
9288
|
* <p>Indicates when the volume was created.</p>
|
|
9288
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
9289
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
9289
9290
|
* @public
|
|
9290
9291
|
*/
|
|
9291
9292
|
CreateTime?: string | undefined;
|
|
@@ -9827,7 +9828,7 @@ export interface AwsEc2VpnConnectionVgwTelemetryDetails {
|
|
|
9827
9828
|
CertificateArn?: string | undefined;
|
|
9828
9829
|
/**
|
|
9829
9830
|
* <p>The date and time of the last change in status.</p>
|
|
9830
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
9831
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
9831
9832
|
* @public
|
|
9832
9833
|
*/
|
|
9833
9834
|
LastStatusChange?: string | undefined;
|
|
@@ -9985,7 +9986,7 @@ export interface AwsEcrContainerImageDetails {
|
|
|
9985
9986
|
ImageTags?: string[] | undefined;
|
|
9986
9987
|
/**
|
|
9987
9988
|
* <p>The date and time when the image was pushed to the repository.</p>
|
|
9988
|
-
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
9989
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
9989
9990
|
* @public
|
|
9990
9991
|
*/
|
|
9991
9992
|
ImagePublishedAt?: string | undefined;
|
|
@@ -10371,7 +10372,7 @@ export interface AwsEcsServiceLoadBalancersDetails {
|
|
|
10371
10372
|
*/
|
|
10372
10373
|
LoadBalancerName?: string | undefined;
|
|
10373
10374
|
/**
|
|
10374
|
-
* <p>The ARN of the
|
|
10375
|
+
* <p>The ARN of the Elastic Load Balancing target group or groups associated with a service or task set.</p>
|
|
10375
10376
|
* <p>Only specified when using an Application Load Balancer or a Network Load Balancer. For a Classic Load Balancer, the target group ARN is omitted.</p>
|
|
10376
10377
|
* @public
|
|
10377
10378
|
*/
|
|
@@ -10526,7 +10527,7 @@ export interface AwsEcsServiceDetails {
|
|
|
10526
10527
|
*/
|
|
10527
10528
|
EnableExecuteCommand?: boolean | undefined;
|
|
10528
10529
|
/**
|
|
10529
|
-
* <p>After a task starts, the amount of time in seconds that the Amazon ECS service scheduler ignores unhealthy
|
|
10530
|
+
* <p>After a task starts, the amount of time in seconds that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks.</p>
|
|
10530
10531
|
* @public
|
|
10531
10532
|
*/
|
|
10532
10533
|
HealthCheckGracePeriodSeconds?: number | undefined;
|
|
@@ -10575,7 +10576,7 @@ export interface AwsEcsServiceDetails {
|
|
|
10575
10576
|
*/
|
|
10576
10577
|
PropagateTags?: string | undefined;
|
|
10577
10578
|
/**
|
|
10578
|
-
* <p>The ARN of the IAM role that is associated with the service. The role allows the Amazon ECS container agent to register container instances with an
|
|
10579
|
+
* <p>The ARN of the IAM role that is associated with the service. The role allows the Amazon ECS container agent to register container instances with an Elastic Load Balancing load balancer.</p>
|
|
10579
10580
|
* @public
|
|
10580
10581
|
*/
|
|
10581
10582
|
Role?: string | undefined;
|