vendor: update all dependencies
This commit is contained in:
parent
0b6fba34a3
commit
eb87cf6f12
2008 changed files with 352633 additions and 1004750 deletions
151
vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/api-2.json
generated
vendored
151
vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/api-2.json
generated
vendored
|
@ -131,7 +131,13 @@
|
|||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"InvalidArgumentException"},
|
||||
{"shape":"ProvisionedThroughputExceededException"},
|
||||
{"shape":"ExpiredIteratorException"}
|
||||
{"shape":"ExpiredIteratorException"},
|
||||
{"shape":"KMSDisabledException"},
|
||||
{"shape":"KMSInvalidStateException"},
|
||||
{"shape":"KMSAccessDeniedException"},
|
||||
{"shape":"KMSNotFoundException"},
|
||||
{"shape":"KMSOptInRequired"},
|
||||
{"shape":"KMSThrottlingException"}
|
||||
]
|
||||
},
|
||||
"GetShardIterator":{
|
||||
|
@ -212,7 +218,13 @@
|
|||
"errors":[
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"InvalidArgumentException"},
|
||||
{"shape":"ProvisionedThroughputExceededException"}
|
||||
{"shape":"ProvisionedThroughputExceededException"},
|
||||
{"shape":"KMSDisabledException"},
|
||||
{"shape":"KMSInvalidStateException"},
|
||||
{"shape":"KMSAccessDeniedException"},
|
||||
{"shape":"KMSNotFoundException"},
|
||||
{"shape":"KMSOptInRequired"},
|
||||
{"shape":"KMSThrottlingException"}
|
||||
]
|
||||
},
|
||||
"PutRecords":{
|
||||
|
@ -226,7 +238,13 @@
|
|||
"errors":[
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"InvalidArgumentException"},
|
||||
{"shape":"ProvisionedThroughputExceededException"}
|
||||
{"shape":"ProvisionedThroughputExceededException"},
|
||||
{"shape":"KMSDisabledException"},
|
||||
{"shape":"KMSInvalidStateException"},
|
||||
{"shape":"KMSAccessDeniedException"},
|
||||
{"shape":"KMSNotFoundException"},
|
||||
{"shape":"KMSOptInRequired"},
|
||||
{"shape":"KMSThrottlingException"}
|
||||
]
|
||||
},
|
||||
"RemoveTagsFromStream":{
|
||||
|
@ -257,6 +275,40 @@
|
|||
{"shape":"LimitExceededException"}
|
||||
]
|
||||
},
|
||||
"StartStreamEncryption":{
|
||||
"name":"StartStreamEncryption",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"StartStreamEncryptionInput"},
|
||||
"errors":[
|
||||
{"shape":"InvalidArgumentException"},
|
||||
{"shape":"LimitExceededException"},
|
||||
{"shape":"ResourceInUseException"},
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"KMSDisabledException"},
|
||||
{"shape":"KMSInvalidStateException"},
|
||||
{"shape":"KMSAccessDeniedException"},
|
||||
{"shape":"KMSNotFoundException"},
|
||||
{"shape":"KMSOptInRequired"},
|
||||
{"shape":"KMSThrottlingException"}
|
||||
]
|
||||
},
|
||||
"StopStreamEncryption":{
|
||||
"name":"StopStreamEncryption",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"StopStreamEncryptionInput"},
|
||||
"errors":[
|
||||
{"shape":"InvalidArgumentException"},
|
||||
{"shape":"LimitExceededException"},
|
||||
{"shape":"ResourceInUseException"},
|
||||
{"shape":"ResourceNotFoundException"}
|
||||
]
|
||||
},
|
||||
"UpdateShardCount":{
|
||||
"name":"UpdateShardCount",
|
||||
"http":{
|
||||
|
@ -379,6 +431,13 @@
|
|||
"ShardLevelMetrics":{"shape":"MetricsNameList"}
|
||||
}
|
||||
},
|
||||
"EncryptionType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"NONE",
|
||||
"KMS"
|
||||
]
|
||||
},
|
||||
"EnhancedMetrics":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -482,6 +541,53 @@
|
|||
},
|
||||
"exception":true
|
||||
},
|
||||
"KMSAccessDeniedException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"message":{"shape":"ErrorMessage"}
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"KMSDisabledException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"message":{"shape":"ErrorMessage"}
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"KMSInvalidStateException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"message":{"shape":"ErrorMessage"}
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"KMSNotFoundException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"message":{"shape":"ErrorMessage"}
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"KMSOptInRequired":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"message":{"shape":"ErrorMessage"}
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"KMSThrottlingException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"message":{"shape":"ErrorMessage"}
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"KeyId":{
|
||||
"type":"string",
|
||||
"max":2048,
|
||||
"min":1
|
||||
},
|
||||
"LimitExceededException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -613,7 +719,8 @@
|
|||
],
|
||||
"members":{
|
||||
"ShardId":{"shape":"ShardId"},
|
||||
"SequenceNumber":{"shape":"SequenceNumber"}
|
||||
"SequenceNumber":{"shape":"SequenceNumber"},
|
||||
"EncryptionType":{"shape":"EncryptionType"}
|
||||
}
|
||||
},
|
||||
"PutRecordsInput":{
|
||||
|
@ -632,7 +739,8 @@
|
|||
"required":["Records"],
|
||||
"members":{
|
||||
"FailedRecordCount":{"shape":"PositiveIntegerObject"},
|
||||
"Records":{"shape":"PutRecordsResultEntryList"}
|
||||
"Records":{"shape":"PutRecordsResultEntryList"},
|
||||
"EncryptionType":{"shape":"EncryptionType"}
|
||||
}
|
||||
},
|
||||
"PutRecordsRequestEntry":{
|
||||
|
@ -679,7 +787,8 @@
|
|||
"SequenceNumber":{"shape":"SequenceNumber"},
|
||||
"ApproximateArrivalTimestamp":{"shape":"Timestamp"},
|
||||
"Data":{"shape":"Data"},
|
||||
"PartitionKey":{"shape":"PartitionKey"}
|
||||
"PartitionKey":{"shape":"PartitionKey"},
|
||||
"EncryptionType":{"shape":"EncryptionType"}
|
||||
}
|
||||
},
|
||||
"RecordList":{
|
||||
|
@ -785,6 +894,32 @@
|
|||
"NewStartingHashKey":{"shape":"HashKey"}
|
||||
}
|
||||
},
|
||||
"StartStreamEncryptionInput":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"StreamName",
|
||||
"EncryptionType",
|
||||
"KeyId"
|
||||
],
|
||||
"members":{
|
||||
"StreamName":{"shape":"StreamName"},
|
||||
"EncryptionType":{"shape":"EncryptionType"},
|
||||
"KeyId":{"shape":"KeyId"}
|
||||
}
|
||||
},
|
||||
"StopStreamEncryptionInput":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"StreamName",
|
||||
"EncryptionType",
|
||||
"KeyId"
|
||||
],
|
||||
"members":{
|
||||
"StreamName":{"shape":"StreamName"},
|
||||
"EncryptionType":{"shape":"EncryptionType"},
|
||||
"KeyId":{"shape":"KeyId"}
|
||||
}
|
||||
},
|
||||
"StreamARN":{"type":"string"},
|
||||
"StreamDescription":{
|
||||
"type":"structure",
|
||||
|
@ -806,7 +941,9 @@
|
|||
"HasMoreShards":{"shape":"BooleanObject"},
|
||||
"RetentionPeriodHours":{"shape":"PositiveIntegerObject"},
|
||||
"StreamCreationTimestamp":{"shape":"Timestamp"},
|
||||
"EnhancedMonitoring":{"shape":"EnhancedMonitoringList"}
|
||||
"EnhancedMonitoring":{"shape":"EnhancedMonitoringList"},
|
||||
"EncryptionType":{"shape":"EncryptionType"},
|
||||
"KeyId":{"shape":"KeyId"}
|
||||
}
|
||||
},
|
||||
"StreamName":{
|
||||
|
|
77
vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/docs-2.json
generated
vendored
77
vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/docs-2.json
generated
vendored
|
@ -16,11 +16,13 @@
|
|||
"ListStreams": "<p>Lists your Amazon Kinesis streams.</p> <p>The number of streams may be too large to return from a single call to <code>ListStreams</code>. You can limit the number of returned streams using the <code>Limit</code> parameter. If you do not specify a value for the <code>Limit</code> parameter, Amazon Kinesis uses the default limit, which is currently 10.</p> <p>You can detect if there are more streams available to list by using the <code>HasMoreStreams</code> flag from the returned output. If there are more streams available, you can request more streams by using the name of the last stream returned by the <code>ListStreams</code> request in the <code>ExclusiveStartStreamName</code> parameter in a subsequent request to <code>ListStreams</code>. The group of stream names returned by the subsequent request is then added to the list. You can continue this process until all the stream names have been collected in the list. </p> <p> <a>ListStreams</a> has a limit of 5 transactions per second per account.</p>",
|
||||
"ListTagsForStream": "<p>Lists the tags for the specified Amazon Kinesis stream.</p>",
|
||||
"MergeShards": "<p>Merges two adjacent shards in an Amazon Kinesis stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data. Two shards are considered adjacent if the union of the hash key ranges for the two shards form a contiguous set with no gaps. For example, if you have two shards, one with a hash key range of 276...381 and the other with a hash key range of 382...454, then you could merge these two shards into a single shard that would have a hash key range of 276...454. After the merge, the single child shard receives data for all hash key values covered by the two parent shards.</p> <p> <code>MergeShards</code> is called when there is a need to reduce the overall capacity of a stream because of excess capacity that is not being used. You must specify the shard to be merged and the adjacent shard for a stream. For more information about merging shards, see <a href=\"http://docs.aws.amazon.com/kinesis/latest/dev/kinesis-using-sdk-java-resharding-merge.html\">Merge Two Shards</a> in the <i>Amazon Kinesis Streams Developer Guide</i>.</p> <p>If the stream is in the <code>ACTIVE</code> state, you can call <code>MergeShards</code>. If a stream is in the <code>CREATING</code>, <code>UPDATING</code>, or <code>DELETING</code> state, <code>MergeShards</code> returns a <code>ResourceInUseException</code>. If the specified stream does not exist, <code>MergeShards</code> returns a <code>ResourceNotFoundException</code>. </p> <p>You can use <a>DescribeStream</a> to check the state of the stream, which is returned in <code>StreamStatus</code>.</p> <p> <code>MergeShards</code> is an asynchronous operation. Upon receiving a <code>MergeShards</code> request, Amazon Kinesis immediately returns a response and sets the <code>StreamStatus</code> to <code>UPDATING</code>. After the operation is completed, Amazon Kinesis sets the <code>StreamStatus</code> to <code>ACTIVE</code>. Read and write operations continue to work while the stream is in the <code>UPDATING</code> state. </p> <p>You use <a>DescribeStream</a> to determine the shard IDs that are specified in the <code>MergeShards</code> request. </p> <p>If you try to operate on too many streams in parallel using <a>CreateStream</a>, <a>DeleteStream</a>, <code>MergeShards</code> or <a>SplitShard</a>, you will receive a <code>LimitExceededException</code>. </p> <p> <code>MergeShards</code> has limit of 5 transactions per second per account.</p>",
|
||||
"PutRecord": "<p>Writes a single data record into an Amazon Kinesis stream. Call <code>PutRecord</code> to send data into the stream for real-time ingestion and subsequent processing, one record at a time. Each shard can support writes up to 1,000 records per second, up to a maximum data write total of 1 MB per second.</p> <p>You must specify the name of the stream that captures, stores, and transports the data; a partition key; and the data blob itself.</p> <p>The data blob can be any type of data; for example, a segment from a log file, geographic/location data, website clickstream data, and so on.</p> <p>The partition key is used by Amazon Kinesis to distribute data across shards. Amazon Kinesis segregates the data records that belong to a stream into multiple shards, using the partition key associated with each data record to determine which shard a given data record belongs to.</p> <p>Partition keys are Unicode strings, with a maximum length limit of 256 characters for each key. An MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards using the hash key ranges of the shards. You can override hashing the partition key to determine the shard by explicitly specifying a hash value using the <code>ExplicitHashKey</code> parameter. For more information, see <a href=\"http://docs.aws.amazon.com/kinesis/latest/dev/developing-producers-with-sdk.html#kinesis-using-sdk-java-add-data-to-stream\">Adding Data to a Stream</a> in the <i>Amazon Kinesis Streams Developer Guide</i>.</p> <p> <code>PutRecord</code> returns the shard ID of where the data record was placed and the sequence number that was assigned to the data record.</p> <p>Sequence numbers increase over time and are specific to a shard within a stream, not across all shards within a stream. To guarantee strictly increasing ordering, write serially to a shard and use the <code>SequenceNumberForOrdering</code> parameter. For more information, see <a href=\"http://docs.aws.amazon.com/kinesis/latest/dev/developing-producers-with-sdk.html#kinesis-using-sdk-java-add-data-to-stream\">Adding Data to a Stream</a> in the <i>Amazon Kinesis Streams Developer Guide</i>.</p> <p>If a <code>PutRecord</code> request cannot be processed because of insufficient provisioned throughput on the shard involved in the request, <code>PutRecord</code> throws <code>ProvisionedThroughputExceededException</code>. </p> <p>Data records are accessible for only 24 hours from the time that they are added to a stream.</p>",
|
||||
"PutRecords": "<p>Writes multiple data records into an Amazon Kinesis stream in a single call (also referred to as a <code>PutRecords</code> request). Use this operation to send data into the stream for data ingestion and processing. </p> <p>Each <code>PutRecords</code> request can support up to 500 records. Each record in the request can be as large as 1 MB, up to a limit of 5 MB for the entire request, including partition keys. Each shard can support writes up to 1,000 records per second, up to a maximum data write total of 1 MB per second.</p> <p>You must specify the name of the stream that captures, stores, and transports the data; and an array of request <code>Records</code>, with each record in the array requiring a partition key and data blob. The record size limit applies to the total size of the partition key and data blob.</p> <p>The data blob can be any type of data; for example, a segment from a log file, geographic/location data, website clickstream data, and so on.</p> <p>The partition key is used by Amazon Kinesis as input to a hash function that maps the partition key and associated data to a specific shard. An MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream. For more information, see <a href=\"http://docs.aws.amazon.com/kinesis/latest/dev/developing-producers-with-sdk.html#kinesis-using-sdk-java-add-data-to-stream\">Adding Data to a Stream</a> in the <i>Amazon Kinesis Streams Developer Guide</i>.</p> <p>Each record in the <code>Records</code> array may include an optional parameter, <code>ExplicitHashKey</code>, which overrides the partition key to shard mapping. This parameter allows a data producer to determine explicitly the shard where the record is stored. For more information, see <a href=\"http://docs.aws.amazon.com/kinesis/latest/dev/developing-producers-with-sdk.html#kinesis-using-sdk-java-putrecords\">Adding Multiple Records with PutRecords</a> in the <i>Amazon Kinesis Streams Developer Guide</i>.</p> <p>The <code>PutRecords</code> response includes an array of response <code>Records</code>. Each record in the response array directly correlates with a record in the request array using natural ordering, from the top to the bottom of the request and response. The response <code>Records</code> array always includes the same number of records as the request array.</p> <p>The response <code>Records</code> array includes both successfully and unsuccessfully processed records. Amazon Kinesis attempts to process all records in each <code>PutRecords</code> request. A single record failure does not stop the processing of subsequent records.</p> <p>A successfully-processed record includes <code>ShardId</code> and <code>SequenceNumber</code> values. The <code>ShardId</code> parameter identifies the shard in the stream where the record is stored. The <code>SequenceNumber</code> parameter is an identifier assigned to the put record, unique to all records in the stream.</p> <p>An unsuccessfully-processed record includes <code>ErrorCode</code> and <code>ErrorMessage</code> values. <code>ErrorCode</code> reflects the type of error and can be one of the following values: <code>ProvisionedThroughputExceededException</code> or <code>InternalFailure</code>. <code>ErrorMessage</code> provides more detailed information about the <code>ProvisionedThroughputExceededException</code> exception including the account ID, stream name, and shard ID of the record that was throttled. For more information about partially successful responses, see <a href=\"http://docs.aws.amazon.com/kinesis/latest/dev/kinesis-using-sdk-java-add-data-to-stream.html#kinesis-using-sdk-java-putrecords\">Adding Multiple Records with PutRecords</a> in the <i>Amazon Kinesis Streams Developer Guide</i>.</p> <p>By default, data records are accessible for only 24 hours from the time that they are added to an Amazon Kinesis stream. This retention period can be modified using the <a>DecreaseStreamRetentionPeriod</a> and <a>IncreaseStreamRetentionPeriod</a> operations.</p>",
|
||||
"PutRecord": "<p>Writes a single data record into an Amazon Kinesis stream. Call <code>PutRecord</code> to send data into the stream for real-time ingestion and subsequent processing, one record at a time. Each shard can support writes up to 1,000 records per second, up to a maximum data write total of 1 MB per second.</p> <p>You must specify the name of the stream that captures, stores, and transports the data; a partition key; and the data blob itself.</p> <p>The data blob can be any type of data; for example, a segment from a log file, geographic/location data, website clickstream data, and so on.</p> <p>The partition key is used by Amazon Kinesis to distribute data across shards. Amazon Kinesis segregates the data records that belong to a stream into multiple shards, using the partition key associated with each data record to determine which shard a given data record belongs to.</p> <p>Partition keys are Unicode strings, with a maximum length limit of 256 characters for each key. An MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards using the hash key ranges of the shards. You can override hashing the partition key to determine the shard by explicitly specifying a hash value using the <code>ExplicitHashKey</code> parameter. For more information, see <a href=\"http://docs.aws.amazon.com/kinesis/latest/dev/developing-producers-with-sdk.html#kinesis-using-sdk-java-add-data-to-stream\">Adding Data to a Stream</a> in the <i>Amazon Kinesis Streams Developer Guide</i>.</p> <p> <code>PutRecord</code> returns the shard ID of where the data record was placed and the sequence number that was assigned to the data record.</p> <p>Sequence numbers increase over time and are specific to a shard within a stream, not across all shards within a stream. To guarantee strictly increasing ordering, write serially to a shard and use the <code>SequenceNumberForOrdering</code> parameter. For more information, see <a href=\"http://docs.aws.amazon.com/kinesis/latest/dev/developing-producers-with-sdk.html#kinesis-using-sdk-java-add-data-to-stream\">Adding Data to a Stream</a> in the <i>Amazon Kinesis Streams Developer Guide</i>.</p> <p>If a <code>PutRecord</code> request cannot be processed because of insufficient provisioned throughput on the shard involved in the request, <code>PutRecord</code> throws <code>ProvisionedThroughputExceededException</code>. </p> <p>By default, data records are accessible for 24 hours from the time that they are added to a stream. You can use <a>IncreaseStreamRetentionPeriod</a> or <a>DecreaseStreamRetentionPeriod</a> to modify this retention period.</p>",
|
||||
"PutRecords": "<p>Writes multiple data records into an Amazon Kinesis stream in a single call (also referred to as a <code>PutRecords</code> request). Use this operation to send data into the stream for data ingestion and processing. </p> <p>Each <code>PutRecords</code> request can support up to 500 records. Each record in the request can be as large as 1 MB, up to a limit of 5 MB for the entire request, including partition keys. Each shard can support writes up to 1,000 records per second, up to a maximum data write total of 1 MB per second.</p> <p>You must specify the name of the stream that captures, stores, and transports the data; and an array of request <code>Records</code>, with each record in the array requiring a partition key and data blob. The record size limit applies to the total size of the partition key and data blob.</p> <p>The data blob can be any type of data; for example, a segment from a log file, geographic/location data, website clickstream data, and so on.</p> <p>The partition key is used by Amazon Kinesis as input to a hash function that maps the partition key and associated data to a specific shard. An MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream. For more information, see <a href=\"http://docs.aws.amazon.com/kinesis/latest/dev/developing-producers-with-sdk.html#kinesis-using-sdk-java-add-data-to-stream\">Adding Data to a Stream</a> in the <i>Amazon Kinesis Streams Developer Guide</i>.</p> <p>Each record in the <code>Records</code> array may include an optional parameter, <code>ExplicitHashKey</code>, which overrides the partition key to shard mapping. This parameter allows a data producer to determine explicitly the shard where the record is stored. For more information, see <a href=\"http://docs.aws.amazon.com/kinesis/latest/dev/developing-producers-with-sdk.html#kinesis-using-sdk-java-putrecords\">Adding Multiple Records with PutRecords</a> in the <i>Amazon Kinesis Streams Developer Guide</i>.</p> <p>The <code>PutRecords</code> response includes an array of response <code>Records</code>. Each record in the response array directly correlates with a record in the request array using natural ordering, from the top to the bottom of the request and response. The response <code>Records</code> array always includes the same number of records as the request array.</p> <p>The response <code>Records</code> array includes both successfully and unsuccessfully processed records. Amazon Kinesis attempts to process all records in each <code>PutRecords</code> request. A single record failure does not stop the processing of subsequent records.</p> <p>A successfully-processed record includes <code>ShardId</code> and <code>SequenceNumber</code> values. The <code>ShardId</code> parameter identifies the shard in the stream where the record is stored. The <code>SequenceNumber</code> parameter is an identifier assigned to the put record, unique to all records in the stream.</p> <p>An unsuccessfully-processed record includes <code>ErrorCode</code> and <code>ErrorMessage</code> values. <code>ErrorCode</code> reflects the type of error and can be one of the following values: <code>ProvisionedThroughputExceededException</code> or <code>InternalFailure</code>. <code>ErrorMessage</code> provides more detailed information about the <code>ProvisionedThroughputExceededException</code> exception including the account ID, stream name, and shard ID of the record that was throttled. For more information about partially successful responses, see <a href=\"http://docs.aws.amazon.com/kinesis/latest/dev/kinesis-using-sdk-java-add-data-to-stream.html#kinesis-using-sdk-java-putrecords\">Adding Multiple Records with PutRecords</a> in the <i>Amazon Kinesis Streams Developer Guide</i>.</p> <p>By default, data records are accessible for 24 hours from the time that they are added to a stream. You can use <a>IncreaseStreamRetentionPeriod</a> or <a>DecreaseStreamRetentionPeriod</a> to modify this retention period.</p>",
|
||||
"RemoveTagsFromStream": "<p>Removes tags from the specified Amazon Kinesis stream. Removed tags are deleted and cannot be recovered after this operation successfully completes.</p> <p>If you specify a tag that does not exist, it is ignored.</p>",
|
||||
"SplitShard": "<p>Splits a shard into two new shards in the Amazon Kinesis stream to increase the stream's capacity to ingest and transport data. <code>SplitShard</code> is called when there is a need to increase the overall capacity of a stream because of an expected increase in the volume of data records being ingested. </p> <p>You can also use <code>SplitShard</code> when a shard appears to be approaching its maximum utilization; for example, the producers sending data into the specific shard are suddenly sending more than previously anticipated. You can also call <code>SplitShard</code> to increase stream capacity, so that more Amazon Kinesis applications can simultaneously read data from the stream for real-time processing. </p> <p>You must specify the shard to be split and the new hash key, which is the position in the shard where the shard gets split in two. In many cases, the new hash key might simply be the average of the beginning and ending hash key, but it can be any hash key value in the range being mapped into the shard. For more information about splitting shards, see <a href=\"http://docs.aws.amazon.com/kinesis/latest/dev/kinesis-using-sdk-java-resharding-split.html\">Split a Shard</a> in the <i>Amazon Kinesis Streams Developer Guide</i>.</p> <p>You can use <a>DescribeStream</a> to determine the shard ID and hash key values for the <code>ShardToSplit</code> and <code>NewStartingHashKey</code> parameters that are specified in the <code>SplitShard</code> request.</p> <p> <code>SplitShard</code> is an asynchronous operation. Upon receiving a <code>SplitShard</code> request, Amazon Kinesis immediately returns a response and sets the stream status to <code>UPDATING</code>. After the operation is completed, Amazon Kinesis sets the stream status to <code>ACTIVE</code>. Read and write operations continue to work while the stream is in the <code>UPDATING</code> state. </p> <p>You can use <code>DescribeStream</code> to check the status of the stream, which is returned in <code>StreamStatus</code>. If the stream is in the <code>ACTIVE</code> state, you can call <code>SplitShard</code>. If a stream is in <code>CREATING</code> or <code>UPDATING</code> or <code>DELETING</code> states, <code>DescribeStream</code> returns a <code>ResourceInUseException</code>.</p> <p>If the specified stream does not exist, <code>DescribeStream</code> returns a <code>ResourceNotFoundException</code>. If you try to create more shards than are authorized for your account, you receive a <code>LimitExceededException</code>. </p> <p>For the default shard limit for an AWS account, see <a href=\"http://docs.aws.amazon.com/kinesis/latest/dev/service-sizes-and-limits.html\">Streams Limits</a> in the <i>Amazon Kinesis Streams Developer Guide</i>. If you need to increase this limit, <a href=\"http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html\">contact AWS Support</a>.</p> <p>If you try to operate on too many streams simultaneously using <a>CreateStream</a>, <a>DeleteStream</a>, <a>MergeShards</a>, and/or <a>SplitShard</a>, you receive a <code>LimitExceededException</code>. </p> <p> <code>SplitShard</code> has limit of 5 transactions per second per account.</p>",
|
||||
"UpdateShardCount": "<p>Updates the shard count of the specified stream to the specified number of shards.</p> <p>Updating the shard count is an asynchronous operation. Upon receiving the request, Amazon Kinesis returns immediately and sets the status of the stream to <code>UPDATING</code>. After the update is complete, Amazon Kinesis sets the status of the stream back to <code>ACTIVE</code>. Depending on the size of the stream, the scaling action could take a few minutes to complete. You can continue to read and write data to your stream while its status is <code>UPDATING</code>.</p> <p>To update the shard count, Amazon Kinesis performs splits and merges and individual shards. This can cause short-lived shards to be created, in addition to the final shards. We recommend that you double or halve the shard count, as this results in the fewest number of splits or merges.</p> <p>This operation has a rate limit of twice per rolling 24 hour period. You cannot scale above double your current shard count, scale below half your current shard count, or exceed the shard limits for your account.</p> <p>For the default limits for an AWS account, see <a href=\"http://docs.aws.amazon.com/kinesis/latest/dev/service-sizes-and-limits.html\">Streams Limits</a> in the <i>Amazon Kinesis Streams Developer Guide</i>. If you need to increase a limit, <a href=\"http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html\">contact AWS Support</a>.</p>"
|
||||
"StartStreamEncryption": "<p>Enables or updates server-side encryption using an AWS KMS key for a specified stream. </p> <p>Starting encryption is an asynchronous operation. Upon receiving the request, Amazon Kinesis returns immediately and sets the status of the stream to <code>UPDATING</code>. After the update is complete, Amazon Kinesis sets the status of the stream back to <code>ACTIVE</code>. Updating or applying encryption normally takes a few seconds to complete but it can take minutes. You can continue to read and write data to your stream while its status is <code>UPDATING</code>. Once the status of the stream is <code>ACTIVE</code>, records written to the stream will begin to be encrypted. </p> <p>API Limits: You can successfully apply a new AWS KMS key for server-side encryption 25 times in a rolling 24 hour period.</p> <p>Note: It can take up to 5 seconds after the stream is in an <code>ACTIVE</code> status before all records written to the stream are encrypted. After you’ve enabled encryption, you can verify encryption was applied by inspecting the API response from <code>PutRecord</code> or <code>PutRecords</code>.</p>",
|
||||
"StopStreamEncryption": "<p>Disables server-side encryption for a specified stream. </p> <p>Stopping encryption is an asynchronous operation. Upon receiving the request, Amazon Kinesis returns immediately and sets the status of the stream to <code>UPDATING</code>. After the update is complete, Amazon Kinesis sets the status of the stream back to <code>ACTIVE</code>. Stopping encryption normally takes a few seconds to complete but it can take minutes. You can continue to read and write data to your stream while its status is <code>UPDATING</code>. Once the status of the stream is <code>ACTIVE</code> records written to the stream will no longer be encrypted by the Amazon Kinesis Streams service. </p> <p>API Limits: You can successfully disable server-side encryption 25 times in a rolling 24 hour period. </p> <p>Note: It can take up to 5 seconds after the stream is in an <code>ACTIVE</code> status before all records written to the stream are no longer subject to encryption. After you’ve disabled encryption, you can verify encryption was not applied by inspecting the API response from <code>PutRecord</code> or <code>PutRecords</code>.</p>",
|
||||
"UpdateShardCount": "<p>Updates the shard count of the specified stream to the specified number of shards.</p> <p>Updating the shard count is an asynchronous operation. Upon receiving the request, Amazon Kinesis returns immediately and sets the status of the stream to <code>UPDATING</code>. After the update is complete, Amazon Kinesis sets the status of the stream back to <code>ACTIVE</code>. Depending on the size of the stream, the scaling action could take a few minutes to complete. You can continue to read and write data to your stream while its status is <code>UPDATING</code>.</p> <p>To update the shard count, Amazon Kinesis performs splits or merges on individual shards. This can cause short-lived shards to be created, in addition to the final shards. We recommend that you double or halve the shard count, as this results in the fewest number of splits or merges.</p> <p>This operation has the following limits, which are per region per account unless otherwise noted:</p> <ul> <li> <p>scale more than twice per rolling 24 hour period</p> </li> <li> <p>scale up above double your current shard count</p> </li> <li> <p>scale down below half your current shard count</p> </li> <li> <p>scale up above 200 shards in a stream</p> </li> <li> <p>scale a stream with more than 200 shards down unless the result is less than 200 shards</p> </li> <li> <p>scale up above the shard limits for your account</p> </li> <li> <p/> </li> </ul> <p>For the default limits for an AWS account, see <a href=\"http://docs.aws.amazon.com/kinesis/latest/dev/service-sizes-and-limits.html\">Streams Limits</a> in the <i>Amazon Kinesis Streams Developer Guide</i>. If you need to increase a limit, <a href=\"http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html\">contact AWS Support</a>.</p>"
|
||||
},
|
||||
"shapes": {
|
||||
"AddTagsToStreamInput": {
|
||||
|
@ -95,6 +97,17 @@
|
|||
"refs": {
|
||||
}
|
||||
},
|
||||
"EncryptionType": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutRecordOutput$EncryptionType": "<p>The encryption type to use on the record. This parameter can be one of the following values:</p> <ul> <li> <p> <code>NONE</code>: Do not encrypt the records in the stream.</p> </li> <li> <p> <code>KMS</code>: Use server-side encryption on the records in the stream using a customer-managed KMS key.</p> </li> </ul>",
|
||||
"PutRecordsOutput$EncryptionType": "<p>The encryption type used on the records. This parameter can be one of the following values:</p> <ul> <li> <p> <code>NONE</code>: Do not encrypt the records.</p> </li> <li> <p> <code>KMS</code>: Use server-side encryption on the records using a customer-managed KMS key.</p> </li> </ul>",
|
||||
"Record$EncryptionType": "<p>The encryption type used on the record. This parameter can be one of the following values:</p> <ul> <li> <p> <code>NONE</code>: Do not encrypt the records in the stream.</p> </li> <li> <p> <code>KMS</code>: Use server-side encryption on the records in the stream using a customer-managed KMS key.</p> </li> </ul>",
|
||||
"StartStreamEncryptionInput$EncryptionType": "<p>The encryption type to use. This parameter can be one of the following values:</p> <ul> <li> <p> <code>NONE</code>: Not valid for this operation. An <code>InvalidOperationException</code> will be thrown.</p> </li> <li> <p> <code>KMS</code>: Use server-side encryption on the records in the stream using a customer-managed KMS key.</p> </li> </ul>",
|
||||
"StopStreamEncryptionInput$EncryptionType": "<p>The encryption type. This parameter can be one of the following values:</p> <ul> <li> <p> <code>NONE</code>: Not valid for this operation. An <code>InvalidOperationException</code> will be thrown.</p> </li> <li> <p> <code>KMS</code>: Use server-side encryption on the records in the stream using a customer-managed KMS key.</p> </li> </ul>",
|
||||
"StreamDescription$EncryptionType": "<p>The server-side encryption type used on the stream. This parameter can be one of the following values:</p> <ul> <li> <p> <code>NONE</code>: Do not encrypt the records in the stream.</p> </li> <li> <p> <code>KMS</code>: Use server-side encryption on the records in the stream using a customer-managed KMS key.</p> </li> </ul>"
|
||||
}
|
||||
},
|
||||
"EnhancedMetrics": {
|
||||
"base": "<p>Represents enhanced metrics types.</p>",
|
||||
"refs": {
|
||||
|
@ -123,6 +136,12 @@
|
|||
"refs": {
|
||||
"ExpiredIteratorException$message": "<p>A message that provides information about the error.</p>",
|
||||
"InvalidArgumentException$message": "<p>A message that provides information about the error.</p>",
|
||||
"KMSAccessDeniedException$message": "<p>A message that provides information about the error.</p>",
|
||||
"KMSDisabledException$message": "<p>A message that provides information about the error.</p>",
|
||||
"KMSInvalidStateException$message": "<p>A message that provides information about the error.</p>",
|
||||
"KMSNotFoundException$message": "<p>A message that provides information about the error.</p>",
|
||||
"KMSOptInRequired$message": "<p>A message that provides information about the error.</p>",
|
||||
"KMSThrottlingException$message": "<p>A message that provides information about the error.</p>",
|
||||
"LimitExceededException$message": "<p>A message that provides information about the error.</p>",
|
||||
"ProvisionedThroughputExceededException$message": "<p>A message that provides information about the error.</p>",
|
||||
"PutRecordsResultEntry$ErrorMessage": "<p>The error message for an individual record result. An <code>ErrorCode</code> value of <code>ProvisionedThroughputExceededException</code> has an error message that includes the account ID, stream name, and shard ID. An <code>ErrorCode</code> value of <code>InternalFailure</code> has the error message <code>\"Internal Service Failure\"</code>.</p>",
|
||||
|
@ -187,6 +206,44 @@
|
|||
"refs": {
|
||||
}
|
||||
},
|
||||
"KMSAccessDeniedException": {
|
||||
"base": "<p>The ciphertext references a key that doesn't exist or that you don't have access to.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"KMSDisabledException": {
|
||||
"base": "<p>The request was rejected because the specified CMK isn't enabled.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"KMSInvalidStateException": {
|
||||
"base": "<p>The request was rejected because the state of the specified resource isn't valid for this request. For more information, see <a href=\"http://docs.aws.amazon.com/kms/latest/developerguide/key-state.html\">How Key State Affects Use of a Customer Master Key</a> in the <i>AWS Key Management Service Developer Guide</i>.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"KMSNotFoundException": {
|
||||
"base": "<p>The request was rejected because the specified entity or resource couldn't be found.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"KMSOptInRequired": {
|
||||
"base": "<p>The AWS access key ID needs a subscription for the service.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"KMSThrottlingException": {
|
||||
"base": "<p>The request was denied due to request throttling. For more information about throttling, see <a href=\"http://docs.aws.amazon.com/kms/latest/developerguide/limits.html#requests-per-second\">Limits</a> in the <i>AWS Key Management Service Developer Guide</i>.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"KeyId": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"StartStreamEncryptionInput$KeyId": "<p>The GUID for the customer-managed KMS key to use for encryption. You can also use a Kinesis-owned master key by specifying the alias <code>aws/kinesis</code>.</p>",
|
||||
"StopStreamEncryptionInput$KeyId": "<p>The GUID for the customer-managed key that was used for encryption.</p>",
|
||||
"StreamDescription$KeyId": "<p>The GUID for the customer-managed KMS key used for encryption on the stream.</p>"
|
||||
}
|
||||
},
|
||||
"LimitExceededException": {
|
||||
"base": "<p>The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed (5).</p>",
|
||||
"refs": {
|
||||
|
@ -361,7 +418,7 @@
|
|||
"PutRecordInput$SequenceNumberForOrdering": "<p>Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the <code>SequenceNumberForOrdering</code> of record <i>n</i> to the sequence number of record <i>n-1</i> (as returned in the result when putting record <i>n-1</i>). If this parameter is not set, records will be coarsely ordered based on arrival time.</p>",
|
||||
"PutRecordOutput$SequenceNumber": "<p>The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.</p>",
|
||||
"PutRecordsResultEntry$SequenceNumber": "<p>The sequence number for an individual record result.</p>",
|
||||
"Record$SequenceNumber": "<p>The unique identifier of the record in the stream.</p>",
|
||||
"Record$SequenceNumber": "<p>The unique identifier of the record within its shard.</p>",
|
||||
"SequenceNumberRange$StartingSequenceNumber": "<p>The starting sequence number for the range.</p>",
|
||||
"SequenceNumberRange$EndingSequenceNumber": "<p>The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of <code>null</code>.</p>"
|
||||
}
|
||||
|
@ -425,6 +482,16 @@
|
|||
"refs": {
|
||||
}
|
||||
},
|
||||
"StartStreamEncryptionInput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"StopStreamEncryptionInput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"StreamARN": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
|
@ -457,6 +524,8 @@
|
|||
"PutRecordsInput$StreamName": "<p>The stream name associated with the request.</p>",
|
||||
"RemoveTagsFromStreamInput$StreamName": "<p>The name of the stream.</p>",
|
||||
"SplitShardInput$StreamName": "<p>The name of the stream for the shard split.</p>",
|
||||
"StartStreamEncryptionInput$StreamName": "<p>The name of the stream for which to start encrypting records.</p>",
|
||||
"StopStreamEncryptionInput$StreamName": "<p>The name of the stream on which to stop encrypting records.</p>",
|
||||
"StreamDescription$StreamName": "<p>The name of the stream being described.</p>",
|
||||
"StreamNameList$member": null,
|
||||
"UpdateShardCountInput$StreamName": "<p>The name of the stream.</p>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue