aws-sdk-cognitosync 1.17.0 → 1.18.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
2
  SHA256:
3
- metadata.gz: 5aed96b4f91d56dda52295762d8ad74e38de69eb058e6c69cbc1f4ce16a4e02c
4
- data.tar.gz: 338097cf8952f3e3003a47c4059b97c282d238bf8c1db0fb2332730e32ecd800
3
+ metadata.gz: d4232d1cb83ab9f66940d2a715a7130ebab64b3e1c35bf962f2b816f6745cc31
4
+ data.tar.gz: 0167224d9fa104a6f1b7a21ca9dde26bcc2fa7a022be7b9df9448988b8368b6c
5
5
  SHA512:
6
- metadata.gz: 4c1ffac3ce12267296b412614d22a10e64930da18307c5c0e9a10eb0db55ba55856a6bdb7149c779546e1955fcec854a24e0446a9702e6d7c3114e17e3a2b91d
7
- data.tar.gz: db72ee09d96ded75362ca2c061a17d644f814883b2fa0d07cc4774b45287f55cf82ebcf4e6b97b8b7f04a17a41d4ff8d4606e4a7ade1251990b30a811f39bda8
6
+ metadata.gz: 126d4fe915377cf9b741ddfdb5f8d50dc12f7faee76f40d72b290b5e075e4f506da2167b3e0f6051f2491b08a2e1cd30638339202424ade30dbc15f00e7188f8
7
+ data.tar.gz: 86fc04ea37259b014503616e0e162d142217be3cfd877f7d074d7272e34f83fedc594df9819b886326a06402c170ee9f3e3b1e4b848ba7414463713ced42422c
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-cognitosync/customizations'
45
45
  # @service
46
46
  module Aws::CognitoSync
47
47
 
48
- GEM_VERSION = '1.17.0'
48
+ GEM_VERSION = '1.18.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::CognitoSync
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::CognitoSync
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
@@ -269,8 +269,7 @@ module Aws::CognitoSync
269
269
  #
270
270
  # @option options [Integer] :http_read_timeout (60) The default
271
271
  # number of seconds to wait for response data. This value can
272
- # safely be set
273
- # per-request on the session yielded by {#session_for}.
272
+ # safely be set per-request on the session.
274
273
  #
275
274
  # @option options [Float] :http_idle_timeout (5) The number of
276
275
  # seconds a connection is allowed to sit idle before it is
@@ -282,7 +281,7 @@ module Aws::CognitoSync
282
281
  # request body. This option has no effect unless the request has
283
282
  # "Expect" header set to "100-continue". Defaults to `nil` which
284
283
  # disables this behaviour. This value can safely be set per
285
- # request on the session yielded by {#session_for}.
284
+ # request on the session.
286
285
  #
287
286
  # @option options [Boolean] :http_wire_trace (false) When `true`,
288
287
  # HTTP debug output will be sent to the `:logger`.
@@ -1170,7 +1169,7 @@ module Aws::CognitoSync
1170
1169
  params: params,
1171
1170
  config: config)
1172
1171
  context[:gem_name] = 'aws-sdk-cognitosync'
1173
- context[:gem_version] = '1.17.0'
1172
+ context[:gem_version] = '1.18.0'
1174
1173
  Seahorse::Client::Request.new(handlers, context)
1175
1174
  end
1176
1175
 
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::CognitoSync
9
- # This class provides a resource oriented interface for CognitoSync.
10
- # To create a resource object:
11
- # resource = Aws::CognitoSync::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::CognitoSync::Client.new(region: 'us-west-2')
15
- # resource = Aws::CognitoSync::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-cognitosync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.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-03-16 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
@@ -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
- rubygems_version: 3.0.3
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 Sync