Values_5.DisassociateIamInstanceProfileRequestSourceDisassociates an IAM instance profile from a running or stopped instance. Use DescribeIamInstanceProfileAssociations to get the association ID.
type nonrec t = {associationId : Values_2.IamInstanceProfileAssociationId.t;The ID of the IAM instance profile association.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_2.IamInstanceProfileAssociationId.t ])
list ]