aws-sdk-appfabric 1.15.0 → 1.16.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: a4c414f8cf1caa46bc7589a7a03bcd9be1e5d37105e32b4a7e2b3d9043743edd
4
- data.tar.gz: 62ba07dfd535af9214bed617855f6259f7acb9dd6338c756d5c37d8828ced1bc
3
+ metadata.gz: be9a33deaca023410afc4dd3af123e16e1f3ed902be5cf7e9f61a5f8595ca650
4
+ data.tar.gz: 81afdd07eb232e7a4be9853168f7bf262305f01cbbfe77de873b2190c33c201a
5
5
  SHA512:
6
- metadata.gz: 1742aa45c3be9a4c905336844f4d76c20b31679e1cbc6ca4acbf2075e75940613dea265fb3c9ba15e728e689c234ce3c33d18c47fc8a1f589acc734b6c813a2b
7
- data.tar.gz: e91cccd6dc2ce9d47288a8a0b65ac34b1c449943ab8e027f3d22d8b852145f345684c2aa1cd88362f54a2550935ba14fba4b83aa4633089131229736b9fe2609
6
+ metadata.gz: ea28afc96cc984c8f862539235474fbd84fa5e5298cb9560ec9d5a0735d6bf5dd68fcb35ebe25bef57ee0719bde927aaf74d0c3ab8d85c5ceae119d2f66e5c83
7
+ data.tar.gz: e7da41284e84457f414b05bafbf9a04986064a23c40b12366fc5dd2553c0180ac0495d60cc254e359e8d217dc325ddac138c95ecc5c7a5371865e17f63b67641
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.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.15.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.16.0
@@ -425,6 +425,12 @@ module Aws::AppFabric
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
  #
@@ -1797,7 +1803,7 @@ module Aws::AppFabric
1797
1803
  tracer: tracer
1798
1804
  )
1799
1805
  context[:gem_name] = 'aws-sdk-appfabric'
1800
- context[:gem_version] = '1.15.0'
1806
+ context[:gem_version] = '1.16.0'
1801
1807
  Seahorse::Client::Request.new(handlers, context)
1802
1808
  end
1803
1809
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-appfabric/customizations'
53
53
  # @!group service
54
54
  module Aws::AppFabric
55
55
 
56
- GEM_VERSION = '1.15.0'
56
+ GEM_VERSION = '1.16.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appfabric
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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