AWS HealthLake DeleteFHIRDatastoreRequest
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-healthlake/main/json-schema/DeleteFHIRDatastoreRequest.json", "title": "DeleteFHIRDatastoreRequest", "description": "AWS HealthLake DeleteFHIRDatastoreRequest", "type": "object", "properties": { "DatastoreId": { "type": "string", "minLength": 1, "maxLength": 32, "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$" } }, "required": [ "DatastoreId" ] }