aws-sdk-pcaconnectorad 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfcb512fdff98027fc50ad565744610280bd8a9545d61dfcc2b30734ba32f619
4
- data.tar.gz: b4c45a713b34263695443a19d003a753bb2763cfaf90c31ad55230a2f991802e
3
+ metadata.gz: 129ac51f688755a7709b737cfd58ee00ffe07ac6e1fb9ade3c23d1036d71147d
4
+ data.tar.gz: 544e029db26efe31b4442bc6e9e6a78621805410760114b04e83c2cae7bba466
5
5
  SHA512:
6
- metadata.gz: 5b52d43d92c14af2e923cb0667043776d75cedbefa48756e27618a0c1feaf1a0784040143bbff1744deb145e53abd98c2b19a758afc8363b3c2238bc85cdff5e
7
- data.tar.gz: 8c3196e7067fd59482558df1e2055e3d9756c022d26bc77d5023d6067e4167929e1d5691a683bba75edec02d2ac12865af2ffc97589cfff23be7ee923b64f1c9
6
+ metadata.gz: 9e3498992b8469a709238c34720e181196270d95a48e2ecfc3b4639d5ea75b9891fe2c3c59e1980d602347793d2da6598437400aec6c20c0a681c0030435ac75
7
+ data.tar.gz: 307ee566bb71b65879751cc9e9de4f18a1b5b953bf1319fcec32d9b49e3f1a05e3658ca95c14101cd03eff7140b595a8db3e14faa5b77fd4bd819a3a58b7b65c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.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.2.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.3.0
@@ -2236,7 +2236,7 @@ module Aws::PcaConnectorAd
2236
2236
  params: params,
2237
2237
  config: config)
2238
2238
  context[:gem_name] = 'aws-sdk-pcaconnectorad'
2239
- context[:gem_version] = '1.2.0'
2239
+ context[:gem_version] = '1.3.0'
2240
2240
  Seahorse::Client::Request.new(handlers, context)
2241
2241
  end
2242
2242
 
@@ -25,16 +25,17 @@ module Aws::PcaConnectorAd
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-pcaconnectorad/customizations'
52
52
  # @!group service
53
53
  module Aws::PcaConnectorAd
54
54
 
55
- GEM_VERSION = '1.2.0'
55
+ GEM_VERSION = '1.3.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pcaconnectorad
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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