Values.PlatformSummarySourceSummary information about a platform version.
type nonrec t = {platformArn : PlatformArn.t option;The ARN of the platform version.
*)platformOwner : PlatformOwner.t option;The AWS account ID of the person who created the platform version.
*)platformStatus : PlatformStatus.t option;The status of the platform version. You can create an environment from the platform version once it is ready.
*)platformCategory : PlatformCategory.t option;The category of platform version.
*)operatingSystemName : OperatingSystemName.t option;The operating system used by the platform version.
*)operatingSystemVersion : OperatingSystemVersion.t option;The version of the operating system used by the platform version.
*)supportedTierList : SupportedTierList.t option;The tiers in which the platform version runs.
*)supportedAddonList : SupportedAddonList.t option;The additions associated with the platform version.
*)platformLifecycleState : PlatformLifecycleState.t option;The state of the platform version in its lifecycle. Possible values: recommended | empty If an empty value is returned, the platform version is supported but isn't the recommended one for its branch.
*)platformVersion : PlatformVersion.t option;The version string of the platform version.
*)platformBranchName : BranchName.t option;The platform branch to which the platform version belongs.
*)platformBranchLifecycleState : PlatformBranchLifecycleState.t option;The state of the platform version's branch in its lifecycle. Possible values: beta | supported | deprecated | retired
*)}val make :
?platformArn:??? ->
?platformOwner:??? ->
?platformStatus:??? ->
?platformCategory:??? ->
?operatingSystemName:??? ->
?operatingSystemVersion:??? ->
?supportedTierList:??? ->
?supportedAddonList:??? ->
?platformLifecycleState:??? ->
?platformVersion:??? ->
?platformBranchName:??? ->
?platformBranchLifecycleState:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SupportedTier.t ] list
| `String of PlatformArn.t ])
list ]