Module Smaws_Client_Cloud9.DeleteEnvironment

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"

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `BadRequestException of Types.bad_request_exception | `ConflictException of Types.conflict_exception | `ForbiddenException of Types.forbidden_exception | `InternalServerErrorException of Types.internal_server_error_exception | `LimitExceededException of Types.limit_exceeded_exception | `NotFoundException of Types.not_found_exception | `TooManyRequestsException of Types.too_many_requests_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.delete_environment_request -> (Types.delete_environment_result, [> Smaws_Lib.Protocols.AwsJson.error | `BadRequestException of Types.bad_request_exception | `ConflictException of Types.conflict_exception | `ForbiddenException of Types.forbidden_exception | `InternalServerErrorException of Types.internal_server_error_exception | `LimitExceededException of Types.limit_exceeded_exception | `NotFoundException of Types.not_found_exception | `TooManyRequestsException of Types.too_many_requests_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.delete_environment_request -> (Types.delete_environment_result Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `BadRequestException of Types.bad_request_exception | `ConflictException of Types.conflict_exception | `ForbiddenException of Types.forbidden_exception | `InternalServerErrorException of Types.internal_server_error_exception | `LimitExceededException of Types.limit_exceeded_exception | `NotFoundException of Types.not_found_exception | `TooManyRequestsException of Types.too_many_requests_exception ] * Smaws_Lib.Response.metadata) Stdlib.result