aws-sdk-iotthingsgraph 1.6.0 → 1.7.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: 36ca4a6a2cf3e1a5e01b0d2d1e6911fd98955ef033179b01e6aca581fe723f4c
4
- data.tar.gz: b78ac3ef4ead15246e9be3ee9ceb9637d8936f7c95f986ec9d2204e50d6f183e
3
+ metadata.gz: 6b1f73b18176bc7a29e2a65602ea72bd47e0dabd60470758b0d3ea966947c8d8
4
+ data.tar.gz: d923f6a8ff1fab7bf18d7494392523e2031c3400d024707b6d85244ba8d7ee9d
5
5
  SHA512:
6
- metadata.gz: 47fdbac70cafabe9acfbd163e78dce6ddc934d37dbbbd2119e6fb3a3da80b0058cadb75fb7d2b62bfa77d1d12bdd9cbc17afb173ddb1d42b9f6ac89dae30bbea
7
- data.tar.gz: 88beebf2f5e919b054c393a3f485d669e644a987bfa0da3b3d5633dd2ee291a48d8740e3513f4e04b97c4269e42cb088b6db78636e910746105fc34bda37a316
6
+ metadata.gz: f266c049a7aa5907c468fd0d858bb88410e506b01d00914b9b08b35232792aba706595769d15eff3b4a133c9085d1684ef245421e2d54daa706a3667e5e99737
7
+ data.tar.gz: edb949f074c20981083820b7b74d90b9e029ad78fb8b7831d91d01383b4b16e53238f8f4dec1ff2f96b0261997aea39bea4563199da7ab1691cfd0e3970b5892
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-iotthingsgraph/customizations'
45
45
  # @service
46
46
  module Aws::IoTThingsGraph
47
47
 
48
- GEM_VERSION = '1.6.0'
48
+ GEM_VERSION = '1.7.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::IoTThingsGraph
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.
@@ -1878,7 +1878,7 @@ module Aws::IoTThingsGraph
1878
1878
  params: params,
1879
1879
  config: config)
1880
1880
  context[:gem_name] = 'aws-sdk-iotthingsgraph'
1881
- context[:gem_version] = '1.6.0'
1881
+ context[:gem_version] = '1.7.0'
1882
1882
  Seahorse::Client::Request.new(handlers, context)
1883
1883
  end
1884
1884
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotthingsgraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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