Module Values.DeleteInstanceProfileResponseSource

Deletes the specified instance profile. All migration projects associated with the instance profile must be deleted or modified before you can delete the instance profile.

Sourcetype nonrec t = {
  1. instanceProfile : InstanceProfile.t option;
    (*

    The instance profile that was deleted.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedFault of AccessDeniedFault.t
  2. | `FailedDependencyFault of FailedDependencyFault.t
  3. | `InvalidResourceStateFault of InvalidResourceStateFault.t
  4. | `ResourceNotFoundFault of ResourceNotFoundFault.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?instanceProfile:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedFault of AccessDeniedFault.t | `FailedDependencyFault of FailedDependencyFault.t | `InvalidResourceStateFault of InvalidResourceStateFault.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedFault of AccessDeniedFault.t | `FailedDependencyFault of FailedDependencyFault.t | `InvalidResourceStateFault of InvalidResourceStateFault.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of BooleanOptional.t | `List of [> `String of String_.t ] list | `String of String_.t | `Timestamp of Iso8601DateTime.t ]) 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