aws-sdk-ioteventsdata 1.7.0 → 1.8.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: b75ffd52f5ca7a094ba85aed95ad601f95c532d36f7bbb86877c1f42807133f3
4
- data.tar.gz: 48c01e12b251b62ad9081293c740745a98b5431a3d939251d1bca3226bd3a251
3
+ metadata.gz: e5db6f7984c950ccd036f477d7733701de45694c2b761e69004732fa6123ce4c
4
+ data.tar.gz: e3ca2131ca819c22b5e04eccda24614114aff4742f2e4b295469f14fa6cecf1e
5
5
  SHA512:
6
- metadata.gz: 4a8369ddcaa97898a4579afe4fb4e5a063bb413466be22c2b2bf20118bd72ec79891fc74f2d0d90e48ade97740c0a9229187e36bc30ec7e33a447fef2175aa97
7
- data.tar.gz: afe83ee13dac61ef46a216a72bbf61f1cd70851c8b8e231add4b7f639c738e6afcb446548d61b13cd762b4d6bc816f8451ed2257b2ed1f2096ecc6e359952748
6
+ metadata.gz: b7ff888cadd6af0533ca92021dacb1ed98e23a0edbd6f1cc0c9359ce3afc484e13acef500fff342e20f675dd3a7257e57da9e635a5856662975f810433ab4887
7
+ data.tar.gz: b618b6ea3e2a6890150c9baacb52b4062c3d5a5d35aa4aebe8b0fff1ccb3b34817fed6ea30da49f23cda8b96930cec80487bad6072a6840e5cce456c47f4901b
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-ioteventsdata/customizations'
45
45
  # @service
46
46
  module Aws::IoTEventsData
47
47
 
48
- GEM_VERSION = '1.7.0'
48
+ GEM_VERSION = '1.8.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::IoTEventsData
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.
@@ -505,7 +505,7 @@ module Aws::IoTEventsData
505
505
  params: params,
506
506
  config: config)
507
507
  context[:gem_name] = 'aws-sdk-ioteventsdata'
508
- context[:gem_version] = '1.7.0'
508
+ context[:gem_version] = '1.8.0'
509
509
  Seahorse::Client::Request.new(handlers, context)
510
510
  end
511
511
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ioteventsdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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