Values.DescribePlatformVersionResultSourceDescribes 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.
type describePlatformVersionResult = {platformDescription : PlatformDescription.t option;Detailed information about the platform version.
*)}and t = {describePlatformVersionResult : describePlatformVersionResult;responseMetaData : responseMetaData;}type error = [ | `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t| `InsufficientPrivilegesException of InsufficientPrivilegesException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t
| `InsufficientPrivilegesException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t
| `InsufficientPrivilegesException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of SupportedTier.t
| `Structure of
(string * [> `String of String_.t ]) list ]
list
| `String of PlatformArn.t
| `Timestamp of CreationDate.t ])
list ])
list ])
list ]