Values.CreateLifecyclePolicyResponseSourceCreate a lifecycle policy resource.
type nonrec t = {clientToken : ClientToken.t option;The client token that uniquely identifies the request.
*)lifecyclePolicyArn : LifecyclePolicyArn.t option;The Amazon Resource Name (ARN) of the lifecycle policy that the request created.
*)}type nonrec error = [ | `CallRateLimitExceededException of CallRateLimitExceededException.t| `ClientException of ClientException.t| `ForbiddenException of ForbiddenException.t| `IdempotentParameterMismatchException of IdempotentParameterMismatchException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t| `ResourceInUseException of ResourceInUseException.t| `ServiceException of ServiceException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CallRateLimitExceededException of CallRateLimitExceededException.t
| `ClientException of ClientException.t
| `ForbiddenException of ForbiddenException.t
| `IdempotentParameterMismatchException of
IdempotentParameterMismatchException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t
| `ResourceInUseException of ResourceInUseException.t
| `ServiceException of ServiceException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CallRateLimitExceededException of CallRateLimitExceededException.t
| `ClientException of ClientException.t
| `ForbiddenException of ForbiddenException.t
| `IdempotentParameterMismatchException of
IdempotentParameterMismatchException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t
| `ResourceInUseException of ResourceInUseException.t
| `ServiceException of ServiceException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]