Updates a retention policy.
982312
The ID of the retention policy.
permanently_delete
The disposition action of the retention policy.
This action can be permanently_delete
, which
will cause the content retained by the policy
to be permanently deleted, or remove_retention
,
which will lift the retention policy from the content,
allowing it to be deleted by users,
once the retention policy has expired.
Value is one of permanently_delete
,remove_retention
Some Policy Name
The name for the retention policy
retired
Value is always retired
Returns the updated retention policy object.
Returns a bad_request
if an incorrect
disposition_action
was set.
Returns an error if a retention policy with the given name already exists
An unexpected client error.