aws-sdk-appflow 1.52.0 → 1.53.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: babc25671aee8de4f9333c68d85eaa3d3a9134f71a72ed3757277a0ae758e469
4
- data.tar.gz: 7eb51e7055a0c184b400afb20239404b1965784dea9b6683b5e35a34490db431
3
+ metadata.gz: da6e7e5a6aacbed2217ea2e3823875a8d4dd5528afbbf374d92c7ac12d29e4e3
4
+ data.tar.gz: b3f6e310f7e78577cf2e78c68ab5a349d5aec5c4a3f73ed1b0505c174310b846
5
5
  SHA512:
6
- metadata.gz: 65e47e55fc707021ad640fccceab616046d99dd09b5dca57e8040fa1f9c8b14b1e0e2a8d03141f9b9e1b16aaa199b181eb7eab99476521bdccbe31827453a83b
7
- data.tar.gz: eea05c01b495d120a9451bb8d842df521560ac28947b6b1b4f5ab20f821877182e8d2cd2c381c3c91b67c145bf5de5b18c8f2a5d1b6717ee9f7cb8de3c2913e8
6
+ metadata.gz: 8d1a3e81f6f6ab96c2a28aced9d4603309ec6a3509a11be3fc6fcc334f05f3bb300fd5ed1f775d713e70cc9583314602d22d8f52a55d873a348299e1ab1bf5e0
7
+ data.tar.gz: 045bd1436fa5750c6fc8d0a008bbc59c9232d8c86da49b8e1879d35bd1da1c00748dd2abba3882a52dc3de49b08bb2953e9880224acc46284b0237ae4b0bd52b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.52.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -3268,7 +3268,7 @@ module Aws::Appflow
3268
3268
  params: params,
3269
3269
  config: config)
3270
3270
  context[:gem_name] = 'aws-sdk-appflow'
3271
- context[:gem_version] = '1.52.0'
3271
+ context[:gem_version] = '1.53.0'
3272
3272
  Seahorse::Client::Request.new(handlers, context)
3273
3273
  end
3274
3274
 
@@ -25,16 +25,17 @@ module Aws::Appflow
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-appflow/customizations'
52
52
  # @!group service
53
53
  module Aws::Appflow
54
54
 
55
- GEM_VERSION = '1.52.0'
55
+ GEM_VERSION = '1.53.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.53.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: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core