Command option Sample:aws ssm delete-document

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

Deletes the Systems Manager document and all instance associations tothe document.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ssm/delete-document.html

aws ssm delete-document --name "apt-get-upgrade"
    Creating a Custom Command for AWS Simple Systems Manager (SSM) : http://ben.fogbutter.com/2016/02/13/creating-a-custom-ssm-document.html
aws ssm delete-document --name "Config_2"
    delete-document — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ssm/delete-document.html
aws ssm delete-document --name patchWindowsAMI
    aws-systems-manager-user-guide/automation-addcli.md at master 揃 awsdocs/aws-systems-manager-user-guide 揃 GitHub : http://github.com/awsdocs/aws-systems-manager-user-guide/blob/master/doc_source/automation-addcli.md

aws のオプション一覧