Values_1.GetEffectivePoliciesRequestSourceGets 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.
type nonrec t = {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).
*)cognitoIdentityPoolId : Values_0.CognitoIdentityPoolId.t option;The Cognito identity pool ID.
*)thingName : Values_0.ThingName.t option;The thing name.
*)}