aws-sdk-acmpca 1.62.0 → 1.63.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: cf82d5f57e6a6513f14ad18196dff41627dba5466d3fece11d902d8c3584145b
4
- data.tar.gz: 9a255af972e1ce944aab3409e5fe369f47ceca5bdfe67778ea22da7098cb423c
3
+ metadata.gz: 3020abde437c5bb3d473197d6b45c58a99a74612d2b54031cdef3cf8a459dc96
4
+ data.tar.gz: cb7e96e1a028f8b92ef988114c476cc015e7fe954f28c84562c22a0dcdf6ffb7
5
5
  SHA512:
6
- metadata.gz: ef2a485eba5cddbceb226d594cc81ce02a6b7eacc6c48d7f71d3723e02cb4fb5604f40d93d2b544f4501adb44a594a2d1ccaaf999a897c4ab99f5cf2f5f047d9
7
- data.tar.gz: e4d52722988bd7992d4b1655affb35196cc599a12f078a5b50b0f7f4efc3742bd603ad238772df9275d7c5f5b9faa13fed161524163579ce2f2771ff38b37981
6
+ metadata.gz: f567b97dd308ee0dc023745625511e3cbdbe3c87f20c51c39eb61ce7c877699849f6eb27b1cda7ee6c603c87d050f671a01d957a50473ac919cdc32793220a50
7
+ data.tar.gz: 48693a8ab8a6e5a7c6c90c619c3fd6c68bec6645015c83c75ce4ea3cb7bbe9294604b6fdb1b92137c84573c1a1b6ffdb916586fd9a420e8f89ef5c8908851f30
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.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.62.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.63.0
@@ -2586,7 +2586,7 @@ module Aws::ACMPCA
2586
2586
  params: params,
2587
2587
  config: config)
2588
2588
  context[:gem_name] = 'aws-sdk-acmpca'
2589
- context[:gem_version] = '1.62.0'
2589
+ context[:gem_version] = '1.63.0'
2590
2590
  Seahorse::Client::Request.new(handlers, context)
2591
2591
  end
2592
2592
 
@@ -25,16 +25,17 @@ module Aws::ACMPCA
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
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-acmpca/customizations'
53
53
  # @!group service
54
54
  module Aws::ACMPCA
55
55
 
56
- GEM_VERSION = '1.62.0'
56
+ GEM_VERSION = '1.63.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acmpca
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.0
4
+ version: 1.63.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