Values.GetLifecyclePoliciesRequestSourceGets summary information about all or the specified data lifecycle policies. To get complete information about a policy, use GetLifecyclePolicy.
type nonrec t = {policyIds : PolicyIdList.t option;The identifiers of the data lifecycle policies.
*)state : GettablePolicyStateValues.t option;The activation state.
*)resourceTypes : ResourceTypeValuesList.t option;The resource type.
*)targetTags : TargetTagsFilterList.t option;The target tag for a policy. Tags are strings in the format key=value.
*)defaultPolicyType : DefaultPoliciesTypeValues.t option;[Default policies only] Specifies the type of default policy to get. Specify one of the following: VOLUME - To get only the default policy for EBS snapshots INSTANCE - To get only the default policy for EBS-backed AMIs ALL - To get all default policies
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string | `String of PolicyId.t ] list ])
list ]