aws-sdk-firehose 1.64.0 → 1.65.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: 5a5d73f056395d138efdd2704f788425dec55c0ffef6aab74bfe7777b4570bb2
4
- data.tar.gz: 4a1a23761dd48c635b8ffa95a2071feaab26a3379977f0abfcb7b3218f601cd9
3
+ metadata.gz: 885619e5abf0b591ac2dea97d02f9edbe5a7937683a98ec6560e4682b97f69d4
4
+ data.tar.gz: 48d5f0d8b490b761526cc3703f6ad7739260bac38735931089a3cfa397bd4f18
5
5
  SHA512:
6
- metadata.gz: c2c56d18fa850d68172a9d2db90479f414eaa71a24c49ad4fb39a5aa5a1a0bb298e5a4a6abec33651343b8c9638ff7168719be5bd3df618ef0b5367de1775d42
7
- data.tar.gz: 7b15f46eb3873c90af7afaab5953191c1103518aea5ada8d92a9555ce6edb8e0bb1842d70585e557d93c0fc711815d86a6c29310caee1d1094eff0f616c29996
6
+ metadata.gz: ea01f98ed93d79ab107d957aa5b9ed1d5c4a02ad5e006ddf732be6434d3b66f16b1646b2c357a375631ab3943bf911be5c40c15d621a6542b6bd90bf3b07dda8
7
+ data.tar.gz: 7fd9430454997be9ef2779b872782aeb209235a0227984e8e1d601329a502beb3a9e29d0cae6bc46a73d34345f7b1cc08a4ed70c1e016db45513b0790bc4f984
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2024-02-20)
5
+ ------------------
6
+
7
+ * Feature - This release updates a few Firehose related APIs.
8
+
4
9
  1.64.0 (2024-02-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -1651,36 +1651,6 @@ module Aws::Firehose
1651
1651
  req.send_request(options)
1652
1652
  end
1653
1653
 
1654
- # @option params [required, String] :delivery_stream_arn
1655
- #
1656
- # @return [Types::GetKinesisStreamOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1657
- #
1658
- # * {Types::GetKinesisStreamOutput#kinesis_stream_arn #kinesis_stream_arn} => String
1659
- # * {Types::GetKinesisStreamOutput#credentials_for_reading_kinesis_stream #credentials_for_reading_kinesis_stream} => Types::SessionCredentials
1660
- #
1661
- # @example Request syntax with placeholder values
1662
- #
1663
- # resp = client.get_kinesis_stream({
1664
- # delivery_stream_arn: "DeliveryStreamARN", # required
1665
- # })
1666
- #
1667
- # @example Response structure
1668
- #
1669
- # resp.kinesis_stream_arn #=> String
1670
- # resp.credentials_for_reading_kinesis_stream.access_key_id #=> String
1671
- # resp.credentials_for_reading_kinesis_stream.secret_access_key #=> String
1672
- # resp.credentials_for_reading_kinesis_stream.session_token #=> String
1673
- # resp.credentials_for_reading_kinesis_stream.expiration #=> Time
1674
- #
1675
- # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/GetKinesisStream AWS API Documentation
1676
- #
1677
- # @overload get_kinesis_stream(params = {})
1678
- # @param [Hash] params ({})
1679
- def get_kinesis_stream(params = {}, options = {})
1680
- req = build_request(:get_kinesis_stream, params)
1681
- req.send_request(options)
1682
- end
1683
-
1684
1654
  # Lists your delivery streams in alphabetical order of their names.
1685
1655
  #
1686
1656
  # The number of delivery streams might be too large to return using a
@@ -2881,39 +2851,6 @@ module Aws::Firehose
2881
2851
  req.send_request(options)
2882
2852
  end
2883
2853
 
2884
- # @option params [required, Array<Types::TagrisSweepListItem>] :tagris_sweep_list
2885
- #
2886
- # @return [Types::TagrisVerifyResourcesExistOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2887
- #
2888
- # * {Types::TagrisVerifyResourcesExistOutput#tagris_sweep_list_result #tagris_sweep_list_result} => Hash&lt;String,String&gt;
2889
- #
2890
- # @example Request syntax with placeholder values
2891
- #
2892
- # resp = client.verify_resources_exist_for_tagris({
2893
- # tagris_sweep_list: [ # required
2894
- # {
2895
- # tagris_account_id: "TagrisAccountId",
2896
- # tagris_amazon_resource_name: "TagrisAmazonResourceName",
2897
- # tagris_internal_id: "TagrisInternalId",
2898
- # tagris_version: 1,
2899
- # },
2900
- # ],
2901
- # })
2902
- #
2903
- # @example Response structure
2904
- #
2905
- # resp.tagris_sweep_list_result #=> Hash
2906
- # resp.tagris_sweep_list_result["TagrisAmazonResourceName"] #=> String, one of "ACTIVE", "NOT_ACTIVE"
2907
- #
2908
- # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/VerifyResourcesExistForTagris AWS API Documentation
2909
- #
2910
- # @overload verify_resources_exist_for_tagris(params = {})
2911
- # @param [Hash] params ({})
2912
- def verify_resources_exist_for_tagris(params = {}, options = {})
2913
- req = build_request(:verify_resources_exist_for_tagris, params)
2914
- req.send_request(options)
2915
- end
2916
-
2917
2854
  # @!endgroup
2918
2855
 
2919
2856
  # @param params ({})
@@ -2927,7 +2864,7 @@ module Aws::Firehose
2927
2864
  params: params,
2928
2865
  config: config)
2929
2866
  context[:gem_name] = 'aws-sdk-firehose'
2930
- context[:gem_version] = '1.64.0'
2867
+ context[:gem_version] = '1.65.0'
2931
2868
  Seahorse::Client::Request.new(handlers, context)
2932
2869
  end
2933
2870
 
@@ -14,7 +14,6 @@ module Aws::Firehose
14
14
  include Seahorse::Model
15
15
 
16
16
  AWSKMSKeyARN = Shapes::StringShape.new(name: 'AWSKMSKeyARN')
17
- AccessKeyId = Shapes::StringShape.new(name: 'AccessKeyId')
18
17
  AmazonOpenSearchServerlessBufferingHints = Shapes::StructureShape.new(name: 'AmazonOpenSearchServerlessBufferingHints')
19
18
  AmazonOpenSearchServerlessBufferingIntervalInSeconds = Shapes::IntegerShape.new(name: 'AmazonOpenSearchServerlessBufferingIntervalInSeconds')
20
19
  AmazonOpenSearchServerlessBufferingSizeInMBs = Shapes::IntegerShape.new(name: 'AmazonOpenSearchServerlessBufferingSizeInMBs')
@@ -108,9 +107,6 @@ module Aws::Firehose
108
107
  ExtendedS3DestinationUpdate = Shapes::StructureShape.new(name: 'ExtendedS3DestinationUpdate')
109
108
  FailureDescription = Shapes::StructureShape.new(name: 'FailureDescription')
110
109
  FileExtension = Shapes::StringShape.new(name: 'FileExtension')
111
- FirehoseSource = Shapes::StringShape.new(name: 'FirehoseSource')
112
- GetKinesisStreamInput = Shapes::StructureShape.new(name: 'GetKinesisStreamInput')
113
- GetKinesisStreamOutput = Shapes::StructureShape.new(name: 'GetKinesisStreamOutput')
114
110
  HECAcknowledgmentTimeoutInSeconds = Shapes::IntegerShape.new(name: 'HECAcknowledgmentTimeoutInSeconds')
115
111
  HECEndpoint = Shapes::StringShape.new(name: 'HECEndpoint')
116
112
  HECEndpointType = Shapes::StringShape.new(name: 'HECEndpointType')
@@ -140,7 +136,6 @@ module Aws::Firehose
140
136
  InvalidArgumentException = Shapes::StructureShape.new(name: 'InvalidArgumentException')
141
137
  InvalidKMSResourceException = Shapes::StructureShape.new(name: 'InvalidKMSResourceException')
142
138
  InvalidSourceException = Shapes::StructureShape.new(name: 'InvalidSourceException')
143
- InvalidStreamTypeException = Shapes::StructureShape.new(name: 'InvalidStreamTypeException')
144
139
  KMSEncryptionConfig = Shapes::StructureShape.new(name: 'KMSEncryptionConfig')
145
140
  KeyType = Shapes::StringShape.new(name: 'KeyType')
146
141
  KinesisStreamARN = Shapes::StringShape.new(name: 'KinesisStreamARN')
@@ -212,12 +207,9 @@ module Aws::Firehose
212
207
  S3DestinationDescription = Shapes::StructureShape.new(name: 'S3DestinationDescription')
213
208
  S3DestinationUpdate = Shapes::StructureShape.new(name: 'S3DestinationUpdate')
214
209
  SchemaConfiguration = Shapes::StructureShape.new(name: 'SchemaConfiguration')
215
- SecretAccessKey = Shapes::StringShape.new(name: 'SecretAccessKey')
216
210
  SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
217
211
  Serializer = Shapes::StructureShape.new(name: 'Serializer')
218
212
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
219
- SessionCredentials = Shapes::StructureShape.new(name: 'SessionCredentials')
220
- SessionToken = Shapes::StringShape.new(name: 'SessionToken')
221
213
  SizeInMBs = Shapes::IntegerShape.new(name: 'SizeInMBs')
222
214
  SnowflakeAccountUrl = Shapes::StringShape.new(name: 'SnowflakeAccountUrl')
223
215
  SnowflakeContentColumnName = Shapes::StringShape.new(name: 'SnowflakeContentColumnName')
@@ -261,23 +253,6 @@ module Aws::Firehose
261
253
  TagKey = Shapes::StringShape.new(name: 'TagKey')
262
254
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
263
255
  TagValue = Shapes::StringShape.new(name: 'TagValue')
264
- TagrisAccessDeniedException = Shapes::StructureShape.new(name: 'TagrisAccessDeniedException')
265
- TagrisAccountId = Shapes::StringShape.new(name: 'TagrisAccountId')
266
- TagrisAmazonResourceName = Shapes::StringShape.new(name: 'TagrisAmazonResourceName')
267
- TagrisExceptionMessage = Shapes::StringShape.new(name: 'TagrisExceptionMessage')
268
- TagrisInternalId = Shapes::StringShape.new(name: 'TagrisInternalId')
269
- TagrisInternalServiceException = Shapes::StructureShape.new(name: 'TagrisInternalServiceException')
270
- TagrisInvalidArnException = Shapes::StructureShape.new(name: 'TagrisInvalidArnException')
271
- TagrisInvalidParameterException = Shapes::StructureShape.new(name: 'TagrisInvalidParameterException')
272
- TagrisPartialResourcesExistResultsException = Shapes::StructureShape.new(name: 'TagrisPartialResourcesExistResultsException')
273
- TagrisStatus = Shapes::StringShape.new(name: 'TagrisStatus')
274
- TagrisSweepList = Shapes::ListShape.new(name: 'TagrisSweepList')
275
- TagrisSweepListItem = Shapes::StructureShape.new(name: 'TagrisSweepListItem')
276
- TagrisSweepListResult = Shapes::MapShape.new(name: 'TagrisSweepListResult')
277
- TagrisThrottledException = Shapes::StructureShape.new(name: 'TagrisThrottledException')
278
- TagrisVerifyResourcesExistInput = Shapes::StructureShape.new(name: 'TagrisVerifyResourcesExistInput')
279
- TagrisVerifyResourcesExistOutput = Shapes::StructureShape.new(name: 'TagrisVerifyResourcesExistOutput')
280
- TagrisVersion = Shapes::IntegerShape.new(name: 'TagrisVersion')
281
256
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
282
257
  TopicName = Shapes::StringShape.new(name: 'TopicName')
283
258
  UntagDeliveryStreamInput = Shapes::StructureShape.new(name: 'UntagDeliveryStreamInput')
@@ -609,13 +584,6 @@ module Aws::Firehose
609
584
  FailureDescription.add_member(:details, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Details"))
610
585
  FailureDescription.struct_class = Types::FailureDescription
611
586
 
612
- GetKinesisStreamInput.add_member(:delivery_stream_arn, Shapes::ShapeRef.new(shape: DeliveryStreamARN, required: true, location_name: "DeliveryStreamARN"))
613
- GetKinesisStreamInput.struct_class = Types::GetKinesisStreamInput
614
-
615
- GetKinesisStreamOutput.add_member(:kinesis_stream_arn, Shapes::ShapeRef.new(shape: KinesisStreamARN, location_name: "KinesisStreamARN"))
616
- GetKinesisStreamOutput.add_member(:credentials_for_reading_kinesis_stream, Shapes::ShapeRef.new(shape: SessionCredentials, location_name: "CredentialsForReadingKinesisStream"))
617
- GetKinesisStreamOutput.struct_class = Types::GetKinesisStreamOutput
618
-
619
587
  HiveJsonSerDe.add_member(:timestamp_formats, Shapes::ShapeRef.new(shape: ListOfNonEmptyStrings, location_name: "TimestampFormats"))
620
588
  HiveJsonSerDe.struct_class = Types::HiveJsonSerDe
621
589
 
@@ -692,10 +660,6 @@ module Aws::Firehose
692
660
  InvalidSourceException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
693
661
  InvalidSourceException.struct_class = Types::InvalidSourceException
694
662
 
695
- InvalidStreamTypeException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
696
- InvalidStreamTypeException.add_member(:source, Shapes::ShapeRef.new(shape: FirehoseSource, location_name: "source"))
697
- InvalidStreamTypeException.struct_class = Types::InvalidStreamTypeException
698
-
699
663
  KMSEncryptionConfig.add_member(:awskms_key_arn, Shapes::ShapeRef.new(shape: AWSKMSKeyARN, required: true, location_name: "AWSKMSKeyARN"))
700
664
  KMSEncryptionConfig.struct_class = Types::KMSEncryptionConfig
701
665
 
@@ -916,12 +880,6 @@ module Aws::Firehose
916
880
  ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
917
881
  ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
918
882
 
919
- SessionCredentials.add_member(:access_key_id, Shapes::ShapeRef.new(shape: AccessKeyId, required: true, location_name: "AccessKeyId"))
920
- SessionCredentials.add_member(:secret_access_key, Shapes::ShapeRef.new(shape: SecretAccessKey, required: true, location_name: "SecretAccessKey"))
921
- SessionCredentials.add_member(:session_token, Shapes::ShapeRef.new(shape: SessionToken, required: true, location_name: "SessionToken"))
922
- SessionCredentials.add_member(:expiration, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Expiration"))
923
- SessionCredentials.struct_class = Types::SessionCredentials
924
-
925
883
  SnowflakeDestinationConfiguration.add_member(:account_url, Shapes::ShapeRef.new(shape: SnowflakeAccountUrl, required: true, location_name: "AccountUrl"))
926
884
  SnowflakeDestinationConfiguration.add_member(:private_key, Shapes::ShapeRef.new(shape: SnowflakePrivateKey, required: true, location_name: "PrivateKey"))
927
885
  SnowflakeDestinationConfiguration.add_member(:key_passphrase, Shapes::ShapeRef.new(shape: SnowflakeKeyPassphrase, location_name: "KeyPassphrase"))
@@ -1063,43 +1021,6 @@ module Aws::Firehose
1063
1021
 
1064
1022
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
1065
1023
 
1066
- TagrisAccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
1067
- TagrisAccessDeniedException.struct_class = Types::TagrisAccessDeniedException
1068
-
1069
- TagrisInternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
1070
- TagrisInternalServiceException.struct_class = Types::TagrisInternalServiceException
1071
-
1072
- TagrisInvalidArnException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
1073
- TagrisInvalidArnException.add_member(:sweep_list_item, Shapes::ShapeRef.new(shape: TagrisSweepListItem, location_name: "sweepListItem"))
1074
- TagrisInvalidArnException.struct_class = Types::TagrisInvalidArnException
1075
-
1076
- TagrisInvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
1077
- TagrisInvalidParameterException.struct_class = Types::TagrisInvalidParameterException
1078
-
1079
- TagrisPartialResourcesExistResultsException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
1080
- TagrisPartialResourcesExistResultsException.add_member(:resource_existence_information, Shapes::ShapeRef.new(shape: TagrisSweepListResult, location_name: "resourceExistenceInformation"))
1081
- TagrisPartialResourcesExistResultsException.struct_class = Types::TagrisPartialResourcesExistResultsException
1082
-
1083
- TagrisSweepList.member = Shapes::ShapeRef.new(shape: TagrisSweepListItem)
1084
-
1085
- TagrisSweepListItem.add_member(:tagris_account_id, Shapes::ShapeRef.new(shape: TagrisAccountId, location_name: "TagrisAccountId"))
1086
- TagrisSweepListItem.add_member(:tagris_amazon_resource_name, Shapes::ShapeRef.new(shape: TagrisAmazonResourceName, location_name: "TagrisAmazonResourceName"))
1087
- TagrisSweepListItem.add_member(:tagris_internal_id, Shapes::ShapeRef.new(shape: TagrisInternalId, location_name: "TagrisInternalId"))
1088
- TagrisSweepListItem.add_member(:tagris_version, Shapes::ShapeRef.new(shape: TagrisVersion, location_name: "TagrisVersion"))
1089
- TagrisSweepListItem.struct_class = Types::TagrisSweepListItem
1090
-
1091
- TagrisSweepListResult.key = Shapes::ShapeRef.new(shape: TagrisAmazonResourceName)
1092
- TagrisSweepListResult.value = Shapes::ShapeRef.new(shape: TagrisStatus)
1093
-
1094
- TagrisThrottledException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
1095
- TagrisThrottledException.struct_class = Types::TagrisThrottledException
1096
-
1097
- TagrisVerifyResourcesExistInput.add_member(:tagris_sweep_list, Shapes::ShapeRef.new(shape: TagrisSweepList, required: true, location_name: "TagrisSweepList"))
1098
- TagrisVerifyResourcesExistInput.struct_class = Types::TagrisVerifyResourcesExistInput
1099
-
1100
- TagrisVerifyResourcesExistOutput.add_member(:tagris_sweep_list_result, Shapes::ShapeRef.new(shape: TagrisSweepListResult, required: true, location_name: "TagrisSweepListResult"))
1101
- TagrisVerifyResourcesExistOutput.struct_class = Types::TagrisVerifyResourcesExistOutput
1102
-
1103
1024
  UntagDeliveryStreamInput.add_member(:delivery_stream_name, Shapes::ShapeRef.new(shape: DeliveryStreamName, required: true, location_name: "DeliveryStreamName"))
1104
1025
  UntagDeliveryStreamInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
1105
1026
  UntagDeliveryStreamInput.struct_class = Types::UntagDeliveryStreamInput
@@ -1183,18 +1104,6 @@ module Aws::Firehose
1183
1104
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1184
1105
  end)
1185
1106
 
1186
- api.add_operation(:get_kinesis_stream, Seahorse::Model::Operation.new.tap do |o|
1187
- o.name = "GetKinesisStream"
1188
- o.http_method = "POST"
1189
- o.http_request_uri = "/"
1190
- o.input = Shapes::ShapeRef.new(shape: GetKinesisStreamInput)
1191
- o.output = Shapes::ShapeRef.new(shape: GetKinesisStreamOutput)
1192
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1193
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1194
- o.errors << Shapes::ShapeRef.new(shape: InvalidStreamTypeException)
1195
- o.errors << Shapes::ShapeRef.new(shape: InvalidKMSResourceException)
1196
- end)
1197
-
1198
1107
  api.add_operation(:list_delivery_streams, Seahorse::Model::Operation.new.tap do |o|
1199
1108
  o.name = "ListDeliveryStreams"
1200
1109
  o.http_method = "POST"
@@ -1300,20 +1209,6 @@ module Aws::Firehose
1300
1209
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1301
1210
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1302
1211
  end)
1303
-
1304
- api.add_operation(:verify_resources_exist_for_tagris, Seahorse::Model::Operation.new.tap do |o|
1305
- o.name = "VerifyResourcesExistForTagris"
1306
- o.http_method = "POST"
1307
- o.http_request_uri = "/"
1308
- o.input = Shapes::ShapeRef.new(shape: TagrisVerifyResourcesExistInput)
1309
- o.output = Shapes::ShapeRef.new(shape: TagrisVerifyResourcesExistOutput)
1310
- o.errors << Shapes::ShapeRef.new(shape: TagrisAccessDeniedException)
1311
- o.errors << Shapes::ShapeRef.new(shape: TagrisInternalServiceException)
1312
- o.errors << Shapes::ShapeRef.new(shape: TagrisInvalidArnException)
1313
- o.errors << Shapes::ShapeRef.new(shape: TagrisInvalidParameterException)
1314
- o.errors << Shapes::ShapeRef.new(shape: TagrisPartialResourcesExistResultsException)
1315
- o.errors << Shapes::ShapeRef.new(shape: TagrisThrottledException)
1316
- end)
1317
1212
  end
1318
1213
 
1319
1214
  end
@@ -54,20 +54,6 @@ module Aws::Firehose
54
54
  end
55
55
  end
56
56
 
57
- class GetKinesisStream
58
- def self.build(context)
59
- unless context.config.regional_endpoint
60
- endpoint = context.config.endpoint.to_s
61
- end
62
- Aws::Firehose::EndpointParameters.new(
63
- region: context.config.region,
64
- use_dual_stack: context.config.use_dualstack_endpoint,
65
- use_fips: context.config.use_fips_endpoint,
66
- endpoint: endpoint,
67
- )
68
- end
69
- end
70
-
71
57
  class ListDeliveryStreams
72
58
  def self.build(context)
73
59
  unless context.config.regional_endpoint
@@ -194,19 +180,5 @@ module Aws::Firehose
194
180
  end
195
181
  end
196
182
 
197
- class VerifyResourcesExistForTagris
198
- def self.build(context)
199
- unless context.config.regional_endpoint
200
- endpoint = context.config.endpoint.to_s
201
- end
202
- Aws::Firehose::EndpointParameters.new(
203
- region: context.config.region,
204
- use_dual_stack: context.config.use_dualstack_endpoint,
205
- use_fips: context.config.use_fips_endpoint,
206
- endpoint: endpoint,
207
- )
208
- end
209
- end
210
-
211
183
  end
212
184
  end
@@ -31,17 +31,10 @@ module Aws::Firehose
31
31
  # * {InvalidArgumentException}
32
32
  # * {InvalidKMSResourceException}
33
33
  # * {InvalidSourceException}
34
- # * {InvalidStreamTypeException}
35
34
  # * {LimitExceededException}
36
35
  # * {ResourceInUseException}
37
36
  # * {ResourceNotFoundException}
38
37
  # * {ServiceUnavailableException}
39
- # * {TagrisAccessDeniedException}
40
- # * {TagrisInternalServiceException}
41
- # * {TagrisInvalidArnException}
42
- # * {TagrisInvalidParameterException}
43
- # * {TagrisPartialResourcesExistResultsException}
44
- # * {TagrisThrottledException}
45
38
  #
46
39
  # Additionally, error classes are dynamically generated for service errors based on the error code
47
40
  # if they are not defined above.
@@ -119,26 +112,6 @@ module Aws::Firehose
119
112
  end
120
113
  end
121
114
 
122
- class InvalidStreamTypeException < ServiceError
123
-
124
- # @param [Seahorse::Client::RequestContext] context
125
- # @param [String] message
126
- # @param [Aws::Firehose::Types::InvalidStreamTypeException] data
127
- def initialize(context, message, data = Aws::EmptyStructure.new)
128
- super(context, message, data)
129
- end
130
-
131
- # @return [String]
132
- def message
133
- @message || @data[:message]
134
- end
135
-
136
- # @return [String]
137
- def source
138
- @data[:source]
139
- end
140
- end
141
-
142
115
  class LimitExceededException < ServiceError
143
116
 
144
117
  # @param [Seahorse::Client::RequestContext] context
@@ -199,105 +172,5 @@ module Aws::Firehose
199
172
  end
200
173
  end
201
174
 
202
- class TagrisAccessDeniedException < ServiceError
203
-
204
- # @param [Seahorse::Client::RequestContext] context
205
- # @param [String] message
206
- # @param [Aws::Firehose::Types::TagrisAccessDeniedException] data
207
- def initialize(context, message, data = Aws::EmptyStructure.new)
208
- super(context, message, data)
209
- end
210
-
211
- # @return [String]
212
- def message
213
- @message || @data[:message]
214
- end
215
- end
216
-
217
- class TagrisInternalServiceException < ServiceError
218
-
219
- # @param [Seahorse::Client::RequestContext] context
220
- # @param [String] message
221
- # @param [Aws::Firehose::Types::TagrisInternalServiceException] data
222
- def initialize(context, message, data = Aws::EmptyStructure.new)
223
- super(context, message, data)
224
- end
225
-
226
- # @return [String]
227
- def message
228
- @message || @data[:message]
229
- end
230
- end
231
-
232
- class TagrisInvalidArnException < ServiceError
233
-
234
- # @param [Seahorse::Client::RequestContext] context
235
- # @param [String] message
236
- # @param [Aws::Firehose::Types::TagrisInvalidArnException] data
237
- def initialize(context, message, data = Aws::EmptyStructure.new)
238
- super(context, message, data)
239
- end
240
-
241
- # @return [String]
242
- def message
243
- @message || @data[:message]
244
- end
245
-
246
- # @return [String]
247
- def sweep_list_item
248
- @data[:sweep_list_item]
249
- end
250
- end
251
-
252
- class TagrisInvalidParameterException < ServiceError
253
-
254
- # @param [Seahorse::Client::RequestContext] context
255
- # @param [String] message
256
- # @param [Aws::Firehose::Types::TagrisInvalidParameterException] data
257
- def initialize(context, message, data = Aws::EmptyStructure.new)
258
- super(context, message, data)
259
- end
260
-
261
- # @return [String]
262
- def message
263
- @message || @data[:message]
264
- end
265
- end
266
-
267
- class TagrisPartialResourcesExistResultsException < ServiceError
268
-
269
- # @param [Seahorse::Client::RequestContext] context
270
- # @param [String] message
271
- # @param [Aws::Firehose::Types::TagrisPartialResourcesExistResultsException] data
272
- def initialize(context, message, data = Aws::EmptyStructure.new)
273
- super(context, message, data)
274
- end
275
-
276
- # @return [String]
277
- def message
278
- @message || @data[:message]
279
- end
280
-
281
- # @return [String]
282
- def resource_existence_information
283
- @data[:resource_existence_information]
284
- end
285
- end
286
-
287
- class TagrisThrottledException < ServiceError
288
-
289
- # @param [Seahorse::Client::RequestContext] context
290
- # @param [String] message
291
- # @param [Aws::Firehose::Types::TagrisThrottledException] data
292
- def initialize(context, message, data = Aws::EmptyStructure.new)
293
- super(context, message, data)
294
- end
295
-
296
- # @return [String]
297
- def message
298
- @message || @data[:message]
299
- end
300
- end
301
-
302
175
  end
303
176
  end
@@ -64,8 +64,6 @@ module Aws::Firehose
64
64
  Aws::Firehose::Endpoints::DeleteDeliveryStream.build(context)
65
65
  when :describe_delivery_stream
66
66
  Aws::Firehose::Endpoints::DescribeDeliveryStream.build(context)
67
- when :get_kinesis_stream
68
- Aws::Firehose::Endpoints::GetKinesisStream.build(context)
69
67
  when :list_delivery_streams
70
68
  Aws::Firehose::Endpoints::ListDeliveryStreams.build(context)
71
69
  when :list_tags_for_delivery_stream
@@ -84,8 +82,6 @@ module Aws::Firehose
84
82
  Aws::Firehose::Endpoints::UntagDeliveryStream.build(context)
85
83
  when :update_destination
86
84
  Aws::Firehose::Endpoints::UpdateDestination.build(context)
87
- when :verify_resources_exist_for_tagris
88
- Aws::Firehose::Endpoints::VerifyResourcesExistForTagris.build(context)
89
85
  end
90
86
  end
91
87
  end
@@ -2095,32 +2095,6 @@ module Aws::Firehose
2095
2095
  include Aws::Structure
2096
2096
  end
2097
2097
 
2098
- # @!attribute [rw] delivery_stream_arn
2099
- # @return [String]
2100
- #
2101
- # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/GetKinesisStreamInput AWS API Documentation
2102
- #
2103
- class GetKinesisStreamInput < Struct.new(
2104
- :delivery_stream_arn)
2105
- SENSITIVE = []
2106
- include Aws::Structure
2107
- end
2108
-
2109
- # @!attribute [rw] kinesis_stream_arn
2110
- # @return [String]
2111
- #
2112
- # @!attribute [rw] credentials_for_reading_kinesis_stream
2113
- # @return [Types::SessionCredentials]
2114
- #
2115
- # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/GetKinesisStreamOutput AWS API Documentation
2116
- #
2117
- class GetKinesisStreamOutput < Struct.new(
2118
- :kinesis_stream_arn,
2119
- :credentials_for_reading_kinesis_stream)
2120
- SENSITIVE = [:credentials_for_reading_kinesis_stream]
2121
- include Aws::Structure
2122
- end
2123
-
2124
2098
  # The native Hive / HCatalog JsonSerDe. Used by Firehose for
2125
2099
  # deserializing data, which means converting it from the JSON format in
2126
2100
  # preparation for serializing it to the Parquet or ORC format. This is
@@ -2579,21 +2553,6 @@ module Aws::Firehose
2579
2553
  include Aws::Structure
2580
2554
  end
2581
2555
 
2582
- # @!attribute [rw] message
2583
- # @return [String]
2584
- #
2585
- # @!attribute [rw] source
2586
- # @return [String]
2587
- #
2588
- # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/InvalidStreamTypeException AWS API Documentation
2589
- #
2590
- class InvalidStreamTypeException < Struct.new(
2591
- :message,
2592
- :source)
2593
- SENSITIVE = []
2594
- include Aws::Structure
2595
- end
2596
-
2597
2556
  # Describes an encryption key for a destination in Amazon S3.
2598
2557
  #
2599
2558
  # @!attribute [rw] awskms_key_arn
@@ -3896,29 +3855,6 @@ module Aws::Firehose
3896
3855
  include Aws::Structure
3897
3856
  end
3898
3857
 
3899
- # @!attribute [rw] access_key_id
3900
- # @return [String]
3901
- #
3902
- # @!attribute [rw] secret_access_key
3903
- # @return [String]
3904
- #
3905
- # @!attribute [rw] session_token
3906
- # @return [String]
3907
- #
3908
- # @!attribute [rw] expiration
3909
- # @return [Time]
3910
- #
3911
- # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/SessionCredentials AWS API Documentation
3912
- #
3913
- class SessionCredentials < Struct.new(
3914
- :access_key_id,
3915
- :secret_access_key,
3916
- :session_token,
3917
- :expiration)
3918
- SENSITIVE = [:access_key_id, :secret_access_key, :session_token]
3919
- include Aws::Structure
3920
- end
3921
-
3922
3858
  # Configure Snowflake destination
3923
3859
  #
3924
3860
  # @!attribute [rw] account_url
@@ -4736,125 +4672,6 @@ module Aws::Firehose
4736
4672
  #
4737
4673
  class TagDeliveryStreamOutput < Aws::EmptyStructure; end
4738
4674
 
4739
- # @!attribute [rw] message
4740
- # @return [String]
4741
- #
4742
- # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/TagrisAccessDeniedException AWS API Documentation
4743
- #
4744
- class TagrisAccessDeniedException < Struct.new(
4745
- :message)
4746
- SENSITIVE = []
4747
- include Aws::Structure
4748
- end
4749
-
4750
- # @!attribute [rw] message
4751
- # @return [String]
4752
- #
4753
- # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/TagrisInternalServiceException AWS API Documentation
4754
- #
4755
- class TagrisInternalServiceException < Struct.new(
4756
- :message)
4757
- SENSITIVE = []
4758
- include Aws::Structure
4759
- end
4760
-
4761
- # @!attribute [rw] message
4762
- # @return [String]
4763
- #
4764
- # @!attribute [rw] sweep_list_item
4765
- # @return [Types::TagrisSweepListItem]
4766
- #
4767
- # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/TagrisInvalidArnException AWS API Documentation
4768
- #
4769
- class TagrisInvalidArnException < Struct.new(
4770
- :message,
4771
- :sweep_list_item)
4772
- SENSITIVE = []
4773
- include Aws::Structure
4774
- end
4775
-
4776
- # @!attribute [rw] message
4777
- # @return [String]
4778
- #
4779
- # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/TagrisInvalidParameterException AWS API Documentation
4780
- #
4781
- class TagrisInvalidParameterException < Struct.new(
4782
- :message)
4783
- SENSITIVE = []
4784
- include Aws::Structure
4785
- end
4786
-
4787
- # @!attribute [rw] message
4788
- # @return [String]
4789
- #
4790
- # @!attribute [rw] resource_existence_information
4791
- # @return [Hash<String,String>]
4792
- #
4793
- # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/TagrisPartialResourcesExistResultsException AWS API Documentation
4794
- #
4795
- class TagrisPartialResourcesExistResultsException < Struct.new(
4796
- :message,
4797
- :resource_existence_information)
4798
- SENSITIVE = []
4799
- include Aws::Structure
4800
- end
4801
-
4802
- # @!attribute [rw] tagris_account_id
4803
- # @return [String]
4804
- #
4805
- # @!attribute [rw] tagris_amazon_resource_name
4806
- # @return [String]
4807
- #
4808
- # @!attribute [rw] tagris_internal_id
4809
- # @return [String]
4810
- #
4811
- # @!attribute [rw] tagris_version
4812
- # @return [Integer]
4813
- #
4814
- # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/TagrisSweepListItem AWS API Documentation
4815
- #
4816
- class TagrisSweepListItem < Struct.new(
4817
- :tagris_account_id,
4818
- :tagris_amazon_resource_name,
4819
- :tagris_internal_id,
4820
- :tagris_version)
4821
- SENSITIVE = []
4822
- include Aws::Structure
4823
- end
4824
-
4825
- # @!attribute [rw] message
4826
- # @return [String]
4827
- #
4828
- # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/TagrisThrottledException AWS API Documentation
4829
- #
4830
- class TagrisThrottledException < Struct.new(
4831
- :message)
4832
- SENSITIVE = []
4833
- include Aws::Structure
4834
- end
4835
-
4836
- # @!attribute [rw] tagris_sweep_list
4837
- # @return [Array<Types::TagrisSweepListItem>]
4838
- #
4839
- # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/TagrisVerifyResourcesExistInput AWS API Documentation
4840
- #
4841
- class TagrisVerifyResourcesExistInput < Struct.new(
4842
- :tagris_sweep_list)
4843
- SENSITIVE = []
4844
- include Aws::Structure
4845
- end
4846
-
4847
- # @!attribute [rw] tagris_sweep_list_result
4848
- # @return [Hash<String,String>]
4849
- #
4850
- # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/TagrisVerifyResourcesExistOutput AWS API Documentation
4851
- #
4852
- class TagrisVerifyResourcesExistOutput < Struct.new(
4853
- :tagris_sweep_list_result)
4854
- SENSITIVE = []
4855
- include Aws::Structure
4856
- end
4857
-
4858
4675
  # @!attribute [rw] delivery_stream_name
4859
4676
  # The name of the delivery stream.
4860
4677
  # @return [String]
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-firehose/customizations'
52
52
  # @!group service
53
53
  module Aws::Firehose
54
54
 
55
- GEM_VERSION = '1.64.0'
55
+ GEM_VERSION = '1.65.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -717,17 +717,6 @@ module Aws
717
717
  ) -> _DescribeDeliveryStreamResponseSuccess
718
718
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDeliveryStreamResponseSuccess
719
719
 
720
- interface _GetKinesisStreamResponseSuccess
721
- include ::Seahorse::Client::_ResponseSuccess[Types::GetKinesisStreamOutput]
722
- def kinesis_stream_arn: () -> ::String
723
- def credentials_for_reading_kinesis_stream: () -> Types::SessionCredentials
724
- end
725
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Firehose/Client.html#get_kinesis_stream-instance_method
726
- def get_kinesis_stream: (
727
- delivery_stream_arn: ::String
728
- ) -> _GetKinesisStreamResponseSuccess
729
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetKinesisStreamResponseSuccess
730
-
731
720
  interface _ListDeliveryStreamsResponseSuccess
732
721
  include ::Seahorse::Client::_ResponseSuccess[Types::ListDeliveryStreamsOutput]
733
722
  def delivery_stream_names: () -> ::Array[::String]
@@ -1410,23 +1399,6 @@ module Aws
1410
1399
  }
1411
1400
  ) -> _UpdateDestinationResponseSuccess
1412
1401
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDestinationResponseSuccess
1413
-
1414
- interface _VerifyResourcesExistForTagrisResponseSuccess
1415
- include ::Seahorse::Client::_ResponseSuccess[Types::TagrisVerifyResourcesExistOutput]
1416
- def tagris_sweep_list_result: () -> ::Hash[::String, ("ACTIVE" | "NOT_ACTIVE")]
1417
- end
1418
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Firehose/Client.html#verify_resources_exist_for_tagris-instance_method
1419
- def verify_resources_exist_for_tagris: (
1420
- tagris_sweep_list: Array[
1421
- {
1422
- tagris_account_id: ::String?,
1423
- tagris_amazon_resource_name: ::String?,
1424
- tagris_internal_id: ::String?,
1425
- tagris_version: ::Integer?
1426
- },
1427
- ]
1428
- ) -> _VerifyResourcesExistForTagrisResponseSuccess
1429
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _VerifyResourcesExistForTagrisResponseSuccess
1430
1402
  end
1431
1403
  end
1432
1404
  end
data/sig/errors.rbs CHANGED
@@ -25,10 +25,6 @@ module Aws
25
25
  def code: () -> ::String
26
26
  def message: () -> ::String
27
27
  end
28
- class InvalidStreamTypeException < ::Aws::Errors::ServiceError
29
- def message: () -> ::String
30
- def source: () -> ::String
31
- end
32
28
  class LimitExceededException < ::Aws::Errors::ServiceError
33
29
  def message: () -> ::String
34
30
  end
@@ -41,26 +37,6 @@ module Aws
41
37
  class ServiceUnavailableException < ::Aws::Errors::ServiceError
42
38
  def message: () -> ::String
43
39
  end
44
- class TagrisAccessDeniedException < ::Aws::Errors::ServiceError
45
- def message: () -> ::String
46
- end
47
- class TagrisInternalServiceException < ::Aws::Errors::ServiceError
48
- def message: () -> ::String
49
- end
50
- class TagrisInvalidArnException < ::Aws::Errors::ServiceError
51
- def message: () -> ::String
52
- def sweep_list_item: () -> ::String
53
- end
54
- class TagrisInvalidParameterException < ::Aws::Errors::ServiceError
55
- def message: () -> ::String
56
- end
57
- class TagrisPartialResourcesExistResultsException < ::Aws::Errors::ServiceError
58
- def message: () -> ::String
59
- def resource_existence_information: () -> ::String
60
- end
61
- class TagrisThrottledException < ::Aws::Errors::ServiceError
62
- def message: () -> ::String
63
- end
64
40
  end
65
41
  end
66
42
  end
data/sig/types.rbs CHANGED
@@ -399,17 +399,6 @@ module Aws::Firehose
399
399
  SENSITIVE: []
400
400
  end
401
401
 
402
- class GetKinesisStreamInput
403
- attr_accessor delivery_stream_arn: ::String
404
- SENSITIVE: []
405
- end
406
-
407
- class GetKinesisStreamOutput
408
- attr_accessor kinesis_stream_arn: ::String
409
- attr_accessor credentials_for_reading_kinesis_stream: Types::SessionCredentials
410
- SENSITIVE: [:credentials_for_reading_kinesis_stream]
411
- end
412
-
413
402
  class HiveJsonSerDe
414
403
  attr_accessor timestamp_formats: ::Array[::String]
415
404
  SENSITIVE: []
@@ -512,12 +501,6 @@ module Aws::Firehose
512
501
  SENSITIVE: []
513
502
  end
514
503
 
515
- class InvalidStreamTypeException
516
- attr_accessor message: ::String
517
- attr_accessor source: ::String
518
- SENSITIVE: []
519
- end
520
-
521
504
  class KMSEncryptionConfig
522
505
  attr_accessor awskms_key_arn: ::String
523
506
  SENSITIVE: []
@@ -794,14 +777,6 @@ module Aws::Firehose
794
777
  SENSITIVE: []
795
778
  end
796
779
 
797
- class SessionCredentials
798
- attr_accessor access_key_id: ::String
799
- attr_accessor secret_access_key: ::String
800
- attr_accessor session_token: ::String
801
- attr_accessor expiration: ::Time
802
- SENSITIVE: [:access_key_id, :secret_access_key, :session_token]
803
- end
804
-
805
780
  class SnowflakeDestinationConfiguration
806
781
  attr_accessor account_url: ::String
807
782
  attr_accessor private_key: ::String
@@ -972,56 +947,6 @@ module Aws::Firehose
972
947
  class TagDeliveryStreamOutput < Aws::EmptyStructure
973
948
  end
974
949
 
975
- class TagrisAccessDeniedException
976
- attr_accessor message: ::String
977
- SENSITIVE: []
978
- end
979
-
980
- class TagrisInternalServiceException
981
- attr_accessor message: ::String
982
- SENSITIVE: []
983
- end
984
-
985
- class TagrisInvalidArnException
986
- attr_accessor message: ::String
987
- attr_accessor sweep_list_item: Types::TagrisSweepListItem
988
- SENSITIVE: []
989
- end
990
-
991
- class TagrisInvalidParameterException
992
- attr_accessor message: ::String
993
- SENSITIVE: []
994
- end
995
-
996
- class TagrisPartialResourcesExistResultsException
997
- attr_accessor message: ::String
998
- attr_accessor resource_existence_information: ::Hash[::String, ("ACTIVE" | "NOT_ACTIVE")]
999
- SENSITIVE: []
1000
- end
1001
-
1002
- class TagrisSweepListItem
1003
- attr_accessor tagris_account_id: ::String
1004
- attr_accessor tagris_amazon_resource_name: ::String
1005
- attr_accessor tagris_internal_id: ::String
1006
- attr_accessor tagris_version: ::Integer
1007
- SENSITIVE: []
1008
- end
1009
-
1010
- class TagrisThrottledException
1011
- attr_accessor message: ::String
1012
- SENSITIVE: []
1013
- end
1014
-
1015
- class TagrisVerifyResourcesExistInput
1016
- attr_accessor tagris_sweep_list: ::Array[Types::TagrisSweepListItem]
1017
- SENSITIVE: []
1018
- end
1019
-
1020
- class TagrisVerifyResourcesExistOutput
1021
- attr_accessor tagris_sweep_list_result: ::Hash[::String, ("ACTIVE" | "NOT_ACTIVE")]
1022
- SENSITIVE: []
1023
- end
1024
-
1025
950
  class UntagDeliveryStreamInput
1026
951
  attr_accessor delivery_stream_name: ::String
1027
952
  attr_accessor tag_keys: ::Array[::String]
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.64.0
4
+ version: 1.65.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-02-16 00:00:00.000000000 Z
11
+ date: 2024-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core