Safe Haskell | None |
---|---|
Language | Haskell2010 |
Attaches one or more EC2 instances to the specified Auto Scaling group.
For more information, see Attach Amazon EC2 Instances to Your Existing AutoScaling Group in the Auto Scaling Developer Guide.
http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_AttachInstances.html
Request
data AttachInstances Source
Request constructor
AttachInstances
constructor.
The fields accessible through corresponding lenses are:
Request lenses
aiAutoScalingGroupName :: Lens' AttachInstances Text Source
The name of the group.
aiInstanceIds :: Lens' AttachInstances [Text] Source
One or more EC2 instance IDs. You must specify at least one ID.