amazonka-autoscaling 1.4.2 → 1.4.3
raw patch · 49 files changed
+615/−1187 lines, 49 filesdep ~amazonka-autoscalingdep ~amazonka-coredep ~amazonka-testPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-autoscaling, amazonka-core, amazonka-test
API changes (from Hackage documentation)
Files
- README.md +2/−5
- amazonka-autoscaling.cabal +6/−9
- gen/Network/AWS/AutoScaling.hs +1/−4
- gen/Network/AWS/AutoScaling/AttachInstances.hs +2/−7
- gen/Network/AWS/AutoScaling/AttachLoadBalancers.hs +2/−6
- gen/Network/AWS/AutoScaling/CompleteLifecycleAction.hs +10/−26
- gen/Network/AWS/AutoScaling/CreateAutoScalingGroup.hs +24/−69
- gen/Network/AWS/AutoScaling/CreateLaunchConfiguration.hs +28/−105
- gen/Network/AWS/AutoScaling/CreateOrUpdateTags.hs +2/−6
- gen/Network/AWS/AutoScaling/DeleteAutoScalingGroup.hs +5/−16
- gen/Network/AWS/AutoScaling/DeleteLaunchConfiguration.hs +1/−3
- gen/Network/AWS/AutoScaling/DeleteLifecycleHook.hs +1/−3
- gen/Network/AWS/AutoScaling/DeleteNotificationConfiguration.hs +1/−2
- gen/Network/AWS/AutoScaling/DeletePolicy.hs +1/−2
- gen/Network/AWS/AutoScaling/DescribeAccountLimits.hs +3/−7
- gen/Network/AWS/AutoScaling/DescribeAutoScalingGroups.hs +3/−6
- gen/Network/AWS/AutoScaling/DescribeAutoScalingInstances.hs +4/−9
- gen/Network/AWS/AutoScaling/DescribeLaunchConfigurations.hs +4/−8
- gen/Network/AWS/AutoScaling/DescribeLoadBalancers.hs +2/−4
- gen/Network/AWS/AutoScaling/DescribeMetricCollectionTypes.hs +1/−3
- gen/Network/AWS/AutoScaling/DescribeNotificationConfigurations.hs +3/−6
- gen/Network/AWS/AutoScaling/DescribePolicies.hs +4/−10
- gen/Network/AWS/AutoScaling/DescribeScalingActivities.hs +4/−13
- gen/Network/AWS/AutoScaling/DescribeScalingProcessTypes.hs +1/−2
- gen/Network/AWS/AutoScaling/DescribeScheduledActions.hs +7/−17
- gen/Network/AWS/AutoScaling/DescribeTags.hs +4/−11
- gen/Network/AWS/AutoScaling/DescribeTerminationPolicyTypes.hs +1/−3
- gen/Network/AWS/AutoScaling/DetachInstances.hs +5/−11
- gen/Network/AWS/AutoScaling/DetachLoadBalancers.hs +2/−6
- gen/Network/AWS/AutoScaling/DisableMetricsCollection.hs +2/−4
- gen/Network/AWS/AutoScaling/EnableMetricsCollection.hs +5/−10
- gen/Network/AWS/AutoScaling/EnterStandby.hs +3/−9
- gen/Network/AWS/AutoScaling/ExecutePolicy.hs +6/−17
- gen/Network/AWS/AutoScaling/ExitStandby.hs +1/−3
- gen/Network/AWS/AutoScaling/PutLifecycleHook.hs +22/−60
- gen/Network/AWS/AutoScaling/PutNotificationConfiguration.hs +4/−11
- gen/Network/AWS/AutoScaling/PutScalingPolicy.hs +16/−45
- gen/Network/AWS/AutoScaling/PutScheduledUpdateGroupAction.hs +7/−18
- gen/Network/AWS/AutoScaling/RecordLifecycleActionHeartbeat.hs +9/−24
- gen/Network/AWS/AutoScaling/ResumeProcesses.hs +2/−5
- gen/Network/AWS/AutoScaling/SetDesiredCapacity.hs +3/−10
- gen/Network/AWS/AutoScaling/SetInstanceHealth.hs +4/−13
- gen/Network/AWS/AutoScaling/SetInstanceProtection.hs +2/−5
- gen/Network/AWS/AutoScaling/SuspendProcesses.hs +3/−7
- gen/Network/AWS/AutoScaling/TerminateInstanceInAutoScalingGroup.hs +3/−6
- gen/Network/AWS/AutoScaling/Types.hs +5/−11
- gen/Network/AWS/AutoScaling/Types/Product.hs +73/−203
- gen/Network/AWS/AutoScaling/UpdateAutoScalingGroup.hs +17/−53
- test/Test/AWS/Gen/AutoScaling.hs +294/−294
README.md view
@@ -8,17 +8,14 @@ ## Version -`1.4.2`+`1.4.3` ## Description Auto Scaling -Auto Scaling is designed to automatically launch or terminate EC2-instances based on user-defined policies, schedules, and health checks.-Use this service in conjunction with the Amazon CloudWatch and Elastic-Load Balancing services.+Auto Scaling is designed to automatically launch or terminate EC2 instances based on user-defined policies, schedules, and health checks. Use this service in conjunction with the Amazon CloudWatch and Elastic Load Balancing services. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-autoscaling) and the [AWS API Reference](https://aws.amazon.com/documentation/).
amazonka-autoscaling.cabal view
@@ -1,5 +1,5 @@ name: amazonka-autoscaling-version: 1.4.2+version: 1.4.3 synopsis: Amazon Auto Scaling SDK. homepage: https://github.com/brendanhay/amazonka bug-reports: https://github.com/brendanhay/amazonka/issues@@ -15,10 +15,7 @@ description: Auto Scaling - Auto Scaling is designed to automatically launch or terminate EC2- instances based on user-defined policies, schedules, and health checks.- Use this service in conjunction with the Amazon CloudWatch and Elastic- Load Balancing services.+ Auto Scaling is designed to automatically launch or terminate EC2 instances based on user-defined policies, schedules, and health checks. Use this service in conjunction with the Amazon CloudWatch and Elastic Load Balancing services. . The types from this library are intended to be used with <http://hackage.haskell.org/package/amazonka amazonka>, which provides@@ -103,7 +100,7 @@ , Network.AWS.AutoScaling.Types.Sum build-depends:- amazonka-core == 1.4.2.*+ amazonka-core == 1.4.3.* , base >= 4.7 && < 5 test-suite amazonka-autoscaling-test@@ -123,9 +120,9 @@ , Test.AWS.AutoScaling.Internal build-depends:- amazonka-core == 1.4.2.*- , amazonka-test == 1.4.2.*- , amazonka-autoscaling == 1.4.2.*+ amazonka-core == 1.4.3.*+ , amazonka-test == 1.4.3.*+ , amazonka-autoscaling == 1.4.3.* , base , bytestring , tasty
gen/Network/AWS/AutoScaling.hs view
@@ -13,10 +13,7 @@ -- -- Auto Scaling ----- Auto Scaling is designed to automatically launch or terminate EC2--- instances based on user-defined policies, schedules, and health checks.--- Use this service in conjunction with the Amazon CloudWatch and Elastic--- Load Balancing services.+-- Auto Scaling is designed to automatically launch or terminate EC2 instances based on user-defined policies, schedules, and health checks. Use this service in conjunction with the Amazon CloudWatch and Elastic Load Balancing services. module Network.AWS.AutoScaling ( -- * Service Configuration
gen/Network/AWS/AutoScaling/AttachInstances.hs view
@@ -20,14 +20,9 @@ -- -- Attaches one or more EC2 instances to the specified Auto Scaling group. ----- When you attach instances, Auto Scaling increases the desired capacity--- of the group by the number of instances being attached. If the number of--- instances being attached plus the desired capacity of the group exceeds--- the maximum size of the group, the operation fails.+-- When you attach instances, Auto Scaling increases the desired capacity of the group by the number of instances being attached. If the number of instances being attached plus the desired capacity of the group exceeds the maximum size of the group, the operation fails. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/attach-instance-asg.html Attach EC2 Instances to Your Auto Scaling Group>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/attach-instance-asg.html Attach EC2 Instances to Your Auto Scaling Group> in the /Auto Scaling Developer Guide/. module Network.AWS.AutoScaling.AttachInstances ( -- * Creating a Request
gen/Network/AWS/AutoScaling/AttachLoadBalancers.hs view
@@ -20,13 +20,9 @@ -- -- Attaches one or more load balancers to the specified Auto Scaling group. ----- To describe the load balancers for an Auto Scaling group, use--- < DescribeLoadBalancers>. To detach the load balancer from the Auto--- Scaling group, use < DetachLoadBalancers>.+-- To describe the load balancers for an Auto Scaling group, use < DescribeLoadBalancers>. To detach the load balancer from the Auto Scaling group, use < DetachLoadBalancers>. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/attach-load-balancer-asg.html Attach a Load Balancer to Your Auto Scaling Group>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/attach-load-balancer-asg.html Attach a Load Balancer to Your Auto Scaling Group> in the /Auto Scaling Developer Guide/. module Network.AWS.AutoScaling.AttachLoadBalancers ( -- * Creating a Request
gen/Network/AWS/AutoScaling/CompleteLifecycleAction.hs view
@@ -18,29 +18,17 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Completes the lifecycle action for the specified token or instance with--- the specified result.+-- Completes the lifecycle action for the specified token or instance with the specified result. ----- This step is a part of the procedure for adding a lifecycle hook to an--- Auto Scaling group:+-- This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group: ----- 1. (Optional) Create a Lambda function and a rule that allows--- CloudWatch Events to invoke your Lambda function when Auto Scaling--- launches or terminates instances.--- 2. (Optional) Create a notification target and an IAM role. The target--- can be either an Amazon SQS queue or an Amazon SNS topic. The role--- allows Auto Scaling to publish lifecycle notifications to the--- target.--- 3. Create the lifecycle hook. Specify whether the hook is used when the--- instances launch or terminate.--- 4. If you need more time, record the lifecycle action heartbeat to keep--- the instance in a pending state.--- 5. __If you finish before the timeout period ends, complete the--- lifecycle action.__+-- 1. (Optional) Create a Lambda function and a rule that allows CloudWatch Events to invoke your Lambda function when Auto Scaling launches or terminates instances.+-- 2. (Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Auto Scaling to publish lifecycle notifications to the target.+-- 3. Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate.+-- 4. If you need more time, record the lifecycle action heartbeat to keep the instance in a pending state.+-- 5. __If you finish before the timeout period ends, complete the lifecycle action.__ ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html Auto Scaling Lifecycle>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html Auto Scaling Lifecycle> in the /Auto Scaling Developer Guide/. module Network.AWS.AutoScaling.CompleteLifecycleAction ( -- * Creating a Request@@ -107,10 +95,7 @@ claInstanceId :: Lens' CompleteLifecycleAction (Maybe Text) claInstanceId = lens _claInstanceId (\ s a -> s{_claInstanceId = a}); --- | A universally unique identifier (UUID) that identifies a specific--- lifecycle action associated with an instance. Auto Scaling sends this--- token to the notification target you specified when you created the--- lifecycle hook.+-- | A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook. claLifecycleActionToken :: Lens' CompleteLifecycleAction (Maybe Text) claLifecycleActionToken = lens _claLifecycleActionToken (\ s a -> s{_claLifecycleActionToken = a}); @@ -122,8 +107,7 @@ claAutoScalingGroupName :: Lens' CompleteLifecycleAction Text claAutoScalingGroupName = lens _claAutoScalingGroupName (\ s a -> s{_claAutoScalingGroupName = a}); --- | The action for the group to take. This parameter can be either--- 'CONTINUE' or 'ABANDON'.+-- | The action for the group to take. This parameter can be either 'CONTINUE' or 'ABANDON'. claLifecycleActionResult :: Lens' CompleteLifecycleAction Text claLifecycleActionResult = lens _claLifecycleActionResult (\ s a -> s{_claLifecycleActionResult = a});
gen/Network/AWS/AutoScaling/CreateAutoScalingGroup.hs view
@@ -20,13 +20,9 @@ -- -- Creates an Auto Scaling group with the specified name and attributes. ----- If you exceed your maximum limit of Auto Scaling groups, which by--- default is 20 per region, the call fails. For information about viewing--- and updating this limit, see < DescribeAccountLimits>.+-- If you exceed your maximum limit of Auto Scaling groups, which by default is 20 per region, the call fails. For information about viewing and updating this limit, see < DescribeAccountLimits>. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroup.html Auto Scaling Groups>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroup.html Auto Scaling Groups> in the /Auto Scaling Developer Guide/. module Network.AWS.AutoScaling.CreateAutoScalingGroup ( -- * Creating a Request@@ -142,122 +138,81 @@ , _casgMaxSize = pMaxSize_ } --- | The ID of the instance used to create a launch configuration for the--- group. Alternatively, specify a launch configuration instead of an EC2--- instance.+-- | The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance. ----- When you specify an ID of an instance, Auto Scaling creates a new launch--- configuration and associates it with the group. This launch--- configuration derives its attributes from the specified instance, with--- the exception of the block device mapping.+-- When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/create-asg-from-instance.html Create an Auto Scaling Group Using an EC2 Instance>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/create-asg-from-instance.html Create an Auto Scaling Group Using an EC2 Instance> in the /Auto Scaling Developer Guide/. casgInstanceId :: Lens' CreateAutoScalingGroup (Maybe Text) casgInstanceId = lens _casgInstanceId (\ s a -> s{_casgInstanceId = a}); --- | One or more termination policies used to select the instance to--- terminate. These policies are executed in the order that they are--- listed.+-- | One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingBehavior.InstanceTermination.html Controlling Which Instances Auto Scaling Terminates During Scale In>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingBehavior.InstanceTermination.html Controlling Which Instances Auto Scaling Terminates During Scale In> in the /Auto Scaling Developer Guide/. casgTerminationPolicies :: Lens' CreateAutoScalingGroup [Text] casgTerminationPolicies = lens _casgTerminationPolicies (\ s a -> s{_casgTerminationPolicies = a}) . _Default . _Coerce; --- | The amount of time, in seconds, that Auto Scaling waits before checking--- the health status of an EC2 instance that has come into service. During--- this time, any health check failures for the instance are ignored. The--- default is 300.+-- | The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300. -- -- This parameter is required if you are adding an 'ELB' health check. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/healthcheck.html Health Checks>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/healthcheck.html Health Checks> in the /Auto Scaling Developer Guide/. casgHealthCheckGracePeriod :: Lens' CreateAutoScalingGroup (Maybe Int) casgHealthCheckGracePeriod = lens _casgHealthCheckGracePeriod (\ s a -> s{_casgHealthCheckGracePeriod = a}); --- | Indicates whether newly launched instances are protected from--- termination by Auto Scaling when scaling in.+-- | Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in. casgNewInstancesProtectedFromScaleIn :: Lens' CreateAutoScalingGroup (Maybe Bool) casgNewInstancesProtectedFromScaleIn = lens _casgNewInstancesProtectedFromScaleIn (\ s a -> s{_casgNewInstancesProtectedFromScaleIn = a}); --- | A comma-separated list of subnet identifiers for your virtual private--- cloud (VPC).+-- | A comma-separated list of subnet identifiers for your virtual private cloud (VPC). ----- If you specify subnets and Availability Zones with this call, ensure--- that the subnets\' Availability Zones match the Availability Zones--- specified.+-- If you specify subnets and Availability Zones with this call, ensure that the subnets\' Availability Zones match the Availability Zones specified. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/asg-in-vpc.html Launching Auto Scaling Instances in a VPC>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/asg-in-vpc.html Launching Auto Scaling Instances in a VPC> in the /Auto Scaling Developer Guide/. casgVPCZoneIdentifier :: Lens' CreateAutoScalingGroup (Maybe Text) casgVPCZoneIdentifier = lens _casgVPCZoneIdentifier (\ s a -> s{_casgVPCZoneIdentifier = a}); --- | The amount of time, in seconds, after a scaling activity completes--- before another scaling activity can start. The default is 300.+-- | The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/Cooldown.html Auto Scaling Cooldowns>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/Cooldown.html Auto Scaling Cooldowns> in the /Auto Scaling Developer Guide/. casgDefaultCooldown :: Lens' CreateAutoScalingGroup (Maybe Int) casgDefaultCooldown = lens _casgDefaultCooldown (\ s a -> s{_casgDefaultCooldown = a}); --- | One or more Availability Zones for the group. This parameter is optional--- if you specify one or more subnets.+-- | One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets. casgAvailabilityZones :: Lens' CreateAutoScalingGroup (Maybe (NonEmpty Text)) casgAvailabilityZones = lens _casgAvailabilityZones (\ s a -> s{_casgAvailabilityZones = a}) . mapping _List1; --- | The number of EC2 instances that should be running in the group. This--- number must be greater than or equal to the minimum size of the group--- and less than or equal to the maximum size of the group.+-- | The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group. casgDesiredCapacity :: Lens' CreateAutoScalingGroup (Maybe Int) casgDesiredCapacity = lens _casgDesiredCapacity (\ s a -> s{_casgDesiredCapacity = a}); --- | The name of the launch configuration. Alternatively, specify an EC2--- instance instead of a launch configuration.+-- | The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration. casgLaunchConfigurationName :: Lens' CreateAutoScalingGroup (Maybe Text) casgLaunchConfigurationName = lens _casgLaunchConfigurationName (\ s a -> s{_casgLaunchConfigurationName = a}); --- | The service to use for the health checks. The valid values are 'EC2' and--- 'ELB'.+-- | The service to use for the health checks. The valid values are 'EC2' and 'ELB'. ----- By default, health checks use Amazon EC2 instance status checks to--- determine the health of an instance. For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/healthcheck.html Health Checks>--- in the /Auto Scaling Developer Guide/.+-- By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/healthcheck.html Health Checks> in the /Auto Scaling Developer Guide/. casgHealthCheckType :: Lens' CreateAutoScalingGroup (Maybe Text) casgHealthCheckType = lens _casgHealthCheckType (\ s a -> s{_casgHealthCheckType = a}); --- | The name of the placement group into which you\'ll launch your--- instances, if any. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html Placement Groups>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | The name of the placement group into which you\'ll launch your instances, if any. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html Placement Groups> in the /Amazon Elastic Compute Cloud User Guide/. casgPlacementGroup :: Lens' CreateAutoScalingGroup (Maybe Text) casgPlacementGroup = lens _casgPlacementGroup (\ s a -> s{_casgPlacementGroup = a}); -- | One or more load balancers. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SetUpASLBApp.html Using a Load Balancer With an Auto Scaling Group>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SetUpASLBApp.html Using a Load Balancer With an Auto Scaling Group> in the /Auto Scaling Developer Guide/. casgLoadBalancerNames :: Lens' CreateAutoScalingGroup [Text] casgLoadBalancerNames = lens _casgLoadBalancerNames (\ s a -> s{_casgLoadBalancerNames = a}) . _Default . _Coerce; -- | One or more tags. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/ASTagging.html Tagging Auto Scaling Groups and Instances>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/ASTagging.html Tagging Auto Scaling Groups and Instances> in the /Auto Scaling Developer Guide/. casgTags :: Lens' CreateAutoScalingGroup [Tag] casgTags = lens _casgTags (\ s a -> s{_casgTags = a}) . _Default . _Coerce; --- | The name of the group. This name must be unique within the scope of your--- AWS account.+-- | The name of the group. This name must be unique within the scope of your AWS account. casgAutoScalingGroupName :: Lens' CreateAutoScalingGroup Text casgAutoScalingGroupName = lens _casgAutoScalingGroupName (\ s a -> s{_casgAutoScalingGroupName = a});
gen/Network/AWS/AutoScaling/CreateLaunchConfiguration.hs view
@@ -20,13 +20,9 @@ -- -- Creates a launch configuration. ----- If you exceed your maximum limit of launch configurations, which by--- default is 100 per region, the call fails. For information about viewing--- and updating this limit, see < DescribeAccountLimits>.+-- If you exceed your maximum limit of launch configurations, which by default is 100 per region, the call fails. For information about viewing and updating this limit, see < DescribeAccountLimits>. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/LaunchConfiguration.html Launch Configurations>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/LaunchConfiguration.html Launch Configurations> in the /Auto Scaling Developer Guide/. module Network.AWS.AutoScaling.CreateLaunchConfiguration ( -- * Creating a Request@@ -152,82 +148,45 @@ -- | The ID of the instance to use to create the launch configuration. ----- The new launch configuration derives attributes from the instance, with--- the exception of the block device mapping.+-- The new launch configuration derives attributes from the instance, with the exception of the block device mapping. ----- To create a launch configuration with a block device mapping or override--- any other instance attributes, specify them as part of the same request.+-- To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/create-lc-with-instanceID.html Create a Launch Configuration Using an EC2 Instance>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/create-lc-with-instanceID.html Create a Launch Configuration Using an EC2 Instance> in the /Auto Scaling Developer Guide/. clcInstanceId :: Lens' CreateLaunchConfiguration (Maybe Text) clcInstanceId = lens _clcInstanceId (\ s a -> s{_clcInstanceId = a}); --- | Used for groups that launch instances into a virtual private cloud--- (VPC). Specifies whether to assign a public IP address to each instance.--- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/asg-in-vpc.html Launching Auto Scaling Instances in a VPC>--- in the /Auto Scaling Developer Guide/.+-- | Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/asg-in-vpc.html Launching Auto Scaling Instances in a VPC> in the /Auto Scaling Developer Guide/. ----- If you specify this parameter, be sure to specify at least one subnet--- when you create your group.+-- If you specify this parameter, be sure to specify at least one subnet when you create your group. ----- Default: If the instance is launched into a default subnet, the default--- is 'true'. If the instance is launched into a nondefault subnet, the--- default is 'false'. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html Supported Platforms>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Default: If the instance is launched into a default subnet, the default is 'true'. If the instance is launched into a nondefault subnet, the default is 'false'. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html Supported Platforms> in the /Amazon Elastic Compute Cloud User Guide/. clcAssociatePublicIPAddress :: Lens' CreateLaunchConfiguration (Maybe Bool) clcAssociatePublicIPAddress = lens _clcAssociatePublicIPAddress (\ s a -> s{_clcAssociatePublicIPAddress = a}); -- | One or more security groups with which to associate the instances. ----- If your instances are launched in EC2-Classic, you can either specify--- security group names or the security group IDs. For more information--- about security groups for EC2-Classic, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html Amazon EC2 Security Groups>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html Amazon EC2 Security Groups> in the /Amazon Elastic Compute Cloud User Guide/. ----- If your instances are launched into a VPC, specify security group IDs.--- For more information, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html Security Groups for Your VPC>--- in the /Amazon Virtual Private Cloud User Guide/.+-- If your instances are launched into a VPC, specify security group IDs. For more information, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html Security Groups for Your VPC> in the /Amazon Virtual Private Cloud User Guide/. clcSecurityGroups :: Lens' CreateLaunchConfiguration [Text] clcSecurityGroups = lens _clcSecurityGroups (\ s a -> s{_clcSecurityGroups = a}) . _Default . _Coerce; --- | The maximum hourly price to be paid for any Spot Instance launched to--- fulfill the request. Spot Instances are launched when the price you--- specify exceeds the current Spot market price. For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US-SpotInstances.html Launching Spot Instances in Your Auto Scaling Group>--- in the /Auto Scaling Developer Guide/.+-- | The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US-SpotInstances.html Launching Spot Instances in Your Auto Scaling Group> in the /Auto Scaling Developer Guide/. clcSpotPrice :: Lens' CreateLaunchConfiguration (Maybe Text) clcSpotPrice = lens _clcSpotPrice (\ s a -> s{_clcSpotPrice = a}); --- | Enables detailed monitoring if it is disabled. Detailed monitoring is--- enabled by default.+-- | Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default. ----- When detailed monitoring is enabled, Amazon CloudWatch generates metrics--- every minute and your account is charged a fee. When you disable--- detailed monitoring, by specifying 'False', CloudWatch generates metrics--- every 5 minutes. For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-instance-monitoring.html Monitoring Your Auto Scaling Instances and Groups>--- in the /Auto Scaling Developer Guide/.+-- When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying 'False', CloudWatch generates metrics every 5 minutes. For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-instance-monitoring.html Monitoring Your Auto Scaling Instances and Groups> in the /Auto Scaling Developer Guide/. clcInstanceMonitoring :: Lens' CreateLaunchConfiguration (Maybe InstanceMonitoring) clcInstanceMonitoring = lens _clcInstanceMonitoring (\ s a -> s{_clcInstanceMonitoring = a}); --- | The name of the key pair. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html Amazon EC2 Key Pairs>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | The name of the key pair. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html Amazon EC2 Key Pairs> in the /Amazon Elastic Compute Cloud User Guide/. clcKeyName :: Lens' CreateLaunchConfiguration (Maybe Text) clcKeyName = lens _clcKeyName (\ s a -> s{_clcKeyName = a}); --- | The IDs of one or more security groups for the specified--- ClassicLink-enabled VPC. This parameter is required if you specify a--- ClassicLink-enabled VPC, and is not supported otherwise. For more--- information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html ClassicLink>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html ClassicLink> in the /Amazon Elastic Compute Cloud User Guide/. clcClassicLinkVPCSecurityGroups :: Lens' CreateLaunchConfiguration [Text] clcClassicLinkVPCSecurityGroups = lens _clcClassicLinkVPCSecurityGroups (\ s a -> s{_clcClassicLinkVPCSecurityGroups = a}) . _Default . _Coerce; @@ -239,85 +198,49 @@ clcKernelId :: Lens' CreateLaunchConfiguration (Maybe Text) clcKernelId = lens _clcKernelId (\ s a -> s{_clcKernelId = a}); --- | The instance type of the EC2 instance. For information about available--- instance types, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#AvailableInstanceTypes Available Instance Types>--- in the /Amazon Elastic Compute Cloud User Guide./+-- | The instance type of the EC2 instance. For information about available instance types, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#AvailableInstanceTypes Available Instance Types> in the /Amazon Elastic Compute Cloud User Guide./ clcInstanceType :: Lens' CreateLaunchConfiguration (Maybe Text) clcInstanceType = lens _clcInstanceType (\ s a -> s{_clcInstanceType = a}); --- | Indicates whether the instance is optimized for Amazon EBS I\/O. By--- default, the instance is not optimized for EBS I\/O. The optimization--- provides dedicated throughput to Amazon EBS and an optimized--- configuration stack to provide optimal I\/O performance. This--- optimization is not available with all instance types. Additional usage--- charges apply. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html Amazon EBS-Optimized Instances>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | Indicates whether the instance is optimized for Amazon EBS I\/O. By default, the instance is not optimized for EBS I\/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I\/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html Amazon EBS-Optimized Instances> in the /Amazon Elastic Compute Cloud User Guide/. clcEBSOptimized :: Lens' CreateLaunchConfiguration (Maybe Bool) clcEBSOptimized = lens _clcEBSOptimized (\ s a -> s{_clcEBSOptimized = a}); --- | The user data to make available to the launched EC2 instances. For more--- information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html Instance Metadata and User Data>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | The user data to make available to the launched EC2 instances. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html Instance Metadata and User Data> in the /Amazon Elastic Compute Cloud User Guide/. clcUserData :: Lens' CreateLaunchConfiguration (Maybe Text) clcUserData = lens _clcUserData (\ s a -> s{_clcUserData = a}); --- | The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances--- to. This parameter is supported only if you are launching EC2-Classic--- instances. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html ClassicLink>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html ClassicLink> in the /Amazon Elastic Compute Cloud User Guide/. clcClassicLinkVPCId :: Lens' CreateLaunchConfiguration (Maybe Text) clcClassicLinkVPCId = lens _clcClassicLinkVPCId (\ s a -> s{_clcClassicLinkVPCId = a}); --- | The name or the Amazon Resource Name (ARN) of the instance profile--- associated with the IAM role for the instance.+-- | The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance. ----- EC2 instances launched with an IAM role will automatically have AWS--- security credentials available. You can use IAM roles with Auto Scaling--- to automatically enable applications running on your EC2 instances to--- securely access other AWS resources. For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/us-iam-role.html Launch Auto Scaling Instances with an IAM Role>--- in the /Auto Scaling Developer Guide/.+-- EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/us-iam-role.html Launch Auto Scaling Instances with an IAM Role> in the /Auto Scaling Developer Guide/. clcIAMInstanceProfile :: Lens' CreateLaunchConfiguration (Maybe Text) clcIAMInstanceProfile = lens _clcIAMInstanceProfile (\ s a -> s{_clcIAMInstanceProfile = a}); --- | The ID of the Amazon Machine Image (AMI) to use to launch your EC2--- instances. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html Finding an AMI>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html Finding an AMI> in the /Amazon Elastic Compute Cloud User Guide/. clcImageId :: Lens' CreateLaunchConfiguration (Maybe Text) clcImageId = lens _clcImageId (\ s a -> s{_clcImageId = a}); --- | The tenancy of the instance. An instance with a tenancy of 'dedicated'--- runs on single-tenant hardware and can only be launched into a VPC.+-- | The tenancy of the instance. An instance with a tenancy of 'dedicated' runs on single-tenant hardware and can only be launched into a VPC. ----- You must set the value of this parameter to 'dedicated' if want to--- launch Dedicated Instances into a shared tenancy VPC (VPC with instance--- placement tenancy attribute set to 'default').+-- You must set the value of this parameter to 'dedicated' if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to 'default'). ----- If you specify this parameter, be sure to specify at least one subnet--- when you create your group.+-- If you specify this parameter, be sure to specify at least one subnet when you create your group. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/asg-in-vpc.html Launching Auto Scaling Instances in a VPC>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/asg-in-vpc.html Launching Auto Scaling Instances in a VPC> in the /Auto Scaling Developer Guide/. -- -- Valid values: 'default' | 'dedicated' clcPlacementTenancy :: Lens' CreateLaunchConfiguration (Maybe Text) clcPlacementTenancy = lens _clcPlacementTenancy (\ s a -> s{_clcPlacementTenancy = a}); --- | One or more mappings that specify how block devices are exposed to the--- instance. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html Block Device Mapping>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | One or more mappings that specify how block devices are exposed to the instance. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html Block Device Mapping> in the /Amazon Elastic Compute Cloud User Guide/. clcBlockDeviceMappings :: Lens' CreateLaunchConfiguration [BlockDeviceMapping] clcBlockDeviceMappings = lens _clcBlockDeviceMappings (\ s a -> s{_clcBlockDeviceMappings = a}) . _Default . _Coerce; --- | The name of the launch configuration. This name must be unique within--- the scope of your AWS account.+-- | The name of the launch configuration. This name must be unique within the scope of your AWS account. clcLaunchConfigurationName :: Lens' CreateLaunchConfiguration Text clcLaunchConfigurationName = lens _clcLaunchConfigurationName (\ s a -> s{_clcLaunchConfigurationName = a});
gen/Network/AWS/AutoScaling/CreateOrUpdateTags.hs view
@@ -20,13 +20,9 @@ -- -- Creates or updates tags for the specified Auto Scaling group. ----- When you specify a tag with a key that already exists, the operation--- overwrites the previous tag definition, and you do not get an error--- message.+-- When you specify a tag with a key that already exists, the operation overwrites the previous tag definition, and you do not get an error message. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/ASTagging.html Tagging Auto Scaling Groups and Instances>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/ASTagging.html Tagging Auto Scaling Groups and Instances> in the /Auto Scaling Developer Guide/. module Network.AWS.AutoScaling.CreateOrUpdateTags ( -- * Creating a Request
gen/Network/AWS/AutoScaling/DeleteAutoScalingGroup.hs view
@@ -20,21 +20,13 @@ -- -- Deletes the specified Auto Scaling group. ----- If the group has instances or scaling activities in progress, you must--- specify the option to force the deletion in order for it to succeed.+-- If the group has instances or scaling activities in progress, you must specify the option to force the deletion in order for it to succeed. ----- If the group has policies, deleting the group deletes the policies, the--- underlying alarm actions, and any alarm that no longer has an associated--- action.+-- If the group has policies, deleting the group deletes the policies, the underlying alarm actions, and any alarm that no longer has an associated action. ----- To remove instances from the Auto Scaling group before deleting it, call--- < DetachInstances> with the list of instances and the option to--- decrement the desired capacity so that Auto Scaling does not launch--- replacement instances.+-- To remove instances from the Auto Scaling group before deleting it, call < DetachInstances> with the list of instances and the option to decrement the desired capacity so that Auto Scaling does not launch replacement instances. ----- To terminate all instances before deleting the Auto Scaling group, call--- < UpdateAutoScalingGroup> and set the minimum size and desired capacity--- of the Auto Scaling group to zero.+-- To terminate all instances before deleting the Auto Scaling group, call < UpdateAutoScalingGroup> and set the minimum size and desired capacity of the Auto Scaling group to zero. module Network.AWS.AutoScaling.DeleteAutoScalingGroup ( -- * Creating a Request@@ -78,10 +70,7 @@ , _dasgAutoScalingGroupName = pAutoScalingGroupName_ } --- | Specifies that the group will be deleted along with all instances--- associated with the group, without waiting for all instances to be--- terminated. This parameter also deletes any lifecycle actions associated--- with the group.+-- | Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group. dasgForceDelete :: Lens' DeleteAutoScalingGroup (Maybe Bool) dasgForceDelete = lens _dasgForceDelete (\ s a -> s{_dasgForceDelete = a});
gen/Network/AWS/AutoScaling/DeleteLaunchConfiguration.hs view
@@ -20,9 +20,7 @@ -- -- Deletes the specified launch configuration. ----- The launch configuration must not be attached to an Auto Scaling group.--- When this call completes, the launch configuration is no longer--- available for use.+-- The launch configuration must not be attached to an Auto Scaling group. When this call completes, the launch configuration is no longer available for use. module Network.AWS.AutoScaling.DeleteLaunchConfiguration ( -- * Creating a Request
gen/Network/AWS/AutoScaling/DeleteLifecycleHook.hs view
@@ -20,9 +20,7 @@ -- -- Deletes the specified lifecycle hook. ----- If there are any outstanding lifecycle actions, they are completed first--- ('ABANDON' for launching instances, 'CONTINUE' for terminating--- instances).+-- If there are any outstanding lifecycle actions, they are completed first ('ABANDON' for launching instances, 'CONTINUE' for terminating instances). module Network.AWS.AutoScaling.DeleteLifecycleHook ( -- * Creating a Request
gen/Network/AWS/AutoScaling/DeleteNotificationConfiguration.hs view
@@ -67,8 +67,7 @@ dncAutoScalingGroupName :: Lens' DeleteNotificationConfiguration Text dncAutoScalingGroupName = lens _dncAutoScalingGroupName (\ s a -> s{_dncAutoScalingGroupName = a}); --- | The Amazon Resource Name (ARN) of the Amazon Simple Notification Service--- (SNS) topic.+-- | The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic. dncTopicARN :: Lens' DeleteNotificationConfiguration Text dncTopicARN = lens _dncTopicARN (\ s a -> s{_dncTopicARN = a});
gen/Network/AWS/AutoScaling/DeletePolicy.hs view
@@ -20,8 +20,7 @@ -- -- Deletes the specified Auto Scaling policy. ----- Deleting a policy deletes the underlying alarm action, but does not--- delete the alarm, even if it no longer has an associated action.+-- Deleting a policy deletes the underlying alarm action, but does not delete the alarm, even if it no longer has an associated action. module Network.AWS.AutoScaling.DeletePolicy ( -- * Creating a Request
gen/Network/AWS/AutoScaling/DescribeAccountLimits.hs view
@@ -20,9 +20,7 @@ -- -- Describes the current Auto Scaling resource limits for your AWS account. ----- For information about requesting an increase in these limits, see--- <http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html AWS Service Limits>--- in the /Amazon Web Services General Reference/.+-- For information about requesting an increase in these limits, see <http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html AWS Service Limits> in the /Amazon Web Services General Reference/. module Network.AWS.AutoScaling.DescribeAccountLimits ( -- * Creating a Request@@ -131,13 +129,11 @@ dalrsNumberOfAutoScalingGroups :: Lens' DescribeAccountLimitsResponse (Maybe Int) dalrsNumberOfAutoScalingGroups = lens _dalrsNumberOfAutoScalingGroups (\ s a -> s{_dalrsNumberOfAutoScalingGroups = a}); --- | The maximum number of groups allowed for your AWS account. The default--- limit is 20 per region.+-- | The maximum number of groups allowed for your AWS account. The default limit is 20 per region. dalrsMaxNumberOfAutoScalingGroups :: Lens' DescribeAccountLimitsResponse (Maybe Int) dalrsMaxNumberOfAutoScalingGroups = lens _dalrsMaxNumberOfAutoScalingGroups (\ s a -> s{_dalrsMaxNumberOfAutoScalingGroups = a}); --- | The maximum number of launch configurations allowed for your AWS--- account. The default limit is 100 per region.+-- | The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region. dalrsMaxNumberOfLaunchConfigurations :: Lens' DescribeAccountLimitsResponse (Maybe Int) dalrsMaxNumberOfLaunchConfigurations = lens _dalrsMaxNumberOfLaunchConfigurations (\ s a -> s{_dalrsMaxNumberOfLaunchConfigurations = a});
gen/Network/AWS/AutoScaling/DescribeAutoScalingGroups.hs view
@@ -18,8 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes one or more Auto Scaling groups. If a list of names is not--- provided, the call describes all Auto Scaling groups.+-- Describes one or more Auto Scaling groups. If a list of names is not provided, the call describes all Auto Scaling groups. -- -- This operation returns paginated results. module Network.AWS.AutoScaling.DescribeAutoScalingGroups@@ -78,8 +77,7 @@ dasgAutoScalingGroupNames :: Lens' DescribeAutoScalingGroups [Text] dasgAutoScalingGroupNames = lens _dasgAutoScalingGroupNames (\ s a -> s{_dasgAutoScalingGroupNames = a}) . _Default . _Coerce; --- | The token for the next set of items to return. (You received this token--- from a previous call.)+-- | The token for the next set of items to return. (You received this token from a previous call.) dasgNextToken :: Lens' DescribeAutoScalingGroups (Maybe Text) dasgNextToken = lens _dasgNextToken (\ s a -> s{_dasgNextToken = a}); @@ -155,8 +153,7 @@ , _dasgrsAutoScalingGroups = mempty } --- | The token to use when requesting the next set of items. If there are no--- additional items to return, the string is empty.+-- | The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. dasgrsNextToken :: Lens' DescribeAutoScalingGroupsResponse (Maybe Text) dasgrsNextToken = lens _dasgrsNextToken (\ s a -> s{_dasgrsNextToken = a});
gen/Network/AWS/AutoScaling/DescribeAutoScalingInstances.hs view
@@ -18,8 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes one or more Auto Scaling instances. If a list is not provided,--- the call describes all instances.+-- Describes one or more Auto Scaling instances. If a list is not provided, the call describes all instances. -- -- This operation returns paginated results. module Network.AWS.AutoScaling.DescribeAutoScalingInstances@@ -74,14 +73,11 @@ , _dasiMaxRecords = Nothing } --- | The token for the next set of items to return. (You received this token--- from a previous call.)+-- | The token for the next set of items to return. (You received this token from a previous call.) dasiNextToken :: Lens' DescribeAutoScalingInstances (Maybe Text) dasiNextToken = lens _dasiNextToken (\ s a -> s{_dasiNextToken = a}); --- | The instances to describe; up to 50 instance IDs. If you omit this--- parameter, all Auto Scaling instances are described. If you specify an--- ID that does not exist, it is ignored with no error.+-- | The instances to describe; up to 50 instance IDs. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error. dasiInstanceIds :: Lens' DescribeAutoScalingInstances [Text] dasiInstanceIds = lens _dasiInstanceIds (\ s a -> s{_dasiInstanceIds = a}) . _Default . _Coerce; @@ -158,8 +154,7 @@ , _dasirsResponseStatus = pResponseStatus_ } --- | The token to use when requesting the next set of items. If there are no--- additional items to return, the string is empty.+-- | The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. dasirsNextToken :: Lens' DescribeAutoScalingInstancesResponse (Maybe Text) dasirsNextToken = lens _dasirsNextToken (\ s a -> s{_dasirsNextToken = a});
gen/Network/AWS/AutoScaling/DescribeLaunchConfigurations.hs view
@@ -18,8 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes one or more launch configurations. If you omit the list of--- names, then the call describes all launch configurations.+-- Describes one or more launch configurations. If you omit the list of names, then the call describes all launch configurations. -- -- This operation returns paginated results. module Network.AWS.AutoScaling.DescribeLaunchConfigurations@@ -78,13 +77,11 @@ dlcLaunchConfigurationNames :: Lens' DescribeLaunchConfigurations [Text] dlcLaunchConfigurationNames = lens _dlcLaunchConfigurationNames (\ s a -> s{_dlcLaunchConfigurationNames = a}) . _Default . _Coerce; --- | The token for the next set of items to return. (You received this token--- from a previous call.)+-- | The token for the next set of items to return. (You received this token from a previous call.) dlcNextToken :: Lens' DescribeLaunchConfigurations (Maybe Text) dlcNextToken = lens _dlcNextToken (\ s a -> s{_dlcNextToken = a}); --- | The maximum number of items to return with this call. The default is--- 100.+-- | The maximum number of items to return with this call. The default is 100. dlcMaxRecords :: Lens' DescribeLaunchConfigurations (Maybe Int) dlcMaxRecords = lens _dlcMaxRecords (\ s a -> s{_dlcMaxRecords = a}); @@ -158,8 +155,7 @@ , _dlcrsLaunchConfigurations = mempty } --- | The token to use when requesting the next set of items. If there are no--- additional items to return, the string is empty.+-- | The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. dlcrsNextToken :: Lens' DescribeLaunchConfigurationsResponse (Maybe Text) dlcrsNextToken = lens _dlcrsNextToken (\ s a -> s{_dlcrsNextToken = a});
gen/Network/AWS/AutoScaling/DescribeLoadBalancers.hs view
@@ -71,8 +71,7 @@ , _dlbAutoScalingGroupName = pAutoScalingGroupName_ } --- | The token for the next set of items to return. (You received this token--- from a previous call.)+-- | The token for the next set of items to return. (You received this token from a previous call.) dlbNextToken :: Lens' DescribeLoadBalancers (Maybe Text) dlbNextToken = lens _dlbNextToken (\ s a -> s{_dlbNextToken = a}); @@ -146,8 +145,7 @@ dlbrsLoadBalancers :: Lens' DescribeLoadBalancersResponse [LoadBalancerState] dlbrsLoadBalancers = lens _dlbrsLoadBalancers (\ s a -> s{_dlbrsLoadBalancers = a}) . _Default . _Coerce; --- | The token to use when requesting the next set of items. If there are no--- additional items to return, the string is empty.+-- | The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. dlbrsNextToken :: Lens' DescribeLoadBalancersResponse (Maybe Text) dlbrsNextToken = lens _dlbrsNextToken (\ s a -> s{_dlbrsNextToken = a});
gen/Network/AWS/AutoScaling/DescribeMetricCollectionTypes.hs view
@@ -20,9 +20,7 @@ -- -- Describes the available CloudWatch metrics for Auto Scaling. ----- Note that the 'GroupStandbyInstances' metric is not returned by default.--- You must explicitly request this metric when calling--- < EnableMetricsCollection>.+-- Note that the 'GroupStandbyInstances' metric is not returned by default. You must explicitly request this metric when calling < EnableMetricsCollection>. module Network.AWS.AutoScaling.DescribeMetricCollectionTypes ( -- * Creating a Request
gen/Network/AWS/AutoScaling/DescribeNotificationConfigurations.hs view
@@ -18,8 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the notification actions associated with the specified Auto--- Scaling group.+-- Describes the notification actions associated with the specified Auto Scaling group. -- -- This operation returns paginated results. module Network.AWS.AutoScaling.DescribeNotificationConfigurations@@ -78,8 +77,7 @@ dncAutoScalingGroupNames :: Lens' DescribeNotificationConfigurations [Text] dncAutoScalingGroupNames = lens _dncAutoScalingGroupNames (\ s a -> s{_dncAutoScalingGroupNames = a}) . _Default . _Coerce; --- | The token for the next set of items to return. (You received this token--- from a previous call.)+-- | The token for the next set of items to return. (You received this token from a previous call.) dncNextToken :: Lens' DescribeNotificationConfigurations (Maybe Text) dncNextToken = lens _dncNextToken (\ s a -> s{_dncNextToken = a}); @@ -161,8 +159,7 @@ , _dncrsNotificationConfigurations = mempty } --- | The token to use when requesting the next set of items. If there are no--- additional items to return, the string is empty.+-- | The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. dncrsNextToken :: Lens' DescribeNotificationConfigurationsResponse (Maybe Text) dncrsNextToken = lens _dncrsNextToken (\ s a -> s{_dncrsNextToken = a});
gen/Network/AWS/AutoScaling/DescribePolicies.hs view
@@ -83,15 +83,11 @@ , _dpsPolicyTypes = Nothing } --- | One or more policy names or policy ARNs to be described. If you omit--- this list, all policy names are described. If an group name is provided,--- the results are limited to that group. This list is limited to 50 items.--- If you specify an unknown policy name, it is ignored with no error.+-- | One or more policy names or policy ARNs to be described. If you omit this list, all policy names are described. If an group name is provided, the results are limited to that group. This list is limited to 50 items. If you specify an unknown policy name, it is ignored with no error. dpsPolicyNames :: Lens' DescribePolicies [Text] dpsPolicyNames = lens _dpsPolicyNames (\ s a -> s{_dpsPolicyNames = a}) . _Default . _Coerce; --- | The token for the next set of items to return. (You received this token--- from a previous call.)+-- | The token for the next set of items to return. (You received this token from a previous call.) dpsNextToken :: Lens' DescribePolicies (Maybe Text) dpsNextToken = lens _dpsNextToken (\ s a -> s{_dpsNextToken = a}); @@ -103,8 +99,7 @@ dpsMaxRecords :: Lens' DescribePolicies (Maybe Int) dpsMaxRecords = lens _dpsMaxRecords (\ s a -> s{_dpsMaxRecords = a}); --- | One or more policy types. Valid values are 'SimpleScaling' and--- 'StepScaling'.+-- | One or more policy types. Valid values are 'SimpleScaling' and 'StepScaling'. dpsPolicyTypes :: Lens' DescribePolicies [Text] dpsPolicyTypes = lens _dpsPolicyTypes (\ s a -> s{_dpsPolicyTypes = a}) . _Default . _Coerce; @@ -176,8 +171,7 @@ , _dprsResponseStatus = pResponseStatus_ } --- | The token to use when requesting the next set of items. If there are no--- additional items to return, the string is empty.+-- | The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. dprsNextToken :: Lens' DescribePoliciesResponse (Maybe Text) dprsNextToken = lens _dprsNextToken (\ s a -> s{_dprsNextToken = a});
gen/Network/AWS/AutoScaling/DescribeScalingActivities.hs view
@@ -18,10 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes one or more scaling activities for the specified Auto Scaling--- group. If you omit the 'ActivityIds', the call returns all activities--- from the past six weeks. Activities are sorted by the start time.--- Activities still in progress appear first on the list.+-- Describes one or more scaling activities for the specified Auto Scaling group. If you omit the 'ActivityIds', the call returns all activities from the past six weeks. Activities are sorted by the start time. Activities still in progress appear first on the list. -- -- This operation returns paginated results. module Network.AWS.AutoScaling.DescribeScalingActivities@@ -81,8 +78,7 @@ , _desActivityIds = Nothing } --- | The token for the next set of items to return. (You received this token--- from a previous call.)+-- | The token for the next set of items to return. (You received this token from a previous call.) desNextToken :: Lens' DescribeScalingActivities (Maybe Text) desNextToken = lens _desNextToken (\ s a -> s{_desNextToken = a}); @@ -94,11 +90,7 @@ desMaxRecords :: Lens' DescribeScalingActivities (Maybe Int) desMaxRecords = lens _desMaxRecords (\ s a -> s{_desMaxRecords = a}); --- | The activity IDs of the desired scaling activities. If this list is--- omitted, all activities are described. If you specify an Auto Scaling--- group, the results are limited to that group. The list of requested--- activities cannot contain more than 50 items. If unknown activities are--- requested, they are ignored with no error.+-- | The activity IDs of the desired scaling activities. If this list is omitted, all activities are described. If you specify an Auto Scaling group, the results are limited to that group. The list of requested activities cannot contain more than 50 items. If unknown activities are requested, they are ignored with no error. desActivityIds :: Lens' DescribeScalingActivities [Text] desActivityIds = lens _desActivityIds (\ s a -> s{_desActivityIds = a}) . _Default . _Coerce; @@ -169,8 +161,7 @@ , _dsasrsActivities = mempty } --- | The token to use when requesting the next set of items. If there are no--- additional items to return, the string is empty.+-- | The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. dsasrsNextToken :: Lens' DescribeScalingActivitiesResponse (Maybe Text) dsasrsNextToken = lens _dsasrsNextToken (\ s a -> s{_dsasrsNextToken = a});
gen/Network/AWS/AutoScaling/DescribeScalingProcessTypes.hs view
@@ -18,8 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the scaling process types for use with < ResumeProcesses> and--- < SuspendProcesses>.+-- Describes the scaling process types for use with < ResumeProcesses> and < SuspendProcesses>. module Network.AWS.AutoScaling.DescribeScalingProcessTypes ( -- * Creating a Request
gen/Network/AWS/AutoScaling/DescribeScheduledActions.hs view
@@ -18,9 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the actions scheduled for your Auto Scaling group that--- haven\'t run. To describe the actions that have already run, use--- < DescribeScalingActivities>.+-- Describes the actions scheduled for your Auto Scaling group that haven\'t run. To describe the actions that have already run, use < DescribeScalingActivities>. -- -- This operation returns paginated results. module Network.AWS.AutoScaling.DescribeScheduledActions@@ -90,13 +88,11 @@ , _dsasScheduledActionNames = Nothing } --- | The earliest scheduled start time to return. If scheduled action names--- are provided, this parameter is ignored.+-- | The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored. dsasStartTime :: Lens' DescribeScheduledActions (Maybe UTCTime) dsasStartTime = lens _dsasStartTime (\ s a -> s{_dsasStartTime = a}) . mapping _Time; --- | The token for the next set of items to return. (You received this token--- from a previous call.)+-- | The token for the next set of items to return. (You received this token from a previous call.) dsasNextToken :: Lens' DescribeScheduledActions (Maybe Text) dsasNextToken = lens _dsasNextToken (\ s a -> s{_dsasNextToken = a}); @@ -108,18 +104,13 @@ dsasMaxRecords :: Lens' DescribeScheduledActions (Maybe Int) dsasMaxRecords = lens _dsasMaxRecords (\ s a -> s{_dsasMaxRecords = a}); --- | The latest scheduled start time to return. If scheduled action names are--- provided, this parameter is ignored.+-- | The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored. dsasEndTime :: Lens' DescribeScheduledActions (Maybe UTCTime) dsasEndTime = lens _dsasEndTime (\ s a -> s{_dsasEndTime = a}) . mapping _Time; --- | Describes one or more scheduled actions. If you omit this list, the call--- describes all scheduled actions. If you specify an unknown scheduled--- action it is ignored with no error.+-- | Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error. ----- You can describe up to a maximum of 50 instances with a single call. If--- there are more items to return, the call returns a token. To get the--- next set of items, repeat the call with the returned token.+-- You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token. dsasScheduledActionNames :: Lens' DescribeScheduledActions [Text] dsasScheduledActionNames = lens _dsasScheduledActionNames (\ s a -> s{_dsasScheduledActionNames = a}) . _Default . _Coerce; @@ -199,8 +190,7 @@ dsarsScheduledUpdateGroupActions :: Lens' DescribeScheduledActionsResponse [ScheduledUpdateGroupAction] dsarsScheduledUpdateGroupActions = lens _dsarsScheduledUpdateGroupActions (\ s a -> s{_dsarsScheduledUpdateGroupActions = a}) . _Default . _Coerce; --- | The token to use when requesting the next set of items. If there are no--- additional items to return, the string is empty.+-- | The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. dsarsNextToken :: Lens' DescribeScheduledActionsResponse (Maybe Text) dsarsNextToken = lens _dsarsNextToken (\ s a -> s{_dsarsNextToken = a});
gen/Network/AWS/AutoScaling/DescribeTags.hs view
@@ -20,14 +20,9 @@ -- -- Describes the specified tags. ----- You can use filters to limit the results. For example, you can query for--- the tags for a specific Auto Scaling group. You can specify multiple--- values for a filter. A tag must match at least one of the specified--- values for it to be included in the results.+-- You can use filters to limit the results. For example, you can query for the tags for a specific Auto Scaling group. You can specify multiple values for a filter. A tag must match at least one of the specified values for it to be included in the results. ----- You can also specify multiple filters. The result includes information--- for a particular tag only if it matches all the filters. If there\'s no--- match, no special message is returned.+-- You can also specify multiple filters. The result includes information for a particular tag only if it matches all the filters. If there\'s no match, no special message is returned. -- -- This operation returns paginated results. module Network.AWS.AutoScaling.DescribeTags@@ -86,8 +81,7 @@ dtFilters :: Lens' DescribeTags [Filter] dtFilters = lens _dtFilters (\ s a -> s{_dtFilters = a}) . _Default . _Coerce; --- | The token for the next set of items to return. (You received this token--- from a previous call.)+-- | The token for the next set of items to return. (You received this token from a previous call.) dtNextToken :: Lens' DescribeTags (Maybe Text) dtNextToken = lens _dtNextToken (\ s a -> s{_dtNextToken = a}); @@ -160,8 +154,7 @@ , _dtrsResponseStatus = pResponseStatus_ } --- | The token to use when requesting the next set of items. If there are no--- additional items to return, the string is empty.+-- | The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. dtrsNextToken :: Lens' DescribeTagsResponse (Maybe Text) dtrsNextToken = lens _dtrsNextToken (\ s a -> s{_dtrsNextToken = a});
gen/Network/AWS/AutoScaling/DescribeTerminationPolicyTypes.hs view
@@ -106,9 +106,7 @@ , _dtptrsResponseStatus = pResponseStatus_ } --- | The termination policies supported by Auto Scaling ('OldestInstance',--- 'OldestLaunchConfiguration', 'NewestInstance',--- 'ClosestToNextInstanceHour', and 'Default').+-- | The termination policies supported by Auto Scaling ('OldestInstance', 'OldestLaunchConfiguration', 'NewestInstance', 'ClosestToNextInstanceHour', and 'Default'). dtptrsTerminationPolicyTypes :: Lens' DescribeTerminationPolicyTypesResponse [Text] dtptrsTerminationPolicyTypes = lens _dtptrsTerminationPolicyTypes (\ s a -> s{_dtptrsTerminationPolicyTypes = a}) . _Default . _Coerce;
gen/Network/AWS/AutoScaling/DetachInstances.hs view
@@ -20,15 +20,11 @@ -- -- Removes one or more instances from the specified Auto Scaling group. ----- After the instances are detached, you can manage them independently from--- the rest of the Auto Scaling group.+-- After the instances are detached, you can manage them independently from the rest of the Auto Scaling group. ----- If you do not specify the option to decrement the desired capacity, Auto--- Scaling launches instances to replace the ones that are detached.+-- If you do not specify the option to decrement the desired capacity, Auto Scaling launches instances to replace the ones that are detached. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/detach-instance-asg.html Detach EC2 Instances from Your Auto Scaling Group>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/detach-instance-asg.html Detach EC2 Instances from Your Auto Scaling Group> in the /Auto Scaling Developer Guide/. module Network.AWS.AutoScaling.DetachInstances ( -- * Creating a Request@@ -89,8 +85,7 @@ diAutoScalingGroupName :: Lens' DetachInstances Text diAutoScalingGroupName = lens _diAutoScalingGroupName (\ s a -> s{_diAutoScalingGroupName = a}); --- | If 'True', the Auto Scaling group decrements the desired capacity value--- by the number of instances detached.+-- | If 'True', the Auto Scaling group decrements the desired capacity value by the number of instances detached. diShouldDecrementDesiredCapacity :: Lens' DetachInstances Bool diShouldDecrementDesiredCapacity = lens _diShouldDecrementDesiredCapacity (\ s a -> s{_diShouldDecrementDesiredCapacity = a}); @@ -148,8 +143,7 @@ , _dirsResponseStatus = pResponseStatus_ } --- | The activities related to detaching the instances from the Auto Scaling--- group.+-- | The activities related to detaching the instances from the Auto Scaling group. dirsActivities :: Lens' DetachInstancesResponse [Activity] dirsActivities = lens _dirsActivities (\ s a -> s{_dirsActivities = a}) . _Default . _Coerce;
gen/Network/AWS/AutoScaling/DetachLoadBalancers.hs view
@@ -18,13 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Removes one or more load balancers from the specified Auto Scaling--- group.+-- Removes one or more load balancers from the specified Auto Scaling group. ----- When you detach a load balancer, it enters the 'Removing' state while--- deregistering the instances in the group. When all instances are--- deregistered, then you can no longer describe the load balancer using--- < DescribeLoadBalancers>. Note that the instances remain running.+-- When you detach a load balancer, it enters the 'Removing' state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the load balancer using < DescribeLoadBalancers>. Note that the instances remain running. module Network.AWS.AutoScaling.DetachLoadBalancers ( -- * Creating a Request
gen/Network/AWS/AutoScaling/DisableMetricsCollection.hs view
@@ -18,8 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Disables monitoring of the specified metrics for the specified Auto--- Scaling group.+-- Disables monitoring of the specified metrics for the specified Auto Scaling group. module Network.AWS.AutoScaling.DisableMetricsCollection ( -- * Creating a Request@@ -63,8 +62,7 @@ , _dmcAutoScalingGroupName = pAutoScalingGroupName_ } --- | One or more of the following metrics. If you omit this parameter, all--- metrics are disabled.+-- | One or more of the following metrics. If you omit this parameter, all metrics are disabled. -- -- - 'GroupMinSize' --
gen/Network/AWS/AutoScaling/EnableMetricsCollection.hs view
@@ -18,11 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Enables monitoring of the specified metrics for the specified Auto--- Scaling group.+-- Enables monitoring of the specified metrics for the specified Auto Scaling group. ----- You can only enable metrics collection if 'InstanceMonitoring' in the--- launch configuration for the group is set to 'True'.+-- You can only enable metrics collection if 'InstanceMonitoring' in the launch configuration for the group is set to 'True'. module Network.AWS.AutoScaling.EnableMetricsCollection ( -- * Creating a Request@@ -72,8 +70,7 @@ , _emcGranularity = pGranularity_ } --- | One or more of the following metrics. If you omit this parameter, all--- metrics are enabled.+-- | One or more of the following metrics. If you omit this parameter, all metrics are enabled. -- -- - 'GroupMinSize' --@@ -91,8 +88,7 @@ -- -- - 'GroupTotalInstances' ----- Note that the 'GroupStandbyInstances' metric is not enabled by default.--- You must explicitly request this metric.+-- Note that the 'GroupStandbyInstances' metric is not enabled by default. You must explicitly request this metric. emcMetrics :: Lens' EnableMetricsCollection [Text] emcMetrics = lens _emcMetrics (\ s a -> s{_emcMetrics = a}) . _Default . _Coerce; @@ -100,8 +96,7 @@ emcAutoScalingGroupName :: Lens' EnableMetricsCollection Text emcAutoScalingGroupName = lens _emcAutoScalingGroupName (\ s a -> s{_emcAutoScalingGroupName = a}); --- | The granularity to associate with the metrics to collect. The only valid--- value is '1Minute'.+-- | The granularity to associate with the metrics to collect. The only valid value is '1Minute'. emcGranularity :: Lens' EnableMetricsCollection Text emcGranularity = lens _emcGranularity (\ s a -> s{_emcGranularity = a});
gen/Network/AWS/AutoScaling/EnterStandby.hs view
@@ -20,9 +20,7 @@ -- -- Moves the specified instances into 'Standby' mode. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html Auto Scaling Lifecycle>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html Auto Scaling Lifecycle> in the /Auto Scaling Developer Guide/. module Network.AWS.AutoScaling.EnterStandby ( -- * Creating a Request@@ -75,8 +73,7 @@ , _esShouldDecrementDesiredCapacity = pShouldDecrementDesiredCapacity_ } --- | One or more instances to move into 'Standby' mode. You must specify at--- least one instance ID.+-- | One or more instances to move into 'Standby' mode. You must specify at least one instance ID. esInstanceIds :: Lens' EnterStandby [Text] esInstanceIds = lens _esInstanceIds (\ s a -> s{_esInstanceIds = a}) . _Default . _Coerce; @@ -84,10 +81,7 @@ esAutoScalingGroupName :: Lens' EnterStandby Text esAutoScalingGroupName = lens _esAutoScalingGroupName (\ s a -> s{_esAutoScalingGroupName = a}); --- | Specifies whether the instances moved to 'Standby' mode count as part of--- the Auto Scaling group\'s desired capacity. If set, the desired capacity--- for the Auto Scaling group decrements by the number of instances moved--- to 'Standby' mode.+-- | Specifies whether the instances moved to 'Standby' mode count as part of the Auto Scaling group\'s desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to 'Standby' mode. esShouldDecrementDesiredCapacity :: Lens' EnterStandby Bool esShouldDecrementDesiredCapacity = lens _esShouldDecrementDesiredCapacity (\ s a -> s{_esShouldDecrementDesiredCapacity = a});
gen/Network/AWS/AutoScaling/ExecutePolicy.hs view
@@ -77,29 +77,19 @@ , _epPolicyName = pPolicyName_ } --- | If this parameter is true, Auto Scaling waits for the cooldown period to--- complete before executing the policy. Otherwise, Auto Scaling executes--- the policy without waiting for the cooldown period to complete.+-- | If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete. -- -- This parameter is not supported if the policy type is 'StepScaling'. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/Cooldown.html Auto Scaling Cooldowns>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/Cooldown.html Auto Scaling Cooldowns> in the /Auto Scaling Developer Guide/. epHonorCooldown :: Lens' ExecutePolicy (Maybe Bool) epHonorCooldown = lens _epHonorCooldown (\ s a -> s{_epHonorCooldown = a}); --- | The metric value to compare to 'BreachThreshold'. This enables you to--- execute a policy of type 'StepScaling' and determine which step--- adjustment to use. For example, if the breach threshold is 50 and you--- want to use a step adjustment with a lower bound of 0 and an upper bound--- of 10, you can set the metric value to 59.+-- | The metric value to compare to 'BreachThreshold'. This enables you to execute a policy of type 'StepScaling' and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59. ----- If you specify a metric value that doesn\'t correspond to a step--- adjustment for the policy, the call returns an error.+-- If you specify a metric value that doesn\'t correspond to a step adjustment for the policy, the call returns an error. ----- This parameter is required if the policy type is 'StepScaling' and not--- supported otherwise.+-- This parameter is required if the policy type is 'StepScaling' and not supported otherwise. epMetricValue :: Lens' ExecutePolicy (Maybe Double) epMetricValue = lens _epMetricValue (\ s a -> s{_epMetricValue = a}); @@ -109,8 +99,7 @@ -- | The breach threshold for the alarm. ----- This parameter is required if the policy type is 'StepScaling' and not--- supported otherwise.+-- This parameter is required if the policy type is 'StepScaling' and not supported otherwise. epBreachThreshold :: Lens' ExecutePolicy (Maybe Double) epBreachThreshold = lens _epBreachThreshold (\ s a -> s{_epBreachThreshold = a});
gen/Network/AWS/AutoScaling/ExitStandby.hs view
@@ -20,9 +20,7 @@ -- -- Moves the specified instances out of 'Standby' mode. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html Auto Scaling Lifecycle>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html Auto Scaling Lifecycle> in the /Auto Scaling Developer Guide/. module Network.AWS.AutoScaling.ExitStandby ( -- * Creating a Request
gen/Network/AWS/AutoScaling/PutLifecycleHook.hs view
@@ -18,39 +18,21 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates or updates a lifecycle hook for the specified Auto Scaling--- Group.+-- Creates or updates a lifecycle hook for the specified Auto Scaling Group. ----- A lifecycle hook tells Auto Scaling that you want to perform an action--- on an instance that is not actively in service; for example, either when--- the instance launches or before the instance terminates.+-- A lifecycle hook tells Auto Scaling that you want to perform an action on an instance that is not actively in service; for example, either when the instance launches or before the instance terminates. ----- This step is a part of the procedure for adding a lifecycle hook to an--- Auto Scaling group:+-- This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group: ----- 1. (Optional) Create a Lambda function and a rule that allows--- CloudWatch Events to invoke your Lambda function when Auto Scaling--- launches or terminates instances.--- 2. (Optional) Create a notification target and an IAM role. The target--- can be either an Amazon SQS queue or an Amazon SNS topic. The role--- allows Auto Scaling to publish lifecycle notifications to the--- target.--- 3. __Create the lifecycle hook. Specify whether the hook is used when--- the instances launch or terminate.__--- 4. If you need more time, record the lifecycle action heartbeat to keep--- the instance in a pending state.--- 5. If you finish before the timeout period ends, complete the lifecycle--- action.+-- 1. (Optional) Create a Lambda function and a rule that allows CloudWatch Events to invoke your Lambda function when Auto Scaling launches or terminates instances.+-- 2. (Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Auto Scaling to publish lifecycle notifications to the target.+-- 3. __Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate.__+-- 4. If you need more time, record the lifecycle action heartbeat to keep the instance in a pending state.+-- 5. If you finish before the timeout period ends, complete the lifecycle action. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html Auto Scaling Lifecycle>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html Auto Scaling Lifecycle> in the /Auto Scaling Developer Guide/. ----- If you exceed your maximum limit of lifecycle hooks, which by default is--- 50 per region, the call fails. For information about updating this--- limit, see--- <http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html AWS Service Limits>--- in the /Amazon Web Services General Reference/.+-- If you exceed your maximum limit of lifecycle hooks, which by default is 50 per region, the call fails. For information about updating this limit, see <http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html AWS Service Limits> in the /Amazon Web Services General Reference/. module Network.AWS.AutoScaling.PutLifecycleHook ( -- * Creating a Request@@ -127,32 +109,21 @@ , _plhAutoScalingGroupName = pAutoScalingGroupName_ } --- | Defines the action the Auto Scaling group should take when the lifecycle--- hook timeout elapses or if an unexpected failure occurs. This parameter--- can be either 'CONTINUE' or 'ABANDON'. The default value is 'ABANDON'.+-- | Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either 'CONTINUE' or 'ABANDON'. The default value is 'ABANDON'. plhDefaultResult :: Lens' PutLifecycleHook (Maybe Text) plhDefaultResult = lens _plhDefaultResult (\ s a -> s{_plhDefaultResult = a}); --- | The amount of time, in seconds, that can elapse before the lifecycle--- hook times out. When the lifecycle hook times out, Auto Scaling performs--- the default action. You can prevent the lifecycle hook from timing out--- by calling < RecordLifecycleActionHeartbeat>. The default is 3600--- seconds (1 hour).+-- | The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling < RecordLifecycleActionHeartbeat>. The default is 3600 seconds (1 hour). plhHeartbeatTimeout :: Lens' PutLifecycleHook (Maybe Int) plhHeartbeatTimeout = lens _plhHeartbeatTimeout (\ s a -> s{_plhHeartbeatTimeout = a}); --- | Contains additional information that you want to include any time Auto--- Scaling sends a message to the notification target.+-- | Contains additional information that you want to include any time Auto Scaling sends a message to the notification target. plhNotificationMetadata :: Lens' PutLifecycleHook (Maybe Text) plhNotificationMetadata = lens _plhNotificationMetadata (\ s a -> s{_plhNotificationMetadata = a}); --- | The ARN of the notification target that Auto Scaling will use to notify--- you when an instance is in the transition state for the lifecycle hook.--- This target can be either an SQS queue or an SNS topic. If you specify--- an empty string, this overrides the current ARN.+-- | The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN. ----- The notification messages sent to the target include the following--- information:+-- The notification messages sent to the target include the following information: -- -- - __AutoScalingGroupName__. The name of the Auto Scaling group. -- - __AccountId__. The AWS account ID.@@ -162,29 +133,21 @@ -- - __LifecycleHookName__. The name of the lifecycle hook. -- - __NotificationMetadata__. User-defined information. ----- This operation uses the JSON format when sending notifications to an--- Amazon SQS queue, and an email key\/value pair format when sending--- notifications to an Amazon SNS topic.+-- This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key\/value pair format when sending notifications to an Amazon SNS topic. ----- When you specify a notification target, Auto Scaling sends it a test--- message. Test messages contains the following additional key\/value--- pair: '\"Event\": \"autoscaling:TEST_NOTIFICATION\"'.+-- When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key\/value pair: '\"Event\": \"autoscaling:TEST_NOTIFICATION\"'. plhNotificationTargetARN :: Lens' PutLifecycleHook (Maybe Text) plhNotificationTargetARN = lens _plhNotificationTargetARN (\ s a -> s{_plhNotificationTargetARN = a}); --- | The instance state to which you want to attach the lifecycle hook. For a--- list of lifecycle hook types, see < DescribeLifecycleHookTypes>.+-- | The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see < DescribeLifecycleHookTypes>. ----- This parameter is required for new lifecycle hooks, but optional when--- updating existing hooks.+-- This parameter is required for new lifecycle hooks, but optional when updating existing hooks. plhLifecycleTransition :: Lens' PutLifecycleHook (Maybe Text) plhLifecycleTransition = lens _plhLifecycleTransition (\ s a -> s{_plhLifecycleTransition = a}); --- | The ARN of the IAM role that allows the Auto Scaling group to publish to--- the specified notification target.+-- | The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target. ----- This parameter is required for new lifecycle hooks, but optional when--- updating existing hooks.+-- This parameter is required for new lifecycle hooks, but optional when updating existing hooks. plhRoleARN :: Lens' PutLifecycleHook (Maybe Text) plhRoleARN = lens _plhRoleARN (\ s a -> s{_plhRoleARN = a}); @@ -192,8 +155,7 @@ plhLifecycleHookName :: Lens' PutLifecycleHook Text plhLifecycleHookName = lens _plhLifecycleHookName (\ s a -> s{_plhLifecycleHookName = a}); --- | The name of the Auto Scaling group to which you want to assign the--- lifecycle hook.+-- | The name of the Auto Scaling group to which you want to assign the lifecycle hook. plhAutoScalingGroupName :: Lens' PutLifecycleHook Text plhAutoScalingGroupName = lens _plhAutoScalingGroupName (\ s a -> s{_plhAutoScalingGroupName = a});
gen/Network/AWS/AutoScaling/PutNotificationConfiguration.hs view
@@ -18,13 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Configures an Auto Scaling group to send notifications when specified--- events take place. Subscribers to this topic can have messages for--- events delivered to an endpoint such as a web server or email address.+-- Configures an Auto Scaling group to send notifications when specified events take place. Subscribers to this topic can have messages for events delivered to an endpoint such as a web server or email address. ----- For more information see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/ASGettingNotifications.html Getting Notifications When Your Auto Scaling Group Changes>--- in the /Auto Scaling Developer Guide/.+-- For more information see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/ASGettingNotifications.html Getting Notifications When Your Auto Scaling Group Changes> in the /Auto Scaling Developer Guide/. -- -- This configuration overwrites an existing configuration. module Network.AWS.AutoScaling.PutNotificationConfiguration@@ -80,14 +76,11 @@ pncAutoScalingGroupName :: Lens' PutNotificationConfiguration Text pncAutoScalingGroupName = lens _pncAutoScalingGroupName (\ s a -> s{_pncAutoScalingGroupName = a}); --- | The Amazon Resource Name (ARN) of the Amazon Simple Notification Service--- (SNS) topic.+-- | The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic. pncTopicARN :: Lens' PutNotificationConfiguration Text pncTopicARN = lens _pncTopicARN (\ s a -> s{_pncTopicARN = a}); --- | The type of event that will cause the notification to be sent. For--- details about notification types supported by Auto Scaling, see--- < DescribeAutoScalingNotificationTypes>.+-- | The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see < DescribeAutoScalingNotificationTypes>. pncNotificationTypes :: Lens' PutNotificationConfiguration [Text] pncNotificationTypes = lens _pncNotificationTypes (\ s a -> s{_pncNotificationTypes = a}) . _Coerce;
gen/Network/AWS/AutoScaling/PutScalingPolicy.hs view
@@ -18,16 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates or updates a policy for an Auto Scaling group. To update an--- existing policy, use the existing policy name and set the parameters you--- want to change. Any existing parameter not changed in an update to an--- existing policy is not changed in this update request.+-- Creates or updates a policy for an Auto Scaling group. To update an existing policy, use the existing policy name and set the parameters you want to change. Any existing parameter not changed in an update to an existing policy is not changed in this update request. ----- If you exceed your maximum limit of step adjustments, which by default--- is 20 per region, the call fails. For information about updating this--- limit, see--- <http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html AWS Service Limits>--- in the /Amazon Web Services General Reference/.+-- If you exceed your maximum limit of step adjustments, which by default is 20 per region, the call fails. For information about updating this limit, see <http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html AWS Service Limits> in the /Amazon Web Services General Reference/. module Network.AWS.AutoScaling.PutScalingPolicy ( -- * Creating a Request@@ -121,66 +114,47 @@ , _pspAdjustmentType = pAdjustmentType_ } --- | Available for backward compatibility. Use 'MinAdjustmentMagnitude'--- instead.+-- | Available for backward compatibility. Use 'MinAdjustmentMagnitude' instead. pspMinAdjustmentStep :: Lens' PutScalingPolicy (Maybe Int) pspMinAdjustmentStep = lens _pspMinAdjustmentStep (\ s a -> s{_pspMinAdjustmentStep = a}); --- | The estimated time, in seconds, until a newly launched instance can--- contribute to the CloudWatch metrics. The default is to use the value--- specified for the default cooldown period for the group.+-- | The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group. -- -- This parameter is not supported if the policy type is 'SimpleScaling'. pspEstimatedInstanceWarmup :: Lens' PutScalingPolicy (Maybe Int) pspEstimatedInstanceWarmup = lens _pspEstimatedInstanceWarmup (\ s a -> s{_pspEstimatedInstanceWarmup = a}); --- | The policy type. Valid values are 'SimpleScaling' and 'StepScaling'. If--- the policy type is null, the value is treated as 'SimpleScaling'.+-- | The policy type. Valid values are 'SimpleScaling' and 'StepScaling'. If the policy type is null, the value is treated as 'SimpleScaling'. pspPolicyType :: Lens' PutScalingPolicy (Maybe Text) pspPolicyType = lens _pspPolicyType (\ s a -> s{_pspPolicyType = a}); --- | A set of adjustments that enable you to scale based on the size of the--- alarm breach.+-- | A set of adjustments that enable you to scale based on the size of the alarm breach. ----- This parameter is required if the policy type is 'StepScaling' and not--- supported otherwise.+-- This parameter is required if the policy type is 'StepScaling' and not supported otherwise. pspStepAdjustments :: Lens' PutScalingPolicy [StepAdjustment] pspStepAdjustments = lens _pspStepAdjustments (\ s a -> s{_pspStepAdjustments = a}) . _Default . _Coerce; --- | The amount by which to scale, based on the specified adjustment type. A--- positive value adds to the current capacity while a negative number--- removes from the current capacity.+-- | The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. ----- This parameter is required if the policy type is 'SimpleScaling' and not--- supported otherwise.+-- This parameter is required if the policy type is 'SimpleScaling' and not supported otherwise. pspScalingAdjustment :: Lens' PutScalingPolicy (Maybe Int) pspScalingAdjustment = lens _pspScalingAdjustment (\ s a -> s{_pspScalingAdjustment = a}); --- | The amount of time, in seconds, after a scaling activity completes and--- before the next scaling activity can start. If this parameter is not--- specified, the default cooldown period for the group applies.+-- | The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies. ----- This parameter is not supported unless the policy type is--- 'SimpleScaling'.+-- This parameter is not supported unless the policy type is 'SimpleScaling'. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/Cooldown.html Auto Scaling Cooldowns>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/Cooldown.html Auto Scaling Cooldowns> in the /Auto Scaling Developer Guide/. pspCooldown :: Lens' PutScalingPolicy (Maybe Int) pspCooldown = lens _pspCooldown (\ s a -> s{_pspCooldown = a}); --- | The aggregation type for the CloudWatch metrics. Valid values are--- 'Minimum', 'Maximum', and 'Average'. If the aggregation type is null,--- the value is treated as 'Average'.+-- | The aggregation type for the CloudWatch metrics. Valid values are 'Minimum', 'Maximum', and 'Average'. If the aggregation type is null, the value is treated as 'Average'. -- -- This parameter is not supported if the policy type is 'SimpleScaling'. pspMetricAggregationType :: Lens' PutScalingPolicy (Maybe Text) pspMetricAggregationType = lens _pspMetricAggregationType (\ s a -> s{_pspMetricAggregationType = a}); --- | The minimum number of instances to scale. If the value of--- 'AdjustmentType' is 'PercentChangeInCapacity', the scaling policy--- changes the 'DesiredCapacity' of the Auto Scaling group by at least this--- many instances. Otherwise, the error is 'ValidationError'.+-- | The minimum number of instances to scale. If the value of 'AdjustmentType' is 'PercentChangeInCapacity', the scaling policy changes the 'DesiredCapacity' of the Auto Scaling group by at least this many instances. Otherwise, the error is 'ValidationError'. pspMinAdjustmentMagnitude :: Lens' PutScalingPolicy (Maybe Int) pspMinAdjustmentMagnitude = lens _pspMinAdjustmentMagnitude (\ s a -> s{_pspMinAdjustmentMagnitude = a}); @@ -192,12 +166,9 @@ pspPolicyName :: Lens' PutScalingPolicy Text pspPolicyName = lens _pspPolicyName (\ s a -> s{_pspPolicyName = a}); --- | The adjustment type. Valid values are 'ChangeInCapacity',--- 'ExactCapacity', and 'PercentChangeInCapacity'.+-- | The adjustment type. Valid values are 'ChangeInCapacity', 'ExactCapacity', and 'PercentChangeInCapacity'. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html Dynamic Scaling>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html Dynamic Scaling> in the /Auto Scaling Developer Guide/. pspAdjustmentType :: Lens' PutScalingPolicy Text pspAdjustmentType = lens _pspAdjustmentType (\ s a -> s{_pspAdjustmentType = a});
gen/Network/AWS/AutoScaling/PutScheduledUpdateGroupAction.hs view
@@ -18,14 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates or updates a scheduled scaling action for an Auto Scaling group.--- When updating a scheduled scaling action, if you leave a parameter--- unspecified, the corresponding value remains unchanged in the affected--- Auto Scaling group.+-- Creates or updates a scheduled scaling action for an Auto Scaling group. When updating a scheduled scaling action, if you leave a parameter unspecified, the corresponding value remains unchanged in the affected Auto Scaling group. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/schedule_time.html Scheduled Scaling>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/schedule_time.html Scheduled Scaling> in the /Auto Scaling Developer Guide/. module Network.AWS.AutoScaling.PutScheduledUpdateGroupAction ( -- * Creating a Request@@ -105,14 +100,11 @@ , _psugaScheduledActionName = pScheduledActionName_ } --- | The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in--- UTC\/GMT only (for example, '2014-06-01T00:00:00Z').+-- | The time for this action to start, in \"YYYY-MM-DDThh:mm:ssZ\" format in UTC\/GMT only (for example, '2014-06-01T00:00:00Z'). ----- If you try to schedule your action in the past, Auto Scaling returns an--- error message.+-- If you try to schedule your action in the past, Auto Scaling returns an error message. ----- When 'StartTime' and 'EndTime' are specified with 'Recurrence', they--- form the boundaries of when the recurring action starts and stops.+-- When 'StartTime' and 'EndTime' are specified with 'Recurrence', they form the boundaries of when the recurring action starts and stops. psugaStartTime :: Lens' PutScheduledUpdateGroupAction (Maybe UTCTime) psugaStartTime = lens _psugaStartTime (\ s a -> s{_psugaStartTime = a}) . mapping _Time; @@ -124,12 +116,9 @@ psugaMaxSize :: Lens' PutScheduledUpdateGroupAction (Maybe Int) psugaMaxSize = lens _psugaMaxSize (\ s a -> s{_psugaMaxSize = a}); --- | The time when recurring future actions will start. Start time is--- specified by the user following the Unix cron syntax format. For more--- information, see <http://en.wikipedia.org/wiki/Cron Cron> in Wikipedia.+-- | The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see <http://en.wikipedia.org/wiki/Cron Cron> in Wikipedia. ----- When 'StartTime' and 'EndTime' are specified with 'Recurrence', they--- form the boundaries of when the recurring action will start and stop.+-- When 'StartTime' and 'EndTime' are specified with 'Recurrence', they form the boundaries of when the recurring action will start and stop. psugaRecurrence :: Lens' PutScheduledUpdateGroupAction (Maybe Text) psugaRecurrence = lens _psugaRecurrence (\ s a -> s{_psugaRecurrence = a});
gen/Network/AWS/AutoScaling/RecordLifecycleActionHeartbeat.hs view
@@ -18,30 +18,17 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Records a heartbeat for the lifecycle action associated with the--- specified token or instance. This extends the timeout by the length of--- time defined using < PutLifecycleHook>.+-- Records a heartbeat for the lifecycle action associated with the specified token or instance. This extends the timeout by the length of time defined using < PutLifecycleHook>. ----- This step is a part of the procedure for adding a lifecycle hook to an--- Auto Scaling group:+-- This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group: ----- 1. (Optional) Create a Lambda function and a rule that allows--- CloudWatch Events to invoke your Lambda function when Auto Scaling--- launches or terminates instances.--- 2. (Optional) Create a notification target and an IAM role. The target--- can be either an Amazon SQS queue or an Amazon SNS topic. The role--- allows Auto Scaling to publish lifecycle notifications to the--- target.--- 3. Create the lifecycle hook. Specify whether the hook is used when the--- instances launch or terminate.--- 4. __If you need more time, record the lifecycle action heartbeat to--- keep the instance in a pending state.__--- 5. If you finish before the timeout period ends, complete the lifecycle--- action.+-- 1. (Optional) Create a Lambda function and a rule that allows CloudWatch Events to invoke your Lambda function when Auto Scaling launches or terminates instances.+-- 2. (Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Auto Scaling to publish lifecycle notifications to the target.+-- 3. Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate.+-- 4. __If you need more time, record the lifecycle action heartbeat to keep the instance in a pending state.__+-- 5. If you finish before the timeout period ends, complete the lifecycle action. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html Auto Scaling Lifecycle>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html Auto Scaling Lifecycle> in the /Auto Scaling Developer Guide/. module Network.AWS.AutoScaling.RecordLifecycleActionHeartbeat ( -- * Creating a Request@@ -102,9 +89,7 @@ rlahInstanceId :: Lens' RecordLifecycleActionHeartbeat (Maybe Text) rlahInstanceId = lens _rlahInstanceId (\ s a -> s{_rlahInstanceId = a}); --- | A token that uniquely identifies a specific lifecycle action associated--- with an instance. Auto Scaling sends this token to the notification--- target you specified when you created the lifecycle hook.+-- | A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook. rlahLifecycleActionToken :: Lens' RecordLifecycleActionHeartbeat (Maybe Text) rlahLifecycleActionToken = lens _rlahLifecycleActionToken (\ s a -> s{_rlahLifecycleActionToken = a});
gen/Network/AWS/AutoScaling/ResumeProcesses.hs view
@@ -18,12 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Resumes the specified suspended Auto Scaling processes, or all suspended--- process, for the specified Auto Scaling group.+-- Resumes the specified suspended Auto Scaling processes, or all suspended process, for the specified Auto Scaling group. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SuspendResume.html Suspending and Resuming Auto Scaling Processes>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SuspendResume.html Suspending and Resuming Auto Scaling Processes> in the /Auto Scaling Developer Guide/. module Network.AWS.AutoScaling.ResumeProcesses ( -- * Creating a Request
gen/Network/AWS/AutoScaling/SetDesiredCapacity.hs view
@@ -20,9 +20,7 @@ -- -- Sets the size of the specified Auto Scaling group. ----- For more information about desired capacity, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/WhatIsAutoScaling.html What Is Auto Scaling?>--- in the /Auto Scaling Developer Guide/.+-- For more information about desired capacity, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/WhatIsAutoScaling.html What Is Auto Scaling?> in the /Auto Scaling Developer Guide/. module Network.AWS.AutoScaling.SetDesiredCapacity ( -- * Creating a Request@@ -72,11 +70,7 @@ , _sdcDesiredCapacity = pDesiredCapacity_ } --- | By default, 'SetDesiredCapacity' overrides any cooldown period--- associated with the Auto Scaling group. Specify 'True' to make Auto--- Scaling to wait for the cool-down period associated with the Auto--- Scaling group to complete before initiating a scaling activity to set--- your Auto Scaling group to its new capacity.+-- | By default, 'SetDesiredCapacity' overrides any cooldown period associated with the Auto Scaling group. Specify 'True' to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity. sdcHonorCooldown :: Lens' SetDesiredCapacity (Maybe Bool) sdcHonorCooldown = lens _sdcHonorCooldown (\ s a -> s{_sdcHonorCooldown = a}); @@ -84,8 +78,7 @@ sdcAutoScalingGroupName :: Lens' SetDesiredCapacity Text sdcAutoScalingGroupName = lens _sdcAutoScalingGroupName (\ s a -> s{_sdcAutoScalingGroupName = a}); --- | The number of EC2 instances that should be running in the Auto Scaling--- group.+-- | The number of EC2 instances that should be running in the Auto Scaling group. sdcDesiredCapacity :: Lens' SetDesiredCapacity Int sdcDesiredCapacity = lens _sdcDesiredCapacity (\ s a -> s{_sdcDesiredCapacity = a});
gen/Network/AWS/AutoScaling/SetInstanceHealth.hs view
@@ -20,9 +20,7 @@ -- -- Sets the health status of the specified instance. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/healthcheck.html Health Checks>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/healthcheck.html Health Checks> in the /Auto Scaling Developer Guide/. module Network.AWS.AutoScaling.SetInstanceHealth ( -- * Creating a Request@@ -72,13 +70,9 @@ , _sihHealthStatus = pHealthStatus_ } --- | If the Auto Scaling group of the specified instance has a--- 'HealthCheckGracePeriod' specified for the group, by default, this call--- will respect the grace period. Set this to 'False', if you do not want--- the call to respect the grace period associated with the group.+-- | If the Auto Scaling group of the specified instance has a 'HealthCheckGracePeriod' specified for the group, by default, this call will respect the grace period. Set this to 'False', if you do not want the call to respect the grace period associated with the group. ----- For more information, see the description of the health check grace--- period for < CreateAutoScalingGroup>.+-- For more information, see the description of the health check grace period for < CreateAutoScalingGroup>. sihShouldRespectGracePeriod :: Lens' SetInstanceHealth (Maybe Bool) sihShouldRespectGracePeriod = lens _sihShouldRespectGracePeriod (\ s a -> s{_sihShouldRespectGracePeriod = a}); @@ -86,10 +80,7 @@ sihInstanceId :: Lens' SetInstanceHealth Text sihInstanceId = lens _sihInstanceId (\ s a -> s{_sihInstanceId = a}); --- | The health status of the instance. Set to 'Healthy' if you want the--- instance to remain in service. Set to 'Unhealthy' if you want the--- instance to be out of service. Auto Scaling will terminate and replace--- the unhealthy instance.+-- | The health status of the instance. Set to 'Healthy' if you want the instance to remain in service. Set to 'Unhealthy' if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance. sihHealthStatus :: Lens' SetInstanceHealth Text sihHealthStatus = lens _sihHealthStatus (\ s a -> s{_sihHealthStatus = a});
gen/Network/AWS/AutoScaling/SetInstanceProtection.hs view
@@ -20,9 +20,7 @@ -- -- Updates the instance protection settings of the specified instances. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingBehavior.InstanceTermination.html#instance-protection Instance Protection>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingBehavior.InstanceTermination.html#instance-protection Instance Protection> in the /Auto Scaling Developer Guide/. module Network.AWS.AutoScaling.SetInstanceProtection ( -- * Creating a Request@@ -82,8 +80,7 @@ sipAutoScalingGroupName :: Lens' SetInstanceProtection Text sipAutoScalingGroupName = lens _sipAutoScalingGroupName (\ s a -> s{_sipAutoScalingGroupName = a}); --- | Indicates whether the instance is protected from termination by Auto--- Scaling when scaling in.+-- | Indicates whether the instance is protected from termination by Auto Scaling when scaling in. sipProtectedFromScaleIn :: Lens' SetInstanceProtection Bool sipProtectedFromScaleIn = lens _sipProtectedFromScaleIn (\ s a -> s{_sipProtectedFromScaleIn = a});
gen/Network/AWS/AutoScaling/SuspendProcesses.hs view
@@ -18,17 +18,13 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Suspends the specified Auto Scaling processes, or all processes, for the--- specified Auto Scaling group.+-- Suspends the specified Auto Scaling processes, or all processes, for the specified Auto Scaling group. ----- Note that if you suspend either the 'Launch' or 'Terminate' process--- types, it can prevent other process types from functioning properly.+-- Note that if you suspend either the 'Launch' or 'Terminate' process types, it can prevent other process types from functioning properly. -- -- To resume processes that have been suspended, use < ResumeProcesses>. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SuspendResume.html Suspending and Resuming Auto Scaling Processes>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SuspendResume.html Suspending and Resuming Auto Scaling Processes> in the /Auto Scaling Developer Guide/. module Network.AWS.AutoScaling.SuspendProcesses ( -- * Creating a Request
gen/Network/AWS/AutoScaling/TerminateInstanceInAutoScalingGroup.hs view
@@ -18,11 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Terminates the specified instance and optionally adjusts the desired--- group size.+-- Terminates the specified instance and optionally adjusts the desired group size. ----- This call simply makes a termination request. The instance is not--- terminated immediately.+-- This call simply makes a termination request. The instance is not terminated immediately. module Network.AWS.AutoScaling.TerminateInstanceInAutoScalingGroup ( -- * Creating a Request@@ -74,8 +72,7 @@ tiiasgInstanceId :: Lens' TerminateInstanceInAutoScalingGroup Text tiiasgInstanceId = lens _tiiasgInstanceId (\ s a -> s{_tiiasgInstanceId = a}); --- | If 'true', terminating the instance also decrements the size of the Auto--- Scaling group.+-- | If 'true', terminating the instance also decrements the size of the Auto Scaling group. tiiasgShouldDecrementDesiredCapacity :: Lens' TerminateInstanceInAutoScalingGroup Bool tiiasgShouldDecrementDesiredCapacity = lens _tiiasgShouldDecrementDesiredCapacity (\ s a -> s{_tiiasgShouldDecrementDesiredCapacity = a});
gen/Network/AWS/AutoScaling/Types.hs view
@@ -308,19 +308,15 @@ | has (hasStatus 509) e = Just "limit_exceeded" | otherwise = Nothing --- | You already have an Auto Scaling group or launch configuration with this--- name.+-- | You already have an Auto Scaling group or launch configuration with this name. _AlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError _AlreadyExistsFault = _ServiceError . hasStatus 400 . hasCode "AlreadyExists" --- | You have already reached a limit for your Auto Scaling resources (for--- example, groups, launch configurations, or lifecycle hooks). For more--- information, see < DescribeAccountLimits>.+-- | You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see < DescribeAccountLimits>. _LimitExceededFault :: AsError a => Getting (First ServiceError) a ServiceError _LimitExceededFault = _ServiceError . hasStatus 400 . hasCode "LimitExceeded" --- | The Auto Scaling group or launch configuration can\'t be deleted because--- it is in use.+-- | The Auto Scaling group or launch configuration can\'t be deleted because it is in use. _ResourceInUseFault :: AsError a => Getting (First ServiceError) a ServiceError _ResourceInUseFault = _ServiceError . hasStatus 400 . hasCode "ResourceInUse" @@ -328,14 +324,12 @@ _InvalidNextToken :: AsError a => Getting (First ServiceError) a ServiceError _InvalidNextToken = _ServiceError . hasStatus 400 . hasCode "InvalidNextToken" --- | The Auto Scaling group can\'t be deleted because there are scaling--- activities in progress.+-- | The Auto Scaling group can\'t be deleted because there are scaling activities in progress. _ScalingActivityInProgressFault :: AsError a => Getting (First ServiceError) a ServiceError _ScalingActivityInProgressFault = _ServiceError . hasStatus 400 . hasCode "ScalingActivityInProgress" --- | You already have a pending update to an Auto Scaling resource (for--- example, a group, instance, or load balancer).+-- | You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer). _ResourceContentionFault :: AsError a => Getting (First ServiceError) a ServiceError _ResourceContentionFault = _ServiceError . hasStatus 500 . hasCode "ResourceContention"
gen/Network/AWS/AutoScaling/Types/Product.hs view
@@ -21,9 +21,7 @@ import Network.AWS.Lens import Network.AWS.Prelude --- | Describes scaling activity, which is a long-running process that--- represents a change to your Auto Scaling group, such as changing its--- size or replacing an instance.+-- | Describes scaling activity, which is a long-running process that represents a change to your Auto Scaling group, such as changing its size or replacing an instance. -- -- /See:/ 'activity' smart constructor. data Activity = Activity'@@ -142,9 +140,7 @@ -- | Describes a policy adjustment type. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html Dynamic Scaling>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html Dynamic Scaling> in the /Auto Scaling Developer Guide/. -- -- /See:/ 'adjustmentType' smart constructor. newtype AdjustmentType = AdjustmentType'@@ -163,8 +159,7 @@ { _atAdjustmentType = Nothing } --- | The policy adjustment type. The valid values are 'ChangeInCapacity',--- 'ExactCapacity', and 'PercentChangeInCapacity'.+-- | The policy adjustment type. The valid values are 'ChangeInCapacity', 'ExactCapacity', and 'PercentChangeInCapacity'. atAdjustmentType :: Lens' AdjustmentType (Maybe Text) atAdjustmentType = lens _atAdjustmentType (\ s a -> s{_atAdjustmentType = a}); @@ -323,8 +318,7 @@ , _asgCreatedTime = _Time # pCreatedTime_ } --- | The current state of the group when < DeleteAutoScalingGroup> is in--- progress.+-- | The current state of the group when < DeleteAutoScalingGroup> is in progress. asgStatus :: Lens' AutoScalingGroup (Maybe Text) asgStatus = lens _asgStatus (\ s a -> s{_asgStatus = a}); @@ -332,21 +326,17 @@ asgTerminationPolicies :: Lens' AutoScalingGroup [Text] asgTerminationPolicies = lens _asgTerminationPolicies (\ s a -> s{_asgTerminationPolicies = a}) . _Default . _Coerce; --- | The amount of time, in seconds, that Auto Scaling waits before checking--- the health status of an EC2 instance that has come into service.+-- | The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. asgHealthCheckGracePeriod :: Lens' AutoScalingGroup (Maybe Int) asgHealthCheckGracePeriod = lens _asgHealthCheckGracePeriod (\ s a -> s{_asgHealthCheckGracePeriod = a}); --- | Indicates whether newly launched instances are protected from--- termination by Auto Scaling when scaling in.+-- | Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in. asgNewInstancesProtectedFromScaleIn :: Lens' AutoScalingGroup (Maybe Bool) asgNewInstancesProtectedFromScaleIn = lens _asgNewInstancesProtectedFromScaleIn (\ s a -> s{_asgNewInstancesProtectedFromScaleIn = a}); -- | One or more subnet IDs, if applicable, separated by commas. ----- If you specify 'VPCZoneIdentifier' and 'AvailabilityZones', ensure that--- the Availability Zones of the subnets match the values for--- 'AvailabilityZones'.+-- If you specify 'VPCZoneIdentifier' and 'AvailabilityZones', ensure that the Availability Zones of the subnets match the values for 'AvailabilityZones'. asgVPCZoneIdentifier :: Lens' AutoScalingGroup (Maybe Text) asgVPCZoneIdentifier = lens _asgVPCZoneIdentifier (\ s a -> s{_asgVPCZoneIdentifier = a}); @@ -366,10 +356,7 @@ asgAutoScalingGroupARN :: Lens' AutoScalingGroup (Maybe Text) asgAutoScalingGroupARN = lens _asgAutoScalingGroupARN (\ s a -> s{_asgAutoScalingGroupARN = a}); --- | The name of the placement group into which you\'ll launch your--- instances, if any. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html Placement Groups>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | The name of the placement group into which you\'ll launch your instances, if any. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html Placement Groups> in the /Amazon Elastic Compute Cloud User Guide/. asgPlacementGroup :: Lens' AutoScalingGroup (Maybe Text) asgPlacementGroup = lens _asgPlacementGroup (\ s a -> s{_asgPlacementGroup = a}); @@ -401,8 +388,7 @@ asgDesiredCapacity :: Lens' AutoScalingGroup Int asgDesiredCapacity = lens _asgDesiredCapacity (\ s a -> s{_asgDesiredCapacity = a}); --- | The amount of time, in seconds, after a scaling activity completes--- before another scaling activity can start.+-- | The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. asgDefaultCooldown :: Lens' AutoScalingGroup Int asgDefaultCooldown = lens _asgDefaultCooldown (\ s a -> s{_asgDefaultCooldown = a}); @@ -410,8 +396,7 @@ asgAvailabilityZones :: Lens' AutoScalingGroup (NonEmpty Text) asgAvailabilityZones = lens _asgAvailabilityZones (\ s a -> s{_asgAvailabilityZones = a}) . _List1; --- | The service to use for the health checks. The valid values are 'EC2' and--- 'ELB'.+-- | The service to use for the health checks. The valid values are 'EC2' and 'ELB'. asgHealthCheckType :: Lens' AutoScalingGroup Text asgHealthCheckType = lens _asgHealthCheckType (\ s a -> s{_asgHealthCheckType = a}); @@ -526,20 +511,15 @@ asidAvailabilityZone :: Lens' AutoScalingInstanceDetails Text asidAvailabilityZone = lens _asidAvailabilityZone (\ s a -> s{_asidAvailabilityZone = a}); --- | The lifecycle state for the instance. For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html Auto Scaling Lifecycle>--- in the /Auto Scaling Developer Guide/.+-- | The lifecycle state for the instance. For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html Auto Scaling Lifecycle> in the /Auto Scaling Developer Guide/. asidLifecycleState :: Lens' AutoScalingInstanceDetails Text asidLifecycleState = lens _asidLifecycleState (\ s a -> s{_asidLifecycleState = a}); --- | The health status of this instance. \"Healthy\" means that the instance--- is healthy and should remain in service. \"Unhealthy\" means that the--- instance is unhealthy and Auto Scaling should terminate and replace it.+-- | The health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it. asidHealthStatus :: Lens' AutoScalingInstanceDetails Text asidHealthStatus = lens _asidHealthStatus (\ s a -> s{_asidHealthStatus = a}); --- | Indicates whether the instance is protected from termination by Auto--- Scaling when scaling in.+-- | Indicates whether the instance is protected from termination by Auto Scaling when scaling in. asidProtectedFromScaleIn :: Lens' AutoScalingInstanceDetails Bool asidProtectedFromScaleIn = lens _asidProtectedFromScaleIn (\ s a -> s{_asidProtectedFromScaleIn = a}); @@ -596,9 +576,7 @@ -- | Suppresses a device mapping. ----- If this parameter is true for the root device, the instance might fail--- the EC2 health check. Auto Scaling launches a replacement instance if--- the instance fails the health check.+-- If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check. bdmNoDevice :: Lens' BlockDeviceMapping (Maybe Bool) bdmNoDevice = lens _bdmNoDevice (\ s a -> s{_bdmNoDevice = a}); @@ -606,8 +584,7 @@ bdmEBS :: Lens' BlockDeviceMapping (Maybe EBS) bdmEBS = lens _bdmEBS (\ s a -> s{_bdmEBS = a}); --- | The device name exposed to the EC2 instance (for example, '\/dev\/sdh'--- or 'xvdh').+-- | The device name exposed to the EC2 instance (for example, '\/dev\/sdh' or 'xvdh'). bdmDeviceName :: Lens' BlockDeviceMapping Text bdmDeviceName = lens _bdmDeviceName (\ s a -> s{_bdmDeviceName = a}); @@ -674,37 +651,23 @@ ebsDeleteOnTermination :: Lens' EBS (Maybe Bool) ebsDeleteOnTermination = lens _ebsDeleteOnTermination (\ s a -> s{_ebsDeleteOnTermination = a}); --- | The volume size, in GiB. For 'standard' volumes, specify a value from 1--- to 1,024. For 'io1' volumes, specify a value from 4 to 16,384. For 'gp2'--- volumes, specify a value from 1 to 16,384. If you specify a snapshot,--- the volume size must be equal to or larger than the snapshot size.+-- | The volume size, in GiB. For 'standard' volumes, specify a value from 1 to 1,024. For 'io1' volumes, specify a value from 4 to 16,384. For 'gp2' volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size. ----- Default: If you create a volume from a snapshot and you don\'t specify a--- volume size, the default is the snapshot size.+-- Default: If you create a volume from a snapshot and you don\'t specify a volume size, the default is the snapshot size. ebsVolumeSize :: Lens' EBS (Maybe Natural) ebsVolumeSize = lens _ebsVolumeSize (\ s a -> s{_ebsVolumeSize = a}) . mapping _Nat; --- | The number of I\/O operations per second (IOPS) to provision for the--- volume.+-- | The number of I\/O operations per second (IOPS) to provision for the volume. -- -- Constraint: Required when the volume type is 'io1'. ebsIOPS :: Lens' EBS (Maybe Natural) ebsIOPS = lens _ebsIOPS (\ s a -> s{_ebsIOPS = a}) . mapping _Nat; --- | Indicates whether the volume should be encrypted. Encrypted EBS volumes--- must be attached to instances that support Amazon EBS encryption.--- Volumes that are created from encrypted snapshots are automatically--- encrypted. There is no way to create an encrypted volume from an--- unencrypted snapshot or an unencrypted volume from an encrypted--- snapshot. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html Amazon EBS Encryption>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html Amazon EBS Encryption> in the /Amazon Elastic Compute Cloud User Guide/. ebsEncrypted :: Lens' EBS (Maybe Bool) ebsEncrypted = lens _ebsEncrypted (\ s a -> s{_ebsEncrypted = a}); --- | The volume type. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html Amazon EBS Volume Types>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | The volume type. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html Amazon EBS Volume Types> in the /Amazon Elastic Compute Cloud User Guide/. -- -- Valid values: 'standard' | 'io1' | 'gp2' --@@ -824,8 +787,7 @@ fValues :: Lens' Filter [Text] fValues = lens _fValues (\ s a -> s{_fValues = a}) . _Default . _Coerce; --- | The name of the filter. The valid values are: '\"auto-scaling-group\"',--- '\"key\"', '\"value\"', and '\"propagate-at-launch\"'.+-- | The name of the filter. The valid values are: '\"auto-scaling-group\"', '\"key\"', '\"value\"', and '\"propagate-at-launch\"'. fName :: Lens' Filter Text fName = lens _fName (\ s a -> s{_fName = a}); @@ -896,19 +858,15 @@ iAvailabilityZone :: Lens' Instance Text iAvailabilityZone = lens _iAvailabilityZone (\ s a -> s{_iAvailabilityZone = a}); --- | A description of the current lifecycle state. Note that the--- 'Quarantined' state is not used.+-- | A description of the current lifecycle state. Note that the 'Quarantined' state is not used. iLifecycleState :: Lens' Instance LifecycleState iLifecycleState = lens _iLifecycleState (\ s a -> s{_iLifecycleState = a}); --- | The health status of the instance. \"Healthy\" means that the instance--- is healthy and should remain in service. \"Unhealthy\" means that the--- instance is unhealthy and Auto Scaling should terminate and replace it.+-- | The health status of the instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it. iHealthStatus :: Lens' Instance Text iHealthStatus = lens _iHealthStatus (\ s a -> s{_iHealthStatus = a}); --- | Indicates whether the instance is protected from termination by Auto--- Scaling when scaling in.+-- | Indicates whether the instance is protected from termination by Auto Scaling when scaling in. iProtectedFromScaleIn :: Lens' Instance Bool iProtectedFromScaleIn = lens _iProtectedFromScaleIn (\ s a -> s{_iProtectedFromScaleIn = a}); @@ -1056,8 +1014,7 @@ , _lcCreatedTime = _Time # pCreatedTime_ } --- | [EC2-VPC] Indicates whether to assign a public IP address to each--- instance.+-- | [EC2-VPC] Indicates whether to assign a public IP address to each instance. lcAssociatePublicIPAddress :: Lens' LaunchConfiguration (Maybe Bool) lcAssociatePublicIPAddress = lens _lcAssociatePublicIPAddress (\ s a -> s{_lcAssociatePublicIPAddress = a}); @@ -1069,8 +1026,7 @@ lcSpotPrice :: Lens' LaunchConfiguration (Maybe Text) lcSpotPrice = lens _lcSpotPrice (\ s a -> s{_lcSpotPrice = a}); --- | Controls whether instances in this group are launched with detailed--- monitoring.+-- | Controls whether instances in this group are launched with detailed monitoring. lcInstanceMonitoring :: Lens' LaunchConfiguration (Maybe InstanceMonitoring) lcInstanceMonitoring = lens _lcInstanceMonitoring (\ s a -> s{_lcInstanceMonitoring = a}); @@ -1078,12 +1034,7 @@ lcKeyName :: Lens' LaunchConfiguration (Maybe Text) lcKeyName = lens _lcKeyName (\ s a -> s{_lcKeyName = a}); --- | The IDs of one or more security groups for the VPC specified in--- 'ClassicLinkVPCId'. This parameter is required if you specify a--- ClassicLink-enabled VPC, and cannot be used otherwise. For more--- information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html ClassicLink>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | The IDs of one or more security groups for the VPC specified in 'ClassicLinkVPCId'. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html ClassicLink> in the /Amazon Elastic Compute Cloud User Guide/. lcClassicLinkVPCSecurityGroups :: Lens' LaunchConfiguration [Text] lcClassicLinkVPCSecurityGroups = lens _lcClassicLinkVPCSecurityGroups (\ s a -> s{_lcClassicLinkVPCSecurityGroups = a}) . _Default . _Coerce; @@ -1095,8 +1046,7 @@ lcKernelId :: Lens' LaunchConfiguration (Maybe Text) lcKernelId = lens _lcKernelId (\ s a -> s{_lcKernelId = a}); --- | Controls whether the instance is optimized for EBS I\/O ('true') or not--- ('false').+-- | Controls whether the instance is optimized for EBS I\/O ('true') or not ('false'). lcEBSOptimized :: Lens' LaunchConfiguration (Maybe Bool) lcEBSOptimized = lens _lcEBSOptimized (\ s a -> s{_lcEBSOptimized = a}); @@ -1104,16 +1054,11 @@ lcUserData :: Lens' LaunchConfiguration (Maybe Text) lcUserData = lens _lcUserData (\ s a -> s{_lcUserData = a}); --- | The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances--- to. This parameter can only be used if you are launching EC2-Classic--- instances. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html ClassicLink>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html ClassicLink> in the /Amazon Elastic Compute Cloud User Guide/. lcClassicLinkVPCId :: Lens' LaunchConfiguration (Maybe Text) lcClassicLinkVPCId = lens _lcClassicLinkVPCId (\ s a -> s{_lcClassicLinkVPCId = a}); --- | The name or Amazon Resource Name (ARN) of the instance profile--- associated with the IAM role for the instance.+-- | The name or Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance. lcIAMInstanceProfile :: Lens' LaunchConfiguration (Maybe Text) lcIAMInstanceProfile = lens _lcIAMInstanceProfile (\ s a -> s{_lcIAMInstanceProfile = a}); @@ -1121,14 +1066,11 @@ lcLaunchConfigurationARN :: Lens' LaunchConfiguration (Maybe Text) lcLaunchConfigurationARN = lens _lcLaunchConfigurationARN (\ s a -> s{_lcLaunchConfigurationARN = a}); --- | The tenancy of the instance, either 'default' or 'dedicated'. An--- instance with 'dedicated' tenancy runs in an isolated, single-tenant--- hardware and can only be launched into a VPC.+-- | The tenancy of the instance, either 'default' or 'dedicated'. An instance with 'dedicated' tenancy runs in an isolated, single-tenant hardware and can only be launched into a VPC. lcPlacementTenancy :: Lens' LaunchConfiguration (Maybe Text) lcPlacementTenancy = lens _lcPlacementTenancy (\ s a -> s{_lcPlacementTenancy = a}); --- | A block device mapping, which specifies the block devices for the--- instance.+-- | A block device mapping, which specifies the block devices for the instance. lcBlockDeviceMappings :: Lens' LaunchConfiguration [BlockDeviceMapping] lcBlockDeviceMappings = lens _lcBlockDeviceMappings (\ s a -> s{_lcBlockDeviceMappings = a}) . _Default . _Coerce; @@ -1180,18 +1122,12 @@ instance NFData LaunchConfiguration --- | Describes a lifecycle hook, which tells Auto Scaling that you want to--- perform an action when an instance launches or terminates. When you have--- a lifecycle hook in place, the Auto Scaling group will either:+-- | Describes a lifecycle hook, which tells Auto Scaling that you want to perform an action when an instance launches or terminates. When you have a lifecycle hook in place, the Auto Scaling group will either: ----- - Pause the instance after it launches, but before it is put into--- service--- - Pause the instance as it terminates, but before it is fully--- terminated+-- - Pause the instance after it launches, but before it is put into service+-- - Pause the instance as it terminates, but before it is fully terminated ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html Auto Scaling Lifecycle>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html Auto Scaling Lifecycle> in the /Auto Scaling Developer Guide/. -- -- /See:/ 'lifecycleHook' smart constructor. data LifecycleHook = LifecycleHook'@@ -1242,9 +1178,7 @@ , _lhRoleARN = Nothing } --- | Defines the action the Auto Scaling group should take when the lifecycle--- hook timeout elapses or if an unexpected failure occurs. The valid--- values are 'CONTINUE' and 'ABANDON'. The default value is 'CONTINUE'.+-- | Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The valid values are 'CONTINUE' and 'ABANDON'. The default value is 'CONTINUE'. lhDefaultResult :: Lens' LifecycleHook (Maybe Text) lhDefaultResult = lens _lhDefaultResult (\ s a -> s{_lhDefaultResult = a}); @@ -1252,11 +1186,7 @@ lhLifecycleHookName :: Lens' LifecycleHook (Maybe Text) lhLifecycleHookName = lens _lhLifecycleHookName (\ s a -> s{_lhLifecycleHookName = a}); --- | The maximum time, in seconds, that can elapse before the lifecycle hook--- times out. The default is 3600 seconds (1 hour). When the lifecycle hook--- times out, Auto Scaling performs the default action. You can prevent the--- lifecycle hook from timing out by calling--- < RecordLifecycleActionHeartbeat>.+-- | The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling < RecordLifecycleActionHeartbeat>. lhHeartbeatTimeout :: Lens' LifecycleHook (Maybe Int) lhHeartbeatTimeout = lens _lhHeartbeatTimeout (\ s a -> s{_lhHeartbeatTimeout = a}); @@ -1264,21 +1194,15 @@ lhAutoScalingGroupName :: Lens' LifecycleHook (Maybe Text) lhAutoScalingGroupName = lens _lhAutoScalingGroupName (\ s a -> s{_lhAutoScalingGroupName = a}); --- | Additional information that you want to include any time Auto Scaling--- sends a message to the notification target.+-- | Additional information that you want to include any time Auto Scaling sends a message to the notification target. lhNotificationMetadata :: Lens' LifecycleHook (Maybe Text) lhNotificationMetadata = lens _lhNotificationMetadata (\ s a -> s{_lhNotificationMetadata = a}); --- | The maximum time, in seconds, that an instance can remain in a--- 'Pending:Wait' or 'Terminating:Wait' state. The default is 172800--- seconds (48 hours).+-- | The maximum time, in seconds, that an instance can remain in a 'Pending:Wait' or 'Terminating:Wait' state. The default is 172800 seconds (48 hours). lhGlobalTimeout :: Lens' LifecycleHook (Maybe Int) lhGlobalTimeout = lens _lhGlobalTimeout (\ s a -> s{_lhGlobalTimeout = a}); --- | The ARN of the notification target that Auto Scaling uses to notify you--- when an instance is in the transition state for the lifecycle hook. This--- ARN target can be either an SQS queue or an SNS topic. The notification--- message sent to the target includes the following:+-- | The ARN of the notification target that Auto Scaling uses to notify you when an instance is in the transition state for the lifecycle hook. This ARN target can be either an SQS queue or an SNS topic. The notification message sent to the target includes the following: -- -- - Lifecycle action token -- - User account ID@@ -1290,14 +1214,11 @@ lhNotificationTargetARN :: Lens' LifecycleHook (Maybe Text) lhNotificationTargetARN = lens _lhNotificationTargetARN (\ s a -> s{_lhNotificationTargetARN = a}); --- | The state of the EC2 instance to which you want to attach the lifecycle--- hook. For a list of lifecycle hook types, see--- < DescribeLifecycleHookTypes>.+-- | The state of the EC2 instance to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see < DescribeLifecycleHookTypes>. lhLifecycleTransition :: Lens' LifecycleHook (Maybe Text) lhLifecycleTransition = lens _lhLifecycleTransition (\ s a -> s{_lhLifecycleTransition = a}); --- | The ARN of the IAM role that allows the Auto Scaling group to publish to--- the specified notification target.+-- | The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target. lhRoleARN :: Lens' LifecycleHook (Maybe Text) lhRoleARN = lens _lhRoleARN (\ s a -> s{_lhRoleARN = a}); @@ -1343,19 +1264,13 @@ -- | One of the following load balancer states: ----- - 'Adding' - The instances in the group are being registered with the--- load balancer.+-- - 'Adding' - The instances in the group are being registered with the load balancer. ----- - 'Added' - All instances in the group are registered with the load--- balancer.+-- - 'Added' - All instances in the group are registered with the load balancer. ----- - 'InService' - At least one instance in the group passed an ELB--- health check.+-- - 'InService' - At least one instance in the group passed an ELB health check. ----- - 'Removing' - The instances are being deregistered from the load--- balancer. If connection draining is enabled, Elastic Load Balancing--- waits for in-flight requests to complete before deregistering the--- instances.+-- - 'Removing' - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances. -- lbsState :: Lens' LoadBalancerState (Maybe Text) lbsState = lens _lbsState (\ s a -> s{_lbsState = a});@@ -1479,8 +1394,7 @@ , _ncNotificationType = Nothing } --- | The Amazon Resource Name (ARN) of the Amazon Simple Notification Service--- (SNS) topic.+-- | The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic. ncTopicARN :: Lens' NotificationConfiguration (Maybe Text) ncTopicARN = lens _ncTopicARN (\ s a -> s{_ncTopicARN = a}); @@ -1515,9 +1429,7 @@ -- | Describes a process type. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SuspendResume.html#process-types Auto Scaling Processes>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SuspendResume.html#process-types Auto Scaling Processes> in the /Auto Scaling Developer Guide/. -- -- /See:/ 'processType' smart constructor. newtype ProcessType = ProcessType'@@ -1632,13 +1544,11 @@ , _sMinAdjustmentMagnitude = Nothing } --- | Available for backward compatibility. Use 'MinAdjustmentMagnitude'--- instead.+-- | Available for backward compatibility. Use 'MinAdjustmentMagnitude' instead. sMinAdjustmentStep :: Lens' ScalingPolicy (Maybe Int) sMinAdjustmentStep = lens _sMinAdjustmentStep (\ s a -> s{_sMinAdjustmentStep = a}); --- | The estimated time, in seconds, until a newly launched instance can--- contribute to the CloudWatch metrics.+-- | The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. sEstimatedInstanceWarmup :: Lens' ScalingPolicy (Maybe Int) sEstimatedInstanceWarmup = lens _sEstimatedInstanceWarmup (\ s a -> s{_sEstimatedInstanceWarmup = a}); @@ -1650,14 +1560,11 @@ sPolicyType :: Lens' ScalingPolicy (Maybe Text) sPolicyType = lens _sPolicyType (\ s a -> s{_sPolicyType = a}); --- | A set of adjustments that enable you to scale based on the size of the--- alarm breach.+-- | A set of adjustments that enable you to scale based on the size of the alarm breach. sStepAdjustments :: Lens' ScalingPolicy [StepAdjustment] sStepAdjustments = lens _sStepAdjustments (\ s a -> s{_sStepAdjustments = a}) . _Default . _Coerce; --- | The adjustment type, which specifies how 'ScalingAdjustment' is--- interpreted. Valid values are 'ChangeInCapacity', 'ExactCapacity', and--- 'PercentChangeInCapacity'.+-- | The adjustment type, which specifies how 'ScalingAdjustment' is interpreted. Valid values are 'ChangeInCapacity', 'ExactCapacity', and 'PercentChangeInCapacity'. sAdjustmentType :: Lens' ScalingPolicy (Maybe Text) sAdjustmentType = lens _sAdjustmentType (\ s a -> s{_sAdjustmentType = a}); @@ -1665,14 +1572,11 @@ sAutoScalingGroupName :: Lens' ScalingPolicy (Maybe Text) sAutoScalingGroupName = lens _sAutoScalingGroupName (\ s a -> s{_sAutoScalingGroupName = a}); --- | The amount by which to scale, based on the specified adjustment type. A--- positive value adds to the current capacity while a negative number--- removes from the current capacity.+-- | The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. sScalingAdjustment :: Lens' ScalingPolicy (Maybe Int) sScalingAdjustment = lens _sScalingAdjustment (\ s a -> s{_sScalingAdjustment = a}); --- | The amount of time, in seconds, after a scaling activity completes--- before any further trigger-related scaling activities can start.+-- | The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start. sCooldown :: Lens' ScalingPolicy (Maybe Int) sCooldown = lens _sCooldown (\ s a -> s{_sCooldown = a}); @@ -1684,15 +1588,11 @@ sAlarms :: Lens' ScalingPolicy [Alarm] sAlarms = lens _sAlarms (\ s a -> s{_sAlarms = a}) . _Default . _Coerce; --- | The aggregation type for the CloudWatch metrics. Valid values are--- 'Minimum', 'Maximum', and 'Average'.+-- | The aggregation type for the CloudWatch metrics. Valid values are 'Minimum', 'Maximum', and 'Average'. sMetricAggregationType :: Lens' ScalingPolicy (Maybe Text) sMetricAggregationType = lens _sMetricAggregationType (\ s a -> s{_sMetricAggregationType = a}); --- | The minimum number of instances to scale. If the value of--- 'AdjustmentType' is 'PercentChangeInCapacity', the scaling policy--- changes the 'DesiredCapacity' of the Auto Scaling group by at least this--- many instances. Otherwise, the error is 'ValidationError'.+-- | The minimum number of instances to scale. If the value of 'AdjustmentType' is 'PercentChangeInCapacity', the scaling policy changes the 'DesiredCapacity' of the Auto Scaling group by at least this many instances. Otherwise, the error is 'ValidationError'. sMinAdjustmentMagnitude :: Lens' ScalingPolicy (Maybe Int) sMinAdjustmentMagnitude = lens _sMinAdjustmentMagnitude (\ s a -> s{_sMinAdjustmentMagnitude = a}); @@ -1839,11 +1739,9 @@ sugaScheduledActionARN :: Lens' ScheduledUpdateGroupAction (Maybe Text) sugaScheduledActionARN = lens _sugaScheduledActionARN (\ s a -> s{_sugaScheduledActionARN = a}); --- | The date and time that the action is scheduled to begin. This date and--- time can be up to one month in the future.+-- | The date and time that the action is scheduled to begin. This date and time can be up to one month in the future. ----- When 'StartTime' and 'EndTime' are specified with 'Recurrence', they--- form the boundaries of when the recurring action will start and stop.+-- When 'StartTime' and 'EndTime' are specified with 'Recurrence', they form the boundaries of when the recurring action will start and stop. sugaStartTime :: Lens' ScheduledUpdateGroupAction (Maybe UTCTime) sugaStartTime = lens _sugaStartTime (\ s a -> s{_sugaStartTime = a}) . mapping _Time; @@ -1875,8 +1773,7 @@ sugaAutoScalingGroupName :: Lens' ScheduledUpdateGroupAction (Maybe Text) sugaAutoScalingGroupName = lens _sugaAutoScalingGroupName (\ s a -> s{_sugaAutoScalingGroupName = a}); --- | The date and time that the action is scheduled to end. This date and--- time can be up to one month in the future.+-- | The date and time that the action is scheduled to end. This date and time can be up to one month in the future. sugaEndTime :: Lens' ScheduledUpdateGroupAction (Maybe UTCTime) sugaEndTime = lens _sugaEndTime (\ s a -> s{_sugaEndTime = a}) . mapping _Time; @@ -1897,35 +1794,23 @@ instance NFData ScheduledUpdateGroupAction --- | Describes an adjustment based on the difference between the value of the--- aggregated CloudWatch metric and the breach threshold that you\'ve--- defined for the alarm.+-- | Describes an adjustment based on the difference between the value of the aggregated CloudWatch metric and the breach threshold that you\'ve defined for the alarm. ----- For the following examples, suppose that you have an alarm with a breach--- threshold of 50:+-- For the following examples, suppose that you have an alarm with a breach threshold of 50: ----- - If you want the adjustment to be triggered when the metric is--- greater than or equal to 50 and less than 60, specify a lower bound--- of 0 and an upper bound of 10.+-- - If you want the adjustment to be triggered when the metric is greater than or equal to 50 and less than 60, specify a lower bound of 0 and an upper bound of 10. ----- - If you want the adjustment to be triggered when the metric is--- greater than 40 and less than or equal to 50, specify a lower bound--- of -10 and an upper bound of 0.+-- - If you want the adjustment to be triggered when the metric is greater than 40 and less than or equal to 50, specify a lower bound of -10 and an upper bound of 0. -- -- There are a few rules for the step adjustments for your step policy: -- -- - The ranges of your step adjustments can\'t overlap or have a gap. ----- - At most one step adjustment can have a null lower bound. If one step--- adjustment has a negative lower bound, then there must be a step--- adjustment with a null lower bound.+-- - At most one step adjustment can have a null lower bound. If one step adjustment has a negative lower bound, then there must be a step adjustment with a null lower bound. ----- - At most one step adjustment can have a null upper bound. If one step--- adjustment has a positive upper bound, then there must be a step--- adjustment with a null upper bound.+-- - At most one step adjustment can have a null upper bound. If one step adjustment has a positive upper bound, then there must be a step adjustment with a null upper bound. ----- - The upper and lower bound can\'t be null in the same step--- adjustment.+-- - The upper and lower bound can\'t be null in the same step adjustment. -- -- -- /See:/ 'stepAdjustment' smart constructor.@@ -1954,29 +1839,17 @@ , _saScalingAdjustment = pScalingAdjustment_ } --- | The lower bound for the difference between the alarm threshold and the--- CloudWatch metric. If the metric value is above the breach threshold,--- the lower bound is inclusive (the metric must be greater than or equal--- to the threshold plus the lower bound). Otherwise, it is exclusive (the--- metric must be greater than the threshold plus the lower bound). A null--- value indicates negative infinity.+-- | The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity. saMetricIntervalLowerBound :: Lens' StepAdjustment (Maybe Double) saMetricIntervalLowerBound = lens _saMetricIntervalLowerBound (\ s a -> s{_saMetricIntervalLowerBound = a}); --- | The upper bound for the difference between the alarm threshold and the--- CloudWatch metric. If the metric value is above the breach threshold,--- the upper bound is exclusive (the metric must be less than the threshold--- plus the upper bound). Otherwise, it is inclusive (the metric must be--- less than or equal to the threshold plus the upper bound). A null value--- indicates positive infinity.+-- | The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity. -- -- The upper bound must be greater than the lower bound. saMetricIntervalUpperBound :: Lens' StepAdjustment (Maybe Double) saMetricIntervalUpperBound = lens _saMetricIntervalUpperBound (\ s a -> s{_saMetricIntervalUpperBound = a}); --- | The amount by which to scale, based on the specified adjustment type. A--- positive value adds to the current capacity while a negative number--- removes from the current capacity.+-- | The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. saScalingAdjustment :: Lens' StepAdjustment Int saScalingAdjustment = lens _saScalingAdjustment (\ s a -> s{_saScalingAdjustment = a}); @@ -2000,8 +1873,7 @@ _saMetricIntervalUpperBound, "ScalingAdjustment" =: _saScalingAdjustment] --- | Describes an Auto Scaling process that has been suspended. For more--- information, see < ProcessType>.+-- | Describes an Auto Scaling process that has been suspended. For more information, see < ProcessType>. -- -- /See:/ 'suspendedProcess' smart constructor. data SuspendedProcess = SuspendedProcess'@@ -2093,8 +1965,7 @@ tagResourceType :: Lens' Tag Text tagResourceType = lens _tagResourceType (\ s a -> s{_tagResourceType = a}); --- | Determines whether the tag is added to new instances as they are--- launched in the group.+-- | Determines whether the tag is added to new instances as they are launched in the group. tagPropagateAtLaunch :: Lens' Tag Bool tagPropagateAtLaunch = lens _tagPropagateAtLaunch (\ s a -> s{_tagPropagateAtLaunch = a}); @@ -2166,8 +2037,7 @@ tdKey :: Lens' TagDescription Text tdKey = lens _tdKey (\ s a -> s{_tdKey = a}); --- | Determines whether the tag is added to new instances as they are--- launched in the group.+-- | Determines whether the tag is added to new instances as they are launched in the group. tdPropagateAtLaunch :: Lens' TagDescription Bool tdPropagateAtLaunch = lens _tdPropagateAtLaunch (\ s a -> s{_tdPropagateAtLaunch = a});
gen/Network/AWS/AutoScaling/UpdateAutoScalingGroup.hs view
@@ -20,28 +20,15 @@ -- -- Updates the configuration for the specified Auto Scaling group. ----- To update an Auto Scaling group with a launch configuration with--- 'InstanceMonitoring' set to 'False', you must first disable the--- collection of group metrics. Otherwise, you will get an error. If you--- have previously enabled the collection of group metrics, you can disable--- it using < DisableMetricsCollection>.+-- To update an Auto Scaling group with a launch configuration with 'InstanceMonitoring' set to 'False', you must first disable the collection of group metrics. Otherwise, you will get an error. If you have previously enabled the collection of group metrics, you can disable it using < DisableMetricsCollection>. ----- The new settings are registered upon the completion of this call. Any--- launch configuration settings take effect on any triggers after this--- call returns. Scaling activities that are currently in progress aren\'t--- affected.+-- The new settings are registered upon the completion of this call. Any launch configuration settings take effect on any triggers after this call returns. Scaling activities that are currently in progress aren\'t affected. -- -- Note the following: ----- - If you specify a new value for 'MinSize' without specifying a value--- for 'DesiredCapacity', and the new 'MinSize' is larger than the--- current size of the group, we implicitly call < SetDesiredCapacity>--- to set the size of the group to the new value of 'MinSize'.+-- - If you specify a new value for 'MinSize' without specifying a value for 'DesiredCapacity', and the new 'MinSize' is larger than the current size of the group, we implicitly call < SetDesiredCapacity> to set the size of the group to the new value of 'MinSize'. ----- - If you specify a new value for 'MaxSize' without specifying a value--- for 'DesiredCapacity', and the new 'MaxSize' is smaller than the--- current size of the group, we implicitly call < SetDesiredCapacity>--- to set the size of the group to the new value of 'MaxSize'.+-- - If you specify a new value for 'MaxSize' without specifying a value for 'DesiredCapacity', and the new 'MaxSize' is smaller than the current size of the group, we implicitly call < SetDesiredCapacity> to set the size of the group to the new value of 'MaxSize'. -- -- - All other optional parameters are left unchanged if not specified. --@@ -143,50 +130,33 @@ , _uasgAutoScalingGroupName = pAutoScalingGroupName_ } --- | A standalone termination policy or a list of termination policies used--- to select the instance to terminate. The policies are executed in the--- order that they are listed.+-- | A standalone termination policy or a list of termination policies used to select the instance to terminate. The policies are executed in the order that they are listed. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingBehavior.InstanceTermination.html Controlling Which Instances Auto Scaling Terminates During Scale In>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingBehavior.InstanceTermination.html Controlling Which Instances Auto Scaling Terminates During Scale In> in the /Auto Scaling Developer Guide/. uasgTerminationPolicies :: Lens' UpdateAutoScalingGroup [Text] uasgTerminationPolicies = lens _uasgTerminationPolicies (\ s a -> s{_uasgTerminationPolicies = a}) . _Default . _Coerce; --- | The amount of time, in seconds, that Auto Scaling waits before checking--- the health status of an EC2 instance that has come into service. The--- default is 300.+-- | The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/healthcheck.html Health Checks>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/healthcheck.html Health Checks> in the /Auto Scaling Developer Guide/. uasgHealthCheckGracePeriod :: Lens' UpdateAutoScalingGroup (Maybe Int) uasgHealthCheckGracePeriod = lens _uasgHealthCheckGracePeriod (\ s a -> s{_uasgHealthCheckGracePeriod = a}); --- | Indicates whether newly launched instances are protected from--- termination by Auto Scaling when scaling in.+-- | Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in. uasgNewInstancesProtectedFromScaleIn :: Lens' UpdateAutoScalingGroup (Maybe Bool) uasgNewInstancesProtectedFromScaleIn = lens _uasgNewInstancesProtectedFromScaleIn (\ s a -> s{_uasgNewInstancesProtectedFromScaleIn = a}); --- | The ID of the subnet, if you are launching into a VPC. You can specify--- several subnets in a comma-separated list.+-- | The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list. ----- When you specify 'VPCZoneIdentifier' with 'AvailabilityZones', ensure--- that the subnets\' Availability Zones match the values you specify for--- 'AvailabilityZones'.+-- When you specify 'VPCZoneIdentifier' with 'AvailabilityZones', ensure that the subnets\' Availability Zones match the values you specify for 'AvailabilityZones'. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/asg-in-vpc.html Launching Auto Scaling Instances in a VPC>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/asg-in-vpc.html Launching Auto Scaling Instances in a VPC> in the /Auto Scaling Developer Guide/. uasgVPCZoneIdentifier :: Lens' UpdateAutoScalingGroup (Maybe Text) uasgVPCZoneIdentifier = lens _uasgVPCZoneIdentifier (\ s a -> s{_uasgVPCZoneIdentifier = a}); --- | The amount of time, in seconds, after a scaling activity completes--- before another scaling activity can start. The default is 300.+-- | The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300. ----- For more information, see--- <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/Cooldown.html Auto Scaling Cooldowns>--- in the /Auto Scaling Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/Cooldown.html Auto Scaling Cooldowns> in the /Auto Scaling Developer Guide/. uasgDefaultCooldown :: Lens' UpdateAutoScalingGroup (Maybe Int) uasgDefaultCooldown = lens _uasgDefaultCooldown (\ s a -> s{_uasgDefaultCooldown = a}); @@ -198,9 +168,7 @@ uasgAvailabilityZones :: Lens' UpdateAutoScalingGroup (Maybe (NonEmpty Text)) uasgAvailabilityZones = lens _uasgAvailabilityZones (\ s a -> s{_uasgAvailabilityZones = a}) . mapping _List1; --- | The number of EC2 instances that should be running in the Auto Scaling--- group. This number must be greater than or equal to the minimum size of--- the group and less than or equal to the maximum size of the group.+-- | The number of EC2 instances that should be running in the Auto Scaling group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group. uasgDesiredCapacity :: Lens' UpdateAutoScalingGroup (Maybe Int) uasgDesiredCapacity = lens _uasgDesiredCapacity (\ s a -> s{_uasgDesiredCapacity = a}); @@ -212,15 +180,11 @@ uasgLaunchConfigurationName :: Lens' UpdateAutoScalingGroup (Maybe Text) uasgLaunchConfigurationName = lens _uasgLaunchConfigurationName (\ s a -> s{_uasgLaunchConfigurationName = a}); --- | The service to use for the health checks. The valid values are 'EC2' and--- 'ELB'.+-- | The service to use for the health checks. The valid values are 'EC2' and 'ELB'. uasgHealthCheckType :: Lens' UpdateAutoScalingGroup (Maybe Text) uasgHealthCheckType = lens _uasgHealthCheckType (\ s a -> s{_uasgHealthCheckType = a}); --- | The name of the placement group into which you\'ll launch your--- instances, if any. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html Placement Groups>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | The name of the placement group into which you\'ll launch your instances, if any. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html Placement Groups> in the /Amazon Elastic Compute Cloud User Guide/. uasgPlacementGroup :: Lens' UpdateAutoScalingGroup (Maybe Text) uasgPlacementGroup = lens _uasgPlacementGroup (\ s a -> s{_uasgPlacementGroup = a});
test/Test/AWS/Gen/AutoScaling.hs view
@@ -28,301 +28,301 @@ -- fixtures :: TestTree -- fixtures = -- [ testGroup "request"--- [ testDescribeMetricCollectionTypes $+-- [ requestDescribeMetricCollectionTypes $ -- describeMetricCollectionTypes ----- , testDescribeLoadBalancers $+-- , requestDescribeLoadBalancers $ -- describeLoadBalancers ----- , testPutNotificationConfiguration $+-- , requestPutNotificationConfiguration $ -- putNotificationConfiguration ----- , testDescribeTags $+-- , requestDescribeTags $ -- describeTags ----- , testDeleteNotificationConfiguration $+-- , requestDeleteNotificationConfiguration $ -- deleteNotificationConfiguration ----- , testPutScalingPolicy $+-- , requestPutScalingPolicy $ -- putScalingPolicy ----- , testDeleteLaunchConfiguration $+-- , requestDeleteLaunchConfiguration $ -- deleteLaunchConfiguration ----- , testEnterStandby $+-- , requestEnterStandby $ -- enterStandby ----- , testSuspendProcesses $+-- , requestSuspendProcesses $ -- suspendProcesses ----- , testSetInstanceHealth $+-- , requestSetInstanceHealth $ -- setInstanceHealth ----- , testExitStandby $+-- , requestExitStandby $ -- exitStandby ----- , testDescribeTerminationPolicyTypes $+-- , requestDescribeTerminationPolicyTypes $ -- describeTerminationPolicyTypes ----- , testDescribeAutoScalingInstances $+-- , requestDescribeAutoScalingInstances $ -- describeAutoScalingInstances ----- , testRecordLifecycleActionHeartbeat $+-- , requestRecordLifecycleActionHeartbeat $ -- recordLifecycleActionHeartbeat ----- , testDisableMetricsCollection $+-- , requestDisableMetricsCollection $ -- disableMetricsCollection ----- , testDetachInstances $+-- , requestDetachInstances $ -- detachInstances ----- , testEnableMetricsCollection $+-- , requestEnableMetricsCollection $ -- enableMetricsCollection ----- , testDescribeScalingProcessTypes $+-- , requestDescribeScalingProcessTypes $ -- describeScalingProcessTypes ----- , testDeleteTags $+-- , requestDeleteTags $ -- deleteTags ----- , testDescribeLifecycleHooks $+-- , requestDescribeLifecycleHooks $ -- describeLifecycleHooks ----- , testDescribeAutoScalingGroups $+-- , requestDescribeAutoScalingGroups $ -- describeAutoScalingGroups ----- , testDeleteScheduledAction $+-- , requestDeleteScheduledAction $ -- deleteScheduledAction ----- , testSetDesiredCapacity $+-- , requestSetDesiredCapacity $ -- setDesiredCapacity ----- , testDetachLoadBalancers $+-- , requestDetachLoadBalancers $ -- detachLoadBalancers ----- , testDescribeAutoScalingNotificationTypes $+-- , requestDescribeAutoScalingNotificationTypes $ -- describeAutoScalingNotificationTypes ----- , testDescribeScheduledActions $+-- , requestDescribeScheduledActions $ -- describeScheduledActions ----- , testCreateOrUpdateTags $+-- , requestCreateOrUpdateTags $ -- createOrUpdateTags ----- , testCompleteLifecycleAction $+-- , requestCompleteLifecycleAction $ -- completeLifecycleAction ----- , testDeletePolicy $+-- , requestDeletePolicy $ -- deletePolicy ----- , testAttachInstances $+-- , requestAttachInstances $ -- attachInstances ----- , testUpdateAutoScalingGroup $+-- , requestUpdateAutoScalingGroup $ -- updateAutoScalingGroup ----- , testDeleteAutoScalingGroup $+-- , requestDeleteAutoScalingGroup $ -- deleteAutoScalingGroup ----- , testPutLifecycleHook $+-- , requestPutLifecycleHook $ -- putLifecycleHook ----- , testDeleteLifecycleHook $+-- , requestDeleteLifecycleHook $ -- deleteLifecycleHook ----- , testResumeProcesses $+-- , requestResumeProcesses $ -- resumeProcesses ----- , testExecutePolicy $+-- , requestExecutePolicy $ -- executePolicy ----- , testDescribeAccountLimits $+-- , requestDescribeAccountLimits $ -- describeAccountLimits ----- , testAttachLoadBalancers $+-- , requestAttachLoadBalancers $ -- attachLoadBalancers ----- , testTerminateInstanceInAutoScalingGroup $+-- , requestTerminateInstanceInAutoScalingGroup $ -- terminateInstanceInAutoScalingGroup ----- , testPutScheduledUpdateGroupAction $+-- , requestPutScheduledUpdateGroupAction $ -- putScheduledUpdateGroupAction ----- , testSetInstanceProtection $+-- , requestSetInstanceProtection $ -- setInstanceProtection ----- , testDescribePolicies $+-- , requestDescribePolicies $ -- describePolicies ----- , testDescribeLaunchConfigurations $+-- , requestDescribeLaunchConfigurations $ -- describeLaunchConfigurations ----- , testDescribeScalingActivities $+-- , requestDescribeScalingActivities $ -- describeScalingActivities ----- , testDescribeNotificationConfigurations $+-- , requestDescribeNotificationConfigurations $ -- describeNotificationConfigurations ----- , testDescribeLifecycleHookTypes $+-- , requestDescribeLifecycleHookTypes $ -- describeLifecycleHookTypes ----- , testDescribeAdjustmentTypes $+-- , requestDescribeAdjustmentTypes $ -- describeAdjustmentTypes ----- , testCreateAutoScalingGroup $+-- , requestCreateAutoScalingGroup $ -- createAutoScalingGroup ----- , testCreateLaunchConfiguration $+-- , requestCreateLaunchConfiguration $ -- createLaunchConfiguration -- -- ] -- , testGroup "response"--- [ testDescribeMetricCollectionTypesResponse $+-- [ responseDescribeMetricCollectionTypes $ -- describeMetricCollectionTypesResponse ----- , testDescribeLoadBalancersResponse $+-- , responseDescribeLoadBalancers $ -- describeLoadBalancersResponse ----- , testPutNotificationConfigurationResponse $+-- , responsePutNotificationConfiguration $ -- putNotificationConfigurationResponse ----- , testDescribeTagsResponse $+-- , responseDescribeTags $ -- describeTagsResponse ----- , testDeleteNotificationConfigurationResponse $+-- , responseDeleteNotificationConfiguration $ -- deleteNotificationConfigurationResponse ----- , testPutScalingPolicyResponse $+-- , responsePutScalingPolicy $ -- putScalingPolicyResponse ----- , testDeleteLaunchConfigurationResponse $+-- , responseDeleteLaunchConfiguration $ -- deleteLaunchConfigurationResponse ----- , testEnterStandbyResponse $+-- , responseEnterStandby $ -- enterStandbyResponse ----- , testSuspendProcessesResponse $+-- , responseSuspendProcesses $ -- suspendProcessesResponse ----- , testSetInstanceHealthResponse $+-- , responseSetInstanceHealth $ -- setInstanceHealthResponse ----- , testExitStandbyResponse $+-- , responseExitStandby $ -- exitStandbyResponse ----- , testDescribeTerminationPolicyTypesResponse $+-- , responseDescribeTerminationPolicyTypes $ -- describeTerminationPolicyTypesResponse ----- , testDescribeAutoScalingInstancesResponse $+-- , responseDescribeAutoScalingInstances $ -- describeAutoScalingInstancesResponse ----- , testRecordLifecycleActionHeartbeatResponse $+-- , responseRecordLifecycleActionHeartbeat $ -- recordLifecycleActionHeartbeatResponse ----- , testDisableMetricsCollectionResponse $+-- , responseDisableMetricsCollection $ -- disableMetricsCollectionResponse ----- , testDetachInstancesResponse $+-- , responseDetachInstances $ -- detachInstancesResponse ----- , testEnableMetricsCollectionResponse $+-- , responseEnableMetricsCollection $ -- enableMetricsCollectionResponse ----- , testDescribeScalingProcessTypesResponse $+-- , responseDescribeScalingProcessTypes $ -- describeScalingProcessTypesResponse ----- , testDeleteTagsResponse $+-- , responseDeleteTags $ -- deleteTagsResponse ----- , testDescribeLifecycleHooksResponse $+-- , responseDescribeLifecycleHooks $ -- describeLifecycleHooksResponse ----- , testDescribeAutoScalingGroupsResponse $+-- , responseDescribeAutoScalingGroups $ -- describeAutoScalingGroupsResponse ----- , testDeleteScheduledActionResponse $+-- , responseDeleteScheduledAction $ -- deleteScheduledActionResponse ----- , testSetDesiredCapacityResponse $+-- , responseSetDesiredCapacity $ -- setDesiredCapacityResponse ----- , testDetachLoadBalancersResponse $+-- , responseDetachLoadBalancers $ -- detachLoadBalancersResponse ----- , testDescribeAutoScalingNotificationTypesResponse $+-- , responseDescribeAutoScalingNotificationTypes $ -- describeAutoScalingNotificationTypesResponse ----- , testDescribeScheduledActionsResponse $+-- , responseDescribeScheduledActions $ -- describeScheduledActionsResponse ----- , testCreateOrUpdateTagsResponse $+-- , responseCreateOrUpdateTags $ -- createOrUpdateTagsResponse ----- , testCompleteLifecycleActionResponse $+-- , responseCompleteLifecycleAction $ -- completeLifecycleActionResponse ----- , testDeletePolicyResponse $+-- , responseDeletePolicy $ -- deletePolicyResponse ----- , testAttachInstancesResponse $+-- , responseAttachInstances $ -- attachInstancesResponse ----- , testUpdateAutoScalingGroupResponse $+-- , responseUpdateAutoScalingGroup $ -- updateAutoScalingGroupResponse ----- , testDeleteAutoScalingGroupResponse $+-- , responseDeleteAutoScalingGroup $ -- deleteAutoScalingGroupResponse ----- , testPutLifecycleHookResponse $+-- , responsePutLifecycleHook $ -- putLifecycleHookResponse ----- , testDeleteLifecycleHookResponse $+-- , responseDeleteLifecycleHook $ -- deleteLifecycleHookResponse ----- , testResumeProcessesResponse $+-- , responseResumeProcesses $ -- resumeProcessesResponse ----- , testExecutePolicyResponse $+-- , responseExecutePolicy $ -- executePolicyResponse ----- , testDescribeAccountLimitsResponse $+-- , responseDescribeAccountLimits $ -- describeAccountLimitsResponse ----- , testAttachLoadBalancersResponse $+-- , responseAttachLoadBalancers $ -- attachLoadBalancersResponse ----- , testTerminateInstanceInAutoScalingGroupResponse $+-- , responseTerminateInstanceInAutoScalingGroup $ -- terminateInstanceInAutoScalingGroupResponse ----- , testPutScheduledUpdateGroupActionResponse $+-- , responsePutScheduledUpdateGroupAction $ -- putScheduledUpdateGroupActionResponse ----- , testSetInstanceProtectionResponse $+-- , responseSetInstanceProtection $ -- setInstanceProtectionResponse ----- , testDescribePoliciesResponse $+-- , responseDescribePolicies $ -- describePoliciesResponse ----- , testDescribeLaunchConfigurationsResponse $+-- , responseDescribeLaunchConfigurations $ -- describeLaunchConfigurationsResponse ----- , testDescribeScalingActivitiesResponse $+-- , responseDescribeScalingActivities $ -- describeScalingActivitiesResponse ----- , testDescribeNotificationConfigurationsResponse $+-- , responseDescribeNotificationConfigurations $ -- describeNotificationConfigurationsResponse ----- , testDescribeLifecycleHookTypesResponse $+-- , responseDescribeLifecycleHookTypes $ -- describeLifecycleHookTypesResponse ----- , testDescribeAdjustmentTypesResponse $+-- , responseDescribeAdjustmentTypes $ -- describeAdjustmentTypesResponse ----- , testCreateAutoScalingGroupResponse $+-- , responseCreateAutoScalingGroup $ -- createAutoScalingGroupResponse ----- , testCreateLaunchConfigurationResponse $+-- , responseCreateLaunchConfiguration $ -- createLaunchConfigurationResponse -- -- ]@@ -330,591 +330,591 @@ -- Requests -testDescribeMetricCollectionTypes :: DescribeMetricCollectionTypes -> TestTree-testDescribeMetricCollectionTypes = req+requestDescribeMetricCollectionTypes :: DescribeMetricCollectionTypes -> TestTree+requestDescribeMetricCollectionTypes = req "DescribeMetricCollectionTypes" "fixture/DescribeMetricCollectionTypes.yaml" -testDescribeLoadBalancers :: DescribeLoadBalancers -> TestTree-testDescribeLoadBalancers = req+requestDescribeLoadBalancers :: DescribeLoadBalancers -> TestTree+requestDescribeLoadBalancers = req "DescribeLoadBalancers" "fixture/DescribeLoadBalancers.yaml" -testPutNotificationConfiguration :: PutNotificationConfiguration -> TestTree-testPutNotificationConfiguration = req+requestPutNotificationConfiguration :: PutNotificationConfiguration -> TestTree+requestPutNotificationConfiguration = req "PutNotificationConfiguration" "fixture/PutNotificationConfiguration.yaml" -testDescribeTags :: DescribeTags -> TestTree-testDescribeTags = req+requestDescribeTags :: DescribeTags -> TestTree+requestDescribeTags = req "DescribeTags" "fixture/DescribeTags.yaml" -testDeleteNotificationConfiguration :: DeleteNotificationConfiguration -> TestTree-testDeleteNotificationConfiguration = req+requestDeleteNotificationConfiguration :: DeleteNotificationConfiguration -> TestTree+requestDeleteNotificationConfiguration = req "DeleteNotificationConfiguration" "fixture/DeleteNotificationConfiguration.yaml" -testPutScalingPolicy :: PutScalingPolicy -> TestTree-testPutScalingPolicy = req+requestPutScalingPolicy :: PutScalingPolicy -> TestTree+requestPutScalingPolicy = req "PutScalingPolicy" "fixture/PutScalingPolicy.yaml" -testDeleteLaunchConfiguration :: DeleteLaunchConfiguration -> TestTree-testDeleteLaunchConfiguration = req+requestDeleteLaunchConfiguration :: DeleteLaunchConfiguration -> TestTree+requestDeleteLaunchConfiguration = req "DeleteLaunchConfiguration" "fixture/DeleteLaunchConfiguration.yaml" -testEnterStandby :: EnterStandby -> TestTree-testEnterStandby = req+requestEnterStandby :: EnterStandby -> TestTree+requestEnterStandby = req "EnterStandby" "fixture/EnterStandby.yaml" -testSuspendProcesses :: SuspendProcesses -> TestTree-testSuspendProcesses = req+requestSuspendProcesses :: SuspendProcesses -> TestTree+requestSuspendProcesses = req "SuspendProcesses" "fixture/SuspendProcesses.yaml" -testSetInstanceHealth :: SetInstanceHealth -> TestTree-testSetInstanceHealth = req+requestSetInstanceHealth :: SetInstanceHealth -> TestTree+requestSetInstanceHealth = req "SetInstanceHealth" "fixture/SetInstanceHealth.yaml" -testExitStandby :: ExitStandby -> TestTree-testExitStandby = req+requestExitStandby :: ExitStandby -> TestTree+requestExitStandby = req "ExitStandby" "fixture/ExitStandby.yaml" -testDescribeTerminationPolicyTypes :: DescribeTerminationPolicyTypes -> TestTree-testDescribeTerminationPolicyTypes = req+requestDescribeTerminationPolicyTypes :: DescribeTerminationPolicyTypes -> TestTree+requestDescribeTerminationPolicyTypes = req "DescribeTerminationPolicyTypes" "fixture/DescribeTerminationPolicyTypes.yaml" -testDescribeAutoScalingInstances :: DescribeAutoScalingInstances -> TestTree-testDescribeAutoScalingInstances = req+requestDescribeAutoScalingInstances :: DescribeAutoScalingInstances -> TestTree+requestDescribeAutoScalingInstances = req "DescribeAutoScalingInstances" "fixture/DescribeAutoScalingInstances.yaml" -testRecordLifecycleActionHeartbeat :: RecordLifecycleActionHeartbeat -> TestTree-testRecordLifecycleActionHeartbeat = req+requestRecordLifecycleActionHeartbeat :: RecordLifecycleActionHeartbeat -> TestTree+requestRecordLifecycleActionHeartbeat = req "RecordLifecycleActionHeartbeat" "fixture/RecordLifecycleActionHeartbeat.yaml" -testDisableMetricsCollection :: DisableMetricsCollection -> TestTree-testDisableMetricsCollection = req+requestDisableMetricsCollection :: DisableMetricsCollection -> TestTree+requestDisableMetricsCollection = req "DisableMetricsCollection" "fixture/DisableMetricsCollection.yaml" -testDetachInstances :: DetachInstances -> TestTree-testDetachInstances = req+requestDetachInstances :: DetachInstances -> TestTree+requestDetachInstances = req "DetachInstances" "fixture/DetachInstances.yaml" -testEnableMetricsCollection :: EnableMetricsCollection -> TestTree-testEnableMetricsCollection = req+requestEnableMetricsCollection :: EnableMetricsCollection -> TestTree+requestEnableMetricsCollection = req "EnableMetricsCollection" "fixture/EnableMetricsCollection.yaml" -testDescribeScalingProcessTypes :: DescribeScalingProcessTypes -> TestTree-testDescribeScalingProcessTypes = req+requestDescribeScalingProcessTypes :: DescribeScalingProcessTypes -> TestTree+requestDescribeScalingProcessTypes = req "DescribeScalingProcessTypes" "fixture/DescribeScalingProcessTypes.yaml" -testDeleteTags :: DeleteTags -> TestTree-testDeleteTags = req+requestDeleteTags :: DeleteTags -> TestTree+requestDeleteTags = req "DeleteTags" "fixture/DeleteTags.yaml" -testDescribeLifecycleHooks :: DescribeLifecycleHooks -> TestTree-testDescribeLifecycleHooks = req+requestDescribeLifecycleHooks :: DescribeLifecycleHooks -> TestTree+requestDescribeLifecycleHooks = req "DescribeLifecycleHooks" "fixture/DescribeLifecycleHooks.yaml" -testDescribeAutoScalingGroups :: DescribeAutoScalingGroups -> TestTree-testDescribeAutoScalingGroups = req+requestDescribeAutoScalingGroups :: DescribeAutoScalingGroups -> TestTree+requestDescribeAutoScalingGroups = req "DescribeAutoScalingGroups" "fixture/DescribeAutoScalingGroups.yaml" -testDeleteScheduledAction :: DeleteScheduledAction -> TestTree-testDeleteScheduledAction = req+requestDeleteScheduledAction :: DeleteScheduledAction -> TestTree+requestDeleteScheduledAction = req "DeleteScheduledAction" "fixture/DeleteScheduledAction.yaml" -testSetDesiredCapacity :: SetDesiredCapacity -> TestTree-testSetDesiredCapacity = req+requestSetDesiredCapacity :: SetDesiredCapacity -> TestTree+requestSetDesiredCapacity = req "SetDesiredCapacity" "fixture/SetDesiredCapacity.yaml" -testDetachLoadBalancers :: DetachLoadBalancers -> TestTree-testDetachLoadBalancers = req+requestDetachLoadBalancers :: DetachLoadBalancers -> TestTree+requestDetachLoadBalancers = req "DetachLoadBalancers" "fixture/DetachLoadBalancers.yaml" -testDescribeAutoScalingNotificationTypes :: DescribeAutoScalingNotificationTypes -> TestTree-testDescribeAutoScalingNotificationTypes = req+requestDescribeAutoScalingNotificationTypes :: DescribeAutoScalingNotificationTypes -> TestTree+requestDescribeAutoScalingNotificationTypes = req "DescribeAutoScalingNotificationTypes" "fixture/DescribeAutoScalingNotificationTypes.yaml" -testDescribeScheduledActions :: DescribeScheduledActions -> TestTree-testDescribeScheduledActions = req+requestDescribeScheduledActions :: DescribeScheduledActions -> TestTree+requestDescribeScheduledActions = req "DescribeScheduledActions" "fixture/DescribeScheduledActions.yaml" -testCreateOrUpdateTags :: CreateOrUpdateTags -> TestTree-testCreateOrUpdateTags = req+requestCreateOrUpdateTags :: CreateOrUpdateTags -> TestTree+requestCreateOrUpdateTags = req "CreateOrUpdateTags" "fixture/CreateOrUpdateTags.yaml" -testCompleteLifecycleAction :: CompleteLifecycleAction -> TestTree-testCompleteLifecycleAction = req+requestCompleteLifecycleAction :: CompleteLifecycleAction -> TestTree+requestCompleteLifecycleAction = req "CompleteLifecycleAction" "fixture/CompleteLifecycleAction.yaml" -testDeletePolicy :: DeletePolicy -> TestTree-testDeletePolicy = req+requestDeletePolicy :: DeletePolicy -> TestTree+requestDeletePolicy = req "DeletePolicy" "fixture/DeletePolicy.yaml" -testAttachInstances :: AttachInstances -> TestTree-testAttachInstances = req+requestAttachInstances :: AttachInstances -> TestTree+requestAttachInstances = req "AttachInstances" "fixture/AttachInstances.yaml" -testUpdateAutoScalingGroup :: UpdateAutoScalingGroup -> TestTree-testUpdateAutoScalingGroup = req+requestUpdateAutoScalingGroup :: UpdateAutoScalingGroup -> TestTree+requestUpdateAutoScalingGroup = req "UpdateAutoScalingGroup" "fixture/UpdateAutoScalingGroup.yaml" -testDeleteAutoScalingGroup :: DeleteAutoScalingGroup -> TestTree-testDeleteAutoScalingGroup = req+requestDeleteAutoScalingGroup :: DeleteAutoScalingGroup -> TestTree+requestDeleteAutoScalingGroup = req "DeleteAutoScalingGroup" "fixture/DeleteAutoScalingGroup.yaml" -testPutLifecycleHook :: PutLifecycleHook -> TestTree-testPutLifecycleHook = req+requestPutLifecycleHook :: PutLifecycleHook -> TestTree+requestPutLifecycleHook = req "PutLifecycleHook" "fixture/PutLifecycleHook.yaml" -testDeleteLifecycleHook :: DeleteLifecycleHook -> TestTree-testDeleteLifecycleHook = req+requestDeleteLifecycleHook :: DeleteLifecycleHook -> TestTree+requestDeleteLifecycleHook = req "DeleteLifecycleHook" "fixture/DeleteLifecycleHook.yaml" -testResumeProcesses :: ResumeProcesses -> TestTree-testResumeProcesses = req+requestResumeProcesses :: ResumeProcesses -> TestTree+requestResumeProcesses = req "ResumeProcesses" "fixture/ResumeProcesses.yaml" -testExecutePolicy :: ExecutePolicy -> TestTree-testExecutePolicy = req+requestExecutePolicy :: ExecutePolicy -> TestTree+requestExecutePolicy = req "ExecutePolicy" "fixture/ExecutePolicy.yaml" -testDescribeAccountLimits :: DescribeAccountLimits -> TestTree-testDescribeAccountLimits = req+requestDescribeAccountLimits :: DescribeAccountLimits -> TestTree+requestDescribeAccountLimits = req "DescribeAccountLimits" "fixture/DescribeAccountLimits.yaml" -testAttachLoadBalancers :: AttachLoadBalancers -> TestTree-testAttachLoadBalancers = req+requestAttachLoadBalancers :: AttachLoadBalancers -> TestTree+requestAttachLoadBalancers = req "AttachLoadBalancers" "fixture/AttachLoadBalancers.yaml" -testTerminateInstanceInAutoScalingGroup :: TerminateInstanceInAutoScalingGroup -> TestTree-testTerminateInstanceInAutoScalingGroup = req+requestTerminateInstanceInAutoScalingGroup :: TerminateInstanceInAutoScalingGroup -> TestTree+requestTerminateInstanceInAutoScalingGroup = req "TerminateInstanceInAutoScalingGroup" "fixture/TerminateInstanceInAutoScalingGroup.yaml" -testPutScheduledUpdateGroupAction :: PutScheduledUpdateGroupAction -> TestTree-testPutScheduledUpdateGroupAction = req+requestPutScheduledUpdateGroupAction :: PutScheduledUpdateGroupAction -> TestTree+requestPutScheduledUpdateGroupAction = req "PutScheduledUpdateGroupAction" "fixture/PutScheduledUpdateGroupAction.yaml" -testSetInstanceProtection :: SetInstanceProtection -> TestTree-testSetInstanceProtection = req+requestSetInstanceProtection :: SetInstanceProtection -> TestTree+requestSetInstanceProtection = req "SetInstanceProtection" "fixture/SetInstanceProtection.yaml" -testDescribePolicies :: DescribePolicies -> TestTree-testDescribePolicies = req+requestDescribePolicies :: DescribePolicies -> TestTree+requestDescribePolicies = req "DescribePolicies" "fixture/DescribePolicies.yaml" -testDescribeLaunchConfigurations :: DescribeLaunchConfigurations -> TestTree-testDescribeLaunchConfigurations = req+requestDescribeLaunchConfigurations :: DescribeLaunchConfigurations -> TestTree+requestDescribeLaunchConfigurations = req "DescribeLaunchConfigurations" "fixture/DescribeLaunchConfigurations.yaml" -testDescribeScalingActivities :: DescribeScalingActivities -> TestTree-testDescribeScalingActivities = req+requestDescribeScalingActivities :: DescribeScalingActivities -> TestTree+requestDescribeScalingActivities = req "DescribeScalingActivities" "fixture/DescribeScalingActivities.yaml" -testDescribeNotificationConfigurations :: DescribeNotificationConfigurations -> TestTree-testDescribeNotificationConfigurations = req+requestDescribeNotificationConfigurations :: DescribeNotificationConfigurations -> TestTree+requestDescribeNotificationConfigurations = req "DescribeNotificationConfigurations" "fixture/DescribeNotificationConfigurations.yaml" -testDescribeLifecycleHookTypes :: DescribeLifecycleHookTypes -> TestTree-testDescribeLifecycleHookTypes = req+requestDescribeLifecycleHookTypes :: DescribeLifecycleHookTypes -> TestTree+requestDescribeLifecycleHookTypes = req "DescribeLifecycleHookTypes" "fixture/DescribeLifecycleHookTypes.yaml" -testDescribeAdjustmentTypes :: DescribeAdjustmentTypes -> TestTree-testDescribeAdjustmentTypes = req+requestDescribeAdjustmentTypes :: DescribeAdjustmentTypes -> TestTree+requestDescribeAdjustmentTypes = req "DescribeAdjustmentTypes" "fixture/DescribeAdjustmentTypes.yaml" -testCreateAutoScalingGroup :: CreateAutoScalingGroup -> TestTree-testCreateAutoScalingGroup = req+requestCreateAutoScalingGroup :: CreateAutoScalingGroup -> TestTree+requestCreateAutoScalingGroup = req "CreateAutoScalingGroup" "fixture/CreateAutoScalingGroup.yaml" -testCreateLaunchConfiguration :: CreateLaunchConfiguration -> TestTree-testCreateLaunchConfiguration = req+requestCreateLaunchConfiguration :: CreateLaunchConfiguration -> TestTree+requestCreateLaunchConfiguration = req "CreateLaunchConfiguration" "fixture/CreateLaunchConfiguration.yaml" -- Responses -testDescribeMetricCollectionTypesResponse :: DescribeMetricCollectionTypesResponse -> TestTree-testDescribeMetricCollectionTypesResponse = res+responseDescribeMetricCollectionTypes :: DescribeMetricCollectionTypesResponse -> TestTree+responseDescribeMetricCollectionTypes = res "DescribeMetricCollectionTypesResponse" "fixture/DescribeMetricCollectionTypesResponse.proto" autoScaling (Proxy :: Proxy DescribeMetricCollectionTypes) -testDescribeLoadBalancersResponse :: DescribeLoadBalancersResponse -> TestTree-testDescribeLoadBalancersResponse = res+responseDescribeLoadBalancers :: DescribeLoadBalancersResponse -> TestTree+responseDescribeLoadBalancers = res "DescribeLoadBalancersResponse" "fixture/DescribeLoadBalancersResponse.proto" autoScaling (Proxy :: Proxy DescribeLoadBalancers) -testPutNotificationConfigurationResponse :: PutNotificationConfigurationResponse -> TestTree-testPutNotificationConfigurationResponse = res+responsePutNotificationConfiguration :: PutNotificationConfigurationResponse -> TestTree+responsePutNotificationConfiguration = res "PutNotificationConfigurationResponse" "fixture/PutNotificationConfigurationResponse.proto" autoScaling (Proxy :: Proxy PutNotificationConfiguration) -testDescribeTagsResponse :: DescribeTagsResponse -> TestTree-testDescribeTagsResponse = res+responseDescribeTags :: DescribeTagsResponse -> TestTree+responseDescribeTags = res "DescribeTagsResponse" "fixture/DescribeTagsResponse.proto" autoScaling (Proxy :: Proxy DescribeTags) -testDeleteNotificationConfigurationResponse :: DeleteNotificationConfigurationResponse -> TestTree-testDeleteNotificationConfigurationResponse = res+responseDeleteNotificationConfiguration :: DeleteNotificationConfigurationResponse -> TestTree+responseDeleteNotificationConfiguration = res "DeleteNotificationConfigurationResponse" "fixture/DeleteNotificationConfigurationResponse.proto" autoScaling (Proxy :: Proxy DeleteNotificationConfiguration) -testPutScalingPolicyResponse :: PutScalingPolicyResponse -> TestTree-testPutScalingPolicyResponse = res+responsePutScalingPolicy :: PutScalingPolicyResponse -> TestTree+responsePutScalingPolicy = res "PutScalingPolicyResponse" "fixture/PutScalingPolicyResponse.proto" autoScaling (Proxy :: Proxy PutScalingPolicy) -testDeleteLaunchConfigurationResponse :: DeleteLaunchConfigurationResponse -> TestTree-testDeleteLaunchConfigurationResponse = res+responseDeleteLaunchConfiguration :: DeleteLaunchConfigurationResponse -> TestTree+responseDeleteLaunchConfiguration = res "DeleteLaunchConfigurationResponse" "fixture/DeleteLaunchConfigurationResponse.proto" autoScaling (Proxy :: Proxy DeleteLaunchConfiguration) -testEnterStandbyResponse :: EnterStandbyResponse -> TestTree-testEnterStandbyResponse = res+responseEnterStandby :: EnterStandbyResponse -> TestTree+responseEnterStandby = res "EnterStandbyResponse" "fixture/EnterStandbyResponse.proto" autoScaling (Proxy :: Proxy EnterStandby) -testSuspendProcessesResponse :: SuspendProcessesResponse -> TestTree-testSuspendProcessesResponse = res+responseSuspendProcesses :: SuspendProcessesResponse -> TestTree+responseSuspendProcesses = res "SuspendProcessesResponse" "fixture/SuspendProcessesResponse.proto" autoScaling (Proxy :: Proxy SuspendProcesses) -testSetInstanceHealthResponse :: SetInstanceHealthResponse -> TestTree-testSetInstanceHealthResponse = res+responseSetInstanceHealth :: SetInstanceHealthResponse -> TestTree+responseSetInstanceHealth = res "SetInstanceHealthResponse" "fixture/SetInstanceHealthResponse.proto" autoScaling (Proxy :: Proxy SetInstanceHealth) -testExitStandbyResponse :: ExitStandbyResponse -> TestTree-testExitStandbyResponse = res+responseExitStandby :: ExitStandbyResponse -> TestTree+responseExitStandby = res "ExitStandbyResponse" "fixture/ExitStandbyResponse.proto" autoScaling (Proxy :: Proxy ExitStandby) -testDescribeTerminationPolicyTypesResponse :: DescribeTerminationPolicyTypesResponse -> TestTree-testDescribeTerminationPolicyTypesResponse = res+responseDescribeTerminationPolicyTypes :: DescribeTerminationPolicyTypesResponse -> TestTree+responseDescribeTerminationPolicyTypes = res "DescribeTerminationPolicyTypesResponse" "fixture/DescribeTerminationPolicyTypesResponse.proto" autoScaling (Proxy :: Proxy DescribeTerminationPolicyTypes) -testDescribeAutoScalingInstancesResponse :: DescribeAutoScalingInstancesResponse -> TestTree-testDescribeAutoScalingInstancesResponse = res+responseDescribeAutoScalingInstances :: DescribeAutoScalingInstancesResponse -> TestTree+responseDescribeAutoScalingInstances = res "DescribeAutoScalingInstancesResponse" "fixture/DescribeAutoScalingInstancesResponse.proto" autoScaling (Proxy :: Proxy DescribeAutoScalingInstances) -testRecordLifecycleActionHeartbeatResponse :: RecordLifecycleActionHeartbeatResponse -> TestTree-testRecordLifecycleActionHeartbeatResponse = res+responseRecordLifecycleActionHeartbeat :: RecordLifecycleActionHeartbeatResponse -> TestTree+responseRecordLifecycleActionHeartbeat = res "RecordLifecycleActionHeartbeatResponse" "fixture/RecordLifecycleActionHeartbeatResponse.proto" autoScaling (Proxy :: Proxy RecordLifecycleActionHeartbeat) -testDisableMetricsCollectionResponse :: DisableMetricsCollectionResponse -> TestTree-testDisableMetricsCollectionResponse = res+responseDisableMetricsCollection :: DisableMetricsCollectionResponse -> TestTree+responseDisableMetricsCollection = res "DisableMetricsCollectionResponse" "fixture/DisableMetricsCollectionResponse.proto" autoScaling (Proxy :: Proxy DisableMetricsCollection) -testDetachInstancesResponse :: DetachInstancesResponse -> TestTree-testDetachInstancesResponse = res+responseDetachInstances :: DetachInstancesResponse -> TestTree+responseDetachInstances = res "DetachInstancesResponse" "fixture/DetachInstancesResponse.proto" autoScaling (Proxy :: Proxy DetachInstances) -testEnableMetricsCollectionResponse :: EnableMetricsCollectionResponse -> TestTree-testEnableMetricsCollectionResponse = res+responseEnableMetricsCollection :: EnableMetricsCollectionResponse -> TestTree+responseEnableMetricsCollection = res "EnableMetricsCollectionResponse" "fixture/EnableMetricsCollectionResponse.proto" autoScaling (Proxy :: Proxy EnableMetricsCollection) -testDescribeScalingProcessTypesResponse :: DescribeScalingProcessTypesResponse -> TestTree-testDescribeScalingProcessTypesResponse = res+responseDescribeScalingProcessTypes :: DescribeScalingProcessTypesResponse -> TestTree+responseDescribeScalingProcessTypes = res "DescribeScalingProcessTypesResponse" "fixture/DescribeScalingProcessTypesResponse.proto" autoScaling (Proxy :: Proxy DescribeScalingProcessTypes) -testDeleteTagsResponse :: DeleteTagsResponse -> TestTree-testDeleteTagsResponse = res+responseDeleteTags :: DeleteTagsResponse -> TestTree+responseDeleteTags = res "DeleteTagsResponse" "fixture/DeleteTagsResponse.proto" autoScaling (Proxy :: Proxy DeleteTags) -testDescribeLifecycleHooksResponse :: DescribeLifecycleHooksResponse -> TestTree-testDescribeLifecycleHooksResponse = res+responseDescribeLifecycleHooks :: DescribeLifecycleHooksResponse -> TestTree+responseDescribeLifecycleHooks = res "DescribeLifecycleHooksResponse" "fixture/DescribeLifecycleHooksResponse.proto" autoScaling (Proxy :: Proxy DescribeLifecycleHooks) -testDescribeAutoScalingGroupsResponse :: DescribeAutoScalingGroupsResponse -> TestTree-testDescribeAutoScalingGroupsResponse = res+responseDescribeAutoScalingGroups :: DescribeAutoScalingGroupsResponse -> TestTree+responseDescribeAutoScalingGroups = res "DescribeAutoScalingGroupsResponse" "fixture/DescribeAutoScalingGroupsResponse.proto" autoScaling (Proxy :: Proxy DescribeAutoScalingGroups) -testDeleteScheduledActionResponse :: DeleteScheduledActionResponse -> TestTree-testDeleteScheduledActionResponse = res+responseDeleteScheduledAction :: DeleteScheduledActionResponse -> TestTree+responseDeleteScheduledAction = res "DeleteScheduledActionResponse" "fixture/DeleteScheduledActionResponse.proto" autoScaling (Proxy :: Proxy DeleteScheduledAction) -testSetDesiredCapacityResponse :: SetDesiredCapacityResponse -> TestTree-testSetDesiredCapacityResponse = res+responseSetDesiredCapacity :: SetDesiredCapacityResponse -> TestTree+responseSetDesiredCapacity = res "SetDesiredCapacityResponse" "fixture/SetDesiredCapacityResponse.proto" autoScaling (Proxy :: Proxy SetDesiredCapacity) -testDetachLoadBalancersResponse :: DetachLoadBalancersResponse -> TestTree-testDetachLoadBalancersResponse = res+responseDetachLoadBalancers :: DetachLoadBalancersResponse -> TestTree+responseDetachLoadBalancers = res "DetachLoadBalancersResponse" "fixture/DetachLoadBalancersResponse.proto" autoScaling (Proxy :: Proxy DetachLoadBalancers) -testDescribeAutoScalingNotificationTypesResponse :: DescribeAutoScalingNotificationTypesResponse -> TestTree-testDescribeAutoScalingNotificationTypesResponse = res+responseDescribeAutoScalingNotificationTypes :: DescribeAutoScalingNotificationTypesResponse -> TestTree+responseDescribeAutoScalingNotificationTypes = res "DescribeAutoScalingNotificationTypesResponse" "fixture/DescribeAutoScalingNotificationTypesResponse.proto" autoScaling (Proxy :: Proxy DescribeAutoScalingNotificationTypes) -testDescribeScheduledActionsResponse :: DescribeScheduledActionsResponse -> TestTree-testDescribeScheduledActionsResponse = res+responseDescribeScheduledActions :: DescribeScheduledActionsResponse -> TestTree+responseDescribeScheduledActions = res "DescribeScheduledActionsResponse" "fixture/DescribeScheduledActionsResponse.proto" autoScaling (Proxy :: Proxy DescribeScheduledActions) -testCreateOrUpdateTagsResponse :: CreateOrUpdateTagsResponse -> TestTree-testCreateOrUpdateTagsResponse = res+responseCreateOrUpdateTags :: CreateOrUpdateTagsResponse -> TestTree+responseCreateOrUpdateTags = res "CreateOrUpdateTagsResponse" "fixture/CreateOrUpdateTagsResponse.proto" autoScaling (Proxy :: Proxy CreateOrUpdateTags) -testCompleteLifecycleActionResponse :: CompleteLifecycleActionResponse -> TestTree-testCompleteLifecycleActionResponse = res+responseCompleteLifecycleAction :: CompleteLifecycleActionResponse -> TestTree+responseCompleteLifecycleAction = res "CompleteLifecycleActionResponse" "fixture/CompleteLifecycleActionResponse.proto" autoScaling (Proxy :: Proxy CompleteLifecycleAction) -testDeletePolicyResponse :: DeletePolicyResponse -> TestTree-testDeletePolicyResponse = res+responseDeletePolicy :: DeletePolicyResponse -> TestTree+responseDeletePolicy = res "DeletePolicyResponse" "fixture/DeletePolicyResponse.proto" autoScaling (Proxy :: Proxy DeletePolicy) -testAttachInstancesResponse :: AttachInstancesResponse -> TestTree-testAttachInstancesResponse = res+responseAttachInstances :: AttachInstancesResponse -> TestTree+responseAttachInstances = res "AttachInstancesResponse" "fixture/AttachInstancesResponse.proto" autoScaling (Proxy :: Proxy AttachInstances) -testUpdateAutoScalingGroupResponse :: UpdateAutoScalingGroupResponse -> TestTree-testUpdateAutoScalingGroupResponse = res+responseUpdateAutoScalingGroup :: UpdateAutoScalingGroupResponse -> TestTree+responseUpdateAutoScalingGroup = res "UpdateAutoScalingGroupResponse" "fixture/UpdateAutoScalingGroupResponse.proto" autoScaling (Proxy :: Proxy UpdateAutoScalingGroup) -testDeleteAutoScalingGroupResponse :: DeleteAutoScalingGroupResponse -> TestTree-testDeleteAutoScalingGroupResponse = res+responseDeleteAutoScalingGroup :: DeleteAutoScalingGroupResponse -> TestTree+responseDeleteAutoScalingGroup = res "DeleteAutoScalingGroupResponse" "fixture/DeleteAutoScalingGroupResponse.proto" autoScaling (Proxy :: Proxy DeleteAutoScalingGroup) -testPutLifecycleHookResponse :: PutLifecycleHookResponse -> TestTree-testPutLifecycleHookResponse = res+responsePutLifecycleHook :: PutLifecycleHookResponse -> TestTree+responsePutLifecycleHook = res "PutLifecycleHookResponse" "fixture/PutLifecycleHookResponse.proto" autoScaling (Proxy :: Proxy PutLifecycleHook) -testDeleteLifecycleHookResponse :: DeleteLifecycleHookResponse -> TestTree-testDeleteLifecycleHookResponse = res+responseDeleteLifecycleHook :: DeleteLifecycleHookResponse -> TestTree+responseDeleteLifecycleHook = res "DeleteLifecycleHookResponse" "fixture/DeleteLifecycleHookResponse.proto" autoScaling (Proxy :: Proxy DeleteLifecycleHook) -testResumeProcessesResponse :: ResumeProcessesResponse -> TestTree-testResumeProcessesResponse = res+responseResumeProcesses :: ResumeProcessesResponse -> TestTree+responseResumeProcesses = res "ResumeProcessesResponse" "fixture/ResumeProcessesResponse.proto" autoScaling (Proxy :: Proxy ResumeProcesses) -testExecutePolicyResponse :: ExecutePolicyResponse -> TestTree-testExecutePolicyResponse = res+responseExecutePolicy :: ExecutePolicyResponse -> TestTree+responseExecutePolicy = res "ExecutePolicyResponse" "fixture/ExecutePolicyResponse.proto" autoScaling (Proxy :: Proxy ExecutePolicy) -testDescribeAccountLimitsResponse :: DescribeAccountLimitsResponse -> TestTree-testDescribeAccountLimitsResponse = res+responseDescribeAccountLimits :: DescribeAccountLimitsResponse -> TestTree+responseDescribeAccountLimits = res "DescribeAccountLimitsResponse" "fixture/DescribeAccountLimitsResponse.proto" autoScaling (Proxy :: Proxy DescribeAccountLimits) -testAttachLoadBalancersResponse :: AttachLoadBalancersResponse -> TestTree-testAttachLoadBalancersResponse = res+responseAttachLoadBalancers :: AttachLoadBalancersResponse -> TestTree+responseAttachLoadBalancers = res "AttachLoadBalancersResponse" "fixture/AttachLoadBalancersResponse.proto" autoScaling (Proxy :: Proxy AttachLoadBalancers) -testTerminateInstanceInAutoScalingGroupResponse :: TerminateInstanceInAutoScalingGroupResponse -> TestTree-testTerminateInstanceInAutoScalingGroupResponse = res+responseTerminateInstanceInAutoScalingGroup :: TerminateInstanceInAutoScalingGroupResponse -> TestTree+responseTerminateInstanceInAutoScalingGroup = res "TerminateInstanceInAutoScalingGroupResponse" "fixture/TerminateInstanceInAutoScalingGroupResponse.proto" autoScaling (Proxy :: Proxy TerminateInstanceInAutoScalingGroup) -testPutScheduledUpdateGroupActionResponse :: PutScheduledUpdateGroupActionResponse -> TestTree-testPutScheduledUpdateGroupActionResponse = res+responsePutScheduledUpdateGroupAction :: PutScheduledUpdateGroupActionResponse -> TestTree+responsePutScheduledUpdateGroupAction = res "PutScheduledUpdateGroupActionResponse" "fixture/PutScheduledUpdateGroupActionResponse.proto" autoScaling (Proxy :: Proxy PutScheduledUpdateGroupAction) -testSetInstanceProtectionResponse :: SetInstanceProtectionResponse -> TestTree-testSetInstanceProtectionResponse = res+responseSetInstanceProtection :: SetInstanceProtectionResponse -> TestTree+responseSetInstanceProtection = res "SetInstanceProtectionResponse" "fixture/SetInstanceProtectionResponse.proto" autoScaling (Proxy :: Proxy SetInstanceProtection) -testDescribePoliciesResponse :: DescribePoliciesResponse -> TestTree-testDescribePoliciesResponse = res+responseDescribePolicies :: DescribePoliciesResponse -> TestTree+responseDescribePolicies = res "DescribePoliciesResponse" "fixture/DescribePoliciesResponse.proto" autoScaling (Proxy :: Proxy DescribePolicies) -testDescribeLaunchConfigurationsResponse :: DescribeLaunchConfigurationsResponse -> TestTree-testDescribeLaunchConfigurationsResponse = res+responseDescribeLaunchConfigurations :: DescribeLaunchConfigurationsResponse -> TestTree+responseDescribeLaunchConfigurations = res "DescribeLaunchConfigurationsResponse" "fixture/DescribeLaunchConfigurationsResponse.proto" autoScaling (Proxy :: Proxy DescribeLaunchConfigurations) -testDescribeScalingActivitiesResponse :: DescribeScalingActivitiesResponse -> TestTree-testDescribeScalingActivitiesResponse = res+responseDescribeScalingActivities :: DescribeScalingActivitiesResponse -> TestTree+responseDescribeScalingActivities = res "DescribeScalingActivitiesResponse" "fixture/DescribeScalingActivitiesResponse.proto" autoScaling (Proxy :: Proxy DescribeScalingActivities) -testDescribeNotificationConfigurationsResponse :: DescribeNotificationConfigurationsResponse -> TestTree-testDescribeNotificationConfigurationsResponse = res+responseDescribeNotificationConfigurations :: DescribeNotificationConfigurationsResponse -> TestTree+responseDescribeNotificationConfigurations = res "DescribeNotificationConfigurationsResponse" "fixture/DescribeNotificationConfigurationsResponse.proto" autoScaling (Proxy :: Proxy DescribeNotificationConfigurations) -testDescribeLifecycleHookTypesResponse :: DescribeLifecycleHookTypesResponse -> TestTree-testDescribeLifecycleHookTypesResponse = res+responseDescribeLifecycleHookTypes :: DescribeLifecycleHookTypesResponse -> TestTree+responseDescribeLifecycleHookTypes = res "DescribeLifecycleHookTypesResponse" "fixture/DescribeLifecycleHookTypesResponse.proto" autoScaling (Proxy :: Proxy DescribeLifecycleHookTypes) -testDescribeAdjustmentTypesResponse :: DescribeAdjustmentTypesResponse -> TestTree-testDescribeAdjustmentTypesResponse = res+responseDescribeAdjustmentTypes :: DescribeAdjustmentTypesResponse -> TestTree+responseDescribeAdjustmentTypes = res "DescribeAdjustmentTypesResponse" "fixture/DescribeAdjustmentTypesResponse.proto" autoScaling (Proxy :: Proxy DescribeAdjustmentTypes) -testCreateAutoScalingGroupResponse :: CreateAutoScalingGroupResponse -> TestTree-testCreateAutoScalingGroupResponse = res+responseCreateAutoScalingGroup :: CreateAutoScalingGroupResponse -> TestTree+responseCreateAutoScalingGroup = res "CreateAutoScalingGroupResponse" "fixture/CreateAutoScalingGroupResponse.proto" autoScaling (Proxy :: Proxy CreateAutoScalingGroup) -testCreateLaunchConfigurationResponse :: CreateLaunchConfigurationResponse -> TestTree-testCreateLaunchConfigurationResponse = res+responseCreateLaunchConfiguration :: CreateLaunchConfigurationResponse -> TestTree+responseCreateLaunchConfiguration = res "CreateLaunchConfigurationResponse" "fixture/CreateLaunchConfigurationResponse.proto" autoScaling