UpdateDeletionProtectionInput is a JSON Structure definition published by Amazon Incident Manager, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-incident-manager/refs/heads/main/json-structure/incident-manager-update-deletion-protection-input-structure.json",
"name": "UpdateDeletionProtectionInput",
"description": "UpdateDeletionProtectionInput schema",
"type": "object",
"properties": {
"arn": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The Amazon Resource Name (ARN) of the replication set to update."
}
]
},
"clientToken": {
"allOf": [
{
"$ref": "#/components/schemas/ClientToken"
},
{
"description": "A token that ensures that the operation is called only once with the specified details."
}
]
},
"deletionProtected": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "Specifies if deletion protection is turned on or off in your account. "
}
]
}
},
"required": [
"arn",
"deletionProtected"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.