@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
|
@@ -1449,7 +1449,7 @@ export interface AwsElbLoadBalancerDetails {
|
|
|
1449
1449
|
CanonicalHostedZoneNameID?: string | undefined;
|
|
1450
1450
|
/**
|
|
1451
1451
|
* <p>Indicates when the load balancer was created.</p>
|
|
1452
|
-
* <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>
|
|
1452
|
+
* <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>
|
|
1453
1453
|
* @public
|
|
1454
1454
|
*/
|
|
1455
1455
|
CreatedTime?: string | undefined;
|
|
@@ -1572,7 +1572,7 @@ export interface AwsElbv2LoadBalancerDetails {
|
|
|
1572
1572
|
CanonicalHostedZoneId?: string | undefined;
|
|
1573
1573
|
/**
|
|
1574
1574
|
* <p>Indicates when the load balancer was created.</p>
|
|
1575
|
-
* <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>
|
|
1575
|
+
* <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>
|
|
1576
1576
|
* @public
|
|
1577
1577
|
*/
|
|
1578
1578
|
CreatedTime?: string | undefined;
|
|
@@ -2118,7 +2118,7 @@ export interface AwsIamAccessKeySessionContextAttributes {
|
|
|
2118
2118
|
MfaAuthenticated?: boolean | undefined;
|
|
2119
2119
|
/**
|
|
2120
2120
|
* <p>Indicates when the session was created.</p>
|
|
2121
|
-
* <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>
|
|
2121
|
+
* <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>
|
|
2122
2122
|
* @public
|
|
2123
2123
|
*/
|
|
2124
2124
|
CreationDate?: string | undefined;
|
|
@@ -2193,7 +2193,7 @@ export interface AwsIamAccessKeyDetails {
|
|
|
2193
2193
|
Status?: AwsIamAccessKeyStatus | undefined;
|
|
2194
2194
|
/**
|
|
2195
2195
|
* <p>Indicates when the IAM access key was created.</p>
|
|
2196
|
-
* <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>
|
|
2196
|
+
* <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>
|
|
2197
2197
|
* @public
|
|
2198
2198
|
*/
|
|
2199
2199
|
CreatedAt?: string | undefined;
|
|
@@ -2267,7 +2267,7 @@ export interface AwsIamGroupDetails {
|
|
|
2267
2267
|
AttachedManagedPolicies?: AwsIamAttachedManagedPolicy[] | undefined;
|
|
2268
2268
|
/**
|
|
2269
2269
|
* <p>Indicates when the IAM group was created.</p>
|
|
2270
|
-
* <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>
|
|
2270
|
+
* <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>
|
|
2271
2271
|
* @public
|
|
2272
2272
|
*/
|
|
2273
2273
|
CreateDate?: string | undefined;
|
|
@@ -2309,7 +2309,7 @@ export interface AwsIamInstanceProfileRole {
|
|
|
2309
2309
|
AssumeRolePolicyDocument?: string | undefined;
|
|
2310
2310
|
/**
|
|
2311
2311
|
* <p>Indicates when the role was created.</p>
|
|
2312
|
-
* <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>
|
|
2312
|
+
* <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>
|
|
2313
2313
|
* @public
|
|
2314
2314
|
*/
|
|
2315
2315
|
CreateDate?: string | undefined;
|
|
@@ -2341,7 +2341,7 @@ export interface AwsIamInstanceProfile {
|
|
|
2341
2341
|
Arn?: string | undefined;
|
|
2342
2342
|
/**
|
|
2343
2343
|
* <p>Indicates when the instance profile was created.</p>
|
|
2344
|
-
* <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>
|
|
2344
|
+
* <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>
|
|
2345
2345
|
* @public
|
|
2346
2346
|
*/
|
|
2347
2347
|
CreateDate?: string | undefined;
|
|
@@ -2400,7 +2400,7 @@ export interface AwsIamPolicyVersion {
|
|
|
2400
2400
|
IsDefaultVersion?: boolean | undefined;
|
|
2401
2401
|
/**
|
|
2402
2402
|
* <p>Indicates when the version was created.</p>
|
|
2403
|
-
* <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>
|
|
2403
|
+
* <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>
|
|
2404
2404
|
* @public
|
|
2405
2405
|
*/
|
|
2406
2406
|
CreateDate?: string | undefined;
|
|
@@ -2417,7 +2417,7 @@ export interface AwsIamPolicyDetails {
|
|
|
2417
2417
|
AttachmentCount?: number | undefined;
|
|
2418
2418
|
/**
|
|
2419
2419
|
* <p>When the policy was created.</p>
|
|
2420
|
-
* <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>
|
|
2420
|
+
* <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>
|
|
2421
2421
|
* @public
|
|
2422
2422
|
*/
|
|
2423
2423
|
CreateDate?: string | undefined;
|
|
@@ -2464,7 +2464,7 @@ export interface AwsIamPolicyDetails {
|
|
|
2464
2464
|
PolicyVersionList?: AwsIamPolicyVersion[] | undefined;
|
|
2465
2465
|
/**
|
|
2466
2466
|
* <p>When the policy was most recently updated.</p>
|
|
2467
|
-
* <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>
|
|
2467
|
+
* <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>
|
|
2468
2468
|
* @public
|
|
2469
2469
|
*/
|
|
2470
2470
|
UpdateDate?: string | undefined;
|
|
@@ -2497,7 +2497,7 @@ export interface AwsIamRoleDetails {
|
|
|
2497
2497
|
AttachedManagedPolicies?: AwsIamAttachedManagedPolicy[] | undefined;
|
|
2498
2498
|
/**
|
|
2499
2499
|
* <p>Indicates when the role was created.</p>
|
|
2500
|
-
* <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>
|
|
2500
|
+
* <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>
|
|
2501
2501
|
* @public
|
|
2502
2502
|
*/
|
|
2503
2503
|
CreateDate?: string | undefined;
|
|
@@ -2561,7 +2561,7 @@ export interface AwsIamUserDetails {
|
|
|
2561
2561
|
AttachedManagedPolicies?: AwsIamAttachedManagedPolicy[] | undefined;
|
|
2562
2562
|
/**
|
|
2563
2563
|
* <p>Indicates when the user was created.</p>
|
|
2564
|
-
* <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>
|
|
2564
|
+
* <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>
|
|
2565
2565
|
* @public
|
|
2566
2566
|
*/
|
|
2567
2567
|
CreateDate?: string | undefined;
|
|
@@ -2665,7 +2665,7 @@ export interface AwsKmsKeyDetails {
|
|
|
2665
2665
|
AWSAccountId?: string | undefined;
|
|
2666
2666
|
/**
|
|
2667
2667
|
* <p>Indicates when the KMS key was created.</p>
|
|
2668
|
-
* <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>
|
|
2668
|
+
* <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>
|
|
2669
2669
|
* @public
|
|
2670
2670
|
*/
|
|
2671
2671
|
CreationDate?: number | undefined;
|
|
@@ -2890,7 +2890,7 @@ export interface AwsLambdaFunctionDetails {
|
|
|
2890
2890
|
KmsKeyArn?: string | undefined;
|
|
2891
2891
|
/**
|
|
2892
2892
|
* <p>Indicates when the function was last updated.</p>
|
|
2893
|
-
* <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>
|
|
2893
|
+
* <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>
|
|
2894
2894
|
* @public
|
|
2895
2895
|
*/
|
|
2896
2896
|
LastModified?: string | undefined;
|
|
@@ -2978,7 +2978,7 @@ export interface AwsLambdaLayerVersionDetails {
|
|
|
2978
2978
|
CompatibleRuntimes?: string[] | undefined;
|
|
2979
2979
|
/**
|
|
2980
2980
|
* <p>Indicates when the version was created.</p>
|
|
2981
|
-
* <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>
|
|
2981
|
+
* <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>
|
|
2982
2982
|
* @public
|
|
2983
2983
|
*/
|
|
2984
2984
|
CreatedDate?: string | undefined;
|
|
@@ -4452,7 +4452,7 @@ export interface AwsRdsDbClusterDetails {
|
|
|
4452
4452
|
AssociatedRoles?: AwsRdsDbClusterAssociatedRole[] | undefined;
|
|
4453
4453
|
/**
|
|
4454
4454
|
* <p>Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).</p>
|
|
4455
|
-
* <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>
|
|
4455
|
+
* <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>
|
|
4456
4456
|
* @public
|
|
4457
4457
|
*/
|
|
4458
4458
|
ClusterCreateTime?: string | undefined;
|
|
@@ -4625,7 +4625,7 @@ export interface AwsRdsDbClusterSnapshotDetails {
|
|
|
4625
4625
|
AvailabilityZones?: string[] | undefined;
|
|
4626
4626
|
/**
|
|
4627
4627
|
* <p>Indicates when the snapshot was taken.</p>
|
|
4628
|
-
* <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>
|
|
4628
|
+
* <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>
|
|
4629
4629
|
* @public
|
|
4630
4630
|
*/
|
|
4631
4631
|
SnapshotCreateTime?: string | undefined;
|
|
@@ -4656,7 +4656,7 @@ export interface AwsRdsDbClusterSnapshotDetails {
|
|
|
4656
4656
|
VpcId?: string | undefined;
|
|
4657
4657
|
/**
|
|
4658
4658
|
* <p>Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).</p>
|
|
4659
|
-
* <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>
|
|
4659
|
+
* <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>
|
|
4660
4660
|
* @public
|
|
4661
4661
|
*/
|
|
4662
4662
|
ClusterCreateTime?: string | undefined;
|
|
@@ -5123,7 +5123,7 @@ export interface AwsRdsDbInstanceDetails {
|
|
|
5123
5123
|
IAMDatabaseAuthenticationEnabled?: boolean | undefined;
|
|
5124
5124
|
/**
|
|
5125
5125
|
* <p>Indicates when the DB instance was created.</p>
|
|
5126
|
-
* <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>
|
|
5126
|
+
* <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>
|
|
5127
5127
|
* @public
|
|
5128
5128
|
*/
|
|
5129
5129
|
InstanceCreateTime?: string | undefined;
|
|
@@ -5234,7 +5234,7 @@ export interface AwsRdsDbInstanceDetails {
|
|
|
5234
5234
|
/**
|
|
5235
5235
|
* <p>Specifies the latest time to which a database can be restored with point-in-time
|
|
5236
5236
|
* restore.</p>
|
|
5237
|
-
* <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>
|
|
5237
|
+
* <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>
|
|
5238
5238
|
* @public
|
|
5239
5239
|
*/
|
|
5240
5240
|
LatestRestorableTime?: string | undefined;
|
|
@@ -5736,7 +5736,7 @@ export interface AwsRdsEventSubscriptionDetails {
|
|
|
5736
5736
|
Status?: string | undefined;
|
|
5737
5737
|
/**
|
|
5738
5738
|
* <p>The datetime when the event notification subscription was created.</p>
|
|
5739
|
-
* <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>
|
|
5739
|
+
* <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>
|
|
5740
5740
|
* @public
|
|
5741
5741
|
*/
|
|
5742
5742
|
SubscriptionCreationTime?: string | undefined;
|
|
@@ -5868,7 +5868,7 @@ export interface AwsRedshiftClusterClusterSnapshotCopyStatus {
|
|
|
5868
5868
|
export interface AwsRedshiftClusterDeferredMaintenanceWindow {
|
|
5869
5869
|
/**
|
|
5870
5870
|
* <p>The end of the time window for which maintenance was deferred.</p>
|
|
5871
|
-
* <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>
|
|
5871
|
+
* <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>
|
|
5872
5872
|
* @public
|
|
5873
5873
|
*/
|
|
5874
5874
|
DeferMaintenanceEndTime?: string | undefined;
|
|
@@ -5879,7 +5879,7 @@ export interface AwsRedshiftClusterDeferredMaintenanceWindow {
|
|
|
5879
5879
|
DeferMaintenanceIdentifier?: string | undefined;
|
|
5880
5880
|
/**
|
|
5881
5881
|
* <p>The start of the time window for which maintenance was deferred.</p>
|
|
5882
|
-
* <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>
|
|
5882
|
+
* <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>
|
|
5883
5883
|
* @public
|
|
5884
5884
|
*/
|
|
5885
5885
|
DeferMaintenanceStartTime?: string | undefined;
|
|
@@ -5980,13 +5980,13 @@ export interface AwsRedshiftClusterLoggingStatus {
|
|
|
5980
5980
|
LastFailureMessage?: string | undefined;
|
|
5981
5981
|
/**
|
|
5982
5982
|
* <p>The last time when logs failed to be delivered.</p>
|
|
5983
|
-
* <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>
|
|
5983
|
+
* <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>
|
|
5984
5984
|
* @public
|
|
5985
5985
|
*/
|
|
5986
5986
|
LastFailureTime?: string | undefined;
|
|
5987
5987
|
/**
|
|
5988
5988
|
* <p>The last time that logs were delivered successfully.</p>
|
|
5989
|
-
* <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>
|
|
5989
|
+
* <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>
|
|
5990
5990
|
* @public
|
|
5991
5991
|
*/
|
|
5992
5992
|
LastSuccessfulDeliveryTime?: string | undefined;
|
|
@@ -6199,7 +6199,7 @@ export interface AwsRedshiftClusterDetails {
|
|
|
6199
6199
|
ClusterAvailabilityStatus?: string | undefined;
|
|
6200
6200
|
/**
|
|
6201
6201
|
* <p>Indicates when the cluster was created.</p>
|
|
6202
|
-
* <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>
|
|
6202
|
+
* <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>
|
|
6203
6203
|
* @public
|
|
6204
6204
|
*/
|
|
6205
6205
|
ClusterCreateTime?: string | undefined;
|
|
@@ -6307,7 +6307,7 @@ export interface AwsRedshiftClusterDetails {
|
|
|
6307
6307
|
/**
|
|
6308
6308
|
* <p>Indicates when the next snapshot is expected to be taken. The cluster must have a valid
|
|
6309
6309
|
* snapshot schedule and have backups enabled.</p>
|
|
6310
|
-
* <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>
|
|
6310
|
+
* <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>
|
|
6311
6311
|
* @public
|
|
6312
6312
|
*/
|
|
6313
6313
|
ExpectedNextSnapshotScheduleTime?: string | undefined;
|
|
@@ -6357,7 +6357,7 @@ export interface AwsRedshiftClusterDetails {
|
|
|
6357
6357
|
MasterUsername?: string | undefined;
|
|
6358
6358
|
/**
|
|
6359
6359
|
* <p>Indicates the start of the next maintenance window.</p>
|
|
6360
|
-
* <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>
|
|
6360
|
+
* <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>
|
|
6361
6361
|
* @public
|
|
6362
6362
|
*/
|
|
6363
6363
|
NextMaintenanceWindowStartTime?: string | undefined;
|
|
@@ -6805,7 +6805,7 @@ export interface AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTr
|
|
|
6805
6805
|
export interface AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails {
|
|
6806
6806
|
/**
|
|
6807
6807
|
* <p>A date on which to transition objects to the specified storage class. If you provide <code>Date</code>, you cannot provide <code>Days</code>.</p>
|
|
6808
|
-
* <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>
|
|
6808
|
+
* <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>
|
|
6809
6809
|
* @public
|
|
6810
6810
|
*/
|
|
6811
6811
|
Date?: string | undefined;
|
|
@@ -6860,7 +6860,7 @@ export interface AwsS3BucketBucketLifecycleConfigurationRulesDetails {
|
|
|
6860
6860
|
AbortIncompleteMultipartUpload?: AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails | undefined;
|
|
6861
6861
|
/**
|
|
6862
6862
|
* <p>The date when objects are moved or deleted.</p>
|
|
6863
|
-
* <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>
|
|
6863
|
+
* <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>
|
|
6864
6864
|
* @public
|
|
6865
6865
|
*/
|
|
6866
6866
|
ExpirationDate?: string | undefined;
|
|
@@ -7298,7 +7298,7 @@ export interface AwsS3BucketDetails {
|
|
|
7298
7298
|
OwnerAccountId?: string | undefined;
|
|
7299
7299
|
/**
|
|
7300
7300
|
* <p>Indicates when the S3 bucket was created.</p>
|
|
7301
|
-
* <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>
|
|
7301
|
+
* <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>
|
|
7302
7302
|
* @public
|
|
7303
7303
|
*/
|
|
7304
7304
|
CreatedAt?: string | undefined;
|
|
@@ -7364,7 +7364,7 @@ export interface AwsS3BucketDetails {
|
|
|
7364
7364
|
export interface AwsS3ObjectDetails {
|
|
7365
7365
|
/**
|
|
7366
7366
|
* <p>Indicates when the object was last modified.</p>
|
|
7367
|
-
* <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>
|
|
7367
|
+
* <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>
|
|
7368
7368
|
* @public
|
|
7369
7369
|
*/
|
|
7370
7370
|
LastModified?: string | undefined;
|
|
@@ -7651,7 +7651,7 @@ export interface StatusReason {
|
|
|
7651
7651
|
/**
|
|
7652
7652
|
* <p>A code that represents a reason for the control status. For the list of status reason
|
|
7653
7653
|
* codes and their meanings, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/controls-findings-create-update.html#control-findings-asff-compliance">Compliance details for control findings</a> in the
|
|
7654
|
-
* <i>Security Hub User Guide</i>. </p>
|
|
7654
|
+
* <i>Security Hub CSPM User Guide</i>. </p>
|
|
7655
7655
|
* @public
|
|
7656
7656
|
*/
|
|
7657
7657
|
ReasonCode: string | undefined;
|
|
@@ -7664,13 +7664,13 @@ export interface StatusReason {
|
|
|
7664
7664
|
/**
|
|
7665
7665
|
* <p>This object typically provides details about a control finding, such as applicable standards and the status of
|
|
7666
7666
|
* control checks. While finding providers can add custom content in <code>Compliance</code> object fields, they are
|
|
7667
|
-
* typically used to review details of Security Hub control findings.</p>
|
|
7667
|
+
* typically used to review details of Security Hub CSPM control findings.</p>
|
|
7668
7668
|
* @public
|
|
7669
7669
|
*/
|
|
7670
7670
|
export interface Compliance {
|
|
7671
7671
|
/**
|
|
7672
7672
|
* <p>Typically summarizes the result of a control check.</p>
|
|
7673
|
-
* <p>For Security Hub controls, valid values for <code>Status</code> are as follows.</p>
|
|
7673
|
+
* <p>For Security Hub CSPM controls, valid values for <code>Status</code> are as follows.</p>
|
|
7674
7674
|
* <ul>
|
|
7675
7675
|
* <li>
|
|
7676
7676
|
* <ul>
|
|
@@ -7694,7 +7694,7 @@ export interface Compliance {
|
|
|
7694
7694
|
* <code>NOT_AVAILABLE</code> - Check could not be performed due to a service
|
|
7695
7695
|
* outage, API error, or because the result of the Config evaluation was
|
|
7696
7696
|
* <code>NOT_APPLICABLE</code>. If the Config evaluation result was
|
|
7697
|
-
* <code>NOT_APPLICABLE</code> for a Security Hub control, Security Hub automatically archives
|
|
7697
|
+
* <code>NOT_APPLICABLE</code> for a Security Hub CSPM control, Security Hub CSPM automatically archives
|
|
7698
7698
|
* the finding after 3 days.</p>
|
|
7699
7699
|
* </li>
|
|
7700
7700
|
* </ul>
|
|
@@ -7717,7 +7717,7 @@ export interface Compliance {
|
|
|
7717
7717
|
StatusReasons?: StatusReason[] | undefined;
|
|
7718
7718
|
/**
|
|
7719
7719
|
* <p>
|
|
7720
|
-
* Typically provides the unique identifier of a control across standards. For Security Hub controls, this field consists of an
|
|
7720
|
+
* Typically provides the unique identifier of a control across standards. For Security Hub CSPM controls, this field consists of an
|
|
7721
7721
|
* Amazon Web Services service and a unique number, such as <code>APIGateway.5</code>.
|
|
7722
7722
|
* </p>
|
|
7723
7723
|
* @public
|
|
@@ -7741,7 +7741,7 @@ export interface Compliance {
|
|
|
7741
7741
|
* <p>
|
|
7742
7742
|
* Contains information about the Autonomous System (AS) of the network
|
|
7743
7743
|
* endpoints involved in an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack
|
|
7744
|
-
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
|
|
7744
|
+
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub CSPM, you
|
|
7745
7745
|
* 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>.
|
|
7746
7746
|
* </p>
|
|
7747
7747
|
* @public
|
|
@@ -7765,7 +7765,7 @@ export interface NetworkAutonomousSystem {
|
|
|
7765
7765
|
/**
|
|
7766
7766
|
* <p>
|
|
7767
7767
|
* Contains information about the network connection involved in an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack
|
|
7768
|
-
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
|
|
7768
|
+
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub CSPM, you
|
|
7769
7769
|
* 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>.
|
|
7770
7770
|
* </p>
|
|
7771
7771
|
* @public
|
|
@@ -7783,7 +7783,7 @@ export interface NetworkConnection {
|
|
|
7783
7783
|
* <p>
|
|
7784
7784
|
* Contains information about the location of a network endpoint involved in an Amazon GuardDuty Extended Threat Detection attack sequence.
|
|
7785
7785
|
* GuardDuty generates an attack
|
|
7786
|
-
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
|
|
7786
|
+
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub CSPM, you
|
|
7787
7787
|
* 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>.
|
|
7788
7788
|
* </p>
|
|
7789
7789
|
* @public
|
|
@@ -7821,7 +7821,7 @@ export interface NetworkGeoLocation {
|
|
|
7821
7821
|
/**
|
|
7822
7822
|
* <p>
|
|
7823
7823
|
* Contains information about network endpoints involved in an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack
|
|
7824
|
-
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
|
|
7824
|
+
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub CSPM, you
|
|
7825
7825
|
* 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>.
|
|
7826
7826
|
* </p>
|
|
7827
7827
|
* <p>This field can provide information about the network endpoints associated with the resource in the attack sequence finding,
|
|
@@ -7883,7 +7883,7 @@ export interface NetworkEndpoint {
|
|
|
7883
7883
|
* <p>
|
|
7884
7884
|
* Contains information about the indicators observed in an Amazon GuardDuty Extended Threat Detection attack sequence.
|
|
7885
7885
|
* Indicators include a set of signals, which can be API activities or findings that GuardDuty uses to detect an attack sequence finding. GuardDuty
|
|
7886
|
-
* generates an attack sequence finding when multiple signals align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
|
|
7886
|
+
* generates an attack sequence finding when multiple signals align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub CSPM, you
|
|
7887
7887
|
* must have GuardDuty and GuardDuty S3 Protection 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>.
|
|
7888
7888
|
* </p>
|
|
7889
7889
|
* @public
|
|
@@ -7922,8 +7922,8 @@ export interface Indicator {
|
|
|
7922
7922
|
* <p>
|
|
7923
7923
|
* Contains information about the signals involved in an Amazon GuardDuty Extended Threat Detection attack sequence. An attack sequence is a
|
|
7924
7924
|
* type of threat detected by GuardDuty. GuardDuty generates an attack sequence finding when multiple events, or
|
|
7925
|
-
* signals, align to a potentially suspicious activity. When GuardDuty and Security Hub are integrated, GuardDuty
|
|
7926
|
-
* sends attack sequence findings to Security Hub.</p>
|
|
7925
|
+
* signals, align to a potentially suspicious activity. When GuardDuty and Security Hub CSPM are integrated, GuardDuty
|
|
7926
|
+
* sends attack sequence findings to Security Hub CSPM.</p>
|
|
7927
7927
|
* <p>A signal can be an API activity or a finding that GuardDuty uses to detect an attack sequence finding.</p>
|
|
7928
7928
|
* @public
|
|
7929
7929
|
*/
|
|
@@ -8064,7 +8064,7 @@ export interface Signal {
|
|
|
8064
8064
|
/**
|
|
8065
8065
|
* <p>
|
|
8066
8066
|
* Contains information about an Amazon GuardDuty Extended Threat Detection attack sequence finding. GuardDuty generates an attack
|
|
8067
|
-
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
|
|
8067
|
+
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub CSPM, you
|
|
8068
8068
|
* 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>.
|
|
8069
8069
|
* </p>
|
|
8070
8070
|
* @public
|
|
@@ -8110,7 +8110,7 @@ export interface Sequence {
|
|
|
8110
8110
|
/**
|
|
8111
8111
|
* <p>
|
|
8112
8112
|
* A top-level object field that provides details about an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack
|
|
8113
|
-
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
|
|
8113
|
+
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub CSPM, you
|
|
8114
8114
|
* 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>
|
|
8115
8115
|
* @public
|
|
8116
8116
|
*/
|
|
@@ -8151,7 +8151,7 @@ export interface Detection {
|
|
|
8151
8151
|
* <p>If a <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchImportFindings.html">
|
|
8152
8152
|
* <code>BatchImportFindings</code>
|
|
8153
8153
|
* </a> request for a
|
|
8154
|
-
* new finding only provides <code>Label</code> or only provides <code>Normalized</code>, Security Hub
|
|
8154
|
+
* new finding only provides <code>Label</code> or only provides <code>Normalized</code>, Security Hub CSPM
|
|
8155
8155
|
* automatically populates the value of the other field.</p>
|
|
8156
8156
|
* <p>The <code>Normalized</code> and <code>Product</code> attributes are included in the <code>FindingProviderSeverity</code>
|
|
8157
8157
|
* structure to preserve the historical information associated with the finding, even if the top-level
|
|
@@ -8159,7 +8159,7 @@ export interface Detection {
|
|
|
8159
8159
|
* <code>BatchUpdateFindings</code>
|
|
8160
8160
|
* </a> operation.</p>
|
|
8161
8161
|
* <p>If the top-level <code>Finding.Severity</code> object is present, but <code>Finding.FindingProviderFields</code> isn't present,
|
|
8162
|
-
* Security Hub creates the <code>FindingProviderFields.Severity</code> object and copies the entire <code>Finding.Severity</code> object into it.
|
|
8162
|
+
* Security Hub CSPM creates the <code>FindingProviderFields.Severity</code> object and copies the entire <code>Finding.Severity</code> object into it.
|
|
8163
8163
|
* This ensures that the original, provider-supplied details are retained within the <code>FindingProviderFields.Severity</code>
|
|
8164
8164
|
* object, even if the top-level <code>Severity</code> object is overwritten.
|
|
8165
8165
|
* </p>
|
|
@@ -8211,7 +8211,7 @@ export interface FindingProviderSeverity {
|
|
|
8211
8211
|
* </li>
|
|
8212
8212
|
* </ul>
|
|
8213
8213
|
* <p>The preceding fields are nested under the <code>FindingProviderFields</code> object, but also have analogues of the same name
|
|
8214
|
-
* as top-level ASFF fields. When a new finding is sent to Security Hub by a finding provider, Security Hub populates the
|
|
8214
|
+
* as top-level ASFF fields. When a new finding is sent to Security Hub CSPM by a finding provider, Security Hub CSPM populates the
|
|
8215
8215
|
* <code>FindingProviderFields</code> object automatically, if it is empty, based on the corresponding top-level fields.</p>
|
|
8216
8216
|
* <p>Finding providers can update <code>FindingProviderFields</code> only by using the <code>BatchImportFindings</code>
|
|
8217
8217
|
* operation. Finding providers can't update
|
|
@@ -8219,10 +8219,10 @@ export interface FindingProviderSeverity {
|
|
|
8219
8219
|
* <code>BatchUpdateFindings</code>
|
|
8220
8220
|
* </a> operation. Customers can update the top-level fields by using the <code>BatchUpdateFindings</code> operation. Customers can't
|
|
8221
8221
|
* update <code>FindingProviderFields</code>.</p>
|
|
8222
|
-
* <p>For information about how Security Hub handles updates from <code>BatchImportFindings</code> to
|
|
8222
|
+
* <p>For information about how Security Hub CSPM handles updates from <code>BatchImportFindings</code> to
|
|
8223
8223
|
* <code>FindingProviderFields</code> and to the corresponding top-level
|
|
8224
8224
|
* attributes, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/finding-update-batchimportfindings.html#batchimportfindings-findingproviderfields">Using <code>FindingProviderFields</code>
|
|
8225
|
-
* </a> in the <i>Security Hub User Guide</i>.</p>
|
|
8225
|
+
* </a> in the <i>Security Hub CSPM User Guide</i>.</p>
|
|
8226
8226
|
* <p></p>
|
|
8227
8227
|
* @public
|
|
8228
8228
|
*/
|
|
@@ -8266,7 +8266,7 @@ export interface FindingProviderFields {
|
|
|
8266
8266
|
* Provides metadata for the Amazon CodeGuru detector associated with a finding. This field pertains to
|
|
8267
8267
|
* findings that relate to Lambda functions. Amazon Inspector identifies policy violations and
|
|
8268
8268
|
* vulnerabilities in Lambda function code based on internal detectors developed
|
|
8269
|
-
* in collaboration with Amazon CodeGuru. Security Hub receives those findings.
|
|
8269
|
+
* in collaboration with Amazon CodeGuru. Security Hub CSPM receives those findings.
|
|
8270
8270
|
* </p>
|
|
8271
8271
|
* @public
|
|
8272
8272
|
*/
|
|
@@ -8495,7 +8495,7 @@ export interface Note {
|
|
|
8495
8495
|
UpdatedBy: string | undefined;
|
|
8496
8496
|
/**
|
|
8497
8497
|
* <p>A timestamp that indicates when the note was updated.</p>
|
|
8498
|
-
* <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>
|
|
8498
|
+
* <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>
|
|
8499
8499
|
* @public
|
|
8500
8500
|
*/
|
|
8501
8501
|
UpdatedAt: string | undefined;
|
|
@@ -8555,13 +8555,13 @@ export interface PatchSummary {
|
|
|
8555
8555
|
InstalledPendingReboot?: number | undefined;
|
|
8556
8556
|
/**
|
|
8557
8557
|
* <p>Indicates when the operation started.</p>
|
|
8558
|
-
* <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>
|
|
8558
|
+
* <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>
|
|
8559
8559
|
* @public
|
|
8560
8560
|
*/
|
|
8561
8561
|
OperationStartTime?: string | undefined;
|
|
8562
8562
|
/**
|
|
8563
8563
|
* <p>Indicates when the operation completed.</p>
|
|
8564
|
-
* <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>
|
|
8564
|
+
* <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>
|
|
8565
8565
|
* @public
|
|
8566
8566
|
*/
|
|
8567
8567
|
OperationEndTime?: string | undefined;
|
|
@@ -8608,13 +8608,13 @@ export interface ProcessDetails {
|
|
|
8608
8608
|
ParentPid?: number | undefined;
|
|
8609
8609
|
/**
|
|
8610
8610
|
* <p>Indicates when the process was launched.</p>
|
|
8611
|
-
* <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>
|
|
8611
|
+
* <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>
|
|
8612
8612
|
* @public
|
|
8613
8613
|
*/
|
|
8614
8614
|
LaunchedAt?: string | undefined;
|
|
8615
8615
|
/**
|
|
8616
8616
|
* <p>Indicates when the process was terminated.</p>
|
|
8617
|
-
* <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>
|
|
8617
|
+
* <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>
|
|
8618
8618
|
* @public
|
|
8619
8619
|
*/
|
|
8620
8620
|
TerminatedAt?: string | undefined;
|