aws-sdk-firehose 1.21.0 → 1.22.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
  SHA1:
3
- metadata.gz: 973e06a13bc829e167e588c523ec9954dd04648c
4
- data.tar.gz: 63c09bbbdae9c834d0946e795122a23c5937937b
3
+ metadata.gz: 565e4ca3f63e1b86bfc7ecaf2dbba51e76d68a17
4
+ data.tar.gz: 270802792fdbf64768fbcfd3f0f45fe9c379da9b
5
5
  SHA512:
6
- metadata.gz: 534f5ada8c918718886b6e23b975869a3cc628530154a96c42a8f0ed3490ac1c2f1da1abf3752197f3e0eeaf6dab95ce54262d96374a4d0a47ddaff8e5bc3367
7
- data.tar.gz: 7e219894d012c899f9fc34ba41c23b5bb7eb3947377b947e4e2b7eb34589c43e1cf699e7176a5e279676f49b3325c71efba60cbfeb2e5eb824120ecdfc28796f
6
+ metadata.gz: c749d53af8b0be1ae222a26475c66f7f406ae6cb2262bf7cf07b61d3a741497d90f3d18b70d27744ac8948f3aaa547fb77b1d2b7b2942b8bfedff880f20784ad
7
+ data.tar.gz: 4c3f3d2af853d7f3dbc108d414cfde47ad6c3fb1ef42dbbab040c29d0caf66016b75f6bd17b22987195cb10ea6cb14d17139321c923bac949d2ca2f536ac3b3a
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-firehose/customizations'
42
42
  # @service
43
43
  module Aws::Firehose
44
44
 
45
- GEM_VERSION = '1.21.0'
45
+ GEM_VERSION = '1.22.0'
46
46
 
47
47
  end
@@ -611,7 +611,7 @@ module Aws::Firehose
611
611
  # domain_arn: "ElasticsearchDomainARN",
612
612
  # cluster_endpoint: "ElasticsearchClusterEndpoint",
613
613
  # index_name: "ElasticsearchIndexName", # required
614
- # type_name: "ElasticsearchTypeName", # required
614
+ # type_name: "ElasticsearchTypeName",
615
615
  # index_rotation_period: "NoRotation", # accepts NoRotation, OneHour, OneDay, OneWeek, OneMonth
616
616
  # buffering_hints: {
617
617
  # interval_in_seconds: 1,
@@ -1884,7 +1884,7 @@ module Aws::Firehose
1884
1884
  params: params,
1885
1885
  config: config)
1886
1886
  context[:gem_name] = 'aws-sdk-firehose'
1887
- context[:gem_version] = '1.21.0'
1887
+ context[:gem_version] = '1.22.0'
1888
1888
  Seahorse::Client::Request.new(handlers, context)
1889
1889
  end
1890
1890
 
@@ -263,7 +263,7 @@ module Aws::Firehose
263
263
  ElasticsearchDestinationConfiguration.add_member(:domain_arn, Shapes::ShapeRef.new(shape: ElasticsearchDomainARN, location_name: "DomainARN"))
264
264
  ElasticsearchDestinationConfiguration.add_member(:cluster_endpoint, Shapes::ShapeRef.new(shape: ElasticsearchClusterEndpoint, location_name: "ClusterEndpoint"))
265
265
  ElasticsearchDestinationConfiguration.add_member(:index_name, Shapes::ShapeRef.new(shape: ElasticsearchIndexName, required: true, location_name: "IndexName"))
266
- ElasticsearchDestinationConfiguration.add_member(:type_name, Shapes::ShapeRef.new(shape: ElasticsearchTypeName, required: true, location_name: "TypeName"))
266
+ ElasticsearchDestinationConfiguration.add_member(:type_name, Shapes::ShapeRef.new(shape: ElasticsearchTypeName, location_name: "TypeName"))
267
267
  ElasticsearchDestinationConfiguration.add_member(:index_rotation_period, Shapes::ShapeRef.new(shape: ElasticsearchIndexRotationPeriod, location_name: "IndexRotationPeriod"))
268
268
  ElasticsearchDestinationConfiguration.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: ElasticsearchBufferingHints, location_name: "BufferingHints"))
269
269
  ElasticsearchDestinationConfiguration.add_member(:retry_options, Shapes::ShapeRef.new(shape: ElasticsearchRetryOptions, location_name: "RetryOptions"))
@@ -381,7 +381,7 @@ module Aws::Firehose
381
381
  # domain_arn: "ElasticsearchDomainARN",
382
382
  # cluster_endpoint: "ElasticsearchClusterEndpoint",
383
383
  # index_name: "ElasticsearchIndexName", # required
384
- # type_name: "ElasticsearchTypeName", # required
384
+ # type_name: "ElasticsearchTypeName",
385
385
  # index_rotation_period: "NoRotation", # accepts NoRotation, OneHour, OneDay, OneWeek, OneMonth
386
386
  # buffering_hints: {
387
387
  # interval_in_seconds: 1,
@@ -973,7 +973,7 @@ module Aws::Firehose
973
973
  # domain_arn: "ElasticsearchDomainARN",
974
974
  # cluster_endpoint: "ElasticsearchClusterEndpoint",
975
975
  # index_name: "ElasticsearchIndexName", # required
976
- # type_name: "ElasticsearchTypeName", # required
976
+ # type_name: "ElasticsearchTypeName",
977
977
  # index_rotation_period: "NoRotation", # accepts NoRotation, OneHour, OneDay, OneWeek, OneMonth
978
978
  # buffering_hints: {
979
979
  # interval_in_seconds: 1,
@@ -1067,6 +1067,8 @@ module Aws::Firehose
1067
1067
  # only one type per index. If you try to specify a new type for an
1068
1068
  # existing index that already has another type, Kinesis Data Firehose
1069
1069
  # returns an error during run time.
1070
+ #
1071
+ # For Elasticsearch 7.x, don't specify a `TypeName`.
1070
1072
  # @return [String]
1071
1073
  #
1072
1074
  # @!attribute [rw] index_rotation_period
@@ -1172,7 +1174,9 @@ module Aws::Firehose
1172
1174
  # @return [String]
1173
1175
  #
1174
1176
  # @!attribute [rw] type_name
1175
- # The Elasticsearch type name.
1177
+ # The Elasticsearch type name. This applies to Elasticsearch 6.x and
1178
+ # lower versions. For Elasticsearch 7.x, there's no value for
1179
+ # `TypeName`.
1176
1180
  # @return [String]
1177
1181
  #
1178
1182
  # @!attribute [rw] index_rotation_period
@@ -1324,6 +1328,12 @@ module Aws::Firehose
1324
1328
  # only one type per index. If you try to specify a new type for an
1325
1329
  # existing index that already has another type, Kinesis Data Firehose
1326
1330
  # returns an error during runtime.
1331
+ #
1332
+ # If you upgrade Elasticsearch from 6.x to 7.x and don’t update your
1333
+ # delivery stream, Kinesis Data Firehose still delivers data to
1334
+ # Elasticsearch with the old index name and type name. If you want to
1335
+ # update your delivery stream with a new index name, provide an empty
1336
+ # string for `TypeName`.
1327
1337
  # @return [String]
1328
1338
  #
1329
1339
  # @!attribute [rw] index_rotation_period
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.21.0
4
+ version: 1.22.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-10-07 00:00:00.000000000 Z
11
+ date: 2019-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core