Values.StartImagePipelineExecutionRequestSourceManually triggers a pipeline to create an image.
type nonrec t = {imagePipelineArn : ImagePipelineArn.t;The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.
*)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.
*)}val make :
?tags:??? ->
imagePipelineArn:ImagePipelineArn.t ->
clientToken:ClientToken.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ImagePipelineArn.t ])
list ]