Smaws_Client_ElasticBeanstalk.DescribeEnvironmentResourcesReturns AWS resources for this environment.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InsufficientPrivilegesException of Types.insufficient_privileges_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_environment_resources_message ->
(Types.environment_resource_descriptions_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InsufficientPrivilegesException of
Types.insufficient_privileges_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_environment_resources_message ->
(Types.environment_resource_descriptions_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InsufficientPrivilegesException of
Types.insufficient_privileges_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result