Smaws_Client_ElasticBeanstalk.DescribePlatformVersionDescribes a platform version. Provides full details. Compare to ListPlatformVersions, which provides summary information about a list of platform versions.
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.describe_platform_version_request ->
(Types.describe_platform_version_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.describe_platform_version_request ->
(Types.describe_platform_version_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