diff --git a/clients/client-healthlake/README.md b/clients/client-healthlake/README.md index eab2f1dffe16..e90578ddb338 100644 --- a/clients/client-healthlake/README.md +++ b/clients/client-healthlake/README.md @@ -6,7 +6,7 @@ AWS SDK for JavaScript HealthLake Client for Node.js, Browser and React Native. -

Amazon HealthLake is a HIPAA eligibile service that allows customers to store, +

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.

## Installing diff --git a/clients/client-healthlake/src/HealthLake.ts b/clients/client-healthlake/src/HealthLake.ts index a5bd3efc9a59..cf654131440d 100644 --- a/clients/client-healthlake/src/HealthLake.ts +++ b/clients/client-healthlake/src/HealthLake.ts @@ -294,7 +294,7 @@ export interface HealthLake { /** * @public - *

Amazon HealthLake is a HIPAA eligibile service that allows customers to store, + *

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.

*/ export class HealthLake extends HealthLakeClient implements HealthLake {} diff --git a/clients/client-healthlake/src/HealthLakeClient.ts b/clients/client-healthlake/src/HealthLakeClient.ts index af0e2de3bb0c..8114289418f0 100644 --- a/clients/client-healthlake/src/HealthLakeClient.ts +++ b/clients/client-healthlake/src/HealthLakeClient.ts @@ -290,7 +290,7 @@ export interface HealthLakeClientResolvedConfig extends HealthLakeClientResolved /** * @public - *

Amazon HealthLake is a HIPAA eligibile service that allows customers to store, + *

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.

*/ export class HealthLakeClient extends __Client< diff --git a/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts index 810e75d269a3..d4bd8f016596 100644 --- a/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts @@ -36,7 +36,7 @@ export interface CreateFHIRDatastoreCommandOutput extends CreateFHIRDatastoreRes /** * @public - *

Creates a Data Store that can ingest and export FHIR formatted data.

+ *

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

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts index 2891e2cc0a5a..496253c17ba9 100644 --- a/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts @@ -36,7 +36,7 @@ export interface DeleteFHIRDatastoreCommandOutput extends DeleteFHIRDatastoreRes /** * @public - *

Deletes a Data Store.

+ *

Deletes a data store.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -67,13 +67,13 @@ export interface DeleteFHIRDatastoreCommandOutput extends DeleteFHIRDatastoreRes *

Access is denied. Your account is not authorized to perform this operation.

* * @throws {@link ConflictException} (client fault) - *

The Data Store is in a transition state and the user requested action can not be performed.

+ *

The data store is in a transition state and the user requested action can not be performed.

* * @throws {@link InternalServerException} (server fault) *

Unknown error occurs in the service.

* * @throws {@link ResourceNotFoundException} (client fault) - *

The requested Data Store was not found.

+ *

The requested data store was not found.

* * @throws {@link ThrottlingException} (client fault) *

The user has exceeded their maximum number of allowed calls to the given API.

diff --git a/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts index c657cfb8bf13..f1cc7d43523b 100644 --- a/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts @@ -36,9 +36,8 @@ export interface DescribeFHIRDatastoreCommandOutput extends DescribeFHIRDatastor /** * @public - *

Gets the properties associated with the FHIR Data Store, including the Data Store ID, - * Data Store ARN, Data Store name, Data Store status, created at, Data Store type version, and - * Data Store endpoint.

+ *

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.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -89,7 +88,7 @@ export interface DescribeFHIRDatastoreCommandOutput extends DescribeFHIRDatastor *

Unknown error occurs in the service.

* * @throws {@link ResourceNotFoundException} (client fault) - *

The requested Data Store was not found.

+ *

The requested data store was not found.

* * @throws {@link ThrottlingException} (client fault) *

The user has exceeded their maximum number of allowed calls to the given API.

diff --git a/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts index 389daff955a6..73d2db0f7dee 100644 --- a/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts +++ b/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts @@ -80,7 +80,7 @@ export interface DescribeFHIRExportJobCommandOutput extends DescribeFHIRExportJo *

Unknown error occurs in the service.

* * @throws {@link ResourceNotFoundException} (client fault) - *

The requested Data Store was not found.

+ *

The requested data store was not found.

* * @throws {@link ThrottlingException} (client fault) *

The user has exceeded their maximum number of allowed calls to the given API.

diff --git a/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts index 1d31666df1bb..48a9f9b3375f 100644 --- a/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts +++ b/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts @@ -83,7 +83,7 @@ export interface DescribeFHIRImportJobCommandOutput extends DescribeFHIRImportJo *

Unknown error occurs in the service.

* * @throws {@link ResourceNotFoundException} (client fault) - *

The requested Data Store was not found.

+ *

The requested data store was not found.

* * @throws {@link ThrottlingException} (client fault) *

The user has exceeded their maximum number of allowed calls to the given API.

diff --git a/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts b/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts index 4b0b3debbc5a..6f8947da5631 100644 --- a/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts +++ b/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts @@ -36,8 +36,7 @@ export interface ListFHIRDatastoresCommandOutput extends ListFHIRDatastoresRespo /** * @public - *

Lists all FHIR Data Stores that are in the user’s account, regardless of Data Store - * status.

+ *

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

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts b/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts index bfe1a2400fa1..913e21ce5cf1 100644 --- a/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts +++ b/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts @@ -93,7 +93,7 @@ export interface ListFHIRExportJobsCommandOutput extends ListFHIRExportJobsRespo *

Unknown error occurs in the service.

* * @throws {@link ResourceNotFoundException} (client fault) - *

The requested Data Store was not found.

+ *

The requested data store was not found.

* * @throws {@link ThrottlingException} (client fault) *

The user has exceeded their maximum number of allowed calls to the given API.

diff --git a/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts b/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts index b0082506bc0f..48ff02532bc5 100644 --- a/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts +++ b/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts @@ -96,7 +96,7 @@ export interface ListFHIRImportJobsCommandOutput extends ListFHIRImportJobsRespo *

Unknown error occurs in the service.

* * @throws {@link ResourceNotFoundException} (client fault) - *

The requested Data Store was not found.

+ *

The requested data store was not found.

* * @throws {@link ThrottlingException} (client fault) *

The user has exceeded their maximum number of allowed calls to the given API.

diff --git a/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts b/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts index ca72e7bd4822..f7783bd67140 100644 --- a/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts @@ -37,7 +37,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** * @public *

- * Returns a list of all existing tags associated with a Data Store. + * Returns a list of all existing tags associated with a data store. *

* @example * Use a bare-bones client and the command you need to make an API call. @@ -68,7 +68,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * @see {@link HealthLakeClientResolvedConfig | config} for HealthLakeClient's `config` shape. * * @throws {@link ResourceNotFoundException} (client fault) - *

The requested Data Store was not found.

+ *

The requested data store was not found.

* * @throws {@link ValidationException} (client fault) *

The user input parameter was invalid.

diff --git a/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts b/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts index c37c73817013..2b0c62830db8 100644 --- a/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts +++ b/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts @@ -78,7 +78,7 @@ export interface StartFHIRExportJobCommandOutput extends StartFHIRExportJobRespo *

Unknown error occurs in the service.

* * @throws {@link ResourceNotFoundException} (client fault) - *

The requested Data Store was not found.

+ *

The requested data store was not found.

* * @throws {@link ThrottlingException} (client fault) *

The user has exceeded their maximum number of allowed calls to the given API.

diff --git a/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts b/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts index 42500b2ed1af..ebe1f2b61fbd 100644 --- a/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts +++ b/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts @@ -81,7 +81,7 @@ export interface StartFHIRImportJobCommandOutput extends StartFHIRImportJobRespo *

Unknown error occurs in the service.

* * @throws {@link ResourceNotFoundException} (client fault) - *

The requested Data Store was not found.

+ *

The requested data store was not found.

* * @throws {@link ThrottlingException} (client fault) *

The user has exceeded their maximum number of allowed calls to the given API.

diff --git a/clients/client-healthlake/src/commands/TagResourceCommand.ts b/clients/client-healthlake/src/commands/TagResourceCommand.ts index a53b893f99e1..db0ce3250f36 100644 --- a/clients/client-healthlake/src/commands/TagResourceCommand.ts +++ b/clients/client-healthlake/src/commands/TagResourceCommand.ts @@ -37,7 +37,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** * @public *

- * Adds a user specified key and value tag to a Data Store. + * Adds a user specified key and value tag to a data store. *

* @example * Use a bare-bones client and the command you need to make an API call. @@ -67,7 +67,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * @see {@link HealthLakeClientResolvedConfig | config} for HealthLakeClient's `config` shape. * * @throws {@link ResourceNotFoundException} (client fault) - *

The requested Data Store was not found.

+ *

The requested data store was not found.

* * @throws {@link ValidationException} (client fault) *

The user input parameter was invalid.

diff --git a/clients/client-healthlake/src/commands/UntagResourceCommand.ts b/clients/client-healthlake/src/commands/UntagResourceCommand.ts index 29437efddc6c..85b6ecd22cbd 100644 --- a/clients/client-healthlake/src/commands/UntagResourceCommand.ts +++ b/clients/client-healthlake/src/commands/UntagResourceCommand.ts @@ -37,7 +37,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** * @public *

- * Removes tags from a Data Store. + * Removes tags from a data store. *

* @example * Use a bare-bones client and the command you need to make an API call. @@ -64,7 +64,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met * @see {@link HealthLakeClientResolvedConfig | config} for HealthLakeClient's `config` shape. * * @throws {@link ResourceNotFoundException} (client fault) - *

The requested Data Store was not found.

+ *

The requested data store was not found.

* * @throws {@link ValidationException} (client fault) *

The user input parameter was invalid.

diff --git a/clients/client-healthlake/src/index.ts b/clients/client-healthlake/src/index.ts index e1d40401dc43..0e3815bedc84 100644 --- a/clients/client-healthlake/src/index.ts +++ b/clients/client-healthlake/src/index.ts @@ -1,7 +1,7 @@ // smithy-typescript generated code /* eslint-disable */ /** - *

Amazon HealthLake is a HIPAA eligibile service that allows customers to store, + *

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.

* * @packageDocumentation diff --git a/clients/client-healthlake/src/models/models_0.ts b/clients/client-healthlake/src/models/models_0.ts index 84e0bd25fc86..6096dd506175 100644 --- a/clients/client-healthlake/src/models/models_0.ts +++ b/clients/client-healthlake/src/models/models_0.ts @@ -55,7 +55,7 @@ export type CmkType = (typeof CmkType)[keyof typeof CmkType]; /** * @public - *

The Data Store is in a transition state and the user requested action can not be performed.

+ *

The data store is in a transition state and the user requested action can not be performed.

*/ export class ConflictException extends __BaseException { readonly name: "ConflictException" = "ConflictException"; @@ -90,16 +90,16 @@ export type FHIRVersion = (typeof FHIRVersion)[keyof typeof FHIRVersion]; /** * @public - *

The identity provider configuration that you gave when the Data Store was created.

+ *

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

*/ export interface IdentityProviderConfiguration { /** - *

The authorization strategy that you selected when you created the Data Store.

+ *

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

*/ AuthorizationStrategy: AuthorizationStrategy | string | undefined; /** - *

If you enabled fine-grained authorization when you created the Data Store.

+ *

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

*/ FineGrainedAuthorizationEnabled?: boolean; @@ -139,7 +139,7 @@ export type PreloadDataType = (typeof PreloadDataType)[keyof typeof PreloadDataT /** * @public - *

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

+ *

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

*/ export interface PreloadDataConfig { /** @@ -151,20 +151,20 @@ export interface PreloadDataConfig { /** * @public *

- * 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. + * 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. *

*/ export interface KmsEncryptionConfig { /** *

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

*/ CmkType: CmkType | string | undefined; /** *

- * The KMS encryption key id/alias used to encrypt the Data Store contents at rest. + * The KMS encryption key id/alias used to encrypt the data store contents at rest. *

*/ KmsKeyId?: string; @@ -212,24 +212,24 @@ export interface Tag { */ export interface CreateFHIRDatastoreRequest { /** - *

The user generated name for the Data Store.

+ *

The user generated name for the data store.

*/ DatastoreName?: string; /** - *

The FHIR version of the Data Store. The only supported version is R4.

+ *

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

*/ DatastoreTypeVersion: FHIRVersion | string | undefined; /** *

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

*/ SseConfiguration?: SseConfiguration; /** - *

Optional parameter to preload data upon creation of the Data Store. Currently, the only + *

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

*/ PreloadDataConfig?: PreloadDataConfig; @@ -241,13 +241,13 @@ export interface CreateFHIRDatastoreRequest { /** *

- * Resource tags that are applied to a Data Store when it is created. + * Resource tags that are applied to a data store when it is created. *

*/ Tags?: Tag[]; /** - *

The configuration of the identity provider that you want to use for your Data Store.

+ *

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

*/ IdentityProviderConfiguration?: IdentityProviderConfiguration; } @@ -273,25 +273,24 @@ export type DatastoreStatus = (typeof DatastoreStatus)[keyof typeof DatastoreSta */ export interface CreateFHIRDatastoreResponse { /** - *

The AWS-generated Data Store id. This id is in the output from the initial Data Store + *

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

*/ DatastoreId: string | undefined; /** - *

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.

+ *

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.

*/ DatastoreArn: string | undefined; /** - *

The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, - * ‘DELETED’.

+ *

The status of the FHIR data store.

*/ DatastoreStatus: DatastoreStatus | string | undefined; /** - *

The AWS endpoint for the created Data Store.

+ *

The AWS endpoint for the created data store.

*/ DatastoreEndpoint: string | undefined; } @@ -364,27 +363,27 @@ export class ValidationException extends __BaseException { /** * @public - *

The filters applied to Data Store query.

+ *

The filters applied to data store query.

*/ export interface DatastoreFilter { /** - *

Allows the user to filter Data Store results by name.

+ *

Allows the user to filter data store results by name.

*/ DatastoreName?: string; /** - *

Allows the user to filter Data Store results by status.

+ *

Allows the user to filter data store results by status.

*/ DatastoreStatus?: DatastoreStatus | string; /** - *

A filter that allows the user to set cutoff dates for records. All Data Stores created + *

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.

*/ CreatedBefore?: Date; /** - *

A filter that allows the user to set cutoff dates for records. All Data Stores created + *

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.

*/ CreatedAfter?: Date; @@ -392,31 +391,31 @@ export interface DatastoreFilter { /** * @public - *

Displays the properties of the Data Store, including the ID, ARN, name, and the status of the Data Store.

+ *

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

*/ export interface DatastoreProperties { /** - *

The AWS-generated ID number for the Data Store.

+ *

The AWS-generated ID number for the data store.

*/ DatastoreId: string | undefined; /** - *

The Amazon Resource Name used in the creation of the Data Store.

+ *

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

*/ DatastoreArn: string | undefined; /** - *

The user-generated name for the Data Store.

+ *

The user-generated name for the data store.

*/ DatastoreName?: string; /** - *

The status of the Data Store. Possible statuses are 'CREATING', 'ACTIVE', 'DELETING', or 'DELETED'.

+ *

The status of the data store.

*/ DatastoreStatus: DatastoreStatus | string | undefined; /** - *

The time that a Data Store was created.

+ *

The time that a data store was created.

*/ CreatedAt?: Date; @@ -426,7 +425,7 @@ export interface DatastoreProperties { DatastoreTypeVersion: FHIRVersion | string | undefined; /** - *

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

+ *

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

*/ DatastoreEndpoint: string | undefined; @@ -438,12 +437,12 @@ export interface DatastoreProperties { SseConfiguration?: SseConfiguration; /** - *

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

+ *

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

*/ PreloadDataConfig?: PreloadDataConfig; /** - *

The identity provider that you selected when you created the Data Store.

+ *

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

*/ IdentityProviderConfiguration?: IdentityProviderConfiguration; } @@ -453,7 +452,7 @@ export interface DatastoreProperties { */ export interface DeleteFHIRDatastoreRequest { /** - *

The AWS-generated ID for the Data Store to be deleted.

+ *

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

*/ DatastoreId: string | undefined; } @@ -463,30 +462,30 @@ export interface DeleteFHIRDatastoreRequest { */ export interface DeleteFHIRDatastoreResponse { /** - *

The AWS-generated ID for the Data Store to be deleted.

+ *

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

*/ DatastoreId: string | undefined; /** - *

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

+ *

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

*/ DatastoreArn: string | undefined; /** - *

The status of the Data Store that the user has requested to be deleted. + *

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

*/ DatastoreStatus: DatastoreStatus | string | undefined; /** - *

The AWS endpoint for the Data Store the user has requested to be deleted.

+ *

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

*/ DatastoreEndpoint: string | undefined; } /** * @public - *

The requested Data Store was not found.

+ *

The requested data store was not found.

*/ export class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException" = "ResourceNotFoundException"; @@ -511,7 +510,7 @@ export class ResourceNotFoundException extends __BaseException { */ export interface DescribeFHIRDatastoreRequest { /** - *

The AWS-generated Data Store ID.

+ *

The AWS-generated data store ID.

*/ DatastoreId: string | undefined; } @@ -521,9 +520,8 @@ export interface DescribeFHIRDatastoreRequest { */ export interface DescribeFHIRDatastoreResponse { /** - *

All properties associated with a Data Store, including the Data Store ID, Data Store ARN, - * Data Store name, Data Store status, created at, Data Store type version, and Data Store - * endpoint.

+ *

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.

*/ DatastoreProperties: DatastoreProperties | undefined; } @@ -533,7 +531,7 @@ export interface DescribeFHIRDatastoreResponse { */ export interface DescribeFHIRExportJobRequest { /** - *

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

+ *

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

*/ DatastoreId: string | undefined; @@ -573,7 +571,7 @@ export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus]; export interface S3Configuration { /** *

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

*/ S3Uri: string | undefined; @@ -653,7 +651,7 @@ export interface ExportJobProperties { EndTime?: Date; /** - *

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

+ *

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

*/ DatastoreId: string | undefined; @@ -688,7 +686,7 @@ export interface DescribeFHIRExportJobResponse { */ export interface DescribeFHIRImportJobRequest { /** - *

The AWS-generated ID of the Data Store.

+ *

The AWS-generated ID of the data store.

*/ DatastoreId: string | undefined; @@ -709,7 +707,7 @@ export type InputDataConfig = InputDataConfig.S3UriMember | InputDataConfig.$Unk */ export namespace InputDataConfig { /** - *

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

+ *

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

*/ export interface S3UriMember { S3Uri: string; @@ -734,7 +732,7 @@ export namespace InputDataConfig { /** * @public - *

Displays the properties of the import job, including the ID, Arn, Name, and the status of the Data Store.

+ *

Displays the properties of the import job, including the ID, Arn, Name, and the status of the data store.

*/ export interface ImportJobProperties { /** @@ -778,7 +776,7 @@ export interface ImportJobProperties { JobOutputDataConfig?: OutputDataConfig; /** - *

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

+ *

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

*/ DataAccessRoleArn?: string; @@ -803,18 +801,17 @@ export interface DescribeFHIRImportJobResponse { */ export interface ListFHIRDatastoresRequest { /** - *

Lists all filters associated with a FHIR Data Store request.

+ *

Lists all filters associated with a FHIR data store request.

*/ Filter?: DatastoreFilter; /** - *

Fetches the next page of Data Stores when results are paginated.

+ *

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

*/ NextToken?: string; /** - *

The maximum number of Data Stores returned in a single page of a - * ListFHIRDatastoresRequest call.

+ *

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

*/ MaxResults?: number; } @@ -824,7 +821,7 @@ export interface ListFHIRDatastoresRequest { */ export interface ListFHIRDatastoresResponse { /** - *

All properties associated with the listed Data Stores.

+ *

All properties associated with the listed data stores.

*/ DatastorePropertiesList: DatastoreProperties[] | undefined; @@ -840,7 +837,7 @@ export interface ListFHIRDatastoresResponse { export interface ListFHIRExportJobsRequest { /** *

- * This parameter limits the response to the export job with the specified Data Store ID. + * This parameter limits the response to the export job with the specified data store ID. *

*/ DatastoreId: string | undefined; @@ -913,7 +910,7 @@ export interface ListFHIRExportJobsResponse { export interface ListFHIRImportJobsRequest { /** *

- * This parameter limits the response to the import job with the specified Data Store ID. + * This parameter limits the response to the import job with the specified data store ID. *

*/ DatastoreId: string | undefined; @@ -986,7 +983,7 @@ export interface ListFHIRImportJobsResponse { export interface ListTagsForResourceRequest { /** *

- * The Amazon Resource Name(ARN) of the Data Store for which tags are being added. + * The Amazon Resource Name(ARN) of the data store for which tags are being added. *

*/ ResourceARN: string | undefined; @@ -998,7 +995,7 @@ export interface ListTagsForResourceRequest { export interface ListTagsForResourceResponse { /** *

- * Returns a list of tags associated with a Data Store. + * Returns a list of tags associated with a data store. *

*/ Tags?: Tag[]; @@ -1019,7 +1016,7 @@ export interface StartFHIRExportJobRequest { OutputDataConfig: OutputDataConfig | undefined; /** - *

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

+ *

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

*/ DatastoreId: string | undefined; @@ -1049,7 +1046,7 @@ export interface StartFHIRExportJobResponse { JobStatus: JobStatus | string | undefined; /** - *

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

+ *

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

*/ DatastoreId?: string; } @@ -1074,12 +1071,12 @@ export interface StartFHIRImportJobRequest { JobOutputDataConfig: OutputDataConfig | undefined; /** - *

The AWS-generated Data Store ID.

+ *

The AWS-generated data store ID.

*/ DatastoreId: string | undefined; /** - *

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

+ *

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

*/ DataAccessRoleArn: string | undefined; @@ -1104,7 +1101,7 @@ export interface StartFHIRImportJobResponse { JobStatus: JobStatus | string | undefined; /** - *

The AWS-generated Data Store ID.

+ *

The AWS-generated data store ID.

*/ DatastoreId?: string; } @@ -1115,14 +1112,14 @@ export interface StartFHIRImportJobResponse { export interface TagResourceRequest { /** *

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

*/ ResourceARN: string | undefined; /** *

- * The user specified key and value pair tags being added to a Data Store. + * The user specified key and value pair tags being added to a data store. *

*/ Tags: Tag[] | undefined; @@ -1138,15 +1135,13 @@ export interface TagResourceResponse {} */ export interface UntagResourceRequest { /** - *

- * "The Amazon Resource Name(ARN) of the Data Store for which tags are being removed - *

+ *

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

*/ ResourceARN: string | undefined; /** *

- * The keys for the tags to be removed from the Healthlake Data Store. + * The keys for the tags to be removed from the HealthLake data store. *

*/ TagKeys: string[] | undefined; diff --git a/codegen/sdk-codegen/aws-models/healthlake.json b/codegen/sdk-codegen/aws-models/healthlake.json index f1d8376e2a1c..d611b981b887 100644 --- a/codegen/sdk-codegen/aws-models/healthlake.json +++ b/codegen/sdk-codegen/aws-models/healthlake.json @@ -123,7 +123,7 @@ } }, "traits": { - "smithy.api#documentation": "

The Data Store is in a transition state and the user requested action can not be performed.

", + "smithy.api#documentation": "

The data store is in a transition state and the user requested action can not be performed.

", "smithy.api#error": "client", "smithy.api#httpError": 409 } @@ -151,7 +151,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates a Data Store that can ingest and export FHIR formatted data.

" + "smithy.api#documentation": "

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

" } }, "com.amazonaws.healthlake#CreateFHIRDatastoreRequest": { @@ -160,26 +160,26 @@ "DatastoreName": { "target": "com.amazonaws.healthlake#DatastoreName", "traits": { - "smithy.api#documentation": "

The user generated name for the Data Store.

" + "smithy.api#documentation": "

The user generated name for the data store.

" } }, "DatastoreTypeVersion": { "target": "com.amazonaws.healthlake#FHIRVersion", "traits": { - "smithy.api#documentation": "

The FHIR version of the Data Store. The only supported version is R4.

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "SseConfiguration": { "target": "com.amazonaws.healthlake#SseConfiguration", "traits": { - "smithy.api#documentation": "

\n The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store. \n

" + "smithy.api#documentation": "

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

" } }, "PreloadDataConfig": { "target": "com.amazonaws.healthlake#PreloadDataConfig", "traits": { - "smithy.api#documentation": "

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

" + "smithy.api#documentation": "

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

" } }, "ClientToken": { @@ -192,13 +192,13 @@ "Tags": { "target": "com.amazonaws.healthlake#TagList", "traits": { - "smithy.api#documentation": "

\n Resource tags that are applied to a Data Store when it is created. \n

" + "smithy.api#documentation": "

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

" } }, "IdentityProviderConfiguration": { "target": "com.amazonaws.healthlake#IdentityProviderConfiguration", "traits": { - "smithy.api#documentation": "

The configuration of the identity provider that you want to use for your Data Store.

" + "smithy.api#documentation": "

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

" } } }, @@ -212,28 +212,28 @@ "DatastoreId": { "target": "com.amazonaws.healthlake#DatastoreId", "traits": { - "smithy.api#documentation": "

The AWS-generated Data Store id. This id is in the output from the initial Data Store\n creation call.

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "DatastoreArn": { "target": "com.amazonaws.healthlake#DatastoreArn", "traits": { - "smithy.api#documentation": "

The Data Store ARN is generated during the creation of the Data Store and can be found in\n the output from the initial Data Store creation call.

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "DatastoreStatus": { "target": "com.amazonaws.healthlake#DatastoreStatus", "traits": { - "smithy.api#documentation": "

The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’,\n ‘DELETED’.

", + "smithy.api#documentation": "

The status of the FHIR data store.

", "smithy.api#required": {} } }, "DatastoreEndpoint": { "target": "com.amazonaws.healthlake#BoundedLengthString", "traits": { - "smithy.api#documentation": "

The AWS endpoint for the created Data Store.

", + "smithy.api#documentation": "

The AWS endpoint for the created data store.

", "smithy.api#required": {} } } @@ -254,30 +254,30 @@ "DatastoreName": { "target": "com.amazonaws.healthlake#DatastoreName", "traits": { - "smithy.api#documentation": "

Allows the user to filter Data Store results by name.

" + "smithy.api#documentation": "

Allows the user to filter data store results by name.

" } }, "DatastoreStatus": { "target": "com.amazonaws.healthlake#DatastoreStatus", "traits": { - "smithy.api#documentation": "

Allows the user to filter Data Store results by status.

" + "smithy.api#documentation": "

Allows the user to filter data store results by status.

" } }, "CreatedBefore": { "target": "com.amazonaws.healthlake#Timestamp", "traits": { - "smithy.api#documentation": "

A filter that allows the user to set cutoff dates for records. All Data Stores created\n before the specified date will be included in the results.

" + "smithy.api#documentation": "

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

" } }, "CreatedAfter": { "target": "com.amazonaws.healthlake#Timestamp", "traits": { - "smithy.api#documentation": "

A filter that allows the user to set cutoff dates for records. All Data Stores created\n after the specified date will be included in the results.

" + "smithy.api#documentation": "

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

" } } }, "traits": { - "smithy.api#documentation": "

The filters applied to Data Store query.

" + "smithy.api#documentation": "

The filters applied to data store query.

" } }, "com.amazonaws.healthlake#DatastoreId": { @@ -306,34 +306,34 @@ "DatastoreId": { "target": "com.amazonaws.healthlake#DatastoreId", "traits": { - "smithy.api#documentation": "

The AWS-generated ID number for the Data Store.

", + "smithy.api#documentation": "

The AWS-generated ID number for the data store.

", "smithy.api#required": {} } }, "DatastoreArn": { "target": "com.amazonaws.healthlake#DatastoreArn", "traits": { - "smithy.api#documentation": "

The Amazon Resource Name used in the creation of the Data Store.

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "DatastoreName": { "target": "com.amazonaws.healthlake#DatastoreName", "traits": { - "smithy.api#documentation": "

The user-generated name for the Data Store.

" + "smithy.api#documentation": "

The user-generated name for the data store.

" } }, "DatastoreStatus": { "target": "com.amazonaws.healthlake#DatastoreStatus", "traits": { - "smithy.api#documentation": "

The status of the Data Store. Possible statuses are 'CREATING', 'ACTIVE', 'DELETING', or 'DELETED'.

", + "smithy.api#documentation": "

The status of the data store.

", "smithy.api#required": {} } }, "CreatedAt": { "target": "com.amazonaws.healthlake#Timestamp", "traits": { - "smithy.api#documentation": "

The time that a Data Store was created.

" + "smithy.api#documentation": "

The time that a data store was created.

" } }, "DatastoreTypeVersion": { @@ -346,7 +346,7 @@ "DatastoreEndpoint": { "target": "com.amazonaws.healthlake#String", "traits": { - "smithy.api#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.

", + "smithy.api#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.

", "smithy.api#required": {} } }, @@ -359,18 +359,18 @@ "PreloadDataConfig": { "target": "com.amazonaws.healthlake#PreloadDataConfig", "traits": { - "smithy.api#documentation": "

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

" + "smithy.api#documentation": "

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

" } }, "IdentityProviderConfiguration": { "target": "com.amazonaws.healthlake#IdentityProviderConfiguration", "traits": { - "smithy.api#documentation": "

The identity provider that you selected when you created the Data Store.

" + "smithy.api#documentation": "

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

" } } }, "traits": { - "smithy.api#documentation": "

Displays the properties of the Data Store, including the ID, ARN, name, and the status of the Data Store.

" + "smithy.api#documentation": "

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

" } }, "com.amazonaws.healthlake#DatastorePropertiesList": { @@ -437,7 +437,7 @@ } ], "traits": { - "smithy.api#documentation": "

Deletes a Data Store.

" + "smithy.api#documentation": "

Deletes a data store.

" } }, "com.amazonaws.healthlake#DeleteFHIRDatastoreRequest": { @@ -446,7 +446,7 @@ "DatastoreId": { "target": "com.amazonaws.healthlake#DatastoreId", "traits": { - "smithy.api#documentation": "

The AWS-generated ID for the Data Store to be deleted.

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } } @@ -461,28 +461,28 @@ "DatastoreId": { "target": "com.amazonaws.healthlake#DatastoreId", "traits": { - "smithy.api#documentation": "

The AWS-generated ID for the Data Store to be deleted.

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "DatastoreArn": { "target": "com.amazonaws.healthlake#DatastoreArn", "traits": { - "smithy.api#documentation": "

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

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "DatastoreStatus": { "target": "com.amazonaws.healthlake#DatastoreStatus", "traits": { - "smithy.api#documentation": "

The status of the Data Store that the user has requested to be deleted. \n

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "DatastoreEndpoint": { "target": "com.amazonaws.healthlake#BoundedLengthString", "traits": { - "smithy.api#documentation": "

The AWS endpoint for the Data Store the user has requested to be deleted.

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } } @@ -514,7 +514,7 @@ } ], "traits": { - "smithy.api#documentation": "

Gets the properties associated with the FHIR Data Store, including the Data Store ID,\n Data Store ARN, Data Store name, Data Store status, created at, Data Store type version, and\n Data Store endpoint.

" + "smithy.api#documentation": "

Gets the properties associated with the FHIR data store, including the data store ID,\n 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.

" } }, "com.amazonaws.healthlake#DescribeFHIRDatastoreRequest": { @@ -523,7 +523,7 @@ "DatastoreId": { "target": "com.amazonaws.healthlake#DatastoreId", "traits": { - "smithy.api#documentation": "

The AWS-generated Data Store ID.

", + "smithy.api#documentation": "

The AWS-generated data store ID.

", "smithy.api#required": {} } } @@ -538,7 +538,7 @@ "DatastoreProperties": { "target": "com.amazonaws.healthlake#DatastoreProperties", "traits": { - "smithy.api#documentation": "

All properties associated with a Data Store, including the Data Store ID, Data Store ARN,\n Data Store name, Data Store status, created at, Data Store type version, and Data Store\n endpoint.

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } } @@ -579,7 +579,7 @@ "DatastoreId": { "target": "com.amazonaws.healthlake#DatastoreId", "traits": { - "smithy.api#documentation": "

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

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, @@ -642,7 +642,7 @@ "DatastoreId": { "target": "com.amazonaws.healthlake#DatastoreId", "traits": { - "smithy.api#documentation": "

The AWS-generated ID of the Data Store.

", + "smithy.api#documentation": "

The AWS-generated ID of the data store.

", "smithy.api#required": {} } }, @@ -722,7 +722,7 @@ "DatastoreId": { "target": "com.amazonaws.healthlake#DatastoreId", "traits": { - "smithy.api#documentation": "

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

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, @@ -823,7 +823,7 @@ "name": "healthlake" }, "aws.protocols#awsJson1_0": {}, - "smithy.api#documentation": "

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

", + "smithy.api#documentation": "

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

", "smithy.api#title": "Amazon HealthLake", "smithy.rules#endpointRuleSet": { "version": "1.0", @@ -1533,7 +1533,7 @@ "AuthorizationStrategy": { "target": "com.amazonaws.healthlake#AuthorizationStrategy", "traits": { - "smithy.api#documentation": "

The authorization strategy that you selected when you created the Data Store.

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, @@ -1541,7 +1541,7 @@ "target": "com.amazonaws.healthlake#Boolean", "traits": { "smithy.api#default": false, - "smithy.api#documentation": "

If you enabled fine-grained authorization when you created the Data Store.

" + "smithy.api#documentation": "

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

" } }, "Metadata": { @@ -1558,7 +1558,7 @@ } }, "traits": { - "smithy.api#documentation": "

The identity provider configuration that you gave when the Data Store was created.

" + "smithy.api#documentation": "

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

" } }, "com.amazonaws.healthlake#ImportJobProperties": { @@ -1617,7 +1617,7 @@ "DataAccessRoleArn": { "target": "com.amazonaws.healthlake#IamRoleArn", "traits": { - "smithy.api#documentation": "

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

" + "smithy.api#documentation": "

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

" } }, "Message": { @@ -1628,7 +1628,7 @@ } }, "traits": { - "smithy.api#documentation": "

Displays the properties of the import job, including the ID, Arn, Name, and the status of the Data Store.

" + "smithy.api#documentation": "

Displays the properties of the import job, including the ID, Arn, Name, and the status of the data store.

" } }, "com.amazonaws.healthlake#ImportJobPropertiesList": { @@ -1643,7 +1643,7 @@ "S3Uri": { "target": "com.amazonaws.healthlake#S3Uri", "traits": { - "smithy.api#documentation": "

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

" + "smithy.api#documentation": "

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

" } } }, @@ -1749,19 +1749,19 @@ "CmkType": { "target": "com.amazonaws.healthlake#CmkType", "traits": { - "smithy.api#documentation": "

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

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "KmsKeyId": { "target": "com.amazonaws.healthlake#EncryptionKeyID", "traits": { - "smithy.api#documentation": "

\n The KMS encryption key id/alias used to encrypt the Data Store contents at rest.\n

" + "smithy.api#documentation": "

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

" } } }, "traits": { - "smithy.api#documentation": "

\n 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. \n

" + "smithy.api#documentation": "

\n 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.\n

" } }, "com.amazonaws.healthlake#LambdaArn": { @@ -1794,7 +1794,7 @@ } ], "traits": { - "smithy.api#documentation": "

Lists all FHIR Data Stores that are in the user’s account, regardless of Data Store\n status.

", + "smithy.api#documentation": "

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

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", @@ -1808,19 +1808,19 @@ "Filter": { "target": "com.amazonaws.healthlake#DatastoreFilter", "traits": { - "smithy.api#documentation": "

Lists all filters associated with a FHIR Data Store request.

" + "smithy.api#documentation": "

Lists all filters associated with a FHIR data store request.

" } }, "NextToken": { "target": "com.amazonaws.healthlake#NextToken", "traits": { - "smithy.api#documentation": "

Fetches the next page of Data Stores when results are paginated.

" + "smithy.api#documentation": "

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

" } }, "MaxResults": { "target": "com.amazonaws.healthlake#MaxResultsInteger", "traits": { - "smithy.api#documentation": "

The maximum number of Data Stores returned in a single page of a\n ListFHIRDatastoresRequest call.

" + "smithy.api#documentation": "

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

" } } }, @@ -1834,7 +1834,7 @@ "DatastorePropertiesList": { "target": "com.amazonaws.healthlake#DatastorePropertiesList", "traits": { - "smithy.api#documentation": "

All properties associated with the listed Data Stores.

", + "smithy.api#documentation": "

All properties associated with the listed data stores.

", "smithy.api#required": {} } }, @@ -1889,7 +1889,7 @@ "DatastoreId": { "target": "com.amazonaws.healthlake#DatastoreId", "traits": { - "smithy.api#documentation": "

\n This parameter limits the response to the export job with the specified Data Store ID. \n

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, @@ -1995,7 +1995,7 @@ "DatastoreId": { "target": "com.amazonaws.healthlake#DatastoreId", "traits": { - "smithy.api#documentation": "

\n This parameter limits the response to the import job with the specified Data Store ID.\n

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, @@ -2078,7 +2078,7 @@ } ], "traits": { - "smithy.api#documentation": "

\n Returns a list of all existing tags associated with a Data Store. \n

" + "smithy.api#documentation": "

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

" } }, "com.amazonaws.healthlake#ListTagsForResourceRequest": { @@ -2087,7 +2087,7 @@ "ResourceARN": { "target": "com.amazonaws.healthlake#AmazonResourceName", "traits": { - "smithy.api#documentation": "

\n The Amazon Resource Name(ARN) of the Data Store for which tags are being added.\n

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } } @@ -2102,7 +2102,7 @@ "Tags": { "target": "com.amazonaws.healthlake#TagList", "traits": { - "smithy.api#documentation": "

\n Returns a list of tags associated with a Data Store.\n

" + "smithy.api#documentation": "

\n Returns a list of tags associated with a data store.\n

" } } }, @@ -2165,7 +2165,7 @@ } }, "traits": { - "smithy.api#documentation": "

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

" + "smithy.api#documentation": "

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

" } }, "com.amazonaws.healthlake#PreloadDataType": { @@ -2187,7 +2187,7 @@ } }, "traits": { - "smithy.api#documentation": "

The requested Data Store was not found.

", + "smithy.api#documentation": "

The requested data store was not found.

", "smithy.api#error": "client", "smithy.api#httpError": 404 } @@ -2198,7 +2198,7 @@ "S3Uri": { "target": "com.amazonaws.healthlake#S3Uri", "traits": { - "smithy.api#documentation": "

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

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, @@ -2287,7 +2287,7 @@ "DatastoreId": { "target": "com.amazonaws.healthlake#DatastoreId", "traits": { - "smithy.api#documentation": "

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

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, @@ -2331,7 +2331,7 @@ "DatastoreId": { "target": "com.amazonaws.healthlake#DatastoreId", "traits": { - "smithy.api#documentation": "

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

" + "smithy.api#documentation": "

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

" } } }, @@ -2393,14 +2393,14 @@ "DatastoreId": { "target": "com.amazonaws.healthlake#DatastoreId", "traits": { - "smithy.api#documentation": "

The AWS-generated Data Store ID.

", + "smithy.api#documentation": "

The AWS-generated data store ID.

", "smithy.api#required": {} } }, "DataAccessRoleArn": { "target": "com.amazonaws.healthlake#IamRoleArn", "traits": { - "smithy.api#documentation": "

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

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, @@ -2437,7 +2437,7 @@ "DatastoreId": { "target": "com.amazonaws.healthlake#DatastoreId", "traits": { - "smithy.api#documentation": "

The AWS-generated Data Store ID.

" + "smithy.api#documentation": "

The AWS-generated data store ID.

" } } }, @@ -2528,7 +2528,7 @@ } ], "traits": { - "smithy.api#documentation": "

\n Adds a user specified key and value tag to a Data Store.\n

" + "smithy.api#documentation": "

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

" } }, "com.amazonaws.healthlake#TagResourceRequest": { @@ -2537,14 +2537,14 @@ "ResourceARN": { "target": "com.amazonaws.healthlake#AmazonResourceName", "traits": { - "smithy.api#documentation": "

\n The Amazon Resource Name(ARN)that gives Amazon HealthLake access to the Data Store which tags are being added to.\n

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "Tags": { "target": "com.amazonaws.healthlake#TagList", "traits": { - "smithy.api#documentation": "

\n The user specified key and value pair tags being added to a Data Store.\n

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } } @@ -2603,7 +2603,7 @@ } ], "traits": { - "smithy.api#documentation": "

\n Removes tags from a Data Store.\n

" + "smithy.api#documentation": "

\n Removes tags from a data store.\n

" } }, "com.amazonaws.healthlake#UntagResourceRequest": { @@ -2612,14 +2612,14 @@ "ResourceARN": { "target": "com.amazonaws.healthlake#AmazonResourceName", "traits": { - "smithy.api#documentation": "

\n \"The Amazon Resource Name(ARN) of the Data Store for which tags are being removed\n

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "TagKeys": { "target": "com.amazonaws.healthlake#TagKeyList", "traits": { - "smithy.api#documentation": "

\n The keys for the tags to be removed from the Healthlake Data Store.\n

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }