aws-sdk-cognitoidentity 1.20.0 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 0042b9d2159e2a938053948ba7445fecd8e724b7
4
- data.tar.gz: 97310ed0251d1e47d01a57e717193f1680d270d1
2
+ SHA256:
3
+ metadata.gz: 862de538332f3ff858bd03c29497cbcc58e4f078b688ed70879054082449a4d1
4
+ data.tar.gz: b4568129ace0e40e43f4f02bb8c4259d6a998efb3e09a0b23bf0c841fe711e75
5
5
  SHA512:
6
- metadata.gz: 14b7d8b4d212cc19cf5c6e5e78547972aec81be8833bd1ecea2496715af2597c7431eaf76e5e0e23125455fb070e89a70f2019cca50e997bea412a86c91c9cbf
7
- data.tar.gz: b3b2a1110497ad8cb9a8134d7d44a0d8209449971022a8f11586714786d628c6187f15bd2a2ba870b03b7febba2cf777a18fe1587883adfb3f7bfd90e32bc09e
6
+ metadata.gz: f7e1080f9fa8e57b3f8ebaa8ad00474b79568d7eaf525510e601760430ee17db41d32c85dde599bf128aee59c2185036dd9e99ef9c6525115b61750e81eb10de
7
+ data.tar.gz: 663e4665fb69ea1eede08ecd3c6b484cae5eb606ca3d8d7bdaec39595b066a79ad887d73b7b9715ddb9887d3960374706ec16115496ab6bc168ccaa283852ff7
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-cognitoidentity/customizations'
45
45
  # @service
46
46
  module Aws::CognitoIdentity
47
47
 
48
- GEM_VERSION = '1.20.0'
48
+ GEM_VERSION = '1.21.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::CognitoIdentity
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::CognitoIdentity
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -1489,7 +1489,7 @@ module Aws::CognitoIdentity
1489
1489
  params: params,
1490
1490
  config: config)
1491
1491
  context[:gem_name] = 'aws-sdk-cognitoidentity'
1492
- context[:gem_version] = '1.20.0'
1492
+ context[:gem_version] = '1.21.0'
1493
1493
  Seahorse::Client::Request.new(handlers, context)
1494
1494
  end
1495
1495
 
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.20.0
4
+ version: 1.21.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-04-01 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  version: '0'
83
83
  requirements: []
84
84
  rubyforge_project:
85
- rubygems_version: 2.5.2.3
85
+ rubygems_version: 2.7.6.2
86
86
  signing_key:
87
87
  specification_version: 4
88
88
  summary: AWS SDK for Ruby - Amazon Cognito Identity