aws-sdk-cognitoidentityprovider 1.126.0 → 1.127.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3582391a3b87c9a2359937e97a77e25df5c8490cc8b138266501b6e3a45e7a5
|
4
|
+
data.tar.gz: db10a4831406549c46f29b091d0b912f597ee1d5ad87d3c0ec99b0fbef3a2c4f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b886623b24c6b952e4a7a95f6108f300b65630842d0b86ca6bf9abf5f5879efe534374ae71e50fbafbbfe423c1ed34463d9e390af8809b323ca48ccad044934d
|
7
|
+
data.tar.gz: 3c64a0bfeaece6e327ca44cfecb7f313f3e0d345add4cbb3d381ef51c0a47689b3c3f5673ac2b2a359fe3a802be59817be050710d4a967ec6bc98cd7da34be97
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.127.0
|
@@ -13025,7 +13025,7 @@ module Aws::CognitoIdentityProvider
|
|
13025
13025
|
tracer: tracer
|
13026
13026
|
)
|
13027
13027
|
context[:gem_name] = 'aws-sdk-cognitoidentityprovider'
|
13028
|
-
context[:gem_version] = '1.
|
13028
|
+
context[:gem_version] = '1.127.0'
|
13029
13029
|
Seahorse::Client::Request.new(handlers, context)
|
13030
13030
|
end
|
13031
13031
|
|
@@ -3491,6 +3491,8 @@ module Aws::CognitoIdentityProvider
|
|
3491
3491
|
o.name = "GetTokensFromRefreshToken"
|
3492
3492
|
o.http_method = "POST"
|
3493
3493
|
o.http_request_uri = "/"
|
3494
|
+
o['authtype'] = "none"
|
3495
|
+
o['auth'] = ["smithy.api#noAuth"]
|
3494
3496
|
o.input = Shapes::ShapeRef.new(shape: GetTokensFromRefreshTokenRequest)
|
3495
3497
|
o.output = Shapes::ShapeRef.new(shape: GetTokensFromRefreshTokenResponse)
|
3496
3498
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|