aws-sdk-iotjobsdataplane 1.19.0 → 1.20.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: e191d6d1ce57154052aaa21a48dea9eb2abccab440ef9e086406d84c73dba0b3
4
- data.tar.gz: 9bad70429151a2f1da32820bb2d8f658786355442261d7a16ab4153e4b8dd69c
3
+ metadata.gz: 2e04a6ae843162bcb42234a801a3dfa67d7916185614c04ee10c7c6ca29de086
4
+ data.tar.gz: 3457cc8fcffba40b9c0b344edcf575d9c1f0caa78eb55759140d7bc9e1709c70
5
5
  SHA512:
6
- metadata.gz: 884a2a33b0bff9280588b56304aeb6bc2f785c400813fbf0e3cb2e55536e40e472aaacda5d9a0a6163e90e94413005cbd386d2dc1f8c22208fd2d8108b610c77
7
- data.tar.gz: '05269c7508168dcd752e9eb177b4174e2eae2b5e44b4315b56b39d3c0aa396e892abb4a4bfe0b19a3cd43616680dd5d94616a49700f1d3c7d702e8ff376488a3'
6
+ metadata.gz: 37005d38b1961f1c3dda39f5be00105dc61f750b78045dfd864ad05988dfba2bfa6caece80c35ab5b0c43796ca9a557f8031b7b6f144880b86629df047dfa7de
7
+ data.tar.gz: 8c6b4f236e9f7ef69c8b0a8d8dc2b744f77dcac0666d603ff9d853a360a52adfe5e3cbd09db60430b0a2d4d4817be80ffd32600832ff4d8bf843ca6f914411e3
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-iotjobsdataplane/customizations'
45
45
  # @service
46
46
  module Aws::IoTJobsDataPlane
47
47
 
48
- GEM_VERSION = '1.19.0'
48
+ GEM_VERSION = '1.20.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::IoTJobsDataPlane
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.
@@ -556,7 +556,7 @@ module Aws::IoTJobsDataPlane
556
556
  params: params,
557
557
  config: config)
558
558
  context[:gem_name] = 'aws-sdk-iotjobsdataplane'
559
- context[:gem_version] = '1.19.0'
559
+ context[:gem_version] = '1.20.0'
560
560
  Seahorse::Client::Request.new(handlers, context)
561
561
  end
562
562
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotjobsdataplane
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.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