aws-sdk-securityhub 1.130.0 → 1.132.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6cb59592d62faf429ba41331de7f98a12fc9391872d152619c90c012859125a6
4
- data.tar.gz: a6b02cf8aece02b8f080c1c5fc49a8ddddd47145df66b922f73f59f9b10fd846
3
+ metadata.gz: 4a0581e236dfe0c1f8d564e1bac571c0e14fd6d41dcf7f028a7f97bc87e03f17
4
+ data.tar.gz: 5e48c2b3446a963248d42b55d9004b781a79645545fe80e6e056dbd1e63802bc
5
5
  SHA512:
6
- metadata.gz: 439cac5c2b82cebb46949f263b370366c4989cda7bbf946d14a63bbcde08b5b4607606af240e3c644e470bfb58be1652b3155283dcb0ad6eee95bd4a85688e96
7
- data.tar.gz: a2acc37b5732ad7464ca3407bb129a6155e2a79b6d19c6cce96c022deadda7564235d16aed06b6c009589d521d2f5094edcf624b4f4b1442292eaf000e8f68b1
6
+ metadata.gz: 86388f29a36f8806f1bdcea635f48acfcee3153b9f46df88b95f2eb47ac5775dfced9638801153d0d38e8028370cc3698378ec70a07c8a4933cd949fbeedcc4a
7
+ data.tar.gz: aefa705062933427ba6eb0096171d40776166983fbd5366b4093a5956b6d25777740e270fd89c7d624455f1ede93a290e7067b581ba34c59e6c6fbb7007c17e1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.132.0 (2025-04-08)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Security Hub.
8
+
9
+ 1.131.0 (2025-03-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.130.0 (2025-03-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.130.0
1
+ 1.132.0
@@ -10575,7 +10575,7 @@ module Aws::SecurityHub
10575
10575
  tracer: tracer
10576
10576
  )
10577
10577
  context[:gem_name] = 'aws-sdk-securityhub'
10578
- context[:gem_version] = '1.130.0'
10578
+ context[:gem_version] = '1.132.0'
10579
10579
  Seahorse::Client::Request.new(handlers, context)
10580
10580
  end
10581
10581
 
@@ -29198,7 +29198,7 @@ module Aws::SecurityHub
29198
29198
  # Provides information about a specific security standard.
29199
29199
  #
29200
29200
  # @!attribute [rw] standards_arn
29201
- # The ARN of a standard.
29201
+ # The ARN of the standard.
29202
29202
  # @return [String]
29203
29203
  #
29204
29204
  # @!attribute [rw] name
@@ -29530,7 +29530,8 @@ module Aws::SecurityHub
29530
29530
  include Aws::Structure
29531
29531
  end
29532
29532
 
29533
- # The reason for the current status of a standard subscription.
29533
+ # The reason for the current status of your subscription to the
29534
+ # standard.
29534
29535
  #
29535
29536
  # @!attribute [rw] status_reason_code
29536
29537
  # The reason code that represents the reason for the current status of
@@ -29548,12 +29549,12 @@ module Aws::SecurityHub
29548
29549
  # A resource that represents your subscription to a supported standard.
29549
29550
  #
29550
29551
  # @!attribute [rw] standards_subscription_arn
29551
- # The ARN of a resource that represents your subscription to a
29552
- # supported standard.
29552
+ # The ARN of the resource that represents your subscription to the
29553
+ # standard.
29553
29554
  # @return [String]
29554
29555
  #
29555
29556
  # @!attribute [rw] standards_arn
29556
- # The ARN of a standard.
29557
+ # The ARN of the standard.
29557
29558
  # @return [String]
29558
29559
  #
29559
29560
  # @!attribute [rw] standards_input
@@ -29561,34 +29562,35 @@ module Aws::SecurityHub
29561
29562
  # @return [Hash<String,String>]
29562
29563
  #
29563
29564
  # @!attribute [rw] standards_status
29564
- # The status of the standard subscription.
29565
- #
29566
- # The status values are as follows:
29565
+ # The status of your subscription to the standard. Possible values
29566
+ # are:
29567
29567
  #
29568
- # * `PENDING` - Standard is in the process of being enabled.
29568
+ # * `PENDING` - The standard is in the process of being enabled. Or
29569
+ # the standard is already enabled and Security Hub is adding new
29570
+ # controls to the standard.
29569
29571
  #
29570
- # * `READY` - Standard is enabled.
29572
+ # * `READY` - The standard is enabled.
29571
29573
  #
29572
- # * `INCOMPLETE` - Standard could not be enabled completely. Some
29573
- # controls may not be available.
29574
+ # * `INCOMPLETE` - The standard could not be enabled completely. One
29575
+ # or more errors (`StandardsStatusReason`) occurred when Security
29576
+ # Hub attempted to enable the standard.
29574
29577
  #
29575
- # * `DELETING` - Standard is in the process of being disabled.
29578
+ # * `DELETING` - The standard is in the process of being disabled.
29576
29579
  #
29577
- # * `FAILED` - Standard could not be disabled.
29580
+ # * `FAILED` - The standard could not be disabled. One or more errors
29581
+ # (`StandardsStatusReason`) occurred when Security Hub attempted to
29582
+ # disable the standard.
29578
29583
  # @return [String]
29579
29584
  #
29580
29585
  # @!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:
29586
+ # Specifies whether you can retrieve information about and configure
29587
+ # individual controls that apply to the standard. Possible values are:
29585
29588
  #
29586
- # * `READY_FOR_UPDATES` - Controls associated with this standards
29587
- # subscription can be viewed and updated.
29589
+ # * `READY_FOR_UPDATES` - Controls in the standard can be retrieved
29590
+ # and configured.
29588
29591
  #
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
+ # * `NOT_READY_FOR_UPDATES` - Controls in the standard cannot be
29593
+ # retrieved or configured.
29592
29594
  # @return [String]
29593
29595
  #
29594
29596
  # @!attribute [rw] standards_status_reason
@@ -54,7 +54,7 @@ module Aws::SecurityHub
54
54
  autoload :EndpointProvider, 'aws-sdk-securityhub/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-securityhub/endpoints'
56
56
 
57
- GEM_VERSION = '1.130.0'
57
+ GEM_VERSION = '1.132.0'
58
58
 
59
59
  end
60
60
 
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.130.0
4
+ version: 1.132.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-03-10 00:00:00.000000000 Z
11
+ date: 2025-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core