Module Values.PutAuthPolicyRequestSource

Creates or updates the auth policy. The policy string in JSON must not contain newlines or blank lines. For more information, see Auth policies in the Amazon VPC Lattice User Guide.

Sourcetype nonrec t = {
  1. resourceIdentifier : ResourceIdentifier.t;
    (*

    The ID or ARN of the service network or service for which the policy is created.

    *)
  2. policy : AuthPolicyString.t;
    (*

    The auth policy. The policy string in JSON must not contain newlines or blank lines.

    *)
}
Sourceval context_ : string
Sourceval make : resourceIdentifier:ResourceIdentifier.t -> policy:AuthPolicyString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceIdentifier.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