aws-sdk-transfer 1.85.0 → 1.86.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: 447a86a6622916cc14bc58b96ce5cb42c53b4adb8e7b0f32e1adaf4bbf61af9d
4
- data.tar.gz: bba36e7d80abe1300b2e83729462e62a4b6f6e613da446398a0a6b56b3263160
3
+ metadata.gz: 47383b8f17402d1f1a23f041bc3dce56001c3a37ac7a7de3a03e2dcedaab2713
4
+ data.tar.gz: f6e1437596ac2a251a29a9d18b8d946f8c964c07d50bcd3c5a3a95f1399040ac
5
5
  SHA512:
6
- metadata.gz: 56b8c07cc46e69af3f53bcdc03588527b2a21bc129f81f1141440c19bfca5e2a3019f19a7519ac875d3f84e47d05ed416f314b7a6891ec12716cebf8751c7314
7
- data.tar.gz: 9e79939a6751c21649c6440b5396bebc5da14a0101d2160908cb25c2ef2cd57fc1a108a09c09781d09b7144b3636dce34fd3786e884b812b0780300d9c0662c3
6
+ metadata.gz: 4390ab6084f328dec9b56d159178da858ca83323916186be02881c807a08e706540f8e1ffb1c81a5b84f15b7cb60c4c4c54f0322d91523292a25e79d0b8b7f0c
7
+ data.tar.gz: 721a5e911cb12846b72cff0595e59b1ddcd15062b147379f49d5a3f91d15b151078aed29a7d085b26edd50403ce881ce08e5bf8cee76e377a0e5983c8fb6f0e5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.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.85.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.86.0
@@ -4661,7 +4661,7 @@ module Aws::Transfer
4661
4661
  params: params,
4662
4662
  config: config)
4663
4663
  context[:gem_name] = 'aws-sdk-transfer'
4664
- context[:gem_version] = '1.85.0'
4664
+ context[:gem_version] = '1.86.0'
4665
4665
  Seahorse::Client::Request.new(handlers, context)
4666
4666
  end
4667
4667
 
@@ -25,16 +25,17 @@ module Aws::Transfer
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
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-transfer/customizations'
53
53
  # @!group service
54
54
  module Aws::Transfer
55
55
 
56
- GEM_VERSION = '1.85.0'
56
+ GEM_VERSION = '1.86.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transfer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.86.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