Command option Sample:aws stepfunctions start-execution

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

Starts a state machine execution.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/stepfunctions/start-execution.html

aws stepfunctions start-execution --state-machine-arn
    Building High-Throughput Genomics Batch Workflows on AWS: Workflow Layer (Part 4 of 4) | AWS Compute Blog : http://aws.amazon.com/blogs/compute/building-high-throughput-genomics-batch-workflows-on-aws-workflow-layer-part-4-of-4/
aws stepfunctions start-execution --state-machine-arn arn:aws:states:eu-west-1:051581810722:stateMachine:HasFirmwareChanged
    AWS Step Functions for networkers the CLI approach - IT Playground Blog : http://blog.it-playground.eu/aws-step-functions-for-networkers-the-cli-approach/
aws stepfunctions start-execution \
    Serverless User Activation Mechanism with Amazon Lambda, Amazon Step Functions and DynamoDB Triggers – while (learning) print(blog); : http://ceyhunozgun.blogspot.com/2017/05/serverless-user-activation-mechanism-with-aws-lambda-step-functions-and-dynamodb-triggers.html
aws stepfunctions start-execution --state-machine-arn "
    executing it from ec2 cli or using a script 揃 Issue #13 揃 aws-samples/sync-buckets-state-machine 揃 GitHub : http://github.com/aws-samples/sync-buckets-state-machine/issues/13
aws stepfunctions start-execution --state-machine-arn
    AWS Step Functions | Noise : http://noise.getoto.net/tag/aws-step-functions/
aws stepfunctions start-execution \\\n --state-machine-arn \x3cSTATE_MACHINE_ARN\x3e\n --input \"
    How to use AWS Step Functions to iterate and sequentially process jobs : http://read.acloud.guru/processing-an-arbitrary-number-of-jobs-with-aws-step-functions-c185c2d2608
aws stepfunctions start-execution --state-machine-arn STATE_MACHINE_ARN --input file://schedule-lambda-input.json --region us-east-1
    How To: Schedule a one-time invocation of an AWS Lambda function. | Sudar's blog : http://sudar.me/blog/lambda-scheduled-one-time-invocation/

aws のオプション一覧