v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142381,278956.3 KB

Creates a Device Defender audit suppression.

Requires permission to access the CreateAuditSuppression action.

post/audit/suppressions/create

Request body

checkNamestring required

An audit check name. Checks must be enabled for your account. (Use <code>DescribeAccountAuditConfiguration</code> to see the list of all checks, including those that are enabled or use <code>UpdateAccountAuditConfiguration</code> to select which checks are enabled.)

expirationDatestring date-time

The epoch timestamp in seconds at which this suppression expires.

suppressIndefinitelyboolean

Indicates whether a suppression should exist indefinitely or not.

descriptionstring

The description of the audit suppression.

clientRequestTokenstring required

Each audit supression must have a unique client request token. If you try to create a new audit suppression with the same token as one that already exists, an exception occurs. If you omit this value, Amazon Web Services SDKs will automatically generate a unique client request.

Response

Success

CreateAuditSuppressionResponse required