aws-sdk-controlcatalog 1.8.0 → 1.9.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: bd2116bc53c63cd3a82b5f646cc3d5065c756861f6c6b0de877dab4ac2f55a7f
4
- data.tar.gz: 5d05382f47e8ce6a970bc99c8fbe6bac3842e2cc554ecb51a83e166b7903d52f
3
+ metadata.gz: 83480f9d84927215480bd4ba51a915c5b301364b54e708407c7124bab902778b
4
+ data.tar.gz: b134b59c24d5c7c1971f42a0a2f9262139cdebca66d51b8117f5ce94d985d655
5
5
  SHA512:
6
- metadata.gz: 736b4baf83902f82a4702fb2efbb30e42de3894c5f5ae0dcad582f93dcfca45527977ebcac3acea69e2bfb36e59fa3e3a7c70b1b1ecf4250b46f9ebc75219b3f
7
- data.tar.gz: 44126880a6808bce57912ae6bd33ceb03498bfeb03bf5ed8e3bf10ca1afc447bdd38894014f4f31f8b4b5b9ef0464053b37852dc88e29a74948b1dd692af8c41
6
+ metadata.gz: 91c2b3bea53c31a6c44cba1a17dc295eb65555fc2c7a07be50b50cde2df588e55c99086fa2cae175749ba099f6ddcd06b3f0a57547756d0fcc9d1d30e0b047b8
7
+ data.tar.gz: 6195cef93306f130cdd6cda14af8a64d3faf7066e83b8814750cbdd3cba7c47ae9e24d8c696572d631a7ebcdd86d043a6162e0c2951365d7255be5670b00b490
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.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.8.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -425,6 +425,12 @@ module Aws::ControlCatalog
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
  #
@@ -726,7 +732,7 @@ module Aws::ControlCatalog
726
732
  tracer: tracer
727
733
  )
728
734
  context[:gem_name] = 'aws-sdk-controlcatalog'
729
- context[:gem_version] = '1.8.0'
735
+ context[:gem_version] = '1.9.0'
730
736
  Seahorse::Client::Request.new(handlers, context)
731
737
  end
732
738
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-controlcatalog/customizations'
53
53
  # @!group service
54
54
  module Aws::ControlCatalog
55
55
 
56
- GEM_VERSION = '1.8.0'
56
+ GEM_VERSION = '1.9.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-controlcatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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