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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-amplify/client.rb +1 -1
- data/lib/aws-sdk-amplify/plugins/endpoints.rb +3 -2
- data/lib/aws-sdk-amplify.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8180eb55e7dbcf9608fe9657b165e1076216cad2bf2345b4df8e9a930cdac8ec
|
|
4
|
+
data.tar.gz: 9a509abba4e25b5ab05fa6aa570331736028e9afb84b9396e9b3f06b4bb915cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6dc6a0625278f87fd46fe1c9e87e0551f7863ce916d101be6f9ebcf6909f1fe495c0c02c41118937382aedeeb03ded258b6ffec711298d24e53bba345aa21cef
|
|
7
|
+
data.tar.gz: b8888b0e6c065a5f5311bd9e928c443bd572b4909897d469e37fe0dd634fa36886203a03fb32f627be5f23149a0aff07a4dc1541e7a2e28cc908631e37a62615
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
|
data/lib/aws-sdk-amplify.rb
CHANGED
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.
|
|
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-
|
|
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
|