Module Values.DeleteInstanceProfileRequestSource

Deletes the specified instance profile. The instance profile must not have an associated role. Make sure that you do not have any Amazon EC2 instances running with the instance profile you are about to delete. Deleting a role or instance profile that is associated with a running instance will break any applications running on the instance. For more information about instance profiles, see Using instance profiles in the IAM User Guide.

Sourcetype nonrec t = {
  1. instanceProfileName : InstanceProfileNameType.t;
    (*

    The name of the instance profile to delete. This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

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