http://es.{region}.amazonaws.com/2015-01-01/packages/describeDescribes all packages available to Amazon ES. Includes options for filtering, limiting the number of results, and pagination.
Pagination limit
Pagination token
A list of <code>DescribePackagesFilter</code> to filter the packages included in a <code>DescribePackages</code> response.
Paginated APIs accepts NextToken input to returns next page results and provides a NextToken output in the response which can be used by the client to retrieve more results.
Set this value to limit the number of results returned.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://es.{region}.amazonaws.com/2015-01-01/packages/describe' \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://es.{region}.amazonaws.com/2015-01-01/packages/describeDescribes all packages available to Amazon ES. Includes options for filtering, limiting the number of results, and pagination.
Pagination limit
Pagination token
A list of <code>DescribePackagesFilter</code> to filter the packages included in a <code>DescribePackages</code> response.
Paginated APIs accepts NextToken input to returns next page results and provides a NextToken output in the response which can be used by the client to retrieve more results.
Set this value to limit the number of results returned.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://es.{region}.amazonaws.com/2015-01-01/packages/describe' \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}