aws-sdk-iotevents 1.13.0 → 1.14.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: 94d678eb4d26b78d2e6db391250b07e4fd37aec935b38ee4991de6d4af70f332
4
- data.tar.gz: e053490c720a7399d2a5d24cfed8b4915e5cc3f4f7ade0501a828a1726a1cb96
3
+ metadata.gz: '09e90ad58623f9e5e15eb0d84c7cfe3277da65ccfdcacfa9c9eee228205cdeae'
4
+ data.tar.gz: b7bf1cb8ab00e0e1a933a8cba70892f13e43bc775692ed4fd573f7866a2c7d5a
5
5
  SHA512:
6
- metadata.gz: 21c6a5f97ef2779c85230c05c53da7ad23cacfcbf12af031bce8651d684fcf7686c64f2a5b755a3d0f1b78b6703eca64ddc5d6986855a2d7b6b0b112a760d126
7
- data.tar.gz: 704dafab2435709e7db85f54403ca0ad4e7b3a76429106f7e6793bdd4e7af875a9392928d8a77a6e9ae99e1b7914dca205293a48dbc4f333acf153559d10cc46
6
+ metadata.gz: 798670632e140ce2544a0f25b18f2a086691d6d94e90240e93eabb527d86ffe57196106f3013a7685534c5612faa2d1c005e49c5e8033590624f9ee944544d00
7
+ data.tar.gz: c75c2e3099c06320148f8cbe773fb057d227a1c254ceec5e0e395b6f09c27107116a8cbf919cda782e519c417128bc5f11511000c03f79634914cd33f8d521b7
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-iotevents/customizations'
45
45
  # @service
46
46
  module Aws::IoTEvents
47
47
 
48
- GEM_VERSION = '1.13.0'
48
+ GEM_VERSION = '1.14.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::IoTEvents
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::IoTEvents
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -2054,7 +2054,7 @@ module Aws::IoTEvents
2054
2054
  params: params,
2055
2055
  config: config)
2056
2056
  context[:gem_name] = 'aws-sdk-iotevents'
2057
- context[:gem_version] = '1.13.0'
2057
+ context[:gem_version] = '1.14.0'
2058
2058
  Seahorse::Client::Request.new(handlers, context)
2059
2059
  end
2060
2060
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotevents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.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-04-30 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core