aws-sdk-cognitosync 1.56.0 → 1.57.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: 910d9b85e9ea1f84d9e1e49843d3014a061ad86284c8adbff40f8535434fb86b
4
- data.tar.gz: 4db7526b2d08bb11fabb5cf4b8073bd8eaf061079374b80a84f39bbec6f5895c
3
+ metadata.gz: 31fbf0e8c7f9303c79c71459a88354a3278be7c8e9404fa8b1fa46367125d1b8
4
+ data.tar.gz: 0e5d226639077b5d6220f6bfa2b08b28cee504aec02c292c3837684cafbc99d0
5
5
  SHA512:
6
- metadata.gz: 1ed8890a2e9f4042ad856a53fe8348071be371b7197aea8540bc0dd2e3ca996eed10e323f4f5f862126f38d2b138a2092f0466a7a5d19b1e81e535ea0605c8a4
7
- data.tar.gz: b604c8ebf9621bb49ee8dfc6d43ac7c6aaa19713db56c7280ff1da3ec36959c64b7ba20183fa237cababd973a4265a585bce1d988199b5aefdc79659dcd80efa
6
+ metadata.gz: 6ce6b23e81ccd7d41e8f53e1c4c31c84c347a363d1d1d9fcb6a8816309e4da4daf42319bf1e24ca483bf67b14e33f43dd34f4310b8db48ca3f0d6b7aee37aaaa
7
+ data.tar.gz: b52c29aefa5b9542774dace623cfa58f379a631a7239ab15acea544fcdc3ced6c863caa1808a1aedd8bb21346e0870c842a17ba0ea3678c1ac16d05b137a873e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.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.56.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -425,6 +425,12 @@ module Aws::CognitoSync
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
  #
@@ -1303,7 +1309,7 @@ module Aws::CognitoSync
1303
1309
  tracer: tracer
1304
1310
  )
1305
1311
  context[:gem_name] = 'aws-sdk-cognitosync'
1306
- context[:gem_version] = '1.56.0'
1312
+ context[:gem_version] = '1.57.0'
1307
1313
  Seahorse::Client::Request.new(handlers, context)
1308
1314
  end
1309
1315
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cognitosync/customizations'
52
52
  # @!group service
53
53
  module Aws::CognitoSync
54
54
 
55
- GEM_VERSION = '1.56.0'
55
+ GEM_VERSION = '1.57.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cognitosync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.57.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