Module Values.RetryImageRequestSource

RetryImage retries an image distribution without rebuilding the image.

Sourcetype nonrec t = {
  1. imageBuildVersionArn : ImageBuildVersionArn.t;
    (*

    The source image Amazon Resource Name (ARN) to retry.

    *)
  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.

    *)
}
Sourceval context_ : string
Sourceval make : imageBuildVersionArn:ImageBuildVersionArn.t -> clientToken:ClientToken.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ImageBuildVersionArn.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