aws-sdk-greengrass 1.30.0 → 1.31.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: 64bd9afe1a17b9ace0d0309a8f6f019aa20f9dbb433c6118896b1dd9a5fd31e2
4
- data.tar.gz: 5e1af1508df2886904f74c73ff0483a75b72b40fa9c8899c0854286e4041b76b
3
+ metadata.gz: a879c2f1e69fa18238326aa1e273c3fe3a5ecd45fccfb4b0a6d5987045676c20
4
+ data.tar.gz: 71528013421880a2dc13ada307e86c97f07dae1ff755941f4d3b46dc4f97ba1d
5
5
  SHA512:
6
- metadata.gz: 3300c3a714bc4a1db58af6eee3d9072c20e29e217bec58addb3739d6d82e6cbc4a76900810cd95925be5065557a41fced3f6a987040fa76e905a8e691afc7408
7
- data.tar.gz: 0b79809f892d145863ee4ff3edaec683c8521ca2b2cf803614e67ff82e42c5c48f5b105301a1d52fa823e240cc58bd6e008edea8f5aa653fe4a15d7b9911909d
6
+ metadata.gz: '07297ac4f50befc1982568f2748aa377a37897d23d57d18ced57a770d20df20289b03e7c639df99f37f47d7faa1e042cdffda68a69850468f3a958cdf6e4fc21'
7
+ data.tar.gz: e8fceb293745e9dbb50e0d46b95d79fff7d01f544d75cd3b03bd7eea19dd1718e87fec939a9e6f58d1b56f79a6f34168edb3fbfa1f0890ae91941a9edb5b048b
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-greengrass/customizations'
45
45
  # @service
46
46
  module Aws::Greengrass
47
47
 
48
- GEM_VERSION = '1.30.0'
48
+ GEM_VERSION = '1.31.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::Greengrass
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.
@@ -4020,7 +4020,7 @@ module Aws::Greengrass
4020
4020
  params: params,
4021
4021
  config: config)
4022
4022
  context[:gem_name] = 'aws-sdk-greengrass'
4023
- context[:gem_version] = '1.30.0'
4023
+ context[:gem_version] = '1.31.0'
4024
4024
  Seahorse::Client::Request.new(handlers, context)
4025
4025
  end
4026
4026
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-greengrass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.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