aws-sdk-iot1clickprojects 1.10.0 → 1.11.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
  SHA1:
3
- metadata.gz: e737c697af499d2a04754b4459fb23d7b2ead93c
4
- data.tar.gz: 16392f453730b6b4bc5a9524de52edff10fc8611
3
+ metadata.gz: 638c48ec7f4ae4fc347ba8979937a2a8070a9892
4
+ data.tar.gz: 80020c84abb833b9fd3b82947a0e33d9a541d31b
5
5
  SHA512:
6
- metadata.gz: d3b2de24e066f5082b0cac247f8be685ea28cfe291e28aecef303f6823cf6db3f88484a29f98ebcf98ea0fa809853a8acd4624f2262003b827dc46e07307e1b5
7
- data.tar.gz: 1b081eb9091a0923db9363c803f723b635287ec70566245d18e59450fabd9c946065ebaeab5df2466a9012a4a919ba54c10e8a8752a0039994ae8675ca82cac6
6
+ metadata.gz: 84bc5ff0cfc9414ff65cc8bdee813b73f07f90b5b3efc1a0390e37e97de02a004b42593c615dd09b3c992acbcd22851609a0af4f95a38b4ef3cbe5b414c30d5b
7
+ data.tar.gz: e9be6644529388d419758d8ffde6a3562a688ea5834c7f0acde5647b53ae9ecc996b144fdbf0f1aa52f2f569159a3e0747012ca896c38ece7b2697826a79f661
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iot1clickprojects/customizations'
42
42
  # @service
43
43
  module Aws::IoT1ClickProjects
44
44
 
45
- GEM_VERSION = '1.10.0'
45
+ GEM_VERSION = '1.11.0'
46
46
 
47
47
  end
@@ -199,6 +199,49 @@ module Aws::IoT1ClickProjects
199
199
  # When `true`, request parameters are validated before
200
200
  # sending the request.
201
201
  #
202
+ # @option options [URI::HTTP,String] :http_proxy A proxy to send
203
+ # requests through. Formatted like 'http://proxy.com:123'.
204
+ #
205
+ # @option options [Float] :http_open_timeout (15) The number of
206
+ # seconds to wait when opening a HTTP session before rasing a
207
+ # `Timeout::Error`.
208
+ #
209
+ # @option options [Integer] :http_read_timeout (60) The default
210
+ # number of seconds to wait for response data. This value can
211
+ # safely be set
212
+ # per-request on the session yeidled by {#session_for}.
213
+ #
214
+ # @option options [Float] :http_idle_timeout (5) The number of
215
+ # seconds a connection is allowed to sit idble before it is
216
+ # considered stale. Stale connections are closed and removed
217
+ # from the pool before making a request.
218
+ #
219
+ # @option options [Float] :http_continue_timeout (1) The number of
220
+ # seconds to wait for a 100-continue response before sending the
221
+ # request body. This option has no effect unless the request has
222
+ # "Expect" header set to "100-continue". Defaults to `nil` which
223
+ # disables this behaviour. This value can safely be set per
224
+ # request on the session yeidled by {#session_for}.
225
+ #
226
+ # @option options [Boolean] :http_wire_trace (false) When `true`,
227
+ # HTTP debug output will be sent to the `:logger`.
228
+ #
229
+ # @option options [Boolean] :ssl_verify_peer (true) When `true`,
230
+ # SSL peer certificates are verified when establishing a
231
+ # connection.
232
+ #
233
+ # @option options [String] :ssl_ca_bundle Full path to the SSL
234
+ # certificate authority bundle file that should be used when
235
+ # verifying peer certificates. If you do not pass
236
+ # `:ssl_ca_bundle` or `:ssl_ca_directory` the the system default
237
+ # will be used if available.
238
+ #
239
+ # @option options [String] :ssl_ca_directory Full path of the
240
+ # directory that contains the unbundled SSL certificate
241
+ # authority files for verifying peer certificates. If you do
242
+ # not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the
243
+ # system default will be used if available.
244
+ #
202
245
  def initialize(*args)
203
246
  super
204
247
  end
@@ -779,7 +822,7 @@ module Aws::IoT1ClickProjects
779
822
  params: params,
780
823
  config: config)
781
824
  context[:gem_name] = 'aws-sdk-iot1clickprojects'
782
- context[:gem_version] = '1.10.0'
825
+ context[:gem_version] = '1.11.0'
783
826
  Seahorse::Client::Request.new(handlers, context)
784
827
  end
785
828
 
@@ -386,6 +386,12 @@ module Aws::IoT1ClickProjects
386
386
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
387
387
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
388
388
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
389
+ o[:pager] = Aws::Pager.new(
390
+ limit_key: "max_results",
391
+ tokens: {
392
+ "next_token" => "next_token"
393
+ }
394
+ )
389
395
  end)
390
396
 
391
397
  api.add_operation(:list_projects, Seahorse::Model::Operation.new.tap do |o|
@@ -396,6 +402,12 @@ module Aws::IoT1ClickProjects
396
402
  o.output = Shapes::ShapeRef.new(shape: ListProjectsResponse)
397
403
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
398
404
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
405
+ o[:pager] = Aws::Pager.new(
406
+ limit_key: "max_results",
407
+ tokens: {
408
+ "next_token" => "next_token"
409
+ }
410
+ )
399
411
  end)
400
412
 
401
413
  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-iot1clickprojects
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.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: 2019-03-22 00:00:00.000000000 Z
11
+ date: 2019-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -59,7 +59,7 @@ files:
59
59
  - lib/aws-sdk-iot1clickprojects/errors.rb
60
60
  - lib/aws-sdk-iot1clickprojects/resource.rb
61
61
  - lib/aws-sdk-iot1clickprojects/types.rb
62
- homepage: http://github.com/aws/aws-sdk-ruby
62
+ homepage: https://github.com/aws/aws-sdk-ruby
63
63
  licenses:
64
64
  - Apache-2.0
65
65
  metadata: