Module Values.LaunchConfigurationTemplateSource

Creates a new Launch Configuration Template.

Sourcetype nonrec t = {
  1. launchConfigurationTemplateID : LaunchConfigurationTemplateID.t option;
    (*

    ID of the Launch Configuration Template.

    *)
  2. arn : ARN.t option;
    (*

    ARN of the Launch Configuration Template.

    *)
  3. postLaunchActions : PostLaunchActions.t option;
    (*

    Post Launch Actions of the Launch Configuration Template.

    *)
  4. enableMapAutoTagging : Boolean.t option;
    (*

    Enable map auto tagging.

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

    Launch configuration template map auto tagging MPE ID.

    *)
  6. tags : TagsMap.t option;
    (*

    Tags of the Launch Configuration Template.

    *)
  7. ec2LaunchTemplateID : EC2LaunchConfigurationTemplateID.t option;
    (*

    EC2 launch template ID.

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

    Launch disposition.

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

    Target instance type right-sizing method.

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

    Copy private Ip.

    *)
  11. associatePublicIpAddress : Boolean.t option;
    (*

    Associate public Ip address.

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

    Copy tags.

    *)
  13. licensing : Licensing.t option;
  14. bootMode : BootMode.t option;
    (*

    Launch configuration template boot mode.

    *)
  15. smallVolumeMaxSize : PositiveInteger.t option;
    (*

    Small volume maximum size.

    *)
  16. smallVolumeConf : LaunchTemplateDiskConf.t option;
    (*

    Small volume config.

    *)
  17. largeVolumeConf : LaunchTemplateDiskConf.t option;
    (*

    Large volume config.

    *)
  18. enableParametersEncryption : Boolean.t option;
    (*

    Enable parameters encryption.

    *)
  19. parametersEncryptionKey : ARN.t option;
    (*

    Parameters encryption key.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `UninitializedAccountException of UninitializedAccountException.t
  3. | `ValidationException of ValidationException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?launchConfigurationTemplateID:??? -> ?arn:??? -> ?postLaunchActions:??? -> ?enableMapAutoTagging:??? -> ?mapAutoTaggingMpeID:??? -> ?tags:??? -> ?ec2LaunchTemplateID:??? -> ?launchDisposition:??? -> ?targetInstanceTypeRightSizingMethod:??? -> ?copyPrivateIp:??? -> ?associatePublicIpAddress:??? -> ?copyTags:??? -> ?licensing:??? -> ?bootMode:??? -> ?smallVolumeMaxSize:??? -> ?smallVolumeConf:??? -> ?largeVolumeConf:??? -> ?enableParametersEncryption:??? -> ?parametersEncryptionKey:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `UninitializedAccountException of UninitializedAccountException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `UninitializedAccountException of UninitializedAccountException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Long of PositiveInteger.t | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of LaunchConfigurationTemplateID.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 | `Long of Iops.t | `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