@aws-sdk/client-securityhub 3.998.0 → 3.1000.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/README.md +19 -19
  2. package/dist-cjs/index.js +2 -0
  3. package/dist-cjs/schemas/schemas_0.js +3 -2
  4. package/dist-es/models/enums.js +2 -0
  5. package/dist-es/schemas/schemas_0.js +3 -2
  6. package/dist-types/SecurityHub.d.ts +19 -19
  7. package/dist-types/SecurityHubClient.d.ts +19 -19
  8. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +4 -4
  9. package/dist-types/commands/AcceptInvitationCommand.d.ts +2 -2
  10. package/dist-types/commands/BatchDisableStandardsCommand.d.ts +1 -1
  11. package/dist-types/commands/BatchEnableStandardsCommand.d.ts +1 -1
  12. package/dist-types/commands/BatchGetConfigurationPolicyAssociationsCommand.d.ts +2 -2
  13. package/dist-types/commands/BatchImportFindingsCommand.d.ts +4 -4
  14. package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateActionTargetCommand.d.ts +2 -2
  16. package/dist-types/commands/CreateConfigurationPolicyCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateInsightCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateMembersCommand.d.ts +8 -8
  20. package/dist-types/commands/DeclineInvitationsCommand.d.ts +4 -4
  21. package/dist-types/commands/DeleteActionTargetCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteConfigurationPolicyCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteInvitationsCommand.d.ts +5 -5
  24. package/dist-types/commands/DeleteMembersCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeActionTargetsCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeHubCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -2
  28. package/dist-types/commands/DescribeProductsCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeProductsV2Command.d.ts +2 -1
  30. package/dist-types/commands/DescribeStandardsCommand.d.ts +1 -1
  31. package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +2 -2
  32. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
  33. package/dist-types/commands/DisableSecurityHubCommand.d.ts +5 -5
  34. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
  35. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +2 -2
  36. package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +3 -3
  37. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
  38. package/dist-types/commands/EnableSecurityHubCommand.d.ts +6 -6
  39. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
  40. package/dist-types/commands/GetConfigurationPolicyAssociationCommand.d.ts +1 -1
  41. package/dist-types/commands/GetConfigurationPolicyCommand.d.ts +1 -1
  42. package/dist-types/commands/GetFindingHistoryCommand.d.ts +1 -1
  43. package/dist-types/commands/GetFindingStatisticsV2Command.d.ts +1 -1
  44. package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
  45. package/dist-types/commands/GetInvitationsCountCommand.d.ts +4 -4
  46. package/dist-types/commands/GetMasterAccountCommand.d.ts +2 -2
  47. package/dist-types/commands/GetMembersCommand.d.ts +3 -3
  48. package/dist-types/commands/InviteMembersCommand.d.ts +6 -6
  49. package/dist-types/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
  50. package/dist-types/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
  52. package/dist-types/commands/ListInvitationsCommand.d.ts +4 -4
  53. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  54. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  55. package/dist-types/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
  56. package/dist-types/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateActionTargetCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateConfigurationPolicyCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateFindingsCommand.d.ts +2 -2
  60. package/dist-types/commands/UpdateInsightCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -2
  62. package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
  63. package/dist-types/index.d.ts +19 -19
  64. package/dist-types/models/enums.d.ts +2 -0
  65. package/dist-types/models/models_0.d.ts +83 -82
  66. package/dist-types/models/models_1.d.ts +57 -57
  67. package/dist-types/models/models_2.d.ts +197 -192
  68. package/dist-types/models/models_3.d.ts +23 -23
  69. package/dist-types/ts3.4/models/enums.d.ts +2 -0
  70. package/dist-types/ts3.4/models/models_2.d.ts +1 -0
  71. package/package.json +12 -12
@@ -663,7 +663,7 @@ export interface ContainerDetails {
663
663
  ImageName?: string | undefined;
664
664
  /**
665
665
  * <p>Indicates when the container started.</p>
666
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
666
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
667
667
  * @public
668
668
  */
669
669
  LaunchedAt?: string | undefined;
@@ -1343,7 +1343,7 @@ export interface Resource {
1343
1343
  * update the severity if it hasn't been updated using
1344
1344
  * <code>BatchUpdateFindings</code>.</p>
1345
1345
  * <p>The finding must have either <code>Label</code> or <code>Normalized</code> populated. If
1346
- * only one of these attributes is populated, then Security Hub automatically populates the other
1346
+ * only one of these attributes is populated, then Security Hub CSPM automatically populates the other
1347
1347
  * one. If neither attribute is populated, then the finding is invalid. <code>Label</code> is
1348
1348
  * the preferred attribute.</p>
1349
1349
  * @public
@@ -1471,7 +1471,7 @@ export interface ThreatIntelIndicator {
1471
1471
  /**
1472
1472
  * <p>Indicates when the most recent instance of a threat intelligence indicator was
1473
1473
  * observed.</p>
1474
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
1474
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
1475
1475
  * @public
1476
1476
  */
1477
1477
  LastObservedAt?: string | undefined;
@@ -1595,7 +1595,7 @@ export interface CodeVulnerabilitiesFilePath {
1595
1595
  }
1596
1596
  /**
1597
1597
  * <p>Provides details about the vulnerabilities found in your Lambda function code. This field pertains to findings that
1598
- * Security Hub receives from Amazon Inspector.
1598
+ * Security Hub CSPM receives from Amazon Inspector.
1599
1599
  * </p>
1600
1600
  * @public
1601
1601
  */
@@ -1675,13 +1675,13 @@ export interface VulnerabilityVendor {
1675
1675
  VendorSeverity?: string | undefined;
1676
1676
  /**
1677
1677
  * <p>Indicates when the vulnerability advisory was created.</p>
1678
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
1678
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
1679
1679
  * @public
1680
1680
  */
1681
1681
  VendorCreatedAt?: string | undefined;
1682
1682
  /**
1683
1683
  * <p>Indicates when the vulnerability advisory was last updated.</p>
1684
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
1684
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
1685
1685
  * @public
1686
1686
  */
1687
1687
  VendorUpdatedAt?: string | undefined;
@@ -1831,7 +1831,7 @@ export interface Vulnerability {
1831
1831
  LastKnownExploitAt?: string | undefined;
1832
1832
  /**
1833
1833
  * <p>The vulnerabilities found in your Lambda function code. This field pertains to findings that
1834
- * Security Hub receives from Amazon Inspector.
1834
+ * Security Hub CSPM receives from Amazon Inspector.
1835
1835
  * </p>
1836
1836
  * @public
1837
1837
  */
@@ -1849,7 +1849,7 @@ export interface Workflow {
1849
1849
  * <li>
1850
1850
  * <p>
1851
1851
  * <code>NEW</code> - The initial state of a finding, before it is reviewed.</p>
1852
- * <p>Security Hub also resets the workflow status from <code>NOTIFIED</code> or
1852
+ * <p>Security Hub CSPM also resets the workflow status from <code>NOTIFIED</code> or
1853
1853
  * <code>RESOLVED</code> to <code>NEW</code> in the following cases:</p>
1854
1854
  * <ul>
1855
1855
  * <li>
@@ -1886,7 +1886,7 @@ export interface Workflow {
1886
1886
  Status?: WorkflowStatus | undefined;
1887
1887
  }
1888
1888
  /**
1889
- * <p>Provides a consistent format for Security Hub findings.
1889
+ * <p>Provides a consistent format for Security Hub CSPM findings.
1890
1890
  * <code>AwsSecurityFinding</code> format allows you to share findings between Amazon Web Services
1891
1891
  * security services and third-party solutions.</p>
1892
1892
  * <note>
@@ -1908,8 +1908,8 @@ export interface AwsSecurityFinding {
1908
1908
  */
1909
1909
  Id: string | undefined;
1910
1910
  /**
1911
- * <p>The ARN generated by Security Hub that uniquely identifies a product that generates findings.
1912
- * This can be the ARN for a third-party product that is integrated with Security Hub, or the ARN for
1911
+ * <p>The ARN generated by Security Hub CSPM that uniquely identifies a product that generates findings.
1912
+ * This can be the ARN for a third-party product that is integrated with Security Hub CSPM, or the ARN for
1913
1913
  * a custom integration.</p>
1914
1914
  * <p>Length Constraints: Minimum length of 12. Maximum length of 2048.</p>
1915
1915
  * @public
@@ -1917,16 +1917,16 @@ export interface AwsSecurityFinding {
1917
1917
  ProductArn: string | undefined;
1918
1918
  /**
1919
1919
  * <p>The name of the product that generated the finding.</p>
1920
- * <p>Security Hub populates this attribute automatically for each finding. You cannot update this attribute with <code>BatchImportFindings</code> or <code>BatchUpdateFindings</code>. The exception to this is a custom integration.</p>
1921
- * <p>When you use the Security Hub console or API to filter findings by product name, you use this attribute.</p>
1920
+ * <p>Security Hub CSPM populates this attribute automatically for each finding. You cannot update this attribute with <code>BatchImportFindings</code> or <code>BatchUpdateFindings</code>. The exception to this is a custom integration.</p>
1921
+ * <p>When you use the Security Hub CSPM console or API to filter findings by product name, you use this attribute.</p>
1922
1922
  * <p>Length Constraints: Minimum length of 1. Maximum length of 128.</p>
1923
1923
  * @public
1924
1924
  */
1925
1925
  ProductName?: string | undefined;
1926
1926
  /**
1927
1927
  * <p>The name of the company for the product that generated the finding.</p>
1928
- * <p>Security Hub populates this attribute automatically for each finding. You cannot update this attribute with <code>BatchImportFindings</code> or <code>BatchUpdateFindings</code>. The exception to this is a custom integration.</p>
1929
- * <p>When you use the Security Hub console or API to filter findings by company name, you use this attribute.</p>
1928
+ * <p>Security Hub CSPM populates this attribute automatically for each finding. You cannot update this attribute with <code>BatchImportFindings</code> or <code>BatchUpdateFindings</code>. The exception to this is a custom integration.</p>
1929
+ * <p>When you use the Security Hub CSPM console or API to filter findings by company name, you use this attribute.</p>
1930
1930
  * <p>Length Constraints: Minimum length of 1. Maximum length of 128.
1931
1931
  * </p>
1932
1932
  * @public
@@ -1934,7 +1934,7 @@ export interface AwsSecurityFinding {
1934
1934
  CompanyName?: string | undefined;
1935
1935
  /**
1936
1936
  * <p>The Region from which the finding was generated.</p>
1937
- * <p>Security Hub populates this attribute automatically for each finding. You cannot update it using <code>BatchImportFindings</code> or <code>BatchUpdateFindings</code>.</p>
1937
+ * <p>Security Hub CSPM populates this attribute automatically for each finding. You cannot update it using <code>BatchImportFindings</code> or <code>BatchUpdateFindings</code>.</p>
1938
1938
  * <p>Length Constraints: Minimum length of 1. Maximum length of 16.
1939
1939
  * </p>
1940
1940
  * @public
@@ -1966,26 +1966,26 @@ export interface AwsSecurityFinding {
1966
1966
  /**
1967
1967
  * <p>Indicates when the security findings provider first observed the potential security
1968
1968
  * issue that a finding captured.</p>
1969
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
1969
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
1970
1970
  * @public
1971
1971
  */
1972
1972
  FirstObservedAt?: string | undefined;
1973
1973
  /**
1974
1974
  * <p>Indicates when the security findings provider most recently observed a change in the resource that is involved in the finding.</p>
1975
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
1975
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
1976
1976
  * @public
1977
1977
  */
1978
1978
  LastObservedAt?: string | undefined;
1979
1979
  /**
1980
1980
  * <p>Indicates when the security findings provider created the potential security issue that
1981
1981
  * a finding captured.</p>
1982
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
1982
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
1983
1983
  * @public
1984
1984
  */
1985
1985
  CreatedAt: string | undefined;
1986
1986
  /**
1987
1987
  * <p>Indicates when the security findings provider last updated the finding record.</p>
1988
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
1988
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
1989
1989
  * @public
1990
1990
  */
1991
1991
  UpdatedAt: string | undefined;
@@ -2158,14 +2158,14 @@ export interface AwsSecurityFinding {
2158
2158
  * <p>Provides metadata for the Amazon CodeGuru detector associated with a finding. This field pertains to
2159
2159
  * findings that relate to Lambda functions. Amazon Inspector identifies policy violations and
2160
2160
  * vulnerabilities in Lambda function code based on internal detectors developed
2161
- * in collaboration with Amazon CodeGuru. Security Hub receives those findings.
2161
+ * in collaboration with Amazon CodeGuru. Security Hub CSPM receives those findings.
2162
2162
  * </p>
2163
2163
  * @public
2164
2164
  */
2165
2165
  GeneratorDetails?: GeneratorDetails | undefined;
2166
2166
  /**
2167
- * <p>A timestamp that indicates when Security Hub received a finding and begins to process it.</p>
2168
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2167
+ * <p>A timestamp that indicates when Security Hub CSPM received a finding and begins to process it.</p>
2168
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2169
2169
  * @public
2170
2170
  */
2171
2171
  ProcessedAt?: string | undefined;
@@ -2180,7 +2180,7 @@ export interface AwsSecurityFinding {
2180
2180
  /**
2181
2181
  * <p>
2182
2182
  * Provides details about an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack
2183
- * sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
2183
+ * sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub CSPM, you
2184
2184
  * must have GuardDuty enabled. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html">GuardDuty Extended Threat Detection </a> in the <i>Amazon GuardDuty User Guide</i>.
2185
2185
  * </p>
2186
2186
  * @public
@@ -2221,16 +2221,16 @@ export interface BooleanFilter {
2221
2221
  Value?: boolean | undefined;
2222
2222
  }
2223
2223
  /**
2224
- * <p>A collection of filters that are applied to all active findings aggregated by Security Hub.</p>
2224
+ * <p>A collection of filters that are applied to all active findings aggregated by Security Hub CSPM.</p>
2225
2225
  * <p>You can filter by up to ten finding attributes. For each attribute, you can provide up to
2226
2226
  * 20 filter values.</p>
2227
2227
  * @public
2228
2228
  */
2229
2229
  export interface AwsSecurityFindingFilters {
2230
2230
  /**
2231
- * <p>The ARN generated by Security Hub that uniquely identifies a third-party company
2231
+ * <p>The ARN generated by Security Hub CSPM that uniquely identifies a third-party company
2232
2232
  * (security findings provider) after this provider's product (solution that generates
2233
- * findings) is registered with Security Hub.</p>
2233
+ * findings) is registered with Security Hub CSPM.</p>
2234
2234
  * @public
2235
2235
  */
2236
2236
  ProductArn?: StringFilter[] | undefined;
@@ -2265,27 +2265,27 @@ export interface AwsSecurityFindingFilters {
2265
2265
  /**
2266
2266
  * <p>A timestamp that indicates when the security findings provider first
2267
2267
  * observed the potential security issue that a finding captured.</p>
2268
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2268
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2269
2269
  * @public
2270
2270
  */
2271
2271
  FirstObservedAt?: DateFilter[] | undefined;
2272
2272
  /**
2273
2273
  * <p>A timestamp that indicates when the security findings provider most recently observed a change in the resource that is involved in the finding.</p>
2274
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2274
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2275
2275
  * @public
2276
2276
  */
2277
2277
  LastObservedAt?: DateFilter[] | undefined;
2278
2278
  /**
2279
2279
  * <p>A timestamp that indicates when the security findings provider
2280
2280
  * created the potential security issue that a finding reflects.</p>
2281
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2281
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2282
2282
  * @public
2283
2283
  */
2284
2284
  CreatedAt?: DateFilter[] | undefined;
2285
2285
  /**
2286
2286
  * <p>A timestamp that indicates when the security findings provider last
2287
2287
  * updated the finding record.</p>
2288
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2288
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2289
2289
  * @public
2290
2290
  */
2291
2291
  UpdatedAt?: DateFilter[] | undefined;
@@ -2466,13 +2466,13 @@ export interface AwsSecurityFindingFilters {
2466
2466
  ProcessParentPid?: NumberFilter[] | undefined;
2467
2467
  /**
2468
2468
  * <p>A timestamp that identifies when the process was launched.</p>
2469
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2469
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2470
2470
  * @public
2471
2471
  */
2472
2472
  ProcessLaunchedAt?: DateFilter[] | undefined;
2473
2473
  /**
2474
2474
  * <p>A timestamp that identifies when the process was terminated.</p>
2475
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2475
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2476
2476
  * @public
2477
2477
  */
2478
2478
  ProcessTerminatedAt?: DateFilter[] | undefined;
@@ -2493,7 +2493,7 @@ export interface AwsSecurityFindingFilters {
2493
2493
  ThreatIntelIndicatorCategory?: StringFilter[] | undefined;
2494
2494
  /**
2495
2495
  * <p>A timestamp that identifies the last observation of a threat intelligence indicator.</p>
2496
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2496
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2497
2497
  * @public
2498
2498
  */
2499
2499
  ThreatIntelIndicatorLastObservedAt?: DateFilter[] | undefined;
@@ -2632,7 +2632,7 @@ export interface AwsSecurityFindingFilters {
2632
2632
  ResourceContainerImageName?: StringFilter[] | undefined;
2633
2633
  /**
2634
2634
  * <p>A timestamp that identifies when the container was started.</p>
2635
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2635
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
2636
2636
  * @public
2637
2637
  */
2638
2638
  ResourceContainerLaunchedAt?: DateFilter[] | undefined;
@@ -2667,7 +2667,7 @@ export interface AwsSecurityFindingFilters {
2667
2667
  * <li>
2668
2668
  * <p>
2669
2669
  * <code>NEW</code> - The initial state of a finding, before it is reviewed.</p>
2670
- * <p>Security Hub also resets the workflow status from <code>NOTIFIED</code> or
2670
+ * <p>Security Hub CSPM also resets the workflow status from <code>NOTIFIED</code> or
2671
2671
  * <code>RESOLVED</code> to <code>NEW</code> in the following cases:</p>
2672
2672
  * <ul>
2673
2673
  * <li>
@@ -2728,7 +2728,7 @@ export interface AwsSecurityFindingFilters {
2728
2728
  * </ul>
2729
2729
  * <p>In those cases, the workflow status is automatically reset to <code>NEW</code>.</p>
2730
2730
  * <p>For findings from controls, if <code>Compliance.Status</code> is <code>PASSED</code>,
2731
- * then Security Hub automatically sets the workflow status to <code>RESOLVED</code>.</p>
2731
+ * then Security Hub CSPM automatically sets the workflow status to <code>RESOLVED</code>.</p>
2732
2732
  * </li>
2733
2733
  * </ul>
2734
2734
  * @public
@@ -2840,7 +2840,7 @@ export interface AwsSecurityFindingFilters {
2840
2840
  /**
2841
2841
  * <p>
2842
2842
  * Indicates whether a software vulnerability in your environment has a known exploit. You can filter findings by this
2843
- * field only if you use Security Hub and Amazon Inspector.
2843
+ * field only if you use Security Hub CSPM and Amazon Inspector.
2844
2844
  * </p>
2845
2845
  * @public
2846
2846
  */
@@ -2848,7 +2848,7 @@ export interface AwsSecurityFindingFilters {
2848
2848
  /**
2849
2849
  * <p>
2850
2850
  * Indicates whether a vulnerability is fixed in a newer version of the affected software packages. You can filter
2851
- * findings by this field only if you use Security Hub and Amazon Inspector.
2851
+ * findings by this field only if you use Security Hub CSPM and Amazon Inspector.
2852
2852
  *
2853
2853
  * </p>
2854
2854
  * @public
@@ -2899,8 +2899,8 @@ export interface AwsSecurityFindingIdentifier {
2899
2899
  */
2900
2900
  Id: string | undefined;
2901
2901
  /**
2902
- * <p>The ARN generated by Security Hub that uniquely identifies a product that generates findings.
2903
- * This can be the ARN for a third-party product that is integrated with Security Hub, or the ARN for
2902
+ * <p>The ARN generated by Security Hub CSPM that uniquely identifies a product that generates findings.
2903
+ * This can be the ARN for a third-party product that is integrated with Security Hub CSPM, or the ARN for
2904
2904
  * a custom integration.</p>
2905
2905
  * @public
2906
2906
  */
@@ -3015,7 +3015,7 @@ export interface StandardsSubscription {
3015
3015
  * <li>
3016
3016
  * <p>
3017
3017
  * <code>PENDING</code> - The standard is in the process of being enabled. Or the standard is already
3018
- * enabled and Security Hub is adding new controls to the standard.</p>
3018
+ * enabled and Security Hub CSPM is adding new controls to the standard.</p>
3019
3019
  * </li>
3020
3020
  * <li>
3021
3021
  * <p>
@@ -3024,7 +3024,7 @@ export interface StandardsSubscription {
3024
3024
  * <li>
3025
3025
  * <p>
3026
3026
  * <code>INCOMPLETE</code> - The standard could not be enabled completely. One or more errors (<code>StandardsStatusReason</code>)
3027
- * occurred when Security Hub attempted to enable the standard.</p>
3027
+ * occurred when Security Hub CSPM attempted to enable the standard.</p>
3028
3028
  * </li>
3029
3029
  * <li>
3030
3030
  * <p>
@@ -3033,7 +3033,7 @@ export interface StandardsSubscription {
3033
3033
  * <li>
3034
3034
  * <p>
3035
3035
  * <code>FAILED</code> - The standard could not be disabled. One or more errors (<code>StandardsStatusReason</code>)
3036
- * occurred when Security Hub attempted to disable the standard.</p>
3036
+ * occurred when Security Hub CSPM attempted to disable the standard.</p>
3037
3037
  * </li>
3038
3038
  * </ul>
3039
3039
  * @public
@@ -3141,7 +3141,7 @@ export interface BatchGetAutomationRulesResponse {
3141
3141
  }
3142
3142
  /**
3143
3143
  * <p>
3144
- * The target account, organizational unit, or the root that is associated with an Security Hub configuration. The configuration
3144
+ * The target account, organizational unit, or the root that is associated with an Security Hub CSPM configuration. The configuration
3145
3145
  * can be a configuration policy or self-managed behavior.
3146
3146
  * </p>
3147
3147
  * @public
@@ -3209,7 +3209,7 @@ export declare namespace Target {
3209
3209
  }
3210
3210
  /**
3211
3211
  * <p>
3212
- * Provides details about the association between an Security Hub configuration and a target account, organizational unit, or
3212
+ * Provides details about the association between an Security Hub CSPM configuration and a target account, organizational unit, or
3213
3213
  * the root. An association can exist between a target and a configuration policy, or between a target and self-managed
3214
3214
  * behavior.
3215
3215
  * </p>
@@ -3268,7 +3268,7 @@ export interface ConfigurationPolicyAssociationSummary {
3268
3268
  /**
3269
3269
  * <p>
3270
3270
  * Indicates whether the association between the specified target and the configuration was directly applied by the
3271
- * Security Hub delegated administrator or inherited from a parent.
3271
+ * Security Hub CSPM delegated administrator or inherited from a parent.
3272
3272
  * </p>
3273
3273
  * @public
3274
3274
  */
@@ -3546,10 +3546,10 @@ export interface ParameterConfiguration {
3546
3546
  /**
3547
3547
  * <p>
3548
3548
  * Identifies whether a control parameter uses a custom user-defined value or subscribes to the default
3549
- * Security Hub behavior.</p>
3549
+ * Security Hub CSPM behavior.</p>
3550
3550
  * <p>When <code>ValueType</code> is set equal to <code>DEFAULT</code>, the default
3551
- * behavior can be a specific Security Hub default value, or the default behavior can be to ignore a specific parameter.
3552
- * When <code>ValueType</code> is set equal to <code>DEFAULT</code>, Security Hub ignores user-provided input for
3551
+ * behavior can be a specific Security Hub CSPM default value, or the default behavior can be to ignore a specific parameter.
3552
+ * When <code>ValueType</code> is set equal to <code>DEFAULT</code>, Security Hub CSPM ignores user-provided input for
3553
3553
  * the <code>Value</code> field.</p>
3554
3554
  * <p>When <code>ValueType</code> is set equal to <code>CUSTOM</code>, the <code>Value</code> field can't be empty.</p>
3555
3555
  * @public
@@ -3565,7 +3565,7 @@ export interface ParameterConfiguration {
3565
3565
  }
3566
3566
  /**
3567
3567
  * <p>
3568
- * A security control in Security Hub describes a security best practice related to a specific resource.
3568
+ * A security control in Security Hub CSPM describes a security best practice related to a specific resource.
3569
3569
  * </p>
3570
3570
  * @public
3571
3571
  */
@@ -3593,23 +3593,23 @@ export interface SecurityControl {
3593
3593
  Title: string | undefined;
3594
3594
  /**
3595
3595
  * <p> The description of a security control across standards. This typically summarizes how
3596
- * Security Hub evaluates the control and the conditions under which it produces a
3596
+ * Security Hub CSPM evaluates the control and the conditions under which it produces a
3597
3597
  * failed finding. This parameter doesn't reference a specific standard. </p>
3598
3598
  * @public
3599
3599
  */
3600
3600
  Description: string | undefined;
3601
3601
  /**
3602
3602
  * <p>
3603
- * A link to Security Hub documentation that explains how to remediate a failed finding for a security control.
3603
+ * A link to Security Hub CSPM documentation that explains how to remediate a failed finding for a security control.
3604
3604
  * </p>
3605
3605
  * @public
3606
3606
  */
3607
3607
  RemediationUrl: string | undefined;
3608
3608
  /**
3609
3609
  * <p>
3610
- * The severity of a security control. For more information about how Security Hub determines control severity, see
3610
+ * The severity of a security control. For more information about how Security Hub CSPM determines control severity, see
3611
3611
  * <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
3612
- * <i>Security Hub User Guide</i>.
3612
+ * <i>Security Hub CSPM User Guide</i>.
3613
3613
  * </p>
3614
3614
  * @public
3615
3615
  */
@@ -3623,8 +3623,8 @@ export interface SecurityControl {
3623
3623
  SecurityControlStatus: ControlStatus | undefined;
3624
3624
  /**
3625
3625
  * <p>
3626
- * Identifies whether customizable properties of a security control are reflected in Security Hub findings. A status of
3627
- * <code>READY</code> indicates that Security Hub uses the current control parameter values when running security checks of the control.
3626
+ * Identifies whether customizable properties of a security control are reflected in Security Hub CSPM findings. A status of
3627
+ * <code>READY</code> indicates that Security Hub CSPM uses the current control parameter values when running security checks of the control.
3628
3628
  * A status of <code>UPDATING</code> indicates that all security checks might not use the current parameter values.
3629
3629
  * </p>
3630
3630
  * @public
@@ -3800,14 +3800,14 @@ export interface StandardsControlAssociationDetail {
3800
3800
  StandardsControlTitle?: string | undefined;
3801
3801
  /**
3802
3802
  * <p>
3803
- * The description of a control. This typically summarizes how Security Hub evaluates the control and the
3803
+ * The description of a control. This typically summarizes how Security Hub CSPM evaluates the control and the
3804
3804
  * conditions under which it produces a failed finding. This parameter may reference a specific standard.
3805
3805
  * </p>
3806
3806
  * @public
3807
3807
  */
3808
3808
  StandardsControlDescription?: string | undefined;
3809
3809
  /**
3810
- * <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
3810
+ * <p> Provides the input parameter that Security Hub CSPM 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
3811
3811
  * in a specified standard. </p>
3812
3812
  * @public
3813
3813
  */
@@ -3933,7 +3933,7 @@ export interface UpdateAutomationRulesRequestItem {
3933
3933
  /**
3934
3934
  * <p>
3935
3935
  * Whether the rule is active after it is created. If
3936
- * this parameter is equal to <code>ENABLED</code>, Security Hub starts applying the rule to findings
3936
+ * this parameter is equal to <code>ENABLED</code>, Security Hub CSPM starts applying the rule to findings
3937
3937
  * and finding updates after the rule is created. To change the value of this
3938
3938
  * parameter after creating a rule, use <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateAutomationRules.html">
3939
3939
  * <code>BatchUpdateAutomationRules</code>
@@ -3944,7 +3944,7 @@ export interface UpdateAutomationRulesRequestItem {
3944
3944
  RuleStatus?: RuleStatus | undefined;
3945
3945
  /**
3946
3946
  * <p> An integer ranging from 1 to 1000 that represents the order in which the rule action is
3947
- * applied to findings. Security Hub applies rules with lower values for this parameter
3947
+ * applied to findings. Security Hub CSPM applies rules with lower values for this parameter
3948
3948
  * first. </p>
3949
3949
  * @public
3950
3950
  */
@@ -3965,7 +3965,7 @@ export interface UpdateAutomationRulesRequestItem {
3965
3965
  RuleName?: string | undefined;
3966
3966
  /**
3967
3967
  * <p>Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding
3968
- * matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub applies the rule action to a finding that matches
3968
+ * matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub CSPM applies the rule action to a finding that matches
3969
3969
  * the rule criteria and doesn't evaluate other rules for the finding. By default, a rule isn't terminal.
3970
3970
  * </p>
3971
3971
  * @public
@@ -3974,8 +3974,8 @@ export interface UpdateAutomationRulesRequestItem {
3974
3974
  /**
3975
3975
  * <p>
3976
3976
  * A set of ASFF finding field attributes and corresponding expected values that
3977
- * Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in
3978
- * this parameter, Security Hub applies the rule action to the finding.
3977
+ * Security Hub CSPM uses to filter findings. If a rule is enabled and a finding matches the conditions specified in
3978
+ * this parameter, Security Hub CSPM applies the rule action to the finding.
3979
3979
  * </p>
3980
3980
  * @public
3981
3981
  */
@@ -4130,7 +4130,7 @@ export interface BatchUpdateFindingsRequest {
4130
4130
  RelatedFindings?: RelatedFinding[] | undefined;
4131
4131
  }
4132
4132
  /**
4133
- * <p>A finding from a <code>BatchUpdateFindings</code> request that Security Hub was unable to
4133
+ * <p>A finding from a <code>BatchUpdateFindings</code> request that Security Hub CSPM was unable to
4134
4134
  * update.</p>
4135
4135
  * @public
4136
4136
  */
@@ -4439,7 +4439,7 @@ export interface BatchUpdateStandardsControlAssociationsResponse {
4439
4439
  export interface BooleanConfigurationOptions {
4440
4440
  /**
4441
4441
  * <p>
4442
- * The Security Hub default value for a boolean parameter.
4442
+ * The Security Hub CSPM default value for a boolean parameter.
4443
4443
  * </p>
4444
4444
  * @public
4445
4445
  */
@@ -4504,7 +4504,7 @@ export interface OcsfMapFilter {
4504
4504
  */
4505
4505
  FieldName?: OcsfMapField | undefined;
4506
4506
  /**
4507
- * <p>A map filter for filtering Security Hub findings. Each map filter provides the field to check for, the
4507
+ * <p>A map filter for filtering Security Hub CSPM findings. Each map filter provides the field to check for, the
4508
4508
  * value to check for, and the comparison operator.</p>
4509
4509
  * @public
4510
4510
  */
@@ -4537,7 +4537,7 @@ export interface OcsfStringFilter {
4537
4537
  */
4538
4538
  FieldName?: OcsfStringField | undefined;
4539
4539
  /**
4540
- * <p>A string filter for filtering Security Hub findings.</p>
4540
+ * <p>A string filter for filtering Security Hub CSPM findings.</p>
4541
4541
  * @public
4542
4542
  */
4543
4543
  Filter?: StringFilter | undefined;
@@ -4551,7 +4551,7 @@ export interface OcsfStringFilter {
4551
4551
  export interface DoubleConfigurationOptions {
4552
4552
  /**
4553
4553
  * <p>
4554
- * The Security Hub default value for a control parameter that is a double.
4554
+ * The Security Hub CSPM default value for a control parameter that is a double.
4555
4555
  * </p>
4556
4556
  * @public
4557
4557
  */
@@ -4580,7 +4580,7 @@ export interface DoubleConfigurationOptions {
4580
4580
  export interface EnumConfigurationOptions {
4581
4581
  /**
4582
4582
  * <p>
4583
- * The Security Hub default value for a control parameter that is an enum.
4583
+ * The Security Hub CSPM default value for a control parameter that is an enum.
4584
4584
  * </p>
4585
4585
  * @public
4586
4586
  */
@@ -4602,7 +4602,7 @@ export interface EnumConfigurationOptions {
4602
4602
  export interface EnumListConfigurationOptions {
4603
4603
  /**
4604
4604
  * <p>
4605
- * The Security Hub default value for a control parameter that is a list of enums.
4605
+ * The Security Hub CSPM default value for a control parameter that is a list of enums.
4606
4606
  * </p>
4607
4607
  * @public
4608
4608
  */
@@ -4631,7 +4631,7 @@ export interface EnumListConfigurationOptions {
4631
4631
  export interface IntegerConfigurationOptions {
4632
4632
  /**
4633
4633
  * <p>
4634
- * The Security Hub default value for a control parameter that is an integer.
4634
+ * The Security Hub CSPM default value for a control parameter that is an integer.
4635
4635
  * </p>
4636
4636
  * @public
4637
4637
  */
@@ -4660,7 +4660,7 @@ export interface IntegerConfigurationOptions {
4660
4660
  export interface IntegerListConfigurationOptions {
4661
4661
  /**
4662
4662
  * <p>
4663
- * The Security Hub default value for a control parameter that is a list of integers.
4663
+ * The Security Hub CSPM default value for a control parameter that is a list of integers.
4664
4664
  * </p>
4665
4665
  * @public
4666
4666
  */
@@ -4696,14 +4696,14 @@ export interface IntegerListConfigurationOptions {
4696
4696
  export interface StringConfigurationOptions {
4697
4697
  /**
4698
4698
  * <p>
4699
- * The Security Hub default value for a control parameter that is a string.
4699
+ * The Security Hub CSPM default value for a control parameter that is a string.
4700
4700
  * </p>
4701
4701
  * @public
4702
4702
  */
4703
4703
  DefaultValue?: string | undefined;
4704
4704
  /**
4705
4705
  * <p>
4706
- * An RE2 regular expression that Security Hub uses to validate a user-provided control parameter string.
4706
+ * An RE2 regular expression that Security Hub CSPM uses to validate a user-provided control parameter string.
4707
4707
  * </p>
4708
4708
  * @public
4709
4709
  */
@@ -4725,14 +4725,14 @@ export interface StringConfigurationOptions {
4725
4725
  export interface StringListConfigurationOptions {
4726
4726
  /**
4727
4727
  * <p>
4728
- * The Security Hub default value for a control parameter that is a list of strings.
4728
+ * The Security Hub CSPM default value for a control parameter that is a list of strings.
4729
4729
  * </p>
4730
4730
  * @public
4731
4731
  */
4732
4732
  DefaultValue?: string[] | undefined;
4733
4733
  /**
4734
4734
  * <p>
4735
- * An RE2 regular expression that Security Hub uses to validate a user-provided list of strings for a control
4735
+ * An RE2 regular expression that Security Hub CSPM uses to validate a user-provided list of strings for a control
4736
4736
  * parameter.
4737
4737
  * </p>
4738
4738
  * @public
@@ -4933,7 +4933,7 @@ export declare namespace ConfigurationOptions {
4933
4933
  }
4934
4934
  /**
4935
4935
  * <p>
4936
- * An object that contains the details of an Security Hub configuration policy that’s returned in a
4936
+ * An object that contains the details of an Security Hub CSPM configuration policy that’s returned in a
4937
4937
  * <code>ListConfigurationPolicies</code> request.
4938
4938
  * </p>
4939
4939
  * @public
@@ -5129,7 +5129,7 @@ export interface CreateAutomationRuleRequest {
5129
5129
  /**
5130
5130
  * <p>
5131
5131
  * Whether the rule is active after it is created. If
5132
- * this parameter is equal to <code>ENABLED</code>, Security Hub starts applying the rule to findings
5132
+ * this parameter is equal to <code>ENABLED</code>, Security Hub CSPM starts applying the rule to findings
5133
5133
  * and finding updates after the rule is created. To change the value of this
5134
5134
  * parameter after creating a rule, use <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateAutomationRules.html">
5135
5135
  * <code>BatchUpdateAutomationRules</code>
@@ -5140,7 +5140,7 @@ export interface CreateAutomationRuleRequest {
5140
5140
  RuleStatus?: RuleStatus | undefined;
5141
5141
  /**
5142
5142
  * <p>An integer ranging from 1 to 1000 that represents the order in which the rule action is
5143
- * applied to findings. Security Hub applies rules with lower values for this parameter
5143
+ * applied to findings. Security Hub CSPM applies rules with lower values for this parameter
5144
5144
  * first. </p>
5145
5145
  * @public
5146
5146
  */
@@ -5161,7 +5161,7 @@ export interface CreateAutomationRuleRequest {
5161
5161
  Description: string | undefined;
5162
5162
  /**
5163
5163
  * <p>Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding
5164
- * matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub applies the rule action to a finding that matches
5164
+ * matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub CSPM applies the rule action to a finding that matches
5165
5165
  * the rule criteria and doesn't evaluate other rules for the finding. By default, a rule isn't terminal.
5166
5166
  * </p>
5167
5167
  * @public
@@ -5170,8 +5170,8 @@ export interface CreateAutomationRuleRequest {
5170
5170
  /**
5171
5171
  * <p>
5172
5172
  * A set of ASFF finding field attributes and corresponding expected values that
5173
- * Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in
5174
- * this parameter, Security Hub applies the rule action to the finding.
5173
+ * Security Hub CSPM uses to filter findings. If a rule is enabled and a finding matches the conditions specified in
5174
+ * this parameter, Security Hub CSPM applies the rule action to the finding.
5175
5175
  * </p>
5176
5176
  * @public
5177
5177
  */
@@ -5236,7 +5236,7 @@ export interface SecurityControlCustomParameter {
5236
5236
  }
5237
5237
  /**
5238
5238
  * <p>
5239
- * An object that defines which security controls are enabled in an Security Hub configuration policy.
5239
+ * An object that defines which security controls are enabled in an Security Hub CSPM configuration policy.
5240
5240
  * The enablement status of a control is aligned across all of the enabled standards in an account.
5241
5241
  * </p>
5242
5242
  * @public
@@ -5244,7 +5244,7 @@ export interface SecurityControlCustomParameter {
5244
5244
  export interface SecurityControlsConfiguration {
5245
5245
  /**
5246
5246
  * <p>
5247
- * A list of security controls that are enabled in the configuration policy. Security Hub disables all other
5247
+ * A list of security controls that are enabled in the configuration policy. Security Hub CSPM disables all other
5248
5248
  * controls (including newly released controls) other than the listed controls.
5249
5249
  * </p>
5250
5250
  * @public
@@ -5252,7 +5252,7 @@ export interface SecurityControlsConfiguration {
5252
5252
  EnabledSecurityControlIdentifiers?: string[] | undefined;
5253
5253
  /**
5254
5254
  * <p>
5255
- * A list of security controls that are disabled in the configuration policy. Security Hub enables all other
5255
+ * A list of security controls that are disabled in the configuration policy. Security Hub CSPM enables all other
5256
5256
  * controls (including newly released controls) other than the listed controls.
5257
5257
  * </p>
5258
5258
  * @public
@@ -5268,11 +5268,11 @@ export interface SecurityControlsConfiguration {
5268
5268
  }
5269
5269
  /**
5270
5270
  * <p>
5271
- * An object that defines how Security Hub is configured. The configuration policy includes whether
5272
- * Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or
5271
+ * An object that defines how Security Hub CSPM is configured. The configuration policy includes whether
5272
+ * Security Hub CSPM is enabled or disabled, a list of enabled security standards, a list of enabled or
5273
5273
  * 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
5274
- * policy, Security Hub disables all other controls (including newly released controls). If you provide a
5275
- * list of security controls that are disabled in the configuration policy, Security Hub enables all other
5274
+ * policy, Security Hub CSPM disables all other controls (including newly released controls). If you provide a
5275
+ * list of security controls that are disabled in the configuration policy, Security Hub CSPM enables all other
5276
5276
  * controls (including newly released controls).
5277
5277
  * </p>
5278
5278
  * @public
@@ -5280,7 +5280,7 @@ export interface SecurityControlsConfiguration {
5280
5280
  export interface SecurityHubPolicy {
5281
5281
  /**
5282
5282
  * <p>
5283
- * Indicates whether Security Hub is enabled in the policy.
5283
+ * Indicates whether Security Hub CSPM is enabled in the policy.
5284
5284
  * </p>
5285
5285
  * @public
5286
5286
  */
@@ -5303,11 +5303,11 @@ export interface SecurityHubPolicy {
5303
5303
  }
5304
5304
  /**
5305
5305
  * <p>
5306
- * An object that defines how Security Hub is configured. It includes whether Security Hub is
5306
+ * An object that defines how Security Hub CSPM is configured. It includes whether Security Hub CSPM is
5307
5307
  * 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.
5308
- * If you provide a list of security controls that are enabled in the configuration policy, Security Hub
5308
+ * If you provide a list of security controls that are enabled in the configuration policy, Security Hub CSPM
5309
5309
  * disables all other controls (including newly released controls). If you provide a list of security controls that
5310
- * are disabled in the configuration policy, Security Hub enables all other controls (including newly
5310
+ * are disabled in the configuration policy, Security Hub CSPM enables all other controls (including newly
5311
5311
  * released controls).
5312
5312
  * </p>
5313
5313
  * @public
@@ -5364,10 +5364,10 @@ export interface CreateConfigurationPolicyRequest {
5364
5364
  Description?: string | undefined;
5365
5365
  /**
5366
5366
  * <p>
5367
- * An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or
5367
+ * An object that defines how Security Hub CSPM is configured. It includes whether Security Hub CSPM is enabled or
5368
5368
  * 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.
5369
- * If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly
5370
- * released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub
5369
+ * If you provide a list of security controls that are enabled in the configuration policy, Security Hub CSPM disables all other controls (including newly
5370
+ * released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub CSPM
5371
5371
  * enables all other controls (including newly released controls).
5372
5372
  * </p>
5373
5373
  * @public
@@ -5376,8 +5376,8 @@ export interface CreateConfigurationPolicyRequest {
5376
5376
  /**
5377
5377
  * <p>
5378
5378
  * User-defined tags associated with a configuration policy. For more information, see
5379
- * <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/tagging-resources.html">Tagging Security Hub resources</a>
5380
- * in the <i>Security Hub user guide</i>.
5379
+ * <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/tagging-resources.html">Tagging Security Hub CSPM resources</a>
5380
+ * in the <i>Security Hub CSPM user guide</i>.
5381
5381
  * </p>
5382
5382
  * @public
5383
5383
  */
@@ -5431,11 +5431,11 @@ export interface CreateConfigurationPolicyResponse {
5431
5431
  CreatedAt?: Date | undefined;
5432
5432
  /**
5433
5433
  * <p>
5434
- * An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a
5434
+ * An object that defines how Security Hub CSPM is configured. It includes whether Security Hub CSPM is enabled or disabled, a
5435
5435
  * list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls.
5436
- * If the request included a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly
5436
+ * If the request included a list of security controls that are enabled in the configuration policy, Security Hub CSPM disables all other controls (including newly
5437
5437
  * released controls). If the request included a list of security controls that are disabled in the configuration policy,
5438
- * Security Hub enables all other controls (including newly released controls).
5438
+ * Security Hub CSPM enables all other controls (including newly released controls).
5439
5439
  * </p>
5440
5440
  * @public
5441
5441
  */
@@ -5578,23 +5578,23 @@ export interface CreateConnectorV2Response {
5578
5578
  */
5579
5579
  export interface CreateFindingAggregatorRequest {
5580
5580
  /**
5581
- * <p>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.</p>
5581
+ * <p>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 CSPM supports them and you opt into them.</p>
5582
5582
  * <p>The selected option also determines how to use the Regions provided in the Regions list.</p>
5583
5583
  * <p>The options are as follows:</p>
5584
5584
  * <ul>
5585
5585
  * <li>
5586
5586
  * <p>
5587
- * <code>ALL_REGIONS</code> - Aggregates 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.
5587
+ * <code>ALL_REGIONS</code> - Aggregates findings from all of the Regions where Security Hub CSPM is enabled. When you choose this option, Security Hub CSPM also automatically aggregates findings from new Regions as Security Hub CSPM supports them and you opt into them.
5588
5588
  * </p>
5589
5589
  * </li>
5590
5590
  * <li>
5591
5591
  * <p>
5592
- * <code>ALL_REGIONS_EXCEPT_SPECIFIED</code> - Aggregates findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the <code>Regions</code> 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.
5592
+ * <code>ALL_REGIONS_EXCEPT_SPECIFIED</code> - Aggregates findings from all of the Regions where Security Hub CSPM is enabled, except for the Regions listed in the <code>Regions</code> parameter. When you choose this option, Security Hub CSPM also automatically aggregates findings from new Regions as Security Hub CSPM supports them and you opt into them.
5593
5593
  * </p>
5594
5594
  * </li>
5595
5595
  * <li>
5596
5596
  * <p>
5597
- * <code>SPECIFIED_REGIONS</code> - Aggregates findings only from the Regions listed in the <code>Regions</code> parameter. Security Hub does not automatically aggregate findings from new Regions.
5597
+ * <code>SPECIFIED_REGIONS</code> - Aggregates findings only from the Regions listed in the <code>Regions</code> parameter. Security Hub CSPM does not automatically aggregate findings from new Regions.
5598
5598
  * </p>
5599
5599
  * </li>
5600
5600
  * <li>
@@ -5680,7 +5680,7 @@ export interface CreateInsightResponse {
5680
5680
  */
5681
5681
  export interface CreateMembersRequest {
5682
5682
  /**
5683
- * <p>The list of accounts to associate with the Security Hub administrator account. For each account, the
5683
+ * <p>The list of accounts to associate with the Security Hub CSPM administrator account. For each account, the
5684
5684
  * list includes the account ID and optionally the email address.</p>
5685
5685
  * @public
5686
5686
  */
@@ -5964,7 +5964,7 @@ export interface DescribeActionTargetsResponse {
5964
5964
  /**
5965
5965
  * <p>A list of <code>ActionTarget</code> objects. Each object includes the <code>ActionTargetArn</code>,
5966
5966
  * <code>Description</code>, and <code>Name</code> of a custom action target available in
5967
- * Security Hub.</p>
5967
+ * Security Hub CSPM.</p>
5968
5968
  * @public
5969
5969
  */
5970
5970
  ActionTargets: ActionTarget[] | undefined;
@@ -5994,7 +5994,7 @@ export interface DescribeHubResponse {
5994
5994
  */
5995
5995
  HubArn?: string | undefined;
5996
5996
  /**
5997
- * <p>The date and time when Security Hub was enabled in the account.</p>
5997
+ * <p>The date and time when Security Hub CSPM was enabled in the account.</p>
5998
5998
  * @public
5999
5999
  */
6000
6000
  SubscribedAt?: string | undefined;
@@ -6005,22 +6005,22 @@ export interface DescribeHubResponse {
6005
6005
  * automatically. If set to <code>false</code>, then new controls are not enabled.</p>
6006
6006
  * <p>When you automatically enable new controls, you can interact with the controls in
6007
6007
  * the console and programmatically immediately after release. However, automatically enabled controls have a temporary default status of
6008
- * <code>DISABLED</code>. It can take up to several days for Security Hub to process the control release and designate the
6008
+ * <code>DISABLED</code>. It can take up to several days for Security Hub CSPM to process the control release and designate the
6009
6009
  * control as <code>ENABLED</code> in your account. During the processing period, you can manually enable or disable a
6010
- * control, and Security Hub will maintain that designation regardless of whether you have <code>AutoEnableControls</code> set to
6010
+ * control, and Security Hub CSPM will maintain that designation regardless of whether you have <code>AutoEnableControls</code> set to
6011
6011
  * <code>true</code>.</p>
6012
6012
  * @public
6013
6013
  */
6014
6014
  AutoEnableControls?: boolean | undefined;
6015
6015
  /**
6016
6016
  * <p>Specifies whether the calling account has consolidated control findings turned on. If the value for this field is set to
6017
- * <code>SECURITY_CONTROL</code>, Security Hub generates a single finding for a control check even when the check
6017
+ * <code>SECURITY_CONTROL</code>, Security Hub CSPM generates a single finding for a control check even when the check
6018
6018
  * applies to multiple enabled standards.</p>
6019
- * <p>If the value for this field is set to <code>STANDARD_CONTROL</code>, Security Hub generates separate findings
6019
+ * <p>If the value for this field is set to <code>STANDARD_CONTROL</code>, Security Hub CSPM generates separate findings
6020
6020
  * for a control check when the check applies to multiple enabled standards.</p>
6021
6021
  * <p>The value for this field in a member account matches the value in the administrator
6022
6022
  * account. For accounts that aren't part of an organization, the default value of this field
6023
- * is <code>SECURITY_CONTROL</code> if you enabled Security Hub on or after February 23,
6023
+ * is <code>SECURITY_CONTROL</code> if you enabled Security Hub CSPM on or after February 23,
6024
6024
  * 2023.</p>
6025
6025
  * @public
6026
6026
  */
@@ -6033,7 +6033,7 @@ export interface DescribeOrganizationConfigurationRequest {
6033
6033
  }
6034
6034
  /**
6035
6035
  * <p>
6036
- * Provides information about the way an organization is configured in Security Hub.
6036
+ * Provides information about the way an organization is configured in Security Hub CSPM.
6037
6037
  * </p>
6038
6038
  * @public
6039
6039
  */
@@ -6043,14 +6043,14 @@ export interface OrganizationConfiguration {
6043
6043
  * Indicates whether the organization uses local or central configuration.
6044
6044
  * </p>
6045
6045
  * <p>If you use local configuration, the
6046
- * Security Hub delegated administrator can set <code>AutoEnable</code> to <code>true</code> and
6047
- * <code>AutoEnableStandards</code> to <code>DEFAULT</code>. This automatically enables Security Hub and
6046
+ * Security Hub CSPM delegated administrator can set <code>AutoEnable</code> to <code>true</code> and
6047
+ * <code>AutoEnableStandards</code> to <code>DEFAULT</code>. This automatically enables Security Hub CSPM and
6048
6048
  * default security standards in new organization accounts. These new account settings must be set separately in
6049
6049
  * each Amazon Web Services Region, and settings may be different in each Region.
6050
6050
  * </p>
6051
6051
  * <p>
6052
6052
  * If you use central configuration, the delegated administrator can create configuration policies. Configuration
6053
- * policies can be used to configure Security Hub, security standards, and security controls in multiple
6053
+ * policies can be used to configure Security Hub CSPM, security standards, and security controls in multiple
6054
6054
  * accounts and Regions. If you want new organization accounts to use a specific configuration, you can create a
6055
6055
  * configuration policy and associate it with the root or specific organizational units (OUs). New accounts will
6056
6056
  * inherit the policy from the root or their assigned OU.
@@ -6081,25 +6081,25 @@ export interface OrganizationConfiguration {
6081
6081
  */
6082
6082
  export interface DescribeOrganizationConfigurationResponse {
6083
6083
  /**
6084
- * <p>Whether to automatically enable Security Hub in new member accounts when they join the organization.</p>
6085
- * <p>If set to <code>true</code>, then Security Hub is automatically enabled in new accounts. If set to <code>false</code>,
6086
- * then Security Hub isn't enabled in new accounts automatically. The default value is <code>false</code>.</p>
6084
+ * <p>Whether to automatically enable Security Hub CSPM in new member accounts when they join the organization.</p>
6085
+ * <p>If set to <code>true</code>, then Security Hub CSPM is automatically enabled in new accounts. If set to <code>false</code>,
6086
+ * then Security Hub CSPM isn't enabled in new accounts automatically. The default value is <code>false</code>.</p>
6087
6087
  * <p>If the <code>ConfigurationType</code> of your organization is set to <code>CENTRAL</code>, then this field is set
6088
6088
  * to <code>false</code> and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration
6089
- * policy in which Security Hub is enabled and associate the policy with new organization accounts.</p>
6089
+ * policy in which Security Hub CSPM is enabled and associate the policy with new organization accounts.</p>
6090
6090
  * @public
6091
6091
  */
6092
6092
  AutoEnable?: boolean | undefined;
6093
6093
  /**
6094
6094
  * <p>Whether the maximum number of allowed member accounts are already associated with the
6095
- * Security Hub administrator account.</p>
6095
+ * Security Hub CSPM administrator account.</p>
6096
6096
  * @public
6097
6097
  */
6098
6098
  MemberAccountLimitReached?: boolean | undefined;
6099
6099
  /**
6100
- * <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>
6100
+ * <p>Whether to automatically enable Security Hub CSPM <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-enable-disable.html">default standards</a>
6101
6101
  * in new member accounts when they join the organization.</p>
6102
- * <p>If equal to <code>DEFAULT</code>, then Security Hub default standards are automatically enabled for new member
6102
+ * <p>If equal to <code>DEFAULT</code>, then Security Hub CSPM default standards are automatically enabled for new member
6103
6103
  * accounts. If equal to <code>NONE</code>, then default standards are not automatically enabled for new member
6104
6104
  * accounts. The default value of this parameter is equal to <code>DEFAULT</code>.</p>
6105
6105
  * <p>If the <code>ConfigurationType</code> of your organization is set to <code>CENTRAL</code>, then this field is set
@@ -6110,7 +6110,7 @@ export interface DescribeOrganizationConfigurationResponse {
6110
6110
  AutoEnableStandards?: AutoEnableStandards | undefined;
6111
6111
  /**
6112
6112
  * <p>
6113
- * Provides information about the way an organization is configured in Security Hub.
6113
+ * Provides information about the way an organization is configured in Security Hub CSPM.
6114
6114
  * </p>
6115
6115
  * @public
6116
6116
  */
@@ -6177,16 +6177,16 @@ export interface Product {
6177
6177
  * <li>
6178
6178
  * <p>
6179
6179
  * <code>SEND_FINDINGS_TO_SECURITY_HUB</code> - The integration sends
6180
- * findings to Security Hub.</p>
6180
+ * findings to Security Hub CSPM.</p>
6181
6181
  * </li>
6182
6182
  * <li>
6183
6183
  * <p>
6184
6184
  * <code>RECEIVE_FINDINGS_FROM_SECURITY_HUB</code> - The integration
6185
- * receives findings from Security Hub.</p>
6185
+ * receives findings from Security Hub CSPM.</p>
6186
6186
  * </li>
6187
6187
  * <li>
6188
6188
  * <p>
6189
- * <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>
6189
+ * <code>UPDATE_FINDINGS_IN_SECURITY_HUB</code> - The integration does not send new findings to Security Hub CSPM, but does make updates to the findings that it receives from Security Hub CSPM.</p>
6190
6190
  * </li>
6191
6191
  * </ul>
6192
6192
  * @public
@@ -6199,7 +6199,7 @@ export interface Product {
6199
6199
  */
6200
6200
  MarketplaceUrl?: string | undefined;
6201
6201
  /**
6202
- * <p>The URL to the service or product documentation about the integration with Security Hub, including how to activate the integration.</p>
6202
+ * <p>The URL to the service or product documentation about the integration with Security Hub CSPM, including how to activate the integration.</p>
6203
6203
  * @public
6204
6204
  */
6205
6205
  ActivationUrl?: string | undefined;
@@ -6281,6 +6281,11 @@ export interface ProductV2 {
6281
6281
  * @public
6282
6282
  */
6283
6283
  ActivationUrl?: string | undefined;
6284
+ /**
6285
+ * <p>The identifier for the AWS Marketplace product associated with this integration.</p>
6286
+ * @public
6287
+ */
6288
+ MarketplaceProductId?: string | undefined;
6284
6289
  }
6285
6290
  /**
6286
6291
  * @public
@@ -6377,10 +6382,10 @@ export interface Standard {
6377
6382
  */
6378
6383
  Description?: string | undefined;
6379
6384
  /**
6380
- * <p>Whether the standard is enabled by default. When Security Hub is enabled from the console, if a
6385
+ * <p>Whether the standard is enabled by default. When Security Hub CSPM is enabled from the console, if a
6381
6386
  * standard is enabled by default, the check box for that standard is selected by
6382
6387
  * default.</p>
6383
- * <p>When Security Hub is enabled using the <code>EnableSecurityHub</code> API operation, the
6388
+ * <p>When Security Hub CSPM is enabled using the <code>EnableSecurityHub</code> API operation, the
6384
6389
  * standard is enabled by default unless <code>EnableDefaultStandards</code> is set to
6385
6390
  * <code>false</code>.</p>
6386
6391
  * @public
@@ -6445,7 +6450,7 @@ export interface StandardsControl {
6445
6450
  StandardsControlArn?: string | undefined;
6446
6451
  /**
6447
6452
  * <p>The current status of the security standard control. Indicates whether the control is
6448
- * enabled or disabled. Security Hub does not check against disabled controls.</p>
6453
+ * enabled or disabled. Security Hub CSPM does not check against disabled controls.</p>
6449
6454
  * @public
6450
6455
  */
6451
6456
  ControlStatus?: ControlStatus | undefined;
@@ -6477,7 +6482,7 @@ export interface StandardsControl {
6477
6482
  */
6478
6483
  Description?: string | undefined;
6479
6484
  /**
6480
- * <p>A link to remediation information for the control in the Security Hub user
6485
+ * <p>A link to remediation information for the control in the Security Hub CSPM user
6481
6486
  * documentation.</p>
6482
6487
  * @public
6483
6488
  */
@@ -6530,13 +6535,13 @@ export interface DisableImportFindingsForProductResponse {
6530
6535
  */
6531
6536
  export interface DisableOrganizationAdminAccountRequest {
6532
6537
  /**
6533
- * <p>The Amazon Web Services account identifier of the Security Hub administrator account.</p>
6538
+ * <p>The Amazon Web Services account identifier of the Security Hub CSPM administrator account.</p>
6534
6539
  * @public
6535
6540
  */
6536
6541
  AdminAccountId: string | undefined;
6537
6542
  /**
6538
6543
  * <p>The feature for which the delegated admin account is disabled.
6539
- * Defaults to Security Hub if not specified.</p>
6544
+ * Defaults to Security Hub CSPM if not specified.</p>
6540
6545
  * @public
6541
6546
  */
6542
6547
  Feature?: SecurityHubFeature | undefined;
@@ -6626,14 +6631,14 @@ export interface EnableImportFindingsForProductResponse {
6626
6631
  */
6627
6632
  export interface EnableOrganizationAdminAccountRequest {
6628
6633
  /**
6629
- * <p>The Amazon Web Services account identifier of the account to designate as the Security Hub administrator
6634
+ * <p>The Amazon Web Services account identifier of the account to designate as the Security Hub CSPM administrator
6630
6635
  * account.</p>
6631
6636
  * @public
6632
6637
  */
6633
6638
  AdminAccountId: string | undefined;
6634
6639
  /**
6635
6640
  * <p>The feature for which the delegated admin account is enabled.
6636
- * Defaults to Security Hub if not specified.</p>
6641
+ * Defaults to Security Hub CSPM if not specified.</p>
6637
6642
  * @public
6638
6643
  */
6639
6644
  Feature?: SecurityHubFeature | undefined;
@@ -6643,13 +6648,13 @@ export interface EnableOrganizationAdminAccountRequest {
6643
6648
  */
6644
6649
  export interface EnableOrganizationAdminAccountResponse {
6645
6650
  /**
6646
- * <p>The Amazon Web Services account identifier of the account to designate as the Security Hub administrator account.</p>
6651
+ * <p>The Amazon Web Services account identifier of the account to designate as the Security Hub CSPM administrator account.</p>
6647
6652
  * @public
6648
6653
  */
6649
6654
  AdminAccountId?: string | undefined;
6650
6655
  /**
6651
6656
  * <p>The feature where the delegated administrator is enabled.
6652
- * The default is Security Hub CSPM if no delegated administrator is specified in the request.</p>
6657
+ * The default is Security Hub CSPM CSPM if no delegated administrator is specified in the request.</p>
6653
6658
  * @public
6654
6659
  */
6655
6660
  Feature?: SecurityHubFeature | undefined;
@@ -6659,12 +6664,12 @@ export interface EnableOrganizationAdminAccountResponse {
6659
6664
  */
6660
6665
  export interface EnableSecurityHubRequest {
6661
6666
  /**
6662
- * <p>The tags to add to the hub resource when you enable Security Hub.</p>
6667
+ * <p>The tags to add to the hub resource when you enable Security Hub CSPM.</p>
6663
6668
  * @public
6664
6669
  */
6665
6670
  Tags?: Record<string, string> | undefined;
6666
6671
  /**
6667
- * <p>Whether to enable the security standards that Security Hub has designated as automatically
6672
+ * <p>Whether to enable the security standards that Security Hub CSPM has designated as automatically
6668
6673
  * enabled. If you don't provide a value for <code>EnableDefaultStandards</code>, it is set
6669
6674
  * to <code>true</code>. To not enable the automatically enabled standards, set
6670
6675
  * <code>EnableDefaultStandards</code> to <code>false</code>.</p>
@@ -6672,15 +6677,15 @@ export interface EnableSecurityHubRequest {
6672
6677
  */
6673
6678
  EnableDefaultStandards?: boolean | undefined;
6674
6679
  /**
6675
- * <p>This field, used when enabling Security Hub, specifies whether the calling account has consolidated control findings turned on.
6680
+ * <p>This field, used when enabling Security Hub CSPM, specifies whether the calling account has consolidated control findings turned on.
6676
6681
  * If the value for this field is set to
6677
- * <code>SECURITY_CONTROL</code>, Security Hub generates a single finding for a control check even when the check
6682
+ * <code>SECURITY_CONTROL</code>, Security Hub CSPM generates a single finding for a control check even when the check
6678
6683
  * applies to multiple enabled standards.</p>
6679
- * <p>If the value for this field is set to <code>STANDARD_CONTROL</code>, Security Hub generates separate findings
6684
+ * <p>If the value for this field is set to <code>STANDARD_CONTROL</code>, Security Hub CSPM generates separate findings
6680
6685
  * for a control check when the check applies to multiple enabled standards.</p>
6681
6686
  * <p>The value for this field in a member account matches the value in the administrator
6682
6687
  * account. For accounts that aren't part of an organization, the default value of this field
6683
- * is <code>SECURITY_CONTROL</code> if you enabled Security Hub on or after February 23,
6688
+ * is <code>SECURITY_CONTROL</code> if you enabled Security Hub CSPM on or after February 23,
6684
6689
  * 2023.</p>
6685
6690
  * @public
6686
6691
  */
@@ -6712,7 +6717,7 @@ export interface EnableSecurityHubV2Response {
6712
6717
  HubV2Arn?: string | undefined;
6713
6718
  }
6714
6719
  /**
6715
- * <p>A finding aggregator is a Security Hub resource that specifies cross-Region aggregation settings, including the
6720
+ * <p>A finding aggregator is a Security Hub CSPM resource that specifies cross-Region aggregation settings, including the
6716
6721
  * home Region and any linked Regions.</p>
6717
6722
  * @public
6718
6723
  */
@@ -6746,7 +6751,7 @@ export interface FindingHistoryUpdate {
6746
6751
  OldValue?: string | undefined;
6747
6752
  /**
6748
6753
  * <p>
6749
- * The value of the ASFF field after the finding change event. To preserve storage and readability, Security Hub omits this value
6754
+ * The value of the ASFF field after the finding change event. To preserve storage and readability, Security Hub CSPM omits this value
6750
6755
  * if <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_FindingHistoryRecord.html">
6751
6756
  * <code>FindingHistoryRecord</code>
6752
6757
  * </a> exceeds database limits.
@@ -6768,7 +6773,7 @@ export interface FindingHistoryUpdateSource {
6768
6773
  * <code>BatchImportFindings</code>
6769
6774
  * </a> (by an integrated Amazon Web Services service or third party partner integration) or <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateFindings.html">
6770
6775
  * <code>BatchUpdateFindings</code>
6771
- * </a> (by a Security Hub customer).
6776
+ * </a> (by a Security Hub CSPM customer).
6772
6777
  * </p>
6773
6778
  * @public
6774
6779
  */
@@ -6795,9 +6800,9 @@ export interface FindingHistoryRecord {
6795
6800
  */
6796
6801
  FindingIdentifier?: AwsSecurityFindingIdentifier | undefined;
6797
6802
  /**
6798
- * <p> A timestamp that indicates when Security Hub
6803
+ * <p> A timestamp that indicates when Security Hub CSPM
6799
6804
  * processed the updated finding record.</p>
6800
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
6805
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
6801
6806
  * @public
6802
6807
  */
6803
6808
  UpdateTime?: Date | undefined;
@@ -6813,7 +6818,7 @@ export interface FindingHistoryRecord {
6813
6818
  * <p> Identifies the source of the event that changed the finding. For example, an integrated
6814
6819
  * Amazon Web Services service or third-party partner integration may call <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchImportFindings.html">
6815
6820
  * <code>BatchImportFindings</code>
6816
- * </a>, or an Security Hub customer
6821
+ * </a>, or an Security Hub CSPM customer
6817
6822
  * may call <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateFindings.html">
6818
6823
  * <code>BatchUpdateFindings</code>
6819
6824
  * </a>. </p>
@@ -6851,7 +6856,7 @@ export interface FindingsTrendsStringFilter {
6851
6856
  */
6852
6857
  FieldName?: FindingsTrendsStringField | undefined;
6853
6858
  /**
6854
- * <p>A string filter for filtering Security Hub findings.</p>
6859
+ * <p>A string filter for filtering Security Hub CSPM findings.</p>
6855
6860
  * @public
6856
6861
  */
6857
6862
  Filter?: StringFilter | undefined;
@@ -6867,7 +6872,7 @@ export interface GetAdministratorAccountRequest {
6867
6872
  */
6868
6873
  export interface Invitation {
6869
6874
  /**
6870
- * <p>The account ID of the Security Hub administrator account that the invitation was sent from.</p>
6875
+ * <p>The account ID of the Security Hub CSPM administrator account that the invitation was sent from.</p>
6871
6876
  * @public
6872
6877
  */
6873
6878
  AccountId?: string | undefined;
@@ -7002,10 +7007,10 @@ export interface GetConfigurationPolicyResponse {
7002
7007
  CreatedAt?: Date | undefined;
7003
7008
  /**
7004
7009
  * <p>
7005
- * An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or
7010
+ * An object that defines how Security Hub CSPM is configured. It includes whether Security Hub CSPM is enabled or
7006
7011
  * 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.
7007
- * If the policy includes a list of security controls that are enabled, Security Hub disables all other controls (including newly released controls).
7008
- * If the policy includes a list of security controls that are disabled, Security Hub enables all other controls (including
7012
+ * If the policy includes a list of security controls that are enabled, Security Hub CSPM disables all other controls (including newly released controls).
7013
+ * If the policy includes a list of security controls that are disabled, Security Hub CSPM enables all other controls (including
7009
7014
  * newly released controls).
7010
7015
  * </p>
7011
7016
  * @public
@@ -7053,7 +7058,7 @@ export interface GetConfigurationPolicyAssociationResponse {
7053
7058
  /**
7054
7059
  * <p>
7055
7060
  * Indicates whether the association between the specified target and the configuration was directly applied by the
7056
- * Security Hub delegated administrator or inherited from a parent.
7061
+ * Security Hub CSPM delegated administrator or inherited from a parent.
7057
7062
  * </p>
7058
7063
  * @public
7059
7064
  */
@@ -7345,14 +7350,14 @@ export interface GetFindingHistoryRequest {
7345
7350
  /**
7346
7351
  * <p>A timestamp that indicates the start time of the requested finding history.</p>
7347
7352
  * <p>If you provide values for both <code>StartTime</code> and <code>EndTime</code>,
7348
- * Security Hub returns finding history for the specified time period. If you
7349
- * provide a value for <code>StartTime</code> but not for <code>EndTime</code>, Security Hub returns finding history from the <code>StartTime</code> to the time at
7353
+ * Security Hub CSPM returns finding history for the specified time period. If you
7354
+ * provide a value for <code>StartTime</code> but not for <code>EndTime</code>, Security Hub CSPM returns finding history from the <code>StartTime</code> to the time at
7350
7355
  * which the API is called. If you provide a value for <code>EndTime</code> but not for
7351
- * <code>StartTime</code>, Security Hub returns finding history from the <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFindingFilters.html#securityhub-Type-AwsSecurityFindingFilters-CreatedAt">CreatedAt</a> timestamp of the finding to the <code>EndTime</code>. If you
7352
- * provide neither <code>StartTime</code> nor <code>EndTime</code>, Security Hub
7356
+ * <code>StartTime</code>, Security Hub CSPM returns finding history from the <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFindingFilters.html#securityhub-Type-AwsSecurityFindingFilters-CreatedAt">CreatedAt</a> timestamp of the finding to the <code>EndTime</code>. If you
7357
+ * provide neither <code>StartTime</code> nor <code>EndTime</code>, Security Hub CSPM
7353
7358
  * returns finding history from the <code>CreatedAt</code> timestamp of the finding to the time at which
7354
7359
  * the API is called. In all of these scenarios, the response is limited to 100 results.</p>
7355
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
7360
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
7356
7361
  * @public
7357
7362
  */
7358
7363
  StartTime?: Date | undefined;
@@ -7360,14 +7365,14 @@ export interface GetFindingHistoryRequest {
7360
7365
  * <p>
7361
7366
  * An ISO 8601-formatted timestamp that indicates the end time of the requested finding history.</p>
7362
7367
  * <p>If you provide values for both <code>StartTime</code> and <code>EndTime</code>,
7363
- * Security Hub returns finding history for the specified time period. If you
7364
- * provide a value for <code>StartTime</code> but not for <code>EndTime</code>, Security Hub returns finding history from the <code>StartTime</code> to the time at
7368
+ * Security Hub CSPM returns finding history for the specified time period. If you
7369
+ * provide a value for <code>StartTime</code> but not for <code>EndTime</code>, Security Hub CSPM returns finding history from the <code>StartTime</code> to the time at
7365
7370
  * which the API is called. If you provide a value for <code>EndTime</code> but not for
7366
- * <code>StartTime</code>, Security Hub returns finding history from the <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFindingFilters.html#securityhub-Type-AwsSecurityFindingFilters-CreatedAt">CreatedAt</a> timestamp of the finding to the <code>EndTime</code>. If you
7367
- * provide neither <code>StartTime</code> nor <code>EndTime</code>, Security Hub
7371
+ * <code>StartTime</code>, Security Hub CSPM returns finding history from the <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFindingFilters.html#securityhub-Type-AwsSecurityFindingFilters-CreatedAt">CreatedAt</a> timestamp of the finding to the <code>EndTime</code>. If you
7372
+ * provide neither <code>StartTime</code> nor <code>EndTime</code>, Security Hub CSPM
7368
7373
  * returns finding history from the <code>CreatedAt</code> timestamp of the finding to the time at which
7369
7374
  * the API is called. In all of these scenarios, the response is limited to 100 results.</p>
7370
- * <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
7375
+ * <p>For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
7371
7376
  * @public
7372
7377
  */
7373
7378
  EndTime?: Date | undefined;
@@ -7375,14 +7380,14 @@ export interface GetFindingHistoryRequest {
7375
7380
  * <p>
7376
7381
  * A token for pagination purposes. Provide <code>NULL</code> as the initial value. In subsequent requests, provide the
7377
7382
  * token included in the response to get up to an additional 100 results of finding history. If you don’t provide
7378
- * <code>NextToken</code>, Security Hub returns up to 100 results of finding history for each request.
7383
+ * <code>NextToken</code>, Security Hub CSPM returns up to 100 results of finding history for each request.
7379
7384
  * </p>
7380
7385
  * @public
7381
7386
  */
7382
7387
  NextToken?: string | undefined;
7383
7388
  /**
7384
7389
  * <p>
7385
- * The maximum number of results to be returned. If you don’t provide it, Security Hub returns up to 100 results of finding history.
7390
+ * The maximum number of results to be returned. If you don’t provide it, Security Hub CSPM returns up to 100 results of finding history.
7386
7391
  * </p>
7387
7392
  * @public
7388
7393
  */
@@ -7713,17 +7718,17 @@ export interface GetInsightsRequest {
7713
7718
  MaxResults?: number | undefined;
7714
7719
  }
7715
7720
  /**
7716
- * <p>Contains information about a Security Hub insight.</p>
7721
+ * <p>Contains information about a Security Hub CSPM insight.</p>
7717
7722
  * @public
7718
7723
  */
7719
7724
  export interface Insight {
7720
7725
  /**
7721
- * <p>The ARN of a Security Hub insight.</p>
7726
+ * <p>The ARN of a Security Hub CSPM insight.</p>
7722
7727
  * @public
7723
7728
  */
7724
7729
  InsightArn: string | undefined;
7725
7730
  /**
7726
- * <p>The name of a Security Hub insight.</p>
7731
+ * <p>The name of a Security Hub CSPM insight.</p>
7727
7732
  * @public
7728
7733
  */
7729
7734
  Name: string | undefined;
@@ -7767,7 +7772,7 @@ export interface GetInvitationsCountRequest {
7767
7772
  */
7768
7773
  export interface GetInvitationsCountResponse {
7769
7774
  /**
7770
- * <p>The number of all membership invitations sent to this Security Hub member account, not
7775
+ * <p>The number of all membership invitations sent to this Security Hub CSPM member account, not
7771
7776
  * including the currently accepted invitation.</p>
7772
7777
  * @public
7773
7778
  */
@@ -7783,7 +7788,7 @@ export interface GetMasterAccountRequest {
7783
7788
  */
7784
7789
  export interface GetMasterAccountResponse {
7785
7790
  /**
7786
- * <p>A list of details about the Security Hub administrator account for the current member account.
7791
+ * <p>A list of details about the Security Hub CSPM administrator account for the current member account.
7787
7792
  * </p>
7788
7793
  * @public
7789
7794
  */
@@ -7794,7 +7799,7 @@ export interface GetMasterAccountResponse {
7794
7799
  */
7795
7800
  export interface GetMembersRequest {
7796
7801
  /**
7797
- * <p>The list of account IDs for the Security Hub member accounts to return the details for. </p>
7802
+ * <p>The list of account IDs for the Security Hub CSPM member accounts to return the details for. </p>
7798
7803
  * @public
7799
7804
  */
7800
7805
  AccountIds: string[] | undefined;
@@ -7816,14 +7821,14 @@ export interface Member {
7816
7821
  Email?: string | undefined;
7817
7822
  /**
7818
7823
  * <p>This is replaced by <code>AdministratorID</code>.</p>
7819
- * <p>The Amazon Web Services account ID of the Security Hub administrator account associated with this member account.</p>
7824
+ * <p>The Amazon Web Services account ID of the Security Hub CSPM administrator account associated with this member account.</p>
7820
7825
  *
7821
7826
  * @deprecated This field is deprecated, use AdministratorId instead.
7822
7827
  * @public
7823
7828
  */
7824
7829
  MasterId?: string | undefined;
7825
7830
  /**
7826
- * <p>The Amazon Web Services account ID of the Security Hub administrator account associated with this member account.</p>
7831
+ * <p>The Amazon Web Services account ID of the Security Hub CSPM administrator account associated with this member account.</p>
7827
7832
  * @public
7828
7833
  */
7829
7834
  AdministratorId?: string | undefined;
@@ -7888,7 +7893,7 @@ export interface Member {
7888
7893
  */
7889
7894
  export interface GetMembersResponse {
7890
7895
  /**
7891
- * <p>The list of details about the Security Hub member accounts.</p>
7896
+ * <p>The list of details about the Security Hub CSPM member accounts.</p>
7892
7897
  * @public
7893
7898
  */
7894
7899
  Members?: Member[] | undefined;
@@ -7926,7 +7931,7 @@ export interface ResourcesMapFilter {
7926
7931
  */
7927
7932
  FieldName?: ResourcesMapField | undefined;
7928
7933
  /**
7929
- * <p>A map filter for filtering Security Hub findings. Each map filter provides the field to check for, the
7934
+ * <p>A map filter for filtering Security Hub CSPM findings. Each map filter provides the field to check for, the
7930
7935
  * value to check for, and the comparison operator.</p>
7931
7936
  * @public
7932
7937
  */
@@ -7959,7 +7964,7 @@ export interface ResourcesStringFilter {
7959
7964
  */
7960
7965
  FieldName?: ResourcesStringField | undefined;
7961
7966
  /**
7962
- * <p>A string filter for filtering Security Hub findings.</p>
7967
+ * <p>A string filter for filtering Security Hub CSPM findings.</p>
7963
7968
  * @public
7964
7969
  */
7965
7970
  Filter?: StringFilter | undefined;
@@ -7985,7 +7990,7 @@ export interface ResourcesTrendsStringFilter {
7985
7990
  */
7986
7991
  FieldName?: ResourcesTrendsStringField | undefined;
7987
7992
  /**
7988
- * <p>A string filter for filtering Security Hub findings.</p>
7993
+ * <p>A string filter for filtering Security Hub CSPM findings.</p>
7989
7994
  * @public
7990
7995
  */
7991
7996
  Filter?: StringFilter | undefined;
@@ -8279,23 +8284,23 @@ export interface SecurityControlDefinition {
8279
8284
  Title: string | undefined;
8280
8285
  /**
8281
8286
  * <p> The description of a security control across standards. This typically summarizes how
8282
- * Security Hub evaluates the control and the conditions under which it produces a
8287
+ * Security Hub CSPM evaluates the control and the conditions under which it produces a
8283
8288
  * failed finding. This parameter doesn't reference a specific standard. </p>
8284
8289
  * @public
8285
8290
  */
8286
8291
  Description: string | undefined;
8287
8292
  /**
8288
8293
  * <p>
8289
- * A link to Security Hub documentation that explains how to remediate a failed finding for a security control.
8294
+ * A link to Security Hub CSPM documentation that explains how to remediate a failed finding for a security control.
8290
8295
  * </p>
8291
8296
  * @public
8292
8297
  */
8293
8298
  RemediationUrl: string | undefined;
8294
8299
  /**
8295
8300
  * <p>
8296
- * The severity of a security control. For more information about how Security Hub determines control severity,
8301
+ * The severity of a security control. For more information about how Security Hub CSPM determines control severity,
8297
8302
  * see <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
8298
- * <i>Security Hub User Guide</i>.
8303
+ * <i>Security Hub CSPM User Guide</i>.
8299
8304
  * </p>
8300
8305
  * @public
8301
8306
  */
@@ -8342,7 +8347,7 @@ export interface GetSecurityControlDefinitionResponse {
8342
8347
  */
8343
8348
  export interface InviteMembersRequest {
8344
8349
  /**
8345
- * <p>The list of account IDs of the Amazon Web Services accounts to invite to Security Hub as members. </p>
8350
+ * <p>The list of account IDs of the Amazon Web Services accounts to invite to Security Hub CSPM as members. </p>
8346
8351
  * @public
8347
8352
  */
8348
8353
  AccountIds: string[] | undefined;
@@ -8783,7 +8788,7 @@ export interface ListOrganizationAdminAccountsRequest {
8783
8788
  NextToken?: string | undefined;
8784
8789
  /**
8785
8790
  * <p>The feature where the delegated administrator account is listed.
8786
- * Defaults to Security Hub if not specified.</p>
8791
+ * Defaults to Security Hub CSPM if not specified.</p>
8787
8792
  * @public
8788
8793
  */
8789
8794
  Feature?: SecurityHubFeature | undefined;
@@ -8793,7 +8798,7 @@ export interface ListOrganizationAdminAccountsRequest {
8793
8798
  */
8794
8799
  export interface ListOrganizationAdminAccountsResponse {
8795
8800
  /**
8796
- * <p>The list of Security Hub administrator accounts.</p>
8801
+ * <p>The list of Security Hub CSPM administrator accounts.</p>
8797
8802
  * @public
8798
8803
  */
8799
8804
  AdminAccounts?: AdminAccount[] | undefined;
@@ -8804,7 +8809,7 @@ export interface ListOrganizationAdminAccountsResponse {
8804
8809
  NextToken?: string | undefined;
8805
8810
  /**
8806
8811
  * <p>The feature where the delegated administrator account is listed.
8807
- * Defaults to Security Hub CSPM if not specified.</p>
8812
+ * Defaults to Security Hub CSPM CSPM if not specified.</p>
8808
8813
  * @public
8809
8814
  */
8810
8815
  Feature?: SecurityHubFeature | undefined;
@@ -8880,7 +8885,7 @@ export interface ListStandardsControlAssociationsRequest {
8880
8885
  * first 25 standard and control associations. The results also include a
8881
8886
  * <code>NextToken</code> parameter that you can use in a subsequent API call to get the
8882
8887
  * next 25 associations. This repeats until all associations for the specified control are
8883
- * returned. The number of results is limited by the number of supported Security Hub
8888
+ * returned. The number of results is limited by the number of supported Security Hub CSPM
8884
8889
  * standards that you've enabled in the calling account. </p>
8885
8890
  * @public
8886
8891
  */
@@ -8947,7 +8952,7 @@ export interface StandardsControlAssociationSummary {
8947
8952
  StandardsControlTitle?: string | undefined;
8948
8953
  /**
8949
8954
  * <p>
8950
- * The description of a control. This typically summarizes how Security Hub evaluates the control and the
8955
+ * The description of a control. This typically summarizes how Security Hub CSPM evaluates the control and the
8951
8956
  * conditions under which it produces a failed finding. The parameter may reference a specific standard.
8952
8957
  * </p>
8953
8958
  * @public