~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**💥 Breaking Changes**
- Redesign the API.
**Features and Improvements**
- Made the following Public APIs stable for 1.X:
- ``aws_ssm_run_command.api.better_boto.Command``
- ``aws_ssm_run_command.api.better_boto.CommandInvocation``
- ``aws_ssm_run_command.api.better_boto.CommandInvocationStatusEnum``
- ``aws_ssm_run_command.api.better_boto.run_shell_script_async``
- ``aws_ssm_run_command.api.better_boto.run_shell_script_sync``
- ``aws_ssm_run_command.api.better_boto.wait_until_send_command_succeeded``
- ``aws_ssm_run_command.api.patterns.run_command_on_one_ec2.run_python_script``
- ``aws_ssm_run_command.api.patterns.run_command_on_one_ec2.parse_last_line_json_in_output``
- ``aws_ssm_run_command.api.exc.RunCommandError``
**Minor Improvements**
- Rework the document in Jupyter Notebook.