Values_7.AssociateIamInstanceProfileRequestSourceAssociates an IAM instance profile with a running or stopped instance. You cannot associate more than one IAM instance profile with an instance.
type nonrec t = {iamInstanceProfile : Values_0.IamInstanceProfileSpecification.t;The IAM instance profile.
*)instanceId : Values_0.InstanceId.t;The ID of the instance.
*)}val make :
iamInstanceProfile:Values_0.IamInstanceProfileSpecification.t ->
instanceId:Values_0.InstanceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.InstanceId.t
| `Structure of (string * [> `String of string ]) list ])
list ]