vendor: update all dependencies to latest versions

This commit is contained in:
Nick Craig-Wood 2018-01-16 13:20:59 +00:00
parent 8e83fb6fb9
commit 7d3a17725d
4878 changed files with 1974229 additions and 201215 deletions

View file

@ -7,6 +7,7 @@
"protocol":"json",
"serviceAbbreviation":"Firehose",
"serviceFullName":"Amazon Kinesis Firehose",
"serviceId":"Firehose",
"signatureVersion":"v4",
"targetPrefix":"Firehose_20150804",
"uid":"firehose-2015-08-04"
@ -51,21 +52,6 @@
{"shape":"ResourceNotFoundException"}
]
},
"GetKinesisStream":{
"name":"GetKinesisStream",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetKinesisStreamInput"},
"output":{"shape":"GetKinesisStreamOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidArgumentException"},
{"shape":"InvalidStreamTypeException"}
],
"internalonly":true
},
"ListDeliveryStreams":{
"name":"ListDeliveryStreams",
"http":{
@ -126,7 +112,6 @@
"min":1,
"pattern":"arn:.*"
},
"AccessKeyId":{"type":"string"},
"BooleanObject":{"type":"boolean"},
"BucketARN":{
"type":"string",
@ -193,7 +178,8 @@
},
"ExtendedS3DestinationConfiguration":{"shape":"ExtendedS3DestinationConfiguration"},
"RedshiftDestinationConfiguration":{"shape":"RedshiftDestinationConfiguration"},
"ElasticsearchDestinationConfiguration":{"shape":"ElasticsearchDestinationConfiguration"}
"ElasticsearchDestinationConfiguration":{"shape":"ElasticsearchDestinationConfiguration"},
"SplunkDestinationConfiguration":{"shape":"SplunkDestinationConfiguration"}
}
},
"CreateDeliveryStreamOutput":{
@ -315,7 +301,8 @@
"S3DestinationDescription":{"shape":"S3DestinationDescription"},
"ExtendedS3DestinationDescription":{"shape":"ExtendedS3DestinationDescription"},
"RedshiftDestinationDescription":{"shape":"RedshiftDestinationDescription"},
"ElasticsearchDestinationDescription":{"shape":"ElasticsearchDestinationDescription"}
"ElasticsearchDestinationDescription":{"shape":"ElasticsearchDestinationDescription"},
"SplunkDestinationDescription":{"shape":"SplunkDestinationDescription"}
}
},
"DestinationDescriptionList":{
@ -507,21 +494,20 @@
"S3BackupUpdate":{"shape":"S3DestinationUpdate"}
}
},
"FirehoseSource":{"type":"string"},
"GetKinesisStreamInput":{
"type":"structure",
"required":["DeliveryStreamARN"],
"members":{
"DeliveryStreamARN":{"shape":"DeliveryStreamARN"}
}
"HECAcknowledgmentTimeoutInSeconds":{
"type":"integer",
"max":600,
"min":180
},
"GetKinesisStreamOutput":{
"type":"structure",
"members":{
"KinesisStreamARN":{"shape":"KinesisStreamARN"},
"CredentialsForReadingKinesisStream":{"shape":"SessionCredentials"}
}
"HECEndpoint":{"type":"string"},
"HECEndpointType":{
"type":"string",
"enum":[
"Raw",
"Event"
]
},
"HECToken":{"type":"string"},
"IntervalInSeconds":{
"type":"integer",
"max":900,
@ -534,14 +520,6 @@
},
"exception":true
},
"InvalidStreamTypeException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"},
"source":{"shape":"FirehoseSource"}
},
"exception":true
},
"KMSEncryptionConfig":{
"type":"structure",
"required":["AWSKMSKeyARN"],
@ -659,7 +637,10 @@
"type":"string",
"enum":[
"LambdaArn",
"NumberOfRetries"
"NumberOfRetries",
"RoleArn",
"BufferSizeInMBs",
"BufferIntervalInSeconds"
]
},
"ProcessorParameterValue":{
@ -896,7 +877,6 @@
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
}
},
"SecretAccessKey":{"type":"string"},
"ServiceUnavailableException":{
"type":"structure",
"members":{
@ -905,22 +885,6 @@
"exception":true,
"fault":true
},
"SessionCredentials":{
"type":"structure",
"required":[
"AccessKeyId",
"SecretAccessKey",
"SessionToken",
"Expiration"
],
"members":{
"AccessKeyId":{"shape":"AccessKeyId"},
"SecretAccessKey":{"shape":"SecretAccessKey"},
"SessionToken":{"shape":"SessionToken"},
"Expiration":{"shape":"Timestamp"}
}
},
"SessionToken":{"type":"string"},
"SizeInMBs":{
"type":"integer",
"max":128,
@ -932,6 +896,72 @@
"KinesisStreamSourceDescription":{"shape":"KinesisStreamSourceDescription"}
}
},
"SplunkDestinationConfiguration":{
"type":"structure",
"required":[
"HECEndpoint",
"HECEndpointType",
"HECToken",
"S3Configuration"
],
"members":{
"HECEndpoint":{"shape":"HECEndpoint"},
"HECEndpointType":{"shape":"HECEndpointType"},
"HECToken":{"shape":"HECToken"},
"HECAcknowledgmentTimeoutInSeconds":{"shape":"HECAcknowledgmentTimeoutInSeconds"},
"RetryOptions":{"shape":"SplunkRetryOptions"},
"S3BackupMode":{"shape":"SplunkS3BackupMode"},
"S3Configuration":{"shape":"S3DestinationConfiguration"},
"ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
}
},
"SplunkDestinationDescription":{
"type":"structure",
"members":{
"HECEndpoint":{"shape":"HECEndpoint"},
"HECEndpointType":{"shape":"HECEndpointType"},
"HECToken":{"shape":"HECToken"},
"HECAcknowledgmentTimeoutInSeconds":{"shape":"HECAcknowledgmentTimeoutInSeconds"},
"RetryOptions":{"shape":"SplunkRetryOptions"},
"S3BackupMode":{"shape":"SplunkS3BackupMode"},
"S3DestinationDescription":{"shape":"S3DestinationDescription"},
"ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
}
},
"SplunkDestinationUpdate":{
"type":"structure",
"members":{
"HECEndpoint":{"shape":"HECEndpoint"},
"HECEndpointType":{"shape":"HECEndpointType"},
"HECToken":{"shape":"HECToken"},
"HECAcknowledgmentTimeoutInSeconds":{"shape":"HECAcknowledgmentTimeoutInSeconds"},
"RetryOptions":{"shape":"SplunkRetryOptions"},
"S3BackupMode":{"shape":"SplunkS3BackupMode"},
"S3Update":{"shape":"S3DestinationUpdate"},
"ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
}
},
"SplunkRetryDurationInSeconds":{
"type":"integer",
"max":7200,
"min":0
},
"SplunkRetryOptions":{
"type":"structure",
"members":{
"DurationInSeconds":{"shape":"SplunkRetryDurationInSeconds"}
}
},
"SplunkS3BackupMode":{
"type":"string",
"enum":[
"FailedEventsOnly",
"AllEvents"
]
},
"Timestamp":{"type":"timestamp"},
"UpdateDestinationInput":{
"type":"structure",
@ -950,7 +980,8 @@
},
"ExtendedS3DestinationUpdate":{"shape":"ExtendedS3DestinationUpdate"},
"RedshiftDestinationUpdate":{"shape":"RedshiftDestinationUpdate"},
"ElasticsearchDestinationUpdate":{"shape":"ElasticsearchDestinationUpdate"}
"ElasticsearchDestinationUpdate":{"shape":"ElasticsearchDestinationUpdate"},
"SplunkDestinationUpdate":{"shape":"SplunkDestinationUpdate"}
}
},
"UpdateDestinationOutput":{

View file

@ -5,7 +5,6 @@
"CreateDeliveryStream": "<p>Creates a delivery stream.</p> <p>By default, you can create up to 20 delivery streams per 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 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 stream as input, set the <code>DeliveryStreamType</code> parameter to <code>KinesisStreamAsSource</code>, and provide the Kinesis stream 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, or Amazon Redshift. You must specify only one of the following destination configuration parameters: <b>ExtendedS3DestinationConfiguration</b>, <b>S3DestinationConfiguration</b>, <b>ElasticsearchDestinationConfiguration</b>, or <b>RedshiftDestinationConfiguration</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 Firehose buffers data up to 5 MB or for 5 minutes, whichever condition is satisfied first. Note that <b>BufferingHints</b> 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, as Kinesis Firehose first delivers data to 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 <b>RedshiftDestinationConfiguration.S3Configuration</b> 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 Firehose, and that the permissions for the account are restricted for Amazon Redshift <code>INSERT</code> permissions.</p> </li> </ul> <p>Kinesis Firehose assumes the IAM role that is configured as part of the destination. The role should allow the Kinesis 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\">Amazon S3 Bucket Access</a> in the <i>Amazon Kinesis 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>",
"DescribeDeliveryStream": "<p>Describes the specified delivery stream and gets the status. For example, after your delivery stream is created, call <a>DescribeDeliveryStream</a> to see if the delivery stream is <code>ACTIVE</code> and therefore ready for data to be sent to it.</p>",
"GetKinesisStream": null,
"ListDeliveryStreams": "<p>Lists your delivery streams.</p> <p>The number of delivery streams might be too large to return using a single call to <a>ListDeliveryStreams</a>. 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 <b>HasMoreDeliveryStreams</b> 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 <b>ExclusiveStartDeliveryStreamName</b> parameter of a subsequent call.</p>",
"PutRecord": "<p>Writes a single data record into an Amazon Kinesis 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 <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 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, a segment from a log file, geographic location data, website clickstream data, and so on.</p> <p>Kinesis 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>PutRecord</a> operation returns a <b>RecordId</b>, 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 <a>PutRecord</a> operation throws a <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 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 <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 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, web site clickstream data, and so on.</p> <p>Kinesis 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 Firehose attempts 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 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>",
@ -18,12 +17,6 @@
"KMSEncryptionConfig$AWSKMSKeyARN": "<p>The ARN of the encryption key. Must belong to the same region as the destination Amazon S3 bucket.</p>"
}
},
"AccessKeyId": {
"base": null,
"refs": {
"SessionCredentials$AccessKeyId": null
}
},
"BooleanObject": {
"base": null,
"refs": {
@ -69,7 +62,10 @@
"RedshiftDestinationUpdate$CloudWatchLoggingOptions": "<p>The 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>",
"S3DestinationUpdate$CloudWatchLoggingOptions": "<p>The 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>"
}
},
"ClusterJDBCURL": {
@ -158,8 +154,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>",
"GetKinesisStreamInput$DeliveryStreamARN": null
"DeliveryStreamDescription$DeliveryStreamARN": "<p>The Amazon Resource Name (ARN) of the delivery stream.</p>"
}
},
"DeliveryStreamDescription": {
@ -358,7 +353,6 @@
"refs": {
"ConcurrentModificationException$message": "<p>A message that provides information about the error.</p>",
"InvalidArgumentException$message": "<p>A message that provides information about the error.</p>",
"InvalidStreamTypeException$message": null,
"LimitExceededException$message": "<p>A message that provides information about the error.</p>",
"PutRecordBatchResponseEntry$ErrorMessage": "<p>The error message for an individual record result.</p>",
"ResourceInUseException$message": "<p>A message that provides information about the error.</p>",
@ -384,20 +378,36 @@
"UpdateDestinationInput$ExtendedS3DestinationUpdate": "<p>Describes an update for a destination in Amazon S3.</p>"
}
},
"FirehoseSource": {
"HECAcknowledgmentTimeoutInSeconds": {
"base": null,
"refs": {
"InvalidStreamTypeException$source": null
"SplunkDestinationConfiguration$HECAcknowledgmentTimeoutInSeconds": "<p>The amount of time that Kinesis Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period Kinesis Firehose either tries to send the data again or considers it an error, based on your retry settings.</p>",
"SplunkDestinationDescription$HECAcknowledgmentTimeoutInSeconds": "<p>The amount of time that Kinesis Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period Kinesis Firehose either tries to send the data again or considers it an error, based on your retry settings.</p>",
"SplunkDestinationUpdate$HECAcknowledgmentTimeoutInSeconds": "<p>The amount of time that Kinesis Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period Kinesis Firehose either tries to send the data again or considers it an error, based on your retry settings.</p>"
}
},
"GetKinesisStreamInput": {
"HECEndpoint": {
"base": null,
"refs": {
"SplunkDestinationConfiguration$HECEndpoint": "<p>The HTTP Event Collector (HEC) endpoint to which Kinesis Firehose sends your data.</p>",
"SplunkDestinationDescription$HECEndpoint": "<p>The HTTP Event Collector (HEC) endpoint to which Kinesis Firehose sends your data.</p>",
"SplunkDestinationUpdate$HECEndpoint": "<p>The HTTP Event Collector (HEC) endpoint to which Kinesis Firehose sends your data.</p>"
}
},
"GetKinesisStreamOutput": {
"HECEndpointType": {
"base": null,
"refs": {
"SplunkDestinationConfiguration$HECEndpointType": "<p>This type can be either \"Raw\" or \"Event\".</p>",
"SplunkDestinationDescription$HECEndpointType": "<p>This type can be either \"Raw\" or \"Event\".</p>",
"SplunkDestinationUpdate$HECEndpointType": "<p>This type can be either \"Raw\" or \"Event\".</p>"
}
},
"HECToken": {
"base": null,
"refs": {
"SplunkDestinationConfiguration$HECToken": "<p>This is a GUID 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>",
"SplunkDestinationUpdate$HECToken": "<p>This is a GUID you obtain from your Splunk cluster when you create a new HEC endpoint.</p>"
}
},
"IntervalInSeconds": {
@ -411,11 +421,6 @@
"refs": {
}
},
"InvalidStreamTypeException": {
"base": null,
"refs": {
}
},
"KMSEncryptionConfig": {
"base": "<p>Describes an encryption key for a destination in Amazon S3.</p>",
"refs": {
@ -425,7 +430,6 @@
"KinesisStreamARN": {
"base": null,
"refs": {
"GetKinesisStreamOutput$KinesisStreamARN": null,
"KinesisStreamSourceConfiguration$KinesisStreamARN": "<p>The ARN of the source Kinesis stream.</p>",
"KinesisStreamSourceDescription$KinesisStreamARN": "<p>The ARN of the source Kinesis stream.</p>"
}
@ -455,7 +459,7 @@
"ListDeliveryStreamsInputLimit": {
"base": null,
"refs": {
"ListDeliveryStreamsInput$Limit": "<p>The maximum number of delivery streams to list.</p>"
"ListDeliveryStreamsInput$Limit": "<p>The maximum number of delivery streams to list. The default value is 10.</p>"
}
},
"ListDeliveryStreamsOutput": {
@ -516,7 +520,10 @@
"ExtendedS3DestinationUpdate$ProcessingConfiguration": "<p>The data processing configuration.</p>",
"RedshiftDestinationConfiguration$ProcessingConfiguration": "<p>The data processing configuration.</p>",
"RedshiftDestinationDescription$ProcessingConfiguration": "<p>The data processing configuration.</p>",
"RedshiftDestinationUpdate$ProcessingConfiguration": "<p>The data processing configuration.</p>"
"RedshiftDestinationUpdate$ProcessingConfiguration": "<p>The data processing configuration.</p>",
"SplunkDestinationConfiguration$ProcessingConfiguration": "<p>The data processing configuration.</p>",
"SplunkDestinationDescription$ProcessingConfiguration": "<p>The data processing configuration.</p>",
"SplunkDestinationUpdate$ProcessingConfiguration": "<p>The data processing configuration.</p>"
}
},
"Processor": {
@ -697,7 +704,8 @@
"ElasticsearchDestinationConfiguration$S3Configuration": "<p>The configuration for the backup Amazon S3 location.</p>",
"ExtendedS3DestinationConfiguration$S3BackupConfiguration": "<p>The configuration for backup in Amazon S3.</p>",
"RedshiftDestinationConfiguration$S3Configuration": "<p>The configuration for the intermediate Amazon S3 location from which Amazon Redshift obtains data. Restrictions are described in the topic for <a>CreateDeliveryStream</a>.</p> <p>The compression formats <code>SNAPPY</code> or <code>ZIP</code> cannot be specified in <b>RedshiftDestinationConfiguration.S3Configuration</b> because the Amazon Redshift <code>COPY</code> operation that reads from the S3 bucket doesn't support these compression formats.</p>",
"RedshiftDestinationConfiguration$S3BackupConfiguration": "<p>The configuration for backup in Amazon S3.</p>"
"RedshiftDestinationConfiguration$S3BackupConfiguration": "<p>The configuration for backup in Amazon S3.</p>",
"SplunkDestinationConfiguration$S3Configuration": "<p>The configuration for the backup Amazon S3 location.</p>"
}
},
"S3DestinationDescription": {
@ -707,7 +715,8 @@
"ElasticsearchDestinationDescription$S3DestinationDescription": "<p>The Amazon S3 destination.</p>",
"ExtendedS3DestinationDescription$S3BackupDescription": "<p>The configuration for backup in Amazon S3.</p>",
"RedshiftDestinationDescription$S3DestinationDescription": "<p>The Amazon S3 destination.</p>",
"RedshiftDestinationDescription$S3BackupDescription": "<p>The configuration for backup in Amazon S3.</p>"
"RedshiftDestinationDescription$S3BackupDescription": "<p>The configuration for backup in Amazon S3.</p>",
"SplunkDestinationDescription$S3DestinationDescription": "<p>The Amazon S3 destination.&gt;</p>"
}
},
"S3DestinationUpdate": {
@ -717,32 +726,15 @@
"ExtendedS3DestinationUpdate$S3BackupUpdate": "<p>The Amazon S3 destination for backup.</p>",
"RedshiftDestinationUpdate$S3Update": "<p>The Amazon S3 destination.</p> <p>The compression formats <code>SNAPPY</code> or <code>ZIP</code> cannot be specified in <b>RedshiftDestinationUpdate.S3Update</b> because the Amazon Redshift <code>COPY</code> operation that reads from the S3 bucket doesn't support these compression formats.</p>",
"RedshiftDestinationUpdate$S3BackupUpdate": "<p>The Amazon S3 destination for backup.</p>",
"SplunkDestinationUpdate$S3Update": "<p>Your update to the configuration of the backup Amazon S3 location.</p>",
"UpdateDestinationInput$S3DestinationUpdate": "<p>[Deprecated] Describes an update for a destination in Amazon S3.</p>"
}
},
"SecretAccessKey": {
"base": null,
"refs": {
"SessionCredentials$SecretAccessKey": null
}
},
"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 Firehose Limits</a>.</p>",
"refs": {
}
},
"SessionCredentials": {
"base": null,
"refs": {
"GetKinesisStreamOutput$CredentialsForReadingKinesisStream": null
}
},
"SessionToken": {
"base": null,
"refs": {
"SessionCredentials$SessionToken": null
}
},
"SizeInMBs": {
"base": null,
"refs": {
@ -755,12 +747,51 @@
"DeliveryStreamDescription$Source": "<p>If the <code>DeliveryStreamType</code> parameter is <code>KinesisStreamAsSource</code>, a <a>SourceDescription</a> object describing the source Kinesis stream.</p>"
}
},
"SplunkDestinationConfiguration": {
"base": "<p>Describes the configuration of a destination in Splunk.</p>",
"refs": {
"CreateDeliveryStreamInput$SplunkDestinationConfiguration": "<p>The destination in Splunk. You can specify only one destination.</p>"
}
},
"SplunkDestinationDescription": {
"base": "<p>Describes a destination in Splunk.</p>",
"refs": {
"DestinationDescription$SplunkDestinationDescription": "<p>The destination in Splunk.</p>"
}
},
"SplunkDestinationUpdate": {
"base": "<p>Describes an update for a destination in Splunk.</p>",
"refs": {
"UpdateDestinationInput$SplunkDestinationUpdate": "<p>Describes an update for a destination in Splunk.</p>"
}
},
"SplunkRetryDurationInSeconds": {
"base": null,
"refs": {
"SplunkRetryOptions$DurationInSeconds": "<p>The total amount of time that Kinesis Firehose spends on retries. This duration starts after the initial attempt to send data to Splunk fails and doesn't include the periods during which Kinesis Firehose waits for acknowledgment from Splunk after each attempt.</p>"
}
},
"SplunkRetryOptions": {
"base": "<p>Configures retry behavior in case Kinesis Firehose is unable to deliver documents to Splunk or if it doesn't receive an acknowledgment from Splunk.</p>",
"refs": {
"SplunkDestinationConfiguration$RetryOptions": "<p>The retry behavior in case Kinesis Firehose is unable to deliver data to Splunk or if it doesn't receive an acknowledgment of receipt from Splunk.</p>",
"SplunkDestinationDescription$RetryOptions": "<p>The retry behavior in case Kinesis Firehose is unable to deliver data to Splunk or if it doesn't receive an acknowledgment of receipt from Splunk.</p>",
"SplunkDestinationUpdate$RetryOptions": "<p>The retry behavior in case Kinesis Firehose is unable to deliver data to Splunk or if it doesn't receive an acknowledgment of receipt from Splunk.</p>"
}
},
"SplunkS3BackupMode": {
"base": null,
"refs": {
"SplunkDestinationConfiguration$S3BackupMode": "<p>Defines how documents should be delivered to Amazon S3. When set to <code>FailedDocumentsOnly</code>, Kinesis Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to <code>AllDocuments</code>, Kinesis Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. Default value is <code>FailedDocumentsOnly</code>. </p>",
"SplunkDestinationDescription$S3BackupMode": "<p>Defines how documents should be delivered to Amazon S3. When set to <code>FailedDocumentsOnly</code>, Kinesis Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to <code>AllDocuments</code>, Kinesis Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. Default value is <code>FailedDocumentsOnly</code>. </p>",
"SplunkDestinationUpdate$S3BackupMode": "<p>Defines how documents should be delivered to Amazon S3. When set to <code>FailedDocumentsOnly</code>, Kinesis Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to <code>AllDocuments</code>, Kinesis Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. Default value is <code>FailedDocumentsOnly</code>. </p>"
}
},
"Timestamp": {
"base": null,
"refs": {
"DeliveryStreamDescription$CreateTimestamp": "<p>The date and time that the delivery stream was created.</p>",
"DeliveryStreamDescription$LastUpdateTimestamp": "<p>The date and time that the delivery stream was last updated.</p>",
"SessionCredentials$Expiration": null
"DeliveryStreamDescription$LastUpdateTimestamp": "<p>The date and time that the delivery stream was last updated.</p>"
}
},
"UpdateDestinationInput": {