Values.CreatePlatformVersionRequestSourceRequest to create a new platform version.
type nonrec t = {platformName : PlatformName.t;The name of your custom platform.
*)platformVersion : PlatformVersion.t;The number, such as 1.0.2, for the new platform version.
*)platformDefinitionBundle : S3Location.t;The location of the platform definition archive in Amazon S3.
*)environmentName : EnvironmentName.t option;The name of the builder environment.
*)optionSettings : ConfigurationOptionSettingsList.t option;The configuration option settings to apply to the builder environment.
*)}val make :
?environmentName:??? ->
?optionSettings:??? ->
?tags:??? ->
platformName:PlatformName.t ->
platformVersion:PlatformVersion.t ->
platformDefinitionBundle:S3Location.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of ResourceName.t ]) list ]
list
| `String of PlatformName.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]