aws-sdk-firehose 1.83.0 → 1.84.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: 5c4a54108578daa8faed76f5979944fab81e9ea25a756108f6c917351440b730
4
- data.tar.gz: dd4f585018eee18374c9ab002611f7decb544064eb85302ed827c784b2093bed
3
+ metadata.gz: bb58f0787254c6d18346421cc8b2ab4212036495399914a80e81ac94b618f52e
4
+ data.tar.gz: 4aeaeab8046106829016f0d4db5608535eca3a90dae1c6b94dc6223bd07be312
5
5
  SHA512:
6
- metadata.gz: 525734bcc7aa94c049068f6ca3ba0750fd709745c381e70c437984bcba16ef552a9d5a5ad8b70f4c2b9c8217ac7c26e1049fac2cbfa67acea54d13c9b1df741a
7
- data.tar.gz: cda21bdbad4e79099590c6296a7cf6e015b68abc51c7adeae7ce7a6ee01f5d9113459545ac6197205c732ff265071763403e425f32ec416dcac6925215203281
6
+ metadata.gz: ec80f7be1467d69ba1a4dd8883f2d6dd9fbde60542b4cdaaa0ba7d28e2ccc9f3bcb014df386a734d0cb35783c38fcbccb74295d5e4ebfe0ce65c745806005c1f
7
+ data.tar.gz: c34b7ede41132d458b61ed91ab63d8b37d1338ce2ca98ed4e943d71ea51db39155695ebb793084775efba057348ab68e8ee54f90c523d306d6464c085c970eb0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.83.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.0
@@ -3176,7 +3176,7 @@ module Aws::Firehose
3176
3176
  tracer: tracer
3177
3177
  )
3178
3178
  context[:gem_name] = 'aws-sdk-firehose'
3179
- context[:gem_version] = '1.83.0'
3179
+ context[:gem_version] = '1.84.0'
3180
3180
  Seahorse::Client::Request.new(handlers, context)
3181
3181
  end
3182
3182
 
@@ -3196,8 +3196,8 @@ module Aws::Firehose
3196
3196
  # Maps column names to JSON keys that aren't identical to the column
3197
3197
  # names. This is useful when the JSON contains keys that are Hive
3198
3198
  # keywords. For example, `timestamp` is a Hive keyword. If you have a
3199
- # JSON key named `timestamp`, set this parameter to `\{"ts":
3200
- # "timestamp"\}` to map this key to a column named `ts`.
3199
+ # JSON key named `timestamp`, set this parameter to `{"ts":
3200
+ # "timestamp"}` to map this key to a column named `ts`.
3201
3201
  # @return [Hash<String,String>]
3202
3202
  #
3203
3203
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/OpenXJsonSerDe AWS API Documentation
@@ -54,7 +54,7 @@ module Aws::Firehose
54
54
  autoload :EndpointProvider, 'aws-sdk-firehose/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-firehose/endpoints'
56
56
 
57
- GEM_VERSION = '1.83.0'
57
+ GEM_VERSION = '1.84.0'
58
58
 
59
59
  end
60
60
 
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.83.0
4
+ version: 1.84.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core