Command option Sample:aws ssm delete-inventory

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

Delete a custom inventory type, or the data associated with a customInventory type.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ssm/delete-inventory.html

aws ssm delete-inventory --type-name
    Recommended practices for deleting custom inventory types and data using AWS Systems Manager | AWS Management Tools Blog : http://aws.amazon.com/blogs/mt/recommended-practices-for-deleting-custom-inventory-types-and-data-using-aws-systems-manager/
aws ssm delete-inventory --type-name "Custom:custom_type_name" --dry-run
    ドキュメント履歴 - AWS Systems Manager : http://docs.aws.amazon.com/ja_jp/systems-manager/latest/userguide/sysman-inventory-delete.html

aws のオプション一覧