{ "version": "2.0", "metadata": { "apiVersion": "2017-07-01", "endpointPrefix": "healthlake", "jsonVersion": "1.0", "protocol": "json", "serviceAbbreviation": "HealthLake", "serviceFullName": "Amazon HealthLake", "serviceId": "HealthLake", "signatureVersion": "v4", "signingName": "healthlake", "targetPrefix": "HealthLake", "uid": "healthlake-2017-07-01" }, "operations": { "CreateFHIRDatastore": { "name": "CreateFHIRDatastore", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateFHIRDatastoreRequest" }, "output": { "shape": "CreateFHIRDatastoreResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" } ], "documentation": "

Creates a data store that can ingest and export FHIR formatted data.

" }, "DeleteFHIRDatastore": { "name": "DeleteFHIRDatastore", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteFHIRDatastoreRequest" }, "output": { "shape": "DeleteFHIRDatastoreResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Deletes a data store.

" }, "DescribeFHIRDatastore": { "name": "DescribeFHIRDatastore", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeFHIRDatastoreRequest" }, "output": { "shape": "DescribeFHIRDatastoreResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Gets the properties associated with the FHIR data store, including the data store ID, data store ARN, data store name, data store status, when the data store was created, data store type version, and the data store's endpoint.

" }, "DescribeFHIRExportJob": { "name": "DescribeFHIRExportJob", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeFHIRExportJobRequest" }, "output": { "shape": "DescribeFHIRExportJobResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Displays the properties of a FHIR export job, including the ID, ARN, name, and the status of the job.

" }, "DescribeFHIRImportJob": { "name": "DescribeFHIRImportJob", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeFHIRImportJobRequest" }, "output": { "shape": "DescribeFHIRImportJobResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Displays the properties of a FHIR import job, including the ID, ARN, name, and the status of the job.

" }, "ListFHIRDatastores": { "name": "ListFHIRDatastores", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListFHIRDatastoresRequest" }, "output": { "shape": "ListFHIRDatastoresResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Lists all FHIR data stores that are in the user’s account, regardless of data store status.

" }, "ListFHIRExportJobs": { "name": "ListFHIRExportJobs", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListFHIRExportJobsRequest" }, "output": { "shape": "ListFHIRExportJobsResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Lists all FHIR export jobs associated with an account and their statuses.

" }, "ListFHIRImportJobs": { "name": "ListFHIRImportJobs", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListFHIRImportJobsRequest" }, "output": { "shape": "ListFHIRImportJobsResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Lists all FHIR import jobs associated with an account and their statuses.

" }, "ListTagsForResource": { "name": "ListTagsForResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListTagsForResourceRequest" }, "output": { "shape": "ListTagsForResourceResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Returns a list of all existing tags associated with a data store.

" }, "StartFHIRExportJob": { "name": "StartFHIRExportJob", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartFHIRExportJobRequest" }, "output": { "shape": "StartFHIRExportJobResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" } ], "documentation": "

Begins a FHIR export job.

" }, "StartFHIRImportJob": { "name": "StartFHIRImportJob", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartFHIRImportJobRequest" }, "output": { "shape": "StartFHIRImportJobResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" } ], "documentation": "

Begins a FHIR Import job.

" }, "TagResource": { "name": "TagResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "TagResourceRequest" }, "output": { "shape": "TagResourceResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Adds a user specified key and value tag to a data store.

" }, "UntagResource": { "name": "UntagResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UntagResourceRequest" }, "output": { "shape": "UntagResourceResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Removes tags from a data store.

" } }, "shapes": { "AmazonResourceName": { "type": "string", "max": 1011, "min": 1, "pattern": "^arn:aws((-us-gov)|(-iso)|(-iso-b)|(-cn))?:healthlake:[a-z0-9-]+:\\d{12}:datastore\\/fhir\\/.{32}" }, "AuthorizationStrategy": { "type": "string", "enum": [ "SMART_ON_FHIR_V1", "AWS_AUTH" ] }, "Boolean": { "type": "boolean" }, "BoundedLengthString": { "type": "string", "max": 5000, "min": 1, "pattern": "[\\P{M}\\p{M}]{1,5000}" }, "ClientTokenString": { "type": "string", "max": 64, "min": 1, "pattern": "^[a-zA-Z0-9-]+$" }, "CmkType": { "type": "string", "enum": [ "CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY" ] }, "ConfigurationMetadata": { "type": "string" }, "CreateFHIRDatastoreRequest": { "type": "structure", "required": [ "DatastoreTypeVersion" ], "members": { "DatastoreName": { "shape": "DatastoreName", "documentation": "

The user generated name for the data store.

" }, "DatastoreTypeVersion": { "shape": "FHIRVersion", "documentation": "

The FHIR version of the data store. The only supported version is R4.

" }, "SseConfiguration": { "shape": "SseConfiguration", "documentation": "

The server-side encryption key configuration for a customer provided encryption key specified for creating a data store.

" }, "PreloadDataConfig": { "shape": "PreloadDataConfig", "documentation": "

Optional parameter to preload data upon creation of the data store. Currently, the only supported preloaded data is synthetic data generated from Synthea.

" }, "ClientToken": { "shape": "ClientTokenString", "documentation": "

Optional user provided token used for ensuring idempotency.

", "idempotencyToken": true }, "Tags": { "shape": "TagList", "documentation": "

Resource tags that are applied to a data store when it is created.

" }, "IdentityProviderConfiguration": { "shape": "IdentityProviderConfiguration", "documentation": "

The configuration of the identity provider that you want to use for your data store.

" } } }, "CreateFHIRDatastoreResponse": { "type": "structure", "required": [ "DatastoreId", "DatastoreArn", "DatastoreStatus", "DatastoreEndpoint" ], "members": { "DatastoreId": { "shape": "DatastoreId", "documentation": "

The AWS-generated data store id. This id is in the output from the initial data store creation call.

" }, "DatastoreArn": { "shape": "DatastoreArn", "documentation": "

The data store ARN is generated during the creation of the data store and can be found in the output from the initial data store creation call.

" }, "DatastoreStatus": { "shape": "DatastoreStatus", "documentation": "

The status of the FHIR data store.

" }, "DatastoreEndpoint": { "shape": "BoundedLengthString", "documentation": "

The AWS endpoint for the created data store.

" } } }, "DatastoreArn": { "type": "string", "pattern": "^arn:aws((-us-gov)|(-iso)|(-iso-b)|(-cn))?:healthlake:[a-zA-Z0-9-]+:[0-9]{12}:datastore/.+?" }, "DatastoreFilter": { "type": "structure", "members": { "DatastoreName": { "shape": "DatastoreName", "documentation": "

Allows the user to filter data store results by name.

" }, "DatastoreStatus": { "shape": "DatastoreStatus", "documentation": "

Allows the user to filter data store results by status.

" }, "CreatedBefore": { "shape": "Timestamp", "documentation": "

A filter that allows the user to set cutoff dates for records. All data stores created before the specified date will be included in the results.

" }, "CreatedAfter": { "shape": "Timestamp", "documentation": "

A filter that allows the user to set cutoff dates for records. All data stores created after the specified date will be included in the results.

" } }, "documentation": "

The filters applied to data store query.

" }, "DatastoreId": { "type": "string", "max": 32, "min": 1, "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$" }, "DatastoreName": { "type": "string", "max": 256, "min": 1, "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$" }, "DatastoreProperties": { "type": "structure", "required": [ "DatastoreId", "DatastoreArn", "DatastoreStatus", "DatastoreTypeVersion", "DatastoreEndpoint" ], "members": { "DatastoreId": { "shape": "DatastoreId", "documentation": "

The AWS-generated ID number for the data store.

" }, "DatastoreArn": { "shape": "DatastoreArn", "documentation": "

The Amazon Resource Name used in the creation of the data store.

" }, "DatastoreName": { "shape": "DatastoreName", "documentation": "

The user-generated name for the data store.

" }, "DatastoreStatus": { "shape": "DatastoreStatus", "documentation": "

The status of the data store.

" }, "CreatedAt": { "shape": "Timestamp", "documentation": "

The time that a data store was created.

" }, "DatastoreTypeVersion": { "shape": "FHIRVersion", "documentation": "

The FHIR version. Only R4 version data is supported.

" }, "DatastoreEndpoint": { "shape": "String", "documentation": "

The AWS endpoint for the data store. Each data store will have it's own endpoint with data store ID in the endpoint URL.

" }, "SseConfiguration": { "shape": "SseConfiguration", "documentation": "

The server-side encryption key configuration for a customer provided encryption key (CMK).

" }, "PreloadDataConfig": { "shape": "PreloadDataConfig", "documentation": "

The preloaded data configuration for the data store. Only data preloaded from Synthea is supported.

" }, "IdentityProviderConfiguration": { "shape": "IdentityProviderConfiguration", "documentation": "

The identity provider that you selected when you created the data store.

" }, "ErrorCause": { "shape": "ErrorCause", "documentation": "

The error cause for the current data store operation.

" } }, "documentation": "

Displays the properties of the data store, including the ID, ARN, name, and the status of the data store.

" }, "DatastorePropertiesList": { "type": "list", "member": { "shape": "DatastoreProperties" } }, "DatastoreStatus": { "type": "string", "enum": [ "CREATING", "ACTIVE", "DELETING", "DELETED", "CREATE_FAILED" ] }, "DeleteFHIRDatastoreRequest": { "type": "structure", "required": [ "DatastoreId" ], "members": { "DatastoreId": { "shape": "DatastoreId", "documentation": "

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

" } } }, "DeleteFHIRDatastoreResponse": { "type": "structure", "required": [ "DatastoreId", "DatastoreArn", "DatastoreStatus", "DatastoreEndpoint" ], "members": { "DatastoreId": { "shape": "DatastoreId", "documentation": "

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

" }, "DatastoreArn": { "shape": "DatastoreArn", "documentation": "

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

" }, "DatastoreStatus": { "shape": "DatastoreStatus", "documentation": "

The status of the data store that the user has requested to be deleted.

" }, "DatastoreEndpoint": { "shape": "BoundedLengthString", "documentation": "

The AWS endpoint for the data store the user has requested to be deleted.

" } } }, "DescribeFHIRDatastoreRequest": { "type": "structure", "required": [ "DatastoreId" ], "members": { "DatastoreId": { "shape": "DatastoreId", "documentation": "

The AWS-generated data store ID.

" } } }, "DescribeFHIRDatastoreResponse": { "type": "structure", "required": [ "DatastoreProperties" ], "members": { "DatastoreProperties": { "shape": "DatastoreProperties", "documentation": "

All properties associated with a data store, including the data store ID, data store ARN, data store name, data store status, when the data store was created, data store type version, and the data store's endpoint.

" } } }, "DescribeFHIRExportJobRequest": { "type": "structure", "required": [ "DatastoreId", "JobId" ], "members": { "DatastoreId": { "shape": "DatastoreId", "documentation": "

The AWS generated ID for the data store from which files are being exported from for an export job.

" }, "JobId": { "shape": "JobId", "documentation": "

The AWS generated ID for an export job.

" } } }, "DescribeFHIRExportJobResponse": { "type": "structure", "required": [ "ExportJobProperties" ], "members": { "ExportJobProperties": { "shape": "ExportJobProperties", "documentation": "

Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.

" } } }, "DescribeFHIRImportJobRequest": { "type": "structure", "required": [ "DatastoreId", "JobId" ], "members": { "DatastoreId": { "shape": "DatastoreId", "documentation": "

The AWS-generated ID of the data store.

" }, "JobId": { "shape": "JobId", "documentation": "

The AWS-generated job ID.

" } } }, "DescribeFHIRImportJobResponse": { "type": "structure", "required": [ "ImportJobProperties" ], "members": { "ImportJobProperties": { "shape": "ImportJobProperties", "documentation": "

The properties of the Import job request, including the ID, ARN, name, status of the job, and the progress report of the job.

" } } }, "EncryptionKeyID": { "type": "string", "max": 400, "min": 1, "pattern": "(arn:aws((-us-gov)|(-iso)|(-iso-b)|(-cn))?:kms:)?([a-z]{2}-[a-z]+(-[a-z]+)?-\\d:)?(\\d{12}:)?(((key/)?[a-zA-Z0-9-_]+)|(alias/[a-zA-Z0-9:/_-]+))" }, "ErrorCategory": { "type": "string", "enum": [ "RETRYABLE_ERROR", "NON_RETRYABLE_ERROR" ] }, "ErrorCause": { "type": "structure", "members": { "ErrorMessage": { "shape": "ErrorMessage", "documentation": "

The text of the error message.

" }, "ErrorCategory": { "shape": "ErrorCategory", "documentation": "

The error category of the create/delete data store operation. Possible statuses are RETRYABLE_ERROR or NON_RETRYABLE_ERROR.

" } }, "documentation": "

The error info of the create/delete data store operation.

" }, "ErrorMessage": { "type": "string", "max": 4096, "min": 1 }, "ExportJobProperties": { "type": "structure", "required": [ "JobId", "JobStatus", "SubmitTime", "DatastoreId", "OutputDataConfig" ], "members": { "JobId": { "shape": "JobId", "documentation": "

The AWS generated ID for an export job.

" }, "JobName": { "shape": "JobName", "documentation": "

The user generated name for an export job.

" }, "JobStatus": { "shape": "JobStatus", "documentation": "

The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.

" }, "SubmitTime": { "shape": "Timestamp", "documentation": "

The time an export job was initiated.

" }, "EndTime": { "shape": "Timestamp", "documentation": "

The time an export job completed.

" }, "DatastoreId": { "shape": "DatastoreId", "documentation": "

The AWS generated ID for the data store from which files are being exported for an export job.

" }, "OutputDataConfig": { "shape": "OutputDataConfig", "documentation": "

The output data configuration that was supplied when the export job was created.

" }, "DataAccessRoleArn": { "shape": "IamRoleArn", "documentation": "

The Amazon Resource Name used during the initiation of the job.

" }, "Message": { "shape": "Message", "documentation": "

An explanation of any errors that may have occurred during the export job.

" } }, "documentation": "

The properties of a FHIR export job, including the ID, ARN, name, and the status of the job.

" }, "ExportJobPropertiesList": { "type": "list", "member": { "shape": "ExportJobProperties" } }, "FHIRVersion": { "type": "string", "enum": [ "R4" ] }, "GenericDouble": { "type": "double" }, "GenericLong": { "type": "long" }, "IamRoleArn": { "type": "string", "max": 2048, "min": 20, "pattern": "arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+" }, "IdentityProviderConfiguration": { "type": "structure", "required": [ "AuthorizationStrategy" ], "members": { "AuthorizationStrategy": { "shape": "AuthorizationStrategy", "documentation": "

The authorization strategy that you selected when you created the data store.

" }, "FineGrainedAuthorizationEnabled": { "shape": "Boolean", "documentation": "

If you enabled fine-grained authorization when you created the data store.

" }, "Metadata": { "shape": "ConfigurationMetadata", "documentation": "

The JSON metadata elements that you want to use in your identity provider configuration. Required elements are listed based on the launch specification of the SMART application. For more information on all possible elements, see Metadata in SMART's App Launch specification.

authorization_endpoint: The URL to the OAuth2 authorization endpoint.

grant_types_supported: An array of grant types that are supported at the token endpoint. You must provide at least one grant type option. Valid options are authorization_code and client_credentials.

token_endpoint: The URL to the OAuth2 token endpoint.

capabilities: An array of strings of the SMART capabilities that the authorization server supports.

code_challenge_methods_supported: An array of strings of supported PKCE code challenge methods. You must include the S256 method in the array of PKCE code challenge methods.

" }, "IdpLambdaArn": { "shape": "LambdaArn", "documentation": "

The Amazon Resource Name (ARN) of the Lambda function that you want to use to decode the access token created by the authorization server.

" } }, "documentation": "

The identity provider configuration that you gave when the data store was created.

" }, "ImportJobProperties": { "type": "structure", "required": [ "JobId", "JobStatus", "SubmitTime", "DatastoreId", "InputDataConfig" ], "members": { "JobId": { "shape": "JobId", "documentation": "

The AWS-generated id number for the Import job.

" }, "JobName": { "shape": "JobName", "documentation": "

The user-generated name for an Import job.

" }, "JobStatus": { "shape": "JobStatus", "documentation": "

The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED.

" }, "SubmitTime": { "shape": "Timestamp", "documentation": "

The time that the Import job was submitted for processing.

" }, "EndTime": { "shape": "Timestamp", "documentation": "

The time that the Import job was completed.

" }, "DatastoreId": { "shape": "DatastoreId", "documentation": "

The datastore id used when the Import job was created.

" }, "InputDataConfig": { "shape": "InputDataConfig", "documentation": "

The input data configuration that was supplied when the Import job was created.

" }, "JobOutputDataConfig": { "shape": "OutputDataConfig" }, "JobProgressReport": { "shape": "JobProgressReport", "documentation": "

Displays the progress of the import job, including total resources scanned, total resources ingested, and total size of data ingested.

" }, "DataAccessRoleArn": { "shape": "IamRoleArn", "documentation": "

The Amazon Resource Name (ARN) that gives AWS HealthLake access to your input data.

" }, "Message": { "shape": "Message", "documentation": "

An explanation of any errors that may have occurred during the FHIR import job.

" } }, "documentation": "

Displays the properties of the import job, including the ID, Arn, Name, the status of the job, and the progress report of the job.

" }, "ImportJobPropertiesList": { "type": "list", "member": { "shape": "ImportJobProperties" } }, "InputDataConfig": { "type": "structure", "members": { "S3Uri": { "shape": "S3Uri", "documentation": "

The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.

" } }, "documentation": "

The input properties for an import job.

", "union": true }, "JobId": { "type": "string", "max": 32, "min": 1, "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$" }, "JobName": { "type": "string", "max": 64, "min": 1, "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$" }, "JobProgressReport": { "type": "structure", "members": { "TotalNumberOfScannedFiles": { "shape": "GenericLong", "documentation": "

The number of files scanned from input S3 bucket.

" }, "TotalSizeOfScannedFilesInMB": { "shape": "GenericDouble", "documentation": "

The size (in MB) of the files scanned from the input S3 bucket.

" }, "TotalNumberOfImportedFiles": { "shape": "GenericLong", "documentation": "

The number of files imported so far.

" }, "TotalNumberOfResourcesScanned": { "shape": "GenericLong", "documentation": "

The number of resources scanned from the input S3 bucket.

" }, "TotalNumberOfResourcesImported": { "shape": "GenericLong", "documentation": "

The number of resources imported so far.

" }, "TotalNumberOfResourcesWithCustomerError": { "shape": "GenericLong", "documentation": "

The number of resources that failed due to customer error.

" }, "TotalNumberOfFilesReadWithCustomerError": { "shape": "GenericLong", "documentation": "

The number of files that failed to be read from the input S3 bucket due to customer error.

" }, "Throughput": { "shape": "GenericDouble", "documentation": "

The throughput (in MB/sec) of the import job.

" } }, "documentation": "

The progress report of an import job.

" }, "JobStatus": { "type": "string", "enum": [ "SUBMITTED", "IN_PROGRESS", "COMPLETED_WITH_ERRORS", "COMPLETED", "FAILED", "CANCEL_SUBMITTED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETED", "CANCEL_FAILED" ] }, "KmsEncryptionConfig": { "type": "structure", "required": [ "CmkType" ], "members": { "CmkType": { "shape": "CmkType", "documentation": "

The type of customer-managed-key(CMK) used for encryption. The two types of supported CMKs are customer owned CMKs and AWS owned CMKs.

" }, "KmsKeyId": { "shape": "EncryptionKeyID", "documentation": "

The KMS encryption key id/alias used to encrypt the data store contents at rest.

" } }, "documentation": "

The customer-managed-key(CMK) used when creating a data store. If a customer owned key is not specified, an AWS owned key will be used for encryption.

" }, "LambdaArn": { "type": "string", "max": 256, "min": 49, "pattern": "arn:aws:lambda:[a-z]{2}-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9\\-_\\.]+(:(\\$LATEST|[a-zA-Z0-9\\-_]+))?" }, "ListFHIRDatastoresRequest": { "type": "structure", "members": { "Filter": { "shape": "DatastoreFilter", "documentation": "

Lists all filters associated with a FHIR data store request.

" }, "NextToken": { "shape": "NextToken", "documentation": "

Fetches the next page of data stores when results are paginated.

" }, "MaxResults": { "shape": "MaxResultsInteger", "documentation": "

The maximum number of data stores returned in a single page of a ListFHIRDatastoresRequest call.

" } } }, "ListFHIRDatastoresResponse": { "type": "structure", "required": [ "DatastorePropertiesList" ], "members": { "DatastorePropertiesList": { "shape": "DatastorePropertiesList", "documentation": "

All properties associated with the listed data stores.

" }, "NextToken": { "shape": "NextToken", "documentation": "

Pagination token that can be used to retrieve the next page of results.

" } } }, "ListFHIRExportJobsRequest": { "type": "structure", "required": [ "DatastoreId" ], "members": { "DatastoreId": { "shape": "DatastoreId", "documentation": "

This parameter limits the response to the export job with the specified data store ID.

" }, "NextToken": { "shape": "NextToken", "documentation": "

A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.

" }, "MaxResults": { "shape": "MaxResultsInteger", "documentation": "

This parameter limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by the user.

" }, "JobName": { "shape": "JobName", "documentation": "

This parameter limits the response to the export job with the specified job name.

" }, "JobStatus": { "shape": "JobStatus", "documentation": "

This parameter limits the response to the export jobs with the specified job status.

" }, "SubmittedBefore": { "shape": "Timestamp", "documentation": "

This parameter limits the response to FHIR export jobs submitted before a user specified date.

" }, "SubmittedAfter": { "shape": "Timestamp", "documentation": "

This parameter limits the response to FHIR export jobs submitted after a user specified date.

" } } }, "ListFHIRExportJobsResponse": { "type": "structure", "required": [ "ExportJobPropertiesList" ], "members": { "ExportJobPropertiesList": { "shape": "ExportJobPropertiesList", "documentation": "

The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.

" }, "NextToken": { "shape": "NextToken", "documentation": "

A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.

" } } }, "ListFHIRImportJobsRequest": { "type": "structure", "required": [ "DatastoreId" ], "members": { "DatastoreId": { "shape": "DatastoreId", "documentation": "

This parameter limits the response to the import job with the specified data store ID.

" }, "NextToken": { "shape": "NextToken", "documentation": "

A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.

" }, "MaxResults": { "shape": "MaxResultsInteger", "documentation": "

This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by the user.

" }, "JobName": { "shape": "JobName", "documentation": "

This parameter limits the response to the import job with the specified job name.

" }, "JobStatus": { "shape": "JobStatus", "documentation": "

This parameter limits the response to the import job with the specified job status.

" }, "SubmittedBefore": { "shape": "Timestamp", "documentation": "

This parameter limits the response to FHIR import jobs submitted before a user specified date.

" }, "SubmittedAfter": { "shape": "Timestamp", "documentation": "

This parameter limits the response to FHIR import jobs submitted after a user specified date.

" } } }, "ListFHIRImportJobsResponse": { "type": "structure", "required": [ "ImportJobPropertiesList" ], "members": { "ImportJobPropertiesList": { "shape": "ImportJobPropertiesList", "documentation": "

The properties of a listed FHIR import jobs, including the ID, ARN, name, the status of the job, and the progress report of the job.

" }, "NextToken": { "shape": "NextToken", "documentation": "

A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.

" } } }, "ListTagsForResourceRequest": { "type": "structure", "required": [ "ResourceARN" ], "members": { "ResourceARN": { "shape": "AmazonResourceName", "documentation": "

The Amazon Resource Name(ARN) of the data store for which tags are being added.

" } } }, "ListTagsForResourceResponse": { "type": "structure", "members": { "Tags": { "shape": "TagList", "documentation": "

Returns a list of tags associated with a data store.

" } } }, "MaxResultsInteger": { "type": "integer", "max": 500, "min": 1 }, "Message": { "type": "string", "max": 2048, "min": 1, "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$" }, "NextToken": { "type": "string", "max": 8192, "pattern": "\\p{ASCII}{0,8192}" }, "OutputDataConfig": { "type": "structure", "members": { "S3Configuration": { "shape": "S3Configuration", "documentation": "

The output data configuration that was supplied when the export job was created.

" } }, "documentation": "

The output data configuration that was supplied when the export job was created.

", "union": true }, "PreloadDataConfig": { "type": "structure", "required": [ "PreloadDataType" ], "members": { "PreloadDataType": { "shape": "PreloadDataType", "documentation": "

The type of preloaded data. Only Synthea preloaded data is supported.

" } }, "documentation": "

The input properties for the preloaded data store. Only data preloaded from Synthea is supported.

" }, "PreloadDataType": { "type": "string", "enum": [ "SYNTHEA" ] }, "S3Configuration": { "type": "structure", "required": [ "S3Uri", "KmsKeyId" ], "members": { "S3Uri": { "shape": "S3Uri", "documentation": "

The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.

" }, "KmsKeyId": { "shape": "EncryptionKeyID", "documentation": "

The KMS key ID used to access the S3 bucket.

" } }, "documentation": "

The configuration of the S3 bucket for either an import or export job. This includes assigning permissions for access.

" }, "S3Uri": { "type": "string", "max": 1024, "pattern": "s3://[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9](/.*)?" }, "SseConfiguration": { "type": "structure", "required": [ "KmsEncryptionConfig" ], "members": { "KmsEncryptionConfig": { "shape": "KmsEncryptionConfig", "documentation": "

The KMS encryption configuration used to provide details for data encryption.

" } }, "documentation": "

The server-side encryption key configuration for a customer provided encryption key.

" }, "StartFHIRExportJobRequest": { "type": "structure", "required": [ "OutputDataConfig", "DatastoreId", "DataAccessRoleArn", "ClientToken" ], "members": { "JobName": { "shape": "JobName", "documentation": "

The user generated name for an export job.

" }, "OutputDataConfig": { "shape": "OutputDataConfig", "documentation": "

The output data configuration that was supplied when the export job was created.

" }, "DatastoreId": { "shape": "DatastoreId", "documentation": "

The AWS generated ID for the data store from which files are being exported for an export job.

" }, "DataAccessRoleArn": { "shape": "IamRoleArn", "documentation": "

The Amazon Resource Name used during the initiation of the job.

" }, "ClientToken": { "shape": "ClientTokenString", "documentation": "

An optional user provided token used for ensuring idempotency.

", "idempotencyToken": true } } }, "StartFHIRExportJobResponse": { "type": "structure", "required": [ "JobId", "JobStatus" ], "members": { "JobId": { "shape": "JobId", "documentation": "

The AWS generated ID for an export job.

" }, "JobStatus": { "shape": "JobStatus", "documentation": "

The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.

" }, "DatastoreId": { "shape": "DatastoreId", "documentation": "

The AWS generated ID for the data store from which files are being exported for an export job.

" } } }, "StartFHIRImportJobRequest": { "type": "structure", "required": [ "InputDataConfig", "JobOutputDataConfig", "DatastoreId", "DataAccessRoleArn", "ClientToken" ], "members": { "JobName": { "shape": "JobName", "documentation": "

The name of the FHIR Import job in the StartFHIRImport job request.

" }, "InputDataConfig": { "shape": "InputDataConfig", "documentation": "

The input properties of the FHIR Import job in the StartFHIRImport job request.

" }, "JobOutputDataConfig": { "shape": "OutputDataConfig" }, "DatastoreId": { "shape": "DatastoreId", "documentation": "

The AWS-generated data store ID.

" }, "DataAccessRoleArn": { "shape": "IamRoleArn", "documentation": "

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

" }, "ClientToken": { "shape": "ClientTokenString", "documentation": "

Optional user provided token used for ensuring idempotency.

", "idempotencyToken": true } } }, "StartFHIRImportJobResponse": { "type": "structure", "required": [ "JobId", "JobStatus" ], "members": { "JobId": { "shape": "JobId", "documentation": "

The AWS-generated job ID.

" }, "JobStatus": { "shape": "JobStatus", "documentation": "

The status of an import job.

" }, "DatastoreId": { "shape": "DatastoreId", "documentation": "

The AWS-generated data store ID.

" } } }, "String": { "type": "string", "max": 10000, "pattern": "[\\P{M}\\p{M}]{0,10000}" }, "Tag": { "type": "structure", "required": [ "Key", "Value" ], "members": { "Key": { "shape": "TagKey", "documentation": "

The key portion of a tag. Tag keys are case sensitive.

" }, "Value": { "shape": "TagValue", "documentation": "

The value portion of a tag. Tag values are case sensitive.

" } }, "documentation": "

A tag is a label consisting of a user-defined key and value. The form for tags is {\"Key\", \"Value\"}

" }, "TagKey": { "type": "string", "max": 128, "min": 1, "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" }, "TagKeyList": { "type": "list", "member": { "shape": "TagKey" }, "max": 200, "min": 0 }, "TagList": { "type": "list", "member": { "shape": "Tag" }, "max": 200, "min": 0 }, "TagResourceRequest": { "type": "structure", "required": [ "ResourceARN", "Tags" ], "members": { "ResourceARN": { "shape": "AmazonResourceName", "documentation": "

The Amazon Resource Name(ARN)that gives AWS HealthLake access to the data store which tags are being added to.

" }, "Tags": { "shape": "TagList", "documentation": "

The user specified key and value pair tags being added to a data store.

" } } }, "TagResourceResponse": { "type": "structure", "members": {} }, "TagValue": { "type": "string", "max": 256, "min": 0, "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" }, "Timestamp": { "type": "timestamp" }, "UntagResourceRequest": { "type": "structure", "required": [ "ResourceARN", "TagKeys" ], "members": { "ResourceARN": { "shape": "AmazonResourceName", "documentation": "

The Amazon Resource Name(ARN) of the data store for which tags are being removed.

" }, "TagKeys": { "shape": "TagKeyList", "documentation": "

The keys for the tags to be removed from the HealthLake data store.

" } } }, "UntagResourceResponse": { "type": "structure", "members": {} } }, "documentation": "

AWS HealthLake is a HIPAA eligibile service that allows customers to store, transform, query, and analyze their FHIR-formatted data in a consistent fashion in the cloud.

" }