Module Values.AwsEcrRepositoryLifecyclePolicyDetailsSource

Information about the lifecycle policy for the repository.

Sourcetype nonrec t = {
  1. lifecyclePolicyText : NonEmptyString.t option;
    (*

    The text of the lifecycle policy.

    *)
  2. registryId : NonEmptyString.t option;
    (*

    The Amazon Web Services account identifier that is associated with the registry that contains the repository.

    *)
}
Sourceval make : ?lifecyclePolicyText:??? -> ?registryId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.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