curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/audit/suppressions/list' \
--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"
},
"ascendingOrder": true,
"nextToken": "string",
"maxResults": 1
}'
{
"suppressions": [],
"nextToken": "string"
}
DescribeAccountAuditConfiguration
to see the list of all checks, including those that are enabled or use UpdateAccountAuditConfiguration
to select which checks are enabled.)ascendingOrder=true
.DescribeAccountAuditConfiguration
to see the list of all checks, including those that are enabled or use UpdateAccountAuditConfiguration
to select which checks are enabled.)null
if there are no additional results.