aws-sdk-cloudtraildata 1.27.0 → 1.28.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: 44c54a2b38877b88b9997d976d72e53a30e830b5c0eb0301170d168577456a57
4
- data.tar.gz: fcb12376fd11e0ce694fb0abe83747b2dfa8d398366f4fe2b8c9d6e420fce42c
3
+ metadata.gz: b6b210904bab7f7bd4c068dae43047e220a83b1367c69eb4d9cb543ff150c9f9
4
+ data.tar.gz: e63f118ec1db15ee008ba0710646724dea372a5c6dd5f523bddcc852a0e1a3c0
5
5
  SHA512:
6
- metadata.gz: 53f4a9bab7a2226f04baa8daf89f3afa4e939878777a5936a516e6a9994019a634c1166daecd9b4bd32be809c15a9465ecb4abb5b0dfd2c285de6eb225e1054a
7
- data.tar.gz: 82fb2723649b16dc392efd8f9217121bc3983a4ab108e8cbc92e1a8e5d9cac10e03311d2d6a1ebaf57639fa971c49f5236a0d1198e16a7cd28e135a6bb140687
6
+ metadata.gz: e595787ca8c18a7085d18368a49a64bbaf144c45fdb55826a9fac3b1bb6a9ecadd625230cbcbefd4ee268b18e578b90b041473d2d4c8ece2077d2f5688b42aad
7
+ data.tar.gz: '08d0306105b968f52718191da4743d9a4c31463b87cb2495b915a986fe85bc5f213e41db8d2fd66be3a4b71a64ba87698fec2f18e57483568d4316a3fdd262af'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.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.27.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -200,8 +200,7 @@ module Aws::CloudTrailData
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
@@ -544,7 +543,7 @@ module Aws::CloudTrailData
544
543
  tracer: tracer
545
544
  )
546
545
  context[:gem_name] = 'aws-sdk-cloudtraildata'
547
- context[:gem_version] = '1.27.0'
546
+ context[:gem_version] = '1.28.0'
548
547
  Seahorse::Client::Request.new(handlers, context)
549
548
  end
550
549
 
@@ -54,7 +54,7 @@ module Aws::CloudTrailData
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudtraildata/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudtraildata/endpoints'
56
56
 
57
- GEM_VERSION = '1.27.0'
57
+ GEM_VERSION = '1.28.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-cloudtraildata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services