Module Values.CreatedArtifactSource

An ARN of the AWS cloud resource target receiving the migration (e.g., AMI, EC2 instance, RDS instance, etc.).

Sourcetype nonrec t = {
  1. name : CreatedArtifactName.t;
    (*

    An ARN that uniquely identifies the result of a migration task.

    *)
  2. description : CreatedArtifactDescription.t option;
    (*

    A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> name:CreatedArtifactName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CreatedArtifactName.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