GET /#Action=DescribeLaunchTemplateVersions
Describes one or more versions of a specified launch template. You can describe all versions, individual versions, or a range of versions. You can also describe all the latest versions or all the default versions of all the launch templates in your account.
Servers
- https://ec2.{region}.amazonaws.com
- https://ec2.amazonaws.com
- https://ec2.{region}.amazonaws.com.cn
Request headers
Name | Type | Required | Description |
---|---|---|---|
X-Amz-Content-Sha256 |
String | No | |
X-Amz-Credential |
String | No | |
X-Amz-Date |
String | No | |
X-Amz-Algorithm |
String | No | |
X-Amz-SignedHeaders |
String | No | |
X-Amz-Security-Token |
String | No | |
X-Amz-Signature |
String | No |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
Filter[] |
Array | No |
One or more filters.
|
ResolveAlias |
Boolean | No |
If If For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon Elastic Compute Cloud User Guide. Default: |
Version |
String | Yes |
Possible values:
|
MaxResults |
Integer | No |
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned |
LaunchTemplateVersion[] |
Array | No |
One or more versions of the launch template. Valid values depend on whether you are describing a specified launch template (by ID or name) or all launch templates in your account. To describe one or more versions of a specified launch template, valid values are To describe all launch templates in your account that are defined as the latest version, the valid value is |
MaxVersion |
String | No |
The version number up to which to describe launch template versions. |
LaunchTemplateName |
String | No |
The name of the launch template. To describe one or more versions of a specified launch template, you must specify either the To describe all the latest or default launch template versions in your account, you must omit this parameter. |
NextToken |
String | No |
The token to request the next page of results. |
MinVersion |
String | No |
The version number after which to describe launch template versions. |
DryRun |
Boolean | No |
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is |
LaunchTemplateId |
String | No |
The ID of the launch template. To describe one or more versions of a specified launch template, you must specify either the To describe all the latest or default launch template versions in your account, you must omit this parameter. |
Action |
String | Yes |
Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.