aws-sdk-pcaconnectorad 1.11.0 → 1.12.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: b5d1557f2002372d0c92db02272db344e7e70e8b5f64ca27f4082eb5b55d7892
4
- data.tar.gz: 0dd204ff3ff02a170b808a5116278aeac06597038778db7c306d1d0e40f857ed
3
+ metadata.gz: d87561c7be0ca2811fa283bd8359ee8fdc0dd73a3b847a0304f76c29f8f7ed4a
4
+ data.tar.gz: 5f8c3a0e612b6e7d37a1b56278941afbfacc20d527d2d306a76fbdd37c14fb4a
5
5
  SHA512:
6
- metadata.gz: cec39137622179c4c1c9bcbe6eb754d9343b5eb497aa89b50f02a3138c339043815a3ebb42a57cdccddb826987869995682cde500f486a14d909c6038bd36d35
7
- data.tar.gz: ddbdde0cffe5cd26223686117017d188b7055f0bec2f4554038d1e1def51d59c3ce16c37f14751c3ddf45d7cf43fcf872b6d27de7a9913257bd451d507b2c31b
6
+ metadata.gz: '0139a8b1c14c003fdf5c786bcf86a6e301d6e0a7d5fb3320d8786180d40413697b7030d50896484b1ff56b17fc953290ca99fe6ac17e26aa3a5082c74d3db010'
7
+ data.tar.gz: 3eacae4c31f659158e68d4bdf371b25e1adfa20b572f3c7439788b9cd040c5f9033d88d4d17e19f4a42afe17ee5f3dd07f532f471930c38fea57005d77753680
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.12.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.11.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.0
1
+ 1.12.0
@@ -425,6 +425,12 @@ module Aws::PcaConnectorAd
425
425
  # @option options [String] :ssl_ca_store
426
426
  # Sets the X509::Store to verify peer certificate.
427
427
  #
428
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
429
+ # Sets a client certificate when creating http connections.
430
+ #
431
+ # @option options [OpenSSL::PKey] :ssl_key
432
+ # Sets a client key when creating http connections.
433
+ #
428
434
  # @option options [Float] :ssl_timeout
429
435
  # Sets the SSL timeout in seconds
430
436
  #
@@ -2290,7 +2296,7 @@ module Aws::PcaConnectorAd
2290
2296
  tracer: tracer
2291
2297
  )
2292
2298
  context[:gem_name] = 'aws-sdk-pcaconnectorad'
2293
- context[:gem_version] = '1.11.0'
2299
+ context[:gem_version] = '1.12.0'
2294
2300
  Seahorse::Client::Request.new(handlers, context)
2295
2301
  end
2296
2302
 
@@ -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.11.0'
55
+ GEM_VERSION = '1.12.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.11.0
4
+ version: 1.12.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: 2024-09-03 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core