aws-sdk-firehose 1.83.0 → 1.84.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-firehose/client.rb +1 -1
- data/lib/aws-sdk-firehose/types.rb +2 -2
- data/lib/aws-sdk-firehose.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb58f0787254c6d18346421cc8b2ab4212036495399914a80e81ac94b618f52e
|
4
|
+
data.tar.gz: 4aeaeab8046106829016f0d4db5608535eca3a90dae1c6b94dc6223bd07be312
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec80f7be1467d69ba1a4dd8883f2d6dd9fbde60542b4cdaaa0ba7d28e2ccc9f3bcb014df386a734d0cb35783c38fcbccb74295d5e4ebfe0ce65c745806005c1f
|
7
|
+
data.tar.gz: c34b7ede41132d458b61ed91ab63d8b37d1338ce2ca98ed4e943d71ea51db39155695ebb793084775efba057348ab68e8ee54f90c523d306d6464c085c970eb0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.84.0
|
@@ -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
|
3200
|
-
# "timestamp"
|
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
|
data/lib/aws-sdk-firehose.rb
CHANGED
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.
|
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-
|
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
|