aws-sdk-iotanalytics 1.28.0 → 1.29.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: 291823b3e5dc0bd5bd047d11285cf0dab366b3acb7be23302a894159bd0c5532
4
- data.tar.gz: 74283a55346819260b2c09106e93d19e0daafb9fb1f072216f9428efa988405d
3
+ metadata.gz: 002a544c5a5fe65a94c130e27f868432fd1e62924538ab1170be859e7a757027
4
+ data.tar.gz: 9fb13f88efb5c024540cec52832efdaa004c8da3ee59c77060c757ad094a47bd
5
5
  SHA512:
6
- metadata.gz: c4172f36e271b3110d56e94b6f3867be78b1ac088c8096b579cd2bde363cebd3eb015f3886a5d457a8b84916da9ef2e7c7a3672548a76f967ef5b2e76057017e
7
- data.tar.gz: e9330519ec8d5c1f282f951e71fe124a773dd85c413845a92381bcb1e36a4912733810ab45809ceca3ec09af8f5bcfd30f9088ac0bd2a58d2ec62886475039aa
6
+ metadata.gz: 270db676a14cf086c4cb4c9d5c11204bf59a4c555afe57ce656c7f0987bca3a9da91fd03c5bd7ee1028b39ed16dfd94f6167acde840728a249bfbb0bde8a2927
7
+ data.tar.gz: 75eb16e54e689ec5f4a536bb495810529287a696e39d318e07392f1133383631cdc83c564cd507bee7f4fcc2a3dca6897bfc348710fdd819405b17788f912d79
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-iotanalytics/customizations'
45
45
  # @service
46
46
  module Aws::IoTAnalytics
47
47
 
48
- GEM_VERSION = '1.28.0'
48
+ GEM_VERSION = '1.29.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::IoTAnalytics
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.
@@ -2037,7 +2037,7 @@ module Aws::IoTAnalytics
2037
2037
  params: params,
2038
2038
  config: config)
2039
2039
  context[:gem_name] = 'aws-sdk-iotanalytics'
2040
- context[:gem_version] = '1.28.0'
2040
+ context[:gem_version] = '1.29.0'
2041
2041
  Seahorse::Client::Request.new(handlers, context)
2042
2042
  end
2043
2043
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.29.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