aws-sdk-ram 1.51.0 → 1.52.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: f88d1b8fa9b677b7bdee81fe6c40a3bf1bfabb7cf064c41347e1d3a6457d0003
4
- data.tar.gz: 39f25a0431d36eba0e1af4ab3faa301994d4987bc20a7c2ac29a9c198f830c51
3
+ metadata.gz: 7863bd65a10aa67114a89a50130494feda9e3bf15a41aef816a0d76d6f5759fa
4
+ data.tar.gz: a65b30a43b8861eba657c48a79eb6505b9b1c6d11b173689fda906c185c6c39b
5
5
  SHA512:
6
- metadata.gz: fc950c23026cd7131a9c740841eddf152953c7b5b593bbdb10f6677bb07c4a256adbc083c688aa14e93c9dc92431361ae19dc601b2cb76a017c9dd410c5be228
7
- data.tar.gz: f124364d2672a8c8412ae86696405b6579691f1334cde34c91609e5eec86456cedb045a61fc4d9d4e6fc4464d6ba898101265dd506b060ba779072977ebe41f2
6
+ metadata.gz: 22716c798a25205df50aab497b6c7da328934dd541d12d8a6f2a601e7619ee4abc5efe8a0540ac419c452fa7df6df5dbee952fc4ea7ea5c728e3ddf122027f73
7
+ data.tar.gz: c503af3b5c43056d0eb8e0595f24ed90746de2891a04f23f82a19e21b91b5c79f82b52d48655b9161115c1cb051c7787423b655b051da03ecfc6f7c9fcad8516
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.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.51.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -3287,7 +3287,7 @@ module Aws::RAM
3287
3287
  params: params,
3288
3288
  config: config)
3289
3289
  context[:gem_name] = 'aws-sdk-ram'
3290
- context[:gem_version] = '1.51.0'
3290
+ context[:gem_version] = '1.52.0'
3291
3291
  Seahorse::Client::Request.new(handlers, context)
3292
3292
  end
3293
3293
 
@@ -25,16 +25,17 @@ module Aws::RAM
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-ram.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ram/customizations'
52
52
  # @!group service
53
53
  module Aws::RAM
54
54
 
55
- GEM_VERSION = '1.51.0'
55
+ GEM_VERSION = '1.52.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ram
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.52.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