Smaws_Client_Cloud9.DescribeEnvironmentStatusGets status information for an Cloud9 development environment.
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 ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_environment_status_request ->
(Types.describe_environment_status_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.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_environment_status_request ->
(Types.describe_environment_status_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