Smaws_Client_ElasticBeanstalk.ListPlatformVersionsLists the platform versions available for your account in an AWS Region. Provides summary information about each platform version. Compare to DescribePlatformVersion, which provides full details about a single platform version.
For definitions of platform version and other platform-related terms, see AWS Elastic Beanstalk Platforms Glossary.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ElasticBeanstalkServiceException of
Types.elastic_beanstalk_service_exception
| `InsufficientPrivilegesException of Types.insufficient_privileges_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_platform_versions_request ->
(Types.list_platform_versions_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ElasticBeanstalkServiceException of
Types.elastic_beanstalk_service_exception
| `InsufficientPrivilegesException of
Types.insufficient_privileges_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_platform_versions_request ->
(Types.list_platform_versions_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ElasticBeanstalkServiceException of
Types.elastic_beanstalk_service_exception
| `InsufficientPrivilegesException of
Types.insufficient_privileges_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result