http://appconfig.{region}.amazonaws.com/applications/{ApplicationId}/environments/{EnvironmentId}/deploymentsLists the deployments for an environment in descending deployment number order.
The application ID.
The environment ID.
The maximum number of items that may be returned for this call. If there are items that have not yet been returned, the response will include a non-null <code>NextToken</code> that you can provide in a subsequent call to get the next set of results.
The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.
Pagination limit
Pagination token
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'http://appconfig.{region}.amazonaws.com/applications/{ApplicationId}/environments/{EnvironmentId}/deployments' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://appconfig.{region}.amazonaws.com/applications/{ApplicationId}/environments/{EnvironmentId}/deploymentsLists the deployments for an environment in descending deployment number order.
The application ID.
The environment ID.
The maximum number of items that may be returned for this call. If there are items that have not yet been returned, the response will include a non-null <code>NextToken</code> that you can provide in a subsequent call to get the next set of results.
The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.
Pagination limit
Pagination token
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'http://appconfig.{region}.amazonaws.com/applications/{ApplicationId}/environments/{EnvironmentId}/deployments' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}