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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a0581e236dfe0c1f8d564e1bac571c0e14fd6d41dcf7f028a7f97bc87e03f17
4
- data.tar.gz: 5e48c2b3446a963248d42b55d9004b781a79645545fe80e6e056dbd1e63802bc
3
+ metadata.gz: 203bf43e055513c0ac7a21ab730c6109979a91cad60fdec0ea307c5f41d6eecd
4
+ data.tar.gz: 3e4c69bcaa71a121176d228cd82f86505646c933c9a930fe1c0b0d23bd0b06ba
5
5
  SHA512:
6
- metadata.gz: 86388f29a36f8806f1bdcea635f48acfcee3153b9f46df88b95f2eb47ac5775dfced9638801153d0d38e8028370cc3698378ec70a07c8a4933cd949fbeedcc4a
7
- data.tar.gz: aefa705062933427ba6eb0096171d40776166983fbd5366b4093a5956b6d25777740e270fd89c7d624455f1ede93a290e7067b581ba34c59e6c6fbb7007c17e1
6
+ metadata.gz: de497a28e831bf6c6277f3f44569638f5f76c3e163aee1f21dcd1d8eaf1ad6c436f653551077c9f2b118dde2149274c0de40c340a2a4789423e6ab7319b08d50
7
+ data.tar.gz: fd7bcf3ecbf4723d11007fab85affec8e717b6c78f0439541ace92a02fe15992e9b1864fa86a6ce127814c6c02f5c177b6b723a45366fb2b7f574fb6c4074e04
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.132.0 (2025-04-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.132.0
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\u2019t be applied to account 111122223333 in us-east-1 Region. Retry your request.",
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.132.0'
10578
+ context[:gem_version] = '1.133.0'
10579
10579
  Seahorse::Client::Request.new(handlers, context)
10580
10580
  end
10581
10581
 
@@ -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.132.0'
57
+ GEM_VERSION = '1.133.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.132.0
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-08 00:00:00.000000000 Z
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