aws-sdk-firehose 1.63.0 → 1.64.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 +240 -171
- data/lib/aws-sdk-firehose/client_api.rb +113 -0
- data/lib/aws-sdk-firehose/endpoints.rb +28 -0
- data/lib/aws-sdk-firehose/errors.rb +127 -0
- data/lib/aws-sdk-firehose/plugins/endpoints.rb +4 -0
- data/lib/aws-sdk-firehose/types.rb +722 -525
- data/lib/aws-sdk-firehose.rb +1 -1
- data/sig/client.rbs +66 -34
- data/sig/errors.rbs +24 -0
- data/sig/types.rbs +83 -2
- metadata +2 -2
data/lib/aws-sdk-firehose.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -136,10 +136,10 @@ module Aws
|
|
136
136
|
enabled: bool?,
|
137
137
|
processors: Array[
|
138
138
|
{
|
139
|
-
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
139
|
+
type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
140
140
|
parameters: Array[
|
141
141
|
{
|
142
|
-
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
142
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat" | "DataMessageExtraction"),
|
143
143
|
parameter_value: ::String
|
144
144
|
},
|
145
145
|
]?
|
@@ -221,7 +221,9 @@ module Aws
|
|
221
221
|
duration_in_seconds: ::Integer?
|
222
222
|
}?,
|
223
223
|
enabled: bool?
|
224
|
-
}
|
224
|
+
}?,
|
225
|
+
file_extension: ::String?,
|
226
|
+
custom_time_zone: ::String?
|
225
227
|
},
|
226
228
|
?redshift_destination_configuration: {
|
227
229
|
role_arn: ::String,
|
@@ -262,10 +264,10 @@ module Aws
|
|
262
264
|
enabled: bool?,
|
263
265
|
processors: Array[
|
264
266
|
{
|
265
|
-
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
267
|
+
type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
266
268
|
parameters: Array[
|
267
269
|
{
|
268
|
-
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
270
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat" | "DataMessageExtraction"),
|
269
271
|
parameter_value: ::String
|
270
272
|
},
|
271
273
|
]?
|
@@ -342,10 +344,10 @@ module Aws
|
|
342
344
|
enabled: bool?,
|
343
345
|
processors: Array[
|
344
346
|
{
|
345
|
-
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
347
|
+
type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
346
348
|
parameters: Array[
|
347
349
|
{
|
348
|
-
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
350
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat" | "DataMessageExtraction"),
|
349
351
|
parameter_value: ::String
|
350
352
|
},
|
351
353
|
]?
|
@@ -407,10 +409,10 @@ module Aws
|
|
407
409
|
enabled: bool?,
|
408
410
|
processors: Array[
|
409
411
|
{
|
410
|
-
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
412
|
+
type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
411
413
|
parameters: Array[
|
412
414
|
{
|
413
|
-
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
415
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat" | "DataMessageExtraction"),
|
414
416
|
parameter_value: ::String
|
415
417
|
},
|
416
418
|
]?
|
@@ -466,10 +468,10 @@ module Aws
|
|
466
468
|
enabled: bool?,
|
467
469
|
processors: Array[
|
468
470
|
{
|
469
|
-
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
471
|
+
type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
470
472
|
parameters: Array[
|
471
473
|
{
|
472
|
-
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
474
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat" | "DataMessageExtraction"),
|
473
475
|
parameter_value: ::String
|
474
476
|
},
|
475
477
|
]?
|
@@ -514,10 +516,10 @@ module Aws
|
|
514
516
|
enabled: bool?,
|
515
517
|
processors: Array[
|
516
518
|
{
|
517
|
-
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
519
|
+
type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
518
520
|
parameters: Array[
|
519
521
|
{
|
520
|
-
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
522
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat" | "DataMessageExtraction"),
|
521
523
|
parameter_value: ::String
|
522
524
|
},
|
523
525
|
]?
|
@@ -596,10 +598,10 @@ module Aws
|
|
596
598
|
enabled: bool?,
|
597
599
|
processors: Array[
|
598
600
|
{
|
599
|
-
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
601
|
+
type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
600
602
|
parameters: Array[
|
601
603
|
{
|
602
|
-
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
604
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat" | "DataMessageExtraction"),
|
603
605
|
parameter_value: ::String
|
604
606
|
},
|
605
607
|
]?
|
@@ -652,10 +654,10 @@ module Aws
|
|
652
654
|
enabled: bool?,
|
653
655
|
processors: Array[
|
654
656
|
{
|
655
|
-
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
657
|
+
type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
656
658
|
parameters: Array[
|
657
659
|
{
|
658
|
-
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
660
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat" | "DataMessageExtraction"),
|
659
661
|
parameter_value: ::String
|
660
662
|
},
|
661
663
|
]?
|
@@ -715,6 +717,17 @@ module Aws
|
|
715
717
|
) -> _DescribeDeliveryStreamResponseSuccess
|
716
718
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDeliveryStreamResponseSuccess
|
717
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
|
+
|
718
731
|
interface _ListDeliveryStreamsResponseSuccess
|
719
732
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListDeliveryStreamsOutput]
|
720
733
|
def delivery_stream_names: () -> ::Array[::String]
|
@@ -874,10 +887,10 @@ module Aws
|
|
874
887
|
enabled: bool?,
|
875
888
|
processors: Array[
|
876
889
|
{
|
877
|
-
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
890
|
+
type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
878
891
|
parameters: Array[
|
879
892
|
{
|
880
|
-
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
893
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat" | "DataMessageExtraction"),
|
881
894
|
parameter_value: ::String
|
882
895
|
},
|
883
896
|
]?
|
@@ -959,7 +972,9 @@ module Aws
|
|
959
972
|
duration_in_seconds: ::Integer?
|
960
973
|
}?,
|
961
974
|
enabled: bool?
|
962
|
-
}
|
975
|
+
}?,
|
976
|
+
file_extension: ::String?,
|
977
|
+
custom_time_zone: ::String?
|
963
978
|
},
|
964
979
|
?redshift_destination_update: {
|
965
980
|
role_arn: ::String?,
|
@@ -1000,10 +1015,10 @@ module Aws
|
|
1000
1015
|
enabled: bool?,
|
1001
1016
|
processors: Array[
|
1002
1017
|
{
|
1003
|
-
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1018
|
+
type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1004
1019
|
parameters: Array[
|
1005
1020
|
{
|
1006
|
-
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
1021
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat" | "DataMessageExtraction"),
|
1007
1022
|
parameter_value: ::String
|
1008
1023
|
},
|
1009
1024
|
]?
|
@@ -1079,10 +1094,10 @@ module Aws
|
|
1079
1094
|
enabled: bool?,
|
1080
1095
|
processors: Array[
|
1081
1096
|
{
|
1082
|
-
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1097
|
+
type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1083
1098
|
parameters: Array[
|
1084
1099
|
{
|
1085
|
-
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
1100
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat" | "DataMessageExtraction"),
|
1086
1101
|
parameter_value: ::String
|
1087
1102
|
},
|
1088
1103
|
]?
|
@@ -1138,10 +1153,10 @@ module Aws
|
|
1138
1153
|
enabled: bool?,
|
1139
1154
|
processors: Array[
|
1140
1155
|
{
|
1141
|
-
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1156
|
+
type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1142
1157
|
parameters: Array[
|
1143
1158
|
{
|
1144
|
-
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
1159
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat" | "DataMessageExtraction"),
|
1145
1160
|
parameter_value: ::String
|
1146
1161
|
},
|
1147
1162
|
]?
|
@@ -1192,10 +1207,10 @@ module Aws
|
|
1192
1207
|
enabled: bool?,
|
1193
1208
|
processors: Array[
|
1194
1209
|
{
|
1195
|
-
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1210
|
+
type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1196
1211
|
parameters: Array[
|
1197
1212
|
{
|
1198
|
-
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
1213
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat" | "DataMessageExtraction"),
|
1199
1214
|
parameter_value: ::String
|
1200
1215
|
},
|
1201
1216
|
]?
|
@@ -1240,10 +1255,10 @@ module Aws
|
|
1240
1255
|
enabled: bool?,
|
1241
1256
|
processors: Array[
|
1242
1257
|
{
|
1243
|
-
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1258
|
+
type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1244
1259
|
parameters: Array[
|
1245
1260
|
{
|
1246
|
-
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
1261
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat" | "DataMessageExtraction"),
|
1247
1262
|
parameter_value: ::String
|
1248
1263
|
},
|
1249
1264
|
]?
|
@@ -1315,10 +1330,10 @@ module Aws
|
|
1315
1330
|
enabled: bool?,
|
1316
1331
|
processors: Array[
|
1317
1332
|
{
|
1318
|
-
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1333
|
+
type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1319
1334
|
parameters: Array[
|
1320
1335
|
{
|
1321
|
-
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
1336
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat" | "DataMessageExtraction"),
|
1322
1337
|
parameter_value: ::String
|
1323
1338
|
},
|
1324
1339
|
]?
|
@@ -1355,10 +1370,10 @@ module Aws
|
|
1355
1370
|
enabled: bool?,
|
1356
1371
|
processors: Array[
|
1357
1372
|
{
|
1358
|
-
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1373
|
+
type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1359
1374
|
parameters: Array[
|
1360
1375
|
{
|
1361
|
-
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
1376
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat" | "DataMessageExtraction"),
|
1362
1377
|
parameter_value: ::String
|
1363
1378
|
},
|
1364
1379
|
]?
|
@@ -1395,6 +1410,23 @@ module Aws
|
|
1395
1410
|
}
|
1396
1411
|
) -> _UpdateDestinationResponseSuccess
|
1397
1412
|
| (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
|
1398
1430
|
end
|
1399
1431
|
end
|
1400
1432
|
end
|
data/sig/errors.rbs
CHANGED
@@ -25,6 +25,10 @@ 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
|
28
32
|
class LimitExceededException < ::Aws::Errors::ServiceError
|
29
33
|
def message: () -> ::String
|
30
34
|
end
|
@@ -37,6 +41,26 @@ module Aws
|
|
37
41
|
class ServiceUnavailableException < ::Aws::Errors::ServiceError
|
38
42
|
def message: () -> ::String
|
39
43
|
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
|
40
64
|
end
|
41
65
|
end
|
42
66
|
end
|
data/sig/types.rbs
CHANGED
@@ -350,6 +350,8 @@ module Aws::Firehose
|
|
350
350
|
attr_accessor s3_backup_configuration: Types::S3DestinationConfiguration
|
351
351
|
attr_accessor data_format_conversion_configuration: Types::DataFormatConversionConfiguration
|
352
352
|
attr_accessor dynamic_partitioning_configuration: Types::DynamicPartitioningConfiguration
|
353
|
+
attr_accessor file_extension: ::String
|
354
|
+
attr_accessor custom_time_zone: ::String
|
353
355
|
SENSITIVE: []
|
354
356
|
end
|
355
357
|
|
@@ -367,6 +369,8 @@ module Aws::Firehose
|
|
367
369
|
attr_accessor s3_backup_description: Types::S3DestinationDescription
|
368
370
|
attr_accessor data_format_conversion_configuration: Types::DataFormatConversionConfiguration
|
369
371
|
attr_accessor dynamic_partitioning_configuration: Types::DynamicPartitioningConfiguration
|
372
|
+
attr_accessor file_extension: ::String
|
373
|
+
attr_accessor custom_time_zone: ::String
|
370
374
|
SENSITIVE: []
|
371
375
|
end
|
372
376
|
|
@@ -384,6 +388,8 @@ module Aws::Firehose
|
|
384
388
|
attr_accessor s3_backup_update: Types::S3DestinationUpdate
|
385
389
|
attr_accessor data_format_conversion_configuration: Types::DataFormatConversionConfiguration
|
386
390
|
attr_accessor dynamic_partitioning_configuration: Types::DynamicPartitioningConfiguration
|
391
|
+
attr_accessor file_extension: ::String
|
392
|
+
attr_accessor custom_time_zone: ::String
|
387
393
|
SENSITIVE: []
|
388
394
|
end
|
389
395
|
|
@@ -393,6 +399,17 @@ module Aws::Firehose
|
|
393
399
|
SENSITIVE: []
|
394
400
|
end
|
395
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
|
+
|
396
413
|
class HiveJsonSerDe
|
397
414
|
attr_accessor timestamp_formats: ::Array[::String]
|
398
415
|
SENSITIVE: []
|
@@ -495,6 +512,12 @@ module Aws::Firehose
|
|
495
512
|
SENSITIVE: []
|
496
513
|
end
|
497
514
|
|
515
|
+
class InvalidStreamTypeException
|
516
|
+
attr_accessor message: ::String
|
517
|
+
attr_accessor source: ::String
|
518
|
+
SENSITIVE: []
|
519
|
+
end
|
520
|
+
|
498
521
|
class KMSEncryptionConfig
|
499
522
|
attr_accessor awskms_key_arn: ::String
|
500
523
|
SENSITIVE: []
|
@@ -602,13 +625,13 @@ module Aws::Firehose
|
|
602
625
|
end
|
603
626
|
|
604
627
|
class Processor
|
605
|
-
attr_accessor type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord")
|
628
|
+
attr_accessor type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord")
|
606
629
|
attr_accessor parameters: ::Array[Types::ProcessorParameter]
|
607
630
|
SENSITIVE: []
|
608
631
|
end
|
609
632
|
|
610
633
|
class ProcessorParameter
|
611
|
-
attr_accessor parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat")
|
634
|
+
attr_accessor parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat" | "DataMessageExtraction")
|
612
635
|
attr_accessor parameter_value: ::String
|
613
636
|
SENSITIVE: []
|
614
637
|
end
|
@@ -771,6 +794,14 @@ module Aws::Firehose
|
|
771
794
|
SENSITIVE: []
|
772
795
|
end
|
773
796
|
|
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
|
+
|
774
805
|
class SnowflakeDestinationConfiguration
|
775
806
|
attr_accessor account_url: ::String
|
776
807
|
attr_accessor private_key: ::String
|
@@ -941,6 +972,56 @@ module Aws::Firehose
|
|
941
972
|
class TagDeliveryStreamOutput < Aws::EmptyStructure
|
942
973
|
end
|
943
974
|
|
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
|
+
|
944
1025
|
class UntagDeliveryStreamInput
|
945
1026
|
attr_accessor delivery_stream_name: ::String
|
946
1027
|
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.
|
4
|
+
version: 1.64.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-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|