aws-sdk-firehose 1.110.0 → 1.111.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-firehose/client.rb +3 -3
- data/lib/aws-sdk-firehose/client_api.rb +3 -2
- data/lib/aws-sdk-firehose.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a8a8eb88394ab8731f625cea7e365fc4ceedecc6edd400c6e9fc76cc7d1f74ba
|
|
4
|
+
data.tar.gz: 7a0175e331ebecfcd599c2319cc0abc4eb36b8e39fe03ce3bef45be8a4901ca7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9063e6dc56ee8c77bd689c704e62352afafc4af77f785689e91c4efb30a9f2003b1a1e24ac38b0e2d9c7e9c217cabfe81ec58fae10370eaee6d7c238e158be19
|
|
7
|
+
data.tar.gz: e10c60221010ead49ccaa71adf1d066ebdb3938bf61afb63598957aca0cb74e2e3f08987aefb1fdc75522280c118b27ad3cb4877697de633a4c1fdefbf260b9c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.111.0 (2026-06-12)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Update KeyARN in DeliveryStreamEncryptionConfigurationInput to accept KMS key ARNs only (not alias ARNs), matching service behavior.
|
|
8
|
+
|
|
4
9
|
1.110.0 (2026-06-03)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.111.0
|
|
@@ -690,7 +690,7 @@ module Aws::Firehose
|
|
|
690
690
|
# role_arn: "RoleARN", # required
|
|
691
691
|
# },
|
|
692
692
|
# delivery_stream_encryption_configuration_input: {
|
|
693
|
-
# key_arn: "
|
|
693
|
+
# key_arn: "AWSKMSKeyARNForSSE",
|
|
694
694
|
# key_type: "AWS_OWNED_CMK", # required, accepts AWS_OWNED_CMK, CUSTOMER_MANAGED_CMK
|
|
695
695
|
# },
|
|
696
696
|
# s3_destination_configuration: {
|
|
@@ -2389,7 +2389,7 @@ module Aws::Firehose
|
|
|
2389
2389
|
# resp = client.start_delivery_stream_encryption({
|
|
2390
2390
|
# delivery_stream_name: "DeliveryStreamName", # required
|
|
2391
2391
|
# delivery_stream_encryption_configuration_input: {
|
|
2392
|
-
# key_arn: "
|
|
2392
|
+
# key_arn: "AWSKMSKeyARNForSSE",
|
|
2393
2393
|
# key_type: "AWS_OWNED_CMK", # required, accepts AWS_OWNED_CMK, CUSTOMER_MANAGED_CMK
|
|
2394
2394
|
# },
|
|
2395
2395
|
# })
|
|
@@ -3324,7 +3324,7 @@ module Aws::Firehose
|
|
|
3324
3324
|
tracer: tracer
|
|
3325
3325
|
)
|
|
3326
3326
|
context[:gem_name] = 'aws-sdk-firehose'
|
|
3327
|
-
context[:gem_version] = '1.
|
|
3327
|
+
context[:gem_version] = '1.111.0'
|
|
3328
3328
|
Seahorse::Client::Request.new(handlers, context)
|
|
3329
3329
|
end
|
|
3330
3330
|
|
|
@@ -15,6 +15,7 @@ module Aws::Firehose
|
|
|
15
15
|
include Seahorse::Model
|
|
16
16
|
|
|
17
17
|
AWSKMSKeyARN = Shapes::StringShape.new(name: 'AWSKMSKeyARN')
|
|
18
|
+
AWSKMSKeyARNForSSE = Shapes::StringShape.new(name: 'AWSKMSKeyARNForSSE')
|
|
18
19
|
AmazonOpenSearchServerlessBufferingHints = Shapes::StructureShape.new(name: 'AmazonOpenSearchServerlessBufferingHints')
|
|
19
20
|
AmazonOpenSearchServerlessBufferingIntervalInSeconds = Shapes::IntegerShape.new(name: 'AmazonOpenSearchServerlessBufferingIntervalInSeconds')
|
|
20
21
|
AmazonOpenSearchServerlessBufferingSizeInMBs = Shapes::IntegerShape.new(name: 'AmazonOpenSearchServerlessBufferingSizeInMBs')
|
|
@@ -545,13 +546,13 @@ module Aws::Firehose
|
|
|
545
546
|
DeliveryStreamDescription.add_member(:has_more_destinations, Shapes::ShapeRef.new(shape: BooleanObject, required: true, location_name: "HasMoreDestinations"))
|
|
546
547
|
DeliveryStreamDescription.struct_class = Types::DeliveryStreamDescription
|
|
547
548
|
|
|
548
|
-
DeliveryStreamEncryptionConfiguration.add_member(:key_arn, Shapes::ShapeRef.new(shape:
|
|
549
|
+
DeliveryStreamEncryptionConfiguration.add_member(:key_arn, Shapes::ShapeRef.new(shape: AWSKMSKeyARNForSSE, location_name: "KeyARN"))
|
|
549
550
|
DeliveryStreamEncryptionConfiguration.add_member(:key_type, Shapes::ShapeRef.new(shape: KeyType, location_name: "KeyType"))
|
|
550
551
|
DeliveryStreamEncryptionConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: DeliveryStreamEncryptionStatus, location_name: "Status"))
|
|
551
552
|
DeliveryStreamEncryptionConfiguration.add_member(:failure_description, Shapes::ShapeRef.new(shape: FailureDescription, location_name: "FailureDescription"))
|
|
552
553
|
DeliveryStreamEncryptionConfiguration.struct_class = Types::DeliveryStreamEncryptionConfiguration
|
|
553
554
|
|
|
554
|
-
DeliveryStreamEncryptionConfigurationInput.add_member(:key_arn, Shapes::ShapeRef.new(shape:
|
|
555
|
+
DeliveryStreamEncryptionConfigurationInput.add_member(:key_arn, Shapes::ShapeRef.new(shape: AWSKMSKeyARNForSSE, location_name: "KeyARN"))
|
|
555
556
|
DeliveryStreamEncryptionConfigurationInput.add_member(:key_type, Shapes::ShapeRef.new(shape: KeyType, required: true, location_name: "KeyType"))
|
|
556
557
|
DeliveryStreamEncryptionConfigurationInput.struct_class = Types::DeliveryStreamEncryptionConfigurationInput
|
|
557
558
|
|
data/lib/aws-sdk-firehose.rb
CHANGED