aws-sdk 2.952.0 → 2.953.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/CHANGELOG.md +5 -1
- package/README.md +1 -1
- package/apis/s3outposts-2017-07-25.min.json +9 -2
- package/apis/securityhub-2018-10-26.min.json +409 -207
- package/clients/imagebuilder.d.ts +1 -1
- package/clients/s3outposts.d.ts +44 -13
- package/clients/securityhub.d.ts +473 -143
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +3 -3
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/securityhub.d.ts
CHANGED
|
@@ -28,19 +28,19 @@ declare class SecurityHub extends Service {
|
|
|
28
28
|
*/
|
|
29
29
|
acceptInvitation(callback?: (err: AWSError, data: SecurityHub.Types.AcceptInvitationResponse) => void): Request<SecurityHub.Types.AcceptInvitationResponse, AWSError>;
|
|
30
30
|
/**
|
|
31
|
-
* Disables the standards specified by the provided StandardsSubscriptionArns. For more information, see Security Standards section of the
|
|
31
|
+
* Disables the standards specified by the provided StandardsSubscriptionArns. For more information, see Security Standards section of the Security Hub User Guide.
|
|
32
32
|
*/
|
|
33
33
|
batchDisableStandards(params: SecurityHub.Types.BatchDisableStandardsRequest, callback?: (err: AWSError, data: SecurityHub.Types.BatchDisableStandardsResponse) => void): Request<SecurityHub.Types.BatchDisableStandardsResponse, AWSError>;
|
|
34
34
|
/**
|
|
35
|
-
* Disables the standards specified by the provided StandardsSubscriptionArns. For more information, see Security Standards section of the
|
|
35
|
+
* Disables the standards specified by the provided StandardsSubscriptionArns. For more information, see Security Standards section of the Security Hub User Guide.
|
|
36
36
|
*/
|
|
37
37
|
batchDisableStandards(callback?: (err: AWSError, data: SecurityHub.Types.BatchDisableStandardsResponse) => void): Request<SecurityHub.Types.BatchDisableStandardsResponse, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
* Enables the standards specified by the provided StandardsArn. To obtain the ARN for a standard, use the
|
|
39
|
+
* Enables the standards specified by the provided StandardsArn. To obtain the ARN for a standard, use the DescribeStandards operation. For more information, see the Security Standards section of the Security Hub User Guide.
|
|
40
40
|
*/
|
|
41
41
|
batchEnableStandards(params: SecurityHub.Types.BatchEnableStandardsRequest, callback?: (err: AWSError, data: SecurityHub.Types.BatchEnableStandardsResponse) => void): Request<SecurityHub.Types.BatchEnableStandardsResponse, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
* Enables the standards specified by the provided StandardsArn. To obtain the ARN for a standard, use the
|
|
43
|
+
* Enables the standards specified by the provided StandardsArn. To obtain the ARN for a standard, use the DescribeStandards operation. For more information, see the Security Standards section of the Security Hub User Guide.
|
|
44
44
|
*/
|
|
45
45
|
batchEnableStandards(callback?: (err: AWSError, data: SecurityHub.Types.BatchEnableStandardsResponse) => void): Request<SecurityHub.Types.BatchEnableStandardsResponse, AWSError>;
|
|
46
46
|
/**
|
|
@@ -52,11 +52,11 @@ declare class SecurityHub extends Service {
|
|
|
52
52
|
*/
|
|
53
53
|
batchImportFindings(callback?: (err: AWSError, data: SecurityHub.Types.BatchImportFindingsResponse) => void): Request<SecurityHub.Types.BatchImportFindingsResponse, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
* Used by Security Hub customers to update information about their investigation into a finding. Requested by administrator accounts or member accounts. Administrator accounts can update findings for their account and their member accounts. Member accounts can update findings for their account. Updates from BatchUpdateFindings do not affect the value of UpdatedAt for a finding. Administrator and member accounts can use BatchUpdateFindings to update the following finding fields and objects. Confidence Criticality Note RelatedFindings Severity Types UserDefinedFields VerificationState Workflow You can configure IAM policies to restrict access to fields and field values. For example, you might not want member accounts to be able to suppress findings or change the finding severity. See Configuring access to BatchUpdateFindings in the
|
|
55
|
+
* Used by Security Hub customers to update information about their investigation into a finding. Requested by administrator accounts or member accounts. Administrator accounts can update findings for their account and their member accounts. Member accounts can update findings for their account. Updates from BatchUpdateFindings do not affect the value of UpdatedAt for a finding. Administrator and member accounts can use BatchUpdateFindings to update the following finding fields and objects. Confidence Criticality Note RelatedFindings Severity Types UserDefinedFields VerificationState Workflow You can configure IAM policies to restrict access to fields and field values. For example, you might not want member accounts to be able to suppress findings or change the finding severity. See Configuring access to BatchUpdateFindings in the Security Hub User Guide.
|
|
56
56
|
*/
|
|
57
57
|
batchUpdateFindings(params: SecurityHub.Types.BatchUpdateFindingsRequest, callback?: (err: AWSError, data: SecurityHub.Types.BatchUpdateFindingsResponse) => void): Request<SecurityHub.Types.BatchUpdateFindingsResponse, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
* Used by Security Hub customers to update information about their investigation into a finding. Requested by administrator accounts or member accounts. Administrator accounts can update findings for their account and their member accounts. Member accounts can update findings for their account. Updates from BatchUpdateFindings do not affect the value of UpdatedAt for a finding. Administrator and member accounts can use BatchUpdateFindings to update the following finding fields and objects. Confidence Criticality Note RelatedFindings Severity Types UserDefinedFields VerificationState Workflow You can configure IAM policies to restrict access to fields and field values. For example, you might not want member accounts to be able to suppress findings or change the finding severity. See Configuring access to BatchUpdateFindings in the
|
|
59
|
+
* Used by Security Hub customers to update information about their investigation into a finding. Requested by administrator accounts or member accounts. Administrator accounts can update findings for their account and their member accounts. Member accounts can update findings for their account. Updates from BatchUpdateFindings do not affect the value of UpdatedAt for a finding. Administrator and member accounts can use BatchUpdateFindings to update the following finding fields and objects. Confidence Criticality Note RelatedFindings Severity Types UserDefinedFields VerificationState Workflow You can configure IAM policies to restrict access to fields and field values. For example, you might not want member accounts to be able to suppress findings or change the finding severity. See Configuring access to BatchUpdateFindings in the Security Hub User Guide.
|
|
60
60
|
*/
|
|
61
61
|
batchUpdateFindings(callback?: (err: AWSError, data: SecurityHub.Types.BatchUpdateFindingsResponse) => void): Request<SecurityHub.Types.BatchUpdateFindingsResponse, AWSError>;
|
|
62
62
|
/**
|
|
@@ -76,11 +76,11 @@ declare class SecurityHub extends Service {
|
|
|
76
76
|
*/
|
|
77
77
|
createInsight(callback?: (err: AWSError, data: SecurityHub.Types.CreateInsightResponse) => void): Request<SecurityHub.Types.CreateInsightResponse, AWSError>;
|
|
78
78
|
/**
|
|
79
|
-
* Creates a member association in Security Hub between the specified accounts and the account used to make the request, which is the administrator account. If you are integrated with Organizations, then the administrator account is designated by the organization management account. CreateMembers is always used to add accounts that are not organization members. For accounts that are
|
|
79
|
+
* Creates a member association in Security Hub between the specified accounts and the account used to make the request, which is the administrator account. If you are integrated with Organizations, then the administrator account is designated by the organization management account. CreateMembers is always used to add accounts that are not organization members. For accounts that are managed using Organizations, CreateMembers is only used in the following cases: Security Hub is not configured to automatically add new organization accounts. The account was disassociated or deleted in Security Hub. This action can only be used by an account that has Security Hub enabled. To enable Security Hub, you can use the EnableSecurityHub operation. For accounts that are not organization members, you create the account association and then send an invitation to the member account. To send the invitation, you use the InviteMembers operation. If the account owner accepts the invitation, the account becomes a member account in Security Hub. Accounts that are managed using Organizations do not receive an invitation. They automatically become a member account in Security Hub, and Security Hub is automatically enabled for those accounts. Note that Security Hub cannot be enabled automatically for the organization management account. The organization management account must enable Security Hub before the administrator account enables it as a member account. A permissions policy is added that permits the administrator account to view the findings generated in the member account. When Security Hub is enabled in a member account, the member account findings are also visible to the administrator account. To remove the association between the administrator and member accounts, use the DisassociateFromMasterAccount or DisassociateMembers operation.
|
|
80
80
|
*/
|
|
81
81
|
createMembers(params: SecurityHub.Types.CreateMembersRequest, callback?: (err: AWSError, data: SecurityHub.Types.CreateMembersResponse) => void): Request<SecurityHub.Types.CreateMembersResponse, AWSError>;
|
|
82
82
|
/**
|
|
83
|
-
* Creates a member association in Security Hub between the specified accounts and the account used to make the request, which is the administrator account. If you are integrated with Organizations, then the administrator account is designated by the organization management account. CreateMembers is always used to add accounts that are not organization members. For accounts that are
|
|
83
|
+
* Creates a member association in Security Hub between the specified accounts and the account used to make the request, which is the administrator account. If you are integrated with Organizations, then the administrator account is designated by the organization management account. CreateMembers is always used to add accounts that are not organization members. For accounts that are managed using Organizations, CreateMembers is only used in the following cases: Security Hub is not configured to automatically add new organization accounts. The account was disassociated or deleted in Security Hub. This action can only be used by an account that has Security Hub enabled. To enable Security Hub, you can use the EnableSecurityHub operation. For accounts that are not organization members, you create the account association and then send an invitation to the member account. To send the invitation, you use the InviteMembers operation. If the account owner accepts the invitation, the account becomes a member account in Security Hub. Accounts that are managed using Organizations do not receive an invitation. They automatically become a member account in Security Hub, and Security Hub is automatically enabled for those accounts. Note that Security Hub cannot be enabled automatically for the organization management account. The organization management account must enable Security Hub before the administrator account enables it as a member account. A permissions policy is added that permits the administrator account to view the findings generated in the member account. When Security Hub is enabled in a member account, the member account findings are also visible to the administrator account. To remove the association between the administrator and member accounts, use the DisassociateFromMasterAccount or DisassociateMembers operation.
|
|
84
84
|
*/
|
|
85
85
|
createMembers(callback?: (err: AWSError, data: SecurityHub.Types.CreateMembersResponse) => void): Request<SecurityHub.Types.CreateMembersResponse, AWSError>;
|
|
86
86
|
/**
|
|
@@ -108,11 +108,11 @@ declare class SecurityHub extends Service {
|
|
|
108
108
|
*/
|
|
109
109
|
deleteInsight(callback?: (err: AWSError, data: SecurityHub.Types.DeleteInsightResponse) => void): Request<SecurityHub.Types.DeleteInsightResponse, AWSError>;
|
|
110
110
|
/**
|
|
111
|
-
* Deletes invitations received by the
|
|
111
|
+
* Deletes invitations received by the Amazon Web Services account to become a member account. This operation is only used by accounts that are not part of an organization. Organization accounts do not receive invitations.
|
|
112
112
|
*/
|
|
113
113
|
deleteInvitations(params: SecurityHub.Types.DeleteInvitationsRequest, callback?: (err: AWSError, data: SecurityHub.Types.DeleteInvitationsResponse) => void): Request<SecurityHub.Types.DeleteInvitationsResponse, AWSError>;
|
|
114
114
|
/**
|
|
115
|
-
* Deletes invitations received by the
|
|
115
|
+
* Deletes invitations received by the Amazon Web Services account to become a member account. This operation is only used by accounts that are not part of an organization. Organization accounts do not receive invitations.
|
|
116
116
|
*/
|
|
117
117
|
deleteInvitations(callback?: (err: AWSError, data: SecurityHub.Types.DeleteInvitationsResponse) => void): Request<SecurityHub.Types.DeleteInvitationsResponse, AWSError>;
|
|
118
118
|
/**
|
|
@@ -236,11 +236,11 @@ declare class SecurityHub extends Service {
|
|
|
236
236
|
*/
|
|
237
237
|
enableOrganizationAdminAccount(callback?: (err: AWSError, data: SecurityHub.Types.EnableOrganizationAdminAccountResponse) => void): Request<SecurityHub.Types.EnableOrganizationAdminAccountResponse, AWSError>;
|
|
238
238
|
/**
|
|
239
|
-
* Enables Security Hub for your account in the current Region or the Region you specify in the request. When you enable Security Hub, you grant to Security Hub the permissions necessary to gather findings from other services that are integrated with Security Hub. When you use the EnableSecurityHub operation to enable Security Hub, you also automatically enable the following standards. CIS
|
|
239
|
+
* Enables Security Hub for your account in the current Region or the Region you specify in the request. When you enable Security Hub, you grant to Security Hub the permissions necessary to gather findings from other services that are integrated with Security Hub. When you use the EnableSecurityHub operation to enable Security Hub, you also automatically enable the following standards. CIS Amazon Web Services Foundations Amazon Web Services Foundational Security Best Practices You do not enable the Payment Card Industry Data Security Standard (PCI DSS) standard. To not enable the automatically enabled standards, set EnableDefaultStandards to false. After you enable Security Hub, to enable a standard, use the BatchEnableStandards operation. To disable a standard, use the BatchDisableStandards operation. To learn more, see the setup information in the Security Hub User Guide.
|
|
240
240
|
*/
|
|
241
241
|
enableSecurityHub(params: SecurityHub.Types.EnableSecurityHubRequest, callback?: (err: AWSError, data: SecurityHub.Types.EnableSecurityHubResponse) => void): Request<SecurityHub.Types.EnableSecurityHubResponse, AWSError>;
|
|
242
242
|
/**
|
|
243
|
-
* Enables Security Hub for your account in the current Region or the Region you specify in the request. When you enable Security Hub, you grant to Security Hub the permissions necessary to gather findings from other services that are integrated with Security Hub. When you use the EnableSecurityHub operation to enable Security Hub, you also automatically enable the following standards. CIS
|
|
243
|
+
* Enables Security Hub for your account in the current Region or the Region you specify in the request. When you enable Security Hub, you grant to Security Hub the permissions necessary to gather findings from other services that are integrated with Security Hub. When you use the EnableSecurityHub operation to enable Security Hub, you also automatically enable the following standards. CIS Amazon Web Services Foundations Amazon Web Services Foundational Security Best Practices You do not enable the Payment Card Industry Data Security Standard (PCI DSS) standard. To not enable the automatically enabled standards, set EnableDefaultStandards to false. After you enable Security Hub, to enable a standard, use the BatchEnableStandards operation. To disable a standard, use the BatchDisableStandards operation. To learn more, see the setup information in the Security Hub User Guide.
|
|
244
244
|
*/
|
|
245
245
|
enableSecurityHub(callback?: (err: AWSError, data: SecurityHub.Types.EnableSecurityHubResponse) => void): Request<SecurityHub.Types.EnableSecurityHubResponse, AWSError>;
|
|
246
246
|
/**
|
|
@@ -308,11 +308,11 @@ declare class SecurityHub extends Service {
|
|
|
308
308
|
*/
|
|
309
309
|
getMembers(callback?: (err: AWSError, data: SecurityHub.Types.GetMembersResponse) => void): Request<SecurityHub.Types.GetMembersResponse, AWSError>;
|
|
310
310
|
/**
|
|
311
|
-
* Invites other
|
|
311
|
+
* Invites other Amazon Web Services accounts to become member accounts for the Security Hub administrator account that the invitation is sent from. This operation is only used to invite accounts that do not belong to an organization. Organization accounts do not receive invitations. Before you can use this action to invite a member, you must first use the CreateMembers action to create the member account in Security Hub. When the account owner enables Security Hub and accepts the invitation to become a member account, the administrator account can view the findings generated from the member account.
|
|
312
312
|
*/
|
|
313
313
|
inviteMembers(params: SecurityHub.Types.InviteMembersRequest, callback?: (err: AWSError, data: SecurityHub.Types.InviteMembersResponse) => void): Request<SecurityHub.Types.InviteMembersResponse, AWSError>;
|
|
314
314
|
/**
|
|
315
|
-
* Invites other
|
|
315
|
+
* Invites other Amazon Web Services accounts to become member accounts for the Security Hub administrator account that the invitation is sent from. This operation is only used to invite accounts that do not belong to an organization. Organization accounts do not receive invitations. Before you can use this action to invite a member, you must first use the CreateMembers action to create the member account in Security Hub. When the account owner enables Security Hub and accepts the invitation to become a member account, the administrator account can view the findings generated from the member account.
|
|
316
316
|
*/
|
|
317
317
|
inviteMembers(callback?: (err: AWSError, data: SecurityHub.Types.InviteMembersResponse) => void): Request<SecurityHub.Types.InviteMembersResponse, AWSError>;
|
|
318
318
|
/**
|
|
@@ -324,11 +324,11 @@ declare class SecurityHub extends Service {
|
|
|
324
324
|
*/
|
|
325
325
|
listEnabledProductsForImport(callback?: (err: AWSError, data: SecurityHub.Types.ListEnabledProductsForImportResponse) => void): Request<SecurityHub.Types.ListEnabledProductsForImportResponse, AWSError>;
|
|
326
326
|
/**
|
|
327
|
-
* Lists all Security Hub membership invitations that were sent to the current
|
|
327
|
+
* Lists all Security Hub membership invitations that were sent to the current Amazon Web Services account. This operation is only used by accounts that are managed by invitation. Accounts that are managed using the integration with Organizations do not receive invitations.
|
|
328
328
|
*/
|
|
329
329
|
listInvitations(params: SecurityHub.Types.ListInvitationsRequest, callback?: (err: AWSError, data: SecurityHub.Types.ListInvitationsResponse) => void): Request<SecurityHub.Types.ListInvitationsResponse, AWSError>;
|
|
330
330
|
/**
|
|
331
|
-
* Lists all Security Hub membership invitations that were sent to the current
|
|
331
|
+
* Lists all Security Hub membership invitations that were sent to the current Amazon Web Services account. This operation is only used by accounts that are managed by invitation. Accounts that are managed using the integration with Organizations do not receive invitations.
|
|
332
332
|
*/
|
|
333
333
|
listInvitations(callback?: (err: AWSError, data: SecurityHub.Types.ListInvitationsResponse) => void): Request<SecurityHub.Types.ListInvitationsResponse, AWSError>;
|
|
334
334
|
/**
|
|
@@ -447,11 +447,11 @@ declare namespace SecurityHub {
|
|
|
447
447
|
}
|
|
448
448
|
export interface AccountDetails {
|
|
449
449
|
/**
|
|
450
|
-
* The ID of an
|
|
450
|
+
* The ID of an Amazon Web Services account.
|
|
451
451
|
*/
|
|
452
452
|
AccountId: AccountId;
|
|
453
453
|
/**
|
|
454
|
-
* The email of an
|
|
454
|
+
* The email of an Amazon Web Services account.
|
|
455
455
|
*/
|
|
456
456
|
Email?: NonEmptyString;
|
|
457
457
|
}
|
|
@@ -545,7 +545,7 @@ declare namespace SecurityHub {
|
|
|
545
545
|
export type ActionTargetList = ActionTarget[];
|
|
546
546
|
export interface AdminAccount {
|
|
547
547
|
/**
|
|
548
|
-
* The
|
|
548
|
+
* The Amazon Web Services account identifier of the Security Hub administrator account.
|
|
549
549
|
*/
|
|
550
550
|
AccountId?: NonEmptyString;
|
|
551
551
|
/**
|
|
@@ -574,7 +574,7 @@ declare namespace SecurityHub {
|
|
|
574
574
|
*/
|
|
575
575
|
Api?: NonEmptyString;
|
|
576
576
|
/**
|
|
577
|
-
* The name of the
|
|
577
|
+
* The name of the Amazon Web Services service that the API method belongs to.
|
|
578
578
|
*/
|
|
579
579
|
ServiceName?: NonEmptyString;
|
|
580
580
|
/**
|
|
@@ -781,7 +781,7 @@ declare namespace SecurityHub {
|
|
|
781
781
|
*/
|
|
782
782
|
CanarySettings?: AwsApiGatewayCanarySettings;
|
|
783
783
|
/**
|
|
784
|
-
* Indicates whether active tracing with
|
|
784
|
+
* Indicates whether active tracing with X-Ray is enabled for the stage.
|
|
785
785
|
*/
|
|
786
786
|
TracingEnabled?: Boolean;
|
|
787
787
|
/**
|
|
@@ -967,7 +967,7 @@ declare namespace SecurityHub {
|
|
|
967
967
|
*/
|
|
968
968
|
ImportedAt?: NonEmptyString;
|
|
969
969
|
/**
|
|
970
|
-
* The list of ARNs for the
|
|
970
|
+
* The list of ARNs for the Amazon Web Services resources that use the certificate.
|
|
971
971
|
*/
|
|
972
972
|
InUseBy?: StringList;
|
|
973
973
|
/**
|
|
@@ -1003,7 +1003,7 @@ declare namespace SecurityHub {
|
|
|
1003
1003
|
*/
|
|
1004
1004
|
RenewalEligibility?: NonEmptyString;
|
|
1005
1005
|
/**
|
|
1006
|
-
* Information about the status of the
|
|
1006
|
+
* Information about the status of the Certificate Manager managed renewal for the certificate. Provided only when the certificate type is AMAZON_ISSUED.
|
|
1007
1007
|
*/
|
|
1008
1008
|
RenewalSummary?: AwsCertificateManagerCertificateRenewalSummary;
|
|
1009
1009
|
/**
|
|
@@ -1027,7 +1027,7 @@ declare namespace SecurityHub {
|
|
|
1027
1027
|
*/
|
|
1028
1028
|
SubjectAlternativeNames?: StringList;
|
|
1029
1029
|
/**
|
|
1030
|
-
* The source of the certificate. For certificates that
|
|
1030
|
+
* The source of the certificate. For certificates that Certificate Manager provides, Type is AMAZON_ISSUED. For certificates that are imported with ImportCertificate, Type is IMPORTED. Valid values: IMPORTED | AMAZON_ISSUED | PRIVATE
|
|
1031
1031
|
*/
|
|
1032
1032
|
Type?: NonEmptyString;
|
|
1033
1033
|
}
|
|
@@ -1041,11 +1041,11 @@ declare namespace SecurityHub {
|
|
|
1041
1041
|
*/
|
|
1042
1042
|
ResourceRecord?: AwsCertificateManagerCertificateResourceRecord;
|
|
1043
1043
|
/**
|
|
1044
|
-
* The domain name that
|
|
1044
|
+
* The domain name that Certificate Manager uses to send domain validation emails.
|
|
1045
1045
|
*/
|
|
1046
1046
|
ValidationDomain?: NonEmptyString;
|
|
1047
1047
|
/**
|
|
1048
|
-
* A list of email addresses that
|
|
1048
|
+
* A list of email addresses that Certificate Manager uses to send domain validation emails.
|
|
1049
1049
|
*/
|
|
1050
1050
|
ValidationEmails?: StringList;
|
|
1051
1051
|
/**
|
|
@@ -1084,11 +1084,11 @@ declare namespace SecurityHub {
|
|
|
1084
1084
|
}
|
|
1085
1085
|
export interface AwsCertificateManagerCertificateRenewalSummary {
|
|
1086
1086
|
/**
|
|
1087
|
-
* Information about the validation of each domain name in the certificate, as it pertains to
|
|
1087
|
+
* Information about the validation of each domain name in the certificate, as it pertains to Certificate Manager managed renewal. Provided only when the certificate type is AMAZON_ISSUED.
|
|
1088
1088
|
*/
|
|
1089
1089
|
DomainValidationOptions?: AwsCertificateManagerCertificateDomainValidationOptions;
|
|
1090
1090
|
/**
|
|
1091
|
-
* The status of the
|
|
1091
|
+
* The status of the Certificate Manager managed renewal of the certificate. Valid values: PENDING_AUTO_RENEWAL | PENDING_VALIDATION | SUCCESS | FAILED
|
|
1092
1092
|
*/
|
|
1093
1093
|
RenewalStatus?: NonEmptyString;
|
|
1094
1094
|
/**
|
|
@@ -1175,13 +1175,13 @@ declare namespace SecurityHub {
|
|
|
1175
1175
|
*/
|
|
1176
1176
|
Status?: NonEmptyString;
|
|
1177
1177
|
/**
|
|
1178
|
-
* A unique identifier that specifies the
|
|
1178
|
+
* A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution.
|
|
1179
1179
|
*/
|
|
1180
1180
|
WebAclId?: NonEmptyString;
|
|
1181
1181
|
}
|
|
1182
1182
|
export interface AwsCloudFrontDistributionLogging {
|
|
1183
1183
|
/**
|
|
1184
|
-
* The
|
|
1184
|
+
* The S3 bucket to store the access logs in.
|
|
1185
1185
|
*/
|
|
1186
1186
|
Bucket?: NonEmptyString;
|
|
1187
1187
|
/**
|
|
@@ -1229,7 +1229,7 @@ declare namespace SecurityHub {
|
|
|
1229
1229
|
export type AwsCloudFrontDistributionOriginGroupsItemList = AwsCloudFrontDistributionOriginGroup[];
|
|
1230
1230
|
export interface AwsCloudFrontDistributionOriginItem {
|
|
1231
1231
|
/**
|
|
1232
|
-
* Amazon S3 origins: The DNS name of the
|
|
1232
|
+
* Amazon S3 origins: The DNS name of the S3 bucket from which you want CloudFront to get objects for this origin.
|
|
1233
1233
|
*/
|
|
1234
1234
|
DomainName?: NonEmptyString;
|
|
1235
1235
|
/**
|
|
@@ -1264,7 +1264,7 @@ declare namespace SecurityHub {
|
|
|
1264
1264
|
*/
|
|
1265
1265
|
CloudWatchLogsLogGroupArn?: NonEmptyString;
|
|
1266
1266
|
/**
|
|
1267
|
-
* The ARN of the role that the CloudWatch
|
|
1267
|
+
* The ARN of the role that the CloudWatch Events endpoint assumes when it writes to the log group.
|
|
1268
1268
|
*/
|
|
1269
1269
|
CloudWatchLogsRoleArn?: NonEmptyString;
|
|
1270
1270
|
/**
|
|
@@ -1284,11 +1284,11 @@ declare namespace SecurityHub {
|
|
|
1284
1284
|
*/
|
|
1285
1285
|
IsMultiRegionTrail?: Boolean;
|
|
1286
1286
|
/**
|
|
1287
|
-
* Whether the trail is created for all accounts in an organization in
|
|
1287
|
+
* Whether the trail is created for all accounts in an organization in Organizations, or only for the current Amazon Web Services account.
|
|
1288
1288
|
*/
|
|
1289
1289
|
IsOrganizationTrail?: Boolean;
|
|
1290
1290
|
/**
|
|
1291
|
-
* The
|
|
1291
|
+
* The KMS key ID to use to encrypt the logs.
|
|
1292
1292
|
*/
|
|
1293
1293
|
KmsKeyId?: NonEmptyString;
|
|
1294
1294
|
/**
|
|
@@ -1322,7 +1322,7 @@ declare namespace SecurityHub {
|
|
|
1322
1322
|
}
|
|
1323
1323
|
export interface AwsCodeBuildProjectDetails {
|
|
1324
1324
|
/**
|
|
1325
|
-
* The
|
|
1325
|
+
* The KMS customer master key (CMK) used to encrypt the build output artifacts. You can specify either the ARN of the CMK or, if available, the CMK alias (using the format alias/alias-name).
|
|
1326
1326
|
*/
|
|
1327
1327
|
EncryptionKey?: NonEmptyString;
|
|
1328
1328
|
/**
|
|
@@ -1338,11 +1338,11 @@ declare namespace SecurityHub {
|
|
|
1338
1338
|
*/
|
|
1339
1339
|
Source?: AwsCodeBuildProjectSource;
|
|
1340
1340
|
/**
|
|
1341
|
-
* The ARN of the IAM role that enables
|
|
1341
|
+
* The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.
|
|
1342
1342
|
*/
|
|
1343
1343
|
ServiceRole?: NonEmptyString;
|
|
1344
1344
|
/**
|
|
1345
|
-
* Information about the VPC configuration that
|
|
1345
|
+
* Information about the VPC configuration that CodeBuild accesses.
|
|
1346
1346
|
*/
|
|
1347
1347
|
VpcConfig?: AwsCodeBuildProjectVpcConfig;
|
|
1348
1348
|
}
|
|
@@ -1352,7 +1352,7 @@ declare namespace SecurityHub {
|
|
|
1352
1352
|
*/
|
|
1353
1353
|
Certificate?: NonEmptyString;
|
|
1354
1354
|
/**
|
|
1355
|
-
* The type of credentials
|
|
1355
|
+
* The type of credentials CodeBuild uses to pull images in your build. Valid values: CODEBUILD specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust the CodeBuild service principal. SERVICE_ROLE specifies that CodeBuild uses your build project's service role. When you use a cross-account or private registry image, you must use SERVICE_ROLE credentials. When you use an CodeBuild curated image, you must use CODEBUILD credentials.
|
|
1356
1356
|
*/
|
|
1357
1357
|
ImagePullCredentialsType?: NonEmptyString;
|
|
1358
1358
|
/**
|
|
@@ -1366,21 +1366,21 @@ declare namespace SecurityHub {
|
|
|
1366
1366
|
}
|
|
1367
1367
|
export interface AwsCodeBuildProjectEnvironmentRegistryCredential {
|
|
1368
1368
|
/**
|
|
1369
|
-
* The ARN or name of credentials created using
|
|
1369
|
+
* The ARN or name of credentials created using Secrets Manager. The credential can use the name of the credentials only if they exist in your current Amazon Web Services Region.
|
|
1370
1370
|
*/
|
|
1371
1371
|
Credential?: NonEmptyString;
|
|
1372
1372
|
/**
|
|
1373
|
-
* The service that created the credentials to access a private Docker registry. The valid value, SECRETS_MANAGER, is for
|
|
1373
|
+
* The service that created the credentials to access a private Docker registry. The valid value, SECRETS_MANAGER, is for Secrets Manager.
|
|
1374
1374
|
*/
|
|
1375
1375
|
CredentialProvider?: NonEmptyString;
|
|
1376
1376
|
}
|
|
1377
1377
|
export interface AwsCodeBuildProjectSource {
|
|
1378
1378
|
/**
|
|
1379
|
-
* The type of repository that contains the source code to be built. Valid values are: BITBUCKET - The source code is in a Bitbucket repository. CODECOMMIT - The source code is in an
|
|
1379
|
+
* The type of repository that contains the source code to be built. Valid values are: BITBUCKET - The source code is in a Bitbucket repository. CODECOMMIT - The source code is in an CodeCommit repository. CODEPIPELINE - The source code settings are specified in the source action of a pipeline in CodePipeline. GITHUB - The source code is in a GitHub repository. GITHUB_ENTERPRISE - The source code is in a GitHub Enterprise repository. NO_SOURCE - The project does not have input source code. S3 - The source code is in an S3 input bucket.
|
|
1380
1380
|
*/
|
|
1381
1381
|
Type?: NonEmptyString;
|
|
1382
1382
|
/**
|
|
1383
|
-
* Information about the location of the source code to be built. Valid values include: For source code settings that are specified in the source action of a pipeline in
|
|
1383
|
+
* Information about the location of the source code to be built. Valid values include: For source code settings that are specified in the source action of a pipeline in CodePipeline, location should not be specified. If it is specified, CodePipeline ignores it. This is because CodePipeline uses the settings in a pipeline's source action instead of this value. For source code in an CodeCommit repository, the HTTPS clone URL to the repository that contains the source code and the build spec file (for example, https://git-codecommit.region-ID.amazonaws.com/v1/repos/repo-name ). For source code in an S3 input bucket, one of the following. The path to the ZIP file that contains the source code (for example, bucket-name/path/to/object-name.zip). The path to the folder that contains the source code (for example, bucket-name/path/to/source-code/folder/). For source code in a GitHub repository, the HTTPS clone URL to the repository that contains the source and the build spec file. For source code in a Bitbucket repository, the HTTPS clone URL to the repository that contains the source and the build spec file.
|
|
1384
1384
|
*/
|
|
1385
1385
|
Location?: NonEmptyString;
|
|
1386
1386
|
/**
|
|
@@ -1398,11 +1398,11 @@ declare namespace SecurityHub {
|
|
|
1398
1398
|
*/
|
|
1399
1399
|
VpcId?: NonEmptyString;
|
|
1400
1400
|
/**
|
|
1401
|
-
* A list of one or more subnet IDs in your
|
|
1401
|
+
* A list of one or more subnet IDs in your VPC.
|
|
1402
1402
|
*/
|
|
1403
1403
|
Subnets?: NonEmptyStringList;
|
|
1404
1404
|
/**
|
|
1405
|
-
* A list of one or more security group IDs in your
|
|
1405
|
+
* A list of one or more security group IDs in your VPC.
|
|
1406
1406
|
*/
|
|
1407
1407
|
SecurityGroupIds?: NonEmptyStringList;
|
|
1408
1408
|
}
|
|
@@ -1644,7 +1644,7 @@ declare namespace SecurityHub {
|
|
|
1644
1644
|
*/
|
|
1645
1645
|
GlobalSecondaryIndexes?: AwsDynamoDbTableReplicaGlobalSecondaryIndexList;
|
|
1646
1646
|
/**
|
|
1647
|
-
* The identifier of the
|
|
1647
|
+
* The identifier of the KMS customer master key (CMK) that will be used for KMS encryption for the replica.
|
|
1648
1648
|
*/
|
|
1649
1649
|
KmsMasterKeyId?: NonEmptyString;
|
|
1650
1650
|
/**
|
|
@@ -1708,7 +1708,7 @@ declare namespace SecurityHub {
|
|
|
1708
1708
|
*/
|
|
1709
1709
|
SseType?: NonEmptyString;
|
|
1710
1710
|
/**
|
|
1711
|
-
* The ARN of the
|
|
1711
|
+
* The ARN of the KMS customer master key (CMK) that is used for the KMS encryption.
|
|
1712
1712
|
*/
|
|
1713
1713
|
KmsMasterKeyArn?: NonEmptyString;
|
|
1714
1714
|
}
|
|
@@ -1732,7 +1732,7 @@ declare namespace SecurityHub {
|
|
|
1732
1732
|
*/
|
|
1733
1733
|
PublicIp?: NonEmptyString;
|
|
1734
1734
|
/**
|
|
1735
|
-
* The identifier that
|
|
1735
|
+
* The identifier that Amazon Web Services assigns to represent the allocation of the Elastic IP address for use with Amazon VPC.
|
|
1736
1736
|
*/
|
|
1737
1737
|
AllocationId?: NonEmptyString;
|
|
1738
1738
|
/**
|
|
@@ -1756,7 +1756,7 @@ declare namespace SecurityHub {
|
|
|
1756
1756
|
*/
|
|
1757
1757
|
NetworkInterfaceId?: NonEmptyString;
|
|
1758
1758
|
/**
|
|
1759
|
-
* The
|
|
1759
|
+
* The Amazon Web Services account ID of the owner of the network interface.
|
|
1760
1760
|
*/
|
|
1761
1761
|
NetworkInterfaceOwnerId?: NonEmptyString;
|
|
1762
1762
|
/**
|
|
@@ -1838,7 +1838,7 @@ declare namespace SecurityHub {
|
|
|
1838
1838
|
*/
|
|
1839
1839
|
NetworkAclId?: NonEmptyString;
|
|
1840
1840
|
/**
|
|
1841
|
-
* The identifier of the
|
|
1841
|
+
* The identifier of the Amazon Web Services account that owns the network ACL.
|
|
1842
1842
|
*/
|
|
1843
1843
|
OwnerId?: NonEmptyString;
|
|
1844
1844
|
/**
|
|
@@ -1911,7 +1911,7 @@ declare namespace SecurityHub {
|
|
|
1911
1911
|
*/
|
|
1912
1912
|
InstanceId?: NonEmptyString;
|
|
1913
1913
|
/**
|
|
1914
|
-
* The
|
|
1914
|
+
* The Amazon Web Services account ID of the owner of the instance.
|
|
1915
1915
|
*/
|
|
1916
1916
|
InstanceOwnerId?: NonEmptyString;
|
|
1917
1917
|
/**
|
|
@@ -1992,7 +1992,7 @@ declare namespace SecurityHub {
|
|
|
1992
1992
|
*/
|
|
1993
1993
|
GroupId?: NonEmptyString;
|
|
1994
1994
|
/**
|
|
1995
|
-
* The
|
|
1995
|
+
* The Amazon Web Services account ID of the owner of the security group.
|
|
1996
1996
|
*/
|
|
1997
1997
|
OwnerId?: NonEmptyString;
|
|
1998
1998
|
/**
|
|
@@ -2022,7 +2022,7 @@ declare namespace SecurityHub {
|
|
|
2022
2022
|
*/
|
|
2023
2023
|
ToPort?: Integer;
|
|
2024
2024
|
/**
|
|
2025
|
-
* The security group and
|
|
2025
|
+
* The security group and Amazon Web Services account ID pairs.
|
|
2026
2026
|
*/
|
|
2027
2027
|
UserIdGroupPairs?: AwsEc2SecurityGroupUserIdGroupPairList;
|
|
2028
2028
|
/**
|
|
@@ -2034,7 +2034,7 @@ declare namespace SecurityHub {
|
|
|
2034
2034
|
*/
|
|
2035
2035
|
Ipv6Ranges?: AwsEc2SecurityGroupIpv6RangeList;
|
|
2036
2036
|
/**
|
|
2037
|
-
* [VPC only] The prefix list IDs for an
|
|
2037
|
+
* [VPC only] The prefix list IDs for an Amazon Web Services service. With outbound rules, this is the Amazon Web Services service to access through a VPC endpoint from instances associated with the security group.
|
|
2038
2038
|
*/
|
|
2039
2039
|
PrefixListIds?: AwsEc2SecurityGroupPrefixListIdList;
|
|
2040
2040
|
}
|
|
@@ -2074,7 +2074,7 @@ declare namespace SecurityHub {
|
|
|
2074
2074
|
*/
|
|
2075
2075
|
PeeringStatus?: NonEmptyString;
|
|
2076
2076
|
/**
|
|
2077
|
-
* The ID of an
|
|
2077
|
+
* The ID of an Amazon Web Services account. For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned. [EC2-Classic] Required when adding or removing rules that reference a security group in another VPC.
|
|
2078
2078
|
*/
|
|
2079
2079
|
UserId?: NonEmptyString;
|
|
2080
2080
|
/**
|
|
@@ -2117,7 +2117,7 @@ declare namespace SecurityHub {
|
|
|
2117
2117
|
*/
|
|
2118
2118
|
MapPublicIpOnLaunch?: Boolean;
|
|
2119
2119
|
/**
|
|
2120
|
-
* The identifier of the
|
|
2120
|
+
* The identifier of the Amazon Web Services account that owns the subnet.
|
|
2121
2121
|
*/
|
|
2122
2122
|
OwnerId?: NonEmptyString;
|
|
2123
2123
|
/**
|
|
@@ -2182,7 +2182,7 @@ declare namespace SecurityHub {
|
|
|
2182
2182
|
*/
|
|
2183
2183
|
Status?: NonEmptyString;
|
|
2184
2184
|
/**
|
|
2185
|
-
* The ARN of the
|
|
2185
|
+
* The ARN of the KMS customer master key (CMK) that was used to protect the volume encryption key for the volume.
|
|
2186
2186
|
*/
|
|
2187
2187
|
KmsKeyId?: NonEmptyString;
|
|
2188
2188
|
/**
|
|
@@ -2294,6 +2294,221 @@ declare namespace SecurityHub {
|
|
|
2294
2294
|
*/
|
|
2295
2295
|
DefaultCapacityProviderStrategy?: AwsEcsClusterDefaultCapacityProviderStrategyList;
|
|
2296
2296
|
}
|
|
2297
|
+
export interface AwsEcsServiceCapacityProviderStrategyDetails {
|
|
2298
|
+
/**
|
|
2299
|
+
* The minimum number of tasks to run on the capacity provider. Only one strategy item can specify a value for Base. The value must be between 0 and 100000.
|
|
2300
|
+
*/
|
|
2301
|
+
Base?: Integer;
|
|
2302
|
+
/**
|
|
2303
|
+
* The short name of the capacity provider.
|
|
2304
|
+
*/
|
|
2305
|
+
CapacityProvider?: NonEmptyString;
|
|
2306
|
+
/**
|
|
2307
|
+
* The relative percentage of the total number of tasks that should use the capacity provider. If no weight is specified, the default value is 0. At least one capacity provider must have a weight greater than 0. The value can be between 0 and 1000.
|
|
2308
|
+
*/
|
|
2309
|
+
Weight?: Integer;
|
|
2310
|
+
}
|
|
2311
|
+
export type AwsEcsServiceCapacityProviderStrategyList = AwsEcsServiceCapacityProviderStrategyDetails[];
|
|
2312
|
+
export interface AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails {
|
|
2313
|
+
/**
|
|
2314
|
+
* Whether to enable the deployment circuit breaker logic for the service.
|
|
2315
|
+
*/
|
|
2316
|
+
Enable?: Boolean;
|
|
2317
|
+
/**
|
|
2318
|
+
* Whether to roll back the service if a service deployment fails. If rollback is enabled, when a service deployment fails, the service is rolled back to the last deployment that completed successfully.
|
|
2319
|
+
*/
|
|
2320
|
+
Rollback?: Boolean;
|
|
2321
|
+
}
|
|
2322
|
+
export interface AwsEcsServiceDeploymentConfigurationDetails {
|
|
2323
|
+
/**
|
|
2324
|
+
* Determines whether a service deployment fails if a service cannot reach a steady state.
|
|
2325
|
+
*/
|
|
2326
|
+
DeploymentCircuitBreaker?: AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails;
|
|
2327
|
+
/**
|
|
2328
|
+
* For a service that uses the rolling update (ECS) deployment type, the maximum number of tasks in a service that are allowed in the RUNNING or PENDING state during a deployment, and for tasks that use the EC2 launch type, when any container instances are in the DRAINING state. Provided as a percentage of the desired number of tasks. The default value is 200%. For a service that uses the blue/green (CODE_DEPLOY) or EXTERNAL deployment types, and tasks that use the EC2 launch type, the maximum number of tasks in the service that remain in the RUNNING state while the container instances are in the DRAINING state. For the Fargate launch type, the maximum percent value is not used.
|
|
2329
|
+
*/
|
|
2330
|
+
MaximumPercent?: Integer;
|
|
2331
|
+
/**
|
|
2332
|
+
* For a service that uses the rolling update (ECS) deployment type, the minimum number of tasks in a service that must remain in the RUNNING state during a deployment, and while any container instances are in the DRAINING state if the service contains tasks using the EC2 launch type. Expressed as a percentage of the desired number of tasks. The default value is 100%. For a service that uses the blue/green (CODE_DEPLOY) or EXTERNAL deployment types and tasks that use the EC2 launch type, the minimum number of the tasks in the service that remain in the RUNNING state while the container instances are in the DRAINING state. For the Fargate launch type, the minimum healthy percent value is not used.
|
|
2333
|
+
*/
|
|
2334
|
+
MinimumHealthyPercent?: Integer;
|
|
2335
|
+
}
|
|
2336
|
+
export interface AwsEcsServiceDeploymentControllerDetails {
|
|
2337
|
+
/**
|
|
2338
|
+
* The rolling update (ECS) deployment type replaces the current running version of the container with the latest version. The blue/green (CODE_DEPLOY) deployment type uses the blue/green deployment model that is powered by CodeDeploy. This deployment model a new deployment of a service can be verified before production traffic is sent to it. The external (EXTERNAL) deployment type allows the use of any third-party deployment controller for full control over the deployment process for an Amazon ECS service. Valid values: ECS | CODE_DEPLOY | EXTERNAL
|
|
2339
|
+
*/
|
|
2340
|
+
Type?: NonEmptyString;
|
|
2341
|
+
}
|
|
2342
|
+
export interface AwsEcsServiceDetails {
|
|
2343
|
+
/**
|
|
2344
|
+
* The capacity provider strategy that the service uses.
|
|
2345
|
+
*/
|
|
2346
|
+
CapacityProviderStrategy?: AwsEcsServiceCapacityProviderStrategyList;
|
|
2347
|
+
/**
|
|
2348
|
+
* The ARN of the cluster that hosts the service.
|
|
2349
|
+
*/
|
|
2350
|
+
Cluster?: NonEmptyString;
|
|
2351
|
+
/**
|
|
2352
|
+
* Deployment parameters for the service. Includes the number of tasks that run and the order in which to start and stop tasks.
|
|
2353
|
+
*/
|
|
2354
|
+
DeploymentConfiguration?: AwsEcsServiceDeploymentConfigurationDetails;
|
|
2355
|
+
/**
|
|
2356
|
+
* Contains the deployment controller type that the service uses.
|
|
2357
|
+
*/
|
|
2358
|
+
DeploymentController?: AwsEcsServiceDeploymentControllerDetails;
|
|
2359
|
+
/**
|
|
2360
|
+
* The number of instantiations of the task definition to run on the service.
|
|
2361
|
+
*/
|
|
2362
|
+
DesiredCount?: Integer;
|
|
2363
|
+
/**
|
|
2364
|
+
* Whether to enable Amazon ECS managed tags for the tasks in the service.
|
|
2365
|
+
*/
|
|
2366
|
+
EnableEcsManagedTags?: Boolean;
|
|
2367
|
+
/**
|
|
2368
|
+
* Whether the execute command functionality is enabled for the service.
|
|
2369
|
+
*/
|
|
2370
|
+
EnableExecuteCommand?: Boolean;
|
|
2371
|
+
/**
|
|
2372
|
+
* After a task starts, the amount of time in seconds that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks.
|
|
2373
|
+
*/
|
|
2374
|
+
HealthCheckGracePeriodSeconds?: Integer;
|
|
2375
|
+
/**
|
|
2376
|
+
* The launch type that the service uses. Valid values: EC2 | FARGATE | EXTERNAL
|
|
2377
|
+
*/
|
|
2378
|
+
LaunchType?: NonEmptyString;
|
|
2379
|
+
/**
|
|
2380
|
+
* Information about the load balancers that the service uses.
|
|
2381
|
+
*/
|
|
2382
|
+
LoadBalancers?: AwsEcsServiceLoadBalancersList;
|
|
2383
|
+
/**
|
|
2384
|
+
* The name of the service.
|
|
2385
|
+
*/
|
|
2386
|
+
Name?: NonEmptyString;
|
|
2387
|
+
/**
|
|
2388
|
+
* For tasks that use the awsvpc networking mode, the VPC subnet and security group configuration.
|
|
2389
|
+
*/
|
|
2390
|
+
NetworkConfiguration?: AwsEcsServiceNetworkConfigurationDetails;
|
|
2391
|
+
/**
|
|
2392
|
+
* The placement constraints for the tasks in the service.
|
|
2393
|
+
*/
|
|
2394
|
+
PlacementConstraints?: AwsEcsServicePlacementConstraintsList;
|
|
2395
|
+
/**
|
|
2396
|
+
* Information about how tasks for the service are placed.
|
|
2397
|
+
*/
|
|
2398
|
+
PlacementStrategies?: AwsEcsServicePlacementStrategiesList;
|
|
2399
|
+
/**
|
|
2400
|
+
* The platform version on which to run the service. Only specified for tasks that are hosted on Fargate. If a platform version is not specified, the LATEST platform version is used by default.
|
|
2401
|
+
*/
|
|
2402
|
+
PlatformVersion?: NonEmptyString;
|
|
2403
|
+
/**
|
|
2404
|
+
* Indicates whether to propagate the tags from the task definition to the task or from the service to the task. If no value is provided, then tags are not propagated. Valid values: TASK_DEFINITION | SERVICE
|
|
2405
|
+
*/
|
|
2406
|
+
PropagateTags?: NonEmptyString;
|
|
2407
|
+
/**
|
|
2408
|
+
* 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.
|
|
2409
|
+
*/
|
|
2410
|
+
Role?: NonEmptyString;
|
|
2411
|
+
/**
|
|
2412
|
+
* The scheduling strategy to use for the service. The REPLICA scheduling strategy places and maintains the desired number of tasks across the cluster. By default, the service scheduler spreads tasks across Availability Zones. Task placement strategies and constraints are used to customize task placement decisions. The DAEMON scheduling strategy deploys exactly one task on each active container instance that meets all of the task placement constraints that are specified in the cluster. The service scheduler also evaluates the task placement constraints for running tasks and stops tasks that do not meet the placement constraints. Valid values: REPLICA | DAEMON
|
|
2413
|
+
*/
|
|
2414
|
+
SchedulingStrategy?: NonEmptyString;
|
|
2415
|
+
/**
|
|
2416
|
+
* The ARN of the service.
|
|
2417
|
+
*/
|
|
2418
|
+
ServiceArn?: NonEmptyString;
|
|
2419
|
+
/**
|
|
2420
|
+
* The name of the service. The name can contain up to 255 characters. It can use letters, numbers, underscores, and hyphens.
|
|
2421
|
+
*/
|
|
2422
|
+
ServiceName?: NonEmptyString;
|
|
2423
|
+
/**
|
|
2424
|
+
* Information about the service discovery registries to assign to the service.
|
|
2425
|
+
*/
|
|
2426
|
+
ServiceRegistries?: AwsEcsServiceServiceRegistriesList;
|
|
2427
|
+
/**
|
|
2428
|
+
* The task definition to use for tasks in the service.
|
|
2429
|
+
*/
|
|
2430
|
+
TaskDefinition?: NonEmptyString;
|
|
2431
|
+
}
|
|
2432
|
+
export interface AwsEcsServiceLoadBalancersDetails {
|
|
2433
|
+
/**
|
|
2434
|
+
* The name of the container to associate with the load balancer.
|
|
2435
|
+
*/
|
|
2436
|
+
ContainerName?: NonEmptyString;
|
|
2437
|
+
/**
|
|
2438
|
+
* The port on the container to associate with the load balancer. This port must correspond to a containerPort in the task definition the tasks in the service are using. For tasks that use the EC2 launch type, the container instance they are launched on must allow ingress traffic on the hostPort of the port mapping.
|
|
2439
|
+
*/
|
|
2440
|
+
ContainerPort?: Integer;
|
|
2441
|
+
/**
|
|
2442
|
+
* The name of the load balancer to associate with the Amazon ECS service or task set. Only specified when using a Classic Load Balancer. For an Application Load Balancer or a Network Load Balancer, the load balancer name is omitted.
|
|
2443
|
+
*/
|
|
2444
|
+
LoadBalancerName?: NonEmptyString;
|
|
2445
|
+
/**
|
|
2446
|
+
* The ARN of the Elastic Load Balancing target group or groups associated with a service or task set. Only specified when using an Application Load Balancer or a Network Load Balancer. For a Classic Load Balancer, the target group ARN is omitted.
|
|
2447
|
+
*/
|
|
2448
|
+
TargetGroupArn?: NonEmptyString;
|
|
2449
|
+
}
|
|
2450
|
+
export type AwsEcsServiceLoadBalancersList = AwsEcsServiceLoadBalancersDetails[];
|
|
2451
|
+
export interface AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails {
|
|
2452
|
+
/**
|
|
2453
|
+
* Whether the task's elastic network interface receives a public IP address. The default value is DISABLED. Valid values: ENABLED | DISABLED
|
|
2454
|
+
*/
|
|
2455
|
+
AssignPublicIp?: NonEmptyString;
|
|
2456
|
+
/**
|
|
2457
|
+
* The IDs of the security groups associated with the task or service. You can provide up to five security groups.
|
|
2458
|
+
*/
|
|
2459
|
+
SecurityGroups?: NonEmptyStringList;
|
|
2460
|
+
/**
|
|
2461
|
+
* The IDs of the subnets associated with the task or service. You can provide up to 16 subnets.
|
|
2462
|
+
*/
|
|
2463
|
+
Subnets?: NonEmptyStringList;
|
|
2464
|
+
}
|
|
2465
|
+
export interface AwsEcsServiceNetworkConfigurationDetails {
|
|
2466
|
+
/**
|
|
2467
|
+
* The VPC subnet and security group configuration.
|
|
2468
|
+
*/
|
|
2469
|
+
AwsVpcConfiguration?: AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails;
|
|
2470
|
+
}
|
|
2471
|
+
export interface AwsEcsServicePlacementConstraintsDetails {
|
|
2472
|
+
/**
|
|
2473
|
+
* A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is distinctInstance.
|
|
2474
|
+
*/
|
|
2475
|
+
Expression?: NonEmptyString;
|
|
2476
|
+
/**
|
|
2477
|
+
* The type of constraint. Use distinctInstance to run each task in a particular group on a different container instance. Use memberOf to restrict the selection to a group of valid candidates. Valid values: distinctInstance | memberOf
|
|
2478
|
+
*/
|
|
2479
|
+
Type?: NonEmptyString;
|
|
2480
|
+
}
|
|
2481
|
+
export type AwsEcsServicePlacementConstraintsList = AwsEcsServicePlacementConstraintsDetails[];
|
|
2482
|
+
export interface AwsEcsServicePlacementStrategiesDetails {
|
|
2483
|
+
/**
|
|
2484
|
+
* The field to apply the placement strategy against. For the spread placement strategy, valid values are instanceId (or host, which has the same effect), or any platform or custom attribute that is applied to a container instance, such as attribute:ecs.availability-zone. For the binpack placement strategy, valid values are cpu and memory. For the random placement strategy, this attribute is not used.
|
|
2485
|
+
*/
|
|
2486
|
+
Field?: NonEmptyString;
|
|
2487
|
+
/**
|
|
2488
|
+
* The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the value of Field. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified in Field. Valid values: random | spread | binpack
|
|
2489
|
+
*/
|
|
2490
|
+
Type?: NonEmptyString;
|
|
2491
|
+
}
|
|
2492
|
+
export type AwsEcsServicePlacementStrategiesList = AwsEcsServicePlacementStrategiesDetails[];
|
|
2493
|
+
export interface AwsEcsServiceServiceRegistriesDetails {
|
|
2494
|
+
/**
|
|
2495
|
+
* The container name value to use for the service discovery service. If the task definition uses the bridge or host network mode, you must specify ContainerName and ContainerPort. If the task definition uses the awsvpc network mode and a type SRV DNS record, you must specify either ContainerName and ContainerPort, or Port , but not both.
|
|
2496
|
+
*/
|
|
2497
|
+
ContainerName?: NonEmptyString;
|
|
2498
|
+
/**
|
|
2499
|
+
* The port value to use for the service discovery service. If the task definition uses the bridge or host network mode, you must specify ContainerName and ContainerPort. If the task definition uses the awsvpc network mode and a type SRV DNS record, you must specify either ContainerName and ContainerPort, or Port , but not both.
|
|
2500
|
+
*/
|
|
2501
|
+
ContainerPort?: Integer;
|
|
2502
|
+
/**
|
|
2503
|
+
* The port value to use for a service discovery service that specifies an SRV record. This field can be used if both the awsvpcawsvpc network mode and SRV records are used.
|
|
2504
|
+
*/
|
|
2505
|
+
Port?: Integer;
|
|
2506
|
+
/**
|
|
2507
|
+
* The ARN of the service registry.
|
|
2508
|
+
*/
|
|
2509
|
+
RegistryArn?: NonEmptyString;
|
|
2510
|
+
}
|
|
2511
|
+
export type AwsEcsServiceServiceRegistriesList = AwsEcsServiceServiceRegistriesDetails[];
|
|
2297
2512
|
export interface AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails {
|
|
2298
2513
|
/**
|
|
2299
2514
|
* The dependency condition of the dependent container. Indicates the required status of the dependent container before the current container can start.
|
|
@@ -2769,7 +2984,7 @@ declare namespace SecurityHub {
|
|
|
2769
2984
|
*/
|
|
2770
2985
|
RequiresCompatibilities?: NonEmptyStringList;
|
|
2771
2986
|
/**
|
|
2772
|
-
* The short name or ARN of the IAM role that grants containers in the task permission to call
|
|
2987
|
+
* The short name or ARN of the IAM role that grants containers in the task permission to call Amazon Web Services API operations on your behalf.
|
|
2773
2988
|
*/
|
|
2774
2989
|
TaskRoleArn?: NonEmptyString;
|
|
2775
2990
|
/**
|
|
@@ -3015,7 +3230,7 @@ declare namespace SecurityHub {
|
|
|
3015
3230
|
}
|
|
3016
3231
|
export interface AwsElasticsearchDomainDetails {
|
|
3017
3232
|
/**
|
|
3018
|
-
* IAM policy document specifying the access policies for the new
|
|
3233
|
+
* IAM policy document specifying the access policies for the new Elasticsearch domain.
|
|
3019
3234
|
*/
|
|
3020
3235
|
AccessPolicies?: NonEmptyString;
|
|
3021
3236
|
/**
|
|
@@ -3023,25 +3238,29 @@ declare namespace SecurityHub {
|
|
|
3023
3238
|
*/
|
|
3024
3239
|
DomainEndpointOptions?: AwsElasticsearchDomainDomainEndpointOptions;
|
|
3025
3240
|
/**
|
|
3026
|
-
* Unique identifier for an
|
|
3241
|
+
* Unique identifier for an Elasticsearch domain.
|
|
3027
3242
|
*/
|
|
3028
3243
|
DomainId?: NonEmptyString;
|
|
3029
3244
|
/**
|
|
3030
|
-
* Name of an
|
|
3245
|
+
* Name of an Elasticsearch domain. Domain names are unique across all domains owned by the same account within an Amazon Web Services Region. Domain names must start with a lowercase letter and must be between 3 and 28 characters. Valid characters are a-z (lowercase only), 0-9, and – (hyphen).
|
|
3031
3246
|
*/
|
|
3032
3247
|
DomainName?: NonEmptyString;
|
|
3033
3248
|
/**
|
|
3034
|
-
* Domain-specific endpoint used to submit index, search, and data upload requests to an
|
|
3249
|
+
* Domain-specific endpoint used to submit index, search, and data upload requests to an Elasticsearch domain. The endpoint is a service URL.
|
|
3035
3250
|
*/
|
|
3036
3251
|
Endpoint?: NonEmptyString;
|
|
3037
3252
|
/**
|
|
3038
|
-
* The key-value pair that exists if the
|
|
3253
|
+
* The key-value pair that exists if the Elasticsearch domain uses VPC endpoints.
|
|
3039
3254
|
*/
|
|
3040
3255
|
Endpoints?: FieldMap;
|
|
3041
3256
|
/**
|
|
3042
3257
|
* Elasticsearch version.
|
|
3043
3258
|
*/
|
|
3044
3259
|
ElasticsearchVersion?: NonEmptyString;
|
|
3260
|
+
/**
|
|
3261
|
+
* Information about an Elasticsearch cluster configuration.
|
|
3262
|
+
*/
|
|
3263
|
+
ElasticsearchClusterConfig?: AwsElasticsearchDomainElasticsearchClusterConfigDetails;
|
|
3045
3264
|
/**
|
|
3046
3265
|
* Details about the configuration for encryption at rest.
|
|
3047
3266
|
*/
|
|
@@ -3059,7 +3278,7 @@ declare namespace SecurityHub {
|
|
|
3059
3278
|
*/
|
|
3060
3279
|
ServiceSoftwareOptions?: AwsElasticsearchDomainServiceSoftwareOptions;
|
|
3061
3280
|
/**
|
|
3062
|
-
* Information that
|
|
3281
|
+
* Information that Elasticsearch derives based on VPCOptions for the domain.
|
|
3063
3282
|
*/
|
|
3064
3283
|
VPCOptions?: AwsElasticsearchDomainVPCOptions;
|
|
3065
3284
|
}
|
|
@@ -3073,6 +3292,42 @@ declare namespace SecurityHub {
|
|
|
3073
3292
|
*/
|
|
3074
3293
|
TLSSecurityPolicy?: NonEmptyString;
|
|
3075
3294
|
}
|
|
3295
|
+
export interface AwsElasticsearchDomainElasticsearchClusterConfigDetails {
|
|
3296
|
+
/**
|
|
3297
|
+
* The number of instances to use for the master node. If this attribute is specified, then DedicatedMasterEnabled must be true.
|
|
3298
|
+
*/
|
|
3299
|
+
DedicatedMasterCount?: Integer;
|
|
3300
|
+
/**
|
|
3301
|
+
* Whether to use a dedicated master node for the Elasticsearch domain. A dedicated master node performs cluster management tasks, but doesn't hold data or respond to data upload requests.
|
|
3302
|
+
*/
|
|
3303
|
+
DedicatedMasterEnabled?: Boolean;
|
|
3304
|
+
/**
|
|
3305
|
+
* The hardware configuration of the computer that hosts the dedicated master node. For example, m3.medium.elasticsearch. If this attribute is specified, then DedicatedMasterEnabled must be true.
|
|
3306
|
+
*/
|
|
3307
|
+
DedicatedMasterType?: NonEmptyString;
|
|
3308
|
+
/**
|
|
3309
|
+
* The number of data nodes to use in the Elasticsearch domain.
|
|
3310
|
+
*/
|
|
3311
|
+
InstanceCount?: Integer;
|
|
3312
|
+
/**
|
|
3313
|
+
* The instance type for your data nodes. For example, m3.medium.elasticsearch.
|
|
3314
|
+
*/
|
|
3315
|
+
InstanceType?: NonEmptyString;
|
|
3316
|
+
/**
|
|
3317
|
+
* Configuration options for zone awareness. Provided if ZoneAwarenessEnabled is true.
|
|
3318
|
+
*/
|
|
3319
|
+
ZoneAwarenessConfig?: AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails;
|
|
3320
|
+
/**
|
|
3321
|
+
* Whether to enable zone awareness for the Elasticsearch domain. When zone awareness is enabled, Elasticsearch allocates the cluster's nodes and replica index shards across Availability Zones in the same Region. This prevents data loss and minimizes downtime if a node or data center fails.
|
|
3322
|
+
*/
|
|
3323
|
+
ZoneAwarenessEnabled?: Boolean;
|
|
3324
|
+
}
|
|
3325
|
+
export interface AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails {
|
|
3326
|
+
/**
|
|
3327
|
+
* he number of Availability Zones that the domain uses. Valid values are 2 and 3. The default is 2.
|
|
3328
|
+
*/
|
|
3329
|
+
AvailabilityZoneCount?: Integer;
|
|
3330
|
+
}
|
|
3076
3331
|
export interface AwsElasticsearchDomainEncryptionAtRestOptions {
|
|
3077
3332
|
/**
|
|
3078
3333
|
* Whether encryption at rest is enabled.
|
|
@@ -3092,6 +3347,7 @@ declare namespace SecurityHub {
|
|
|
3092
3347
|
* Configures the Elasticsearch search slow log publishing.
|
|
3093
3348
|
*/
|
|
3094
3349
|
SearchSlowLogs?: AwsElasticsearchDomainLogPublishingOptionsLogConfig;
|
|
3350
|
+
AuditLogs?: AwsElasticsearchDomainLogPublishingOptionsLogConfig;
|
|
3095
3351
|
}
|
|
3096
3352
|
export interface AwsElasticsearchDomainLogPublishingOptionsLogConfig {
|
|
3097
3353
|
/**
|
|
@@ -3472,7 +3728,7 @@ declare namespace SecurityHub {
|
|
|
3472
3728
|
*/
|
|
3473
3729
|
PrincipalName?: NonEmptyString;
|
|
3474
3730
|
/**
|
|
3475
|
-
* The
|
|
3731
|
+
* The Amazon Web Services account ID of the account for the key.
|
|
3476
3732
|
*/
|
|
3477
3733
|
AccountId?: NonEmptyString;
|
|
3478
3734
|
/**
|
|
@@ -3518,7 +3774,7 @@ declare namespace SecurityHub {
|
|
|
3518
3774
|
*/
|
|
3519
3775
|
Arn?: NonEmptyString;
|
|
3520
3776
|
/**
|
|
3521
|
-
* The identifier of the
|
|
3777
|
+
* The identifier of the Amazon Web Services account that created the session.
|
|
3522
3778
|
*/
|
|
3523
3779
|
AccountId?: NonEmptyString;
|
|
3524
3780
|
/**
|
|
@@ -3786,7 +4042,7 @@ declare namespace SecurityHub {
|
|
|
3786
4042
|
export type AwsIamUserPolicyList = AwsIamUserPolicy[];
|
|
3787
4043
|
export interface AwsKmsKeyDetails {
|
|
3788
4044
|
/**
|
|
3789
|
-
* The twelve-digit account ID of the
|
|
4045
|
+
* The twelve-digit account ID of the Amazon Web Services account that owns the CMK.
|
|
3790
4046
|
*/
|
|
3791
4047
|
AWSAccountId?: NonEmptyString;
|
|
3792
4048
|
/**
|
|
@@ -3798,7 +4054,7 @@ declare namespace SecurityHub {
|
|
|
3798
4054
|
*/
|
|
3799
4055
|
KeyId?: NonEmptyString;
|
|
3800
4056
|
/**
|
|
3801
|
-
* The manager of the CMK. CMKs in your
|
|
4057
|
+
* The manager of the CMK. CMKs in your Amazon Web Services account are either customer managed or Amazon Web Services managed.
|
|
3802
4058
|
*/
|
|
3803
4059
|
KeyManager?: NonEmptyString;
|
|
3804
4060
|
/**
|
|
@@ -3806,7 +4062,7 @@ declare namespace SecurityHub {
|
|
|
3806
4062
|
*/
|
|
3807
4063
|
KeyState?: NonEmptyString;
|
|
3808
4064
|
/**
|
|
3809
|
-
* The source of the CMK's key material. When this value is AWS_KMS,
|
|
4065
|
+
* The source of the CMK's key material. When this value is AWS_KMS, KMS created the key material. When this value is EXTERNAL, the key material was imported from your existing key management infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM, the key material was created in the CloudHSM cluster associated with a custom key store.
|
|
3810
4066
|
*/
|
|
3811
4067
|
Origin?: NonEmptyString;
|
|
3812
4068
|
/**
|
|
@@ -3816,7 +4072,7 @@ declare namespace SecurityHub {
|
|
|
3816
4072
|
}
|
|
3817
4073
|
export interface AwsLambdaFunctionCode {
|
|
3818
4074
|
/**
|
|
3819
|
-
* An Amazon S3 bucket in the same
|
|
4075
|
+
* An Amazon S3 bucket in the same Amazon Web Services Region as your function. The bucket can be in a different Amazon Web Services account.
|
|
3820
4076
|
*/
|
|
3821
4077
|
S3Bucket?: NonEmptyString;
|
|
3822
4078
|
/**
|
|
@@ -3828,13 +4084,13 @@ declare namespace SecurityHub {
|
|
|
3828
4084
|
*/
|
|
3829
4085
|
S3ObjectVersion?: NonEmptyString;
|
|
3830
4086
|
/**
|
|
3831
|
-
* The base64-encoded contents of the deployment package.
|
|
4087
|
+
* The base64-encoded contents of the deployment package. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you.
|
|
3832
4088
|
*/
|
|
3833
4089
|
ZipFile?: NonEmptyString;
|
|
3834
4090
|
}
|
|
3835
4091
|
export interface AwsLambdaFunctionDeadLetterConfig {
|
|
3836
4092
|
/**
|
|
3837
|
-
* The ARN of an
|
|
4093
|
+
* The ARN of an SQS queue or SNS topic.
|
|
3838
4094
|
*/
|
|
3839
4095
|
TargetArn?: NonEmptyString;
|
|
3840
4096
|
}
|
|
@@ -3864,7 +4120,7 @@ declare namespace SecurityHub {
|
|
|
3864
4120
|
*/
|
|
3865
4121
|
Handler?: NonEmptyString;
|
|
3866
4122
|
/**
|
|
3867
|
-
* The KMS key that
|
|
4123
|
+
* The KMS key that is used to encrypt the function's environment variables. This key is only returned if you've configured a customer managed CMK.
|
|
3868
4124
|
*/
|
|
3869
4125
|
KmsKeyArn?: NonEmptyString;
|
|
3870
4126
|
/**
|
|
@@ -3900,7 +4156,7 @@ declare namespace SecurityHub {
|
|
|
3900
4156
|
*/
|
|
3901
4157
|
Timeout?: Integer;
|
|
3902
4158
|
/**
|
|
3903
|
-
* The function's
|
|
4159
|
+
* The function's X-Ray tracing configuration.
|
|
3904
4160
|
*/
|
|
3905
4161
|
TracingConfig?: AwsLambdaFunctionTracingConfig;
|
|
3906
4162
|
/**
|
|
@@ -4067,11 +4323,11 @@ declare namespace SecurityHub {
|
|
|
4067
4323
|
*/
|
|
4068
4324
|
StorageEncrypted?: Boolean;
|
|
4069
4325
|
/**
|
|
4070
|
-
* The ARN of the
|
|
4326
|
+
* The ARN of the KMS master key that is used to encrypt the database instances in the DB cluster.
|
|
4071
4327
|
*/
|
|
4072
4328
|
KmsKeyId?: NonEmptyString;
|
|
4073
4329
|
/**
|
|
4074
|
-
* The identifier of the DB cluster. The identifier must be unique within each
|
|
4330
|
+
* The identifier of the DB cluster. The identifier must be unique within each Amazon Web Services Region and is immutable.
|
|
4075
4331
|
*/
|
|
4076
4332
|
DbClusterResourceId?: NonEmptyString;
|
|
4077
4333
|
/**
|
|
@@ -4107,7 +4363,7 @@ declare namespace SecurityHub {
|
|
|
4107
4363
|
*/
|
|
4108
4364
|
CopyTagsToSnapshot?: Boolean;
|
|
4109
4365
|
/**
|
|
4110
|
-
* Whether the DB cluster is a clone of a DB cluster owned by a different
|
|
4366
|
+
* Whether the DB cluster is a clone of a DB cluster owned by a different Amazon Web Services account.
|
|
4111
4367
|
*/
|
|
4112
4368
|
CrossAccountClone?: Boolean;
|
|
4113
4369
|
/**
|
|
@@ -4227,7 +4483,7 @@ declare namespace SecurityHub {
|
|
|
4227
4483
|
*/
|
|
4228
4484
|
StorageEncrypted?: Boolean;
|
|
4229
4485
|
/**
|
|
4230
|
-
* The ARN of the
|
|
4486
|
+
* The ARN of the KMS master key that is used to encrypt the database instances in the DB cluster.
|
|
4231
4487
|
*/
|
|
4232
4488
|
KmsKeyId?: NonEmptyString;
|
|
4233
4489
|
/**
|
|
@@ -4268,18 +4524,18 @@ declare namespace SecurityHub {
|
|
|
4268
4524
|
*/
|
|
4269
4525
|
RoleArn?: NonEmptyString;
|
|
4270
4526
|
/**
|
|
4271
|
-
* The name of the feature associated with the IAM
|
|
4527
|
+
* The name of the feature associated with the IAM role.
|
|
4272
4528
|
*/
|
|
4273
4529
|
FeatureName?: NonEmptyString;
|
|
4274
4530
|
/**
|
|
4275
|
-
* Describes the state of the association between the IAM role and the DB instance. The Status property returns one of the following values: ACTIVE - The IAM role ARN is associated with the DB instance and can be used to access other
|
|
4531
|
+
* Describes the state of the association between the IAM role and the DB instance. The Status property returns one of the following values: ACTIVE - The IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf. PENDING - The IAM role ARN is being associated with the DB instance. INVALID - The IAM role ARN is associated with the DB instance. But the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.
|
|
4276
4532
|
*/
|
|
4277
4533
|
Status?: NonEmptyString;
|
|
4278
4534
|
}
|
|
4279
4535
|
export type AwsRdsDbInstanceAssociatedRoles = AwsRdsDbInstanceAssociatedRole[];
|
|
4280
4536
|
export interface AwsRdsDbInstanceDetails {
|
|
4281
4537
|
/**
|
|
4282
|
-
* The
|
|
4538
|
+
* The IAM roles associated with the DB instance.
|
|
4283
4539
|
*/
|
|
4284
4540
|
AssociatedRoles?: AwsRdsDbInstanceAssociatedRoles;
|
|
4285
4541
|
/**
|
|
@@ -4303,7 +4559,7 @@ declare namespace SecurityHub {
|
|
|
4303
4559
|
*/
|
|
4304
4560
|
DbInstancePort?: Integer;
|
|
4305
4561
|
/**
|
|
4306
|
-
* The
|
|
4562
|
+
* The Amazon Web Services Region-unique, immutable identifier for the DB instance. This identifier is found in CloudTrail log entries whenever the KMS key for the DB instance is accessed.
|
|
4307
4563
|
*/
|
|
4308
4564
|
DbiResourceId?: NonEmptyString;
|
|
4309
4565
|
/**
|
|
@@ -4327,7 +4583,7 @@ declare namespace SecurityHub {
|
|
|
4327
4583
|
*/
|
|
4328
4584
|
EngineVersion?: NonEmptyString;
|
|
4329
4585
|
/**
|
|
4330
|
-
* True if mapping of
|
|
4586
|
+
* True if mapping of IAM accounts to database accounts is enabled, and otherwise false. IAM database authentication can be enabled for the following database engines. For MySQL 5.6, minor version 5.6.34 or higher For MySQL 5.7, minor version 5.7.16 or higher Aurora 5.6 or higher
|
|
4331
4587
|
*/
|
|
4332
4588
|
IAMDatabaseAuthenticationEnabled?: Boolean;
|
|
4333
4589
|
/**
|
|
@@ -4335,7 +4591,7 @@ declare namespace SecurityHub {
|
|
|
4335
4591
|
*/
|
|
4336
4592
|
InstanceCreateTime?: NonEmptyString;
|
|
4337
4593
|
/**
|
|
4338
|
-
* If StorageEncrypted is true, the
|
|
4594
|
+
* If StorageEncrypted is true, the KMS key identifier for the encrypted DB instance.
|
|
4339
4595
|
*/
|
|
4340
4596
|
KmsKeyId?: NonEmptyString;
|
|
4341
4597
|
/**
|
|
@@ -4483,7 +4739,7 @@ declare namespace SecurityHub {
|
|
|
4483
4739
|
*/
|
|
4484
4740
|
PerformanceInsightsEnabled?: Boolean;
|
|
4485
4741
|
/**
|
|
4486
|
-
* The identifier of the
|
|
4742
|
+
* The identifier of the KMS key used to encrypt the Performance Insights data.
|
|
4487
4743
|
*/
|
|
4488
4744
|
PerformanceInsightsKmsKeyId?: NonEmptyString;
|
|
4489
4745
|
/**
|
|
@@ -4694,7 +4950,7 @@ declare namespace SecurityHub {
|
|
|
4694
4950
|
*/
|
|
4695
4951
|
PercentProgress?: Integer;
|
|
4696
4952
|
/**
|
|
4697
|
-
* The
|
|
4953
|
+
* The Amazon Web Services Region that the DB snapshot was created in or copied from.
|
|
4698
4954
|
*/
|
|
4699
4955
|
SourceRegion?: NonEmptyString;
|
|
4700
4956
|
/**
|
|
@@ -4714,7 +4970,7 @@ declare namespace SecurityHub {
|
|
|
4714
4970
|
*/
|
|
4715
4971
|
Encrypted?: Boolean;
|
|
4716
4972
|
/**
|
|
4717
|
-
* If Encrypted is true, the
|
|
4973
|
+
* If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.
|
|
4718
4974
|
*/
|
|
4719
4975
|
KmsKeyId?: NonEmptyString;
|
|
4720
4976
|
/**
|
|
@@ -4800,6 +5056,48 @@ declare namespace SecurityHub {
|
|
|
4800
5056
|
Name?: NonEmptyString;
|
|
4801
5057
|
}
|
|
4802
5058
|
export type AwsRdsDbSubnetGroupSubnets = AwsRdsDbSubnetGroupSubnet[];
|
|
5059
|
+
export interface AwsRdsEventSubscriptionDetails {
|
|
5060
|
+
/**
|
|
5061
|
+
* The identifier of the account that is associated with the event notification subscription.
|
|
5062
|
+
*/
|
|
5063
|
+
CustSubscriptionId?: NonEmptyString;
|
|
5064
|
+
/**
|
|
5065
|
+
* The identifier of the event notification subscription.
|
|
5066
|
+
*/
|
|
5067
|
+
CustomerAwsId?: NonEmptyString;
|
|
5068
|
+
/**
|
|
5069
|
+
* Whether the event notification subscription is enabled.
|
|
5070
|
+
*/
|
|
5071
|
+
Enabled?: Boolean;
|
|
5072
|
+
/**
|
|
5073
|
+
* The list of event categories for the event notification subscription.
|
|
5074
|
+
*/
|
|
5075
|
+
EventCategoriesList?: NonEmptyStringList;
|
|
5076
|
+
/**
|
|
5077
|
+
* The ARN of the event notification subscription.
|
|
5078
|
+
*/
|
|
5079
|
+
EventSubscriptionArn?: NonEmptyString;
|
|
5080
|
+
/**
|
|
5081
|
+
* The ARN of the SNS topic to post the event notifications to.
|
|
5082
|
+
*/
|
|
5083
|
+
SnsTopicArn?: NonEmptyString;
|
|
5084
|
+
/**
|
|
5085
|
+
* A list of source identifiers for the event notification subscription.
|
|
5086
|
+
*/
|
|
5087
|
+
SourceIdsList?: NonEmptyStringList;
|
|
5088
|
+
/**
|
|
5089
|
+
* The source type for the event notification subscription.
|
|
5090
|
+
*/
|
|
5091
|
+
SourceType?: NonEmptyString;
|
|
5092
|
+
/**
|
|
5093
|
+
* The status of the event notification subscription. Valid values: creating | modifying | deleting | active | no-permission | topic-not-exist
|
|
5094
|
+
*/
|
|
5095
|
+
Status?: NonEmptyString;
|
|
5096
|
+
/**
|
|
5097
|
+
* The datetime when the event notification subscription was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
|
|
5098
|
+
*/
|
|
5099
|
+
SubscriptionCreationTime?: NonEmptyString;
|
|
5100
|
+
}
|
|
4803
5101
|
export interface AwsRdsPendingCloudWatchLogsExports {
|
|
4804
5102
|
/**
|
|
4805
5103
|
* A list of log types that are being enabled.
|
|
@@ -5001,11 +5299,11 @@ declare namespace SecurityHub {
|
|
|
5001
5299
|
*/
|
|
5002
5300
|
HsmStatus?: AwsRedshiftClusterHsmStatus;
|
|
5003
5301
|
/**
|
|
5004
|
-
* A list of IAM roles that the cluster can use to access other
|
|
5302
|
+
* A list of IAM roles that the cluster can use to access other Amazon Web Services services.
|
|
5005
5303
|
*/
|
|
5006
5304
|
IamRoles?: AwsRedshiftClusterIamRoles;
|
|
5007
5305
|
/**
|
|
5008
|
-
* The identifier of the
|
|
5306
|
+
* The identifier of the KMS encryption key that is used to encrypt data in the cluster.
|
|
5009
5307
|
*/
|
|
5010
5308
|
KmsKeyId?: NonEmptyString;
|
|
5011
5309
|
/**
|
|
@@ -5225,7 +5523,7 @@ declare namespace SecurityHub {
|
|
|
5225
5523
|
*/
|
|
5226
5524
|
IgnorePublicAcls?: Boolean;
|
|
5227
5525
|
/**
|
|
5228
|
-
* Indicates whether to restrict access to an access point or S3 bucket that has a public policy to only
|
|
5526
|
+
* Indicates whether to restrict access to an access point or S3 bucket that has a public policy to only Amazon Web Services service principals and authorized users within the S3 bucket owner's account.
|
|
5229
5527
|
*/
|
|
5230
5528
|
RestrictPublicBuckets?: Boolean;
|
|
5231
5529
|
}
|
|
@@ -5405,7 +5703,7 @@ declare namespace SecurityHub {
|
|
|
5405
5703
|
*/
|
|
5406
5704
|
SSEAlgorithm?: NonEmptyString;
|
|
5407
5705
|
/**
|
|
5408
|
-
*
|
|
5706
|
+
* KMS customer master key (CMK) ID to use for the default encryption.
|
|
5409
5707
|
*/
|
|
5410
5708
|
KMSMasterKeyID?: NonEmptyString;
|
|
5411
5709
|
}
|
|
@@ -5444,7 +5742,7 @@ declare namespace SecurityHub {
|
|
|
5444
5742
|
*/
|
|
5445
5743
|
ServerSideEncryption?: NonEmptyString;
|
|
5446
5744
|
/**
|
|
5447
|
-
* The identifier of the
|
|
5745
|
+
* The identifier of the KMS symmetric customer managed customer master key (CMK) that was used for the object.
|
|
5448
5746
|
*/
|
|
5449
5747
|
SSEKMSKeyId?: NonEmptyString;
|
|
5450
5748
|
}
|
|
@@ -5458,7 +5756,7 @@ declare namespace SecurityHub {
|
|
|
5458
5756
|
*/
|
|
5459
5757
|
RotationOccurredWithinFrequency?: Boolean;
|
|
5460
5758
|
/**
|
|
5461
|
-
* The ARN, Key ID, or alias of the
|
|
5759
|
+
* The ARN, Key ID, or alias of the KMS customer master key (CMK) used to encrypt the SecretString or SecretBinary values for versions of this secret.
|
|
5462
5760
|
*/
|
|
5463
5761
|
KmsKeyId?: NonEmptyString;
|
|
5464
5762
|
/**
|
|
@@ -5501,12 +5799,24 @@ declare namespace SecurityHub {
|
|
|
5501
5799
|
* The ARN generated by Security Hub that uniquely identifies a product that generates findings. This can be the ARN for a third-party product that is integrated with Security Hub, or the ARN for a custom integration.
|
|
5502
5800
|
*/
|
|
5503
5801
|
ProductArn: NonEmptyString;
|
|
5802
|
+
/**
|
|
5803
|
+
* The name of the product that generated the finding. Security Hub populates this attribute automatically for each finding. You cannot update it using BatchImportFindings or BatchUpdateFindings. The exception to this is when you use a custom integration. When you use the Security Hub console to filter findings by product name, you use this attribute. When you use the Security Hub API to filter findings by product name, you use the aws/securityhub/ProductyName attribute under ProductFields. Security Hub does not synchronize those two attributes.
|
|
5804
|
+
*/
|
|
5805
|
+
ProductName?: NonEmptyString;
|
|
5806
|
+
/**
|
|
5807
|
+
* The name of the company for the product that generated the finding. Security Hub populates this attribute automatically for each finding. You cannot be updated using BatchImportFindings or BatchUpdateFindings. The exception to this is when you use a custom integration. When you use the Security Hub console to filter findings by company name, you use this attribute. When you use the Security Hub API to filter findings by company name, you use the aws/securityhub/CompanyName attribute under ProductFields. Security Hub does not synchronize those two attributes.
|
|
5808
|
+
*/
|
|
5809
|
+
CompanyName?: NonEmptyString;
|
|
5810
|
+
/**
|
|
5811
|
+
* The Region from which the finding was generated. Security Hub populates this attribute automatically for each finding. You cannot update it using BatchImportFindings or BatchUpdateFindings.
|
|
5812
|
+
*/
|
|
5813
|
+
Region?: NonEmptyString;
|
|
5504
5814
|
/**
|
|
5505
5815
|
* The identifier for the solution-specific component (a discrete unit of logic) that generated a finding. In various security-findings providers' solutions, this generator can be called a rule, a check, a detector, a plugin, etc.
|
|
5506
5816
|
*/
|
|
5507
5817
|
GeneratorId: NonEmptyString;
|
|
5508
5818
|
/**
|
|
5509
|
-
* The
|
|
5819
|
+
* The Amazon Web Services account ID that a finding is generated in.
|
|
5510
5820
|
*/
|
|
5511
5821
|
AwsAccountId: NonEmptyString;
|
|
5512
5822
|
/**
|
|
@@ -5558,7 +5868,7 @@ declare namespace SecurityHub {
|
|
|
5558
5868
|
*/
|
|
5559
5869
|
SourceUrl?: NonEmptyString;
|
|
5560
5870
|
/**
|
|
5561
|
-
* A data type where security-findings providers can include additional solution-specific details that aren't part of the defined AwsSecurityFinding format.
|
|
5871
|
+
* A data type where security-findings providers can include additional solution-specific details that aren't part of the defined AwsSecurityFinding format. Can contain up to 50 key-value pairs. For each key-value pair, the key can contain up to 128 characters, and the value can contain up to 2048 characters.
|
|
5562
5872
|
*/
|
|
5563
5873
|
ProductFields?: FieldMap;
|
|
5564
5874
|
/**
|
|
@@ -5590,7 +5900,7 @@ declare namespace SecurityHub {
|
|
|
5590
5900
|
*/
|
|
5591
5901
|
Resources: ResourceList;
|
|
5592
5902
|
/**
|
|
5593
|
-
* This data type is exclusive to findings that are generated as the result of a check run against a specific rule in a supported security standard, such as CIS
|
|
5903
|
+
* This data type is exclusive to findings that are generated as the result of a check run against a specific rule in a supported security standard, such as CIS Amazon Web Services Foundations. Contains security standard-related finding details.
|
|
5594
5904
|
*/
|
|
5595
5905
|
Compliance?: Compliance;
|
|
5596
5906
|
/**
|
|
@@ -5640,7 +5950,7 @@ declare namespace SecurityHub {
|
|
|
5640
5950
|
*/
|
|
5641
5951
|
ProductArn?: StringFilterList;
|
|
5642
5952
|
/**
|
|
5643
|
-
* The
|
|
5953
|
+
* The Amazon Web Services account ID that a finding is generated in.
|
|
5644
5954
|
*/
|
|
5645
5955
|
AwsAccountId?: StringFilterList;
|
|
5646
5956
|
/**
|
|
@@ -5651,6 +5961,10 @@ declare namespace SecurityHub {
|
|
|
5651
5961
|
* The identifier for the solution-specific component (a discrete unit of logic) that generated a finding. In various security-findings providers' solutions, this generator can be called a rule, a check, a detector, a plugin, etc.
|
|
5652
5962
|
*/
|
|
5653
5963
|
GeneratorId?: StringFilterList;
|
|
5964
|
+
/**
|
|
5965
|
+
* The Region from which the finding was generated.
|
|
5966
|
+
*/
|
|
5967
|
+
Region?: StringFilterList;
|
|
5654
5968
|
/**
|
|
5655
5969
|
* A finding type in the format of namespace/category/classifier that classifies a finding.
|
|
5656
5970
|
*/
|
|
@@ -5712,11 +6026,11 @@ declare namespace SecurityHub {
|
|
|
5712
6026
|
*/
|
|
5713
6027
|
ProductFields?: MapFilterList;
|
|
5714
6028
|
/**
|
|
5715
|
-
* The name of the solution (product) that generates findings.
|
|
6029
|
+
* The name of the solution (product) that generates findings. Note that this is a filter against the aws/securityhub/ProductName field in ProductFields. It is not a filter for the top-level ProductName field.
|
|
5716
6030
|
*/
|
|
5717
6031
|
ProductName?: StringFilterList;
|
|
5718
6032
|
/**
|
|
5719
|
-
* The name of the findings provider (company) that owns the solution (product) that generates findings.
|
|
6033
|
+
* The name of the findings provider (company) that owns the solution (product) that generates findings. Note that this is a filter against the aws/securityhub/CompanyName field in ProductFields. It is not a filter for the top-level CompanyName field.
|
|
5720
6034
|
*/
|
|
5721
6035
|
CompanyName?: StringFilterList;
|
|
5722
6036
|
/**
|
|
@@ -5840,15 +6154,15 @@ declare namespace SecurityHub {
|
|
|
5840
6154
|
*/
|
|
5841
6155
|
ResourceId?: StringFilterList;
|
|
5842
6156
|
/**
|
|
5843
|
-
* The canonical
|
|
6157
|
+
* The canonical Amazon Web Services partition name that the Region is assigned to.
|
|
5844
6158
|
*/
|
|
5845
6159
|
ResourcePartition?: StringFilterList;
|
|
5846
6160
|
/**
|
|
5847
|
-
* The canonical
|
|
6161
|
+
* The canonical Amazon Web Services external Region name where this resource is located.
|
|
5848
6162
|
*/
|
|
5849
6163
|
ResourceRegion?: StringFilterList;
|
|
5850
6164
|
/**
|
|
5851
|
-
* A list of
|
|
6165
|
+
* A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
|
|
5852
6166
|
*/
|
|
5853
6167
|
ResourceTags?: MapFilterList;
|
|
5854
6168
|
/**
|
|
@@ -5899,6 +6213,10 @@ declare namespace SecurityHub {
|
|
|
5899
6213
|
* The user associated with the IAM access key related to a finding.
|
|
5900
6214
|
*/
|
|
5901
6215
|
ResourceAwsIamAccessKeyUserName?: StringFilterList;
|
|
6216
|
+
/**
|
|
6217
|
+
* The name of the principal that is associated with an IAM access key.
|
|
6218
|
+
*/
|
|
6219
|
+
ResourceAwsIamAccessKeyPrincipalName?: StringFilterList;
|
|
5902
6220
|
/**
|
|
5903
6221
|
* The status of the IAM access key related to a finding.
|
|
5904
6222
|
*/
|
|
@@ -5907,6 +6225,10 @@ declare namespace SecurityHub {
|
|
|
5907
6225
|
* The creation date/time of the IAM access key related to a finding.
|
|
5908
6226
|
*/
|
|
5909
6227
|
ResourceAwsIamAccessKeyCreatedAt?: DateFilterList;
|
|
6228
|
+
/**
|
|
6229
|
+
* The name of an IAM user.
|
|
6230
|
+
*/
|
|
6231
|
+
ResourceAwsIamUserUserName?: StringFilterList;
|
|
5910
6232
|
/**
|
|
5911
6233
|
* The name of the container related to a finding.
|
|
5912
6234
|
*/
|
|
@@ -5928,7 +6250,7 @@ declare namespace SecurityHub {
|
|
|
5928
6250
|
*/
|
|
5929
6251
|
ResourceDetailsOther?: MapFilterList;
|
|
5930
6252
|
/**
|
|
5931
|
-
* Exclusive to findings that are generated as the result of a check run against a specific rule in a supported standard, such as CIS
|
|
6253
|
+
* Exclusive to findings that are generated as the result of a check run against a specific rule in a supported standard, such as CIS Amazon Web Services Foundations. Contains security standard-related finding details.
|
|
5932
6254
|
*/
|
|
5933
6255
|
ComplianceStatus?: StringFilterList;
|
|
5934
6256
|
/**
|
|
@@ -6014,11 +6336,11 @@ declare namespace SecurityHub {
|
|
|
6014
6336
|
export type AwsSecurityFindingList = AwsSecurityFinding[];
|
|
6015
6337
|
export interface AwsSnsTopicDetails {
|
|
6016
6338
|
/**
|
|
6017
|
-
* The ID of an
|
|
6339
|
+
* The ID of an Amazon Web Services managed customer master key (CMK) for Amazon SNS or a custom CMK.
|
|
6018
6340
|
*/
|
|
6019
6341
|
KmsMasterKeyId?: NonEmptyString;
|
|
6020
6342
|
/**
|
|
6021
|
-
* Subscription is an embedded property that describes the subscription endpoints of an
|
|
6343
|
+
* Subscription is an embedded property that describes the subscription endpoints of an SNS topic.
|
|
6022
6344
|
*/
|
|
6023
6345
|
Subscription?: AwsSnsTopicSubscriptionList;
|
|
6024
6346
|
/**
|
|
@@ -6043,11 +6365,11 @@ declare namespace SecurityHub {
|
|
|
6043
6365
|
export type AwsSnsTopicSubscriptionList = AwsSnsTopicSubscription[];
|
|
6044
6366
|
export interface AwsSqsQueueDetails {
|
|
6045
6367
|
/**
|
|
6046
|
-
* The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling
|
|
6368
|
+
* The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling KMS again.
|
|
6047
6369
|
*/
|
|
6048
6370
|
KmsDataKeyReusePeriodSeconds?: Integer;
|
|
6049
6371
|
/**
|
|
6050
|
-
* The ID of an
|
|
6372
|
+
* The ID of an Amazon Web Services managed customer master key (CMK) for Amazon SQS or a custom CMK.
|
|
6051
6373
|
*/
|
|
6052
6374
|
KmsMasterKeyId?: NonEmptyString;
|
|
6053
6375
|
/**
|
|
@@ -6165,7 +6487,7 @@ declare namespace SecurityHub {
|
|
|
6165
6487
|
}
|
|
6166
6488
|
export interface AwsWafWebAclRule {
|
|
6167
6489
|
/**
|
|
6168
|
-
* Specifies the action that CloudFront or
|
|
6490
|
+
* Specifies the action that CloudFront or WAF takes when a web request matches the conditions in the rule.
|
|
6169
6491
|
*/
|
|
6170
6492
|
Action?: WafAction;
|
|
6171
6493
|
/**
|
|
@@ -6216,7 +6538,7 @@ declare namespace SecurityHub {
|
|
|
6216
6538
|
}
|
|
6217
6539
|
export interface BatchImportFindingsRequest {
|
|
6218
6540
|
/**
|
|
6219
|
-
* A list of findings to import. To successfully import a finding, it must follow the
|
|
6541
|
+
* A list of findings to import. To successfully import a finding, it must follow the Amazon Web Services Security Finding Format. Maximum of 100 findings per request.
|
|
6220
6542
|
*/
|
|
6221
6543
|
Findings: BatchImportFindingsRequestFindingList;
|
|
6222
6544
|
}
|
|
@@ -6379,7 +6701,7 @@ declare namespace SecurityHub {
|
|
|
6379
6701
|
}
|
|
6380
6702
|
export interface Compliance {
|
|
6381
6703
|
/**
|
|
6382
|
-
* The result of a standards check. The valid values for Status are as follows. PASSED - Standards check passed for all evaluated resources. WARNING - Some information is missing or this check is not supported for your configuration. FAILED - Standards check failed for at least one evaluated resource. NOT_AVAILABLE - Check could not be performed due to a service outage, API error, or because the result of the
|
|
6704
|
+
* The result of a standards check. The valid values for Status are as follows. PASSED - Standards check passed for all evaluated resources. WARNING - Some information is missing or this check is not supported for your configuration. FAILED - Standards check failed for at least one evaluated resource. NOT_AVAILABLE - Check could not be performed due to a service outage, API error, or because the result of the Config evaluation was NOT_APPLICABLE. If the Config evaluation result was NOT_APPLICABLE, then after 3 days, Security Hub automatically archives the finding.
|
|
6383
6705
|
*/
|
|
6384
6706
|
Status?: ComplianceStatus;
|
|
6385
6707
|
/**
|
|
@@ -6387,7 +6709,7 @@ declare namespace SecurityHub {
|
|
|
6387
6709
|
*/
|
|
6388
6710
|
RelatedRequirements?: RelatedRequirementsList;
|
|
6389
6711
|
/**
|
|
6390
|
-
* For findings generated from controls, a list of reasons behind the value of Status. For the list of status reason codes and their meanings, see Standards-related information in the ASFF in the
|
|
6712
|
+
* For findings generated from controls, a list of reasons behind the value of Status. For the list of status reason codes and their meanings, see Standards-related information in the ASFF in the Security Hub User Guide.
|
|
6391
6713
|
*/
|
|
6392
6714
|
StatusReasons?: StatusReasonsList;
|
|
6393
6715
|
}
|
|
@@ -6469,7 +6791,7 @@ declare namespace SecurityHub {
|
|
|
6469
6791
|
}
|
|
6470
6792
|
export interface CreateMembersResponse {
|
|
6471
6793
|
/**
|
|
6472
|
-
* The list of
|
|
6794
|
+
* The list of Amazon Web Services accounts that were not processed. For each account, the list includes the account ID and the email address.
|
|
6473
6795
|
*/
|
|
6474
6796
|
UnprocessedAccounts?: ResultList;
|
|
6475
6797
|
}
|
|
@@ -6562,7 +6884,7 @@ declare namespace SecurityHub {
|
|
|
6562
6884
|
}
|
|
6563
6885
|
export interface DeclineInvitationsResponse {
|
|
6564
6886
|
/**
|
|
6565
|
-
* The list of
|
|
6887
|
+
* The list of Amazon Web Services accounts that were not processed. For each account, the list includes the account ID and the email address.
|
|
6566
6888
|
*/
|
|
6567
6889
|
UnprocessedAccounts?: ResultList;
|
|
6568
6890
|
}
|
|
@@ -6598,7 +6920,7 @@ declare namespace SecurityHub {
|
|
|
6598
6920
|
}
|
|
6599
6921
|
export interface DeleteInvitationsResponse {
|
|
6600
6922
|
/**
|
|
6601
|
-
* The list of
|
|
6923
|
+
* The list of Amazon Web Services accounts for which the invitations were not deleted. For each account, the list includes the account ID and the email address.
|
|
6602
6924
|
*/
|
|
6603
6925
|
UnprocessedAccounts?: ResultList;
|
|
6604
6926
|
}
|
|
@@ -6610,7 +6932,7 @@ declare namespace SecurityHub {
|
|
|
6610
6932
|
}
|
|
6611
6933
|
export interface DeleteMembersResponse {
|
|
6612
6934
|
/**
|
|
6613
|
-
* The list of
|
|
6935
|
+
* The list of Amazon Web Services accounts that were not deleted. For each account, the list includes the account ID and the email address.
|
|
6614
6936
|
*/
|
|
6615
6937
|
UnprocessedAccounts?: ResultList;
|
|
6616
6938
|
}
|
|
@@ -6696,7 +7018,7 @@ declare namespace SecurityHub {
|
|
|
6696
7018
|
}
|
|
6697
7019
|
export interface DescribeStandardsControlsRequest {
|
|
6698
7020
|
/**
|
|
6699
|
-
* The ARN of a resource that represents your subscription to a supported standard. To get the subscription ARNs of the standards you have enabled, use the
|
|
7021
|
+
* The ARN of a resource that represents your subscription to a supported standard. To get the subscription ARNs of the standards you have enabled, use the GetEnabledStandards operation.
|
|
6700
7022
|
*/
|
|
6701
7023
|
StandardsSubscriptionArn: NonEmptyString;
|
|
6702
7024
|
/**
|
|
@@ -6748,7 +7070,7 @@ declare namespace SecurityHub {
|
|
|
6748
7070
|
}
|
|
6749
7071
|
export interface DisableOrganizationAdminAccountRequest {
|
|
6750
7072
|
/**
|
|
6751
|
-
* The
|
|
7073
|
+
* The Amazon Web Services account identifier of the Security Hub administrator account.
|
|
6752
7074
|
*/
|
|
6753
7075
|
AdminAccountId: NonEmptyString;
|
|
6754
7076
|
}
|
|
@@ -6803,7 +7125,7 @@ declare namespace SecurityHub {
|
|
|
6803
7125
|
}
|
|
6804
7126
|
export interface EnableOrganizationAdminAccountRequest {
|
|
6805
7127
|
/**
|
|
6806
|
-
* The
|
|
7128
|
+
* The Amazon Web Services account identifier of the account to designate as the Security Hub administrator account.
|
|
6807
7129
|
*/
|
|
6808
7130
|
AdminAccountId: NonEmptyString;
|
|
6809
7131
|
}
|
|
@@ -6985,7 +7307,7 @@ declare namespace SecurityHub {
|
|
|
6985
7307
|
*/
|
|
6986
7308
|
Members?: MemberList;
|
|
6987
7309
|
/**
|
|
6988
|
-
* The list of
|
|
7310
|
+
* The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.
|
|
6989
7311
|
*/
|
|
6990
7312
|
UnprocessedAccounts?: ResultList;
|
|
6991
7313
|
}
|
|
@@ -7082,13 +7404,13 @@ declare namespace SecurityHub {
|
|
|
7082
7404
|
export type InvitationList = Invitation[];
|
|
7083
7405
|
export interface InviteMembersRequest {
|
|
7084
7406
|
/**
|
|
7085
|
-
* The list of account IDs of the
|
|
7407
|
+
* The list of account IDs of the Amazon Web Services accounts to invite to Security Hub as members.
|
|
7086
7408
|
*/
|
|
7087
7409
|
AccountIds: AccountIdList;
|
|
7088
7410
|
}
|
|
7089
7411
|
export interface InviteMembersResponse {
|
|
7090
7412
|
/**
|
|
7091
|
-
* The list of
|
|
7413
|
+
* The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.
|
|
7092
7414
|
*/
|
|
7093
7415
|
UnprocessedAccounts?: ResultList;
|
|
7094
7416
|
}
|
|
@@ -7286,7 +7608,7 @@ declare namespace SecurityHub {
|
|
|
7286
7608
|
export type MaxResults = number;
|
|
7287
7609
|
export interface Member {
|
|
7288
7610
|
/**
|
|
7289
|
-
* The
|
|
7611
|
+
* The Amazon Web Services account ID of the member account.
|
|
7290
7612
|
*/
|
|
7291
7613
|
AccountId?: AccountId;
|
|
7292
7614
|
/**
|
|
@@ -7294,15 +7616,15 @@ declare namespace SecurityHub {
|
|
|
7294
7616
|
*/
|
|
7295
7617
|
Email?: NonEmptyString;
|
|
7296
7618
|
/**
|
|
7297
|
-
* This is replaced by AdministratorID. The
|
|
7619
|
+
* This is replaced by AdministratorID. The Amazon Web Services account ID of the Security Hub administrator account associated with this member account.
|
|
7298
7620
|
*/
|
|
7299
7621
|
MasterId?: NonEmptyString;
|
|
7300
7622
|
/**
|
|
7301
|
-
* The
|
|
7623
|
+
* The Amazon Web Services account ID of the Security Hub administrator account associated with this member account.
|
|
7302
7624
|
*/
|
|
7303
7625
|
AdministratorId?: NonEmptyString;
|
|
7304
7626
|
/**
|
|
7305
|
-
* The status of the relationship between the member account and its administrator account. The status can have one of the following values: CREATED - Indicates that the administrator account added the member account, but has not yet invited the member account. INVITED - Indicates that the administrator account invited the member account. The member account has not yet responded to the invitation. ENABLED - Indicates that the member account is currently active. For manually invited member accounts, indicates that the member account accepted the invitation. REMOVED - Indicates that the administrator account disassociated the member account. RESIGNED - Indicates that the member account disassociated themselves from the administrator account. DELETED - Indicates that the administrator account deleted the member account.
|
|
7627
|
+
* The status of the relationship between the member account and its administrator account. The status can have one of the following values: CREATED - Indicates that the administrator account added the member account, but has not yet invited the member account. INVITED - Indicates that the administrator account invited the member account. The member account has not yet responded to the invitation. ENABLED - Indicates that the member account is currently active. For manually invited member accounts, indicates that the member account accepted the invitation. REMOVED - Indicates that the administrator account disassociated the member account. RESIGNED - Indicates that the member account disassociated themselves from the administrator account. DELETED - Indicates that the administrator account deleted the member account. ACCOUNT_SUSPENDED - Indicates that an organization account was suspended from Amazon Web Services at the same time that the administrator account tried to enable the organization account as a member account.
|
|
7306
7628
|
*/
|
|
7307
7629
|
MemberStatus?: NonEmptyString;
|
|
7308
7630
|
/**
|
|
@@ -7659,7 +7981,7 @@ declare namespace SecurityHub {
|
|
|
7659
7981
|
*/
|
|
7660
7982
|
IntegrationTypes?: IntegrationTypeList;
|
|
7661
7983
|
/**
|
|
7662
|
-
* For integrations with
|
|
7984
|
+
* For integrations with Amazon Web Services services, the Amazon Web Services Console URL from which to activate the service. For integrations with third-party products, the Marketplace URL from which to subscribe to or purchase the product.
|
|
7663
7985
|
*/
|
|
7664
7986
|
MarketplaceUrl?: NonEmptyString;
|
|
7665
7987
|
/**
|
|
@@ -7739,11 +8061,11 @@ declare namespace SecurityHub {
|
|
|
7739
8061
|
*/
|
|
7740
8062
|
Id: NonEmptyString;
|
|
7741
8063
|
/**
|
|
7742
|
-
* The canonical
|
|
8064
|
+
* The canonical Amazon Web Services partition name that the Region is assigned to.
|
|
7743
8065
|
*/
|
|
7744
8066
|
Partition?: Partition;
|
|
7745
8067
|
/**
|
|
7746
|
-
* The canonical
|
|
8068
|
+
* The canonical Amazon Web Services external Region name where this resource is located.
|
|
7747
8069
|
*/
|
|
7748
8070
|
Region?: NonEmptyString;
|
|
7749
8071
|
/**
|
|
@@ -7751,7 +8073,7 @@ declare namespace SecurityHub {
|
|
|
7751
8073
|
*/
|
|
7752
8074
|
ResourceRole?: NonEmptyString;
|
|
7753
8075
|
/**
|
|
7754
|
-
* A list of
|
|
8076
|
+
* A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
|
|
7755
8077
|
*/
|
|
7756
8078
|
Tags?: FieldMap;
|
|
7757
8079
|
/**
|
|
@@ -7770,7 +8092,7 @@ declare namespace SecurityHub {
|
|
|
7770
8092
|
*/
|
|
7771
8093
|
AwsAutoScalingAutoScalingGroup?: AwsAutoScalingAutoScalingGroupDetails;
|
|
7772
8094
|
/**
|
|
7773
|
-
* Details for an
|
|
8095
|
+
* Details for an CodeBuild project.
|
|
7774
8096
|
*/
|
|
7775
8097
|
AwsCodeBuildProject?: AwsCodeBuildProjectDetails;
|
|
7776
8098
|
/**
|
|
@@ -7782,7 +8104,7 @@ declare namespace SecurityHub {
|
|
|
7782
8104
|
*/
|
|
7783
8105
|
AwsEc2Instance?: AwsEc2InstanceDetails;
|
|
7784
8106
|
/**
|
|
7785
|
-
* Details for an
|
|
8107
|
+
* Details for an EC2 network interface.
|
|
7786
8108
|
*/
|
|
7787
8109
|
AwsEc2NetworkInterface?: AwsEc2NetworkInterfaceDetails;
|
|
7788
8110
|
/**
|
|
@@ -7802,7 +8124,7 @@ declare namespace SecurityHub {
|
|
|
7802
8124
|
*/
|
|
7803
8125
|
AwsEc2Eip?: AwsEc2EipDetails;
|
|
7804
8126
|
/**
|
|
7805
|
-
* Details about a subnet in EC2.
|
|
8127
|
+
* Details about a subnet in Amazon EC2.
|
|
7806
8128
|
*/
|
|
7807
8129
|
AwsEc2Subnet?: AwsEc2SubnetDetails;
|
|
7808
8130
|
/**
|
|
@@ -7822,7 +8144,7 @@ declare namespace SecurityHub {
|
|
|
7822
8144
|
*/
|
|
7823
8145
|
AwsElasticsearchDomain?: AwsElasticsearchDomainDetails;
|
|
7824
8146
|
/**
|
|
7825
|
-
* Details about an
|
|
8147
|
+
* Details about an S3 bucket related to a finding.
|
|
7826
8148
|
*/
|
|
7827
8149
|
AwsS3Bucket?: AwsS3BucketDetails;
|
|
7828
8150
|
/**
|
|
@@ -7830,7 +8152,7 @@ declare namespace SecurityHub {
|
|
|
7830
8152
|
*/
|
|
7831
8153
|
AwsS3AccountPublicAccessBlock?: AwsS3AccountPublicAccessBlockDetails;
|
|
7832
8154
|
/**
|
|
7833
|
-
* Details about an
|
|
8155
|
+
* Details about an S3 object related to a finding.
|
|
7834
8156
|
*/
|
|
7835
8157
|
AwsS3Object?: AwsS3ObjectDetails;
|
|
7836
8158
|
/**
|
|
@@ -7878,7 +8200,7 @@ declare namespace SecurityHub {
|
|
|
7878
8200
|
*/
|
|
7879
8201
|
AwsSsmPatchCompliance?: AwsSsmPatchComplianceDetails;
|
|
7880
8202
|
/**
|
|
7881
|
-
* Provides details about an
|
|
8203
|
+
* Provides details about an Certificate Manager certificate.
|
|
7882
8204
|
*/
|
|
7883
8205
|
AwsCertificateManagerCertificate?: AwsCertificateManagerCertificateDetails;
|
|
7884
8206
|
/**
|
|
@@ -7898,7 +8220,7 @@ declare namespace SecurityHub {
|
|
|
7898
8220
|
*/
|
|
7899
8221
|
AwsIamRole?: AwsIamRoleDetails;
|
|
7900
8222
|
/**
|
|
7901
|
-
* Details about
|
|
8223
|
+
* Details about an KMS key.
|
|
7902
8224
|
*/
|
|
7903
8225
|
AwsKmsKey?: AwsKmsKeyDetails;
|
|
7904
8226
|
/**
|
|
@@ -7922,7 +8244,7 @@ declare namespace SecurityHub {
|
|
|
7922
8244
|
*/
|
|
7923
8245
|
AwsSqsQueue?: AwsSqsQueueDetails;
|
|
7924
8246
|
/**
|
|
7925
|
-
* Details for
|
|
8247
|
+
* Details for an WAF WebACL.
|
|
7926
8248
|
*/
|
|
7927
8249
|
AwsWafWebAcl?: AwsWafWebAclDetails;
|
|
7928
8250
|
/**
|
|
@@ -7953,11 +8275,19 @@ declare namespace SecurityHub {
|
|
|
7953
8275
|
* Details about a resource that are not available in a type-specific details object. Use the Other object in the following cases. The type-specific object does not contain all of the fields that you want to populate. In this case, first use the type-specific object to populate those fields. Use the Other object to populate the fields that are missing from the type-specific object. The resource type does not have a corresponding object. This includes resources for which the type is Other.
|
|
7954
8276
|
*/
|
|
7955
8277
|
Other?: FieldMap;
|
|
8278
|
+
/**
|
|
8279
|
+
* Details about an RDS event notification subscription.
|
|
8280
|
+
*/
|
|
8281
|
+
AwsRdsEventSubscription?: AwsRdsEventSubscriptionDetails;
|
|
8282
|
+
/**
|
|
8283
|
+
* Details about a service within an ECS cluster.
|
|
8284
|
+
*/
|
|
8285
|
+
AwsEcsService?: AwsEcsServiceDetails;
|
|
7956
8286
|
}
|
|
7957
8287
|
export type ResourceList = Resource[];
|
|
7958
8288
|
export interface Result {
|
|
7959
8289
|
/**
|
|
7960
|
-
* An
|
|
8290
|
+
* An Amazon Web Services account ID of the account that was not processed.
|
|
7961
8291
|
*/
|
|
7962
8292
|
AccountId?: AccountId;
|
|
7963
8293
|
/**
|
|
@@ -7999,7 +8329,7 @@ declare namespace SecurityHub {
|
|
|
7999
8329
|
export type SensitiveDataResultList = SensitiveDataResult[];
|
|
8000
8330
|
export interface Severity {
|
|
8001
8331
|
/**
|
|
8002
|
-
* Deprecated. This attribute is being deprecated. Instead of providing Product, provide Original. The native severity as defined by the
|
|
8332
|
+
* Deprecated. This attribute is being deprecated. Instead of providing Product, provide Original. The native severity as defined by the Amazon Web Services service or integrated partner product that generated the finding.
|
|
8003
8333
|
*/
|
|
8004
8334
|
Product?: Double;
|
|
8005
8335
|
/**
|
|
@@ -8023,7 +8353,7 @@ declare namespace SecurityHub {
|
|
|
8023
8353
|
*/
|
|
8024
8354
|
Normalized?: RatioScale;
|
|
8025
8355
|
/**
|
|
8026
|
-
* The native severity as defined by the
|
|
8356
|
+
* The native severity as defined by the Amazon Web Services service or integrated partner product that generated the finding.
|
|
8027
8357
|
*/
|
|
8028
8358
|
Product?: Double;
|
|
8029
8359
|
/**
|
|
@@ -8120,7 +8450,7 @@ declare namespace SecurityHub {
|
|
|
8120
8450
|
*/
|
|
8121
8451
|
RemediationUrl?: NonEmptyString;
|
|
8122
8452
|
/**
|
|
8123
|
-
* The severity of findings generated from this security standard control. The finding severity is based on an assessment of how easy it would be to compromise
|
|
8453
|
+
* The severity of findings generated from this security standard control. The finding severity is based on an assessment of how easy it would be to compromise Amazon Web Services resources if the issue is detected.
|
|
8124
8454
|
*/
|
|
8125
8455
|
SeverityRating?: SeverityRating;
|
|
8126
8456
|
/**
|
|
@@ -8152,7 +8482,7 @@ declare namespace SecurityHub {
|
|
|
8152
8482
|
export type StandardsSubscriptionArns = NonEmptyString[];
|
|
8153
8483
|
export interface StandardsSubscriptionRequest {
|
|
8154
8484
|
/**
|
|
8155
|
-
* The ARN of the standard that you want to enable. To view the list of available standards and their ARNs, use the
|
|
8485
|
+
* The ARN of the standard that you want to enable. To view the list of available standards and their ARNs, use the DescribeStandards operation.
|
|
8156
8486
|
*/
|
|
8157
8487
|
StandardsArn: NonEmptyString;
|
|
8158
8488
|
/**
|
|
@@ -8164,7 +8494,7 @@ declare namespace SecurityHub {
|
|
|
8164
8494
|
export type StandardsSubscriptions = StandardsSubscription[];
|
|
8165
8495
|
export interface StatusReason {
|
|
8166
8496
|
/**
|
|
8167
|
-
* A code that represents a reason for the control status. For the list of status reason codes and their meanings, see Standards-related information in the ASFF in the
|
|
8497
|
+
* A code that represents a reason for the control status. For the list of status reason codes and their meanings, see Standards-related information in the ASFF in the Security Hub User Guide.
|
|
8168
8498
|
*/
|
|
8169
8499
|
ReasonCode: NonEmptyString;
|
|
8170
8500
|
/**
|
|
@@ -8381,7 +8711,7 @@ declare namespace SecurityHub {
|
|
|
8381
8711
|
}
|
|
8382
8712
|
export interface WafAction {
|
|
8383
8713
|
/**
|
|
8384
|
-
* Specifies how you want
|
|
8714
|
+
* Specifies how you want WAF to respond to requests that match the settings in a rule. Valid settings include the following: ALLOW - WAF allows requests BLOCK - WAF blocks requests COUNT - WAF increments a counter of the requests that match all of the conditions in the rule. WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
|
|
8385
8715
|
*/
|
|
8386
8716
|
Type?: NonEmptyString;
|
|
8387
8717
|
}
|