aws-sdk-appflow 1.74.0 → 1.75.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: fc5d6e07625022af4fb6305ed719a980e7db7b445e285611e50e44610bffa688
4
- data.tar.gz: 30c33c52866ecd4788292d86227a220a9134812cb6561aa51216e4b87a591de4
3
+ metadata.gz: 6f975d976358325099730d05c0e12b4c15c021e6d74a9faca9e037097e2a2c9e
4
+ data.tar.gz: 5e996631f45151ce9c63ed39525b140211ea7cef471f1a9ff892db2e58b64889
5
5
  SHA512:
6
- metadata.gz: 75c4290d8586ecbabd08c2c81613e85a82c8a297f3a44ac19564a3882fafee0a58b6081d61046312fd932b0b41f684c75c2981b78f97e4dfa9feedc5319e0404
7
- data.tar.gz: 2f13305f7c64336b581605844faae7a5c9b14cc7ab6e140a938647eb0723a6ccd288f194200eb91a67e1c57586c5ad1f73f2583fa41f420af813a1e783bfa617
6
+ metadata.gz: 5725b61c36a9fa8959d9c1464d55bcf55c3228ed88feffdca6763769ab1043f15e0c2f1bcb3e71ae08d4db6ebd64785c93abe4f490618d89555190d5105f6940
7
+ data.tar.gz: 5f6a727a51b88cabaea425ed73e4315cb9acc2d1ae4763fc910bfd3c251087f3acbb69718af86f5b0eb6199a5b5dc40b78d858ae9bf2f2fdaf6560e760d50920
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.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.74.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -200,8 +200,7 @@ module Aws::Appflow
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
@@ -3355,7 +3354,7 @@ module Aws::Appflow
3355
3354
  tracer: tracer
3356
3355
  )
3357
3356
  context[:gem_name] = 'aws-sdk-appflow'
3358
- context[:gem_version] = '1.74.0'
3357
+ context[:gem_version] = '1.75.0'
3359
3358
  Seahorse::Client::Request.new(handlers, context)
3360
3359
  end
3361
3360
 
@@ -54,7 +54,7 @@ module Aws::Appflow
54
54
  autoload :EndpointProvider, 'aws-sdk-appflow/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-appflow/endpoints'
56
56
 
57
- GEM_VERSION = '1.74.0'
57
+ GEM_VERSION = '1.75.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-appflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services