aws-sdk-cognitoidentity 1.27.0 → 1.28.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: 368099ec3db588ac9185a8b8911d8a9ade23f28ced99fd71962722ffaf40aec1
|
|
4
|
+
data.tar.gz: b86ef4ecb11861e284827dc9c341534832b522ed78546c749bed9835c525033d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f59c1286b1f8c6759d8f9c56c87b2f9a964e22dd898854371712505ecd0ca5d6f6e805f12eeb27c9cdb1840d820a58a736a76ab4769efdf97737f69e7177f3d
|
|
7
|
+
data.tar.gz: 2196e3e574ccd8b4124fda72352b539b4df4c0f6bb0a524b40985d95ebb8a0f5fd2594aad80e6a84fea090346b864b3fc0e80f03e9ab3ae670e6d3b33234fe37
|
|
@@ -976,6 +976,8 @@ module Aws::CognitoIdentity
|
|
|
976
976
|
# * {Types::ListIdentityPoolsResponse#identity_pools #identity_pools} => Array<Types::IdentityPoolShortDescription>
|
|
977
977
|
# * {Types::ListIdentityPoolsResponse#next_token #next_token} => String
|
|
978
978
|
#
|
|
979
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
980
|
+
#
|
|
979
981
|
# @example Request syntax with placeholder values
|
|
980
982
|
#
|
|
981
983
|
# resp = client.list_identity_pools({
|
|
@@ -1508,7 +1510,7 @@ module Aws::CognitoIdentity
|
|
|
1508
1510
|
params: params,
|
|
1509
1511
|
config: config)
|
|
1510
1512
|
context[:gem_name] = 'aws-sdk-cognitoidentity'
|
|
1511
|
-
context[:gem_version] = '1.
|
|
1513
|
+
context[:gem_version] = '1.28.0'
|
|
1512
1514
|
Seahorse::Client::Request.new(handlers, context)
|
|
1513
1515
|
end
|
|
1514
1516
|
|
|
@@ -566,6 +566,12 @@ module Aws::CognitoIdentity
|
|
|
566
566
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
567
567
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
568
568
|
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
|
569
|
+
o[:pager] = Aws::Pager.new(
|
|
570
|
+
limit_key: "max_results",
|
|
571
|
+
tokens: {
|
|
572
|
+
"next_token" => "next_token"
|
|
573
|
+
}
|
|
574
|
+
)
|
|
569
575
|
end)
|
|
570
576
|
|
|
571
577
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
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.28.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: 2020-
|
|
11
|
+
date: 2020-11-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|