vendor: update all dependencies
This commit is contained in:
parent
3f0789e2db
commit
08021c4636
2474 changed files with 435818 additions and 282709 deletions
167
vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/api-2.json
generated
vendored
167
vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/api-2.json
generated
vendored
|
@ -156,6 +156,10 @@
|
|||
"min":1,
|
||||
"pattern":"arn:.*"
|
||||
},
|
||||
"BlockSizeBytes":{
|
||||
"type":"integer",
|
||||
"min":67108864
|
||||
},
|
||||
"BooleanObject":{"type":"boolean"},
|
||||
"BucketARN":{
|
||||
"type":"string",
|
||||
|
@ -183,6 +187,11 @@
|
|||
"min":1,
|
||||
"pattern":"jdbc:(redshift|postgresql)://((?!-)[A-Za-z0-9-]{1,63}(?<!-)\\.)+redshift\\.amazonaws\\.com:\\d{1,5}/[a-zA-Z0-9_$]+"
|
||||
},
|
||||
"ColumnToJsonKeyMappings":{
|
||||
"type":"map",
|
||||
"key":{"shape":"NonEmptyStringWithoutWhitespace"},
|
||||
"value":{"shape":"NonEmptyString"}
|
||||
},
|
||||
"CompressionFormat":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
|
@ -237,6 +246,15 @@
|
|||
"max":1024000,
|
||||
"min":0
|
||||
},
|
||||
"DataFormatConversionConfiguration":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"SchemaConfiguration":{"shape":"SchemaConfiguration"},
|
||||
"InputFormatConfiguration":{"shape":"InputFormatConfiguration"},
|
||||
"OutputFormatConfiguration":{"shape":"OutputFormatConfiguration"},
|
||||
"Enabled":{"shape":"BooleanObject"}
|
||||
}
|
||||
},
|
||||
"DataTableColumns":{"type":"string"},
|
||||
"DataTableName":{
|
||||
"type":"string",
|
||||
|
@ -337,6 +355,13 @@
|
|||
"DeliveryStreamDescription":{"shape":"DeliveryStreamDescription"}
|
||||
}
|
||||
},
|
||||
"Deserializer":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"OpenXJsonSerDe":{"shape":"OpenXJsonSerDe"},
|
||||
"HiveJsonSerDe":{"shape":"HiveJsonSerDe"}
|
||||
}
|
||||
},
|
||||
"DestinationDescription":{
|
||||
"type":"structure",
|
||||
"required":["DestinationId"],
|
||||
|
@ -498,7 +523,8 @@
|
|||
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
|
||||
"ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
|
||||
"S3BackupMode":{"shape":"S3BackupMode"},
|
||||
"S3BackupConfiguration":{"shape":"S3DestinationConfiguration"}
|
||||
"S3BackupConfiguration":{"shape":"S3DestinationConfiguration"},
|
||||
"DataFormatConversionConfiguration":{"shape":"DataFormatConversionConfiguration"}
|
||||
}
|
||||
},
|
||||
"ExtendedS3DestinationDescription":{
|
||||
|
@ -520,7 +546,8 @@
|
|||
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
|
||||
"ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
|
||||
"S3BackupMode":{"shape":"S3BackupMode"},
|
||||
"S3BackupDescription":{"shape":"S3DestinationDescription"}
|
||||
"S3BackupDescription":{"shape":"S3DestinationDescription"},
|
||||
"DataFormatConversionConfiguration":{"shape":"DataFormatConversionConfiguration"}
|
||||
}
|
||||
},
|
||||
"ExtendedS3DestinationUpdate":{
|
||||
|
@ -535,7 +562,8 @@
|
|||
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
|
||||
"ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
|
||||
"S3BackupMode":{"shape":"S3BackupMode"},
|
||||
"S3BackupUpdate":{"shape":"S3DestinationUpdate"}
|
||||
"S3BackupUpdate":{"shape":"S3DestinationUpdate"},
|
||||
"DataFormatConversionConfiguration":{"shape":"DataFormatConversionConfiguration"}
|
||||
}
|
||||
},
|
||||
"HECAcknowledgmentTimeoutInSeconds":{
|
||||
|
@ -552,6 +580,18 @@
|
|||
]
|
||||
},
|
||||
"HECToken":{"type":"string"},
|
||||
"HiveJsonSerDe":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"TimestampFormats":{"shape":"ListOfNonEmptyStrings"}
|
||||
}
|
||||
},
|
||||
"InputFormatConfiguration":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Deserializer":{"shape":"Deserializer"}
|
||||
}
|
||||
},
|
||||
"IntervalInSeconds":{
|
||||
"type":"integer",
|
||||
"max":900,
|
||||
|
@ -627,6 +667,14 @@
|
|||
"HasMoreDeliveryStreams":{"shape":"BooleanObject"}
|
||||
}
|
||||
},
|
||||
"ListOfNonEmptyStrings":{
|
||||
"type":"list",
|
||||
"member":{"shape":"NonEmptyString"}
|
||||
},
|
||||
"ListOfNonEmptyStringsWithoutWhitespace":{
|
||||
"type":"list",
|
||||
"member":{"shape":"NonEmptyStringWithoutWhitespace"}
|
||||
},
|
||||
"ListTagsForDeliveryStreamInput":{
|
||||
"type":"structure",
|
||||
"required":["DeliveryStreamName"],
|
||||
|
@ -664,10 +712,100 @@
|
|||
"type":"string",
|
||||
"enum":["NoEncryption"]
|
||||
},
|
||||
"NonEmptyString":{
|
||||
"type":"string",
|
||||
"pattern":"^(?!\\s*$).+"
|
||||
},
|
||||
"NonEmptyStringWithoutWhitespace":{
|
||||
"type":"string",
|
||||
"pattern":"^\\S+$"
|
||||
},
|
||||
"NonNegativeIntegerObject":{
|
||||
"type":"integer",
|
||||
"min":0
|
||||
},
|
||||
"OpenXJsonSerDe":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"ConvertDotsInJsonKeysToUnderscores":{"shape":"BooleanObject"},
|
||||
"CaseInsensitive":{"shape":"BooleanObject"},
|
||||
"ColumnToJsonKeyMappings":{"shape":"ColumnToJsonKeyMappings"}
|
||||
}
|
||||
},
|
||||
"OrcCompression":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"NONE",
|
||||
"ZLIB",
|
||||
"SNAPPY"
|
||||
]
|
||||
},
|
||||
"OrcFormatVersion":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"V0_11",
|
||||
"V0_12"
|
||||
]
|
||||
},
|
||||
"OrcRowIndexStride":{
|
||||
"type":"integer",
|
||||
"min":1000
|
||||
},
|
||||
"OrcSerDe":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"StripeSizeBytes":{"shape":"OrcStripeSizeBytes"},
|
||||
"BlockSizeBytes":{"shape":"BlockSizeBytes"},
|
||||
"RowIndexStride":{"shape":"OrcRowIndexStride"},
|
||||
"EnablePadding":{"shape":"BooleanObject"},
|
||||
"PaddingTolerance":{"shape":"Proportion"},
|
||||
"Compression":{"shape":"OrcCompression"},
|
||||
"BloomFilterColumns":{"shape":"ListOfNonEmptyStringsWithoutWhitespace"},
|
||||
"BloomFilterFalsePositiveProbability":{"shape":"Proportion"},
|
||||
"DictionaryKeyThreshold":{"shape":"Proportion"},
|
||||
"FormatVersion":{"shape":"OrcFormatVersion"}
|
||||
}
|
||||
},
|
||||
"OrcStripeSizeBytes":{
|
||||
"type":"integer",
|
||||
"min":8388608
|
||||
},
|
||||
"OutputFormatConfiguration":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Serializer":{"shape":"Serializer"}
|
||||
}
|
||||
},
|
||||
"ParquetCompression":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"UNCOMPRESSED",
|
||||
"GZIP",
|
||||
"SNAPPY"
|
||||
]
|
||||
},
|
||||
"ParquetPageSizeBytes":{
|
||||
"type":"integer",
|
||||
"min":65536
|
||||
},
|
||||
"ParquetSerDe":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"BlockSizeBytes":{"shape":"BlockSizeBytes"},
|
||||
"PageSizeBytes":{"shape":"ParquetPageSizeBytes"},
|
||||
"Compression":{"shape":"ParquetCompression"},
|
||||
"EnableDictionaryCompression":{"shape":"BooleanObject"},
|
||||
"MaxPaddingBytes":{"shape":"NonNegativeIntegerObject"},
|
||||
"WriterVersion":{"shape":"ParquetWriterVersion"}
|
||||
}
|
||||
},
|
||||
"ParquetWriterVersion":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"V1",
|
||||
"V2"
|
||||
]
|
||||
},
|
||||
"Password":{
|
||||
"type":"string",
|
||||
"min":6,
|
||||
|
@ -727,6 +865,11 @@
|
|||
"type":"string",
|
||||
"enum":["Lambda"]
|
||||
},
|
||||
"Proportion":{
|
||||
"type":"double",
|
||||
"max":1,
|
||||
"min":0
|
||||
},
|
||||
"PutRecordBatchInput":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
|
@ -952,6 +1095,24 @@
|
|||
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
|
||||
}
|
||||
},
|
||||
"SchemaConfiguration":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"RoleARN":{"shape":"NonEmptyStringWithoutWhitespace"},
|
||||
"CatalogId":{"shape":"NonEmptyStringWithoutWhitespace"},
|
||||
"DatabaseName":{"shape":"NonEmptyStringWithoutWhitespace"},
|
||||
"TableName":{"shape":"NonEmptyStringWithoutWhitespace"},
|
||||
"Region":{"shape":"NonEmptyStringWithoutWhitespace"},
|
||||
"VersionId":{"shape":"NonEmptyStringWithoutWhitespace"}
|
||||
}
|
||||
},
|
||||
"Serializer":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"ParquetSerDe":{"shape":"ParquetSerDe"},
|
||||
"OrcSerDe":{"shape":"OrcSerDe"}
|
||||
}
|
||||
},
|
||||
"ServiceUnavailableException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
|
277
vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/docs-2.json
generated
vendored
277
vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/docs-2.json
generated
vendored
|
@ -2,47 +2,59 @@
|
|||
"version": "2.0",
|
||||
"service": "<fullname>Amazon Kinesis Data Firehose API Reference</fullname> <p>Amazon Kinesis Data Firehose is a fully managed service that delivers real-time streaming data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon Elasticsearch Service (Amazon ES), Amazon Redshift, and Splunk.</p>",
|
||||
"operations": {
|
||||
"CreateDeliveryStream": "<p>Creates a delivery stream.</p> <p>By default, you can create up to 50 delivery streams per AWS Region.</p> <p>This is an asynchronous operation that immediately returns. The initial status of the delivery stream is <code>CREATING</code>. After the delivery stream is created, its status is <code>ACTIVE</code> and it now accepts data. Attempts to send data to a delivery stream that is not in the <code>ACTIVE</code> state cause an exception. To check the state of a delivery stream, use <a>DescribeDeliveryStream</a>.</p> <p>A Kinesis Data Firehose delivery stream can be configured to receive records directly from providers using <a>PutRecord</a> or <a>PutRecordBatch</a>, or it can be configured to use an existing Kinesis data stream as its source. To specify a Kinesis data stream as input, set the <code>DeliveryStreamType</code> parameter to <code>KinesisStreamAsSource</code>, and provide the Kinesis data stream Amazon Resource Name (ARN) and role ARN in the <code>KinesisStreamSourceConfiguration</code> parameter.</p> <p>A delivery stream is configured with a single destination: Amazon S3, Amazon ES, Amazon Redshift, or Splunk. Specify only one of the following destination configuration parameters: <code>ExtendedS3DestinationConfiguration</code>, <code>S3DestinationConfiguration</code>, <code>ElasticsearchDestinationConfiguration</code>, <code>RedshiftDestinationConfiguration</code>, or <code>SplunkDestinationConfiguration</code>.</p> <p>When you specify <code>S3DestinationConfiguration</code>, you can also provide the following optional values: <code>BufferingHints</code>, <code>EncryptionConfiguration</code>, and <code>CompressionFormat</code>. By default, if no <code>BufferingHints</code> value is provided, Kinesis Data Firehose buffers data up to 5 MB or for 5 minutes, whichever condition is satisfied first. <code>BufferingHints</code> is a hint, so there are some cases where the service cannot adhere to these conditions strictly. For example, record boundaries are such that the size is a little over or under the configured buffering size. By default, no encryption is performed. We strongly recommend that you enable encryption to ensure secure data storage in Amazon S3.</p> <p>A few notes about Amazon Redshift as a destination:</p> <ul> <li> <p>An Amazon Redshift destination requires an S3 bucket as intermediate location. This is because Kinesis Data Firehose first delivers data to Amazon S3 and then uses <code>COPY</code> syntax to load data into an Amazon Redshift table. This is specified in the <code>RedshiftDestinationConfiguration.S3Configuration</code> parameter.</p> </li> <li> <p>The compression formats <code>SNAPPY</code> or <code>ZIP</code> cannot be specified in <code>RedshiftDestinationConfiguration.S3Configuration</code> because the Amazon Redshift <code>COPY</code> operation that reads from the S3 bucket doesn't support these compression formats.</p> </li> <li> <p>We strongly recommend that you use the user name and password that you provide exclusively with Kinesis Data Firehose. In addition, the permissions for the account should be restricted for Amazon Redshift <code>INSERT</code> permissions.</p> </li> </ul> <p>Kinesis Data Firehose assumes the IAM role that is configured as part of the destination. The role should allow the Kinesis Data Firehose principal to assume the role, and the role should have permissions that allow the service to deliver the data. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-s3\">Grant Kinesis Firehose Access to an Amazon S3 Destination</a> in the <i>Amazon Kinesis Data Firehose Developer Guide</i>.</p>",
|
||||
"DeleteDeliveryStream": "<p>Deletes a delivery stream and its data.</p> <p>You can delete a delivery stream only if it is in <code>ACTIVE</code> or <code>DELETING</code> state, and not in the <code>CREATING</code> state. While the deletion request is in process, the delivery stream is in the <code>DELETING</code> state.</p> <p>To check the state of a delivery stream, use <a>DescribeDeliveryStream</a>.</p> <p>While the delivery stream is <code>DELETING</code> state, the service may continue to accept the records, but the service doesn't make any guarantees with respect to delivering the data. Therefore, as a best practice, you should first stop any applications that are sending records before deleting a delivery stream.</p>",
|
||||
"CreateDeliveryStream": "<p>Creates a Kinesis Data Firehose delivery stream.</p> <p>By default, you can create up to 50 delivery streams per AWS Region.</p> <p>This is an asynchronous operation that immediately returns. The initial status of the delivery stream is <code>CREATING</code>. After the delivery stream is created, its status is <code>ACTIVE</code> and it now accepts data. Attempts to send data to a delivery stream that is not in the <code>ACTIVE</code> state cause an exception. To check the state of a delivery stream, use <a>DescribeDeliveryStream</a>.</p> <p>A Kinesis Data Firehose delivery stream can be configured to receive records directly from providers using <a>PutRecord</a> or <a>PutRecordBatch</a>, or it can be configured to use an existing Kinesis stream as its source. To specify a Kinesis data stream as input, set the <code>DeliveryStreamType</code> parameter to <code>KinesisStreamAsSource</code>, and provide the Kinesis stream Amazon Resource Name (ARN) and role ARN in the <code>KinesisStreamSourceConfiguration</code> parameter.</p> <p>A delivery stream is configured with a single destination: Amazon S3, Amazon ES, Amazon Redshift, or Splunk. You must specify only one of the following destination configuration parameters: <b>ExtendedS3DestinationConfiguration</b>, <b>S3DestinationConfiguration</b>, <b>ElasticsearchDestinationConfiguration</b>, <b>RedshiftDestinationConfiguration</b>, or <b>SplunkDestinationConfiguration</b>.</p> <p>When you specify <b>S3DestinationConfiguration</b>, you can also provide the following optional values: <b>BufferingHints</b>, <b>EncryptionConfiguration</b>, and <b>CompressionFormat</b>. By default, if no <b>BufferingHints</b> value is provided, Kinesis Data Firehose buffers data up to 5 MB or for 5 minutes, whichever condition is satisfied first. <b>BufferingHints</b> is a hint, so there are some cases where the service cannot adhere to these conditions strictly. For example, record boundaries might be such that the size is a little over or under the configured buffering size. By default, no encryption is performed. We strongly recommend that you enable encryption to ensure secure data storage in Amazon S3.</p> <p>A few notes about Amazon Redshift as a destination:</p> <ul> <li> <p>An Amazon Redshift destination requires an S3 bucket as intermediate location. Kinesis Data Firehose first delivers data to Amazon S3 and then uses <code>COPY</code> syntax to load data into an Amazon Redshift table. This is specified in the <b>RedshiftDestinationConfiguration.S3Configuration</b> parameter.</p> </li> <li> <p>The compression formats <code>SNAPPY</code> or <code>ZIP</code> cannot be specified in <code>RedshiftDestinationConfiguration.S3Configuration</code> because the Amazon Redshift <code>COPY</code> operation that reads from the S3 bucket doesn't support these compression formats.</p> </li> <li> <p>We strongly recommend that you use the user name and password you provide exclusively with Kinesis Data Firehose, and that the permissions for the account are restricted for Amazon Redshift <code>INSERT</code> permissions.</p> </li> </ul> <p>Kinesis Data Firehose assumes the IAM role that is configured as part of the destination. The role should allow the Kinesis Data Firehose principal to assume the role, and the role should have permissions that allow the service to deliver the data. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-s3\">Grant Kinesis Data Firehose Access to an Amazon S3 Destination</a> in the <i>Amazon Kinesis Data Firehose Developer Guide</i>.</p>",
|
||||
"DeleteDeliveryStream": "<p>Deletes a delivery stream and its data.</p> <p>You can delete a delivery stream only if it is in <code>ACTIVE</code> or <code>DELETING</code> state, and not in the <code>CREATING</code> state. While the deletion request is in process, the delivery stream is in the <code>DELETING</code> state.</p> <p>To check the state of a delivery stream, use <a>DescribeDeliveryStream</a>.</p> <p>While the delivery stream is <code>DELETING</code> state, the service might continue to accept the records, but it doesn't make any guarantees with respect to delivering the data. Therefore, as a best practice, you should first stop any applications that are sending records before deleting a delivery stream.</p>",
|
||||
"DescribeDeliveryStream": "<p>Describes the specified delivery stream and gets the status. For example, after your delivery stream is created, call <code>DescribeDeliveryStream</code> to see whether the delivery stream is <code>ACTIVE</code> and therefore ready for data to be sent to it.</p>",
|
||||
"ListDeliveryStreams": "<p>Lists your delivery streams.</p> <p>The number of delivery streams might be too large to return using a single call to <code>ListDeliveryStreams</code>. You can limit the number of delivery streams returned, using the <b>Limit</b> parameter. To determine whether there are more delivery streams to list, check the value of <code>HasMoreDeliveryStreams</code> in the output. If there are more delivery streams to list, you can request them by specifying the name of the last delivery stream returned in the call in the <code>ExclusiveStartDeliveryStreamName</code> parameter of a subsequent call.</p>",
|
||||
"ListTagsForDeliveryStream": "<p>Lists the tags for the specified delivery stream. This operation has a limit of five transactions per second per account. </p>",
|
||||
"PutRecord": "<p>Writes a single data record into an Amazon Kinesis Data Firehose delivery stream. To write multiple data records into a delivery stream, use <a>PutRecordBatch</a>. Applications using these operations are referred to as producers.</p> <p>By default, each delivery stream can take in up to 2,000 transactions per second, 5,000 records per second, or 5 MB per second. Note that if you use <code>PutRecord</code> and <a>PutRecordBatch</a>, the limits are an aggregate across these two operations for each delivery stream. For more information about limits and how to request an increase, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/limits.html\">Amazon Kinesis Data Firehose Limits</a>. </p> <p>You must specify the name of the delivery stream and the data record when using <code>PutRecord</code>. The data record consists of a data blob that can be up to 1,000 KB in size and any kind of data. For example, it can be a segment from a log file, geographic location data, website clickstream data, and so on.</p> <p>Kinesis Data Firehose buffers records before delivering them to the destination. To disambiguate the data blobs at the destination, a common solution is to use delimiters in the data, such as a newline (<code>\\n</code>) or some other character unique within the data. This allows the consumer application to parse individual data items when reading the data from the destination.</p> <p>The <code>PutRecord</code> operation returns a <code>RecordId</code>, which is a unique string assigned to each record. Producer applications can use this ID for purposes such as auditability and investigation.</p> <p>If the <code>PutRecord</code> operation throws a <code>ServiceUnavailableException</code>, back off and retry. If the exception persists, it is possible that the throughput limits have been exceeded for the delivery stream. </p> <p>Data records sent to Kinesis Data Firehose are stored for 24 hours from the time they are added to a delivery stream as it attempts to send the records to the destination. If the destination is unreachable for more than 24 hours, the data is no longer available.</p>",
|
||||
"PutRecordBatch": "<p>Writes multiple data records into a delivery stream in a single call, which can achieve higher throughput per producer than when writing single records. To write single data records into a delivery stream, use <a>PutRecord</a>. Applications using these operations are referred to as producers.</p> <p>By default, each delivery stream can take in up to 2,000 transactions per second, 5,000 records per second, or 5 MB per second. If you use <a>PutRecord</a> and <code>PutRecordBatch</code>, the limits are an aggregate across these two operations for each delivery stream. For more information about limits, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/limits.html\">Amazon Kinesis Data Firehose Limits</a>.</p> <p>Each <code>PutRecordBatch</code> request supports up to 500 records. Each record in the request can be as large as 1,000 KB (before 64-bit encoding), up to a limit of 4 MB for the entire request. These limits cannot be changed.</p> <p>You must specify the name of the delivery stream and the data record when using <a>PutRecord</a>. The data record consists of a data blob that can be up to 1,000 KB in size and any kind of data. For example, it could be a segment from a log file, geographic location data, website clickstream data, and so on.</p> <p>Kinesis Data Firehose buffers records before delivering them to the destination. To disambiguate the data blobs at the destination, a common solution is to use delimiters in the data, such as a newline (<code>\\n</code>) or some other character unique within the data. This allows the consumer application to parse individual data items when reading the data from the destination.</p> <p>The <code>PutRecordBatch</code> response includes a count of failed records, <code>FailedPutCount</code>, and an array of responses, <code>RequestResponses</code>. Each entry in the <code>RequestResponses</code> array provides additional information about the processed record. It directly correlates with a record in the request array using the same ordering, from the top to the bottom. The response array always includes the same number of records as the request array. <code>RequestResponses</code> includes both successfully and unsuccessfully processed records. Kinesis Data Firehose attempts to process all records in each <code>PutRecordBatch</code> request. A single record failure does not stop the processing of subsequent records.</p> <p>A successfully processed record includes a <code>RecordId</code> value, which is unique for the record. An unsuccessfully processed record includes <code>ErrorCode</code> and <code>ErrorMessage</code> values. <code>ErrorCode</code> reflects the type of error, and is one of the following values: <code>ServiceUnavailable</code> or <code>InternalFailure</code>. <code>ErrorMessage</code> provides more detailed information about the error.</p> <p>If there is an internal server error or a timeout, the write might have completed or it might have failed. If <code>FailedPutCount</code> is greater than 0, retry the request, resending only those records that might have failed processing. This minimizes the possible duplicate records and also reduces the total bytes sent (and corresponding charges). We recommend that you handle any duplicates at the destination.</p> <p>If <code>PutRecordBatch</code> throws <code>ServiceUnavailableException</code>, back off and retry. If the exception persists, it is possible that the throughput limits have been exceeded for the delivery stream.</p> <p>Data records sent to Kinesis Data Firehose are stored for 24 hours from the time they are added to a delivery stream as it attempts to send the records to the destination. If the destination is unreachable for more than 24 hours, the data is no longer available.</p>",
|
||||
"PutRecord": "<p>Writes a single data record into an Amazon Kinesis Data Firehose delivery stream. To write multiple data records into a delivery stream, use <a>PutRecordBatch</a>. Applications using these operations are referred to as producers.</p> <p>By default, each delivery stream can take in up to 2,000 transactions per second, 5,000 records per second, or 5 MB per second. If you use <a>PutRecord</a> and <a>PutRecordBatch</a>, the limits are an aggregate across these two operations for each delivery stream. For more information about limits and how to request an increase, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/limits.html\">Amazon Kinesis Data Firehose Limits</a>. </p> <p>You must specify the name of the delivery stream and the data record when using <a>PutRecord</a>. The data record consists of a data blob that can be up to 1,000 KB in size, and any kind of data. For example, it can be a segment from a log file, geographic location data, website clickstream data, and so on.</p> <p>Kinesis Data Firehose buffers records before delivering them to the destination. To disambiguate the data blobs at the destination, a common solution is to use delimiters in the data, such as a newline (<code>\\n</code>) or some other character unique within the data. This allows the consumer application to parse individual data items when reading the data from the destination.</p> <p>The <code>PutRecord</code> operation returns a <code>RecordId</code>, which is a unique string assigned to each record. Producer applications can use this ID for purposes such as auditability and investigation.</p> <p>If the <code>PutRecord</code> operation throws a <code>ServiceUnavailableException</code>, back off and retry. If the exception persists, it is possible that the throughput limits have been exceeded for the delivery stream. </p> <p>Data records sent to Kinesis Data Firehose are stored for 24 hours from the time they are added to a delivery stream as it tries to send the records to the destination. If the destination is unreachable for more than 24 hours, the data is no longer available.</p>",
|
||||
"PutRecordBatch": "<p>Writes multiple data records into a delivery stream in a single call, which can achieve higher throughput per producer than when writing single records. To write single data records into a delivery stream, use <a>PutRecord</a>. Applications using these operations are referred to as producers.</p> <p>By default, each delivery stream can take in up to 2,000 transactions per second, 5,000 records per second, or 5 MB per second. If you use <a>PutRecord</a> and <a>PutRecordBatch</a>, the limits are an aggregate across these two operations for each delivery stream. For more information about limits, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/limits.html\">Amazon Kinesis Data Firehose Limits</a>.</p> <p>Each <a>PutRecordBatch</a> request supports up to 500 records. Each record in the request can be as large as 1,000 KB (before 64-bit encoding), up to a limit of 4 MB for the entire request. These limits cannot be changed.</p> <p>You must specify the name of the delivery stream and the data record when using <a>PutRecord</a>. The data record consists of a data blob that can be up to 1,000 KB in size, and any kind of data. For example, it could be a segment from a log file, geographic location data, website clickstream data, and so on.</p> <p>Kinesis Data Firehose buffers records before delivering them to the destination. To disambiguate the data blobs at the destination, a common solution is to use delimiters in the data, such as a newline (<code>\\n</code>) or some other character unique within the data. This allows the consumer application to parse individual data items when reading the data from the destination.</p> <p>The <a>PutRecordBatch</a> response includes a count of failed records, <b>FailedPutCount</b>, and an array of responses, <b>RequestResponses</b>. Each entry in the <b>RequestResponses</b> array provides additional information about the processed record. It directly correlates with a record in the request array using the same ordering, from the top to the bottom. The response array always includes the same number of records as the request array. <b>RequestResponses</b> includes both successfully and unsuccessfully processed records. Kinesis Data Firehose tries to process all records in each <a>PutRecordBatch</a> request. A single record failure does not stop the processing of subsequent records.</p> <p>A successfully processed record includes a <b>RecordId</b> value, which is unique for the record. An unsuccessfully processed record includes <b>ErrorCode</b> and <b>ErrorMessage</b> values. <b>ErrorCode</b> reflects the type of error, and is one of the following values: <code>ServiceUnavailable</code> or <code>InternalFailure</code>. <b>ErrorMessage</b> provides more detailed information about the error.</p> <p>If there is an internal server error or a timeout, the write might have completed or it might have failed. If <b>FailedPutCount</b> is greater than 0, retry the request, resending only those records that might have failed processing. This minimizes the possible duplicate records and also reduces the total bytes sent (and corresponding charges). We recommend that you handle any duplicates at the destination.</p> <p>If <a>PutRecordBatch</a> throws <b>ServiceUnavailableException</b>, back off and retry. If the exception persists, it is possible that the throughput limits have been exceeded for the delivery stream.</p> <p>Data records sent to Kinesis Data Firehose are stored for 24 hours from the time they are added to a delivery stream as it attempts to send the records to the destination. If the destination is unreachable for more than 24 hours, the data is no longer available.</p>",
|
||||
"TagDeliveryStream": "<p>Adds or updates tags for the specified delivery stream. A tag is a key-value pair (the value is optional) that you can define and assign to AWS resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html\">Using Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User Guide</i>. </p> <p> Each delivery stream can have up to 50 tags. </p> <p> This operation has a limit of five transactions per second per account. </p>",
|
||||
"UntagDeliveryStream": "<p>Removes tags from the specified delivery stream. Removed tags are deleted, and you can't recover them after this operation successfully completes.</p> <p>If you specify a tag that doesn't exist, the operation ignores it.</p> <p>This operation has a limit of five transactions per second per account. </p>",
|
||||
"UpdateDestination": "<p>Updates the specified destination of the specified delivery stream.</p> <p>Use this operation to change the destination type (for example, to replace the Amazon S3 destination with Amazon Redshift) or change the parameters associated with a destination (for example, to change the bucket name of the Amazon S3 destination). The update might not occur immediately. The target delivery stream remains active while the configurations are updated, so data writes to the delivery stream can continue during this process. The updated configurations are usually effective within a few minutes.</p> <p>Switching between Amazon ES and other services is not supported. For an Amazon ES destination, you can only update to another Amazon ES destination.</p> <p>If the destination type is the same, Kinesis Data Firehose merges the configuration parameters specified with the destination configuration that already exists on the delivery stream. If any of the parameters are not specified in the call, the existing values are retained. For example, in the Amazon S3 destination, if <a>EncryptionConfiguration</a> is not specified, then the existing <code>EncryptionConfiguration</code> is maintained on the destination.</p> <p>If the destination type is not the same, for example, changing the destination from Amazon S3 to Amazon Redshift, Kinesis Data Firehose does not merge any parameters. In this case, all parameters must be specified.</p> <p>Kinesis Data Firehose uses <code>CurrentDeliveryStreamVersionId</code> to avoid race conditions and conflicting merges. This is a required field, and the service updates the configuration only if the existing configuration has a version ID that matches. After the update is applied successfully, the version ID is updated, and you can retrieve it using <a>DescribeDeliveryStream</a>. Use the new version ID to set <code>CurrentDeliveryStreamVersionId</code> in the next call.</p>"
|
||||
"UpdateDestination": "<p>Updates the specified destination of the specified delivery stream.</p> <p>Use this operation to change the destination type (for example, to replace the Amazon S3 destination with Amazon Redshift) or change the parameters associated with a destination (for example, to change the bucket name of the Amazon S3 destination). The update might not occur immediately. The target delivery stream remains active while the configurations are updated, so data writes to the delivery stream can continue during this process. The updated configurations are usually effective within a few minutes.</p> <p>Switching between Amazon ES and other services is not supported. For an Amazon ES destination, you can only update to another Amazon ES destination.</p> <p>If the destination type is the same, Kinesis Data Firehose merges the configuration parameters specified with the destination configuration that already exists on the delivery stream. If any of the parameters are not specified in the call, the existing values are retained. For example, in the Amazon S3 destination, if <a>EncryptionConfiguration</a> is not specified, then the existing <code>EncryptionConfiguration</code> is maintained on the destination.</p> <p>If the destination type is not the same, for example, changing the destination from Amazon S3 to Amazon Redshift, Kinesis Data Firehose does not merge any parameters. In this case, all parameters must be specified.</p> <p>Kinesis Data Firehose uses <b>CurrentDeliveryStreamVersionId</b> to avoid race conditions and conflicting merges. This is a required field, and the service updates the configuration only if the existing configuration has a version ID that matches. After the update is applied successfully, the version ID is updated, and can be retrieved using <a>DescribeDeliveryStream</a>. Use the new version ID to set <b>CurrentDeliveryStreamVersionId</b> in the next call.</p>"
|
||||
},
|
||||
"shapes": {
|
||||
"AWSKMSKeyARN": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"KMSEncryptionConfig$AWSKMSKeyARN": "<p>The Amazon Resource Name (ARN) of the encryption key. Must belong to the same AWS Region as the destination Amazon S3 bucket.</p>"
|
||||
"KMSEncryptionConfig$AWSKMSKeyARN": "<p>The Amazon Resource Name (ARN) of the encryption key. Must belong to the same AWS Region as the destination Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>"
|
||||
}
|
||||
},
|
||||
"BlockSizeBytes": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"OrcSerDe$BlockSizeBytes": "<p>The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Kinesis Data Firehose uses this value for padding calculations.</p>",
|
||||
"ParquetSerDe$BlockSizeBytes": "<p>The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Kinesis Data Firehose uses this value for padding calculations.</p>"
|
||||
}
|
||||
},
|
||||
"BooleanObject": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CloudWatchLoggingOptions$Enabled": "<p>Enables or disables CloudWatch logging.</p>",
|
||||
"DataFormatConversionConfiguration$Enabled": "<p>Defaults to <code>true</code>. Set it to <code>false</code> if you want to disable format conversion while preserving the configuration details.</p>",
|
||||
"DeliveryStreamDescription$HasMoreDestinations": "<p>Indicates whether there are more destinations available to list.</p>",
|
||||
"ListDeliveryStreamsOutput$HasMoreDeliveryStreams": "<p>Indicates whether there are more delivery streams available to list.</p>",
|
||||
"ListTagsForDeliveryStreamOutput$HasMoreTags": "<p>If this is <code>true</code> in the response, more tags are available. To list the remaining tags, set <code>ExclusiveStartTagKey</code> to the key of the last tag returned and call <code>ListTagsForDeliveryStream</code> again.</p>",
|
||||
"OpenXJsonSerDe$ConvertDotsInJsonKeysToUnderscores": "<p>When set to <code>true</code>, specifies that the names of the keys include dots and that you want Kinesis Data Firehose to replace them with underscores. This is useful because Apache Hive does not allow dots in column names. For example, if the JSON contains a key whose name is \"a.b\", you can define the column name to be \"a_b\" when using this option.</p> <p>The default is <code>false</code>.</p>",
|
||||
"OpenXJsonSerDe$CaseInsensitive": "<p>When set to <code>true</code>, which is the default, Kinesis Data Firehose converts JSON keys to lowercase before deserializing them.</p>",
|
||||
"OrcSerDe$EnablePadding": "<p>Set this to <code>true</code> to indicate that you want stripes to be padded to the HDFS block boundaries. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is <code>false</code>.</p>",
|
||||
"ParquetSerDe$EnableDictionaryCompression": "<p>Indicates whether to enable dictionary compression.</p>",
|
||||
"ProcessingConfiguration$Enabled": "<p>Enables or disables data processing.</p>"
|
||||
}
|
||||
},
|
||||
"BucketARN": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ExtendedS3DestinationConfiguration$BucketARN": "<p>The ARN of the S3 bucket.</p>",
|
||||
"ExtendedS3DestinationDescription$BucketARN": "<p>The ARN of the S3 bucket.</p>",
|
||||
"ExtendedS3DestinationUpdate$BucketARN": "<p>The ARN of the S3 bucket.</p>",
|
||||
"S3DestinationConfiguration$BucketARN": "<p>The ARN of the S3 bucket.</p>",
|
||||
"S3DestinationDescription$BucketARN": "<p>The ARN of the S3 bucket.</p>",
|
||||
"S3DestinationUpdate$BucketARN": "<p>The ARN of the S3 bucket.</p>"
|
||||
"ExtendedS3DestinationConfiguration$BucketARN": "<p>The ARN of the S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"ExtendedS3DestinationDescription$BucketARN": "<p>The ARN of the S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"ExtendedS3DestinationUpdate$BucketARN": "<p>The ARN of the S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"S3DestinationConfiguration$BucketARN": "<p>The ARN of the S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"S3DestinationDescription$BucketARN": "<p>The ARN of the S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"S3DestinationUpdate$BucketARN": "<p>The ARN of the S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>"
|
||||
}
|
||||
},
|
||||
"BufferingHints": {
|
||||
"base": "<p>Describes hints for the buffering to perform before delivering data to the destination. These options are treated as hints, and therefore Kinesis Data Firehose might choose to use different values whenever it is optimal.</p>",
|
||||
"base": "<p>Describes hints for the buffering to perform before delivering data to the destination. These options are treated as hints, and therefore Kinesis Data Firehose might choose to use different values when it is optimal.</p>",
|
||||
"refs": {
|
||||
"ExtendedS3DestinationConfiguration$BufferingHints": "<p>The buffering option.</p>",
|
||||
"ExtendedS3DestinationDescription$BufferingHints": "<p>The buffering option.</p>",
|
||||
|
@ -55,21 +67,21 @@
|
|||
"CloudWatchLoggingOptions": {
|
||||
"base": "<p>Describes the Amazon CloudWatch logging options for your delivery stream.</p>",
|
||||
"refs": {
|
||||
"ElasticsearchDestinationConfiguration$CloudWatchLoggingOptions": "<p>The CloudWatch logging options for your delivery stream.</p>",
|
||||
"ElasticsearchDestinationDescription$CloudWatchLoggingOptions": "<p>The CloudWatch logging options.</p>",
|
||||
"ElasticsearchDestinationConfiguration$CloudWatchLoggingOptions": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>",
|
||||
"ElasticsearchDestinationDescription$CloudWatchLoggingOptions": "<p>The Amazon CloudWatch logging options.</p>",
|
||||
"ElasticsearchDestinationUpdate$CloudWatchLoggingOptions": "<p>The CloudWatch logging options for your delivery stream.</p>",
|
||||
"ExtendedS3DestinationConfiguration$CloudWatchLoggingOptions": "<p>The CloudWatch logging options for your delivery stream.</p>",
|
||||
"ExtendedS3DestinationDescription$CloudWatchLoggingOptions": "<p>The CloudWatch logging options for your delivery stream.</p>",
|
||||
"ExtendedS3DestinationUpdate$CloudWatchLoggingOptions": "<p>The CloudWatch logging options for your delivery stream.</p>",
|
||||
"ExtendedS3DestinationConfiguration$CloudWatchLoggingOptions": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>",
|
||||
"ExtendedS3DestinationDescription$CloudWatchLoggingOptions": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>",
|
||||
"ExtendedS3DestinationUpdate$CloudWatchLoggingOptions": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>",
|
||||
"RedshiftDestinationConfiguration$CloudWatchLoggingOptions": "<p>The CloudWatch logging options for your delivery stream.</p>",
|
||||
"RedshiftDestinationDescription$CloudWatchLoggingOptions": "<p>The CloudWatch logging options for your delivery stream.</p>",
|
||||
"RedshiftDestinationUpdate$CloudWatchLoggingOptions": "<p>The CloudWatch logging options for your delivery stream.</p>",
|
||||
"RedshiftDestinationDescription$CloudWatchLoggingOptions": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>",
|
||||
"RedshiftDestinationUpdate$CloudWatchLoggingOptions": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>",
|
||||
"S3DestinationConfiguration$CloudWatchLoggingOptions": "<p>The CloudWatch logging options for your delivery stream.</p>",
|
||||
"S3DestinationDescription$CloudWatchLoggingOptions": "<p>The CloudWatch logging options for your delivery stream.</p>",
|
||||
"S3DestinationDescription$CloudWatchLoggingOptions": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>",
|
||||
"S3DestinationUpdate$CloudWatchLoggingOptions": "<p>The CloudWatch logging options for your delivery stream.</p>",
|
||||
"SplunkDestinationConfiguration$CloudWatchLoggingOptions": "<p>The CloudWatch logging options for your delivery stream.</p>",
|
||||
"SplunkDestinationDescription$CloudWatchLoggingOptions": "<p>The CloudWatch logging options for your delivery stream.</p>",
|
||||
"SplunkDestinationUpdate$CloudWatchLoggingOptions": "<p>The CloudWatch logging options for your delivery stream.</p>"
|
||||
"SplunkDestinationConfiguration$CloudWatchLoggingOptions": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>",
|
||||
"SplunkDestinationDescription$CloudWatchLoggingOptions": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>",
|
||||
"SplunkDestinationUpdate$CloudWatchLoggingOptions": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>"
|
||||
}
|
||||
},
|
||||
"ClusterJDBCURL": {
|
||||
|
@ -80,6 +92,12 @@
|
|||
"RedshiftDestinationUpdate$ClusterJDBCURL": "<p>The database connection string.</p>"
|
||||
}
|
||||
},
|
||||
"ColumnToJsonKeyMappings": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"OpenXJsonSerDe$ColumnToJsonKeyMappings": "<p>Maps column names to JSON keys that aren't identical to the column names. This is useful when the JSON contains keys that are Hive keywords. For example, <code>timestamp</code> is a Hive keyword. If you have a JSON key named <code>timestamp</code>, set this parameter to <code>{\"ts\": \"timestamp\"}</code> to map this key to a column named <code>ts</code>.</p>"
|
||||
}
|
||||
},
|
||||
"CompressionFormat": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
|
@ -126,6 +144,14 @@
|
|||
"Record$Data": "<p>The data blob, which is base64-encoded when the blob is serialized. The maximum size of the data blob, before base64-encoding, is 1,000 KB.</p>"
|
||||
}
|
||||
},
|
||||
"DataFormatConversionConfiguration": {
|
||||
"base": "<p>Specifies that you want Kinesis Data Firehose to convert data from the JSON format to the Parquet or ORC format before writing it to Amazon S3. Kinesis Data Firehose uses the serializer and deserializer that you specify, in addition to the column information from the AWS Glue table, to deserialize your input data from JSON and then serialize it to the Parquet or ORC format. For more information, see <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/record-format-conversion.html\">Kinesis Data Firehose Record Format Conversion</a>.</p>",
|
||||
"refs": {
|
||||
"ExtendedS3DestinationConfiguration$DataFormatConversionConfiguration": "<p>The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.</p>",
|
||||
"ExtendedS3DestinationDescription$DataFormatConversionConfiguration": "<p>The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.</p>",
|
||||
"ExtendedS3DestinationUpdate$DataFormatConversionConfiguration": "<p>The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.</p>"
|
||||
}
|
||||
},
|
||||
"DataTableColumns": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
|
@ -158,7 +184,7 @@
|
|||
"base": null,
|
||||
"refs": {
|
||||
"CreateDeliveryStreamOutput$DeliveryStreamARN": "<p>The ARN of the delivery stream.</p>",
|
||||
"DeliveryStreamDescription$DeliveryStreamARN": "<p>The Amazon Resource Name (ARN) of the delivery stream.</p>"
|
||||
"DeliveryStreamDescription$DeliveryStreamARN": "<p>The Amazon Resource Name (ARN) of the delivery stream. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>"
|
||||
}
|
||||
},
|
||||
"DeliveryStreamDescription": {
|
||||
|
@ -170,7 +196,7 @@
|
|||
"DeliveryStreamName": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CreateDeliveryStreamInput$DeliveryStreamName": "<p>The name of the delivery stream. This name must be unique per AWS account in the same Region. If the delivery streams are in different accounts or different Regions, you can have multiple delivery streams with the same name.</p>",
|
||||
"CreateDeliveryStreamInput$DeliveryStreamName": "<p>The name of the delivery stream. This name must be unique per AWS account in the same AWS Region. If the delivery streams are in different accounts or different Regions, you can have multiple delivery streams with the same name.</p>",
|
||||
"DeleteDeliveryStreamInput$DeliveryStreamName": "<p>The name of the delivery stream.</p>",
|
||||
"DeliveryStreamDescription$DeliveryStreamName": "<p>The name of the delivery stream.</p>",
|
||||
"DeliveryStreamNameList$member": null,
|
||||
|
@ -208,7 +234,7 @@
|
|||
"base": null,
|
||||
"refs": {
|
||||
"DeliveryStreamDescription$VersionId": "<p>Each time the destination is updated for a delivery stream, the version ID is changed, and the current version ID is required when updating the destination. This is so that the service knows it is applying the changes to the correct version of the delivery stream.</p>",
|
||||
"UpdateDestinationInput$CurrentDeliveryStreamVersionId": "<p>Obtain this value from the <code>VersionId</code> result of <a>DeliveryStreamDescription</a>. This value is required, and it helps the service perform conditional operations. For example, if there is an interleaving update and this value is null, then the update destination fails. After the update is successful, the <code>VersionId</code> value is updated. The service then performs a merge of the old configuration with the new configuration.</p>"
|
||||
"UpdateDestinationInput$CurrentDeliveryStreamVersionId": "<p>Obtain this value from the <b>VersionId</b> result of <a>DeliveryStreamDescription</a>. This value is required, and helps the service perform conditional operations. For example, if there is an interleaving update and this value is null, then the update destination fails. After the update is successful, the <code>VersionId</code> value is updated. The service then performs a merge of the old configuration with the new configuration.</p>"
|
||||
}
|
||||
},
|
||||
"DescribeDeliveryStreamInput": {
|
||||
|
@ -219,7 +245,7 @@
|
|||
"DescribeDeliveryStreamInputLimit": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"DescribeDeliveryStreamInput$Limit": "<p>The limit on the number of destinations to return. Currently, you can have one destination per delivery stream.</p>"
|
||||
"DescribeDeliveryStreamInput$Limit": "<p>The limit on the number of destinations to return. You can have one destination per delivery stream.</p>"
|
||||
}
|
||||
},
|
||||
"DescribeDeliveryStreamOutput": {
|
||||
|
@ -227,6 +253,12 @@
|
|||
"refs": {
|
||||
}
|
||||
},
|
||||
"Deserializer": {
|
||||
"base": "<p>The deserializer you want Kinesis Data Firehose to use for converting the input data from JSON. Kinesis Data Firehose then serializes the data to its final format using the <a>Serializer</a>. Kinesis Data Firehose supports two types of deserializers: the <a href=\"https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-JSON\">Apache Hive JSON SerDe</a> and the <a href=\"https://github.com/rcongiu/Hive-JSON-Serde\">OpenX JSON SerDe</a>.</p>",
|
||||
"refs": {
|
||||
"InputFormatConfiguration$Deserializer": "<p>Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.</p>"
|
||||
}
|
||||
},
|
||||
"DestinationDescription": {
|
||||
"base": "<p>Describes the destination for a delivery stream.</p>",
|
||||
"refs": {
|
||||
|
@ -242,7 +274,7 @@
|
|||
"DestinationId": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"DescribeDeliveryStreamInput$ExclusiveStartDestinationId": "<p>The ID of the destination to start returning the destination information. Currently, Kinesis Data Firehose supports one destination per delivery stream.</p>",
|
||||
"DescribeDeliveryStreamInput$ExclusiveStartDestinationId": "<p>The ID of the destination to start returning the destination information. Kinesis Data Firehose supports one destination per delivery stream.</p>",
|
||||
"DestinationDescription$DestinationId": "<p>The ID of the destination.</p>",
|
||||
"UpdateDestinationInput$DestinationId": "<p>The ID of the destination.</p>"
|
||||
}
|
||||
|
@ -252,7 +284,7 @@
|
|||
"refs": {
|
||||
"ElasticsearchDestinationConfiguration$BufferingHints": "<p>The buffering options. If no value is specified, the default values for <code>ElasticsearchBufferingHints</code> are used.</p>",
|
||||
"ElasticsearchDestinationDescription$BufferingHints": "<p>The buffering options.</p>",
|
||||
"ElasticsearchDestinationUpdate$BufferingHints": "<p>The buffering options. If no value is specified, <code>ElasticsearchBufferingHints</code> object default values are used. </p>"
|
||||
"ElasticsearchDestinationUpdate$BufferingHints": "<p>The buffering options. If no value is specified, <b>ElasticsearchBufferingHints</b> object default values are used. </p>"
|
||||
}
|
||||
},
|
||||
"ElasticsearchBufferingIntervalInSeconds": {
|
||||
|
@ -288,9 +320,9 @@
|
|||
"ElasticsearchDomainARN": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ElasticsearchDestinationConfiguration$DomainARN": "<p>The ARN of the Amazon ES domain. The IAM role must have permissions for <code>DescribeElasticsearchDomain</code>, <code>DescribeElasticsearchDomains</code>, and <code>DescribeElasticsearchDomainConfig</code> after assuming the role specified in <code>RoleARN</code>.</p>",
|
||||
"ElasticsearchDestinationDescription$DomainARN": "<p>The ARN of the Amazon ES domain.</p>",
|
||||
"ElasticsearchDestinationUpdate$DomainARN": "<p>The ARN of the Amazon ES domain. The IAM role must have permissions for <code>DescribeElasticsearchDomain</code>, <code>DescribeElasticsearchDomains</code>, and <code>DescribeElasticsearchDomainConfig</code> after assuming the IAM role specified in <code>RoleARN</code>.</p>"
|
||||
"ElasticsearchDestinationConfiguration$DomainARN": "<p>The ARN of the Amazon ES domain. The IAM role must have permissions for <code>DescribeElasticsearchDomain</code>, <code>DescribeElasticsearchDomains</code>, and <code>DescribeElasticsearchDomainConfig</code> after assuming the role specified in <b>RoleARN</b>. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"ElasticsearchDestinationDescription$DomainARN": "<p>The ARN of the Amazon ES domain. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"ElasticsearchDestinationUpdate$DomainARN": "<p>The ARN of the Amazon ES domain. The IAM role must have permissions for <code>DescribeElasticsearchDomain</code>, <code>DescribeElasticsearchDomains</code>, and <code>DescribeElasticsearchDomainConfig</code> after assuming the IAM role specified in <b>RoleARN</b>. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>"
|
||||
}
|
||||
},
|
||||
"ElasticsearchIndexName": {
|
||||
|
@ -304,15 +336,15 @@
|
|||
"ElasticsearchIndexRotationPeriod": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ElasticsearchDestinationConfiguration$IndexRotationPeriod": "<p>The Elasticsearch index rotation period. Index rotation appends a time stamp to the IndexName to facilitate the expiration of old data. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#es-index-rotation\">Index Rotation for the Amazon ES Destination</a>. The default value is <code>OneDay</code>.</p>",
|
||||
"ElasticsearchDestinationConfiguration$IndexRotationPeriod": "<p>The Elasticsearch index rotation period. Index rotation appends a time stamp to the <code>IndexName</code> to facilitate the expiration of old data. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#es-index-rotation\">Index Rotation for the Amazon ES Destination</a>. The default value is <code>OneDay</code>.</p>",
|
||||
"ElasticsearchDestinationDescription$IndexRotationPeriod": "<p>The Elasticsearch index rotation period</p>",
|
||||
"ElasticsearchDestinationUpdate$IndexRotationPeriod": "<p>The Elasticsearch index rotation period. Index rotation appends a time stamp to IndexName to facilitate the expiration of old data. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#es-index-rotation\">Index Rotation for the Amazon ES Destination</a>. Default value is <code>OneDay</code>.</p>"
|
||||
"ElasticsearchDestinationUpdate$IndexRotationPeriod": "<p>The Elasticsearch index rotation period. Index rotation appends a time stamp to <code>IndexName</code> to facilitate the expiration of old data. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#es-index-rotation\">Index Rotation for the Amazon ES Destination</a>. Default value is <code>OneDay</code>.</p>"
|
||||
}
|
||||
},
|
||||
"ElasticsearchRetryDurationInSeconds": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ElasticsearchRetryOptions$DurationInSeconds": "<p>After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose re-attempts delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.</p>"
|
||||
"ElasticsearchRetryOptions$DurationInSeconds": "<p>After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.</p>"
|
||||
}
|
||||
},
|
||||
"ElasticsearchRetryOptions": {
|
||||
|
@ -326,16 +358,16 @@
|
|||
"ElasticsearchS3BackupMode": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ElasticsearchDestinationConfiguration$S3BackupMode": "<p>Defines how documents should be delivered to Amazon S3. When set to <code>FailedDocumentsOnly</code>, Kinesis Data Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with <code>elasticsearch-failed/</code> appended to the key prefix. When set to <code>AllDocuments</code>, Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed documents with <code>elasticsearch-failed/</code> appended to the prefix. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#retry\">Data Delivery Failure Handling</a>. Default value is <code>FailedDocumentsOnly</code>.</p>",
|
||||
"ElasticsearchDestinationConfiguration$S3BackupMode": "<p>Defines how documents should be delivered to Amazon S3. When it is set to <code>FailedDocumentsOnly</code>, Kinesis Data Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with <code>elasticsearch-failed/</code> appended to the key prefix. When set to <code>AllDocuments</code>, Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed documents with <code>elasticsearch-failed/</code> appended to the prefix. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#es-s3-backup\">Amazon S3 Backup for the Amazon ES Destination</a>. Default value is <code>FailedDocumentsOnly</code>.</p>",
|
||||
"ElasticsearchDestinationDescription$S3BackupMode": "<p>The Amazon S3 backup mode.</p>"
|
||||
}
|
||||
},
|
||||
"ElasticsearchTypeName": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ElasticsearchDestinationConfiguration$TypeName": "<p>The Elasticsearch type name.</p>",
|
||||
"ElasticsearchDestinationConfiguration$TypeName": "<p>The Elasticsearch type name. For Elasticsearch 6.x, there can be only one type per index. If you try to specify a new type for an existing index that already has another type, Kinesis Data Firehose returns an error during run time.</p>",
|
||||
"ElasticsearchDestinationDescription$TypeName": "<p>The Elasticsearch type name.</p>",
|
||||
"ElasticsearchDestinationUpdate$TypeName": "<p>The Elasticsearch type name.</p>"
|
||||
"ElasticsearchDestinationUpdate$TypeName": "<p>The Elasticsearch type name. For Elasticsearch 6.x, there can be only one type per index. If you try to specify a new type for an existing index that already has another type, Kinesis Data Firehose returns an error during runtime.</p>"
|
||||
}
|
||||
},
|
||||
"EncryptionConfiguration": {
|
||||
|
@ -413,10 +445,22 @@
|
|||
"base": null,
|
||||
"refs": {
|
||||
"SplunkDestinationConfiguration$HECToken": "<p>This is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.</p>",
|
||||
"SplunkDestinationDescription$HECToken": "<p>This is a GUID you obtain from your Splunk cluster when you create a new HEC endpoint.</p>",
|
||||
"SplunkDestinationDescription$HECToken": "<p>A GUID you obtain from your Splunk cluster when you create a new HEC endpoint.</p>",
|
||||
"SplunkDestinationUpdate$HECToken": "<p>A GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.</p>"
|
||||
}
|
||||
},
|
||||
"HiveJsonSerDe": {
|
||||
"base": "<p>The native Hive / HCatalog JsonSerDe. Used by Kinesis Data Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.</p>",
|
||||
"refs": {
|
||||
"Deserializer$HiveJsonSerDe": "<p>The native Hive / HCatalog JsonSerDe. Used by Kinesis Data Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.</p>"
|
||||
}
|
||||
},
|
||||
"InputFormatConfiguration": {
|
||||
"base": "<p>Specifies the deserializer you want to use to convert the format of the input data.</p>",
|
||||
"refs": {
|
||||
"DataFormatConversionConfiguration$InputFormatConfiguration": "<p>Specifies the deserializer that you want Kinesis Data Firehose to use to convert the format of your data from JSON.</p>"
|
||||
}
|
||||
},
|
||||
"IntervalInSeconds": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
|
@ -437,8 +481,8 @@
|
|||
"KinesisStreamARN": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"KinesisStreamSourceConfiguration$KinesisStreamARN": "<p>The ARN of the source Kinesis data stream.</p>",
|
||||
"KinesisStreamSourceDescription$KinesisStreamARN": "<p>The Amazon Resource Name (ARN) of the source Kinesis data stream.</p>"
|
||||
"KinesisStreamSourceConfiguration$KinesisStreamARN": "<p>The ARN of the source Kinesis data stream. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-kinesis-streams\">Amazon Kinesis Data Streams ARN Format</a>.</p>",
|
||||
"KinesisStreamSourceDescription$KinesisStreamARN": "<p>The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-kinesis-streams\">Amazon Kinesis Data Streams ARN Format</a>.</p>"
|
||||
}
|
||||
},
|
||||
"KinesisStreamSourceConfiguration": {
|
||||
|
@ -474,6 +518,18 @@
|
|||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListOfNonEmptyStrings": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"HiveJsonSerDe$TimestampFormats": "<p>Indicates how you want Kinesis Data Firehose to parse the date and time stamps that may be present in your input data JSON. To specify these format strings, follow the pattern syntax of JodaTime's DateTimeFormat format strings. For more information, see <a href=\"https://www.joda.org/joda-time/apidocs/org/joda/time/format/DateTimeFormat.html\">Class DateTimeFormat</a>. You can also use the special value <code>millis</code> to parse time stamps in epoch milliseconds. If you don't specify a format, Kinesis Data Firehose uses <code>java.sql.Timestamp::valueOf</code> by default.</p>"
|
||||
}
|
||||
},
|
||||
"ListOfNonEmptyStringsWithoutWhitespace": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"OrcSerDe$BloomFilterColumns": "<p>The column names for which you want Kinesis Data Firehose to create bloom filters. The default is <code>null</code>.</p>"
|
||||
}
|
||||
},
|
||||
"ListTagsForDeliveryStreamInput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
|
@ -514,12 +570,99 @@
|
|||
"EncryptionConfiguration$NoEncryptionConfig": "<p>Specifically override existing encryption information to ensure that no encryption is used.</p>"
|
||||
}
|
||||
},
|
||||
"NonEmptyString": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ColumnToJsonKeyMappings$value": null,
|
||||
"ListOfNonEmptyStrings$member": null
|
||||
}
|
||||
},
|
||||
"NonEmptyStringWithoutWhitespace": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ColumnToJsonKeyMappings$key": null,
|
||||
"ListOfNonEmptyStringsWithoutWhitespace$member": null,
|
||||
"SchemaConfiguration$RoleARN": "<p>The role that Kinesis Data Firehose can use to access AWS Glue. This role must be in the same account you use for Kinesis Data Firehose. Cross-account roles aren't allowed.</p>",
|
||||
"SchemaConfiguration$CatalogId": "<p>The ID of the AWS Glue Data Catalog. If you don't supply this, the AWS account ID is used by default.</p>",
|
||||
"SchemaConfiguration$DatabaseName": "<p>Specifies the name of the AWS Glue database that contains the schema for the output data.</p>",
|
||||
"SchemaConfiguration$TableName": "<p>Specifies the AWS Glue table that contains the column information that constitutes your data schema.</p>",
|
||||
"SchemaConfiguration$Region": "<p>If you don't specify an AWS Region, the default is the current Region.</p>",
|
||||
"SchemaConfiguration$VersionId": "<p>Specifies the table version for the output data schema. If you don't specify this version ID, or if you set it to <code>LATEST</code>, Kinesis Data Firehose uses the most recent version. This means that any updates to the table are automatically picked up.</p>"
|
||||
}
|
||||
},
|
||||
"NonNegativeIntegerObject": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ParquetSerDe$MaxPaddingBytes": "<p>The maximum amount of padding to apply. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 0.</p>",
|
||||
"PutRecordBatchOutput$FailedPutCount": "<p>The number of records that might have failed processing.</p>"
|
||||
}
|
||||
},
|
||||
"OpenXJsonSerDe": {
|
||||
"base": "<p>The OpenX SerDe. Used by Kinesis Data Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.</p>",
|
||||
"refs": {
|
||||
"Deserializer$OpenXJsonSerDe": "<p>The OpenX SerDe. Used by Kinesis Data Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.</p>"
|
||||
}
|
||||
},
|
||||
"OrcCompression": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"OrcSerDe$Compression": "<p>The compression code to use over data blocks. The default is <code>SNAPPY</code>.</p>"
|
||||
}
|
||||
},
|
||||
"OrcFormatVersion": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"OrcSerDe$FormatVersion": "<p>The version of the file to write. The possible values are <code>V0_11</code> and <code>V0_12</code>. The default is <code>V0_12</code>.</p>"
|
||||
}
|
||||
},
|
||||
"OrcRowIndexStride": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"OrcSerDe$RowIndexStride": "<p>The number of rows between index entries. The default is 10,000 and the minimum is 1,000.</p>"
|
||||
}
|
||||
},
|
||||
"OrcSerDe": {
|
||||
"base": "<p>A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see <a href=\"https://orc.apache.org/docs/\">Apache ORC</a>.</p>",
|
||||
"refs": {
|
||||
"Serializer$OrcSerDe": "<p>A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see <a href=\"https://orc.apache.org/docs/\">Apache ORC</a>.</p>"
|
||||
}
|
||||
},
|
||||
"OrcStripeSizeBytes": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"OrcSerDe$StripeSizeBytes": "<p>The number of bytes in each stripe. The default is 64 MiB and the minimum is 8 MiB.</p>"
|
||||
}
|
||||
},
|
||||
"OutputFormatConfiguration": {
|
||||
"base": "<p>Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data before it writes it to Amazon S3.</p>",
|
||||
"refs": {
|
||||
"DataFormatConversionConfiguration$OutputFormatConfiguration": "<p>Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data to the Parquet or ORC format.</p>"
|
||||
}
|
||||
},
|
||||
"ParquetCompression": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ParquetSerDe$Compression": "<p>The compression code to use over data blocks. The possible values are <code>UNCOMPRESSED</code>, <code>SNAPPY</code>, and <code>GZIP</code>, with the default being <code>SNAPPY</code>. Use <code>SNAPPY</code> for higher decompression speed. Use <code>GZIP</code> if the compression ration is more important than speed.</p>"
|
||||
}
|
||||
},
|
||||
"ParquetPageSizeBytes": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ParquetSerDe$PageSizeBytes": "<p>The Parquet page size. Column chunks are divided into pages. A page is conceptually an indivisible unit (in terms of compression and encoding). The minimum value is 64 KiB and the default is 1 MiB.</p>"
|
||||
}
|
||||
},
|
||||
"ParquetSerDe": {
|
||||
"base": "<p>A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see <a href=\"https://parquet.apache.org/documentation/latest/\">Apache Parquet</a>.</p>",
|
||||
"refs": {
|
||||
"Serializer$ParquetSerDe": "<p>A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see <a href=\"https://parquet.apache.org/documentation/latest/\">Apache Parquet</a>.</p>"
|
||||
}
|
||||
},
|
||||
"ParquetWriterVersion": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ParquetSerDe$WriterVersion": "<p>Indicates the version of row format to output. The possible values are <code>V1</code> and <code>V2</code>. The default is <code>V1</code>.</p>"
|
||||
}
|
||||
},
|
||||
"Password": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
|
@ -531,7 +674,7 @@
|
|||
"base": null,
|
||||
"refs": {
|
||||
"ExtendedS3DestinationConfiguration$Prefix": "<p>The \"YYYY/MM/DD/HH\" time format prefix is automatically used for delivered Amazon S3 files. You can specify an extra prefix to be added in front of the time format prefix. If the prefix ends with a slash, it appears as a folder in the S3 bucket. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#s3-object-name\">Amazon S3 Object Name Format</a> in the <i>Amazon Kinesis Data Firehose Developer Guide</i>.</p>",
|
||||
"ExtendedS3DestinationDescription$Prefix": "<p>The \"YYYY/MM/DD/HH\" time format prefix is automatically used for delivered S3 files. You can specify an extra prefix to be added in front of the time format prefix. If the prefix ends with a slash, it appears as a folder in the S3 bucket. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#s3-object-name\">Amazon S3 Object Name Format</a> in the <i>Amazon Kinesis Data Firehose Developer Guide</i>.</p>",
|
||||
"ExtendedS3DestinationDescription$Prefix": "<p>The \"YYYY/MM/DD/HH\" time format prefix is automatically used for delivered Amazon S3 files. You can specify an extra prefix to be added in front of the time format prefix. If the prefix ends with a slash, it appears as a folder in the S3 bucket. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#s3-object-name\">Amazon S3 Object Name Format</a> in the <i>Amazon Kinesis Data Firehose Developer Guide</i>.</p>",
|
||||
"ExtendedS3DestinationUpdate$Prefix": "<p>The \"YYYY/MM/DD/HH\" time format prefix is automatically used for delivered Amazon S3 files. You can specify an extra prefix to be added in front of the time format prefix. If the prefix ends with a slash, it appears as a folder in the S3 bucket. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#s3-object-name\">Amazon S3 Object Name Format</a> in the <i>Amazon Kinesis Data Firehose Developer Guide</i>.</p>",
|
||||
"S3DestinationConfiguration$Prefix": "<p>The \"YYYY/MM/DD/HH\" time format prefix is automatically used for delivered Amazon S3 files. You can specify an extra prefix to be added in front of the time format prefix. If the prefix ends with a slash, it appears as a folder in the S3 bucket. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#s3-object-name\">Amazon S3 Object Name Format</a> in the <i>Amazon Kinesis Data Firehose Developer Guide</i>.</p>",
|
||||
"S3DestinationDescription$Prefix": "<p>The \"YYYY/MM/DD/HH\" time format prefix is automatically used for delivered Amazon S3 files. You can specify an extra prefix to be added in front of the time format prefix. If the prefix ends with a slash, it appears as a folder in the S3 bucket. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#s3-object-name\">Amazon S3 Object Name Format</a> in the <i>Amazon Kinesis Data Firehose Developer Guide</i>.</p>",
|
||||
|
@ -597,6 +740,14 @@
|
|||
"Processor$Type": "<p>The type of processor.</p>"
|
||||
}
|
||||
},
|
||||
"Proportion": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"OrcSerDe$PaddingTolerance": "<p>A number between 0 and 1 that defines the tolerance for block padding as a decimal fraction of stripe size. The default value is 0.05, which means 5 percent of stripe size.</p> <p>For the default values of 64 MiB ORC stripes and 256 MiB HDFS blocks, the default block padding tolerance of 5 percent reserves a maximum of 3.2 MiB for padding within the 256 MiB block. In such a case, if the available size within the block is more than 3.2 MiB, a new, smaller stripe is inserted to fit within that space. This ensures that no stripe crosses block boundaries and causes remote reads within a node-local task.</p> <p>Kinesis Data Firehose ignores this parameter when <a>OrcSerDe$EnablePadding</a> is <code>false</code>.</p>",
|
||||
"OrcSerDe$BloomFilterFalsePositiveProbability": "<p>The Bloom filter false positive probability (FPP). The lower the FPP, the bigger the Bloom filter. The default value is 0.05, the minimum is 0, and the maximum is 1.</p>",
|
||||
"OrcSerDe$DictionaryKeyThreshold": "<p>Represents the fraction of the total number of non-null rows. To turn off dictionary encoding, set this fraction to a number that is less than the number of distinct keys in a dictionary. To always use dictionary encoding, set this threshold to 1.</p>"
|
||||
}
|
||||
},
|
||||
"PutRecordBatchInput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
|
@ -702,20 +853,20 @@
|
|||
"RoleARN": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ElasticsearchDestinationConfiguration$RoleARN": "<p>The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon ES Configuration API and for indexing documents. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-s3\">Grant Kinesis Data Firehose Access to an Amazon Destination</a>.</p>",
|
||||
"ElasticsearchDestinationDescription$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials.</p>",
|
||||
"ElasticsearchDestinationUpdate$RoleARN": "<p>The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon ES Configuration API and for indexing documents. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-s3\">Grant Kinesis Data Firehose Access to an Amazon S3 Destination</a>.</p>",
|
||||
"ExtendedS3DestinationConfiguration$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials.</p>",
|
||||
"ExtendedS3DestinationDescription$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials.</p>",
|
||||
"ExtendedS3DestinationUpdate$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials.</p>",
|
||||
"KinesisStreamSourceConfiguration$RoleARN": "<p>The ARN of the role that provides access to the source Kinesis data stream.</p>",
|
||||
"KinesisStreamSourceDescription$RoleARN": "<p>The ARN of the role used by the source Kinesis data stream.</p>",
|
||||
"RedshiftDestinationConfiguration$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials.</p>",
|
||||
"RedshiftDestinationDescription$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials.</p>",
|
||||
"RedshiftDestinationUpdate$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials.</p>",
|
||||
"S3DestinationConfiguration$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials.</p>",
|
||||
"S3DestinationDescription$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials.</p>",
|
||||
"S3DestinationUpdate$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials.</p>"
|
||||
"ElasticsearchDestinationConfiguration$RoleARN": "<p>The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon ES Configuration API and for indexing documents. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-s3\">Grant Kinesis Data Firehose Access to an Amazon S3 Destination</a> and <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"ElasticsearchDestinationDescription$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"ElasticsearchDestinationUpdate$RoleARN": "<p>The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon ES Configuration API and for indexing documents. For more information, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-s3\">Grant Kinesis Data Firehose Access to an Amazon S3 Destination</a> and <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"ExtendedS3DestinationConfiguration$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"ExtendedS3DestinationDescription$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"ExtendedS3DestinationUpdate$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"KinesisStreamSourceConfiguration$RoleARN": "<p>The ARN of the role that provides access to the source Kinesis data stream. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-iam\">AWS Identity and Access Management (IAM) ARN Format</a>.</p>",
|
||||
"KinesisStreamSourceDescription$RoleARN": "<p>The ARN of the role used by the source Kinesis data stream. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-iam\">AWS Identity and Access Management (IAM) ARN Format</a>.</p>",
|
||||
"RedshiftDestinationConfiguration$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"RedshiftDestinationDescription$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"RedshiftDestinationUpdate$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"S3DestinationConfiguration$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"S3DestinationDescription$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
|
||||
"S3DestinationUpdate$RoleARN": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>"
|
||||
}
|
||||
},
|
||||
"S3BackupMode": {
|
||||
|
@ -759,6 +910,18 @@
|
|||
"UpdateDestinationInput$S3DestinationUpdate": "<p>[Deprecated] Describes an update for a destination in Amazon S3.</p>"
|
||||
}
|
||||
},
|
||||
"SchemaConfiguration": {
|
||||
"base": "<p>Specifies the schema to which you want Kinesis Data Firehose to configure your data before it writes it to Amazon S3.</p>",
|
||||
"refs": {
|
||||
"DataFormatConversionConfiguration$SchemaConfiguration": "<p>Specifies the AWS Glue Data Catalog table that contains the column information.</p>"
|
||||
}
|
||||
},
|
||||
"Serializer": {
|
||||
"base": "<p>The serializer that you want Kinesis Data Firehose to use to convert data to the target format before writing it to Amazon S3. Kinesis Data Firehose supports two types of serializers: the <a href=\"https://hive.apache.org/javadocs/r1.2.2/api/org/apache/hadoop/hive/ql/io/orc/OrcSerde.html\">ORC SerDe</a> and the <a href=\"https://hive.apache.org/javadocs/r1.2.2/api/org/apache/hadoop/hive/ql/io/parquet/serde/ParquetHiveSerDe.html\">Parquet SerDe</a>.</p>",
|
||||
"refs": {
|
||||
"OutputFormatConfiguration$Serializer": "<p>Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.</p>"
|
||||
}
|
||||
},
|
||||
"ServiceUnavailableException": {
|
||||
"base": "<p>The service is unavailable. Back off and retry the operation. If you continue to see the exception, throughput limits for the delivery stream may have been exceeded. For more information about limits and how to request an increase, see <a href=\"http://docs.aws.amazon.com/firehose/latest/dev/limits.html\">Amazon Kinesis Data Firehose Limits</a>.</p>",
|
||||
"refs": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue