aws-sdk 2.1503.0 → 2.1505.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 +15 -1
- package/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +141 -6
- package/apis/b2bi-2022-06-23.examples.json +714 -0
- package/apis/b2bi-2022-06-23.min.json +1095 -0
- package/apis/b2bi-2022-06-23.paginators.json +28 -0
- package/apis/backup-2018-11-15.min.json +855 -84
- package/apis/backup-2018-11-15.paginators.json +18 -0
- package/apis/controltower-2018-05-10.min.json +80 -12
- package/apis/elasticache-2015-02-02.min.json +481 -132
- package/apis/elasticache-2015-02-02.paginators.json +12 -0
- package/apis/elasticfilesystem-2015-02-01.min.json +66 -32
- package/apis/fis-2020-12-01.min.json +366 -15
- package/apis/fis-2020-12-01.paginators.json +10 -0
- package/apis/metadata.json +3 -0
- package/apis/securityhub-2018-10-26.examples.json +433 -8
- package/apis/securityhub-2018-10-26.min.json +790 -336
- package/apis/securityhub-2018-10-26.paginators.json +12 -0
- package/apis/transcribe-2017-10-26.min.json +257 -70
- package/apis/transcribe-2017-10-26.paginators.json +5 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/appsync.d.ts +169 -0
- package/clients/b2bi.d.ts +1388 -0
- package/clients/b2bi.js +18 -0
- package/clients/backup.d.ts +848 -45
- package/clients/controltower.d.ts +103 -47
- package/clients/efs.d.ts +42 -9
- package/clients/elasticache.d.ts +484 -12
- package/clients/fis.d.ts +383 -3
- package/clients/glue.d.ts +3 -3
- package/clients/rds.d.ts +80 -80
- package/clients/securityhub.d.ts +603 -13
- package/clients/transcribeservice.d.ts +301 -45
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +54 -17
- package/dist/aws-sdk.js +565 -167
- package/dist/aws-sdk.min.js +60 -60
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/securityhub.d.ts
CHANGED
@@ -59,6 +59,14 @@ declare class SecurityHub extends Service {
|
|
59
59
|
* Retrieves a list of details for automation rules based on rule Amazon Resource Names (ARNs).
|
60
60
|
*/
|
61
61
|
batchGetAutomationRules(callback?: (err: AWSError, data: SecurityHub.Types.BatchGetAutomationRulesResponse) => void): Request<SecurityHub.Types.BatchGetAutomationRulesResponse, AWSError>;
|
62
|
+
/**
|
63
|
+
* Returns associations between an Security Hub configuration and a batch of target accounts, organizational units, or the root. Only the Security Hub delegated administrator can invoke this operation from the home Region. A configuration can refer to a configuration policy or to a self-managed configuration.
|
64
|
+
*/
|
65
|
+
batchGetConfigurationPolicyAssociations(params: SecurityHub.Types.BatchGetConfigurationPolicyAssociationsRequest, callback?: (err: AWSError, data: SecurityHub.Types.BatchGetConfigurationPolicyAssociationsResponse) => void): Request<SecurityHub.Types.BatchGetConfigurationPolicyAssociationsResponse, AWSError>;
|
66
|
+
/**
|
67
|
+
* Returns associations between an Security Hub configuration and a batch of target accounts, organizational units, or the root. Only the Security Hub delegated administrator can invoke this operation from the home Region. A configuration can refer to a configuration policy or to a self-managed configuration.
|
68
|
+
*/
|
69
|
+
batchGetConfigurationPolicyAssociations(callback?: (err: AWSError, data: SecurityHub.Types.BatchGetConfigurationPolicyAssociationsResponse) => void): Request<SecurityHub.Types.BatchGetConfigurationPolicyAssociationsResponse, AWSError>;
|
62
70
|
/**
|
63
71
|
* Provides details about a batch of security controls for the current Amazon Web Services account and Amazon Web Services Region.
|
64
72
|
*/
|
@@ -123,6 +131,14 @@ declare class SecurityHub extends Service {
|
|
123
131
|
* Creates an automation rule based on input parameters.
|
124
132
|
*/
|
125
133
|
createAutomationRule(callback?: (err: AWSError, data: SecurityHub.Types.CreateAutomationRuleResponse) => void): Request<SecurityHub.Types.CreateAutomationRuleResponse, AWSError>;
|
134
|
+
/**
|
135
|
+
* Creates a configuration policy with the defined configuration. Only the Security Hub delegated administrator can invoke this operation from the home Region.
|
136
|
+
*/
|
137
|
+
createConfigurationPolicy(params: SecurityHub.Types.CreateConfigurationPolicyRequest, callback?: (err: AWSError, data: SecurityHub.Types.CreateConfigurationPolicyResponse) => void): Request<SecurityHub.Types.CreateConfigurationPolicyResponse, AWSError>;
|
138
|
+
/**
|
139
|
+
* Creates a configuration policy with the defined configuration. Only the Security Hub delegated administrator can invoke this operation from the home Region.
|
140
|
+
*/
|
141
|
+
createConfigurationPolicy(callback?: (err: AWSError, data: SecurityHub.Types.CreateConfigurationPolicyResponse) => void): Request<SecurityHub.Types.CreateConfigurationPolicyResponse, AWSError>;
|
126
142
|
/**
|
127
143
|
* Used to enable finding aggregation. Must be called from the aggregation Region. For more details about cross-Region replication, see Configuring finding aggregation in the Security Hub User Guide.
|
128
144
|
*/
|
@@ -163,6 +179,14 @@ declare class SecurityHub extends Service {
|
|
163
179
|
* Deletes a custom action target from Security Hub. Deleting a custom action target does not affect any findings or insights that were already sent to Amazon CloudWatch Events using the custom action.
|
164
180
|
*/
|
165
181
|
deleteActionTarget(callback?: (err: AWSError, data: SecurityHub.Types.DeleteActionTargetResponse) => void): Request<SecurityHub.Types.DeleteActionTargetResponse, AWSError>;
|
182
|
+
/**
|
183
|
+
* Deletes a configuration policy. Only the Security Hub delegated administrator can invoke this operation from the home Region. For the deletion to succeed, you must first disassociate a configuration policy from target accounts, organizational units, or the root by invoking the StartConfigurationPolicyDisassociation operation.
|
184
|
+
*/
|
185
|
+
deleteConfigurationPolicy(params: SecurityHub.Types.DeleteConfigurationPolicyRequest, callback?: (err: AWSError, data: SecurityHub.Types.DeleteConfigurationPolicyResponse) => void): Request<SecurityHub.Types.DeleteConfigurationPolicyResponse, AWSError>;
|
186
|
+
/**
|
187
|
+
* Deletes a configuration policy. Only the Security Hub delegated administrator can invoke this operation from the home Region. For the deletion to succeed, you must first disassociate a configuration policy from target accounts, organizational units, or the root by invoking the StartConfigurationPolicyDisassociation operation.
|
188
|
+
*/
|
189
|
+
deleteConfigurationPolicy(callback?: (err: AWSError, data: SecurityHub.Types.DeleteConfigurationPolicyResponse) => void): Request<SecurityHub.Types.DeleteConfigurationPolicyResponse, AWSError>;
|
166
190
|
/**
|
167
191
|
* Deletes a finding aggregator. When you delete the finding aggregator, you stop finding aggregation. When you stop finding aggregation, findings that were already aggregated to the aggregation Region are still visible from the aggregation Region. New findings and finding updates are not aggregated.
|
168
192
|
*/
|
@@ -212,11 +236,11 @@ declare class SecurityHub extends Service {
|
|
212
236
|
*/
|
213
237
|
describeHub(callback?: (err: AWSError, data: SecurityHub.Types.DescribeHubResponse) => void): Request<SecurityHub.Types.DescribeHubResponse, AWSError>;
|
214
238
|
/**
|
215
|
-
* Returns information about the
|
239
|
+
* Returns information about the way your organization is configured in Security Hub. Only the Security Hub administrator account can invoke this operation.
|
216
240
|
*/
|
217
241
|
describeOrganizationConfiguration(params: SecurityHub.Types.DescribeOrganizationConfigurationRequest, callback?: (err: AWSError, data: SecurityHub.Types.DescribeOrganizationConfigurationResponse) => void): Request<SecurityHub.Types.DescribeOrganizationConfigurationResponse, AWSError>;
|
218
242
|
/**
|
219
|
-
* Returns information about the
|
243
|
+
* Returns information about the way your organization is configured in Security Hub. Only the Security Hub administrator account can invoke this operation.
|
220
244
|
*/
|
221
245
|
describeOrganizationConfiguration(callback?: (err: AWSError, data: SecurityHub.Types.DescribeOrganizationConfigurationResponse) => void): Request<SecurityHub.Types.DescribeOrganizationConfigurationResponse, AWSError>;
|
222
246
|
/**
|
@@ -323,6 +347,22 @@ declare class SecurityHub extends Service {
|
|
323
347
|
* Provides the details for the Security Hub administrator account for the current member account. Can be used by both member accounts that are managed using Organizations and accounts that were invited manually.
|
324
348
|
*/
|
325
349
|
getAdministratorAccount(callback?: (err: AWSError, data: SecurityHub.Types.GetAdministratorAccountResponse) => void): Request<SecurityHub.Types.GetAdministratorAccountResponse, AWSError>;
|
350
|
+
/**
|
351
|
+
* Provides information about a configuration policy. Only the Security Hub delegated administrator can invoke this operation from the home Region.
|
352
|
+
*/
|
353
|
+
getConfigurationPolicy(params: SecurityHub.Types.GetConfigurationPolicyRequest, callback?: (err: AWSError, data: SecurityHub.Types.GetConfigurationPolicyResponse) => void): Request<SecurityHub.Types.GetConfigurationPolicyResponse, AWSError>;
|
354
|
+
/**
|
355
|
+
* Provides information about a configuration policy. Only the Security Hub delegated administrator can invoke this operation from the home Region.
|
356
|
+
*/
|
357
|
+
getConfigurationPolicy(callback?: (err: AWSError, data: SecurityHub.Types.GetConfigurationPolicyResponse) => void): Request<SecurityHub.Types.GetConfigurationPolicyResponse, AWSError>;
|
358
|
+
/**
|
359
|
+
* Returns the association between a configuration and a target account, organizational unit, or the root. The configuration can be a configuration policy or self-managed behavior. Only the Security Hub delegated administrator can invoke this operation from the home Region.
|
360
|
+
*/
|
361
|
+
getConfigurationPolicyAssociation(params: SecurityHub.Types.GetConfigurationPolicyAssociationRequest, callback?: (err: AWSError, data: SecurityHub.Types.GetConfigurationPolicyAssociationResponse) => void): Request<SecurityHub.Types.GetConfigurationPolicyAssociationResponse, AWSError>;
|
362
|
+
/**
|
363
|
+
* Returns the association between a configuration and a target account, organizational unit, or the root. The configuration can be a configuration policy or self-managed behavior. Only the Security Hub delegated administrator can invoke this operation from the home Region.
|
364
|
+
*/
|
365
|
+
getConfigurationPolicyAssociation(callback?: (err: AWSError, data: SecurityHub.Types.GetConfigurationPolicyAssociationResponse) => void): Request<SecurityHub.Types.GetConfigurationPolicyAssociationResponse, AWSError>;
|
326
366
|
/**
|
327
367
|
* Returns a list of the standards that are currently enabled.
|
328
368
|
*/
|
@@ -419,6 +459,22 @@ declare class SecurityHub extends Service {
|
|
419
459
|
* A list of automation rules and their metadata for the calling account.
|
420
460
|
*/
|
421
461
|
listAutomationRules(callback?: (err: AWSError, data: SecurityHub.Types.ListAutomationRulesResponse) => void): Request<SecurityHub.Types.ListAutomationRulesResponse, AWSError>;
|
462
|
+
/**
|
463
|
+
* Lists the configuration policies that the Security Hub delegated administrator has created for your organization. Only the delegated administrator can invoke this operation from the home Region.
|
464
|
+
*/
|
465
|
+
listConfigurationPolicies(params: SecurityHub.Types.ListConfigurationPoliciesRequest, callback?: (err: AWSError, data: SecurityHub.Types.ListConfigurationPoliciesResponse) => void): Request<SecurityHub.Types.ListConfigurationPoliciesResponse, AWSError>;
|
466
|
+
/**
|
467
|
+
* Lists the configuration policies that the Security Hub delegated administrator has created for your organization. Only the delegated administrator can invoke this operation from the home Region.
|
468
|
+
*/
|
469
|
+
listConfigurationPolicies(callback?: (err: AWSError, data: SecurityHub.Types.ListConfigurationPoliciesResponse) => void): Request<SecurityHub.Types.ListConfigurationPoliciesResponse, AWSError>;
|
470
|
+
/**
|
471
|
+
* Provides information about the associations for your configuration policies and self-managed behavior. Only the Security Hub delegated administrator can invoke this operation from the home Region.
|
472
|
+
*/
|
473
|
+
listConfigurationPolicyAssociations(params: SecurityHub.Types.ListConfigurationPolicyAssociationsRequest, callback?: (err: AWSError, data: SecurityHub.Types.ListConfigurationPolicyAssociationsResponse) => void): Request<SecurityHub.Types.ListConfigurationPolicyAssociationsResponse, AWSError>;
|
474
|
+
/**
|
475
|
+
* Provides information about the associations for your configuration policies and self-managed behavior. Only the Security Hub delegated administrator can invoke this operation from the home Region.
|
476
|
+
*/
|
477
|
+
listConfigurationPolicyAssociations(callback?: (err: AWSError, data: SecurityHub.Types.ListConfigurationPolicyAssociationsResponse) => void): Request<SecurityHub.Types.ListConfigurationPolicyAssociationsResponse, AWSError>;
|
422
478
|
/**
|
423
479
|
* Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.
|
424
480
|
*/
|
@@ -483,6 +539,22 @@ declare class SecurityHub extends Service {
|
|
483
539
|
* Returns a list of tags associated with a resource.
|
484
540
|
*/
|
485
541
|
listTagsForResource(callback?: (err: AWSError, data: SecurityHub.Types.ListTagsForResourceResponse) => void): Request<SecurityHub.Types.ListTagsForResourceResponse, AWSError>;
|
542
|
+
/**
|
543
|
+
* Associates a target account, organizational unit, or the root with a specified configuration. The target can be associated with a configuration policy or self-managed behavior. Only the Security Hub delegated administrator can invoke this operation from the home Region.
|
544
|
+
*/
|
545
|
+
startConfigurationPolicyAssociation(params: SecurityHub.Types.StartConfigurationPolicyAssociationRequest, callback?: (err: AWSError, data: SecurityHub.Types.StartConfigurationPolicyAssociationResponse) => void): Request<SecurityHub.Types.StartConfigurationPolicyAssociationResponse, AWSError>;
|
546
|
+
/**
|
547
|
+
* Associates a target account, organizational unit, or the root with a specified configuration. The target can be associated with a configuration policy or self-managed behavior. Only the Security Hub delegated administrator can invoke this operation from the home Region.
|
548
|
+
*/
|
549
|
+
startConfigurationPolicyAssociation(callback?: (err: AWSError, data: SecurityHub.Types.StartConfigurationPolicyAssociationResponse) => void): Request<SecurityHub.Types.StartConfigurationPolicyAssociationResponse, AWSError>;
|
550
|
+
/**
|
551
|
+
* Disassociates a target account, organizational unit, or the root from a specified configuration. When you disassociate a configuration from its target, the target inherits the configuration of the closest parent. If there’s no configuration to inherit, the target retains its settings but becomes a self-managed account. A target can be disassociated from a configuration policy or self-managed behavior. Only the Security Hub delegated administrator can invoke this operation from the home Region.
|
552
|
+
*/
|
553
|
+
startConfigurationPolicyDisassociation(params: SecurityHub.Types.StartConfigurationPolicyDisassociationRequest, callback?: (err: AWSError, data: SecurityHub.Types.StartConfigurationPolicyDisassociationResponse) => void): Request<SecurityHub.Types.StartConfigurationPolicyDisassociationResponse, AWSError>;
|
554
|
+
/**
|
555
|
+
* Disassociates a target account, organizational unit, or the root from a specified configuration. When you disassociate a configuration from its target, the target inherits the configuration of the closest parent. If there’s no configuration to inherit, the target retains its settings but becomes a self-managed account. A target can be disassociated from a configuration policy or self-managed behavior. Only the Security Hub delegated administrator can invoke this operation from the home Region.
|
556
|
+
*/
|
557
|
+
startConfigurationPolicyDisassociation(callback?: (err: AWSError, data: SecurityHub.Types.StartConfigurationPolicyDisassociationResponse) => void): Request<SecurityHub.Types.StartConfigurationPolicyDisassociationResponse, AWSError>;
|
486
558
|
/**
|
487
559
|
* Adds one or more tags to a resource.
|
488
560
|
*/
|
@@ -507,6 +579,14 @@ declare class SecurityHub extends Service {
|
|
507
579
|
* Updates the name and description of a custom action target in Security Hub.
|
508
580
|
*/
|
509
581
|
updateActionTarget(callback?: (err: AWSError, data: SecurityHub.Types.UpdateActionTargetResponse) => void): Request<SecurityHub.Types.UpdateActionTargetResponse, AWSError>;
|
582
|
+
/**
|
583
|
+
* Updates a configuration policy. Only the Security Hub delegated administrator can invoke this operation from the home Region.
|
584
|
+
*/
|
585
|
+
updateConfigurationPolicy(params: SecurityHub.Types.UpdateConfigurationPolicyRequest, callback?: (err: AWSError, data: SecurityHub.Types.UpdateConfigurationPolicyResponse) => void): Request<SecurityHub.Types.UpdateConfigurationPolicyResponse, AWSError>;
|
586
|
+
/**
|
587
|
+
* Updates a configuration policy. Only the Security Hub delegated administrator can invoke this operation from the home Region.
|
588
|
+
*/
|
589
|
+
updateConfigurationPolicy(callback?: (err: AWSError, data: SecurityHub.Types.UpdateConfigurationPolicyResponse) => void): Request<SecurityHub.Types.UpdateConfigurationPolicyResponse, AWSError>;
|
510
590
|
/**
|
511
591
|
* Updates the finding aggregation configuration. Used to update the Region linking mode and the list of included or excluded Regions. You cannot use UpdateFindingAggregator to change the aggregation Region. You must run UpdateFindingAggregator from the current aggregation Region.
|
512
592
|
*/
|
@@ -532,11 +612,11 @@ declare class SecurityHub extends Service {
|
|
532
612
|
*/
|
533
613
|
updateInsight(callback?: (err: AWSError, data: SecurityHub.Types.UpdateInsightResponse) => void): Request<SecurityHub.Types.UpdateInsightResponse, AWSError>;
|
534
614
|
/**
|
535
|
-
*
|
615
|
+
* Updates the configuration of your organization in Security Hub. Only the Security Hub administrator account can invoke this operation.
|
536
616
|
*/
|
537
617
|
updateOrganizationConfiguration(params: SecurityHub.Types.UpdateOrganizationConfigurationRequest, callback?: (err: AWSError, data: SecurityHub.Types.UpdateOrganizationConfigurationResponse) => void): Request<SecurityHub.Types.UpdateOrganizationConfigurationResponse, AWSError>;
|
538
618
|
/**
|
539
|
-
*
|
619
|
+
* Updates the configuration of your organization in Security Hub. Only the Security Hub administrator account can invoke this operation.
|
540
620
|
*/
|
541
621
|
updateOrganizationConfiguration(callback?: (err: AWSError, data: SecurityHub.Types.UpdateOrganizationConfigurationResponse) => void): Request<SecurityHub.Types.UpdateOrganizationConfigurationResponse, AWSError>;
|
542
622
|
/**
|
@@ -721,6 +801,20 @@ declare namespace SecurityHub {
|
|
721
801
|
StandardsId?: NonEmptyString;
|
722
802
|
}
|
723
803
|
export type AssociatedStandardsList = AssociatedStandard[];
|
804
|
+
export interface AssociationFilters {
|
805
|
+
/**
|
806
|
+
* The ARN or UUID of the configuration policy.
|
807
|
+
*/
|
808
|
+
ConfigurationPolicyId?: NonEmptyString;
|
809
|
+
/**
|
810
|
+
* Indicates whether the association between a target and a configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
|
811
|
+
*/
|
812
|
+
AssociationType?: AssociationType;
|
813
|
+
/**
|
814
|
+
* The current status of the association between a target and a configuration policy.
|
815
|
+
*/
|
816
|
+
AssociationStatus?: ConfigurationPolicyAssociationStatus;
|
817
|
+
}
|
724
818
|
export interface AssociationSetDetails {
|
725
819
|
/**
|
726
820
|
* The state of the association between a route table and a subnet or gateway.
|
@@ -759,6 +853,7 @@ declare namespace SecurityHub {
|
|
759
853
|
StatusMessage?: NonEmptyString;
|
760
854
|
}
|
761
855
|
export type AssociationStatus = "ENABLED"|"DISABLED"|string;
|
856
|
+
export type AssociationType = "INHERITED"|"APPLIED"|string;
|
762
857
|
export type AutoEnableStandards = "NONE"|"DEFAULT"|string;
|
763
858
|
export interface AutomationRulesAction {
|
764
859
|
/**
|
@@ -854,7 +949,7 @@ declare namespace SecurityHub {
|
|
854
949
|
*/
|
855
950
|
ProductArn?: StringFilterList;
|
856
951
|
/**
|
857
|
-
*
|
952
|
+
* The Amazon Web Services account ID in which a finding was generated. Array Members: Minimum number of 1 item. Maximum number of 100 items.
|
858
953
|
*/
|
859
954
|
AwsAccountId?: StringFilterList;
|
860
955
|
/**
|
@@ -989,6 +1084,18 @@ declare namespace SecurityHub {
|
|
989
1084
|
* A list of user-defined name and value string pairs added to a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
990
1085
|
*/
|
991
1086
|
UserDefinedFields?: MapFilterList;
|
1087
|
+
/**
|
1088
|
+
* The Amazon Resource Name (ARN) of the application that is related to a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
1089
|
+
*/
|
1090
|
+
ResourceApplicationArn?: StringFilterList;
|
1091
|
+
/**
|
1092
|
+
* The name of the application that is related to a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
1093
|
+
*/
|
1094
|
+
ResourceApplicationName?: StringFilterList;
|
1095
|
+
/**
|
1096
|
+
* The name of the Amazon Web Services account in which a finding was generated. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
1097
|
+
*/
|
1098
|
+
AwsAccountName?: StringFilterList;
|
992
1099
|
}
|
993
1100
|
export interface AutomationRulesMetadata {
|
994
1101
|
/**
|
@@ -10432,6 +10539,14 @@ declare namespace SecurityHub {
|
|
10432
10539
|
* Provides metadata for the Amazon CodeGuru detector associated with a finding. This field pertains to findings that relate to Lambda functions. Amazon Inspector identifies policy violations and vulnerabilities in Lambda function code based on internal detectors developed in collaboration with Amazon CodeGuru. Security Hub receives those findings.
|
10433
10540
|
*/
|
10434
10541
|
GeneratorDetails?: GeneratorDetails;
|
10542
|
+
/**
|
10543
|
+
* An ISO8601-formatted timestamp that indicates when Security Hub received a finding and begins to process it. A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.
|
10544
|
+
*/
|
10545
|
+
ProcessedAt?: NonEmptyString;
|
10546
|
+
/**
|
10547
|
+
* The name of the Amazon Web Services account from which a finding was generated.
|
10548
|
+
*/
|
10549
|
+
AwsAccountName?: NonEmptyString;
|
10435
10550
|
}
|
10436
10551
|
export interface AwsSecurityFindingFilters {
|
10437
10552
|
/**
|
@@ -10439,7 +10554,7 @@ declare namespace SecurityHub {
|
|
10439
10554
|
*/
|
10440
10555
|
ProductArn?: StringFilterList;
|
10441
10556
|
/**
|
10442
|
-
* The Amazon Web Services account ID
|
10557
|
+
* The Amazon Web Services account ID in which a finding is generated.
|
10443
10558
|
*/
|
10444
10559
|
AwsAccountId?: StringFilterList;
|
10445
10560
|
/**
|
@@ -10838,6 +10953,18 @@ declare namespace SecurityHub {
|
|
10838
10953
|
* The current value of a security control parameter.
|
10839
10954
|
*/
|
10840
10955
|
ComplianceSecurityControlParametersValue?: StringFilterList;
|
10956
|
+
/**
|
10957
|
+
* The name of the Amazon Web Services account in which a finding is generated.
|
10958
|
+
*/
|
10959
|
+
AwsAccountName?: StringFilterList;
|
10960
|
+
/**
|
10961
|
+
* The name of the application that is related to a finding.
|
10962
|
+
*/
|
10963
|
+
ResourceApplicationName?: StringFilterList;
|
10964
|
+
/**
|
10965
|
+
* The ARN of the application that is related to a finding.
|
10966
|
+
*/
|
10967
|
+
ResourceApplicationArn?: StringFilterList;
|
10841
10968
|
}
|
10842
10969
|
export interface AwsSecurityFindingIdentifier {
|
10843
10970
|
/**
|
@@ -11693,6 +11820,22 @@ declare namespace SecurityHub {
|
|
11693
11820
|
*/
|
11694
11821
|
UnprocessedAutomationRules?: UnprocessedAutomationRulesList;
|
11695
11822
|
}
|
11823
|
+
export interface BatchGetConfigurationPolicyAssociationsRequest {
|
11824
|
+
/**
|
11825
|
+
* Specifies one or more target account IDs, organizational unit (OU) IDs, or the root ID to retrieve associations for.
|
11826
|
+
*/
|
11827
|
+
ConfigurationPolicyAssociationIdentifiers: ConfigurationPolicyAssociationsList;
|
11828
|
+
}
|
11829
|
+
export interface BatchGetConfigurationPolicyAssociationsResponse {
|
11830
|
+
/**
|
11831
|
+
* Describes associations for the target accounts, OUs, or the root.
|
11832
|
+
*/
|
11833
|
+
ConfigurationPolicyAssociations?: ConfigurationPolicyAssociationList;
|
11834
|
+
/**
|
11835
|
+
* An array of configuration policy associations, one for each configuration policy association identifier, that was specified in the request but couldn’t be processed due to an error.
|
11836
|
+
*/
|
11837
|
+
UnprocessedConfigurationPolicyAssociations?: UnprocessedConfigurationPolicyAssociationList;
|
11838
|
+
}
|
11696
11839
|
export interface BatchGetSecurityControlsRequest {
|
11697
11840
|
/**
|
11698
11841
|
* A list of security controls (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards.
|
@@ -12022,6 +12165,73 @@ declare namespace SecurityHub {
|
|
12022
12165
|
*/
|
12023
12166
|
EnumList?: EnumListConfigurationOptions;
|
12024
12167
|
}
|
12168
|
+
export interface ConfigurationPolicyAssociation {
|
12169
|
+
/**
|
12170
|
+
* The target account, organizational unit, or the root.
|
12171
|
+
*/
|
12172
|
+
Target?: Target;
|
12173
|
+
}
|
12174
|
+
export type ConfigurationPolicyAssociationList = ConfigurationPolicyAssociationSummary[];
|
12175
|
+
export type ConfigurationPolicyAssociationStatus = "PENDING"|"SUCCESS"|"FAILED"|string;
|
12176
|
+
export interface ConfigurationPolicyAssociationSummary {
|
12177
|
+
/**
|
12178
|
+
* The universally unique identifier (UUID) of the configuration policy.
|
12179
|
+
*/
|
12180
|
+
ConfigurationPolicyId?: NonEmptyString;
|
12181
|
+
/**
|
12182
|
+
* The identifier of the target account, organizational unit, or the root.
|
12183
|
+
*/
|
12184
|
+
TargetId?: NonEmptyString;
|
12185
|
+
/**
|
12186
|
+
* Specifies whether the target is an Amazon Web Services account, organizational unit, or the root.
|
12187
|
+
*/
|
12188
|
+
TargetType?: TargetType;
|
12189
|
+
/**
|
12190
|
+
* Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
|
12191
|
+
*/
|
12192
|
+
AssociationType?: AssociationType;
|
12193
|
+
/**
|
12194
|
+
* The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated.
|
12195
|
+
*/
|
12196
|
+
UpdatedAt?: Timestamp;
|
12197
|
+
/**
|
12198
|
+
* The current status of the association between the specified target and the configuration.
|
12199
|
+
*/
|
12200
|
+
AssociationStatus?: ConfigurationPolicyAssociationStatus;
|
12201
|
+
/**
|
12202
|
+
* The explanation for a FAILED value for AssociationStatus.
|
12203
|
+
*/
|
12204
|
+
AssociationStatusMessage?: NonEmptyString;
|
12205
|
+
}
|
12206
|
+
export type ConfigurationPolicyAssociationSummaryList = ConfigurationPolicyAssociationSummary[];
|
12207
|
+
export type ConfigurationPolicyAssociationsList = ConfigurationPolicyAssociation[];
|
12208
|
+
export interface ConfigurationPolicySummary {
|
12209
|
+
/**
|
12210
|
+
* The Amazon Resource Name (ARN) of the configuration policy.
|
12211
|
+
*/
|
12212
|
+
Arn?: NonEmptyString;
|
12213
|
+
/**
|
12214
|
+
* The universally unique identifier (UUID) of the configuration policy.
|
12215
|
+
*/
|
12216
|
+
Id?: NonEmptyString;
|
12217
|
+
/**
|
12218
|
+
* The name of the configuration policy.
|
12219
|
+
*/
|
12220
|
+
Name?: NonEmptyString;
|
12221
|
+
/**
|
12222
|
+
* The description of the configuration policy.
|
12223
|
+
*/
|
12224
|
+
Description?: NonEmptyString;
|
12225
|
+
/**
|
12226
|
+
* The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.
|
12227
|
+
*/
|
12228
|
+
UpdatedAt?: Timestamp;
|
12229
|
+
/**
|
12230
|
+
* Indicates whether the service that the configuration policy applies to is enabled in the policy.
|
12231
|
+
*/
|
12232
|
+
ServiceEnabled?: Boolean;
|
12233
|
+
}
|
12234
|
+
export type ConfigurationPolicySummaryList = ConfigurationPolicySummary[];
|
12025
12235
|
export interface ContainerDetails {
|
12026
12236
|
/**
|
12027
12237
|
* The runtime of the container.
|
@@ -12086,7 +12296,7 @@ declare namespace SecurityHub {
|
|
12086
12296
|
}
|
12087
12297
|
export interface CreateAutomationRuleRequest {
|
12088
12298
|
/**
|
12089
|
-
* User-defined tags
|
12299
|
+
* User-defined tags associated with an automation rule.
|
12090
12300
|
*/
|
12091
12301
|
Tags?: TagMap;
|
12092
12302
|
/**
|
@@ -12124,6 +12334,54 @@ declare namespace SecurityHub {
|
|
12124
12334
|
*/
|
12125
12335
|
RuleArn?: NonEmptyString;
|
12126
12336
|
}
|
12337
|
+
export interface CreateConfigurationPolicyRequest {
|
12338
|
+
/**
|
12339
|
+
* The name of the configuration policy.
|
12340
|
+
*/
|
12341
|
+
Name: NonEmptyString;
|
12342
|
+
/**
|
12343
|
+
* The description of the configuration policy.
|
12344
|
+
*/
|
12345
|
+
Description?: NonEmptyString;
|
12346
|
+
/**
|
12347
|
+
* An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
|
12348
|
+
*/
|
12349
|
+
ConfigurationPolicy: Policy;
|
12350
|
+
/**
|
12351
|
+
* User-defined tags associated with a configuration policy. For more information, see Tagging Security Hub resources in the Security Hub user guide.
|
12352
|
+
*/
|
12353
|
+
Tags?: TagMap;
|
12354
|
+
}
|
12355
|
+
export interface CreateConfigurationPolicyResponse {
|
12356
|
+
/**
|
12357
|
+
* The Amazon Resource Name (ARN) of the configuration policy.
|
12358
|
+
*/
|
12359
|
+
Arn?: NonEmptyString;
|
12360
|
+
/**
|
12361
|
+
* The universally unique identifier (UUID) of the configuration policy.
|
12362
|
+
*/
|
12363
|
+
Id?: NonEmptyString;
|
12364
|
+
/**
|
12365
|
+
* The name of the configuration policy.
|
12366
|
+
*/
|
12367
|
+
Name?: NonEmptyString;
|
12368
|
+
/**
|
12369
|
+
* The description of the configuration policy.
|
12370
|
+
*/
|
12371
|
+
Description?: NonEmptyString;
|
12372
|
+
/**
|
12373
|
+
* The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.
|
12374
|
+
*/
|
12375
|
+
UpdatedAt?: Timestamp;
|
12376
|
+
/**
|
12377
|
+
* The date and time, in UTC and ISO 8601 format, that the configuration policy was created.
|
12378
|
+
*/
|
12379
|
+
CreatedAt?: Timestamp;
|
12380
|
+
/**
|
12381
|
+
* An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If the request included a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If the request included a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
|
12382
|
+
*/
|
12383
|
+
ConfigurationPolicy?: Policy;
|
12384
|
+
}
|
12127
12385
|
export interface CreateFindingAggregatorRequest {
|
12128
12386
|
/**
|
12129
12387
|
* Indicates whether to aggregate findings from all of the available Regions in the current partition. Also determines whether to automatically aggregate findings from new Regions as Security Hub supports them and you opt into them. The selected option also determines how to use the Regions provided in the Regions list. The options are as follows: ALL_REGIONS - Indicates to aggregate findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them. ALL_REGIONS_EXCEPT_SPECIFIED - Indicates to aggregate findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the Regions parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them. SPECIFIED_REGIONS - Indicates to aggregate findings only from the Regions listed in the Regions parameter. Security Hub does not automatically aggregate findings from new Regions.
|
@@ -12298,6 +12556,14 @@ declare namespace SecurityHub {
|
|
12298
12556
|
*/
|
12299
12557
|
ActionTargetArn: NonEmptyString;
|
12300
12558
|
}
|
12559
|
+
export interface DeleteConfigurationPolicyRequest {
|
12560
|
+
/**
|
12561
|
+
* The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.
|
12562
|
+
*/
|
12563
|
+
Identifier: NonEmptyString;
|
12564
|
+
}
|
12565
|
+
export interface DeleteConfigurationPolicyResponse {
|
12566
|
+
}
|
12301
12567
|
export interface DeleteFindingAggregatorRequest {
|
12302
12568
|
/**
|
12303
12569
|
* The ARN of the finding aggregator to delete. To obtain the ARN, use ListFindingAggregators.
|
@@ -12394,7 +12660,7 @@ declare namespace SecurityHub {
|
|
12394
12660
|
}
|
12395
12661
|
export interface DescribeOrganizationConfigurationResponse {
|
12396
12662
|
/**
|
12397
|
-
* Whether to automatically enable Security Hub
|
12663
|
+
* Whether to automatically enable Security Hub in new member accounts when they join the organization. If set to true, then Security Hub is automatically enabled in new accounts. If set to false, then Security Hub isn't enabled in new accounts automatically. The default value is false. If the ConfigurationType of your organization is set to CENTRAL, then this field is set to false and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which Security Hub is enabled and associate the policy with new organization accounts.
|
12398
12664
|
*/
|
12399
12665
|
AutoEnable?: Boolean;
|
12400
12666
|
/**
|
@@ -12402,9 +12668,10 @@ declare namespace SecurityHub {
|
|
12402
12668
|
*/
|
12403
12669
|
MemberAccountLimitReached?: Boolean;
|
12404
12670
|
/**
|
12405
|
-
* Whether to automatically enable Security Hub default standards
|
12671
|
+
* Whether to automatically enable Security Hub default standards in new member accounts when they join the organization. If equal to DEFAULT, then Security Hub default standards are automatically enabled for new member accounts. If equal to NONE, then default standards are not automatically enabled for new member accounts. The default value of this parameter is equal to DEFAULT. If the ConfigurationType of your organization is set to CENTRAL, then this field is set to NONE and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.
|
12406
12672
|
*/
|
12407
12673
|
AutoEnableStandards?: AutoEnableStandards;
|
12674
|
+
OrganizationConfiguration?: OrganizationConfiguration;
|
12408
12675
|
}
|
12409
12676
|
export interface DescribeProductsRequest {
|
12410
12677
|
/**
|
@@ -12494,6 +12761,7 @@ declare namespace SecurityHub {
|
|
12494
12761
|
}
|
12495
12762
|
export interface DisableSecurityHubResponse {
|
12496
12763
|
}
|
12764
|
+
export type DisabledSecurityControlIdentifierList = NonEmptyString[];
|
12497
12765
|
export interface DisassociateFromAdministratorAccountRequest {
|
12498
12766
|
}
|
12499
12767
|
export interface DisassociateFromAdministratorAccountResponse {
|
@@ -12575,6 +12843,8 @@ declare namespace SecurityHub {
|
|
12575
12843
|
}
|
12576
12844
|
export interface EnableSecurityHubResponse {
|
12577
12845
|
}
|
12846
|
+
export type EnabledSecurityControlIdentifierList = NonEmptyString[];
|
12847
|
+
export type EnabledStandardIdentifierList = NonEmptyString[];
|
12578
12848
|
export interface EnumConfigurationOptions {
|
12579
12849
|
/**
|
12580
12850
|
* The Security Hub default value for a control parameter that is an enum.
|
@@ -12788,6 +13058,78 @@ declare namespace SecurityHub {
|
|
12788
13058
|
export interface GetAdministratorAccountResponse {
|
12789
13059
|
Administrator?: Invitation;
|
12790
13060
|
}
|
13061
|
+
export interface GetConfigurationPolicyAssociationRequest {
|
13062
|
+
/**
|
13063
|
+
* The target account ID, organizational unit ID, or the root ID to retrieve the association for.
|
13064
|
+
*/
|
13065
|
+
Target: Target;
|
13066
|
+
}
|
13067
|
+
export interface GetConfigurationPolicyAssociationResponse {
|
13068
|
+
/**
|
13069
|
+
* The universally unique identifier (UUID) of a configuration policy. For self-managed behavior, the value is SELF_MANAGED_SECURITY_HUB.
|
13070
|
+
*/
|
13071
|
+
ConfigurationPolicyId?: NonEmptyString;
|
13072
|
+
/**
|
13073
|
+
* The target account ID, organizational unit ID, or the root ID for which the association is retrieved.
|
13074
|
+
*/
|
13075
|
+
TargetId?: NonEmptyString;
|
13076
|
+
/**
|
13077
|
+
* Specifies whether the target is an Amazon Web Services account, organizational unit, or the organization root.
|
13078
|
+
*/
|
13079
|
+
TargetType?: TargetType;
|
13080
|
+
/**
|
13081
|
+
* Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
|
13082
|
+
*/
|
13083
|
+
AssociationType?: AssociationType;
|
13084
|
+
/**
|
13085
|
+
* The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated.
|
13086
|
+
*/
|
13087
|
+
UpdatedAt?: Timestamp;
|
13088
|
+
/**
|
13089
|
+
* The current status of the association between the specified target and the configuration.
|
13090
|
+
*/
|
13091
|
+
AssociationStatus?: ConfigurationPolicyAssociationStatus;
|
13092
|
+
/**
|
13093
|
+
* The explanation for a FAILED value for AssociationStatus.
|
13094
|
+
*/
|
13095
|
+
AssociationStatusMessage?: NonEmptyString;
|
13096
|
+
}
|
13097
|
+
export interface GetConfigurationPolicyRequest {
|
13098
|
+
/**
|
13099
|
+
* The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.
|
13100
|
+
*/
|
13101
|
+
Identifier: NonEmptyString;
|
13102
|
+
}
|
13103
|
+
export interface GetConfigurationPolicyResponse {
|
13104
|
+
/**
|
13105
|
+
* The ARN of the configuration policy.
|
13106
|
+
*/
|
13107
|
+
Arn?: NonEmptyString;
|
13108
|
+
/**
|
13109
|
+
* The UUID of the configuration policy.
|
13110
|
+
*/
|
13111
|
+
Id?: NonEmptyString;
|
13112
|
+
/**
|
13113
|
+
* The name of the configuration policy.
|
13114
|
+
*/
|
13115
|
+
Name?: NonEmptyString;
|
13116
|
+
/**
|
13117
|
+
* The description of the configuration policy.
|
13118
|
+
*/
|
13119
|
+
Description?: NonEmptyString;
|
13120
|
+
/**
|
13121
|
+
* The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.
|
13122
|
+
*/
|
13123
|
+
UpdatedAt?: Timestamp;
|
13124
|
+
/**
|
13125
|
+
* The date and time, in UTC and ISO 8601 format, that the configuration policy was created.
|
13126
|
+
*/
|
13127
|
+
CreatedAt?: Timestamp;
|
13128
|
+
/**
|
13129
|
+
* An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If the policy includes a list of security controls that are enabled, Security Hub disables all other controls (including newly released controls). If the policy includes a list of security controls that are disabled, Security Hub enables all other controls (including newly released controls).
|
13130
|
+
*/
|
13131
|
+
ConfigurationPolicy?: Policy;
|
13132
|
+
}
|
12791
13133
|
export interface GetEnabledStandardsRequest {
|
12792
13134
|
/**
|
12793
13135
|
* The list of the standards subscription ARNs for the standards to retrieve.
|
@@ -13173,6 +13515,50 @@ declare namespace SecurityHub {
|
|
13173
13515
|
*/
|
13174
13516
|
NextToken?: NextToken;
|
13175
13517
|
}
|
13518
|
+
export interface ListConfigurationPoliciesRequest {
|
13519
|
+
/**
|
13520
|
+
* The NextToken value that's returned from a previous paginated ListConfigurationPolicies request where MaxResults was used but the results exceeded the value of that parameter. Pagination continues from the MaxResults was used but the results exceeded the value of that parameter. Pagination continues from the end of the previous response that returned the NextToken value. This value is null when there are no more results to return.
|
13521
|
+
*/
|
13522
|
+
NextToken?: NextToken;
|
13523
|
+
/**
|
13524
|
+
* The maximum number of results that's returned by ListConfigurationPolicies in each page of the response. When this parameter is used, ListConfigurationPolicies returns the specified number of results in a single page and a NextToken response element. You can see the remaining results of the initial request by sending another ListConfigurationPolicies request with the returned NextToken value. A valid range for MaxResults is between 1 and 100.
|
13525
|
+
*/
|
13526
|
+
MaxResults?: MaxResults;
|
13527
|
+
}
|
13528
|
+
export interface ListConfigurationPoliciesResponse {
|
13529
|
+
/**
|
13530
|
+
* Provides metadata for each of your configuration policies.
|
13531
|
+
*/
|
13532
|
+
ConfigurationPolicySummaries?: ConfigurationPolicySummaryList;
|
13533
|
+
/**
|
13534
|
+
* The NextToken value to include in the next ListConfigurationPolicies request. When the results of a ListConfigurationPolicies request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
|
13535
|
+
*/
|
13536
|
+
NextToken?: NextToken;
|
13537
|
+
}
|
13538
|
+
export interface ListConfigurationPolicyAssociationsRequest {
|
13539
|
+
/**
|
13540
|
+
* The NextToken value that's returned from a previous paginated ListConfigurationPolicyAssociations request where MaxResults was used but the results exceeded the value of that parameter. Pagination continues from the end of the previous response that returned the NextToken value. This value is null when there are no more results to return.
|
13541
|
+
*/
|
13542
|
+
NextToken?: NextToken;
|
13543
|
+
/**
|
13544
|
+
* The maximum number of results that's returned by ListConfigurationPolicies in each page of the response. When this parameter is used, ListConfigurationPolicyAssociations returns the specified number of results in a single page and a NextToken response element. You can see the remaining results of the initial request by sending another ListConfigurationPolicyAssociations request with the returned NextToken value. A valid range for MaxResults is between 1 and 100.
|
13545
|
+
*/
|
13546
|
+
MaxResults?: MaxResults;
|
13547
|
+
/**
|
13548
|
+
* Options for filtering the ListConfigurationPolicyAssociations response. You can filter by the Amazon Resource Name (ARN) or universally unique identifier (UUID) of a configuration, AssociationType, or AssociationStatus.
|
13549
|
+
*/
|
13550
|
+
Filters?: AssociationFilters;
|
13551
|
+
}
|
13552
|
+
export interface ListConfigurationPolicyAssociationsResponse {
|
13553
|
+
/**
|
13554
|
+
* An object that contains the details of each configuration policy association that’s returned in a ListConfigurationPolicyAssociations request.
|
13555
|
+
*/
|
13556
|
+
ConfigurationPolicyAssociationSummaries?: ConfigurationPolicyAssociationSummaryList;
|
13557
|
+
/**
|
13558
|
+
* The NextToken value to include in the next ListConfigurationPolicyAssociations request. When the results of a ListConfigurationPolicyAssociations request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
|
13559
|
+
*/
|
13560
|
+
NextToken?: NextToken;
|
13561
|
+
}
|
13176
13562
|
export interface ListEnabledProductsForImportRequest {
|
13177
13563
|
/**
|
13178
13564
|
* The token that is required for pagination. On your first call to the ListEnabledProductsForImport operation, set the value of this parameter to NULL. For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
|
@@ -13609,6 +13995,22 @@ declare namespace SecurityHub {
|
|
13609
13995
|
*/
|
13610
13996
|
Cells?: Cells;
|
13611
13997
|
}
|
13998
|
+
export interface OrganizationConfiguration {
|
13999
|
+
/**
|
14000
|
+
* Indicates whether the organization uses local or central configuration. If you use local configuration, the Security Hub delegated administrator can set AutoEnable to true and AutoEnableStandards to DEFAULT. This automatically enables Security Hub and default security standards in new organization accounts. These new account settings must be set separately in each Amazon Web Services Region, and settings may be different in each Region. If you use central configuration, the delegated administrator can create configuration policies. Configuration policies can be used to configure Security Hub, security standards, and security controls in multiple accounts and Regions. If you want new organization accounts to use a specific configuration, you can create a configuration policy and associate it with the root or specific organizational units (OUs). New accounts will inherit the policy from the root or their assigned OU.
|
14001
|
+
*/
|
14002
|
+
ConfigurationType?: OrganizationConfigurationConfigurationType;
|
14003
|
+
/**
|
14004
|
+
* Describes whether central configuration could be enabled as the ConfigurationType for the organization. If your ConfigurationType is local configuration, then the value of Status is always ENABLED.
|
14005
|
+
*/
|
14006
|
+
Status?: OrganizationConfigurationStatus;
|
14007
|
+
/**
|
14008
|
+
* Provides an explanation if the value of Status is equal to FAILED when ConfigurationType is equal to CENTRAL.
|
14009
|
+
*/
|
14010
|
+
StatusMessage?: NonEmptyString;
|
14011
|
+
}
|
14012
|
+
export type OrganizationConfigurationConfigurationType = "CENTRAL"|"LOCAL"|string;
|
14013
|
+
export type OrganizationConfigurationStatus = "PENDING"|"ENABLED"|"FAILED"|string;
|
13612
14014
|
export interface Page {
|
13613
14015
|
/**
|
13614
14016
|
* The page number of the page that contains the sensitive data.
|
@@ -13728,6 +14130,12 @@ declare namespace SecurityHub {
|
|
13728
14130
|
*/
|
13729
14131
|
Operation?: NonEmptyString;
|
13730
14132
|
}
|
14133
|
+
export interface Policy {
|
14134
|
+
/**
|
14135
|
+
* The Amazon Web Service that the configuration policy applies to.
|
14136
|
+
*/
|
14137
|
+
SecurityHub?: SecurityHubPolicy;
|
14138
|
+
}
|
13731
14139
|
export interface PortProbeAction {
|
13732
14140
|
/**
|
13733
14141
|
* Information about the ports affected by the port probe.
|
@@ -13937,6 +14345,14 @@ declare namespace SecurityHub {
|
|
13937
14345
|
* Additional details about the resource related to a finding.
|
13938
14346
|
*/
|
13939
14347
|
Details?: ResourceDetails;
|
14348
|
+
/**
|
14349
|
+
* The name of the application that is related to a finding.
|
14350
|
+
*/
|
14351
|
+
ApplicationName?: NonEmptyString;
|
14352
|
+
/**
|
14353
|
+
* The Amazon Resource Name (ARN) of the application that is related to a finding.
|
14354
|
+
*/
|
14355
|
+
ApplicationArn?: NonEmptyString;
|
13940
14356
|
}
|
13941
14357
|
export type ResourceArn = string;
|
13942
14358
|
export interface ResourceDetails {
|
@@ -14673,6 +15089,17 @@ declare namespace SecurityHub {
|
|
14673
15089
|
*/
|
14674
15090
|
LastUpdateReason?: AlphaNumericNonEmptyString;
|
14675
15091
|
}
|
15092
|
+
export interface SecurityControlCustomParameter {
|
15093
|
+
/**
|
15094
|
+
* The ID of the security control.
|
15095
|
+
*/
|
15096
|
+
SecurityControlId?: NonEmptyString;
|
15097
|
+
/**
|
15098
|
+
* An object that specifies parameter values for a control in a configuration policy.
|
15099
|
+
*/
|
15100
|
+
Parameters?: Parameters;
|
15101
|
+
}
|
15102
|
+
export type SecurityControlCustomParametersList = SecurityControlCustomParameter[];
|
14676
15103
|
export interface SecurityControlDefinition {
|
14677
15104
|
/**
|
14678
15105
|
* The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Service name and a number (for example, APIGateway.3). This parameter differs from SecurityControlArn, which is a unique Amazon Resource Name (ARN) assigned to a control. The ARN references the security control ID (for example, arn:aws:securityhub:eu-central-1:123456789012:security-control/APIGateway.3).
|
@@ -14721,7 +15148,35 @@ declare namespace SecurityHub {
|
|
14721
15148
|
export type SecurityControlParametersList = SecurityControlParameter[];
|
14722
15149
|
export type SecurityControlProperty = "Parameters"|string;
|
14723
15150
|
export type SecurityControls = SecurityControl[];
|
15151
|
+
export interface SecurityControlsConfiguration {
|
15152
|
+
/**
|
15153
|
+
* A list of security controls that are enabled in the configuration policy. Security Hub disables all other controls (including newly released controls) other than the listed controls.
|
15154
|
+
*/
|
15155
|
+
EnabledSecurityControlIdentifiers?: EnabledSecurityControlIdentifierList;
|
15156
|
+
/**
|
15157
|
+
* A list of security controls that are disabled in the configuration policy. Security Hub enables all other controls (including newly released controls) other than the listed controls.
|
15158
|
+
*/
|
15159
|
+
DisabledSecurityControlIdentifiers?: DisabledSecurityControlIdentifierList;
|
15160
|
+
/**
|
15161
|
+
* A list of security controls and control parameter values that are included in a configuration policy.
|
15162
|
+
*/
|
15163
|
+
SecurityControlCustomParameters?: SecurityControlCustomParametersList;
|
15164
|
+
}
|
14724
15165
|
export type SecurityGroups = NonEmptyString[];
|
15166
|
+
export interface SecurityHubPolicy {
|
15167
|
+
/**
|
15168
|
+
* Indicates whether Security Hub is enabled in the policy.
|
15169
|
+
*/
|
15170
|
+
ServiceEnabled?: Boolean;
|
15171
|
+
/**
|
15172
|
+
* A list that defines which security standards are enabled in the configuration policy.
|
15173
|
+
*/
|
15174
|
+
EnabledStandardIdentifiers?: EnabledStandardIdentifierList;
|
15175
|
+
/**
|
15176
|
+
* An object that defines which security controls are enabled in the configuration policy. The enablement status of a control is aligned across all of the enabled standards in an account.
|
15177
|
+
*/
|
15178
|
+
SecurityControlsConfiguration?: SecurityControlsConfiguration;
|
15179
|
+
}
|
14725
15180
|
export interface SensitiveDataDetections {
|
14726
15181
|
/**
|
14727
15182
|
* The total number of occurrences of sensitive data that were detected.
|
@@ -14989,11 +15444,11 @@ declare namespace SecurityHub {
|
|
14989
15444
|
*/
|
14990
15445
|
RelatedRequirements?: RelatedRequirementsList;
|
14991
15446
|
/**
|
14992
|
-
*
|
15447
|
+
* The last time that a control's enablement status in a specified standard was updated.
|
14993
15448
|
*/
|
14994
15449
|
UpdatedAt?: Timestamp;
|
14995
15450
|
/**
|
14996
|
-
*
|
15451
|
+
* The reason for updating a control's enablement status in a specified standard.
|
14997
15452
|
*/
|
14998
15453
|
UpdatedReason?: NonEmptyString;
|
14999
15454
|
/**
|
@@ -15078,6 +15533,58 @@ declare namespace SecurityHub {
|
|
15078
15533
|
}
|
15079
15534
|
export type StandardsSubscriptionRequests = StandardsSubscriptionRequest[];
|
15080
15535
|
export type StandardsSubscriptions = StandardsSubscription[];
|
15536
|
+
export interface StartConfigurationPolicyAssociationRequest {
|
15537
|
+
/**
|
15538
|
+
* The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.
|
15539
|
+
*/
|
15540
|
+
ConfigurationPolicyIdentifier: NonEmptyString;
|
15541
|
+
/**
|
15542
|
+
* The identifier of the target account, organizational unit, or the root to associate with the specified configuration.
|
15543
|
+
*/
|
15544
|
+
Target: Target;
|
15545
|
+
}
|
15546
|
+
export interface StartConfigurationPolicyAssociationResponse {
|
15547
|
+
/**
|
15548
|
+
* The UUID of the configuration policy.
|
15549
|
+
*/
|
15550
|
+
ConfigurationPolicyId?: NonEmptyString;
|
15551
|
+
/**
|
15552
|
+
* The identifier of the target account, organizational unit, or the organization root with which the configuration is associated.
|
15553
|
+
*/
|
15554
|
+
TargetId?: NonEmptyString;
|
15555
|
+
/**
|
15556
|
+
* Indicates whether the target is an Amazon Web Services account, organizational unit, or the organization root.
|
15557
|
+
*/
|
15558
|
+
TargetType?: TargetType;
|
15559
|
+
/**
|
15560
|
+
* Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
|
15561
|
+
*/
|
15562
|
+
AssociationType?: AssociationType;
|
15563
|
+
/**
|
15564
|
+
* The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated.
|
15565
|
+
*/
|
15566
|
+
UpdatedAt?: Timestamp;
|
15567
|
+
/**
|
15568
|
+
* The current status of the association between the specified target and the configuration.
|
15569
|
+
*/
|
15570
|
+
AssociationStatus?: ConfigurationPolicyAssociationStatus;
|
15571
|
+
/**
|
15572
|
+
* An explanation for a FAILED value for AssociationStatus.
|
15573
|
+
*/
|
15574
|
+
AssociationStatusMessage?: NonEmptyString;
|
15575
|
+
}
|
15576
|
+
export interface StartConfigurationPolicyDisassociationRequest {
|
15577
|
+
/**
|
15578
|
+
* The identifier of the target account, organizational unit, or the root to disassociate from the specified configuration.
|
15579
|
+
*/
|
15580
|
+
Target?: Target;
|
15581
|
+
/**
|
15582
|
+
* The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.
|
15583
|
+
*/
|
15584
|
+
ConfigurationPolicyIdentifier: NonEmptyString;
|
15585
|
+
}
|
15586
|
+
export interface StartConfigurationPolicyDisassociationResponse {
|
15587
|
+
}
|
15081
15588
|
export interface StatelessCustomActionDefinition {
|
15082
15589
|
/**
|
15083
15590
|
* Information about metrics to publish to CloudWatch.
|
@@ -15170,6 +15677,21 @@ declare namespace SecurityHub {
|
|
15170
15677
|
export interface TagResourceResponse {
|
15171
15678
|
}
|
15172
15679
|
export type TagValue = string;
|
15680
|
+
export interface Target {
|
15681
|
+
/**
|
15682
|
+
* The Amazon Web Services account ID of the target account.
|
15683
|
+
*/
|
15684
|
+
AccountId?: NonEmptyString;
|
15685
|
+
/**
|
15686
|
+
* The organizational unit ID of the target organizational unit.
|
15687
|
+
*/
|
15688
|
+
OrganizationalUnitId?: NonEmptyString;
|
15689
|
+
/**
|
15690
|
+
* The ID of the organization root.
|
15691
|
+
*/
|
15692
|
+
RootId?: NonEmptyString;
|
15693
|
+
}
|
15694
|
+
export type TargetType = "ACCOUNT"|"ORGANIZATIONAL_UNIT"|string;
|
15173
15695
|
export interface Threat {
|
15174
15696
|
/**
|
15175
15697
|
* The name of the threat.
|
@@ -15235,6 +15757,21 @@ declare namespace SecurityHub {
|
|
15235
15757
|
ErrorMessage?: NonEmptyString;
|
15236
15758
|
}
|
15237
15759
|
export type UnprocessedAutomationRulesList = UnprocessedAutomationRule[];
|
15760
|
+
export interface UnprocessedConfigurationPolicyAssociation {
|
15761
|
+
/**
|
15762
|
+
* Configuration policy association identifiers that were specified in a BatchGetConfigurationPolicyAssociations request but couldn’t be processed due to an error.
|
15763
|
+
*/
|
15764
|
+
ConfigurationPolicyAssociationIdentifiers?: ConfigurationPolicyAssociation;
|
15765
|
+
/**
|
15766
|
+
* An HTTP status code that identifies why the configuration policy association failed.
|
15767
|
+
*/
|
15768
|
+
ErrorCode?: NonEmptyString;
|
15769
|
+
/**
|
15770
|
+
* A string that identifies why the configuration policy association failed.
|
15771
|
+
*/
|
15772
|
+
ErrorReason?: NonEmptyString;
|
15773
|
+
}
|
15774
|
+
export type UnprocessedConfigurationPolicyAssociationList = UnprocessedConfigurationPolicyAssociation[];
|
15238
15775
|
export type UnprocessedErrorCode = "INVALID_INPUT"|"ACCESS_DENIED"|"NOT_FOUND"|"LIMIT_EXCEEDED"|string;
|
15239
15776
|
export interface UnprocessedSecurityControl {
|
15240
15777
|
/**
|
@@ -15344,6 +15881,58 @@ declare namespace SecurityHub {
|
|
15344
15881
|
Actions?: ActionList;
|
15345
15882
|
}
|
15346
15883
|
export type UpdateAutomationRulesRequestItemsList = UpdateAutomationRulesRequestItem[];
|
15884
|
+
export interface UpdateConfigurationPolicyRequest {
|
15885
|
+
/**
|
15886
|
+
* The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.
|
15887
|
+
*/
|
15888
|
+
Identifier: NonEmptyString;
|
15889
|
+
/**
|
15890
|
+
* The name of the configuration policy.
|
15891
|
+
*/
|
15892
|
+
Name?: NonEmptyString;
|
15893
|
+
/**
|
15894
|
+
* The description of the configuration policy.
|
15895
|
+
*/
|
15896
|
+
Description?: NonEmptyString;
|
15897
|
+
/**
|
15898
|
+
* The reason for updating the configuration policy.
|
15899
|
+
*/
|
15900
|
+
UpdatedReason?: NonEmptyString;
|
15901
|
+
/**
|
15902
|
+
* An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls). When updating a configuration policy, provide a complete list of standards that you want to enable and a complete list of controls that you want to enable or disable. The updated configuration replaces the current configuration.
|
15903
|
+
*/
|
15904
|
+
ConfigurationPolicy?: Policy;
|
15905
|
+
}
|
15906
|
+
export interface UpdateConfigurationPolicyResponse {
|
15907
|
+
/**
|
15908
|
+
* The ARN of the configuration policy.
|
15909
|
+
*/
|
15910
|
+
Arn?: NonEmptyString;
|
15911
|
+
/**
|
15912
|
+
* The UUID of the configuration policy.
|
15913
|
+
*/
|
15914
|
+
Id?: NonEmptyString;
|
15915
|
+
/**
|
15916
|
+
* The name of the configuration policy.
|
15917
|
+
*/
|
15918
|
+
Name?: NonEmptyString;
|
15919
|
+
/**
|
15920
|
+
* The description of the configuration policy.
|
15921
|
+
*/
|
15922
|
+
Description?: NonEmptyString;
|
15923
|
+
/**
|
15924
|
+
* The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.
|
15925
|
+
*/
|
15926
|
+
UpdatedAt?: Timestamp;
|
15927
|
+
/**
|
15928
|
+
* The date and time, in UTC and ISO 8601 format, that the configuration policy was created.
|
15929
|
+
*/
|
15930
|
+
CreatedAt?: Timestamp;
|
15931
|
+
/**
|
15932
|
+
* An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If the request included a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If the request included a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
|
15933
|
+
*/
|
15934
|
+
ConfigurationPolicy?: Policy;
|
15935
|
+
}
|
15347
15936
|
export interface UpdateFindingAggregatorRequest {
|
15348
15937
|
/**
|
15349
15938
|
* The ARN of the finding aggregator. To obtain the ARN, use ListFindingAggregators.
|
@@ -15414,13 +16003,14 @@ declare namespace SecurityHub {
|
|
15414
16003
|
}
|
15415
16004
|
export interface UpdateOrganizationConfigurationRequest {
|
15416
16005
|
/**
|
15417
|
-
* Whether to automatically enable Security Hub
|
16006
|
+
* Whether to automatically enable Security Hub in new member accounts when they join the organization. If set to true, then Security Hub is automatically enabled in new accounts. If set to false, then Security Hub isn't enabled in new accounts automatically. The default value is false. If the ConfigurationType of your organization is set to CENTRAL, then this field is set to false and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which Security Hub is enabled and associate the policy with new organization accounts.
|
15418
16007
|
*/
|
15419
16008
|
AutoEnable: Boolean;
|
15420
16009
|
/**
|
15421
|
-
* Whether to automatically enable Security Hub default standards
|
16010
|
+
* Whether to automatically enable Security Hub default standards in new member accounts when they join the organization. The default value of this parameter is equal to DEFAULT. If equal to DEFAULT, then Security Hub default standards are automatically enabled for new member accounts. If equal to NONE, then default standards are not automatically enabled for new member accounts. If the ConfigurationType of your organization is set to CENTRAL, then this field is set to NONE and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.
|
15422
16011
|
*/
|
15423
16012
|
AutoEnableStandards?: AutoEnableStandards;
|
16013
|
+
OrganizationConfiguration?: OrganizationConfiguration;
|
15424
16014
|
}
|
15425
16015
|
export interface UpdateOrganizationConfigurationResponse {
|
15426
16016
|
}
|