Values.StartLifecyclePolicyPreviewResponseSourceStarts a preview of a lifecycle policy for the specified repository. This allows you to see the results before associating the lifecycle policy with the repository.
type nonrec t = {registryId : RegistryId.t option;The registry ID associated with the request.
*)repositoryName : RepositoryName.t option;The repository name associated with the request.
*)lifecyclePolicyText : LifecyclePolicyText.t option;The JSON repository policy text.
*)status : LifecyclePolicyPreviewStatus.t option;The status of the lifecycle policy preview request.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `LifecyclePolicyNotFoundException of LifecyclePolicyNotFoundException.t| `LifecyclePolicyPreviewInProgressException of
LifecyclePolicyPreviewInProgressException.t| `RepositoryNotFoundException of RepositoryNotFoundException.t| `ServerException of ServerException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `LifecyclePolicyNotFoundException of LifecyclePolicyNotFoundException.t
| `LifecyclePolicyPreviewInProgressException of
LifecyclePolicyPreviewInProgressException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `LifecyclePolicyNotFoundException of LifecyclePolicyNotFoundException.t
| `LifecyclePolicyPreviewInProgressException of
LifecyclePolicyPreviewInProgressException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of RegistryId.t ]) list ]