View a markdown version of this page

ListDataTransformationProfiles - AWS HealthLake

ListDataTransformationProfiles

Lists all data transformation profiles in your account, returning the latest version summary for each. Use GetDataTransformationProfile to retrieve profile content. Results are paginated. Use the NextToken parameter to retrieve additional results.

Request Syntax

{ "MaxResults": number, "NextToken": "string", "SourceFormat": "string" }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

MaxResults

The maximum number of profiles to return per page. If you don't specify a value, the service returns up to 100 results.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 100.

Required: No

NextToken

The pagination token from a previous response. Pass this value to retrieve the next page of results.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Required: No

SourceFormat

Filters the results by source data format.

Type: String

Valid Values: CCDA | CSV

Required: Yes

Response Syntax

{ "Items": [ { "LastUpdatedAt": number, "ProfileDescription": "string", "ProfileId": "string", "ProfileName": "string", "SourceFormat": "string", "TargetFormat": "string", "Version": number } ], "NextToken": "string" }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

Items

The list of data transformation profile summaries.

Type: Array of DataTransformationProfileSummary objects

NextToken

The pagination token to use in the next request. If this value is null, there are no more results.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Errors

For information about the errors that are common to all actions, see Common Error Types.

AccessDeniedException

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

HTTP Status Code: 400

InternalServerException

An unknown internal error occurred in the service.

HTTP Status Code: 500

ThrottlingException

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

HTTP Status Code: 400

ValidationException

The user input parameter was invalid.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: