Module Values.RemovePolicyGrantInputSource

Removes a policy grant.

Sourcetype nonrec t = {
  1. domainIdentifier : DomainId.t;
    (*

    The ID of the domain where you want to remove a policy grant.

    *)
  2. entityType : TargetEntityType.t;
    (*

    The type of the entity from which you want to remove a policy grant.

    *)
  3. entityIdentifier : String_.t;
    (*

    The ID of the entity from which you want to remove a policy grant.

    *)
  4. policyType : ManagedPolicyType.t;
    (*

    The type of the policy that you want to remove.

    *)
  5. principal : PolicyGrantPrincipal.t;
    (*

    The principal from which you want to remove a policy grant.

    *)
  6. grantIdentifier : GrantIdentifier.t option;
    (*

    The ID of the policy grant that is to be removed from a specified entity.

    *)
  7. clientToken : ClientToken.t option;
    (*

    A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

    *)
}
Sourceval context_ : string
Sourceval make : ?grantIdentifier:??? -> ?clientToken:??? -> domainIdentifier:DomainId.t -> entityType:TargetEntityType.t -> entityIdentifier:String_.t -> policyType:ManagedPolicyType.t -> principal:PolicyGrantPrincipal.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of DomainId.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of UserIdentifier.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `String of DomainUnitId.t ]) list ]) list ]) list ]) list ]) 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