Values.EnvironmentResourceDescriptionSourceDescribes the AWS resources in use by this environment. This data is live.
type nonrec t = {environmentName : EnvironmentName.t option;The name of the environment.
*)autoScalingGroups : AutoScalingGroupList.t option;The AutoScalingGroups used by this environment.
*)instances : InstanceList.t option;The Amazon EC2 instances used by this environment.
*)launchConfigurations : LaunchConfigurationList.t option;The Auto Scaling launch configurations in use by this environment.
*)launchTemplates : LaunchTemplateList.t option;The Amazon EC2 launch templates in use by this environment.
*)loadBalancers : LoadBalancerList.t option;The LoadBalancers in use by this environment.
*)triggers : TriggerList.t option;The AutoScaling triggers in use by this environment.
*)queues : QueueList.t option;The queues used by this environment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of ResourceId.t ]) list ]
list
| `String of EnvironmentName.t ])
list ]