aws-sdk-iotdataplane 1.18.0 → 1.19.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: a1a472207971a8b2b81410870a641097c0a988b62609e285b4d5dbb0909a612b
4
- data.tar.gz: f06673c1d8c156f04ea9f766b87a5cc5b6fa71a87cff202b4f1db2cf68c09426
3
+ metadata.gz: 8290b331af267306f02c4dce8b502ba237ca0a280e3c19da76f3cf2a75405a99
4
+ data.tar.gz: a6a55c5809a646c4995b140a9f6626b686ed5c689892d974acda5e1aee66b4ab
5
5
  SHA512:
6
- metadata.gz: 6ad0c6226983580089a6a40c3bc315059386ab5f0ac5f112f8dee71cd1145ba940119e1bd922e99d9957af79432b3b07fd0c88a75df6a9af4dce88e65496e3a6
7
- data.tar.gz: 54462659105340de612a97752a4edc85bd9e95b297d09bfc95b21bfc530590749a80e286268a09d52a1a23ed6523ebc23343a91c910f014a5a2eced356936809
6
+ metadata.gz: 1852d4e3a345664ce216e6a4fb1913a96938ede384fdb3fcf486f16eef3ed9bf38f8b6d59fa7bdc717cef0e8ea5a79dd0dd0359317dc870a0be74c144982edc3
7
+ data.tar.gz: 80daffa762b66a54310b79b0402911f3860335ae9a596059e3b3c08419da05838e6ceb25a06ca0d029f66180a43c401b829d7a3e3269baffb5addbfc6a199f17
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-iotdataplane/customizations'
45
45
  # @service
46
46
  module Aws::IoTDataPlane
47
47
 
48
- GEM_VERSION = '1.18.0'
48
+ GEM_VERSION = '1.19.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::IoTDataPlane
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -459,7 +459,7 @@ module Aws::IoTDataPlane
459
459
  params: params,
460
460
  config: config)
461
461
  context[:gem_name] = 'aws-sdk-iotdataplane'
462
- context[:gem_version] = '1.18.0'
462
+ context[:gem_version] = '1.19.0'
463
463
  Seahorse::Client::Request.new(handlers, context)
464
464
  end
465
465
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotdataplane
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.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-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core