aws-sdk-firehose 1.26.0 → 1.27.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: 3e1879c499cb6a35e6e4c314caff7bdbdf4e747a1ecf9a6d91417fef448876dd
4
- data.tar.gz: d095eef9bf81ed5906d8f2ec9ef45a4427f6d6c584bf34cc8e362b43a52f6429
3
+ metadata.gz: d2377a951cd4492436290d893441dc2b9114f35c9c0810133836cbcd53599dfa
4
+ data.tar.gz: 256e5a349f22e70fab255ae4c6e9c705c878e0eaee85db46bad285f889fd56bd
5
5
  SHA512:
6
- metadata.gz: 173fb21f5b56d0e8dbd6aa5f6eecfec599a3f47187395ee59313cc5f59e7ce160cbeeea2ba03c3b8baa7fa2b54229d7a1d876038dc3df879babf476869122fe7
7
- data.tar.gz: edc7657513b3311524cb2133be08a27c815247ca2a2930e81314d12d7399cae7e5f2bfd45db5901292112040477e19cec0f4d7e6d3641e8acf11a8bb36a43e90
6
+ metadata.gz: 9f4c85c181468d3263a2311641f6c4731e059635f9aa984a558f878a1c361fbc1a4cc58c4f5c85cea5f604b7bc1b34088372f61aa29557621da878551ecc01a6
7
+ data.tar.gz: 4f750a6936f3a963ebc1082a4634eb32f4f94ab84e2eca55193fe6edf958143d06305d3f04c1136ee854db3982fc8e3e62d62b475233237689dcc71609f1a594
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-firehose/customizations'
45
45
  # @service
46
46
  module Aws::Firehose
47
47
 
48
- GEM_VERSION = '1.26.0'
48
+ GEM_VERSION = '1.27.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::Firehose
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::Firehose
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
@@ -2036,7 +2036,7 @@ module Aws::Firehose
2036
2036
  params: params,
2037
2037
  config: config)
2038
2038
  context[:gem_name] = 'aws-sdk-firehose'
2039
- context[:gem_version] = '1.26.0'
2039
+ context[:gem_version] = '1.27.0'
2040
2040
  Seahorse::Client::Request.new(handlers, context)
2041
2041
  end
2042
2042
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-firehose
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.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-23 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