aws-sdk-account 1.19.0 → 1.20.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-account/client.rb +1 -1
- data/lib/aws-sdk-account/plugins/endpoints.rb +3 -2
- data/lib/aws-sdk-account.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: a67c9f2a88b17e1b34bc533bffe1b911a4fc54eebd03a5edb3fae9261288a107
|
4
|
+
data.tar.gz: d1ea322581962530a8b6d9acf61f645e68be80400904c720fe3e8553ed7d20be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7dac5f4ba69738649ff3cde3ae6ce90c80f6b5e18051901bc2302d67884505444eaf304b1c1d8c0dff938c94529670094ee33e0f0737fa02b83a1f63cd1b01e6
|
7
|
+
data.tar.gz: 8226d8b4a55772624579f449724394ec391e9d3d5f365476e9956985687d3387c0cc268fe13e85bab7876d3a6c3092c20f9fd812f3b82b1102d860704fd11ddf
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.20.0
|
@@ -1077,7 +1077,7 @@ module Aws::Account
|
|
1077
1077
|
params: params,
|
1078
1078
|
config: config)
|
1079
1079
|
context[:gem_name] = 'aws-sdk-account'
|
1080
|
-
context[:gem_version] = '1.
|
1080
|
+
context[:gem_version] = '1.20.0'
|
1081
1081
|
Seahorse::Client::Request.new(handlers, context)
|
1082
1082
|
end
|
1083
1083
|
|
@@ -25,16 +25,17 @@ module Aws::Account
|
|
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-account.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-account
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.20.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
|