aws-sdk-acm 1.63.0 → 1.64.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: 4078c77a8f122672f6521cdf89e930dcecaeddb2d5aeda10eb5ffcb6874cf472
4
- data.tar.gz: 1e44710569e73055d36436927531e5a3ee7fa23d100a7746ac4b7e3964cddd2e
3
+ metadata.gz: 7ae5604eaec2d1e5b966b506a2d85c19d1f71cba1930337678bf152a68f78049
4
+ data.tar.gz: 44848d933bebf697927d85a7b827dcf885cb13fa96b6b878e03dffeeeae6b4e0
5
5
  SHA512:
6
- metadata.gz: 1db7fd5099e56474a655bb2811857c99a97e9b121876b8a06a772d2bf8679d0f22ba8ec93603fac68b40aa96b61bfdb6137827af1da710f10f78ebd0c711dc6d
7
- data.tar.gz: 474a5808f8b42dec06cf82567fd370528bbb57c51c5673d52e0458ff0bae3a2f6bf2b80105a640b6aa100b6735eebfe20c722a3340ee143cb75bea2679c63ad0
6
+ metadata.gz: a90e4516b4d993bdf0ba1cbcc36989e02cdcec6acdbbae668026bc0b64db93223582e6f118e6c79d2c84d6b21a8eb38238b4ab705f263ec73ab91d0777db5506
7
+ data.tar.gz: a99afd3fb6be286cdcfdebff32f6627db75dba915d48497c026ab908de948913e2b743a6496162da1c69006531663fafdd05d70b6f71dc3055ab6e406b2d221f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.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.63.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -1429,7 +1429,7 @@ module Aws::ACM
1429
1429
  params: params,
1430
1430
  config: config)
1431
1431
  context[:gem_name] = 'aws-sdk-acm'
1432
- context[:gem_version] = '1.63.0'
1432
+ context[:gem_version] = '1.64.0'
1433
1433
  Seahorse::Client::Request.new(handlers, context)
1434
1434
  end
1435
1435
 
@@ -25,16 +25,17 @@ module Aws::ACM
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-acm.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-acm/customizations'
53
53
  # @!group service
54
54
  module Aws::ACM
55
55
 
56
- GEM_VERSION = '1.63.0'
56
+ GEM_VERSION = '1.64.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.64.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