Module Values.StartImagePipelineExecutionRequestSource

Manually triggers a pipeline to create an image.

Sourcetype nonrec t = {
  1. imagePipelineArn : ImagePipelineArn.t;
    (*

    The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.

    *)
  2. clientToken : ClientToken.t;
    (*

    Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

    *)
  3. tags : TagMap.t option;
    (*

    Specify tags for Image Builder to apply to the image resource that's created When it starts pipeline execution.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> imagePipelineArn:ImagePipelineArn.t -> clientToken:ClientToken.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of ImagePipelineArn.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