Module Values_1.GetEffectivePoliciesRequestSource

Gets a list of the policies that have an effect on the authorization behavior of the specified device when it connects to the IoT device gateway. Requires permission to access the GetEffectivePolicies action.

Sourcetype nonrec t = {
  1. principal : Values_0.Principal.t option;
    (*

    The principal. Valid principals are CertificateArn (arn:aws:iot:region:accountId:cert/certificateId), thingGroupArn (arn:aws:iot:region:accountId:thinggroup/groupName) and CognitoId (region:id).

    *)
  2. cognitoIdentityPoolId : Values_0.CognitoIdentityPoolId.t option;
    (*

    The Cognito identity pool ID.

    *)
  3. thingName : Values_0.ThingName.t option;
    (*

    The thing name.

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