aws-sdk-cognitoidentity 1.61.0 → 1.62.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cognitoidentity/client.rb +7 -1
- data/lib/aws-sdk-cognitoidentity/types.rb +8 -8
- data/lib/aws-sdk-cognitoidentity.rb +1 -1
- data/sig/types.rbs +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec71272c3b486f57476b2fba74bada0bfbb66ceda9319592da4435eeb11d6d90
|
4
|
+
data.tar.gz: 02d35001782ce53ea01fdb1d8f6289024763a0441f1d329e2f5c45333cc0c6a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6aa57751915d9587cda731dacb465654d5de1a5d6283f0acac48eb2bb415883a0c2a0ceab7a0f8a31b8f53e82445882361c55ba93880fe33ca9117c4d827e4c
|
7
|
+
data.tar.gz: a2358173138cbd5bba8d45f36dd1ec6b8e7f1eae3e2f23e01c1f8773e3758a52fb6f851a5dc468ba6b83f49bdf6974838ba8d1aac50b163eef4e88b346a6790d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.62.0
|
@@ -432,6 +432,12 @@ module Aws::CognitoIdentity
|
|
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
|
#
|
@@ -1719,7 +1725,7 @@ module Aws::CognitoIdentity
|
|
1719
1725
|
tracer: tracer
|
1720
1726
|
)
|
1721
1727
|
context[:gem_name] = 'aws-sdk-cognitoidentity'
|
1722
|
-
context[:gem_version] = '1.
|
1728
|
+
context[:gem_version] = '1.62.0'
|
1723
1729
|
Seahorse::Client::Request.new(handlers, context)
|
1724
1730
|
end
|
1725
1731
|
|
@@ -154,7 +154,7 @@ module Aws::CognitoIdentity
|
|
154
154
|
:secret_key,
|
155
155
|
:session_token,
|
156
156
|
:expiration)
|
157
|
-
SENSITIVE = []
|
157
|
+
SENSITIVE = [:secret_key]
|
158
158
|
include Aws::Structure
|
159
159
|
end
|
160
160
|
|
@@ -297,7 +297,7 @@ module Aws::CognitoIdentity
|
|
297
297
|
:identity_id,
|
298
298
|
:logins,
|
299
299
|
:custom_role_arn)
|
300
|
-
SENSITIVE = []
|
300
|
+
SENSITIVE = [:logins]
|
301
301
|
include Aws::Structure
|
302
302
|
end
|
303
303
|
|
@@ -358,7 +358,7 @@ module Aws::CognitoIdentity
|
|
358
358
|
:account_id,
|
359
359
|
:identity_pool_id,
|
360
360
|
:logins)
|
361
|
-
SENSITIVE = []
|
361
|
+
SENSITIVE = [:logins]
|
362
362
|
include Aws::Structure
|
363
363
|
end
|
364
364
|
|
@@ -471,7 +471,7 @@ module Aws::CognitoIdentity
|
|
471
471
|
:logins,
|
472
472
|
:principal_tags,
|
473
473
|
:token_duration)
|
474
|
-
SENSITIVE = []
|
474
|
+
SENSITIVE = [:logins]
|
475
475
|
include Aws::Structure
|
476
476
|
end
|
477
477
|
|
@@ -491,7 +491,7 @@ module Aws::CognitoIdentity
|
|
491
491
|
class GetOpenIdTokenForDeveloperIdentityResponse < Struct.new(
|
492
492
|
:identity_id,
|
493
493
|
:token)
|
494
|
-
SENSITIVE = []
|
494
|
+
SENSITIVE = [:token]
|
495
495
|
include Aws::Structure
|
496
496
|
end
|
497
497
|
|
@@ -514,7 +514,7 @@ module Aws::CognitoIdentity
|
|
514
514
|
class GetOpenIdTokenInput < Struct.new(
|
515
515
|
:identity_id,
|
516
516
|
:logins)
|
517
|
-
SENSITIVE = []
|
517
|
+
SENSITIVE = [:logins]
|
518
518
|
include Aws::Structure
|
519
519
|
end
|
520
520
|
|
@@ -534,7 +534,7 @@ module Aws::CognitoIdentity
|
|
534
534
|
class GetOpenIdTokenResponse < Struct.new(
|
535
535
|
:identity_id,
|
536
536
|
:token)
|
537
|
-
SENSITIVE = []
|
537
|
+
SENSITIVE = [:token]
|
538
538
|
include Aws::Structure
|
539
539
|
end
|
540
540
|
|
@@ -1312,7 +1312,7 @@ module Aws::CognitoIdentity
|
|
1312
1312
|
:identity_id,
|
1313
1313
|
:logins,
|
1314
1314
|
:logins_to_remove)
|
1315
|
-
SENSITIVE = []
|
1315
|
+
SENSITIVE = [:logins]
|
1316
1316
|
include Aws::Structure
|
1317
1317
|
end
|
1318
1318
|
|
data/sig/types.rbs
CHANGED
@@ -38,7 +38,7 @@ module Aws::CognitoIdentity
|
|
38
38
|
attr_accessor secret_key: ::String
|
39
39
|
attr_accessor session_token: ::String
|
40
40
|
attr_accessor expiration: ::Time
|
41
|
-
SENSITIVE: []
|
41
|
+
SENSITIVE: [:secret_key]
|
42
42
|
end
|
43
43
|
|
44
44
|
class DeleteIdentitiesInput
|
@@ -125,7 +125,7 @@ module Aws::CognitoIdentity
|
|
125
125
|
class GetOpenIdTokenForDeveloperIdentityResponse
|
126
126
|
attr_accessor identity_id: ::String
|
127
127
|
attr_accessor token: ::String
|
128
|
-
SENSITIVE: []
|
128
|
+
SENSITIVE: [:token]
|
129
129
|
end
|
130
130
|
|
131
131
|
class GetOpenIdTokenInput
|
@@ -137,7 +137,7 @@ module Aws::CognitoIdentity
|
|
137
137
|
class GetOpenIdTokenResponse
|
138
138
|
attr_accessor identity_id: ::String
|
139
139
|
attr_accessor token: ::String
|
140
|
-
SENSITIVE: []
|
140
|
+
SENSITIVE: [:token]
|
141
141
|
end
|
142
142
|
|
143
143
|
class GetPrincipalTagAttributeMapInput
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cognitoidentity
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.62.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-
|
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
|