404

[ Avaa Bypassed ]




Upload:

Command:

botdev@13.58.146.48: ~ $
**To write multiple records into a data stream**

The following ``put-records`` example writes a data record using the specified partition key and another data record using a different partition key in a single call. ::

    aws kinesis put-records \
        --stream-name samplestream \
        --records Data=blob1,PartitionKey=partitionkey1 Data=blob2,PartitionKey=partitionkey2

Output::

    {
        "FailedRecordCount": 0,
        "Records": [
            {
                "SequenceNumber": "49600883331171471519674795588238531498465399900093808706",
                "ShardId": "shardId-000000000004"
            },
            {
                "SequenceNumber": "49600902273357540915989931256902715169698037101720764562",
                "ShardId": "shardId-000000000009"
            }
        ],
        "EncryptionType": "KMS"
    }

For more information, see `Developing Producers Using the Amazon Kinesis Data Streams API with the AWS SDK for Java <https://docs.aws.amazon.com/streams/latest/dev/developing-producers-with-sdk.html>`__ in the *Amazon Kinesis Data Streams Developer Guide*.

Filemanager

Name Type Size Permission Actions
add-tags-to-stream.rst File 480 B 0644
create-stream.rst File 449 B 0644
decrease-stream-retention-period.rst File 628 B 0644
delete-stream.rst File 403 B 0644
deregister-stream-consumer.rst File 627 B 0644
describe-limits.rst File 445 B 0644
describe-stream-consumer.rst File 1010 B 0644
describe-stream-summary.rst File 1013 B 0644
describe-stream.rst File 2.34 KB 0644
disable-enhanced-monitoring.rst File 905 B 0644
enable-enhanced-monitoring.rst File 911 B 0644
get-records.rst File 783 B 0644
get-shard-iterator.rst File 941 B 0644
increase-stream-retention-period.rst File 622 B 0644
list-shards.rst File 1.49 KB 0644
list-streams.rst File 468 B 0644
list-tags-for-stream.rst File 563 B 0644
merge-shards.rst File 621 B 0644
put-record.rst File 762 B 0644
put-records.rst File 1.08 KB 0644
register-stream-consumer.rst File 957 B 0644
remove-tags-from-stream.rst File 474 B 0644
split-shard.rst File 528 B 0644
start-stream-encryption.rst File 629 B 0644
stop-stream-encryption.rst File 630 B 0644
update-shard-count.rst File 689 B 0644