Values.PlatformDescriptionSourceDetailed 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.
*)platformName : PlatformName.t option;The name of the platform version.
*)platformVersion : PlatformVersion.t option;The version of the platform version.
*)solutionStackName : SolutionStackName.t option;The name of the solution stack used by the platform version.
*)platformStatus : PlatformStatus.t option;The status of the platform version.
*)dateCreated : CreationDate.t option;The date when the platform version was created.
*)dateUpdated : UpdateDate.t option;The date when the platform version was last updated.
*)platformCategory : PlatformCategory.t option;The category of the platform version.
*)description : Description.t option;The description of the platform version.
*)maintainer : Maintainer.t option;Information about the maintainer of the 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.
*)programmingLanguages : PlatformProgrammingLanguages.t option;The programming languages supported by the platform version.
*)frameworks : PlatformFrameworks.t option;The frameworks supported by the platform version.
*)customAmiList : CustomAmiList.t option;The custom AMIs supported by the platform version.
*)supportedTierList : SupportedTierList.t option;The tiers supported by the platform version.
*)supportedAddonList : SupportedAddonList.t option;The additions supported by the platform version.
*)platformLifecycleState : PlatformLifecycleState.t option;The state of the platform version in its lifecycle. Possible values: Recommended | null If a null value is returned, the platform version isn't the recommended one for its branch. Each platform branch has a single recommended platform version, typically the most recent one.
*)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:??? ->
?platformName:??? ->
?platformVersion:??? ->
?solutionStackName:??? ->
?platformStatus:??? ->
?dateCreated:??? ->
?dateUpdated:??? ->
?platformCategory:??? ->
?description:??? ->
?maintainer:??? ->
?operatingSystemName:??? ->
?operatingSystemVersion:??? ->
?programmingLanguages:??? ->
?frameworks:??? ->
?customAmiList:??? ->
?supportedTierList:??? ->
?supportedAddonList:??? ->
?platformLifecycleState:??? ->
?platformBranchName:??? ->
?platformBranchLifecycleState:??? ->
unit ->
tval to_value :
t ->
[> `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 ]