aws-sdk-firehose 1.51.0 → 1.53.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-firehose/client.rb +10 -5
- data/lib/aws-sdk-firehose/endpoints.rb +1 -0
- data/lib/aws-sdk-firehose/types.rb +6 -6
- data/lib/aws-sdk-firehose.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e72139def4357d5c2c00fa64f7ad4b4febdefd8405be83150cf0c945e1f41f4
|
4
|
+
data.tar.gz: b627ee37826700acc83d01408dc983d5b4ea9dc42d0e70f833233ba249b7215c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf449fa9b86138c82153d728cf16d52eb6d186d6a1309cf7bd4de6ea6081221cf0e7f4996677e44f5fe8cc42c8a15162c26ea6161fb8481e5a25da3c0653b483
|
7
|
+
data.tar.gz: f5d9bb9fd85b4cae1df8d64d10d9169b29ff5b75267f1e3771c0cd0c119b91927982011c7592dae7f98e83ee81e610528ff1e898d10850e0e941125da75a0262
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.53.0 (2023-06-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.52.0 (2023-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.51.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.53.0
|
@@ -275,6 +275,11 @@ module Aws::Firehose
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -469,10 +474,10 @@ module Aws::Firehose
|
|
469
474
|
# The delivery stream type. This parameter can be one of the following
|
470
475
|
# values:
|
471
476
|
#
|
472
|
-
# * `DirectPut
|
477
|
+
# * `DirectPut`: Provider applications access the delivery stream
|
473
478
|
# directly.
|
474
479
|
#
|
475
|
-
# * `KinesisStreamAsSource
|
480
|
+
# * `KinesisStreamAsSource`: The delivery stream uses a Kinesis data
|
476
481
|
# stream as a source.
|
477
482
|
#
|
478
483
|
# @option params [Types::KinesisStreamSourceConfiguration] :kinesis_stream_source_configuration
|
@@ -1502,10 +1507,10 @@ module Aws::Firehose
|
|
1502
1507
|
# @option params [String] :delivery_stream_type
|
1503
1508
|
# The delivery stream type. This can be one of the following values:
|
1504
1509
|
#
|
1505
|
-
# * `DirectPut
|
1510
|
+
# * `DirectPut`: Provider applications access the delivery stream
|
1506
1511
|
# directly.
|
1507
1512
|
#
|
1508
|
-
# * `KinesisStreamAsSource
|
1513
|
+
# * `KinesisStreamAsSource`: The delivery stream uses a Kinesis data
|
1509
1514
|
# stream as a source.
|
1510
1515
|
#
|
1511
1516
|
# This parameter is optional. If this parameter is omitted, delivery
|
@@ -2597,7 +2602,7 @@ module Aws::Firehose
|
|
2597
2602
|
params: params,
|
2598
2603
|
config: config)
|
2599
2604
|
context[:gem_name] = 'aws-sdk-firehose'
|
2600
|
-
context[:gem_version] = '1.
|
2605
|
+
context[:gem_version] = '1.53.0'
|
2601
2606
|
Seahorse::Client::Request.new(handlers, context)
|
2602
2607
|
end
|
2603
2608
|
|
@@ -698,10 +698,10 @@ module Aws::Firehose
|
|
698
698
|
# The delivery stream type. This parameter can be one of the following
|
699
699
|
# values:
|
700
700
|
#
|
701
|
-
# * `DirectPut
|
701
|
+
# * `DirectPut`: Provider applications access the delivery stream
|
702
702
|
# directly.
|
703
703
|
#
|
704
|
-
# * `KinesisStreamAsSource
|
704
|
+
# * `KinesisStreamAsSource`: The delivery stream uses a Kinesis data
|
705
705
|
# stream as a source.
|
706
706
|
# @return [String]
|
707
707
|
#
|
@@ -921,10 +921,10 @@ module Aws::Firehose
|
|
921
921
|
# @!attribute [rw] delivery_stream_type
|
922
922
|
# The delivery stream type. This can be one of the following values:
|
923
923
|
#
|
924
|
-
# * `DirectPut
|
924
|
+
# * `DirectPut`: Provider applications access the delivery stream
|
925
925
|
# directly.
|
926
926
|
#
|
927
|
-
# * `KinesisStreamAsSource
|
927
|
+
# * `KinesisStreamAsSource`: The delivery stream uses a Kinesis data
|
928
928
|
# stream as a source.
|
929
929
|
# @return [String]
|
930
930
|
#
|
@@ -2517,10 +2517,10 @@ module Aws::Firehose
|
|
2517
2517
|
# @!attribute [rw] delivery_stream_type
|
2518
2518
|
# The delivery stream type. This can be one of the following values:
|
2519
2519
|
#
|
2520
|
-
# * `DirectPut
|
2520
|
+
# * `DirectPut`: Provider applications access the delivery stream
|
2521
2521
|
# directly.
|
2522
2522
|
#
|
2523
|
-
# * `KinesisStreamAsSource
|
2523
|
+
# * `KinesisStreamAsSource`: The delivery stream uses a Kinesis data
|
2524
2524
|
# stream as a source.
|
2525
2525
|
#
|
2526
2526
|
# This parameter is optional. If this parameter is omitted, delivery
|
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.53.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: 2023-
|
11
|
+
date: 2023-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.174.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|