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: b0828df80c560b42f7a7a45a06553146b42b7e70037de19e8d6de480c66d9dbf
4
- data.tar.gz: b71af89f122b7f74b259c12a7473cab72bf1245ea74a10dbaf2ff97de4d22bf1
3
+ metadata.gz: 368099ec3db588ac9185a8b8911d8a9ade23f28ced99fd71962722ffaf40aec1
4
+ data.tar.gz: b86ef4ecb11861e284827dc9c341534832b522ed78546c749bed9835c525033d
5
5
  SHA512:
6
- metadata.gz: b482eaad70ee03f7d61a46d5a075ebe3693f8c1aed5c690f37de158239b66ef6f53c7bc7eebded6423f2e0bb1635633198b89a919b55f937737d6e1f5d22e078
7
- data.tar.gz: bff0722b450a712c330bcfa34bdfe3b651fa328754469f0e7f4e2083f40ff899ffbc4fffd01d02f7955ac65526d0012dca83b84257569bc383c8452630849292
6
+ metadata.gz: 3f59c1286b1f8c6759d8f9c56c87b2f9a964e22dd898854371712505ecd0ca5d6f6e805f12eeb27c9cdb1840d820a58a736a76ab4769efdf97737f69e7177f3d
7
+ data.tar.gz: 2196e3e574ccd8b4124fda72352b539b4df4c0f6bb0a524b40985d95ebb8a0f5fd2594aad80e6a84fea090346b864b3fc0e80f03e9ab3ae670e6d3b33234fe37
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-cognitoidentity/customizations'
48
48
  # @!group service
49
49
  module Aws::CognitoIdentity
50
50
 
51
- GEM_VERSION = '1.27.0'
51
+ GEM_VERSION = '1.28.0'
52
52
 
53
53
  end
@@ -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.27.0'
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.27.0
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-09-30 00:00:00.000000000 Z
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