aws-sdk-cognitoidentity 1.87.0 → 1.88.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cognitoidentity/client.rb +1 -1
- data/lib/aws-sdk-cognitoidentity.rb +1 -1
- data/sig/client.rbs +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 822d27e455e40b59a766f11fff57e3cf66b77e7cfffd0c95f1771229eef1c1ca
|
|
4
|
+
data.tar.gz: 5fd1d115bd2388dd906ae4b278e5c944906a03481d0eeecea3b91b27ba0bef82
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 457a44f79cc6fb8398f4128c0660aff2339bfc2f73b942b0440a12213de8990602eb5df196553f01c99fb3ca3409cfc603b745523a83caeb496251398841bac2
|
|
7
|
+
data.tar.gz: 3caa7a2677b5fd33e00d3b9679f613cd2db0fc121d2b7cb5125eb39fd3bf6ed950171788a57b5174261a1352050c72ffb46b7e16b9e1ae516762388fab838b61
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.88.0
|
|
@@ -1780,7 +1780,7 @@ module Aws::CognitoIdentity
|
|
|
1780
1780
|
tracer: tracer
|
|
1781
1781
|
)
|
|
1782
1782
|
context[:gem_name] = 'aws-sdk-cognitoidentity'
|
|
1783
|
-
context[:gem_version] = '1.
|
|
1783
|
+
context[:gem_version] = '1.88.0'
|
|
1784
1784
|
Seahorse::Client::Request.new(handlers, context)
|
|
1785
1785
|
end
|
|
1786
1786
|
|
data/sig/client.rbs
CHANGED
|
@@ -105,7 +105,7 @@ module Aws
|
|
|
105
105
|
provider_name: ::String?,
|
|
106
106
|
client_id: ::String?,
|
|
107
107
|
server_side_token_check: bool?
|
|
108
|
-
}
|
|
108
|
+
}
|
|
109
109
|
],
|
|
110
110
|
?saml_provider_arns: Array[::String],
|
|
111
111
|
?identity_pool_tags: Hash[::String, ::String]
|
|
@@ -318,7 +318,7 @@ module Aws
|
|
|
318
318
|
match_type: ("Equals" | "Contains" | "StartsWith" | "NotEqual"),
|
|
319
319
|
value: ::String,
|
|
320
320
|
role_arn: ::String
|
|
321
|
-
}
|
|
321
|
+
}
|
|
322
322
|
]
|
|
323
323
|
}?
|
|
324
324
|
}]
|
|
@@ -405,7 +405,7 @@ module Aws
|
|
|
405
405
|
provider_name: ::String?,
|
|
406
406
|
client_id: ::String?,
|
|
407
407
|
server_side_token_check: bool?
|
|
408
|
-
}
|
|
408
|
+
}
|
|
409
409
|
],
|
|
410
410
|
?saml_provider_arns: Array[::String],
|
|
411
411
|
?identity_pool_tags: Hash[::String, ::String]
|