Module Values.LaunchConfigurationSource

Lists all LaunchConfigurations available, filtered by Source Server IDs.

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

    Launch configuration Source Server ID.

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

    Launch configuration name.

    *)
  3. ec2LaunchTemplateID : BoundedString.t option;
    (*

    Launch configuration EC2 Launch template ID.

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

    Launch disposition for launch configuration.

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

    Launch configuration Target instance type right sizing method.

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

    Copy Private IP during Launch Configuration.

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

    Copy Tags during Launch Configuration.

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

    Launch configuration OS licensing.

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

    Launch configuration boot mode.

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

    Enable map auto tagging.

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

    Map auto tagging MPE ID.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFoundException of ResourceNotFoundException.t
  2. | `UninitializedAccountException of UninitializedAccountException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?sourceServerID:??? -> ?name:??? -> ?ec2LaunchTemplateID:??? -> ?launchDisposition:??? -> ?targetInstanceTypeRightSizingMethod:??? -> ?copyPrivateIp:??? -> ?copyTags:??? -> ?licensing:??? -> ?bootMode:??? -> ?postLaunchActions:??? -> ?enableMapAutoTagging:??? -> ?mapAutoTaggingMpeID:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFoundException of ResourceNotFoundException.t | `UninitializedAccountException of UninitializedAccountException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFoundException of ResourceNotFoundException.t | `UninitializedAccountException of UninitializedAccountException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.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