aws-sdk-securityhub 1.134.0 → 1.135.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: 79c92ccbb2ed23d41bd0bebbf287250b3d63339a330b004ec193a0818bc7f20a
4
- data.tar.gz: da67f0740c58328c47cf6ba282bef0ae343d2c8c5cbcd02268df2bfbc725d051
3
+ metadata.gz: becc73288c04451387b11f9c0a34c8c58e1fe50385561a32847bc729da846a53
4
+ data.tar.gz: e5606235500b3b1813c86fc7420f8022269e136d098fc4ec27166bde3b2d02f8
5
5
  SHA512:
6
- metadata.gz: fb6a14f233d571c1018c594c921dedaf45ac63a6622f14ca21ba507ad0fbb577b12f14ed92886e4245711211b272440503cc3209c801d6b0b411581ab3af87d7
7
- data.tar.gz: f14cd7e053a7aa4cc2f45409c500fc1bcb781e649d3862affb95cebc3eb6957d312bc2efff33f4bf5f123ae17a18f04a31cca4ed517ee61453e11514a2a065ca
6
+ metadata.gz: cdd62bd321f0d304898e0613aaa6713c94988bae9c8ee44c3a18f1197b2a9b6c5f631654faecdca1f7b0262ef9e10f22d9c645c89b75b9615c1a495153ee0939
7
+ data.tar.gz: f535c21dd1fe1c6c972c53c5706e4a0ee87ec8bea73ae12590522ac9447dacf59a4c1550b0ee2744ded5b695d4a2edee8fad64a529d3804bbad9a9618aaf5a64
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.135.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.134.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.134.0
1
+ 1.135.0
@@ -200,8 +200,7 @@ module Aws::SecurityHub
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -10575,7 +10574,7 @@ module Aws::SecurityHub
10575
10574
  tracer: tracer
10576
10575
  )
10577
10576
  context[:gem_name] = 'aws-sdk-securityhub'
10578
- context[:gem_version] = '1.134.0'
10577
+ context[:gem_version] = '1.135.0'
10579
10578
  Seahorse::Client::Request.new(handlers, context)
10580
10579
  end
10581
10580
 
@@ -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.134.0'
57
+ GEM_VERSION = '1.135.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-securityhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.134.0
4
+ version: 1.135.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services