Values.DeletePlatformVersionResultSourceDeletes the specified version of a custom platform.
type deletePlatformVersionResult = {platformSummary : PlatformSummary.t option;Detailed information about the version of the custom platform.
*)}and t = {deletePlatformVersionResult : deletePlatformVersionResult;responseMetaData : responseMetaData;}type error = [ | `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t| `InsufficientPrivilegesException of InsufficientPrivilegesException.t| `OperationInProgressException of OperationInProgressException.t| `PlatformVersionStillReferencedException of
PlatformVersionStillReferencedException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t
| `InsufficientPrivilegesException of unit
| `OperationInProgressException of unit
| `PlatformVersionStillReferencedException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t
| `InsufficientPrivilegesException of unit
| `OperationInProgressException of unit
| `PlatformVersionStillReferencedException 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 ] list
| `String of PlatformArn.t ])
list ])
list ])
list ]