Module Values.PutTemplateActionRequestSource

Put template post migration custom action.

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

    Launch configuration template ID.

    *)
  2. actionName : BoundedString.t;
    (*

    Template post migration custom action name.

    *)
  3. documentIdentifier : BoundedString.t;
    (*

    Template post migration custom action document identifier.

    *)
  4. order : OrderType.t;
    (*

    Template post migration custom action order.

    *)
  5. actionID : ActionID.t;
    (*

    Template post migration custom action ID.

    *)
  6. documentVersion : DocumentVersion.t option;
    (*

    Template post migration custom action document version.

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

    Template post migration custom action active status.

    *)
  8. timeoutSeconds : StrictlyPositiveInteger.t option;
    (*

    Template post migration custom action timeout in seconds.

    *)
  9. mustSucceedForCutover : Boolean.t option;
    (*

    Template post migration custom action must succeed for cutover.

    *)
  10. parameters : SsmDocumentParameters.t option;
    (*

    Template post migration custom action parameters.

    *)
  11. operatingSystem : OperatingSystemString.t option;
    (*

    Operating system eligible for this template post migration custom action.

    *)
  12. externalParameters : SsmDocumentExternalParameters.t option;
    (*

    Template post migration custom action external parameters.

    *)
  13. description : ActionDescription.t option;
    (*

    Template post migration custom action description.

    *)
  14. category : ActionCategory.t option;
    (*

    Template post migration custom action category.

    *)
}
Sourceval context_ : string
Sourceval make : ?documentVersion:??? -> ?active:??? -> ?timeoutSeconds:??? -> ?mustSucceedForCutover:??? -> ?parameters:??? -> ?operatingSystem:??? -> ?externalParameters:??? -> ?description:??? -> ?category:??? -> launchConfigurationTemplateID:LaunchConfigurationTemplateID.t -> actionName:BoundedString.t -> documentIdentifier:BoundedString.t -> order:OrderType.t -> actionID:ActionID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of OrderType.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 LaunchConfigurationTemplateID.t ]) 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