Module Values.UpdateLaunchConfigurationRequestSource

Updates multiple LaunchConfigurations by Source Server ID. bootMode valid values are LEGACY_BIOS | UEFI

Sourcetype nonrec t = {
  1. sourceServerID : SourceServerID.t;
    (*

    Update Launch configuration by Source Server ID request.

    *)
  2. name : SmallBoundedString.t option;
    (*

    Update Launch configuration name request.

    *)
  3. launchDisposition : LaunchDisposition.t option;
    (*

    Update Launch configuration launch disposition request.

    *)
  4. targetInstanceTypeRightSizingMethod : TargetInstanceTypeRightSizingMethod.t option;
    (*

    Update Launch configuration Target instance right sizing request.

    *)
  5. copyPrivateIp : Boolean.t option;
    (*

    Update Launch configuration copy Private IP request.

    *)
  6. copyTags : Boolean.t option;
    (*

    Update Launch configuration copy Tags request.

    *)
  7. licensing : Licensing.t option;
    (*

    Update Launch configuration licensing request.

    *)
  8. bootMode : BootMode.t option;
    (*

    Update Launch configuration boot mode request.

    *)
  9. postLaunchActions : PostLaunchActions.t option;
  10. enableMapAutoTagging : Boolean.t option;
    (*

    Enable map auto tagging.

    *)
  11. mapAutoTaggingMpeID : TagValue.t option;
    (*

    Launch configuration map auto tagging MPE ID.

    *)
  12. accountID : AccountID.t option;
    (*

    Update Launch configuration Account ID.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?launchDisposition:??? -> ?targetInstanceTypeRightSizingMethod:??? -> ?copyPrivateIp:??? -> ?copyTags:??? -> ?licensing:??? -> ?bootMode:??? -> ?postLaunchActions:??? -> ?enableMapAutoTagging:??? -> ?mapAutoTaggingMpeID:??? -> ?accountID:??? -> sourceServerID:SourceServerID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `String of SourceServerID.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of StrictlyPositiveInteger.t | `Map of ([> `String of SsmDocumentParameterName.t ] * [> `List of [> `Structure of (string * [> `Enum of string | `String of SsmParameterStoreParameterName.t ]) list ] list | `Structure of (string * [> `String of JmesPathString.t ]) list ]) list | `String of BoundedString.t ]) list ] list | `String of S3LogBucketName.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t