ListDataTransformationProfileVersions
Lists all versions of a specific data transformation profile (DRAFT and published),
in reverse chronological order (newest first).
Use GetDataTransformationProfile to retrieve profile content.
Results are paginated. Use the NextToken parameter to retrieve additional results.
Request Syntax
{
"MaxResults": number,
"NextToken": "string",
"ProfileId": "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 profile versions 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
- ProfileId
-
The unique identifier of the profile whose versions to list.
Type: String
Length Constraints: Fixed length of 32.
Pattern:
[a-f0-9]{32}Required: Yes
Response Syntax
{
"Items": [
{
"ChangeDescription": "string",
"LastUpdatedAt": number,
"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 version summaries.
Type: Array of DataTransformationProfileVersionSummary 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
- ResourceNotFoundException
-
The requested data store was not found.
HTTP Status Code: 400
- 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: