aws-sdk-securityhub 1.131.0 → 1.133.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +2 -2
- data/lib/aws-sdk-securityhub/types.rb +25 -23
- data/lib/aws-sdk-securityhub.rb +1 -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: 203bf43e055513c0ac7a21ab730c6109979a91cad60fdec0ea307c5f41d6eecd
|
4
|
+
data.tar.gz: 3e4c69bcaa71a121176d228cd82f86505646c933c9a930fe1c0b0d23bd0b06ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de497a28e831bf6c6277f3f44569638f5f76c3e163aee1f21dcd1d8eaf1ad6c436f653551077c9f2b118dde2149274c0de40c340a2a4789423e6ab7319b08d50
|
7
|
+
data.tar.gz: fd7bcf3ecbf4723d11007fab85affec8e717b6c78f0439541ace92a02fe15992e9b1864fa86a6ce127814c6c02f5c177b6b723a45366fb2b7f574fb6c4074e04
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.133.0 (2025-04-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Minor documentation update for the GetConfigurationPolicyAssociation example
|
8
|
+
|
9
|
+
1.132.0 (2025-04-08)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation updates for AWS Security Hub.
|
13
|
+
|
4
14
|
1.131.0 (2025-03-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.133.0
|
@@ -5278,7 +5278,7 @@ module Aws::SecurityHub
|
|
5278
5278
|
# resp.to_h outputs the following:
|
5279
5279
|
# {
|
5280
5280
|
# association_status: "FAILED",
|
5281
|
-
# association_status_message: "Configuration Policy a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 couldn
|
5281
|
+
# association_status_message: "Configuration Policy a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 couldn't be applied to account 111122223333 in us-east-1 Region. Retry your request.",
|
5282
5282
|
# association_type: "INHERITED",
|
5283
5283
|
# configuration_policy_id: "a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
|
5284
5284
|
# target_id: "111122223333",
|
@@ -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.
|
10578
|
+
context[:gem_version] = '1.133.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
|
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
|
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
|
29552
|
-
#
|
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
|
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
|
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` -
|
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` -
|
29572
|
+
# * `READY` - The standard is enabled.
|
29571
29573
|
#
|
29572
|
-
# * `INCOMPLETE` -
|
29573
|
-
#
|
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` -
|
29578
|
+
# * `DELETING` - The standard is in the process of being disabled.
|
29576
29579
|
#
|
29577
|
-
# * `FAILED` -
|
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
|
-
#
|
29582
|
-
#
|
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
|
29587
|
-
#
|
29589
|
+
# * `READY_FOR_UPDATES` - Controls in the standard can be retrieved
|
29590
|
+
# and configured.
|
29588
29591
|
#
|
29589
|
-
# * `NOT_READY_FOR_UPDATES` - Controls
|
29590
|
-
#
|
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
|
data/lib/aws-sdk-securityhub.rb
CHANGED
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.133.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-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|