update_deletion_protection(**kwargs)¶Update deletion protection to either allow or deny deletion of the final Region in a replication set.
See also: AWS API Documentation
Request Syntax
response = client.update_deletion_protection(
arn='string',
clientToken='string',
deletionProtected=True|False
)
[REQUIRED]
The Amazon Resource Name (ARN) of the replication set to update.
A token that ensures that the operation is called only once with the specified details.
This field is autopopulated if not provided.
[REQUIRED]
Specifies if deletion protection is turned on or off in your account.
dict
Response Syntax
{}
Response Structure
Exceptions
SSMIncidents.Client.exceptions.ThrottlingExceptionSSMIncidents.Client.exceptions.ResourceNotFoundExceptionSSMIncidents.Client.exceptions.AccessDeniedExceptionSSMIncidents.Client.exceptions.ValidationExceptionSSMIncidents.Client.exceptions.InternalServerException