Module Values.DeleteEnvironmentRequestSource

Deletes an Cloud9 development environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance. Cloud9 is no longer available to new customers. Existing customers of Cloud9 can continue to use the service as normal. Learn more"

Sourcetype nonrec t = {
  1. environmentId : EnvironmentId.t;
    (*

    The ID of the environment to delete.

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