aws-sdk-securityhub 1.132.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +2 -2
- 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
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
|
|
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-04-
|
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
|