ListAvailableSolutionStacks - AWS Elastic Beanstalk

ListAvailableSolutionStacks

Returns a list of the available solution stack names, with the public version first and then in reverse chronological order.

Response Elements

The following elements are returned by the service.

SolutionStackDetails.member.N

A list of available solution stacks and their SolutionStackDescription.

Type: Array of SolutionStackDescription objects

SolutionStacks.member.N

A list of available solution stacks.

Type: Array of strings

Errors

For information about the errors that are common to all actions, see Common Errors.

Examples

Example

This example illustrates one usage of ListAvailableSolutionStacks.

Sample Request

https://elasticbeanstalk.us-west-2.amazonaws.com/?Operation=ListAvailableSolutionStacks &AuthParams

Sample Response

<ListAvailableSolutionStacksResponse xmlns="https://elasticbeanstalk.amazonaws.com/docs/2010-12-01/"> <ListAvailableSolutionStacksResult> <SolutionStacks> <member>64bit Amazon Linux running Tomcat 6</member> <member>32bit Amazon Linux running Tomcat 6</member> <member>64bit Amazon Linux running Tomcat 7</member> <member>32bit Amazon Linux running Tomcat 7</member> </SolutionStacks> </ListAvailableSolutionStacksResult> <ResponseMetadata> <RequestId>f21e2a92-f1fc-11df-8a78-9f77047e0d0c</RequestId> </ResponseMetadata> </ListAvailableSolutionStacksResponse>

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: