aws-sdk-cloudtrail 1.103.0 → 1.104.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: 865f9894f4769d4a581981e80c5579935346b5df70701b4085b76f2ff9ff31ee
4
- data.tar.gz: 7ca21afcbde61e163591d2b2cc4de2a6928b168226df17c4e7ac50c1ca903137
3
+ metadata.gz: fd172746e0a69eaa96d3ad94bb8ab3a491cd76f859f3b625e17b72bd3e2b2734
4
+ data.tar.gz: 9168cf8934ed06566fcab59ed542c136a6f373fc01514157699406cb524d933c
5
5
  SHA512:
6
- metadata.gz: c7e62279b9303fc37cb5a6f49fdc88aa2b33617dde33df97b84ce7a0155b3b9a5f103e2db7dd9d1e122607b9dfe146fd690a47314afa6d593745b6b0cf3576fc
7
- data.tar.gz: 70f4c0ac770f7c5d3e6faa34288ea76a11378826d09cbd9d01a15dc3751a3828034b93b0b199d98b5c757aa0bae564c734a1d35634873af5c4d0a7cb84b1049a
6
+ metadata.gz: 8ae9ec1e3f737f56f254c28e13aa4a564b19d6e740097b413d0bf4e98abbd5b29ef2e2bb62e92b02423ded4ff93bf4e4654446013f6914f564941c3fcfd985ca
7
+ data.tar.gz: 81f0c572f4540d040df6b0129697d51192d1ba8158ecb0f86a083b8d42788357a8f9fba6377a602d282f40618a9e7a1866b6840a18e5e4ac381b48d361c2701f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.104.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.103.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.103.0
1
+ 1.104.0
@@ -200,8 +200,7 @@ module Aws::CloudTrail
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
@@ -4586,7 +4585,7 @@ module Aws::CloudTrail
4586
4585
  tracer: tracer
4587
4586
  )
4588
4587
  context[:gem_name] = 'aws-sdk-cloudtrail'
4589
- context[:gem_version] = '1.103.0'
4588
+ context[:gem_version] = '1.104.0'
4590
4589
  Seahorse::Client::Request.new(handlers, context)
4591
4590
  end
4592
4591
 
@@ -54,7 +54,7 @@ module Aws::CloudTrail
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudtrail/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudtrail/endpoints'
56
56
 
57
- GEM_VERSION = '1.103.0'
57
+ GEM_VERSION = '1.104.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-cloudtrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.103.0
4
+ version: 1.104.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services