Module Values_5.DisassociateIamInstanceProfileRequestSource

Disassociates an IAM instance profile from a running or stopped instance. Use DescribeIamInstanceProfileAssociations to get the association ID.

Sourcetype nonrec t = {
  1. associationId : Values_2.IamInstanceProfileAssociationId.t;
    (*

    The ID of the IAM instance profile association.

    *)
}
Sourceval context_ : string
Sourceval make : associationId:Values_2.IamInstanceProfileAssociationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_2.IamInstanceProfileAssociationId.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