Adds or modifies account-level configurations in ACM.
See https://www.paws-r-sdk.com/docs/acm_put_account_configuration/ for full documentation.
acm_put_account_configuration(ExpiryEvents = NULL, IdempotencyToken)
Specifies expiration events associated with an account.
[required] Customer-chosen string used to distinguish between calls to
put_account_configuration
.
Idempotency tokens time out after one hour. If you call
put_account_configuration
multiple
times with the same unexpired idempotency token, ACM treats it as the
same request and returns the original result. If you change the
idempotency token for each call, ACM treats each call as a new request.