Module Values_7.AssociateIamInstanceProfileRequestSource

Associates an IAM instance profile with a running or stopped instance. You cannot associate more than one IAM instance profile with an instance.

Sourcetype nonrec t = {
  1. iamInstanceProfile : Values_0.IamInstanceProfileSpecification.t;
    (*

    The IAM instance profile.

    *)
  2. instanceId : Values_0.InstanceId.t;
    (*

    The ID of the instance.

    *)
}
Sourceval context_ : string
Sourceval make : iamInstanceProfile:Values_0.IamInstanceProfileSpecification.t -> instanceId:Values_0.InstanceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.InstanceId.t | `Structure of (string * [> `String of string ]) list ]) 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