aws-sdk-securityhub 1.129.0 → 1.130.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 +26 -4
- data/lib/aws-sdk-securityhub/client_api.rb +2 -0
- data/lib/aws-sdk-securityhub/types.rb +19 -0
- data/lib/aws-sdk-securityhub.rb +1 -1
- data/sig/types.rbs +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6cb59592d62faf429ba41331de7f98a12fc9391872d152619c90c012859125a6
|
4
|
+
data.tar.gz: a6b02cf8aece02b8f080c1c5fc49a8ddddd47145df66b922f73f59f9b10fd846
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 439cac5c2b82cebb46949f263b370366c4989cda7bbf946d14a63bbcde08b5b4607606af240e3c644e470bfb58be1652b3155283dcb0ad6eee95bd4a85688e96
|
7
|
+
data.tar.gz: a2acc37b5732ad7464ca3407bb129a6155e2a79b6d19c6cce96c022deadda7564235d16aed06b6c009589d521d2f5094edcf624b4f4b1442292eaf000e8f68b1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.130.0
|
@@ -692,7 +692,8 @@ module Aws::SecurityHub
|
|
692
692
|
# resp.standards_subscriptions[0].standards_input #=> Hash
|
693
693
|
# resp.standards_subscriptions[0].standards_input["NonEmptyString"] #=> String
|
694
694
|
# resp.standards_subscriptions[0].standards_status #=> String, one of "PENDING", "READY", "FAILED", "DELETING", "INCOMPLETE"
|
695
|
-
# resp.standards_subscriptions[0].
|
695
|
+
# resp.standards_subscriptions[0].standards_controls_updatable #=> String, one of "READY_FOR_UPDATES", "NOT_READY_FOR_UPDATES"
|
696
|
+
# resp.standards_subscriptions[0].standards_status_reason.status_reason_code #=> String, one of "NO_AVAILABLE_CONFIGURATION_RECORDER", "MAXIMUM_NUMBER_OF_CONFIG_RULES_EXCEEDED", "INTERNAL_ERROR"
|
696
697
|
#
|
697
698
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/BatchDisableStandards AWS API Documentation
|
698
699
|
#
|
@@ -768,7 +769,8 @@ module Aws::SecurityHub
|
|
768
769
|
# resp.standards_subscriptions[0].standards_input #=> Hash
|
769
770
|
# resp.standards_subscriptions[0].standards_input["NonEmptyString"] #=> String
|
770
771
|
# resp.standards_subscriptions[0].standards_status #=> String, one of "PENDING", "READY", "FAILED", "DELETING", "INCOMPLETE"
|
771
|
-
# resp.standards_subscriptions[0].
|
772
|
+
# resp.standards_subscriptions[0].standards_controls_updatable #=> String, one of "READY_FOR_UPDATES", "NOT_READY_FOR_UPDATES"
|
773
|
+
# resp.standards_subscriptions[0].standards_status_reason.status_reason_code #=> String, one of "NO_AVAILABLE_CONFIGURATION_RECORDER", "MAXIMUM_NUMBER_OF_CONFIG_RULES_EXCEEDED", "INTERNAL_ERROR"
|
772
774
|
#
|
773
775
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/BatchEnableStandards AWS API Documentation
|
774
776
|
#
|
@@ -1286,6 +1288,10 @@ module Aws::SecurityHub
|
|
1286
1288
|
# For a batch of security controls and standards, identifies whether
|
1287
1289
|
# each control is currently enabled or disabled in a standard.
|
1288
1290
|
#
|
1291
|
+
# Calls to this operation return a `RESOURCE_NOT_FOUND_EXCEPTION` error
|
1292
|
+
# when the standard subscription for the association has a
|
1293
|
+
# `NOT_READY_FOR_UPDATES` value for `StandardsControlsUpdatable`.
|
1294
|
+
#
|
1289
1295
|
# @option params [required, Array<Types::StandardsControlAssociationId>] :standards_control_association_ids
|
1290
1296
|
# An array with one or more objects that includes a security control
|
1291
1297
|
# (identified with `SecurityControlId`, `SecurityControlArn`, or a mix
|
@@ -2122,6 +2128,10 @@ module Aws::SecurityHub
|
|
2122
2128
|
# Updates the enablement status of a security control in a specified
|
2123
2129
|
# standard.
|
2124
2130
|
#
|
2131
|
+
# Calls to this operation return a `RESOURCE_NOT_FOUND_EXCEPTION` error
|
2132
|
+
# when the standard subscription for the control has
|
2133
|
+
# `StandardsControlsUpdatable` value `NOT_READY_FOR_UPDATES`.
|
2134
|
+
#
|
2125
2135
|
# @return [Types::BatchUpdateStandardsControlAssociationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2126
2136
|
#
|
2127
2137
|
# * {Types::BatchUpdateStandardsControlAssociationsResponse#unprocessed_association_updates #unprocessed_association_updates} => Array<Types::UnprocessedStandardsControlAssociationUpdate>
|
@@ -4602,6 +4612,9 @@ module Aws::SecurityHub
|
|
4602
4612
|
# currently enabled, the severity, and a link to remediation
|
4603
4613
|
# information.
|
4604
4614
|
#
|
4615
|
+
# This operation returns an empty list for standard subscriptions where
|
4616
|
+
# `StandardsControlsUpdatable` has value `NOT_READY_FOR_UPDATES`.
|
4617
|
+
#
|
4605
4618
|
# @option params [required, String] :standards_subscription_arn
|
4606
4619
|
# The ARN of a resource that represents your subscription to a supported
|
4607
4620
|
# standard. To get the subscription ARNs of the standards you have
|
@@ -5367,7 +5380,8 @@ module Aws::SecurityHub
|
|
5367
5380
|
# resp.standards_subscriptions[0].standards_input #=> Hash
|
5368
5381
|
# resp.standards_subscriptions[0].standards_input["NonEmptyString"] #=> String
|
5369
5382
|
# resp.standards_subscriptions[0].standards_status #=> String, one of "PENDING", "READY", "FAILED", "DELETING", "INCOMPLETE"
|
5370
|
-
# resp.standards_subscriptions[0].
|
5383
|
+
# resp.standards_subscriptions[0].standards_controls_updatable #=> String, one of "READY_FOR_UPDATES", "NOT_READY_FOR_UPDATES"
|
5384
|
+
# resp.standards_subscriptions[0].standards_status_reason.status_reason_code #=> String, one of "NO_AVAILABLE_CONFIGURATION_RECORDER", "MAXIMUM_NUMBER_OF_CONFIG_RULES_EXCEEDED", "INTERNAL_ERROR"
|
5371
5385
|
# resp.next_token #=> String
|
5372
5386
|
#
|
5373
5387
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetEnabledStandards AWS API Documentation
|
@@ -8069,6 +8083,10 @@ module Aws::SecurityHub
|
|
8069
8083
|
# Specifies whether a control is currently enabled or disabled in each
|
8070
8084
|
# enabled standard in the calling account.
|
8071
8085
|
#
|
8086
|
+
# This operation omits standards control associations for standard
|
8087
|
+
# subscriptions where `StandardsControlsUpdatable` has value
|
8088
|
+
# `NOT_READY_FOR_UPDATES`.
|
8089
|
+
#
|
8072
8090
|
# @option params [required, String] :security_control_id
|
8073
8091
|
# The identifier of the control (identified with `SecurityControlId`,
|
8074
8092
|
# `SecurityControlArn`, or a mix of both parameters) that you want to
|
@@ -10495,6 +10513,10 @@ module Aws::SecurityHub
|
|
10495
10513
|
# Used to control whether an individual security standard control is
|
10496
10514
|
# enabled or disabled.
|
10497
10515
|
#
|
10516
|
+
# Calls to this operation return a `RESOURCE_NOT_FOUND_EXCEPTION` error
|
10517
|
+
# when the standard subscription for the control has
|
10518
|
+
# `StandardsControlsUpdatable` value `NOT_READY_FOR_UPDATES`.
|
10519
|
+
#
|
10498
10520
|
# @option params [required, String] :standards_control_arn
|
10499
10521
|
# The ARN of the security standard control to enable or disable.
|
10500
10522
|
#
|
@@ -10553,7 +10575,7 @@ module Aws::SecurityHub
|
|
10553
10575
|
tracer: tracer
|
10554
10576
|
)
|
10555
10577
|
context[:gem_name] = 'aws-sdk-securityhub'
|
10556
|
-
context[:gem_version] = '1.
|
10578
|
+
context[:gem_version] = '1.130.0'
|
10557
10579
|
Seahorse::Client::Request.new(handlers, context)
|
10558
10580
|
end
|
10559
10581
|
|
@@ -1101,6 +1101,7 @@ module Aws::SecurityHub
|
|
1101
1101
|
StandardsControlAssociationUpdate = Shapes::StructureShape.new(name: 'StandardsControlAssociationUpdate')
|
1102
1102
|
StandardsControlAssociationUpdates = Shapes::ListShape.new(name: 'StandardsControlAssociationUpdates')
|
1103
1103
|
StandardsControls = Shapes::ListShape.new(name: 'StandardsControls')
|
1104
|
+
StandardsControlsUpdatable = Shapes::StringShape.new(name: 'StandardsControlsUpdatable')
|
1104
1105
|
StandardsInputParameterMap = Shapes::MapShape.new(name: 'StandardsInputParameterMap')
|
1105
1106
|
StandardsManagedBy = Shapes::StructureShape.new(name: 'StandardsManagedBy')
|
1106
1107
|
StandardsStatus = Shapes::StringShape.new(name: 'StandardsStatus')
|
@@ -6704,6 +6705,7 @@ module Aws::SecurityHub
|
|
6704
6705
|
StandardsSubscription.add_member(:standards_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "StandardsArn"))
|
6705
6706
|
StandardsSubscription.add_member(:standards_input, Shapes::ShapeRef.new(shape: StandardsInputParameterMap, required: true, location_name: "StandardsInput"))
|
6706
6707
|
StandardsSubscription.add_member(:standards_status, Shapes::ShapeRef.new(shape: StandardsStatus, required: true, location_name: "StandardsStatus"))
|
6708
|
+
StandardsSubscription.add_member(:standards_controls_updatable, Shapes::ShapeRef.new(shape: StandardsControlsUpdatable, location_name: "StandardsControlsUpdatable"))
|
6707
6709
|
StandardsSubscription.add_member(:standards_status_reason, Shapes::ShapeRef.new(shape: StandardsStatusReason, location_name: "StandardsStatusReason"))
|
6708
6710
|
StandardsSubscription.struct_class = Types::StandardsSubscription
|
6709
6711
|
|
@@ -21956,6 +21956,10 @@ module Aws::SecurityHub
|
|
21956
21956
|
# @!attribute [rw] standards_control_association_updates
|
21957
21957
|
# Updates the enablement status of a security control in a specified
|
21958
21958
|
# standard.
|
21959
|
+
#
|
21960
|
+
# Calls to this operation return a `RESOURCE_NOT_FOUND_EXCEPTION`
|
21961
|
+
# error when the standard subscription for the control has
|
21962
|
+
# `StandardsControlsUpdatable` value `NOT_READY_FOR_UPDATES`.
|
21959
21963
|
# @return [Array<Types::StandardsControlAssociationUpdate>]
|
21960
21964
|
#
|
21961
21965
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/BatchUpdateStandardsControlAssociationsRequest AWS API Documentation
|
@@ -29573,6 +29577,20 @@ module Aws::SecurityHub
|
|
29573
29577
|
# * `FAILED` - Standard could not be disabled.
|
29574
29578
|
# @return [String]
|
29575
29579
|
#
|
29580
|
+
# @!attribute [rw] standards_controls_updatable
|
29581
|
+
# Indicates whether the controls associated with this standards
|
29582
|
+
# subscription can be viewed and updated.
|
29583
|
+
#
|
29584
|
+
# The values are as follows:
|
29585
|
+
#
|
29586
|
+
# * `READY_FOR_UPDATES` - Controls associated with this standards
|
29587
|
+
# subscription can be viewed and updated.
|
29588
|
+
#
|
29589
|
+
# * `NOT_READY_FOR_UPDATES` - Controls associated with this standards
|
29590
|
+
# subscription cannot be retrieved or updated yet. Security Hub is
|
29591
|
+
# still processing a request to create the controls.
|
29592
|
+
# @return [String]
|
29593
|
+
#
|
29576
29594
|
# @!attribute [rw] standards_status_reason
|
29577
29595
|
# The reason for the current status.
|
29578
29596
|
# @return [Types::StandardsStatusReason]
|
@@ -29584,6 +29602,7 @@ module Aws::SecurityHub
|
|
29584
29602
|
:standards_arn,
|
29585
29603
|
:standards_input,
|
29586
29604
|
:standards_status,
|
29605
|
+
:standards_controls_updatable,
|
29587
29606
|
:standards_status_reason)
|
29588
29607
|
SENSITIVE = []
|
29589
29608
|
include Aws::Structure
|
data/lib/aws-sdk-securityhub.rb
CHANGED
data/sig/types.rbs
CHANGED
@@ -6590,7 +6590,7 @@ module Aws::SecurityHub
|
|
6590
6590
|
end
|
6591
6591
|
|
6592
6592
|
class StandardsStatusReason
|
6593
|
-
attr_accessor status_reason_code: ("NO_AVAILABLE_CONFIGURATION_RECORDER" | "INTERNAL_ERROR")
|
6593
|
+
attr_accessor status_reason_code: ("NO_AVAILABLE_CONFIGURATION_RECORDER" | "MAXIMUM_NUMBER_OF_CONFIG_RULES_EXCEEDED" | "INTERNAL_ERROR")
|
6594
6594
|
SENSITIVE: []
|
6595
6595
|
end
|
6596
6596
|
|
@@ -6599,6 +6599,7 @@ module Aws::SecurityHub
|
|
6599
6599
|
attr_accessor standards_arn: ::String
|
6600
6600
|
attr_accessor standards_input: ::Hash[::String, ::String]
|
6601
6601
|
attr_accessor standards_status: ("PENDING" | "READY" | "FAILED" | "DELETING" | "INCOMPLETE")
|
6602
|
+
attr_accessor standards_controls_updatable: ("READY_FOR_UPDATES" | "NOT_READY_FOR_UPDATES")
|
6602
6603
|
attr_accessor standards_status_reason: Types::StandardsStatusReason
|
6603
6604
|
SENSITIVE: []
|
6604
6605
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-securityhub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.130.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|