aws-sdk-firehose 1.20.0 → 1.21.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/lib/aws-sdk-firehose.rb +1 -1
- data/lib/aws-sdk-firehose/client.rb +8 -5
- data/lib/aws-sdk-firehose/client_api.rb +5 -1
- data/lib/aws-sdk-firehose/types.rb +105 -57
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 973e06a13bc829e167e588c523ec9954dd04648c
|
4
|
+
data.tar.gz: 63c09bbbdae9c834d0946e795122a23c5937937b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 534f5ada8c918718886b6e23b975869a3cc628530154a96c42a8f0ed3490ac1c2f1da1abf3752197f3e0eeaf6dab95ce54262d96374a4d0a47ddaff8e5bc3367
|
7
|
+
data.tar.gz: 7e219894d012c899f9fc34ba41c23b5bb7eb3947377b947e4e2b7eb34589c43e1cf699e7176a5e279676f49b3325c71efba60cbfeb2e5eb824120ecdfc28796f
|
data/lib/aws-sdk-firehose.rb
CHANGED
@@ -330,7 +330,7 @@ module Aws::Firehose
|
|
330
330
|
#
|
331
331
|
#
|
332
332
|
#
|
333
|
-
# [1]:
|
333
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-s3
|
334
334
|
#
|
335
335
|
# @option params [required, String] :delivery_stream_name
|
336
336
|
# The name of the delivery stream. This name must be unique per AWS
|
@@ -608,7 +608,8 @@ module Aws::Firehose
|
|
608
608
|
# },
|
609
609
|
# elasticsearch_destination_configuration: {
|
610
610
|
# role_arn: "RoleARN", # required
|
611
|
-
# domain_arn: "ElasticsearchDomainARN",
|
611
|
+
# domain_arn: "ElasticsearchDomainARN",
|
612
|
+
# cluster_endpoint: "ElasticsearchClusterEndpoint",
|
612
613
|
# index_name: "ElasticsearchIndexName", # required
|
613
614
|
# type_name: "ElasticsearchTypeName", # required
|
614
615
|
# index_rotation_period: "NoRotation", # accepts NoRotation, OneHour, OneDay, OneWeek, OneMonth
|
@@ -928,6 +929,7 @@ module Aws::Firehose
|
|
928
929
|
# resp.delivery_stream_description.destinations[0].redshift_destination_description.cloud_watch_logging_options.log_stream_name #=> String
|
929
930
|
# resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.role_arn #=> String
|
930
931
|
# resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.domain_arn #=> String
|
932
|
+
# resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.cluster_endpoint #=> String
|
931
933
|
# resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.index_name #=> String
|
932
934
|
# resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.type_name #=> String
|
933
935
|
# resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.index_rotation_period #=> String, one of "NoRotation", "OneHour", "OneDay", "OneWeek", "OneMonth"
|
@@ -1145,7 +1147,7 @@ module Aws::Firehose
|
|
1145
1147
|
#
|
1146
1148
|
#
|
1147
1149
|
#
|
1148
|
-
# [1]:
|
1150
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/limits.html
|
1149
1151
|
#
|
1150
1152
|
# @option params [required, String] :delivery_stream_name
|
1151
1153
|
# The name of the delivery stream.
|
@@ -1254,7 +1256,7 @@ module Aws::Firehose
|
|
1254
1256
|
#
|
1255
1257
|
#
|
1256
1258
|
#
|
1257
|
-
# [1]:
|
1259
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/limits.html
|
1258
1260
|
#
|
1259
1261
|
# @option params [required, String] :delivery_stream_name
|
1260
1262
|
# The name of the delivery stream.
|
@@ -1754,6 +1756,7 @@ module Aws::Firehose
|
|
1754
1756
|
# elasticsearch_destination_update: {
|
1755
1757
|
# role_arn: "RoleARN",
|
1756
1758
|
# domain_arn: "ElasticsearchDomainARN",
|
1759
|
+
# cluster_endpoint: "ElasticsearchClusterEndpoint",
|
1757
1760
|
# index_name: "ElasticsearchIndexName",
|
1758
1761
|
# type_name: "ElasticsearchTypeName",
|
1759
1762
|
# index_rotation_period: "NoRotation", # accepts NoRotation, OneHour, OneDay, OneWeek, OneMonth
|
@@ -1881,7 +1884,7 @@ module Aws::Firehose
|
|
1881
1884
|
params: params,
|
1882
1885
|
config: config)
|
1883
1886
|
context[:gem_name] = 'aws-sdk-firehose'
|
1884
|
-
context[:gem_version] = '1.
|
1887
|
+
context[:gem_version] = '1.21.0'
|
1885
1888
|
Seahorse::Client::Request.new(handlers, context)
|
1886
1889
|
end
|
1887
1890
|
|
@@ -51,6 +51,7 @@ module Aws::Firehose
|
|
51
51
|
ElasticsearchBufferingHints = Shapes::StructureShape.new(name: 'ElasticsearchBufferingHints')
|
52
52
|
ElasticsearchBufferingIntervalInSeconds = Shapes::IntegerShape.new(name: 'ElasticsearchBufferingIntervalInSeconds')
|
53
53
|
ElasticsearchBufferingSizeInMBs = Shapes::IntegerShape.new(name: 'ElasticsearchBufferingSizeInMBs')
|
54
|
+
ElasticsearchClusterEndpoint = Shapes::StringShape.new(name: 'ElasticsearchClusterEndpoint')
|
54
55
|
ElasticsearchDestinationConfiguration = Shapes::StructureShape.new(name: 'ElasticsearchDestinationConfiguration')
|
55
56
|
ElasticsearchDestinationDescription = Shapes::StructureShape.new(name: 'ElasticsearchDestinationDescription')
|
56
57
|
ElasticsearchDestinationUpdate = Shapes::StructureShape.new(name: 'ElasticsearchDestinationUpdate')
|
@@ -259,7 +260,8 @@ module Aws::Firehose
|
|
259
260
|
ElasticsearchBufferingHints.struct_class = Types::ElasticsearchBufferingHints
|
260
261
|
|
261
262
|
ElasticsearchDestinationConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
|
262
|
-
ElasticsearchDestinationConfiguration.add_member(:domain_arn, Shapes::ShapeRef.new(shape: ElasticsearchDomainARN,
|
263
|
+
ElasticsearchDestinationConfiguration.add_member(:domain_arn, Shapes::ShapeRef.new(shape: ElasticsearchDomainARN, location_name: "DomainARN"))
|
264
|
+
ElasticsearchDestinationConfiguration.add_member(:cluster_endpoint, Shapes::ShapeRef.new(shape: ElasticsearchClusterEndpoint, location_name: "ClusterEndpoint"))
|
263
265
|
ElasticsearchDestinationConfiguration.add_member(:index_name, Shapes::ShapeRef.new(shape: ElasticsearchIndexName, required: true, location_name: "IndexName"))
|
264
266
|
ElasticsearchDestinationConfiguration.add_member(:type_name, Shapes::ShapeRef.new(shape: ElasticsearchTypeName, required: true, location_name: "TypeName"))
|
265
267
|
ElasticsearchDestinationConfiguration.add_member(:index_rotation_period, Shapes::ShapeRef.new(shape: ElasticsearchIndexRotationPeriod, location_name: "IndexRotationPeriod"))
|
@@ -273,6 +275,7 @@ module Aws::Firehose
|
|
273
275
|
|
274
276
|
ElasticsearchDestinationDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
275
277
|
ElasticsearchDestinationDescription.add_member(:domain_arn, Shapes::ShapeRef.new(shape: ElasticsearchDomainARN, location_name: "DomainARN"))
|
278
|
+
ElasticsearchDestinationDescription.add_member(:cluster_endpoint, Shapes::ShapeRef.new(shape: ElasticsearchClusterEndpoint, location_name: "ClusterEndpoint"))
|
276
279
|
ElasticsearchDestinationDescription.add_member(:index_name, Shapes::ShapeRef.new(shape: ElasticsearchIndexName, location_name: "IndexName"))
|
277
280
|
ElasticsearchDestinationDescription.add_member(:type_name, Shapes::ShapeRef.new(shape: ElasticsearchTypeName, location_name: "TypeName"))
|
278
281
|
ElasticsearchDestinationDescription.add_member(:index_rotation_period, Shapes::ShapeRef.new(shape: ElasticsearchIndexRotationPeriod, location_name: "IndexRotationPeriod"))
|
@@ -286,6 +289,7 @@ module Aws::Firehose
|
|
286
289
|
|
287
290
|
ElasticsearchDestinationUpdate.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
288
291
|
ElasticsearchDestinationUpdate.add_member(:domain_arn, Shapes::ShapeRef.new(shape: ElasticsearchDomainARN, location_name: "DomainARN"))
|
292
|
+
ElasticsearchDestinationUpdate.add_member(:cluster_endpoint, Shapes::ShapeRef.new(shape: ElasticsearchClusterEndpoint, location_name: "ClusterEndpoint"))
|
289
293
|
ElasticsearchDestinationUpdate.add_member(:index_name, Shapes::ShapeRef.new(shape: ElasticsearchIndexName, location_name: "IndexName"))
|
290
294
|
ElasticsearchDestinationUpdate.add_member(:type_name, Shapes::ShapeRef.new(shape: ElasticsearchTypeName, location_name: "TypeName"))
|
291
295
|
ElasticsearchDestinationUpdate.add_member(:index_rotation_period, Shapes::ShapeRef.new(shape: ElasticsearchIndexRotationPeriod, location_name: "IndexRotationPeriod"))
|
@@ -11,7 +11,9 @@ module Aws::Firehose
|
|
11
11
|
# Describes hints for the buffering to perform before delivering data to
|
12
12
|
# the destination. These options are treated as hints, and therefore
|
13
13
|
# Kinesis Data Firehose might choose to use different values when it is
|
14
|
-
# optimal.
|
14
|
+
# optimal. The `SizeInMBs` and `IntervalInSeconds` parameters are
|
15
|
+
# optional. However, if specify a value for one of them, you must also
|
16
|
+
# provide a value for the other.
|
15
17
|
#
|
16
18
|
# @note When making an API call, you may pass BufferingHints
|
17
19
|
# data as a hash:
|
@@ -22,18 +24,22 @@ module Aws::Firehose
|
|
22
24
|
# }
|
23
25
|
#
|
24
26
|
# @!attribute [rw] size_in_m_bs
|
25
|
-
# Buffer incoming data to the specified size, in
|
26
|
-
# delivering it to the destination. The default value is 5.
|
27
|
+
# Buffer incoming data to the specified size, in MiBs, before
|
28
|
+
# delivering it to the destination. The default value is 5. This
|
29
|
+
# parameter is optional but if you specify a value for it, you must
|
30
|
+
# also specify a value for `IntervalInSeconds`, and vice versa.
|
27
31
|
#
|
28
32
|
# We recommend setting this parameter to a value greater than the
|
29
33
|
# amount of data you typically ingest into the delivery stream in 10
|
30
|
-
# seconds. For example, if you typically ingest data at 1
|
31
|
-
# value should be 10
|
34
|
+
# seconds. For example, if you typically ingest data at 1 MiB/sec, the
|
35
|
+
# value should be 10 MiB or higher.
|
32
36
|
# @return [Integer]
|
33
37
|
#
|
34
38
|
# @!attribute [rw] interval_in_seconds
|
35
39
|
# Buffer incoming data for the specified period of time, in seconds,
|
36
40
|
# before delivering it to the destination. The default value is 300.
|
41
|
+
# This parameter is optional but if you specify a value for it, you
|
42
|
+
# must also specify a value for `SizeInMBs`, and vice versa.
|
37
43
|
# @return [Integer]
|
38
44
|
#
|
39
45
|
# @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/BufferingHints AWS API Documentation
|
@@ -139,8 +145,8 @@ module Aws::Firehose
|
|
139
145
|
#
|
140
146
|
#
|
141
147
|
#
|
142
|
-
# [1]:
|
143
|
-
# [2]:
|
148
|
+
# [1]: https://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html
|
149
|
+
# [2]: https://docs.aws.amazon.com/redshift/latest/dg/r_COPY_command_examples.html
|
144
150
|
# @return [String]
|
145
151
|
#
|
146
152
|
# @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/CopyCommand AWS API Documentation
|
@@ -372,7 +378,8 @@ module Aws::Firehose
|
|
372
378
|
# },
|
373
379
|
# elasticsearch_destination_configuration: {
|
374
380
|
# role_arn: "RoleARN", # required
|
375
|
-
# domain_arn: "ElasticsearchDomainARN",
|
381
|
+
# domain_arn: "ElasticsearchDomainARN",
|
382
|
+
# cluster_endpoint: "ElasticsearchClusterEndpoint",
|
376
383
|
# index_name: "ElasticsearchIndexName", # required
|
377
384
|
# type_name: "ElasticsearchTypeName", # required
|
378
385
|
# index_rotation_period: "NoRotation", # accepts NoRotation, OneHour, OneDay, OneWeek, OneMonth
|
@@ -963,7 +970,8 @@ module Aws::Firehose
|
|
963
970
|
#
|
964
971
|
# {
|
965
972
|
# role_arn: "RoleARN", # required
|
966
|
-
# domain_arn: "ElasticsearchDomainARN",
|
973
|
+
# domain_arn: "ElasticsearchDomainARN",
|
974
|
+
# cluster_endpoint: "ElasticsearchClusterEndpoint",
|
967
975
|
# index_name: "ElasticsearchIndexName", # required
|
968
976
|
# type_name: "ElasticsearchTypeName", # required
|
969
977
|
# index_rotation_period: "NoRotation", # accepts NoRotation, OneHour, OneDay, OneWeek, OneMonth
|
@@ -1027,7 +1035,7 @@ module Aws::Firehose
|
|
1027
1035
|
#
|
1028
1036
|
#
|
1029
1037
|
#
|
1030
|
-
# [1]:
|
1038
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-s3
|
1031
1039
|
# [2]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1032
1040
|
# @return [String]
|
1033
1041
|
#
|
@@ -1038,11 +1046,18 @@ module Aws::Firehose
|
|
1038
1046
|
# specified in **RoleARN**. For more information, see [Amazon Resource
|
1039
1047
|
# Names (ARNs) and AWS Service Namespaces][1].
|
1040
1048
|
#
|
1049
|
+
# Specify either `ClusterEndpoint` or `DomainARN`.
|
1050
|
+
#
|
1041
1051
|
#
|
1042
1052
|
#
|
1043
1053
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1044
1054
|
# @return [String]
|
1045
1055
|
#
|
1056
|
+
# @!attribute [rw] cluster_endpoint
|
1057
|
+
# The endpoint to use when communicating with the cluster. Specify
|
1058
|
+
# either this `ClusterEndpoint` or the `DomainARN` field.
|
1059
|
+
# @return [String]
|
1060
|
+
#
|
1046
1061
|
# @!attribute [rw] index_name
|
1047
1062
|
# The Elasticsearch index name.
|
1048
1063
|
# @return [String]
|
@@ -1062,7 +1077,7 @@ module Aws::Firehose
|
|
1062
1077
|
#
|
1063
1078
|
#
|
1064
1079
|
#
|
1065
|
-
# [1]:
|
1080
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#es-index-rotation
|
1066
1081
|
# @return [String]
|
1067
1082
|
#
|
1068
1083
|
# @!attribute [rw] buffering_hints
|
@@ -1089,7 +1104,7 @@ module Aws::Firehose
|
|
1089
1104
|
#
|
1090
1105
|
#
|
1091
1106
|
#
|
1092
|
-
# [1]:
|
1107
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#es-s3-backup
|
1093
1108
|
# @return [String]
|
1094
1109
|
#
|
1095
1110
|
# @!attribute [rw] s3_configuration
|
@@ -1109,6 +1124,7 @@ module Aws::Firehose
|
|
1109
1124
|
class ElasticsearchDestinationConfiguration < Struct.new(
|
1110
1125
|
:role_arn,
|
1111
1126
|
:domain_arn,
|
1127
|
+
:cluster_endpoint,
|
1112
1128
|
:index_name,
|
1113
1129
|
:type_name,
|
1114
1130
|
:index_rotation_period,
|
@@ -1137,11 +1153,20 @@ module Aws::Firehose
|
|
1137
1153
|
# The ARN of the Amazon ES domain. For more information, see [Amazon
|
1138
1154
|
# Resource Names (ARNs) and AWS Service Namespaces][1].
|
1139
1155
|
#
|
1156
|
+
# Kinesis Data Firehose uses either `ClusterEndpoint` or `DomainARN`
|
1157
|
+
# to send data to Amazon ES.
|
1158
|
+
#
|
1140
1159
|
#
|
1141
1160
|
#
|
1142
1161
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1143
1162
|
# @return [String]
|
1144
1163
|
#
|
1164
|
+
# @!attribute [rw] cluster_endpoint
|
1165
|
+
# The endpoint to use when communicating with the cluster. Kinesis
|
1166
|
+
# Data Firehose uses either this `ClusterEndpoint` or the `DomainARN`
|
1167
|
+
# field to send data to Amazon ES.
|
1168
|
+
# @return [String]
|
1169
|
+
#
|
1145
1170
|
# @!attribute [rw] index_name
|
1146
1171
|
# The Elasticsearch index name.
|
1147
1172
|
# @return [String]
|
@@ -1183,6 +1208,7 @@ module Aws::Firehose
|
|
1183
1208
|
class ElasticsearchDestinationDescription < Struct.new(
|
1184
1209
|
:role_arn,
|
1185
1210
|
:domain_arn,
|
1211
|
+
:cluster_endpoint,
|
1186
1212
|
:index_name,
|
1187
1213
|
:type_name,
|
1188
1214
|
:index_rotation_period,
|
@@ -1203,6 +1229,7 @@ module Aws::Firehose
|
|
1203
1229
|
# {
|
1204
1230
|
# role_arn: "RoleARN",
|
1205
1231
|
# domain_arn: "ElasticsearchDomainARN",
|
1232
|
+
# cluster_endpoint: "ElasticsearchClusterEndpoint",
|
1206
1233
|
# index_name: "ElasticsearchIndexName",
|
1207
1234
|
# type_name: "ElasticsearchTypeName",
|
1208
1235
|
# index_rotation_period: "NoRotation", # accepts NoRotation, OneHour, OneDay, OneWeek, OneMonth
|
@@ -1265,7 +1292,7 @@ module Aws::Firehose
|
|
1265
1292
|
#
|
1266
1293
|
#
|
1267
1294
|
#
|
1268
|
-
# [1]:
|
1295
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-s3
|
1269
1296
|
# [2]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1270
1297
|
# @return [String]
|
1271
1298
|
#
|
@@ -1276,11 +1303,18 @@ module Aws::Firehose
|
|
1276
1303
|
# specified in `RoleARN`. For more information, see [Amazon Resource
|
1277
1304
|
# Names (ARNs) and AWS Service Namespaces][1].
|
1278
1305
|
#
|
1306
|
+
# Specify either `ClusterEndpoint` or `DomainARN`.
|
1307
|
+
#
|
1279
1308
|
#
|
1280
1309
|
#
|
1281
1310
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1282
1311
|
# @return [String]
|
1283
1312
|
#
|
1313
|
+
# @!attribute [rw] cluster_endpoint
|
1314
|
+
# The endpoint to use when communicating with the cluster. Specify
|
1315
|
+
# either this `ClusterEndpoint` or the `DomainARN` field.
|
1316
|
+
# @return [String]
|
1317
|
+
#
|
1284
1318
|
# @!attribute [rw] index_name
|
1285
1319
|
# The Elasticsearch index name.
|
1286
1320
|
# @return [String]
|
@@ -1300,7 +1334,7 @@ module Aws::Firehose
|
|
1300
1334
|
#
|
1301
1335
|
#
|
1302
1336
|
#
|
1303
|
-
# [1]:
|
1337
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#es-index-rotation
|
1304
1338
|
# @return [String]
|
1305
1339
|
#
|
1306
1340
|
# @!attribute [rw] buffering_hints
|
@@ -1331,6 +1365,7 @@ module Aws::Firehose
|
|
1331
1365
|
class ElasticsearchDestinationUpdate < Struct.new(
|
1332
1366
|
:role_arn,
|
1333
1367
|
:domain_arn,
|
1368
|
+
:cluster_endpoint,
|
1334
1369
|
:index_name,
|
1335
1370
|
:type_name,
|
1336
1371
|
:index_rotation_period,
|
@@ -1531,21 +1566,23 @@ module Aws::Firehose
|
|
1531
1566
|
#
|
1532
1567
|
# @!attribute [rw] prefix
|
1533
1568
|
# The "YYYY/MM/DD/HH" time format prefix is automatically used for
|
1534
|
-
# delivered Amazon S3 files. You can specify
|
1535
|
-
#
|
1536
|
-
# slash, it appears as a folder in the S3 bucket. For more
|
1537
|
-
# information, see [Amazon S3 Object Name Format][1] in the *Amazon
|
1538
|
-
# Kinesis Data Firehose Developer Guide*.
|
1569
|
+
# delivered Amazon S3 files. You can also specify a custom prefix, as
|
1570
|
+
# described in [Custom Prefixes for Amazon S3 Objects][1].
|
1539
1571
|
#
|
1540
1572
|
#
|
1541
1573
|
#
|
1542
|
-
# [1]:
|
1574
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html
|
1543
1575
|
# @return [String]
|
1544
1576
|
#
|
1545
1577
|
# @!attribute [rw] error_output_prefix
|
1546
1578
|
# A prefix that Kinesis Data Firehose evaluates and adds to failed
|
1547
1579
|
# records before writing them to S3. This prefix appears immediately
|
1548
|
-
# following the bucket name.
|
1580
|
+
# following the bucket name. For information about how to specify this
|
1581
|
+
# prefix, see [Custom Prefixes for Amazon S3 Objects][1].
|
1582
|
+
#
|
1583
|
+
#
|
1584
|
+
#
|
1585
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html
|
1549
1586
|
# @return [String]
|
1550
1587
|
#
|
1551
1588
|
# @!attribute [rw] buffering_hints
|
@@ -1625,21 +1662,23 @@ module Aws::Firehose
|
|
1625
1662
|
#
|
1626
1663
|
# @!attribute [rw] prefix
|
1627
1664
|
# The "YYYY/MM/DD/HH" time format prefix is automatically used for
|
1628
|
-
# delivered Amazon S3 files. You can specify
|
1629
|
-
#
|
1630
|
-
# slash, it appears as a folder in the S3 bucket. For more
|
1631
|
-
# information, see [Amazon S3 Object Name Format][1] in the *Amazon
|
1632
|
-
# Kinesis Data Firehose Developer Guide*.
|
1665
|
+
# delivered Amazon S3 files. You can also specify a custom prefix, as
|
1666
|
+
# described in [Custom Prefixes for Amazon S3 Objects][1].
|
1633
1667
|
#
|
1634
1668
|
#
|
1635
1669
|
#
|
1636
|
-
# [1]:
|
1670
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html
|
1637
1671
|
# @return [String]
|
1638
1672
|
#
|
1639
1673
|
# @!attribute [rw] error_output_prefix
|
1640
1674
|
# A prefix that Kinesis Data Firehose evaluates and adds to failed
|
1641
1675
|
# records before writing them to S3. This prefix appears immediately
|
1642
|
-
# following the bucket name.
|
1676
|
+
# following the bucket name. For information about how to specify this
|
1677
|
+
# prefix, see [Custom Prefixes for Amazon S3 Objects][1].
|
1678
|
+
#
|
1679
|
+
#
|
1680
|
+
#
|
1681
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html
|
1643
1682
|
# @return [String]
|
1644
1683
|
#
|
1645
1684
|
# @!attribute [rw] buffering_hints
|
@@ -1831,21 +1870,23 @@ module Aws::Firehose
|
|
1831
1870
|
#
|
1832
1871
|
# @!attribute [rw] prefix
|
1833
1872
|
# The "YYYY/MM/DD/HH" time format prefix is automatically used for
|
1834
|
-
# delivered Amazon S3 files. You can specify
|
1835
|
-
#
|
1836
|
-
# slash, it appears as a folder in the S3 bucket. For more
|
1837
|
-
# information, see [Amazon S3 Object Name Format][1] in the *Amazon
|
1838
|
-
# Kinesis Data Firehose Developer Guide*.
|
1873
|
+
# delivered Amazon S3 files. You can also specify a custom prefix, as
|
1874
|
+
# described in [Custom Prefixes for Amazon S3 Objects][1].
|
1839
1875
|
#
|
1840
1876
|
#
|
1841
1877
|
#
|
1842
|
-
# [1]:
|
1878
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html
|
1843
1879
|
# @return [String]
|
1844
1880
|
#
|
1845
1881
|
# @!attribute [rw] error_output_prefix
|
1846
1882
|
# A prefix that Kinesis Data Firehose evaluates and adds to failed
|
1847
1883
|
# records before writing them to S3. This prefix appears immediately
|
1848
|
-
# following the bucket name.
|
1884
|
+
# following the bucket name. For information about how to specify this
|
1885
|
+
# prefix, see [Custom Prefixes for Amazon S3 Objects][1].
|
1886
|
+
#
|
1887
|
+
#
|
1888
|
+
#
|
1889
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html
|
1849
1890
|
# @return [String]
|
1850
1891
|
#
|
1851
1892
|
# @!attribute [rw] buffering_hints
|
@@ -3207,21 +3248,23 @@ module Aws::Firehose
|
|
3207
3248
|
#
|
3208
3249
|
# @!attribute [rw] prefix
|
3209
3250
|
# The "YYYY/MM/DD/HH" time format prefix is automatically used for
|
3210
|
-
# delivered Amazon S3 files. You can specify
|
3211
|
-
#
|
3212
|
-
# slash, it appears as a folder in the S3 bucket. For more
|
3213
|
-
# information, see [Amazon S3 Object Name Format][1] in the *Amazon
|
3214
|
-
# Kinesis Data Firehose Developer Guide*.
|
3251
|
+
# delivered Amazon S3 files. You can also specify a custom prefix, as
|
3252
|
+
# described in [Custom Prefixes for Amazon S3 Objects][1].
|
3215
3253
|
#
|
3216
3254
|
#
|
3217
3255
|
#
|
3218
|
-
# [1]:
|
3256
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html
|
3219
3257
|
# @return [String]
|
3220
3258
|
#
|
3221
3259
|
# @!attribute [rw] error_output_prefix
|
3222
3260
|
# A prefix that Kinesis Data Firehose evaluates and adds to failed
|
3223
3261
|
# records before writing them to S3. This prefix appears immediately
|
3224
|
-
# following the bucket name.
|
3262
|
+
# following the bucket name. For information about how to specify this
|
3263
|
+
# prefix, see [Custom Prefixes for Amazon S3 Objects][1].
|
3264
|
+
#
|
3265
|
+
#
|
3266
|
+
#
|
3267
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html
|
3225
3268
|
# @return [String]
|
3226
3269
|
#
|
3227
3270
|
# @!attribute [rw] buffering_hints
|
@@ -3284,21 +3327,23 @@ module Aws::Firehose
|
|
3284
3327
|
#
|
3285
3328
|
# @!attribute [rw] prefix
|
3286
3329
|
# The "YYYY/MM/DD/HH" time format prefix is automatically used for
|
3287
|
-
# delivered Amazon S3 files. You can specify
|
3288
|
-
#
|
3289
|
-
# slash, it appears as a folder in the S3 bucket. For more
|
3290
|
-
# information, see [Amazon S3 Object Name Format][1] in the *Amazon
|
3291
|
-
# Kinesis Data Firehose Developer Guide*.
|
3330
|
+
# delivered Amazon S3 files. You can also specify a custom prefix, as
|
3331
|
+
# described in [Custom Prefixes for Amazon S3 Objects][1].
|
3292
3332
|
#
|
3293
3333
|
#
|
3294
3334
|
#
|
3295
|
-
# [1]:
|
3335
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html
|
3296
3336
|
# @return [String]
|
3297
3337
|
#
|
3298
3338
|
# @!attribute [rw] error_output_prefix
|
3299
3339
|
# A prefix that Kinesis Data Firehose evaluates and adds to failed
|
3300
3340
|
# records before writing them to S3. This prefix appears immediately
|
3301
|
-
# following the bucket name.
|
3341
|
+
# following the bucket name. For information about how to specify this
|
3342
|
+
# prefix, see [Custom Prefixes for Amazon S3 Objects][1].
|
3343
|
+
#
|
3344
|
+
#
|
3345
|
+
#
|
3346
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html
|
3302
3347
|
# @return [String]
|
3303
3348
|
#
|
3304
3349
|
# @!attribute [rw] buffering_hints
|
@@ -3383,21 +3428,23 @@ module Aws::Firehose
|
|
3383
3428
|
#
|
3384
3429
|
# @!attribute [rw] prefix
|
3385
3430
|
# The "YYYY/MM/DD/HH" time format prefix is automatically used for
|
3386
|
-
# delivered Amazon S3 files. You can specify
|
3387
|
-
#
|
3388
|
-
# slash, it appears as a folder in the S3 bucket. For more
|
3389
|
-
# information, see [Amazon S3 Object Name Format][1] in the *Amazon
|
3390
|
-
# Kinesis Data Firehose Developer Guide*.
|
3431
|
+
# delivered Amazon S3 files. You can also specify a custom prefix, as
|
3432
|
+
# described in [Custom Prefixes for Amazon S3 Objects][1].
|
3391
3433
|
#
|
3392
3434
|
#
|
3393
3435
|
#
|
3394
|
-
# [1]:
|
3436
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html
|
3395
3437
|
# @return [String]
|
3396
3438
|
#
|
3397
3439
|
# @!attribute [rw] error_output_prefix
|
3398
3440
|
# A prefix that Kinesis Data Firehose evaluates and adds to failed
|
3399
3441
|
# records before writing them to S3. This prefix appears immediately
|
3400
|
-
# following the bucket name.
|
3442
|
+
# following the bucket name. For information about how to specify this
|
3443
|
+
# prefix, see [Custom Prefixes for Amazon S3 Objects][1].
|
3444
|
+
#
|
3445
|
+
#
|
3446
|
+
#
|
3447
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html
|
3401
3448
|
# @return [String]
|
3402
3449
|
#
|
3403
3450
|
# @!attribute [rw] buffering_hints
|
@@ -3568,7 +3615,7 @@ module Aws::Firehose
|
|
3568
3615
|
#
|
3569
3616
|
#
|
3570
3617
|
#
|
3571
|
-
# [1]:
|
3618
|
+
# [1]: https://docs.aws.amazon.com/firehose/latest/dev/limits.html
|
3572
3619
|
#
|
3573
3620
|
# @!attribute [rw] message
|
3574
3621
|
# A message that provides information about the error.
|
@@ -4284,6 +4331,7 @@ module Aws::Firehose
|
|
4284
4331
|
# elasticsearch_destination_update: {
|
4285
4332
|
# role_arn: "RoleARN",
|
4286
4333
|
# domain_arn: "ElasticsearchDomainARN",
|
4334
|
+
# cluster_endpoint: "ElasticsearchClusterEndpoint",
|
4287
4335
|
# index_name: "ElasticsearchIndexName",
|
4288
4336
|
# type_name: "ElasticsearchTypeName",
|
4289
4337
|
# index_rotation_period: "NoRotation", # accepts NoRotation, OneHour, OneDay, OneWeek, OneMonth
|
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.21.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: 2019-07
|
11
|
+
date: 2019-10-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|