Command option Sample:aws sqs delete-queue

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

Deletes the queue specified by the "QueueUrl" , regardless of thequeue's contents.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/sqs/delete-queue.html

aws sqs delete-queue \
    S3 Bucket Notification to SQS/SNS on Object Creation - Alestic.com : http://alestic.com/2014/12/s3-bucket-notification-to-sqssns-on-object-creation/
aws sqs delete-queue --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyNewerQueue
    delete-queue — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/sqs/delete-queue.html
aws sqs delete-queue --queue-url
    sample AWS sqs in CLI 揃 GitHub : http://gist.github.com/AstroTom/4c81c629a68252e6f0be176ecf131c4a
aws sqs delete-queue --queue-url "
    SQS queues not being cleaned up by lifecycled 揃 Issue #358 揃 buildkite/elastic-ci-stack-for-aws 揃 GitHub : http://github.com/buildkite/elastic-ci-stack-for-aws/issues/358
aws sqs delete-queue --queue-url "https://ap-northeast-1.queue.amazonaws.com/323791021698/TestQueue"
    Simple Queue ServiceパートA|SQS CLI キュー IAM 利用方法 ハウツー 作成 削除 | ナレコムAWSレシピ : http://recipe.kc-cloud.jp/archives/4767
aws sqs delete-queue --queue-url https://eu-west-1.queue.amazonaws.com/187012023547/ecs-hello-world --region eu-west-1
    Hello World in EC2 Container Service : http://rossfairbanks.com/2015/03/31/hello-world-in-ec2-container-service.html
aws sqs delete-queue queue-url QueueUrl
     How Amazon elastic load Balancer works : http://www.thesisscientist.com/docs/E-Booklets/e661b3f3-2953-49bf-8a15-badbe8c43ec5

aws のオプション一覧