{ "opencollection": "1.0.0", "info": { "name": "Amazon Kinesis Data Streams Account Shards API", "version": "2013-12-02" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Shards", "type": "folder" }, "items": [ { "info": { "name": "Amazon Kinesis List shards in a stream", "type": "http" }, "http": { "method": "POST", "url": "https://kinesis.{region}.amazonaws.com/#X-Amz-Target=Kinesis_20131202.ListShards", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Lists the shards in a stream and provides information about each shard. This operation has a limit of 100 transactions per second per data stream." }, { "info": { "name": "Amazon Kinesis Split a shard into two shards", "type": "http" }, "http": { "method": "POST", "url": "https://kinesis.{region}.amazonaws.com/#X-Amz-Target=Kinesis_20131202.SplitShard", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Splits a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data. SplitShard 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." }, { "info": { "name": "Amazon Kinesis Merge two adjacent shards", "type": "http" }, "http": { "method": "POST", "url": "https://kinesis.{region}.amazonaws.com/#X-Amz-Target=Kinesis_20131202.MergeShards", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Merges two adjacent shards in a Kinesis data 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." }, { "info": { "name": "Amazon Kinesis Update the shard count for a stream", "type": "http" }, "http": { "method": "POST", "url": "https://kinesis.{region}.amazonaws.com/#X-Amz-Target=Kinesis_20131202.UpdateShardCount", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the shard count of the specified stream to the specified number of shards. This API is only supported for the streams with the provisioned capacity mode." } ] } ], "bundled": true }