Command option Sample:aws kinesis update-shard-count

Search command sample in the internet.It is the result.

Updates the shard count of the specified stream to the specifiednumber of shards.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/kinesis/update-shard-count.html

aws kinesis update-shard-count --stream-name my_test_stream --target-shard-count 40 --scaling-type UNIFORM_SCALING
    aws.sh 揃 GitHub : http://gist.github.com/isrsal/0497e59340dcf5503815c78d395522f2
aws kinesis update-shard-count \
    streamalert/kinesis.rst at master 揃 airbnb/streamalert 揃 GitHub : http://github.com/airbnb/streamalert/blob/master/docs/source/kinesis.rst
aws kinesis update-shard-count \
    AWS Kinesis Common Operations using the AWS CLI: Reference & Examples : http://queirozf.com/entries/aws-kinesis-common-operations-using-the-aws-cli-reference-examples
aws kinesis update-shard-count \
    Kinesis Streams — streamalert 1.6.1 documentation : http://www.streamalert.io/kinesis.html

aws のオプション一覧