Module Values_1.AttachPrincipalPolicyRequestSource

The input for the AttachPrincipalPolicy operation.

Sourcetype nonrec t = {
  1. policyName : Values_0.PolicyName.t;
    (*

    The policy name.

    *)
  2. principal : Values_0.Principal.t;
    (*

    The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

    *)
}
Sourceval context_ : string
Sourceval make : policyName:Values_0.PolicyName.t -> principal:Values_0.Principal.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.PolicyName.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