This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Improve documentation for AWS Batch DescribeJobDefinitions #94
Labels
batch
closed-for-staleness
This issue was closed because it didn't receive updates
documentation
Improvements or additions to documentation
Original issue: boto/boto3#2908
Summary:
DescribeJobDefinitions
can take either a list ofjobDefinitions
or ajobDefinitionName
. In the request, ajobDefinition
must include a revision number when using either the job definition name or the ARN. In the response, a field calledjobDefinitionName
is returned without revisions. This caused confusion over what the appropriate parameter types to pass are. The behavior is as expected, but the documentation should be improved to avoid future confusion.The text was updated successfully, but these errors were encountered: