@aws-sdk/client-securityhub 3.278.0 → 3.281.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.
Files changed (140) hide show
  1. package/README.md +505 -17
  2. package/dist-cjs/SecurityHub.js +75 -0
  3. package/dist-cjs/commands/BatchGetSecurityControlsCommand.js +46 -0
  4. package/dist-cjs/commands/BatchGetStandardsControlAssociationsCommand.js +46 -0
  5. package/dist-cjs/commands/BatchUpdateStandardsControlAssociationsCommand.js +46 -0
  6. package/dist-cjs/commands/DeleteFindingAggregatorCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteInsightCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteInvitationsCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteMembersCommand.js +3 -3
  10. package/dist-cjs/commands/DescribeActionTargetsCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeHubCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeProductsCommand.js +1 -2
  14. package/dist-cjs/commands/ListSecurityControlDefinitionsCommand.js +46 -0
  15. package/dist-cjs/commands/ListStandardsControlAssociationsCommand.js +46 -0
  16. package/dist-cjs/commands/index.js +5 -0
  17. package/dist-cjs/models/models_0.js +11 -10
  18. package/dist-cjs/models/models_1.js +81 -76
  19. package/dist-cjs/models/models_2.js +102 -9
  20. package/dist-cjs/pagination/ListSecurityControlDefinitionsPaginator.js +36 -0
  21. package/dist-cjs/pagination/ListStandardsControlAssociationsPaginator.js +36 -0
  22. package/dist-cjs/pagination/index.js +2 -0
  23. package/dist-cjs/protocols/Aws_restJson1.js +557 -3
  24. package/dist-es/SecurityHub.js +75 -0
  25. package/dist-es/commands/BatchGetSecurityControlsCommand.js +42 -0
  26. package/dist-es/commands/BatchGetStandardsControlAssociationsCommand.js +42 -0
  27. package/dist-es/commands/BatchUpdateStandardsControlAssociationsCommand.js +42 -0
  28. package/dist-es/commands/DeleteFindingAggregatorCommand.js +1 -1
  29. package/dist-es/commands/DeleteInsightCommand.js +1 -1
  30. package/dist-es/commands/DeleteInvitationsCommand.js +1 -1
  31. package/dist-es/commands/DeleteMembersCommand.js +1 -1
  32. package/dist-es/commands/DescribeActionTargetsCommand.js +1 -1
  33. package/dist-es/commands/DescribeHubCommand.js +1 -1
  34. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +1 -1
  35. package/dist-es/commands/DescribeProductsCommand.js +1 -2
  36. package/dist-es/commands/ListSecurityControlDefinitionsCommand.js +42 -0
  37. package/dist-es/commands/ListStandardsControlAssociationsCommand.js +42 -0
  38. package/dist-es/commands/index.js +5 -0
  39. package/dist-es/models/models_0.js +5 -3
  40. package/dist-es/models/models_1.js +57 -50
  41. package/dist-es/models/models_2.js +77 -7
  42. package/dist-es/pagination/ListSecurityControlDefinitionsPaginator.js +32 -0
  43. package/dist-es/pagination/ListStandardsControlAssociationsPaginator.js +32 -0
  44. package/dist-es/pagination/index.js +2 -0
  45. package/dist-es/protocols/Aws_restJson1.js +544 -0
  46. package/dist-types/SecurityHub.d.ts +59 -17
  47. package/dist-types/SecurityHubClient.d.ts +21 -19
  48. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +6 -0
  49. package/dist-types/commands/AcceptInvitationCommand.d.ts +6 -0
  50. package/dist-types/commands/BatchDisableStandardsCommand.d.ts +6 -0
  51. package/dist-types/commands/BatchEnableStandardsCommand.d.ts +6 -0
  52. package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +45 -0
  53. package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +45 -0
  54. package/dist-types/commands/BatchImportFindingsCommand.d.ts +6 -0
  55. package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +6 -0
  56. package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +45 -0
  57. package/dist-types/commands/CreateActionTargetCommand.d.ts +6 -0
  58. package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +6 -0
  59. package/dist-types/commands/CreateInsightCommand.d.ts +6 -0
  60. package/dist-types/commands/CreateMembersCommand.d.ts +6 -0
  61. package/dist-types/commands/DeclineInvitationsCommand.d.ts +6 -0
  62. package/dist-types/commands/DeleteActionTargetCommand.d.ts +6 -0
  63. package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +7 -1
  64. package/dist-types/commands/DeleteInsightCommand.d.ts +7 -1
  65. package/dist-types/commands/DeleteInvitationsCommand.d.ts +7 -1
  66. package/dist-types/commands/DeleteMembersCommand.d.ts +7 -1
  67. package/dist-types/commands/DescribeActionTargetsCommand.d.ts +7 -1
  68. package/dist-types/commands/DescribeHubCommand.d.ts +7 -1
  69. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +7 -1
  70. package/dist-types/commands/DescribeProductsCommand.d.ts +7 -2
  71. package/dist-types/commands/DescribeStandardsCommand.d.ts +6 -0
  72. package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +6 -0
  73. package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +6 -0
  74. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +6 -0
  75. package/dist-types/commands/DisableSecurityHubCommand.d.ts +6 -0
  76. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +6 -0
  77. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +6 -0
  78. package/dist-types/commands/DisassociateMembersCommand.d.ts +6 -0
  79. package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +6 -0
  80. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -0
  81. package/dist-types/commands/EnableSecurityHubCommand.d.ts +6 -0
  82. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +6 -0
  83. package/dist-types/commands/GetEnabledStandardsCommand.d.ts +6 -0
  84. package/dist-types/commands/GetFindingAggregatorCommand.d.ts +6 -0
  85. package/dist-types/commands/GetFindingsCommand.d.ts +6 -0
  86. package/dist-types/commands/GetInsightResultsCommand.d.ts +6 -0
  87. package/dist-types/commands/GetInsightsCommand.d.ts +6 -0
  88. package/dist-types/commands/GetInvitationsCountCommand.d.ts +6 -0
  89. package/dist-types/commands/GetMasterAccountCommand.d.ts +6 -0
  90. package/dist-types/commands/GetMembersCommand.d.ts +6 -0
  91. package/dist-types/commands/InviteMembersCommand.d.ts +6 -0
  92. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +6 -0
  93. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +6 -0
  94. package/dist-types/commands/ListInvitationsCommand.d.ts +6 -0
  95. package/dist-types/commands/ListMembersCommand.d.ts +6 -0
  96. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +6 -0
  97. package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +45 -0
  98. package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +45 -0
  99. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  100. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  101. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  102. package/dist-types/commands/UpdateActionTargetCommand.d.ts +6 -0
  103. package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +6 -0
  104. package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -0
  105. package/dist-types/commands/UpdateInsightCommand.d.ts +6 -0
  106. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +6 -0
  107. package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +6 -0
  108. package/dist-types/commands/UpdateStandardsControlCommand.d.ts +6 -0
  109. package/dist-types/commands/index.d.ts +5 -0
  110. package/dist-types/models/models_0.d.ts +18 -25
  111. package/dist-types/models/models_1.d.ts +370 -260
  112. package/dist-types/models/models_2.d.ts +513 -8
  113. package/dist-types/pagination/ListSecurityControlDefinitionsPaginator.d.ts +4 -0
  114. package/dist-types/pagination/ListStandardsControlAssociationsPaginator.d.ts +4 -0
  115. package/dist-types/pagination/index.d.ts +2 -0
  116. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  117. package/dist-types/ts3.4/SecurityHub.d.ts +97 -0
  118. package/dist-types/ts3.4/SecurityHubClient.d.ts +30 -0
  119. package/dist-types/ts3.4/commands/BatchGetSecurityControlsCommand.d.ts +41 -0
  120. package/dist-types/ts3.4/commands/BatchGetStandardsControlAssociationsCommand.d.ts +41 -0
  121. package/dist-types/ts3.4/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +41 -0
  122. package/dist-types/ts3.4/commands/DeleteFindingAggregatorCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/DescribeActionTargetsCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/DescribeProductsCommand.d.ts +4 -2
  130. package/dist-types/ts3.4/commands/ListSecurityControlDefinitionsCommand.d.ts +41 -0
  131. package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +41 -0
  132. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  133. package/dist-types/ts3.4/models/models_0.d.ts +4 -6
  134. package/dist-types/ts3.4/models/models_1.d.ts +137 -118
  135. package/dist-types/ts3.4/models/models_2.d.ts +184 -8
  136. package/dist-types/ts3.4/pagination/ListSecurityControlDefinitionsPaginator.d.ts +11 -0
  137. package/dist-types/ts3.4/pagination/ListStandardsControlAssociationsPaginator.d.ts +11 -0
  138. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  139. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  140. package/package.json +6 -6
@@ -1,6 +1,15 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { AccountDetails, Action, ActionTarget, Adjustment, AssociatedStandard, AutoEnableStandards, AwsApiGatewayRestApiDetails, AwsApiGatewayStageDetails, AwsApiGatewayV2ApiDetails, AwsApiGatewayV2StageDetails, AwsAutoScalingAutoScalingGroupDetails, AwsAutoScalingLaunchConfigurationDetails, AwsBackupBackupPlanDetails, AwsBackupBackupVaultDetails, AwsBackupRecoveryPointDetails, AwsCertificateManagerCertificateDetails, AwsCloudFormationStackDetails, AwsCloudFrontDistributionDetails, AwsCloudTrailTrailDetails, AwsCloudWatchAlarmDetails, AwsCodeBuildProjectDetails, AwsDynamoDbTableDetails, AwsEc2EipDetails, AwsEc2InstanceDetails, AwsEc2LaunchTemplateDetails, AwsEc2NetworkAclDetails, AwsEc2NetworkInterfaceDetails, AwsEc2SecurityGroupDetails, AwsEc2SubnetDetails, AwsEc2TransitGatewayDetails, AwsEc2VolumeDetails, AwsEc2VpcDetails, AwsEc2VpcEndpointServiceDetails, AwsEc2VpcPeeringConnectionDetails, AwsEc2VpnConnectionDetails, AwsEcrContainerImageDetails, AwsEcrRepositoryDetails, AwsEcsClusterDetails, AwsEcsContainerDetails, AwsEcsServiceDetails, AwsEcsTaskDefinitionDetails, AwsEcsTaskDetails, AwsEfsAccessPointDetails, AwsEksClusterDetails, AwsElasticBeanstalkEnvironmentDetails, AwsElasticsearchDomainDetails, AwsElbLoadBalancerDetails, AwsElbv2LoadBalancerDetails, AwsIamAccessKeyDetails, AwsIamAttachedManagedPolicy, AwsIamGroupPolicy } from "./models_0";
2
+ import { AccountDetails, Action, Adjustment, AssociatedStandard, AssociationStatus, AwsApiGatewayRestApiDetails, AwsApiGatewayStageDetails, AwsApiGatewayV2ApiDetails, AwsApiGatewayV2StageDetails, AwsAutoScalingAutoScalingGroupDetails, AwsAutoScalingLaunchConfigurationDetails, AwsBackupBackupPlanDetails, AwsBackupBackupVaultDetails, AwsBackupRecoveryPointDetails, AwsCertificateManagerCertificateDetails, AwsCloudFormationStackDetails, AwsCloudFrontDistributionDetails, AwsCloudTrailTrailDetails, AwsCloudWatchAlarmDetails, AwsCodeBuildProjectDetails, AwsDynamoDbTableDetails, AwsEc2EipDetails, AwsEc2InstanceDetails, AwsEc2LaunchTemplateDetails, AwsEc2NetworkAclDetails, AwsEc2NetworkInterfaceDetails, AwsEc2SecurityGroupDetails, AwsEc2SubnetDetails, AwsEc2TransitGatewayDetails, AwsEc2VolumeDetails, AwsEc2VpcDetails, AwsEc2VpcEndpointServiceDetails, AwsEc2VpcPeeringConnectionDetails, AwsEc2VpnConnectionDetails, AwsEcrContainerImageDetails, AwsEcrRepositoryDetails, AwsEcsClusterDetails, AwsEcsContainerDetails, AwsEcsServiceDetails, AwsEcsTaskDefinitionDetails, AwsEcsTaskDetails, AwsEfsAccessPointDetails, AwsEksClusterDetails, AwsElasticBeanstalkEnvironmentDetails, AwsElasticsearchDomainDetails, AwsElbLoadBalancerDetails, AwsElbv2LoadBalancerDetails, AwsIamAccessKeyDetails, AwsIamAttachedManagedPolicy } from "./models_0";
3
3
  import { SecurityHubServiceException as __BaseException } from "./SecurityHubServiceException";
4
+ /**
5
+ * <p>A managed policy that is attached to the IAM group.</p>
6
+ */
7
+ export interface AwsIamGroupPolicy {
8
+ /**
9
+ * <p>The name of the policy.</p>
10
+ */
11
+ PolicyName?: string;
12
+ }
4
13
  /**
5
14
  * <p>Contains details about an IAM group.</p>
6
15
  */
@@ -2785,7 +2794,8 @@ export interface AwsRedshiftClusterClusterSecurityGroup {
2785
2794
  Status?: string;
2786
2795
  }
2787
2796
  /**
2788
- * <p>Information about a cross-Region snapshot copy.</p>
2797
+ * <p>You can configure Amazon Redshift to copy snapshots for a cluster to another Amazon Web Services Region. This parameter
2798
+ * provides information about a cross-Region snapshot copy.</p>
2789
2799
  */
2790
2800
  export interface AwsRedshiftClusterClusterSnapshotCopyStatus {
2791
2801
  /**
@@ -2794,8 +2804,8 @@ export interface AwsRedshiftClusterClusterSnapshotCopyStatus {
2794
2804
  */
2795
2805
  DestinationRegion?: string;
2796
2806
  /**
2797
- * <p>The number of days that manual snapshots are retained in the destination region after
2798
- * they are copied from a source region.</p>
2807
+ * <p>The number of days that manual snapshots are retained in the destination Region after
2808
+ * they are copied from a source Region.</p>
2799
2809
  * <p>If the value is <code>-1</code>,
2800
2810
  * then the manual snapshot is retained indefinitely.</p>
2801
2811
  * <p>Valid values: Either <code>-1</code>
@@ -6494,7 +6504,7 @@ export interface Resource {
6494
6504
  /**
6495
6505
  * <p>The severity of the finding.</p>
6496
6506
  * <p>The finding provider can provide the initial severity. The finding provider can only
6497
- * update the severity if it has not been updated using
6507
+ * update the severity if it hasn't been updated using
6498
6508
  * <code>BatchUpdateFindings</code>.</p>
6499
6509
  * <p>The finding must have either <code>Label</code> or <code>Normalized</code> populated. If
6500
6510
  * only one of these attributes is populated, then Security Hub automatically populates the other
@@ -8025,6 +8035,257 @@ export interface BatchEnableStandardsResponse {
8025
8035
  */
8026
8036
  StandardsSubscriptions?: StandardsSubscription[];
8027
8037
  }
8038
+ export interface BatchGetSecurityControlsRequest {
8039
+ /**
8040
+ * <p> A list of security controls (identified with <code>SecurityControlId</code>,
8041
+ * <code>SecurityControlArn</code>, or a mix of both parameters). The security control ID
8042
+ * or Amazon Resource Name (ARN) is the same across standards. </p>
8043
+ */
8044
+ SecurityControlIds: string[] | undefined;
8045
+ }
8046
+ export declare enum ControlStatus {
8047
+ DISABLED = "DISABLED",
8048
+ ENABLED = "ENABLED"
8049
+ }
8050
+ export declare enum SeverityRating {
8051
+ CRITICAL = "CRITICAL",
8052
+ HIGH = "HIGH",
8053
+ LOW = "LOW",
8054
+ MEDIUM = "MEDIUM"
8055
+ }
8056
+ /**
8057
+ * <p>
8058
+ * A security control in Security Hub describes a security best practice related to a specific resource.
8059
+ * </p>
8060
+ */
8061
+ export interface SecurityControl {
8062
+ /**
8063
+ * <p>
8064
+ * The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Service name and a
8065
+ * number, such as APIGateway.3.
8066
+ * </p>
8067
+ */
8068
+ SecurityControlId: string | undefined;
8069
+ /**
8070
+ * <p> The Amazon Resource Name (ARN) for a security control across standards, such as
8071
+ * <code>arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1</code>. This
8072
+ * parameter doesn't mention a specific standard. </p>
8073
+ */
8074
+ SecurityControlArn: string | undefined;
8075
+ /**
8076
+ * <p>The title of a security control.
8077
+ * </p>
8078
+ */
8079
+ Title: string | undefined;
8080
+ /**
8081
+ * <p> The description of a security control across standards. This typically summarizes how
8082
+ * Security Hub evaluates the control and the conditions under which it produces a
8083
+ * failed finding. This parameter doesn't reference a specific standard. </p>
8084
+ */
8085
+ Description: string | undefined;
8086
+ /**
8087
+ * <p>
8088
+ * A link to Security Hub documentation that explains how to remediate a failed finding for a security control.
8089
+ * </p>
8090
+ */
8091
+ RemediationUrl: string | undefined;
8092
+ /**
8093
+ * <p>
8094
+ * The severity of a security control. For more information about how Security Hub determines control severity, see
8095
+ * <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/controls-findings-create-update.html#control-findings-severity">Assigning severity to control findings</a> in the
8096
+ * <i>Security Hub User Guide</i>.
8097
+ * </p>
8098
+ */
8099
+ SeverityRating: SeverityRating | string | undefined;
8100
+ /**
8101
+ * <p>
8102
+ * The status of a security control based on the compliance status of its findings. For more information about how control
8103
+ * status is determined, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/controls-overall-status.html">Determining the overall status of a control from its findings</a> in the
8104
+ * <i>Security Hub User Guide</i>.
8105
+ * </p>
8106
+ */
8107
+ SecurityControlStatus: ControlStatus | string | undefined;
8108
+ }
8109
+ export declare enum UnprocessedErrorCode {
8110
+ ACCESS_DENIED = "ACCESS_DENIED",
8111
+ INVALID_INPUT = "INVALID_INPUT",
8112
+ LIMIT_EXCEEDED = "LIMIT_EXCEEDED",
8113
+ NOT_FOUND = "NOT_FOUND"
8114
+ }
8115
+ /**
8116
+ * <p> Provides details about a security control for which a response couldn't be returned. </p>
8117
+ */
8118
+ export interface UnprocessedSecurityControl {
8119
+ /**
8120
+ * <p> The control (identified with <code>SecurityControlId</code>,
8121
+ * <code>SecurityControlArn</code>, or a mix of both parameters) for which a response
8122
+ * couldn't be returned. </p>
8123
+ */
8124
+ SecurityControlId: string | undefined;
8125
+ /**
8126
+ * <p>
8127
+ * The error code for the unprocessed security control.
8128
+ * </p>
8129
+ */
8130
+ ErrorCode: UnprocessedErrorCode | string | undefined;
8131
+ /**
8132
+ * <p>
8133
+ * The reason why the security control was unprocessed.
8134
+ * </p>
8135
+ */
8136
+ ErrorReason?: string;
8137
+ }
8138
+ export interface BatchGetSecurityControlsResponse {
8139
+ /**
8140
+ * <p>
8141
+ * An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.
8142
+ * The same information is returned whether the request includes <code>SecurityControlId</code> or <code>SecurityControlArn</code>.
8143
+ * </p>
8144
+ */
8145
+ SecurityControls: SecurityControl[] | undefined;
8146
+ /**
8147
+ * <p>
8148
+ * A security control (identified with <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both parameters) for which
8149
+ * details cannot be returned.
8150
+ * </p>
8151
+ */
8152
+ UnprocessedIds?: UnprocessedSecurityControl[];
8153
+ }
8154
+ /**
8155
+ * <p>
8156
+ * An array with one or more objects that includes a security control (identified with <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both parameters)
8157
+ * and the Amazon Resource Name (ARN) of a standard. The security control ID or ARN is the same across standards.
8158
+ * </p>
8159
+ */
8160
+ export interface StandardsControlAssociationId {
8161
+ /**
8162
+ * <p>
8163
+ * The unique identifier (identified with <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both parameters) of a security
8164
+ * control across standards.
8165
+ * </p>
8166
+ */
8167
+ SecurityControlId: string | undefined;
8168
+ /**
8169
+ * <p>
8170
+ * The ARN of a standard.
8171
+ * </p>
8172
+ */
8173
+ StandardsArn: string | undefined;
8174
+ }
8175
+ export interface BatchGetStandardsControlAssociationsRequest {
8176
+ /**
8177
+ * <p>
8178
+ * An array with one or more objects that includes a security control (identified with <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard.
8179
+ * This field is used to query the enablement status of a control in a specified standard. The security control ID or ARN is the same across standards.
8180
+ * </p>
8181
+ */
8182
+ StandardsControlAssociationIds: StandardsControlAssociationId[] | undefined;
8183
+ }
8184
+ /**
8185
+ * <p> Provides details about a control's enablement status in a specified standard. </p>
8186
+ */
8187
+ export interface StandardsControlAssociationDetail {
8188
+ /**
8189
+ * <p>
8190
+ * The Amazon Resource Name (ARN) of a security standard.
8191
+ * </p>
8192
+ */
8193
+ StandardsArn: string | undefined;
8194
+ /**
8195
+ * <p>
8196
+ * The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Service
8197
+ * name and a number, such as APIGateway.3.
8198
+ * </p>
8199
+ */
8200
+ SecurityControlId: string | undefined;
8201
+ /**
8202
+ * <p> The ARN of a security control across standards, such as
8203
+ * <code>arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1</code>. This
8204
+ * parameter doesn't mention a specific standard. </p>
8205
+ */
8206
+ SecurityControlArn: string | undefined;
8207
+ /**
8208
+ * <p>
8209
+ * Specifies whether a control is enabled or disabled in a specified standard.
8210
+ * </p>
8211
+ */
8212
+ AssociationStatus: AssociationStatus | string | undefined;
8213
+ /**
8214
+ * <p>
8215
+ * The requirement that underlies a control in the compliance framework related to the standard.
8216
+ * </p>
8217
+ */
8218
+ RelatedRequirements?: string[];
8219
+ /**
8220
+ * <p>
8221
+ * The time at which the enablement status of the control in the specified standard was last updated.
8222
+ * </p>
8223
+ */
8224
+ UpdatedAt?: Date;
8225
+ /**
8226
+ * <p>
8227
+ * The reason for updating the enablement status of a control in a specified standard.
8228
+ * </p>
8229
+ */
8230
+ UpdatedReason?: string;
8231
+ /**
8232
+ * <p>
8233
+ * The title of a control. This field may reference a specific standard.
8234
+ * </p>
8235
+ */
8236
+ StandardsControlTitle?: string;
8237
+ /**
8238
+ * <p>
8239
+ * The description of a control. This typically summarizes how Security Hub evaluates the control and the
8240
+ * conditions under which it produces a failed finding. This parameter may reference a specific standard.
8241
+ * </p>
8242
+ */
8243
+ StandardsControlDescription?: string;
8244
+ /**
8245
+ * <p> Provides the input parameter that Security Hub uses to call the <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_UpdateStandardsControl.html">UpdateStandardsControl</a> API. This API can be used to enable or disable a control
8246
+ * in a specified standard. </p>
8247
+ */
8248
+ StandardsControlArns?: string[];
8249
+ }
8250
+ /**
8251
+ * <p> Provides details about which
8252
+ * control's enablement status couldn't be retrieved in a specified standard when calling <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html">BatchUpdateStandardsControlAssociations</a>. This parameter also provides details
8253
+ * about why the request was unprocessed. </p>
8254
+ */
8255
+ export interface UnprocessedStandardsControlAssociation {
8256
+ /**
8257
+ * <p> An array with one or more objects that includes a security control (identified with
8258
+ * <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both
8259
+ * parameters) and the Amazon Resource Name (ARN) of a standard. This parameter shows the
8260
+ * specific controls for which the enablement status couldn't be retrieved in specified standards when
8261
+ * calling <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html">BatchUpdateStandardsControlAssociations</a>. </p>
8262
+ */
8263
+ StandardsControlAssociationId: StandardsControlAssociationId | undefined;
8264
+ /**
8265
+ * <p>The error code for the unprocessed standard and control association.
8266
+ * </p>
8267
+ */
8268
+ ErrorCode: UnprocessedErrorCode | string | undefined;
8269
+ /**
8270
+ * <p>The reason why the standard and control association was unprocessed. </p>
8271
+ */
8272
+ ErrorReason?: string;
8273
+ }
8274
+ export interface BatchGetStandardsControlAssociationsResponse {
8275
+ /**
8276
+ * <p>Provides the enablement status of a security control in a specified standard and other details for the control in relation to
8277
+ * the specified standard.
8278
+ * </p>
8279
+ */
8280
+ StandardsControlAssociationDetails: StandardsControlAssociationDetail[] | undefined;
8281
+ /**
8282
+ * <p>
8283
+ * A security control (identified with <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both parameters) whose enablement
8284
+ * status in a specified standard cannot be returned.
8285
+ * </p>
8286
+ */
8287
+ UnprocessedAssociations?: UnprocessedStandardsControlAssociation[];
8288
+ }
8028
8289
  export interface BatchImportFindingsRequest {
8029
8290
  /**
8030
8291
  * <p>A list of findings to import. To successfully import a finding, it must follow the
@@ -8374,9 +8635,71 @@ export interface BatchUpdateFindingsResponse {
8374
8635
  */
8375
8636
  UnprocessedFindings: BatchUpdateFindingsUnprocessedFinding[] | undefined;
8376
8637
  }
8377
- export declare enum ControlStatus {
8378
- DISABLED = "DISABLED",
8379
- ENABLED = "ENABLED"
8638
+ /**
8639
+ * <p>An array of requested updates to the enablement status of controls in specified
8640
+ * standards. The objects in the array include a security control ID, the Amazon Resource Name (ARN) of the standard, the requested
8641
+ * enablement status, and the reason for updating the enablement status.</p>
8642
+ */
8643
+ export interface StandardsControlAssociationUpdate {
8644
+ /**
8645
+ * <p>The Amazon Resource Name (ARN) of the standard in which you want to update the
8646
+ * control's enablement status.</p>
8647
+ */
8648
+ StandardsArn: string | undefined;
8649
+ /**
8650
+ * <p>The unique identifier for the security control whose enablement status you want to update.</p>
8651
+ */
8652
+ SecurityControlId: string | undefined;
8653
+ /**
8654
+ * <p>The desired enablement status of the control in the standard.</p>
8655
+ */
8656
+ AssociationStatus: AssociationStatus | string | undefined;
8657
+ /**
8658
+ * <p>The reason for updating the control's enablement status in the standard.</p>
8659
+ */
8660
+ UpdatedReason?: string;
8661
+ }
8662
+ export interface BatchUpdateStandardsControlAssociationsRequest {
8663
+ /**
8664
+ * <p>
8665
+ * Updates the enablement status of a security control in a specified standard.
8666
+ * </p>
8667
+ */
8668
+ StandardsControlAssociationUpdates: StandardsControlAssociationUpdate[] | undefined;
8669
+ }
8670
+ /**
8671
+ * <p>Provides details about which control's enablement status could not be updated in a
8672
+ * specified standard when calling the <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html">BatchUpdateStandardsControlAssociations</a> API. This parameter also provides
8673
+ * details about why the request was unprocessed. </p>
8674
+ */
8675
+ export interface UnprocessedStandardsControlAssociationUpdate {
8676
+ /**
8677
+ * <p>An array of control and standard associations for which an update failed when calling
8678
+ * <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html">BatchUpdateStandardsControlAssociations</a>.
8679
+ * </p>
8680
+ */
8681
+ StandardsControlAssociationUpdate: StandardsControlAssociationUpdate | undefined;
8682
+ /**
8683
+ * <p>The error code for the unprocessed update of the control's enablement status in the
8684
+ * specified standard.</p>
8685
+ */
8686
+ ErrorCode: UnprocessedErrorCode | string | undefined;
8687
+ /**
8688
+ * <p>The reason why a control's enablement status in the specified standard couldn't be updated. </p>
8689
+ */
8690
+ ErrorReason?: string;
8691
+ }
8692
+ export interface BatchUpdateStandardsControlAssociationsResponse {
8693
+ /**
8694
+ * <p>
8695
+ * A security control (identified with <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both parameters) whose enablement status in a specified standard couldn't be updated.
8696
+ * </p>
8697
+ */
8698
+ UnprocessedAssociationUpdates?: UnprocessedStandardsControlAssociationUpdate[];
8699
+ }
8700
+ export declare enum ControlFindingGenerator {
8701
+ SECURITY_CONTROL = "SECURITY_CONTROL",
8702
+ STANDARD_CONTROL = "STANDARD_CONTROL"
8380
8703
  }
8381
8704
  export interface CreateActionTargetRequest {
8382
8705
  /**
@@ -8394,7 +8717,7 @@ export interface CreateActionTargetRequest {
8394
8717
  }
8395
8718
  export interface CreateActionTargetResponse {
8396
8719
  /**
8397
- * <p>The ARN for the custom action target.</p>
8720
+ * <p>The Amazon Resource Name (ARN) for the custom action target.</p>
8398
8721
  */
8399
8722
  ActionTargetArn: string | undefined;
8400
8723
  }
@@ -8527,7 +8850,7 @@ export interface DeclineInvitationsResponse {
8527
8850
  }
8528
8851
  export interface DeleteActionTargetRequest {
8529
8852
  /**
8530
- * <p>The ARN of the custom action target to delete.</p>
8853
+ * <p>The Amazon Resource Name (ARN) of the custom action target to delete.</p>
8531
8854
  */
8532
8855
  ActionTargetArn: string | undefined;
8533
8856
  }
@@ -8537,211 +8860,10 @@ export interface DeleteActionTargetResponse {
8537
8860
  */
8538
8861
  ActionTargetArn: string | undefined;
8539
8862
  }
8540
- export interface DeleteFindingAggregatorRequest {
8541
- /**
8542
- * <p>The ARN of the finding aggregator to delete. To obtain the ARN, use <code>ListFindingAggregators</code>.</p>
8543
- */
8544
- FindingAggregatorArn: string | undefined;
8545
- }
8546
- export interface DeleteFindingAggregatorResponse {
8547
- }
8548
- export interface DeleteInsightRequest {
8549
- /**
8550
- * <p>The ARN of the insight to delete.</p>
8551
- */
8552
- InsightArn: string | undefined;
8553
- }
8554
- export interface DeleteInsightResponse {
8555
- /**
8556
- * <p>The ARN of the insight that was deleted.</p>
8557
- */
8558
- InsightArn: string | undefined;
8559
- }
8560
- export interface DeleteInvitationsRequest {
8561
- /**
8562
- * <p>The list of the account IDs that sent the invitations to delete.</p>
8563
- */
8564
- AccountIds: string[] | undefined;
8565
- }
8566
- export interface DeleteInvitationsResponse {
8567
- /**
8568
- * <p>The list of Amazon Web Services accounts for which the invitations were not deleted. For each account,
8569
- * the list includes the account ID and the email address.</p>
8570
- */
8571
- UnprocessedAccounts?: Result[];
8572
- }
8573
- export interface DeleteMembersRequest {
8574
- /**
8575
- * <p>The list of account IDs for the member accounts to delete.</p>
8576
- */
8577
- AccountIds: string[] | undefined;
8578
- }
8579
- export interface DeleteMembersResponse {
8580
- /**
8581
- * <p>The list of Amazon Web Services accounts that were not deleted. For each account, the list includes the
8582
- * account ID and the email address.</p>
8583
- */
8584
- UnprocessedAccounts?: Result[];
8585
- }
8586
- export interface DescribeActionTargetsRequest {
8587
- /**
8588
- * <p>A list of custom action target ARNs for the custom action targets to retrieve.</p>
8589
- */
8590
- ActionTargetArns?: string[];
8591
- /**
8592
- * <p>The token that is required for pagination. On your first call to the
8593
- * <code>DescribeActionTargets</code> operation, set the value of this parameter to
8594
- * <code>NULL</code>.</p>
8595
- * <p>For subsequent calls to the operation, to continue listing data, set the value of this
8596
- * parameter to the value returned from the previous response.</p>
8597
- */
8598
- NextToken?: string;
8599
- /**
8600
- * <p>The maximum number of results to return.</p>
8601
- */
8602
- MaxResults?: number;
8603
- }
8604
- export interface DescribeActionTargetsResponse {
8605
- /**
8606
- * <p>A list of <code>ActionTarget</code> objects. Each object includes the <code>ActionTargetArn</code>,
8607
- * <code>Description</code>, and <code>Name</code> of a custom action target available in
8608
- * Security Hub.</p>
8609
- */
8610
- ActionTargets: ActionTarget[] | undefined;
8611
- /**
8612
- * <p>The pagination token to use to request the next page of results.</p>
8613
- */
8614
- NextToken?: string;
8615
- }
8616
- export interface DescribeHubRequest {
8617
- /**
8618
- * <p>The ARN of the Hub resource to retrieve.</p>
8619
- */
8620
- HubArn?: string;
8621
- }
8622
- export interface DescribeHubResponse {
8623
- /**
8624
- * <p>The ARN of the Hub resource that was retrieved.</p>
8625
- */
8626
- HubArn?: string;
8627
- /**
8628
- * <p>The date and time when Security Hub was enabled in the account.</p>
8629
- */
8630
- SubscribedAt?: string;
8631
- /**
8632
- * <p>Whether to automatically enable new controls when they are added to standards that are
8633
- * enabled.</p>
8634
- * <p>If set to <code>true</code>, then new controls for enabled standards are enabled
8635
- * automatically. If set to <code>false</code>, then new controls are not enabled.</p>
8636
- */
8637
- AutoEnableControls?: boolean;
8638
- }
8639
- export interface DescribeOrganizationConfigurationRequest {
8640
- }
8641
- export interface DescribeOrganizationConfigurationResponse {
8642
- /**
8643
- * <p>Whether to automatically enable Security Hub for new accounts in the organization.</p>
8644
- * <p>If set to <code>true</code>, then Security Hub is enabled for new accounts. If set to false,
8645
- * then new accounts are not added automatically.</p>
8646
- */
8647
- AutoEnable?: boolean;
8648
- /**
8649
- * <p>Whether the maximum number of allowed member accounts are already associated with the
8650
- * Security Hub administrator account.</p>
8651
- */
8652
- MemberAccountLimitReached?: boolean;
8653
- /**
8654
- * <p>Whether to automatically enable Security Hub <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-enable-disable.html">default standards</a>
8655
- * for new member accounts in the organization.</p>
8656
- * <p>The default value of this parameter is equal to <code>DEFAULT</code>.</p>
8657
- * <p>If equal to <code>DEFAULT</code>, then Security Hub default standards are automatically enabled for new member
8658
- * accounts. If equal to <code>NONE</code>, then default standards are not automatically enabled for new member
8659
- * accounts.</p>
8660
- */
8661
- AutoEnableStandards?: AutoEnableStandards | string;
8662
- }
8663
- export interface DescribeProductsRequest {
8664
- /**
8665
- * <p>The token that is required for pagination. On your first call to the
8666
- * <code>DescribeProducts</code> operation, set the value of this parameter to
8667
- * <code>NULL</code>.</p>
8668
- * <p>For subsequent calls to the operation, to continue listing data, set the value of this
8669
- * parameter to the value returned from the previous response.</p>
8670
- */
8671
- NextToken?: string;
8672
- /**
8673
- * <p>The maximum number of results to return.</p>
8674
- */
8675
- MaxResults?: number;
8676
- /**
8677
- * <p>The ARN of the integration to return.</p>
8678
- */
8679
- ProductArn?: string;
8680
- }
8681
- export declare enum IntegrationType {
8682
- RECEIVE_FINDINGS_FROM_SECURITY_HUB = "RECEIVE_FINDINGS_FROM_SECURITY_HUB",
8683
- SEND_FINDINGS_TO_SECURITY_HUB = "SEND_FINDINGS_TO_SECURITY_HUB",
8684
- UPDATE_FINDINGS_IN_SECURITY_HUB = "UPDATE_FINDINGS_IN_SECURITY_HUB"
8685
- }
8686
8863
  /**
8687
- * <p>Contains details about a product.</p>
8864
+ * @internal
8688
8865
  */
8689
- export interface Product {
8690
- /**
8691
- * <p>The ARN assigned to the product.</p>
8692
- */
8693
- ProductArn: string | undefined;
8694
- /**
8695
- * <p>The name of the product.</p>
8696
- */
8697
- ProductName?: string;
8698
- /**
8699
- * <p>The name of the company that provides the product.</p>
8700
- */
8701
- CompanyName?: string;
8702
- /**
8703
- * <p>A description of the product.</p>
8704
- */
8705
- Description?: string;
8706
- /**
8707
- * <p>The categories assigned to the product.</p>
8708
- */
8709
- Categories?: string[];
8710
- /**
8711
- * <p>The types of integration that the product supports. Available values are the
8712
- * following.</p>
8713
- * <ul>
8714
- * <li>
8715
- * <p>
8716
- * <code>SEND_FINDINGS_TO_SECURITY_HUB</code> - The integration sends
8717
- * findings to Security Hub.</p>
8718
- * </li>
8719
- * <li>
8720
- * <p>
8721
- * <code>RECEIVE_FINDINGS_FROM_SECURITY_HUB</code> - The integration
8722
- * receives findings from Security Hub.</p>
8723
- * </li>
8724
- * <li>
8725
- * <p>
8726
- * <code>UPDATE_FINDINGS_IN_SECURITY_HUB</code> - The integration does not send new findings to Security Hub, but does make updates to the findings that it receives from Security Hub.</p>
8727
- * </li>
8728
- * </ul>
8729
- */
8730
- IntegrationTypes?: (IntegrationType | string)[];
8731
- /**
8732
- * <p>For integrations with Amazon Web Services services, the Amazon Web Services Console URL from which to activate the service.</p>
8733
- * <p>For integrations with third-party products, the Amazon Web Services Marketplace URL from which to subscribe to or purchase the product.</p>
8734
- */
8735
- MarketplaceUrl?: string;
8736
- /**
8737
- * <p>The URL to the service or product documentation about the integration with Security Hub, including how to activate the integration.</p>
8738
- */
8739
- ActivationUrl?: string;
8740
- /**
8741
- * <p>The resource policy associated with the product.</p>
8742
- */
8743
- ProductSubscriptionResourcePolicy?: string;
8744
- }
8866
+ export declare const AwsIamGroupPolicyFilterSensitiveLog: (obj: AwsIamGroupPolicy) => any;
8745
8867
  /**
8746
8868
  * @internal
8747
8869
  */
@@ -9705,152 +9827,140 @@ export declare const BatchEnableStandardsResponseFilterSensitiveLog: (obj: Batch
9705
9827
  /**
9706
9828
  * @internal
9707
9829
  */
9708
- export declare const BatchImportFindingsRequestFilterSensitiveLog: (obj: BatchImportFindingsRequest) => any;
9830
+ export declare const BatchGetSecurityControlsRequestFilterSensitiveLog: (obj: BatchGetSecurityControlsRequest) => any;
9709
9831
  /**
9710
9832
  * @internal
9711
9833
  */
9712
- export declare const ImportFindingsErrorFilterSensitiveLog: (obj: ImportFindingsError) => any;
9834
+ export declare const SecurityControlFilterSensitiveLog: (obj: SecurityControl) => any;
9713
9835
  /**
9714
9836
  * @internal
9715
9837
  */
9716
- export declare const BatchImportFindingsResponseFilterSensitiveLog: (obj: BatchImportFindingsResponse) => any;
9838
+ export declare const UnprocessedSecurityControlFilterSensitiveLog: (obj: UnprocessedSecurityControl) => any;
9717
9839
  /**
9718
9840
  * @internal
9719
9841
  */
9720
- export declare const NoteUpdateFilterSensitiveLog: (obj: NoteUpdate) => any;
9842
+ export declare const BatchGetSecurityControlsResponseFilterSensitiveLog: (obj: BatchGetSecurityControlsResponse) => any;
9721
9843
  /**
9722
9844
  * @internal
9723
9845
  */
9724
- export declare const SeverityUpdateFilterSensitiveLog: (obj: SeverityUpdate) => any;
9846
+ export declare const StandardsControlAssociationIdFilterSensitiveLog: (obj: StandardsControlAssociationId) => any;
9725
9847
  /**
9726
9848
  * @internal
9727
9849
  */
9728
- export declare const WorkflowUpdateFilterSensitiveLog: (obj: WorkflowUpdate) => any;
9850
+ export declare const BatchGetStandardsControlAssociationsRequestFilterSensitiveLog: (obj: BatchGetStandardsControlAssociationsRequest) => any;
9729
9851
  /**
9730
9852
  * @internal
9731
9853
  */
9732
- export declare const BatchUpdateFindingsRequestFilterSensitiveLog: (obj: BatchUpdateFindingsRequest) => any;
9854
+ export declare const StandardsControlAssociationDetailFilterSensitiveLog: (obj: StandardsControlAssociationDetail) => any;
9733
9855
  /**
9734
9856
  * @internal
9735
9857
  */
9736
- export declare const BatchUpdateFindingsUnprocessedFindingFilterSensitiveLog: (obj: BatchUpdateFindingsUnprocessedFinding) => any;
9858
+ export declare const UnprocessedStandardsControlAssociationFilterSensitiveLog: (obj: UnprocessedStandardsControlAssociation) => any;
9737
9859
  /**
9738
9860
  * @internal
9739
9861
  */
9740
- export declare const BatchUpdateFindingsResponseFilterSensitiveLog: (obj: BatchUpdateFindingsResponse) => any;
9862
+ export declare const BatchGetStandardsControlAssociationsResponseFilterSensitiveLog: (obj: BatchGetStandardsControlAssociationsResponse) => any;
9741
9863
  /**
9742
9864
  * @internal
9743
9865
  */
9744
- export declare const CreateActionTargetRequestFilterSensitiveLog: (obj: CreateActionTargetRequest) => any;
9745
- /**
9746
- * @internal
9747
- */
9748
- export declare const CreateActionTargetResponseFilterSensitiveLog: (obj: CreateActionTargetResponse) => any;
9749
- /**
9750
- * @internal
9751
- */
9752
- export declare const CreateFindingAggregatorRequestFilterSensitiveLog: (obj: CreateFindingAggregatorRequest) => any;
9753
- /**
9754
- * @internal
9755
- */
9756
- export declare const CreateFindingAggregatorResponseFilterSensitiveLog: (obj: CreateFindingAggregatorResponse) => any;
9866
+ export declare const BatchImportFindingsRequestFilterSensitiveLog: (obj: BatchImportFindingsRequest) => any;
9757
9867
  /**
9758
9868
  * @internal
9759
9869
  */
9760
- export declare const CreateInsightRequestFilterSensitiveLog: (obj: CreateInsightRequest) => any;
9870
+ export declare const ImportFindingsErrorFilterSensitiveLog: (obj: ImportFindingsError) => any;
9761
9871
  /**
9762
9872
  * @internal
9763
9873
  */
9764
- export declare const CreateInsightResponseFilterSensitiveLog: (obj: CreateInsightResponse) => any;
9874
+ export declare const BatchImportFindingsResponseFilterSensitiveLog: (obj: BatchImportFindingsResponse) => any;
9765
9875
  /**
9766
9876
  * @internal
9767
9877
  */
9768
- export declare const CreateMembersRequestFilterSensitiveLog: (obj: CreateMembersRequest) => any;
9878
+ export declare const NoteUpdateFilterSensitiveLog: (obj: NoteUpdate) => any;
9769
9879
  /**
9770
9880
  * @internal
9771
9881
  */
9772
- export declare const ResultFilterSensitiveLog: (obj: Result) => any;
9882
+ export declare const SeverityUpdateFilterSensitiveLog: (obj: SeverityUpdate) => any;
9773
9883
  /**
9774
9884
  * @internal
9775
9885
  */
9776
- export declare const CreateMembersResponseFilterSensitiveLog: (obj: CreateMembersResponse) => any;
9886
+ export declare const WorkflowUpdateFilterSensitiveLog: (obj: WorkflowUpdate) => any;
9777
9887
  /**
9778
9888
  * @internal
9779
9889
  */
9780
- export declare const DeclineInvitationsRequestFilterSensitiveLog: (obj: DeclineInvitationsRequest) => any;
9890
+ export declare const BatchUpdateFindingsRequestFilterSensitiveLog: (obj: BatchUpdateFindingsRequest) => any;
9781
9891
  /**
9782
9892
  * @internal
9783
9893
  */
9784
- export declare const DeclineInvitationsResponseFilterSensitiveLog: (obj: DeclineInvitationsResponse) => any;
9894
+ export declare const BatchUpdateFindingsUnprocessedFindingFilterSensitiveLog: (obj: BatchUpdateFindingsUnprocessedFinding) => any;
9785
9895
  /**
9786
9896
  * @internal
9787
9897
  */
9788
- export declare const DeleteActionTargetRequestFilterSensitiveLog: (obj: DeleteActionTargetRequest) => any;
9898
+ export declare const BatchUpdateFindingsResponseFilterSensitiveLog: (obj: BatchUpdateFindingsResponse) => any;
9789
9899
  /**
9790
9900
  * @internal
9791
9901
  */
9792
- export declare const DeleteActionTargetResponseFilterSensitiveLog: (obj: DeleteActionTargetResponse) => any;
9902
+ export declare const StandardsControlAssociationUpdateFilterSensitiveLog: (obj: StandardsControlAssociationUpdate) => any;
9793
9903
  /**
9794
9904
  * @internal
9795
9905
  */
9796
- export declare const DeleteFindingAggregatorRequestFilterSensitiveLog: (obj: DeleteFindingAggregatorRequest) => any;
9906
+ export declare const BatchUpdateStandardsControlAssociationsRequestFilterSensitiveLog: (obj: BatchUpdateStandardsControlAssociationsRequest) => any;
9797
9907
  /**
9798
9908
  * @internal
9799
9909
  */
9800
- export declare const DeleteFindingAggregatorResponseFilterSensitiveLog: (obj: DeleteFindingAggregatorResponse) => any;
9910
+ export declare const UnprocessedStandardsControlAssociationUpdateFilterSensitiveLog: (obj: UnprocessedStandardsControlAssociationUpdate) => any;
9801
9911
  /**
9802
9912
  * @internal
9803
9913
  */
9804
- export declare const DeleteInsightRequestFilterSensitiveLog: (obj: DeleteInsightRequest) => any;
9914
+ export declare const BatchUpdateStandardsControlAssociationsResponseFilterSensitiveLog: (obj: BatchUpdateStandardsControlAssociationsResponse) => any;
9805
9915
  /**
9806
9916
  * @internal
9807
9917
  */
9808
- export declare const DeleteInsightResponseFilterSensitiveLog: (obj: DeleteInsightResponse) => any;
9918
+ export declare const CreateActionTargetRequestFilterSensitiveLog: (obj: CreateActionTargetRequest) => any;
9809
9919
  /**
9810
9920
  * @internal
9811
9921
  */
9812
- export declare const DeleteInvitationsRequestFilterSensitiveLog: (obj: DeleteInvitationsRequest) => any;
9922
+ export declare const CreateActionTargetResponseFilterSensitiveLog: (obj: CreateActionTargetResponse) => any;
9813
9923
  /**
9814
9924
  * @internal
9815
9925
  */
9816
- export declare const DeleteInvitationsResponseFilterSensitiveLog: (obj: DeleteInvitationsResponse) => any;
9926
+ export declare const CreateFindingAggregatorRequestFilterSensitiveLog: (obj: CreateFindingAggregatorRequest) => any;
9817
9927
  /**
9818
9928
  * @internal
9819
9929
  */
9820
- export declare const DeleteMembersRequestFilterSensitiveLog: (obj: DeleteMembersRequest) => any;
9930
+ export declare const CreateFindingAggregatorResponseFilterSensitiveLog: (obj: CreateFindingAggregatorResponse) => any;
9821
9931
  /**
9822
9932
  * @internal
9823
9933
  */
9824
- export declare const DeleteMembersResponseFilterSensitiveLog: (obj: DeleteMembersResponse) => any;
9934
+ export declare const CreateInsightRequestFilterSensitiveLog: (obj: CreateInsightRequest) => any;
9825
9935
  /**
9826
9936
  * @internal
9827
9937
  */
9828
- export declare const DescribeActionTargetsRequestFilterSensitiveLog: (obj: DescribeActionTargetsRequest) => any;
9938
+ export declare const CreateInsightResponseFilterSensitiveLog: (obj: CreateInsightResponse) => any;
9829
9939
  /**
9830
9940
  * @internal
9831
9941
  */
9832
- export declare const DescribeActionTargetsResponseFilterSensitiveLog: (obj: DescribeActionTargetsResponse) => any;
9942
+ export declare const CreateMembersRequestFilterSensitiveLog: (obj: CreateMembersRequest) => any;
9833
9943
  /**
9834
9944
  * @internal
9835
9945
  */
9836
- export declare const DescribeHubRequestFilterSensitiveLog: (obj: DescribeHubRequest) => any;
9946
+ export declare const ResultFilterSensitiveLog: (obj: Result) => any;
9837
9947
  /**
9838
9948
  * @internal
9839
9949
  */
9840
- export declare const DescribeHubResponseFilterSensitiveLog: (obj: DescribeHubResponse) => any;
9950
+ export declare const CreateMembersResponseFilterSensitiveLog: (obj: CreateMembersResponse) => any;
9841
9951
  /**
9842
9952
  * @internal
9843
9953
  */
9844
- export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
9954
+ export declare const DeclineInvitationsRequestFilterSensitiveLog: (obj: DeclineInvitationsRequest) => any;
9845
9955
  /**
9846
9956
  * @internal
9847
9957
  */
9848
- export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
9958
+ export declare const DeclineInvitationsResponseFilterSensitiveLog: (obj: DeclineInvitationsResponse) => any;
9849
9959
  /**
9850
9960
  * @internal
9851
9961
  */
9852
- export declare const DescribeProductsRequestFilterSensitiveLog: (obj: DescribeProductsRequest) => any;
9962
+ export declare const DeleteActionTargetRequestFilterSensitiveLog: (obj: DeleteActionTargetRequest) => any;
9853
9963
  /**
9854
9964
  * @internal
9855
9965
  */
9856
- export declare const ProductFilterSensitiveLog: (obj: Product) => any;
9966
+ export declare const DeleteActionTargetResponseFilterSensitiveLog: (obj: DeleteActionTargetResponse) => any;