aws-sdk-cognitoidentityprovider 1.101.0 → 1.103.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cognitoidentityprovider/client.rb +7 -1
- data/lib/aws-sdk-cognitoidentityprovider/endpoints.rb +103 -412
- data/lib/aws-sdk-cognitoidentityprovider/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-cognitoidentityprovider.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d85e3e53d5476cf5924296d2bf78c4ea289362387a50ab35d2326b35e1e672d
|
4
|
+
data.tar.gz: dbedb8bda94fc87b5c5ecc8eece998c855d934a57e831259d75472428fa4001d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3acbae1bbc3f3d09a3d0eea8224300177577aee6bbbf3dac04cacfc768d6233127d743ab3d75a5c46da0eaabee32dbf9e291e633692b3706994b527822131883
|
7
|
+
data.tar.gz: 49ac3c1571fd773b64f8b3e371278bcb8cef6f241ab282c1aeffa3fd21c8c299c9ffeec308d07d7fa6273e659f6792e28639a6caad7183d92bd38422915c9003
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.103.0 (2024-09-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.102.0 (2024-09-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.101.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.103.0
|
@@ -432,6 +432,12 @@ module Aws::CognitoIdentityProvider
|
|
432
432
|
# @option options [String] :ssl_ca_store
|
433
433
|
# Sets the X509::Store to verify peer certificate.
|
434
434
|
#
|
435
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
436
|
+
# Sets a client certificate when creating http connections.
|
437
|
+
#
|
438
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
439
|
+
# Sets a client key when creating http connections.
|
440
|
+
#
|
435
441
|
# @option options [Float] :ssl_timeout
|
436
442
|
# Sets the SSL timeout in seconds
|
437
443
|
#
|
@@ -10848,7 +10854,7 @@ module Aws::CognitoIdentityProvider
|
|
10848
10854
|
tracer: tracer
|
10849
10855
|
)
|
10850
10856
|
context[:gem_name] = 'aws-sdk-cognitoidentityprovider'
|
10851
|
-
context[:gem_version] = '1.
|
10857
|
+
context[:gem_version] = '1.103.0'
|
10852
10858
|
Seahorse::Client::Request.new(handlers, context)
|
10853
10859
|
end
|
10854
10860
|
|