curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/audit/suppressions/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"checkName": "string",
"resourceIdentifier": {
"deviceCertificateId": "string",
"caCertificateId": "string",
"cognitoIdentityPoolId": "string",
"clientId": "string",
"policyVersionIdentifier": {
"policyName": "string",
"policyVersionId": "string"
},
"account": "string",
"iamRoleArn": "string",
"roleAliasArn": "string"
}
}'
{}
DescribeAccountAuditConfiguration
to see the list of all checks, including those that are enabled or use UpdateAccountAuditConfiguration
to select which checks are enabled.)