Module Values_1.DetachThingPrincipalRequestSource

The input for the DetachThingPrincipal operation.

Sourcetype nonrec t = {
  1. thingName : Values_0.ThingName.t;
    (*

    The name of the thing.

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

    If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.

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