aws-sdk-datazone 1.1.0 → 1.2.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-datazone/client.rb +1 -1
- data/lib/aws-sdk-datazone/plugins/endpoints.rb +3 -2
- data/lib/aws-sdk-datazone.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: ad778313d9cdc086518f90570c927e25cfc283c16cc736f5dd54e80fc01758b8
|
4
|
+
data.tar.gz: 9692a9a1171175b52cfcc81eab3faa41529496e4c34fe6015835c6d33b202ec3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0dedfcbf2dc8d1c1f17fc6523fa4ec10a113649249a0b265679f4d4f008fd3a2482bd962bb1284375fd9cf174cd9cafc9d6c8fecbfeed673e56b722ccc5c3a6c
|
7
|
+
data.tar.gz: 1972d1fc9e6ad23301013c9eae5d0a6df84d8c1a9c28e4318626543461ffb3441bc387087c5d0ad4cf7e460d4df232b2a8faf9edc3edeef591c37fedefb82329
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.2.0
|
@@ -7245,7 +7245,7 @@ module Aws::DataZone
|
|
7245
7245
|
params: params,
|
7246
7246
|
config: config)
|
7247
7247
|
context[:gem_name] = 'aws-sdk-datazone'
|
7248
|
-
context[:gem_version] = '1.
|
7248
|
+
context[:gem_version] = '1.2.0'
|
7249
7249
|
Seahorse::Client::Request.new(handlers, context)
|
7250
7250
|
end
|
7251
7251
|
|
@@ -25,16 +25,17 @@ module Aws::DataZone
|
|
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-datazone.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-datazone
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.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
|