コマンドオプションサンプル:aws stepfunctions update-state-machine

コマンドサンプルを検索した結果です。

既存の状態マシンを、その "定義"および/または "roleArn"を変更して更新する。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/stepfunctions/update-state-machine.html

aws stepfunctions update-state-machine --state-machine-arn arn:aws:states:ap-northeast-1:000000000000:stateMachine:update_test --definition file://definition_update.json
    [新機能]Step Functionsでステートマシンのアップデートが可能になりました | Developers.IO : http://dev.classmethod.jp/cloud/aws/update-states-in-step-functions/

aws のオプション一覧