aws-sdk-amplify 1.53.0 → 1.54.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: 5a76fba50e5e1dbdc9992548068a91e5fa76f74f2c8d0a78179459e591a63c1d
4
- data.tar.gz: 4905272b19cd6183922679ccc3d2accab13dc89b8a11c52020872a8f781bb53b
3
+ metadata.gz: 8180eb55e7dbcf9608fe9657b165e1076216cad2bf2345b4df8e9a930cdac8ec
4
+ data.tar.gz: 9a509abba4e25b5ab05fa6aa570331736028e9afb84b9396e9b3f06b4bb915cb
5
5
  SHA512:
6
- metadata.gz: 3314e1198748aa62708ec0687b6b8e74706a7aef050e9ca0144608ac1b2c7eb7dcf711ba7313551ccb151c180cea16af62aa5e46187cad19322582091718723a
7
- data.tar.gz: 6955bc8bc08812d10b7dadc118eb402c797d2756fc8ad7113baeee5af92d11ffdec7b3733bbfc725ab12490fa2df52f3c861ef5ab3cf1f260574a37466d4f699
6
+ metadata.gz: 6dc6a0625278f87fd46fe1c9e87e0551f7863ce916d101be6f9ebcf6909f1fe495c0c02c41118937382aedeeb03ded258b6ffec711298d24e53bba345aa21cef
7
+ data.tar.gz: b8888b0e6c065a5f5311bd9e928c443bd572b4909897d469e37fe0dd634fa36886203a03fb32f627be5f23149a0aff07a4dc1541e7a2e28cc908631e37a62615
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.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.53.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -2783,7 +2783,7 @@ module Aws::Amplify
2783
2783
  params: params,
2784
2784
  config: config)
2785
2785
  context[:gem_name] = 'aws-sdk-amplify'
2786
- context[:gem_version] = '1.53.0'
2786
+ context[:gem_version] = '1.54.0'
2787
2787
  Seahorse::Client::Request.new(handlers, context)
2788
2788
  end
2789
2789
 
@@ -25,16 +25,17 @@ module Aws::Amplify
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-amplify/customizations'
52
52
  # @!group service
53
53
  module Aws::Amplify
54
54
 
55
- GEM_VERSION = '1.53.0'
55
+ GEM_VERSION = '1.54.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-amplify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.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