Values.GetLifecyclePoliciesResponseSourceGets summary information about all or the specified data lifecycle policies. To get complete information about a policy, use GetLifecyclePolicy.
type nonrec t = {policies : LifecyclePolicySummaryList.t option;Summary information about the lifecycle policies.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `InvalidRequestException of InvalidRequestException.t| `LimitExceededException of LimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidRequestException of InvalidRequestException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidRequestException of InvalidRequestException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of DefaultPolicy.t
| `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ])
list
| `String of PolicyId.t ])
list ]
list ])
list ]