aws-sdk-cognitoidentityprovider 1.34.0 → 1.35.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: f0b88d956fb8393adb340330dff77e947629b6b43cabbde18291320927918246
|
4
|
+
data.tar.gz: 12103d7f901a7449cea09ae838cb427a128f239bbd32708e203778882ab7b54c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d94c48958d43622a0d777d8c9895b27ae2ac685948c43d92b629a4f59afa75e6fd2de332702de31637cdd81e5bd58c011a7cf3ab99e128849da16b835931abb3
|
7
|
+
data.tar.gz: 49d5f6f842c19c19a6d54f4356070ae95d72093105fb257ee324d89a06cb32b5fc403ffbbe7e8852bf10154e91f0138a0d9331ed6370dff4d6383b5dc5dd4bce
|
@@ -105,7 +105,7 @@ module Aws::CognitoIdentityProvider
|
|
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
|
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::CognitoIdentityProvider
|
|
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
|
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
|
@@ -279,8 +279,7 @@ module Aws::CognitoIdentityProvider
|
|
279
279
|
#
|
280
280
|
# @option options [Integer] :http_read_timeout (60) The default
|
281
281
|
# number of seconds to wait for response data. This value can
|
282
|
-
# safely be set
|
283
|
-
# per-request on the session yielded by {#session_for}.
|
282
|
+
# safely be set per-request on the session.
|
284
283
|
#
|
285
284
|
# @option options [Float] :http_idle_timeout (5) The number of
|
286
285
|
# seconds a connection is allowed to sit idle before it is
|
@@ -292,7 +291,7 @@ module Aws::CognitoIdentityProvider
|
|
292
291
|
# request body. This option has no effect unless the request has
|
293
292
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
294
293
|
# disables this behaviour. This value can safely be set per
|
295
|
-
# request on the session
|
294
|
+
# request on the session.
|
296
295
|
#
|
297
296
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
298
297
|
# HTTP debug output will be sent to the `:logger`.
|
@@ -1355,6 +1354,8 @@ module Aws::CognitoIdentityProvider
|
|
1355
1354
|
# * {Types::AdminListGroupsForUserResponse#groups #groups} => Array<Types::GroupType>
|
1356
1355
|
# * {Types::AdminListGroupsForUserResponse#next_token #next_token} => String
|
1357
1356
|
#
|
1357
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1358
|
+
#
|
1358
1359
|
# @example Request syntax with placeholder values
|
1359
1360
|
#
|
1360
1361
|
# resp = client.admin_list_groups_for_user({
|
@@ -1405,6 +1406,8 @@ module Aws::CognitoIdentityProvider
|
|
1405
1406
|
# * {Types::AdminListUserAuthEventsResponse#auth_events #auth_events} => Array<Types::AuthEventType>
|
1406
1407
|
# * {Types::AdminListUserAuthEventsResponse#next_token #next_token} => String
|
1407
1408
|
#
|
1409
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1410
|
+
#
|
1408
1411
|
# @example Request syntax with placeholder values
|
1409
1412
|
#
|
1410
1413
|
# resp = client.admin_list_user_auth_events({
|
@@ -4623,6 +4626,8 @@ module Aws::CognitoIdentityProvider
|
|
4623
4626
|
# * {Types::ListGroupsResponse#groups #groups} => Array<Types::GroupType>
|
4624
4627
|
# * {Types::ListGroupsResponse#next_token #next_token} => String
|
4625
4628
|
#
|
4629
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4630
|
+
#
|
4626
4631
|
# @example Request syntax with placeholder values
|
4627
4632
|
#
|
4628
4633
|
# resp = client.list_groups({
|
@@ -4668,6 +4673,8 @@ module Aws::CognitoIdentityProvider
|
|
4668
4673
|
# * {Types::ListIdentityProvidersResponse#providers #providers} => Array<Types::ProviderDescription>
|
4669
4674
|
# * {Types::ListIdentityProvidersResponse#next_token #next_token} => String
|
4670
4675
|
#
|
4676
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4677
|
+
#
|
4671
4678
|
# @example Request syntax with placeholder values
|
4672
4679
|
#
|
4673
4680
|
# resp = client.list_identity_providers({
|
@@ -4710,6 +4717,8 @@ module Aws::CognitoIdentityProvider
|
|
4710
4717
|
# * {Types::ListResourceServersResponse#resource_servers #resource_servers} => Array<Types::ResourceServerType>
|
4711
4718
|
# * {Types::ListResourceServersResponse#next_token #next_token} => String
|
4712
4719
|
#
|
4720
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4721
|
+
#
|
4713
4722
|
# @example Request syntax with placeholder values
|
4714
4723
|
#
|
4715
4724
|
# resp = client.list_resource_servers({
|
@@ -4848,6 +4857,8 @@ module Aws::CognitoIdentityProvider
|
|
4848
4857
|
# * {Types::ListUserPoolClientsResponse#user_pool_clients #user_pool_clients} => Array<Types::UserPoolClientDescription>
|
4849
4858
|
# * {Types::ListUserPoolClientsResponse#next_token #next_token} => String
|
4850
4859
|
#
|
4860
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4861
|
+
#
|
4851
4862
|
# @example Request syntax with placeholder values
|
4852
4863
|
#
|
4853
4864
|
# resp = client.list_user_pool_clients({
|
@@ -4889,6 +4900,8 @@ module Aws::CognitoIdentityProvider
|
|
4889
4900
|
# * {Types::ListUserPoolsResponse#user_pools #user_pools} => Array<Types::UserPoolDescriptionType>
|
4890
4901
|
# * {Types::ListUserPoolsResponse#next_token #next_token} => String
|
4891
4902
|
#
|
4903
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4904
|
+
#
|
4892
4905
|
# @example Request syntax with placeholder values
|
4893
4906
|
#
|
4894
4907
|
# resp = client.list_user_pools({
|
@@ -5002,6 +5015,8 @@ module Aws::CognitoIdentityProvider
|
|
5002
5015
|
# * {Types::ListUsersResponse#users #users} => Array<Types::UserType>
|
5003
5016
|
# * {Types::ListUsersResponse#pagination_token #pagination_token} => String
|
5004
5017
|
#
|
5018
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
5019
|
+
#
|
5005
5020
|
# @example Request syntax with placeholder values
|
5006
5021
|
#
|
5007
5022
|
# resp = client.list_users({
|
@@ -5060,6 +5075,8 @@ module Aws::CognitoIdentityProvider
|
|
5060
5075
|
# * {Types::ListUsersInGroupResponse#users #users} => Array<Types::UserType>
|
5061
5076
|
# * {Types::ListUsersInGroupResponse#next_token #next_token} => String
|
5062
5077
|
#
|
5078
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
5079
|
+
#
|
5063
5080
|
# @example Request syntax with placeholder values
|
5064
5081
|
#
|
5065
5082
|
# resp = client.list_users_in_group({
|
@@ -6860,7 +6877,7 @@ module Aws::CognitoIdentityProvider
|
|
6860
6877
|
params: params,
|
6861
6878
|
config: config)
|
6862
6879
|
context[:gem_name] = 'aws-sdk-cognitoidentityprovider'
|
6863
|
-
context[:gem_version] = '1.
|
6880
|
+
context[:gem_version] = '1.35.0'
|
6864
6881
|
Seahorse::Client::Request.new(handlers, context)
|
6865
6882
|
end
|
6866
6883
|
|
@@ -6,13 +6,7 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::CognitoIdentityProvider
|
9
|
-
|
10
|
-
# To create a resource object:
|
11
|
-
# resource = Aws::CognitoIdentityProvider::Resource.new(region: 'us-west-2')
|
12
|
-
# You can supply a client object with custom configuration that will be used for all resource operations.
|
13
|
-
# If you do not pass +:client+, a default client will be constructed.
|
14
|
-
# client = Aws::CognitoIdentityProvider::Client.new(region: 'us-west-2')
|
15
|
-
# resource = Aws::CognitoIdentityProvider::Resource.new(client: client)
|
9
|
+
|
16
10
|
class Resource
|
17
11
|
|
18
12
|
# @param options ({})
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cognitoidentityprovider
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.35.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-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
- !ruby/object:Gem::Version
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
|
-
|
83
|
+
rubyforge_project:
|
84
|
+
rubygems_version: 2.7.6.2
|
84
85
|
signing_key:
|
85
86
|
specification_version: 4
|
86
87
|
summary: AWS SDK for Ruby - Amazon Cognito Identity Provider
|