Module Values.BatchGetPolicyInputItemSource

Information about a policy that you include in a BatchGetPolicy API request.

Sourcetype nonrec t = {
  1. policyStoreId : PolicyStoreId.t;
    (*

    The identifier of the policy store where the policy you want information about is stored.

    *)
  2. policyId : PolicyId.t;
    (*

    The identifier of the policy you want information about. You can use the policy name in place of the policy ID. When using a name, prefix it with name/. For example: ID: SPEXAMPLEabcdefg111111 Name: name/example-policy

    *)
}
Sourceval context_ : string
Sourceval make : policyStoreId:PolicyStoreId.t -> policyId:PolicyId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PolicyStoreId.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