aws-sdk-securityhub 1.151.0 → 1.152.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +312 -297
- data/lib/aws-sdk-securityhub/client_api.rb +1 -0
- data/lib/aws-sdk-securityhub/types.rb +555 -533
- data/lib/aws-sdk-securityhub.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +3 -2
- metadata +1 -1
|
@@ -476,15 +476,16 @@ module Aws::SecurityHub
|
|
|
476
476
|
|
|
477
477
|
# @!group API Operations
|
|
478
478
|
|
|
479
|
-
# <note markdown="1"> We recommend using Organizations instead of Security Hub
|
|
480
|
-
# to manage your member accounts. For information, see
|
|
481
|
-
# Security Hub administrator and member accounts with
|
|
482
|
-
# in the *Security Hub User Guide*.
|
|
479
|
+
# <note markdown="1"> We recommend using Organizations instead of Security Hub CSPM
|
|
480
|
+
# invitations to manage your member accounts. For information, see
|
|
481
|
+
# [Managing Security Hub CSPM administrator and member accounts with
|
|
482
|
+
# Organizations][1] in the *Security Hub CSPM User Guide*.
|
|
483
483
|
#
|
|
484
484
|
# </note>
|
|
485
485
|
#
|
|
486
486
|
# Accepts the invitation to be a member account and be monitored by the
|
|
487
|
-
# Security Hub administrator account that the invitation was sent
|
|
487
|
+
# Security Hub CSPM administrator account that the invitation was sent
|
|
488
|
+
# from.
|
|
488
489
|
#
|
|
489
490
|
# This operation is only used by member accounts that are not added
|
|
490
491
|
# through Organizations.
|
|
@@ -498,11 +499,11 @@ module Aws::SecurityHub
|
|
|
498
499
|
# [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-accounts-orgs.html
|
|
499
500
|
#
|
|
500
501
|
# @option params [required, String] :administrator_id
|
|
501
|
-
# The account ID of the Security Hub administrator account that
|
|
502
|
-
# invitation.
|
|
502
|
+
# The account ID of the Security Hub CSPM administrator account that
|
|
503
|
+
# sent the invitation.
|
|
503
504
|
#
|
|
504
505
|
# @option params [required, String] :invitation_id
|
|
505
|
-
# The identifier of the invitation sent from the Security Hub
|
|
506
|
+
# The identifier of the invitation sent from the Security Hub CSPM
|
|
506
507
|
# administrator account.
|
|
507
508
|
#
|
|
508
509
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
@@ -538,8 +539,8 @@ module Aws::SecurityHub
|
|
|
538
539
|
# This method is deprecated. Instead, use
|
|
539
540
|
# `AcceptAdministratorInvitation`.
|
|
540
541
|
#
|
|
541
|
-
# The Security Hub console continues to use `AcceptInvitation`. It
|
|
542
|
-
# eventually change to use `AcceptAdministratorInvitation`. Any IAM
|
|
542
|
+
# The Security Hub CSPM console continues to use `AcceptInvitation`. It
|
|
543
|
+
# will eventually change to use `AcceptAdministratorInvitation`. Any IAM
|
|
543
544
|
# policies that specifically control access to this function must
|
|
544
545
|
# continue to use `AcceptInvitation`. You should also add
|
|
545
546
|
# `AcceptAdministratorInvitation` to your policies to ensure that the
|
|
@@ -547,7 +548,8 @@ module Aws::SecurityHub
|
|
|
547
548
|
# `AcceptAdministratorInvitation`.
|
|
548
549
|
#
|
|
549
550
|
# Accepts the invitation to be a member account and be monitored by the
|
|
550
|
-
# Security Hub administrator account that the invitation was sent
|
|
551
|
+
# Security Hub CSPM administrator account that the invitation was sent
|
|
552
|
+
# from.
|
|
551
553
|
#
|
|
552
554
|
# This operation is only used by member accounts that are not added
|
|
553
555
|
# through Organizations.
|
|
@@ -557,11 +559,11 @@ module Aws::SecurityHub
|
|
|
557
559
|
# account.
|
|
558
560
|
#
|
|
559
561
|
# @option params [required, String] :master_id
|
|
560
|
-
# The account ID of the Security Hub administrator account that
|
|
561
|
-
# invitation.
|
|
562
|
+
# The account ID of the Security Hub CSPM administrator account that
|
|
563
|
+
# sent the invitation.
|
|
562
564
|
#
|
|
563
565
|
# @option params [required, String] :invitation_id
|
|
564
|
-
# The identifier of the invitation sent from the Security Hub
|
|
566
|
+
# The identifier of the invitation sent from the Security Hub CSPM
|
|
565
567
|
# administrator account.
|
|
566
568
|
#
|
|
567
569
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
@@ -647,7 +649,7 @@ module Aws::SecurityHub
|
|
|
647
649
|
# `StandardsSubscriptionArns`.
|
|
648
650
|
#
|
|
649
651
|
# For more information, see [Security Standards][1] section of the
|
|
650
|
-
# *Security Hub User Guide*.
|
|
652
|
+
# *Security Hub CSPM User Guide*.
|
|
651
653
|
#
|
|
652
654
|
#
|
|
653
655
|
#
|
|
@@ -714,7 +716,7 @@ module Aws::SecurityHub
|
|
|
714
716
|
# obtain the ARN for a standard, use the `DescribeStandards` operation.
|
|
715
717
|
#
|
|
716
718
|
# For more information, see the [Security Standards][1] section of the
|
|
717
|
-
# *Security Hub User Guide*.
|
|
719
|
+
# *Security Hub CSPM User Guide*.
|
|
718
720
|
#
|
|
719
721
|
#
|
|
720
722
|
#
|
|
@@ -1075,11 +1077,11 @@ module Aws::SecurityHub
|
|
|
1075
1077
|
req.send_request(options)
|
|
1076
1078
|
end
|
|
1077
1079
|
|
|
1078
|
-
# Returns associations between an Security Hub configuration and a
|
|
1079
|
-
# of target accounts, organizational units, or the root. Only the
|
|
1080
|
-
# Security Hub delegated administrator can invoke this operation
|
|
1081
|
-
# the home Region. A configuration can refer to a configuration
|
|
1082
|
-
# or to a self-managed configuration.
|
|
1080
|
+
# Returns associations between an Security Hub CSPM configuration and a
|
|
1081
|
+
# batch of target accounts, organizational units, or the root. Only the
|
|
1082
|
+
# Security Hub CSPM delegated administrator can invoke this operation
|
|
1083
|
+
# from the home Region. A configuration can refer to a configuration
|
|
1084
|
+
# policy or to a self-managed configuration.
|
|
1083
1085
|
#
|
|
1084
1086
|
# @option params [required, Array<Types::ConfigurationPolicyAssociation>] :configuration_policy_association_identifiers
|
|
1085
1087
|
# Specifies one or more target account IDs, organizational unit (OU)
|
|
@@ -1401,8 +1403,8 @@ module Aws::SecurityHub
|
|
|
1401
1403
|
end
|
|
1402
1404
|
|
|
1403
1405
|
# Imports security findings generated by a finding provider into
|
|
1404
|
-
# Security Hub. This action is requested by the finding provider to
|
|
1405
|
-
# import its findings into Security Hub.
|
|
1406
|
+
# Security Hub CSPM. This action is requested by the finding provider to
|
|
1407
|
+
# import its findings into Security Hub CSPM.
|
|
1406
1408
|
#
|
|
1407
1409
|
# `BatchImportFindings` must be called by one of the following:
|
|
1408
1410
|
#
|
|
@@ -1413,17 +1415,17 @@ module Aws::SecurityHub
|
|
|
1413
1415
|
# `BatchImportFindings` from needs to be the same as the
|
|
1414
1416
|
# `AwsAccountId` attribute for the finding.
|
|
1415
1417
|
#
|
|
1416
|
-
# * An Amazon Web Services account that Security Hub has
|
|
1417
|
-
# for an official partner integration. In this case, you
|
|
1418
|
-
# `BatchImportFindings` from the allow-listed account and
|
|
1419
|
-
# findings from different customer accounts in the same batch.
|
|
1418
|
+
# * An Amazon Web Services account that Security Hub CSPM has
|
|
1419
|
+
# allow-listed for an official partner integration. In this case, you
|
|
1420
|
+
# can call `BatchImportFindings` from the allow-listed account and
|
|
1421
|
+
# send findings from different customer accounts in the same batch.
|
|
1420
1422
|
#
|
|
1421
1423
|
# The maximum allowed size for a finding is 240 Kb. An error is returned
|
|
1422
1424
|
# for any finding larger than 240 Kb.
|
|
1423
1425
|
#
|
|
1424
1426
|
# After a finding is created, `BatchImportFindings` cannot be used to
|
|
1425
1427
|
# update the following finding fields and objects, which Security Hub
|
|
1426
|
-
# customers use to manage their investigation workflow.
|
|
1428
|
+
# CSPM customers use to manage their investigation workflow.
|
|
1427
1429
|
#
|
|
1428
1430
|
# * `Note`
|
|
1429
1431
|
#
|
|
@@ -1895,7 +1897,7 @@ module Aws::SecurityHub
|
|
|
1895
1897
|
req.send_request(options)
|
|
1896
1898
|
end
|
|
1897
1899
|
|
|
1898
|
-
# Used by Security Hub customers to update information about their
|
|
1900
|
+
# Used by Security Hub CSPM customers to update information about their
|
|
1899
1901
|
# investigation into one or more findings. Requested by administrator
|
|
1900
1902
|
# accounts or member accounts. Administrator accounts can update
|
|
1901
1903
|
# findings for their account and their member accounts. A member account
|
|
@@ -1923,14 +1925,14 @@ module Aws::SecurityHub
|
|
|
1923
1925
|
#
|
|
1924
1926
|
# If you use this operation to update a finding, your updates don’t
|
|
1925
1927
|
# affect the value for the `UpdatedAt` field of the finding. Also note
|
|
1926
|
-
# that it can take several minutes for Security Hub to process your
|
|
1928
|
+
# that it can take several minutes for Security Hub CSPM to process your
|
|
1927
1929
|
# request and update each finding specified in the request.
|
|
1928
1930
|
#
|
|
1929
1931
|
# You can configure IAM policies to restrict access to fields and field
|
|
1930
1932
|
# values. For example, you might not want member accounts to be able to
|
|
1931
1933
|
# suppress findings or change the finding severity. For more information
|
|
1932
1934
|
# see [Configuring access to BatchUpdateFindings][1] in the *Security
|
|
1933
|
-
# Hub User Guide*.
|
|
1935
|
+
# Hub CSPM User Guide*.
|
|
1934
1936
|
#
|
|
1935
1937
|
#
|
|
1936
1938
|
#
|
|
@@ -2297,10 +2299,10 @@ module Aws::SecurityHub
|
|
|
2297
2299
|
req.send_request(options)
|
|
2298
2300
|
end
|
|
2299
2301
|
|
|
2300
|
-
# Creates a custom action target in Security Hub.
|
|
2302
|
+
# Creates a custom action target in Security Hub CSPM.
|
|
2301
2303
|
#
|
|
2302
|
-
# You can use custom actions on findings and insights in Security Hub
|
|
2303
|
-
# trigger target actions in Amazon CloudWatch Events.
|
|
2304
|
+
# You can use custom actions on findings and insights in Security Hub
|
|
2305
|
+
# CSPM to trigger target actions in Amazon CloudWatch Events.
|
|
2304
2306
|
#
|
|
2305
2307
|
# @option params [required, String] :name
|
|
2306
2308
|
# The name of the custom action target. Can contain up to 20 characters.
|
|
@@ -2413,9 +2415,9 @@ module Aws::SecurityHub
|
|
|
2413
2415
|
#
|
|
2414
2416
|
# @option params [String] :rule_status
|
|
2415
2417
|
# Whether the rule is active after it is created. If this parameter is
|
|
2416
|
-
# equal to `ENABLED`, Security Hub starts applying the rule to
|
|
2417
|
-
# and finding updates after the rule is created. To change the
|
|
2418
|
-
# this parameter after creating a rule, use [
|
|
2418
|
+
# equal to `ENABLED`, Security Hub CSPM starts applying the rule to
|
|
2419
|
+
# findings and finding updates after the rule is created. To change the
|
|
2420
|
+
# value of this parameter after creating a rule, use [
|
|
2419
2421
|
# `BatchUpdateAutomationRules` ][1].
|
|
2420
2422
|
#
|
|
2421
2423
|
#
|
|
@@ -2424,8 +2426,8 @@ module Aws::SecurityHub
|
|
|
2424
2426
|
#
|
|
2425
2427
|
# @option params [required, Integer] :rule_order
|
|
2426
2428
|
# An integer ranging from 1 to 1000 that represents the order in which
|
|
2427
|
-
# the rule action is applied to findings. Security Hub applies
|
|
2428
|
-
# with lower values for this parameter first.
|
|
2429
|
+
# the rule action is applied to findings. Security Hub CSPM applies
|
|
2430
|
+
# rules with lower values for this parameter first.
|
|
2429
2431
|
#
|
|
2430
2432
|
# @option params [required, String] :rule_name
|
|
2431
2433
|
# The name of the rule.
|
|
@@ -2437,15 +2439,16 @@ module Aws::SecurityHub
|
|
|
2437
2439
|
# Specifies whether a rule is the last to be applied with respect to a
|
|
2438
2440
|
# finding that matches the rule criteria. This is useful when a finding
|
|
2439
2441
|
# matches the criteria for multiple rules, and each rule has different
|
|
2440
|
-
# actions. If a rule is terminal, Security Hub applies the rule
|
|
2441
|
-
# to a finding that matches the rule criteria and doesn't
|
|
2442
|
-
# other rules for the finding. By default, a rule isn't
|
|
2442
|
+
# actions. If a rule is terminal, Security Hub CSPM applies the rule
|
|
2443
|
+
# action to a finding that matches the rule criteria and doesn't
|
|
2444
|
+
# evaluate other rules for the finding. By default, a rule isn't
|
|
2445
|
+
# terminal.
|
|
2443
2446
|
#
|
|
2444
2447
|
# @option params [required, Types::AutomationRulesFindingFilters] :criteria
|
|
2445
2448
|
# A set of ASFF finding field attributes and corresponding expected
|
|
2446
|
-
# values that Security Hub uses to filter findings. If a rule is
|
|
2447
|
-
# and a finding matches the conditions specified in this
|
|
2448
|
-
# Security Hub applies the rule action to the finding.
|
|
2449
|
+
# values that Security Hub CSPM uses to filter findings. If a rule is
|
|
2450
|
+
# enabled and a finding matches the conditions specified in this
|
|
2451
|
+
# parameter, Security Hub CSPM applies the rule action to the finding.
|
|
2449
2452
|
#
|
|
2450
2453
|
# @option params [required, Array<Types::AutomationRulesAction>] :actions
|
|
2451
2454
|
# One or more actions to update finding fields if a finding matches the
|
|
@@ -2987,8 +2990,8 @@ module Aws::SecurityHub
|
|
|
2987
2990
|
end
|
|
2988
2991
|
|
|
2989
2992
|
# Creates a configuration policy with the defined configuration. Only
|
|
2990
|
-
# the Security Hub delegated administrator can invoke this
|
|
2991
|
-
# from the home Region.
|
|
2993
|
+
# the Security Hub CSPM delegated administrator can invoke this
|
|
2994
|
+
# operation from the home Region.
|
|
2992
2995
|
#
|
|
2993
2996
|
# @option params [required, String] :name
|
|
2994
2997
|
# The name of the configuration policy. Alphanumeric characters and the
|
|
@@ -2998,20 +3001,21 @@ module Aws::SecurityHub
|
|
|
2998
3001
|
# The description of the configuration policy.
|
|
2999
3002
|
#
|
|
3000
3003
|
# @option params [required, Types::Policy] :configuration_policy
|
|
3001
|
-
# An object that defines how Security Hub is configured. It
|
|
3002
|
-
# whether Security Hub is enabled or disabled, a list of
|
|
3003
|
-
# security standards, a list of enabled or disabled security
|
|
3004
|
-
# and a list of custom parameter values for specified
|
|
3005
|
-
# provide a list of security controls that are enabled
|
|
3006
|
-
# configuration policy, Security Hub disables all other
|
|
3007
|
-
# (including newly released controls). If you provide a list of
|
|
3008
|
-
# controls that are disabled in the configuration policy,
|
|
3009
|
-
# enables all other controls (including newly released
|
|
3004
|
+
# An object that defines how Security Hub CSPM is configured. It
|
|
3005
|
+
# includes whether Security Hub CSPM is enabled or disabled, a list of
|
|
3006
|
+
# enabled security standards, a list of enabled or disabled security
|
|
3007
|
+
# controls, and a list of custom parameter values for specified
|
|
3008
|
+
# controls. If you provide a list of security controls that are enabled
|
|
3009
|
+
# in the configuration policy, Security Hub CSPM disables all other
|
|
3010
|
+
# controls (including newly released controls). If you provide a list of
|
|
3011
|
+
# security controls that are disabled in the configuration policy,
|
|
3012
|
+
# Security Hub CSPM enables all other controls (including newly released
|
|
3013
|
+
# controls).
|
|
3010
3014
|
#
|
|
3011
3015
|
# @option params [Hash<String,String>] :tags
|
|
3012
3016
|
# User-defined tags associated with a configuration policy. For more
|
|
3013
|
-
# information, see [Tagging Security Hub resources][1] in the
|
|
3014
|
-
# Hub user guide*.
|
|
3017
|
+
# information, see [Tagging Security Hub CSPM resources][1] in the
|
|
3018
|
+
# *Security Hub CSPM user guide*.
|
|
3015
3019
|
#
|
|
3016
3020
|
#
|
|
3017
3021
|
#
|
|
@@ -3257,8 +3261,8 @@ module Aws::SecurityHub
|
|
|
3257
3261
|
# from the home Region only.
|
|
3258
3262
|
#
|
|
3259
3263
|
# For information about how cross-Region aggregation works, see
|
|
3260
|
-
# [Understanding cross-Region aggregation in Security Hub][1] in
|
|
3261
|
-
# *Security Hub User Guide*.
|
|
3264
|
+
# [Understanding cross-Region aggregation in Security Hub CSPM][1] in
|
|
3265
|
+
# the *Security Hub CSPM User Guide*.
|
|
3262
3266
|
#
|
|
3263
3267
|
#
|
|
3264
3268
|
#
|
|
@@ -3267,7 +3271,7 @@ module Aws::SecurityHub
|
|
|
3267
3271
|
# @option params [required, String] :region_linking_mode
|
|
3268
3272
|
# Indicates whether to aggregate findings from all of the available
|
|
3269
3273
|
# Regions in the current partition. Also determines whether to
|
|
3270
|
-
# automatically aggregate findings from new Regions as Security Hub
|
|
3274
|
+
# automatically aggregate findings from new Regions as Security Hub CSPM
|
|
3271
3275
|
# supports them and you opt into them.
|
|
3272
3276
|
#
|
|
3273
3277
|
# The selected option also determines how to use the Regions provided in
|
|
@@ -3276,18 +3280,18 @@ module Aws::SecurityHub
|
|
|
3276
3280
|
# The options are as follows:
|
|
3277
3281
|
#
|
|
3278
3282
|
# * `ALL_REGIONS` - Aggregates findings from all of the Regions where
|
|
3279
|
-
# Security Hub is enabled. When you choose this option, Security
|
|
3280
|
-
# also automatically aggregates findings from new Regions as
|
|
3281
|
-
# Hub supports them and you opt into them.
|
|
3283
|
+
# Security Hub CSPM is enabled. When you choose this option, Security
|
|
3284
|
+
# Hub CSPM also automatically aggregates findings from new Regions as
|
|
3285
|
+
# Security Hub CSPM supports them and you opt into them.
|
|
3282
3286
|
#
|
|
3283
3287
|
# * `ALL_REGIONS_EXCEPT_SPECIFIED` - Aggregates findings from all of the
|
|
3284
|
-
# Regions where Security Hub is enabled, except for the Regions
|
|
3285
|
-
# in the `Regions` parameter. When you choose this option,
|
|
3286
|
-
# Hub also automatically aggregates findings from new
|
|
3287
|
-
# Security Hub supports them and you opt into them.
|
|
3288
|
+
# Regions where Security Hub CSPM is enabled, except for the Regions
|
|
3289
|
+
# listed in the `Regions` parameter. When you choose this option,
|
|
3290
|
+
# Security Hub CSPM also automatically aggregates findings from new
|
|
3291
|
+
# Regions as Security Hub CSPM supports them and you opt into them.
|
|
3288
3292
|
#
|
|
3289
3293
|
# * `SPECIFIED_REGIONS` - Aggregates findings only from the Regions
|
|
3290
|
-
# listed in the `Regions` parameter. Security Hub does not
|
|
3294
|
+
# listed in the `Regions` parameter. Security Hub CSPM does not
|
|
3291
3295
|
# automatically aggregate findings from new Regions.
|
|
3292
3296
|
#
|
|
3293
3297
|
# * `NO_REGIONS` - Aggregates no data because no Regions are selected as
|
|
@@ -3360,7 +3364,7 @@ module Aws::SecurityHub
|
|
|
3360
3364
|
req.send_request(options)
|
|
3361
3365
|
end
|
|
3362
3366
|
|
|
3363
|
-
# Creates a custom insight in Security Hub. An insight is a
|
|
3367
|
+
# Creates a custom insight in Security Hub CSPM. An insight is a
|
|
3364
3368
|
# consolidation of findings that relate to a security issue that
|
|
3365
3369
|
# requires attention or remediation.
|
|
3366
3370
|
#
|
|
@@ -4131,11 +4135,11 @@ module Aws::SecurityHub
|
|
|
4131
4135
|
req.send_request(options)
|
|
4132
4136
|
end
|
|
4133
4137
|
|
|
4134
|
-
# Creates a member association in Security Hub between the
|
|
4135
|
-
# accounts and the account used to make the request, which is
|
|
4136
|
-
# administrator account. If you are integrated with Organizations,
|
|
4137
|
-
# the administrator account is designated by the organization
|
|
4138
|
-
# account.
|
|
4138
|
+
# Creates a member association in Security Hub CSPM between the
|
|
4139
|
+
# specified accounts and the account used to make the request, which is
|
|
4140
|
+
# the administrator account. If you are integrated with Organizations,
|
|
4141
|
+
# then the administrator account is designated by the organization
|
|
4142
|
+
# management account.
|
|
4139
4143
|
#
|
|
4140
4144
|
# `CreateMembers` is always used to add accounts that are not
|
|
4141
4145
|
# organization members.
|
|
@@ -4143,35 +4147,35 @@ module Aws::SecurityHub
|
|
|
4143
4147
|
# For accounts that are managed using Organizations, `CreateMembers` is
|
|
4144
4148
|
# only used in the following cases:
|
|
4145
4149
|
#
|
|
4146
|
-
# * Security Hub is not configured to automatically add new
|
|
4147
|
-
# accounts.
|
|
4150
|
+
# * Security Hub CSPM is not configured to automatically add new
|
|
4151
|
+
# organization accounts.
|
|
4148
4152
|
#
|
|
4149
|
-
# * The account was disassociated or deleted in Security Hub.
|
|
4153
|
+
# * The account was disassociated or deleted in Security Hub CSPM.
|
|
4150
4154
|
#
|
|
4151
|
-
# This action can only be used by an account that has Security Hub
|
|
4152
|
-
# enabled. To enable Security Hub, you can use the
|
|
4153
|
-
# operation.
|
|
4155
|
+
# This action can only be used by an account that has Security Hub CSPM
|
|
4156
|
+
# enabled. To enable Security Hub CSPM, you can use the
|
|
4157
|
+
# `EnableSecurityHub` operation.
|
|
4154
4158
|
#
|
|
4155
4159
|
# For accounts that are not organization members, you create the account
|
|
4156
4160
|
# association and then send an invitation to the member account. To send
|
|
4157
4161
|
# the invitation, you use the `InviteMembers` operation. If the account
|
|
4158
4162
|
# owner accepts the invitation, the account becomes a member account in
|
|
4159
|
-
# Security Hub.
|
|
4163
|
+
# Security Hub CSPM.
|
|
4160
4164
|
#
|
|
4161
4165
|
# Accounts that are managed using Organizations don't receive an
|
|
4162
|
-
# invitation. They automatically become a member account in Security
|
|
4163
|
-
#
|
|
4166
|
+
# invitation. They automatically become a member account in Security Hub
|
|
4167
|
+
# CSPM.
|
|
4164
4168
|
#
|
|
4165
|
-
# * If the organization account does not have Security Hub enabled,
|
|
4166
|
-
# Security Hub and the default standards are automatically
|
|
4167
|
-
# Note that Security Hub cannot be enabled automatically
|
|
4168
|
-
# organization management account. The organization management
|
|
4169
|
-
# must enable Security Hub before the administrator
|
|
4170
|
-
# as a member account.
|
|
4169
|
+
# * If the organization account does not have Security Hub CSPM enabled,
|
|
4170
|
+
# then Security Hub CSPM and the default standards are automatically
|
|
4171
|
+
# enabled. Note that Security Hub CSPM cannot be enabled automatically
|
|
4172
|
+
# for the organization management account. The organization management
|
|
4173
|
+
# account must enable Security Hub CSPM before the administrator
|
|
4174
|
+
# account enables it as a member account.
|
|
4171
4175
|
#
|
|
4172
|
-
# * For organization accounts that already have Security Hub
|
|
4173
|
-
# Security Hub does not make any other changes to those
|
|
4174
|
-
# does not change their enabled standards or controls.
|
|
4176
|
+
# * For organization accounts that already have Security Hub CSPM
|
|
4177
|
+
# enabled, Security Hub CSPM does not make any other changes to those
|
|
4178
|
+
# accounts. It does not change their enabled standards or controls.
|
|
4175
4179
|
#
|
|
4176
4180
|
# A permissions policy is added that permits the administrator account
|
|
4177
4181
|
# to view the findings generated in the member account.
|
|
@@ -4181,9 +4185,9 @@ module Aws::SecurityHub
|
|
|
4181
4185
|
# `DisassociateMembers` operation.
|
|
4182
4186
|
#
|
|
4183
4187
|
# @option params [required, Array<Types::AccountDetails>] :account_details
|
|
4184
|
-
# The list of accounts to associate with the Security Hub
|
|
4185
|
-
# account. For each account, the list includes the account
|
|
4186
|
-
# optionally the email address.
|
|
4188
|
+
# The list of accounts to associate with the Security Hub CSPM
|
|
4189
|
+
# administrator account. For each account, the list includes the account
|
|
4190
|
+
# ID and optionally the email address.
|
|
4187
4191
|
#
|
|
4188
4192
|
# @return [Types::CreateMembersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4189
4193
|
#
|
|
@@ -4286,14 +4290,14 @@ module Aws::SecurityHub
|
|
|
4286
4290
|
req.send_request(options)
|
|
4287
4291
|
end
|
|
4288
4292
|
|
|
4289
|
-
# <note markdown="1"> We recommend using Organizations instead of Security Hub
|
|
4290
|
-
# to manage your member accounts. For information, see
|
|
4291
|
-
# Security Hub administrator and member accounts with
|
|
4292
|
-
# in the *Security Hub User Guide*.
|
|
4293
|
+
# <note markdown="1"> We recommend using Organizations instead of Security Hub CSPM
|
|
4294
|
+
# invitations to manage your member accounts. For information, see
|
|
4295
|
+
# [Managing Security Hub CSPM administrator and member accounts with
|
|
4296
|
+
# Organizations][1] in the *Security Hub CSPM User Guide*.
|
|
4293
4297
|
#
|
|
4294
4298
|
# </note>
|
|
4295
4299
|
#
|
|
4296
|
-
# Declines invitations to become a Security Hub member account.
|
|
4300
|
+
# Declines invitations to become a Security Hub CSPM member account.
|
|
4297
4301
|
#
|
|
4298
4302
|
# A prospective member account uses this operation to decline an
|
|
4299
4303
|
# invitation to become a member.
|
|
@@ -4354,7 +4358,7 @@ module Aws::SecurityHub
|
|
|
4354
4358
|
req.send_request(options)
|
|
4355
4359
|
end
|
|
4356
4360
|
|
|
4357
|
-
# Deletes a custom action target from Security Hub.
|
|
4361
|
+
# Deletes a custom action target from Security Hub CSPM.
|
|
4358
4362
|
#
|
|
4359
4363
|
# Deleting a custom action target does not affect any findings or
|
|
4360
4364
|
# insights that were already sent to Amazon CloudWatch Events using the
|
|
@@ -4446,7 +4450,7 @@ module Aws::SecurityHub
|
|
|
4446
4450
|
req.send_request(options)
|
|
4447
4451
|
end
|
|
4448
4452
|
|
|
4449
|
-
# Deletes a configuration policy. Only the Security Hub delegated
|
|
4453
|
+
# Deletes a configuration policy. Only the Security Hub CSPM delegated
|
|
4450
4454
|
# administrator can invoke this operation from the home Region. For the
|
|
4451
4455
|
# deletion to succeed, you must first disassociate a configuration
|
|
4452
4456
|
# policy from target accounts, organizational units, or the root by
|
|
@@ -4590,17 +4594,17 @@ module Aws::SecurityHub
|
|
|
4590
4594
|
req.send_request(options)
|
|
4591
4595
|
end
|
|
4592
4596
|
|
|
4593
|
-
# <note markdown="1"> We recommend using Organizations instead of Security Hub
|
|
4594
|
-
# to manage your member accounts. For information, see
|
|
4595
|
-
# Security Hub administrator and member accounts with
|
|
4596
|
-
# in the *Security Hub User Guide*.
|
|
4597
|
+
# <note markdown="1"> We recommend using Organizations instead of Security Hub CSPM
|
|
4598
|
+
# invitations to manage your member accounts. For information, see
|
|
4599
|
+
# [Managing Security Hub CSPM administrator and member accounts with
|
|
4600
|
+
# Organizations][1] in the *Security Hub CSPM User Guide*.
|
|
4597
4601
|
#
|
|
4598
4602
|
# </note>
|
|
4599
4603
|
#
|
|
4600
|
-
# Deletes invitations to become a Security Hub member account.
|
|
4604
|
+
# Deletes invitations to become a Security Hub CSPM member account.
|
|
4601
4605
|
#
|
|
4602
|
-
# A Security Hub administrator account can use this operation to
|
|
4603
|
-
# invitations sent to one or more prospective member accounts.
|
|
4606
|
+
# A Security Hub CSPM administrator account can use this operation to
|
|
4607
|
+
# delete invitations sent to one or more prospective member accounts.
|
|
4604
4608
|
#
|
|
4605
4609
|
# This operation is only used to delete invitations that are sent to
|
|
4606
4610
|
# prospective member accounts that aren't part of an Amazon Web
|
|
@@ -4659,7 +4663,7 @@ module Aws::SecurityHub
|
|
|
4659
4663
|
req.send_request(options)
|
|
4660
4664
|
end
|
|
4661
4665
|
|
|
4662
|
-
# Deletes the specified member accounts from Security Hub.
|
|
4666
|
+
# Deletes the specified member accounts from Security Hub CSPM.
|
|
4663
4667
|
#
|
|
4664
4668
|
# You can invoke this API only to delete accounts that became members
|
|
4665
4669
|
# through invitation. You can't invoke this API to delete accounts that
|
|
@@ -4712,8 +4716,8 @@ module Aws::SecurityHub
|
|
|
4712
4716
|
req.send_request(options)
|
|
4713
4717
|
end
|
|
4714
4718
|
|
|
4715
|
-
# Returns a list of the custom action targets in Security Hub in
|
|
4716
|
-
# account.
|
|
4719
|
+
# Returns a list of the custom action targets in Security Hub CSPM in
|
|
4720
|
+
# your account.
|
|
4717
4721
|
#
|
|
4718
4722
|
# @option params [Array<String>] :action_target_arns
|
|
4719
4723
|
# A list of custom action target ARNs for the custom action targets to
|
|
@@ -4787,7 +4791,7 @@ module Aws::SecurityHub
|
|
|
4787
4791
|
end
|
|
4788
4792
|
|
|
4789
4793
|
# Returns details about the Hub resource in your account, including the
|
|
4790
|
-
# `HubArn` and the time when you enabled Security Hub.
|
|
4794
|
+
# `HubArn` and the time when you enabled Security Hub CSPM.
|
|
4791
4795
|
#
|
|
4792
4796
|
# @option params [String] :hub_arn
|
|
4793
4797
|
# The ARN of the Hub resource to retrieve.
|
|
@@ -4840,8 +4844,8 @@ module Aws::SecurityHub
|
|
|
4840
4844
|
end
|
|
4841
4845
|
|
|
4842
4846
|
# Returns information about the way your organization is configured in
|
|
4843
|
-
# Security Hub. Only the Security Hub administrator account
|
|
4844
|
-
# this operation.
|
|
4847
|
+
# Security Hub CSPM. Only the Security Hub CSPM administrator account
|
|
4848
|
+
# can invoke this operation.
|
|
4845
4849
|
#
|
|
4846
4850
|
# @return [Types::DescribeOrganizationConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4847
4851
|
#
|
|
@@ -4888,7 +4892,7 @@ module Aws::SecurityHub
|
|
|
4888
4892
|
req.send_request(options)
|
|
4889
4893
|
end
|
|
4890
4894
|
|
|
4891
|
-
# Returns information about product integrations in Security Hub.
|
|
4895
|
+
# Returns information about product integrations in Security Hub CSPM.
|
|
4892
4896
|
#
|
|
4893
4897
|
# You can optionally provide an integration ARN. If you provide an
|
|
4894
4898
|
# integration ARN, then the results only include that integration.
|
|
@@ -5022,9 +5026,10 @@ module Aws::SecurityHub
|
|
|
5022
5026
|
# resp.products_v2[0].categories #=> Array
|
|
5023
5027
|
# resp.products_v2[0].categories[0] #=> String
|
|
5024
5028
|
# resp.products_v2[0].integration_v2_types #=> Array
|
|
5025
|
-
# resp.products_v2[0].integration_v2_types[0] #=> String, one of "SEND_FINDINGS_TO_SECURITY_HUB", "RECEIVE_FINDINGS_FROM_SECURITY_HUB", "UPDATE_FINDINGS_IN_SECURITY_HUB"
|
|
5029
|
+
# resp.products_v2[0].integration_v2_types[0] #=> String, one of "SEND_FINDINGS_TO_SECURITY_HUB", "RECEIVE_FINDINGS_FROM_SECURITY_HUB", "UPDATE_FINDINGS_IN_SECURITY_HUB", "EXTENDED_PLAN"
|
|
5026
5030
|
# resp.products_v2[0].marketplace_url #=> String
|
|
5027
5031
|
# resp.products_v2[0].activation_url #=> String
|
|
5032
|
+
# resp.products_v2[0].marketplace_product_id #=> String
|
|
5028
5033
|
# resp.next_token #=> String
|
|
5029
5034
|
#
|
|
5030
5035
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DescribeProductsV2 AWS API Documentation
|
|
@@ -5057,7 +5062,7 @@ module Aws::SecurityHub
|
|
|
5057
5062
|
req.send_request(options)
|
|
5058
5063
|
end
|
|
5059
5064
|
|
|
5060
|
-
# Returns a list of the available standards in Security Hub.
|
|
5065
|
+
# Returns a list of the available standards in Security Hub CSPM.
|
|
5061
5066
|
#
|
|
5062
5067
|
# For each standard, the results include the standard ARN, the name, and
|
|
5063
5068
|
# a description.
|
|
@@ -5257,9 +5262,9 @@ module Aws::SecurityHub
|
|
|
5257
5262
|
req.send_request(options)
|
|
5258
5263
|
end
|
|
5259
5264
|
|
|
5260
|
-
# Disables the integration of the specified product with Security Hub
|
|
5261
|
-
# After the integration is disabled, findings from that product
|
|
5262
|
-
# longer sent to Security Hub.
|
|
5265
|
+
# Disables the integration of the specified product with Security Hub
|
|
5266
|
+
# CSPM. After the integration is disabled, findings from that product
|
|
5267
|
+
# are no longer sent to Security Hub CSPM.
|
|
5263
5268
|
#
|
|
5264
5269
|
# @option params [required, String] :product_subscription_arn
|
|
5265
5270
|
# The ARN of the integrated product to disable the integration for.
|
|
@@ -5291,16 +5296,16 @@ module Aws::SecurityHub
|
|
|
5291
5296
|
req.send_request(options)
|
|
5292
5297
|
end
|
|
5293
5298
|
|
|
5294
|
-
# Disables a Security Hub administrator account. Can only be called
|
|
5295
|
-
# the organization management account.
|
|
5299
|
+
# Disables a Security Hub CSPM administrator account. Can only be called
|
|
5300
|
+
# by the organization management account.
|
|
5296
5301
|
#
|
|
5297
5302
|
# @option params [required, String] :admin_account_id
|
|
5298
|
-
# The Amazon Web Services account identifier of the Security Hub
|
|
5303
|
+
# The Amazon Web Services account identifier of the Security Hub CSPM
|
|
5299
5304
|
# administrator account.
|
|
5300
5305
|
#
|
|
5301
5306
|
# @option params [String] :feature
|
|
5302
5307
|
# The feature for which the delegated admin account is disabled.
|
|
5303
|
-
# Defaults to Security Hub if not specified.
|
|
5308
|
+
# Defaults to Security Hub CSPM if not specified.
|
|
5304
5309
|
#
|
|
5305
5310
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
5306
5311
|
#
|
|
@@ -5330,20 +5335,22 @@ module Aws::SecurityHub
|
|
|
5330
5335
|
req.send_request(options)
|
|
5331
5336
|
end
|
|
5332
5337
|
|
|
5333
|
-
# Disables Security Hub in your account only in the current Amazon
|
|
5334
|
-
# Services Region. To disable Security Hub in all Regions, you
|
|
5335
|
-
# submit one request per Region where you have enabled Security Hub
|
|
5338
|
+
# Disables Security Hub CSPM in your account only in the current Amazon
|
|
5339
|
+
# Web Services Region. To disable Security Hub CSPM in all Regions, you
|
|
5340
|
+
# must submit one request per Region where you have enabled Security Hub
|
|
5341
|
+
# CSPM.
|
|
5336
5342
|
#
|
|
5337
|
-
# You can't disable Security Hub in an account that is currently
|
|
5338
|
-
# Security Hub administrator.
|
|
5343
|
+
# You can't disable Security Hub CSPM in an account that is currently
|
|
5344
|
+
# the Security Hub CSPM administrator.
|
|
5339
5345
|
#
|
|
5340
|
-
# When you disable Security Hub, your existing findings and
|
|
5341
|
-
# any Security Hub configuration settings are deleted
|
|
5342
|
-
# cannot be recovered. Any standards that were enabled
|
|
5343
|
-
# your administrator and member account associations
|
|
5346
|
+
# When you disable Security Hub CSPM, your existing findings and
|
|
5347
|
+
# insights and any Security Hub CSPM configuration settings are deleted
|
|
5348
|
+
# after 90 days and cannot be recovered. Any standards that were enabled
|
|
5349
|
+
# are disabled, and your administrator and member account associations
|
|
5350
|
+
# are removed.
|
|
5344
5351
|
#
|
|
5345
5352
|
# If you want to save your existing findings, you must export them
|
|
5346
|
-
# before you disable Security Hub.
|
|
5353
|
+
# before you disable Security Hub CSPM.
|
|
5347
5354
|
#
|
|
5348
5355
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
5349
5356
|
#
|
|
@@ -5378,7 +5385,7 @@ module Aws::SecurityHub
|
|
|
5378
5385
|
req.send_request(options)
|
|
5379
5386
|
end
|
|
5380
5387
|
|
|
5381
|
-
# Disassociates the current Security Hub member account from the
|
|
5388
|
+
# Disassociates the current Security Hub CSPM member account from the
|
|
5382
5389
|
# associated administrator account.
|
|
5383
5390
|
#
|
|
5384
5391
|
# This operation is only used by accounts that are not part of an
|
|
@@ -5407,7 +5414,7 @@ module Aws::SecurityHub
|
|
|
5407
5414
|
# This method is deprecated. Instead, use
|
|
5408
5415
|
# `DisassociateFromAdministratorAccount`.
|
|
5409
5416
|
#
|
|
5410
|
-
# The Security Hub console continues to use
|
|
5417
|
+
# The Security Hub CSPM console continues to use
|
|
5411
5418
|
# `DisassociateFromMasterAccount`. It will eventually change to use
|
|
5412
5419
|
# `DisassociateFromAdministratorAccount`. Any IAM policies that
|
|
5413
5420
|
# specifically control access to this function must continue to use
|
|
@@ -5416,7 +5423,7 @@ module Aws::SecurityHub
|
|
|
5416
5423
|
# the correct permissions are in place after the console begins to use
|
|
5417
5424
|
# `DisassociateFromAdministratorAccount`.
|
|
5418
5425
|
#
|
|
5419
|
-
# Disassociates the current Security Hub member account from the
|
|
5426
|
+
# Disassociates the current Security Hub CSPM member account from the
|
|
5420
5427
|
# associated administrator account.
|
|
5421
5428
|
#
|
|
5422
5429
|
# This operation is only used by accounts that are not part of an
|
|
@@ -5473,12 +5480,12 @@ module Aws::SecurityHub
|
|
|
5473
5480
|
req.send_request(options)
|
|
5474
5481
|
end
|
|
5475
5482
|
|
|
5476
|
-
# Enables the integration of a partner product with Security Hub.
|
|
5477
|
-
# Integrated products send findings to Security Hub.
|
|
5483
|
+
# Enables the integration of a partner product with Security Hub CSPM.
|
|
5484
|
+
# Integrated products send findings to Security Hub CSPM.
|
|
5478
5485
|
#
|
|
5479
5486
|
# When you enable a product integration, a permissions policy that
|
|
5480
|
-
# grants permission for the product to send findings to Security Hub
|
|
5481
|
-
# applied.
|
|
5487
|
+
# grants permission for the product to send findings to Security Hub
|
|
5488
|
+
# CSPM is applied.
|
|
5482
5489
|
#
|
|
5483
5490
|
# @option params [required, String] :product_arn
|
|
5484
5491
|
# The ARN of the product to enable the integration for.
|
|
@@ -5521,16 +5528,17 @@ module Aws::SecurityHub
|
|
|
5521
5528
|
req.send_request(options)
|
|
5522
5529
|
end
|
|
5523
5530
|
|
|
5524
|
-
# Designates the Security Hub administrator account for an
|
|
5525
|
-
# Can only be called by the organization management
|
|
5531
|
+
# Designates the Security Hub CSPM administrator account for an
|
|
5532
|
+
# organization. Can only be called by the organization management
|
|
5533
|
+
# account.
|
|
5526
5534
|
#
|
|
5527
5535
|
# @option params [required, String] :admin_account_id
|
|
5528
5536
|
# The Amazon Web Services account identifier of the account to designate
|
|
5529
|
-
# as the Security Hub administrator account.
|
|
5537
|
+
# as the Security Hub CSPM administrator account.
|
|
5530
5538
|
#
|
|
5531
5539
|
# @option params [String] :feature
|
|
5532
5540
|
# The feature for which the delegated admin account is enabled. Defaults
|
|
5533
|
-
# to Security Hub if not specified.
|
|
5541
|
+
# to Security Hub CSPM if not specified.
|
|
5534
5542
|
#
|
|
5535
5543
|
# @return [Types::EnableOrganizationAdminAccountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5536
5544
|
#
|
|
@@ -5568,15 +5576,15 @@ module Aws::SecurityHub
|
|
|
5568
5576
|
req.send_request(options)
|
|
5569
5577
|
end
|
|
5570
5578
|
|
|
5571
|
-
# Enables Security Hub for your account in the current Region or
|
|
5572
|
-
# Region you specify in the request.
|
|
5579
|
+
# Enables Security Hub CSPM for your account in the current Region or
|
|
5580
|
+
# the Region you specify in the request.
|
|
5573
5581
|
#
|
|
5574
|
-
# When you enable Security Hub, you grant to Security Hub the
|
|
5582
|
+
# When you enable Security Hub CSPM, you grant to Security Hub CSPM the
|
|
5575
5583
|
# permissions necessary to gather findings from other services that are
|
|
5576
|
-
# integrated with Security Hub.
|
|
5584
|
+
# integrated with Security Hub CSPM.
|
|
5577
5585
|
#
|
|
5578
|
-
# When you use the `EnableSecurityHub` operation to enable Security Hub
|
|
5579
|
-
# you also automatically enable the following standards:
|
|
5586
|
+
# When you use the `EnableSecurityHub` operation to enable Security Hub
|
|
5587
|
+
# CSPM, you also automatically enable the following standards:
|
|
5580
5588
|
#
|
|
5581
5589
|
# * Center for Internet Security (CIS) Amazon Web Services Foundations
|
|
5582
5590
|
# Benchmark v1.2.0
|
|
@@ -5588,42 +5596,42 @@ module Aws::SecurityHub
|
|
|
5588
5596
|
# To opt out of automatically enabled standards, set
|
|
5589
5597
|
# `EnableDefaultStandards` to `false`.
|
|
5590
5598
|
#
|
|
5591
|
-
# After you enable Security Hub, to enable a standard, use the
|
|
5599
|
+
# After you enable Security Hub CSPM, to enable a standard, use the
|
|
5592
5600
|
# `BatchEnableStandards` operation. To disable a standard, use the
|
|
5593
5601
|
# `BatchDisableStandards` operation.
|
|
5594
5602
|
#
|
|
5595
5603
|
# To learn more, see the [setup information][1] in the *Security Hub
|
|
5596
|
-
# User Guide*.
|
|
5604
|
+
# CSPM User Guide*.
|
|
5597
5605
|
#
|
|
5598
5606
|
#
|
|
5599
5607
|
#
|
|
5600
5608
|
# [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-settingup.html
|
|
5601
5609
|
#
|
|
5602
5610
|
# @option params [Hash<String,String>] :tags
|
|
5603
|
-
# The tags to add to the hub resource when you enable Security Hub.
|
|
5611
|
+
# The tags to add to the hub resource when you enable Security Hub CSPM.
|
|
5604
5612
|
#
|
|
5605
5613
|
# @option params [Boolean] :enable_default_standards
|
|
5606
|
-
# Whether to enable the security standards that Security Hub has
|
|
5614
|
+
# Whether to enable the security standards that Security Hub CSPM has
|
|
5607
5615
|
# designated as automatically enabled. If you don't provide a value for
|
|
5608
5616
|
# `EnableDefaultStandards`, it is set to `true`. To not enable the
|
|
5609
5617
|
# automatically enabled standards, set `EnableDefaultStandards` to
|
|
5610
5618
|
# `false`.
|
|
5611
5619
|
#
|
|
5612
5620
|
# @option params [String] :control_finding_generator
|
|
5613
|
-
# This field, used when enabling Security Hub, specifies whether
|
|
5614
|
-
# calling account has consolidated control findings turned on. If
|
|
5615
|
-
# value for this field is set to `SECURITY_CONTROL`, Security Hub
|
|
5616
|
-
# generates a single finding for a control check even when the
|
|
5617
|
-
# applies to multiple enabled standards.
|
|
5621
|
+
# This field, used when enabling Security Hub CSPM, specifies whether
|
|
5622
|
+
# the calling account has consolidated control findings turned on. If
|
|
5623
|
+
# the value for this field is set to `SECURITY_CONTROL`, Security Hub
|
|
5624
|
+
# CSPM generates a single finding for a control check even when the
|
|
5625
|
+
# check applies to multiple enabled standards.
|
|
5618
5626
|
#
|
|
5619
5627
|
# If the value for this field is set to `STANDARD_CONTROL`, Security Hub
|
|
5620
|
-
# generates separate findings for a control check when the check
|
|
5621
|
-
# to multiple enabled standards.
|
|
5628
|
+
# CSPM generates separate findings for a control check when the check
|
|
5629
|
+
# applies to multiple enabled standards.
|
|
5622
5630
|
#
|
|
5623
5631
|
# The value for this field in a member account matches the value in the
|
|
5624
5632
|
# administrator account. For accounts that aren't part of an
|
|
5625
5633
|
# organization, the default value of this field is `SECURITY_CONTROL` if
|
|
5626
|
-
# you enabled Security Hub on or after February 23, 2023.
|
|
5634
|
+
# you enabled Security Hub CSPM on or after February 23, 2023.
|
|
5627
5635
|
#
|
|
5628
5636
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
5629
5637
|
#
|
|
@@ -5692,8 +5700,8 @@ module Aws::SecurityHub
|
|
|
5692
5700
|
req.send_request(options)
|
|
5693
5701
|
end
|
|
5694
5702
|
|
|
5695
|
-
# Provides the details for the Security Hub administrator account
|
|
5696
|
-
# the current member account.
|
|
5703
|
+
# Provides the details for the Security Hub CSPM administrator account
|
|
5704
|
+
# for the current member account.
|
|
5697
5705
|
#
|
|
5698
5706
|
# Can be used by both member accounts that are managed using
|
|
5699
5707
|
# Organizations and accounts that were invited manually.
|
|
@@ -5854,8 +5862,8 @@ module Aws::SecurityHub
|
|
|
5854
5862
|
end
|
|
5855
5863
|
|
|
5856
5864
|
# Provides information about a configuration policy. Only the Security
|
|
5857
|
-
# Hub delegated administrator can invoke this operation from the
|
|
5858
|
-
# Region.
|
|
5865
|
+
# Hub CSPM delegated administrator can invoke this operation from the
|
|
5866
|
+
# home Region.
|
|
5859
5867
|
#
|
|
5860
5868
|
# @option params [required, String] :identifier
|
|
5861
5869
|
# The Amazon Resource Name (ARN) or universally unique identifier (UUID)
|
|
@@ -5966,7 +5974,7 @@ module Aws::SecurityHub
|
|
|
5966
5974
|
# Returns the association between a configuration and a target account,
|
|
5967
5975
|
# organizational unit, or the root. The configuration can be a
|
|
5968
5976
|
# configuration policy or self-managed behavior. Only the Security Hub
|
|
5969
|
-
# delegated administrator can invoke this operation from the home
|
|
5977
|
+
# CSPM delegated administrator can invoke this operation from the home
|
|
5970
5978
|
# Region.
|
|
5971
5979
|
#
|
|
5972
5980
|
# @option params [required, Types::Target] :target
|
|
@@ -6229,10 +6237,10 @@ module Aws::SecurityHub
|
|
|
6229
6237
|
req.send_request(options)
|
|
6230
6238
|
end
|
|
6231
6239
|
|
|
6232
|
-
# Returns the history of a Security Hub finding. The history
|
|
6233
|
-
# changes made to any fields in the Amazon Web Services
|
|
6234
|
-
# Format (ASFF) except top-level timestamp fields, such
|
|
6235
|
-
# `CreatedAt` and `UpdatedAt` fields.
|
|
6240
|
+
# Returns the history of a Security Hub CSPM finding. The history
|
|
6241
|
+
# includes changes made to any fields in the Amazon Web Services
|
|
6242
|
+
# Security Finding Format (ASFF) except top-level timestamp fields, such
|
|
6243
|
+
# as the `CreatedAt` and `UpdatedAt` fields.
|
|
6236
6244
|
#
|
|
6237
6245
|
# This operation might return fewer results than the maximum number of
|
|
6238
6246
|
# results (`MaxResults`) specified in a request, even when more results
|
|
@@ -6251,19 +6259,19 @@ module Aws::SecurityHub
|
|
|
6251
6259
|
# history.
|
|
6252
6260
|
#
|
|
6253
6261
|
# If you provide values for both `StartTime` and `EndTime`, Security Hub
|
|
6254
|
-
# returns finding history for the specified time period. If you
|
|
6255
|
-
# a value for `StartTime` but not for `EndTime`, Security Hub
|
|
6256
|
-
# finding history from the `StartTime` to the time at which
|
|
6257
|
-
# called. If you provide a value for `EndTime` but not for
|
|
6258
|
-
# Security Hub returns finding history from the
|
|
6259
|
-
# of the finding to the `EndTime`. If you
|
|
6260
|
-
# nor `EndTime`, Security Hub returns
|
|
6261
|
-
# `CreatedAt` timestamp of the finding to the
|
|
6262
|
-
# called. In all of these scenarios, the
|
|
6263
|
-
# results.
|
|
6262
|
+
# CSPM returns finding history for the specified time period. If you
|
|
6263
|
+
# provide a value for `StartTime` but not for `EndTime`, Security Hub
|
|
6264
|
+
# CSPM returns finding history from the `StartTime` to the time at which
|
|
6265
|
+
# the API is called. If you provide a value for `EndTime` but not for
|
|
6266
|
+
# `StartTime`, Security Hub CSPM returns finding history from the
|
|
6267
|
+
# [CreatedAt][1] timestamp of the finding to the `EndTime`. If you
|
|
6268
|
+
# provide neither `StartTime` nor `EndTime`, Security Hub CSPM returns
|
|
6269
|
+
# finding history from the `CreatedAt` timestamp of the finding to the
|
|
6270
|
+
# time at which the API is called. In all of these scenarios, the
|
|
6271
|
+
# response is limited to 100 results.
|
|
6264
6272
|
#
|
|
6265
6273
|
# For more information about the validation and formatting of timestamp
|
|
6266
|
-
# fields in Security Hub, see [Timestamps][2].
|
|
6274
|
+
# fields in Security Hub CSPM, see [Timestamps][2].
|
|
6267
6275
|
#
|
|
6268
6276
|
#
|
|
6269
6277
|
#
|
|
@@ -6275,19 +6283,19 @@ module Aws::SecurityHub
|
|
|
6275
6283
|
# requested finding history.
|
|
6276
6284
|
#
|
|
6277
6285
|
# If you provide values for both `StartTime` and `EndTime`, Security Hub
|
|
6278
|
-
# returns finding history for the specified time period. If you
|
|
6279
|
-
# a value for `StartTime` but not for `EndTime`, Security Hub
|
|
6280
|
-
# finding history from the `StartTime` to the time at which
|
|
6281
|
-
# called. If you provide a value for `EndTime` but not for
|
|
6282
|
-
# Security Hub returns finding history from the
|
|
6283
|
-
# of the finding to the `EndTime`. If you
|
|
6284
|
-
# nor `EndTime`, Security Hub returns
|
|
6285
|
-
# `CreatedAt` timestamp of the finding to the
|
|
6286
|
-
# called. In all of these scenarios, the
|
|
6287
|
-
# results.
|
|
6286
|
+
# CSPM returns finding history for the specified time period. If you
|
|
6287
|
+
# provide a value for `StartTime` but not for `EndTime`, Security Hub
|
|
6288
|
+
# CSPM returns finding history from the `StartTime` to the time at which
|
|
6289
|
+
# the API is called. If you provide a value for `EndTime` but not for
|
|
6290
|
+
# `StartTime`, Security Hub CSPM returns finding history from the
|
|
6291
|
+
# [CreatedAt][1] timestamp of the finding to the `EndTime`. If you
|
|
6292
|
+
# provide neither `StartTime` nor `EndTime`, Security Hub CSPM returns
|
|
6293
|
+
# finding history from the `CreatedAt` timestamp of the finding to the
|
|
6294
|
+
# time at which the API is called. In all of these scenarios, the
|
|
6295
|
+
# response is limited to 100 results.
|
|
6288
6296
|
#
|
|
6289
6297
|
# For more information about the validation and formatting of timestamp
|
|
6290
|
-
# fields in Security Hub, see [Timestamps][2].
|
|
6298
|
+
# fields in Security Hub CSPM, see [Timestamps][2].
|
|
6291
6299
|
#
|
|
6292
6300
|
#
|
|
6293
6301
|
#
|
|
@@ -6298,12 +6306,12 @@ module Aws::SecurityHub
|
|
|
6298
6306
|
# A token for pagination purposes. Provide `NULL` as the initial value.
|
|
6299
6307
|
# In subsequent requests, provide the token included in the response to
|
|
6300
6308
|
# get up to an additional 100 results of finding history. If you don’t
|
|
6301
|
-
# provide `NextToken`, Security Hub returns up to 100 results of
|
|
6302
|
-
# history for each request.
|
|
6309
|
+
# provide `NextToken`, Security Hub CSPM returns up to 100 results of
|
|
6310
|
+
# finding history for each request.
|
|
6303
6311
|
#
|
|
6304
6312
|
# @option params [Integer] :max_results
|
|
6305
6313
|
# The maximum number of results to be returned. If you don’t provide it,
|
|
6306
|
-
# Security Hub returns up to 100 results of finding history.
|
|
6314
|
+
# Security Hub CSPM returns up to 100 results of finding history.
|
|
6307
6315
|
#
|
|
6308
6316
|
# @return [Types::GetFindingHistoryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
6309
6317
|
#
|
|
@@ -6488,7 +6496,7 @@ module Aws::SecurityHub
|
|
|
6488
6496
|
# ],
|
|
6489
6497
|
# composite_operator: "AND", # accepts AND, OR
|
|
6490
6498
|
# },
|
|
6491
|
-
# group_by_field: "activity_name", # required, accepts activity_name, cloud.account.uid, cloud.provider, cloud.region, compliance.assessments.name, compliance.status, compliance.control, finding_info.title, finding_info.related_events.traits.category, finding_info.types, metadata.product.name, metadata.product.uid, resources.type, resources.uid, severity, status, vulnerabilities.fix_coverage, class_name, vulnerabilities.affected_packages.name, finding_info.analytic.name, compliance.standards, cloud.account.name, vendor_attributes.severity
|
|
6499
|
+
# group_by_field: "activity_name", # required, accepts activity_name, cloud.account.uid, cloud.provider, cloud.region, compliance.assessments.name, compliance.status, compliance.control, finding_info.title, finding_info.related_events.traits.category, finding_info.types, metadata.product.name, metadata.product.uid, resources.type, resources.uid, severity, status, vulnerabilities.fix_coverage, class_name, vulnerabilities.affected_packages.name, finding_info.analytic.name, compliance.standards, cloud.account.name, vendor_attributes.severity, metadata.product.vendor_name
|
|
6492
6500
|
# },
|
|
6493
6501
|
# ],
|
|
6494
6502
|
# sort_order: "asc", # accepts asc, desc
|
|
@@ -7589,8 +7597,8 @@ module Aws::SecurityHub
|
|
|
7589
7597
|
req.send_request(options)
|
|
7590
7598
|
end
|
|
7591
7599
|
|
|
7592
|
-
# Lists the results of the Security Hub insight specified by the
|
|
7593
|
-
# ARN.
|
|
7600
|
+
# Lists the results of the Security Hub CSPM insight specified by the
|
|
7601
|
+
# insight ARN.
|
|
7594
7602
|
#
|
|
7595
7603
|
# @option params [required, String] :insight_arn
|
|
7596
7604
|
# The ARN of the insight for which to return results.
|
|
@@ -8095,15 +8103,15 @@ module Aws::SecurityHub
|
|
|
8095
8103
|
req.send_request(options)
|
|
8096
8104
|
end
|
|
8097
8105
|
|
|
8098
|
-
# <note markdown="1"> We recommend using Organizations instead of Security Hub
|
|
8099
|
-
# to manage your member accounts. For information, see
|
|
8100
|
-
# Security Hub administrator and member accounts with
|
|
8101
|
-
# in the *Security Hub User Guide*.
|
|
8106
|
+
# <note markdown="1"> We recommend using Organizations instead of Security Hub CSPM
|
|
8107
|
+
# invitations to manage your member accounts. For information, see
|
|
8108
|
+
# [Managing Security Hub CSPM administrator and member accounts with
|
|
8109
|
+
# Organizations][1] in the *Security Hub CSPM User Guide*.
|
|
8102
8110
|
#
|
|
8103
8111
|
# </note>
|
|
8104
8112
|
#
|
|
8105
|
-
# Returns the count of all Security Hub membership invitations that
|
|
8106
|
-
# sent to the calling member account, not including the currently
|
|
8113
|
+
# Returns the count of all Security Hub CSPM membership invitations that
|
|
8114
|
+
# were sent to the calling member account, not including the currently
|
|
8107
8115
|
# accepted invitation.
|
|
8108
8116
|
#
|
|
8109
8117
|
#
|
|
@@ -8143,15 +8151,16 @@ module Aws::SecurityHub
|
|
|
8143
8151
|
|
|
8144
8152
|
# This method is deprecated. Instead, use `GetAdministratorAccount`.
|
|
8145
8153
|
#
|
|
8146
|
-
# The Security Hub console continues to use `GetMasterAccount`. It
|
|
8147
|
-
# eventually change to use `GetAdministratorAccount`. Any IAM
|
|
8148
|
-
# that specifically control access to this function must
|
|
8149
|
-
# `GetMasterAccount`. You should also add
|
|
8150
|
-
# your policies to ensure that the correct
|
|
8151
|
-
# after the console begins to use
|
|
8154
|
+
# The Security Hub CSPM console continues to use `GetMasterAccount`. It
|
|
8155
|
+
# will eventually change to use `GetAdministratorAccount`. Any IAM
|
|
8156
|
+
# policies that specifically control access to this function must
|
|
8157
|
+
# continue to use `GetMasterAccount`. You should also add
|
|
8158
|
+
# `GetAdministratorAccount` to your policies to ensure that the correct
|
|
8159
|
+
# permissions are in place after the console begins to use
|
|
8160
|
+
# `GetAdministratorAccount`.
|
|
8152
8161
|
#
|
|
8153
|
-
# Provides the details for the Security Hub administrator account
|
|
8154
|
-
# the current member account.
|
|
8162
|
+
# Provides the details for the Security Hub CSPM administrator account
|
|
8163
|
+
# for the current member account.
|
|
8155
8164
|
#
|
|
8156
8165
|
# Can be used by both member accounts that are managed using
|
|
8157
8166
|
# Organizations and accounts that were invited manually.
|
|
@@ -8176,19 +8185,19 @@ module Aws::SecurityHub
|
|
|
8176
8185
|
req.send_request(options)
|
|
8177
8186
|
end
|
|
8178
8187
|
|
|
8179
|
-
# Returns the details for the Security Hub member accounts for the
|
|
8188
|
+
# Returns the details for the Security Hub CSPM member accounts for the
|
|
8180
8189
|
# specified account IDs.
|
|
8181
8190
|
#
|
|
8182
|
-
# An administrator account can be either the delegated Security Hub
|
|
8191
|
+
# An administrator account can be either the delegated Security Hub CSPM
|
|
8183
8192
|
# administrator account for an organization or an administrator account
|
|
8184
|
-
# that enabled Security Hub manually.
|
|
8193
|
+
# that enabled Security Hub CSPM manually.
|
|
8185
8194
|
#
|
|
8186
8195
|
# The results include both member accounts that are managed using
|
|
8187
8196
|
# Organizations and accounts that were invited manually.
|
|
8188
8197
|
#
|
|
8189
8198
|
# @option params [required, Array<String>] :account_ids
|
|
8190
|
-
# The list of account IDs for the Security Hub member accounts to
|
|
8191
|
-
# the details for.
|
|
8199
|
+
# The list of account IDs for the Security Hub CSPM member accounts to
|
|
8200
|
+
# return the details for.
|
|
8192
8201
|
#
|
|
8193
8202
|
# @return [Types::GetMembersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
8194
8203
|
#
|
|
@@ -8671,16 +8680,16 @@ module Aws::SecurityHub
|
|
|
8671
8680
|
req.send_request(options)
|
|
8672
8681
|
end
|
|
8673
8682
|
|
|
8674
|
-
# <note markdown="1"> We recommend using Organizations instead of Security Hub
|
|
8675
|
-
# to manage your member accounts. For information, see
|
|
8676
|
-
# Security Hub administrator and member accounts with
|
|
8677
|
-
# in the *Security Hub User Guide*.
|
|
8683
|
+
# <note markdown="1"> We recommend using Organizations instead of Security Hub CSPM
|
|
8684
|
+
# invitations to manage your member accounts. For information, see
|
|
8685
|
+
# [Managing Security Hub CSPM administrator and member accounts with
|
|
8686
|
+
# Organizations][1] in the *Security Hub CSPM User Guide*.
|
|
8678
8687
|
#
|
|
8679
8688
|
# </note>
|
|
8680
8689
|
#
|
|
8681
8690
|
# Invites other Amazon Web Services accounts to become member accounts
|
|
8682
|
-
# for the Security Hub administrator account that the invitation is
|
|
8683
|
-
# from.
|
|
8691
|
+
# for the Security Hub CSPM administrator account that the invitation is
|
|
8692
|
+
# sent from.
|
|
8684
8693
|
#
|
|
8685
8694
|
# This operation is only used to invite accounts that don't belong to
|
|
8686
8695
|
# an Amazon Web Services organization. Organization accounts don't
|
|
@@ -8688,11 +8697,11 @@ module Aws::SecurityHub
|
|
|
8688
8697
|
#
|
|
8689
8698
|
# Before you can use this action to invite a member, you must first use
|
|
8690
8699
|
# the `CreateMembers` action to create the member account in Security
|
|
8691
|
-
# Hub.
|
|
8700
|
+
# Hub CSPM.
|
|
8692
8701
|
#
|
|
8693
|
-
# When the account owner enables Security Hub and accepts the
|
|
8694
|
-
# to become a member account, the administrator account can
|
|
8695
|
-
# findings generated in the member account.
|
|
8702
|
+
# When the account owner enables Security Hub CSPM and accepts the
|
|
8703
|
+
# invitation to become a member account, the administrator account can
|
|
8704
|
+
# view the findings generated in the member account.
|
|
8696
8705
|
#
|
|
8697
8706
|
#
|
|
8698
8707
|
#
|
|
@@ -8700,7 +8709,7 @@ module Aws::SecurityHub
|
|
|
8700
8709
|
#
|
|
8701
8710
|
# @option params [required, Array<String>] :account_ids
|
|
8702
8711
|
# The list of account IDs of the Amazon Web Services accounts to invite
|
|
8703
|
-
# to Security Hub as members.
|
|
8712
|
+
# to Security Hub CSPM as members.
|
|
8704
8713
|
#
|
|
8705
8714
|
# @return [Types::InviteMembersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
8706
8715
|
#
|
|
@@ -8919,7 +8928,7 @@ module Aws::SecurityHub
|
|
|
8919
8928
|
req.send_request(options)
|
|
8920
8929
|
end
|
|
8921
8930
|
|
|
8922
|
-
# Lists the configuration policies that the Security Hub delegated
|
|
8931
|
+
# Lists the configuration policies that the Security Hub CSPM delegated
|
|
8923
8932
|
# administrator has created for your organization. Only the delegated
|
|
8924
8933
|
# administrator can invoke this operation from the home Region.
|
|
8925
8934
|
#
|
|
@@ -9002,8 +9011,9 @@ module Aws::SecurityHub
|
|
|
9002
9011
|
end
|
|
9003
9012
|
|
|
9004
9013
|
# Provides information about the associations for your configuration
|
|
9005
|
-
# policies and self-managed behavior. Only the Security Hub
|
|
9006
|
-
# administrator can invoke this operation from the home
|
|
9014
|
+
# policies and self-managed behavior. Only the Security Hub CSPM
|
|
9015
|
+
# delegated administrator can invoke this operation from the home
|
|
9016
|
+
# Region.
|
|
9007
9017
|
#
|
|
9008
9018
|
# @option params [String] :next_token
|
|
9009
9019
|
# The `NextToken` value that's returned from a previous paginated
|
|
@@ -9149,7 +9159,7 @@ module Aws::SecurityHub
|
|
|
9149
9159
|
end
|
|
9150
9160
|
|
|
9151
9161
|
# Lists all findings-generating solutions (products) that you are
|
|
9152
|
-
# subscribed to receive findings from in Security Hub.
|
|
9162
|
+
# subscribed to receive findings from in Security Hub CSPM.
|
|
9153
9163
|
#
|
|
9154
9164
|
# @option params [String] :next_token
|
|
9155
9165
|
# The token that is required for pagination. On your first call to the
|
|
@@ -9267,15 +9277,15 @@ module Aws::SecurityHub
|
|
|
9267
9277
|
req.send_request(options)
|
|
9268
9278
|
end
|
|
9269
9279
|
|
|
9270
|
-
# <note markdown="1"> We recommend using Organizations instead of Security Hub
|
|
9271
|
-
# to manage your member accounts. For information, see
|
|
9272
|
-
# Security Hub administrator and member accounts with
|
|
9273
|
-
# in the *Security Hub User Guide*.
|
|
9280
|
+
# <note markdown="1"> We recommend using Organizations instead of Security Hub CSPM
|
|
9281
|
+
# invitations to manage your member accounts. For information, see
|
|
9282
|
+
# [Managing Security Hub CSPM administrator and member accounts with
|
|
9283
|
+
# Organizations][1] in the *Security Hub CSPM User Guide*.
|
|
9274
9284
|
#
|
|
9275
9285
|
# </note>
|
|
9276
9286
|
#
|
|
9277
|
-
# Lists all Security Hub membership invitations that were sent to
|
|
9278
|
-
# calling account.
|
|
9287
|
+
# Lists all Security Hub CSPM membership invitations that were sent to
|
|
9288
|
+
# the calling account.
|
|
9279
9289
|
#
|
|
9280
9290
|
# Only accounts that are managed by invitation can use this operation.
|
|
9281
9291
|
# Accounts that are managed using the integration with Organizations
|
|
@@ -9351,7 +9361,7 @@ module Aws::SecurityHub
|
|
|
9351
9361
|
end
|
|
9352
9362
|
|
|
9353
9363
|
# Lists details about all member accounts for the current Security Hub
|
|
9354
|
-
# administrator account.
|
|
9364
|
+
# CSPM administrator account.
|
|
9355
9365
|
#
|
|
9356
9366
|
# The results include both member accounts that belong to an
|
|
9357
9367
|
# organization and member accounts that were invited manually.
|
|
@@ -9446,8 +9456,8 @@ module Aws::SecurityHub
|
|
|
9446
9456
|
req.send_request(options)
|
|
9447
9457
|
end
|
|
9448
9458
|
|
|
9449
|
-
# Lists the Security Hub administrator accounts. Can only be called
|
|
9450
|
-
# the organization management account.
|
|
9459
|
+
# Lists the Security Hub CSPM administrator accounts. Can only be called
|
|
9460
|
+
# by the organization management account.
|
|
9451
9461
|
#
|
|
9452
9462
|
# @option params [Integer] :max_results
|
|
9453
9463
|
# The maximum number of items to return in the response.
|
|
@@ -9461,7 +9471,7 @@ module Aws::SecurityHub
|
|
|
9461
9471
|
#
|
|
9462
9472
|
# @option params [String] :feature
|
|
9463
9473
|
# The feature where the delegated administrator account is listed.
|
|
9464
|
-
# Defaults to Security Hub if not specified.
|
|
9474
|
+
# Defaults to Security Hub CSPM if not specified.
|
|
9465
9475
|
#
|
|
9466
9476
|
# @return [Types::ListOrganizationAdminAccountsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
9467
9477
|
#
|
|
@@ -9673,7 +9683,8 @@ module Aws::SecurityHub
|
|
|
9673
9683
|
# you can use in a subsequent API call to get the next 25 associations.
|
|
9674
9684
|
# This repeats until all associations for the specified control are
|
|
9675
9685
|
# returned. The number of results is limited by the number of supported
|
|
9676
|
-
# Security Hub standards that you've enabled in the calling
|
|
9686
|
+
# Security Hub CSPM standards that you've enabled in the calling
|
|
9687
|
+
# account.
|
|
9677
9688
|
#
|
|
9678
9689
|
# @return [Types::ListStandardsControlAssociationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
9679
9690
|
#
|
|
@@ -9844,7 +9855,7 @@ module Aws::SecurityHub
|
|
|
9844
9855
|
# Associates a target account, organizational unit, or the root with a
|
|
9845
9856
|
# specified configuration. The target can be associated with a
|
|
9846
9857
|
# configuration policy or self-managed behavior. Only the Security Hub
|
|
9847
|
-
# delegated administrator can invoke this operation from the home
|
|
9858
|
+
# CSPM delegated administrator can invoke this operation from the home
|
|
9848
9859
|
# Region.
|
|
9849
9860
|
#
|
|
9850
9861
|
# @option params [required, String] :configuration_policy_identifier
|
|
@@ -9926,7 +9937,7 @@ module Aws::SecurityHub
|
|
|
9926
9937
|
# parent. If there’s no configuration to inherit, the target retains its
|
|
9927
9938
|
# settings but becomes a self-managed account. A target can be
|
|
9928
9939
|
# disassociated from a configuration policy or self-managed behavior.
|
|
9929
|
-
# Only the Security Hub delegated administrator can invoke this
|
|
9940
|
+
# Only the Security Hub CSPM delegated administrator can invoke this
|
|
9930
9941
|
# operation from the home Region.
|
|
9931
9942
|
#
|
|
9932
9943
|
# @option params [Types::Target] :target
|
|
@@ -10056,7 +10067,7 @@ module Aws::SecurityHub
|
|
|
10056
10067
|
end
|
|
10057
10068
|
|
|
10058
10069
|
# Updates the name and description of a custom action target in Security
|
|
10059
|
-
# Hub.
|
|
10070
|
+
# Hub CSPM.
|
|
10060
10071
|
#
|
|
10061
10072
|
# @option params [required, String] :action_target_arn
|
|
10062
10073
|
# The ARN of the custom action target to update.
|
|
@@ -10272,7 +10283,7 @@ module Aws::SecurityHub
|
|
|
10272
10283
|
req.send_request(options)
|
|
10273
10284
|
end
|
|
10274
10285
|
|
|
10275
|
-
# Updates a configuration policy. Only the Security Hub delegated
|
|
10286
|
+
# Updates a configuration policy. Only the Security Hub CSPM delegated
|
|
10276
10287
|
# administrator can invoke this operation from the home Region.
|
|
10277
10288
|
#
|
|
10278
10289
|
# @option params [required, String] :identifier
|
|
@@ -10290,15 +10301,16 @@ module Aws::SecurityHub
|
|
|
10290
10301
|
# The reason for updating the configuration policy.
|
|
10291
10302
|
#
|
|
10292
10303
|
# @option params [Types::Policy] :configuration_policy
|
|
10293
|
-
# An object that defines how Security Hub is configured. It
|
|
10294
|
-
# whether Security Hub is enabled or disabled, a list of
|
|
10295
|
-
# security standards, a list of enabled or disabled security
|
|
10296
|
-
# and a list of custom parameter values for specified
|
|
10297
|
-
# provide a list of security controls that are enabled
|
|
10298
|
-
# configuration policy, Security Hub disables all other
|
|
10299
|
-
# (including newly released controls). If you provide a list of
|
|
10300
|
-
# controls that are disabled in the configuration policy,
|
|
10301
|
-
# enables all other controls (including newly released
|
|
10304
|
+
# An object that defines how Security Hub CSPM is configured. It
|
|
10305
|
+
# includes whether Security Hub CSPM is enabled or disabled, a list of
|
|
10306
|
+
# enabled security standards, a list of enabled or disabled security
|
|
10307
|
+
# controls, and a list of custom parameter values for specified
|
|
10308
|
+
# controls. If you provide a list of security controls that are enabled
|
|
10309
|
+
# in the configuration policy, Security Hub CSPM disables all other
|
|
10310
|
+
# controls (including newly released controls). If you provide a list of
|
|
10311
|
+
# security controls that are disabled in the configuration policy,
|
|
10312
|
+
# Security Hub CSPM enables all other controls (including newly released
|
|
10313
|
+
# controls).
|
|
10302
10314
|
#
|
|
10303
10315
|
# When updating a configuration policy, provide a complete list of
|
|
10304
10316
|
# standards that you want to enable and a complete list of controls that
|
|
@@ -10528,7 +10540,7 @@ module Aws::SecurityHub
|
|
|
10528
10540
|
# @option params [required, String] :region_linking_mode
|
|
10529
10541
|
# Indicates whether to aggregate findings from all of the available
|
|
10530
10542
|
# Regions in the current partition. Also determines whether to
|
|
10531
|
-
# automatically aggregate findings from new Regions as Security Hub
|
|
10543
|
+
# automatically aggregate findings from new Regions as Security Hub CSPM
|
|
10532
10544
|
# supports them and you opt into them.
|
|
10533
10545
|
#
|
|
10534
10546
|
# The selected option also determines how to use the Regions provided in
|
|
@@ -10537,18 +10549,18 @@ module Aws::SecurityHub
|
|
|
10537
10549
|
# The options are as follows:
|
|
10538
10550
|
#
|
|
10539
10551
|
# * `ALL_REGIONS` - Aggregates findings from all of the Regions where
|
|
10540
|
-
# Security Hub is enabled. When you choose this option, Security
|
|
10541
|
-
# also automatically aggregates findings from new Regions as
|
|
10542
|
-
# Hub supports them and you opt into them.
|
|
10552
|
+
# Security Hub CSPM is enabled. When you choose this option, Security
|
|
10553
|
+
# Hub CSPM also automatically aggregates findings from new Regions as
|
|
10554
|
+
# Security Hub CSPM supports them and you opt into them.
|
|
10543
10555
|
#
|
|
10544
10556
|
# * `ALL_REGIONS_EXCEPT_SPECIFIED` - Aggregates findings from all of the
|
|
10545
|
-
# Regions where Security Hub is enabled, except for the Regions
|
|
10546
|
-
# in the `Regions` parameter. When you choose this option,
|
|
10547
|
-
# Hub also automatically aggregates findings from new
|
|
10548
|
-
# Security Hub supports them and you opt into them.
|
|
10557
|
+
# Regions where Security Hub CSPM is enabled, except for the Regions
|
|
10558
|
+
# listed in the `Regions` parameter. When you choose this option,
|
|
10559
|
+
# Security Hub CSPM also automatically aggregates findings from new
|
|
10560
|
+
# Regions as Security Hub CSPM supports them and you opt into them.
|
|
10549
10561
|
#
|
|
10550
10562
|
# * `SPECIFIED_REGIONS` - Aggregates findings only from the Regions
|
|
10551
|
-
# listed in the `Regions` parameter. Security Hub does not
|
|
10563
|
+
# listed in the `Regions` parameter. Security Hub CSPM does not
|
|
10552
10564
|
# automatically aggregate findings from new Regions.
|
|
10553
10565
|
#
|
|
10554
10566
|
# * `NO_REGIONS` - Aggregates no data because no Regions are selected as
|
|
@@ -10629,14 +10641,15 @@ module Aws::SecurityHub
|
|
|
10629
10641
|
# `UpdateFindings`, use the `BatchUpdateFindings` operation.
|
|
10630
10642
|
#
|
|
10631
10643
|
# The `UpdateFindings` operation updates the `Note` and `RecordState` of
|
|
10632
|
-
# the Security Hub aggregated findings that the filter attributes
|
|
10644
|
+
# the Security Hub CSPM aggregated findings that the filter attributes
|
|
10633
10645
|
# specify. Any member account that can view the finding can also see the
|
|
10634
10646
|
# update to the finding.
|
|
10635
10647
|
#
|
|
10636
10648
|
# Finding updates made with `UpdateFindings` aren't persisted if the
|
|
10637
10649
|
# same finding is later updated by the finding provider through the
|
|
10638
|
-
# `BatchImportFindings` operation. In addition, Security Hub
|
|
10639
|
-
# record updates made with `UpdateFindings` in the finding
|
|
10650
|
+
# `BatchImportFindings` operation. In addition, Security Hub CSPM
|
|
10651
|
+
# doesn't record updates made with `UpdateFindings` in the finding
|
|
10652
|
+
# history.
|
|
10640
10653
|
#
|
|
10641
10654
|
# @option params [required, Types::AwsSecurityFindingFilters] :filters
|
|
10642
10655
|
# A collection of attributes that specify which findings you want to
|
|
@@ -11365,8 +11378,8 @@ module Aws::SecurityHub
|
|
|
11365
11378
|
req.send_request(options)
|
|
11366
11379
|
end
|
|
11367
11380
|
|
|
11368
|
-
# Updates the Security Hub insight identified by the specified
|
|
11369
|
-
# ARN.
|
|
11381
|
+
# Updates the Security Hub CSPM insight identified by the specified
|
|
11382
|
+
# insight ARN.
|
|
11370
11383
|
#
|
|
11371
11384
|
# @option params [required, String] :insight_arn
|
|
11372
11385
|
# The ARN of the insight that you want to update.
|
|
@@ -12119,30 +12132,32 @@ module Aws::SecurityHub
|
|
|
12119
12132
|
req.send_request(options)
|
|
12120
12133
|
end
|
|
12121
12134
|
|
|
12122
|
-
# Updates the configuration of your organization in Security Hub.
|
|
12123
|
-
# the Security Hub administrator account can invoke this
|
|
12135
|
+
# Updates the configuration of your organization in Security Hub CSPM.
|
|
12136
|
+
# Only the Security Hub CSPM administrator account can invoke this
|
|
12137
|
+
# operation.
|
|
12124
12138
|
#
|
|
12125
12139
|
# @option params [required, Boolean] :auto_enable
|
|
12126
|
-
# Whether to automatically enable Security Hub in new member
|
|
12127
|
-
# when they join the organization.
|
|
12140
|
+
# Whether to automatically enable Security Hub CSPM in new member
|
|
12141
|
+
# accounts when they join the organization.
|
|
12128
12142
|
#
|
|
12129
|
-
# If set to `true`, then Security Hub is automatically enabled in
|
|
12130
|
-
# accounts. If set to `false`, then Security Hub isn't enabled
|
|
12131
|
-
# accounts automatically. The default value is `false`.
|
|
12143
|
+
# If set to `true`, then Security Hub CSPM is automatically enabled in
|
|
12144
|
+
# new accounts. If set to `false`, then Security Hub CSPM isn't enabled
|
|
12145
|
+
# in new accounts automatically. The default value is `false`.
|
|
12132
12146
|
#
|
|
12133
12147
|
# If the `ConfigurationType` of your organization is set to `CENTRAL`,
|
|
12134
12148
|
# then this field is set to `false` and can't be changed in the home
|
|
12135
12149
|
# Region and linked Regions. However, in that case, the delegated
|
|
12136
12150
|
# administrator can create a configuration policy in which Security Hub
|
|
12137
|
-
# is enabled and associate the policy with new organization
|
|
12151
|
+
# CSPM is enabled and associate the policy with new organization
|
|
12152
|
+
# accounts.
|
|
12138
12153
|
#
|
|
12139
12154
|
# @option params [String] :auto_enable_standards
|
|
12140
|
-
# Whether to automatically enable Security Hub [default
|
|
12141
|
-
# new member accounts when they join the organization.
|
|
12155
|
+
# Whether to automatically enable Security Hub CSPM [default
|
|
12156
|
+
# standards][1] in new member accounts when they join the organization.
|
|
12142
12157
|
#
|
|
12143
12158
|
# The default value of this parameter is equal to `DEFAULT`.
|
|
12144
12159
|
#
|
|
12145
|
-
# If equal to `DEFAULT`, then Security Hub default standards are
|
|
12160
|
+
# If equal to `DEFAULT`, then Security Hub CSPM default standards are
|
|
12146
12161
|
# automatically enabled for new member accounts. If equal to `NONE`,
|
|
12147
12162
|
# then default standards are not automatically enabled for new member
|
|
12148
12163
|
# accounts.
|
|
@@ -12160,7 +12175,7 @@ module Aws::SecurityHub
|
|
|
12160
12175
|
#
|
|
12161
12176
|
# @option params [Types::OrganizationConfiguration] :organization_configuration
|
|
12162
12177
|
# Provides information about the way an organization is configured in
|
|
12163
|
-
# Security Hub.
|
|
12178
|
+
# Security Hub CSPM.
|
|
12164
12179
|
#
|
|
12165
12180
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
12166
12181
|
#
|
|
@@ -12267,7 +12282,7 @@ module Aws::SecurityHub
|
|
|
12267
12282
|
req.send_request(options)
|
|
12268
12283
|
end
|
|
12269
12284
|
|
|
12270
|
-
# Updates configuration options for Security Hub.
|
|
12285
|
+
# Updates configuration options for Security Hub CSPM.
|
|
12271
12286
|
#
|
|
12272
12287
|
# @option params [Boolean] :auto_enable_controls
|
|
12273
12288
|
# Whether to automatically enable new controls when they are added to
|
|
@@ -12281,21 +12296,21 @@ module Aws::SecurityHub
|
|
|
12281
12296
|
# controls in the console and programmatically immediately after
|
|
12282
12297
|
# release. However, automatically enabled controls have a temporary
|
|
12283
12298
|
# default status of `DISABLED`. It can take up to several days for
|
|
12284
|
-
# Security Hub to process the control release and designate the
|
|
12285
|
-
# as `ENABLED` in your account. During the processing period,
|
|
12286
|
-
# manually enable or disable a control, and Security Hub
|
|
12287
|
-
# that designation regardless of whether you have
|
|
12288
|
-
# set to `true`.
|
|
12299
|
+
# Security Hub CSPM to process the control release and designate the
|
|
12300
|
+
# control as `ENABLED` in your account. During the processing period,
|
|
12301
|
+
# you can manually enable or disable a control, and Security Hub CSPM
|
|
12302
|
+
# will maintain that designation regardless of whether you have
|
|
12303
|
+
# `AutoEnableControls` set to `true`.
|
|
12289
12304
|
#
|
|
12290
12305
|
# @option params [String] :control_finding_generator
|
|
12291
12306
|
# Updates whether the calling account has consolidated control findings
|
|
12292
12307
|
# turned on. If the value for this field is set to `SECURITY_CONTROL`,
|
|
12293
|
-
# Security Hub generates a single finding for a control check even
|
|
12294
|
-
# the check applies to multiple enabled standards.
|
|
12308
|
+
# Security Hub CSPM generates a single finding for a control check even
|
|
12309
|
+
# when the check applies to multiple enabled standards.
|
|
12295
12310
|
#
|
|
12296
12311
|
# If the value for this field is set to `STANDARD_CONTROL`, Security Hub
|
|
12297
|
-
# generates separate findings for a control check when the check
|
|
12298
|
-
# to multiple enabled standards.
|
|
12312
|
+
# CSPM generates separate findings for a control check when the check
|
|
12313
|
+
# applies to multiple enabled standards.
|
|
12299
12314
|
#
|
|
12300
12315
|
# For accounts that are part of an organization, this value can only be
|
|
12301
12316
|
# updated in the administrator account.
|
|
@@ -12394,7 +12409,7 @@ module Aws::SecurityHub
|
|
|
12394
12409
|
tracer: tracer
|
|
12395
12410
|
)
|
|
12396
12411
|
context[:gem_name] = 'aws-sdk-securityhub'
|
|
12397
|
-
context[:gem_version] = '1.
|
|
12412
|
+
context[:gem_version] = '1.152.0'
|
|
12398
12413
|
Seahorse::Client::Request.new(handlers, context)
|
|
12399
12414
|
end
|
|
12400
12415
|
|