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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9652cdc62f12663480368b4aa2b272c536cb530a2cc3c4909d4d449c3984879c
4
- data.tar.gz: 5ba0ff36c5a467b39e6cb0fb47d7a605e4066c10cf085ef4d693c51d82bae283
3
+ metadata.gz: ad778313d9cdc086518f90570c927e25cfc283c16cc736f5dd54e80fc01758b8
4
+ data.tar.gz: 9692a9a1171175b52cfcc81eab3faa41529496e4c34fe6015835c6d33b202ec3
5
5
  SHA512:
6
- metadata.gz: d1222c5c0d346d4768cc238f831baf8260269858a861d05af15efafd46edf7f2700734d07b1bdf52d0cb12a3e99e04e6686438060738ef9274e9e9a0913b3a6e
7
- data.tar.gz: 0b5efce61a1e964f98ba8adfbd0c797936a02112d3865618471df0c0e7fc0899a7d5998f90e147a6cdd3f47070824284cb403ab205aba71c04b9be4d57671865
6
+ metadata.gz: 0dedfcbf2dc8d1c1f17fc6523fa4ec10a113649249a0b265679f4d4f008fd3a2482bd962bb1284375fd9cf174cd9cafc9d6c8fecbfeed673e56b722ccc5c3a6c
7
+ data.tar.gz: 1972d1fc9e6ad23301013c9eae5d0a6df84d8c1a9c28e4318626543461ffb3441bc387087c5d0ad4cf7e460d4df232b2a8faf9edc3edeef591c37fedefb82329
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.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.1.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
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.1.0'
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-datazone/customizations'
52
52
  # @!group service
53
53
  module Aws::DataZone
54
54
 
55
- GEM_VERSION = '1.1.0'
55
+ GEM_VERSION = '1.2.0'
56
56
 
57
57
  end
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.1.0
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-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