AWS CLI SES
配信停止
code:shell
$ aws --region us-east-1 ses update-account-sending-enabled --no-enabled
有効は --enabled
サプレッション
Amazon SES サプレッションリストに登録されている E メールアドレスを削除するにはどうすればよいですか?
リスト表示
code:shell
$ aws sesv2 list-suppressed-destinations
情報表示
code:shell
$ aws sesv2 get-suppressed-destination --email-address hoge@example.com
削除(hoge@example.com)
code:shell
$ aws sesv2 delete-suppressed-destination --email-address hoge@example.com
#AWS_CLI
#Amazon_SES