HealthLake / Client / delete_fhir_datastore

delete_fhir_datastore

HealthLake.Client.delete_fhir_datastore(**kwargs)

Delete a FHIR-enabled data store.

See also: AWS API Documentation

Request Syntax

response = client.delete_fhir_datastore(
    DatastoreId='string'
)
Parameters:

DatastoreId (string) –

[REQUIRED]

The AWS-generated identifier for the data store to be deleted.

Return type:

dict

Returns:

Response Syntax

{
    'DatastoreId': 'string',
    'DatastoreArn': 'string',
    'DatastoreStatus': 'CREATING'|'ACTIVE'|'DELETING'|'DELETED'|'CREATE_FAILED',
    'DatastoreEndpoint': 'string'
}

Response Structure

  • (dict) –

    • DatastoreId (string) –

      The AWS-generated ID for the deleted data store.

    • DatastoreArn (string) –

      The Amazon Resource Name (ARN) that grants access permission to AWS HealthLake.

    • DatastoreStatus (string) –

      The data store status.

    • DatastoreEndpoint (string) –

      The AWS endpoint of the data store to be deleted.

Exceptions