packages feed

amazonka-ec2 1.4.2 → 1.4.3

raw patch · 205 files changed

+17302/−20549 lines, 205 filesdep ~amazonka-coredep ~amazonka-ec2dep ~amazonka-testPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core, amazonka-ec2, amazonka-test

API changes (from Hackage documentation)

Files

README.md view
@@ -8,17 +8,14 @@  ## Version -`1.4.2`+`1.4.3`   ## Description  Amazon Elastic Compute Cloud -Amazon Elastic Compute Cloud (Amazon EC2) provides resizable computing-capacity in the Amazon Web Services (AWS) cloud. Using Amazon EC2-eliminates your need to invest in hardware up front, so you can develop-and deploy applications faster.+Amazon Elastic Compute Cloud (Amazon EC2) provides resizable computing capacity in the Amazon Web Services (AWS) cloud. Using Amazon EC2 eliminates your need to invest in hardware up front, so you can develop and deploy applications faster.  Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-ec2) and the [AWS API Reference](https://aws.amazon.com/documentation/).
amazonka-ec2.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-ec2-version:               1.4.2+version:               1.4.3 synopsis:              Amazon Elastic Compute Cloud SDK. homepage:              https://github.com/brendanhay/amazonka bug-reports:           https://github.com/brendanhay/amazonka/issues@@ -15,10 +15,7 @@ description:     Amazon Elastic Compute Cloud -    Amazon Elastic Compute Cloud (Amazon EC2) provides resizable computing-    capacity in the Amazon Web Services (AWS) cloud. Using Amazon EC2-    eliminates your need to invest in hardware up front, so you can develop-    and deploy applications faster.+    Amazon Elastic Compute Cloud (Amazon EC2) provides resizable computing capacity in the Amazon Web Services (AWS) cloud. Using Amazon EC2 eliminates your need to invest in hardware up front, so you can develop and deploy applications faster.     .     The types from this library are intended to be used with     <http://hackage.haskell.org/package/amazonka amazonka>, which provides@@ -256,7 +253,7 @@         , Network.AWS.EC2.Types.Sum      build-depends:-          amazonka-core == 1.4.2.*+          amazonka-core == 1.4.3.*         , base          >= 4.7     && < 5  test-suite amazonka-ec2-test@@ -276,9 +273,9 @@         , Test.AWS.EC2.Internal      build-depends:-          amazonka-core == 1.4.2.*-        , amazonka-test == 1.4.2.*-        , amazonka-ec2 == 1.4.2.*+          amazonka-core == 1.4.3.*+        , amazonka-test == 1.4.3.*+        , amazonka-ec2 == 1.4.3.*         , base         , bytestring         , tasty
gen/Network/AWS/EC2.hs view
@@ -13,10 +13,7 @@ -- -- Amazon Elastic Compute Cloud ----- Amazon Elastic Compute Cloud (Amazon EC2) provides resizable computing--- capacity in the Amazon Web Services (AWS) cloud. Using Amazon EC2--- eliminates your need to invest in hardware up front, so you can develop--- and deploy applications faster.+-- Amazon Elastic Compute Cloud (Amazon EC2) provides resizable computing capacity in the Amazon Web Services (AWS) cloud. Using Amazon EC2 eliminates your need to invest in hardware up front, so you can develop and deploy applications faster. module Network.AWS.EC2     (     -- * Service Configuration
gen/Network/AWS/EC2/AcceptVPCPeeringConnection.hs view
@@ -18,11 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Accept a VPC peering connection request. To accept a request, the VPC--- peering connection must be in the 'pending-acceptance' state, and you--- must be the owner of the peer VPC. Use the--- 'DescribeVpcPeeringConnections' request to view your outstanding VPC--- peering connection requests.+-- Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the 'pending-acceptance' state, and you must be the owner of the peer VPC. Use the 'DescribeVpcPeeringConnections' request to view your outstanding VPC peering connection requests. module Network.AWS.EC2.AcceptVPCPeeringConnection     (     -- * Creating a Request@@ -74,10 +70,7 @@ avpcVPCPeeringConnectionId :: Lens' AcceptVPCPeeringConnection (Maybe Text) avpcVPCPeeringConnectionId = lens _avpcVPCPeeringConnectionId (\ s a -> s{_avpcVPCPeeringConnectionId = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. avpcDryRun :: Lens' AcceptVPCPeeringConnection (Maybe Bool) avpcDryRun = lens _avpcDryRun (\ s a -> s{_avpcDryRun = a}); 
gen/Network/AWS/EC2/AllocateAddress.hs view
@@ -20,10 +20,7 @@ -- -- Acquires an Elastic IP address. ----- An Elastic IP address is for use either in the EC2-Classic platform or--- in a VPC. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html Elastic IP Addresses>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- An Elastic IP address is for use either in the EC2-Classic platform or in a VPC. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html Elastic IP Addresses> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.AllocateAddress     (     -- * Creating a Request@@ -79,10 +76,7 @@ aaDomain :: Lens' AllocateAddress (Maybe DomainType) aaDomain = lens _aaDomain (\ s a -> s{_aaDomain = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. aaDryRun :: Lens' AllocateAddress (Maybe Bool) aaDryRun = lens _aaDryRun (\ s a -> s{_aaDryRun = a}); @@ -146,13 +140,11 @@     , _aarsResponseStatus = pResponseStatus_     } --- | [EC2-VPC] The ID that AWS assigns to represent the allocation of the--- Elastic IP address for use with instances in a VPC.+-- | [EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP address for use with instances in a VPC. aarsAllocationId :: Lens' AllocateAddressResponse (Maybe Text) aarsAllocationId = lens _aarsAllocationId (\ s a -> s{_aarsAllocationId = a}); --- | Indicates whether this Elastic IP address is for use with instances in--- EC2-Classic ('standard') or instances in a VPC ('vpc').+-- | Indicates whether this Elastic IP address is for use with instances in EC2-Classic ('standard') or instances in a VPC ('vpc'). aarsDomain :: Lens' AllocateAddressResponse (Maybe DomainType) aarsDomain = lens _aarsDomain (\ s a -> s{_aarsDomain = a}); 
gen/Network/AWS/EC2/AllocateHosts.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Allocates a Dedicated host to your account. At minimum you need to--- specify the instance size type, Availability Zone, and quantity of hosts--- you want to allocate.+-- Allocates a Dedicated host to your account. At minimum you need to specify the instance size type, Availability Zone, and quantity of hosts you want to allocate. module Network.AWS.EC2.AllocateHosts     (     -- * Creating a Request@@ -86,29 +84,21 @@     , _ahAvailabilityZone = pAvailabilityZone_     } --- | Unique, case-sensitive identifier you provide to ensure idempotency of--- the request. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html How to Ensure Idempotency>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html How to Ensure Idempotency> in the /Amazon Elastic Compute Cloud User Guide/. ahClientToken :: Lens' AllocateHosts (Maybe Text) ahClientToken = lens _ahClientToken (\ s a -> s{_ahClientToken = a}); --- | This is enabled by default. This property allows instances to be--- automatically placed onto available Dedicated hosts, when you are--- launching instances without specifying a host ID.+-- | This is enabled by default. This property allows instances to be automatically placed onto available Dedicated hosts, when you are launching instances without specifying a host ID. -- -- Default: Enabled ahAutoPlacement :: Lens' AllocateHosts (Maybe AutoPlacement) ahAutoPlacement = lens _ahAutoPlacement (\ s a -> s{_ahAutoPlacement = a}); --- | Specify the instance type that you want your Dedicated hosts to be--- configured for. When you specify the instance type, that is the only--- instance type that you can launch onto that host.+-- | Specify the instance type that you want your Dedicated hosts to be configured for. When you specify the instance type, that is the only instance type that you can launch onto that host. ahInstanceType :: Lens' AllocateHosts Text ahInstanceType = lens _ahInstanceType (\ s a -> s{_ahInstanceType = a}); --- | The number of Dedicated hosts you want to allocate to your account with--- these parameters.+-- | The number of Dedicated hosts you want to allocate to your account with these parameters. ahQuantity :: Lens' AllocateHosts Int ahQuantity = lens _ahQuantity (\ s a -> s{_ahQuantity = a}); @@ -172,8 +162,7 @@     , _ahrsResponseStatus = pResponseStatus_     } --- | The ID of the allocated Dedicated host. This is used when you want to--- launch an instance onto a specific host.+-- | The ID of the allocated Dedicated host. This is used when you want to launch an instance onto a specific host. ahrsHostIds :: Lens' AllocateHostsResponse [Text] ahrsHostIds = lens _ahrsHostIds (\ s a -> s{_ahrsHostIds = a}) . _Default . _Coerce; 
gen/Network/AWS/EC2/AssignPrivateIPAddresses.hs view
@@ -18,17 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Assigns one or more secondary private IP addresses to the specified--- network interface. You can specify one or more specific secondary IP--- addresses, or you can specify the number of secondary IP addresses to be--- automatically assigned within the subnet\'s CIDR block range. The number--- of secondary IP addresses that you can assign to an instance varies by--- instance type. For information about instance types, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html Instance Types>--- in the /Amazon Elastic Compute Cloud User Guide/. For more information--- about Elastic IP addresses, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html Elastic IP Addresses>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Assigns one or more secondary private IP addresses to the specified network interface. You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet\'s CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html Instance Types> in the /Amazon Elastic Compute Cloud User Guide/. For more information about Elastic IP addresses, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html Elastic IP Addresses> in the /Amazon Elastic Compute Cloud User Guide/. -- -- AssignPrivateIpAddresses is available only in EC2-VPC. module Network.AWS.EC2.AssignPrivateIPAddresses@@ -86,24 +76,17 @@     , _apiaNetworkInterfaceId = pNetworkInterfaceId_     } --- | One or more IP addresses to be assigned as a secondary private IP--- address to the network interface. You can\'t specify this parameter when--- also specifying a number of secondary IP addresses.+-- | One or more IP addresses to be assigned as a secondary private IP address to the network interface. You can\'t specify this parameter when also specifying a number of secondary IP addresses. ----- If you don\'t specify an IP address, Amazon EC2 automatically selects an--- IP address within the subnet range.+-- If you don\'t specify an IP address, Amazon EC2 automatically selects an IP address within the subnet range. apiaPrivateIPAddresses :: Lens' AssignPrivateIPAddresses [Text] apiaPrivateIPAddresses = lens _apiaPrivateIPAddresses (\ s a -> s{_apiaPrivateIPAddresses = a}) . _Default . _Coerce; --- | Indicates whether to allow an IP address that is already assigned to--- another network interface or instance to be reassigned to the specified--- network interface.+-- | Indicates whether to allow an IP address that is already assigned to another network interface or instance to be reassigned to the specified network interface. apiaAllowReassignment :: Lens' AssignPrivateIPAddresses (Maybe Bool) apiaAllowReassignment = lens _apiaAllowReassignment (\ s a -> s{_apiaAllowReassignment = a}); --- | The number of secondary IP addresses to assign to the network interface.--- You can\'t specify this parameter when also specifying private IP--- addresses.+-- | The number of secondary IP addresses to assign to the network interface. You can\'t specify this parameter when also specifying private IP addresses. apiaSecondaryPrivateIPAddressCount :: Lens' AssignPrivateIPAddresses (Maybe Int) apiaSecondaryPrivateIPAddressCount = lens _apiaSecondaryPrivateIPAddressCount (\ s a -> s{_apiaSecondaryPrivateIPAddressCount = a}); 
gen/Network/AWS/EC2/AssociateAddress.hs view
@@ -18,26 +18,15 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Associates an Elastic IP address with an instance or a network--- interface.+-- Associates an Elastic IP address with an instance or a network interface. ----- An Elastic IP address is for use in either the EC2-Classic platform or--- in a VPC. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html Elastic IP Addresses>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html Elastic IP Addresses> in the /Amazon Elastic Compute Cloud User Guide/. ----- [EC2-Classic, VPC in an EC2-VPC-only account] If the Elastic IP address--- is already associated with a different instance, it is disassociated--- from that instance and associated with the specified instance.+-- [EC2-Classic, VPC in an EC2-VPC-only account] If the Elastic IP address is already associated with a different instance, it is disassociated from that instance and associated with the specified instance. ----- [VPC in an EC2-Classic account] If you don\'t specify a private IP--- address, the Elastic IP address is associated with the primary IP--- address. If the Elastic IP address is already associated with a--- different instance or a network interface, you get an error unless you--- allow reassociation.+-- [VPC in an EC2-Classic account] If you don\'t specify a private IP address, the Elastic IP address is associated with the primary IP address. If the Elastic IP address is already associated with a different instance or a network interface, you get an error unless you allow reassociation. ----- This is an idempotent operation. If you perform the operation more than--- once, Amazon EC2 doesn\'t return an error.+-- This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn\'t return an error. module Network.AWS.EC2.AssociateAddress     (     -- * Creating a Request@@ -110,10 +99,7 @@     , _aasDryRun = Nothing     } --- | The ID of the instance. This is required for EC2-Classic. For EC2-VPC,--- you can specify either the instance ID or the network interface ID, but--- not both. The operation fails if you specify an instance ID unless--- exactly one network interface is attached.+-- | The ID of the instance. This is required for EC2-Classic. For EC2-VPC, you can specify either the instance ID or the network interface ID, but not both. The operation fails if you specify an instance ID unless exactly one network interface is attached. aasInstanceId :: Lens' AssociateAddress (Maybe Text) aasInstanceId = lens _aasInstanceId (\ s a -> s{_aasInstanceId = a}); @@ -121,24 +107,15 @@ aasAllocationId :: Lens' AssociateAddress (Maybe Text) aasAllocationId = lens _aasAllocationId (\ s a -> s{_aasAllocationId = a}); --- | [EC2-VPC] The ID of the network interface. If the instance has more than--- one network interface, you must specify a network interface ID.+-- | [EC2-VPC] The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID. aasNetworkInterfaceId :: Lens' AssociateAddress (Maybe Text) aasNetworkInterfaceId = lens _aasNetworkInterfaceId (\ s a -> s{_aasNetworkInterfaceId = a}); --- | [EC2-VPC] For a VPC in an EC2-Classic account, specify true to allow an--- Elastic IP address that is already associated with an instance or--- network interface to be reassociated with the specified instance or--- network interface. Otherwise, the operation fails. In a VPC in an--- EC2-VPC-only account, reassociation is automatic, therefore you can--- specify false to ensure the operation fails if the Elastic IP address is--- already associated with another resource.+-- | [EC2-VPC] For a VPC in an EC2-Classic account, specify true to allow an Elastic IP address that is already associated with an instance or network interface to be reassociated with the specified instance or network interface. Otherwise, the operation fails. In a VPC in an EC2-VPC-only account, reassociation is automatic, therefore you can specify false to ensure the operation fails if the Elastic IP address is already associated with another resource. aasAllowReassociation :: Lens' AssociateAddress (Maybe Bool) aasAllowReassociation = lens _aasAllowReassociation (\ s a -> s{_aasAllowReassociation = a}); --- | [EC2-VPC] The primary or secondary private IP address to associate with--- the Elastic IP address. If no private IP address is specified, the--- Elastic IP address is associated with the primary private IP address.+-- | [EC2-VPC] The primary or secondary private IP address to associate with the Elastic IP address. If no private IP address is specified, the Elastic IP address is associated with the primary private IP address. aasPrivateIPAddress :: Lens' AssociateAddress (Maybe Text) aasPrivateIPAddress = lens _aasPrivateIPAddress (\ s a -> s{_aasPrivateIPAddress = a}); @@ -146,10 +123,7 @@ aasPublicIP :: Lens' AssociateAddress (Maybe Text) aasPublicIP = lens _aasPublicIP (\ s a -> s{_aasPublicIP = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. aasDryRun :: Lens' AssociateAddress (Maybe Bool) aasDryRun = lens _aasDryRun (\ s a -> s{_aasDryRun = a}); @@ -208,8 +182,7 @@     , _arsResponseStatus = pResponseStatus_     } --- | [EC2-VPC] The ID that represents the association of the Elastic IP--- address with an instance.+-- | [EC2-VPC] The ID that represents the association of the Elastic IP address with an instance. arsAssociationId :: Lens' AssociateAddressResponse (Maybe Text) arsAssociationId = lens _arsAssociationId (\ s a -> s{_arsAssociationId = a}); 
gen/Network/AWS/EC2/AssociateDHCPOptions.hs view
@@ -18,19 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Associates a set of DHCP options (that you\'ve previously created) with--- the specified VPC, or associates no DHCP options with the VPC.+-- Associates a set of DHCP options (that you\'ve previously created) with the specified VPC, or associates no DHCP options with the VPC. ----- After you associate the options with the VPC, any existing instances and--- all new instances that you launch in that VPC use the options. You--- don\'t need to restart or relaunch the instances. They automatically--- pick up the changes within a few hours, depending on how frequently the--- instance renews its DHCP lease. You can explicitly renew the lease using--- the operating system on the instance.+-- After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options. You don\'t need to restart or relaunch the instances. They automatically pick up the changes within a few hours, depending on how frequently the instance renews its DHCP lease. You can explicitly renew the lease using the operating system on the instance. ----- For more information, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html DHCP Options Sets>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html DHCP Options Sets> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.AssociateDHCPOptions     (     -- * Creating a Request@@ -82,15 +74,11 @@     , _adoVPCId = pVPCId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. adoDryRun :: Lens' AssociateDHCPOptions (Maybe Bool) adoDryRun = lens _adoDryRun (\ s a -> s{_adoDryRun = a}); --- | The ID of the DHCP options set, or 'default' to associate no DHCP--- options with the VPC.+-- | The ID of the DHCP options set, or 'default' to associate no DHCP options with the VPC. adoDHCPOptionsId :: Lens' AssociateDHCPOptions Text adoDHCPOptionsId = lens _adoDHCPOptionsId (\ s a -> s{_adoDHCPOptionsId = a}); 
gen/Network/AWS/EC2/AssociateRouteTable.hs view
@@ -18,16 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Associates a subnet with a route table. The subnet and route table must--- be in the same VPC. This association causes traffic originating from the--- subnet to be routed according to the routes in the route table. The--- action returns an association ID, which you need in order to--- disassociate the route table from the subnet later. A route table can be--- associated with multiple subnets.+-- Associates a subnet with a route table. The subnet and route table must be in the same VPC. This association causes traffic originating from the subnet to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table from the subnet later. A route table can be associated with multiple subnets. ----- For more information about route tables, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html Route Tables>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about route tables, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html Route Tables> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.AssociateRouteTable     (     -- * Creating a Request@@ -82,10 +75,7 @@     , _artRouteTableId = pRouteTableId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. artDryRun :: Lens' AssociateRouteTable (Maybe Bool) artDryRun = lens _artDryRun (\ s a -> s{_artDryRun = a}); 
gen/Network/AWS/EC2/AttachClassicLinkVPC.hs view
@@ -18,19 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Links an EC2-Classic instance to a ClassicLink-enabled VPC through one--- or more of the VPC\'s security groups. You cannot link an EC2-Classic--- instance to more than one VPC at a time. You can only link an instance--- that\'s in the 'running' state. An instance is automatically unlinked--- from a VPC when it\'s stopped - you can link it to the VPC again when--- you restart it.+-- Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC\'s security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that\'s in the 'running' state. An instance is automatically unlinked from a VPC when it\'s stopped - you can link it to the VPC again when you restart it. ----- After you\'ve linked an instance, you cannot change the VPC security--- groups that are associated with it. To change the security groups, you--- must first unlink the instance, and then link it again.+-- After you\'ve linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again. ----- Linking your instance to a VPC is sometimes referred to as /attaching/--- your instance.+-- Linking your instance to a VPC is sometimes referred to as /attaching/ your instance. module Network.AWS.EC2.AttachClassicLinkVPC     (     -- * Creating a Request@@ -90,15 +82,11 @@     , _aclvGroups = mempty     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. aclvDryRun :: Lens' AttachClassicLinkVPC (Maybe Bool) aclvDryRun = lens _aclvDryRun (\ s a -> s{_aclvDryRun = a}); --- | The ID of an EC2-Classic instance to link to the ClassicLink-enabled--- VPC.+-- | The ID of an EC2-Classic instance to link to the ClassicLink-enabled VPC. aclvInstanceId :: Lens' AttachClassicLinkVPC Text aclvInstanceId = lens _aclvInstanceId (\ s a -> s{_aclvInstanceId = a}); @@ -106,8 +94,7 @@ aclvVPCId :: Lens' AttachClassicLinkVPC Text aclvVPCId = lens _aclvVPCId (\ s a -> s{_aclvVPCId = a}); --- | The ID of one or more of the VPC\'s security groups. You cannot specify--- security groups from a different VPC.+-- | The ID of one or more of the VPC\'s security groups. You cannot specify security groups from a different VPC. aclvGroups :: Lens' AttachClassicLinkVPC [Text] aclvGroups = lens _aclvGroups (\ s a -> s{_aclvGroups = a}) . _Coerce; 
gen/Network/AWS/EC2/AttachInternetGateway.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Attaches an Internet gateway to a VPC, enabling connectivity between the--- Internet and the VPC. For more information about your VPC and Internet--- gateway, see the--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/ Amazon Virtual Private Cloud User Guide>.+-- Attaches an Internet gateway to a VPC, enabling connectivity between the Internet and the VPC. For more information about your VPC and Internet gateway, see the <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/ Amazon Virtual Private Cloud User Guide>. module Network.AWS.EC2.AttachInternetGateway     (     -- * Creating a Request@@ -73,10 +70,7 @@     , _aigVPCId = pVPCId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. aigDryRun :: Lens' AttachInternetGateway (Maybe Bool) aigDryRun = lens _aigDryRun (\ s a -> s{_aigDryRun = a}); 
gen/Network/AWS/EC2/AttachNetworkInterface.hs view
@@ -79,10 +79,7 @@     , _aniDeviceIndex = pDeviceIndex_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. aniDryRun :: Lens' AttachNetworkInterface (Maybe Bool) aniDryRun = lens _aniDryRun (\ s a -> s{_aniDryRun = a}); 
gen/Network/AWS/EC2/AttachVPNGateway.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Attaches a virtual private gateway to a VPC. For more information, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html Adding a Hardware Virtual Private Gateway to Your VPC>--- in the /Amazon Virtual Private Cloud User Guide/.+-- Attaches a virtual private gateway to a VPC. For more information, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html Adding a Hardware Virtual Private Gateway to Your VPC> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.AttachVPNGateway     (     -- * Creating a Request@@ -75,10 +73,7 @@     , _avgVPCId = pVPCId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. avgDryRun :: Lens' AttachVPNGateway (Maybe Bool) avgDryRun = lens _avgDryRun (\ s a -> s{_avgDryRun = a}); 
gen/Network/AWS/EC2/AttachVolume.hs view
@@ -18,40 +18,25 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Attaches an EBS volume to a running or stopped instance and exposes it--- to the instance with the specified device name.+-- Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name. ----- Encrypted EBS volumes may only be attached to instances that support--- Amazon EBS encryption. 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/.+-- Encrypted EBS volumes may only be attached to instances that support Amazon EBS encryption. 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/. ----- For a list of supported device names, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-attaching-volume.html Attaching an EBS Volume to an Instance>.--- Any device names that aren\'t reserved for instance store volumes can be--- used for EBS volumes. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html Amazon EC2 Instance Store>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For a list of supported device names, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-attaching-volume.html Attaching an EBS Volume to an Instance>. Any device names that aren\'t reserved for instance store volumes can be used for EBS volumes. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html Amazon EC2 Instance Store> in the /Amazon Elastic Compute Cloud User Guide/. -- -- If a volume has an AWS Marketplace product code: -- -- -   The volume can be attached only to a stopped instance. ----- -   AWS Marketplace product codes are copied from the volume to the---     instance.+-- -   AWS Marketplace product codes are copied from the volume to the instance. -- -- -   You must be subscribed to the product. ----- -   The instance type and operating system of the instance must support---     the product. For example, you can\'t detach a volume from a Windows---     instance and attach it to a Linux instance.+-- -   The instance type and operating system of the instance must support the product. For example, you can\'t detach a volume from a Windows instance and attach it to a Linux instance. ----- For an overview of the AWS Marketplace, see--- <https://aws.amazon.com/marketplace/help/200900000 Introducing AWS Marketplace>.+-- For an overview of the AWS Marketplace, see <https://aws.amazon.com/marketplace/help/200900000 Introducing AWS Marketplace>. ----- For more information about EBS volumes, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-attaching-volume.html Attaching Amazon EBS Volumes>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about EBS volumes, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-attaching-volume.html Attaching Amazon EBS Volumes> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.AttachVolume     (     -- * Creating a Request@@ -116,15 +101,11 @@     , _avDevice = pDevice_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. avDryRun :: Lens' AttachVolume (Maybe Bool) avDryRun = lens _avDryRun (\ s a -> s{_avDryRun = a}); --- | The ID of the EBS volume. The volume and instance must be within the--- same Availability Zone.+-- | The ID of the EBS volume. The volume and instance must be within the same Availability Zone. avVolumeId :: Lens' AttachVolume Text avVolumeId = lens _avVolumeId (\ s a -> s{_avVolumeId = a}); @@ -132,8 +113,7 @@ avInstanceId :: Lens' AttachVolume Text avInstanceId = lens _avInstanceId (\ s a -> s{_avInstanceId = a}); --- | The device name to expose to the instance (for example, '\/dev\/sdh' or--- 'xvdh').+-- | The device name to expose to the instance (for example, '\/dev\/sdh' or 'xvdh'). avDevice :: Lens' AttachVolume Text avDevice = lens _avDevice (\ s a -> s{_avDevice = a}); 
gen/Network/AWS/EC2/AuthorizeSecurityGroupEgress.hs view
@@ -18,25 +18,13 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- [EC2-VPC only] Adds one or more egress rules to a security group for use--- with a VPC. Specifically, this action permits instances to send traffic--- to one or more destination CIDR IP address ranges, or to one or more--- destination security groups for the same VPC. This action doesn\'t apply--- to security groups for use in EC2-Classic. 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/.+-- [EC2-VPC only] Adds one or more egress rules to a security group for use with a VPC. Specifically, this action permits instances to send traffic to one or more destination CIDR IP address ranges, or to one or more destination security groups for the same VPC. This action doesn\'t apply to security groups for use in EC2-Classic. 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/. ----- You can have up to 50 rules per security group (covering both ingress--- and egress rules).+-- You can have up to 50 rules per security group (covering both ingress and egress rules). ----- Each rule consists of the protocol (for example, TCP), plus either a--- CIDR range or a source group. For the TCP and UDP protocols, you must--- also specify the destination port or port range. For the ICMP protocol,--- you must also specify the ICMP type and code. You can use -1 for the--- type or code to mean all types or all codes.+-- Each rule consists of the protocol (for example, TCP), plus either a CIDR range or a source group. For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes. ----- Rule changes are propagated to affected instances as quickly as--- possible. However, a small delay might occur.+-- Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur. module Network.AWS.EC2.AuthorizeSecurityGroupEgress     (     -- * Creating a Request@@ -117,49 +105,35 @@     , _asgeGroupId = pGroupId_     } --- | The start of port range for the TCP and UDP protocols, or an ICMP type--- number. We recommend that you specify the port range in a set of IP--- permissions instead.+-- | The start of port range for the TCP and UDP protocols, or an ICMP type number. We recommend that you specify the port range in a set of IP permissions instead. asgeFromPort :: Lens' AuthorizeSecurityGroupEgress (Maybe Int) asgeFromPort = lens _asgeFromPort (\ s a -> s{_asgeFromPort = a}); --- | A set of IP permissions. You can\'t specify a destination security group--- and a CIDR IP address range.+-- | A set of IP permissions. You can\'t specify a destination security group and a CIDR IP address range. asgeIPPermissions :: Lens' AuthorizeSecurityGroupEgress [IPPermission] asgeIPPermissions = lens _asgeIPPermissions (\ s a -> s{_asgeIPPermissions = a}) . _Default . _Coerce; --- | The IP protocol name or number. We recommend that you specify the--- protocol in a set of IP permissions instead.+-- | The IP protocol name or number. We recommend that you specify the protocol in a set of IP permissions instead. asgeIPProtocol :: Lens' AuthorizeSecurityGroupEgress (Maybe Text) asgeIPProtocol = lens _asgeIPProtocol (\ s a -> s{_asgeIPProtocol = a}); --- | The end of port range for the TCP and UDP protocols, or an ICMP type--- number. We recommend that you specify the port range in a set of IP--- permissions instead.+-- | The end of port range for the TCP and UDP protocols, or an ICMP type number. We recommend that you specify the port range in a set of IP permissions instead. asgeToPort :: Lens' AuthorizeSecurityGroupEgress (Maybe Int) asgeToPort = lens _asgeToPort (\ s a -> s{_asgeToPort = a}); --- | The CIDR IP address range. We recommend that you specify the CIDR range--- in a set of IP permissions instead.+-- | The CIDR IP address range. We recommend that you specify the CIDR range in a set of IP permissions instead. asgeCIdRIP :: Lens' AuthorizeSecurityGroupEgress (Maybe Text) asgeCIdRIP = lens _asgeCIdRIP (\ s a -> s{_asgeCIdRIP = a}); --- | The AWS account number for a destination security group. To authorize--- outbound access to a destination security group, we recommend that you--- use a set of IP permissions instead.+-- | The AWS account number for a destination security group. To authorize outbound access to a destination security group, we recommend that you use a set of IP permissions instead. asgeSourceSecurityGroupOwnerId :: Lens' AuthorizeSecurityGroupEgress (Maybe Text) asgeSourceSecurityGroupOwnerId = lens _asgeSourceSecurityGroupOwnerId (\ s a -> s{_asgeSourceSecurityGroupOwnerId = a}); --- | The name of a destination security group. To authorize outbound access--- to a destination security group, we recommend that you use a set of IP--- permissions instead.+-- | The name of a destination security group. To authorize outbound access to a destination security group, we recommend that you use a set of IP permissions instead. asgeSourceSecurityGroupName :: Lens' AuthorizeSecurityGroupEgress (Maybe Text) asgeSourceSecurityGroupName = lens _asgeSourceSecurityGroupName (\ s a -> s{_asgeSourceSecurityGroupName = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. asgeDryRun :: Lens' AuthorizeSecurityGroupEgress (Maybe Bool) asgeDryRun = lens _asgeDryRun (\ s a -> s{_asgeDryRun = a}); 
gen/Network/AWS/EC2/AuthorizeSecurityGroupIngress.hs view
@@ -22,23 +22,13 @@ -- -- EC2-Classic: You can have up to 100 rules per group. ----- EC2-VPC: You can have up to 50 rules per group (covering both ingress--- and egress rules).+-- EC2-VPC: You can have up to 50 rules per group (covering both ingress and egress rules). ----- Rule changes are propagated to instances within the security group as--- quickly as possible. However, a small delay might occur.+-- Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur. ----- [EC2-Classic] This action gives one or more CIDR IP address ranges--- permission to access a security group in your account, or gives one or--- more security groups (called the /source groups/) permission to access a--- security group for your account. A source group can be for your own AWS--- account, or another.+-- [EC2-Classic] This action gives one or more CIDR IP address ranges permission to access a security group in your account, or gives one or more security groups (called the /source groups/) permission to access a security group for your account. A source group can be for your own AWS account, or another. ----- [EC2-VPC] This action gives one or more CIDR IP address ranges--- permission to access a security group in your VPC, or gives one or more--- other security groups (called the /source groups/) permission to access--- a security group for your VPC. The security groups must all be for the--- same VPC.+-- [EC2-VPC] This action gives one or more CIDR IP address ranges permission to access a security group in your VPC, or gives one or more other security groups (called the /source groups/) permission to access a security group for your VPC. The security groups must all be for the same VPC. module Network.AWS.EC2.AuthorizeSecurityGroupIngress     (     -- * Creating a Request@@ -123,19 +113,15 @@     , _asgiDryRun = Nothing     } --- | The start of port range for the TCP and UDP protocols, or an ICMP type--- number. For the ICMP type number, use '-1' to specify all ICMP types.+-- | The start of port range for the TCP and UDP protocols, or an ICMP type number. For the ICMP type number, use '-1' to specify all ICMP types. asgiFromPort :: Lens' AuthorizeSecurityGroupIngress (Maybe Int) asgiFromPort = lens _asgiFromPort (\ s a -> s{_asgiFromPort = a}); --- | A set of IP permissions. Can be used to specify multiple rules in a--- single command.+-- | A set of IP permissions. Can be used to specify multiple rules in a single command. asgiIPPermissions :: Lens' AuthorizeSecurityGroupIngress [IPPermission] asgiIPPermissions = lens _asgiIPPermissions (\ s a -> s{_asgiIPPermissions = a}) . _Default . _Coerce; --- | The IP protocol name ('tcp', 'udp', 'icmp') or number (see--- <http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml Protocol Numbers>).--- (VPC only) Use '-1' to specify all.+-- | The IP protocol name ('tcp', 'udp', 'icmp') or number (see <http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml Protocol Numbers>). (VPC only) Use '-1' to specify all. asgiIPProtocol :: Lens' AuthorizeSecurityGroupIngress (Maybe Text) asgiIPProtocol = lens _asgiIPProtocol (\ s a -> s{_asgiIPProtocol = a}); @@ -143,24 +129,15 @@ asgiGroupId :: Lens' AuthorizeSecurityGroupIngress (Maybe Text) asgiGroupId = lens _asgiGroupId (\ s a -> s{_asgiGroupId = a}); --- | The end of port range for the TCP and UDP protocols, or an ICMP code--- number. For the ICMP code number, use '-1' to specify all ICMP codes for--- the ICMP type.+-- | The end of port range for the TCP and UDP protocols, or an ICMP code number. For the ICMP code number, use '-1' to specify all ICMP codes for the ICMP type. asgiToPort :: Lens' AuthorizeSecurityGroupIngress (Maybe Int) asgiToPort = lens _asgiToPort (\ s a -> s{_asgiToPort = a}); --- | The CIDR IP address range. You can\'t specify this parameter when--- specifying a source security group.+-- | The CIDR IP address range. You can\'t specify this parameter when specifying a source security group. asgiCIdRIP :: Lens' AuthorizeSecurityGroupIngress (Maybe Text) asgiCIdRIP = lens _asgiCIdRIP (\ s a -> s{_asgiCIdRIP = a}); --- | [EC2-Classic] The AWS account number for the source security group, if--- the source security group is in a different account. You can\'t specify--- this parameter in combination with the following parameters: the CIDR IP--- address range, the IP protocol, the start of the port range, and the end--- of the port range. Creates rules that grant full ICMP, UDP, and TCP--- access. To create a rule with a specific IP protocol and port range, use--- a set of IP permissions instead.+-- | [EC2-Classic] The AWS account number for the source security group, if the source security group is in a different account. You can\'t specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range. Creates rules that grant full ICMP, UDP, and TCP access. To create a rule with a specific IP protocol and port range, use a set of IP permissions instead. asgiSourceSecurityGroupOwnerId :: Lens' AuthorizeSecurityGroupIngress (Maybe Text) asgiSourceSecurityGroupOwnerId = lens _asgiSourceSecurityGroupOwnerId (\ s a -> s{_asgiSourceSecurityGroupOwnerId = a}); @@ -168,20 +145,11 @@ asgiGroupName :: Lens' AuthorizeSecurityGroupIngress (Maybe Text) asgiGroupName = lens _asgiGroupName (\ s a -> s{_asgiGroupName = a}); --- | [EC2-Classic, default VPC] The name of the source security group. You--- can\'t specify this parameter in combination with the following--- parameters: the CIDR IP address range, the start of the port range, the--- IP protocol, and the end of the port range. Creates rules that grant--- full ICMP, UDP, and TCP access. To create a rule with a specific IP--- protocol and port range, use a set of IP permissions instead. For--- EC2-VPC, the source security group must be in the same VPC.+-- | [EC2-Classic, default VPC] The name of the source security group. You can\'t specify this parameter in combination with the following parameters: the CIDR IP address range, the start of the port range, the IP protocol, and the end of the port range. Creates rules that grant full ICMP, UDP, and TCP access. To create a rule with a specific IP protocol and port range, use a set of IP permissions instead. For EC2-VPC, the source security group must be in the same VPC. asgiSourceSecurityGroupName :: Lens' AuthorizeSecurityGroupIngress (Maybe Text) asgiSourceSecurityGroupName = lens _asgiSourceSecurityGroupName (\ s a -> s{_asgiSourceSecurityGroupName = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. asgiDryRun :: Lens' AuthorizeSecurityGroupIngress (Maybe Bool) asgiDryRun = lens _asgiDryRun (\ s a -> s{_asgiDryRun = a}); 
gen/Network/AWS/EC2/BundleInstance.hs view
@@ -20,14 +20,11 @@ -- -- Bundles an Amazon instance store-backed Windows instance. ----- During bundling, only the root device volume (C:\\) is bundled. Data on--- other instance store volumes is not preserved.+-- During bundling, only the root device volume (C:\\) is bundled. Data on other instance store volumes is not preserved. ----- This action is not applicable for Linux\/Unix instances or Windows--- instances that are backed by Amazon EBS.+-- This action is not applicable for Linux\/Unix instances or Windows instances that are backed by Amazon EBS. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/Creating_InstanceStoreBacked_WinAMI.html Creating an Instance Store-Backed Windows AMI>.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/Creating_InstanceStoreBacked_WinAMI.html Creating an Instance Store-Backed Windows AMI>. module Network.AWS.EC2.BundleInstance     (     -- * Creating a Request@@ -82,10 +79,7 @@     , _biStorage = pStorage_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. biDryRun :: Lens' BundleInstance (Maybe Bool) biDryRun = lens _biDryRun (\ s a -> s{_biDryRun = a}); @@ -99,10 +93,7 @@ biInstanceId :: Lens' BundleInstance Text biInstanceId = lens _biInstanceId (\ s a -> s{_biInstanceId = a}); --- | The bucket in which to store the AMI. You can specify a bucket that you--- already own or a new bucket that Amazon EC2 creates on your behalf. If--- you specify a bucket that belongs to someone else, Amazon EC2 returns an--- error.+-- | The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error. biStorage :: Lens' BundleInstance Storage biStorage = lens _biStorage (\ s a -> s{_biStorage = a}); 
gen/Network/AWS/EC2/CancelBundleTask.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Cancels a bundling operation for an instance store-backed Windows--- instance.+-- Cancels a bundling operation for an instance store-backed Windows instance. module Network.AWS.EC2.CancelBundleTask     (     -- * Creating a Request@@ -68,10 +67,7 @@     , _cbtBundleId = pBundleId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. cbtDryRun :: Lens' CancelBundleTask (Maybe Bool) cbtDryRun = lens _cbtDryRun (\ s a -> s{_cbtDryRun = a}); 
gen/Network/AWS/EC2/CancelConversionTask.hs view
@@ -18,15 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Cancels an active conversion task. The task can be the import of an--- instance or volume. The action removes all artifacts of the conversion,--- including a partially uploaded volume or instance. If the conversion is--- complete or is in the process of transferring the final disk image, the--- command fails and returns an exception.+-- Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is in the process of transferring the final disk image, the command fails and returns an exception. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UploadingYourInstancesandVolumes.html Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UploadingYourInstancesandVolumes.html Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.CancelConversionTask     (     -- * Creating a Request@@ -81,10 +75,7 @@ cctReasonMessage :: Lens' CancelConversionTask (Maybe Text) cctReasonMessage = lens _cctReasonMessage (\ s a -> s{_cctReasonMessage = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. cctDryRun :: Lens' CancelConversionTask (Maybe Bool) cctDryRun = lens _cctDryRun (\ s a -> s{_cctDryRun = a}); 
gen/Network/AWS/EC2/CancelExportTask.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Cancels an active export task. The request removes all artifacts of the--- export, including any partially-created Amazon S3 objects. If the export--- task is complete or is in the process of transferring the final disk--- image, the command fails and returns an error.+-- Cancels an active export task. The request removes all artifacts of the export, including any partially-created Amazon S3 objects. If the export task is complete or is in the process of transferring the final disk image, the command fails and returns an error. module Network.AWS.EC2.CancelExportTask     (     -- * Creating a Request@@ -62,8 +59,7 @@     { _cetExportTaskId = pExportTaskId_     } --- | The ID of the export task. This is the ID returned by--- 'CreateInstanceExportTask'.+-- | The ID of the export task. This is the ID returned by 'CreateInstanceExportTask'. cetExportTaskId :: Lens' CancelExportTask Text cetExportTaskId = lens _cetExportTaskId (\ s a -> s{_cetExportTaskId = a}); 
gen/Network/AWS/EC2/CancelImportTask.hs view
@@ -81,10 +81,7 @@ citImportTaskId :: Lens' CancelImportTask (Maybe Text) citImportTaskId = lens _citImportTaskId (\ s a -> s{_citImportTaskId = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. citDryRun :: Lens' CancelImportTask (Maybe Bool) citDryRun = lens _citDryRun (\ s a -> s{_citDryRun = a}); 
gen/Network/AWS/EC2/CancelReservedInstancesListing.hs view
@@ -18,12 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Cancels the specified Reserved Instance listing in the Reserved Instance--- Marketplace.+-- Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html Reserved Instance Marketplace>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html Reserved Instance Marketplace> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.CancelReservedInstancesListing     (     -- * Creating a Request
gen/Network/AWS/EC2/CancelSpotFleetRequests.hs view
@@ -20,13 +20,7 @@ -- -- Cancels the specified Spot fleet requests. ----- After you cancel a Spot fleet request, the Spot fleet launches no new--- Spot instances. You must specify whether the Spot fleet should also--- terminate its Spot instances. If you terminate the instances, the Spot--- fleet request enters the 'cancelled_terminating' state. Otherwise, the--- Spot fleet request enters the 'cancelled_running' state and the--- instances continue to run until they are interrupted or you terminate--- them manually.+-- After you cancel a Spot fleet request, the Spot fleet launches no new Spot instances. You must specify whether the Spot fleet should also terminate its Spot instances. If you terminate the instances, the Spot fleet request enters the 'cancelled_terminating' state. Otherwise, the Spot fleet request enters the 'cancelled_running' state and the instances continue to run until they are interrupted or you terminate them manually. module Network.AWS.EC2.CancelSpotFleetRequests     (     -- * Creating a Request@@ -81,10 +75,7 @@     , _csfrTerminateInstances = pTerminateInstances_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. csfrDryRun :: Lens' CancelSpotFleetRequests (Maybe Bool) csfrDryRun = lens _csfrDryRun (\ s a -> s{_csfrDryRun = a}); @@ -92,8 +83,7 @@ csfrSpotFleetRequestIds :: Lens' CancelSpotFleetRequests [Text] csfrSpotFleetRequestIds = lens _csfrSpotFleetRequestIds (\ s a -> s{_csfrSpotFleetRequestIds = a}) . _Coerce; --- | Indicates whether to terminate instances for a Spot fleet request if it--- is canceled successfully.+-- | Indicates whether to terminate instances for a Spot fleet request if it is canceled successfully. csfrTerminateInstances :: Lens' CancelSpotFleetRequests Bool csfrTerminateInstances = lens _csfrTerminateInstances (\ s a -> s{_csfrTerminateInstances = a}); @@ -161,13 +151,11 @@     , _csfrrsResponseStatus = pResponseStatus_     } --- | Information about the Spot fleet requests that are successfully--- canceled.+-- | Information about the Spot fleet requests that are successfully canceled. csfrrsSuccessfulFleetRequests :: Lens' CancelSpotFleetRequestsResponse [CancelSpotFleetRequestsSuccessItem] csfrrsSuccessfulFleetRequests = lens _csfrrsSuccessfulFleetRequests (\ s a -> s{_csfrrsSuccessfulFleetRequests = a}) . _Default . _Coerce; --- | Information about the Spot fleet requests that are not successfully--- canceled.+-- | Information about the Spot fleet requests that are not successfully canceled. csfrrsUnsuccessfulFleetRequests :: Lens' CancelSpotFleetRequestsResponse [CancelSpotFleetRequestsErrorItem] csfrrsUnsuccessfulFleetRequests = lens _csfrrsUnsuccessfulFleetRequests (\ s a -> s{_csfrrsUnsuccessfulFleetRequests = a}) . _Default . _Coerce; 
gen/Network/AWS/EC2/CancelSpotInstanceRequests.hs view
@@ -18,16 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Cancels one or more Spot instance requests. Spot instances are instances--- that Amazon EC2 starts on your behalf when the bid price that you--- specify exceeds the current Spot price. Amazon EC2 periodically sets the--- Spot price based on available Spot instance capacity and current Spot--- instance requests. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html Spot Instance Requests>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Cancels one or more Spot instance requests. Spot instances are instances that Amazon EC2 starts on your behalf when the bid price that you specify exceeds the current Spot price. Amazon EC2 periodically sets the Spot price based on available Spot instance capacity and current Spot instance requests. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html Spot Instance Requests> in the /Amazon Elastic Compute Cloud User Guide/. ----- Canceling a Spot instance request does not terminate running Spot--- instances associated with the request.+-- Canceling a Spot instance request does not terminate running Spot instances associated with the request. module Network.AWS.EC2.CancelSpotInstanceRequests     (     -- * Creating a Request@@ -75,10 +68,7 @@     , _csirSpotInstanceRequestIds = mempty     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. csirDryRun :: Lens' CancelSpotInstanceRequests (Maybe Bool) csirDryRun = lens _csirDryRun (\ s a -> s{_csirDryRun = a}); 
gen/Network/AWS/EC2/ConfirmProductInstance.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Determines whether a product code is associated with an instance. This--- action can only be used by the owner of the product code. It is useful--- when a product code owner needs to verify whether another user\'s--- instance is eligible for support.+-- Determines whether a product code is associated with an instance. This action can only be used by the owner of the product code. It is useful when a product code owner needs to verify whether another user\'s instance is eligible for support. module Network.AWS.EC2.ConfirmProductInstance     (     -- * Creating a Request@@ -77,10 +74,7 @@     , _cpiInstanceId = pInstanceId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. cpiDryRun :: Lens' ConfirmProductInstance (Maybe Bool) cpiDryRun = lens _cpiDryRun (\ s a -> s{_cpiDryRun = a}); @@ -151,14 +145,11 @@     , _cpirsResponseStatus = pResponseStatus_     } --- | The return value of the request. Returns 'true' if the specified product--- code is owned by the requester and associated with the specified--- instance.+-- | The return value of the request. Returns 'true' if the specified product code is owned by the requester and associated with the specified instance. cpirsReturn :: Lens' ConfirmProductInstanceResponse (Maybe Bool) cpirsReturn = lens _cpirsReturn (\ s a -> s{_cpirsReturn = a}); --- | The AWS account ID of the instance owner. This is only present if the--- product code is attached to the instance.+-- | The AWS account ID of the instance owner. This is only present if the product code is attached to the instance. cpirsOwnerId :: Lens' ConfirmProductInstanceResponse (Maybe Text) cpirsOwnerId = lens _cpirsOwnerId (\ s a -> s{_cpirsOwnerId = a}); 
gen/Network/AWS/EC2/CopyImage.hs view
@@ -18,13 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Initiates the copy of an AMI from the specified source region to the--- current region. You specify the destination region by using its endpoint--- when making the request.+-- Initiates the copy of an AMI from the specified source region to the current region. You specify the destination region by using its endpoint when making the request. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/CopyingAMIs.html Copying AMIs>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/CopyingAMIs.html Copying AMIs> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.CopyImage     (     -- * Creating a Request@@ -105,33 +101,15 @@     , _ciName = pName_     } --- | Unique, case-sensitive identifier you provide to ensure idempotency of--- the request. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html How to Ensure Idempotency>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html How to Ensure Idempotency> in the /Amazon Elastic Compute Cloud User Guide/. ciClientToken :: Lens' CopyImage (Maybe Text) ciClientToken = lens _ciClientToken (\ s a -> s{_ciClientToken = a}); --- | Specifies whether the destination snapshots of the copied image should--- be encrypted. The default CMK for EBS is used unless a non-default AWS--- Key Management Service (AWS KMS) CMK is specified with 'KmsKeyId'. 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/.+-- | Specifies whether the destination snapshots of the copied image should be encrypted. The default CMK for EBS is used unless a non-default AWS Key Management Service (AWS KMS) CMK is specified with 'KmsKeyId'. 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/. ciEncrypted :: Lens' CopyImage (Maybe Bool) ciEncrypted = lens _ciEncrypted (\ s a -> s{_ciEncrypted = a}); --- | The full ARN of the AWS Key Management Service (AWS KMS) CMK to use when--- encrypting the snapshots of an image during a copy operation. This--- parameter is only required if you want to use a non-default CMK; if this--- parameter is not specified, the default CMK for EBS is used. The ARN--- contains the 'arn:aws:kms' namespace, followed by the region of the CMK,--- the AWS account ID of the CMK owner, the 'key' namespace, and then the--- CMK ID. For example,--- arn:aws:kms:/us-east-1/:/012345678910/:key\//abcd1234-a123-456a-a12b-a123b4cd56ef/.--- The specified CMK must exist in the region that the snapshot is being--- copied to. If a 'KmsKeyId' is specified, the 'Encrypted' flag must also--- be set.+-- | The full ARN of the AWS Key Management Service (AWS KMS) CMK to use when encrypting the snapshots of an image during a copy operation. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. The ARN contains the 'arn:aws:kms' namespace, followed by the region of the CMK, the AWS account ID of the CMK owner, the 'key' namespace, and then the CMK ID. For example, arn:aws:kms:/us-east-1/:/012345678910/:key\//abcd1234-a123-456a-a12b-a123b4cd56ef/. The specified CMK must exist in the region that the snapshot is being copied to. If a 'KmsKeyId' is specified, the 'Encrypted' flag must also be set. ciKMSKeyId :: Lens' CopyImage (Maybe Text) ciKMSKeyId = lens _ciKMSKeyId (\ s a -> s{_ciKMSKeyId = a}); @@ -139,10 +117,7 @@ ciDescription :: Lens' CopyImage (Maybe Text) ciDescription = lens _ciDescription (\ s a -> s{_ciDescription = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. ciDryRun :: Lens' CopyImage (Maybe Bool) ciDryRun = lens _ciDryRun (\ s a -> s{_ciDryRun = a}); 
gen/Network/AWS/EC2/CopySnapshot.hs view
@@ -18,22 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Copies a point-in-time snapshot of an EBS volume and stores it in Amazon--- S3. You can copy the snapshot within the same region or from one region--- to another. You can use the snapshot to create EBS volumes or Amazon--- Machine Images (AMIs). The snapshot is copied to the regional endpoint--- that you send the HTTP request to.+-- Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy the snapshot within the same region or from one region to another. You can use the snapshot to create EBS volumes or Amazon Machine Images (AMIs). The snapshot is copied to the regional endpoint that you send the HTTP request to. ----- Copies of encrypted EBS snapshots remain encrypted. Copies of--- unencrypted snapshots remain unencrypted, unless the 'Encrypted' flag is--- specified during the snapshot copy operation. By default, encrypted--- snapshot copies use the default AWS Key Management Service (AWS KMS)--- customer master key (CMK); however, you can specify a non-default CMK--- with the 'KmsKeyId' parameter.+-- Copies of encrypted EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted, unless the 'Encrypted' flag is specified during the snapshot copy operation. By default, encrypted snapshot copies use the default AWS Key Management Service (AWS KMS) customer master key (CMK); however, you can specify a non-default CMK with the 'KmsKeyId' parameter. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-copy-snapshot.html Copying an Amazon EBS Snapshot>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-copy-snapshot.html Copying an Amazon EBS Snapshot> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.CopySnapshot     (     -- * Creating a Request@@ -113,54 +102,21 @@     , _csSourceSnapshotId = pSourceSnapshotId_     } --- | The pre-signed URL that facilitates copying an encrypted snapshot. This--- parameter is only required when copying an encrypted snapshot with the--- Amazon EC2 Query API; it is available as an optional parameter in all--- other cases. The 'PresignedUrl' should use the snapshot source endpoint,--- the 'CopySnapshot' action, and include the 'SourceRegion',--- 'SourceSnapshotId', and 'DestinationRegion' parameters. The--- 'PresignedUrl' must be signed using AWS Signature Version 4. Because EBS--- snapshots are stored in Amazon S3, the signing algorithm for this--- parameter uses the same logic that is described in--- <http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html Authenticating Requests by Using Query Parameters (AWS Signature Version 4)>--- in the /Amazon Simple Storage Service API Reference/. An invalid or--- improperly signed 'PresignedUrl' will cause the copy operation to fail--- asynchronously, and the snapshot will move to an 'error' state.+-- | The pre-signed URL that facilitates copying an encrypted snapshot. This parameter is only required when copying an encrypted snapshot with the Amazon EC2 Query API; it is available as an optional parameter in all other cases. The 'PresignedUrl' should use the snapshot source endpoint, the 'CopySnapshot' action, and include the 'SourceRegion', 'SourceSnapshotId', and 'DestinationRegion' parameters. The 'PresignedUrl' must be signed using AWS Signature Version 4. Because EBS snapshots are stored in Amazon S3, the signing algorithm for this parameter uses the same logic that is described in <http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html Authenticating Requests by Using Query Parameters (AWS Signature Version 4)> in the /Amazon Simple Storage Service API Reference/. An invalid or improperly signed 'PresignedUrl' will cause the copy operation to fail asynchronously, and the snapshot will move to an 'error' state. csPresignedURL :: Lens' CopySnapshot (Maybe Text) csPresignedURL = lens _csPresignedURL (\ s a -> s{_csPresignedURL = a}); --- | Specifies whether the destination snapshot should be encrypted. There is--- no way to create an unencrypted snapshot copy from an encrypted--- snapshot; however, you can encrypt a copy of an unencrypted snapshot--- with this flag. The default CMK for EBS is used unless a non-default AWS--- Key Management Service (AWS KMS) CMK is specified with 'KmsKeyId'. 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/.+-- | Specifies whether the destination snapshot should be encrypted. There is no way to create an unencrypted snapshot copy from an encrypted snapshot; however, you can encrypt a copy of an unencrypted snapshot with this flag. The default CMK for EBS is used unless a non-default AWS Key Management Service (AWS KMS) CMK is specified with 'KmsKeyId'. 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/. csEncrypted :: Lens' CopySnapshot (Maybe Bool) csEncrypted = lens _csEncrypted (\ s a -> s{_csEncrypted = a}); --- | The destination region to use in the 'PresignedUrl' parameter of a--- snapshot copy operation. This parameter is only valid for specifying the--- destination region in a 'PresignedUrl' parameter, where it is required.+-- | The destination region to use in the 'PresignedUrl' parameter of a snapshot copy operation. This parameter is only valid for specifying the destination region in a 'PresignedUrl' parameter, where it is required. ----- 'CopySnapshot' sends the snapshot copy to the regional endpoint that you--- send the HTTP request to, such as 'ec2.us-east-1.amazonaws.com' (in the--- AWS CLI, this is specified with the '--region' parameter or the default--- region in your AWS configuration file).+-- 'CopySnapshot' sends the snapshot copy to the regional endpoint that you send the HTTP request to, such as 'ec2.us-east-1.amazonaws.com' (in the AWS CLI, this is specified with the '--region' parameter or the default region in your AWS configuration file). csDestinationRegion :: Lens' CopySnapshot (Maybe Text) csDestinationRegion = lens _csDestinationRegion (\ s a -> s{_csDestinationRegion = a}); --- | The full ARN of the AWS Key Management Service (AWS KMS) CMK to use when--- creating the snapshot copy. This parameter is only required if you want--- to use a non-default CMK; if this parameter is not specified, the--- default CMK for EBS is used. The ARN contains the 'arn:aws:kms'--- namespace, followed by the region of the CMK, the AWS account ID of the--- CMK owner, the 'key' namespace, and then the CMK ID. For example,--- arn:aws:kms:/us-east-1/:/012345678910/:key\//abcd1234-a123-456a-a12b-a123b4cd56ef/.--- The specified CMK must exist in the region that the snapshot is being--- copied to. If a 'KmsKeyId' is specified, the 'Encrypted' flag must also--- be set.+-- | The full ARN of the AWS Key Management Service (AWS KMS) CMK to use when creating the snapshot copy. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. The ARN contains the 'arn:aws:kms' namespace, followed by the region of the CMK, the AWS account ID of the CMK owner, the 'key' namespace, and then the CMK ID. For example, arn:aws:kms:/us-east-1/:/012345678910/:key\//abcd1234-a123-456a-a12b-a123b4cd56ef/. The specified CMK must exist in the region that the snapshot is being copied to. If a 'KmsKeyId' is specified, the 'Encrypted' flag must also be set. csKMSKeyId :: Lens' CopySnapshot (Maybe Text) csKMSKeyId = lens _csKMSKeyId (\ s a -> s{_csKMSKeyId = a}); @@ -168,10 +124,7 @@ csDescription :: Lens' CopySnapshot (Maybe Text) csDescription = lens _csDescription (\ s a -> s{_csDescription = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. csDryRun :: Lens' CopySnapshot (Maybe Bool) csDryRun = lens _csDryRun (\ s a -> s{_csDryRun = a}); 
gen/Network/AWS/EC2/CreateCustomerGateway.hs view
@@ -18,32 +18,15 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Provides information to AWS about your VPN customer gateway device. The--- customer gateway is the appliance at your end of the VPN connection.--- (The device on the AWS side of the VPN connection is the virtual private--- gateway.) You must provide the Internet-routable IP address of the--- customer gateway\'s external interface. The IP address must be static--- and may be behind a device performing network address translation (NAT).+-- Provides information to AWS about your VPN customer gateway device. The customer gateway is the appliance at your end of the VPN connection. (The device on the AWS side of the VPN connection is the virtual private gateway.) You must provide the Internet-routable IP address of the customer gateway\'s external interface. The IP address must be static and may be behind a device performing network address translation (NAT). ----- For devices that use Border Gateway Protocol (BGP), you can also provide--- the device\'s BGP Autonomous System Number (ASN). You can use an--- existing ASN assigned to your network. If you don\'t have an ASN--- already, you can use a private ASN (in the 64512 - 65534 range).+-- For devices that use Border Gateway Protocol (BGP), you can also provide the device\'s BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your network. If you don\'t have an ASN already, you can use a private ASN (in the 64512 - 65534 range). ----- Amazon EC2 supports all 2-byte ASN numbers in the range of 1 - 65534,--- with the exception of 7224, which is reserved in the 'us-east-1' region,--- and 9059, which is reserved in the 'eu-west-1' region.+-- Amazon EC2 supports all 2-byte ASN numbers in the range of 1 - 65534, with the exception of 7224, which is reserved in the 'us-east-1' region, and 9059, which is reserved in the 'eu-west-1' region. ----- For more information about VPN customer gateways, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html Adding a Hardware Virtual Private Gateway to Your VPC>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about VPN customer gateways, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html Adding a Hardware Virtual Private Gateway to Your VPC> in the /Amazon Virtual Private Cloud User Guide/. ----- You cannot create more than one customer gateway with the same VPN type,--- IP address, and BGP ASN parameter values. If you run an identical--- request more than one time, the first request creates the customer--- gateway, and subsequent requests return information about the existing--- customer gateway. The subsequent requests do not create new customer--- gateway resources.+-- You cannot create more than one customer gateway with the same VPN type, IP address, and BGP ASN parameter values. If you run an identical request more than one time, the first request creates the customer gateway, and subsequent requests return information about the existing customer gateway. The subsequent requests do not create new customer gateway resources. module Network.AWS.EC2.CreateCustomerGateway     (     -- * Creating a Request@@ -104,20 +87,15 @@     , _ccgBGPASN = pBGPASN_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. ccgDryRun :: Lens' CreateCustomerGateway (Maybe Bool) ccgDryRun = lens _ccgDryRun (\ s a -> s{_ccgDryRun = a}); --- | The type of VPN connection that this customer gateway supports--- ('ipsec.1').+-- | The type of VPN connection that this customer gateway supports ('ipsec.1'). ccgType :: Lens' CreateCustomerGateway GatewayType ccgType = lens _ccgType (\ s a -> s{_ccgType = a}); --- | The Internet-routable IP address for the customer gateway\'s outside--- interface. The address must be static.+-- | The Internet-routable IP address for the customer gateway\'s outside interface. The address must be static. ccgPublicIP :: Lens' CreateCustomerGateway Text ccgPublicIP = lens _ccgPublicIP (\ s a -> s{_ccgPublicIP = a}); 
gen/Network/AWS/EC2/CreateDHCPOptions.hs view
@@ -18,48 +18,19 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a set of DHCP options for your VPC. After creating the set, you--- must associate it with the VPC, causing all existing and new instances--- that you launch in the VPC to use this set of DHCP options. The--- following are the individual DHCP options you can specify. For more--- information about the options, see--- <http://www.ietf.org/rfc/rfc2132.txt RFC 2132>.+-- Creates a set of DHCP options for your VPC. After creating the set, you must associate it with the VPC, causing all existing and new instances that you launch in the VPC to use this set of DHCP options. The following are the individual DHCP options you can specify. For more information about the options, see <http://www.ietf.org/rfc/rfc2132.txt RFC 2132>. ----- -   'domain-name-servers' - The IP addresses of up to four domain name---     servers, or AmazonProvidedDNS. The default DHCP option set specifies---     AmazonProvidedDNS. If specifying more than one domain name server,---     specify the IP addresses in a single parameter, separated by commas.+-- -   'domain-name-servers' - The IP addresses of up to four domain name servers, or AmazonProvidedDNS. The default DHCP option set specifies AmazonProvidedDNS. If specifying more than one domain name server, specify the IP addresses in a single parameter, separated by commas. ----- -   'domain-name' - If you\'re using AmazonProvidedDNS in \"us-east-1\",---     specify \"ec2.internal\". If you\'re using AmazonProvidedDNS in---     another region, specify \"region.compute.internal\" (for example,---     \"ap-northeast-1.compute.internal\"). Otherwise, specify a domain---     name (for example, \"MyCompany.com\"). __Important__: Some Linux---     operating systems accept multiple domain names separated by spaces.---     However, Windows and other Linux operating systems treat the value---     as a single domain, which results in unexpected behavior. If your---     DHCP options set is associated with a VPC that has instances with---     multiple operating systems, specify only one domain name.+-- -   'domain-name' - If you\'re using AmazonProvidedDNS in \"us-east-1\", specify \"ec2.internal\". If you\'re using AmazonProvidedDNS in another region, specify \"region.compute.internal\" (for example, \"ap-northeast-1.compute.internal\"). Otherwise, specify a domain name (for example, \"MyCompany.com\"). __Important__: Some Linux operating systems accept multiple domain names separated by spaces. However, Windows and other Linux operating systems treat the value as a single domain, which results in unexpected behavior. If your DHCP options set is associated with a VPC that has instances with multiple operating systems, specify only one domain name. ----- -   'ntp-servers' - The IP addresses of up to four Network Time Protocol---     (NTP) servers.+-- -   'ntp-servers' - The IP addresses of up to four Network Time Protocol (NTP) servers. ----- -   'netbios-name-servers' - The IP addresses of up to four NetBIOS name---     servers.+-- -   'netbios-name-servers' - The IP addresses of up to four NetBIOS name servers. ----- -   'netbios-node-type' - The NetBIOS node type (1, 2, 4, or 8). We---     recommend that you specify 2 (broadcast and multicast are not---     currently supported). For more information about these node types,---     see <http://www.ietf.org/rfc/rfc2132.txt RFC 2132>.+-- -   'netbios-node-type' - The NetBIOS node type (1, 2, 4, or 8). We recommend that you specify 2 (broadcast and multicast are not currently supported). For more information about these node types, see <http://www.ietf.org/rfc/rfc2132.txt RFC 2132>. ----- Your VPC automatically starts out with a set of DHCP options that--- includes only a DNS server that we provide (AmazonProvidedDNS). If you--- create a set of options, and if your VPC has an Internet gateway, make--- sure to set the 'domain-name-servers' option either to--- 'AmazonProvidedDNS' or to a domain name server of your choice. For more--- information about DHCP options, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html DHCP Options Sets>--- in the /Amazon Virtual Private Cloud User Guide/.+-- Your VPC automatically starts out with a set of DHCP options that includes only a DNS server that we provide (AmazonProvidedDNS). If you create a set of options, and if your VPC has an Internet gateway, make sure to set the 'domain-name-servers' option either to 'AmazonProvidedDNS' or to a domain name server of your choice. For more information about DHCP options, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html DHCP Options Sets> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.CreateDHCPOptions     (     -- * Creating a Request@@ -107,10 +78,7 @@     , _cdoDHCPConfigurations = mempty     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. cdoDryRun :: Lens' CreateDHCPOptions (Maybe Bool) cdoDryRun = lens _cdoDryRun (\ s a -> s{_cdoDryRun = a}); 
gen/Network/AWS/EC2/CreateFlowLogs.hs view
@@ -18,16 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates one or more flow logs to capture IP traffic for a specific--- network interface, subnet, or VPC. Flow logs are delivered to a--- specified log group in Amazon CloudWatch Logs. If you specify a VPC or--- subnet in the request, a log stream is created in CloudWatch Logs for--- each network interface in the subnet or VPC. Log streams can include--- information about accepted and rejected traffic to a network interface.--- You can view the data in your log streams using Amazon CloudWatch Logs.+-- Creates one or more flow logs to capture IP traffic for a specific network interface, subnet, or VPC. Flow logs are delivered to a specified log group in Amazon CloudWatch Logs. If you specify a VPC or subnet in the request, a log stream is created in CloudWatch Logs for each network interface in the subnet or VPC. Log streams can include information about accepted and rejected traffic to a network interface. You can view the data in your log streams using Amazon CloudWatch Logs. ----- In your request, you must also specify an IAM role that has permission--- to publish logs to CloudWatch Logs.+-- In your request, you must also specify an IAM role that has permission to publish logs to CloudWatch Logs. module Network.AWS.EC2.CreateFlowLogs     (     -- * Creating a Request@@ -101,9 +94,7 @@     , _cflDeliverLogsPermissionARN = pDeliverLogsPermissionARN_     } --- | Unique, case-sensitive identifier you provide to ensure the idempotency--- of the request. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html How to Ensure Idempotency>.+-- | Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html How to Ensure Idempotency>. cflClientToken :: Lens' CreateFlowLogs (Maybe Text) cflClientToken = lens _cflClientToken (\ s a -> s{_cflClientToken = a}); @@ -123,8 +114,7 @@ cflLogGroupName :: Lens' CreateFlowLogs Text cflLogGroupName = lens _cflLogGroupName (\ s a -> s{_cflLogGroupName = a}); --- | The ARN for the IAM role that\'s used to post flow logs to a CloudWatch--- Logs log group.+-- | The ARN for the IAM role that\'s used to post flow logs to a CloudWatch Logs log group. cflDeliverLogsPermissionARN :: Lens' CreateFlowLogs Text cflDeliverLogsPermissionARN = lens _cflDeliverLogsPermissionARN (\ s a -> s{_cflDeliverLogsPermissionARN = a}); @@ -202,8 +192,7 @@ cflrsUnsuccessful :: Lens' CreateFlowLogsResponse [UnsuccessfulItem] cflrsUnsuccessful = lens _cflrsUnsuccessful (\ s a -> s{_cflrsUnsuccessful = a}) . _Default . _Coerce; --- | Unique, case-sensitive identifier you provide to ensure the idempotency--- of the request.+-- | Unique, case-sensitive identifier you provide to ensure the idempotency of the request. cflrsClientToken :: Lens' CreateFlowLogsResponse (Maybe Text) cflrsClientToken = lens _cflrsClientToken (\ s a -> s{_cflrsClientToken = a}); 
gen/Network/AWS/EC2/CreateImage.hs view
@@ -18,18 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that--- is either running or stopped.+-- Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped. ----- If you customized your instance with instance store volumes or EBS--- volumes in addition to the root device volume, the new AMI contains--- block device mapping information for those volumes. When you launch an--- instance from this new AMI, the instance automatically launches with--- those additional volumes.+-- If you customized your instance with instance store volumes or EBS volumes in addition to the root device volume, the new AMI contains block device mapping information for those volumes. When you launch an instance from this new AMI, the instance automatically launches with those additional volumes. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html Creating Amazon EBS-Backed Linux AMIs>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html Creating Amazon EBS-Backed Linux AMIs> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.CreateImage     (     -- * Creating a Request@@ -99,11 +92,7 @@     , _ciiName = pName_     } --- | By default, Amazon EC2 attempts to shut down and reboot the instance--- before creating the image. If the \'No Reboot\' option is set, Amazon--- EC2 doesn\'t shut down the instance before creating the image. When this--- option is used, file system integrity on the created image can\'t be--- guaranteed.+-- | By default, Amazon EC2 attempts to shut down and reboot the instance before creating the image. If the \'No Reboot\' option is set, Amazon EC2 doesn\'t shut down the instance before creating the image. When this option is used, file system integrity on the created image can\'t be guaranteed. ciiNoReboot :: Lens' CreateImage (Maybe Bool) ciiNoReboot = lens _ciiNoReboot (\ s a -> s{_ciiNoReboot = a}); @@ -115,10 +104,7 @@ ciiBlockDeviceMappings :: Lens' CreateImage [BlockDeviceMapping] ciiBlockDeviceMappings = lens _ciiBlockDeviceMappings (\ s a -> s{_ciiBlockDeviceMappings = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. ciiDryRun :: Lens' CreateImage (Maybe Bool) ciiDryRun = lens _ciiDryRun (\ s a -> s{_ciiDryRun = a}); @@ -128,9 +114,7 @@  -- | A name for the new image. ----- Constraints: 3-128 alphanumeric characters, parentheses (()), square--- brackets ([]), spaces ( ), periods (.), slashes (\/), dashes (-), single--- quotes (\'), at-signs (\'), or underscores(_)+-- Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (\/), dashes (-), single quotes (\'), at-signs (\'), or underscores(_) ciiName :: Lens' CreateImage Text ciiName = lens _ciiName (\ s a -> s{_ciiName = a}); 
gen/Network/AWS/EC2/CreateInstanceExportTask.hs view
@@ -20,10 +20,7 @@ -- -- Exports a running or stopped instance to an S3 bucket. ----- For information about the supported operating systems, image formats,--- and known limitations for the types of instances you can export, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ExportingEC2Instances.html Exporting EC2 Instances>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For information about the supported operating systems, image formats, and known limitations for the types of instances you can export, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ExportingEC2Instances.html Exporting EC2 Instances> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.CreateInstanceExportTask     (     -- * Creating a Request@@ -90,8 +87,7 @@ cietExportToS3Task :: Lens' CreateInstanceExportTask (Maybe ExportToS3TaskSpecification) cietExportToS3Task = lens _cietExportToS3Task (\ s a -> s{_cietExportToS3Task = a}); --- | A description for the conversion task or the resource being exported.--- The maximum length is 255 bytes.+-- | A description for the conversion task or the resource being exported. The maximum length is 255 bytes. cietDescription :: Lens' CreateInstanceExportTask (Maybe Text) cietDescription = lens _cietDescription (\ s a -> s{_cietDescription = a}); 
gen/Network/AWS/EC2/CreateInternetGateway.hs view
@@ -18,11 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates an Internet gateway for use with a VPC. After creating the--- Internet gateway, you attach it to a VPC using < AttachInternetGateway>.+-- Creates an Internet gateway for use with a VPC. After creating the Internet gateway, you attach it to a VPC using < AttachInternetGateway>. ----- For more information about your VPC and Internet gateway, see the--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/ Amazon Virtual Private Cloud User Guide>.+-- For more information about your VPC and Internet gateway, see the <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/ Amazon Virtual Private Cloud User Guide>. module Network.AWS.EC2.CreateInternetGateway     (     -- * Creating a Request@@ -65,10 +63,7 @@     { _cigDryRun = Nothing     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. cigDryRun :: Lens' CreateInternetGateway (Maybe Bool) cigDryRun = lens _cigDryRun (\ s a -> s{_cigDryRun = a}); 
gen/Network/AWS/EC2/CreateKeyPair.hs view
@@ -18,21 +18,13 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a 2048-bit RSA key pair with the specified name. Amazon EC2--- stores the public key and displays the private key for you to save to a--- file. The private key is returned as an unencrypted PEM encoded PKCS#8--- private key. If a key with the specified name already exists, Amazon EC2--- returns an error.+-- Creates a 2048-bit RSA key pair with the specified name. Amazon EC2 stores the public key and displays the private key for you to save to a file. The private key is returned as an unencrypted PEM encoded PKCS#8 private key. If a key with the specified name already exists, Amazon EC2 returns an error. -- -- You can have up to five thousand key pairs per region. ----- The key pair returned to you is available only in the region in which--- you create it. To create a key pair that is available in all regions,--- use < ImportKeyPair>.+-- The key pair returned to you is available only in the region in which you create it. To create a key pair that is available in all regions, use < ImportKeyPair>. ----- For more information about key pairs, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html Key Pairs>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about key pairs, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html Key Pairs> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.CreateKeyPair     (     -- * Creating a Request@@ -83,10 +75,7 @@     , _ckpKeyName = pKeyName_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. ckpDryRun :: Lens' CreateKeyPair (Maybe Bool) ckpDryRun = lens _ckpDryRun (\ s a -> s{_ckpDryRun = a}); 
gen/Network/AWS/EC2/CreateNatGateway.hs view
@@ -18,13 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a NAT gateway in the specified subnet. A NAT gateway can be used--- to enable instances in a private subnet to connect to the Internet. This--- action creates a network interface in the specified subnet with a--- private IP address from the IP address range of the subnet. For more--- information, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html NAT Gateways>--- in the /Amazon Virtual Private Cloud User Guide/.+-- Creates a NAT gateway in the specified subnet. A NAT gateway can be used to enable instances in a private subnet to connect to the Internet. This action creates a network interface in the specified subnet with a private IP address from the IP address range of the subnet. For more information, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html NAT Gateways> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.CreateNatGateway     (     -- * Creating a Request@@ -80,9 +74,7 @@     , _cngAllocationId = pAllocationId_     } --- | Unique, case-sensitive identifier you provide to ensure the idempotency--- of the request. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html How to Ensure Idempotency>.+-- | Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html How to Ensure Idempotency>. -- -- Constraint: Maximum 64 ASCII characters. cngClientToken :: Lens' CreateNatGateway (Maybe Text)@@ -92,9 +84,7 @@ cngSubnetId :: Lens' CreateNatGateway Text cngSubnetId = lens _cngSubnetId (\ s a -> s{_cngSubnetId = a}); --- | The allocation ID of an Elastic IP address to associate with the NAT--- gateway. If the Elastic IP address is associated with another resource,--- you must first disassociate it.+-- | The allocation ID of an Elastic IP address to associate with the NAT gateway. If the Elastic IP address is associated with another resource, you must first disassociate it. cngAllocationId :: Lens' CreateNatGateway Text cngAllocationId = lens _cngAllocationId (\ s a -> s{_cngAllocationId = a}); @@ -155,8 +145,7 @@     , _cngrsResponseStatus = pResponseStatus_     } --- | Unique, case-sensitive identifier to ensure the idempotency of the--- request. Only returned if a client token was provided in the request.+-- | Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request. cngrsClientToken :: Lens' CreateNatGatewayResponse (Maybe Text) cngrsClientToken = lens _cngrsClientToken (\ s a -> s{_cngrsClientToken = a}); 
gen/Network/AWS/EC2/CreateNetworkACL.hs view
@@ -18,13 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a network ACL in a VPC. Network ACLs provide an optional layer--- of security (in addition to security groups) for the instances in your--- VPC.+-- Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC. ----- For more information about network ACLs, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html Network ACLs>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about network ACLs, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html Network ACLs> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.CreateNetworkACL     (     -- * Creating a Request@@ -73,10 +69,7 @@     , _cnaVPCId = pVPCId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. cnaDryRun :: Lens' CreateNetworkACL (Maybe Bool) cnaDryRun = lens _cnaDryRun (\ s a -> s{_cnaDryRun = a}); 
gen/Network/AWS/EC2/CreateNetworkACLEntry.hs view
@@ -18,25 +18,13 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates an entry (a rule) in a network ACL with the specified rule--- number. Each network ACL has a set of numbered ingress rules and a--- separate set of numbered egress rules. When determining whether a packet--- should be allowed in or out of a subnet associated with the ACL, we--- process the entries in the ACL according to the rule numbers, in--- ascending order. Each network ACL has a set of ingress rules and a--- separate set of egress rules.+-- Creates an entry (a rule) in a network ACL with the specified rule number. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the ACL, we process the entries in the ACL according to the rule numbers, in ascending order. Each network ACL has a set of ingress rules and a separate set of egress rules. ----- We recommend that you leave room between the rule numbers (for example,--- 100, 110, 120, ...), and not number them one right after the other (for--- example, 101, 102, 103, ...). This makes it easier to add a rule between--- existing ones without having to renumber the rules.+-- We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules. ----- After you add an entry, you can\'t modify it; you must either replace--- it, or create an entry and delete the old one.+-- After you add an entry, you can\'t modify it; you must either replace it, or create an entry and delete the old one. ----- For more information about network ACLs, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html Network ACLs>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about network ACLs, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html Network ACLs> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.CreateNetworkACLEntry     (     -- * Creating a Request@@ -122,8 +110,7 @@     , _cnaeCIdRBlock = pCIdRBlock_     } --- | ICMP protocol: The ICMP type and code. Required if specifying ICMP for--- the protocol.+-- | ICMP protocol: The ICMP type and code. Required if specifying ICMP for the protocol. cnaeICMPTypeCode :: Lens' CreateNetworkACLEntry (Maybe ICMPTypeCode) cnaeICMPTypeCode = lens _cnaeICMPTypeCode (\ s a -> s{_cnaeICMPTypeCode = a}); @@ -131,10 +118,7 @@ cnaePortRange :: Lens' CreateNetworkACLEntry (Maybe PortRange) cnaePortRange = lens _cnaePortRange (\ s a -> s{_cnaePortRange = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. cnaeDryRun :: Lens' CreateNetworkACLEntry (Maybe Bool) cnaeDryRun = lens _cnaeDryRun (\ s a -> s{_cnaeDryRun = a}); @@ -142,8 +126,7 @@ cnaeNetworkACLId :: Lens' CreateNetworkACLEntry Text cnaeNetworkACLId = lens _cnaeNetworkACLId (\ s a -> s{_cnaeNetworkACLId = a}); --- | The rule number for the entry (for example, 100). ACL entries are--- processed in ascending order by rule number.+-- | The rule number for the entry (for example, 100). ACL entries are processed in ascending order by rule number. -- -- Constraints: Positive integer from 1 to 32766 cnaeRuleNumber :: Lens' CreateNetworkACLEntry Int@@ -157,13 +140,11 @@ cnaeRuleAction :: Lens' CreateNetworkACLEntry RuleAction cnaeRuleAction = lens _cnaeRuleAction (\ s a -> s{_cnaeRuleAction = a}); --- | Indicates whether this is an egress rule (rule is applied to traffic--- leaving the subnet).+-- | Indicates whether this is an egress rule (rule is applied to traffic leaving the subnet). cnaeEgress :: Lens' CreateNetworkACLEntry Bool cnaeEgress = lens _cnaeEgress (\ s a -> s{_cnaeEgress = a}); --- | The network range to allow or deny, in CIDR notation (for example--- '172.16.0.0\/24').+-- | The network range to allow or deny, in CIDR notation (for example '172.16.0.0\/24'). cnaeCIdRBlock :: Lens' CreateNetworkACLEntry Text cnaeCIdRBlock = lens _cnaeCIdRBlock (\ s a -> s{_cnaeCIdRBlock = a}); 
gen/Network/AWS/EC2/CreateNetworkInterface.hs view
@@ -20,9 +20,7 @@ -- -- Creates a network interface in the specified subnet. ----- For more information about network interfaces, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html Elastic Network Interfaces>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about network interfaces, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html Elastic Network Interfaces> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.CreateNetworkInterface     (     -- * Creating a Request@@ -104,24 +102,13 @@ cniPrivateIPAddresses :: Lens' CreateNetworkInterface [PrivateIPAddressSpecification] cniPrivateIPAddresses = lens _cniPrivateIPAddresses (\ s a -> s{_cniPrivateIPAddresses = a}) . _Default . _Coerce; --- | The primary private IP address of the network interface. If you don\'t--- specify an IP address, Amazon EC2 selects one for you from the subnet--- range. If you specify an IP address, you cannot indicate any IP--- addresses specified in 'privateIpAddresses' as primary (only one IP--- address can be designated as primary).+-- | The primary private IP address of the network interface. If you don\'t specify an IP address, Amazon EC2 selects one for you from the subnet range. If you specify an IP address, you cannot indicate any IP addresses specified in 'privateIpAddresses' as primary (only one IP address can be designated as primary). cniPrivateIPAddress :: Lens' CreateNetworkInterface (Maybe Text) cniPrivateIPAddress = lens _cniPrivateIPAddress (\ s a -> s{_cniPrivateIPAddress = a}); --- | The number of secondary private IP addresses to assign to a network--- interface. When you specify a number of secondary IP addresses, Amazon--- EC2 selects these IP addresses within the subnet range. You can\'t--- specify this option and specify more than one private IP address using--- 'privateIpAddresses'.+-- | The number of secondary private IP addresses to assign to a network interface. When you specify a number of secondary IP addresses, Amazon EC2 selects these IP addresses within the subnet range. You can\'t specify this option and specify more than one private IP address using 'privateIpAddresses'. ----- The number of IP addresses you can assign to a network interface varies--- by instance type. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI Private IP Addresses Per ENI Per Instance Type>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- The number of IP addresses you can assign to a network interface varies by instance type. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI Private IP Addresses Per ENI Per Instance Type> in the /Amazon Elastic Compute Cloud User Guide/. cniSecondaryPrivateIPAddressCount :: Lens' CreateNetworkInterface (Maybe Int) cniSecondaryPrivateIPAddressCount = lens _cniSecondaryPrivateIPAddressCount (\ s a -> s{_cniSecondaryPrivateIPAddressCount = a}); @@ -129,10 +116,7 @@ cniDescription :: Lens' CreateNetworkInterface (Maybe Text) cniDescription = lens _cniDescription (\ s a -> s{_cniDescription = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. cniDryRun :: Lens' CreateNetworkInterface (Maybe Bool) cniDryRun = lens _cniDryRun (\ s a -> s{_cniDryRun = a}); 
gen/Network/AWS/EC2/CreatePlacementGroup.hs view
@@ -18,13 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a placement group that you launch cluster instances into. You--- must give the group a name that\'s unique within the scope of your--- account.+-- Creates a placement group that you launch cluster instances into. You must give the group a name that\'s unique within the scope of your account. ----- For more information about placement groups and cluster instances, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cluster_computing.html Cluster Instances>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about placement groups and cluster instances, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cluster_computing.html Cluster Instances> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.CreatePlacementGroup     (     -- * Creating a Request@@ -76,10 +72,7 @@     , _cpgStrategy = pStrategy_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. cpgDryRun :: Lens' CreatePlacementGroup (Maybe Bool) cpgDryRun = lens _cpgDryRun (\ s a -> s{_cpgDryRun = a}); 
gen/Network/AWS/EC2/CreateReservedInstancesListing.hs view
@@ -18,28 +18,13 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a listing for Amazon EC2 Reserved Instances to be sold in the--- Reserved Instance Marketplace. You can submit one Reserved Instance--- listing at a time. To get a list of your Reserved Instances, you can use--- the < DescribeReservedInstances> operation.+-- Creates a listing for Amazon EC2 Reserved Instances to be sold in the Reserved Instance Marketplace. You can submit one Reserved Instance listing at a time. To get a list of your Reserved Instances, you can use the < DescribeReservedInstances> operation. ----- The Reserved Instance Marketplace matches sellers who want to resell--- Reserved Instance capacity that they no longer need with buyers who want--- to purchase additional capacity. Reserved Instances bought and sold--- through the Reserved Instance Marketplace work like any other Reserved--- Instances.+-- The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances. ----- To sell your Reserved Instances, you must first register as a seller in--- the Reserved Instance Marketplace. After completing the registration--- process, you can create a Reserved Instance Marketplace listing of some--- or all of your Reserved Instances, and specify the upfront price to--- receive for them. Your Reserved Instance listings then become available--- for purchase. To view the details of your Reserved Instance listing, you--- can use the < DescribeReservedInstancesListings> operation.+-- To sell your Reserved Instances, you must first register as a seller in the Reserved Instance Marketplace. After completing the registration process, you can create a Reserved Instance Marketplace listing of some or all of your Reserved Instances, and specify the upfront price to receive for them. Your Reserved Instance listings then become available for purchase. To view the details of your Reserved Instance listing, you can use the < DescribeReservedInstancesListings> operation. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html Reserved Instance Marketplace>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html Reserved Instance Marketplace> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.CreateReservedInstancesListing     (     -- * Creating a Request@@ -104,22 +89,15 @@ crilReservedInstancesId :: Lens' CreateReservedInstancesListing Text crilReservedInstancesId = lens _crilReservedInstancesId (\ s a -> s{_crilReservedInstancesId = a}); --- | The number of instances that are a part of a Reserved Instance account--- to be listed in the Reserved Instance Marketplace. This number should be--- less than or equal to the instance count associated with the Reserved--- Instance ID specified in this call.+-- | The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call. crilInstanceCount :: Lens' CreateReservedInstancesListing Int crilInstanceCount = lens _crilInstanceCount (\ s a -> s{_crilInstanceCount = a}); --- | A list specifying the price of the Reserved Instance for each month--- remaining in the Reserved Instance term.+-- | A list specifying the price of the Reserved Instance for each month remaining in the Reserved Instance term. crilPriceSchedules :: Lens' CreateReservedInstancesListing [PriceScheduleSpecification] crilPriceSchedules = lens _crilPriceSchedules (\ s a -> s{_crilPriceSchedules = a}) . _Coerce; --- | Unique, case-sensitive identifier you provide to ensure idempotency of--- your listings. This helps avoid duplicate listings. For more--- information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html Ensuring Idempotency>.+-- | Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html Ensuring Idempotency>. crilClientToken :: Lens' CreateReservedInstancesListing Text crilClientToken = lens _crilClientToken (\ s a -> s{_crilClientToken = a}); 
gen/Network/AWS/EC2/CreateRoute.hs view
@@ -20,26 +20,17 @@ -- -- Creates a route in a route table within a VPC. ----- You must specify one of the following targets: Internet gateway or--- virtual private gateway, NAT instance, NAT gateway, VPC peering--- connection, or network interface.+-- You must specify one of the following targets: Internet gateway or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, or network interface. ----- When determining how to route traffic, we use the route with the most--- specific match. For example, let\'s say the traffic is destined for--- '192.0.2.3', and the route table includes the following two routes:+-- When determining how to route traffic, we use the route with the most specific match. For example, let\'s say the traffic is destined for '192.0.2.3', and the route table includes the following two routes: -- -- -   '192.0.2.0\/24' (goes to some target A) -- -- -   '192.0.2.0\/28' (goes to some target B) ----- Both routes apply to the traffic destined for '192.0.2.3'. However, the--- second route in the list covers a smaller number of IP addresses and is--- therefore more specific, so we use that route to determine where to--- target the traffic.+-- Both routes apply to the traffic destined for '192.0.2.3'. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic. ----- For more information about route tables, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html Route Tables>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about route tables, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html Route Tables> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.CreateRoute     (     -- * Creating a Request@@ -123,8 +114,7 @@ crVPCPeeringConnectionId :: Lens' CreateRoute (Maybe Text) crVPCPeeringConnectionId = lens _crVPCPeeringConnectionId (\ s a -> s{_crVPCPeeringConnectionId = a}); --- | The ID of a NAT instance in your VPC. The operation fails if you specify--- an instance ID unless exactly one network interface is attached.+-- | The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached. crInstanceId :: Lens' CreateRoute (Maybe Text) crInstanceId = lens _crInstanceId (\ s a -> s{_crInstanceId = a}); @@ -136,15 +126,11 @@ crNetworkInterfaceId :: Lens' CreateRoute (Maybe Text) crNetworkInterfaceId = lens _crNetworkInterfaceId (\ s a -> s{_crNetworkInterfaceId = a}); --- | The ID of an Internet gateway or virtual private gateway attached to--- your VPC.+-- | The ID of an Internet gateway or virtual private gateway attached to your VPC. crGatewayId :: Lens' CreateRoute (Maybe Text) crGatewayId = lens _crGatewayId (\ s a -> s{_crGatewayId = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. crDryRun :: Lens' CreateRoute (Maybe Bool) crDryRun = lens _crDryRun (\ s a -> s{_crDryRun = a}); @@ -152,8 +138,7 @@ crRouteTableId :: Lens' CreateRoute Text crRouteTableId = lens _crRouteTableId (\ s a -> s{_crRouteTableId = a}); --- | The CIDR address block used for the destination match. Routing decisions--- are based on the most specific match.+-- | The CIDR address block used for the destination match. Routing decisions are based on the most specific match. crDestinationCIdRBlock :: Lens' CreateRoute Text crDestinationCIdRBlock = lens _crDestinationCIdRBlock (\ s a -> s{_crDestinationCIdRBlock = a}); 
gen/Network/AWS/EC2/CreateRouteTable.hs view
@@ -18,12 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a route table for the specified VPC. After you create a route--- table, you can add routes and associate the table with a subnet.+-- Creates a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet. ----- For more information about route tables, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html Route Tables>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about route tables, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html Route Tables> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.CreateRouteTable     (     -- * Creating a Request@@ -72,10 +69,7 @@     , _crtVPCId = pVPCId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. crtDryRun :: Lens' CreateRouteTable (Maybe Bool) crtDryRun = lens _crtDryRun (\ s a -> s{_crtDryRun = a}); 
gen/Network/AWS/EC2/CreateSecurityGroup.hs view
@@ -20,33 +20,17 @@ -- -- Creates a security group. ----- A security group is for use with instances either in the EC2-Classic--- platform or in a specific VPC. For more information, 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/ and--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html Security Groups for Your VPC>--- in the /Amazon Virtual Private Cloud User Guide/.+-- A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. For more information, 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/ and <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html Security Groups for Your VPC> in the /Amazon Virtual Private Cloud User Guide/. -- -- EC2-Classic: You can have up to 500 security groups. -- -- EC2-VPC: You can create up to 500 security groups per VPC. ----- When you create a security group, you specify a friendly name of your--- choice. You can have a security group for use in EC2-Classic with the--- same name as a security group for use in a VPC. However, you can\'t have--- two security groups for use in EC2-Classic with the same name or two--- security groups for use in a VPC with the same name.+-- When you create a security group, you specify a friendly name of your choice. You can have a security group for use in EC2-Classic with the same name as a security group for use in a VPC. However, you can\'t have two security groups for use in EC2-Classic with the same name or two security groups for use in a VPC with the same name. ----- You have a default security group for use in EC2-Classic and a default--- security group for use in your VPC. If you don\'t specify a security--- group when you launch an instance, the instance is launched into the--- appropriate default security group. A default security group includes a--- default rule that grants instances unrestricted network access to each--- other.+-- You have a default security group for use in EC2-Classic and a default security group for use in your VPC. If you don\'t specify a security group when you launch an instance, the instance is launched into the appropriate default security group. A default security group includes a default rule that grants instances unrestricted network access to each other. ----- You can add or remove rules from your security groups using--- < AuthorizeSecurityGroupIngress>, < AuthorizeSecurityGroupEgress>,--- < RevokeSecurityGroupIngress>, and < RevokeSecurityGroupEgress>.+-- You can add or remove rules from your security groups using < AuthorizeSecurityGroupIngress>, < AuthorizeSecurityGroupEgress>, < RevokeSecurityGroupIngress>, and < RevokeSecurityGroupEgress>. module Network.AWS.EC2.CreateSecurityGroup     (     -- * Creating a Request@@ -110,10 +94,7 @@ csgVPCId :: Lens' CreateSecurityGroup (Maybe Text) csgVPCId = lens _csgVPCId (\ s a -> s{_csgVPCId = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. csgDryRun :: Lens' CreateSecurityGroup (Maybe Bool) csgDryRun = lens _csgDryRun (\ s a -> s{_csgDryRun = a}); @@ -123,8 +104,7 @@ -- -- Constraints for EC2-Classic: ASCII characters ----- Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and--- ._-:\/()#,\'[]+=&amp;;{}!$*+-- Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:\/()#,\'[]+=&amp;;{}!>* csgGroupName :: Lens' CreateSecurityGroup Text csgGroupName = lens _csgGroupName (\ s a -> s{_csgGroupName = a}); @@ -134,8 +114,7 @@ -- -- Constraints for EC2-Classic: ASCII characters ----- Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and--- ._-:\/()#,\'[]+=&amp;;{}!$*+-- Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:\/()#,\'[]+=&amp;;{}!>* csgDescription :: Lens' CreateSecurityGroup Text csgDescription = lens _csgDescription (\ s a -> s{_csgDescription = a}); 
gen/Network/AWS/EC2/CreateSnapshot.hs view
@@ -18,37 +18,17 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a snapshot of an EBS volume and stores it in Amazon S3. You can--- use snapshots for backups, to make copies of EBS volumes, and to save--- data before shutting down an instance.+-- Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for backups, to make copies of EBS volumes, and to save data before shutting down an instance. ----- When a snapshot is created, any AWS Marketplace product codes that are--- associated with the source volume are propagated to the snapshot.+-- When a snapshot is created, any AWS Marketplace product codes that are associated with the source volume are propagated to the snapshot. ----- You can take a snapshot of an attached volume that is in use. However,--- snapshots only capture data that has been written to your EBS volume at--- the time the snapshot command is issued; this may exclude any data that--- has been cached by any applications or the operating system. If you can--- pause any file systems on the volume long enough to take a snapshot,--- your snapshot should be complete. However, if you cannot pause all file--- writes to the volume, you should unmount the volume from within the--- instance, issue the snapshot command, and then remount the volume to--- ensure a consistent and complete snapshot. You may remount and use your--- volume while the snapshot status is 'pending'.+-- You can take a snapshot of an attached volume that is in use. However, snapshots only capture data that has been written to your EBS volume at the time the snapshot command is issued; this may exclude any data that has been cached by any applications or the operating system. If you can pause any file systems on the volume long enough to take a snapshot, your snapshot should be complete. However, if you cannot pause all file writes to the volume, you should unmount the volume from within the instance, issue the snapshot command, and then remount the volume to ensure a consistent and complete snapshot. You may remount and use your volume while the snapshot status is 'pending'. ----- To create a snapshot for EBS volumes that serve as root devices, you--- should stop the instance before taking the snapshot.+-- To create a snapshot for EBS volumes that serve as root devices, you should stop the instance before taking the snapshot. ----- Snapshots that are taken from encrypted volumes are automatically--- encrypted. Volumes that are created from encrypted snapshots are also--- automatically encrypted. Your encrypted volumes and any associated--- snapshots always remain protected.+-- Snapshots that are taken from encrypted volumes are automatically encrypted. Volumes that are created from encrypted snapshots are also automatically encrypted. Your encrypted volumes and any associated snapshots always remain protected. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html Amazon Elastic Block Store>--- and--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html Amazon EBS Encryption>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html Amazon Elastic Block Store> and <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html Amazon EBS Encryption> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.CreateSnapshot     (     -- * Creating a Request@@ -118,10 +98,7 @@ ccDescription :: Lens' CreateSnapshot (Maybe Text) ccDescription = lens _ccDescription (\ s a -> s{_ccDescription = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. ccDryRun :: Lens' CreateSnapshot (Maybe Bool) ccDryRun = lens _ccDryRun (\ s a -> s{_ccDryRun = a}); 
gen/Network/AWS/EC2/CreateSpotDatafeedSubscription.hs view
@@ -18,11 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a data feed for Spot instances, enabling you to view Spot--- instance usage logs. You can create one data feed per AWS account. For--- more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html Spot Instance Data Feed>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Creates a data feed for Spot instances, enabling you to view Spot instance usage logs. You can create one data feed per AWS account. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html Spot Instance Data Feed> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.CreateSpotDatafeedSubscription     (     -- * Creating a Request@@ -80,10 +76,7 @@ csdsPrefix :: Lens' CreateSpotDatafeedSubscription (Maybe Text) csdsPrefix = lens _csdsPrefix (\ s a -> s{_csdsPrefix = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. csdsDryRun :: Lens' CreateSpotDatafeedSubscription (Maybe Bool) csdsDryRun = lens _csdsDryRun (\ s a -> s{_csdsDryRun = a}); 
gen/Network/AWS/EC2/CreateSubnet.hs view
@@ -20,31 +20,15 @@ -- -- Creates a subnet in an existing VPC. ----- When you create each subnet, you provide the VPC ID and the CIDR block--- you want for the subnet. After you create a subnet, you can\'t change--- its CIDR block. The subnet\'s CIDR block can be the same as the VPC\'s--- CIDR block (assuming you want only a single subnet in the VPC), or a--- subset of the VPC\'s CIDR block. If you create more than one subnet in a--- VPC, the subnets\' CIDR blocks must not overlap. The smallest subnet--- (and VPC) you can create uses a \/28 netmask (16 IP addresses), and the--- largest uses a \/16 netmask (65,536 IP addresses).+-- When you create each subnet, you provide the VPC ID and the CIDR block you want for the subnet. After you create a subnet, you can\'t change its CIDR block. The subnet\'s CIDR block can be the same as the VPC\'s CIDR block (assuming you want only a single subnet in the VPC), or a subset of the VPC\'s CIDR block. If you create more than one subnet in a VPC, the subnets\' CIDR blocks must not overlap. The smallest subnet (and VPC) you can create uses a \/28 netmask (16 IP addresses), and the largest uses a \/16 netmask (65,536 IP addresses). ----- AWS reserves both the first four and the last IP address in each--- subnet\'s CIDR block. They\'re not available for use.+-- AWS reserves both the first four and the last IP address in each subnet\'s CIDR block. They\'re not available for use. ----- If you add more than one subnet to a VPC, they\'re set up in a star--- topology with a logical router in the middle.+-- If you add more than one subnet to a VPC, they\'re set up in a star topology with a logical router in the middle. ----- If you launch an instance in a VPC using an Amazon EBS-backed AMI, the--- IP address doesn\'t change if you stop and restart the instance (unlike--- a similar instance launched outside a VPC, which gets a new IP address--- when restarted). It\'s therefore possible to have a subnet with no--- running instances (they\'re all stopped), but no remaining IP addresses--- available.+-- If you launch an instance in a VPC using an Amazon EBS-backed AMI, the IP address doesn\'t change if you stop and restart the instance (unlike a similar instance launched outside a VPC, which gets a new IP address when restarted). It\'s therefore possible to have a subnet with no running instances (they\'re all stopped), but no remaining IP addresses available. ----- For more information about subnets, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html Your VPC and Subnets>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about subnets, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html Your VPC and Subnets> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.CreateSubnet     (     -- * Creating a Request@@ -106,16 +90,11 @@  -- | The Availability Zone for the subnet. ----- Default: AWS selects one for you. If you create more than one subnet in--- your VPC, we may not necessarily select a different zone for each--- subnet.+-- Default: AWS selects one for you. If you create more than one subnet in your VPC, we may not necessarily select a different zone for each subnet. cssAvailabilityZone :: Lens' CreateSubnet (Maybe Text) cssAvailabilityZone = lens _cssAvailabilityZone (\ s a -> s{_cssAvailabilityZone = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. cssDryRun :: Lens' CreateSubnet (Maybe Bool) cssDryRun = lens _cssDryRun (\ s a -> s{_cssDryRun = a}); @@ -123,8 +102,7 @@ cssVPCId :: Lens' CreateSubnet Text cssVPCId = lens _cssVPCId (\ s a -> s{_cssVPCId = a}); --- | The network range for the subnet, in CIDR notation. For example,--- '10.0.0.0\/24'.+-- | The network range for the subnet, in CIDR notation. For example, '10.0.0.0\/24'. cssCIdRBlock :: Lens' CreateSubnet Text cssCIdRBlock = lens _cssCIdRBlock (\ s a -> s{_cssCIdRBlock = a}); 
gen/Network/AWS/EC2/CreateTags.hs view
@@ -18,18 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Adds or overwrites one or more tags for the specified Amazon EC2--- resource or resources. Each resource can have a maximum of 10 tags. Each--- tag consists of a key and optional value. Tag keys must be unique per--- resource.+-- Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources. Each resource can have a maximum of 10 tags. Each tag consists of a key and optional value. Tag keys must be unique per resource. ----- For more information about tags, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html Tagging Your Resources>--- in the /Amazon Elastic Compute Cloud User Guide/. For more information--- about creating IAM policies that control users\' access to resources--- based on tags, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-iam-actions-resources.html Supported Resource-Level Permissions for Amazon EC2 API Actions>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about tags, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html Tagging Your Resources> in the /Amazon Elastic Compute Cloud User Guide/. For more information about creating IAM policies that control users\' access to resources based on tags, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-iam-actions-resources.html Supported Resource-Level Permissions for Amazon EC2 API Actions> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.CreateTags     (     -- * Creating a Request@@ -79,10 +70,7 @@     , _cTags = mempty     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. cDryRun :: Lens' CreateTags (Maybe Bool) cDryRun = lens _cDryRun (\ s a -> s{_cDryRun = a}); @@ -90,9 +78,7 @@ cResources :: Lens' CreateTags [Text] cResources = lens _cResources (\ s a -> s{_cResources = a}) . _Coerce; --- | One or more tags. The 'value' parameter is required, but if you don\'t--- want the tag to have a value, specify the parameter with no value, and--- we set the value to an empty string.+-- | One or more tags. The 'value' parameter is required, but if you don\'t want the tag to have a value, specify the parameter with no value, and we set the value to an empty string. cTags :: Lens' CreateTags [Tag] cTags = lens _cTags (\ s a -> s{_cTags = a}) . _Coerce; 
gen/Network/AWS/EC2/CreateVPC.hs view
@@ -20,23 +20,11 @@ -- -- Creates a VPC with the specified CIDR block. ----- The smallest VPC you can create uses a \/28 netmask (16 IP addresses),--- and the largest uses a \/16 netmask (65,536 IP addresses). To help you--- decide how big to make your VPC, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html Your VPC and Subnets>--- in the /Amazon Virtual Private Cloud User Guide/.+-- The smallest VPC you can create uses a \/28 netmask (16 IP addresses), and the largest uses a \/16 netmask (65,536 IP addresses). To help you decide how big to make your VPC, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html Your VPC and Subnets> in the /Amazon Virtual Private Cloud User Guide/. ----- By default, each instance you launch in the VPC has the default DHCP--- options, which includes only a default DNS server that we provide--- (AmazonProvidedDNS). For more information about DHCP options, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html DHCP Options Sets>--- in the /Amazon Virtual Private Cloud User Guide/.+-- By default, each instance you launch in the VPC has the default DHCP options, which includes only a default DNS server that we provide (AmazonProvidedDNS). For more information about DHCP options, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html DHCP Options Sets> in the /Amazon Virtual Private Cloud User Guide/. ----- You can specify the instance tenancy value for the VPC when you create--- it. You can\'t change this value for the VPC after you create it. For--- more information, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/dedicated-instance.html.html Dedicated Instances>--- in the /Amazon Virtual Private Cloud User Guide/.+-- You can specify the instance tenancy value for the VPC when you create it. You can\'t change this value for the VPC after you create it. For more information, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/dedicated-instance.html.html Dedicated Instances> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.CreateVPC     (     -- * Creating a Request@@ -90,29 +78,19 @@     , _cvCIdRBlock = pCIdRBlock_     } --- | The tenancy options for instances launched into the VPC. For 'default',--- instances are launched with shared tenancy by default. You can launch--- instances with any tenancy into a shared tenancy VPC. For 'dedicated',--- instances are launched as dedicated tenancy instances by default. You--- can only launch instances with a tenancy of 'dedicated' or 'host' into a--- dedicated tenancy VPC.+-- | The tenancy options for instances launched into the VPC. For 'default', instances are launched with shared tenancy by default. You can launch instances with any tenancy into a shared tenancy VPC. For 'dedicated', instances are launched as dedicated tenancy instances by default. You can only launch instances with a tenancy of 'dedicated' or 'host' into a dedicated tenancy VPC. ----- __Important:__ The 'host' value cannot be used with this parameter. Use--- the 'default' or 'dedicated' values only.+-- __Important:__ The 'host' value cannot be used with this parameter. Use the 'default' or 'dedicated' values only. -- -- Default: 'default' cvInstanceTenancy :: Lens' CreateVPC (Maybe Tenancy) cvInstanceTenancy = lens _cvInstanceTenancy (\ s a -> s{_cvInstanceTenancy = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. cvDryRun :: Lens' CreateVPC (Maybe Bool) cvDryRun = lens _cvDryRun (\ s a -> s{_cvDryRun = a}); --- | The network range for the VPC, in CIDR notation. For example,--- '10.0.0.0\/16'.+-- | The network range for the VPC, in CIDR notation. For example, '10.0.0.0\/16'. cvCIdRBlock :: Lens' CreateVPC Text cvCIdRBlock = lens _cvCIdRBlock (\ s a -> s{_cvCIdRBlock = a}); 
gen/Network/AWS/EC2/CreateVPCEndpoint.hs view
@@ -18,11 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a VPC endpoint for a specified AWS service. An endpoint enables--- you to create a private connection between your VPC and another AWS--- service in your account. You can specify an endpoint policy to attach to--- the endpoint that will control access to the service from your VPC. You--- can also specify the VPC route tables that use the endpoint.+-- Creates a VPC endpoint for a specified AWS service. An endpoint enables you to create a private connection between your VPC and another AWS service in your account. You can specify an endpoint policy to attach to the endpoint that will control access to the service from your VPC. You can also specify the VPC route tables that use the endpoint. -- -- Currently, only endpoints to Amazon S3 are supported. module Network.AWS.EC2.CreateVPCEndpoint@@ -95,23 +91,15 @@     , _cveServiceName = pServiceName_     } --- | A policy to attach to the endpoint that controls access to the service.--- The policy must be in valid JSON format. If this parameter is not--- specified, we attach a default policy that allows full access to the--- service.+-- | A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format. If this parameter is not specified, we attach a default policy that allows full access to the service. cvePolicyDocument :: Lens' CreateVPCEndpoint (Maybe Text) cvePolicyDocument = lens _cvePolicyDocument (\ s a -> s{_cvePolicyDocument = a}); --- | Unique, case-sensitive identifier you provide to ensure the idempotency--- of the request. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html How to Ensure Idempotency>.+-- | Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html How to Ensure Idempotency>. cveClientToken :: Lens' CreateVPCEndpoint (Maybe Text) cveClientToken = lens _cveClientToken (\ s a -> s{_cveClientToken = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. cveDryRun :: Lens' CreateVPCEndpoint (Maybe Bool) cveDryRun = lens _cveDryRun (\ s a -> s{_cveDryRun = a}); @@ -123,9 +111,7 @@ cveVPCId :: Lens' CreateVPCEndpoint Text cveVPCId = lens _cveVPCId (\ s a -> s{_cveVPCId = a}); --- | The AWS service name, in the form 'com.amazonaws.region.service'. To get--- a list of available services, use the < DescribeVpcEndpointServices>--- request.+-- | The AWS service name, in the form 'com.amazonaws.region.service'. To get a list of available services, use the < DescribeVpcEndpointServices> request. cveServiceName :: Lens' CreateVPCEndpoint Text cveServiceName = lens _cveServiceName (\ s a -> s{_cveServiceName = a}); @@ -190,8 +176,7 @@     , _cversResponseStatus = pResponseStatus_     } --- | Unique, case-sensitive identifier you provide to ensure the idempotency--- of the request.+-- | Unique, case-sensitive identifier you provide to ensure the idempotency of the request. cversClientToken :: Lens' CreateVPCEndpointResponse (Maybe Text) cversClientToken = lens _cversClientToken (\ s a -> s{_cversClientToken = a}); 
gen/Network/AWS/EC2/CreateVPCPeeringConnection.hs view
@@ -18,18 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Requests a VPC peering connection between two VPCs: a requester VPC that--- you own and a peer VPC with which to create the connection. The peer VPC--- can belong to another AWS account. The requester VPC and peer VPC cannot--- have overlapping CIDR blocks.+-- Requests a VPC peering connection between two VPCs: a requester VPC that you own and a peer VPC with which to create the connection. The peer VPC can belong to another AWS account. The requester VPC and peer VPC cannot have overlapping CIDR blocks. ----- The owner of the peer VPC must accept the peering request to activate--- the peering connection. The VPC peering connection request expires after--- 7 days, after which it cannot be accepted or rejected.+-- The owner of the peer VPC must accept the peering request to activate the peering connection. The VPC peering connection request expires after 7 days, after which it cannot be accepted or rejected. ----- A 'CreateVpcPeeringConnection' request between VPCs with overlapping--- CIDR blocks results in the VPC peering connection having a status of--- 'failed'.+-- A 'CreateVpcPeeringConnection' request between VPCs with overlapping CIDR blocks results in the VPC peering connection having a status of 'failed'. module Network.AWS.EC2.CreateVPCPeeringConnection     (     -- * Creating a Request@@ -87,8 +80,7 @@     , _cvpcDryRun = Nothing     } --- | The ID of the VPC with which you are creating the VPC peering--- connection.+-- | The ID of the VPC with which you are creating the VPC peering connection. cvpcPeerVPCId :: Lens' CreateVPCPeeringConnection (Maybe Text) cvpcPeerVPCId = lens _cvpcPeerVPCId (\ s a -> s{_cvpcPeerVPCId = a}); @@ -102,10 +94,7 @@ cvpcPeerOwnerId :: Lens' CreateVPCPeeringConnection (Maybe Text) cvpcPeerOwnerId = lens _cvpcPeerOwnerId (\ s a -> s{_cvpcPeerOwnerId = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. cvpcDryRun :: Lens' CreateVPCPeeringConnection (Maybe Bool) cvpcDryRun = lens _cvpcDryRun (\ s a -> s{_cvpcDryRun = a}); 
gen/Network/AWS/EC2/CreateVPNConnection.hs view
@@ -18,26 +18,17 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a VPN connection between an existing virtual private gateway and--- a VPN customer gateway. The only supported connection type is 'ipsec.1'.+-- Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway. The only supported connection type is 'ipsec.1'. ----- The response includes information that you need to give to your network--- administrator to configure your customer gateway.+-- The response includes information that you need to give to your network administrator to configure your customer gateway. ----- We strongly recommend that you use HTTPS when calling this operation--- because the response contains sensitive cryptographic information for--- configuring your customer gateway.+-- We strongly recommend that you use HTTPS when calling this operation because the response contains sensitive cryptographic information for configuring your customer gateway. ----- If you decide to shut down your VPN connection for any reason and later--- create a new VPN connection, you must reconfigure your customer gateway--- with the new information returned from this call.+-- If you decide to shut down your VPN connection for any reason and later create a new VPN connection, you must reconfigure your customer gateway with the new information returned from this call. ----- This is an idempotent operation. If you perform the operation more than--- once, Amazon EC2 doesn\'t return an error.+-- This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn\'t return an error. ----- For more information about VPN connections, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html Adding a Hardware Virtual Private Gateway to Your VPC>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about VPN connections, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html Adding a Hardware Virtual Private Gateway to Your VPC> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.CreateVPNConnection     (     -- * Creating a Request@@ -103,18 +94,13 @@     , _cvcVPNGatewayId = pVPNGatewayId_     } --- | Indicates whether the VPN connection requires static routes. If you are--- creating a VPN connection for a device that does not support BGP, you--- must specify 'true'.+-- | Indicates whether the VPN connection requires static routes. If you are creating a VPN connection for a device that does not support BGP, you must specify 'true'. -- -- Default: 'false' cvcOptions :: Lens' CreateVPNConnection (Maybe VPNConnectionOptionsSpecification) cvcOptions = lens _cvcOptions (\ s a -> s{_cvcOptions = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. cvcDryRun :: Lens' CreateVPNConnection (Maybe Bool) cvcDryRun = lens _cvcDryRun (\ s a -> s{_cvcDryRun = a}); 
gen/Network/AWS/EC2/CreateVPNConnectionRoute.hs view
@@ -18,14 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a static route associated with a VPN connection between an--- existing virtual private gateway and a VPN customer gateway. The static--- route allows traffic to be routed from the virtual private gateway to--- the VPN customer gateway.+-- Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway. ----- For more information about VPN connections, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html Adding a Hardware Virtual Private Gateway to Your VPC>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about VPN connections, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html Adding a Hardware Virtual Private Gateway to Your VPC> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.CreateVPNConnectionRoute     (     -- * Creating a Request
gen/Network/AWS/EC2/CreateVPNGateway.hs view
@@ -18,13 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a virtual private gateway. A virtual private gateway is the--- endpoint on the VPC side of your VPN connection. You can create a--- virtual private gateway before creating the VPC itself.+-- Creates a virtual private gateway. A virtual private gateway is the endpoint on the VPC side of your VPN connection. You can create a virtual private gateway before creating the VPC itself. ----- For more information about virtual private gateways, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html Adding a Hardware Virtual Private Gateway to Your VPC>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about virtual private gateways, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html Adding a Hardware Virtual Private Gateway to Your VPC> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.CreateVPNGateway     (     -- * Creating a Request@@ -82,10 +78,7 @@ cvgAvailabilityZone :: Lens' CreateVPNGateway (Maybe Text) cvgAvailabilityZone = lens _cvgAvailabilityZone (\ s a -> s{_cvgAvailabilityZone = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. cvgDryRun :: Lens' CreateVPNGateway (Maybe Bool) cvgDryRun = lens _cvgDryRun (\ s a -> s{_cvgDryRun = a}); 
gen/Network/AWS/EC2/CreateVolume.hs view
@@ -18,25 +18,13 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates an EBS volume that can be attached to an instance in the same--- Availability Zone. The volume is created in the regional endpoint that--- you send the HTTP request to. For more information see--- <http://docs.aws.amazon.com/general/latest/gr/rande.html Regions and Endpoints>.+-- Creates an EBS volume that can be attached to an instance in the same Availability Zone. The volume is created in the regional endpoint that you send the HTTP request to. For more information see <http://docs.aws.amazon.com/general/latest/gr/rande.html Regions and Endpoints>. ----- You can create a new empty volume or restore a volume from an EBS--- snapshot. Any AWS Marketplace product codes from the snapshot are--- propagated to the volume.+-- You can create a new empty volume or restore a volume from an EBS snapshot. Any AWS Marketplace product codes from the snapshot are propagated to the volume. ----- You can create encrypted volumes with the 'Encrypted' parameter.--- Encrypted volumes may only be attached to instances that support Amazon--- EBS encryption. Volumes that are created from encrypted snapshots are--- also automatically encrypted. 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/.+-- You can create encrypted volumes with the 'Encrypted' parameter. Encrypted volumes may only be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are also automatically encrypted. 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/. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-volume.html Creating or Restoring an Amazon EBS Volume>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-volume.html Creating or Restoring an Amazon EBS Volume> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.CreateVolume     (     -- * Creating a Request@@ -127,60 +115,33 @@  -- | The size of the volume, in GiBs. ----- Constraints: 1-16384 for 'gp2', 4-16384 for 'io1', 500-16384 for 'st1',--- 500-16384 for 'sc1', and 1-1024 for 'standard'. If you specify a--- snapshot, the volume size must be equal to or larger than the snapshot--- size.+-- Constraints: 1-16384 for 'gp2', 4-16384 for 'io1', 500-16384 for 'st1', 500-16384 for 'sc1', and 1-1024 for 'standard'. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size. ----- Default: If you\'re creating the volume from a snapshot and don\'t--- specify a volume size, the default is the snapshot size.+-- Default: If you\'re creating the volume from a snapshot and don\'t specify a volume size, the default is the snapshot size. creSize :: Lens' CreateVolume (Maybe Int) creSize = lens _creSize (\ s a -> s{_creSize = a}); --- | Only valid for Provisioned IOPS SSD volumes. The number of I\/O--- operations per second (IOPS) to provision for the volume, with a maximum--- ratio of 30 IOPS\/GiB.+-- | Only valid for Provisioned IOPS SSD volumes. The number of I\/O operations per second (IOPS) to provision for the volume, with a maximum ratio of 30 IOPS\/GiB. -- -- Constraint: Range is 100 to 20000 for Provisioned IOPS SSD volumes creIOPS :: Lens' CreateVolume (Maybe Int) creIOPS = lens _creIOPS (\ s a -> s{_creIOPS = a}); --- | Specifies whether the volume should be encrypted. Encrypted Amazon EBS--- volumes may only 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 vice versa. If your AMI uses encrypted--- volumes, you can only launch it on supported instance types. 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/.+-- | Specifies whether the volume should be encrypted. Encrypted Amazon EBS volumes may only 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 vice versa. If your AMI uses encrypted volumes, you can only launch it on supported instance types. 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/. creEncrypted :: Lens' CreateVolume (Maybe Bool) creEncrypted = lens _creEncrypted (\ s a -> s{_creEncrypted = a}); --- | The full ARN of the AWS Key Management Service (AWS KMS) customer master--- key (CMK) to use when creating the encrypted volume. This parameter is--- only required if you want to use a non-default CMK; if this parameter is--- not specified, the default CMK for EBS is used. The ARN contains the--- 'arn:aws:kms' namespace, followed by the region of the CMK, the AWS--- account ID of the CMK owner, the 'key' namespace, and then the CMK ID.--- For example,--- arn:aws:kms:/us-east-1/:/012345678910/:key\//abcd1234-a123-456a-a12b-a123b4cd56ef/.--- If a 'KmsKeyId' is specified, the 'Encrypted' flag must also be set.+-- | The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the encrypted volume. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. The ARN contains the 'arn:aws:kms' namespace, followed by the region of the CMK, the AWS account ID of the CMK owner, the 'key' namespace, and then the CMK ID. For example, arn:aws:kms:/us-east-1/:/012345678910/:key\//abcd1234-a123-456a-a12b-a123b4cd56ef/. If a 'KmsKeyId' is specified, the 'Encrypted' flag must also be set. creKMSKeyId :: Lens' CreateVolume (Maybe Text) creKMSKeyId = lens _creKMSKeyId (\ s a -> s{_creKMSKeyId = a}); --- | The volume type. This can be 'gp2' for General Purpose SSD, 'io1' for--- Provisioned IOPS SSD, 'st1' for Throughput Optimized HDD, 'sc1' for Cold--- HDD, or 'standard' for Magnetic volumes.+-- | The volume type. This can be 'gp2' for General Purpose SSD, 'io1' for Provisioned IOPS SSD, 'st1' for Throughput Optimized HDD, 'sc1' for Cold HDD, or 'standard' for Magnetic volumes. -- -- Default: 'standard' creVolumeType :: Lens' CreateVolume (Maybe VolumeType) creVolumeType = lens _creVolumeType (\ s a -> s{_creVolumeType = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. creDryRun :: Lens' CreateVolume (Maybe Bool) creDryRun = lens _creDryRun (\ s a -> s{_creDryRun = a}); @@ -188,9 +149,7 @@ creSnapshotId :: Lens' CreateVolume (Maybe Text) creSnapshotId = lens _creSnapshotId (\ s a -> s{_creSnapshotId = a}); --- | The Availability Zone in which to create the volume. Use--- < DescribeAvailabilityZones> to list the Availability Zones that are--- currently available to you.+-- | The Availability Zone in which to create the volume. Use < DescribeAvailabilityZones> to list the Availability Zones that are currently available to you. creAvailabilityZone :: Lens' CreateVolume Text creAvailabilityZone = lens _creAvailabilityZone (\ s a -> s{_creAvailabilityZone = a}); 
gen/Network/AWS/EC2/DeleteCustomerGateway.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified customer gateway. You must delete the VPN--- connection before you can delete the customer gateway.+-- Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway. module Network.AWS.EC2.DeleteCustomerGateway     (     -- * Creating a Request@@ -65,10 +64,7 @@     , _dcgcCustomerGatewayId = pCustomerGatewayId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dcgcDryRun :: Lens' DeleteCustomerGateway (Maybe Bool) dcgcDryRun = lens _dcgcDryRun (\ s a -> s{_dcgcDryRun = a}); 
gen/Network/AWS/EC2/DeleteDHCPOptions.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified set of DHCP options. You must disassociate the set--- of DHCP options before you can delete it. You can disassociate the set--- of DHCP options by associating either a new set of options or the--- default set of options with the VPC.+-- Deletes the specified set of DHCP options. You must disassociate the set of DHCP options before you can delete it. You can disassociate the set of DHCP options by associating either a new set of options or the default set of options with the VPC. module Network.AWS.EC2.DeleteDHCPOptions     (     -- * Creating a Request@@ -67,10 +64,7 @@     , _ddhcpoDHCPOptionsId = pDHCPOptionsId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. ddhcpoDryRun :: Lens' DeleteDHCPOptions (Maybe Bool) ddhcpoDryRun = lens _ddhcpoDryRun (\ s a -> s{_ddhcpoDryRun = a}); 
gen/Network/AWS/EC2/DeleteInternetGateway.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified Internet gateway. You must detach the Internet--- gateway from the VPC before you can delete it.+-- Deletes the specified Internet gateway. You must detach the Internet gateway from the VPC before you can delete it. module Network.AWS.EC2.DeleteInternetGateway     (     -- * Creating a Request@@ -65,10 +64,7 @@     , _digiInternetGatewayId = pInternetGatewayId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. digiDryRun :: Lens' DeleteInternetGateway (Maybe Bool) digiDryRun = lens _digiDryRun (\ s a -> s{_digiDryRun = a}); 
gen/Network/AWS/EC2/DeleteKeyPair.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified key pair, by removing the public key from Amazon--- EC2.+-- Deletes the specified key pair, by removing the public key from Amazon EC2. module Network.AWS.EC2.DeleteKeyPair     (     -- * Creating a Request@@ -65,10 +64,7 @@     , _dkpKeyName = pKeyName_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dkpDryRun :: Lens' DeleteKeyPair (Maybe Bool) dkpDryRun = lens _dkpDryRun (\ s a -> s{_dkpDryRun = a}); 
gen/Network/AWS/EC2/DeleteNatGateway.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified NAT gateway. Deleting a NAT gateway disassociates--- its Elastic IP address, but does not release the address from your--- account. Deleting a NAT gateway does not delete any NAT gateway routes--- in your route tables.+-- Deletes the specified NAT gateway. Deleting a NAT gateway disassociates its Elastic IP address, but does not release the address from your account. Deleting a NAT gateway does not delete any NAT gateway routes in your route tables. module Network.AWS.EC2.DeleteNatGateway     (     -- * Creating a Request
gen/Network/AWS/EC2/DeleteNetworkACL.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified network ACL. You can\'t delete the ACL if it\'s--- associated with any subnets. You can\'t delete the default network ACL.+-- Deletes the specified network ACL. You can\'t delete the ACL if it\'s associated with any subnets. You can\'t delete the default network ACL. module Network.AWS.EC2.DeleteNetworkACL     (     -- * Creating a Request@@ -65,10 +64,7 @@     , _dnaNetworkACLId = pNetworkACLId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dnaDryRun :: Lens' DeleteNetworkACL (Maybe Bool) dnaDryRun = lens _dnaDryRun (\ s a -> s{_dnaDryRun = a}); 
gen/Network/AWS/EC2/DeleteNetworkACLEntry.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified ingress or egress entry (rule) from the specified--- network ACL.+-- Deletes the specified ingress or egress entry (rule) from the specified network ACL. module Network.AWS.EC2.DeleteNetworkACLEntry     (     -- * Creating a Request@@ -77,10 +76,7 @@     , _dnaeEgress = pEgress_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dnaeDryRun :: Lens' DeleteNetworkACLEntry (Maybe Bool) dnaeDryRun = lens _dnaeDryRun (\ s a -> s{_dnaeDryRun = a}); 
gen/Network/AWS/EC2/DeleteNetworkInterface.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified network interface. You must detach the network--- interface before you can delete it.+-- Deletes the specified network interface. You must detach the network interface before you can delete it. module Network.AWS.EC2.DeleteNetworkInterface     (     -- * Creating a Request@@ -65,10 +64,7 @@     , _dninNetworkInterfaceId = pNetworkInterfaceId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dninDryRun :: Lens' DeleteNetworkInterface (Maybe Bool) dninDryRun = lens _dninDryRun (\ s a -> s{_dninDryRun = a}); 
gen/Network/AWS/EC2/DeletePlacementGroup.hs view
@@ -18,11 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified placement group. You must terminate all instances--- in the placement group before you can delete the placement group. For--- more information about placement groups and cluster instances, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cluster_computing.html Cluster Instances>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Deletes the specified placement group. You must terminate all instances in the placement group before you can delete the placement group. For more information about placement groups and cluster instances, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cluster_computing.html Cluster Instances> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.DeletePlacementGroup     (     -- * Creating a Request@@ -68,10 +64,7 @@     , _dpgGroupName = pGroupName_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dpgDryRun :: Lens' DeletePlacementGroup (Maybe Bool) dpgDryRun = lens _dpgDryRun (\ s a -> s{_dpgDryRun = a}); 
gen/Network/AWS/EC2/DeleteRoute.hs view
@@ -70,10 +70,7 @@     , _drDestinationCIdRBlock = pDestinationCIdRBlock_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. drDryRun :: Lens' DeleteRoute (Maybe Bool) drDryRun = lens _drDryRun (\ s a -> s{_drDryRun = a}); @@ -81,8 +78,7 @@ drRouteTableId :: Lens' DeleteRoute Text drRouteTableId = lens _drRouteTableId (\ s a -> s{_drRouteTableId = a}); --- | The CIDR range for the route. The value you specify must match the CIDR--- for the route exactly.+-- | The CIDR range for the route. The value you specify must match the CIDR for the route exactly. drDestinationCIdRBlock :: Lens' DeleteRoute Text drDestinationCIdRBlock = lens _drDestinationCIdRBlock (\ s a -> s{_drDestinationCIdRBlock = a}); 
gen/Network/AWS/EC2/DeleteRouteTable.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified route table. You must disassociate the route table--- from any subnets before you can delete it. You can\'t delete the main--- route table.+-- Deletes the specified route table. You must disassociate the route table from any subnets before you can delete it. You can\'t delete the main route table. module Network.AWS.EC2.DeleteRouteTable     (     -- * Creating a Request@@ -66,10 +64,7 @@     , _drtrRouteTableId = pRouteTableId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. drtrDryRun :: Lens' DeleteRouteTable (Maybe Bool) drtrDryRun = lens _drtrDryRun (\ s a -> s{_drtrDryRun = a}); 
gen/Network/AWS/EC2/DeleteSecurityGroup.hs view
@@ -20,10 +20,7 @@ -- -- Deletes a security group. ----- If you attempt to delete a security group that is associated with an--- instance, or is referenced by another security group, the operation--- fails with 'InvalidGroup.InUse' in EC2-Classic or 'DependencyViolation'--- in EC2-VPC.+-- If you attempt to delete a security group that is associated with an instance, or is referenced by another security group, the operation fails with 'InvalidGroup.InUse' in EC2-Classic or 'DependencyViolation' in EC2-VPC. module Network.AWS.EC2.DeleteSecurityGroup     (     -- * Creating a Request@@ -77,15 +74,11 @@ dsgGroupId :: Lens' DeleteSecurityGroup (Maybe Text) dsgGroupId = lens _dsgGroupId (\ s a -> s{_dsgGroupId = a}); --- | [EC2-Classic, default VPC] The name of the security group. You can--- specify either the security group name or the security group ID.+-- | [EC2-Classic, default VPC] The name of the security group. You can specify either the security group name or the security group ID. dsgGroupName :: Lens' DeleteSecurityGroup (Maybe Text) dsgGroupName = lens _dsgGroupName (\ s a -> s{_dsgGroupName = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dsgDryRun :: Lens' DeleteSecurityGroup (Maybe Bool) dsgDryRun = lens _dsgDryRun (\ s a -> s{_dsgDryRun = a}); 
gen/Network/AWS/EC2/DeleteSnapshot.hs view
@@ -20,21 +20,11 @@ -- -- Deletes the specified snapshot. ----- When you make periodic snapshots of a volume, the snapshots are--- incremental, and only the blocks on the device that have changed since--- your last snapshot are saved in the new snapshot. When you delete a--- snapshot, only the data not needed for any other snapshot is removed. So--- regardless of which prior snapshots have been deleted, all active--- snapshots will have access to all the information needed to restore the--- volume.+-- When you make periodic snapshots of a volume, the snapshots are incremental, and only the blocks on the device that have changed since your last snapshot are saved in the new snapshot. When you delete a snapshot, only the data not needed for any other snapshot is removed. So regardless of which prior snapshots have been deleted, all active snapshots will have access to all the information needed to restore the volume. ----- You cannot delete a snapshot of the root device of an EBS volume used by--- a registered AMI. You must first de-register the AMI before you can--- delete the snapshot.+-- You cannot delete a snapshot of the root device of an EBS volume used by a registered AMI. You must first de-register the AMI before you can delete the snapshot. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-snapshot.html Deleting an Amazon EBS Snapshot>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-snapshot.html Deleting an Amazon EBS Snapshot> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.DeleteSnapshot     (     -- * Creating a Request@@ -80,10 +70,7 @@     , _deleSnapshotId = pSnapshotId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. deleDryRun :: Lens' DeleteSnapshot (Maybe Bool) deleDryRun = lens _deleDryRun (\ s a -> s{_deleDryRun = a}); 
gen/Network/AWS/EC2/DeleteSpotDatafeedSubscription.hs view
@@ -58,10 +58,7 @@     { _dsdssDryRun = Nothing     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dsdssDryRun :: Lens' DeleteSpotDatafeedSubscription (Maybe Bool) dsdssDryRun = lens _dsdssDryRun (\ s a -> s{_dsdssDryRun = a}); 
gen/Network/AWS/EC2/DeleteSubnet.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified subnet. You must terminate all running instances--- in the subnet before you can delete the subnet.+-- Deletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet. module Network.AWS.EC2.DeleteSubnet     (     -- * Creating a Request@@ -65,10 +64,7 @@     , _ddSubnetId = pSubnetId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. ddDryRun :: Lens' DeleteSubnet (Maybe Bool) ddDryRun = lens _ddDryRun (\ s a -> s{_ddDryRun = a}); 
gen/Network/AWS/EC2/DeleteTags.hs view
@@ -18,12 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified set of tags from the specified set of resources.--- This call is designed to follow a 'DescribeTags' request.+-- Deletes the specified set of tags from the specified set of resources. This call is designed to follow a 'DescribeTags' request. ----- For more information about tags, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html Tagging Your Resources>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about tags, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html Tagging Your Resources> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.DeleteTags     (     -- * Creating a Request@@ -73,22 +70,15 @@     , _dtsResources = mempty     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dtsDryRun :: Lens' DeleteTags (Maybe Bool) dtsDryRun = lens _dtsDryRun (\ s a -> s{_dtsDryRun = a}); --- | One or more tags to delete. If you omit the 'value' parameter, we delete--- the tag regardless of its value. If you specify this parameter with an--- empty string as the value, we delete the key only if its value is an--- empty string.+-- | One or more tags to delete. If you omit the 'value' parameter, we delete the tag regardless of its value. If you specify this parameter with an empty string as the value, we delete the key only if its value is an empty string. dtsTags :: Lens' DeleteTags [Tag] dtsTags = lens _dtsTags (\ s a -> s{_dtsTags = a}) . _Default . _Coerce; --- | The ID of the resource. For example, ami-1a2b3c4d. You can specify more--- than one resource ID.+-- | The ID of the resource. For example, ami-1a2b3c4d. You can specify more than one resource ID. dtsResources :: Lens' DeleteTags [Text] dtsResources = lens _dtsResources (\ s a -> s{_dtsResources = a}) . _Coerce; 
gen/Network/AWS/EC2/DeleteVPC.hs view
@@ -18,12 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified VPC. You must detach or delete all gateways and--- resources that are associated with the VPC before you can delete it. For--- example, you must terminate all instances running in the VPC, delete all--- security groups associated with the VPC (except the default one), delete--- all route tables associated with the VPC (except the default one), and--- so on.+-- Deletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it. For example, you must terminate all instances running in the VPC, delete all security groups associated with the VPC (except the default one), delete all route tables associated with the VPC (except the default one), and so on. module Network.AWS.EC2.DeleteVPC     (     -- * Creating a Request@@ -69,10 +64,7 @@     , _delVPCId = pVPCId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. delDryRun :: Lens' DeleteVPC (Maybe Bool) delDryRun = lens _delDryRun (\ s a -> s{_delDryRun = a}); 
gen/Network/AWS/EC2/DeleteVPCEndpoints.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes one or more specified VPC endpoints. Deleting the endpoint also--- deletes the endpoint routes in the route tables that were associated--- with the endpoint.+-- Deletes one or more specified VPC endpoints. Deleting the endpoint also deletes the endpoint routes in the route tables that were associated with the endpoint. module Network.AWS.EC2.DeleteVPCEndpoints     (     -- * Creating a Request@@ -68,10 +66,7 @@     , _dveVPCEndpointIds = mempty     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dveDryRun :: Lens' DeleteVPCEndpoints (Maybe Bool) dveDryRun = lens _dveDryRun (\ s a -> s{_dveDryRun = a}); 
gen/Network/AWS/EC2/DeleteVPCPeeringConnection.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes a VPC peering connection. Either the owner of the requester VPC--- or the owner of the peer VPC can delete the VPC peering connection if--- it\'s in the 'active' state. The owner of the requester VPC can delete a--- VPC peering connection in the 'pending-acceptance' state.+-- Deletes a VPC peering connection. Either the owner of the requester VPC or the owner of the peer VPC can delete the VPC peering connection if it\'s in the 'active' state. The owner of the requester VPC can delete a VPC peering connection in the 'pending-acceptance' state. module Network.AWS.EC2.DeleteVPCPeeringConnection     (     -- * Creating a Request@@ -70,10 +67,7 @@     , _dvpcVPCPeeringConnectionId = pVPCPeeringConnectionId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dvpcDryRun :: Lens' DeleteVPCPeeringConnection (Maybe Bool) dvpcDryRun = lens _dvpcDryRun (\ s a -> s{_dvpcDryRun = a}); 
gen/Network/AWS/EC2/DeleteVPNConnection.hs view
@@ -20,15 +20,7 @@ -- -- Deletes the specified VPN connection. ----- If you\'re deleting the VPC and its associated components, we recommend--- that you detach the virtual private gateway from the VPC and delete the--- VPC before deleting the VPN connection. If you believe that the tunnel--- credentials for your VPN connection have been compromised, you can--- delete the VPN connection and create a new one that has new keys,--- without needing to delete the VPC or virtual private gateway. If you--- create a new VPN connection, you must reconfigure the customer gateway--- using the new configuration information returned with the new VPN--- connection ID.+-- If you\'re deleting the VPC and its associated components, we recommend that you detach the virtual private gateway from the VPC and delete the VPC before deleting the VPN connection. If you believe that the tunnel credentials for your VPN connection have been compromised, you can delete the VPN connection and create a new one that has new keys, without needing to delete the VPC or virtual private gateway. If you create a new VPN connection, you must reconfigure the customer gateway using the new configuration information returned with the new VPN connection ID. module Network.AWS.EC2.DeleteVPNConnection     (     -- * Creating a Request@@ -74,10 +66,7 @@     , _dvcVPNConnectionId = pVPNConnectionId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dvcDryRun :: Lens' DeleteVPNConnection (Maybe Bool) dvcDryRun = lens _dvcDryRun (\ s a -> s{_dvcDryRun = a}); 
gen/Network/AWS/EC2/DeleteVPNConnectionRoute.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified static route associated with a VPN connection--- between an existing virtual private gateway and a VPN customer gateway.--- The static route allows traffic to be routed from the virtual private--- gateway to the VPN customer gateway.+-- Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway. module Network.AWS.EC2.DeleteVPNConnectionRoute     (     -- * Creating a Request
gen/Network/AWS/EC2/DeleteVPNGateway.hs view
@@ -18,11 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified virtual private gateway. We recommend that before--- you delete a virtual private gateway, you detach it from the VPC and--- delete the VPN connection. Note that you don\'t need to delete the--- virtual private gateway if you plan to delete and recreate the VPN--- connection between your VPC and your network.+-- Deletes the specified virtual private gateway. We recommend that before you delete a virtual private gateway, you detach it from the VPC and delete the VPN connection. Note that you don\'t need to delete the virtual private gateway if you plan to delete and recreate the VPN connection between your VPC and your network. module Network.AWS.EC2.DeleteVPNGateway     (     -- * Creating a Request@@ -68,10 +64,7 @@     , _dvgVPNGatewayId = pVPNGatewayId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dvgDryRun :: Lens' DeleteVPNGateway (Maybe Bool) dvgDryRun = lens _dvgDryRun (\ s a -> s{_dvgDryRun = a}); 
gen/Network/AWS/EC2/DeleteVolume.hs view
@@ -18,14 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified EBS volume. The volume must be in the 'available'--- state (not attached to an instance).+-- Deletes the specified EBS volume. The volume must be in the 'available' state (not attached to an instance). -- -- The volume may remain in the 'deleting' state for several minutes. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-volume.html Deleting an Amazon EBS Volume>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-volume.html Deleting an Amazon EBS Volume> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.DeleteVolume     (     -- * Creating a Request@@ -71,10 +68,7 @@     , _dvvVolumeId = pVolumeId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dvvDryRun :: Lens' DeleteVolume (Maybe Bool) dvvDryRun = lens _dvvDryRun (\ s a -> s{_dvvDryRun = a}); 
gen/Network/AWS/EC2/DeregisterImage.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deregisters the specified AMI. After you deregister an AMI, it can\'t be--- used to launch new instances.+-- Deregisters the specified AMI. After you deregister an AMI, it can\'t be used to launch new instances. -- -- This command does not delete the AMI. module Network.AWS.EC2.DeregisterImage@@ -67,10 +66,7 @@     , _diImageId = pImageId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. diDryRun :: Lens' DeregisterImage (Maybe Bool) diDryRun = lens _diDryRun (\ s a -> s{_diDryRun = a}); 
gen/Network/AWS/EC2/DescribeAccountAttributes.hs view
@@ -18,26 +18,19 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes attributes of your AWS account. The following are the--- supported account attributes:+-- Describes attributes of your AWS account. The following are the supported account attributes: ----- -   'supported-platforms': Indicates whether your account can launch---     instances into EC2-Classic and EC2-VPC, or only into EC2-VPC.+-- -   'supported-platforms': Indicates whether your account can launch instances into EC2-Classic and EC2-VPC, or only into EC2-VPC. ----- -   'default-vpc': The ID of the default VPC for your account, or---     'none'.+-- -   'default-vpc': The ID of the default VPC for your account, or 'none'. ----- -   'max-instances': The maximum number of On-Demand instances that you---     can run.+-- -   'max-instances': The maximum number of On-Demand instances that you can run. ----- -   'vpc-max-security-groups-per-interface': The maximum number of---     security groups that you can assign to a network interface.+-- -   'vpc-max-security-groups-per-interface': The maximum number of security groups that you can assign to a network interface. ----- -   'max-elastic-ips': The maximum number of Elastic IP addresses that---     you can allocate for use with EC2-Classic.+-- -   'max-elastic-ips': The maximum number of Elastic IP addresses that you can allocate for use with EC2-Classic. ----- -   'vpc-max-elastic-ips': The maximum number of Elastic IP addresses---     that you can allocate for use with EC2-VPC.+-- -   'vpc-max-elastic-ips': The maximum number of Elastic IP addresses that you can allocate for use with EC2-VPC. -- module Network.AWS.EC2.DescribeAccountAttributes     (@@ -90,10 +83,7 @@ daaAttributeNames :: Lens' DescribeAccountAttributes [AccountAttributeName] daaAttributeNames = lens _daaAttributeNames (\ s a -> s{_daaAttributeNames = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. daaDryRun :: Lens' DescribeAccountAttributes (Maybe Bool) daaDryRun = lens _daaDryRun (\ s a -> s{_daaDryRun = a}); 
gen/Network/AWS/EC2/DescribeAddresses.hs view
@@ -20,10 +20,7 @@ -- -- Describes one or more of your Elastic IP addresses. ----- An Elastic IP address is for use in either the EC2-Classic platform or--- in a VPC. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html Elastic IP Addresses>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html Elastic IP Addresses> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.DescribeAddresses     (     -- * Creating a Request@@ -87,19 +84,15 @@ -- -- -   'association-id' - [EC2-VPC] The association ID for the address. ----- -   'domain' - Indicates whether the address is for use in EC2-Classic---     ('standard') or in a VPC ('vpc').+-- -   'domain' - Indicates whether the address is for use in EC2-Classic ('standard') or in a VPC ('vpc'). ----- -   'instance-id' - The ID of the instance the address is associated---     with, if any.+-- -   'instance-id' - The ID of the instance the address is associated with, if any. ----- -   'network-interface-id' - [EC2-VPC] The ID of the network interface---     that the address is associated with, if any.+-- -   'network-interface-id' - [EC2-VPC] The ID of the network interface that the address is associated with, if any. -- -- -   'network-interface-owner-id' - The AWS account ID of the owner. ----- -   'private-ip-address' - [EC2-VPC] The private IP address associated---     with the Elastic IP address.+-- -   'private-ip-address' - [EC2-VPC] The private IP address associated with the Elastic IP address. -- -- -   'public-ip' - The Elastic IP address. --@@ -118,10 +111,7 @@ daAllocationIds :: Lens' DescribeAddresses [Text] daAllocationIds = lens _daAllocationIds (\ s a -> s{_daAllocationIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. daDryRun :: Lens' DescribeAddresses (Maybe Bool) daDryRun = lens _daDryRun (\ s a -> s{_daDryRun = a}); 
gen/Network/AWS/EC2/DescribeAvailabilityZones.hs view
@@ -18,15 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes one or more of the Availability Zones that are available to--- you. The results include zones only for the region you\'re currently--- using. If there is an event impacting an Availability Zone, you can use--- this request to view the state and any provided message for that--- Availability Zone.+-- Describes one or more of the Availability Zones that are available to you. The results include zones only for the region you\'re currently using. If there is an event impacting an Availability Zone, you can use this request to view the state and any provided message for that Availability Zone. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html Regions and Availability Zones>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html Regions and Availability Zones> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.DescribeAvailabilityZones     (     -- * Creating a Request@@ -87,22 +81,16 @@ -- -- -   'message' - Information about the Availability Zone. ----- -   'region-name' - The name of the region for the Availability Zone---     (for example, 'us-east-1').+-- -   'region-name' - The name of the region for the Availability Zone (for example, 'us-east-1'). ----- -   'state' - The state of the Availability Zone ('available' |---     'information' | 'impaired' | 'unavailable').+-- -   'state' - The state of the Availability Zone ('available' | 'information' | 'impaired' | 'unavailable'). ----- -   'zone-name' - The name of the Availability Zone (for example,---     'us-east-1a').+-- -   'zone-name' - The name of the Availability Zone (for example, 'us-east-1a'). -- dazFilters :: Lens' DescribeAvailabilityZones [Filter] dazFilters = lens _dazFilters (\ s a -> s{_dazFilters = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dazDryRun :: Lens' DescribeAvailabilityZones (Maybe Bool) dazDryRun = lens _dazDryRun (\ s a -> s{_dazDryRun = a}); 
gen/Network/AWS/EC2/DescribeBundleTasks.hs view
@@ -20,10 +20,7 @@ -- -- Describes one or more of your bundling tasks. ----- Completed bundle tasks are listed for only a limited time. If your--- bundle task is no longer in the list, you can still register an AMI from--- it. Just use 'RegisterImage' with the Amazon S3 bucket name and image--- manifest name you provided to the bundle task.+-- Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use 'RegisterImage' with the Amazon S3 bucket name and image manifest name you provided to the bundle task. module Network.AWS.EC2.DescribeBundleTasks     (     -- * Creating a Request@@ -92,28 +89,22 @@ -- -- -   'instance-id' - The ID of the instance. ----- -   'progress' - The level of task completion, as a percentage (for---     example, 20%).+-- -   'progress' - The level of task completion, as a percentage (for example, 20%). -- -- -   's3-bucket' - The Amazon S3 bucket to store the AMI. -- -- -   's3-prefix' - The beginning of the AMI name. ----- -   'start-time' - The time the task started (for example,---     2013-09-15T17:15:20.000Z).+-- -   'start-time' - The time the task started (for example, 2013-09-15T17:15:20.000Z). ----- -   'state' - The state of the task ('pending' | 'waiting-for-shutdown'---     | 'bundling' | 'storing' | 'cancelling' | 'complete' | 'failed').+-- -   'state' - The state of the task ('pending' | 'waiting-for-shutdown' | 'bundling' | 'storing' | 'cancelling' | 'complete' | 'failed'). -- -- -   'update-time' - The time of the most recent update for the task. -- dbtFilters :: Lens' DescribeBundleTasks [Filter] dbtFilters = lens _dbtFilters (\ s a -> s{_dbtFilters = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dbtDryRun :: Lens' DescribeBundleTasks (Maybe Bool) dbtDryRun = lens _dbtDryRun (\ s a -> s{_dbtDryRun = a}); 
gen/Network/AWS/EC2/DescribeClassicLinkInstances.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes one or more of your linked EC2-Classic instances. This request--- only returns information about EC2-Classic instances linked to a VPC--- through ClassicLink; you cannot use this request to return information--- about other instances.+-- Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink; you cannot use this request to return information about other instances. module Network.AWS.EC2.DescribeClassicLinkInstances     (     -- * Creating a Request@@ -87,24 +84,15 @@  -- | One or more filters. ----- -   'group-id' - The ID of a VPC security group that\'s associated with---     the instance.+-- -   'group-id' - The ID of a VPC security group that\'s associated with the instance. -- -- -   'instance-id' - The ID of the instance. ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. -- -- -   'vpc-id' - The ID of the VPC that the instance is linked to. --@@ -115,27 +103,17 @@ dcliNextToken :: Lens' DescribeClassicLinkInstances (Maybe Text) dcliNextToken = lens _dcliNextToken (\ s a -> s{_dcliNextToken = a}); --- | One or more instance IDs. Must be instances linked to a VPC through--- ClassicLink.+-- | One or more instance IDs. Must be instances linked to a VPC through ClassicLink. dcliInstanceIds :: Lens' DescribeClassicLinkInstances [Text] dcliInstanceIds = lens _dcliInstanceIds (\ s a -> s{_dcliInstanceIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dcliDryRun :: Lens' DescribeClassicLinkInstances (Maybe Bool) dcliDryRun = lens _dcliDryRun (\ s a -> s{_dcliDryRun = a}); --- | The maximum number of results to return for the request in a single--- page. The remaining results of the initial request can be seen by--- sending another request with the returned 'NextToken' value. This value--- can be between 5 and 1000; if 'MaxResults' is given a value larger than--- 1000, only 1000 results are returned. You cannot specify this parameter--- and the instance IDs parameter in the same request.+-- | The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned 'NextToken' value. This value can be between 5 and 1000; if 'MaxResults' is given a value larger than 1000, only 1000 results are returned. You cannot specify this parameter and the instance IDs parameter in the same request. ----- Constraint: If the value is greater than 1000, we return only 1000--- items.+-- Constraint: If the value is greater than 1000, we return only 1000 items. dcliMaxResults :: Lens' DescribeClassicLinkInstances (Maybe Int) dcliMaxResults = lens _dcliMaxResults (\ s a -> s{_dcliMaxResults = a}); @@ -204,8 +182,7 @@     , _dclirsResponseStatus = pResponseStatus_     } --- | The token to use to retrieve the next page of results. This value is--- 'null' when there are no more results to return.+-- | The token to use to retrieve the next page of results. This value is 'null' when there are no more results to return. dclirsNextToken :: Lens' DescribeClassicLinkInstancesResponse (Maybe Text) dclirsNextToken = lens _dclirsNextToken (\ s a -> s{_dclirsNextToken = a}); 
gen/Network/AWS/EC2/DescribeConversionTasks.hs view
@@ -18,14 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes one or more of your conversion tasks. For more information,--- see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UploadingYourInstancesandVolumes.html Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Describes one or more of your conversion tasks. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UploadingYourInstancesandVolumes.html Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2> in the /Amazon Elastic Compute Cloud User Guide/. ----- For information about the import manifest referenced by this API action,--- see--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html VM Import Manifest>.+-- For information about the import manifest referenced by this API action, see <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html VM Import Manifest>. module Network.AWS.EC2.DescribeConversionTasks     (     -- * Creating a Request@@ -86,10 +81,7 @@ dctConversionTaskIds :: Lens' DescribeConversionTasks [Text] dctConversionTaskIds = lens _dctConversionTaskIds (\ s a -> s{_dctConversionTaskIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dctDryRun :: Lens' DescribeConversionTasks (Maybe Bool) dctDryRun = lens _dctDryRun (\ s a -> s{_dctDryRun = a}); 
gen/Network/AWS/EC2/DescribeCustomerGateways.hs view
@@ -20,9 +20,7 @@ -- -- Describes one or more of your VPN customer gateways. ----- For more information about VPN customer gateways, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html Adding a Hardware Virtual Private Gateway to Your VPC>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about VPN customer gateways, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html Adding a Hardware Virtual Private Gateway to Your VPC> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.DescribeCustomerGateways     (     -- * Creating a Request@@ -83,41 +81,26 @@  -- | One or more filters. ----- -   'bgp-asn' - The customer gateway\'s Border Gateway Protocol (BGP)---     Autonomous System Number (ASN).+-- -   'bgp-asn' - The customer gateway\'s Border Gateway Protocol (BGP) Autonomous System Number (ASN). -- -- -   'customer-gateway-id' - The ID of the customer gateway. ----- -   'ip-address' - The IP address of the customer gateway\'s---     Internet-routable external interface.+-- -   'ip-address' - The IP address of the customer gateway\'s Internet-routable external interface. ----- -   'state' - The state of the customer gateway ('pending' | 'available'---     | 'deleting' | 'deleted').+-- -   'state' - The state of the customer gateway ('pending' | 'available' | 'deleting' | 'deleted'). ----- -   'type' - The type of customer gateway. Currently, the only supported---     type is 'ipsec.1'.+-- -   'type' - The type of customer gateway. Currently, the only supported type is 'ipsec.1'. ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. -- dcgFilters :: Lens' DescribeCustomerGateways [Filter] dcgFilters = lens _dcgFilters (\ s a -> s{_dcgFilters = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dcgDryRun :: Lens' DescribeCustomerGateways (Maybe Bool) dcgDryRun = lens _dcgDryRun (\ s a -> s{_dcgDryRun = a}); 
gen/Network/AWS/EC2/DescribeDHCPOptions.hs view
@@ -20,9 +20,7 @@ -- -- Describes one or more of your DHCP options sets. ----- For more information about DHCP options sets, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html DHCP Options Sets>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about DHCP options sets, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html DHCP Options Sets> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.DescribeDHCPOptions     (     -- * Creating a Request@@ -83,19 +81,11 @@ -- -- -   'value' - The value for one of the options. ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. -- ddoFilters :: Lens' DescribeDHCPOptions [Filter] ddoFilters = lens _ddoFilters (\ s a -> s{_ddoFilters = a}) . _Default . _Coerce;@@ -106,10 +96,7 @@ ddoDHCPOptionsIds :: Lens' DescribeDHCPOptions [Text] ddoDHCPOptionsIds = lens _ddoDHCPOptionsIds (\ s a -> s{_ddoDHCPOptionsIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. ddoDryRun :: Lens' DescribeDHCPOptions (Maybe Bool) ddoDryRun = lens _ddoDryRun (\ s a -> s{_ddoDryRun = a}); 
gen/Network/AWS/EC2/DescribeFlowLogs.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes one or more flow logs. To view the information in your flow--- logs (the log streams for the network interfaces), you must use the--- CloudWatch Logs console or the CloudWatch Logs API.+-- Describes one or more flow logs. To view the information in your flow logs (the log streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs API. module Network.AWS.EC2.DescribeFlowLogs     (     -- * Creating a Request@@ -89,8 +87,7 @@  -- | One or more filters. ----- -   'deliver-log-status' - The status of the logs delivery ('SUCCESS' |---     'FAILED').+-- -   'deliver-log-status' - The status of the logs delivery ('SUCCESS' | 'FAILED'). -- -- -   'flow-log-id' - The ID of the flow log. --@@ -103,12 +100,7 @@ dFilter :: Lens' DescribeFlowLogs [Filter] dFilter = lens _dFilter (\ s a -> s{_dFilter = a}) . _Default . _Coerce; --- | The maximum number of results to return for the request in a single--- page. The remaining results can be seen by sending another request with--- the returned 'NextToken' value. This value can be between 5 and 1000; if--- 'MaxResults' is given a value larger than 1000, only 1000 results are--- returned. You cannot specify this parameter and the flow log IDs--- parameter in the same request.+-- | The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned 'NextToken' value. This value can be between 5 and 1000; if 'MaxResults' is given a value larger than 1000, only 1000 results are returned. You cannot specify this parameter and the flow log IDs parameter in the same request. dMaxResults :: Lens' DescribeFlowLogs (Maybe Int) dMaxResults = lens _dMaxResults (\ s a -> s{_dMaxResults = a}); @@ -172,8 +164,7 @@     , _dflsrsResponseStatus = pResponseStatus_     } --- | The token to use to retrieve the next page of results. This value is--- 'null' when there are no more results to return.+-- | The token to use to retrieve the next page of results. This value is 'null' when there are no more results to return. dflsrsNextToken :: Lens' DescribeFlowLogsResponse (Maybe Text) dflsrsNextToken = lens _dflsrsNextToken (\ s a -> s{_dflsrsNextToken = a}); 
gen/Network/AWS/EC2/DescribeHosts.hs view
@@ -20,10 +20,7 @@ -- -- Describes one or more of your Dedicated hosts. ----- The results describe only the Dedicated hosts in the region you\'re--- currently using. All listed instances consume capacity on your Dedicated--- host. Dedicated hosts that have recently been released will be listed--- with the state 'released'.+-- The results describe only the Dedicated hosts in the region you\'re currently using. All listed instances consume capacity on your Dedicated host. Dedicated hosts that have recently been released will be listed with the state 'released'. module Network.AWS.EC2.DescribeHosts     (     -- * Creating a Request@@ -88,38 +85,26 @@  -- | One or more filters. ----- -   'instance-type' - The instance type size that the Dedicated host is---     configured to support.+-- -   'instance-type' - The instance type size that the Dedicated host is configured to support. ----- -   'auto-placement' - Whether auto-placement is enabled or disabled---     ('on' | 'off').+-- -   'auto-placement' - Whether auto-placement is enabled or disabled ('on' | 'off'). ----- -   'host-reservation-id' - The ID of the reservation associated with---     this host.+-- -   'host-reservation-id' - The ID of the reservation associated with this host. ----- -   'client-token' - The idempotency token you provided when you---     launched the instance+-- -   'client-token' - The idempotency token you provided when you launched the instance ----- -   'state'- The allocation state of the Dedicated host ('available' |---     'under-assessment' | 'permanent-failure' | 'released' |---     'released-permanent-failure').+-- -   'state'- The allocation state of the Dedicated host ('available' | 'under-assessment' | 'permanent-failure' | 'released' | 'released-permanent-failure'). -- -- -   'availability-zone' - The Availability Zone of the host. -- dhFilter :: Lens' DescribeHosts [Filter] dhFilter = lens _dhFilter (\ s a -> s{_dhFilter = a}) . _Default . _Coerce; --- | The IDs of the Dedicated hosts. The IDs are used for targeted instance--- launches.+-- | The IDs of the Dedicated hosts. The IDs are used for targeted instance launches. dhHostIds :: Lens' DescribeHosts [Text] dhHostIds = lens _dhHostIds (\ s a -> s{_dhHostIds = a}) . _Default . _Coerce; --- | The maximum number of results to return for the request in a single--- page. The remaining results can be seen by sending another request with--- the returned 'nextToken' value. This value can be between 5 and 500; if--- 'maxResults' is given a larger value than 500, you will receive an--- error. You cannot specify this parameter and the host IDs parameter in--- the same request.+-- | The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned 'nextToken' value. This value can be between 5 and 500; if 'maxResults' is given a larger value than 500, you will receive an error. You cannot specify this parameter and the host IDs parameter in the same request. dhMaxResults :: Lens' DescribeHosts (Maybe Int) dhMaxResults = lens _dhMaxResults (\ s a -> s{_dhMaxResults = a}); @@ -187,8 +172,7 @@ dhrsHosts :: Lens' DescribeHostsResponse [Host] dhrsHosts = lens _dhrsHosts (\ s a -> s{_dhrsHosts = a}) . _Default . _Coerce; --- | The token to use to retrieve the next page of results. This value is--- 'null' when there are no more results to return.+-- | The token to use to retrieve the next page of results. This value is 'null' when there are no more results to return. dhrsNextToken :: Lens' DescribeHostsResponse (Maybe Text) dhrsNextToken = lens _dhrsNextToken (\ s a -> s{_dhrsNextToken = a}); 
gen/Network/AWS/EC2/DescribeIdFormat.hs view
@@ -18,22 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the ID format settings for your resources on a per-region--- basis, for example, to view which resource types are enabled for longer--- IDs. This request only returns information about resource types whose ID--- formats can be modified; it does not return information about other--- resource types.+-- Describes the ID format settings for your resources on a per-region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. ----- The following resource types support longer IDs: 'instance' |--- 'reservation' | 'snapshot' | 'volume'.+-- The following resource types support longer IDs: 'instance' | 'reservation' | 'snapshot' | 'volume'. ----- These settings apply to the IAM user who makes the request; they do not--- apply to the entire AWS account. By default, an IAM user defaults to the--- same settings as the root user, unless they explicitly override the--- settings by running the < ModifyIdFormat> command. Resources created--- with longer IDs are visible to all IAM users, regardless of these--- settings and provided that they have permission to use the relevant--- 'Describe' command for the resource type.+-- These settings apply to the IAM user who makes the request; they do not apply to the entire AWS account. By default, an IAM user defaults to the same settings as the root user, unless they explicitly override the settings by running the < ModifyIdFormat> command. Resources created with longer IDs are visible to all IAM users, regardless of these settings and provided that they have permission to use the relevant 'Describe' command for the resource type. module Network.AWS.EC2.DescribeIdFormat     (     -- * Creating a Request
gen/Network/AWS/EC2/DescribeImageAttribute.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the specified attribute of the specified AMI. You can specify--- only one attribute at a time.+-- Describes the specified attribute of the specified AMI. You can specify only one attribute at a time. module Network.AWS.EC2.DescribeImageAttribute     (     -- * Creating a Request@@ -81,10 +80,7 @@     , _diaiAttribute = pAttribute_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. diaiDryRun :: Lens' DescribeImageAttribute (Maybe Bool) diaiDryRun = lens _diaiDryRun (\ s a -> s{_diaiDryRun = a}); @@ -94,10 +90,7 @@  -- | The AMI attribute. ----- __Note__: Depending on your account privileges, the 'blockDeviceMapping'--- attribute may return a 'Client.AuthFailure' error. If this happens, use--- < DescribeImages> to get information about the block device mapping for--- the AMI.+-- __Note__: Depending on your account privileges, the 'blockDeviceMapping' attribute may return a 'Client.AuthFailure' error. If this happens, use < DescribeImages> to get information about the block device mapping for the AMI. diaiAttribute :: Lens' DescribeImageAttribute ImageAttributeName diaiAttribute = lens _diaiAttribute (\ s a -> s{_diaiAttribute = a}); 
gen/Network/AWS/EC2/DescribeImages.hs view
@@ -18,13 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes one or more of the images (AMIs, AKIs, and ARIs) available to--- you. Images available to you include public images, private images that--- you own, and private images owned by other AWS accounts but for which--- you have explicit launch permissions.+-- Describes one or more of the images (AMIs, AKIs, and ARIs) available to you. Images available to you include public images, private images that you own, and private images owned by other AWS accounts but for which you have explicit launch permissions. ----- Deregistered images are included in the returned results for an--- unspecified interval after deregistration.+-- Deregistered images are included in the returned results for an unspecified interval after deregistration. module Network.AWS.EC2.DescribeImages     (     -- * Creating a Request@@ -87,16 +83,11 @@     , _deseDryRun = Nothing     } --- | Filters the images by the owner. Specify an AWS account ID, 'amazon'--- (owner is Amazon), 'aws-marketplace' (owner is AWS Marketplace), 'self'--- (owner is the sender of the request). Omitting this option returns all--- images for which you have launch permissions, regardless of ownership.+-- | Filters the images by the owner. Specify an AWS account ID, 'amazon' (owner is Amazon), 'aws-marketplace' (owner is AWS Marketplace), 'self' (owner is the sender of the request). Omitting this option returns all images for which you have launch permissions, regardless of ownership. deseOwners :: Lens' DescribeImages [Text] deseOwners = lens _deseOwners (\ s a -> s{_deseOwners = a}) . _Default . _Coerce; --- | Scopes the images by users with explicit launch permissions. Specify an--- AWS account ID, 'self' (the sender of the request), or 'all' (public--- AMIs).+-- | Scopes the images by users with explicit launch permissions. Specify an AWS account ID, 'self' (the sender of the request), or 'all' (public AMIs). deseExecutableUsers :: Lens' DescribeImages [Text] deseExecutableUsers = lens _deseExecutableUsers (\ s a -> s{_deseExecutableUsers = a}) . _Default . _Coerce; @@ -104,24 +95,17 @@ -- -- -   'architecture' - The image architecture ('i386' | 'x86_64'). ----- -   'block-device-mapping.delete-on-termination' - A Boolean value that---     indicates whether the Amazon EBS volume is deleted on instance---     termination.+-- -   'block-device-mapping.delete-on-termination' - A Boolean value that indicates whether the Amazon EBS volume is deleted on instance termination. ----- -   'block-device-mapping.device-name' - The device name for the EBS---     volume (for example, '\/dev\/sdh').+-- -   'block-device-mapping.device-name' - The device name for the EBS volume (for example, '\/dev\/sdh'). ----- -   'block-device-mapping.snapshot-id' - The ID of the snapshot used for---     the EBS volume.+-- -   'block-device-mapping.snapshot-id' - The ID of the snapshot used for the EBS volume. ----- -   'block-device-mapping.volume-size' - The volume size of the EBS---     volume, in GiB.+-- -   'block-device-mapping.volume-size' - The volume size of the EBS volume, in GiB. ----- -   'block-device-mapping.volume-type' - The volume type of the EBS---     volume ('gp2' | 'io1' | 'st1 '| 'sc1' | 'standard').+-- -   'block-device-mapping.volume-type' - The volume type of the EBS volume ('gp2' | 'io1' | 'st1 '| 'sc1' | 'standard'). ----- -   'description' - The description of the image (provided during image---     creation).+-- -   'description' - The description of the image (provided during image creation). -- -- -   'hypervisor' - The hypervisor type ('ovm' | 'xen'). --@@ -141,45 +125,31 @@ -- -- -   'owner-id' - The AWS account ID of the image owner. ----- -   'platform' - The platform. To only list Windows-based AMIs, use---     'windows'.+-- -   'platform' - The platform. To only list Windows-based AMIs, use 'windows'. -- -- -   'product-code' - The product code. ----- -   'product-code.type' - The type of the product code ('devpay' |---     'marketplace').+-- -   'product-code.type' - The type of the product code ('devpay' | 'marketplace'). -- -- -   'ramdisk-id' - The RAM disk ID. ----- -   'root-device-name' - The name of the root device volume (for---     example, '\/dev\/sda1').+-- -   'root-device-name' - The name of the root device volume (for example, '\/dev\/sda1'). ----- -   'root-device-type' - The type of the root device volume ('ebs' |---     'instance-store').+-- -   'root-device-type' - The type of the root device volume ('ebs' | 'instance-store'). ----- -   'state' - The state of the image ('available' | 'pending' |---     'failed').+-- -   'state' - The state of the image ('available' | 'pending' | 'failed'). -- -- -   'state-reason-code' - The reason code for the state change. -- -- -   'state-reason-message' - The message for the state change. ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the tag-value filter. For example, if you use both---     the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you---     get any resources assigned both the tag key Purpose (regardless of---     what the tag\'s value is), and the tag value X (regardless of what---     the tag\'s key is). If you want to list only resources where Purpose---     is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the tag-value filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. ----- -   'virtualization-type' - The virtualization type ('paravirtual' |---     'hvm').+-- -   'virtualization-type' - The virtualization type ('paravirtual' | 'hvm'). -- deseFilters :: Lens' DescribeImages [Filter] deseFilters = lens _deseFilters (\ s a -> s{_deseFilters = a}) . _Default . _Coerce;@@ -190,10 +160,7 @@ deseImageIds :: Lens' DescribeImages [Text] deseImageIds = lens _deseImageIds (\ s a -> s{_deseImageIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. deseDryRun :: Lens' DescribeImages (Maybe Bool) deseDryRun = lens _deseDryRun (\ s a -> s{_deseDryRun = a}); 
gen/Network/AWS/EC2/DescribeImportImageTasks.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Displays details about an import virtual machine or import snapshot--- tasks that are already created.+-- Displays details about an import virtual machine or import snapshot tasks that are already created. module Network.AWS.EC2.DescribeImportImageTasks     (     -- * Creating a Request@@ -83,8 +82,7 @@     , _diitMaxResults = Nothing     } --- | Filter tasks using the 'task-state' filter and one of the following--- values: active, completed, deleting, deleted.+-- | Filter tasks using the 'task-state' filter and one of the following values: active, completed, deleting, deleted. diitFilters :: Lens' DescribeImportImageTasks [Filter] diitFilters = lens _diitFilters (\ s a -> s{_diitFilters = a}) . _Default . _Coerce; @@ -96,16 +94,11 @@ diitNextToken :: Lens' DescribeImportImageTasks (Maybe Text) diitNextToken = lens _diitNextToken (\ s a -> s{_diitNextToken = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. diitDryRun :: Lens' DescribeImportImageTasks (Maybe Bool) diitDryRun = lens _diitDryRun (\ s a -> s{_diitDryRun = a}); --- | The maximum number of results to return in a single call. To retrieve--- the remaining results, make another call with the returned 'NextToken'--- value.+-- | The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned 'NextToken' value. diitMaxResults :: Lens' DescribeImportImageTasks (Maybe Int) diitMaxResults = lens _diitMaxResults (\ s a -> s{_diitMaxResults = a}); @@ -173,13 +166,11 @@     , _diitrsResponseStatus = pResponseStatus_     } --- | The token to use to get the next page of results. This value is 'null'--- when there are no more results to return.+-- | The token to use to get the next page of results. This value is 'null' when there are no more results to return. diitrsNextToken :: Lens' DescribeImportImageTasksResponse (Maybe Text) diitrsNextToken = lens _diitrsNextToken (\ s a -> s{_diitrsNextToken = a}); --- | A list of zero or more import image tasks that are currently active or--- were completed or canceled in the previous 7 days.+-- | A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days. diitrsImportImageTasks :: Lens' DescribeImportImageTasksResponse [ImportImageTask] diitrsImportImageTasks = lens _diitrsImportImageTasks (\ s a -> s{_diitrsImportImageTasks = a}) . _Default . _Coerce; 
gen/Network/AWS/EC2/DescribeImportSnapshotTasks.hs view
@@ -94,16 +94,11 @@ distNextToken :: Lens' DescribeImportSnapshotTasks (Maybe Text) distNextToken = lens _distNextToken (\ s a -> s{_distNextToken = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. distDryRun :: Lens' DescribeImportSnapshotTasks (Maybe Bool) distDryRun = lens _distDryRun (\ s a -> s{_distDryRun = a}); --- | The maximum number of results to return in a single call. To retrieve--- the remaining results, make another call with the returned 'NextToken'--- value.+-- | The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned 'NextToken' value. distMaxResults :: Lens' DescribeImportSnapshotTasks (Maybe Int) distMaxResults = lens _distMaxResults (\ s a -> s{_distMaxResults = a}); @@ -171,13 +166,11 @@     , _distrsResponseStatus = pResponseStatus_     } --- | The token to use to get the next page of results. This value is 'null'--- when there are no more results to return.+-- | The token to use to get the next page of results. This value is 'null' when there are no more results to return. distrsNextToken :: Lens' DescribeImportSnapshotTasksResponse (Maybe Text) distrsNextToken = lens _distrsNextToken (\ s a -> s{_distrsNextToken = a}); --- | A list of zero or more import snapshot tasks that are currently active--- or were completed or canceled in the previous 7 days.+-- | A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days. distrsImportSnapshotTasks :: Lens' DescribeImportSnapshotTasksResponse [ImportSnapshotTask] distrsImportSnapshotTasks = lens _distrsImportSnapshotTasks (\ s a -> s{_distrsImportSnapshotTasks = a}) . _Default . _Coerce; 
gen/Network/AWS/EC2/DescribeInstanceAttribute.hs view
@@ -18,12 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the specified attribute of the specified instance. You can--- specify only one attribute at a time. Valid attribute values are:--- 'instanceType' | 'kernel' | 'ramdisk' | 'userData' |--- 'disableApiTermination' | 'instanceInitiatedShutdownBehavior' |--- 'rootDeviceName' | 'blockDeviceMapping' | 'productCodes' |--- 'sourceDestCheck' | 'groupSet' | 'ebsOptimized' | 'sriovNetSupport'+-- Describes the specified attribute of the specified instance. You can specify only one attribute at a time. Valid attribute values are: 'instanceType' | 'kernel' | 'ramdisk' | 'userData' | 'disableApiTermination' | 'instanceInitiatedShutdownBehavior' | 'rootDeviceName' | 'blockDeviceMapping' | 'productCodes' | 'sourceDestCheck' | 'groupSet' | 'ebsOptimized' | 'sriovNetSupport' module Network.AWS.EC2.DescribeInstanceAttribute     (     -- * Creating a Request@@ -91,10 +86,7 @@     , _diaAttribute = pAttribute_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. diaDryRun :: Lens' DescribeInstanceAttribute (Maybe Bool) diaDryRun = lens _diaDryRun (\ s a -> s{_diaDryRun = a}); @@ -239,14 +231,11 @@ drsGroups :: Lens' DescribeInstanceAttributeResponse [GroupIdentifier] drsGroups = lens _drsGroups (\ s a -> s{_drsGroups = a}) . _Default . _Coerce; --- | Indicates whether source\/destination checking is enabled. A value of--- 'true' means checking is enabled, and 'false' means checking is--- disabled. This value must be 'false' for a NAT instance to perform NAT.+-- | Indicates whether source\/destination checking is enabled. A value of 'true' means checking is enabled, and 'false' means checking is disabled. This value must be 'false' for a NAT instance to perform NAT. drsSourceDestCheck :: Lens' DescribeInstanceAttributeResponse (Maybe AttributeBooleanValue) drsSourceDestCheck = lens _drsSourceDestCheck (\ s a -> s{_drsSourceDestCheck = a}); --- | If the value is 'true', you can\'t terminate the instance through the--- Amazon EC2 console, CLI, or API; otherwise, you can.+-- | If the value is 'true', you can\'t terminate the instance through the Amazon EC2 console, CLI, or API; otherwise, you can. drsDisableAPITermination :: Lens' DescribeInstanceAttributeResponse (Maybe AttributeBooleanValue) drsDisableAPITermination = lens _drsDisableAPITermination (\ s a -> s{_drsDisableAPITermination = a}); @@ -258,8 +247,7 @@ drsKernelId :: Lens' DescribeInstanceAttributeResponse (Maybe AttributeValue) drsKernelId = lens _drsKernelId (\ s a -> s{_drsKernelId = a}); --- | The name of the root device (for example, '\/dev\/sda1' or--- '\/dev\/xvda').+-- | The name of the root device (for example, '\/dev\/sda1' or '\/dev\/xvda'). drsRootDeviceName :: Lens' DescribeInstanceAttributeResponse (Maybe AttributeValue) drsRootDeviceName = lens _drsRootDeviceName (\ s a -> s{_drsRootDeviceName = a}); @@ -279,9 +267,7 @@ drsUserData :: Lens' DescribeInstanceAttributeResponse (Maybe AttributeValue) drsUserData = lens _drsUserData (\ s a -> s{_drsUserData = a}); --- | Indicates whether an instance stops or terminates when you initiate--- shutdown from the instance (using the operating system command for--- system shutdown).+-- | Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown). drsInstanceInitiatedShutdownBehavior :: Lens' DescribeInstanceAttributeResponse (Maybe AttributeValue) drsInstanceInitiatedShutdownBehavior = lens _drsInstanceInitiatedShutdownBehavior (\ s a -> s{_drsInstanceInitiatedShutdownBehavior = a}); 
gen/Network/AWS/EC2/DescribeInstanceStatus.hs view
@@ -18,30 +18,15 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the status of one or more instances. By default, only running--- instances are described, unless specified otherwise.+-- Describes the status of one or more instances. By default, only running instances are described, unless specified otherwise. -- -- Instance status includes the following components: ----- -   __Status checks__ - Amazon EC2 performs status checks on running EC2---     instances to identify hardware and software issues. For more---     information, see---     <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-system-instance-status-check.html Status Checks for Your Instances>---     and---     <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstances.html Troubleshooting Instances with Failed Status Checks>---     in the /Amazon Elastic Compute Cloud User Guide/.+-- -   __Status checks__ - Amazon EC2 performs status checks on running EC2 instances to identify hardware and software issues. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-system-instance-status-check.html Status Checks for Your Instances> and <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstances.html Troubleshooting Instances with Failed Status Checks> in the /Amazon Elastic Compute Cloud User Guide/. ----- -   __Scheduled events__ - Amazon EC2 can schedule events (such as---     reboot, stop, or terminate) for your instances related to hardware---     issues, software updates, or system maintenance. For more---     information, see---     <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-instances-status-check_sched.html Scheduled Events for Your Instances>---     in the /Amazon Elastic Compute Cloud User Guide/.+-- -   __Scheduled events__ - Amazon EC2 can schedule events (such as reboot, stop, or terminate) for your instances related to hardware issues, software updates, or system maintenance. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-instances-status-check_sched.html Scheduled Events for Your Instances> in the /Amazon Elastic Compute Cloud User Guide/. ----- -   __Instance state__ - You can manage your instances from the moment---     you launch them through their termination. For more information, see---     <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html Instance Lifecycle>---     in the /Amazon Elastic Compute Cloud User Guide/.+-- -   __Instance state__ - You can manage your instances from the moment you launch them through their termination. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html Instance Lifecycle> in the /Amazon Elastic Compute Cloud User Guide/. -- -- -- This operation returns paginated results.@@ -114,8 +99,7 @@     , _disMaxResults = Nothing     } --- | When 'true', includes the health status for all instances. When 'false',--- includes the health status for running instances only.+-- | When 'true', includes the health status for all instances. When 'false', includes the health status for running instances only. -- -- Default: 'false' disIncludeAllInstances :: Lens' DescribeInstanceStatus (Maybe Bool)@@ -125,43 +109,25 @@ -- -- -   'availability-zone' - The Availability Zone of the instance. ----- -   'event.code' - The code for the scheduled event ('instance-reboot' |---     'system-reboot' | 'system-maintenance' | 'instance-retirement' |---     'instance-stop').+-- -   'event.code' - The code for the scheduled event ('instance-reboot' | 'system-reboot' | 'system-maintenance' | 'instance-retirement' | 'instance-stop'). -- -- -   'event.description' - A description of the event. ----- -   'event.not-after' - The latest end time for the scheduled event (for---     example, '2014-09-15T17:15:20.000Z').+-- -   'event.not-after' - The latest end time for the scheduled event (for example, '2014-09-15T17:15:20.000Z'). ----- -   'event.not-before' - The earliest start time for the scheduled event---     (for example, '2014-09-15T17:15:20.000Z').+-- -   'event.not-before' - The earliest start time for the scheduled event (for example, '2014-09-15T17:15:20.000Z'). ----- -   'instance-state-code' - The code for the instance state, as a 16-bit---     unsigned integer. The high byte is an opaque internal value and---     should be ignored. The low byte is set based on the state---     represented. The valid values are 0 (pending), 16 (running), 32---     (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped).+-- -   'instance-state-code' - The code for the instance state, as a 16-bit unsigned integer. The high byte is an opaque internal value and should be ignored. The low byte is set based on the state represented. The valid values are 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped). ----- -   'instance-state-name' - The state of the instance ('pending' |---     'running' | 'shutting-down' | 'terminated' | 'stopping' |---     'stopped').+-- -   'instance-state-name' - The state of the instance ('pending' | 'running' | 'shutting-down' | 'terminated' | 'stopping' | 'stopped'). ----- -   'instance-status.reachability' - Filters on instance status where---     the name is 'reachability' ('passed' | 'failed' | 'initializing' |---     'insufficient-data').+-- -   'instance-status.reachability' - Filters on instance status where the name is 'reachability' ('passed' | 'failed' | 'initializing' | 'insufficient-data'). ----- -   'instance-status.status' - The status of the instance ('ok' |---     'impaired' | 'initializing' | 'insufficient-data' |---     'not-applicable').+-- -   'instance-status.status' - The status of the instance ('ok' | 'impaired' | 'initializing' | 'insufficient-data' | 'not-applicable'). ----- -   'system-status.reachability' - Filters on system status where the---     name is 'reachability' ('passed' | 'failed' | 'initializing' |---     'insufficient-data').+-- -   'system-status.reachability' - Filters on system status where the name is 'reachability' ('passed' | 'failed' | 'initializing' | 'insufficient-data'). ----- -   'system-status.status' - The system status of the instance ('ok' |---     'impaired' | 'initializing' | 'insufficient-data' |---     'not-applicable').+-- -   'system-status.status' - The system status of the instance ('ok' | 'impaired' | 'initializing' | 'insufficient-data' | 'not-applicable'). -- disFilters :: Lens' DescribeInstanceStatus [Filter] disFilters = lens _disFilters (\ s a -> s{_disFilters = a}) . _Default . _Coerce;@@ -178,17 +144,11 @@ disInstanceIds :: Lens' DescribeInstanceStatus [Text] disInstanceIds = lens _disInstanceIds (\ s a -> s{_disInstanceIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. disDryRun :: Lens' DescribeInstanceStatus (Maybe Bool) disDryRun = lens _disDryRun (\ s a -> s{_disDryRun = a}); --- | The maximum number of results to return in a single call. To retrieve--- the remaining results, make another call with the returned 'NextToken'--- value. This value can be between 5 and 1000. You cannot specify this--- parameter and the instance IDs parameter in the same call.+-- | The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned 'NextToken' value. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter in the same call. disMaxResults :: Lens' DescribeInstanceStatus (Maybe Int) disMaxResults = lens _disMaxResults (\ s a -> s{_disMaxResults = a}); @@ -268,8 +228,7 @@ disrsInstanceStatuses :: Lens' DescribeInstanceStatusResponse [InstanceStatus] disrsInstanceStatuses = lens _disrsInstanceStatuses (\ s a -> s{_disrsInstanceStatuses = a}) . _Default . _Coerce; --- | The token to use to retrieve the next page of results. This value is--- 'null' when there are no more results to return.+-- | The token to use to retrieve the next page of results. This value is 'null' when there are no more results to return. disrsNextToken :: Lens' DescribeInstanceStatusResponse (Maybe Text) disrsNextToken = lens _disrsNextToken (\ s a -> s{_disrsNextToken = a}); 
gen/Network/AWS/EC2/DescribeInstances.hs view
@@ -20,15 +20,9 @@ -- -- Describes one or more of your instances. ----- If you specify one or more instance IDs, Amazon EC2 returns information--- for those instances. If you do not specify instance IDs, Amazon EC2--- returns information for all relevant instances. If you specify an--- instance ID that is not valid, an error is returned. If you specify an--- instance that you do not own, it is not included in the returned--- results.+-- If you specify one or more instance IDs, Amazon EC2 returns information for those instances. If you do not specify instance IDs, Amazon EC2 returns information for all relevant instances. If you specify an instance ID that is not valid, an error is returned. If you specify an instance that you do not own, it is not included in the returned results. ----- Recently terminated instances might appear in the returned results. This--- interval is usually less than one hour.+-- Recently terminated instances might appear in the returned results. This interval is usually less than one hour. -- -- This operation returns paginated results. module Network.AWS.EC2.DescribeInstances@@ -97,135 +91,91 @@  -- | One or more filters. ----- -   'affinity' - The affinity setting for an instance running on a---     Dedicated host ('default' | 'host').+-- -   'affinity' - The affinity setting for an instance running on a Dedicated host ('default' | 'host'). -- -- -   'architecture' - The instance architecture ('i386' | 'x86_64'). -- -- -   'availability-zone' - The Availability Zone of the instance. ----- -   'block-device-mapping.attach-time' - The attach time for an EBS---     volume mapped to the instance, for example,---     '2010-09-15T17:15:20.000Z'.+-- -   'block-device-mapping.attach-time' - The attach time for an EBS volume mapped to the instance, for example, '2010-09-15T17:15:20.000Z'. ----- -   'block-device-mapping.delete-on-termination' - A Boolean that---     indicates whether the EBS volume is deleted on instance termination.+-- -   'block-device-mapping.delete-on-termination' - A Boolean that indicates whether the EBS volume is deleted on instance termination. ----- -   'block-device-mapping.device-name' - The device name for the EBS---     volume (for example, '\/dev\/sdh' or 'xvdh').+-- -   'block-device-mapping.device-name' - The device name for the EBS volume (for example, '\/dev\/sdh' or 'xvdh'). ----- -   'block-device-mapping.status' - The status for the EBS volume---     ('attaching' | 'attached' | 'detaching' | 'detached').+-- -   'block-device-mapping.status' - The status for the EBS volume ('attaching' | 'attached' | 'detaching' | 'detached'). -- -- -   'block-device-mapping.volume-id' - The volume ID of the EBS volume. ----- -   'client-token' - The idempotency token you provided when you---     launched the instance.+-- -   'client-token' - The idempotency token you provided when you launched the instance. -- -- -   'dns-name' - The public DNS name of the instance. ----- -   'group-id' - The ID of the security group for the instance.---     EC2-Classic only.+-- -   'group-id' - The ID of the security group for the instance. EC2-Classic only. ----- -   'group-name' - The name of the security group for the instance.---     EC2-Classic only.+-- -   'group-name' - The name of the security group for the instance. EC2-Classic only. ----- -   'host-Id' - The ID of the Dedicated host on which the instance is---     running, if applicable.+-- -   'host-Id' - The ID of the Dedicated host on which the instance is running, if applicable. -- -- -   'hypervisor' - The hypervisor type of the instance ('ovm' | 'xen'). ----- -   'iam-instance-profile.arn' - The instance profile associated with---     the instance. Specified as an ARN.+-- -   'iam-instance-profile.arn' - The instance profile associated with the instance. Specified as an ARN. -- -- -   'image-id' - The ID of the image used to launch the instance. -- -- -   'instance-id' - The ID of the instance. ----- -   'instance-lifecycle' - Indicates whether this is a Spot Instance or---     a Scheduled Instance ('spot' | 'scheduled').+-- -   'instance-lifecycle' - Indicates whether this is a Spot Instance or a Scheduled Instance ('spot' | 'scheduled'). ----- -   'instance-state-code' - The state of the instance, as a 16-bit---     unsigned integer. The high byte is an opaque internal value and---     should be ignored. The low byte is set based on the state---     represented. The valid values are: 0 (pending), 16 (running), 32---     (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped).+-- -   'instance-state-code' - The state of the instance, as a 16-bit unsigned integer. The high byte is an opaque internal value and should be ignored. The low byte is set based on the state represented. The valid values are: 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped). ----- -   'instance-state-name' - The state of the instance ('pending' |---     'running' | 'shutting-down' | 'terminated' | 'stopping' |---     'stopped').+-- -   'instance-state-name' - The state of the instance ('pending' | 'running' | 'shutting-down' | 'terminated' | 'stopping' | 'stopped'). -- -- -   'instance-type' - The type of instance (for example, 't2.micro'). -- -- -   'instance.group-id' - The ID of the security group for the instance. ----- -   'instance.group-name' - The name of the security group for the---     instance.+-- -   'instance.group-name' - The name of the security group for the instance. -- -- -   'ip-address' - The public IP address of the instance. -- -- -   'kernel-id' - The kernel ID. ----- -   'key-name' - The name of the key pair used when the instance was---     launched.+-- -   'key-name' - The name of the key pair used when the instance was launched. ----- -   'launch-index' - When launching multiple instances, this is the---     index for the instance in the launch group (for example, 0, 1, 2,---     and so on).+-- -   'launch-index' - When launching multiple instances, this is the index for the instance in the launch group (for example, 0, 1, 2, and so on). -- -- -   'launch-time' - The time when the instance was launched. ----- -   'monitoring-state' - Indicates whether monitoring is enabled for the---     instance ('disabled' | 'enabled').+-- -   'monitoring-state' - Indicates whether monitoring is enabled for the instance ('disabled' | 'enabled'). -- -- -   'owner-id' - The AWS account ID of the instance owner. ----- -   'placement-group-name' - The name of the placement group for the---     instance.+-- -   'placement-group-name' - The name of the placement group for the instance. ----- -   'platform' - The platform. Use 'windows' if you have Windows---     instances; otherwise, leave blank.+-- -   'platform' - The platform. Use 'windows' if you have Windows instances; otherwise, leave blank. -- -- -   'private-dns-name' - The private DNS name of the instance. -- -- -   'private-ip-address' - The private IP address of the instance. ----- -   'product-code' - The product code associated with the AMI used to---     launch the instance.+-- -   'product-code' - The product code associated with the AMI used to launch the instance. ----- -   'product-code.type' - The type of product code ('devpay' |---     'marketplace').+-- -   'product-code.type' - The type of product code ('devpay' | 'marketplace'). -- -- -   'ramdisk-id' - The RAM disk ID. ----- -   'reason' - The reason for the current state of the instance (for---     example, shows \"User Initiated [date]\" when you stop or terminate---     the instance). Similar to the state-reason-code filter.+-- -   'reason' - The reason for the current state of the instance (for example, shows \"User Initiated [date]\" when you stop or terminate the instance). Similar to the state-reason-code filter. ----- -   'requester-id' - The ID of the entity that launched the instance on---     your behalf (for example, AWS Management Console, Auto Scaling, and---     so on).+-- -   'requester-id' - The ID of the entity that launched the instance on your behalf (for example, AWS Management Console, Auto Scaling, and so on). ----- -   'reservation-id' - The ID of the instance\'s reservation. A---     reservation ID is created any time you launch an instance. A---     reservation ID has a one-to-one relationship with an instance launch---     request, but can be associated with more than one instance if you---     launch multiple instances using the same launch request. For---     example, if you launch one instance, you\'ll get one reservation ID.---     If you launch ten instances using the same launch request, you\'ll---     also get one reservation ID.+-- -   'reservation-id' - The ID of the instance\'s reservation. A reservation ID is created any time you launch an instance. A reservation ID has a one-to-one relationship with an instance launch request, but can be associated with more than one instance if you launch multiple instances using the same launch request. For example, if you launch one instance, you\'ll get one reservation ID. If you launch ten instances using the same launch request, you\'ll also get one reservation ID. ----- -   'root-device-name' - The name of the root device for the instance---     (for example, '\/dev\/sda1' or '\/dev\/xvda').+-- -   'root-device-name' - The name of the root device for the instance (for example, '\/dev\/sda1' or '\/dev\/xvda'). ----- -   'root-device-type' - The type of root device that the instance uses---     ('ebs' | 'instance-store').+-- -   'root-device-type' - The type of root device that the instance uses ('ebs' | 'instance-store'). ----- -   'source-dest-check' - Indicates whether the instance performs---     source\/destination checking. A value of 'true' means that checking---     is enabled, and 'false' means checking is disabled. The value must---     be 'false' for the instance to perform network address translation---     (NAT) in your VPC.+-- -   'source-dest-check' - Indicates whether the instance performs source\/destination checking. A value of 'true' means that checking is enabled, and 'false' means checking is disabled. The value must be 'false' for the instance to perform network address translation (NAT) in your VPC. -- -- -   'spot-instance-request-id' - The ID of the Spot instance request. --@@ -235,117 +185,75 @@ -- -- -   'subnet-id' - The ID of the subnet for the instance. ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource, where 'tag':/key/ is the tag\'s key.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource, where 'tag':/key/ is the tag\'s key. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. ----- -   'tenancy' - The tenancy of an instance ('dedicated' | 'default' |---     'host').+-- -   'tenancy' - The tenancy of an instance ('dedicated' | 'default' | 'host'). ----- -   'virtualization-type' - The virtualization type of the instance---     ('paravirtual' | 'hvm').+-- -   'virtualization-type' - The virtualization type of the instance ('paravirtual' | 'hvm'). -- -- -   'vpc-id' - The ID of the VPC that the instance is running in. ----- -   'network-interface.description' - The description of the network---     interface.+-- -   'network-interface.description' - The description of the network interface. ----- -   'network-interface.subnet-id' - The ID of the subnet for the network---     interface.+-- -   'network-interface.subnet-id' - The ID of the subnet for the network interface. ----- -   'network-interface.vpc-id' - The ID of the VPC for the network---     interface.+-- -   'network-interface.vpc-id' - The ID of the VPC for the network interface. ----- -   'network-interface.network-interface-id' - The ID of the network---     interface.+-- -   'network-interface.network-interface-id' - The ID of the network interface. ----- -   'network-interface.owner-id' - The ID of the owner of the network---     interface.+-- -   'network-interface.owner-id' - The ID of the owner of the network interface. ----- -   'network-interface.availability-zone' - The Availability Zone for---     the network interface.+-- -   'network-interface.availability-zone' - The Availability Zone for the network interface. ----- -   'network-interface.requester-id' - The requester ID for the network---     interface.+-- -   'network-interface.requester-id' - The requester ID for the network interface. ----- -   'network-interface.requester-managed' - Indicates whether the---     network interface is being managed by AWS.+-- -   'network-interface.requester-managed' - Indicates whether the network interface is being managed by AWS. ----- -   'network-interface.status' - The status of the network interface---     ('available') | 'in-use').+-- -   'network-interface.status' - The status of the network interface ('available') | 'in-use'). ----- -   'network-interface.mac-address' - The MAC address of the network---     interface.+-- -   'network-interface.mac-address' - The MAC address of the network interface. ----- -   'network-interface.private-dns-name' - The private DNS name of the---     network interface.+-- -   'network-interface.private-dns-name' - The private DNS name of the network interface. ----- -   'network-interface.source-dest-check' - Whether the network---     interface performs source\/destination checking. A value of 'true'---     means checking is enabled, and 'false' means checking is disabled.---     The value must be 'false' for the network interface to perform---     network address translation (NAT) in your VPC.+-- -   'network-interface.source-dest-check' - Whether the network interface performs source\/destination checking. A value of 'true' means checking is enabled, and 'false' means checking is disabled. The value must be 'false' for the network interface to perform network address translation (NAT) in your VPC. ----- -   'network-interface.group-id' - The ID of a security group associated---     with the network interface.+-- -   'network-interface.group-id' - The ID of a security group associated with the network interface. ----- -   'network-interface.group-name' - The name of a security group---     associated with the network interface.+-- -   'network-interface.group-name' - The name of a security group associated with the network interface. ----- -   'network-interface.attachment.attachment-id' - The ID of the---     interface attachment.+-- -   'network-interface.attachment.attachment-id' - The ID of the interface attachment. ----- -   'network-interface.attachment.instance-id' - The ID of the instance---     to which the network interface is attached.+-- -   'network-interface.attachment.instance-id' - The ID of the instance to which the network interface is attached. ----- -   'network-interface.attachment.instance-owner-id' - The owner ID of---     the instance to which the network interface is attached.+-- -   'network-interface.attachment.instance-owner-id' - The owner ID of the instance to which the network interface is attached. ----- -   'network-interface.addresses.private-ip-address' - The private IP---     address associated with the network interface.+-- -   'network-interface.addresses.private-ip-address' - The private IP address associated with the network interface. ----- -   'network-interface.attachment.device-index' - The device index to---     which the network interface is attached.+-- -   'network-interface.attachment.device-index' - The device index to which the network interface is attached. ----- -   'network-interface.attachment.status' - The status of the attachment---     ('attaching' | 'attached' | 'detaching' | 'detached').+-- -   'network-interface.attachment.status' - The status of the attachment ('attaching' | 'attached' | 'detaching' | 'detached'). ----- -   'network-interface.attachment.attach-time' - The time that the---     network interface was attached to an instance.+-- -   'network-interface.attachment.attach-time' - The time that the network interface was attached to an instance. ----- -   'network-interface.attachment.delete-on-termination' - Specifies---     whether the attachment is deleted when an instance is terminated.+-- -   'network-interface.attachment.delete-on-termination' - Specifies whether the attachment is deleted when an instance is terminated. ----- -   'network-interface.addresses.primary' - Specifies whether the IP---     address of the network interface is the primary private IP address.+-- -   'network-interface.addresses.primary' - Specifies whether the IP address of the network interface is the primary private IP address. ----- -   'network-interface.addresses.association.public-ip' - The ID of the---     association of an Elastic IP address with a network interface.+-- -   'network-interface.addresses.association.public-ip' - The ID of the association of an Elastic IP address with a network interface. ----- -   'network-interface.addresses.association.ip-owner-id' - The owner ID---     of the private IP address associated with the network interface.+-- -   'network-interface.addresses.association.ip-owner-id' - The owner ID of the private IP address associated with the network interface. ----- -   'association.public-ip' - The address of the Elastic IP address---     bound to the network interface.+-- -   'association.public-ip' - The address of the Elastic IP address bound to the network interface. ----- -   'association.ip-owner-id' - The owner of the Elastic IP address---     associated with the network interface.+-- -   'association.ip-owner-id' - The owner of the Elastic IP address associated with the network interface. ----- -   'association.allocation-id' - The allocation ID returned when you---     allocated the Elastic IP address for your network interface.+-- -   'association.allocation-id' - The allocation ID returned when you allocated the Elastic IP address for your network interface. ----- -   'association.association-id' - The association ID returned when the---     network interface was associated with an IP address.+-- -   'association.association-id' - The association ID returned when the network interface was associated with an IP address. -- diiFilters :: Lens' DescribeInstances [Filter] diiFilters = lens _diiFilters (\ s a -> s{_diiFilters = a}) . _Default . _Coerce;@@ -360,17 +268,11 @@ diiInstanceIds :: Lens' DescribeInstances [Text] diiInstanceIds = lens _diiInstanceIds (\ s a -> s{_diiInstanceIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. diiDryRun :: Lens' DescribeInstances (Maybe Bool) diiDryRun = lens _diiDryRun (\ s a -> s{_diiDryRun = a}); --- | The maximum number of results to return in a single call. To retrieve--- the remaining results, make another call with the returned 'NextToken'--- value. This value can be between 5 and 1000. You cannot specify this--- parameter and the instance IDs parameter in the same call.+-- | The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned 'NextToken' value. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter in the same call. diiMaxResults :: Lens' DescribeInstances (Maybe Int) diiMaxResults = lens _diiMaxResults (\ s a -> s{_diiMaxResults = a}); @@ -443,8 +345,7 @@     , _dirsResponseStatus = pResponseStatus_     } --- | The token to use to retrieve the next page of results. This value is--- 'null' when there are no more results to return.+-- | The token to use to retrieve the next page of results. This value is 'null' when there are no more results to return. dirsNextToken :: Lens' DescribeInstancesResponse (Maybe Text) dirsNextToken = lens _dirsNextToken (\ s a -> s{_dirsNextToken = a}); 
gen/Network/AWS/EC2/DescribeInternetGateways.hs view
@@ -73,27 +73,17 @@  -- | One or more filters. ----- -   'attachment.state' - The current state of the attachment between the---     gateway and the VPC ('available'). Present only if a VPC is---     attached.+-- -   'attachment.state' - The current state of the attachment between the gateway and the VPC ('available'). Present only if a VPC is attached. -- -- -   'attachment.vpc-id' - The ID of an attached VPC. -- -- -   'internet-gateway-id' - The ID of the Internet gateway. ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. -- dFilters :: Lens' DescribeInternetGateways [Filter] dFilters = lens _dFilters (\ s a -> s{_dFilters = a}) . _Default . _Coerce;@@ -104,10 +94,7 @@ dInternetGatewayIds :: Lens' DescribeInternetGateways [Text] dInternetGatewayIds = lens _dInternetGatewayIds (\ s a -> s{_dInternetGatewayIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dDryRun :: Lens' DescribeInternetGateways (Maybe Bool) dDryRun = lens _dDryRun (\ s a -> s{_dDryRun = a}); 
gen/Network/AWS/EC2/DescribeKeyPairs.hs view
@@ -20,9 +20,7 @@ -- -- Describes one or more of your key pairs. ----- For more information about key pairs, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html Key Pairs>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about key pairs, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html Key Pairs> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.DescribeKeyPairs     (     -- * Creating a Request@@ -90,10 +88,7 @@ dkpsKeyNames :: Lens' DescribeKeyPairs [Text] dkpsKeyNames = lens _dkpsKeyNames (\ s a -> s{_dkpsKeyNames = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dkpsDryRun :: Lens' DescribeKeyPairs (Maybe Bool) dkpsDryRun = lens _dkpsDryRun (\ s a -> s{_dkpsDryRun = a}); 
gen/Network/AWS/EC2/DescribeMovingAddresses.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes your Elastic IP addresses that are being moved to the EC2-VPC--- platform, or that are being restored to the EC2-Classic platform. This--- request does not return information about any other Elastic IP addresses--- in your account.+-- Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account. module Network.AWS.EC2.DescribeMovingAddresses     (     -- * Creating a Request@@ -87,8 +84,7 @@  -- | One or more filters. ----- -   'moving-status' - The status of the Elastic IP address---     ('MovingToVpc' | 'RestoringToClassic').+-- -   'moving-status' - The status of the Elastic IP address ('MovingToVpc' | 'RestoringToClassic'). -- dmaFilters :: Lens' DescribeMovingAddresses [Filter] dmaFilters = lens _dmaFilters (\ s a -> s{_dmaFilters = a}) . _Default . _Coerce;@@ -101,18 +97,11 @@ dmaNextToken :: Lens' DescribeMovingAddresses (Maybe Text) dmaNextToken = lens _dmaNextToken (\ s a -> s{_dmaNextToken = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dmaDryRun :: Lens' DescribeMovingAddresses (Maybe Bool) dmaDryRun = lens _dmaDryRun (\ s a -> s{_dmaDryRun = a}); --- | The maximum number of results to return for the request in a single--- page. The remaining results of the initial request can be seen by--- sending another request with the returned 'NextToken' value. This value--- can be between 5 and 1000; if 'MaxResults' is given a value outside of--- this range, an error is returned.+-- | The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned 'NextToken' value. This value can be between 5 and 1000; if 'MaxResults' is given a value outside of this range, an error is returned. -- -- Default: If no value is provided, the default is 1000. dmaMaxResults :: Lens' DescribeMovingAddresses (Maybe Int)@@ -184,8 +173,7 @@ dmarsMovingAddressStatuses :: Lens' DescribeMovingAddressesResponse [MovingAddressStatus] dmarsMovingAddressStatuses = lens _dmarsMovingAddressStatuses (\ s a -> s{_dmarsMovingAddressStatuses = a}) . _Default . _Coerce; --- | The token to use to retrieve the next page of results. This value is--- 'null' when there are no more results to return.+-- | The token to use to retrieve the next page of results. This value is 'null' when there are no more results to return. dmarsNextToken :: Lens' DescribeMovingAddressesResponse (Maybe Text) dmarsNextToken = lens _dmarsNextToken (\ s a -> s{_dmarsNextToken = a}); 
gen/Network/AWS/EC2/DescribeNatGateways.hs view
@@ -89,8 +89,7 @@ -- -- -   'nat-gateway-id' - The ID of the NAT gateway. ----- -   'state' - The state of the NAT gateway ('pending' | 'failed' |---     'available' | 'deleting' | 'deleted').+-- -   'state' - The state of the NAT gateway ('pending' | 'failed' | 'available' | 'deleting' | 'deleted'). -- -- -   'subnet-id' - The ID of the subnet in which the NAT gateway resides. --@@ -99,12 +98,9 @@ dngFilter :: Lens' DescribeNatGateways [Filter] dngFilter = lens _dngFilter (\ s a -> s{_dngFilter = a}) . _Default . _Coerce; --- | The maximum number of items to return for this request. The request--- returns a token that you can specify in a subsequent call to get the--- next set of results.+-- | The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results. ----- Constraint: If the value specified is greater than 1000, we return only--- 1000 items.+-- Constraint: If the value specified is greater than 1000, we return only 1000 items. dngMaxResults :: Lens' DescribeNatGateways (Maybe Int) dngMaxResults = lens _dngMaxResults (\ s a -> s{_dngMaxResults = a}); @@ -174,8 +170,7 @@ dngrsNatGateways :: Lens' DescribeNatGatewaysResponse [NatGateway] dngrsNatGateways = lens _dngrsNatGateways (\ s a -> s{_dngrsNatGateways = a}) . _Default . _Coerce; --- | The token to use to retrieve the next page of results. This value is--- 'null' when there are no more results to return.+-- | The token to use to retrieve the next page of results. This value is 'null' when there are no more results to return. dngrsNextToken :: Lens' DescribeNatGatewaysResponse (Maybe Text) dngrsNextToken = lens _dngrsNextToken (\ s a -> s{_dngrsNextToken = a}); 
gen/Network/AWS/EC2/DescribeNetworkACLs.hs view
@@ -20,9 +20,7 @@ -- -- Describes one or more of your network ACLs. ----- For more information about network ACLs, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html Network ACLs>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about network ACLs, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html Network ACLs> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.DescribeNetworkACLs     (     -- * Creating a Request@@ -77,57 +75,39 @@  -- | One or more filters. ----- -   'association.association-id' - The ID of an association ID for the---     ACL.+-- -   'association.association-id' - The ID of an association ID for the ACL. ----- -   'association.network-acl-id' - The ID of the network ACL involved in---     the association.+-- -   'association.network-acl-id' - The ID of the network ACL involved in the association. ----- -   'association.subnet-id' - The ID of the subnet involved in the---     association.+-- -   'association.subnet-id' - The ID of the subnet involved in the association. ----- -   'default' - Indicates whether the ACL is the default network ACL for---     the VPC.+-- -   'default' - Indicates whether the ACL is the default network ACL for the VPC. -- -- -   'entry.cidr' - The CIDR range specified in the entry. ----- -   'entry.egress' - Indicates whether the entry applies to egress---     traffic.+-- -   'entry.egress' - Indicates whether the entry applies to egress traffic. -- -- -   'entry.icmp.code' - The ICMP code specified in the entry, if any. -- -- -   'entry.icmp.type' - The ICMP type specified in the entry, if any. ----- -   'entry.port-range.from' - The start of the port range specified in---     the entry.+-- -   'entry.port-range.from' - The start of the port range specified in the entry. ----- -   'entry.port-range.to' - The end of the port range specified in the---     entry.+-- -   'entry.port-range.to' - The end of the port range specified in the entry. ----- -   'entry.protocol' - The protocol specified in the entry ('tcp' |---     'udp' | 'icmp' or a protocol number).+-- -   'entry.protocol' - The protocol specified in the entry ('tcp' | 'udp' | 'icmp' or a protocol number). ----- -   'entry.rule-action' - Allows or denies the matching traffic ('allow'---     | 'deny').+-- -   'entry.rule-action' - Allows or denies the matching traffic ('allow' | 'deny'). ----- -   'entry.rule-number' - The number of an entry (in other words, rule)---     in the ACL\'s set of entries.+-- -   'entry.rule-number' - The number of an entry (in other words, rule) in the ACL\'s set of entries. -- -- -   'network-acl-id' - The ID of the network ACL. ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. -- -- -   'vpc-id' - The ID of the VPC for the network ACL. --@@ -140,10 +120,7 @@ dnaclNetworkACLIds :: Lens' DescribeNetworkACLs [Text] dnaclNetworkACLIds = lens _dnaclNetworkACLIds (\ s a -> s{_dnaclNetworkACLIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dnaclDryRun :: Lens' DescribeNetworkACLs (Maybe Bool) dnaclDryRun = lens _dnaclDryRun (\ s a -> s{_dnaclDryRun = a}); 
gen/Network/AWS/EC2/DescribeNetworkInterfaceAttribute.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes a network interface attribute. You can specify only one--- attribute at a time.+-- Describes a network interface attribute. You can specify only one attribute at a time. module Network.AWS.EC2.DescribeNetworkInterfaceAttribute     (     -- * Creating a Request@@ -81,10 +80,7 @@ dniaAttribute :: Lens' DescribeNetworkInterfaceAttribute (Maybe NetworkInterfaceAttribute) dniaAttribute = lens _dniaAttribute (\ s a -> s{_dniaAttribute = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dniaDryRun :: Lens' DescribeNetworkInterfaceAttribute (Maybe Bool) dniaDryRun = lens _dniaDryRun (\ s a -> s{_dniaDryRun = a}); 
gen/Network/AWS/EC2/DescribeNetworkInterfaces.hs view
@@ -79,66 +79,47 @@  -- | One or more filters. ----- -   'addresses.private-ip-address' - The private IP addresses associated---     with the network interface.+-- -   'addresses.private-ip-address' - The private IP addresses associated with the network interface. ----- -   'addresses.primary' - Whether the private IP address is the primary---     IP address associated with the network interface.+-- -   'addresses.primary' - Whether the private IP address is the primary IP address associated with the network interface. ----- -   'addresses.association.public-ip' - The association ID returned when---     the network interface was associated with the Elastic IP address.+-- -   'addresses.association.public-ip' - The association ID returned when the network interface was associated with the Elastic IP address. ----- -   'addresses.association.owner-id' - The owner ID of the addresses---     associated with the network interface.+-- -   'addresses.association.owner-id' - The owner ID of the addresses associated with the network interface. ----- -   'association.association-id' - The association ID returned when the---     network interface was associated with an IP address.+-- -   'association.association-id' - The association ID returned when the network interface was associated with an IP address. ----- -   'association.allocation-id' - The allocation ID returned when you---     allocated the Elastic IP address for your network interface.+-- -   'association.allocation-id' - The allocation ID returned when you allocated the Elastic IP address for your network interface. ----- -   'association.ip-owner-id' - The owner of the Elastic IP address---     associated with the network interface.+-- -   'association.ip-owner-id' - The owner of the Elastic IP address associated with the network interface. ----- -   'association.public-ip' - The address of the Elastic IP address---     bound to the network interface.+-- -   'association.public-ip' - The address of the Elastic IP address bound to the network interface. ----- -   'association.public-dns-name' - The public DNS name for the network---     interface.+-- -   'association.public-dns-name' - The public DNS name for the network interface. -- -- -   'attachment.attachment-id' - The ID of the interface attachment. ----- -   'attachment.attach.time' - The time that the network interface was---     attached to an instance.+-- -   'attachment.attach.time' - The time that the network interface was attached to an instance. ----- -   'attachment.delete-on-termination' - Indicates whether the---     attachment is deleted when an instance is terminated.+-- -   'attachment.delete-on-termination' - Indicates whether the attachment is deleted when an instance is terminated. ----- -   'attachment.device-index' - The device index to which the network---     interface is attached.+-- -   'attachment.device-index' - The device index to which the network interface is attached. ----- -   'attachment.instance-id' - The ID of the instance to which the---     network interface is attached.+-- -   'attachment.instance-id' - The ID of the instance to which the network interface is attached. ----- -   'attachment.instance-owner-id' - The owner ID of the instance to---     which the network interface is attached.+-- -   'attachment.instance-owner-id' - The owner ID of the instance to which the network interface is attached. ----- -   'attachment.nat-gateway-id' - The ID of the NAT gateway to which the---     network interface is attached.+-- -   'attachment.nat-gateway-id' - The ID of the NAT gateway to which the network interface is attached. ----- -   'attachment.status' - The status of the attachment ('attaching' |---     'attached' | 'detaching' | 'detached').+-- -   'attachment.status' - The status of the attachment ('attaching' | 'attached' | 'detaching' | 'detached'). ----- -   'availability-zone' - The Availability Zone of the network---     interface.+-- -   'availability-zone' - The Availability Zone of the network interface. -- -- -   'description' - The description of the network interface. ----- -   'group-id' - The ID of a security group associated with the network---     interface.+-- -   'group-id' - The ID of a security group associated with the network interface. ----- -   'group-name' - The name of a security group associated with the---     network interface.+-- -   'group-name' - The name of a security group associated with the network interface. -- -- -   'mac-address' - The MAC address of the network interface. --@@ -146,55 +127,32 @@ -- -- -   'owner-id' - The AWS account ID of the network interface owner. ----- -   'private-ip-address' - The private IP address or addresses of the---     network interface.+-- -   'private-ip-address' - The private IP address or addresses of the network interface. -- -- -   'private-dns-name' - The private DNS name of the network interface. ----- -   'requester-id' - The ID of the entity that launched the instance on---     your behalf (for example, AWS Management Console, Auto Scaling, and---     so on).+-- -   'requester-id' - The ID of the entity that launched the instance on your behalf (for example, AWS Management Console, Auto Scaling, and so on). ----- -   'requester-managed' - Indicates whether the network interface is---     being managed by an AWS service (for example, AWS Management---     Console, Auto Scaling, and so on).+-- -   'requester-managed' - Indicates whether the network interface is being managed by an AWS service (for example, AWS Management Console, Auto Scaling, and so on). ----- -   'source-desk-check' - Indicates whether the network interface---     performs source\/destination checking. A value of 'true' means---     checking is enabled, and 'false' means checking is disabled. The---     value must be 'false' for the network interface to perform network---     address translation (NAT) in your VPC.+-- -   'source-desk-check' - Indicates whether the network interface performs source\/destination checking. A value of 'true' means checking is enabled, and 'false' means checking is disabled. The value must be 'false' for the network interface to perform network address translation (NAT) in your VPC. ----- -   'status' - The status of the network interface. If the network---     interface is not attached to an instance, the status is 'available';---     if a network interface is attached to an instance the status is---     'in-use'.+-- -   'status' - The status of the network interface. If the network interface is not attached to an instance, the status is 'available'; if a network interface is attached to an instance the status is 'in-use'. -- -- -   'subnet-id' - The ID of the subnet for the network interface. ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. -- -- -   'vpc-id' - The ID of the VPC for the network interface. -- dnisFilters :: Lens' DescribeNetworkInterfaces [Filter] dnisFilters = lens _dnisFilters (\ s a -> s{_dnisFilters = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dnisDryRun :: Lens' DescribeNetworkInterfaces (Maybe Bool) dnisDryRun = lens _dnisDryRun (\ s a -> s{_dnisDryRun = a}); 
gen/Network/AWS/EC2/DescribePlacementGroups.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes one or more of your placement groups. For more information--- about placement groups and cluster instances, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cluster_computing.html Cluster Instances>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Describes one or more of your placement groups. For more information about placement groups and cluster instances, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cluster_computing.html Cluster Instances> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.DescribePlacementGroups     (     -- * Creating a Request@@ -78,8 +75,7 @@ -- -- -   'group-name' - The name of the placement group. ----- -   'state' - The state of the placement group ('pending' | 'available'---     | 'deleting' | 'deleted').+-- -   'state' - The state of the placement group ('pending' | 'available' | 'deleting' | 'deleted'). -- -- -   'strategy' - The strategy of the placement group ('cluster'). --@@ -88,15 +84,11 @@  -- | One or more placement group names. ----- Default: Describes all your placement groups, or only those otherwise--- specified.+-- Default: Describes all your placement groups, or only those otherwise specified. dpgsGroupNames :: Lens' DescribePlacementGroups [Text] dpgsGroupNames = lens _dpgsGroupNames (\ s a -> s{_dpgsGroupNames = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dpgsDryRun :: Lens' DescribePlacementGroups (Maybe Bool) dpgsDryRun = lens _dpgsDryRun (\ s a -> s{_dpgsDryRun = a}); 
gen/Network/AWS/EC2/DescribePrefixLists.hs view
@@ -18,11 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes available AWS services in a prefix list format, which includes--- the prefix list name and prefix list ID of the service and the IP--- address range for the service. A prefix list ID is required for creating--- an outbound security group rule that allows traffic from a VPC to access--- an AWS service through a VPC endpoint.+-- Describes available AWS services in a prefix list format, which includes the prefix list name and prefix list ID of the service and the IP address range for the service. A prefix list ID is required for creating an outbound security group rule that allows traffic from a VPC to access an AWS service through a VPC endpoint. module Network.AWS.EC2.DescribePrefixLists     (     -- * Creating a Request@@ -99,24 +95,17 @@ dplPrefixListIds :: Lens' DescribePrefixLists [Text] dplPrefixListIds = lens _dplPrefixListIds (\ s a -> s{_dplPrefixListIds = a}) . _Default . _Coerce; --- | The token for the next set of items to return. (You received this token--- from a prior call.)+-- | The token for the next set of items to return. (You received this token from a prior call.) dplNextToken :: Lens' DescribePrefixLists (Maybe Text) dplNextToken = lens _dplNextToken (\ s a -> s{_dplNextToken = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dplDryRun :: Lens' DescribePrefixLists (Maybe Bool) dplDryRun = lens _dplDryRun (\ s a -> s{_dplDryRun = a}); --- | The maximum number of items to return for this request. The request--- returns a token that you can specify in a subsequent call to get the--- next set of results.+-- | The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results. ----- Constraint: If the value specified is greater than 1000, we return only--- 1000 items.+-- Constraint: If the value specified is greater than 1000, we return only 1000 items. dplMaxResults :: Lens' DescribePrefixLists (Maybe Int) dplMaxResults = lens _dplMaxResults (\ s a -> s{_dplMaxResults = a}); @@ -182,8 +171,7 @@     , _dplrsResponseStatus = 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. dplrsNextToken :: Lens' DescribePrefixListsResponse (Maybe Text) dplrsNextToken = lens _dplrsNextToken (\ s a -> s{_dplrsNextToken = a}); 
gen/Network/AWS/EC2/DescribeRegions.hs view
@@ -20,8 +20,7 @@ -- -- Describes one or more regions that are currently available to you. ----- For a list of the regions supported by Amazon EC2, see--- <http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region Regions and Endpoints>.+-- For a list of the regions supported by Amazon EC2, see <http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region Regions and Endpoints>. module Network.AWS.EC2.DescribeRegions     (     -- * Creating a Request@@ -80,18 +79,14 @@  -- | One or more filters. ----- -   'endpoint' - The endpoint of the region (for example,---     'ec2.us-east-1.amazonaws.com').+-- -   'endpoint' - The endpoint of the region (for example, 'ec2.us-east-1.amazonaws.com'). -- -- -   'region-name' - The name of the region (for example, 'us-east-1'). -- drsFilters :: Lens' DescribeRegions [Filter] drsFilters = lens _drsFilters (\ s a -> s{_drsFilters = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. drsDryRun :: Lens' DescribeRegions (Maybe Bool) drsDryRun = lens _drsDryRun (\ s a -> s{_drsDryRun = a}); 
gen/Network/AWS/EC2/DescribeReservedInstances.hs view
@@ -20,9 +20,7 @@ -- -- Describes one or more of the Reserved Instances that you purchased. ----- For more information about Reserved Instances, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html Reserved Instances>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about Reserved Instances, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html Reserved Instances> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.DescribeReservedInstances     (     -- * Creating a Request@@ -82,80 +80,46 @@  -- | One or more filters. ----- -   'availability-zone' - The Availability Zone where the Reserved---     Instance can be used.+-- -   'availability-zone' - The Availability Zone where the Reserved Instance can be used. ----- -   'duration' - The duration of the Reserved Instance (one year or---     three years), in seconds ('31536000' | '94608000').+-- -   'duration' - The duration of the Reserved Instance (one year or three years), in seconds ('31536000' | '94608000'). ----- -   'end' - The time when the Reserved Instance expires (for example,---     2015-08-07T11:54:42.000Z).+-- -   'end' - The time when the Reserved Instance expires (for example, 2015-08-07T11:54:42.000Z). ----- -   'fixed-price' - The purchase price of the Reserved Instance (for---     example, 9800.0).+-- -   'fixed-price' - The purchase price of the Reserved Instance (for example, 9800.0). ----- -   'instance-type' - The instance type that is covered by the---     reservation.+-- -   'instance-type' - The instance type that is covered by the reservation. ----- -   'product-description' - The Reserved Instance product platform---     description. Instances that include '(Amazon VPC)' in the product---     platform description will only be displayed to EC2-Classic account---     holders and are for use with Amazon VPC ('Linux\/UNIX' |---     'Linux\/UNIX (Amazon VPC)' | 'SUSE Linux' |---     'SUSE Linux (Amazon VPC)' | 'Red Hat Enterprise Linux' |---     'Red Hat Enterprise Linux (Amazon VPC)' | 'Windows' |---     'Windows (Amazon VPC)' | 'Windows with SQL Server Standard' |---     'Windows with SQL Server Standard (Amazon VPC)' |---     'Windows with SQL Server Web' |---     'Windows with SQL Server Web (Amazon VPC)' |---     'Windows with SQL Server Enterprise' |---     'Windows with SQL Server Enterprise (Amazon VPC)').+-- -   'product-description' - The Reserved Instance product platform description. Instances that include '(Amazon VPC)' in the product platform description will only be displayed to EC2-Classic account holders and are for use with Amazon VPC ('Linux\/UNIX' | 'Linux\/UNIX (Amazon VPC)' | 'SUSE Linux' | 'SUSE Linux (Amazon VPC)' | 'Red Hat Enterprise Linux' | 'Red Hat Enterprise Linux (Amazon VPC)' | 'Windows' | 'Windows (Amazon VPC)' | 'Windows with SQL Server Standard' | 'Windows with SQL Server Standard (Amazon VPC)' | 'Windows with SQL Server Web' | 'Windows with SQL Server Web (Amazon VPC)' | 'Windows with SQL Server Enterprise' | 'Windows with SQL Server Enterprise (Amazon VPC)'). -- -- -   'reserved-instances-id' - The ID of the Reserved Instance. ----- -   'start' - The time at which the Reserved Instance purchase request---     was placed (for example, 2014-08-07T11:54:42.000Z).+-- -   'start' - The time at which the Reserved Instance purchase request was placed (for example, 2014-08-07T11:54:42.000Z). ----- -   'state' - The state of the Reserved Instance ('payment-pending' |---     'active' | 'payment-failed' | 'retired').+-- -   'state' - The state of the Reserved Instance ('payment-pending' | 'active' | 'payment-failed' | 'retired'). ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. ----- -   'usage-price' - The usage price of the Reserved Instance, per hour---     (for example, 0.84).+-- -   'usage-price' - The usage price of the Reserved Instance, per hour (for example, 0.84). -- driFilters :: Lens' DescribeReservedInstances [Filter] driFilters = lens _driFilters (\ s a -> s{_driFilters = a}) . _Default . _Coerce;  -- | One or more Reserved Instance IDs. ----- Default: Describes all your Reserved Instances, or only those otherwise--- specified.+-- Default: Describes all your Reserved Instances, or only those otherwise specified. driReservedInstancesIds :: Lens' DescribeReservedInstances [Text] driReservedInstancesIds = lens _driReservedInstancesIds (\ s a -> s{_driReservedInstancesIds = a}) . _Default . _Coerce; --- | The Reserved Instance offering type. If you are using tools that predate--- the 2011-11-01 API version, you only have access to the--- 'Medium Utilization' Reserved Instance offering type.+-- | The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the 'Medium Utilization' Reserved Instance offering type. driOfferingType :: Lens' DescribeReservedInstances (Maybe OfferingTypeValues) driOfferingType = lens _driOfferingType (\ s a -> s{_driOfferingType = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. driDryRun :: Lens' DescribeReservedInstances (Maybe Bool) driDryRun = lens _driDryRun (\ s a -> s{_driDryRun = a}); 
gen/Network/AWS/EC2/DescribeReservedInstancesListings.hs view
@@ -18,30 +18,15 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes your account\'s Reserved Instance listings in the Reserved--- Instance Marketplace.+-- Describes your account\'s Reserved Instance listings in the Reserved Instance Marketplace. ----- The Reserved Instance Marketplace matches sellers who want to resell--- Reserved Instance capacity that they no longer need with buyers who want--- to purchase additional capacity. Reserved Instances bought and sold--- through the Reserved Instance Marketplace work like any other Reserved--- Instances.+-- The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances. ----- As a seller, you choose to list some or all of your Reserved Instances,--- and you specify the upfront price to receive for them. Your Reserved--- Instances are then listed in the Reserved Instance Marketplace and are--- available for purchase.+-- As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase. ----- As a buyer, you specify the configuration of the Reserved Instance to--- purchase, and the Marketplace matches what you\'re searching for with--- what\'s available. The Marketplace first sells the lowest priced--- Reserved Instances to you, and continues to sell available Reserved--- Instance listings to you until your demand is met. You are charged based--- on the total price of all of the listings that you purchase.+-- As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you\'re searching for with what\'s available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html Reserved Instance Marketplace>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html Reserved Instance Marketplace> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.DescribeReservedInstancesListings     (     -- * Creating a Request@@ -98,11 +83,9 @@ -- -- -   'reserved-instances-id' - The ID of the Reserved Instances. ----- -   'reserved-instances-listing-id' - The ID of the Reserved Instances---     listing.+-- -   'reserved-instances-listing-id' - The ID of the Reserved Instances listing. ----- -   'status' - The status of the Reserved Instance listing ('pending' |---     'active' | 'cancelled' | 'closed').+-- -   'status' - The status of the Reserved Instance listing ('pending' | 'active' | 'cancelled' | 'closed'). -- -- -   'status-message' - The reason for the status. --
gen/Network/AWS/EC2/DescribeReservedInstancesModifications.hs view
@@ -18,14 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the modifications made to your Reserved Instances. If no--- parameter is specified, information about all your Reserved Instances--- modification requests is returned. If a modification ID is specified,--- only information about the specific modification is returned.+-- Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html Modifying Reserved Instances>--- in the Amazon Elastic Compute Cloud User Guide.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html Modifying Reserved Instances> in the Amazon Elastic Compute Cloud User Guide. -- -- This operation returns paginated results. module Network.AWS.EC2.DescribeReservedInstancesModifications@@ -90,35 +85,25 @@ -- -- -   'effective-date' - The time when the modification becomes effective. ----- -   'modification-result.reserved-instances-id' - The ID for the---     Reserved Instances created as part of the modification request. This---     ID is only available when the status of the modification is---     'fulfilled'.+-- -   'modification-result.reserved-instances-id' - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is 'fulfilled'. ----- -   'modification-result.target-configuration.availability-zone' - The---     Availability Zone for the new Reserved Instances.+-- -   'modification-result.target-configuration.availability-zone' - The Availability Zone for the new Reserved Instances. ----- -   'modification-result.target-configuration.instance-count ' - The---     number of new Reserved Instances.+-- -   'modification-result.target-configuration.instance-count ' - The number of new Reserved Instances. ----- -   'modification-result.target-configuration.instance-type' - The---     instance type of the new Reserved Instances.+-- -   'modification-result.target-configuration.instance-type' - The instance type of the new Reserved Instances. ----- -   'modification-result.target-configuration.platform' - The network---     platform of the new Reserved Instances ('EC2-Classic' | 'EC2-VPC').+-- -   'modification-result.target-configuration.platform' - The network platform of the new Reserved Instances ('EC2-Classic' | 'EC2-VPC'). -- -- -   'reserved-instances-id' - The ID of the Reserved Instances modified. ----- -   'reserved-instances-modification-id' - The ID of the modification---     request.+-- -   'reserved-instances-modification-id' - The ID of the modification request. ----- -   'status' - The status of the Reserved Instances modification request---     ('processing' | 'fulfilled' | 'failed').+-- -   'status' - The status of the Reserved Instances modification request ('processing' | 'fulfilled' | 'failed'). -- -- -   'status-message' - The reason for the status. ----- -   'update-date' - The time when the modification request was last---     updated.+-- -   'update-date' - The time when the modification request was last updated. -- drimFilters :: Lens' DescribeReservedInstancesModifications [Filter] drimFilters = lens _drimFilters (\ s a -> s{_drimFilters = a}) . _Default . _Coerce;@@ -210,8 +195,7 @@     , _drimrsResponseStatus = pResponseStatus_     } --- | The token to use to retrieve the next page of results. This value is--- 'null' when there are no more results to return.+-- | The token to use to retrieve the next page of results. This value is 'null' when there are no more results to return. drimrsNextToken :: Lens' DescribeReservedInstancesModificationsResponse (Maybe Text) drimrsNextToken = lens _drimrsNextToken (\ s a -> s{_drimrsNextToken = a}); 
gen/Network/AWS/EC2/DescribeReservedInstancesOfferings.hs view
@@ -18,19 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes Reserved Instance offerings that are available for purchase.--- With Reserved Instances, you purchase the right to launch instances for--- a period of time. During that time period, you do not receive--- insufficient capacity errors, and you pay a lower usage rate than the--- rate charged for On-Demand instances for the actual time used.+-- Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used. ----- If you have listed your own Reserved Instances for sale in the Reserved--- Instance Marketplace, they will be excluded from these results. This is--- to ensure that you do not purchase your own Reserved Instances.+-- If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html Reserved Instance Marketplace>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html Reserved Instance Marketplace> in the /Amazon Elastic Compute Cloud User Guide/. -- -- This operation returns paginated results. module Network.AWS.EC2.DescribeReservedInstancesOfferings@@ -142,56 +134,33 @@     , _drioMaxResults = Nothing     } --- | The maximum duration (in seconds) to filter when searching for--- offerings.+-- | The maximum duration (in seconds) to filter when searching for offerings. -- -- Default: 94608000 (3 years) drioMaxDuration :: Lens' DescribeReservedInstancesOfferings (Maybe Integer) drioMaxDuration = lens _drioMaxDuration (\ s a -> s{_drioMaxDuration = a}); --- | The Reserved Instance product platform description. Instances that--- include '(Amazon VPC)' in the description are for use with Amazon VPC.+-- | The Reserved Instance product platform description. Instances that include '(Amazon VPC)' in the description are for use with Amazon VPC. drioProductDescription :: Lens' DescribeReservedInstancesOfferings (Maybe RIProductDescription) drioProductDescription = lens _drioProductDescription (\ s a -> s{_drioProductDescription = a});  -- | One or more filters. ----- -   'availability-zone' - The Availability Zone where the Reserved---     Instance can be used.+-- -   'availability-zone' - The Availability Zone where the Reserved Instance can be used. ----- -   'duration' - The duration of the Reserved Instance (for example, one---     year or three years), in seconds ('31536000' | '94608000').+-- -   'duration' - The duration of the Reserved Instance (for example, one year or three years), in seconds ('31536000' | '94608000'). ----- -   'fixed-price' - The purchase price of the Reserved Instance (for---     example, 9800.0).+-- -   'fixed-price' - The purchase price of the Reserved Instance (for example, 9800.0). ----- -   'instance-type' - The instance type that is covered by the---     reservation.+-- -   'instance-type' - The instance type that is covered by the reservation. ----- -   'marketplace' - Set to 'true' to show only Reserved Instance---     Marketplace offerings. When this filter is not used, which is the---     default behavior, all offerings from both AWS and the Reserved---     Instance Marketplace are listed.+-- -   'marketplace' - Set to 'true' to show only Reserved Instance Marketplace offerings. When this filter is not used, which is the default behavior, all offerings from both AWS and the Reserved Instance Marketplace are listed. ----- -   'product-description' - The Reserved Instance product platform---     description. Instances that include '(Amazon VPC)' in the product---     platform description will only be displayed to EC2-Classic account---     holders and are for use with Amazon VPC. ('Linux\/UNIX' |---     'Linux\/UNIX (Amazon VPC)' | 'SUSE Linux' |---     'SUSE Linux (Amazon VPC)' | 'Red Hat Enterprise Linux' |---     'Red Hat Enterprise Linux (Amazon VPC)' | 'Windows' |---     'Windows (Amazon VPC)' | 'Windows with SQL Server Standard' |---     'Windows with SQL Server Standard (Amazon VPC)' |---     'Windows with SQL Server Web' |---     ' Windows with SQL Server Web (Amazon VPC)' |---     'Windows with SQL Server Enterprise' |---     'Windows with SQL Server Enterprise (Amazon VPC)')+-- -   'product-description' - The Reserved Instance product platform description. Instances that include '(Amazon VPC)' in the product platform description will only be displayed to EC2-Classic account holders and are for use with Amazon VPC. ('Linux\/UNIX' | 'Linux\/UNIX (Amazon VPC)' | 'SUSE Linux' | 'SUSE Linux (Amazon VPC)' | 'Red Hat Enterprise Linux' | 'Red Hat Enterprise Linux (Amazon VPC)' | 'Windows' | 'Windows (Amazon VPC)' | 'Windows with SQL Server Standard' | 'Windows with SQL Server Standard (Amazon VPC)' | 'Windows with SQL Server Web' | ' Windows with SQL Server Web (Amazon VPC)' | 'Windows with SQL Server Enterprise' | 'Windows with SQL Server Enterprise (Amazon VPC)') ----- -   'reserved-instances-offering-id' - The Reserved Instances offering---     ID.+-- -   'reserved-instances-offering-id' - The Reserved Instances offering ID. ----- -   'usage-price' - The usage price of the Reserved Instance, per hour---     (for example, 0.84).+-- -   'usage-price' - The usage price of the Reserved Instance, per hour (for example, 0.84). -- drioFilters :: Lens' DescribeReservedInstancesOfferings [Filter] drioFilters = lens _drioFilters (\ s a -> s{_drioFilters = a}) . _Default . _Coerce;@@ -200,10 +169,7 @@ drioIncludeMarketplace :: Lens' DescribeReservedInstancesOfferings (Maybe Bool) drioIncludeMarketplace = lens _drioIncludeMarketplace (\ s a -> s{_drioIncludeMarketplace = a}); --- | The instance type that the reservation will cover (for example,--- 'm1.small'). For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html Instance Types>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | The instance type that the reservation will cover (for example, 'm1.small'). For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html Instance Types> in the /Amazon Elastic Compute Cloud User Guide/. drioInstanceType :: Lens' DescribeReservedInstancesOfferings (Maybe InstanceType) drioInstanceType = lens _drioInstanceType (\ s a -> s{_drioInstanceType = a}); @@ -211,8 +177,7 @@ drioNextToken :: Lens' DescribeReservedInstancesOfferings (Maybe Text) drioNextToken = lens _drioNextToken (\ s a -> s{_drioNextToken = a}); --- | The minimum duration (in seconds) to filter when searching for--- offerings.+-- | The minimum duration (in seconds) to filter when searching for offerings. -- -- Default: 2592000 (1 month) drioMinDuration :: Lens' DescribeReservedInstancesOfferings (Maybe Integer)@@ -222,9 +187,7 @@ drioAvailabilityZone :: Lens' DescribeReservedInstancesOfferings (Maybe Text) drioAvailabilityZone = lens _drioAvailabilityZone (\ s a -> s{_drioAvailabilityZone = a}); --- | The Reserved Instance offering type. If you are using tools that predate--- the 2011-11-01 API version, you only have access to the--- 'Medium Utilization' Reserved Instance offering type.+-- | The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the 'Medium Utilization' Reserved Instance offering type. drioOfferingType :: Lens' DescribeReservedInstancesOfferings (Maybe OfferingTypeValues) drioOfferingType = lens _drioOfferingType (\ s a -> s{_drioOfferingType = a}); @@ -232,9 +195,7 @@ drioReservedInstancesOfferingIds :: Lens' DescribeReservedInstancesOfferings [Text] drioReservedInstancesOfferingIds = lens _drioReservedInstancesOfferingIds (\ s a -> s{_drioReservedInstancesOfferingIds = a}) . _Default . _Coerce; --- | The tenancy of the instances covered by the reservation. A Reserved--- Instance with a tenancy of 'dedicated' is applied to instances that run--- in a VPC on single-tenant hardware (i.e., Dedicated Instances).+-- | The tenancy of the instances covered by the reservation. A Reserved Instance with a tenancy of 'dedicated' is applied to instances that run in a VPC on single-tenant hardware (i.e., Dedicated Instances). -- -- Default: 'default' drioInstanceTenancy :: Lens' DescribeReservedInstancesOfferings (Maybe Tenancy)@@ -246,17 +207,11 @@ drioMaxInstanceCount :: Lens' DescribeReservedInstancesOfferings (Maybe Int) drioMaxInstanceCount = lens _drioMaxInstanceCount (\ s a -> s{_drioMaxInstanceCount = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. drioDryRun :: Lens' DescribeReservedInstancesOfferings (Maybe Bool) drioDryRun = lens _drioDryRun (\ s a -> s{_drioDryRun = a}); --- | The maximum number of results to return for the request in a single--- page. The remaining results of the initial request can be seen by--- sending another request with the returned 'NextToken' value. The maximum--- is 100.+-- | The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned 'NextToken' value. The maximum is 100. -- -- Default: 100 drioMaxResults :: Lens' DescribeReservedInstancesOfferings (Maybe Int)@@ -349,8 +304,7 @@     , _driorsResponseStatus = pResponseStatus_     } --- | The token to use to retrieve the next page of results. This value is--- 'null' when there are no more results to return.+-- | The token to use to retrieve the next page of results. This value is 'null' when there are no more results to return. driorsNextToken :: Lens' DescribeReservedInstancesOfferingsResponse (Maybe Text) driorsNextToken = lens _driorsNextToken (\ s a -> s{_driorsNextToken = a}); 
gen/Network/AWS/EC2/DescribeRouteTables.hs view
@@ -20,14 +20,9 @@ -- -- Describes one or more of your route tables. ----- Each subnet in your VPC must be associated with a route table. If a--- subnet is not explicitly associated with any route table, it is--- implicitly associated with the main route table. This command does not--- return the subnet ID for implicit associations.+-- Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations. ----- For more information about route tables, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html Route Tables>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about route tables, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html Route Tables> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.DescribeRouteTables     (     -- * Creating a Request@@ -82,73 +77,44 @@  -- | One or more filters. ----- -   'association.route-table-association-id' - The ID of an association---     ID for the route table.+-- -   'association.route-table-association-id' - The ID of an association ID for the route table. ----- -   'association.route-table-id' - The ID of the route table involved in---     the association.+-- -   'association.route-table-id' - The ID of the route table involved in the association. ----- -   'association.subnet-id' - The ID of the subnet involved in the---     association.+-- -   'association.subnet-id' - The ID of the subnet involved in the association. ----- -   'association.main' - Indicates whether the route table is the main---     route table for the VPC ('true' | 'false').+-- -   'association.main' - Indicates whether the route table is the main route table for the VPC ('true' | 'false'). -- -- -   'route-table-id' - The ID of the route table. ----- -   'route.destination-cidr-block' - The CIDR range specified in a route---     in the table.+-- -   'route.destination-cidr-block' - The CIDR range specified in a route in the table. ----- -   'route.destination-prefix-list-id' - The ID (prefix) of the AWS---     service specified in a route in the table.+-- -   'route.destination-prefix-list-id' - The ID (prefix) of the AWS service specified in a route in the table. ----- -   'route.gateway-id' - The ID of a gateway specified in a route in the---     table.+-- -   'route.gateway-id' - The ID of a gateway specified in a route in the table. ----- -   'route.instance-id' - The ID of an instance specified in a route in---     the table.+-- -   'route.instance-id' - The ID of an instance specified in a route in the table. -- -- -   'route.nat-gateway-id' - The ID of a NAT gateway. ----- -   'route.origin' - Describes how the route was created.---     'CreateRouteTable' indicates that the route was automatically---     created when the route table was created; 'CreateRoute' indicates---     that the route was manually added to the route table;---     'EnableVgwRoutePropagation' indicates that the route was propagated---     by route propagation.+-- -   'route.origin' - Describes how the route was created. 'CreateRouteTable' indicates that the route was automatically created when the route table was created; 'CreateRoute' indicates that the route was manually added to the route table; 'EnableVgwRoutePropagation' indicates that the route was propagated by route propagation. ----- -   'route.state' - The state of a route in the route table ('active' |---     'blackhole'). The blackhole state indicates that the route\'s target---     isn\'t available (for example, the specified gateway isn\'t attached---     to the VPC, the specified NAT instance has been terminated, and so---     on).+-- -   'route.state' - The state of a route in the route table ('active' | 'blackhole'). The blackhole state indicates that the route\'s target isn\'t available (for example, the specified gateway isn\'t attached to the VPC, the specified NAT instance has been terminated, and so on). ----- -   'route.vpc-peering-connection-id' - The ID of a VPC peering---     connection specified in a route in the table.+-- -   'route.vpc-peering-connection-id' - The ID of a VPC peering connection specified in a route in the table. ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. -- -- -   'vpc-id' - The ID of the VPC for the route table. -- drtsFilters :: Lens' DescribeRouteTables [Filter] drtsFilters = lens _drtsFilters (\ s a -> s{_drtsFilters = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. drtsDryRun :: Lens' DescribeRouteTables (Maybe Bool) drtsDryRun = lens _drtsDryRun (\ s a -> s{_drtsDryRun = a}); 
gen/Network/AWS/EC2/DescribeScheduledInstanceAvailability.hs view
@@ -20,15 +20,9 @@ -- -- Finds available schedules that meet the specified criteria. ----- You can search for an available schedule no more than 3 months in--- advance. You must meet the minimum required duration of 1,200 hours per--- year. For example, the minimum daily schedule is 4 hours, the minimum--- weekly schedule is 24 hours, and the minimum monthly schedule is 100--- hours.+-- You can search for an available schedule no more than 3 months in advance. You must meet the minimum required duration of 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours. ----- After you find a schedule that meets your needs, call--- < PurchaseScheduledInstances> to purchase Scheduled Instances with that--- schedule.+-- After you find a schedule that meets your needs, call < PurchaseScheduledInstances> to purchase Scheduled Instances with that schedule. module Network.AWS.EC2.DescribeScheduledInstanceAvailability     (     -- * Creating a Request@@ -109,22 +103,17 @@     , _dsiaFirstSlotStartTimeRange = pFirstSlotStartTimeRange_     } --- | The minimum available duration, in hours. The minimum required duration--- is 1,200 hours per year. For example, the minimum daily schedule is 4--- hours, the minimum weekly schedule is 24 hours, and the minimum monthly--- schedule is 100 hours.+-- | The minimum available duration, in hours. The minimum required duration is 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours. dsiaMinSlotDurationInHours :: Lens' DescribeScheduledInstanceAvailability (Maybe Int) dsiaMinSlotDurationInHours = lens _dsiaMinSlotDurationInHours (\ s a -> s{_dsiaMinSlotDurationInHours = a});  -- | One or more filters. ----- -   'availability-zone' - The Availability Zone (for example,---     'us-west-2a').+-- -   'availability-zone' - The Availability Zone (for example, 'us-west-2a'). -- -- -   'instance-type' - The instance type (for example, 'c4.large'). ----- -   'network-platform' - The network platform ('EC2-Classic' or---     'EC2-VPC').+-- -   'network-platform' - The network platform ('EC2-Classic' or 'EC2-VPC'). -- -- -   'platform' - The platform ('Linux\/UNIX' or 'Windows'). --@@ -135,22 +124,15 @@ dsiaNextToken :: Lens' DescribeScheduledInstanceAvailability (Maybe Text) dsiaNextToken = lens _dsiaNextToken (\ s a -> s{_dsiaNextToken = a}); --- | The maximum available duration, in hours. This value must be greater--- than 'MinSlotDurationInHours' and less than 1,720.+-- | The maximum available duration, in hours. This value must be greater than 'MinSlotDurationInHours' and less than 1,720. dsiaMaxSlotDurationInHours :: Lens' DescribeScheduledInstanceAvailability (Maybe Int) dsiaMaxSlotDurationInHours = lens _dsiaMaxSlotDurationInHours (\ s a -> s{_dsiaMaxSlotDurationInHours = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dsiaDryRun :: Lens' DescribeScheduledInstanceAvailability (Maybe Bool) dsiaDryRun = lens _dsiaDryRun (\ s a -> s{_dsiaDryRun = a}); --- | The maximum number of results to return in a single call. This value can--- be between 5 and 300. The default value is 300. To retrieve the--- remaining results, make another call with the returned 'NextToken'--- value.+-- | The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 300. To retrieve the remaining results, make another call with the returned 'NextToken' value. dsiaMaxResults :: Lens' DescribeScheduledInstanceAvailability (Maybe Int) dsiaMaxResults = lens _dsiaMaxResults (\ s a -> s{_dsiaMaxResults = a}); @@ -241,8 +223,7 @@ dsiarsScheduledInstanceAvailabilitySet :: Lens' DescribeScheduledInstanceAvailabilityResponse [ScheduledInstanceAvailability] dsiarsScheduledInstanceAvailabilitySet = lens _dsiarsScheduledInstanceAvailabilitySet (\ s a -> s{_dsiarsScheduledInstanceAvailabilitySet = a}) . _Default . _Coerce; --- | The token required to retrieve the next set of results. This value is--- 'null' when there are no more results to return.+-- | The token required to retrieve the next set of results. This value is 'null' when there are no more results to return. dsiarsNextToken :: Lens' DescribeScheduledInstanceAvailabilityResponse (Maybe Text) dsiarsNextToken = lens _dsiarsNextToken (\ s a -> s{_dsiarsNextToken = a}); 
gen/Network/AWS/EC2/DescribeScheduledInstances.hs view
@@ -89,13 +89,11 @@  -- | One or more filters. ----- -   'availability-zone' - The Availability Zone (for example,---     'us-west-2a').+-- -   'availability-zone' - The Availability Zone (for example, 'us-west-2a'). -- -- -   'instance-type' - The instance type (for example, 'c4.large'). ----- -   'network-platform' - The network platform ('EC2-Classic' or---     'EC2-VPC').+-- -   'network-platform' - The network platform ('EC2-Classic' or 'EC2-VPC'). -- -- -   'platform' - The platform ('Linux\/UNIX' or 'Windows'). --@@ -114,17 +112,11 @@ dsiScheduledInstanceIds :: Lens' DescribeScheduledInstances [Text] dsiScheduledInstanceIds = lens _dsiScheduledInstanceIds (\ s a -> s{_dsiScheduledInstanceIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dsiDryRun :: Lens' DescribeScheduledInstances (Maybe Bool) dsiDryRun = lens _dsiDryRun (\ s a -> s{_dsiDryRun = a}); --- | The maximum number of results to return in a single call. This value can--- be between 5 and 300. The default value is 100. To retrieve the--- remaining results, make another call with the returned 'NextToken'--- value.+-- | The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 100. To retrieve the remaining results, make another call with the returned 'NextToken' value. dsiMaxResults :: Lens' DescribeScheduledInstances (Maybe Int) dsiMaxResults = lens _dsiMaxResults (\ s a -> s{_dsiMaxResults = a}); @@ -194,8 +186,7 @@     , _dsirsResponseStatus = pResponseStatus_     } --- | The token required to retrieve the next set of results. This value is--- 'null' when there are no more results to return.+-- | The token required to retrieve the next set of results. This value is 'null' when there are no more results to return. dsirsNextToken :: Lens' DescribeScheduledInstancesResponse (Maybe Text) dsirsNextToken = lens _dsirsNextToken (\ s a -> s{_dsirsNextToken = a}); 
gen/Network/AWS/EC2/DescribeSecurityGroups.hs view
@@ -20,12 +20,7 @@ -- -- Describes one or more of your security groups. ----- A security group is for use with instances either in the EC2-Classic--- platform or in a specific VPC. For more information, 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/ and--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html Security Groups for Your VPC>--- in the /Amazon Virtual Private Cloud User Guide/.+-- A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. For more information, 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/ and <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html Security Groups for Your VPC> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.DescribeSecurityGroups     (     -- * Creating a Request@@ -83,39 +78,29 @@     , _dsgsDryRun = Nothing     } --- | One or more filters. If using multiple filters for rules, the results--- include security groups for which any combination of rules - not--- necessarily a single rule - match all filters.+-- | One or more filters. If using multiple filters for rules, the results include security groups for which any combination of rules - not necessarily a single rule - match all filters. -- -- -   'description' - The description of the security group. ----- -   'egress.ip-permission.prefix-list-id' - The ID (prefix) of the AWS---     service to which the security group allows access.+-- -   'egress.ip-permission.prefix-list-id' - The ID (prefix) of the AWS service to which the security group allows access. -- -- -   'group-id' - The ID of the security group. -- -- -   'group-name' - The name of the security group. ----- -   'ip-permission.cidr' - A CIDR range that has been granted---     permission.+-- -   'ip-permission.cidr' - A CIDR range that has been granted permission. ----- -   'ip-permission.from-port' - The start of port range for the TCP and---     UDP protocols, or an ICMP type number.+-- -   'ip-permission.from-port' - The start of port range for the TCP and UDP protocols, or an ICMP type number. ----- -   'ip-permission.group-id' - The ID of a security group that has been---     granted permission.+-- -   'ip-permission.group-id' - The ID of a security group that has been granted permission. ----- -   'ip-permission.group-name' - The name of a security group that has---     been granted permission.+-- -   'ip-permission.group-name' - The name of a security group that has been granted permission. ----- -   'ip-permission.protocol' - The IP protocol for the permission ('tcp'---     | 'udp' | 'icmp' or a protocol number).+-- -   'ip-permission.protocol' - The IP protocol for the permission ('tcp' | 'udp' | 'icmp' or a protocol number). ----- -   'ip-permission.to-port' - The end of port range for the TCP and UDP---     protocols, or an ICMP code.+-- -   'ip-permission.to-port' - The end of port range for the TCP and UDP protocols, or an ICMP code. ----- -   'ip-permission.user-id' - The ID of an AWS account that has been---     granted permission.+-- -   'ip-permission.user-id' - The ID of an AWS account that has been granted permission. -- -- -   'owner-id' - The AWS account ID of the owner of the security group. --@@ -123,32 +108,24 @@ -- -- -   'tag-value' - The value of a tag assigned to the security group. ----- -   'vpc-id' - The ID of the VPC specified when the security group was---     created.+-- -   'vpc-id' - The ID of the VPC specified when the security group was created. -- dsgsFilters :: Lens' DescribeSecurityGroups [Filter] dsgsFilters = lens _dsgsFilters (\ s a -> s{_dsgsFilters = a}) . _Default . _Coerce; --- | [EC2-Classic and default VPC only] One or more security group names. You--- can specify either the security group name or the security group ID. For--- security groups in a nondefault VPC, use the 'group-name' filter to--- describe security groups by name.+-- | [EC2-Classic and default VPC only] One or more security group names. You can specify either the security group name or the security group ID. For security groups in a nondefault VPC, use the 'group-name' filter to describe security groups by name. -- -- Default: Describes all your security groups. dsgsGroupNames :: Lens' DescribeSecurityGroups [Text] dsgsGroupNames = lens _dsgsGroupNames (\ s a -> s{_dsgsGroupNames = a}) . _Default . _Coerce; --- | One or more security group IDs. Required for security groups in a--- nondefault VPC.+-- | One or more security group IDs. Required for security groups in a nondefault VPC. -- -- Default: Describes all your security groups. dsgsGroupIds :: Lens' DescribeSecurityGroups [Text] dsgsGroupIds = lens _dsgsGroupIds (\ s a -> s{_dsgsGroupIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dsgsDryRun :: Lens' DescribeSecurityGroups (Maybe Bool) dsgsDryRun = lens _dsgsDryRun (\ s a -> s{_dsgsDryRun = a}); 
gen/Network/AWS/EC2/DescribeSnapshotAttribute.hs view
@@ -18,12 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the specified attribute of the specified snapshot. You can--- specify only one attribute at a time.+-- Describes the specified attribute of the specified snapshot. You can specify only one attribute at a time. ----- For more information about EBS snapshots, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html Amazon EBS Snapshots>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about EBS snapshots, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html Amazon EBS Snapshots> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.DescribeSnapshotAttribute     (     -- * Creating a Request@@ -80,10 +77,7 @@     , _dsaAttribute = pAttribute_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dsaDryRun :: Lens' DescribeSnapshotAttribute (Maybe Bool) dsaDryRun = lens _dsaDryRun (\ s a -> s{_dsaDryRun = a}); 
gen/Network/AWS/EC2/DescribeSnapshots.hs view
@@ -18,55 +18,27 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes one or more of the EBS snapshots available to you. Available--- snapshots include public snapshots available for any AWS account to--- launch, private snapshots that you own, and private snapshots owned by--- another AWS account but for which you\'ve been given explicit create--- volume permissions.+-- Describes one or more of the EBS snapshots available to you. Available snapshots include public snapshots available for any AWS account to launch, private snapshots that you own, and private snapshots owned by another AWS account but for which you\'ve been given explicit create volume permissions. -- -- The create volume permissions fall into the following categories: ----- -   /public/: The owner of the snapshot granted create volume---     permissions for the snapshot to the 'all' group. All AWS accounts---     have create volume permissions for these snapshots.+-- -   /public/: The owner of the snapshot granted create volume permissions for the snapshot to the 'all' group. All AWS accounts have create volume permissions for these snapshots. ----- -   /explicit/: The owner of the snapshot granted create volume---     permissions to a specific AWS account.+-- -   /explicit/: The owner of the snapshot granted create volume permissions to a specific AWS account. ----- -   /implicit/: An AWS account has implicit create volume permissions---     for all snapshots it owns.+-- -   /implicit/: An AWS account has implicit create volume permissions for all snapshots it owns. ----- The list of snapshots returned can be modified by specifying snapshot--- IDs, snapshot owners, or AWS accounts with create volume permissions. If--- no options are specified, Amazon EC2 returns all snapshots for which you--- have create volume permissions.+-- The list of snapshots returned can be modified by specifying snapshot IDs, snapshot owners, or AWS accounts with create volume permissions. If no options are specified, Amazon EC2 returns all snapshots for which you have create volume permissions. ----- If you specify one or more snapshot IDs, only snapshots that have the--- specified IDs are returned. If you specify an invalid snapshot ID, an--- error is returned. If you specify a snapshot ID for which you do not--- have access, it is not included in the returned results.+-- If you specify one or more snapshot IDs, only snapshots that have the specified IDs are returned. If you specify an invalid snapshot ID, an error is returned. If you specify a snapshot ID for which you do not have access, it is not included in the returned results. ----- If you specify one or more snapshot owners, only snapshots from the--- specified owners and for which you have access are returned. The results--- can include the AWS account IDs of the specified owners, 'amazon' for--- snapshots owned by Amazon, or 'self' for snapshots that you own.+-- If you specify one or more snapshot owners, only snapshots from the specified owners and for which you have access are returned. The results can include the AWS account IDs of the specified owners, 'amazon' for snapshots owned by Amazon, or 'self' for snapshots that you own. ----- If you specify a list of restorable users, only snapshots with create--- snapshot permissions for those users are returned. You can specify AWS--- account IDs (if you own the snapshots), 'self' for snapshots for which--- you own or have explicit permissions, or 'all' for public snapshots.+-- If you specify a list of restorable users, only snapshots with create snapshot permissions for those users are returned. You can specify AWS account IDs (if you own the snapshots), 'self' for snapshots for which you own or have explicit permissions, or 'all' for public snapshots. ----- If you are describing a long list of snapshots, you can paginate the--- output to make the list more manageable. The 'MaxResults' parameter sets--- the maximum number of results returned in a single page. If the list of--- results exceeds your 'MaxResults' value, then that number of results is--- returned along with a 'NextToken' value that can be passed to a--- subsequent 'DescribeSnapshots' request to retrieve the remaining--- results.+-- If you are describing a long list of snapshots, you can paginate the output to make the list more manageable. The 'MaxResults' parameter sets the maximum number of results returned in a single page. If the list of results exceeds your 'MaxResults' value, then that number of results is returned along with a 'NextToken' value that can be passed to a subsequent 'DescribeSnapshots' request to retrieve the remaining results. ----- For more information about EBS snapshots, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html Amazon EBS Snapshots>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about EBS snapshots, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html Amazon EBS Snapshots> in the /Amazon Elastic Compute Cloud User Guide/. -- -- This operation returns paginated results. module Network.AWS.EC2.DescribeSnapshots@@ -143,8 +115,7 @@     , _dssMaxResults = Nothing     } --- | Returns the snapshots owned by the specified owner. Multiple owners can--- be specified.+-- | Returns the snapshots owned by the specified owner. Multiple owners can be specified. dssOwnerIds :: Lens' DescribeSnapshots [Text] dssOwnerIds = lens _dssOwnerIds (\ s a -> s{_dssOwnerIds = a}) . _Default . _Coerce; @@ -152,34 +123,23 @@ -- -- -   'description' - A description of the snapshot. ----- -   'owner-alias' - The AWS account alias (for example, 'amazon') that---     owns the snapshot.+-- -   'owner-alias' - The AWS account alias (for example, 'amazon') that owns the snapshot. -- -- -   'owner-id' - The ID of the AWS account that owns the snapshot. ----- -   'progress' - The progress of the snapshot, as a percentage (for---     example, 80%).+-- -   'progress' - The progress of the snapshot, as a percentage (for example, 80%). -- -- -   'snapshot-id' - The snapshot ID. -- -- -   'start-time' - The time stamp when the snapshot was initiated. ----- -   'status' - The status of the snapshot ('pending' | 'completed' |---     'error').+-- -   'status' - The status of the snapshot ('pending' | 'completed' | 'error'). ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. -- -- -   'volume-id' - The ID of the volume the snapshot is for. --@@ -188,11 +148,7 @@ dssFilters :: Lens' DescribeSnapshots [Filter] dssFilters = lens _dssFilters (\ s a -> s{_dssFilters = a}) . _Default . _Coerce; --- | The 'NextToken' value returned from a previous paginated--- 'DescribeSnapshots' request where 'MaxResults' was used and the results--- exceeded the value of that parameter. Pagination continues from the end--- of the previous results that returned the 'NextToken' value. This value--- is 'null' when there are no more results to return.+-- | The 'NextToken' value returned from a previous paginated 'DescribeSnapshots' request where 'MaxResults' was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the 'NextToken' value. This value is 'null' when there are no more results to return. dssNextToken :: Lens' DescribeSnapshots (Maybe Text) dssNextToken = lens _dssNextToken (\ s a -> s{_dssNextToken = a}); @@ -206,23 +162,11 @@ dssRestorableByUserIds :: Lens' DescribeSnapshots [Text] dssRestorableByUserIds = lens _dssRestorableByUserIds (\ s a -> s{_dssRestorableByUserIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dssDryRun :: Lens' DescribeSnapshots (Maybe Bool) dssDryRun = lens _dssDryRun (\ s a -> s{_dssDryRun = a}); --- | The maximum number of snapshot results returned by 'DescribeSnapshots'--- in paginated output. When this parameter is used, 'DescribeSnapshots'--- only returns 'MaxResults' results in a single page along with a--- 'NextToken' response element. The remaining results of the initial--- request can be seen by sending another 'DescribeSnapshots' request with--- the returned 'NextToken' value. This value can be between 5 and 1000; if--- 'MaxResults' is given a value larger than 1000, only 1000 results are--- returned. If this parameter is not used, then 'DescribeSnapshots'--- returns all results. You cannot specify this parameter and the snapshot--- IDs parameter in the same request.+-- | The maximum number of snapshot results returned by 'DescribeSnapshots' in paginated output. When this parameter is used, 'DescribeSnapshots' only returns 'MaxResults' results in a single page along with a 'NextToken' response element. The remaining results of the initial request can be seen by sending another 'DescribeSnapshots' request with the returned 'NextToken' value. This value can be between 5 and 1000; if 'MaxResults' is given a value larger than 1000, only 1000 results are returned. If this parameter is not used, then 'DescribeSnapshots' returns all results. You cannot specify this parameter and the snapshot IDs parameter in the same request. dssMaxResults :: Lens' DescribeSnapshots (Maybe Int) dssMaxResults = lens _dssMaxResults (\ s a -> s{_dssMaxResults = a}); @@ -299,10 +243,7 @@     , _dssrsResponseStatus = pResponseStatus_     } --- | The 'NextToken' value to include in a future 'DescribeSnapshots'--- request. When the results of a 'DescribeSnapshots' request exceed--- 'MaxResults', this value can be used to retrieve the next page of--- results. This value is 'null' when there are no more results to return.+-- | The 'NextToken' value to include in a future 'DescribeSnapshots' request. When the results of a 'DescribeSnapshots' request exceed 'MaxResults', this value can be used to retrieve the next page of results. This value is 'null' when there are no more results to return. dssrsNextToken :: Lens' DescribeSnapshotsResponse (Maybe Text) dssrsNextToken = lens _dssrsNextToken (\ s a -> s{_dssrsNextToken = a}); 
gen/Network/AWS/EC2/DescribeSpotDatafeedSubscription.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the data feed for Spot instances. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html Spot Instance Data Feed>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Describes the data feed for Spot instances. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html Spot Instance Data Feed> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.DescribeSpotDatafeedSubscription     (     -- * Creating a Request@@ -63,10 +61,7 @@     { _dsdsDryRun = Nothing     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dsdsDryRun :: Lens' DescribeSpotDatafeedSubscription (Maybe Bool) dsdsDryRun = lens _dsdsDryRun (\ s a -> s{_dsdsDryRun = a}); 
gen/Network/AWS/EC2/DescribeSpotFleetInstances.hs view
@@ -83,17 +83,11 @@ dsfiNextToken :: Lens' DescribeSpotFleetInstances (Maybe Text) dsfiNextToken = lens _dsfiNextToken (\ s a -> s{_dsfiNextToken = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dsfiDryRun :: Lens' DescribeSpotFleetInstances (Maybe Bool) dsfiDryRun = lens _dsfiDryRun (\ s a -> s{_dsfiDryRun = a}); --- | The maximum number of results to return in a single call. Specify a--- value between 1 and 1000. The default value is 1000. To retrieve the--- remaining results, make another call with the returned 'NextToken'--- value.+-- | The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned 'NextToken' value. dsfiMaxResults :: Lens' DescribeSpotFleetInstances (Maybe Int) dsfiMaxResults = lens _dsfiMaxResults (\ s a -> s{_dsfiMaxResults = a}); @@ -169,8 +163,7 @@     , _dsfirsActiveInstances = mempty     } --- | The token required to retrieve the next set of results. This value is--- 'null' when there are no more results to return.+-- | The token required to retrieve the next set of results. This value is 'null' when there are no more results to return. dsfirsNextToken :: Lens' DescribeSpotFleetInstancesResponse (Maybe Text) dsfirsNextToken = lens _dsfirsNextToken (\ s a -> s{_dsfirsNextToken = a}); @@ -182,8 +175,7 @@ dsfirsSpotFleetRequestId :: Lens' DescribeSpotFleetInstancesResponse Text dsfirsSpotFleetRequestId = lens _dsfirsSpotFleetRequestId (\ s a -> s{_dsfirsSpotFleetRequestId = a}); --- | The running instances. Note that this list is refreshed periodically and--- might be out of date.+-- | The running instances. Note that this list is refreshed periodically and might be out of date. dsfirsActiveInstances :: Lens' DescribeSpotFleetInstancesResponse [ActiveInstance] dsfirsActiveInstances = lens _dsfirsActiveInstances (\ s a -> s{_dsfirsActiveInstances = a}) . _Coerce; 
gen/Network/AWS/EC2/DescribeSpotFleetRequestHistory.hs view
@@ -18,12 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the events for the specified Spot fleet request during the--- specified time.+-- Describes the events for the specified Spot fleet request during the specified time. ----- Spot fleet events are delayed by up to 30 seconds before they can be--- described. This ensures that you can query by the last evaluated time--- and not miss a recorded event.+-- Spot fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. module Network.AWS.EC2.DescribeSpotFleetRequestHistory     (     -- * Creating a Request@@ -105,17 +102,11 @@ dsfrhEventType :: Lens' DescribeSpotFleetRequestHistory (Maybe EventType) dsfrhEventType = lens _dsfrhEventType (\ s a -> s{_dsfrhEventType = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dsfrhDryRun :: Lens' DescribeSpotFleetRequestHistory (Maybe Bool) dsfrhDryRun = lens _dsfrhDryRun (\ s a -> s{_dsfrhDryRun = a}); --- | The maximum number of results to return in a single call. Specify a--- value between 1 and 1000. The default value is 1000. To retrieve the--- remaining results, make another call with the returned 'NextToken'--- value.+-- | The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned 'NextToken' value. dsfrhMaxResults :: Lens' DescribeSpotFleetRequestHistory (Maybe Int) dsfrhMaxResults = lens _dsfrhMaxResults (\ s a -> s{_dsfrhMaxResults = a}); @@ -123,8 +114,7 @@ dsfrhSpotFleetRequestId :: Lens' DescribeSpotFleetRequestHistory Text dsfrhSpotFleetRequestId = lens _dsfrhSpotFleetRequestId (\ s a -> s{_dsfrhSpotFleetRequestId = a}); --- | The starting date and time for the events, in UTC format (for example,--- /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z).+-- | The starting date and time for the events, in UTC format (for example, /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z). dsfrhStartTime :: Lens' DescribeSpotFleetRequestHistory UTCTime dsfrhStartTime = lens _dsfrhStartTime (\ s a -> s{_dsfrhStartTime = a}) . _Time; @@ -213,8 +203,7 @@     , _dsfrhrsHistoryRecords = mempty     } --- | The token required to retrieve the next set of results. This value is--- 'null' when there are no more results to return.+-- | The token required to retrieve the next set of results. This value is 'null' when there are no more results to return. dsfrhrsNextToken :: Lens' DescribeSpotFleetRequestHistoryResponse (Maybe Text) dsfrhrsNextToken = lens _dsfrhrsNextToken (\ s a -> s{_dsfrhrsNextToken = a}); @@ -226,17 +215,13 @@ dsfrhrsSpotFleetRequestId :: Lens' DescribeSpotFleetRequestHistoryResponse Text dsfrhrsSpotFleetRequestId = lens _dsfrhrsSpotFleetRequestId (\ s a -> s{_dsfrhrsSpotFleetRequestId = a}); --- | The starting date and time for the events, in UTC format (for example,--- /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z).+-- | The starting date and time for the events, in UTC format (for example, /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z). dsfrhrsStartTime :: Lens' DescribeSpotFleetRequestHistoryResponse UTCTime dsfrhrsStartTime = lens _dsfrhrsStartTime (\ s a -> s{_dsfrhrsStartTime = a}) . _Time; --- | The last date and time for the events, in UTC format (for example,--- /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z). All records up to this time were--- retrieved.+-- | The last date and time for the events, in UTC format (for example, /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z). All records up to this time were retrieved. ----- If 'nextToken' indicates that there are more results, this value is not--- present.+-- If 'nextToken' indicates that there are more results, this value is not present. dsfrhrsLastEvaluatedTime :: Lens' DescribeSpotFleetRequestHistoryResponse UTCTime dsfrhrsLastEvaluatedTime = lens _dsfrhrsLastEvaluatedTime (\ s a -> s{_dsfrhrsLastEvaluatedTime = a}) . _Time; 
gen/Network/AWS/EC2/DescribeSpotFleetRequests.hs view
@@ -85,17 +85,11 @@ dsfrNextToken :: Lens' DescribeSpotFleetRequests (Maybe Text) dsfrNextToken = lens _dsfrNextToken (\ s a -> s{_dsfrNextToken = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dsfrDryRun :: Lens' DescribeSpotFleetRequests (Maybe Bool) dsfrDryRun = lens _dsfrDryRun (\ s a -> s{_dsfrDryRun = a}); --- | The maximum number of results to return in a single call. Specify a--- value between 1 and 1000. The default value is 1000. To retrieve the--- remaining results, make another call with the returned 'NextToken'--- value.+-- | The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned 'NextToken' value. dsfrMaxResults :: Lens' DescribeSpotFleetRequests (Maybe Int) dsfrMaxResults = lens _dsfrMaxResults (\ s a -> s{_dsfrMaxResults = a}); @@ -162,8 +156,7 @@     , _dsfrrsSpotFleetRequestConfigs = mempty     } --- | The token required to retrieve the next set of results. This value is--- 'null' when there are no more results to return.+-- | The token required to retrieve the next set of results. This value is 'null' when there are no more results to return. dsfrrsNextToken :: Lens' DescribeSpotFleetRequestsResponse (Maybe Text) dsfrrsNextToken = lens _dsfrrsNextToken (\ s a -> s{_dsfrrsNextToken = a}); 
gen/Network/AWS/EC2/DescribeSpotInstanceRequests.hs view
@@ -18,20 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the Spot instance requests that belong to your account. Spot--- instances are instances that Amazon EC2 launches when the bid price that--- you specify exceeds the current Spot price. Amazon EC2 periodically sets--- the Spot price based on available Spot instance capacity and current--- Spot instance requests. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html Spot Instance Requests>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Describes the Spot instance requests that belong to your account. Spot instances are instances that Amazon EC2 launches when the bid price that you specify exceeds the current Spot price. Amazon EC2 periodically sets the Spot price based on available Spot instance capacity and current Spot instance requests. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html Spot Instance Requests> in the /Amazon Elastic Compute Cloud User Guide/. ----- You can use 'DescribeSpotInstanceRequests' to find a running Spot--- instance by examining the response. If the status of the Spot instance--- is 'fulfilled', the instance ID appears in the response and contains the--- identifier of the instance. Alternatively, you can use--- < DescribeInstances> with a filter to look for instances where the--- instance lifecycle is 'spot'.+-- You can use 'DescribeSpotInstanceRequests' to find a running Spot instance by examining the response. If the status of the Spot instance is 'fulfilled', the instance ID appears in the response and contains the identifier of the instance. Alternatively, you can use < DescribeInstances> with a filter to look for instances where the instance lifecycle is 'spot'. module Network.AWS.EC2.DescribeSpotInstanceRequests     (     -- * Creating a Request@@ -88,8 +77,7 @@ -- -- -   'availability-zone-group' - The Availability Zone group. ----- -   'create-time' - The time stamp when the Spot instance request was---     created.+-- -   'create-time' - The time stamp when the Spot instance request was created. -- -- -   'fault-code' - The fault code related to the request. --@@ -99,107 +87,69 @@ -- -- -   'launch-group' - The Spot instance launch group. ----- -   'launch.block-device-mapping.delete-on-termination' - Indicates---     whether the Amazon EBS volume is deleted on instance termination.+-- -   'launch.block-device-mapping.delete-on-termination' - Indicates whether the Amazon EBS volume is deleted on instance termination. ----- -   'launch.block-device-mapping.device-name' - The device name for the---     Amazon EBS volume (for example, '\/dev\/sdh').+-- -   'launch.block-device-mapping.device-name' - The device name for the Amazon EBS volume (for example, '\/dev\/sdh'). ----- -   'launch.block-device-mapping.snapshot-id' - The ID of the snapshot---     used for the Amazon EBS volume.+-- -   'launch.block-device-mapping.snapshot-id' - The ID of the snapshot used for the Amazon EBS volume. ----- -   'launch.block-device-mapping.volume-size' - The size of the Amazon---     EBS volume, in GiB.+-- -   'launch.block-device-mapping.volume-size' - The size of the Amazon EBS volume, in GiB. ----- -   'launch.block-device-mapping.volume-type' - The type of the Amazon---     EBS volume: 'gp2' for General Purpose SSD, 'io1' for Provisioned---     IOPS SSD, 'st1' for Throughput Optimized HDD, 'sc1'for Cold HDD, or---     'standard' for Magnetic.+-- -   'launch.block-device-mapping.volume-type' - The type of the Amazon EBS volume: 'gp2' for General Purpose SSD, 'io1' for Provisioned IOPS SSD, 'st1' for Throughput Optimized HDD, 'sc1'for Cold HDD, or 'standard' for Magnetic. -- -- -   'launch.group-id' - The security group for the instance. -- -- -   'launch.image-id' - The ID of the AMI. ----- -   'launch.instance-type' - The type of instance (for example,---     'm3.medium').+-- -   'launch.instance-type' - The type of instance (for example, 'm3.medium'). -- -- -   'launch.kernel-id' - The kernel ID. ----- -   'launch.key-name' - The name of the key pair the instance launched---     with.+-- -   'launch.key-name' - The name of the key pair the instance launched with. ----- -   'launch.monitoring-enabled' - Whether monitoring is enabled for the---     Spot instance.+-- -   'launch.monitoring-enabled' - Whether monitoring is enabled for the Spot instance. -- -- -   'launch.ramdisk-id' - The RAM disk ID. ----- -   'network-interface.network-interface-id' - The ID of the network---     interface.+-- -   'network-interface.network-interface-id' - The ID of the network interface. ----- -   'network-interface.device-index' - The index of the device for the---     network interface attachment on the instance.+-- -   'network-interface.device-index' - The index of the device for the network interface attachment on the instance. ----- -   'network-interface.subnet-id' - The ID of the subnet for the---     instance.+-- -   'network-interface.subnet-id' - The ID of the subnet for the instance. ----- -   'network-interface.description' - A description of the network---     interface.+-- -   'network-interface.description' - A description of the network interface. ----- -   'network-interface.private-ip-address' - The primary private IP---     address of the network interface.+-- -   'network-interface.private-ip-address' - The primary private IP address of the network interface. ----- -   'network-interface.delete-on-termination' - Indicates whether the---     network interface is deleted when the instance is terminated.+-- -   'network-interface.delete-on-termination' - Indicates whether the network interface is deleted when the instance is terminated. ----- -   'network-interface.group-id' - The ID of the security group---     associated with the network interface.+-- -   'network-interface.group-id' - The ID of the security group associated with the network interface. ----- -   'network-interface.group-name' - The name of the security group---     associated with the network interface.+-- -   'network-interface.group-name' - The name of the security group associated with the network interface. ----- -   'network-interface.addresses.primary' - Indicates whether the IP---     address is the primary private IP address.+-- -   'network-interface.addresses.primary' - Indicates whether the IP address is the primary private IP address. ----- -   'product-description' - The product description associated with the---     instance ('Linux\/UNIX' | 'Windows').+-- -   'product-description' - The product description associated with the instance ('Linux\/UNIX' | 'Windows'). -- -- -   'spot-instance-request-id' - The Spot instance request ID. ----- -   'spot-price' - The maximum hourly price for any Spot instance---     launched to fulfill the request.+-- -   'spot-price' - The maximum hourly price for any Spot instance launched to fulfill the request. ----- -   'state' - The state of the Spot instance request ('open' | 'active'---     | 'closed' | 'cancelled' | 'failed'). Spot bid status information---     can help you track your Amazon EC2 Spot instance requests. For more---     information, see---     <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html Spot Bid Status>---     in the Amazon Elastic Compute Cloud User Guide.+-- -   'state' - The state of the Spot instance request ('open' | 'active' | 'closed' | 'cancelled' | 'failed'). Spot bid status information can help you track your Amazon EC2 Spot instance requests. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html Spot Bid Status> in the Amazon Elastic Compute Cloud User Guide. ----- -   'status-code' - The short code describing the most recent evaluation---     of your Spot instance request.+-- -   'status-code' - The short code describing the most recent evaluation of your Spot instance request. ----- -   'status-message' - The message explaining the status of the Spot---     instance request.+-- -   'status-message' - The message explaining the status of the Spot instance request. ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. ----- -   'type' - The type of Spot instance request ('one-time' |---     'persistent').+-- -   'type' - The type of Spot instance request ('one-time' | 'persistent'). ----- -   'launched-availability-zone' - The Availability Zone in which the---     bid is launched.+-- -   'launched-availability-zone' - The Availability Zone in which the bid is launched. -- -- -   'valid-from' - The start date of the request. --@@ -212,10 +162,7 @@ dsirSpotInstanceRequestIds :: Lens' DescribeSpotInstanceRequests [Text] dsirSpotInstanceRequestIds = lens _dsirSpotInstanceRequestIds (\ s a -> s{_dsirSpotInstanceRequestIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dsirDryRun :: Lens' DescribeSpotInstanceRequests (Maybe Bool) dsirDryRun = lens _dsirDryRun (\ s a -> s{_dsirDryRun = a}); 
gen/Network/AWS/EC2/DescribeSpotPriceHistory.hs view
@@ -18,17 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the Spot price history. The prices returned are listed in--- chronological order, from the oldest to the most recent, for up to the--- past 90 days. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances-history.html Spot Instance Pricing History>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Describes the Spot price history. The prices returned are listed in chronological order, from the oldest to the most recent, for up to the past 90 days. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances-history.html Spot Instance Pricing History> in the /Amazon Elastic Compute Cloud User Guide/. ----- When you specify a start and end time, this operation returns the prices--- of the instance types within the time range that you specified and the--- time when the price changed. The price is valid within the time period--- that you specified; the response merely indicates the last time that the--- price changed.+-- When you specify a start and end time, this operation returns the prices of the instance types within the time range that you specified and the time when the price changed. The price is valid within the time period that you specified; the response merely indicates the last time that the price changed. -- -- This operation returns paginated results. module Network.AWS.EC2.DescribeSpotPriceHistory@@ -119,31 +111,21 @@ dsphInstanceTypes :: Lens' DescribeSpotPriceHistory [InstanceType] dsphInstanceTypes = lens _dsphInstanceTypes (\ s a -> s{_dsphInstanceTypes = a}) . _Default . _Coerce; --- | The date and time, up to the past 90 days, from which to start--- retrieving the price history data, in UTC format (for example,--- /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z).+-- | The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format (for example, /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z). dsphStartTime :: Lens' DescribeSpotPriceHistory (Maybe UTCTime) dsphStartTime = lens _dsphStartTime (\ s a -> s{_dsphStartTime = a}) . mapping _Time;  -- | One or more filters. ----- -   'availability-zone' - The Availability Zone for which prices should---     be returned.+-- -   'availability-zone' - The Availability Zone for which prices should be returned. -- -- -   'instance-type' - The type of instance (for example, 'm3.medium'). ----- -   'product-description' - The product description for the Spot price---     ('Linux\/UNIX' | 'SUSE Linux' | 'Windows' |---     'Linux\/UNIX (Amazon VPC)' | 'SUSE Linux (Amazon VPC)' |---     'Windows (Amazon VPC)').+-- -   'product-description' - The product description for the Spot price ('Linux\/UNIX' | 'SUSE Linux' | 'Windows' | 'Linux\/UNIX (Amazon VPC)' | 'SUSE Linux (Amazon VPC)' | 'Windows (Amazon VPC)'). ----- -   'spot-price' - The Spot price. The value must match exactly (or use---     wildcards; greater than or less than comparison is not supported).+-- -   'spot-price' - The Spot price. The value must match exactly (or use wildcards; greater than or less than comparison is not supported). ----- -   'timestamp' - The timestamp of the Spot price history, in UTC format---     (for example, /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z). You can use---     wildcards (* and ?). Greater than or less than comparison is not---     supported.+-- -   'timestamp' - The timestamp of the Spot price history, in UTC format (for example, /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z). You can use wildcards (* and ?). Greater than or less than comparison is not supported. -- dsphFilters :: Lens' DescribeSpotPriceHistory [Filter] dsphFilters = lens _dsphFilters (\ s a -> s{_dsphFilters = a}) . _Default . _Coerce;@@ -156,9 +138,7 @@ dsphAvailabilityZone :: Lens' DescribeSpotPriceHistory (Maybe Text) dsphAvailabilityZone = lens _dsphAvailabilityZone (\ s a -> s{_dsphAvailabilityZone = a}); --- | The date and time, up to the current date, from which to stop retrieving--- the price history data, in UTC format (for example,--- /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z).+-- | The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format (for example, /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z). dsphEndTime :: Lens' DescribeSpotPriceHistory (Maybe UTCTime) dsphEndTime = lens _dsphEndTime (\ s a -> s{_dsphEndTime = a}) . mapping _Time; @@ -166,17 +146,11 @@ dsphProductDescriptions :: Lens' DescribeSpotPriceHistory [Text] dsphProductDescriptions = lens _dsphProductDescriptions (\ s a -> s{_dsphProductDescriptions = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dsphDryRun :: Lens' DescribeSpotPriceHistory (Maybe Bool) dsphDryRun = lens _dsphDryRun (\ s a -> s{_dsphDryRun = a}); --- | The maximum number of results to return in a single call. Specify a--- value between 1 and 1000. The default value is 1000. To retrieve the--- remaining results, make another call with the returned 'NextToken'--- value.+-- | The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned 'NextToken' value. dsphMaxResults :: Lens' DescribeSpotPriceHistory (Maybe Int) dsphMaxResults = lens _dsphMaxResults (\ s a -> s{_dsphMaxResults = a}); @@ -257,8 +231,7 @@     , _dsphrsResponseStatus = pResponseStatus_     } --- | The token required to retrieve the next set of results. This value is--- 'null' when there are no more results to return.+-- | The token required to retrieve the next set of results. This value is 'null' when there are no more results to return. dsphrsNextToken :: Lens' DescribeSpotPriceHistoryResponse (Maybe Text) dsphrsNextToken = lens _dsphrsNextToken (\ s a -> s{_dsphrsNextToken = a}); 
gen/Network/AWS/EC2/DescribeSubnets.hs view
@@ -20,9 +20,7 @@ -- -- Describes one or more of your subnets. ----- For more information about subnets, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html Your VPC and Subnets>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about subnets, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html Your VPC and Subnets> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.DescribeSubnets     (     -- * Creating a Request@@ -83,48 +81,30 @@  -- | One or more filters. ----- -   'availabilityZone' - The Availability Zone for the subnet. You can---     also use 'availability-zone' as the filter name.+-- -   'availabilityZone' - The Availability Zone for the subnet. You can also use 'availability-zone' as the filter name. ----- -   'available-ip-address-count' - The number of IP addresses in the---     subnet that are available.+-- -   'available-ip-address-count' - The number of IP addresses in the subnet that are available. ----- -   'cidrBlock' - The CIDR block of the subnet. The CIDR block you---     specify must exactly match the subnet\'s CIDR block for information---     to be returned for the subnet. You can also use 'cidr' or---     'cidr-block' as the filter names.+-- -   'cidrBlock' - The CIDR block of the subnet. The CIDR block you specify must exactly match the subnet\'s CIDR block for information to be returned for the subnet. You can also use 'cidr' or 'cidr-block' as the filter names. ----- -   'defaultForAz' - Indicates whether this is the default subnet for---     the Availability Zone. You can also use 'default-for-az' as the---     filter name.+-- -   'defaultForAz' - Indicates whether this is the default subnet for the Availability Zone. You can also use 'default-for-az' as the filter name. -- -- -   'state' - The state of the subnet ('pending' | 'available'). -- -- -   'subnet-id' - The ID of the subnet. ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. -- -- -   'vpc-id' - The ID of the VPC for the subnet. -- dsFilters :: Lens' DescribeSubnets [Filter] dsFilters = lens _dsFilters (\ s a -> s{_dsFilters = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dsDryRun :: Lens' DescribeSubnets (Maybe Bool) dsDryRun = lens _dsDryRun (\ s a -> s{_dsDryRun = a}); 
gen/Network/AWS/EC2/DescribeTags.hs view
@@ -20,9 +20,7 @@ -- -- Describes one or more of the tags for your EC2 resources. ----- For more information about tags, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html Tagging Your Resources>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about tags, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html Tagging Your Resources> in the /Amazon Elastic Compute Cloud User Guide/. -- -- This operation returns paginated results. module Network.AWS.EC2.DescribeTags@@ -90,12 +88,7 @@ -- -- -   'resource-id' - The resource ID. ----- -   'resource-type' - The resource type ('customer-gateway' |---     'dhcp-options' | 'image' | 'instance' | 'internet-gateway' |---     'network-acl' | 'network-interface' | 'reserved-instances' |---     'route-table' | 'security-group' | 'snapshot' |---     'spot-instances-request' | 'subnet' | 'volume' | 'vpc' |---     'vpn-connection' | 'vpn-gateway').+-- -   'resource-type' - The resource type ('customer-gateway' | 'dhcp-options' | 'image' | 'instance' | 'internet-gateway' | 'network-acl' | 'network-interface' | 'reserved-instances' | 'route-table' | 'security-group' | 'snapshot' | 'spot-instances-request' | 'subnet' | 'volume' | 'vpc' | 'vpn-connection' | 'vpn-gateway'). -- -- -   'value' - The tag value. --@@ -106,16 +99,11 @@ dtNextToken :: Lens' DescribeTags (Maybe Text) dtNextToken = lens _dtNextToken (\ s a -> s{_dtNextToken = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dtDryRun :: Lens' DescribeTags (Maybe Bool) dtDryRun = lens _dtDryRun (\ s a -> s{_dtDryRun = a}); --- | The maximum number of results to return in a single call. This value can--- be between 5 and 1000. To retrieve the remaining results, make another--- call with the returned 'NextToken' value.+-- | The maximum number of results to return in a single call. This value can be between 5 and 1000. To retrieve the remaining results, make another call with the returned 'NextToken' value. dtMaxResults :: Lens' DescribeTags (Maybe Int) dtMaxResults = lens _dtMaxResults (\ s a -> s{_dtMaxResults = a}); @@ -185,8 +173,7 @@     , _dtrsResponseStatus = pResponseStatus_     } --- | The token to use to retrieve the next page of results. This value is--- 'null' when there are no more results to return..+-- | The token to use to retrieve the next page of results. This value is 'null' when there are no more results to return.. dtrsNextToken :: Lens' DescribeTagsResponse (Maybe Text) dtrsNextToken = lens _dtrsNextToken (\ s a -> s{_dtrsNextToken = a}); 
gen/Network/AWS/EC2/DescribeVPCAttribute.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the specified attribute of the specified VPC. You can specify--- only one attribute at a time.+-- Describes the specified attribute of the specified VPC. You can specify only one attribute at a time. module Network.AWS.EC2.DescribeVPCAttribute     (     -- * Creating a Request@@ -76,10 +75,7 @@     , _dvpcaAttribute = pAttribute_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dvpcaDryRun :: Lens' DescribeVPCAttribute (Maybe Bool) dvpcaDryRun = lens _dvpcaDryRun (\ s a -> s{_dvpcaDryRun = a}); @@ -154,16 +150,11 @@     , _dvpcarsResponseStatus = pResponseStatus_     } --- | Indicates whether the instances launched in the VPC get DNS hostnames.--- If this attribute is 'true', instances in the VPC get DNS hostnames;--- otherwise, they do not.+-- | Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is 'true', instances in the VPC get DNS hostnames; otherwise, they do not. dvpcarsEnableDNSHostnames :: Lens' DescribeVPCAttributeResponse (Maybe AttributeBooleanValue) dvpcarsEnableDNSHostnames = lens _dvpcarsEnableDNSHostnames (\ s a -> s{_dvpcarsEnableDNSHostnames = a}); --- | Indicates whether DNS resolution is enabled for the VPC. If this--- attribute is 'true', the Amazon DNS server resolves DNS hostnames for--- your instances to their corresponding IP addresses; otherwise, it does--- not.+-- | Indicates whether DNS resolution is enabled for the VPC. If this attribute is 'true', the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not. dvpcarsEnableDNSSupport :: Lens' DescribeVPCAttributeResponse (Maybe AttributeBooleanValue) dvpcarsEnableDNSSupport = lens _dvpcarsEnableDNSSupport (\ s a -> s{_dvpcarsEnableDNSSupport = a}); 
gen/Network/AWS/EC2/DescribeVPCClassicLink.hs view
@@ -73,22 +73,13 @@  -- | One or more filters. ----- -   'is-classic-link-enabled' - Whether the VPC is enabled for---     ClassicLink ('true' | 'false').+-- -   'is-classic-link-enabled' - Whether the VPC is enabled for ClassicLink ('true' | 'false'). ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. -- dvclFilters :: Lens' DescribeVPCClassicLink [Filter] dvclFilters = lens _dvclFilters (\ s a -> s{_dvclFilters = a}) . _Default . _Coerce;@@ -97,10 +88,7 @@ dvclVPCIds :: Lens' DescribeVPCClassicLink [Text] dvclVPCIds = lens _dvclVPCIds (\ s a -> s{_dvclVPCIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dvclDryRun :: Lens' DescribeVPCClassicLink (Maybe Bool) dvclDryRun = lens _dvclDryRun (\ s a -> s{_dvclDryRun = a}); 
gen/Network/AWS/EC2/DescribeVPCClassicLinkDNSSupport.hs view
@@ -18,14 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the ClassicLink DNS support status of one or more VPCs. If--- enabled, the DNS hostname of a linked EC2-Classic instance resolves to--- its private IP address when addressed from an instance in the VPC to--- which it\'s linked. Similarly, the DNS hostname of an instance in a VPC--- resolves to its private IP address when addressed from a linked--- EC2-Classic instance. For more information about ClassicLink, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html ClassicLink>--- in the Amazon Elastic Compute Cloud User Guide.+-- Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it\'s linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information about ClassicLink, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html ClassicLink> in the Amazon Elastic Compute Cloud User Guide. module Network.AWS.EC2.DescribeVPCClassicLinkDNSSupport     (     -- * Creating a Request@@ -79,8 +72,7 @@     , _dvcldsMaxResults = Nothing     } --- | The token for the next set of items to return. (You received this token--- from a prior call.)+-- | The token for the next set of items to return. (You received this token from a prior call.) dvcldsNextToken :: Lens' DescribeVPCClassicLinkDNSSupport (Maybe Text) dvcldsNextToken = lens _dvcldsNextToken (\ s a -> s{_dvcldsNextToken = a}); @@ -88,9 +80,7 @@ dvcldsVPCIds :: Lens' DescribeVPCClassicLinkDNSSupport [Text] dvcldsVPCIds = lens _dvcldsVPCIds (\ s a -> s{_dvcldsVPCIds = a}) . _Default . _Coerce; --- | The maximum number of items to return for this request. The request--- returns a token that you can specify in a subsequent call to get the--- next set of results.+-- | The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results. dvcldsMaxResults :: Lens' DescribeVPCClassicLinkDNSSupport (Maybe Natural) dvcldsMaxResults = lens _dvcldsMaxResults (\ s a -> s{_dvcldsMaxResults = a}) . mapping _Nat; 
gen/Network/AWS/EC2/DescribeVPCEndpointServices.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes all supported AWS services that can be specified when creating--- a VPC endpoint.+-- Describes all supported AWS services that can be specified when creating a VPC endpoint. module Network.AWS.EC2.DescribeVPCEndpointServices     (     -- * Creating a Request@@ -73,24 +72,17 @@     , _dvesMaxResults = Nothing     } --- | The token for the next set of items to return. (You received this token--- from a prior call.)+-- | The token for the next set of items to return. (You received this token from a prior call.) dvesNextToken :: Lens' DescribeVPCEndpointServices (Maybe Text) dvesNextToken = lens _dvesNextToken (\ s a -> s{_dvesNextToken = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dvesDryRun :: Lens' DescribeVPCEndpointServices (Maybe Bool) dvesDryRun = lens _dvesDryRun (\ s a -> s{_dvesDryRun = a}); --- | The maximum number of items to return for this request. The request--- returns a token that you can specify in a subsequent call to get the--- next set of results.+-- | The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results. ----- Constraint: If the value is greater than 1000, we return only 1000--- items.+-- Constraint: If the value is greater than 1000, we return only 1000 items. dvesMaxResults :: Lens' DescribeVPCEndpointServices (Maybe Int) dvesMaxResults = lens _dvesMaxResults (\ s a -> s{_dvesMaxResults = a}); @@ -159,8 +151,7 @@ dvesrsServiceNames :: Lens' DescribeVPCEndpointServicesResponse [Text] dvesrsServiceNames = lens _dvesrsServiceNames (\ s a -> s{_dvesrsServiceNames = 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. dvesrsNextToken :: Lens' DescribeVPCEndpointServicesResponse (Maybe Text) dvesrsNextToken = lens _dvesrsNextToken (\ s a -> s{_dvesrsNextToken = a}); 
gen/Network/AWS/EC2/DescribeVPCEndpoints.hs view
@@ -90,14 +90,12 @@ -- -- -   'vpc-endpoint-id': The ID of the endpoint. ----- -   'vpc-endpoint-state': The state of the endpoint. ('pending' |---     'available' | 'deleting' | 'deleted')+-- -   'vpc-endpoint-state': The state of the endpoint. ('pending' | 'available' | 'deleting' | 'deleted') -- dvpceFilters :: Lens' DescribeVPCEndpoints [Filter] dvpceFilters = lens _dvpceFilters (\ s a -> s{_dvpceFilters = a}) . _Default . _Coerce; --- | The token for the next set of items to return. (You received this token--- from a prior call.)+-- | The token for the next set of items to return. (You received this token from a prior call.) dvpceNextToken :: Lens' DescribeVPCEndpoints (Maybe Text) dvpceNextToken = lens _dvpceNextToken (\ s a -> s{_dvpceNextToken = a}); @@ -105,19 +103,13 @@ dvpceVPCEndpointIds :: Lens' DescribeVPCEndpoints [Text] dvpceVPCEndpointIds = lens _dvpceVPCEndpointIds (\ s a -> s{_dvpceVPCEndpointIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dvpceDryRun :: Lens' DescribeVPCEndpoints (Maybe Bool) dvpceDryRun = lens _dvpceDryRun (\ s a -> s{_dvpceDryRun = a}); --- | The maximum number of items to return for this request. The request--- returns a token that you can specify in a subsequent call to get the--- next set of results.+-- | The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results. ----- Constraint: If the value is greater than 1000, we return only 1000--- items.+-- Constraint: If the value is greater than 1000, we return only 1000 items. dvpceMaxResults :: Lens' DescribeVPCEndpoints (Maybe Int) dvpceMaxResults = lens _dvpceMaxResults (\ s a -> s{_dvpceMaxResults = a}); @@ -185,8 +177,7 @@     , _dvpcersResponseStatus = 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. dvpcersNextToken :: Lens' DescribeVPCEndpointsResponse (Maybe Text) dvpcersNextToken = lens _dvpcersNextToken (\ s a -> s{_dvpcersNextToken = a}); 
gen/Network/AWS/EC2/DescribeVPCPeeringConnections.hs view
@@ -75,42 +75,27 @@ -- -- -   'accepter-vpc-info.cidr-block' - The CIDR block of the peer VPC. ----- -   'accepter-vpc-info.owner-id' - The AWS account ID of the owner of---     the peer VPC.+-- -   'accepter-vpc-info.owner-id' - The AWS account ID of the owner of the peer VPC. -- -- -   'accepter-vpc-info.vpc-id' - The ID of the peer VPC. ----- -   'expiration-time' - The expiration date and time for the VPC peering---     connection.+-- -   'expiration-time' - The expiration date and time for the VPC peering connection. ----- -   'requester-vpc-info.cidr-block' - The CIDR block of the requester\'s---     VPC.+-- -   'requester-vpc-info.cidr-block' - The CIDR block of the requester\'s VPC. ----- -   'requester-vpc-info.owner-id' - The AWS account ID of the owner of---     the requester VPC.+-- -   'requester-vpc-info.owner-id' - The AWS account ID of the owner of the requester VPC. -- -- -   'requester-vpc-info.vpc-id' - The ID of the requester VPC. ----- -   'status-code' - The status of the VPC peering connection---     ('pending-acceptance' | 'failed' | 'expired' | 'provisioning' |---     'active' | 'deleted' | 'rejected').+-- -   'status-code' - The status of the VPC peering connection ('pending-acceptance' | 'failed' | 'expired' | 'provisioning' | 'active' | 'deleted' | 'rejected'). ----- -   'status-message' - A message that provides more information about---     the status of the VPC peering connection, if applicable.+-- -   'status-message' - A message that provides more information about the status of the VPC peering connection, if applicable. ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. -- -- -   'vpc-peering-connection-id' - The ID of the VPC peering connection. --@@ -123,10 +108,7 @@ dvpcpcVPCPeeringConnectionIds :: Lens' DescribeVPCPeeringConnections [Text] dvpcpcVPCPeeringConnectionIds = lens _dvpcpcVPCPeeringConnectionIds (\ s a -> s{_dvpcpcVPCPeeringConnectionIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dvpcpcDryRun :: Lens' DescribeVPCPeeringConnections (Maybe Bool) dvpcpcDryRun = lens _dvpcpcDryRun (\ s a -> s{_dvpcpcDryRun = a}); 
gen/Network/AWS/EC2/DescribeVPCs.hs view
@@ -73,10 +73,7 @@  -- | One or more filters. ----- -   'cidr' - The CIDR block of the VPC. The CIDR block you specify must---     exactly match the VPC\'s CIDR block for information to be returned---     for the VPC. Must contain the slash followed by one or two digits---     (for example, '\/28').+-- -   'cidr' - The CIDR block of the VPC. The CIDR block you specify must exactly match the VPC\'s CIDR block for information to be returned for the VPC. Must contain the slash followed by one or two digits (for example, '\/28'). -- -- -   'dhcp-options-id' - The ID of a set of DHCP options. --@@ -84,19 +81,11 @@ -- -- -   'state' - The state of the VPC ('pending' | 'available'). ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. -- -- -   'vpc-id' - The ID of the VPC. --@@ -109,10 +98,7 @@ dvsVPCIds :: Lens' DescribeVPCs [Text] dvsVPCIds = lens _dvsVPCIds (\ s a -> s{_dvsVPCIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dvsDryRun :: Lens' DescribeVPCs (Maybe Bool) dvsDryRun = lens _dvsDryRun (\ s a -> s{_dvsDryRun = a}); 
gen/Network/AWS/EC2/DescribeVPNConnections.hs view
@@ -20,9 +20,7 @@ -- -- Describes one or more of your VPN connections. ----- For more information about VPN connections, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html Adding a Hardware Virtual Private Gateway to Your VPC>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about VPN connections, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html Adding a Hardware Virtual Private Gateway to Your VPC> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.DescribeVPNConnections     (     -- * Creating a Request@@ -77,46 +75,29 @@  -- | One or more filters. ----- -   'customer-gateway-configuration' - The configuration information for---     the customer gateway.+-- -   'customer-gateway-configuration' - The configuration information for the customer gateway. ----- -   'customer-gateway-id' - The ID of a customer gateway associated with---     the VPN connection.+-- -   'customer-gateway-id' - The ID of a customer gateway associated with the VPN connection. ----- -   'state' - The state of the VPN connection ('pending' | 'available' |---     'deleting' | 'deleted').+-- -   'state' - The state of the VPN connection ('pending' | 'available' | 'deleting' | 'deleted'). ----- -   'option.static-routes-only' - Indicates whether the connection has---     static routes only. Used for devices that do not support Border---     Gateway Protocol (BGP).+-- -   'option.static-routes-only' - Indicates whether the connection has static routes only. Used for devices that do not support Border Gateway Protocol (BGP). ----- -   'route.destination-cidr-block' - The destination CIDR block. This---     corresponds to the subnet used in a customer data center.+-- -   'route.destination-cidr-block' - The destination CIDR block. This corresponds to the subnet used in a customer data center. ----- -   'bgp-asn' - The BGP Autonomous System Number (ASN) associated with a---     BGP device.+-- -   'bgp-asn' - The BGP Autonomous System Number (ASN) associated with a BGP device. ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. ----- -   'type' - The type of VPN connection. Currently the only supported---     type is 'ipsec.1'.+-- -   'type' - The type of VPN connection. Currently the only supported type is 'ipsec.1'. -- -- -   'vpn-connection-id' - The ID of the VPN connection. ----- -   'vpn-gateway-id' - The ID of a virtual private gateway associated---     with the VPN connection.+-- -   'vpn-gateway-id' - The ID of a virtual private gateway associated with the VPN connection. -- dvpncFilters :: Lens' DescribeVPNConnections [Filter] dvpncFilters = lens _dvpncFilters (\ s a -> s{_dvpncFilters = a}) . _Default . _Coerce;@@ -127,10 +108,7 @@ dvpncVPNConnectionIds :: Lens' DescribeVPNConnections [Text] dvpncVPNConnectionIds = lens _dvpncVPNConnectionIds (\ s a -> s{_dvpncVPNConnectionIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dvpncDryRun :: Lens' DescribeVPNConnections (Maybe Bool) dvpncDryRun = lens _dvpncDryRun (\ s a -> s{_dvpncDryRun = a}); 
gen/Network/AWS/EC2/DescribeVPNGateways.hs view
@@ -20,9 +20,7 @@ -- -- Describes one or more of your virtual private gateways. ----- For more information about virtual private gateways, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html Adding an IPsec Hardware VPN to Your VPC>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about virtual private gateways, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html Adding an IPsec Hardware VPN to Your VPC> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.DescribeVPNGateways     (     -- * Creating a Request@@ -77,34 +75,21 @@  -- | One or more filters. ----- -   'attachment.state' - The current state of the attachment between the---     gateway and the VPC ('attaching' | 'attached' | 'detaching' |---     'detached').+-- -   'attachment.state' - The current state of the attachment between the gateway and the VPC ('attaching' | 'attached' | 'detaching' | 'detached'). -- -- -   'attachment.vpc-id' - The ID of an attached VPC. ----- -   'availability-zone' - The Availability Zone for the virtual private---     gateway (if applicable).+-- -   'availability-zone' - The Availability Zone for the virtual private gateway (if applicable). ----- -   'state' - The state of the virtual private gateway ('pending' |---     'available' | 'deleting' | 'deleted').+-- -   'state' - The state of the virtual private gateway ('pending' | 'available' | 'deleting' | 'deleted'). ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. ----- -   'type' - The type of virtual private gateway. Currently the only---     supported type is 'ipsec.1'.+-- -   'type' - The type of virtual private gateway. Currently the only supported type is 'ipsec.1'. -- -- -   'vpn-gateway-id' - The ID of the virtual private gateway. --@@ -117,10 +102,7 @@ dvgsVPNGatewayIds :: Lens' DescribeVPNGateways [Text] dvgsVPNGatewayIds = lens _dvgsVPNGatewayIds (\ s a -> s{_dvgsVPNGatewayIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dvgsDryRun :: Lens' DescribeVPNGateways (Maybe Bool) dvgsDryRun = lens _dvgsDryRun (\ s a -> s{_dvgsDryRun = a}); 
gen/Network/AWS/EC2/DescribeVolumeAttribute.hs view
@@ -18,12 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the specified attribute of the specified volume. You can--- specify only one attribute at a time.+-- Describes the specified attribute of the specified volume. You can specify only one attribute at a time. ----- For more information about EBS volumes, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html Amazon EBS Volumes>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about EBS volumes, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html Amazon EBS Volumes> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.DescribeVolumeAttribute     (     -- * Creating a Request@@ -83,10 +80,7 @@ dvaAttribute :: Lens' DescribeVolumeAttribute (Maybe VolumeAttributeName) dvaAttribute = lens _dvaAttribute (\ s a -> s{_dvaAttribute = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dvaDryRun :: Lens' DescribeVolumeAttribute (Maybe Bool) dvaDryRun = lens _dvaDryRun (\ s a -> s{_dvaDryRun = a}); 
gen/Network/AWS/EC2/DescribeVolumeStatus.hs view
@@ -18,45 +18,17 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the status of the specified volumes. Volume status provides--- the result of the checks performed on your volumes to determine events--- that can impair the performance of your volumes. The performance of a--- volume can be affected if an issue occurs on the volume\'s underlying--- host. If the volume\'s underlying host experiences a power outage or--- system issue, after the system is restored, there could be data--- inconsistencies on the volume. Volume events notify you if this occurs.--- Volume actions notify you if any action needs to be taken in response to--- the event.+-- Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume\'s underlying host. If the volume\'s underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event. ----- The 'DescribeVolumeStatus' operation provides the following information--- about the specified volumes:+-- The 'DescribeVolumeStatus' operation provides the following information about the specified volumes: ----- /Status/: Reflects the current status of the volume. The possible values--- are 'ok', 'impaired' , 'warning', or 'insufficient-data'. If all checks--- pass, the overall status of the volume is 'ok'. If the check fails, the--- overall status is 'impaired'. If the status is 'insufficient-data', then--- the checks may still be taking place on your volume at the time. We--- recommend that you retry the request. For more information on volume--- status, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-volume-status.html Monitoring the Status of Your Volumes>.+-- /Status/: Reflects the current status of the volume. The possible values are 'ok', 'impaired' , 'warning', or 'insufficient-data'. If all checks pass, the overall status of the volume is 'ok'. If the check fails, the overall status is 'impaired'. If the status is 'insufficient-data', then the checks may still be taking place on your volume at the time. We recommend that you retry the request. For more information on volume status, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-volume-status.html Monitoring the Status of Your Volumes>. ----- /Events/: Reflect the cause of a volume status and may require you to--- take action. For example, if your volume returns an 'impaired' status,--- then the volume event might be 'potential-data-inconsistency'. This--- means that your volume has been affected by an issue with the underlying--- host, has all I\/O operations disabled, and may have inconsistent data.+-- /Events/: Reflect the cause of a volume status and may require you to take action. For example, if your volume returns an 'impaired' status, then the volume event might be 'potential-data-inconsistency'. This means that your volume has been affected by an issue with the underlying host, has all I\/O operations disabled, and may have inconsistent data. ----- /Actions/: Reflect the actions you may have to take in response to an--- event. For example, if the status of the volume is 'impaired' and the--- volume event shows 'potential-data-inconsistency', then the action shows--- 'enable-volume-io'. This means that you may want to enable the I\/O--- operations for the volume by calling the < EnableVolumeIO> action and--- then check the volume for data consistency.+-- /Actions/: Reflect the actions you may have to take in response to an event. For example, if the status of the volume is 'impaired' and the volume event shows 'potential-data-inconsistency', then the action shows 'enable-volume-io'. This means that you may want to enable the I\/O operations for the volume by calling the < EnableVolumeIO> action and then check the volume for data consistency. ----- Volume status is based on the volume status checks, and does not reflect--- the volume state. Therefore, volume status does not indicate volumes in--- the 'error' state (for example, when a volume is incapable of accepting--- I\/O.)+-- Volume status is based on the volume status checks, and does not reflect the volume state. Therefore, volume status does not indicate volumes in the 'error' state (for example, when a volume is incapable of accepting I\/O.) -- -- This operation returns paginated results. module Network.AWS.EC2.DescribeVolumeStatus@@ -125,8 +97,7 @@  -- | One or more filters. ----- -   'action.code' - The action code for the event (for example,---     'enable-volume-io').+-- -   'action.code' - The action code for the event (for example, 'enable-volume-io'). -- -- -   'action.description' - A description of the action. --@@ -138,24 +109,17 @@ -- -- -   'event.event-id' - The event ID. ----- -   'event.event-type' - The event type (for 'io-enabled': 'passed' |---     'failed'; for 'io-performance': 'io-performance:degraded' |---     'io-performance:severely-degraded' | 'io-performance:stalled').+-- -   'event.event-type' - The event type (for 'io-enabled': 'passed' | 'failed'; for 'io-performance': 'io-performance:degraded' | 'io-performance:severely-degraded' | 'io-performance:stalled'). -- -- -   'event.not-after' - The latest end time for the event. -- -- -   'event.not-before' - The earliest start time for the event. ----- -   'volume-status.details-name' - The cause for 'volume-status.status'---     ('io-enabled' | 'io-performance').+-- -   'volume-status.details-name' - The cause for 'volume-status.status' ('io-enabled' | 'io-performance'). ----- -   'volume-status.details-status' - The status of---     'volume-status.details-name' (for 'io-enabled': 'passed' | 'failed';---     for 'io-performance': 'normal' | 'degraded' | 'severely-degraded' |---     'stalled').+-- -   'volume-status.details-status' - The status of 'volume-status.details-name' (for 'io-enabled': 'passed' | 'failed'; for 'io-performance': 'normal' | 'degraded' | 'severely-degraded' | 'stalled'). ----- -   'volume-status.status' - The status of the volume ('ok' | 'impaired'---     | 'warning' | 'insufficient-data').+-- -   'volume-status.status' - The status of the volume ('ok' | 'impaired' | 'warning' | 'insufficient-data'). -- dvssFilters :: Lens' DescribeVolumeStatus [Filter] dvssFilters = lens _dvssFilters (\ s a -> s{_dvssFilters = a}) . _Default . _Coerce;@@ -166,29 +130,15 @@ dvssVolumeIds :: Lens' DescribeVolumeStatus [Text] dvssVolumeIds = lens _dvssVolumeIds (\ s a -> s{_dvssVolumeIds = a}) . _Default . _Coerce; --- | The 'NextToken' value to include in a future 'DescribeVolumeStatus'--- request. When the results of the request exceed 'MaxResults', this value--- can be used to retrieve the next page of results. This value is 'null'--- when there are no more results to return.+-- | The 'NextToken' value to include in a future 'DescribeVolumeStatus' request. When the results of the request exceed 'MaxResults', this value can be used to retrieve the next page of results. This value is 'null' when there are no more results to return. dvssNextToken :: Lens' DescribeVolumeStatus (Maybe Text) dvssNextToken = lens _dvssNextToken (\ s a -> s{_dvssNextToken = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dvssDryRun :: Lens' DescribeVolumeStatus (Maybe Bool) dvssDryRun = lens _dvssDryRun (\ s a -> s{_dvssDryRun = a}); --- | The maximum number of volume results returned by 'DescribeVolumeStatus'--- in paginated output. When this parameter is used, the request only--- returns 'MaxResults' results in a single page along with a 'NextToken'--- response element. The remaining results of the initial request can be--- seen by sending another request with the returned 'NextToken' value.--- This value can be between 5 and 1000; if 'MaxResults' is given a value--- larger than 1000, only 1000 results are returned. If this parameter is--- not used, then 'DescribeVolumeStatus' returns all results. You cannot--- specify this parameter and the volume IDs parameter in the same request.+-- | The maximum number of volume results returned by 'DescribeVolumeStatus' in paginated output. When this parameter is used, the request only returns 'MaxResults' results in a single page along with a 'NextToken' response element. The remaining results of the initial request can be seen by sending another request with the returned 'NextToken' value. This value can be between 5 and 1000; if 'MaxResults' is given a value larger than 1000, only 1000 results are returned. If this parameter is not used, then 'DescribeVolumeStatus' returns all results. You cannot specify this parameter and the volume IDs parameter in the same request. dvssMaxResults :: Lens' DescribeVolumeStatus (Maybe Int) dvssMaxResults = lens _dvssMaxResults (\ s a -> s{_dvssMaxResults = a}); @@ -261,8 +211,7 @@     , _dvsrsResponseStatus = pResponseStatus_     } --- | The token to use to retrieve the next page of results. This value is--- 'null' when there are no more results to return.+-- | The token to use to retrieve the next page of results. This value is 'null' when there are no more results to return. dvsrsNextToken :: Lens' DescribeVolumeStatusResponse (Maybe Text) dvsrsNextToken = lens _dvsrsNextToken (\ s a -> s{_dvsrsNextToken = a}); 
gen/Network/AWS/EC2/DescribeVolumes.hs view
@@ -20,16 +20,9 @@ -- -- Describes the specified EBS volumes. ----- If you are describing a long list of volumes, you can paginate the--- output to make the list more manageable. The 'MaxResults' parameter sets--- the maximum number of results returned in a single page. If the list of--- results exceeds your 'MaxResults' value, then that number of results is--- returned along with a 'NextToken' value that can be passed to a--- subsequent 'DescribeVolumes' request to retrieve the remaining results.+-- If you are describing a long list of volumes, you can paginate the output to make the list more manageable. The 'MaxResults' parameter sets the maximum number of results returned in a single page. If the list of results exceeds your 'MaxResults' value, then that number of results is returned along with a 'NextToken' value that can be passed to a subsequent 'DescribeVolumes' request to retrieve the remaining results. ----- For more information about EBS volumes, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html Amazon EBS Volumes>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about EBS volumes, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html Amazon EBS Volumes> in the /Amazon Elastic Compute Cloud User Guide/. -- -- This operation returns paginated results. module Network.AWS.EC2.DescribeVolumes@@ -98,23 +91,17 @@  -- | One or more filters. ----- -   'attachment.attach-time' - The time stamp when the attachment---     initiated.+-- -   'attachment.attach-time' - The time stamp when the attachment initiated. ----- -   'attachment.delete-on-termination' - Whether the volume is deleted---     on instance termination.+-- -   'attachment.delete-on-termination' - Whether the volume is deleted on instance termination. ----- -   'attachment.device' - The device name that is exposed to the---     instance (for example, '\/dev\/sda1').+-- -   'attachment.device' - The device name that is exposed to the instance (for example, '\/dev\/sda1'). ----- -   'attachment.instance-id' - The ID of the instance the volume is---     attached to.+-- -   'attachment.instance-id' - The ID of the instance the volume is attached to. ----- -   'attachment.status' - The attachment state ('attaching' | 'attached'---     | 'detaching' | 'detached').+-- -   'attachment.status' - The attachment state ('attaching' | 'attached' | 'detaching' | 'detached'). ----- -   'availability-zone' - The Availability Zone in which the volume was---     created.+-- -   'availability-zone' - The Availability Zone in which the volume was created. -- -- -   'create-time' - The time stamp when the volume was created. --@@ -124,29 +111,17 @@ -- -- -   'snapshot-id' - The snapshot from which the volume was created. ----- -   'status' - The status of the volume ('creating' | 'available' |---     'in-use' | 'deleting' | 'deleted' | 'error').+-- -   'status' - The status of the volume ('creating' | 'available' | 'in-use' | 'deleting' | 'deleted' | 'error'). ----- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned---     to the resource.+-- -   'tag':/key/=/value/ - The key\/value combination of a tag assigned to the resource. ----- -   'tag-key' - The key of a tag assigned to the resource. This filter---     is independent of the 'tag-value' filter. For example, if you use---     both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\",---     you get any resources assigned both the tag key Purpose (regardless---     of what the tag\'s value is), and the tag value X (regardless of---     what the tag\'s key is). If you want to list only resources where---     Purpose is X, see the 'tag':/key/=/value/ filter.+-- -   'tag-key' - The key of a tag assigned to the resource. This filter is independent of the 'tag-value' filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag\'s value is), and the tag value X (regardless of what the tag\'s key is). If you want to list only resources where Purpose is X, see the 'tag':/key/=/value/ filter. ----- -   'tag-value' - The value of a tag assigned to the resource. This---     filter is independent of the 'tag-key' filter.+-- -   'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter. -- -- -   'volume-id' - The volume ID. ----- -   'volume-type' - The Amazon EBS volume type. This can be 'gp2' for---     General Purpose SSD, 'io1' for Provisioned IOPS SSD, 'st1' for---     Throughput Optimized HDD, 'sc1' for Cold HDD, or 'standard' for---     Magnetic volumes.+-- -   'volume-type' - The Amazon EBS volume type. This can be 'gp2' for General Purpose SSD, 'io1' for Provisioned IOPS SSD, 'st1' for Throughput Optimized HDD, 'sc1' for Cold HDD, or 'standard' for Magnetic volumes. -- desFilters :: Lens' DescribeVolumes [Filter] desFilters = lens _desFilters (\ s a -> s{_desFilters = a}) . _Default . _Coerce;@@ -155,31 +130,15 @@ desVolumeIds :: Lens' DescribeVolumes [Text] desVolumeIds = lens _desVolumeIds (\ s a -> s{_desVolumeIds = a}) . _Default . _Coerce; --- | The 'NextToken' value returned from a previous paginated--- 'DescribeVolumes' request where 'MaxResults' was used and the results--- exceeded the value of that parameter. Pagination continues from the end--- of the previous results that returned the 'NextToken' value. This value--- is 'null' when there are no more results to return.+-- | The 'NextToken' value returned from a previous paginated 'DescribeVolumes' request where 'MaxResults' was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the 'NextToken' value. This value is 'null' when there are no more results to return. desNextToken :: Lens' DescribeVolumes (Maybe Text) desNextToken = lens _desNextToken (\ s a -> s{_desNextToken = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. desDryRun :: Lens' DescribeVolumes (Maybe Bool) desDryRun = lens _desDryRun (\ s a -> s{_desDryRun = a}); --- | The maximum number of volume results returned by 'DescribeVolumes' in--- paginated output. When this parameter is used, 'DescribeVolumes' only--- returns 'MaxResults' results in a single page along with a 'NextToken'--- response element. The remaining results of the initial request can be--- seen by sending another 'DescribeVolumes' request with the returned--- 'NextToken' value. This value can be between 5 and 1000; if 'MaxResults'--- is given a value larger than 1000, only 1000 results are returned. If--- this parameter is not used, then 'DescribeVolumes' returns all results.--- You cannot specify this parameter and the volume IDs parameter in the--- same request.+-- | The maximum number of volume results returned by 'DescribeVolumes' in paginated output. When this parameter is used, 'DescribeVolumes' only returns 'MaxResults' results in a single page along with a 'NextToken' response element. The remaining results of the initial request can be seen by sending another 'DescribeVolumes' request with the returned 'NextToken' value. This value can be between 5 and 1000; if 'MaxResults' is given a value larger than 1000, only 1000 results are returned. If this parameter is not used, then 'DescribeVolumes' returns all results. You cannot specify this parameter and the volume IDs parameter in the same request. desMaxResults :: Lens' DescribeVolumes (Maybe Int) desMaxResults = lens _desMaxResults (\ s a -> s{_desMaxResults = a}); @@ -250,10 +209,7 @@     , _dvvrsResponseStatus = pResponseStatus_     } --- | The 'NextToken' value to include in a future 'DescribeVolumes' request.--- When the results of a 'DescribeVolumes' request exceed 'MaxResults',--- this value can be used to retrieve the next page of results. This value--- is 'null' when there are no more results to return.+-- | The 'NextToken' value to include in a future 'DescribeVolumes' request. When the results of a 'DescribeVolumes' request exceed 'MaxResults', this value can be used to retrieve the next page of results. This value is 'null' when there are no more results to return. dvvrsNextToken :: Lens' DescribeVolumesResponse (Maybe Text) dvvrsNextToken = lens _dvvrsNextToken (\ s a -> s{_dvvrsNextToken = a}); 
gen/Network/AWS/EC2/DetachClassicLinkVPC.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the--- instance has been unlinked, the VPC security groups are no longer--- associated with it. An instance is automatically unlinked from a VPC--- when it\'s stopped.+-- Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it\'s stopped. module Network.AWS.EC2.DetachClassicLinkVPC     (     -- * Creating a Request@@ -76,10 +73,7 @@     , _dclvVPCId = pVPCId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dclvDryRun :: Lens' DetachClassicLinkVPC (Maybe Bool) dclvDryRun = lens _dclvDryRun (\ s a -> s{_dclvDryRun = a}); 
gen/Network/AWS/EC2/DetachInternetGateway.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Detaches an Internet gateway from a VPC, disabling connectivity between--- the Internet and the VPC. The VPC must not contain any running instances--- with Elastic IP addresses.+-- Detaches an Internet gateway from a VPC, disabling connectivity between the Internet and the VPC. The VPC must not contain any running instances with Elastic IP addresses. module Network.AWS.EC2.DetachInternetGateway     (     -- * Creating a Request@@ -72,10 +70,7 @@     , _digVPCId = pVPCId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. digDryRun :: Lens' DetachInternetGateway (Maybe Bool) digDryRun = lens _digDryRun (\ s a -> s{_digDryRun = a}); 
gen/Network/AWS/EC2/DetachNetworkInterface.hs view
@@ -73,10 +73,7 @@ dniForce :: Lens' DetachNetworkInterface (Maybe Bool) dniForce = lens _dniForce (\ s a -> s{_dniForce = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dniDryRun :: Lens' DetachNetworkInterface (Maybe Bool) dniDryRun = lens _dniDryRun (\ s a -> s{_dniDryRun = a}); 
gen/Network/AWS/EC2/DetachVPNGateway.hs view
@@ -18,15 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Detaches a virtual private gateway from a VPC. You do this if you\'re--- planning to turn off the VPC and not use it anymore. You can confirm a--- virtual private gateway has been completely detached from a VPC by--- describing the virtual private gateway (any attachments to the virtual--- private gateway are also described).+-- Detaches a virtual private gateway from a VPC. You do this if you\'re planning to turn off the VPC and not use it anymore. You can confirm a virtual private gateway has been completely detached from a VPC by describing the virtual private gateway (any attachments to the virtual private gateway are also described). ----- You must wait for the attachment\'s state to switch to 'detached' before--- you can delete the VPC or attach a different VPC to the virtual private--- gateway.+-- You must wait for the attachment\'s state to switch to 'detached' before you can delete the VPC or attach a different VPC to the virtual private gateway. module Network.AWS.EC2.DetachVPNGateway     (     -- * Creating a Request@@ -78,10 +72,7 @@     , _dvpngVPCId = pVPCId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dvpngDryRun :: Lens' DetachVPNGateway (Maybe Bool) dvpngDryRun = lens _dvpngDryRun (\ s a -> s{_dvpngDryRun = a}); 
gen/Network/AWS/EC2/DetachVolume.hs view
@@ -18,21 +18,13 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Detaches an EBS volume from an instance. Make sure to unmount any file--- systems on the device within your operating system before detaching the--- volume. Failure to do so results in the volume being stuck in a busy--- state while detaching.+-- Detaches an EBS volume from an instance. Make sure to unmount any file systems on the device within your operating system before detaching the volume. Failure to do so results in the volume being stuck in a busy state while detaching. ----- If an Amazon EBS volume is the root device of an instance, it can\'t be--- detached while the instance is running. To detach the root volume, stop--- the instance first.+-- If an Amazon EBS volume is the root device of an instance, it can\'t be detached while the instance is running. To detach the root volume, stop the instance first. ----- When a volume with an AWS Marketplace product code is detached from an--- instance, the product code is no longer associated with the instance.+-- When a volume with an AWS Marketplace product code is detached from an instance, the product code is no longer associated with the instance. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-detaching-volume.html Detaching an Amazon EBS Volume>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-detaching-volume.html Detaching an Amazon EBS Volume> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.DetachVolume     (     -- * Creating a Request@@ -104,13 +96,7 @@ dvInstanceId :: Lens' DetachVolume (Maybe Text) dvInstanceId = lens _dvInstanceId (\ s a -> s{_dvInstanceId = a}); --- | Forces detachment if the previous detachment attempt did not occur--- cleanly (for example, logging into an instance, unmounting the volume,--- and detaching normally). This option can lead to data loss or a--- corrupted file system. Use this option only as a last resort to detach a--- volume from a failed instance. The instance won\'t have an opportunity--- to flush file system caches or file system metadata. If you use this--- option, you must perform file system check and repair procedures.+-- | Forces detachment if the previous detachment attempt did not occur cleanly (for example, logging into an instance, unmounting the volume, and detaching normally). This option can lead to data loss or a corrupted file system. Use this option only as a last resort to detach a volume from a failed instance. The instance won\'t have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures. dvForce :: Lens' DetachVolume (Maybe Bool) dvForce = lens _dvForce (\ s a -> s{_dvForce = a}); @@ -118,10 +104,7 @@ dvDevice :: Lens' DetachVolume (Maybe Text) dvDevice = lens _dvDevice (\ s a -> s{_dvDevice = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dvDryRun :: Lens' DetachVolume (Maybe Bool) dvDryRun = lens _dvDryRun (\ s a -> s{_dvDryRun = a}); 
gen/Network/AWS/EC2/DisableVGWRoutePropagation.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Disables a virtual private gateway (VGW) from propagating routes to a--- specified route table of a VPC.+-- Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC. module Network.AWS.EC2.DisableVGWRoutePropagation     (     -- * Creating a Request
gen/Network/AWS/EC2/DisableVPCClassicLink.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC--- that has EC2-Classic instances linked to it.+-- Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it. module Network.AWS.EC2.DisableVPCClassicLink     (     -- * Creating a Request@@ -68,10 +67,7 @@     , _dvpcclVPCId = pVPCId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dvpcclDryRun :: Lens' DisableVPCClassicLink (Maybe Bool) dvpcclDryRun = lens _dvpcclDryRun (\ s a -> s{_dvpcclDryRun = a}); 
gen/Network/AWS/EC2/DisableVPCClassicLinkDNSSupport.hs view
@@ -18,12 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames--- resolve to public IP addresses when addressed between a linked--- EC2-Classic instance and instances in the VPC to which it\'s linked. For--- more information about ClassicLink, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html ClassicLink>--- in the Amazon Elastic Compute Cloud User Guide.+-- Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it\'s linked. For more information about ClassicLink, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html ClassicLink> in the Amazon Elastic Compute Cloud User Guide. module Network.AWS.EC2.DisableVPCClassicLinkDNSSupport     (     -- * Creating a Request
gen/Network/AWS/EC2/DisassociateAddress.hs view
@@ -18,16 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Disassociates an Elastic IP address from the instance or network--- interface it\'s associated with.+-- Disassociates an Elastic IP address from the instance or network interface it\'s associated with. ----- An Elastic IP address is for use in either the EC2-Classic platform or--- in a VPC. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html Elastic IP Addresses>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html Elastic IP Addresses> in the /Amazon Elastic Compute Cloud User Guide/. ----- This is an idempotent operation. If you perform the operation more than--- once, Amazon EC2 doesn\'t return an error.+-- This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn\'t return an error. module Network.AWS.EC2.DisassociateAddress     (     -- * Creating a Request@@ -85,10 +80,7 @@ dasPublicIP :: Lens' DisassociateAddress (Maybe Text) dasPublicIP = lens _dasPublicIP (\ s a -> s{_dasPublicIP = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. dasDryRun :: Lens' DisassociateAddress (Maybe Bool) dasDryRun = lens _dasDryRun (\ s a -> s{_dasDryRun = a}); 
gen/Network/AWS/EC2/DisassociateRouteTable.hs view
@@ -20,11 +20,7 @@ -- -- Disassociates a subnet from a route table. ----- After you perform this action, the subnet no longer uses the routes in--- the route table. Instead, it uses the routes in the VPC\'s main route--- table. For more information about route tables, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html Route Tables>--- in the /Amazon Virtual Private Cloud User Guide/.+-- After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC\'s main route table. For more information about route tables, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html Route Tables> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.DisassociateRouteTable     (     -- * Creating a Request@@ -70,15 +66,11 @@     , _drtAssociationId = pAssociationId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. drtDryRun :: Lens' DisassociateRouteTable (Maybe Bool) drtDryRun = lens _drtDryRun (\ s a -> s{_drtDryRun = a}); --- | The association ID representing the current association between the--- route table and subnet.+-- | The association ID representing the current association between the route table and subnet. drtAssociationId :: Lens' DisassociateRouteTable Text drtAssociationId = lens _drtAssociationId (\ s a -> s{_drtAssociationId = a}); 
gen/Network/AWS/EC2/EnableVGWRoutePropagation.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Enables a virtual private gateway (VGW) to propagate routes to the--- specified route table of a VPC.+-- Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC. module Network.AWS.EC2.EnableVGWRoutePropagation     (     -- * Creating a Request
gen/Network/AWS/EC2/EnableVPCClassicLink.hs view
@@ -18,15 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Enables a VPC for ClassicLink. You can then link EC2-Classic instances--- to your ClassicLink-enabled VPC to allow communication over private IP--- addresses. You cannot enable your VPC for ClassicLink if any of your--- VPC\'s route tables have existing routes for address ranges within the--- '10.0.0.0\/8' IP address range, excluding local routes for VPCs in the--- '10.0.0.0\/16' and '10.1.0.0\/16' IP address ranges. For more--- information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html ClassicLink>--- in the Amazon Elastic Compute Cloud User Guide.+-- Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot enable your VPC for ClassicLink if any of your VPC\'s route tables have existing routes for address ranges within the '10.0.0.0\/8' IP address range, excluding local routes for VPCs in the '10.0.0.0\/16' and '10.1.0.0\/16' IP address ranges. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html ClassicLink> in the Amazon Elastic Compute Cloud User Guide. module Network.AWS.EC2.EnableVPCClassicLink     (     -- * Creating a Request@@ -75,10 +67,7 @@     , _evclVPCId = pVPCId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. evclDryRun :: Lens' EnableVPCClassicLink (Maybe Bool) evclDryRun = lens _evclDryRun (\ s a -> s{_evclDryRun = a}); 
gen/Network/AWS/EC2/EnableVPCClassicLinkDNSSupport.hs view
@@ -18,14 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Enables a VPC to support DNS hostname resolution for ClassicLink. If--- enabled, the DNS hostname of a linked EC2-Classic instance resolves to--- its private IP address when addressed from an instance in the VPC to--- which it\'s linked. Similarly, the DNS hostname of an instance in a VPC--- resolves to its private IP address when addressed from a linked--- EC2-Classic instance. For more information about ClassicLink, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html ClassicLink>--- in the Amazon Elastic Compute Cloud User Guide.+-- Enables a VPC to support DNS hostname resolution for ClassicLink. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it\'s linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information about ClassicLink, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html ClassicLink> in the Amazon Elastic Compute Cloud User Guide. module Network.AWS.EC2.EnableVPCClassicLinkDNSSupport     (     -- * Creating a Request
gen/Network/AWS/EC2/EnableVolumeIO.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Enables I\/O operations for a volume that had I\/O operations disabled--- because the data on the volume was potentially inconsistent.+-- Enables I\/O operations for a volume that had I\/O operations disabled because the data on the volume was potentially inconsistent. module Network.AWS.EC2.EnableVolumeIO     (     -- * Creating a Request@@ -65,10 +64,7 @@     , _evioVolumeId = pVolumeId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. evioDryRun :: Lens' EnableVolumeIO (Maybe Bool) evioDryRun = lens _evioDryRun (\ s a -> s{_evioDryRun = a}); 
gen/Network/AWS/EC2/GetConsoleOutput.hs view
@@ -20,24 +20,13 @@ -- -- Gets the console output for the specified instance. ----- Instances do not have a physical monitor through which you can view--- their console output. They also lack physical controls that allow you to--- power up, reboot, or shut them down. To allow these actions, we provide--- them through the Amazon EC2 API and command line interface.+-- Instances do not have a physical monitor through which you can view their console output. They also lack physical controls that allow you to power up, reboot, or shut them down. To allow these actions, we provide them through the Amazon EC2 API and command line interface. ----- Instance console output is buffered and posted shortly after instance--- boot, reboot, and termination. Amazon EC2 preserves the most recent 64--- KB output which is available for at least one hour after the most recent--- post.+-- Instance console output is buffered and posted shortly after instance boot, reboot, and termination. Amazon EC2 preserves the most recent 64 KB output which is available for at least one hour after the most recent post. ----- For Linux instances, the instance console output displays the exact--- console output that would normally be displayed on a physical monitor--- attached to a computer. This output is buffered because the instance--- produces it and then posts it to a store where the instance\'s owner can--- retrieve it.+-- For Linux instances, the instance console output displays the exact console output that would normally be displayed on a physical monitor attached to a computer. This output is buffered because the instance produces it and then posts it to a store where the instance\'s owner can retrieve it. ----- For Windows instances, the instance console output includes output from--- the EC2Config service.+-- For Windows instances, the instance console output includes output from the EC2Config service. module Network.AWS.EC2.GetConsoleOutput     (     -- * Creating a Request@@ -88,10 +77,7 @@     , _gcoInstanceId = pInstanceId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. gcoDryRun :: Lens' GetConsoleOutput (Maybe Bool) gcoDryRun = lens _gcoDryRun (\ s a -> s{_gcoDryRun = a}); @@ -164,8 +150,7 @@ gcorsInstanceId :: Lens' GetConsoleOutputResponse (Maybe Text) gcorsInstanceId = lens _gcorsInstanceId (\ s a -> s{_gcorsInstanceId = a}); --- | The console output, Base64 encoded. If using a command line tool, the--- tools decode the output for you.+-- | The console output, Base64 encoded. If using a command line tool, the tools decode the output for you. gcorsOutput :: Lens' GetConsoleOutputResponse (Maybe Text) gcorsOutput = lens _gcorsOutput (\ s a -> s{_gcorsOutput = a}); 
gen/Network/AWS/EC2/GetPasswordData.hs view
@@ -18,21 +18,13 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieves the encrypted administrator password for an instance running--- Windows.+-- Retrieves the encrypted administrator password for an instance running Windows. ----- The Windows password is generated at boot if the 'EC2Config' service--- plugin, 'Ec2SetPassword', is enabled. This usually only happens the--- first time an AMI is launched, and then 'Ec2SetPassword' is--- automatically disabled. The password is not generated for rebundled AMIs--- unless 'Ec2SetPassword' is enabled before bundling.+-- The Windows password is generated at boot if the 'EC2Config' service plugin, 'Ec2SetPassword', is enabled. This usually only happens the first time an AMI is launched, and then 'Ec2SetPassword' is automatically disabled. The password is not generated for rebundled AMIs unless 'Ec2SetPassword' is enabled before bundling. ----- The password is encrypted using the key pair that you specified when you--- launched the instance. You must provide the corresponding key pair file.+-- The password is encrypted using the key pair that you specified when you launched the instance. You must provide the corresponding key pair file. ----- Password generation and encryption takes a few moments. We recommend--- that you wait up to 15 minutes after launching an instance before trying--- to retrieve the generated password.+-- Password generation and encryption takes a few moments. We recommend that you wait up to 15 minutes after launching an instance before trying to retrieve the generated password. module Network.AWS.EC2.GetPasswordData     (     -- * Creating a Request@@ -83,10 +75,7 @@     , _gpdInstanceId = pInstanceId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. gpdDryRun :: Lens' GetPasswordData (Maybe Bool) gpdDryRun = lens _gpdDryRun (\ s a -> s{_gpdDryRun = a}); 
gen/Network/AWS/EC2/ImportImage.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Import single or multi-volume disk images or EBS snapshots into an--- Amazon Machine Image (AMI).+-- Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI). module Network.AWS.EC2.ImportImage     (     -- * Creating a Request@@ -133,21 +132,15 @@ impClientToken :: Lens' ImportImage (Maybe Text) impClientToken = lens _impClientToken (\ s a -> s{_impClientToken = a}); --- | The license type to be used for the Amazon Machine Image (AMI) after--- importing.+-- | The license type to be used for the Amazon Machine Image (AMI) after importing. ----- __Note:__ You may only use BYOL if you have existing licenses with--- rights to use these licenses in a third party cloud like AWS. For more--- information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/VMImportPrerequisites.html VM Import\/Export Prerequisites>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- __Note:__ You may only use BYOL if you have existing licenses with rights to use these licenses in a third party cloud like AWS. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/VMImportPrerequisites.html VM Import\/Export Prerequisites> in the /Amazon Elastic Compute Cloud User Guide/. -- -- Valid values: 'AWS' | 'BYOL' impLicenseType :: Lens' ImportImage (Maybe Text) impLicenseType = lens _impLicenseType (\ s a -> s{_impLicenseType = a}); --- | The name of the role to use when not using the default role,--- \'vmimport\'.+-- | The name of the role to use when not using the default role, \'vmimport\'. impRoleName :: Lens' ImportImage (Maybe Text) impRoleName = lens _impRoleName (\ s a -> s{_impRoleName = a}); @@ -161,10 +154,7 @@ impDescription :: Lens' ImportImage (Maybe Text) impDescription = lens _impDescription (\ s a -> s{_impDescription = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. impDryRun :: Lens' ImportImage (Maybe Bool) impDryRun = lens _impDryRun (\ s a -> s{_impDryRun = a}); 
gen/Network/AWS/EC2/ImportInstance.hs view
@@ -18,17 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates an import instance task using metadata from the specified disk--- image. 'ImportInstance' only supports single-volume VMs. To import--- multi-volume VMs, use < ImportImage>. After importing the image, you--- then upload it using the 'ec2-import-volume' command in the EC2 command--- line tools. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UploadingYourInstancesandVolumes.html Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Creates an import instance task using metadata from the specified disk image. 'ImportInstance' only supports single-volume VMs. To import multi-volume VMs, use < ImportImage>. After importing the image, you then upload it using the 'ec2-import-volume' command in the EC2 command line tools. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UploadingYourInstancesandVolumes.html Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2> in the /Amazon Elastic Compute Cloud User Guide/. ----- For information about the import manifest referenced by this API action,--- see--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html VM Import Manifest>.+-- For information about the import manifest referenced by this API action, see <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html VM Import Manifest>. module Network.AWS.EC2.ImportInstance     (     -- * Creating a Request@@ -104,10 +96,7 @@ iiDescription :: Lens' ImportInstance (Maybe Text) iiDescription = lens _iiDescription (\ s a -> s{_iiDescription = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. iiDryRun :: Lens' ImportInstance (Maybe Bool) iiDryRun = lens _iiDryRun (\ s a -> s{_iiDryRun = a}); 
gen/Network/AWS/EC2/ImportKeyPair.hs view
@@ -18,16 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Imports the public key from an RSA key pair that you created with a--- third-party tool. Compare this with < CreateKeyPair>, in which AWS--- creates the key pair and gives the keys to you (AWS keeps a copy of the--- public key). With ImportKeyPair, you create the key pair and give AWS--- just the public key. The private key is never transferred between you--- and AWS.+-- Imports the public key from an RSA key pair that you created with a third-party tool. Compare this with < CreateKeyPair>, in which AWS creates the key pair and gives the keys to you (AWS keeps a copy of the public key). With ImportKeyPair, you create the key pair and give AWS just the public key. The private key is never transferred between you and AWS. ----- For more information about key pairs, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html Key Pairs>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about key pairs, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html Key Pairs> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.ImportKeyPair     (     -- * Creating a Request@@ -83,10 +76,7 @@     , _ikpPublicKeyMaterial = _Base64 # pPublicKeyMaterial_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. ikpDryRun :: Lens' ImportKeyPair (Maybe Bool) ikpDryRun = lens _ikpDryRun (\ s a -> s{_ikpDryRun = a}); @@ -94,8 +84,7 @@ ikpKeyName :: Lens' ImportKeyPair Text ikpKeyName = lens _ikpKeyName (\ s a -> s{_ikpKeyName = a}); --- | The public key. For API calls, the text must be base64-encoded. For--- command line tools, base64 encoding is performed for you.+-- | The public key. For API calls, the text must be base64-encoded. For command line tools, base64 encoding is performed for you. -- -- /Note:/ This 'Lens' automatically encodes and decodes Base64 data, -- despite what the AWS documentation might say.
gen/Network/AWS/EC2/ImportSnapshot.hs view
@@ -96,8 +96,7 @@ isClientToken :: Lens' ImportSnapshot (Maybe Text) isClientToken = lens _isClientToken (\ s a -> s{_isClientToken = a}); --- | The name of the role to use when not using the default role,--- \'vmimport\'.+-- | The name of the role to use when not using the default role, \'vmimport\'. isRoleName :: Lens' ImportSnapshot (Maybe Text) isRoleName = lens _isRoleName (\ s a -> s{_isRoleName = a}); @@ -105,10 +104,7 @@ isDescription :: Lens' ImportSnapshot (Maybe Text) isDescription = lens _isDescription (\ s a -> s{_isDescription = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. isDryRun :: Lens' ImportSnapshot (Maybe Bool) isDryRun = lens _isDryRun (\ s a -> s{_isDryRun = a}); 
gen/Network/AWS/EC2/ImportVolume.hs view
@@ -18,16 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates an import volume task using metadata from the specified disk--- image. After importing the image, you then upload it using the--- 'ec2-import-volume' command in the Amazon EC2 command-line interface--- (CLI) tools. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UploadingYourInstancesandVolumes.html Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Creates an import volume task using metadata from the specified disk image. After importing the image, you then upload it using the 'ec2-import-volume' command in the Amazon EC2 command-line interface (CLI) tools. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UploadingYourInstancesandVolumes.html Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2> in the /Amazon Elastic Compute Cloud User Guide/. ----- For information about the import manifest referenced by this API action,--- see--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html VM Import Manifest>.+-- For information about the import manifest referenced by this API action, see <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html VM Import Manifest>. module Network.AWS.EC2.ImportVolume     (     -- * Creating a Request@@ -97,10 +90,7 @@ ivDescription :: Lens' ImportVolume (Maybe Text) ivDescription = lens _ivDescription (\ s a -> s{_ivDescription = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. ivDryRun :: Lens' ImportVolume (Maybe Bool) ivDryRun = lens _ivDryRun (\ s a -> s{_ivDryRun = a}); 
gen/Network/AWS/EC2/ModifyHosts.hs view
@@ -18,14 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Modify the auto-placement setting of a Dedicated host. When--- auto-placement is enabled, AWS will place instances that you launch with--- a tenancy of 'host', but without targeting a specific host ID, onto any--- available Dedicated host in your account which has auto-placement--- enabled. When auto-placement is disabled, you need to provide a host ID--- if you want the instance to launch onto a specific host. If no host ID--- is provided, the instance will be launched onto a suitable host which--- has auto-placement enabled.+-- Modify the auto-placement setting of a Dedicated host. When auto-placement is enabled, AWS will place instances that you launch with a tenancy of 'host', but without targeting a specific host ID, onto any available Dedicated host in your account which has auto-placement enabled. When auto-placement is disabled, you need to provide a host ID if you want the instance to launch onto a specific host. If no host ID is provided, the instance will be launched onto a suitable host which has auto-placement enabled. module Network.AWS.EC2.ModifyHosts     (     -- * Creating a Request@@ -143,8 +136,7 @@     , _mhrsResponseStatus = pResponseStatus_     } --- | The IDs of the Dedicated hosts that could not be modified. Check whether--- the setting you requested can be used.+-- | The IDs of the Dedicated hosts that could not be modified. Check whether the setting you requested can be used. mhrsUnsuccessful :: Lens' ModifyHostsResponse [UnsuccessfulItem] mhrsUnsuccessful = lens _mhrsUnsuccessful (\ s a -> s{_mhrsUnsuccessful = a}) . _Default . _Coerce; 
gen/Network/AWS/EC2/ModifyIdFormat.hs view
@@ -18,24 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Modifies the ID format for the specified resource on a per-region basis.--- You can specify that resources should receive longer IDs (17-character--- IDs) when they are created. The following resource types support longer--- IDs: 'instance' | 'reservation' | 'snapshot' | 'volume'.+-- Modifies the ID format for the specified resource on a per-region basis. You can specify that resources should receive longer IDs (17-character IDs) when they are created. The following resource types support longer IDs: 'instance' | 'reservation' | 'snapshot' | 'volume'. ----- This setting applies to the IAM user who makes the request; it does not--- apply to the entire AWS account. By default, an IAM user defaults to the--- same settings as the root user. If you\'re using this action as the root--- user or as an IAM role that has permission to use this action, then--- these settings apply to the entire account, unless an IAM user--- explicitly overrides these settings for themselves. For more--- information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html#resource-ids-access Controlling Access to Longer ID Settings>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- This setting applies to the IAM user who makes the request; it does not apply to the entire AWS account. By default, an IAM user defaults to the same settings as the root user. If you\'re using this action as the root user or as an IAM role that has permission to use this action, then these settings apply to the entire account, unless an IAM user explicitly overrides these settings for themselves. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html#resource-ids-access Controlling Access to Longer ID Settings> in the /Amazon Elastic Compute Cloud User Guide/. ----- Resources created with longer IDs are visible to all IAM users,--- regardless of these settings and provided that they have permission to--- use the relevant 'Describe' command for the resource type.+-- Resources created with longer IDs are visible to all IAM users, regardless of these settings and provided that they have permission to use the relevant 'Describe' command for the resource type. module Network.AWS.EC2.ModifyIdFormat     (     -- * Creating a Request
gen/Network/AWS/EC2/ModifyImageAttribute.hs view
@@ -18,11 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Modifies the specified attribute of the specified AMI. You can specify--- only one attribute at a time.+-- Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time. ----- AWS Marketplace product codes cannot be modified. Images with an AWS--- Marketplace product code cannot be made public.+-- AWS Marketplace product codes cannot be modified. Images with an AWS Marketplace product code cannot be made public. module Network.AWS.EC2.ModifyImageAttribute     (     -- * Creating a Request@@ -112,18 +110,15 @@ miaAttribute :: Lens' ModifyImageAttribute (Maybe Text) miaAttribute = lens _miaAttribute (\ s a -> s{_miaAttribute = a}); --- | One or more AWS account IDs. This is only valid when modifying the--- 'launchPermission' attribute.+-- | One or more AWS account IDs. This is only valid when modifying the 'launchPermission' attribute. miaUserIds :: Lens' ModifyImageAttribute [Text] miaUserIds = lens _miaUserIds (\ s a -> s{_miaUserIds = a}) . _Default . _Coerce; --- | One or more user groups. This is only valid when modifying the--- 'launchPermission' attribute.+-- | One or more user groups. This is only valid when modifying the 'launchPermission' attribute. miaUserGroups :: Lens' ModifyImageAttribute [Text] miaUserGroups = lens _miaUserGroups (\ s a -> s{_miaUserGroups = a}) . _Default . _Coerce; --- | The value of the attribute being modified. This is only valid when--- modifying the 'description' attribute.+-- | The value of the attribute being modified. This is only valid when modifying the 'description' attribute. miaValue :: Lens' ModifyImageAttribute (Maybe Text) miaValue = lens _miaValue (\ s a -> s{_miaValue = a}); @@ -135,9 +130,7 @@ miaOperationType :: Lens' ModifyImageAttribute (Maybe OperationType) miaOperationType = lens _miaOperationType (\ s a -> s{_miaOperationType = a}); --- | One or more product codes. After you add a product code to an AMI, it--- can\'t be removed. This is only valid when modifying the 'productCodes'--- attribute.+-- | One or more product codes. After you add a product code to an AMI, it can\'t be removed. This is only valid when modifying the 'productCodes' attribute. miaProductCodes :: Lens' ModifyImageAttribute [Text] miaProductCodes = lens _miaProductCodes (\ s a -> s{_miaProductCodes = a}) . _Default . _Coerce; @@ -145,10 +138,7 @@ miaDescription :: Lens' ModifyImageAttribute (Maybe AttributeValue) miaDescription = lens _miaDescription (\ s a -> s{_miaDescription = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. miaDryRun :: Lens' ModifyImageAttribute (Maybe Bool) miaDryRun = lens _miaDryRun (\ s a -> s{_miaDryRun = a}); 
gen/Network/AWS/EC2/ModifyInstanceAttribute.hs view
@@ -18,13 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Modifies the specified attribute of the specified instance. You can--- specify only one attribute at a time.+-- Modifies the specified attribute of the specified instance. You can specify only one attribute at a time. ----- To modify some attributes, the instance must be stopped. For more--- information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_ChangingAttributesWhileInstanceStopped.html Modifying Attributes of a Stopped Instance>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- To modify some attributes, the instance must be stopped. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_ChangingAttributesWhileInstanceStopped.html Modifying Attributes of a Stopped Instance> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.ModifyInstanceAttribute     (     -- * Creating a Request@@ -135,10 +131,7 @@     , _mInstanceId = pInstanceId_     } --- | [EC2-VPC] Changes the security groups of the instance. You must specify--- at least one security group, even if it\'s just the default security--- group for the VPC. You must specify the security group ID, not the--- security group name.+-- | [EC2-VPC] Changes the security groups of the instance. You must specify at least one security group, even if it\'s just the default security group for the VPC. You must specify the security group ID, not the security group name. mGroups :: Lens' ModifyInstanceAttribute [Text] mGroups = lens _mGroups (\ s a -> s{_mGroups = a}) . _Default . _Coerce; @@ -146,43 +139,27 @@ mAttribute :: Lens' ModifyInstanceAttribute (Maybe InstanceAttributeName) mAttribute = lens _mAttribute (\ s a -> s{_mAttribute = a}); --- | Specifies whether source\/destination checking is enabled. A value of--- 'true' means that checking is enabled, and 'false' means checking is--- disabled. This value must be 'false' for a NAT instance to perform NAT.+-- | Specifies whether source\/destination checking is enabled. A value of 'true' means that checking is enabled, and 'false' means checking is disabled. This value must be 'false' for a NAT instance to perform NAT. mSourceDestCheck :: Lens' ModifyInstanceAttribute (Maybe AttributeBooleanValue) mSourceDestCheck = lens _mSourceDestCheck (\ s a -> s{_mSourceDestCheck = a}); --- | If the value is 'true', you can\'t terminate the instance using the--- Amazon EC2 console, CLI, or API; otherwise, you can. You cannot use this--- paramater for Spot Instances.+-- | If the value is 'true', you can\'t terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. You cannot use this paramater for Spot Instances. mDisableAPITermination :: Lens' ModifyInstanceAttribute (Maybe AttributeBooleanValue) mDisableAPITermination = lens _mDisableAPITermination (\ s a -> s{_mDisableAPITermination = a}); --- | Changes the instance\'s kernel to the specified value. We recommend that--- you use PV-GRUB instead of kernels and RAM disks. For more information,--- see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html PV-GRUB>.+-- | Changes the instance\'s kernel to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html PV-GRUB>. mKernel :: Lens' ModifyInstanceAttribute (Maybe AttributeValue) mKernel = lens _mKernel (\ s a -> s{_mKernel = a}); --- | Changes the instance\'s RAM disk to the specified value. We recommend--- that you use PV-GRUB instead of kernels and RAM disks. For more--- information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html PV-GRUB>.+-- | Changes the instance\'s RAM disk to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html PV-GRUB>. mRAMDisk :: Lens' ModifyInstanceAttribute (Maybe AttributeValue) mRAMDisk = lens _mRAMDisk (\ s a -> s{_mRAMDisk = a}); --- | A new value for the attribute. Use only with the 'kernel', 'ramdisk',--- 'userData', 'disableApiTermination', or--- 'instanceInitiatedShutdownBehavior' attribute.+-- | A new value for the attribute. Use only with the 'kernel', 'ramdisk', 'userData', 'disableApiTermination', or 'instanceInitiatedShutdownBehavior' attribute. mValue :: Lens' ModifyInstanceAttribute (Maybe Text) mValue = lens _mValue (\ s a -> s{_mValue = a}); --- | Changes the instance type to the specified value. For more information,--- see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html Instance Types>.--- If the instance type is not valid, the error returned is--- 'InvalidInstanceAttributeValue'.+-- | Changes the instance type to the specified value. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html Instance Types>. If the instance type is not valid, the error returned is 'InvalidInstanceAttributeValue'. mInstanceType :: Lens' ModifyInstanceAttribute (Maybe AttributeValue) mInstanceType = lens _mInstanceType (\ s a -> s{_mInstanceType = a}); @@ -190,46 +167,29 @@ -- -- There is no way to disable enhanced networking at this time. ----- This option is supported only for HVM instances. Specifying this option--- with a PV instance can make it unreachable.+-- This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable. mSRIOVNetSupport :: Lens' ModifyInstanceAttribute (Maybe AttributeValue) mSRIOVNetSupport = lens _mSRIOVNetSupport (\ s a -> s{_mSRIOVNetSupport = a}); --- | Specifies whether the instance is optimized for EBS I\/O. This--- optimization provides dedicated throughput to Amazon EBS and an--- optimized configuration stack to provide optimal EBS I\/O performance.--- This optimization isn\'t available with all instance types. Additional--- usage charges apply when using an EBS Optimized instance.+-- | Specifies whether the instance is optimized for EBS I\/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I\/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS Optimized instance. mEBSOptimized :: Lens' ModifyInstanceAttribute (Maybe AttributeBooleanValue) mEBSOptimized = lens _mEBSOptimized (\ s a -> s{_mEBSOptimized = a}); --- | Changes the instance\'s user data to the specified base64-encoded value.--- For command line tools, base64 encoding is performed for you.+-- | Changes the instance\'s user data to the specified base64-encoded value. For command line tools, base64 encoding is performed for you. mUserData :: Lens' ModifyInstanceAttribute (Maybe BlobAttributeValue) mUserData = lens _mUserData (\ s a -> s{_mUserData = a}); --- | Specifies whether an instance stops or terminates when you initiate--- shutdown from the instance (using the operating system command for--- system shutdown).+-- | Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown). mInstanceInitiatedShutdownBehavior :: Lens' ModifyInstanceAttribute (Maybe AttributeValue) mInstanceInitiatedShutdownBehavior = lens _mInstanceInitiatedShutdownBehavior (\ s a -> s{_mInstanceInitiatedShutdownBehavior = a}); --- | Modifies the 'DeleteOnTermination' attribute for volumes that are--- currently attached. The volume must be owned by the caller. If no value--- is specified for 'DeleteOnTermination', the default is 'true' and the--- volume is deleted when the instance is terminated.+-- | Modifies the 'DeleteOnTermination' attribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified for 'DeleteOnTermination', the default is 'true' and the volume is deleted when the instance is terminated. ----- To add instance store volumes to an Amazon EBS-backed instance, you must--- add them when you launch the instance. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM Updating the Block Device Mapping when Launching an Instance>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- To add instance store volumes to an Amazon EBS-backed instance, you must add them when you launch the instance. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM Updating the Block Device Mapping when Launching an Instance> in the /Amazon Elastic Compute Cloud User Guide/. mBlockDeviceMappings :: Lens' ModifyInstanceAttribute [InstanceBlockDeviceMappingSpecification] mBlockDeviceMappings = lens _mBlockDeviceMappings (\ s a -> s{_mBlockDeviceMappings = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. mDryRun :: Lens' ModifyInstanceAttribute (Maybe Bool) mDryRun = lens _mDryRun (\ s a -> s{_mDryRun = a}); 
gen/Network/AWS/EC2/ModifyInstancePlacement.hs view
@@ -18,26 +18,15 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Set the instance affinity value for a specific stopped instance and--- modify the instance tenancy setting.+-- Set the instance affinity value for a specific stopped instance and modify the instance tenancy setting. ----- Instance affinity is disabled by default. When instance affinity is--- 'host' and it is not associated with a specific Dedicated host, the next--- time it is launched it will automatically be associated with the host it--- lands on. This relationship will persist if the instance is--- stopped\/started, or rebooted.+-- Instance affinity is disabled by default. When instance affinity is 'host' and it is not associated with a specific Dedicated host, the next time it is launched it will automatically be associated with the host it lands on. This relationship will persist if the instance is stopped\/started, or rebooted. ----- You can modify the host ID associated with a stopped instance. If a--- stopped instance has a new host ID association, the instance will target--- that host when restarted.+-- You can modify the host ID associated with a stopped instance. If a stopped instance has a new host ID association, the instance will target that host when restarted. ----- You can modify the tenancy of a stopped instance with a tenancy of--- 'host' or 'dedicated'.+-- You can modify the tenancy of a stopped instance with a tenancy of 'host' or 'dedicated'. ----- Affinity, hostID, and tenancy are not required parameters, but at least--- one of them must be specified in the request. Affinity and tenancy can--- be modified in the same request, but tenancy can only be modified on--- instances that are stopped.+-- Affinity, hostID, and tenancy are not required parameters, but at least one of them must be specified in the request. Affinity and tenancy can be modified in the same request, but tenancy can only be modified on instances that are stopped. module Network.AWS.EC2.ModifyInstancePlacement     (     -- * Creating a Request
gen/Network/AWS/EC2/ModifyNetworkInterfaceAttribute.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Modifies the specified network interface attribute. You can specify only--- one attribute at a time.+-- Modifies the specified network interface attribute. You can specify only one attribute at a time. module Network.AWS.EC2.ModifyNetworkInterfaceAttribute     (     -- * Creating a Request@@ -85,25 +84,15 @@     , _mniaNetworkInterfaceId = pNetworkInterfaceId_     } --- | Changes the security groups for the network interface. The new set of--- groups you specify replaces the current set. You must specify at least--- one group, even if it\'s just the default security group in the VPC. You--- must specify the ID of the security group, not the name.+-- | Changes the security groups for the network interface. The new set of groups you specify replaces the current set. You must specify at least one group, even if it\'s just the default security group in the VPC. You must specify the ID of the security group, not the name. mniaGroups :: Lens' ModifyNetworkInterfaceAttribute [Text] mniaGroups = lens _mniaGroups (\ s a -> s{_mniaGroups = a}) . _Default . _Coerce; --- | Indicates whether source\/destination checking is enabled. A value of--- 'true' means checking is enabled, and 'false' means checking is--- disabled. This value must be 'false' for a NAT instance to perform NAT.--- For more information, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html NAT Instances>--- in the /Amazon Virtual Private Cloud User Guide/.+-- | Indicates whether source\/destination checking is enabled. A value of 'true' means checking is enabled, and 'false' means checking is disabled. This value must be 'false' for a NAT instance to perform NAT. For more information, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html NAT Instances> in the /Amazon Virtual Private Cloud User Guide/. mniaSourceDestCheck :: Lens' ModifyNetworkInterfaceAttribute (Maybe AttributeBooleanValue) mniaSourceDestCheck = lens _mniaSourceDestCheck (\ s a -> s{_mniaSourceDestCheck = a}); --- | Information about the interface attachment. If modifying the \'delete on--- termination\' attribute, you must specify the ID of the interface--- attachment.+-- | Information about the interface attachment. If modifying the \'delete on termination\' attribute, you must specify the ID of the interface attachment. mniaAttachment :: Lens' ModifyNetworkInterfaceAttribute (Maybe NetworkInterfaceAttachmentChanges) mniaAttachment = lens _mniaAttachment (\ s a -> s{_mniaAttachment = a}); @@ -111,10 +100,7 @@ mniaDescription :: Lens' ModifyNetworkInterfaceAttribute (Maybe AttributeValue) mniaDescription = lens _mniaDescription (\ s a -> s{_mniaDescription = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. mniaDryRun :: Lens' ModifyNetworkInterfaceAttribute (Maybe Bool) mniaDryRun = lens _mniaDryRun (\ s a -> s{_mniaDryRun = a}); 
gen/Network/AWS/EC2/ModifyReservedInstances.hs view
@@ -18,14 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Modifies the Availability Zone, instance count, instance type, or--- network platform (EC2-Classic or EC2-VPC) of your Reserved Instances.--- The Reserved Instances to be modified must be identical, except for--- Availability Zone, network platform, and instance type.+-- Modifies the Availability Zone, instance count, instance type, or network platform (EC2-Classic or EC2-VPC) of your Reserved Instances. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html Modifying Reserved Instances>--- in the Amazon Elastic Compute Cloud User Guide.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html Modifying Reserved Instances> in the Amazon Elastic Compute Cloud User Guide. module Network.AWS.EC2.ModifyReservedInstances     (     -- * Creating a Request@@ -78,9 +73,7 @@     , _mriTargetConfigurations = mempty     } --- | A unique, case-sensitive token you provide to ensure idempotency of your--- modification request. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html Ensuring Idempotency>.+-- | A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html Ensuring Idempotency>. mriClientToken :: Lens' ModifyReservedInstances (Maybe Text) mriClientToken = lens _mriClientToken (\ s a -> s{_mriClientToken = a}); 
gen/Network/AWS/EC2/ModifySnapshotAttribute.hs view
@@ -18,15 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Adds or removes permission settings for the specified snapshot. You may--- add or remove specified AWS account IDs from a snapshot\'s list of--- create volume permissions, but you cannot do both in a single API call.--- If you need to both add and remove account IDs for a snapshot, you must--- use multiple API calls.+-- Adds or removes permission settings for the specified snapshot. You may add or remove specified AWS account IDs from a snapshot\'s list of create volume permissions, but you cannot do both in a single API call. If you need to both add and remove account IDs for a snapshot, you must use multiple API calls. ----- For more information on modifying snapshot permissions, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-modifying-snapshot-permissions.html Sharing Snapshots>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information on modifying snapshot permissions, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-modifying-snapshot-permissions.html Sharing Snapshots> in the /Amazon Elastic Compute Cloud User Guide/. -- -- Snapshots with AWS Marketplace product codes cannot be made public. module Network.AWS.EC2.ModifySnapshotAttribute@@ -121,10 +115,7 @@ msaOperationType :: Lens' ModifySnapshotAttribute (Maybe OperationType) msaOperationType = lens _msaOperationType (\ s a -> s{_msaOperationType = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. msaDryRun :: Lens' ModifySnapshotAttribute (Maybe Bool) msaDryRun = lens _msaDryRun (\ s a -> s{_msaDryRun = a}); 
gen/Network/AWS/EC2/ModifySpotFleetRequest.hs view
@@ -20,26 +20,11 @@ -- -- Modifies the specified Spot fleet request. ----- While the Spot fleet request is being modified, it is in the 'modifying'--- state.+-- While the Spot fleet request is being modified, it is in the 'modifying' state. ----- To scale up your Spot fleet, increase its target capacity. The Spot--- fleet launches the additional Spot instances according to the allocation--- strategy for the Spot fleet request. If the allocation strategy is--- 'lowestPrice', the Spot fleet launches instances using the Spot pool--- with the lowest price. If the allocation strategy is 'diversified', the--- Spot fleet distributes the instances across the Spot pools.+-- To scale up your Spot fleet, increase its target capacity. The Spot fleet launches the additional Spot instances according to the allocation strategy for the Spot fleet request. If the allocation strategy is 'lowestPrice', the Spot fleet launches instances using the Spot pool with the lowest price. If the allocation strategy is 'diversified', the Spot fleet distributes the instances across the Spot pools. ----- To scale down your Spot fleet, decrease its target capacity. First, the--- Spot fleet cancels any open bids that exceed the new target capacity.--- You can request that the Spot fleet terminate Spot instances until the--- size of the fleet no longer exceeds the new target capacity. If the--- allocation strategy is 'lowestPrice', the Spot fleet terminates the--- instances with the highest price per unit. If the allocation strategy is--- 'diversified', the Spot fleet terminates instances across the Spot--- pools. Alternatively, you can request that the Spot fleet keep the fleet--- at its current size, but not replace any Spot instances that are--- interrupted or that you terminate manually.+-- To scale down your Spot fleet, decrease its target capacity. First, the Spot fleet cancels any open bids that exceed the new target capacity. You can request that the Spot fleet terminate Spot instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is 'lowestPrice', the Spot fleet terminates the instances with the highest price per unit. If the allocation strategy is 'diversified', the Spot fleet terminates instances across the Spot pools. Alternatively, you can request that the Spot fleet keep the fleet at its current size, but not replace any Spot instances that are interrupted or that you terminate manually. module Network.AWS.EC2.ModifySpotFleetRequest     (     -- * Creating a Request@@ -97,9 +82,7 @@ msfrTargetCapacity :: Lens' ModifySpotFleetRequest (Maybe Int) msfrTargetCapacity = lens _msfrTargetCapacity (\ s a -> s{_msfrTargetCapacity = a}); --- | Indicates whether running Spot instances should be terminated if the--- target capacity of the Spot fleet request is decreased below the current--- size of the Spot fleet.+-- | Indicates whether running Spot instances should be terminated if the target capacity of the Spot fleet request is decreased below the current size of the Spot fleet. msfrExcessCapacityTerminationPolicy :: Lens' ModifySpotFleetRequest (Maybe ExcessCapacityTerminationPolicy) msfrExcessCapacityTerminationPolicy = lens _msfrExcessCapacityTerminationPolicy (\ s a -> s{_msfrExcessCapacityTerminationPolicy = a}); 
gen/Network/AWS/EC2/ModifySubnetAttribute.hs view
@@ -64,8 +64,7 @@     , _msaSubnetId = pSubnetId_     } --- | Specify 'true' to indicate that instances launched into the specified--- subnet should be assigned public IP address.+-- | Specify 'true' to indicate that instances launched into the specified subnet should be assigned public IP address. msaMapPublicIPOnLaunch :: Lens' ModifySubnetAttribute (Maybe AttributeBooleanValue) msaMapPublicIPOnLaunch = lens _msaMapPublicIPOnLaunch (\ s a -> s{_msaMapPublicIPOnLaunch = a}); 
gen/Network/AWS/EC2/ModifyVPCAttribute.hs view
@@ -69,25 +69,15 @@     , _mvaVPCId = pVPCId_     } --- | Indicates whether the instances launched in the VPC get DNS hostnames.--- If enabled, instances in the VPC get DNS hostnames; otherwise, they do--- not.+-- | Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not. ----- You cannot modify the DNS resolution and DNS hostnames attributes in the--- same request. Use separate requests for each attribute. You can only--- enable DNS hostnames if you\'ve enabled DNS support.+-- You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you\'ve enabled DNS support. mvaEnableDNSHostnames :: Lens' ModifyVPCAttribute (Maybe AttributeBooleanValue) mvaEnableDNSHostnames = lens _mvaEnableDNSHostnames (\ s a -> s{_mvaEnableDNSHostnames = a}); --- | Indicates whether the DNS resolution is supported for the VPC. If--- enabled, queries to the Amazon provided DNS server at the--- 169.254.169.253 IP address, or the reserved IP address at the base of--- the VPC network range \"plus two\" will succeed. If disabled, the Amazon--- provided DNS service in the VPC that resolves public DNS hostnames to IP--- addresses is not enabled.+-- | Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP address at the base of the VPC network range \"plus two\" will succeed. If disabled, the Amazon provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is not enabled. ----- You cannot modify the DNS resolution and DNS hostnames attributes in the--- same request. Use separate requests for each attribute.+-- You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. mvaEnableDNSSupport :: Lens' ModifyVPCAttribute (Maybe AttributeBooleanValue) mvaEnableDNSSupport = lens _mvaEnableDNSSupport (\ s a -> s{_mvaEnableDNSSupport = a}); 
gen/Network/AWS/EC2/ModifyVPCEndpoint.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Modifies attributes of a specified VPC endpoint. You can modify the--- policy associated with the endpoint, and you can add and remove route--- tables associated with the endpoint.+-- Modifies attributes of a specified VPC endpoint. You can modify the policy associated with the endpoint, and you can add and remove route tables associated with the endpoint. module Network.AWS.EC2.ModifyVPCEndpoint     (     -- * Creating a Request@@ -89,8 +87,7 @@     , _mveVPCEndpointId = pVPCEndpointId_     } --- | A policy document to attach to the endpoint. The policy must be in valid--- JSON format.+-- | A policy document to attach to the endpoint. The policy must be in valid JSON format. mvePolicyDocument :: Lens' ModifyVPCEndpoint (Maybe Text) mvePolicyDocument = lens _mvePolicyDocument (\ s a -> s{_mvePolicyDocument = a}); @@ -98,8 +95,7 @@ mveRemoveRouteTableIds :: Lens' ModifyVPCEndpoint [Text] mveRemoveRouteTableIds = lens _mveRemoveRouteTableIds (\ s a -> s{_mveRemoveRouteTableIds = a}) . _Default . _Coerce; --- | Specify 'true' to reset the policy document to the default policy. The--- default policy allows access to the service.+-- | Specify 'true' to reset the policy document to the default policy. The default policy allows access to the service. mveResetPolicy :: Lens' ModifyVPCEndpoint (Maybe Bool) mveResetPolicy = lens _mveResetPolicy (\ s a -> s{_mveResetPolicy = a}); @@ -107,10 +103,7 @@ mveAddRouteTableIds :: Lens' ModifyVPCEndpoint [Text] mveAddRouteTableIds = lens _mveAddRouteTableIds (\ s a -> s{_mveAddRouteTableIds = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. mveDryRun :: Lens' ModifyVPCEndpoint (Maybe Bool) mveDryRun = lens _mveDryRun (\ s a -> s{_mveDryRun = a}); 
gen/Network/AWS/EC2/ModifyVPCPeeringConnectionOptions.hs view
@@ -18,24 +18,13 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Modifies the VPC peering connection options on one side of a VPC peering--- connection. You can do the following:+-- Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following: ----- -   Enable\/disable communication over the peering connection between an---     EC2-Classic instance that\'s linked to your VPC (using ClassicLink)---     and instances in the peer VPC.+-- -   Enable\/disable communication over the peering connection between an EC2-Classic instance that\'s linked to your VPC (using ClassicLink) and instances in the peer VPC. ----- -   Enable\/disable communication over the peering connection between---     instances in your VPC and an EC2-Classic instance that\'s linked to---     the peer VPC.+-- -   Enable\/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that\'s linked to the peer VPC. ----- If the peered VPCs are in different accounts, each owner must initiate a--- separate request to enable or disable communication in either direction,--- depending on whether their VPC was the requester or accepter for the VPC--- peering connection. If the peered VPCs are in the same account, you can--- modify the requester and accepter options in the same request. To--- confirm which VPC is the accepter and requester for a VPC peering--- connection, use the < DescribeVpcPeeringConnections> command.+-- If the peered VPCs are in different accounts, each owner must initiate a separate request to enable or disable communication in either direction, depending on whether their VPC was the requester or accepter for the VPC peering connection. If the peered VPCs are in the same account, you can modify the requester and accepter options in the same request. To confirm which VPC is the accepter and requester for a VPC peering connection, use the < DescribeVpcPeeringConnections> command. module Network.AWS.EC2.ModifyVPCPeeringConnectionOptions     (     -- * Creating a Request@@ -101,10 +90,7 @@ mvpcoAccepterPeeringConnectionOptions :: Lens' ModifyVPCPeeringConnectionOptions (Maybe PeeringConnectionOptionsRequest) mvpcoAccepterPeeringConnectionOptions = lens _mvpcoAccepterPeeringConnectionOptions (\ s a -> s{_mvpcoAccepterPeeringConnectionOptions = a}); --- | Checks whether you have the required permissions for the operation,--- without actually making the request, and provides an error response. If--- you have the required permissions, the error response is--- 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. mvpcoDryRun :: Lens' ModifyVPCPeeringConnectionOptions (Maybe Bool) mvpcoDryRun = lens _mvpcoDryRun (\ s a -> s{_mvpcoDryRun = a}); @@ -178,13 +164,11 @@     , _mvpcorsResponseStatus = pResponseStatus_     } --- | Information about the VPC peering connection options for the requester--- VPC.+-- | Information about the VPC peering connection options for the requester VPC. mvpcorsRequesterPeeringConnectionOptions :: Lens' ModifyVPCPeeringConnectionOptionsResponse (Maybe PeeringConnectionOptions) mvpcorsRequesterPeeringConnectionOptions = lens _mvpcorsRequesterPeeringConnectionOptions (\ s a -> s{_mvpcorsRequesterPeeringConnectionOptions = a}); --- | Information about the VPC peering connection options for the accepter--- VPC.+-- | Information about the VPC peering connection options for the accepter VPC. mvpcorsAccepterPeeringConnectionOptions :: Lens' ModifyVPCPeeringConnectionOptionsResponse (Maybe PeeringConnectionOptions) mvpcorsAccepterPeeringConnectionOptions = lens _mvpcorsAccepterPeeringConnectionOptions (\ s a -> s{_mvpcorsAccepterPeeringConnectionOptions = a}); 
gen/Network/AWS/EC2/ModifyVolumeAttribute.hs view
@@ -20,15 +20,9 @@ -- -- Modifies a volume attribute. ----- By default, all I\/O operations for the volume are suspended when the--- data on the volume is determined to be potentially inconsistent, to--- prevent undetectable, latent data corruption. The I\/O access to the--- volume can be resumed by first enabling I\/O access and then checking--- the data consistency on your volume.+-- By default, all I\/O operations for the volume are suspended when the data on the volume is determined to be potentially inconsistent, to prevent undetectable, latent data corruption. The I\/O access to the volume can be resumed by first enabling I\/O access and then checking the data consistency on your volume. ----- You can change the default behavior to resume I\/O operations. We--- recommend that you change this only for boot volumes or for volumes that--- are stateless or disposable.+-- You can change the default behavior to resume I\/O operations. We recommend that you change this only for boot volumes or for volumes that are stateless or disposable. module Network.AWS.EC2.ModifyVolumeAttribute     (     -- * Creating a Request@@ -83,10 +77,7 @@ mvaAutoEnableIO :: Lens' ModifyVolumeAttribute (Maybe AttributeBooleanValue) mvaAutoEnableIO = lens _mvaAutoEnableIO (\ s a -> s{_mvaAutoEnableIO = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. mvaDryRun :: Lens' ModifyVolumeAttribute (Maybe Bool) mvaDryRun = lens _mvaDryRun (\ s a -> s{_mvaDryRun = a}); 
gen/Network/AWS/EC2/MonitorInstances.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Enables monitoring for a running instance. For more information about--- monitoring instances, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html Monitoring Your Instances and Volumes>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Enables monitoring for a running instance. For more information about monitoring instances, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html Monitoring Your Instances and Volumes> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.MonitorInstances     (     -- * Creating a Request@@ -69,10 +66,7 @@     , _miInstanceIds = mempty     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. miDryRun :: Lens' MonitorInstances (Maybe Bool) miDryRun = lens _miDryRun (\ s a -> s{_miDryRun = a}); 
gen/Network/AWS/EC2/MoveAddressToVPC.hs view
@@ -18,16 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC--- platform. The Elastic IP address must be allocated to your account for--- more than 24 hours, and it must not be associated with an instance.--- After the Elastic IP address is moved, it is no longer available for use--- in the EC2-Classic platform, unless you move it back using the--- < RestoreAddressToClassic> request. You cannot move an Elastic IP--- address that was originally allocated for use in the EC2-VPC platform to--- the EC2-Classic platform. You cannot migrate an Elastic IP address--- that\'s associated with a reverse DNS record. Contact AWS account and--- billing support to remove the reverse DNS record.+-- Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform. The Elastic IP address must be allocated to your account for more than 24 hours, and it must not be associated with an instance. After the Elastic IP address is moved, it is no longer available for use in the EC2-Classic platform, unless you move it back using the < RestoreAddressToClassic> request. You cannot move an Elastic IP address that was originally allocated for use in the EC2-VPC platform to the EC2-Classic platform. You cannot migrate an Elastic IP address that\'s associated with a reverse DNS record. Contact AWS account and billing support to remove the reverse DNS record. module Network.AWS.EC2.MoveAddressToVPC     (     -- * Creating a Request@@ -77,10 +68,7 @@     , _matvPublicIP = pPublicIP_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. matvDryRun :: Lens' MoveAddressToVPC (Maybe Bool) matvDryRun = lens _matvDryRun (\ s a -> s{_matvDryRun = a}); 
gen/Network/AWS/EC2/PurchaseReservedInstancesOffering.hs view
@@ -18,21 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Purchases a Reserved Instance for use with your account. With Reserved--- Instances, you obtain a capacity reservation for a certain instance--- configuration over a specified period of time and pay a lower hourly--- rate compared to On-Demand instance pricing.+-- Purchases a Reserved Instance for use with your account. With Reserved Instances, you obtain a capacity reservation for a certain instance configuration over a specified period of time and pay a lower hourly rate compared to On-Demand instance pricing. ----- Use < DescribeReservedInstancesOfferings> to get a list of Reserved--- Instance offerings that match your specifications. After you\'ve--- purchased a Reserved Instance, you can check for your new Reserved--- Instance with < DescribeReservedInstances>.+-- Use < DescribeReservedInstancesOfferings> to get a list of Reserved Instance offerings that match your specifications. After you\'ve purchased a Reserved Instance, you can check for your new Reserved Instance with < DescribeReservedInstances>. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html Reserved Instances>--- and--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html Reserved Instance Marketplace>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html Reserved Instances> and <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html Reserved Instance Marketplace> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.PurchaseReservedInstancesOffering     (     -- * Creating a Request@@ -92,16 +82,11 @@     , _prioInstanceCount = pInstanceCount_     } --- | Specified for Reserved Instance Marketplace offerings to limit the total--- order and ensure that the Reserved Instances are not purchased at--- unexpected prices.+-- | Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices. prioLimitPrice :: Lens' PurchaseReservedInstancesOffering (Maybe ReservedInstanceLimitPrice) prioLimitPrice = lens _prioLimitPrice (\ s a -> s{_prioLimitPrice = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. prioDryRun :: Lens' PurchaseReservedInstancesOffering (Maybe Bool) prioDryRun = lens _prioDryRun (\ s a -> s{_prioDryRun = a}); 
gen/Network/AWS/EC2/PurchaseScheduledInstances.hs view
@@ -20,15 +20,9 @@ -- -- Purchases one or more Scheduled Instances with the specified schedule. ----- Scheduled Instances enable you to purchase Amazon EC2 compute capacity--- by the hour for a one-year term. Before you can purchase a Scheduled--- Instance, you must call < DescribeScheduledInstanceAvailability> to--- check for available schedules and obtain a purchase token. After you--- purchase a Scheduled Instance, you must call < RunScheduledInstances>--- during each scheduled time period.+-- Scheduled Instances enable you to purchase Amazon EC2 compute capacity by the hour for a one-year term. Before you can purchase a Scheduled Instance, you must call < DescribeScheduledInstanceAvailability> to check for available schedules and obtain a purchase token. After you purchase a Scheduled Instance, you must call < RunScheduledInstances> during each scheduled time period. ----- After you purchase a Scheduled Instance, you can\'t cancel, modify, or--- resell your purchase.+-- After you purchase a Scheduled Instance, you can\'t cancel, modify, or resell your purchase. module Network.AWS.EC2.PurchaseScheduledInstances     (     -- * Creating a Request@@ -82,16 +76,11 @@     , _psiPurchaseRequests = _List1 # pPurchaseRequests_     } --- | Unique, case-sensitive identifier that ensures the idempotency of the--- request. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html Ensuring Idempotency>.+-- | Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html Ensuring Idempotency>. psiClientToken :: Lens' PurchaseScheduledInstances (Maybe Text) psiClientToken = lens _psiClientToken (\ s a -> s{_psiClientToken = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. psiDryRun :: Lens' PurchaseScheduledInstances (Maybe Bool) psiDryRun = lens _psiDryRun (\ s a -> s{_psiDryRun = a}); 
gen/Network/AWS/EC2/RebootInstances.hs view
@@ -18,17 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Requests a reboot of one or more instances. This operation is--- asynchronous; it only queues a request to reboot the specified--- instances. The operation succeeds if the instances are valid and belong--- to you. Requests to reboot terminated instances are ignored.+-- Requests a reboot of one or more instances. This operation is asynchronous; it only queues a request to reboot the specified instances. The operation succeeds if the instances are valid and belong to you. Requests to reboot terminated instances are ignored. ----- If an instance does not cleanly shut down within four minutes, Amazon--- EC2 performs a hard reboot.+-- If an instance does not cleanly shut down within four minutes, Amazon EC2 performs a hard reboot. ----- For more information about troubleshooting, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-console.html Getting Console Output and Rebooting Instances>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about troubleshooting, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-console.html Getting Console Output and Rebooting Instances> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.RebootInstances     (     -- * Creating a Request@@ -73,10 +67,7 @@     , _rebInstanceIds = mempty     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. rebDryRun :: Lens' RebootInstances (Maybe Bool) rebDryRun = lens _rebDryRun (\ s a -> s{_rebDryRun = a}); 
gen/Network/AWS/EC2/RegisterImage.hs view
@@ -18,41 +18,21 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Registers an AMI. When you\'re creating an AMI, this is the final step--- you must complete before you can launch an instance from the AMI. For--- more information about creating AMIs, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami.html Creating Your Own AMIs>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Registers an AMI. When you\'re creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami.html Creating Your Own AMIs> in the /Amazon Elastic Compute Cloud User Guide/. ----- For Amazon EBS-backed instances, < CreateImage> creates and registers--- the AMI in a single request, so you don\'t have to register the AMI--- yourself.+-- For Amazon EBS-backed instances, < CreateImage> creates and registers the AMI in a single request, so you don\'t have to register the AMI yourself. ----- You can also use 'RegisterImage' to create an Amazon EBS-backed Linux--- AMI from a snapshot of a root device volume. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_LaunchingInstanceFromSnapshot.html Launching an Instance from a Snapshot>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- You can also use 'RegisterImage' to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_LaunchingInstanceFromSnapshot.html Launching an Instance from a Snapshot> in the /Amazon Elastic Compute Cloud User Guide/. ----- Some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and--- SUSE Linux Enterprise Server (SLES), use the EC2 'billingProduct' code--- associated with an AMI to verify subscription status for package--- updates. Creating an AMI from an EBS snapshot does not maintain this--- billing code, and subsequent instances launched from such an AMI will--- not be able to connect to package update infrastructure.+-- Some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the EC2 'billingProduct' code associated with an AMI to verify subscription status for package updates. Creating an AMI from an EBS snapshot does not maintain this billing code, and subsequent instances launched from such an AMI will not be able to connect to package update infrastructure. ----- Similarly, although you can create a Windows AMI from a snapshot, you--- can\'t successfully launch an instance from the AMI.+-- Similarly, although you can create a Windows AMI from a snapshot, you can\'t successfully launch an instance from the AMI. ----- To create Windows AMIs or to create AMIs for Linux operating systems--- that must retain AMI billing codes to work properly, see < CreateImage>.+-- To create Windows AMIs or to create AMIs for Linux operating systems that must retain AMI billing codes to work properly, see < CreateImage>. ----- If needed, you can deregister an AMI at any time. Any modifications you--- make to an AMI backed by an instance store volume invalidates its--- registration. If you make changes to an image, deregister the previous--- image and register the new image.+-- If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image. ----- You can\'t register an image where a secondary (non-root) snapshot has--- AWS Marketplace product codes.+-- You can\'t register an image where a secondary (non-root) snapshot has AWS Marketplace product codes. module Network.AWS.EC2.RegisterImage     (     -- * Creating a Request@@ -164,25 +144,21 @@ riKernelId :: Lens' RegisterImage (Maybe Text) riKernelId = lens _riKernelId (\ s a -> s{_riKernelId = a}); --- | The name of the root device (for example, '\/dev\/sda1', or--- '\/dev\/xvda').+-- | The name of the root device (for example, '\/dev\/sda1', or '\/dev\/xvda'). riRootDeviceName :: Lens' RegisterImage (Maybe Text) riRootDeviceName = lens _riRootDeviceName (\ s a -> s{_riRootDeviceName = a}); --- | Set to 'simple' to enable enhanced networking for the AMI and any--- instances that you launch from the AMI.+-- | Set to 'simple' to enable enhanced networking for the AMI and any instances that you launch from the AMI. -- -- There is no way to disable enhanced networking at this time. ----- This option is supported only for HVM AMIs. Specifying this option with--- a PV AMI can make instances launched from the AMI unreachable.+-- This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable. riSRIOVNetSupport :: Lens' RegisterImage (Maybe Text) riSRIOVNetSupport = lens _riSRIOVNetSupport (\ s a -> s{_riSRIOVNetSupport = a});  -- | The architecture of the AMI. ----- Default: For Amazon EBS-backed AMIs, 'i386'. For instance store-backed--- AMIs, the architecture specified in the manifest file.+-- Default: For Amazon EBS-backed AMIs, 'i386'. For instance store-backed AMIs, the architecture specified in the manifest file. riArchitecture :: Lens' RegisterImage (Maybe ArchitectureValues) riArchitecture = lens _riArchitecture (\ s a -> s{_riArchitecture = a}); @@ -194,18 +170,13 @@ riBlockDeviceMappings :: Lens' RegisterImage [BlockDeviceMapping] riBlockDeviceMappings = lens _riBlockDeviceMappings (\ s a -> s{_riBlockDeviceMappings = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. riDryRun :: Lens' RegisterImage (Maybe Bool) riDryRun = lens _riDryRun (\ s a -> s{_riDryRun = a});  -- | A name for your AMI. ----- Constraints: 3-128 alphanumeric characters, parentheses (()), square--- brackets ([]), spaces ( ), periods (.), slashes (\/), dashes (-), single--- quotes (\'), at-signs (\'), or underscores(_)+-- Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (\/), dashes (-), single quotes (\'), at-signs (\'), or underscores(_) riName :: Lens' RegisterImage Text riName = lens _riName (\ s a -> s{_riName = a}); 
gen/Network/AWS/EC2/RejectVPCPeeringConnection.hs view
@@ -18,12 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Rejects a VPC peering connection request. The VPC peering connection--- must be in the 'pending-acceptance' state. Use the--- < DescribeVpcPeeringConnections> request to view your outstanding VPC--- peering connection requests. To delete an active VPC peering connection,--- or to delete a VPC peering connection request that you initiated, use--- < DeleteVpcPeeringConnection>.+-- Rejects a VPC peering connection request. The VPC peering connection must be in the 'pending-acceptance' state. Use the < DescribeVpcPeeringConnections> request to view your outstanding VPC peering connection requests. To delete an active VPC peering connection, or to delete a VPC peering connection request that you initiated, use < DeleteVpcPeeringConnection>. module Network.AWS.EC2.RejectVPCPeeringConnection     (     -- * Creating a Request@@ -72,10 +67,7 @@     , _rvpcVPCPeeringConnectionId = pVPCPeeringConnectionId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. rvpcDryRun :: Lens' RejectVPCPeeringConnection (Maybe Bool) rvpcDryRun = lens _rvpcDryRun (\ s a -> s{_rvpcDryRun = a}); 
gen/Network/AWS/EC2/ReleaseAddress.hs view
@@ -20,21 +20,11 @@ -- -- Releases the specified Elastic IP address. ----- After releasing an Elastic IP address, it is released to the IP address--- pool and might be unavailable to you. Be sure to update your DNS records--- and any servers or devices that communicate with the address. If you--- attempt to release an Elastic IP address that you already released,--- you\'ll get an 'AuthFailure' error if the address is already allocated--- to another AWS account.+-- After releasing an Elastic IP address, it is released to the IP address pool and might be unavailable to you. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you\'ll get an 'AuthFailure' error if the address is already allocated to another AWS account. ----- [EC2-Classic, default VPC] Releasing an Elastic IP address automatically--- disassociates it from any instance that it\'s associated with. To--- disassociate an Elastic IP address without releasing it, use--- < DisassociateAddress>.+-- [EC2-Classic, default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it\'s associated with. To disassociate an Elastic IP address without releasing it, use < DisassociateAddress>. ----- [Nondefault VPC] You must use < DisassociateAddress> to disassociate the--- Elastic IP address before you try to release it. Otherwise, Amazon EC2--- returns an error ('InvalidIPAddress.InUse').+-- [Nondefault VPC] You must use < DisassociateAddress> to disassociate the Elastic IP address before you try to release it. Otherwise, Amazon EC2 returns an error ('InvalidIPAddress.InUse'). module Network.AWS.EC2.ReleaseAddress     (     -- * Creating a Request@@ -92,10 +82,7 @@ raPublicIP :: Lens' ReleaseAddress (Maybe Text) raPublicIP = lens _raPublicIP (\ s a -> s{_raPublicIP = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. raDryRun :: Lens' ReleaseAddress (Maybe Bool) raDryRun = lens _raDryRun (\ s a -> s{_raDryRun = a}); 
gen/Network/AWS/EC2/ReleaseHosts.hs view
@@ -18,16 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- When you no longer want to use a Dedicated host it can be released.--- On-Demand billing is stopped and the host goes into 'released' state.--- The host ID of Dedicated hosts that have been released can no longer be--- specified in another request, e.g., ModifyHosts. You must stop or--- terminate all instances on a host before it can be released.+-- When you no longer want to use a Dedicated host it can be released. On-Demand billing is stopped and the host goes into 'released' state. The host ID of Dedicated hosts that have been released can no longer be specified in another request, e.g., ModifyHosts. You must stop or terminate all instances on a host before it can be released. ----- When Dedicated hosts are released, it make take some time for them to--- stop counting toward your limit and you may receive capacity errors when--- trying to allocate new Dedicated hosts. Try waiting a few minutes, and--- then try again.+-- When Dedicated hosts are released, it make take some time for them to stop counting toward your limit and you may receive capacity errors when trying to allocate new Dedicated hosts. Try waiting a few minutes, and then try again. -- -- Released hosts will still appear in a DescribeHosts response. module Network.AWS.EC2.ReleaseHosts@@ -136,8 +129,7 @@     , _rhrsResponseStatus = pResponseStatus_     } --- | The IDs of the Dedicated hosts that could not be released, including an--- error message.+-- | The IDs of the Dedicated hosts that could not be released, including an error message. rhrsUnsuccessful :: Lens' ReleaseHostsResponse [UnsuccessfulItem] rhrsUnsuccessful = lens _rhrsUnsuccessful (\ s a -> s{_rhrsUnsuccessful = a}) . _Default . _Coerce; 
gen/Network/AWS/EC2/ReplaceNetworkACLAssociation.hs view
@@ -18,11 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Changes which network ACL a subnet is associated with. By default when--- you create a subnet, it\'s automatically associated with the default--- network ACL. For more information about network ACLs, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html Network ACLs>--- in the /Amazon Virtual Private Cloud User Guide/.+-- Changes which network ACL a subnet is associated with. By default when you create a subnet, it\'s automatically associated with the default network ACL. For more information about network ACLs, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html Network ACLs> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.ReplaceNetworkACLAssociation     (     -- * Creating a Request@@ -77,15 +73,11 @@     , _rnaaNetworkACLId = pNetworkACLId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. rnaaDryRun :: Lens' ReplaceNetworkACLAssociation (Maybe Bool) rnaaDryRun = lens _rnaaDryRun (\ s a -> s{_rnaaDryRun = a}); --- | The ID of the current association between the original network ACL and--- the subnet.+-- | The ID of the current association between the original network ACL and the subnet. rnaaAssociationId :: Lens' ReplaceNetworkACLAssociation Text rnaaAssociationId = lens _rnaaAssociationId (\ s a -> s{_rnaaAssociationId = a}); 
gen/Network/AWS/EC2/ReplaceNetworkACLEntry.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Replaces an entry (rule) in a network ACL. For more information about--- network ACLs, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html Network ACLs>--- in the /Amazon Virtual Private Cloud User Guide/.+-- Replaces an entry (rule) in a network ACL. For more information about network ACLs, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html Network ACLs> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.ReplaceNetworkACLEntry     (     -- * Creating a Request@@ -107,20 +104,15 @@     , _rnaeCIdRBlock = pCIdRBlock_     } --- | ICMP protocol: The ICMP type and code. Required if specifying 1 (ICMP)--- for the protocol.+-- | ICMP protocol: The ICMP type and code. Required if specifying 1 (ICMP) for the protocol. rnaeICMPTypeCode :: Lens' ReplaceNetworkACLEntry (Maybe ICMPTypeCode) rnaeICMPTypeCode = lens _rnaeICMPTypeCode (\ s a -> s{_rnaeICMPTypeCode = a}); --- | TCP or UDP protocols: The range of ports the rule applies to. Required--- if specifying 6 (TCP) or 17 (UDP) for the protocol.+-- | TCP or UDP protocols: The range of ports the rule applies to. Required if specifying 6 (TCP) or 17 (UDP) for the protocol. rnaePortRange :: Lens' ReplaceNetworkACLEntry (Maybe PortRange) rnaePortRange = lens _rnaePortRange (\ s a -> s{_rnaePortRange = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. rnaeDryRun :: Lens' ReplaceNetworkACLEntry (Maybe Bool) rnaeDryRun = lens _rnaeDryRun (\ s a -> s{_rnaeDryRun = a}); 
gen/Network/AWS/EC2/ReplaceRoute.hs view
@@ -18,14 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Replaces an existing route within a route table in a VPC. You must--- provide only one of the following: Internet gateway or virtual private--- gateway, NAT instance, NAT gateway, VPC peering connection, or network--- interface.+-- Replaces an existing route within a route table in a VPC. You must provide only one of the following: Internet gateway or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, or network interface. ----- For more information about route tables, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html Route Tables>--- in the /Amazon Virtual Private Cloud User Guide/.+-- For more information about route tables, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html Route Tables> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.ReplaceRoute     (     -- * Creating a Request@@ -122,10 +117,7 @@ rrGatewayId :: Lens' ReplaceRoute (Maybe Text) rrGatewayId = lens _rrGatewayId (\ s a -> s{_rrGatewayId = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. rrDryRun :: Lens' ReplaceRoute (Maybe Bool) rrDryRun = lens _rrDryRun (\ s a -> s{_rrDryRun = a}); @@ -133,8 +125,7 @@ rrRouteTableId :: Lens' ReplaceRoute Text rrRouteTableId = lens _rrRouteTableId (\ s a -> s{_rrRouteTableId = a}); --- | The CIDR address block used for the destination match. The value you--- provide must match the CIDR of an existing route in the table.+-- | The CIDR address block used for the destination match. The value you provide must match the CIDR of an existing route in the table. rrDestinationCIdRBlock :: Lens' ReplaceRoute Text rrDestinationCIdRBlock = lens _rrDestinationCIdRBlock (\ s a -> s{_rrDestinationCIdRBlock = a}); 
gen/Network/AWS/EC2/ReplaceRouteTableAssociation.hs view
@@ -18,17 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Changes the route table associated with a given subnet in a VPC. After--- the operation completes, the subnet uses the routes in the new route--- table it\'s associated with. For more information about route tables,--- see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html Route Tables>--- in the /Amazon Virtual Private Cloud User Guide/.+-- Changes the route table associated with a given subnet in a VPC. After the operation completes, the subnet uses the routes in the new route table it\'s associated with. For more information about route tables, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html Route Tables> in the /Amazon Virtual Private Cloud User Guide/. ----- You can also use ReplaceRouteTableAssociation to change which table is--- the main route table in the VPC. You just specify the main route--- table\'s association ID and the route table to be the new main route--- table.+-- You can also use ReplaceRouteTableAssociation to change which table is the main route table in the VPC. You just specify the main route table\'s association ID and the route table to be the new main route table. module Network.AWS.EC2.ReplaceRouteTableAssociation     (     -- * Creating a Request@@ -83,10 +75,7 @@     , _rrtaRouteTableId = pRouteTableId_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. rrtaDryRun :: Lens' ReplaceRouteTableAssociation (Maybe Bool) rrtaDryRun = lens _rrtaDryRun (\ s a -> s{_rrtaDryRun = a}); 
gen/Network/AWS/EC2/ReportInstanceStatus.hs view
@@ -18,15 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Submits feedback about the status of an instance. The instance must be--- in the 'running' state. If your experience with the instance differs--- from the instance status returned by < DescribeInstanceStatus>, use--- < ReportInstanceStatus> to report your experience with the instance.--- Amazon EC2 collects this information to improve the accuracy of status--- checks.+-- Submits feedback about the status of an instance. The instance must be in the 'running' state. If your experience with the instance differs from the instance status returned by < DescribeInstanceStatus>, use < ReportInstanceStatus> to report your experience with the instance. Amazon EC2 collects this information to improve the accuracy of status checks. ----- Use of this action does not change the value returned by--- < DescribeInstanceStatus>.+-- Use of this action does not change the value returned by < DescribeInstanceStatus>. module Network.AWS.EC2.ReportInstanceStatus     (     -- * Creating a Request@@ -109,10 +103,7 @@ risDescription :: Lens' ReportInstanceStatus (Maybe Text) risDescription = lens _risDescription (\ s a -> s{_risDescription = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. risDryRun :: Lens' ReportInstanceStatus (Maybe Bool) risDryRun = lens _risDryRun (\ s a -> s{_risDryRun = a}); @@ -124,31 +115,23 @@ risStatus :: Lens' ReportInstanceStatus ReportStatusType risStatus = lens _risStatus (\ s a -> s{_risStatus = a}); --- | One or more reason codes that describes the health state of your--- instance.+-- | One or more reason codes that describes the health state of your instance. -- -- -   'instance-stuck-in-state': My instance is stuck in a state. -- -- -   'unresponsive': My instance is unresponsive. ----- -   'not-accepting-credentials': My instance is not accepting my---     credentials.+-- -   'not-accepting-credentials': My instance is not accepting my credentials. ----- -   'password-not-available': A password is not available for my---     instance.+-- -   'password-not-available': A password is not available for my instance. ----- -   'performance-network': My instance is experiencing performance---     problems which I believe are network related.+-- -   'performance-network': My instance is experiencing performance problems which I believe are network related. ----- -   'performance-instance-store': My instance is experiencing---     performance problems which I believe are related to the instance---     stores.+-- -   'performance-instance-store': My instance is experiencing performance problems which I believe are related to the instance stores. ----- -   'performance-ebs-volume': My instance is experiencing performance---     problems which I believe are related to an EBS volume.+-- -   'performance-ebs-volume': My instance is experiencing performance problems which I believe are related to an EBS volume. ----- -   'performance-other': My instance is experiencing performance---     problems.+-- -   'performance-other': My instance is experiencing performance problems. -- -- -   'other': [explain using the description parameter] --
gen/Network/AWS/EC2/RequestSpotFleet.hs view
@@ -20,23 +20,13 @@ -- -- Creates a Spot fleet request. ----- You can submit a single request that includes multiple launch--- specifications that vary by instance type, AMI, Availability Zone, or--- subnet.+-- You can submit a single request that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet. ----- By default, the Spot fleet requests Spot instances in the Spot pool--- where the price per unit is the lowest. Each launch specification can--- include its own instance weighting that reflects the value of the--- instance type to your application workload.+-- By default, the Spot fleet requests Spot instances in the Spot pool where the price per unit is the lowest. Each launch specification can include its own instance weighting that reflects the value of the instance type to your application workload. ----- Alternatively, you can specify that the Spot fleet distribute the target--- capacity across the Spot pools included in its launch specifications. By--- ensuring that the Spot instances in your Spot fleet are in different--- Spot pools, you can improve the availability of your fleet.+-- Alternatively, you can specify that the Spot fleet distribute the target capacity across the Spot pools included in its launch specifications. By ensuring that the Spot instances in your Spot fleet are in different Spot pools, you can improve the availability of your fleet. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-requests.html Spot Fleet Requests>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-requests.html Spot Fleet Requests> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.RequestSpotFleet     (     -- * Creating a Request@@ -85,10 +75,7 @@     , _rsfSpotFleetRequestConfig = pSpotFleetRequestConfig_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. rsfDryRun :: Lens' RequestSpotFleet (Maybe Bool) rsfDryRun = lens _rsfDryRun (\ s a -> s{_rsfDryRun = a}); 
gen/Network/AWS/EC2/RequestSpotInstances.hs view
@@ -18,13 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a Spot instance request. Spot instances are instances that--- Amazon EC2 launches when the bid price that you specify exceeds the--- current Spot price. Amazon EC2 periodically sets the Spot price based on--- available Spot Instance capacity and current Spot instance requests. For--- more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html Spot Instance Requests>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Creates a Spot instance request. Spot instances are instances that Amazon EC2 launches when the bid price that you specify exceeds the current Spot price. Amazon EC2 periodically sets the Spot price based on available Spot Instance capacity and current Spot instance requests. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html Spot Instance Requests> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.RequestSpotInstances     (     -- * Creating a Request@@ -118,25 +112,15 @@     , _rsisSpotPrice = pSpotPrice_     } --- | The required duration for the Spot instances (also known as Spot--- blocks), in minutes. This value must be a multiple of 60 (60, 120, 180,--- 240, 300, or 360).+-- | The required duration for the Spot instances (also known as Spot blocks), in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360). ----- The duration period starts as soon as your Spot instance receives its--- instance ID. At the end of the duration period, Amazon EC2 marks the--- Spot instance for termination and provides a Spot instance termination--- notice, which gives the instance a two-minute warning before it--- terminates.+-- The duration period starts as soon as your Spot instance receives its instance ID. At the end of the duration period, Amazon EC2 marks the Spot instance for termination and provides a Spot instance termination notice, which gives the instance a two-minute warning before it terminates. ----- Note that you can\'t specify an Availability Zone group or a launch--- group if you specify a duration.+-- Note that you can\'t specify an Availability Zone group or a launch group if you specify a duration. rsisBlockDurationMinutes :: Lens' RequestSpotInstances (Maybe Int) rsisBlockDurationMinutes = lens _rsisBlockDurationMinutes (\ s a -> s{_rsisBlockDurationMinutes = a}); --- | Unique, case-sensitive identifier that you provide to ensure the--- idempotency of the request. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html How to Ensure Idempotency>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html How to Ensure Idempotency> in the /Amazon Elastic Compute Cloud User Guide/. rsisClientToken :: Lens' RequestSpotInstances (Maybe Text) rsisClientToken = lens _rsisClientToken (\ s a -> s{_rsisClientToken = a}); @@ -152,38 +136,21 @@  -- | The user-specified name for a logical grouping of bids. ----- When you specify an Availability Zone group in a Spot Instance request,--- all Spot instances in the request are launched in the same Availability--- Zone. Instance proximity is maintained with this parameter, but the--- choice of Availability Zone is not. The group applies only to bids for--- Spot Instances of the same instance type. Any additional Spot instance--- requests that are specified with the same Availability Zone group name--- are launched in that same Availability Zone, as long as at least one--- instance from the group is still active.+-- When you specify an Availability Zone group in a Spot Instance request, all Spot instances in the request are launched in the same Availability Zone. Instance proximity is maintained with this parameter, but the choice of Availability Zone is not. The group applies only to bids for Spot Instances of the same instance type. Any additional Spot instance requests that are specified with the same Availability Zone group name are launched in that same Availability Zone, as long as at least one instance from the group is still active. ----- If there is no active instance running in the Availability Zone group--- that you specify for a new Spot instance request (all instances are--- terminated, the bid is expired, or the bid falls below current market),--- then Amazon EC2 launches the instance in any Availability Zone where the--- constraint can be met. Consequently, the subsequent set of Spot--- instances could be placed in a different zone from the original request,--- even if you specified the same Availability Zone group.+-- If there is no active instance running in the Availability Zone group that you specify for a new Spot instance request (all instances are terminated, the bid is expired, or the bid falls below current market), then Amazon EC2 launches the instance in any Availability Zone where the constraint can be met. Consequently, the subsequent set of Spot instances could be placed in a different zone from the original request, even if you specified the same Availability Zone group. -- -- Default: Instances are launched in any available Availability Zone. rsisAvailabilityZoneGroup :: Lens' RequestSpotInstances (Maybe Text) rsisAvailabilityZoneGroup = lens _rsisAvailabilityZoneGroup (\ s a -> s{_rsisAvailabilityZoneGroup = a}); --- | The end date of the request. If this is a one-time request, the request--- remains active until all instances launch, the request is canceled, or--- this date is reached. If the request is persistent, it remains active--- until it is canceled or this date and time is reached.+-- | The end date of the request. If this is a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date and time is reached. -- -- Default: The request is effective indefinitely. rsisValidUntil :: Lens' RequestSpotInstances (Maybe UTCTime) rsisValidUntil = lens _rsisValidUntil (\ s a -> s{_rsisValidUntil = a}) . mapping _Time; --- | The instance launch group. Launch groups are Spot instances that launch--- together and terminate together.+-- | The instance launch group. Launch groups are Spot instances that launch together and terminate together. -- -- Default: Instances are launched and terminated individually rsisLaunchGroup :: Lens' RequestSpotInstances (Maybe Text)@@ -195,25 +162,17 @@ rsisType :: Lens' RequestSpotInstances (Maybe SpotInstanceType) rsisType = lens _rsisType (\ s a -> s{_rsisType = a}); --- | The start date of the request. If this is a one-time request, the--- request becomes active at this date and time and remains active until--- all instances launch, the request expires, or the request is canceled.--- If the request is persistent, the request becomes active at this date--- and time and remains active until it expires or is canceled.+-- | The start date of the request. If this is a one-time request, the request becomes active at this date and time and remains active until all instances launch, the request expires, or the request is canceled. If the request is persistent, the request becomes active at this date and time and remains active until it expires or is canceled. -- -- Default: The request is effective indefinitely. rsisValidFrom :: Lens' RequestSpotInstances (Maybe UTCTime) rsisValidFrom = lens _rsisValidFrom (\ s a -> s{_rsisValidFrom = a}) . mapping _Time; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. rsisDryRun :: Lens' RequestSpotInstances (Maybe Bool) rsisDryRun = lens _rsisDryRun (\ s a -> s{_rsisDryRun = a}); --- | The maximum hourly price (bid) for any Spot instance launched to fulfill--- the request.+-- | The maximum hourly price (bid) for any Spot instance launched to fulfill the request. rsisSpotPrice :: Lens' RequestSpotInstances Text rsisSpotPrice = lens _rsisSpotPrice (\ s a -> s{_rsisSpotPrice = a}); 
gen/Network/AWS/EC2/ResetImageAttribute.hs view
@@ -72,10 +72,7 @@     , _resAttribute = pAttribute_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. resDryRun :: Lens' ResetImageAttribute (Maybe Bool) resDryRun = lens _resDryRun (\ s a -> s{_resDryRun = a}); @@ -83,8 +80,7 @@ resImageId :: Lens' ResetImageAttribute Text resImageId = lens _resImageId (\ s a -> s{_resImageId = a}); --- | The attribute to reset (currently you can only reset the launch--- permission attribute).+-- | The attribute to reset (currently you can only reset the launch permission attribute). resAttribute :: Lens' ResetImageAttribute ResetImageAttributeName resAttribute = lens _resAttribute (\ s a -> s{_resAttribute = a}); 
gen/Network/AWS/EC2/ResetInstanceAttribute.hs view
@@ -18,16 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Resets an attribute of an instance to its default value. To reset the--- 'kernel' or 'ramdisk', the instance must be in a stopped state. To reset--- the 'SourceDestCheck', the instance can be either running or stopped.+-- Resets an attribute of an instance to its default value. To reset the 'kernel' or 'ramdisk', the instance must be in a stopped state. To reset the 'SourceDestCheck', the instance can be either running or stopped. ----- The 'SourceDestCheck' attribute controls whether source\/destination--- checking is enabled. The default value is 'true', which means checking--- is enabled. This value must be 'false' for a NAT instance to perform--- NAT. For more information, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html NAT Instances>--- in the /Amazon Virtual Private Cloud User Guide/.+-- The 'SourceDestCheck' attribute controls whether source\/destination checking is enabled. The default value is 'true', which means checking is enabled. This value must be 'false' for a NAT instance to perform NAT. For more information, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html NAT Instances> in the /Amazon Virtual Private Cloud User Guide/. module Network.AWS.EC2.ResetInstanceAttribute     (     -- * Creating a Request@@ -79,10 +72,7 @@     , _riaAttribute = pAttribute_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. riaDryRun :: Lens' ResetInstanceAttribute (Maybe Bool) riaDryRun = lens _riaDryRun (\ s a -> s{_riaDryRun = a}); 
gen/Network/AWS/EC2/ResetNetworkInterfaceAttribute.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Resets a network interface attribute. You can specify only one attribute--- at a time.+-- Resets a network interface attribute. You can specify only one attribute at a time. module Network.AWS.EC2.ResetNetworkInterfaceAttribute     (     -- * Creating a Request@@ -74,10 +73,7 @@ rniaSourceDestCheck :: Lens' ResetNetworkInterfaceAttribute (Maybe Text) rniaSourceDestCheck = lens _rniaSourceDestCheck (\ s a -> s{_rniaSourceDestCheck = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. rniaDryRun :: Lens' ResetNetworkInterfaceAttribute (Maybe Bool) rniaDryRun = lens _rniaDryRun (\ s a -> s{_rniaDryRun = a}); 
gen/Network/AWS/EC2/ResetSnapshotAttribute.hs view
@@ -20,9 +20,7 @@ -- -- Resets permission settings for the specified snapshot. ----- For more information on modifying snapshot permissions, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-modifying-snapshot-permissions.html Sharing Snapshots>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information on modifying snapshot permissions, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-modifying-snapshot-permissions.html Sharing Snapshots> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.ResetSnapshotAttribute     (     -- * Creating a Request@@ -74,10 +72,7 @@     , _rsaAttribute = pAttribute_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. rsaDryRun :: Lens' ResetSnapshotAttribute (Maybe Bool) rsaDryRun = lens _rsaDryRun (\ s a -> s{_rsaDryRun = a}); @@ -85,8 +80,7 @@ rsaSnapshotId :: Lens' ResetSnapshotAttribute Text rsaSnapshotId = lens _rsaSnapshotId (\ s a -> s{_rsaSnapshotId = a}); --- | The attribute to reset. Currently, only the attribute for permission to--- create volumes can be reset.+-- | The attribute to reset. Currently, only the attribute for permission to create volumes can be reset. rsaAttribute :: Lens' ResetSnapshotAttribute SnapshotAttributeName rsaAttribute = lens _rsaAttribute (\ s a -> s{_rsaAttribute = a}); 
gen/Network/AWS/EC2/RestoreAddressToClassic.hs view
@@ -18,13 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Restores an Elastic IP address that was previously moved to the EC2-VPC--- platform back to the EC2-Classic platform. You cannot move an Elastic IP--- address that was originally allocated for use in EC2-VPC. The Elastic IP--- address must not be associated with an instance or network interface.--- You cannot restore an Elastic IP address that\'s associated with a--- reverse DNS record. Contact AWS account and billing support to remove--- the reverse DNS record.+-- Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface. You cannot restore an Elastic IP address that\'s associated with a reverse DNS record. Contact AWS account and billing support to remove the reverse DNS record. module Network.AWS.EC2.RestoreAddressToClassic     (     -- * Creating a Request@@ -74,10 +68,7 @@     , _ratcPublicIP = pPublicIP_     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. ratcDryRun :: Lens' RestoreAddressToClassic (Maybe Bool) ratcDryRun = lens _ratcDryRun (\ s a -> s{_ratcDryRun = a}); 
gen/Network/AWS/EC2/RevokeSecurityGroupEgress.hs view
@@ -18,19 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- [EC2-VPC only] Removes one or more egress rules from a security group--- for EC2-VPC. This action doesn\'t apply to security groups for use in--- EC2-Classic. The values that you specify in the revoke request (for--- example, ports) must match the existing rule\'s values for the rule to--- be revoked.+-- [EC2-VPC only] Removes one or more egress rules from a security group for EC2-VPC. This action doesn\'t apply to security groups for use in EC2-Classic. The values that you specify in the revoke request (for example, ports) must match the existing rule\'s values for the rule to be revoked. ----- Each rule consists of the protocol and the CIDR range or source security--- group. For the TCP and UDP protocols, you must also specify the--- destination port or range of ports. For the ICMP protocol, you must also--- specify the ICMP type and code.+-- Each rule consists of the protocol and the CIDR range or source security group. For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. ----- Rule changes are propagated to instances within the security group as--- quickly as possible. However, a small delay might occur.+-- Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur. module Network.AWS.EC2.RevokeSecurityGroupEgress     (     -- * Creating a Request@@ -111,49 +103,35 @@     , _rsgeGroupId = pGroupId_     } --- | The start of port range for the TCP and UDP protocols, or an ICMP type--- number. We recommend that you specify the port range in a set of IP--- permissions instead.+-- | The start of port range for the TCP and UDP protocols, or an ICMP type number. We recommend that you specify the port range in a set of IP permissions instead. rsgeFromPort :: Lens' RevokeSecurityGroupEgress (Maybe Int) rsgeFromPort = lens _rsgeFromPort (\ s a -> s{_rsgeFromPort = a}); --- | A set of IP permissions. You can\'t specify a destination security group--- and a CIDR IP address range.+-- | A set of IP permissions. You can\'t specify a destination security group and a CIDR IP address range. rsgeIPPermissions :: Lens' RevokeSecurityGroupEgress [IPPermission] rsgeIPPermissions = lens _rsgeIPPermissions (\ s a -> s{_rsgeIPPermissions = a}) . _Default . _Coerce; --- | The IP protocol name or number. We recommend that you specify the--- protocol in a set of IP permissions instead.+-- | The IP protocol name or number. We recommend that you specify the protocol in a set of IP permissions instead. rsgeIPProtocol :: Lens' RevokeSecurityGroupEgress (Maybe Text) rsgeIPProtocol = lens _rsgeIPProtocol (\ s a -> s{_rsgeIPProtocol = a}); --- | The end of port range for the TCP and UDP protocols, or an ICMP type--- number. We recommend that you specify the port range in a set of IP--- permissions instead.+-- | The end of port range for the TCP and UDP protocols, or an ICMP type number. We recommend that you specify the port range in a set of IP permissions instead. rsgeToPort :: Lens' RevokeSecurityGroupEgress (Maybe Int) rsgeToPort = lens _rsgeToPort (\ s a -> s{_rsgeToPort = a}); --- | The CIDR IP address range. We recommend that you specify the CIDR range--- in a set of IP permissions instead.+-- | The CIDR IP address range. We recommend that you specify the CIDR range in a set of IP permissions instead. rsgeCIdRIP :: Lens' RevokeSecurityGroupEgress (Maybe Text) rsgeCIdRIP = lens _rsgeCIdRIP (\ s a -> s{_rsgeCIdRIP = a}); --- | The AWS account number for a destination security group. To revoke--- outbound access to a destination security group, we recommend that you--- use a set of IP permissions instead.+-- | The AWS account number for a destination security group. To revoke outbound access to a destination security group, we recommend that you use a set of IP permissions instead. rsgeSourceSecurityGroupOwnerId :: Lens' RevokeSecurityGroupEgress (Maybe Text) rsgeSourceSecurityGroupOwnerId = lens _rsgeSourceSecurityGroupOwnerId (\ s a -> s{_rsgeSourceSecurityGroupOwnerId = a}); --- | The name of a destination security group. To revoke outbound access to a--- destination security group, we recommend that you use a set of IP--- permissions instead.+-- | The name of a destination security group. To revoke outbound access to a destination security group, we recommend that you use a set of IP permissions instead. rsgeSourceSecurityGroupName :: Lens' RevokeSecurityGroupEgress (Maybe Text) rsgeSourceSecurityGroupName = lens _rsgeSourceSecurityGroupName (\ s a -> s{_rsgeSourceSecurityGroupName = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. rsgeDryRun :: Lens' RevokeSecurityGroupEgress (Maybe Bool) rsgeDryRun = lens _rsgeDryRun (\ s a -> s{_rsgeDryRun = a}); 
gen/Network/AWS/EC2/RevokeSecurityGroupIngress.hs view
@@ -18,17 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Removes one or more ingress rules from a security group. The values that--- you specify in the revoke request (for example, ports) must match the--- existing rule\'s values for the rule to be removed.+-- Removes one or more ingress rules from a security group. The values that you specify in the revoke request (for example, ports) must match the existing rule\'s values for the rule to be removed. ----- Each rule consists of the protocol and the CIDR range or source security--- group. For the TCP and UDP protocols, you must also specify the--- destination port or range of ports. For the ICMP protocol, you must also--- specify the ICMP type and code.+-- Each rule consists of the protocol and the CIDR range or source security group. For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. ----- Rule changes are propagated to instances within the security group as--- quickly as possible. However, a small delay might occur.+-- Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur. module Network.AWS.EC2.RevokeSecurityGroupIngress     (     -- * Creating a Request@@ -113,44 +107,31 @@     , _rsgiDryRun = Nothing     } --- | The start of port range for the TCP and UDP protocols, or an ICMP type--- number. For the ICMP type number, use '-1' to specify all ICMP types.+-- | The start of port range for the TCP and UDP protocols, or an ICMP type number. For the ICMP type number, use '-1' to specify all ICMP types. rsgiFromPort :: Lens' RevokeSecurityGroupIngress (Maybe Int) rsgiFromPort = lens _rsgiFromPort (\ s a -> s{_rsgiFromPort = a}); --- | A set of IP permissions. You can\'t specify a source security group and--- a CIDR IP address range.+-- | A set of IP permissions. You can\'t specify a source security group and a CIDR IP address range. rsgiIPPermissions :: Lens' RevokeSecurityGroupIngress [IPPermission] rsgiIPPermissions = lens _rsgiIPPermissions (\ s a -> s{_rsgiIPPermissions = a}) . _Default . _Coerce; --- | The IP protocol name ('tcp', 'udp', 'icmp') or number (see--- <http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml Protocol Numbers>).--- Use '-1' to specify all.+-- | The IP protocol name ('tcp', 'udp', 'icmp') or number (see <http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml Protocol Numbers>). Use '-1' to specify all. rsgiIPProtocol :: Lens' RevokeSecurityGroupIngress (Maybe Text) rsgiIPProtocol = lens _rsgiIPProtocol (\ s a -> s{_rsgiIPProtocol = a}); --- | The ID of the security group. Required for a security group in a--- nondefault VPC.+-- | The ID of the security group. Required for a security group in a nondefault VPC. rsgiGroupId :: Lens' RevokeSecurityGroupIngress (Maybe Text) rsgiGroupId = lens _rsgiGroupId (\ s a -> s{_rsgiGroupId = a}); --- | The end of port range for the TCP and UDP protocols, or an ICMP code--- number. For the ICMP code number, use '-1' to specify all ICMP codes for--- the ICMP type.+-- | The end of port range for the TCP and UDP protocols, or an ICMP code number. For the ICMP code number, use '-1' to specify all ICMP codes for the ICMP type. rsgiToPort :: Lens' RevokeSecurityGroupIngress (Maybe Int) rsgiToPort = lens _rsgiToPort (\ s a -> s{_rsgiToPort = a}); --- | The CIDR IP address range. You can\'t specify this parameter when--- specifying a source security group.+-- | The CIDR IP address range. You can\'t specify this parameter when specifying a source security group. rsgiCIdRIP :: Lens' RevokeSecurityGroupIngress (Maybe Text) rsgiCIdRIP = lens _rsgiCIdRIP (\ s a -> s{_rsgiCIdRIP = a}); --- | [EC2-Classic] The AWS account ID of the source security group, if the--- source security group is in a different account. You can\'t specify this--- parameter in combination with the following parameters: the CIDR IP--- address range, the IP protocol, the start of the port range, and the end--- of the port range. To revoke a specific rule for an IP protocol and port--- range, use a set of IP permissions instead.+-- | [EC2-Classic] The AWS account ID of the source security group, if the source security group is in a different account. You can\'t specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range. To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead. rsgiSourceSecurityGroupOwnerId :: Lens' RevokeSecurityGroupIngress (Maybe Text) rsgiSourceSecurityGroupOwnerId = lens _rsgiSourceSecurityGroupOwnerId (\ s a -> s{_rsgiSourceSecurityGroupOwnerId = a}); @@ -158,19 +139,11 @@ rsgiGroupName :: Lens' RevokeSecurityGroupIngress (Maybe Text) rsgiGroupName = lens _rsgiGroupName (\ s a -> s{_rsgiGroupName = a}); --- | [EC2-Classic, default VPC] The name of the source security group. You--- can\'t specify this parameter in combination with the following--- parameters: the CIDR IP address range, the start of the port range, the--- IP protocol, and the end of the port range. For EC2-VPC, the source--- security group must be in the same VPC. To revoke a specific rule for an--- IP protocol and port range, use a set of IP permissions instead.+-- | [EC2-Classic, default VPC] The name of the source security group. You can\'t specify this parameter in combination with the following parameters: the CIDR IP address range, the start of the port range, the IP protocol, and the end of the port range. For EC2-VPC, the source security group must be in the same VPC. To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead. rsgiSourceSecurityGroupName :: Lens' RevokeSecurityGroupIngress (Maybe Text) rsgiSourceSecurityGroupName = lens _rsgiSourceSecurityGroupName (\ s a -> s{_rsgiSourceSecurityGroupName = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. rsgiDryRun :: Lens' RevokeSecurityGroupIngress (Maybe Bool) rsgiDryRun = lens _rsgiDryRun (\ s a -> s{_rsgiDryRun = a}); 
gen/Network/AWS/EC2/RunInstances.hs view
@@ -18,53 +18,27 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Launches the specified number of instances using an AMI for which you--- have permissions.+-- Launches the specified number of instances using an AMI for which you have permissions. ----- When you launch an instance, it enters the 'pending' state. After the--- instance is ready for you, it enters the 'running' state. To check the--- state of your instance, call < DescribeInstances>.+-- When you launch an instance, it enters the 'pending' state. After the instance is ready for you, it enters the 'running' state. To check the state of your instance, call < DescribeInstances>. ----- To ensure faster instance launches, break up large requests into smaller--- batches. For example, create five separate launch requests for 100--- instances each instead of one launch request for 500 instances.+-- To ensure faster instance launches, break up large requests into smaller batches. For example, create five separate launch requests for 100 instances each instead of one launch request for 500 instances. ----- If you don\'t specify a security group when launching an instance,--- Amazon EC2 uses the default security group. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html Security Groups>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- If you don\'t specify a security group when launching an instance, Amazon EC2 uses the default security group. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html Security Groups> in the /Amazon Elastic Compute Cloud User Guide/. ----- [EC2-VPC only accounts] If you don\'t specify a subnet in the request,--- we choose a default subnet from your default VPC for you.+-- [EC2-VPC only accounts] If you don\'t specify a subnet in the request, we choose a default subnet from your default VPC for you. ----- [EC2-Classic accounts] If you\'re launching into EC2-Classic and you--- don\'t specify an Availability Zone, we choose one for you.+-- [EC2-Classic accounts] If you\'re launching into EC2-Classic and you don\'t specify an Availability Zone, we choose one for you. ----- Linux instances have access to the public key of the key pair at boot.--- You can use this key to provide secure access to the instance. Amazon--- EC2 public images use this feature to provide secure access without--- passwords. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html Key Pairs>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Linux instances have access to the public key of the key pair at boot. You can use this key to provide secure access to the instance. Amazon EC2 public images use this feature to provide secure access without passwords. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html Key Pairs> in the /Amazon Elastic Compute Cloud User Guide/. ----- You can provide optional user data when launching an instance. For more--- information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html Instance Metadata>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- You can provide optional user data when launching an instance. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html Instance Metadata> in the /Amazon Elastic Compute Cloud User Guide/. ----- If any of the AMIs have a product code attached for which the user has--- not subscribed, 'RunInstances' fails.+-- If any of the AMIs have a product code attached for which the user has not subscribed, 'RunInstances' fails. ----- Some instance types can only be launched into a VPC. If you do not have--- a default VPC, or if you do not specify a subnet ID in the request,--- 'RunInstances' fails. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-vpc.html#vpc-only-instance-types Instance Types Available Only in a VPC>.+-- Some instance types can only be launched into a VPC. If you do not have a default VPC, or if you do not specify a subnet ID in the request, 'RunInstances' fails. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-vpc.html#vpc-only-instance-types Instance Types Available Only in a VPC>. ----- For more information about troubleshooting, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_InstanceStraightToTerminated.html What To Do If An Instance Immediately Terminates>,--- and--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html Troubleshooting Connecting to Your Instance>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about troubleshooting, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_InstanceStraightToTerminated.html What To Do If An Instance Immediately Terminates>, and <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html Troubleshooting Connecting to Your Instance> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.RunInstances     (     -- * Creating a Request@@ -227,47 +201,33 @@ rAdditionalInfo :: Lens' RunInstances (Maybe Text) rAdditionalInfo = lens _rAdditionalInfo (\ s a -> s{_rAdditionalInfo = a}); --- | One or more security group IDs. You can create a security group using--- < CreateSecurityGroup>.+-- | One or more security group IDs. You can create a security group using < CreateSecurityGroup>. -- -- Default: Amazon EC2 uses the default security group. rSecurityGroupIds :: Lens' RunInstances [Text] rSecurityGroupIds = lens _rSecurityGroupIds (\ s a -> s{_rSecurityGroupIds = a}) . _Default . _Coerce; --- | [EC2-Classic, default VPC] One or more security group names. For a--- nondefault VPC, you must use security group IDs instead.+-- | [EC2-Classic, default VPC] One or more security group names. For a nondefault VPC, you must use security group IDs instead. -- -- Default: Amazon EC2 uses the default security group. rSecurityGroups :: Lens' RunInstances [Text] rSecurityGroups = lens _rSecurityGroups (\ s a -> s{_rSecurityGroups = a}) . _Default . _Coerce; --- | Unique, case-sensitive identifier you provide to ensure the idempotency--- of the request. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html Ensuring Idempotency>.+-- | Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html Ensuring Idempotency>. -- -- Constraints: Maximum 64 ASCII characters rClientToken :: Lens' RunInstances (Maybe Text) rClientToken = lens _rClientToken (\ s a -> s{_rClientToken = a}); --- | If you set this parameter to 'true', you can\'t terminate the instance--- using the Amazon EC2 console, CLI, or API; otherwise, you can. If you--- set this parameter to 'true' and then later want to be able to terminate--- the instance, you must first change the value of the--- 'disableApiTermination' attribute to 'false' using--- < ModifyInstanceAttribute>. Alternatively, if you set--- 'InstanceInitiatedShutdownBehavior' to 'terminate', you can terminate--- the instance by running the shutdown command from the instance.+-- | If you set this parameter to 'true', you can\'t terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. If you set this parameter to 'true' and then later want to be able to terminate the instance, you must first change the value of the 'disableApiTermination' attribute to 'false' using < ModifyInstanceAttribute>. Alternatively, if you set 'InstanceInitiatedShutdownBehavior' to 'terminate', you can terminate the instance by running the shutdown command from the instance. -- -- Default: 'false' rDisableAPITermination :: Lens' RunInstances (Maybe Bool) rDisableAPITermination = lens _rDisableAPITermination (\ s a -> s{_rDisableAPITermination = a}); --- | The name of the key pair. You can create a key pair using--- < CreateKeyPair> or < ImportKeyPair>.+-- | The name of the key pair. You can create a key pair using < CreateKeyPair> or < ImportKeyPair>. ----- If you do not specify a key pair, you can\'t connect to the instance--- unless you choose an AMI that is configured to allow users another way--- to log in.+-- If you do not specify a key pair, you can\'t connect to the instance unless you choose an AMI that is configured to allow users another way to log in. rKeyName :: Lens' RunInstances (Maybe Text) rKeyName = lens _rKeyName (\ s a -> s{_rKeyName = a}); @@ -277,10 +237,7 @@  -- | The ID of the RAM disk. ----- We recommend that you use PV-GRUB instead of kernels and RAM disks. For--- more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html PV-GRUB>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html PV-GRUB> in the /Amazon Elastic Compute Cloud User Guide/. rRAMDiskId :: Lens' RunInstances (Maybe Text) rRAMDiskId = lens _rRAMDiskId (\ s a -> s{_rRAMDiskId = a}); @@ -290,39 +247,23 @@  -- | The ID of the kernel. ----- We recommend that you use PV-GRUB instead of kernels and RAM disks. For--- more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html PV-GRUB>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html PV-GRUB> in the /Amazon Elastic Compute Cloud User Guide/. rKernelId :: Lens' RunInstances (Maybe Text) rKernelId = lens _rKernelId (\ s a -> s{_rKernelId = a}); --- | The instance type. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html Instance Types>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- | The instance type. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html Instance Types> in the /Amazon Elastic Compute Cloud User Guide/. -- -- Default: 'm1.small' rInstanceType :: Lens' RunInstances (Maybe InstanceType) rInstanceType = lens _rInstanceType (\ s a -> s{_rInstanceType = a}); --- | Indicates whether the instance is optimized for EBS I\/O. This--- optimization provides dedicated throughput to Amazon EBS and an--- optimized configuration stack to provide optimal EBS I\/O performance.--- This optimization isn\'t available with all instance types. Additional--- usage charges apply when using an EBS-optimized instance.+-- | Indicates whether the instance is optimized for EBS I\/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I\/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS-optimized instance. -- -- Default: 'false' rEBSOptimized :: Lens' RunInstances (Maybe Bool) rEBSOptimized = lens _rEBSOptimized (\ s a -> s{_rEBSOptimized = a}); --- | Data to configure the instance, or a script to run during instance--- launch. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html Running Commands on Your Linux Instance at Launch>--- (Linux) and--- <http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html#instancedata-add-user-data Adding User Data>--- (Windows). For API calls, the text must be base64-encoded. For command--- line tools, the encoding is performed for you, and you can load the text--- from a file.+-- | Data to configure the instance, or a script to run during instance launch. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html Running Commands on Your Linux Instance at Launch> (Linux) and <http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html#instancedata-add-user-data Adding User Data> (Windows). For API calls, the text must be base64-encoded. For command line tools, the encoding is performed for you, and you can load the text from a file. rUserData :: Lens' RunInstances (Maybe Text) rUserData = lens _rUserData (\ s a -> s{_rUserData = a}); @@ -334,22 +275,15 @@ rIAMInstanceProfile :: Lens' RunInstances (Maybe IAMInstanceProfileSpecification) rIAMInstanceProfile = lens _rIAMInstanceProfile (\ s a -> s{_rIAMInstanceProfile = a}); --- | [EC2-VPC] The primary IP address. You must specify a value from the IP--- address range of the subnet.+-- | [EC2-VPC] The primary IP address. You must specify a value from the IP address range of the subnet. ----- Only one private IP address can be designated as primary. Therefore, you--- can\'t specify this parameter if 'PrivateIpAddresses.n.Primary' is set--- to 'true' and 'PrivateIpAddresses.n.PrivateIpAddress' is set to an IP--- address.+-- Only one private IP address can be designated as primary. Therefore, you can\'t specify this parameter if 'PrivateIpAddresses.n.Primary' is set to 'true' and 'PrivateIpAddresses.n.PrivateIpAddress' is set to an IP address. ----- Default: We select an IP address from the IP address range of the--- subnet.+-- Default: We select an IP address from the IP address range of the subnet. rPrivateIPAddress :: Lens' RunInstances (Maybe Text) rPrivateIPAddress = lens _rPrivateIPAddress (\ s a -> s{_rPrivateIPAddress = a}); --- | Indicates whether an instance stops or terminates when you initiate--- shutdown from the instance (using the operating system command for--- system shutdown).+-- | Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown). -- -- Default: 'stop' rInstanceInitiatedShutdownBehavior :: Lens' RunInstances (Maybe ShutdownBehavior)@@ -359,10 +293,7 @@ rBlockDeviceMappings :: Lens' RunInstances [BlockDeviceMapping] rBlockDeviceMappings = lens _rBlockDeviceMappings (\ s a -> s{_rBlockDeviceMappings = a}) . _Default . _Coerce; --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. rDryRun :: Lens' RunInstances (Maybe Bool) rDryRun = lens _rDryRun (\ s a -> s{_rDryRun = a}); @@ -374,27 +305,15 @@ rImageId :: Lens' RunInstances Text rImageId = lens _rImageId (\ s a -> s{_rImageId = a}); --- | The minimum number of instances to launch. If you specify a minimum that--- is more instances than Amazon EC2 can launch in the target Availability--- Zone, Amazon EC2 launches no instances.+-- | The minimum number of instances to launch. If you specify a minimum that is more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches no instances. ----- Constraints: Between 1 and the maximum number you\'re allowed for the--- specified instance type. For more information about the default limits,--- and how to request an increase, see--- <http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2 How many instances can I run in Amazon EC2>--- in the Amazon EC2 General FAQ.+-- Constraints: Between 1 and the maximum number you\'re allowed for the specified instance type. For more information about the default limits, and how to request an increase, see <http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2 How many instances can I run in Amazon EC2> in the Amazon EC2 General FAQ. rMinCount :: Lens' RunInstances Int rMinCount = lens _rMinCount (\ s a -> s{_rMinCount = a}); --- | The maximum number of instances to launch. If you specify more instances--- than Amazon EC2 can launch in the target Availability Zone, Amazon EC2--- launches the largest possible number of instances above 'MinCount'.+-- | The maximum number of instances to launch. If you specify more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the largest possible number of instances above 'MinCount'. ----- Constraints: Between 1 and the maximum number you\'re allowed for the--- specified instance type. For more information about the default limits,--- and how to request an increase, see--- <http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2 How many instances can I run in Amazon EC2>--- in the Amazon EC2 FAQ.+-- Constraints: Between 1 and the maximum number you\'re allowed for the specified instance type. For more information about the default limits, and how to request an increase, see <http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2 How many instances can I run in Amazon EC2> in the Amazon EC2 FAQ. rMaxCount :: Lens' RunInstances Int rMaxCount = lens _rMaxCount (\ s a -> s{_rMaxCount = a}); 
gen/Network/AWS/EC2/RunScheduledInstances.hs view
@@ -20,16 +20,9 @@ -- -- Launches the specified Scheduled Instances. ----- Before you can launch a Scheduled Instance, you must purchase it and--- obtain an identifier using < PurchaseScheduledInstances>.+-- Before you can launch a Scheduled Instance, you must purchase it and obtain an identifier using < PurchaseScheduledInstances>. ----- You must launch a Scheduled Instance during its scheduled time period.--- You can\'t stop or reboot a Scheduled Instance, but you can terminate it--- as needed. If you terminate a Scheduled Instance before the current--- scheduled time period ends, you can launch it again after a few minutes.--- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-scheduled-instances.html Scheduled Instances>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- You must launch a Scheduled Instance during its scheduled time period. You can\'t stop or reboot a Scheduled Instance, but you can terminate it as needed. If you terminate a Scheduled Instance before the current scheduled time period ends, you can launch it again after a few minutes. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-scheduled-instances.html Scheduled Instances> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.RunScheduledInstances     (     -- * Creating a Request@@ -94,9 +87,7 @@     , _rsiLaunchSpecification = pLaunchSpecification_     } --- | Unique, case-sensitive identifier that ensures the idempotency of the--- request. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html Ensuring Idempotency>.+-- | Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html Ensuring Idempotency>. rsiClientToken :: Lens' RunScheduledInstances (Maybe Text) rsiClientToken = lens _rsiClientToken (\ s a -> s{_rsiClientToken = a}); @@ -106,10 +97,7 @@ rsiInstanceCount :: Lens' RunScheduledInstances (Maybe Int) rsiInstanceCount = lens _rsiInstanceCount (\ s a -> s{_rsiInstanceCount = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. rsiDryRun :: Lens' RunScheduledInstances (Maybe Bool) rsiDryRun = lens _rsiDryRun (\ s a -> s{_rsiDryRun = a}); 
gen/Network/AWS/EC2/StartInstances.hs view
@@ -20,25 +20,13 @@ -- -- Starts an Amazon EBS-backed AMI that you\'ve previously stopped. ----- Instances that use Amazon EBS volumes as their root devices can be--- quickly stopped and started. When an instance is stopped, the compute--- resources are released and you are not billed for hourly instance usage.--- However, your root partition Amazon EBS volume remains, continues to--- persist your data, and you are charged for Amazon EBS volume usage. You--- can restart your instance at any time. Each time you transition an--- instance from stopped to started, Amazon EC2 charges a full instance--- hour, even if transitions happen multiple times within a single hour.+-- Instances that use Amazon EBS volumes as their root devices can be quickly stopped and started. When an instance is stopped, the compute resources are released and you are not billed for hourly instance usage. However, your root partition Amazon EBS volume remains, continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. Each time you transition an instance from stopped to started, Amazon EC2 charges a full instance hour, even if transitions happen multiple times within a single hour. ----- Before stopping an instance, make sure it is in a state from which it--- can be restarted. Stopping an instance does not preserve data stored in--- RAM.+-- Before stopping an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM. ----- Performing this operation on an instance that uses an instance store as--- its root device returns an error.+-- Performing this operation on an instance that uses an instance store as its root device returns an error. ----- For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html Stopping Instances>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html Stopping Instances> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.StartInstances     (     -- * Creating a Request@@ -95,10 +83,7 @@ sAdditionalInfo :: Lens' StartInstances (Maybe Text) sAdditionalInfo = lens _sAdditionalInfo (\ s a -> s{_sAdditionalInfo = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. sDryRun :: Lens' StartInstances (Maybe Bool) sDryRun = lens _sDryRun (\ s a -> s{_sDryRun = a}); 
gen/Network/AWS/EC2/StopInstances.hs view
@@ -20,34 +20,15 @@ -- -- Stops an Amazon EBS-backed instance. ----- We don\'t charge hourly usage for a stopped instance, or data transfer--- fees; however, your root partition Amazon EBS volume remains, continues--- to persist your data, and you are charged for Amazon EBS volume usage.--- Each time you transition an instance from stopped to started, Amazon EC2--- charges a full instance hour, even if transitions happen multiple times--- within a single hour.+-- We don\'t charge hourly usage for a stopped instance, or data transfer fees; however, your root partition Amazon EBS volume remains, continues to persist your data, and you are charged for Amazon EBS volume usage. Each time you transition an instance from stopped to started, Amazon EC2 charges a full instance hour, even if transitions happen multiple times within a single hour. ----- You can\'t start or stop Spot instances, and you can\'t stop instance--- store-backed instances.+-- You can\'t start or stop Spot instances, and you can\'t stop instance store-backed instances. ----- When you stop an instance, we shut it down. You can restart your--- instance at any time. Before stopping an instance, make sure it is in a--- state from which it can be restarted. Stopping an instance does not--- preserve data stored in RAM.+-- When you stop an instance, we shut it down. You can restart your instance at any time. Before stopping an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM. ----- Stopping an instance is different to rebooting or terminating it. For--- example, when you stop an instance, the root device and any other--- devices attached to the instance persist. When you terminate an--- instance, the root device and any other devices attached during the--- instance launch are automatically deleted. For more information about--- the differences between rebooting, stopping, and terminating instances,--- see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html Instance Lifecycle>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Stopping an instance is different to rebooting or terminating it. For example, when you stop an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, the root device and any other devices attached during the instance launch are automatically deleted. For more information about the differences between rebooting, stopping, and terminating instances, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html Instance Lifecycle> in the /Amazon Elastic Compute Cloud User Guide/. ----- For more information about troubleshooting, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html Troubleshooting Stopping Your Instance>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about troubleshooting, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html Troubleshooting Stopping Your Instance> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.StopInstances     (     -- * Creating a Request@@ -100,19 +81,13 @@     , _siInstanceIds = mempty     } --- | Forces the instances to stop. The instances do not have an opportunity--- to flush file system caches or file system metadata. If you use this--- option, you must perform file system check and repair procedures. This--- option is not recommended for Windows instances.+-- | Forces the instances to stop. The instances do not have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures. This option is not recommended for Windows instances. -- -- Default: 'false' siForce :: Lens' StopInstances (Maybe Bool) siForce = lens _siForce (\ s a -> s{_siForce = a}); --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. siDryRun :: Lens' StopInstances (Maybe Bool) siDryRun = lens _siDryRun (\ s a -> s{_siDryRun = a}); 
gen/Network/AWS/EC2/TerminateInstances.hs view
@@ -18,30 +18,15 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Shuts down one or more instances. This operation is idempotent; if you--- terminate an instance more than once, each call succeeds.+-- Shuts down one or more instances. This operation is idempotent; if you terminate an instance more than once, each call succeeds. ----- Terminated instances remain visible after termination (for approximately--- one hour).+-- Terminated instances remain visible after termination (for approximately one hour). ----- By default, Amazon EC2 deletes all EBS volumes that were attached when--- the instance launched. Volumes attached after instance launch continue--- running.+-- By default, Amazon EC2 deletes all EBS volumes that were attached when the instance launched. Volumes attached after instance launch continue running. ----- You can stop, start, and terminate EBS-backed instances. You can only--- terminate instance store-backed instances. What happens to an instance--- differs if you stop it or terminate it. For example, when you stop an--- instance, the root device and any other devices attached to the instance--- persist. When you terminate an instance, any attached EBS volumes with--- the 'DeleteOnTermination' block device mapping parameter set to 'true'--- are automatically deleted. For more information about the differences--- between stopping and terminating instances, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html Instance Lifecycle>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- You can stop, start, and terminate EBS-backed instances. You can only terminate instance store-backed instances. What happens to an instance differs if you stop it or terminate it. For example, when you stop an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, any attached EBS volumes with the 'DeleteOnTermination' block device mapping parameter set to 'true' are automatically deleted. For more information about the differences between stopping and terminating instances, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html Instance Lifecycle> in the /Amazon Elastic Compute Cloud User Guide/. ----- For more information about troubleshooting, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesShuttingDown.html Troubleshooting Terminating Your Instance>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- For more information about troubleshooting, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesShuttingDown.html Troubleshooting Terminating Your Instance> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.TerminateInstances     (     -- * Creating a Request@@ -89,10 +74,7 @@     , _tiInstanceIds = mempty     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. tiDryRun :: Lens' TerminateInstances (Maybe Bool) tiDryRun = lens _tiDryRun (\ s a -> s{_tiDryRun = a}); 
gen/Network/AWS/EC2/Types/Product.hs view
@@ -191,12950 +191,12491 @@     , _aPublicIP = Nothing     } --- | The ID representing the association of the address with an instance in a--- VPC.-aAssociationId :: Lens' Address (Maybe Text)-aAssociationId = lens _aAssociationId (\ s a -> s{_aAssociationId = a});---- | The ID of the instance that the address is associated with (if any).-aInstanceId :: Lens' Address (Maybe Text)-aInstanceId = lens _aInstanceId (\ s a -> s{_aInstanceId = a});---- | The ID of the AWS account that owns the network interface.-aNetworkInterfaceOwnerId :: Lens' Address (Maybe Text)-aNetworkInterfaceOwnerId = lens _aNetworkInterfaceOwnerId (\ s a -> s{_aNetworkInterfaceOwnerId = a});---- | The ID representing the allocation of the address for use with EC2-VPC.-aAllocationId :: Lens' Address (Maybe Text)-aAllocationId = lens _aAllocationId (\ s a -> s{_aAllocationId = a});---- | Indicates whether this Elastic IP address is for use with instances in--- EC2-Classic ('standard') or instances in a VPC ('vpc').-aDomain :: Lens' Address (Maybe DomainType)-aDomain = lens _aDomain (\ s a -> s{_aDomain = a});---- | The ID of the network interface.-aNetworkInterfaceId :: Lens' Address (Maybe Text)-aNetworkInterfaceId = lens _aNetworkInterfaceId (\ s a -> s{_aNetworkInterfaceId = a});---- | The private IP address associated with the Elastic IP address.-aPrivateIPAddress :: Lens' Address (Maybe Text)-aPrivateIPAddress = lens _aPrivateIPAddress (\ s a -> s{_aPrivateIPAddress = a});---- | The Elastic IP address.-aPublicIP :: Lens' Address (Maybe Text)-aPublicIP = lens _aPublicIP (\ s a -> s{_aPublicIP = a});--instance FromXML Address where-        parseXML x-          = Address' <$>-              (x .@? "associationId") <*> (x .@? "instanceId") <*>-                (x .@? "networkInterfaceOwnerId")-                <*> (x .@? "allocationId")-                <*> (x .@? "domain")-                <*> (x .@? "networkInterfaceId")-                <*> (x .@? "privateIpAddress")-                <*> (x .@? "publicIp")--instance Hashable Address--instance NFData Address---- | The value to use when a resource attribute accepts a Boolean value.------ /See:/ 'attributeBooleanValue' smart constructor.-newtype AttributeBooleanValue = AttributeBooleanValue'-    { _abvValue :: Maybe Bool-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'AttributeBooleanValue' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'abvValue'-attributeBooleanValue-    :: AttributeBooleanValue-attributeBooleanValue =-    AttributeBooleanValue'-    { _abvValue = Nothing-    }---- | Valid values are 'true' or 'false'.-abvValue :: Lens' AttributeBooleanValue (Maybe Bool)-abvValue = lens _abvValue (\ s a -> s{_abvValue = a});--instance FromXML AttributeBooleanValue where-        parseXML x-          = AttributeBooleanValue' <$> (x .@? "value")--instance Hashable AttributeBooleanValue--instance NFData AttributeBooleanValue--instance ToQuery AttributeBooleanValue where-        toQuery AttributeBooleanValue'{..}-          = mconcat ["Value" =: _abvValue]---- | The value to use for a resource attribute.------ /See:/ 'attributeValue' smart constructor.-newtype AttributeValue = AttributeValue'-    { _avValue :: Maybe Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'AttributeValue' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'avValue'-attributeValue-    :: AttributeValue-attributeValue =-    AttributeValue'-    { _avValue = Nothing-    }---- | Valid values are case-sensitive and vary by action.-avValue :: Lens' AttributeValue (Maybe Text)-avValue = lens _avValue (\ s a -> s{_avValue = a});--instance FromXML AttributeValue where-        parseXML x = AttributeValue' <$> (x .@? "value")--instance Hashable AttributeValue--instance NFData AttributeValue--instance ToQuery AttributeValue where-        toQuery AttributeValue'{..}-          = mconcat ["Value" =: _avValue]---- | Describes an Availability Zone.------ /See:/ 'availabilityZone' smart constructor.-data AvailabilityZone = AvailabilityZone'-    { _azState      :: !(Maybe AvailabilityZoneState)-    , _azRegionName :: !(Maybe Text)-    , _azZoneName   :: !(Maybe Text)-    , _azMessages   :: !(Maybe [AvailabilityZoneMessage])-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'AvailabilityZone' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'azState'------ * 'azRegionName'------ * 'azZoneName'------ * 'azMessages'-availabilityZone-    :: AvailabilityZone-availabilityZone =-    AvailabilityZone'-    { _azState = Nothing-    , _azRegionName = Nothing-    , _azZoneName = Nothing-    , _azMessages = Nothing-    }---- | The state of the Availability Zone.-azState :: Lens' AvailabilityZone (Maybe AvailabilityZoneState)-azState = lens _azState (\ s a -> s{_azState = a});---- | The name of the region.-azRegionName :: Lens' AvailabilityZone (Maybe Text)-azRegionName = lens _azRegionName (\ s a -> s{_azRegionName = a});---- | The name of the Availability Zone.-azZoneName :: Lens' AvailabilityZone (Maybe Text)-azZoneName = lens _azZoneName (\ s a -> s{_azZoneName = a});---- | Any messages about the Availability Zone.-azMessages :: Lens' AvailabilityZone [AvailabilityZoneMessage]-azMessages = lens _azMessages (\ s a -> s{_azMessages = a}) . _Default . _Coerce;--instance FromXML AvailabilityZone where-        parseXML x-          = AvailabilityZone' <$>-              (x .@? "zoneState") <*> (x .@? "regionName") <*>-                (x .@? "zoneName")-                <*>-                (x .@? "messageSet" .!@ mempty >>=-                   may (parseXMLList "item"))--instance Hashable AvailabilityZone--instance NFData AvailabilityZone---- | Describes a message about an Availability Zone.------ /See:/ 'availabilityZoneMessage' smart constructor.-newtype AvailabilityZoneMessage = AvailabilityZoneMessage'-    { _azmMessage :: Maybe Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'AvailabilityZoneMessage' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'azmMessage'-availabilityZoneMessage-    :: AvailabilityZoneMessage-availabilityZoneMessage =-    AvailabilityZoneMessage'-    { _azmMessage = Nothing-    }---- | The message about the Availability Zone.-azmMessage :: Lens' AvailabilityZoneMessage (Maybe Text)-azmMessage = lens _azmMessage (\ s a -> s{_azmMessage = a});--instance FromXML AvailabilityZoneMessage where-        parseXML x-          = AvailabilityZoneMessage' <$> (x .@? "message")--instance Hashable AvailabilityZoneMessage--instance NFData AvailabilityZoneMessage---- | The capacity information for instances launched onto the Dedicated host.------ /See:/ 'availableCapacity' smart constructor.-data AvailableCapacity = AvailableCapacity'-    { _acAvailableInstanceCapacity :: !(Maybe [InstanceCapacity])-    , _acAvailableVCPUs            :: !(Maybe Int)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'AvailableCapacity' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'acAvailableInstanceCapacity'------ * 'acAvailableVCPUs'-availableCapacity-    :: AvailableCapacity-availableCapacity =-    AvailableCapacity'-    { _acAvailableInstanceCapacity = Nothing-    , _acAvailableVCPUs = Nothing-    }---- | The total number of instances that the Dedicated host supports.-acAvailableInstanceCapacity :: Lens' AvailableCapacity [InstanceCapacity]-acAvailableInstanceCapacity = lens _acAvailableInstanceCapacity (\ s a -> s{_acAvailableInstanceCapacity = a}) . _Default . _Coerce;---- | The number of vCPUs available on the Dedicated host.-acAvailableVCPUs :: Lens' AvailableCapacity (Maybe Int)-acAvailableVCPUs = lens _acAvailableVCPUs (\ s a -> s{_acAvailableVCPUs = a});--instance FromXML AvailableCapacity where-        parseXML x-          = AvailableCapacity' <$>-              (x .@? "availableInstanceCapacity" .!@ mempty >>=-                 may (parseXMLList "item"))-                <*> (x .@? "availableVCpus")--instance Hashable AvailableCapacity--instance NFData AvailableCapacity---- | /See:/ 'blobAttributeValue' smart constructor.-newtype BlobAttributeValue = BlobAttributeValue'-    { _bavValue :: Maybe Base64-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'BlobAttributeValue' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'bavValue'-blobAttributeValue-    :: BlobAttributeValue-blobAttributeValue =-    BlobAttributeValue'-    { _bavValue = Nothing-    }---- | Undocumented member.------ /Note:/ This 'Lens' automatically encodes and decodes Base64 data,--- despite what the AWS documentation might say.--- The underlying isomorphism will encode to Base64 representation during--- serialisation, and decode from Base64 representation during deserialisation.--- This 'Lens' accepts and returns only raw unencoded data.-bavValue :: Lens' BlobAttributeValue (Maybe ByteString)-bavValue = lens _bavValue (\ s a -> s{_bavValue = a}) . mapping _Base64;--instance Hashable BlobAttributeValue--instance NFData BlobAttributeValue--instance ToQuery BlobAttributeValue where-        toQuery BlobAttributeValue'{..}-          = mconcat ["Value" =: _bavValue]---- | Describes a block device mapping.------ /See:/ 'blockDeviceMapping' smart constructor.-data BlockDeviceMapping = BlockDeviceMapping'-    { _bdmVirtualName :: !(Maybe Text)-    , _bdmNoDevice    :: !(Maybe Text)-    , _bdmEBS         :: !(Maybe EBSBlockDevice)-    , _bdmDeviceName  :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'BlockDeviceMapping' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'bdmVirtualName'------ * 'bdmNoDevice'------ * 'bdmEBS'------ * 'bdmDeviceName'-blockDeviceMapping-    :: Text -- ^ 'bdmDeviceName'-    -> BlockDeviceMapping-blockDeviceMapping pDeviceName_ =-    BlockDeviceMapping'-    { _bdmVirtualName = Nothing-    , _bdmNoDevice = Nothing-    , _bdmEBS = Nothing-    , _bdmDeviceName = pDeviceName_-    }---- | The virtual device name ('ephemeral'N). Instance store volumes are--- numbered starting from 0. An instance type with 2 available instance--- store volumes can specify mappings for 'ephemeral0' and 'ephemeral1'.The--- number of available instance store volumes depends on the instance type.--- After you connect to the instance, you must mount the volume.------ Constraints: For M3 instances, you must specify instance store volumes--- in the block device mapping for the instance. When you launch an M3--- instance, we ignore any instance store volumes specified in the block--- device mapping for the AMI.-bdmVirtualName :: Lens' BlockDeviceMapping (Maybe Text)-bdmVirtualName = lens _bdmVirtualName (\ s a -> s{_bdmVirtualName = a});---- | Suppresses the specified device included in the block device mapping of--- the AMI.-bdmNoDevice :: Lens' BlockDeviceMapping (Maybe Text)-bdmNoDevice = lens _bdmNoDevice (\ s a -> s{_bdmNoDevice = a});---- | Parameters used to automatically set up EBS volumes when the instance is--- launched.-bdmEBS :: Lens' BlockDeviceMapping (Maybe EBSBlockDevice)-bdmEBS = lens _bdmEBS (\ s a -> s{_bdmEBS = a});---- | The device name exposed to the instance (for example, '\/dev\/sdh' or--- 'xvdh').-bdmDeviceName :: Lens' BlockDeviceMapping Text-bdmDeviceName = lens _bdmDeviceName (\ s a -> s{_bdmDeviceName = a});--instance FromXML BlockDeviceMapping where-        parseXML x-          = BlockDeviceMapping' <$>-              (x .@? "virtualName") <*> (x .@? "noDevice") <*>-                (x .@? "ebs")-                <*> (x .@ "deviceName")--instance Hashable BlockDeviceMapping--instance NFData BlockDeviceMapping--instance ToQuery BlockDeviceMapping where-        toQuery BlockDeviceMapping'{..}-          = mconcat-              ["VirtualName" =: _bdmVirtualName,-               "NoDevice" =: _bdmNoDevice, "Ebs" =: _bdmEBS,-               "DeviceName" =: _bdmDeviceName]---- | Describes a bundle task.------ /See:/ 'bundleTask' smart constructor.-data BundleTask = BundleTask'-    { _btBundleTaskError :: !(Maybe BundleTaskError)-    , _btBundleId        :: !Text-    , _btInstanceId      :: !Text-    , _btProgress        :: !Text-    , _btStartTime       :: !ISO8601-    , _btState           :: !BundleTaskState-    , _btStorage         :: !Storage-    , _btUpdateTime      :: !ISO8601-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'BundleTask' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'btBundleTaskError'------ * 'btBundleId'------ * 'btInstanceId'------ * 'btProgress'------ * 'btStartTime'------ * 'btState'------ * 'btStorage'------ * 'btUpdateTime'-bundleTask-    :: Text -- ^ 'btBundleId'-    -> Text -- ^ 'btInstanceId'-    -> Text -- ^ 'btProgress'-    -> UTCTime -- ^ 'btStartTime'-    -> BundleTaskState -- ^ 'btState'-    -> Storage -- ^ 'btStorage'-    -> UTCTime -- ^ 'btUpdateTime'-    -> BundleTask-bundleTask pBundleId_ pInstanceId_ pProgress_ pStartTime_ pState_ pStorage_ pUpdateTime_ =-    BundleTask'-    { _btBundleTaskError = Nothing-    , _btBundleId = pBundleId_-    , _btInstanceId = pInstanceId_-    , _btProgress = pProgress_-    , _btStartTime = _Time # pStartTime_-    , _btState = pState_-    , _btStorage = pStorage_-    , _btUpdateTime = _Time # pUpdateTime_-    }---- | If the task fails, a description of the error.-btBundleTaskError :: Lens' BundleTask (Maybe BundleTaskError)-btBundleTaskError = lens _btBundleTaskError (\ s a -> s{_btBundleTaskError = a});---- | The ID of the bundle task.-btBundleId :: Lens' BundleTask Text-btBundleId = lens _btBundleId (\ s a -> s{_btBundleId = a});---- | The ID of the instance associated with this bundle task.-btInstanceId :: Lens' BundleTask Text-btInstanceId = lens _btInstanceId (\ s a -> s{_btInstanceId = a});---- | The level of task completion, as a percent (for example, 20%).-btProgress :: Lens' BundleTask Text-btProgress = lens _btProgress (\ s a -> s{_btProgress = a});---- | The time this task started.-btStartTime :: Lens' BundleTask UTCTime-btStartTime = lens _btStartTime (\ s a -> s{_btStartTime = a}) . _Time;---- | The state of the task.-btState :: Lens' BundleTask BundleTaskState-btState = lens _btState (\ s a -> s{_btState = a});---- | The Amazon S3 storage locations.-btStorage :: Lens' BundleTask Storage-btStorage = lens _btStorage (\ s a -> s{_btStorage = a});---- | The time of the most recent update for the task.-btUpdateTime :: Lens' BundleTask UTCTime-btUpdateTime = lens _btUpdateTime (\ s a -> s{_btUpdateTime = a}) . _Time;--instance FromXML BundleTask where-        parseXML x-          = BundleTask' <$>-              (x .@? "error") <*> (x .@ "bundleId") <*>-                (x .@ "instanceId")-                <*> (x .@ "progress")-                <*> (x .@ "startTime")-                <*> (x .@ "state")-                <*> (x .@ "storage")-                <*> (x .@ "updateTime")--instance Hashable BundleTask--instance NFData BundleTask---- | Describes an error for < BundleInstance>.------ /See:/ 'bundleTaskError' smart constructor.-data BundleTaskError = BundleTaskError'-    { _bteCode    :: !(Maybe Text)-    , _bteMessage :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'BundleTaskError' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'bteCode'------ * 'bteMessage'-bundleTaskError-    :: BundleTaskError-bundleTaskError =-    BundleTaskError'-    { _bteCode = Nothing-    , _bteMessage = Nothing-    }---- | The error code.-bteCode :: Lens' BundleTaskError (Maybe Text)-bteCode = lens _bteCode (\ s a -> s{_bteCode = a});---- | The error message.-bteMessage :: Lens' BundleTaskError (Maybe Text)-bteMessage = lens _bteMessage (\ s a -> s{_bteMessage = a});--instance FromXML BundleTaskError where-        parseXML x-          = BundleTaskError' <$>-              (x .@? "code") <*> (x .@? "message")--instance Hashable BundleTaskError--instance NFData BundleTaskError---- | Describes a Spot fleet error.------ /See:/ 'cancelSpotFleetRequestsError' smart constructor.-data CancelSpotFleetRequestsError = CancelSpotFleetRequestsError'-    { _csfreCode    :: !CancelBatchErrorCode-    , _csfreMessage :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'CancelSpotFleetRequestsError' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'csfreCode'------ * 'csfreMessage'-cancelSpotFleetRequestsError-    :: CancelBatchErrorCode -- ^ 'csfreCode'-    -> Text -- ^ 'csfreMessage'-    -> CancelSpotFleetRequestsError-cancelSpotFleetRequestsError pCode_ pMessage_ =-    CancelSpotFleetRequestsError'-    { _csfreCode = pCode_-    , _csfreMessage = pMessage_-    }---- | The error code.-csfreCode :: Lens' CancelSpotFleetRequestsError CancelBatchErrorCode-csfreCode = lens _csfreCode (\ s a -> s{_csfreCode = a});---- | The description for the error code.-csfreMessage :: Lens' CancelSpotFleetRequestsError Text-csfreMessage = lens _csfreMessage (\ s a -> s{_csfreMessage = a});--instance FromXML CancelSpotFleetRequestsError where-        parseXML x-          = CancelSpotFleetRequestsError' <$>-              (x .@ "code") <*> (x .@ "message")--instance Hashable CancelSpotFleetRequestsError--instance NFData CancelSpotFleetRequestsError---- | Describes a Spot fleet request that was not successfully canceled.------ /See:/ 'cancelSpotFleetRequestsErrorItem' smart constructor.-data CancelSpotFleetRequestsErrorItem = CancelSpotFleetRequestsErrorItem'-    { _csfreiSpotFleetRequestId :: !Text-    , _csfreiError              :: !CancelSpotFleetRequestsError-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'CancelSpotFleetRequestsErrorItem' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'csfreiSpotFleetRequestId'------ * 'csfreiError'-cancelSpotFleetRequestsErrorItem-    :: Text -- ^ 'csfreiSpotFleetRequestId'-    -> CancelSpotFleetRequestsError -- ^ 'csfreiError'-    -> CancelSpotFleetRequestsErrorItem-cancelSpotFleetRequestsErrorItem pSpotFleetRequestId_ pError_ =-    CancelSpotFleetRequestsErrorItem'-    { _csfreiSpotFleetRequestId = pSpotFleetRequestId_-    , _csfreiError = pError_-    }---- | The ID of the Spot fleet request.-csfreiSpotFleetRequestId :: Lens' CancelSpotFleetRequestsErrorItem Text-csfreiSpotFleetRequestId = lens _csfreiSpotFleetRequestId (\ s a -> s{_csfreiSpotFleetRequestId = a});---- | The error.-csfreiError :: Lens' CancelSpotFleetRequestsErrorItem CancelSpotFleetRequestsError-csfreiError = lens _csfreiError (\ s a -> s{_csfreiError = a});--instance FromXML CancelSpotFleetRequestsErrorItem-         where-        parseXML x-          = CancelSpotFleetRequestsErrorItem' <$>-              (x .@ "spotFleetRequestId") <*> (x .@ "error")--instance Hashable CancelSpotFleetRequestsErrorItem--instance NFData CancelSpotFleetRequestsErrorItem---- | Describes a Spot fleet request that was successfully canceled.------ /See:/ 'cancelSpotFleetRequestsSuccessItem' smart constructor.-data CancelSpotFleetRequestsSuccessItem = CancelSpotFleetRequestsSuccessItem'-    { _csfrsiSpotFleetRequestId            :: !Text-    , _csfrsiCurrentSpotFleetRequestState  :: !BatchState-    , _csfrsiPreviousSpotFleetRequestState :: !BatchState-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'CancelSpotFleetRequestsSuccessItem' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'csfrsiSpotFleetRequestId'------ * 'csfrsiCurrentSpotFleetRequestState'------ * 'csfrsiPreviousSpotFleetRequestState'-cancelSpotFleetRequestsSuccessItem-    :: Text -- ^ 'csfrsiSpotFleetRequestId'-    -> BatchState -- ^ 'csfrsiCurrentSpotFleetRequestState'-    -> BatchState -- ^ 'csfrsiPreviousSpotFleetRequestState'-    -> CancelSpotFleetRequestsSuccessItem-cancelSpotFleetRequestsSuccessItem pSpotFleetRequestId_ pCurrentSpotFleetRequestState_ pPreviousSpotFleetRequestState_ =-    CancelSpotFleetRequestsSuccessItem'-    { _csfrsiSpotFleetRequestId = pSpotFleetRequestId_-    , _csfrsiCurrentSpotFleetRequestState = pCurrentSpotFleetRequestState_-    , _csfrsiPreviousSpotFleetRequestState = pPreviousSpotFleetRequestState_-    }---- | The ID of the Spot fleet request.-csfrsiSpotFleetRequestId :: Lens' CancelSpotFleetRequestsSuccessItem Text-csfrsiSpotFleetRequestId = lens _csfrsiSpotFleetRequestId (\ s a -> s{_csfrsiSpotFleetRequestId = a});---- | The current state of the Spot fleet request.-csfrsiCurrentSpotFleetRequestState :: Lens' CancelSpotFleetRequestsSuccessItem BatchState-csfrsiCurrentSpotFleetRequestState = lens _csfrsiCurrentSpotFleetRequestState (\ s a -> s{_csfrsiCurrentSpotFleetRequestState = a});---- | The previous state of the Spot fleet request.-csfrsiPreviousSpotFleetRequestState :: Lens' CancelSpotFleetRequestsSuccessItem BatchState-csfrsiPreviousSpotFleetRequestState = lens _csfrsiPreviousSpotFleetRequestState (\ s a -> s{_csfrsiPreviousSpotFleetRequestState = a});--instance FromXML CancelSpotFleetRequestsSuccessItem-         where-        parseXML x-          = CancelSpotFleetRequestsSuccessItem' <$>-              (x .@ "spotFleetRequestId") <*>-                (x .@ "currentSpotFleetRequestState")-                <*> (x .@ "previousSpotFleetRequestState")--instance Hashable CancelSpotFleetRequestsSuccessItem--instance NFData CancelSpotFleetRequestsSuccessItem---- | Describes a request to cancel a Spot instance.------ /See:/ 'cancelledSpotInstanceRequest' smart constructor.-data CancelledSpotInstanceRequest = CancelledSpotInstanceRequest'-    { _csirState                 :: !(Maybe CancelSpotInstanceRequestState)-    , _csirSpotInstanceRequestId :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'CancelledSpotInstanceRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'csirState'------ * 'csirSpotInstanceRequestId'-cancelledSpotInstanceRequest-    :: CancelledSpotInstanceRequest-cancelledSpotInstanceRequest =-    CancelledSpotInstanceRequest'-    { _csirState = Nothing-    , _csirSpotInstanceRequestId = Nothing-    }---- | The state of the Spot instance request.-csirState :: Lens' CancelledSpotInstanceRequest (Maybe CancelSpotInstanceRequestState)-csirState = lens _csirState (\ s a -> s{_csirState = a});---- | The ID of the Spot instance request.-csirSpotInstanceRequestId :: Lens' CancelledSpotInstanceRequest (Maybe Text)-csirSpotInstanceRequestId = lens _csirSpotInstanceRequestId (\ s a -> s{_csirSpotInstanceRequestId = a});--instance FromXML CancelledSpotInstanceRequest where-        parseXML x-          = CancelledSpotInstanceRequest' <$>-              (x .@? "state") <*> (x .@? "spotInstanceRequestId")--instance Hashable CancelledSpotInstanceRequest--instance NFData CancelledSpotInstanceRequest---- | Describes the ClassicLink DNS support status of a VPC.------ /See:/ 'classicLinkDNSSupport' smart constructor.-data ClassicLinkDNSSupport = ClassicLinkDNSSupport'-    { _cldsVPCId                   :: !(Maybe Text)-    , _cldsClassicLinkDNSSupported :: !(Maybe Bool)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ClassicLinkDNSSupport' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'cldsVPCId'------ * 'cldsClassicLinkDNSSupported'-classicLinkDNSSupport-    :: ClassicLinkDNSSupport-classicLinkDNSSupport =-    ClassicLinkDNSSupport'-    { _cldsVPCId = Nothing-    , _cldsClassicLinkDNSSupported = Nothing-    }---- | The ID of the VPC.-cldsVPCId :: Lens' ClassicLinkDNSSupport (Maybe Text)-cldsVPCId = lens _cldsVPCId (\ s a -> s{_cldsVPCId = a});---- | Indicates whether ClassicLink DNS support is enabled for the VPC.-cldsClassicLinkDNSSupported :: Lens' ClassicLinkDNSSupport (Maybe Bool)-cldsClassicLinkDNSSupported = lens _cldsClassicLinkDNSSupported (\ s a -> s{_cldsClassicLinkDNSSupported = a});--instance FromXML ClassicLinkDNSSupport where-        parseXML x-          = ClassicLinkDNSSupport' <$>-              (x .@? "vpcId") <*> (x .@? "classicLinkDnsSupported")--instance Hashable ClassicLinkDNSSupport--instance NFData ClassicLinkDNSSupport---- | Describes a linked EC2-Classic instance.------ /See:/ 'classicLinkInstance' smart constructor.-data ClassicLinkInstance = ClassicLinkInstance'-    { _cliInstanceId :: !(Maybe Text)-    , _cliGroups     :: !(Maybe [GroupIdentifier])-    , _cliVPCId      :: !(Maybe Text)-    , _cliTags       :: !(Maybe [Tag])-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ClassicLinkInstance' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'cliInstanceId'------ * 'cliGroups'------ * 'cliVPCId'------ * 'cliTags'-classicLinkInstance-    :: ClassicLinkInstance-classicLinkInstance =-    ClassicLinkInstance'-    { _cliInstanceId = Nothing-    , _cliGroups = Nothing-    , _cliVPCId = Nothing-    , _cliTags = Nothing-    }---- | The ID of the instance.-cliInstanceId :: Lens' ClassicLinkInstance (Maybe Text)-cliInstanceId = lens _cliInstanceId (\ s a -> s{_cliInstanceId = a});---- | A list of security groups.-cliGroups :: Lens' ClassicLinkInstance [GroupIdentifier]-cliGroups = lens _cliGroups (\ s a -> s{_cliGroups = a}) . _Default . _Coerce;---- | The ID of the VPC.-cliVPCId :: Lens' ClassicLinkInstance (Maybe Text)-cliVPCId = lens _cliVPCId (\ s a -> s{_cliVPCId = a});---- | Any tags assigned to the instance.-cliTags :: Lens' ClassicLinkInstance [Tag]-cliTags = lens _cliTags (\ s a -> s{_cliTags = a}) . _Default . _Coerce;--instance FromXML ClassicLinkInstance where-        parseXML x-          = ClassicLinkInstance' <$>-              (x .@? "instanceId") <*>-                (x .@? "groupSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "vpcId")-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))--instance Hashable ClassicLinkInstance--instance NFData ClassicLinkInstance---- | Describes the client-specific data.------ /See:/ 'clientData' smart constructor.-data ClientData = ClientData'-    { _cdUploadStart :: !(Maybe ISO8601)-    , _cdUploadSize  :: !(Maybe Double)-    , _cdUploadEnd   :: !(Maybe ISO8601)-    , _cdComment     :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ClientData' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'cdUploadStart'------ * 'cdUploadSize'------ * 'cdUploadEnd'------ * 'cdComment'-clientData-    :: ClientData-clientData =-    ClientData'-    { _cdUploadStart = Nothing-    , _cdUploadSize = Nothing-    , _cdUploadEnd = Nothing-    , _cdComment = Nothing-    }---- | The time that the disk upload starts.-cdUploadStart :: Lens' ClientData (Maybe UTCTime)-cdUploadStart = lens _cdUploadStart (\ s a -> s{_cdUploadStart = a}) . mapping _Time;---- | The size of the uploaded disk image, in GiB.-cdUploadSize :: Lens' ClientData (Maybe Double)-cdUploadSize = lens _cdUploadSize (\ s a -> s{_cdUploadSize = a});---- | The time that the disk upload ends.-cdUploadEnd :: Lens' ClientData (Maybe UTCTime)-cdUploadEnd = lens _cdUploadEnd (\ s a -> s{_cdUploadEnd = a}) . mapping _Time;---- | A user-defined comment about the disk upload.-cdComment :: Lens' ClientData (Maybe Text)-cdComment = lens _cdComment (\ s a -> s{_cdComment = a});--instance Hashable ClientData--instance NFData ClientData--instance ToQuery ClientData where-        toQuery ClientData'{..}-          = mconcat-              ["UploadStart" =: _cdUploadStart,-               "UploadSize" =: _cdUploadSize,-               "UploadEnd" =: _cdUploadEnd, "Comment" =: _cdComment]---- | Describes a conversion task.------ /See:/ 'conversionTask' smart constructor.-data ConversionTask = ConversionTask'-    { _ctImportInstance   :: !(Maybe ImportInstanceTaskDetails)-    , _ctStatusMessage    :: !(Maybe Text)-    , _ctImportVolume     :: !(Maybe ImportVolumeTaskDetails)-    , _ctExpirationTime   :: !(Maybe Text)-    , _ctTags             :: !(Maybe [Tag])-    , _ctConversionTaskId :: !Text-    , _ctState            :: !ConversionTaskState-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ConversionTask' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ctImportInstance'------ * 'ctStatusMessage'------ * 'ctImportVolume'------ * 'ctExpirationTime'------ * 'ctTags'------ * 'ctConversionTaskId'------ * 'ctState'-conversionTask-    :: Text -- ^ 'ctConversionTaskId'-    -> ConversionTaskState -- ^ 'ctState'-    -> ConversionTask-conversionTask pConversionTaskId_ pState_ =-    ConversionTask'-    { _ctImportInstance = Nothing-    , _ctStatusMessage = Nothing-    , _ctImportVolume = Nothing-    , _ctExpirationTime = Nothing-    , _ctTags = Nothing-    , _ctConversionTaskId = pConversionTaskId_-    , _ctState = pState_-    }---- | If the task is for importing an instance, this contains information--- about the import instance task.-ctImportInstance :: Lens' ConversionTask (Maybe ImportInstanceTaskDetails)-ctImportInstance = lens _ctImportInstance (\ s a -> s{_ctImportInstance = a});---- | The status message related to the conversion task.-ctStatusMessage :: Lens' ConversionTask (Maybe Text)-ctStatusMessage = lens _ctStatusMessage (\ s a -> s{_ctStatusMessage = a});---- | If the task is for importing a volume, this contains information about--- the import volume task.-ctImportVolume :: Lens' ConversionTask (Maybe ImportVolumeTaskDetails)-ctImportVolume = lens _ctImportVolume (\ s a -> s{_ctImportVolume = a});---- | The time when the task expires. If the upload isn\'t complete before the--- expiration time, we automatically cancel the task.-ctExpirationTime :: Lens' ConversionTask (Maybe Text)-ctExpirationTime = lens _ctExpirationTime (\ s a -> s{_ctExpirationTime = a});---- | Any tags assigned to the task.-ctTags :: Lens' ConversionTask [Tag]-ctTags = lens _ctTags (\ s a -> s{_ctTags = a}) . _Default . _Coerce;---- | The ID of the conversion task.-ctConversionTaskId :: Lens' ConversionTask Text-ctConversionTaskId = lens _ctConversionTaskId (\ s a -> s{_ctConversionTaskId = a});---- | The state of the conversion task.-ctState :: Lens' ConversionTask ConversionTaskState-ctState = lens _ctState (\ s a -> s{_ctState = a});--instance FromXML ConversionTask where-        parseXML x-          = ConversionTask' <$>-              (x .@? "importInstance") <*> (x .@? "statusMessage")-                <*> (x .@? "importVolume")-                <*> (x .@? "expirationTime")-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@ "conversionTaskId")-                <*> (x .@ "state")--instance Hashable ConversionTask--instance NFData ConversionTask---- | Describes the user or group to be added or removed from the permissions--- for a volume.------ /See:/ 'createVolumePermission' smart constructor.-data CreateVolumePermission = CreateVolumePermission'-    { _cvpGroup  :: !(Maybe PermissionGroup)-    , _cvpUserId :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'CreateVolumePermission' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'cvpGroup'------ * 'cvpUserId'-createVolumePermission-    :: CreateVolumePermission-createVolumePermission =-    CreateVolumePermission'-    { _cvpGroup = Nothing-    , _cvpUserId = Nothing-    }---- | The specific group that is to be added or removed from a volume\'s list--- of create volume permissions.-cvpGroup :: Lens' CreateVolumePermission (Maybe PermissionGroup)-cvpGroup = lens _cvpGroup (\ s a -> s{_cvpGroup = a});---- | The specific AWS account ID that is to be added or removed from a--- volume\'s list of create volume permissions.-cvpUserId :: Lens' CreateVolumePermission (Maybe Text)-cvpUserId = lens _cvpUserId (\ s a -> s{_cvpUserId = a});--instance FromXML CreateVolumePermission where-        parseXML x-          = CreateVolumePermission' <$>-              (x .@? "group") <*> (x .@? "userId")--instance Hashable CreateVolumePermission--instance NFData CreateVolumePermission--instance ToQuery CreateVolumePermission where-        toQuery CreateVolumePermission'{..}-          = mconcat-              ["Group" =: _cvpGroup, "UserId" =: _cvpUserId]---- | Describes modifications to the permissions for a volume.------ /See:/ 'createVolumePermissionModifications' smart constructor.-data CreateVolumePermissionModifications = CreateVolumePermissionModifications'-    { _cvpmRemove :: !(Maybe [CreateVolumePermission])-    , _cvpmAdd    :: !(Maybe [CreateVolumePermission])-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'CreateVolumePermissionModifications' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'cvpmRemove'------ * 'cvpmAdd'-createVolumePermissionModifications-    :: CreateVolumePermissionModifications-createVolumePermissionModifications =-    CreateVolumePermissionModifications'-    { _cvpmRemove = Nothing-    , _cvpmAdd = Nothing-    }---- | Removes a specific AWS account ID or group from a volume\'s list of--- create volume permissions.-cvpmRemove :: Lens' CreateVolumePermissionModifications [CreateVolumePermission]-cvpmRemove = lens _cvpmRemove (\ s a -> s{_cvpmRemove = a}) . _Default . _Coerce;---- | Adds a specific AWS account ID or group to a volume\'s list of create--- volume permissions.-cvpmAdd :: Lens' CreateVolumePermissionModifications [CreateVolumePermission]-cvpmAdd = lens _cvpmAdd (\ s a -> s{_cvpmAdd = a}) . _Default . _Coerce;--instance Hashable CreateVolumePermissionModifications--instance NFData CreateVolumePermissionModifications--instance ToQuery CreateVolumePermissionModifications-         where-        toQuery CreateVolumePermissionModifications'{..}-          = mconcat-              [toQuery (toQueryList "Remove" <$> _cvpmRemove),-               toQuery (toQueryList "Add" <$> _cvpmAdd)]---- | Describes a customer gateway.------ /See:/ 'customerGateway' smart constructor.-data CustomerGateway = CustomerGateway'-    { _cgTags              :: !(Maybe [Tag])-    , _cgBGPASN            :: !Text-    , _cgCustomerGatewayId :: !Text-    , _cgIPAddress         :: !Text-    , _cgState             :: !Text-    , _cgType              :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'CustomerGateway' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'cgTags'------ * 'cgBGPASN'------ * 'cgCustomerGatewayId'------ * 'cgIPAddress'------ * 'cgState'------ * 'cgType'-customerGateway-    :: Text -- ^ 'cgBGPASN'-    -> Text -- ^ 'cgCustomerGatewayId'-    -> Text -- ^ 'cgIPAddress'-    -> Text -- ^ 'cgState'-    -> Text -- ^ 'cgType'-    -> CustomerGateway-customerGateway pBGPASN_ pCustomerGatewayId_ pIPAddress_ pState_ pType_ =-    CustomerGateway'-    { _cgTags = Nothing-    , _cgBGPASN = pBGPASN_-    , _cgCustomerGatewayId = pCustomerGatewayId_-    , _cgIPAddress = pIPAddress_-    , _cgState = pState_-    , _cgType = pType_-    }---- | Any tags assigned to the customer gateway.-cgTags :: Lens' CustomerGateway [Tag]-cgTags = lens _cgTags (\ s a -> s{_cgTags = a}) . _Default . _Coerce;---- | The customer gateway\'s Border Gateway Protocol (BGP) Autonomous System--- Number (ASN).-cgBGPASN :: Lens' CustomerGateway Text-cgBGPASN = lens _cgBGPASN (\ s a -> s{_cgBGPASN = a});---- | The ID of the customer gateway.-cgCustomerGatewayId :: Lens' CustomerGateway Text-cgCustomerGatewayId = lens _cgCustomerGatewayId (\ s a -> s{_cgCustomerGatewayId = a});---- | The Internet-routable IP address of the customer gateway\'s outside--- interface.-cgIPAddress :: Lens' CustomerGateway Text-cgIPAddress = lens _cgIPAddress (\ s a -> s{_cgIPAddress = a});---- | The current state of the customer gateway--- ('pending | available | deleting | deleted').-cgState :: Lens' CustomerGateway Text-cgState = lens _cgState (\ s a -> s{_cgState = a});---- | The type of VPN connection the customer gateway supports ('ipsec.1').-cgType :: Lens' CustomerGateway Text-cgType = lens _cgType (\ s a -> s{_cgType = a});--instance FromXML CustomerGateway where-        parseXML x-          = CustomerGateway' <$>-              (x .@? "tagSet" .!@ mempty >>=-                 may (parseXMLList "item"))-                <*> (x .@ "bgpAsn")-                <*> (x .@ "customerGatewayId")-                <*> (x .@ "ipAddress")-                <*> (x .@ "state")-                <*> (x .@ "type")--instance Hashable CustomerGateway--instance NFData CustomerGateway---- | Describes a DHCP configuration option.------ /See:/ 'dhcpConfiguration' smart constructor.-data DHCPConfiguration = DHCPConfiguration'-    { _dcValues :: !(Maybe [AttributeValue])-    , _dcKey    :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'DHCPConfiguration' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'dcValues'------ * 'dcKey'-dhcpConfiguration-    :: DHCPConfiguration-dhcpConfiguration =-    DHCPConfiguration'-    { _dcValues = Nothing-    , _dcKey = Nothing-    }---- | One or more values for the DHCP option.-dcValues :: Lens' DHCPConfiguration [AttributeValue]-dcValues = lens _dcValues (\ s a -> s{_dcValues = a}) . _Default . _Coerce;---- | The name of a DHCP option.-dcKey :: Lens' DHCPConfiguration (Maybe Text)-dcKey = lens _dcKey (\ s a -> s{_dcKey = a});--instance FromXML DHCPConfiguration where-        parseXML x-          = DHCPConfiguration' <$>-              (x .@? "valueSet" .!@ mempty >>=-                 may (parseXMLList "item"))-                <*> (x .@? "key")--instance Hashable DHCPConfiguration--instance NFData DHCPConfiguration---- | Describes a set of DHCP options.------ /See:/ 'dhcpOptions' smart constructor.-data DHCPOptions = DHCPOptions'-    { _doDHCPConfigurations :: !(Maybe [DHCPConfiguration])-    , _doDHCPOptionsId      :: !(Maybe Text)-    , _doTags               :: !(Maybe [Tag])-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'DHCPOptions' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'doDHCPConfigurations'------ * 'doDHCPOptionsId'------ * 'doTags'-dhcpOptions-    :: DHCPOptions-dhcpOptions =-    DHCPOptions'-    { _doDHCPConfigurations = Nothing-    , _doDHCPOptionsId = Nothing-    , _doTags = Nothing-    }---- | One or more DHCP options in the set.-doDHCPConfigurations :: Lens' DHCPOptions [DHCPConfiguration]-doDHCPConfigurations = lens _doDHCPConfigurations (\ s a -> s{_doDHCPConfigurations = a}) . _Default . _Coerce;---- | The ID of the set of DHCP options.-doDHCPOptionsId :: Lens' DHCPOptions (Maybe Text)-doDHCPOptionsId = lens _doDHCPOptionsId (\ s a -> s{_doDHCPOptionsId = a});---- | Any tags assigned to the DHCP options set.-doTags :: Lens' DHCPOptions [Tag]-doTags = lens _doTags (\ s a -> s{_doTags = a}) . _Default . _Coerce;--instance FromXML DHCPOptions where-        parseXML x-          = DHCPOptions' <$>-              (x .@? "dhcpConfigurationSet" .!@ mempty >>=-                 may (parseXMLList "item"))-                <*> (x .@? "dhcpOptionsId")-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))--instance Hashable DHCPOptions--instance NFData DHCPOptions---- | Describes a disk image.------ /See:/ 'diskImage' smart constructor.-data DiskImage = DiskImage'-    { _diImage       :: !(Maybe DiskImageDetail)-    , _diVolume      :: !(Maybe VolumeDetail)-    , _diDescription :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'DiskImage' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'diImage'------ * 'diVolume'------ * 'diDescription'-diskImage-    :: DiskImage-diskImage =-    DiskImage'-    { _diImage = Nothing-    , _diVolume = Nothing-    , _diDescription = Nothing-    }---- | Information about the disk image.-diImage :: Lens' DiskImage (Maybe DiskImageDetail)-diImage = lens _diImage (\ s a -> s{_diImage = a});---- | Information about the volume.-diVolume :: Lens' DiskImage (Maybe VolumeDetail)-diVolume = lens _diVolume (\ s a -> s{_diVolume = a});---- | A description of the disk image.-diDescription :: Lens' DiskImage (Maybe Text)-diDescription = lens _diDescription (\ s a -> s{_diDescription = a});--instance Hashable DiskImage--instance NFData DiskImage--instance ToQuery DiskImage where-        toQuery DiskImage'{..}-          = mconcat-              ["Image" =: _diImage, "Volume" =: _diVolume,-               "Description" =: _diDescription]---- | Describes a disk image.------ /See:/ 'diskImageDescription' smart constructor.-data DiskImageDescription = DiskImageDescription'-    { _dChecksum          :: !(Maybe Text)-    , _dFormat            :: !DiskImageFormat-    , _dSize              :: !Integer-    , _dImportManifestURL :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'DiskImageDescription' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'dChecksum'------ * 'dFormat'------ * 'dSize'------ * 'dImportManifestURL'-diskImageDescription-    :: DiskImageFormat -- ^ 'dFormat'-    -> Integer -- ^ 'dSize'-    -> Text -- ^ 'dImportManifestURL'-    -> DiskImageDescription-diskImageDescription pFormat_ pSize_ pImportManifestURL_ =-    DiskImageDescription'-    { _dChecksum = Nothing-    , _dFormat = pFormat_-    , _dSize = pSize_-    , _dImportManifestURL = pImportManifestURL_-    }---- | The checksum computed for the disk image.-dChecksum :: Lens' DiskImageDescription (Maybe Text)-dChecksum = lens _dChecksum (\ s a -> s{_dChecksum = a});---- | The disk image format.-dFormat :: Lens' DiskImageDescription DiskImageFormat-dFormat = lens _dFormat (\ s a -> s{_dFormat = a});---- | The size of the disk image, in GiB.-dSize :: Lens' DiskImageDescription Integer-dSize = lens _dSize (\ s a -> s{_dSize = a});---- | A presigned URL for the import manifest stored in Amazon S3. For--- information about creating a presigned URL for an Amazon S3 object, read--- the \"Query String Request Authentication Alternative\" section of the--- <http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html Authenticating REST Requests>--- topic in the /Amazon Simple Storage Service Developer Guide/.------ For information about the import manifest referenced by this API action,--- see--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html VM Import Manifest>.-dImportManifestURL :: Lens' DiskImageDescription Text-dImportManifestURL = lens _dImportManifestURL (\ s a -> s{_dImportManifestURL = a});--instance FromXML DiskImageDescription where-        parseXML x-          = DiskImageDescription' <$>-              (x .@? "checksum") <*> (x .@ "format") <*>-                (x .@ "size")-                <*> (x .@ "importManifestUrl")--instance Hashable DiskImageDescription--instance NFData DiskImageDescription---- | Describes a disk image.------ /See:/ 'diskImageDetail' smart constructor.-data DiskImageDetail = DiskImageDetail'-    { _didFormat            :: !DiskImageFormat-    , _didBytes             :: !Integer-    , _didImportManifestURL :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'DiskImageDetail' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'didFormat'------ * 'didBytes'------ * 'didImportManifestURL'-diskImageDetail-    :: DiskImageFormat -- ^ 'didFormat'-    -> Integer -- ^ 'didBytes'-    -> Text -- ^ 'didImportManifestURL'-    -> DiskImageDetail-diskImageDetail pFormat_ pBytes_ pImportManifestURL_ =-    DiskImageDetail'-    { _didFormat = pFormat_-    , _didBytes = pBytes_-    , _didImportManifestURL = pImportManifestURL_-    }---- | The disk image format.-didFormat :: Lens' DiskImageDetail DiskImageFormat-didFormat = lens _didFormat (\ s a -> s{_didFormat = a});---- | The size of the disk image, in GiB.-didBytes :: Lens' DiskImageDetail Integer-didBytes = lens _didBytes (\ s a -> s{_didBytes = a});---- | A presigned URL for the import manifest stored in Amazon S3 and--- presented here as an Amazon S3 presigned URL. For information about--- creating a presigned URL for an Amazon S3 object, read the \"Query--- String Request Authentication Alternative\" section of the--- <http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html Authenticating REST Requests>--- topic in the /Amazon Simple Storage Service Developer Guide/.------ For information about the import manifest referenced by this API action,--- see--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html VM Import Manifest>.-didImportManifestURL :: Lens' DiskImageDetail Text-didImportManifestURL = lens _didImportManifestURL (\ s a -> s{_didImportManifestURL = a});--instance Hashable DiskImageDetail--instance NFData DiskImageDetail--instance ToQuery DiskImageDetail where-        toQuery DiskImageDetail'{..}-          = mconcat-              ["Format" =: _didFormat, "Bytes" =: _didBytes,-               "ImportManifestUrl" =: _didImportManifestURL]---- | Describes a disk image volume.------ /See:/ 'diskImageVolumeDescription' smart constructor.-data DiskImageVolumeDescription = DiskImageVolumeDescription'-    { _divdSize :: !(Maybe Integer)-    , _divdId   :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'DiskImageVolumeDescription' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'divdSize'------ * 'divdId'-diskImageVolumeDescription-    :: Text -- ^ 'divdId'-    -> DiskImageVolumeDescription-diskImageVolumeDescription pId_ =-    DiskImageVolumeDescription'-    { _divdSize = Nothing-    , _divdId = pId_-    }---- | The size of the volume, in GiB.-divdSize :: Lens' DiskImageVolumeDescription (Maybe Integer)-divdSize = lens _divdSize (\ s a -> s{_divdSize = a});---- | The volume identifier.-divdId :: Lens' DiskImageVolumeDescription Text-divdId = lens _divdId (\ s a -> s{_divdId = a});--instance FromXML DiskImageVolumeDescription where-        parseXML x-          = DiskImageVolumeDescription' <$>-              (x .@? "size") <*> (x .@ "id")--instance Hashable DiskImageVolumeDescription--instance NFData DiskImageVolumeDescription---- | Describes a block device for an EBS volume.------ /See:/ 'ebsBlockDevice' smart constructor.-data EBSBlockDevice = EBSBlockDevice'-    { _ebdDeleteOnTermination :: !(Maybe Bool)-    , _ebdVolumeSize          :: !(Maybe Int)-    , _ebdIOPS                :: !(Maybe Int)-    , _ebdEncrypted           :: !(Maybe Bool)-    , _ebdVolumeType          :: !(Maybe VolumeType)-    , _ebdSnapshotId          :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'EBSBlockDevice' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ebdDeleteOnTermination'------ * 'ebdVolumeSize'------ * 'ebdIOPS'------ * 'ebdEncrypted'------ * 'ebdVolumeType'------ * 'ebdSnapshotId'-ebsBlockDevice-    :: EBSBlockDevice-ebsBlockDevice =-    EBSBlockDevice'-    { _ebdDeleteOnTermination = Nothing-    , _ebdVolumeSize = Nothing-    , _ebdIOPS = Nothing-    , _ebdEncrypted = Nothing-    , _ebdVolumeType = Nothing-    , _ebdSnapshotId = Nothing-    }---- | Indicates whether the EBS volume is deleted on instance termination.-ebdDeleteOnTermination :: Lens' EBSBlockDevice (Maybe Bool)-ebdDeleteOnTermination = lens _ebdDeleteOnTermination (\ s a -> s{_ebdDeleteOnTermination = a});---- | The size of the volume, in GiB.------ Constraints: 1-16384 for General Purpose SSD ('gp2'), 4-16384 for--- Provisioned IOPS SSD ('io1'), 500-16384 for Throughput Optimized HDD--- ('st1'), 500-16384 for Cold HDD ('sc1'), and 1-1024 for Magnetic--- ('standard') volumes. If you specify a snapshot, the volume size must be--- equal to or larger than the snapshot size.------ Default: If you\'re creating the volume from a snapshot and don\'t--- specify a volume size, the default is the snapshot size.-ebdVolumeSize :: Lens' EBSBlockDevice (Maybe Int)-ebdVolumeSize = lens _ebdVolumeSize (\ s a -> s{_ebdVolumeSize = a});---- | The number of I\/O operations per second (IOPS) that the volume--- supports. For io1, this represents the number of IOPS that are--- provisioned for the volume. For 'gp2', this represents the baseline--- performance of the volume and the rate at which the volume accumulates--- I\/O credits for bursting. For more information on General Purpose SSD--- baseline performance, I\/O credits, and bursting, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html Amazon EBS Volume Types>--- in the /Amazon Elastic Compute Cloud User Guide/.------ Constraint: Range is 100-20000 IOPS for io1 volumes and 100-10000 IOPS--- for 'gp2' volumes.------ Condition: This parameter is required for requests to create 'io1'--- volumes; it is not used in requests to create 'gp2', 'st1', 'sc1', or--- 'standard' volumes.-ebdIOPS :: Lens' EBSBlockDevice (Maybe Int)-ebdIOPS = lens _ebdIOPS (\ s a -> s{_ebdIOPS = a});---- | Indicates whether the EBS volume is encrypted. Encrypted Amazon EBS--- volumes may only be attached to instances that support Amazon EBS--- encryption.-ebdEncrypted :: Lens' EBSBlockDevice (Maybe Bool)-ebdEncrypted = lens _ebdEncrypted (\ s a -> s{_ebdEncrypted = a});---- | The volume type: 'gp2', 'io1', 'st1', 'sc1', or 'standard'.------ Default: 'standard'-ebdVolumeType :: Lens' EBSBlockDevice (Maybe VolumeType)-ebdVolumeType = lens _ebdVolumeType (\ s a -> s{_ebdVolumeType = a});---- | The ID of the snapshot.-ebdSnapshotId :: Lens' EBSBlockDevice (Maybe Text)-ebdSnapshotId = lens _ebdSnapshotId (\ s a -> s{_ebdSnapshotId = a});--instance FromXML EBSBlockDevice where-        parseXML x-          = EBSBlockDevice' <$>-              (x .@? "deleteOnTermination") <*>-                (x .@? "volumeSize")-                <*> (x .@? "iops")-                <*> (x .@? "encrypted")-                <*> (x .@? "volumeType")-                <*> (x .@? "snapshotId")--instance Hashable EBSBlockDevice--instance NFData EBSBlockDevice--instance ToQuery EBSBlockDevice where-        toQuery EBSBlockDevice'{..}-          = mconcat-              ["DeleteOnTermination" =: _ebdDeleteOnTermination,-               "VolumeSize" =: _ebdVolumeSize, "Iops" =: _ebdIOPS,-               "Encrypted" =: _ebdEncrypted,-               "VolumeType" =: _ebdVolumeType,-               "SnapshotId" =: _ebdSnapshotId]---- | Describes a parameter used to set up an EBS volume in a block device--- mapping.------ /See:/ 'ebsInstanceBlockDevice' smart constructor.-data EBSInstanceBlockDevice = EBSInstanceBlockDevice'-    { _eibdStatus              :: !(Maybe AttachmentStatus)-    , _eibdDeleteOnTermination :: !(Maybe Bool)-    , _eibdVolumeId            :: !(Maybe Text)-    , _eibdAttachTime          :: !(Maybe ISO8601)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'EBSInstanceBlockDevice' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'eibdStatus'------ * 'eibdDeleteOnTermination'------ * 'eibdVolumeId'------ * 'eibdAttachTime'-ebsInstanceBlockDevice-    :: EBSInstanceBlockDevice-ebsInstanceBlockDevice =-    EBSInstanceBlockDevice'-    { _eibdStatus = Nothing-    , _eibdDeleteOnTermination = Nothing-    , _eibdVolumeId = Nothing-    , _eibdAttachTime = Nothing-    }---- | The attachment state.-eibdStatus :: Lens' EBSInstanceBlockDevice (Maybe AttachmentStatus)-eibdStatus = lens _eibdStatus (\ s a -> s{_eibdStatus = a});---- | Indicates whether the volume is deleted on instance termination.-eibdDeleteOnTermination :: Lens' EBSInstanceBlockDevice (Maybe Bool)-eibdDeleteOnTermination = lens _eibdDeleteOnTermination (\ s a -> s{_eibdDeleteOnTermination = a});---- | The ID of the EBS volume.-eibdVolumeId :: Lens' EBSInstanceBlockDevice (Maybe Text)-eibdVolumeId = lens _eibdVolumeId (\ s a -> s{_eibdVolumeId = a});---- | The time stamp when the attachment initiated.-eibdAttachTime :: Lens' EBSInstanceBlockDevice (Maybe UTCTime)-eibdAttachTime = lens _eibdAttachTime (\ s a -> s{_eibdAttachTime = a}) . mapping _Time;--instance FromXML EBSInstanceBlockDevice where-        parseXML x-          = EBSInstanceBlockDevice' <$>-              (x .@? "status") <*> (x .@? "deleteOnTermination")-                <*> (x .@? "volumeId")-                <*> (x .@? "attachTime")--instance Hashable EBSInstanceBlockDevice--instance NFData EBSInstanceBlockDevice---- | Describes information used to set up an EBS volume specified in a block--- device mapping.------ /See:/ 'ebsInstanceBlockDeviceSpecification' smart constructor.-data EBSInstanceBlockDeviceSpecification = EBSInstanceBlockDeviceSpecification'-    { _eibdsDeleteOnTermination :: !(Maybe Bool)-    , _eibdsVolumeId            :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'EBSInstanceBlockDeviceSpecification' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'eibdsDeleteOnTermination'------ * 'eibdsVolumeId'-ebsInstanceBlockDeviceSpecification-    :: EBSInstanceBlockDeviceSpecification-ebsInstanceBlockDeviceSpecification =-    EBSInstanceBlockDeviceSpecification'-    { _eibdsDeleteOnTermination = Nothing-    , _eibdsVolumeId = Nothing-    }---- | Indicates whether the volume is deleted on instance termination.-eibdsDeleteOnTermination :: Lens' EBSInstanceBlockDeviceSpecification (Maybe Bool)-eibdsDeleteOnTermination = lens _eibdsDeleteOnTermination (\ s a -> s{_eibdsDeleteOnTermination = a});---- | The ID of the EBS volume.-eibdsVolumeId :: Lens' EBSInstanceBlockDeviceSpecification (Maybe Text)-eibdsVolumeId = lens _eibdsVolumeId (\ s a -> s{_eibdsVolumeId = a});--instance Hashable EBSInstanceBlockDeviceSpecification--instance NFData EBSInstanceBlockDeviceSpecification--instance ToQuery EBSInstanceBlockDeviceSpecification-         where-        toQuery EBSInstanceBlockDeviceSpecification'{..}-          = mconcat-              ["DeleteOnTermination" =: _eibdsDeleteOnTermination,-               "VolumeId" =: _eibdsVolumeId]---- | Describes a Spot fleet event.------ /See:/ 'eventInformation' smart constructor.-data EventInformation = EventInformation'-    { _eiInstanceId       :: !(Maybe Text)-    , _eiEventDescription :: !(Maybe Text)-    , _eiEventSubType     :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'EventInformation' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'eiInstanceId'------ * 'eiEventDescription'------ * 'eiEventSubType'-eventInformation-    :: EventInformation-eventInformation =-    EventInformation'-    { _eiInstanceId = Nothing-    , _eiEventDescription = Nothing-    , _eiEventSubType = Nothing-    }---- | The ID of the instance. This information is available only for--- 'instanceChange' events.-eiInstanceId :: Lens' EventInformation (Maybe Text)-eiInstanceId = lens _eiInstanceId (\ s a -> s{_eiInstanceId = a});---- | The description of the event.-eiEventDescription :: Lens' EventInformation (Maybe Text)-eiEventDescription = lens _eiEventDescription (\ s a -> s{_eiEventDescription = a});---- | The event.------ The following are the 'error' events.------ -   'iamFleetRoleInvalid' - The Spot fleet did not have the required---     permissions either to launch or terminate an instance.------ -   'launchSpecTemporarilyBlacklisted' - The configuration is not valid---     and several attempts to launch instances have failed. For more---     information, see the description of the event.------ -   'spotFleetRequestConfigurationInvalid' - The configuration is not---     valid. For more information, see the description of the event.------ -   'spotInstanceCountLimitExceeded' - You\'ve reached the limit on the---     number of Spot instances that you can launch.------ The following are the 'fleetRequestChange' events.------ -   'active' - The Spot fleet has been validated and Amazon EC2 is---     attempting to maintain the target number of running Spot instances.------ -   'cancelled' - The Spot fleet is canceled and has no running Spot---     instances. The Spot fleet will be deleted two days after its---     instances were terminated.------ -   'cancelled_running' - The Spot fleet is canceled and will not launch---     additional Spot instances, but its existing Spot instances continue---     to run until they are interrupted or terminated.------ -   'cancelled_terminating' - The Spot fleet is canceled and its Spot---     instances are terminating.------ -   'expired' - The Spot fleet request has expired. A subsequent event---     indicates that the instances were terminated, if the request was---     created with 'TerminateInstancesWithExpiration' set.------ -   'modify_in_progress' - A request to modify the Spot fleet request---     was accepted and is in progress.------ -   'modify_successful' - The Spot fleet request was modified.------ -   'price_update' - The bid price for a launch configuration was---     adjusted because it was too high. This change is permanent.------ -   'submitted' - The Spot fleet request is being evaluated and Amazon---     EC2 is preparing to launch the target number of Spot instances.------ The following are the 'instanceChange' events.------ -   'launched' - A bid was fulfilled and a new instance was launched.------ -   'terminated' - An instance was terminated by the user.----eiEventSubType :: Lens' EventInformation (Maybe Text)-eiEventSubType = lens _eiEventSubType (\ s a -> s{_eiEventSubType = a});--instance FromXML EventInformation where-        parseXML x-          = EventInformation' <$>-              (x .@? "instanceId") <*> (x .@? "eventDescription")-                <*> (x .@? "eventSubType")--instance Hashable EventInformation--instance NFData EventInformation---- | Describes an instance export task.------ /See:/ 'exportTask' smart constructor.-data ExportTask = ExportTask'-    { _etDescription           :: !Text-    , _etExportTaskId          :: !Text-    , _etExportToS3Task        :: !ExportToS3Task-    , _etInstanceExportDetails :: !InstanceExportDetails-    , _etState                 :: !ExportTaskState-    , _etStatusMessage         :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ExportTask' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'etDescription'------ * 'etExportTaskId'------ * 'etExportToS3Task'------ * 'etInstanceExportDetails'------ * 'etState'------ * 'etStatusMessage'-exportTask-    :: Text -- ^ 'etDescription'-    -> Text -- ^ 'etExportTaskId'-    -> ExportToS3Task -- ^ 'etExportToS3Task'-    -> InstanceExportDetails -- ^ 'etInstanceExportDetails'-    -> ExportTaskState -- ^ 'etState'-    -> Text -- ^ 'etStatusMessage'-    -> ExportTask-exportTask pDescription_ pExportTaskId_ pExportToS3Task_ pInstanceExportDetails_ pState_ pStatusMessage_ =-    ExportTask'-    { _etDescription = pDescription_-    , _etExportTaskId = pExportTaskId_-    , _etExportToS3Task = pExportToS3Task_-    , _etInstanceExportDetails = pInstanceExportDetails_-    , _etState = pState_-    , _etStatusMessage = pStatusMessage_-    }---- | A description of the resource being exported.-etDescription :: Lens' ExportTask Text-etDescription = lens _etDescription (\ s a -> s{_etDescription = a});---- | The ID of the export task.-etExportTaskId :: Lens' ExportTask Text-etExportTaskId = lens _etExportTaskId (\ s a -> s{_etExportTaskId = a});---- | Information about the export task.-etExportToS3Task :: Lens' ExportTask ExportToS3Task-etExportToS3Task = lens _etExportToS3Task (\ s a -> s{_etExportToS3Task = a});---- | Information about the instance to export.-etInstanceExportDetails :: Lens' ExportTask InstanceExportDetails-etInstanceExportDetails = lens _etInstanceExportDetails (\ s a -> s{_etInstanceExportDetails = a});---- | The state of the export task.-etState :: Lens' ExportTask ExportTaskState-etState = lens _etState (\ s a -> s{_etState = a});---- | The status message related to the export task.-etStatusMessage :: Lens' ExportTask Text-etStatusMessage = lens _etStatusMessage (\ s a -> s{_etStatusMessage = a});--instance FromXML ExportTask where-        parseXML x-          = ExportTask' <$>-              (x .@ "description") <*> (x .@ "exportTaskId") <*>-                (x .@ "exportToS3")-                <*> (x .@ "instanceExport")-                <*> (x .@ "state")-                <*> (x .@ "statusMessage")--instance Hashable ExportTask--instance NFData ExportTask---- | Describes the format and location for an instance export task.------ /See:/ 'exportToS3Task' smart constructor.-data ExportToS3Task = ExportToS3Task'-    { _etstS3Key           :: !(Maybe Text)-    , _etstContainerFormat :: !(Maybe ContainerFormat)-    , _etstS3Bucket        :: !(Maybe Text)-    , _etstDiskImageFormat :: !(Maybe DiskImageFormat)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ExportToS3Task' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'etstS3Key'------ * 'etstContainerFormat'------ * 'etstS3Bucket'------ * 'etstDiskImageFormat'-exportToS3Task-    :: ExportToS3Task-exportToS3Task =-    ExportToS3Task'-    { _etstS3Key = Nothing-    , _etstContainerFormat = Nothing-    , _etstS3Bucket = Nothing-    , _etstDiskImageFormat = Nothing-    }---- | The encryption key for your S3 bucket.-etstS3Key :: Lens' ExportToS3Task (Maybe Text)-etstS3Key = lens _etstS3Key (\ s a -> s{_etstS3Key = a});---- | The container format used to combine disk images with metadata (such as--- OVF). If absent, only the disk image is exported.-etstContainerFormat :: Lens' ExportToS3Task (Maybe ContainerFormat)-etstContainerFormat = lens _etstContainerFormat (\ s a -> s{_etstContainerFormat = a});---- | The S3 bucket for the destination image. The destination bucket must--- exist and grant WRITE and READ_ACP permissions to the AWS account--- 'vm-import-export\'amazon.com'.-etstS3Bucket :: Lens' ExportToS3Task (Maybe Text)-etstS3Bucket = lens _etstS3Bucket (\ s a -> s{_etstS3Bucket = a});---- | The format for the exported image.-etstDiskImageFormat :: Lens' ExportToS3Task (Maybe DiskImageFormat)-etstDiskImageFormat = lens _etstDiskImageFormat (\ s a -> s{_etstDiskImageFormat = a});--instance FromXML ExportToS3Task where-        parseXML x-          = ExportToS3Task' <$>-              (x .@? "s3Key") <*> (x .@? "containerFormat") <*>-                (x .@? "s3Bucket")-                <*> (x .@? "diskImageFormat")--instance Hashable ExportToS3Task--instance NFData ExportToS3Task---- | Describes an instance export task.------ /See:/ 'exportToS3TaskSpecification' smart constructor.-data ExportToS3TaskSpecification = ExportToS3TaskSpecification'-    { _etstsContainerFormat :: !(Maybe ContainerFormat)-    , _etstsS3Prefix        :: !(Maybe Text)-    , _etstsS3Bucket        :: !(Maybe Text)-    , _etstsDiskImageFormat :: !(Maybe DiskImageFormat)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ExportToS3TaskSpecification' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'etstsContainerFormat'------ * 'etstsS3Prefix'------ * 'etstsS3Bucket'------ * 'etstsDiskImageFormat'-exportToS3TaskSpecification-    :: ExportToS3TaskSpecification-exportToS3TaskSpecification =-    ExportToS3TaskSpecification'-    { _etstsContainerFormat = Nothing-    , _etstsS3Prefix = Nothing-    , _etstsS3Bucket = Nothing-    , _etstsDiskImageFormat = Nothing-    }---- | The container format used to combine disk images with metadata (such as--- OVF). If absent, only the disk image is exported.-etstsContainerFormat :: Lens' ExportToS3TaskSpecification (Maybe ContainerFormat)-etstsContainerFormat = lens _etstsContainerFormat (\ s a -> s{_etstsContainerFormat = a});---- | The image is written to a single object in the S3 bucket at the S3 key--- s3prefix + exportTaskId + \'.\' + diskImageFormat.-etstsS3Prefix :: Lens' ExportToS3TaskSpecification (Maybe Text)-etstsS3Prefix = lens _etstsS3Prefix (\ s a -> s{_etstsS3Prefix = a});---- | The S3 bucket for the destination image. The destination bucket must--- exist and grant WRITE and READ_ACP permissions to the AWS account--- 'vm-import-export\'amazon.com'.-etstsS3Bucket :: Lens' ExportToS3TaskSpecification (Maybe Text)-etstsS3Bucket = lens _etstsS3Bucket (\ s a -> s{_etstsS3Bucket = a});---- | The format for the exported image.-etstsDiskImageFormat :: Lens' ExportToS3TaskSpecification (Maybe DiskImageFormat)-etstsDiskImageFormat = lens _etstsDiskImageFormat (\ s a -> s{_etstsDiskImageFormat = a});--instance Hashable ExportToS3TaskSpecification--instance NFData ExportToS3TaskSpecification--instance ToQuery ExportToS3TaskSpecification where-        toQuery ExportToS3TaskSpecification'{..}-          = mconcat-              ["ContainerFormat" =: _etstsContainerFormat,-               "S3Prefix" =: _etstsS3Prefix,-               "S3Bucket" =: _etstsS3Bucket,-               "DiskImageFormat" =: _etstsDiskImageFormat]---- | A filter name and value pair that is used to return a more specific list--- of results. Filters can be used to match a set of resources by various--- criteria, such as tags, attributes, or IDs.------ /See:/ 'filter'' smart constructor.-data Filter = Filter'-    { _fValues :: !(Maybe [Text])-    , _fName   :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'Filter' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'fValues'------ * 'fName'-filter'-    :: Text -- ^ 'fName'-    -> Filter-filter' pName_ =-    Filter'-    { _fValues = Nothing-    , _fName = pName_-    }---- | One or more filter values. Filter values are case-sensitive.-fValues :: Lens' Filter [Text]-fValues = lens _fValues (\ s a -> s{_fValues = a}) . _Default . _Coerce;---- | The name of the filter. Filter names are case-sensitive.-fName :: Lens' Filter Text-fName = lens _fName (\ s a -> s{_fName = a});--instance Hashable Filter--instance NFData Filter--instance ToQuery Filter where-        toQuery Filter'{..}-          = mconcat-              [toQuery (toQueryList "Value" <$> _fValues),-               "Name" =: _fName]---- | Describes a flow log.------ /See:/ 'flowLog' smart constructor.-data FlowLog = FlowLog'-    { _flCreationTime             :: !(Maybe ISO8601)-    , _flResourceId               :: !(Maybe Text)-    , _flFlowLogStatus            :: !(Maybe Text)-    , _flTrafficType              :: !(Maybe TrafficType)-    , _flDeliverLogsStatus        :: !(Maybe Text)-    , _flDeliverLogsErrorMessage  :: !(Maybe Text)-    , _flLogGroupName             :: !(Maybe Text)-    , _flDeliverLogsPermissionARN :: !(Maybe Text)-    , _flFlowLogId                :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'FlowLog' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'flCreationTime'------ * 'flResourceId'------ * 'flFlowLogStatus'------ * 'flTrafficType'------ * 'flDeliverLogsStatus'------ * 'flDeliverLogsErrorMessage'------ * 'flLogGroupName'------ * 'flDeliverLogsPermissionARN'------ * 'flFlowLogId'-flowLog-    :: FlowLog-flowLog =-    FlowLog'-    { _flCreationTime = Nothing-    , _flResourceId = Nothing-    , _flFlowLogStatus = Nothing-    , _flTrafficType = Nothing-    , _flDeliverLogsStatus = Nothing-    , _flDeliverLogsErrorMessage = Nothing-    , _flLogGroupName = Nothing-    , _flDeliverLogsPermissionARN = Nothing-    , _flFlowLogId = Nothing-    }---- | The date and time the flow log was created.-flCreationTime :: Lens' FlowLog (Maybe UTCTime)-flCreationTime = lens _flCreationTime (\ s a -> s{_flCreationTime = a}) . mapping _Time;---- | The ID of the resource on which the flow log was created.-flResourceId :: Lens' FlowLog (Maybe Text)-flResourceId = lens _flResourceId (\ s a -> s{_flResourceId = a});---- | The status of the flow log ('ACTIVE').-flFlowLogStatus :: Lens' FlowLog (Maybe Text)-flFlowLogStatus = lens _flFlowLogStatus (\ s a -> s{_flFlowLogStatus = a});---- | The type of traffic captured for the flow log.-flTrafficType :: Lens' FlowLog (Maybe TrafficType)-flTrafficType = lens _flTrafficType (\ s a -> s{_flTrafficType = a});---- | The status of the logs delivery ('SUCCESS' | 'FAILED').-flDeliverLogsStatus :: Lens' FlowLog (Maybe Text)-flDeliverLogsStatus = lens _flDeliverLogsStatus (\ s a -> s{_flDeliverLogsStatus = a});---- | Information about the error that occurred. 'Rate limited' indicates that--- CloudWatch logs throttling has been applied for one or more network--- interfaces, or that you\'ve reached the limit on the number of--- CloudWatch Logs log groups that you can create. 'Access error' indicates--- that the IAM role associated with the flow log does not have sufficient--- permissions to publish to CloudWatch Logs. 'Unknown error' indicates an--- internal error.-flDeliverLogsErrorMessage :: Lens' FlowLog (Maybe Text)-flDeliverLogsErrorMessage = lens _flDeliverLogsErrorMessage (\ s a -> s{_flDeliverLogsErrorMessage = a});---- | The name of the flow log group.-flLogGroupName :: Lens' FlowLog (Maybe Text)-flLogGroupName = lens _flLogGroupName (\ s a -> s{_flLogGroupName = a});---- | The ARN of the IAM role that posts logs to CloudWatch Logs.-flDeliverLogsPermissionARN :: Lens' FlowLog (Maybe Text)-flDeliverLogsPermissionARN = lens _flDeliverLogsPermissionARN (\ s a -> s{_flDeliverLogsPermissionARN = a});---- | The flow log ID.-flFlowLogId :: Lens' FlowLog (Maybe Text)-flFlowLogId = lens _flFlowLogId (\ s a -> s{_flFlowLogId = a});--instance FromXML FlowLog where-        parseXML x-          = FlowLog' <$>-              (x .@? "creationTime") <*> (x .@? "resourceId") <*>-                (x .@? "flowLogStatus")-                <*> (x .@? "trafficType")-                <*> (x .@? "deliverLogsStatus")-                <*> (x .@? "deliverLogsErrorMessage")-                <*> (x .@? "logGroupName")-                <*> (x .@? "deliverLogsPermissionArn")-                <*> (x .@? "flowLogId")--instance Hashable FlowLog--instance NFData FlowLog---- | Describes a security group.------ /See:/ 'groupIdentifier' smart constructor.-data GroupIdentifier = GroupIdentifier'-    { _giGroupId   :: !(Maybe Text)-    , _giGroupName :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'GroupIdentifier' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'giGroupId'------ * 'giGroupName'-groupIdentifier-    :: GroupIdentifier-groupIdentifier =-    GroupIdentifier'-    { _giGroupId = Nothing-    , _giGroupName = Nothing-    }---- | The ID of the security group.-giGroupId :: Lens' GroupIdentifier (Maybe Text)-giGroupId = lens _giGroupId (\ s a -> s{_giGroupId = a});---- | The name of the security group.-giGroupName :: Lens' GroupIdentifier (Maybe Text)-giGroupName = lens _giGroupName (\ s a -> s{_giGroupName = a});--instance FromXML GroupIdentifier where-        parseXML x-          = GroupIdentifier' <$>-              (x .@? "groupId") <*> (x .@? "groupName")--instance Hashable GroupIdentifier--instance NFData GroupIdentifier--instance ToQuery GroupIdentifier where-        toQuery GroupIdentifier'{..}-          = mconcat-              ["GroupId" =: _giGroupId,-               "GroupName" =: _giGroupName]---- | Describes an event in the history of the Spot fleet request.------ /See:/ 'historyRecord' smart constructor.-data HistoryRecord = HistoryRecord'-    { _hrTimestamp        :: !ISO8601-    , _hrEventType        :: !EventType-    , _hrEventInformation :: !EventInformation-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'HistoryRecord' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'hrTimestamp'------ * 'hrEventType'------ * 'hrEventInformation'-historyRecord-    :: UTCTime -- ^ 'hrTimestamp'-    -> EventType -- ^ 'hrEventType'-    -> EventInformation -- ^ 'hrEventInformation'-    -> HistoryRecord-historyRecord pTimestamp_ pEventType_ pEventInformation_ =-    HistoryRecord'-    { _hrTimestamp = _Time # pTimestamp_-    , _hrEventType = pEventType_-    , _hrEventInformation = pEventInformation_-    }---- | The date and time of the event, in UTC format (for example,--- /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z).-hrTimestamp :: Lens' HistoryRecord UTCTime-hrTimestamp = lens _hrTimestamp (\ s a -> s{_hrTimestamp = a}) . _Time;---- | The event type.------ -   'error' - Indicates an error with the Spot fleet request.------ -   'fleetRequestChange' - Indicates a change in the status or---     configuration of the Spot fleet request.------ -   'instanceChange' - Indicates that an instance was launched or---     terminated.----hrEventType :: Lens' HistoryRecord EventType-hrEventType = lens _hrEventType (\ s a -> s{_hrEventType = a});---- | Information about the event.-hrEventInformation :: Lens' HistoryRecord EventInformation-hrEventInformation = lens _hrEventInformation (\ s a -> s{_hrEventInformation = a});--instance FromXML HistoryRecord where-        parseXML x-          = HistoryRecord' <$>-              (x .@ "timestamp") <*> (x .@ "eventType") <*>-                (x .@ "eventInformation")--instance Hashable HistoryRecord--instance NFData HistoryRecord---- | Describes the properties of the Dedicated host.------ /See:/ 'host' smart constructor.-data Host = Host'-    { _hState             :: !(Maybe AllocationState)-    , _hClientToken       :: !(Maybe Text)-    , _hHostId            :: !(Maybe Text)-    , _hAvailableCapacity :: !(Maybe AvailableCapacity)-    , _hHostReservationId :: !(Maybe Text)-    , _hHostProperties    :: !(Maybe HostProperties)-    , _hAvailabilityZone  :: !(Maybe Text)-    , _hInstances         :: !(Maybe [HostInstance])-    , _hAutoPlacement     :: !(Maybe AutoPlacement)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'Host' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'hState'------ * 'hClientToken'------ * 'hHostId'------ * 'hAvailableCapacity'------ * 'hHostReservationId'------ * 'hHostProperties'------ * 'hAvailabilityZone'------ * 'hInstances'------ * 'hAutoPlacement'-host-    :: Host-host =-    Host'-    { _hState = Nothing-    , _hClientToken = Nothing-    , _hHostId = Nothing-    , _hAvailableCapacity = Nothing-    , _hHostReservationId = Nothing-    , _hHostProperties = Nothing-    , _hAvailabilityZone = Nothing-    , _hInstances = Nothing-    , _hAutoPlacement = Nothing-    }---- | The Dedicated host\'s state.-hState :: Lens' Host (Maybe AllocationState)-hState = lens _hState (\ s a -> s{_hState = a});---- | Unique, case-sensitive identifier you provide to ensure idempotency of--- the request. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html How to Ensure Idempotency>--- in the /Amazon Elastic Compute Cloud User Guide/.-hClientToken :: Lens' Host (Maybe Text)-hClientToken = lens _hClientToken (\ s a -> s{_hClientToken = a});---- | The ID of the Dedicated host.-hHostId :: Lens' Host (Maybe Text)-hHostId = lens _hHostId (\ s a -> s{_hHostId = a});---- | The number of new instances that can be launched onto the Dedicated--- host.-hAvailableCapacity :: Lens' Host (Maybe AvailableCapacity)-hAvailableCapacity = lens _hAvailableCapacity (\ s a -> s{_hAvailableCapacity = a});---- | The reservation ID of the Dedicated host. This returns a 'null' response--- if the Dedicated host doesn\'t have an associated reservation.-hHostReservationId :: Lens' Host (Maybe Text)-hHostReservationId = lens _hHostReservationId (\ s a -> s{_hHostReservationId = a});---- | The hardware specifications of the Dedicated host.-hHostProperties :: Lens' Host (Maybe HostProperties)-hHostProperties = lens _hHostProperties (\ s a -> s{_hHostProperties = a});---- | The Availability Zone of the Dedicated host.-hAvailabilityZone :: Lens' Host (Maybe Text)-hAvailabilityZone = lens _hAvailabilityZone (\ s a -> s{_hAvailabilityZone = a});---- | The IDs and instance type that are currently running on the Dedicated--- host.-hInstances :: Lens' Host [HostInstance]-hInstances = lens _hInstances (\ s a -> s{_hInstances = a}) . _Default . _Coerce;---- | Whether auto-placement is on or off.-hAutoPlacement :: Lens' Host (Maybe AutoPlacement)-hAutoPlacement = lens _hAutoPlacement (\ s a -> s{_hAutoPlacement = a});--instance FromXML Host where-        parseXML x-          = Host' <$>-              (x .@? "state") <*> (x .@? "clientToken") <*>-                (x .@? "hostId")-                <*> (x .@? "availableCapacity")-                <*> (x .@? "hostReservationId")-                <*> (x .@? "hostProperties")-                <*> (x .@? "availabilityZone")-                <*>-                (x .@? "instances" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "autoPlacement")--instance Hashable Host--instance NFData Host---- | Describes an instance running on a Dedicated host.------ /See:/ 'hostInstance' smart constructor.-data HostInstance = HostInstance'-    { _hiInstanceId   :: !(Maybe Text)-    , _hiInstanceType :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'HostInstance' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'hiInstanceId'------ * 'hiInstanceType'-hostInstance-    :: HostInstance-hostInstance =-    HostInstance'-    { _hiInstanceId = Nothing-    , _hiInstanceType = Nothing-    }---- | the IDs of instances that are running on the Dedicated host.-hiInstanceId :: Lens' HostInstance (Maybe Text)-hiInstanceId = lens _hiInstanceId (\ s a -> s{_hiInstanceId = a});---- | The instance type size (for example, m3.medium) of the running instance.-hiInstanceType :: Lens' HostInstance (Maybe Text)-hiInstanceType = lens _hiInstanceType (\ s a -> s{_hiInstanceType = a});--instance FromXML HostInstance where-        parseXML x-          = HostInstance' <$>-              (x .@? "instanceId") <*> (x .@? "instanceType")--instance Hashable HostInstance--instance NFData HostInstance---- | Describes properties of a Dedicated host.------ /See:/ 'hostProperties' smart constructor.-data HostProperties = HostProperties'-    { _hpInstanceType :: !(Maybe Text)-    , _hpTotalVCPUs   :: !(Maybe Int)-    , _hpCores        :: !(Maybe Int)-    , _hpSockets      :: !(Maybe Int)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'HostProperties' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'hpInstanceType'------ * 'hpTotalVCPUs'------ * 'hpCores'------ * 'hpSockets'-hostProperties-    :: HostProperties-hostProperties =-    HostProperties'-    { _hpInstanceType = Nothing-    , _hpTotalVCPUs = Nothing-    , _hpCores = Nothing-    , _hpSockets = Nothing-    }---- | The instance type size that the Dedicated host supports (for example,--- m3.medium).-hpInstanceType :: Lens' HostProperties (Maybe Text)-hpInstanceType = lens _hpInstanceType (\ s a -> s{_hpInstanceType = a});---- | The number of vCPUs on the Dedicated host.-hpTotalVCPUs :: Lens' HostProperties (Maybe Int)-hpTotalVCPUs = lens _hpTotalVCPUs (\ s a -> s{_hpTotalVCPUs = a});---- | The number of cores on the Dedicated host.-hpCores :: Lens' HostProperties (Maybe Int)-hpCores = lens _hpCores (\ s a -> s{_hpCores = a});---- | The number of sockets on the Dedicated host.-hpSockets :: Lens' HostProperties (Maybe Int)-hpSockets = lens _hpSockets (\ s a -> s{_hpSockets = a});--instance FromXML HostProperties where-        parseXML x-          = HostProperties' <$>-              (x .@? "instanceType") <*> (x .@? "totalVCpus") <*>-                (x .@? "cores")-                <*> (x .@? "sockets")--instance Hashable HostProperties--instance NFData HostProperties---- | Describes an IAM instance profile.------ /See:/ 'iamInstanceProfile' smart constructor.-data IAMInstanceProfile = IAMInstanceProfile'-    { _iapARN :: !(Maybe Text)-    , _iapId  :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'IAMInstanceProfile' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'iapARN'------ * 'iapId'-iamInstanceProfile-    :: IAMInstanceProfile-iamInstanceProfile =-    IAMInstanceProfile'-    { _iapARN = Nothing-    , _iapId = Nothing-    }---- | The Amazon Resource Name (ARN) of the instance profile.-iapARN :: Lens' IAMInstanceProfile (Maybe Text)-iapARN = lens _iapARN (\ s a -> s{_iapARN = a});---- | The ID of the instance profile.-iapId :: Lens' IAMInstanceProfile (Maybe Text)-iapId = lens _iapId (\ s a -> s{_iapId = a});--instance FromXML IAMInstanceProfile where-        parseXML x-          = IAMInstanceProfile' <$>-              (x .@? "arn") <*> (x .@? "id")--instance Hashable IAMInstanceProfile--instance NFData IAMInstanceProfile---- | Describes an IAM instance profile.------ /See:/ 'iamInstanceProfileSpecification' smart constructor.-data IAMInstanceProfileSpecification = IAMInstanceProfileSpecification'-    { _iapsARN  :: !(Maybe Text)-    , _iapsName :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'IAMInstanceProfileSpecification' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'iapsARN'------ * 'iapsName'-iamInstanceProfileSpecification-    :: IAMInstanceProfileSpecification-iamInstanceProfileSpecification =-    IAMInstanceProfileSpecification'-    { _iapsARN = Nothing-    , _iapsName = Nothing-    }---- | The Amazon Resource Name (ARN) of the instance profile.-iapsARN :: Lens' IAMInstanceProfileSpecification (Maybe Text)-iapsARN = lens _iapsARN (\ s a -> s{_iapsARN = a});---- | The name of the instance profile.-iapsName :: Lens' IAMInstanceProfileSpecification (Maybe Text)-iapsName = lens _iapsName (\ s a -> s{_iapsName = a});--instance FromXML IAMInstanceProfileSpecification-         where-        parseXML x-          = IAMInstanceProfileSpecification' <$>-              (x .@? "arn") <*> (x .@? "name")--instance Hashable IAMInstanceProfileSpecification--instance NFData IAMInstanceProfileSpecification--instance ToQuery IAMInstanceProfileSpecification-         where-        toQuery IAMInstanceProfileSpecification'{..}-          = mconcat ["Arn" =: _iapsARN, "Name" =: _iapsName]---- | Describes the ICMP type and code.------ /See:/ 'icmpTypeCode' smart constructor.-data ICMPTypeCode = ICMPTypeCode'-    { _itcCode :: !(Maybe Int)-    , _itcType :: !(Maybe Int)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ICMPTypeCode' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'itcCode'------ * 'itcType'-icmpTypeCode-    :: ICMPTypeCode-icmpTypeCode =-    ICMPTypeCode'-    { _itcCode = Nothing-    , _itcType = Nothing-    }---- | The ICMP type. A value of -1 means all types.-itcCode :: Lens' ICMPTypeCode (Maybe Int)-itcCode = lens _itcCode (\ s a -> s{_itcCode = a});---- | The ICMP code. A value of -1 means all codes for the specified ICMP--- type.-itcType :: Lens' ICMPTypeCode (Maybe Int)-itcType = lens _itcType (\ s a -> s{_itcType = a});--instance FromXML ICMPTypeCode where-        parseXML x-          = ICMPTypeCode' <$> (x .@? "code") <*> (x .@? "type")--instance Hashable ICMPTypeCode--instance NFData ICMPTypeCode--instance ToQuery ICMPTypeCode where-        toQuery ICMPTypeCode'{..}-          = mconcat ["Code" =: _itcCode, "Type" =: _itcType]---- | Describes a security group rule.------ /See:/ 'ipPermission' smart constructor.-data IPPermission = IPPermission'-    { _ipFromPort         :: !(Maybe Int)-    , _ipUserIdGroupPairs :: !(Maybe [UserIdGroupPair])-    , _ipPrefixListIds    :: !(Maybe [PrefixListId])-    , _ipToPort           :: !(Maybe Int)-    , _ipIPRanges         :: !(Maybe [IPRange])-    , _ipIPProtocol       :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'IPPermission' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ipFromPort'------ * 'ipUserIdGroupPairs'------ * 'ipPrefixListIds'------ * 'ipToPort'------ * 'ipIPRanges'------ * 'ipIPProtocol'-ipPermission-    :: Text -- ^ 'ipIPProtocol'-    -> IPPermission-ipPermission pIPProtocol_ =-    IPPermission'-    { _ipFromPort = Nothing-    , _ipUserIdGroupPairs = Nothing-    , _ipPrefixListIds = Nothing-    , _ipToPort = Nothing-    , _ipIPRanges = Nothing-    , _ipIPProtocol = pIPProtocol_-    }---- | The start of port range for the TCP and UDP protocols, or an ICMP type--- number. A value of '-1' indicates all ICMP types.-ipFromPort :: Lens' IPPermission (Maybe Int)-ipFromPort = lens _ipFromPort (\ s a -> s{_ipFromPort = a});---- | One or more security group and AWS account ID pairs.-ipUserIdGroupPairs :: Lens' IPPermission [UserIdGroupPair]-ipUserIdGroupPairs = lens _ipUserIdGroupPairs (\ s a -> s{_ipUserIdGroupPairs = a}) . _Default . _Coerce;---- | (Valid for < AuthorizeSecurityGroupEgress>, < RevokeSecurityGroupEgress>--- and < DescribeSecurityGroups> only) One or more prefix list IDs for an--- AWS service. In an < AuthorizeSecurityGroupEgress> request, this is the--- AWS service that you want to access through a VPC endpoint from--- instances associated with the security group.-ipPrefixListIds :: Lens' IPPermission [PrefixListId]-ipPrefixListIds = lens _ipPrefixListIds (\ s a -> s{_ipPrefixListIds = a}) . _Default . _Coerce;---- | The end of port range for the TCP and UDP protocols, or an ICMP code. A--- value of '-1' indicates all ICMP codes for the specified ICMP type.-ipToPort :: Lens' IPPermission (Maybe Int)-ipToPort = lens _ipToPort (\ s a -> s{_ipToPort = a});---- | One or more IP ranges.-ipIPRanges :: Lens' IPPermission [IPRange]-ipIPRanges = lens _ipIPRanges (\ s a -> s{_ipIPRanges = a}) . _Default . _Coerce;---- | The IP protocol name (for 'tcp', 'udp', and 'icmp') or number (see--- <http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml Protocol Numbers>).------ [EC2-VPC only] When you authorize or revoke security group rules, you--- can use '-1' to specify all.-ipIPProtocol :: Lens' IPPermission Text-ipIPProtocol = lens _ipIPProtocol (\ s a -> s{_ipIPProtocol = a});--instance FromXML IPPermission where-        parseXML x-          = IPPermission' <$>-              (x .@? "fromPort") <*>-                (x .@? "groups" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*>-                (x .@? "prefixListIds" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "toPort")-                <*>-                (x .@? "ipRanges" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@ "ipProtocol")--instance Hashable IPPermission--instance NFData IPPermission--instance ToQuery IPPermission where-        toQuery IPPermission'{..}-          = mconcat-              ["FromPort" =: _ipFromPort,-               toQuery-                 (toQueryList "Groups" <$> _ipUserIdGroupPairs),-               toQuery-                 (toQueryList "PrefixListIds" <$> _ipPrefixListIds),-               "ToPort" =: _ipToPort,-               toQuery (toQueryList "IpRanges" <$> _ipIPRanges),-               "IpProtocol" =: _ipIPProtocol]---- | Describes an IP range.------ /See:/ 'ipRange' smart constructor.-newtype IPRange = IPRange'-    { _irCIdRIP :: Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'IPRange' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'irCIdRIP'-ipRange-    :: Text -- ^ 'irCIdRIP'-    -> IPRange-ipRange pCIdRIP_ =-    IPRange'-    { _irCIdRIP = pCIdRIP_-    }---- | The CIDR range. You can either specify a CIDR range or a source security--- group, not both.-irCIdRIP :: Lens' IPRange Text-irCIdRIP = lens _irCIdRIP (\ s a -> s{_irCIdRIP = a});--instance FromXML IPRange where-        parseXML x = IPRange' <$> (x .@ "cidrIp")--instance Hashable IPRange--instance NFData IPRange--instance ToQuery IPRange where-        toQuery IPRange'{..}-          = mconcat ["CidrIp" =: _irCIdRIP]---- | Describes the ID format for a resource.------ /See:/ 'idFormat' smart constructor.-data IdFormat = IdFormat'-    { _ifUseLongIds :: !(Maybe Bool)-    , _ifDeadline   :: !(Maybe ISO8601)-    , _ifResource   :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'IdFormat' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ifUseLongIds'------ * 'ifDeadline'------ * 'ifResource'-idFormat-    :: IdFormat-idFormat =-    IdFormat'-    { _ifUseLongIds = Nothing-    , _ifDeadline = Nothing-    , _ifResource = Nothing-    }---- | Indicates whether longer IDs (17-character IDs) are enabled for the--- resource.-ifUseLongIds :: Lens' IdFormat (Maybe Bool)-ifUseLongIds = lens _ifUseLongIds (\ s a -> s{_ifUseLongIds = a});---- | The date in UTC at which you are permanently switched over to using--- longer IDs. If a deadline is not yet available for this resource type,--- this field is not returned.-ifDeadline :: Lens' IdFormat (Maybe UTCTime)-ifDeadline = lens _ifDeadline (\ s a -> s{_ifDeadline = a}) . mapping _Time;---- | The type of resource.-ifResource :: Lens' IdFormat (Maybe Text)-ifResource = lens _ifResource (\ s a -> s{_ifResource = a});--instance FromXML IdFormat where-        parseXML x-          = IdFormat' <$>-              (x .@? "useLongIds") <*> (x .@? "deadline") <*>-                (x .@? "resource")--instance Hashable IdFormat--instance NFData IdFormat---- | Describes an image.------ /See:/ 'image' smart constructor.-data Image = Image'-    { _iPlatform            :: !(Maybe PlatformValues)-    , _iImageOwnerAlias     :: !(Maybe Text)-    , _iRAMDiskId           :: !(Maybe Text)-    , _iKernelId            :: !(Maybe Text)-    , _iRootDeviceName      :: !(Maybe Text)-    , _iSRIOVNetSupport     :: !(Maybe Text)-    , _iName                :: !(Maybe Text)-    , _iCreationDate        :: !(Maybe Text)-    , _iProductCodes        :: !(Maybe [ProductCode])-    , _iStateReason         :: !(Maybe StateReason)-    , _iDescription         :: !(Maybe Text)-    , _iBlockDeviceMappings :: !(Maybe [BlockDeviceMapping])-    , _iTags                :: !(Maybe [Tag])-    , _iImageId             :: !Text-    , _iImageLocation       :: !Text-    , _iState               :: !ImageState-    , _iOwnerId             :: !Text-    , _iPublic              :: !Bool-    , _iArchitecture        :: !ArchitectureValues-    , _iImageType           :: !ImageTypeValues-    , _iRootDeviceType      :: !DeviceType-    , _iVirtualizationType  :: !VirtualizationType-    , _iHypervisor          :: !HypervisorType-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'Image' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'iPlatform'------ * 'iImageOwnerAlias'------ * 'iRAMDiskId'------ * 'iKernelId'------ * 'iRootDeviceName'------ * 'iSRIOVNetSupport'------ * 'iName'------ * 'iCreationDate'------ * 'iProductCodes'------ * 'iStateReason'------ * 'iDescription'------ * 'iBlockDeviceMappings'------ * 'iTags'------ * 'iImageId'------ * 'iImageLocation'------ * 'iState'------ * 'iOwnerId'------ * 'iPublic'------ * 'iArchitecture'------ * 'iImageType'------ * 'iRootDeviceType'------ * 'iVirtualizationType'------ * 'iHypervisor'-image-    :: Text -- ^ 'iImageId'-    -> Text -- ^ 'iImageLocation'-    -> ImageState -- ^ 'iState'-    -> Text -- ^ 'iOwnerId'-    -> Bool -- ^ 'iPublic'-    -> ArchitectureValues -- ^ 'iArchitecture'-    -> ImageTypeValues -- ^ 'iImageType'-    -> DeviceType -- ^ 'iRootDeviceType'-    -> VirtualizationType -- ^ 'iVirtualizationType'-    -> HypervisorType -- ^ 'iHypervisor'-    -> Image-image pImageId_ pImageLocation_ pState_ pOwnerId_ pPublic_ pArchitecture_ pImageType_ pRootDeviceType_ pVirtualizationType_ pHypervisor_ =-    Image'-    { _iPlatform = Nothing-    , _iImageOwnerAlias = Nothing-    , _iRAMDiskId = Nothing-    , _iKernelId = Nothing-    , _iRootDeviceName = Nothing-    , _iSRIOVNetSupport = Nothing-    , _iName = Nothing-    , _iCreationDate = Nothing-    , _iProductCodes = Nothing-    , _iStateReason = Nothing-    , _iDescription = Nothing-    , _iBlockDeviceMappings = Nothing-    , _iTags = Nothing-    , _iImageId = pImageId_-    , _iImageLocation = pImageLocation_-    , _iState = pState_-    , _iOwnerId = pOwnerId_-    , _iPublic = pPublic_-    , _iArchitecture = pArchitecture_-    , _iImageType = pImageType_-    , _iRootDeviceType = pRootDeviceType_-    , _iVirtualizationType = pVirtualizationType_-    , _iHypervisor = pHypervisor_-    }---- | The value is 'Windows' for Windows AMIs; otherwise blank.-iPlatform :: Lens' Image (Maybe PlatformValues)-iPlatform = lens _iPlatform (\ s a -> s{_iPlatform = a});---- | The AWS account alias (for example, 'amazon', 'self') or the AWS account--- ID of the AMI owner.-iImageOwnerAlias :: Lens' Image (Maybe Text)-iImageOwnerAlias = lens _iImageOwnerAlias (\ s a -> s{_iImageOwnerAlias = a});---- | The RAM disk associated with the image, if any. Only applicable for--- machine images.-iRAMDiskId :: Lens' Image (Maybe Text)-iRAMDiskId = lens _iRAMDiskId (\ s a -> s{_iRAMDiskId = a});---- | The kernel associated with the image, if any. Only applicable for--- machine images.-iKernelId :: Lens' Image (Maybe Text)-iKernelId = lens _iKernelId (\ s a -> s{_iKernelId = a});---- | The device name of the root device (for example, '\/dev\/sda1' or--- '\/dev\/xvda').-iRootDeviceName :: Lens' Image (Maybe Text)-iRootDeviceName = lens _iRootDeviceName (\ s a -> s{_iRootDeviceName = a});---- | Specifies whether enhanced networking is enabled.-iSRIOVNetSupport :: Lens' Image (Maybe Text)-iSRIOVNetSupport = lens _iSRIOVNetSupport (\ s a -> s{_iSRIOVNetSupport = a});---- | The name of the AMI that was provided during image creation.-iName :: Lens' Image (Maybe Text)-iName = lens _iName (\ s a -> s{_iName = a});---- | The date and time the image was created.-iCreationDate :: Lens' Image (Maybe Text)-iCreationDate = lens _iCreationDate (\ s a -> s{_iCreationDate = a});---- | Any product codes associated with the AMI.-iProductCodes :: Lens' Image [ProductCode]-iProductCodes = lens _iProductCodes (\ s a -> s{_iProductCodes = a}) . _Default . _Coerce;---- | The reason for the state change.-iStateReason :: Lens' Image (Maybe StateReason)-iStateReason = lens _iStateReason (\ s a -> s{_iStateReason = a});---- | The description of the AMI that was provided during image creation.-iDescription :: Lens' Image (Maybe Text)-iDescription = lens _iDescription (\ s a -> s{_iDescription = a});---- | Any block device mapping entries.-iBlockDeviceMappings :: Lens' Image [BlockDeviceMapping]-iBlockDeviceMappings = lens _iBlockDeviceMappings (\ s a -> s{_iBlockDeviceMappings = a}) . _Default . _Coerce;---- | Any tags assigned to the image.-iTags :: Lens' Image [Tag]-iTags = lens _iTags (\ s a -> s{_iTags = a}) . _Default . _Coerce;---- | The ID of the AMI.-iImageId :: Lens' Image Text-iImageId = lens _iImageId (\ s a -> s{_iImageId = a});---- | The location of the AMI.-iImageLocation :: Lens' Image Text-iImageLocation = lens _iImageLocation (\ s a -> s{_iImageLocation = a});---- | The current state of the AMI. If the state is 'available', the image is--- successfully registered and can be used to launch an instance.-iState :: Lens' Image ImageState-iState = lens _iState (\ s a -> s{_iState = a});---- | The AWS account ID of the image owner.-iOwnerId :: Lens' Image Text-iOwnerId = lens _iOwnerId (\ s a -> s{_iOwnerId = a});---- | Indicates whether the image has public launch permissions. The value is--- 'true' if this image has public launch permissions or 'false' if it has--- only implicit and explicit launch permissions.-iPublic :: Lens' Image Bool-iPublic = lens _iPublic (\ s a -> s{_iPublic = a});---- | The architecture of the image.-iArchitecture :: Lens' Image ArchitectureValues-iArchitecture = lens _iArchitecture (\ s a -> s{_iArchitecture = a});---- | The type of image.-iImageType :: Lens' Image ImageTypeValues-iImageType = lens _iImageType (\ s a -> s{_iImageType = a});---- | The type of root device used by the AMI. The AMI can use an EBS volume--- or an instance store volume.-iRootDeviceType :: Lens' Image DeviceType-iRootDeviceType = lens _iRootDeviceType (\ s a -> s{_iRootDeviceType = a});---- | The type of virtualization of the AMI.-iVirtualizationType :: Lens' Image VirtualizationType-iVirtualizationType = lens _iVirtualizationType (\ s a -> s{_iVirtualizationType = a});---- | The hypervisor type of the image.-iHypervisor :: Lens' Image HypervisorType-iHypervisor = lens _iHypervisor (\ s a -> s{_iHypervisor = a});--instance FromXML Image where-        parseXML x-          = Image' <$>-              (x .@? "platform") <*> (x .@? "imageOwnerAlias") <*>-                (x .@? "ramdiskId")-                <*> (x .@? "kernelId")-                <*> (x .@? "rootDeviceName")-                <*> (x .@? "sriovNetSupport")-                <*> (x .@? "name")-                <*> (x .@? "creationDate")-                <*>-                (x .@? "productCodes" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "stateReason")-                <*> (x .@? "description")-                <*>-                (x .@? "blockDeviceMapping" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@ "imageId")-                <*> (x .@ "imageLocation")-                <*> (x .@ "imageState")-                <*> (x .@ "imageOwnerId")-                <*> (x .@ "isPublic")-                <*> (x .@ "architecture")-                <*> (x .@ "imageType")-                <*> (x .@ "rootDeviceType")-                <*> (x .@ "virtualizationType")-                <*> (x .@ "hypervisor")--instance Hashable Image--instance NFData Image---- | Describes the disk container object for an import image task.------ /See:/ 'imageDiskContainer' smart constructor.-data ImageDiskContainer = ImageDiskContainer'-    { _idcFormat      :: !(Maybe Text)-    , _idcURL         :: !(Maybe Text)-    , _idcDeviceName  :: !(Maybe Text)-    , _idcUserBucket  :: !(Maybe UserBucket)-    , _idcDescription :: !(Maybe Text)-    , _idcSnapshotId  :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ImageDiskContainer' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'idcFormat'------ * 'idcURL'------ * 'idcDeviceName'------ * 'idcUserBucket'------ * 'idcDescription'------ * 'idcSnapshotId'-imageDiskContainer-    :: ImageDiskContainer-imageDiskContainer =-    ImageDiskContainer'-    { _idcFormat = Nothing-    , _idcURL = Nothing-    , _idcDeviceName = Nothing-    , _idcUserBucket = Nothing-    , _idcDescription = Nothing-    , _idcSnapshotId = Nothing-    }---- | The format of the disk image being imported.------ Valid values: 'RAW' | 'VHD' | 'VMDK' | 'OVA'-idcFormat :: Lens' ImageDiskContainer (Maybe Text)-idcFormat = lens _idcFormat (\ s a -> s{_idcFormat = a});---- | The URL to the Amazon S3-based disk image being imported. The URL can--- either be a https URL (https:\/\/..) or an Amazon S3 URL (s3:\/\/..)-idcURL :: Lens' ImageDiskContainer (Maybe Text)-idcURL = lens _idcURL (\ s a -> s{_idcURL = a});---- | The block device mapping for the disk.-idcDeviceName :: Lens' ImageDiskContainer (Maybe Text)-idcDeviceName = lens _idcDeviceName (\ s a -> s{_idcDeviceName = a});---- | The S3 bucket for the disk image.-idcUserBucket :: Lens' ImageDiskContainer (Maybe UserBucket)-idcUserBucket = lens _idcUserBucket (\ s a -> s{_idcUserBucket = a});---- | The description of the disk image.-idcDescription :: Lens' ImageDiskContainer (Maybe Text)-idcDescription = lens _idcDescription (\ s a -> s{_idcDescription = a});---- | The ID of the EBS snapshot to be used for importing the snapshot.-idcSnapshotId :: Lens' ImageDiskContainer (Maybe Text)-idcSnapshotId = lens _idcSnapshotId (\ s a -> s{_idcSnapshotId = a});--instance Hashable ImageDiskContainer--instance NFData ImageDiskContainer--instance ToQuery ImageDiskContainer where-        toQuery ImageDiskContainer'{..}-          = mconcat-              ["Format" =: _idcFormat, "Url" =: _idcURL,-               "DeviceName" =: _idcDeviceName,-               "UserBucket" =: _idcUserBucket,-               "Description" =: _idcDescription,-               "SnapshotId" =: _idcSnapshotId]---- | Describes an import image task.------ /See:/ 'importImageTask' smart constructor.-data ImportImageTask = ImportImageTask'-    { _iitStatus          :: !(Maybe Text)-    , _iitHypervisor      :: !(Maybe Text)-    , _iitPlatform        :: !(Maybe Text)-    , _iitProgress        :: !(Maybe Text)-    , _iitLicenseType     :: !(Maybe Text)-    , _iitSnapshotDetails :: !(Maybe [SnapshotDetail])-    , _iitStatusMessage   :: !(Maybe Text)-    , _iitImageId         :: !(Maybe Text)-    , _iitImportTaskId    :: !(Maybe Text)-    , _iitArchitecture    :: !(Maybe Text)-    , _iitDescription     :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ImportImageTask' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'iitStatus'------ * 'iitHypervisor'------ * 'iitPlatform'------ * 'iitProgress'------ * 'iitLicenseType'------ * 'iitSnapshotDetails'------ * 'iitStatusMessage'------ * 'iitImageId'------ * 'iitImportTaskId'------ * 'iitArchitecture'------ * 'iitDescription'-importImageTask-    :: ImportImageTask-importImageTask =-    ImportImageTask'-    { _iitStatus = Nothing-    , _iitHypervisor = Nothing-    , _iitPlatform = Nothing-    , _iitProgress = Nothing-    , _iitLicenseType = Nothing-    , _iitSnapshotDetails = Nothing-    , _iitStatusMessage = Nothing-    , _iitImageId = Nothing-    , _iitImportTaskId = Nothing-    , _iitArchitecture = Nothing-    , _iitDescription = Nothing-    }---- | A brief status for the import image task.-iitStatus :: Lens' ImportImageTask (Maybe Text)-iitStatus = lens _iitStatus (\ s a -> s{_iitStatus = a});---- | The target hypervisor for the import task.------ Valid values: 'xen'-iitHypervisor :: Lens' ImportImageTask (Maybe Text)-iitHypervisor = lens _iitHypervisor (\ s a -> s{_iitHypervisor = a});---- | The description string for the import image task.-iitPlatform :: Lens' ImportImageTask (Maybe Text)-iitPlatform = lens _iitPlatform (\ s a -> s{_iitPlatform = a});---- | The percentage of progress of the import image task.-iitProgress :: Lens' ImportImageTask (Maybe Text)-iitProgress = lens _iitProgress (\ s a -> s{_iitProgress = a});---- | The license type of the virtual machine.-iitLicenseType :: Lens' ImportImageTask (Maybe Text)-iitLicenseType = lens _iitLicenseType (\ s a -> s{_iitLicenseType = a});---- | Information about the snapshots.-iitSnapshotDetails :: Lens' ImportImageTask [SnapshotDetail]-iitSnapshotDetails = lens _iitSnapshotDetails (\ s a -> s{_iitSnapshotDetails = a}) . _Default . _Coerce;---- | A descriptive status message for the import image task.-iitStatusMessage :: Lens' ImportImageTask (Maybe Text)-iitStatusMessage = lens _iitStatusMessage (\ s a -> s{_iitStatusMessage = a});---- | The ID of the Amazon Machine Image (AMI) of the imported virtual--- machine.-iitImageId :: Lens' ImportImageTask (Maybe Text)-iitImageId = lens _iitImageId (\ s a -> s{_iitImageId = a});---- | The ID of the import image task.-iitImportTaskId :: Lens' ImportImageTask (Maybe Text)-iitImportTaskId = lens _iitImportTaskId (\ s a -> s{_iitImportTaskId = a});---- | The architecture of the virtual machine.------ Valid values: 'i386' | 'x86_64'-iitArchitecture :: Lens' ImportImageTask (Maybe Text)-iitArchitecture = lens _iitArchitecture (\ s a -> s{_iitArchitecture = a});---- | A description of the import task.-iitDescription :: Lens' ImportImageTask (Maybe Text)-iitDescription = lens _iitDescription (\ s a -> s{_iitDescription = a});--instance FromXML ImportImageTask where-        parseXML x-          = ImportImageTask' <$>-              (x .@? "status") <*> (x .@? "hypervisor") <*>-                (x .@? "platform")-                <*> (x .@? "progress")-                <*> (x .@? "licenseType")-                <*>-                (x .@? "snapshotDetailSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "statusMessage")-                <*> (x .@? "imageId")-                <*> (x .@? "importTaskId")-                <*> (x .@? "architecture")-                <*> (x .@? "description")--instance Hashable ImportImageTask--instance NFData ImportImageTask---- | Describes the launch specification for VM import.------ /See:/ 'importInstanceLaunchSpecification' smart constructor.-data ImportInstanceLaunchSpecification = ImportInstanceLaunchSpecification'-    { _iilsAdditionalInfo                    :: !(Maybe Text)-    , _iilsGroupNames                        :: !(Maybe [Text])-    , _iilsSubnetId                          :: !(Maybe Text)-    , _iilsInstanceType                      :: !(Maybe InstanceType)-    , _iilsGroupIds                          :: !(Maybe [Text])-    , _iilsUserData                          :: !(Maybe UserData)-    , _iilsMonitoring                        :: !(Maybe Bool)-    , _iilsPrivateIPAddress                  :: !(Maybe Text)-    , _iilsInstanceInitiatedShutdownBehavior :: !(Maybe ShutdownBehavior)-    , _iilsArchitecture                      :: !(Maybe ArchitectureValues)-    , _iilsPlacement                         :: !(Maybe Placement)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ImportInstanceLaunchSpecification' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'iilsAdditionalInfo'------ * 'iilsGroupNames'------ * 'iilsSubnetId'------ * 'iilsInstanceType'------ * 'iilsGroupIds'------ * 'iilsUserData'------ * 'iilsMonitoring'------ * 'iilsPrivateIPAddress'------ * 'iilsInstanceInitiatedShutdownBehavior'------ * 'iilsArchitecture'------ * 'iilsPlacement'-importInstanceLaunchSpecification-    :: ImportInstanceLaunchSpecification-importInstanceLaunchSpecification =-    ImportInstanceLaunchSpecification'-    { _iilsAdditionalInfo = Nothing-    , _iilsGroupNames = Nothing-    , _iilsSubnetId = Nothing-    , _iilsInstanceType = Nothing-    , _iilsGroupIds = Nothing-    , _iilsUserData = Nothing-    , _iilsMonitoring = Nothing-    , _iilsPrivateIPAddress = Nothing-    , _iilsInstanceInitiatedShutdownBehavior = Nothing-    , _iilsArchitecture = Nothing-    , _iilsPlacement = Nothing-    }---- | Reserved.-iilsAdditionalInfo :: Lens' ImportInstanceLaunchSpecification (Maybe Text)-iilsAdditionalInfo = lens _iilsAdditionalInfo (\ s a -> s{_iilsAdditionalInfo = a});---- | One or more security group names.-iilsGroupNames :: Lens' ImportInstanceLaunchSpecification [Text]-iilsGroupNames = lens _iilsGroupNames (\ s a -> s{_iilsGroupNames = a}) . _Default . _Coerce;---- | [EC2-VPC] The ID of the subnet in which to launch the instance.-iilsSubnetId :: Lens' ImportInstanceLaunchSpecification (Maybe Text)-iilsSubnetId = lens _iilsSubnetId (\ s a -> s{_iilsSubnetId = a});---- | The instance type. For more information about the instance types that--- you can import, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/VMImportPrerequisites.html Before You Get Started>--- in the Amazon Elastic Compute Cloud User Guide.-iilsInstanceType :: Lens' ImportInstanceLaunchSpecification (Maybe InstanceType)-iilsInstanceType = lens _iilsInstanceType (\ s a -> s{_iilsInstanceType = a});---- | One or more security group IDs.-iilsGroupIds :: Lens' ImportInstanceLaunchSpecification [Text]-iilsGroupIds = lens _iilsGroupIds (\ s a -> s{_iilsGroupIds = a}) . _Default . _Coerce;---- | The Base64-encoded MIME user data to be made available to the instance.-iilsUserData :: Lens' ImportInstanceLaunchSpecification (Maybe UserData)-iilsUserData = lens _iilsUserData (\ s a -> s{_iilsUserData = a});---- | Indicates whether monitoring is enabled.-iilsMonitoring :: Lens' ImportInstanceLaunchSpecification (Maybe Bool)-iilsMonitoring = lens _iilsMonitoring (\ s a -> s{_iilsMonitoring = a});---- | [EC2-VPC] An available IP address from the IP address range of the--- subnet.-iilsPrivateIPAddress :: Lens' ImportInstanceLaunchSpecification (Maybe Text)-iilsPrivateIPAddress = lens _iilsPrivateIPAddress (\ s a -> s{_iilsPrivateIPAddress = a});---- | Indicates whether an instance stops or terminates when you initiate--- shutdown from the instance (using the operating system command for--- system shutdown).-iilsInstanceInitiatedShutdownBehavior :: Lens' ImportInstanceLaunchSpecification (Maybe ShutdownBehavior)-iilsInstanceInitiatedShutdownBehavior = lens _iilsInstanceInitiatedShutdownBehavior (\ s a -> s{_iilsInstanceInitiatedShutdownBehavior = a});---- | The architecture of the instance.-iilsArchitecture :: Lens' ImportInstanceLaunchSpecification (Maybe ArchitectureValues)-iilsArchitecture = lens _iilsArchitecture (\ s a -> s{_iilsArchitecture = a});---- | The placement information for the instance.-iilsPlacement :: Lens' ImportInstanceLaunchSpecification (Maybe Placement)-iilsPlacement = lens _iilsPlacement (\ s a -> s{_iilsPlacement = a});--instance Hashable ImportInstanceLaunchSpecification--instance NFData ImportInstanceLaunchSpecification--instance ToQuery ImportInstanceLaunchSpecification-         where-        toQuery ImportInstanceLaunchSpecification'{..}-          = mconcat-              ["AdditionalInfo" =: _iilsAdditionalInfo,-               toQuery-                 (toQueryList "GroupName" <$> _iilsGroupNames),-               "SubnetId" =: _iilsSubnetId,-               "InstanceType" =: _iilsInstanceType,-               toQuery (toQueryList "GroupId" <$> _iilsGroupIds),-               "UserData" =: _iilsUserData,-               "Monitoring" =: _iilsMonitoring,-               "PrivateIpAddress" =: _iilsPrivateIPAddress,-               "InstanceInitiatedShutdownBehavior" =:-                 _iilsInstanceInitiatedShutdownBehavior,-               "Architecture" =: _iilsArchitecture,-               "Placement" =: _iilsPlacement]---- | Describes an import instance task.------ /See:/ 'importInstanceTaskDetails' smart constructor.-data ImportInstanceTaskDetails = ImportInstanceTaskDetails'-    { _iitdInstanceId  :: !(Maybe Text)-    , _iitdPlatform    :: !(Maybe PlatformValues)-    , _iitdDescription :: !(Maybe Text)-    , _iitdVolumes     :: ![ImportInstanceVolumeDetailItem]-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ImportInstanceTaskDetails' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'iitdInstanceId'------ * 'iitdPlatform'------ * 'iitdDescription'------ * 'iitdVolumes'-importInstanceTaskDetails-    :: ImportInstanceTaskDetails-importInstanceTaskDetails =-    ImportInstanceTaskDetails'-    { _iitdInstanceId = Nothing-    , _iitdPlatform = Nothing-    , _iitdDescription = Nothing-    , _iitdVolumes = mempty-    }---- | The ID of the instance.-iitdInstanceId :: Lens' ImportInstanceTaskDetails (Maybe Text)-iitdInstanceId = lens _iitdInstanceId (\ s a -> s{_iitdInstanceId = a});---- | The instance operating system.-iitdPlatform :: Lens' ImportInstanceTaskDetails (Maybe PlatformValues)-iitdPlatform = lens _iitdPlatform (\ s a -> s{_iitdPlatform = a});---- | A description of the task.-iitdDescription :: Lens' ImportInstanceTaskDetails (Maybe Text)-iitdDescription = lens _iitdDescription (\ s a -> s{_iitdDescription = a});---- | One or more volumes.-iitdVolumes :: Lens' ImportInstanceTaskDetails [ImportInstanceVolumeDetailItem]-iitdVolumes = lens _iitdVolumes (\ s a -> s{_iitdVolumes = a}) . _Coerce;--instance FromXML ImportInstanceTaskDetails where-        parseXML x-          = ImportInstanceTaskDetails' <$>-              (x .@? "instanceId") <*> (x .@? "platform") <*>-                (x .@? "description")-                <*>-                (x .@? "volumes" .!@ mempty >>= parseXMLList "item")--instance Hashable ImportInstanceTaskDetails--instance NFData ImportInstanceTaskDetails---- | Describes an import volume task.------ /See:/ 'importInstanceVolumeDetailItem' smart constructor.-data ImportInstanceVolumeDetailItem = ImportInstanceVolumeDetailItem'-    { _iivdiStatusMessage    :: !(Maybe Text)-    , _iivdiDescription      :: !(Maybe Text)-    , _iivdiBytesConverted   :: !Integer-    , _iivdiAvailabilityZone :: !Text-    , _iivdiImage            :: !DiskImageDescription-    , _iivdiVolume           :: !DiskImageVolumeDescription-    , _iivdiStatus           :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ImportInstanceVolumeDetailItem' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'iivdiStatusMessage'------ * 'iivdiDescription'------ * 'iivdiBytesConverted'------ * 'iivdiAvailabilityZone'------ * 'iivdiImage'------ * 'iivdiVolume'------ * 'iivdiStatus'-importInstanceVolumeDetailItem-    :: Integer -- ^ 'iivdiBytesConverted'-    -> Text -- ^ 'iivdiAvailabilityZone'-    -> DiskImageDescription -- ^ 'iivdiImage'-    -> DiskImageVolumeDescription -- ^ 'iivdiVolume'-    -> Text -- ^ 'iivdiStatus'-    -> ImportInstanceVolumeDetailItem-importInstanceVolumeDetailItem pBytesConverted_ pAvailabilityZone_ pImage_ pVolume_ pStatus_ =-    ImportInstanceVolumeDetailItem'-    { _iivdiStatusMessage = Nothing-    , _iivdiDescription = Nothing-    , _iivdiBytesConverted = pBytesConverted_-    , _iivdiAvailabilityZone = pAvailabilityZone_-    , _iivdiImage = pImage_-    , _iivdiVolume = pVolume_-    , _iivdiStatus = pStatus_-    }---- | The status information or errors related to the disk image.-iivdiStatusMessage :: Lens' ImportInstanceVolumeDetailItem (Maybe Text)-iivdiStatusMessage = lens _iivdiStatusMessage (\ s a -> s{_iivdiStatusMessage = a});---- | A description of the task.-iivdiDescription :: Lens' ImportInstanceVolumeDetailItem (Maybe Text)-iivdiDescription = lens _iivdiDescription (\ s a -> s{_iivdiDescription = a});---- | The number of bytes converted so far.-iivdiBytesConverted :: Lens' ImportInstanceVolumeDetailItem Integer-iivdiBytesConverted = lens _iivdiBytesConverted (\ s a -> s{_iivdiBytesConverted = a});---- | The Availability Zone where the resulting instance will reside.-iivdiAvailabilityZone :: Lens' ImportInstanceVolumeDetailItem Text-iivdiAvailabilityZone = lens _iivdiAvailabilityZone (\ s a -> s{_iivdiAvailabilityZone = a});---- | The image.-iivdiImage :: Lens' ImportInstanceVolumeDetailItem DiskImageDescription-iivdiImage = lens _iivdiImage (\ s a -> s{_iivdiImage = a});---- | The volume.-iivdiVolume :: Lens' ImportInstanceVolumeDetailItem DiskImageVolumeDescription-iivdiVolume = lens _iivdiVolume (\ s a -> s{_iivdiVolume = a});---- | The status of the import of this particular disk image.-iivdiStatus :: Lens' ImportInstanceVolumeDetailItem Text-iivdiStatus = lens _iivdiStatus (\ s a -> s{_iivdiStatus = a});--instance FromXML ImportInstanceVolumeDetailItem where-        parseXML x-          = ImportInstanceVolumeDetailItem' <$>-              (x .@? "statusMessage") <*> (x .@? "description") <*>-                (x .@ "bytesConverted")-                <*> (x .@ "availabilityZone")-                <*> (x .@ "image")-                <*> (x .@ "volume")-                <*> (x .@ "status")--instance Hashable ImportInstanceVolumeDetailItem--instance NFData ImportInstanceVolumeDetailItem---- | Describes an import snapshot task.------ /See:/ 'importSnapshotTask' smart constructor.-data ImportSnapshotTask = ImportSnapshotTask'-    { _istSnapshotTaskDetail :: !(Maybe SnapshotTaskDetail)-    , _istImportTaskId       :: !(Maybe Text)-    , _istDescription        :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ImportSnapshotTask' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'istSnapshotTaskDetail'------ * 'istImportTaskId'------ * 'istDescription'-importSnapshotTask-    :: ImportSnapshotTask-importSnapshotTask =-    ImportSnapshotTask'-    { _istSnapshotTaskDetail = Nothing-    , _istImportTaskId = Nothing-    , _istDescription = Nothing-    }---- | Describes an import snapshot task.-istSnapshotTaskDetail :: Lens' ImportSnapshotTask (Maybe SnapshotTaskDetail)-istSnapshotTaskDetail = lens _istSnapshotTaskDetail (\ s a -> s{_istSnapshotTaskDetail = a});---- | The ID of the import snapshot task.-istImportTaskId :: Lens' ImportSnapshotTask (Maybe Text)-istImportTaskId = lens _istImportTaskId (\ s a -> s{_istImportTaskId = a});---- | A description of the import snapshot task.-istDescription :: Lens' ImportSnapshotTask (Maybe Text)-istDescription = lens _istDescription (\ s a -> s{_istDescription = a});--instance FromXML ImportSnapshotTask where-        parseXML x-          = ImportSnapshotTask' <$>-              (x .@? "snapshotTaskDetail") <*>-                (x .@? "importTaskId")-                <*> (x .@? "description")--instance Hashable ImportSnapshotTask--instance NFData ImportSnapshotTask---- | Describes an import volume task.------ /See:/ 'importVolumeTaskDetails' smart constructor.-data ImportVolumeTaskDetails = ImportVolumeTaskDetails'-    { _ivtdDescription      :: !(Maybe Text)-    , _ivtdBytesConverted   :: !Integer-    , _ivtdAvailabilityZone :: !Text-    , _ivtdImage            :: !DiskImageDescription-    , _ivtdVolume           :: !DiskImageVolumeDescription-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ImportVolumeTaskDetails' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ivtdDescription'------ * 'ivtdBytesConverted'------ * 'ivtdAvailabilityZone'------ * 'ivtdImage'------ * 'ivtdVolume'-importVolumeTaskDetails-    :: Integer -- ^ 'ivtdBytesConverted'-    -> Text -- ^ 'ivtdAvailabilityZone'-    -> DiskImageDescription -- ^ 'ivtdImage'-    -> DiskImageVolumeDescription -- ^ 'ivtdVolume'-    -> ImportVolumeTaskDetails-importVolumeTaskDetails pBytesConverted_ pAvailabilityZone_ pImage_ pVolume_ =-    ImportVolumeTaskDetails'-    { _ivtdDescription = Nothing-    , _ivtdBytesConverted = pBytesConverted_-    , _ivtdAvailabilityZone = pAvailabilityZone_-    , _ivtdImage = pImage_-    , _ivtdVolume = pVolume_-    }---- | The description you provided when starting the import volume task.-ivtdDescription :: Lens' ImportVolumeTaskDetails (Maybe Text)-ivtdDescription = lens _ivtdDescription (\ s a -> s{_ivtdDescription = a});---- | The number of bytes converted so far.-ivtdBytesConverted :: Lens' ImportVolumeTaskDetails Integer-ivtdBytesConverted = lens _ivtdBytesConverted (\ s a -> s{_ivtdBytesConverted = a});---- | The Availability Zone where the resulting volume will reside.-ivtdAvailabilityZone :: Lens' ImportVolumeTaskDetails Text-ivtdAvailabilityZone = lens _ivtdAvailabilityZone (\ s a -> s{_ivtdAvailabilityZone = a});---- | The image.-ivtdImage :: Lens' ImportVolumeTaskDetails DiskImageDescription-ivtdImage = lens _ivtdImage (\ s a -> s{_ivtdImage = a});---- | The volume.-ivtdVolume :: Lens' ImportVolumeTaskDetails DiskImageVolumeDescription-ivtdVolume = lens _ivtdVolume (\ s a -> s{_ivtdVolume = a});--instance FromXML ImportVolumeTaskDetails where-        parseXML x-          = ImportVolumeTaskDetails' <$>-              (x .@? "description") <*> (x .@ "bytesConverted") <*>-                (x .@ "availabilityZone")-                <*> (x .@ "image")-                <*> (x .@ "volume")--instance Hashable ImportVolumeTaskDetails--instance NFData ImportVolumeTaskDetails---- | Describes an instance.------ /See:/ 'instance'' smart constructor.-data Instance = Instance'-    { _insPublicDNSName         :: !(Maybe Text)-    , _insPlatform              :: !(Maybe PlatformValues)-    , _insSecurityGroups        :: !(Maybe [GroupIdentifier])-    , _insClientToken           :: !(Maybe Text)-    , _insSourceDestCheck       :: !(Maybe Bool)-    , _insVPCId                 :: !(Maybe Text)-    , _insKeyName               :: !(Maybe Text)-    , _insNetworkInterfaces     :: !(Maybe [InstanceNetworkInterface])-    , _insRAMDiskId             :: !(Maybe Text)-    , _insSubnetId              :: !(Maybe Text)-    , _insKernelId              :: !(Maybe Text)-    , _insRootDeviceName        :: !(Maybe Text)-    , _insSRIOVNetSupport       :: !(Maybe Text)-    , _insEBSOptimized          :: !(Maybe Bool)-    , _insStateTransitionReason :: !(Maybe Text)-    , _insInstanceLifecycle     :: !(Maybe InstanceLifecycleType)-    , _insIAMInstanceProfile    :: !(Maybe IAMInstanceProfile)-    , _insPrivateIPAddress      :: !(Maybe Text)-    , _insProductCodes          :: !(Maybe [ProductCode])-    , _insSpotInstanceRequestId :: !(Maybe Text)-    , _insPrivateDNSName        :: !(Maybe Text)-    , _insStateReason           :: !(Maybe StateReason)-    , _insBlockDeviceMappings   :: !(Maybe [InstanceBlockDeviceMapping])-    , _insPublicIPAddress       :: !(Maybe Text)-    , _insTags                  :: !(Maybe [Tag])-    , _insInstanceId            :: !Text-    , _insImageId               :: !Text-    , _insAMILaunchIndex        :: !Int-    , _insInstanceType          :: !InstanceType-    , _insLaunchTime            :: !ISO8601-    , _insPlacement             :: !Placement-    , _insMonitoring            :: !Monitoring-    , _insArchitecture          :: !ArchitectureValues-    , _insRootDeviceType        :: !DeviceType-    , _insVirtualizationType    :: !VirtualizationType-    , _insHypervisor            :: !HypervisorType-    , _insState                 :: !InstanceState-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'Instance' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'insPublicDNSName'------ * 'insPlatform'------ * 'insSecurityGroups'------ * 'insClientToken'------ * 'insSourceDestCheck'------ * 'insVPCId'------ * 'insKeyName'------ * 'insNetworkInterfaces'------ * 'insRAMDiskId'------ * 'insSubnetId'------ * 'insKernelId'------ * 'insRootDeviceName'------ * 'insSRIOVNetSupport'------ * 'insEBSOptimized'------ * 'insStateTransitionReason'------ * 'insInstanceLifecycle'------ * 'insIAMInstanceProfile'------ * 'insPrivateIPAddress'------ * 'insProductCodes'------ * 'insSpotInstanceRequestId'------ * 'insPrivateDNSName'------ * 'insStateReason'------ * 'insBlockDeviceMappings'------ * 'insPublicIPAddress'------ * 'insTags'------ * 'insInstanceId'------ * 'insImageId'------ * 'insAMILaunchIndex'------ * 'insInstanceType'------ * 'insLaunchTime'------ * 'insPlacement'------ * 'insMonitoring'------ * 'insArchitecture'------ * 'insRootDeviceType'------ * 'insVirtualizationType'------ * 'insHypervisor'------ * 'insState'-instance'-    :: Text -- ^ 'insInstanceId'-    -> Text -- ^ 'insImageId'-    -> Int -- ^ 'insAMILaunchIndex'-    -> InstanceType -- ^ 'insInstanceType'-    -> UTCTime -- ^ 'insLaunchTime'-    -> Placement -- ^ 'insPlacement'-    -> Monitoring -- ^ 'insMonitoring'-    -> ArchitectureValues -- ^ 'insArchitecture'-    -> DeviceType -- ^ 'insRootDeviceType'-    -> VirtualizationType -- ^ 'insVirtualizationType'-    -> HypervisorType -- ^ 'insHypervisor'-    -> InstanceState -- ^ 'insState'-    -> Instance-instance' pInstanceId_ pImageId_ pAMILaunchIndex_ pInstanceType_ pLaunchTime_ pPlacement_ pMonitoring_ pArchitecture_ pRootDeviceType_ pVirtualizationType_ pHypervisor_ pState_ =-    Instance'-    { _insPublicDNSName = Nothing-    , _insPlatform = Nothing-    , _insSecurityGroups = Nothing-    , _insClientToken = Nothing-    , _insSourceDestCheck = Nothing-    , _insVPCId = Nothing-    , _insKeyName = Nothing-    , _insNetworkInterfaces = Nothing-    , _insRAMDiskId = Nothing-    , _insSubnetId = Nothing-    , _insKernelId = Nothing-    , _insRootDeviceName = Nothing-    , _insSRIOVNetSupport = Nothing-    , _insEBSOptimized = Nothing-    , _insStateTransitionReason = Nothing-    , _insInstanceLifecycle = Nothing-    , _insIAMInstanceProfile = Nothing-    , _insPrivateIPAddress = Nothing-    , _insProductCodes = Nothing-    , _insSpotInstanceRequestId = Nothing-    , _insPrivateDNSName = Nothing-    , _insStateReason = Nothing-    , _insBlockDeviceMappings = Nothing-    , _insPublicIPAddress = Nothing-    , _insTags = Nothing-    , _insInstanceId = pInstanceId_-    , _insImageId = pImageId_-    , _insAMILaunchIndex = pAMILaunchIndex_-    , _insInstanceType = pInstanceType_-    , _insLaunchTime = _Time # pLaunchTime_-    , _insPlacement = pPlacement_-    , _insMonitoring = pMonitoring_-    , _insArchitecture = pArchitecture_-    , _insRootDeviceType = pRootDeviceType_-    , _insVirtualizationType = pVirtualizationType_-    , _insHypervisor = pHypervisor_-    , _insState = pState_-    }---- | The public DNS name assigned to the instance. This name is not available--- until the instance enters the 'running' state. For EC2-VPC, this name is--- only available if you\'ve enabled DNS hostnames for your VPC.-insPublicDNSName :: Lens' Instance (Maybe Text)-insPublicDNSName = lens _insPublicDNSName (\ s a -> s{_insPublicDNSName = a});---- | The value is 'Windows' for Windows instances; otherwise blank.-insPlatform :: Lens' Instance (Maybe PlatformValues)-insPlatform = lens _insPlatform (\ s a -> s{_insPlatform = a});---- | One or more security groups for the instance.-insSecurityGroups :: Lens' Instance [GroupIdentifier]-insSecurityGroups = lens _insSecurityGroups (\ s a -> s{_insSecurityGroups = a}) . _Default . _Coerce;---- | The idempotency token you provided when you launched the instance, if--- applicable.-insClientToken :: Lens' Instance (Maybe Text)-insClientToken = lens _insClientToken (\ s a -> s{_insClientToken = a});---- | Specifies whether to enable an instance launched in a VPC to perform--- NAT. This controls whether source\/destination checking is enabled on--- the instance. A value of 'true' means checking is enabled, and 'false'--- means checking is disabled. The value must be 'false' for the instance--- to perform NAT. For more information, see--- <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html NAT Instances>--- in the /Amazon Virtual Private Cloud User Guide/.-insSourceDestCheck :: Lens' Instance (Maybe Bool)-insSourceDestCheck = lens _insSourceDestCheck (\ s a -> s{_insSourceDestCheck = a});---- | [EC2-VPC] The ID of the VPC in which the instance is running.-insVPCId :: Lens' Instance (Maybe Text)-insVPCId = lens _insVPCId (\ s a -> s{_insVPCId = a});---- | The name of the key pair, if this instance was launched with an--- associated key pair.-insKeyName :: Lens' Instance (Maybe Text)-insKeyName = lens _insKeyName (\ s a -> s{_insKeyName = a});---- | [EC2-VPC] One or more network interfaces for the instance.-insNetworkInterfaces :: Lens' Instance [InstanceNetworkInterface]-insNetworkInterfaces = lens _insNetworkInterfaces (\ s a -> s{_insNetworkInterfaces = a}) . _Default . _Coerce;---- | The RAM disk associated with this instance, if applicable.-insRAMDiskId :: Lens' Instance (Maybe Text)-insRAMDiskId = lens _insRAMDiskId (\ s a -> s{_insRAMDiskId = a});---- | [EC2-VPC] The ID of the subnet in which the instance is running.-insSubnetId :: Lens' Instance (Maybe Text)-insSubnetId = lens _insSubnetId (\ s a -> s{_insSubnetId = a});---- | The kernel associated with this instance, if applicable.-insKernelId :: Lens' Instance (Maybe Text)-insKernelId = lens _insKernelId (\ s a -> s{_insKernelId = a});---- | The root device name (for example, '\/dev\/sda1' or '\/dev\/xvda').-insRootDeviceName :: Lens' Instance (Maybe Text)-insRootDeviceName = lens _insRootDeviceName (\ s a -> s{_insRootDeviceName = a});---- | Specifies whether enhanced networking is enabled.-insSRIOVNetSupport :: Lens' Instance (Maybe Text)-insSRIOVNetSupport = lens _insSRIOVNetSupport (\ s a -> s{_insSRIOVNetSupport = a});---- | Indicates whether the instance is optimized for EBS I\/O. This--- optimization provides dedicated throughput to Amazon EBS and an--- optimized configuration stack to provide optimal I\/O performance. This--- optimization isn\'t available with all instance types. Additional usage--- charges apply when using an EBS Optimized instance.-insEBSOptimized :: Lens' Instance (Maybe Bool)-insEBSOptimized = lens _insEBSOptimized (\ s a -> s{_insEBSOptimized = a});---- | The reason for the most recent state transition. This might be an empty--- string.-insStateTransitionReason :: Lens' Instance (Maybe Text)-insStateTransitionReason = lens _insStateTransitionReason (\ s a -> s{_insStateTransitionReason = a});---- | Indicates whether this is a Spot instance or a Scheduled Instance.-insInstanceLifecycle :: Lens' Instance (Maybe InstanceLifecycleType)-insInstanceLifecycle = lens _insInstanceLifecycle (\ s a -> s{_insInstanceLifecycle = a});---- | The IAM instance profile associated with the instance, if applicable.-insIAMInstanceProfile :: Lens' Instance (Maybe IAMInstanceProfile)-insIAMInstanceProfile = lens _insIAMInstanceProfile (\ s a -> s{_insIAMInstanceProfile = a});---- | The private IP address assigned to the instance.-insPrivateIPAddress :: Lens' Instance (Maybe Text)-insPrivateIPAddress = lens _insPrivateIPAddress (\ s a -> s{_insPrivateIPAddress = a});---- | The product codes attached to this instance, if applicable.-insProductCodes :: Lens' Instance [ProductCode]-insProductCodes = lens _insProductCodes (\ s a -> s{_insProductCodes = a}) . _Default . _Coerce;---- | If the request is a Spot instance request, the ID of the request.-insSpotInstanceRequestId :: Lens' Instance (Maybe Text)-insSpotInstanceRequestId = lens _insSpotInstanceRequestId (\ s a -> s{_insSpotInstanceRequestId = a});---- | The private DNS name assigned to the instance. This DNS name can only be--- used inside the Amazon EC2 network. This name is not available until the--- instance enters the 'running' state. For EC2-VPC, this name is only--- available if you\'ve enabled DNS hostnames for your VPC.-insPrivateDNSName :: Lens' Instance (Maybe Text)-insPrivateDNSName = lens _insPrivateDNSName (\ s a -> s{_insPrivateDNSName = a});---- | The reason for the most recent state transition.-insStateReason :: Lens' Instance (Maybe StateReason)-insStateReason = lens _insStateReason (\ s a -> s{_insStateReason = a});---- | Any block device mapping entries for the instance.-insBlockDeviceMappings :: Lens' Instance [InstanceBlockDeviceMapping]-insBlockDeviceMappings = lens _insBlockDeviceMappings (\ s a -> s{_insBlockDeviceMappings = a}) . _Default . _Coerce;---- | The public IP address assigned to the instance, if applicable.-insPublicIPAddress :: Lens' Instance (Maybe Text)-insPublicIPAddress = lens _insPublicIPAddress (\ s a -> s{_insPublicIPAddress = a});---- | Any tags assigned to the instance.-insTags :: Lens' Instance [Tag]-insTags = lens _insTags (\ s a -> s{_insTags = a}) . _Default . _Coerce;---- | The ID of the instance.-insInstanceId :: Lens' Instance Text-insInstanceId = lens _insInstanceId (\ s a -> s{_insInstanceId = a});---- | The ID of the AMI used to launch the instance.-insImageId :: Lens' Instance Text-insImageId = lens _insImageId (\ s a -> s{_insImageId = a});---- | The AMI launch index, which can be used to find this instance in the--- launch group.-insAMILaunchIndex :: Lens' Instance Int-insAMILaunchIndex = lens _insAMILaunchIndex (\ s a -> s{_insAMILaunchIndex = a});---- | The instance type.-insInstanceType :: Lens' Instance InstanceType-insInstanceType = lens _insInstanceType (\ s a -> s{_insInstanceType = a});---- | The time the instance was launched.-insLaunchTime :: Lens' Instance UTCTime-insLaunchTime = lens _insLaunchTime (\ s a -> s{_insLaunchTime = a}) . _Time;---- | The location where the instance launched, if applicable.-insPlacement :: Lens' Instance Placement-insPlacement = lens _insPlacement (\ s a -> s{_insPlacement = a});---- | The monitoring information for the instance.-insMonitoring :: Lens' Instance Monitoring-insMonitoring = lens _insMonitoring (\ s a -> s{_insMonitoring = a});---- | The architecture of the image.-insArchitecture :: Lens' Instance ArchitectureValues-insArchitecture = lens _insArchitecture (\ s a -> s{_insArchitecture = a});---- | The root device type used by the AMI. The AMI can use an EBS volume or--- an instance store volume.-insRootDeviceType :: Lens' Instance DeviceType-insRootDeviceType = lens _insRootDeviceType (\ s a -> s{_insRootDeviceType = a});---- | The virtualization type of the instance.-insVirtualizationType :: Lens' Instance VirtualizationType-insVirtualizationType = lens _insVirtualizationType (\ s a -> s{_insVirtualizationType = a});---- | The hypervisor type of the instance.-insHypervisor :: Lens' Instance HypervisorType-insHypervisor = lens _insHypervisor (\ s a -> s{_insHypervisor = a});---- | The current state of the instance.-insState :: Lens' Instance InstanceState-insState = lens _insState (\ s a -> s{_insState = a});--instance FromXML Instance where-        parseXML x-          = Instance' <$>-              (x .@? "dnsName") <*> (x .@? "platform") <*>-                (x .@? "groupSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "clientToken")-                <*> (x .@? "sourceDestCheck")-                <*> (x .@? "vpcId")-                <*> (x .@? "keyName")-                <*>-                (x .@? "networkInterfaceSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "ramdiskId")-                <*> (x .@? "subnetId")-                <*> (x .@? "kernelId")-                <*> (x .@? "rootDeviceName")-                <*> (x .@? "sriovNetSupport")-                <*> (x .@? "ebsOptimized")-                <*> (x .@? "reason")-                <*> (x .@? "instanceLifecycle")-                <*> (x .@? "iamInstanceProfile")-                <*> (x .@? "privateIpAddress")-                <*>-                (x .@? "productCodes" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "spotInstanceRequestId")-                <*> (x .@? "privateDnsName")-                <*> (x .@? "stateReason")-                <*>-                (x .@? "blockDeviceMapping" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "ipAddress")-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@ "instanceId")-                <*> (x .@ "imageId")-                <*> (x .@ "amiLaunchIndex")-                <*> (x .@ "instanceType")-                <*> (x .@ "launchTime")-                <*> (x .@ "placement")-                <*> (x .@ "monitoring")-                <*> (x .@ "architecture")-                <*> (x .@ "rootDeviceType")-                <*> (x .@ "virtualizationType")-                <*> (x .@ "hypervisor")-                <*> (x .@ "instanceState")--instance Hashable Instance--instance NFData Instance---- | Describes a block device mapping.------ /See:/ 'instanceBlockDeviceMapping' smart constructor.-data InstanceBlockDeviceMapping = InstanceBlockDeviceMapping'-    { _ibdmEBS        :: !(Maybe EBSInstanceBlockDevice)-    , _ibdmDeviceName :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InstanceBlockDeviceMapping' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ibdmEBS'------ * 'ibdmDeviceName'-instanceBlockDeviceMapping-    :: InstanceBlockDeviceMapping-instanceBlockDeviceMapping =-    InstanceBlockDeviceMapping'-    { _ibdmEBS = Nothing-    , _ibdmDeviceName = Nothing-    }---- | Parameters used to automatically set up EBS volumes when the instance is--- launched.-ibdmEBS :: Lens' InstanceBlockDeviceMapping (Maybe EBSInstanceBlockDevice)-ibdmEBS = lens _ibdmEBS (\ s a -> s{_ibdmEBS = a});---- | The device name exposed to the instance (for example, '\/dev\/sdh' or--- 'xvdh').-ibdmDeviceName :: Lens' InstanceBlockDeviceMapping (Maybe Text)-ibdmDeviceName = lens _ibdmDeviceName (\ s a -> s{_ibdmDeviceName = a});--instance FromXML InstanceBlockDeviceMapping where-        parseXML x-          = InstanceBlockDeviceMapping' <$>-              (x .@? "ebs") <*> (x .@? "deviceName")--instance Hashable InstanceBlockDeviceMapping--instance NFData InstanceBlockDeviceMapping---- | Describes a block device mapping entry.------ /See:/ 'instanceBlockDeviceMappingSpecification' smart constructor.-data InstanceBlockDeviceMappingSpecification = InstanceBlockDeviceMappingSpecification'-    { _ibdmsVirtualName :: !(Maybe Text)-    , _ibdmsNoDevice    :: !(Maybe Text)-    , _ibdmsEBS         :: !(Maybe EBSInstanceBlockDeviceSpecification)-    , _ibdmsDeviceName  :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InstanceBlockDeviceMappingSpecification' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ibdmsVirtualName'------ * 'ibdmsNoDevice'------ * 'ibdmsEBS'------ * 'ibdmsDeviceName'-instanceBlockDeviceMappingSpecification-    :: InstanceBlockDeviceMappingSpecification-instanceBlockDeviceMappingSpecification =-    InstanceBlockDeviceMappingSpecification'-    { _ibdmsVirtualName = Nothing-    , _ibdmsNoDevice = Nothing-    , _ibdmsEBS = Nothing-    , _ibdmsDeviceName = Nothing-    }---- | The virtual device name.-ibdmsVirtualName :: Lens' InstanceBlockDeviceMappingSpecification (Maybe Text)-ibdmsVirtualName = lens _ibdmsVirtualName (\ s a -> s{_ibdmsVirtualName = a});---- | suppress the specified device included in the block device mapping.-ibdmsNoDevice :: Lens' InstanceBlockDeviceMappingSpecification (Maybe Text)-ibdmsNoDevice = lens _ibdmsNoDevice (\ s a -> s{_ibdmsNoDevice = a});---- | Parameters used to automatically set up EBS volumes when the instance is--- launched.-ibdmsEBS :: Lens' InstanceBlockDeviceMappingSpecification (Maybe EBSInstanceBlockDeviceSpecification)-ibdmsEBS = lens _ibdmsEBS (\ s a -> s{_ibdmsEBS = a});---- | The device name exposed to the instance (for example, '\/dev\/sdh' or--- 'xvdh').-ibdmsDeviceName :: Lens' InstanceBlockDeviceMappingSpecification (Maybe Text)-ibdmsDeviceName = lens _ibdmsDeviceName (\ s a -> s{_ibdmsDeviceName = a});--instance Hashable-         InstanceBlockDeviceMappingSpecification--instance NFData-         InstanceBlockDeviceMappingSpecification--instance ToQuery-         InstanceBlockDeviceMappingSpecification where-        toQuery InstanceBlockDeviceMappingSpecification'{..}-          = mconcat-              ["VirtualName" =: _ibdmsVirtualName,-               "NoDevice" =: _ibdmsNoDevice, "Ebs" =: _ibdmsEBS,-               "DeviceName" =: _ibdmsDeviceName]---- | Information about the instance type that the Dedicated host supports.------ /See:/ 'instanceCapacity' smart constructor.-data InstanceCapacity = InstanceCapacity'-    { _icAvailableCapacity :: !(Maybe Int)-    , _icInstanceType      :: !(Maybe Text)-    , _icTotalCapacity     :: !(Maybe Int)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InstanceCapacity' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'icAvailableCapacity'------ * 'icInstanceType'------ * 'icTotalCapacity'-instanceCapacity-    :: InstanceCapacity-instanceCapacity =-    InstanceCapacity'-    { _icAvailableCapacity = Nothing-    , _icInstanceType = Nothing-    , _icTotalCapacity = Nothing-    }---- | The number of instances that can still be launched onto the Dedicated--- host.-icAvailableCapacity :: Lens' InstanceCapacity (Maybe Int)-icAvailableCapacity = lens _icAvailableCapacity (\ s a -> s{_icAvailableCapacity = a});---- | The instance type size supported by the Dedicated host.-icInstanceType :: Lens' InstanceCapacity (Maybe Text)-icInstanceType = lens _icInstanceType (\ s a -> s{_icInstanceType = a});---- | The total number of instances that can be launched onto the Dedicated--- host.-icTotalCapacity :: Lens' InstanceCapacity (Maybe Int)-icTotalCapacity = lens _icTotalCapacity (\ s a -> s{_icTotalCapacity = a});--instance FromXML InstanceCapacity where-        parseXML x-          = InstanceCapacity' <$>-              (x .@? "availableCapacity") <*>-                (x .@? "instanceType")-                <*> (x .@? "totalCapacity")--instance Hashable InstanceCapacity--instance NFData InstanceCapacity---- | Describes a Reserved Instance listing state.------ /See:/ 'instanceCount' smart constructor.-data InstanceCount = InstanceCount'-    { _icState         :: !(Maybe ListingState)-    , _icInstanceCount :: !(Maybe Int)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InstanceCount' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'icState'------ * 'icInstanceCount'-instanceCount-    :: InstanceCount-instanceCount =-    InstanceCount'-    { _icState = Nothing-    , _icInstanceCount = Nothing-    }---- | The states of the listed Reserved Instances.-icState :: Lens' InstanceCount (Maybe ListingState)-icState = lens _icState (\ s a -> s{_icState = a});---- | The number of listed Reserved Instances in the state specified by the--- 'state'.-icInstanceCount :: Lens' InstanceCount (Maybe Int)-icInstanceCount = lens _icInstanceCount (\ s a -> s{_icInstanceCount = a});--instance FromXML InstanceCount where-        parseXML x-          = InstanceCount' <$>-              (x .@? "state") <*> (x .@? "instanceCount")--instance Hashable InstanceCount--instance NFData InstanceCount---- | Describes an instance to export.------ /See:/ 'instanceExportDetails' smart constructor.-data InstanceExportDetails = InstanceExportDetails'-    { _iedTargetEnvironment :: !(Maybe ExportEnvironment)-    , _iedInstanceId        :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InstanceExportDetails' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'iedTargetEnvironment'------ * 'iedInstanceId'-instanceExportDetails-    :: InstanceExportDetails-instanceExportDetails =-    InstanceExportDetails'-    { _iedTargetEnvironment = Nothing-    , _iedInstanceId = Nothing-    }---- | The target virtualization environment.-iedTargetEnvironment :: Lens' InstanceExportDetails (Maybe ExportEnvironment)-iedTargetEnvironment = lens _iedTargetEnvironment (\ s a -> s{_iedTargetEnvironment = a});---- | The ID of the resource being exported.-iedInstanceId :: Lens' InstanceExportDetails (Maybe Text)-iedInstanceId = lens _iedInstanceId (\ s a -> s{_iedInstanceId = a});--instance FromXML InstanceExportDetails where-        parseXML x-          = InstanceExportDetails' <$>-              (x .@? "targetEnvironment") <*> (x .@? "instanceId")--instance Hashable InstanceExportDetails--instance NFData InstanceExportDetails---- | Describes the monitoring information of the instance.------ /See:/ 'instanceMonitoring' smart constructor.-data InstanceMonitoring = InstanceMonitoring'-    { _imInstanceId :: !(Maybe Text)-    , _imMonitoring :: !(Maybe Monitoring)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InstanceMonitoring' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'imInstanceId'------ * 'imMonitoring'-instanceMonitoring-    :: InstanceMonitoring-instanceMonitoring =-    InstanceMonitoring'-    { _imInstanceId = Nothing-    , _imMonitoring = Nothing-    }---- | The ID of the instance.-imInstanceId :: Lens' InstanceMonitoring (Maybe Text)-imInstanceId = lens _imInstanceId (\ s a -> s{_imInstanceId = a});---- | The monitoring information.-imMonitoring :: Lens' InstanceMonitoring (Maybe Monitoring)-imMonitoring = lens _imMonitoring (\ s a -> s{_imMonitoring = a});--instance FromXML InstanceMonitoring where-        parseXML x-          = InstanceMonitoring' <$>-              (x .@? "instanceId") <*> (x .@? "monitoring")--instance Hashable InstanceMonitoring--instance NFData InstanceMonitoring---- | Describes a network interface.------ /See:/ 'instanceNetworkInterface' smart constructor.-data InstanceNetworkInterface = InstanceNetworkInterface'-    { _iniGroups             :: !(Maybe [GroupIdentifier])-    , _iniStatus             :: !(Maybe NetworkInterfaceStatus)-    , _iniPrivateIPAddresses :: !(Maybe [InstancePrivateIPAddress])-    , _iniSourceDestCheck    :: !(Maybe Bool)-    , _iniVPCId              :: !(Maybe Text)-    , _iniNetworkInterfaceId :: !(Maybe Text)-    , _iniSubnetId           :: !(Maybe Text)-    , _iniMACAddress         :: !(Maybe Text)-    , _iniAttachment         :: !(Maybe InstanceNetworkInterfaceAttachment)-    , _iniOwnerId            :: !(Maybe Text)-    , _iniPrivateIPAddress   :: !(Maybe Text)-    , _iniPrivateDNSName     :: !(Maybe Text)-    , _iniDescription        :: !(Maybe Text)-    , _iniAssociation        :: !(Maybe InstanceNetworkInterfaceAssociation)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InstanceNetworkInterface' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'iniGroups'------ * 'iniStatus'------ * 'iniPrivateIPAddresses'------ * 'iniSourceDestCheck'------ * 'iniVPCId'------ * 'iniNetworkInterfaceId'------ * 'iniSubnetId'------ * 'iniMACAddress'------ * 'iniAttachment'------ * 'iniOwnerId'------ * 'iniPrivateIPAddress'------ * 'iniPrivateDNSName'------ * 'iniDescription'------ * 'iniAssociation'-instanceNetworkInterface-    :: InstanceNetworkInterface-instanceNetworkInterface =-    InstanceNetworkInterface'-    { _iniGroups = Nothing-    , _iniStatus = Nothing-    , _iniPrivateIPAddresses = Nothing-    , _iniSourceDestCheck = Nothing-    , _iniVPCId = Nothing-    , _iniNetworkInterfaceId = Nothing-    , _iniSubnetId = Nothing-    , _iniMACAddress = Nothing-    , _iniAttachment = Nothing-    , _iniOwnerId = Nothing-    , _iniPrivateIPAddress = Nothing-    , _iniPrivateDNSName = Nothing-    , _iniDescription = Nothing-    , _iniAssociation = Nothing-    }---- | One or more security groups.-iniGroups :: Lens' InstanceNetworkInterface [GroupIdentifier]-iniGroups = lens _iniGroups (\ s a -> s{_iniGroups = a}) . _Default . _Coerce;---- | The status of the network interface.-iniStatus :: Lens' InstanceNetworkInterface (Maybe NetworkInterfaceStatus)-iniStatus = lens _iniStatus (\ s a -> s{_iniStatus = a});---- | The private IP addresses associated with the network interface.-iniPrivateIPAddresses :: Lens' InstanceNetworkInterface [InstancePrivateIPAddress]-iniPrivateIPAddresses = lens _iniPrivateIPAddresses (\ s a -> s{_iniPrivateIPAddresses = a}) . _Default . _Coerce;---- | Indicates whether to validate network traffic to or from this network--- interface.-iniSourceDestCheck :: Lens' InstanceNetworkInterface (Maybe Bool)-iniSourceDestCheck = lens _iniSourceDestCheck (\ s a -> s{_iniSourceDestCheck = a});---- | The ID of the VPC.-iniVPCId :: Lens' InstanceNetworkInterface (Maybe Text)-iniVPCId = lens _iniVPCId (\ s a -> s{_iniVPCId = a});---- | The ID of the network interface.-iniNetworkInterfaceId :: Lens' InstanceNetworkInterface (Maybe Text)-iniNetworkInterfaceId = lens _iniNetworkInterfaceId (\ s a -> s{_iniNetworkInterfaceId = a});---- | The ID of the subnet.-iniSubnetId :: Lens' InstanceNetworkInterface (Maybe Text)-iniSubnetId = lens _iniSubnetId (\ s a -> s{_iniSubnetId = a});---- | The MAC address.-iniMACAddress :: Lens' InstanceNetworkInterface (Maybe Text)-iniMACAddress = lens _iniMACAddress (\ s a -> s{_iniMACAddress = a});---- | The network interface attachment.-iniAttachment :: Lens' InstanceNetworkInterface (Maybe InstanceNetworkInterfaceAttachment)-iniAttachment = lens _iniAttachment (\ s a -> s{_iniAttachment = a});---- | The ID of the AWS account that created the network interface.-iniOwnerId :: Lens' InstanceNetworkInterface (Maybe Text)-iniOwnerId = lens _iniOwnerId (\ s a -> s{_iniOwnerId = a});---- | The IP address of the network interface within the subnet.-iniPrivateIPAddress :: Lens' InstanceNetworkInterface (Maybe Text)-iniPrivateIPAddress = lens _iniPrivateIPAddress (\ s a -> s{_iniPrivateIPAddress = a});---- | The private DNS name.-iniPrivateDNSName :: Lens' InstanceNetworkInterface (Maybe Text)-iniPrivateDNSName = lens _iniPrivateDNSName (\ s a -> s{_iniPrivateDNSName = a});---- | The description.-iniDescription :: Lens' InstanceNetworkInterface (Maybe Text)-iniDescription = lens _iniDescription (\ s a -> s{_iniDescription = a});---- | The association information for an Elastic IP associated with the--- network interface.-iniAssociation :: Lens' InstanceNetworkInterface (Maybe InstanceNetworkInterfaceAssociation)-iniAssociation = lens _iniAssociation (\ s a -> s{_iniAssociation = a});--instance FromXML InstanceNetworkInterface where-        parseXML x-          = InstanceNetworkInterface' <$>-              (x .@? "groupSet" .!@ mempty >>=-                 may (parseXMLList "item"))-                <*> (x .@? "status")-                <*>-                (x .@? "privateIpAddressesSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "sourceDestCheck")-                <*> (x .@? "vpcId")-                <*> (x .@? "networkInterfaceId")-                <*> (x .@? "subnetId")-                <*> (x .@? "macAddress")-                <*> (x .@? "attachment")-                <*> (x .@? "ownerId")-                <*> (x .@? "privateIpAddress")-                <*> (x .@? "privateDnsName")-                <*> (x .@? "description")-                <*> (x .@? "association")--instance Hashable InstanceNetworkInterface--instance NFData InstanceNetworkInterface---- | Describes association information for an Elastic IP address.------ /See:/ 'instanceNetworkInterfaceAssociation' smart constructor.-data InstanceNetworkInterfaceAssociation = InstanceNetworkInterfaceAssociation'-    { _iniaPublicDNSName :: !(Maybe Text)-    , _iniaIPOwnerId     :: !(Maybe Text)-    , _iniaPublicIP      :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InstanceNetworkInterfaceAssociation' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'iniaPublicDNSName'------ * 'iniaIPOwnerId'------ * 'iniaPublicIP'-instanceNetworkInterfaceAssociation-    :: InstanceNetworkInterfaceAssociation-instanceNetworkInterfaceAssociation =-    InstanceNetworkInterfaceAssociation'-    { _iniaPublicDNSName = Nothing-    , _iniaIPOwnerId = Nothing-    , _iniaPublicIP = Nothing-    }---- | The public DNS name.-iniaPublicDNSName :: Lens' InstanceNetworkInterfaceAssociation (Maybe Text)-iniaPublicDNSName = lens _iniaPublicDNSName (\ s a -> s{_iniaPublicDNSName = a});---- | The ID of the owner of the Elastic IP address.-iniaIPOwnerId :: Lens' InstanceNetworkInterfaceAssociation (Maybe Text)-iniaIPOwnerId = lens _iniaIPOwnerId (\ s a -> s{_iniaIPOwnerId = a});---- | The public IP address or Elastic IP address bound to the network--- interface.-iniaPublicIP :: Lens' InstanceNetworkInterfaceAssociation (Maybe Text)-iniaPublicIP = lens _iniaPublicIP (\ s a -> s{_iniaPublicIP = a});--instance FromXML InstanceNetworkInterfaceAssociation-         where-        parseXML x-          = InstanceNetworkInterfaceAssociation' <$>-              (x .@? "publicDnsName") <*> (x .@? "ipOwnerId") <*>-                (x .@? "publicIp")--instance Hashable InstanceNetworkInterfaceAssociation--instance NFData InstanceNetworkInterfaceAssociation---- | Describes a network interface attachment.------ /See:/ 'instanceNetworkInterfaceAttachment' smart constructor.-data InstanceNetworkInterfaceAttachment = InstanceNetworkInterfaceAttachment'-    { _iniaStatus              :: !(Maybe AttachmentStatus)-    , _iniaDeleteOnTermination :: !(Maybe Bool)-    , _iniaAttachmentId        :: !(Maybe Text)-    , _iniaAttachTime          :: !(Maybe ISO8601)-    , _iniaDeviceIndex         :: !(Maybe Int)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InstanceNetworkInterfaceAttachment' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'iniaStatus'------ * 'iniaDeleteOnTermination'------ * 'iniaAttachmentId'------ * 'iniaAttachTime'------ * 'iniaDeviceIndex'-instanceNetworkInterfaceAttachment-    :: InstanceNetworkInterfaceAttachment-instanceNetworkInterfaceAttachment =-    InstanceNetworkInterfaceAttachment'-    { _iniaStatus = Nothing-    , _iniaDeleteOnTermination = Nothing-    , _iniaAttachmentId = Nothing-    , _iniaAttachTime = Nothing-    , _iniaDeviceIndex = Nothing-    }---- | The attachment state.-iniaStatus :: Lens' InstanceNetworkInterfaceAttachment (Maybe AttachmentStatus)-iniaStatus = lens _iniaStatus (\ s a -> s{_iniaStatus = a});---- | Indicates whether the network interface is deleted when the instance is--- terminated.-iniaDeleteOnTermination :: Lens' InstanceNetworkInterfaceAttachment (Maybe Bool)-iniaDeleteOnTermination = lens _iniaDeleteOnTermination (\ s a -> s{_iniaDeleteOnTermination = a});---- | The ID of the network interface attachment.-iniaAttachmentId :: Lens' InstanceNetworkInterfaceAttachment (Maybe Text)-iniaAttachmentId = lens _iniaAttachmentId (\ s a -> s{_iniaAttachmentId = a});---- | The time stamp when the attachment initiated.-iniaAttachTime :: Lens' InstanceNetworkInterfaceAttachment (Maybe UTCTime)-iniaAttachTime = lens _iniaAttachTime (\ s a -> s{_iniaAttachTime = a}) . mapping _Time;---- | The index of the device on the instance for the network interface--- attachment.-iniaDeviceIndex :: Lens' InstanceNetworkInterfaceAttachment (Maybe Int)-iniaDeviceIndex = lens _iniaDeviceIndex (\ s a -> s{_iniaDeviceIndex = a});--instance FromXML InstanceNetworkInterfaceAttachment-         where-        parseXML x-          = InstanceNetworkInterfaceAttachment' <$>-              (x .@? "status") <*> (x .@? "deleteOnTermination")-                <*> (x .@? "attachmentId")-                <*> (x .@? "attachTime")-                <*> (x .@? "deviceIndex")--instance Hashable InstanceNetworkInterfaceAttachment--instance NFData InstanceNetworkInterfaceAttachment---- | Describes a network interface.------ /See:/ 'instanceNetworkInterfaceSpecification' smart constructor.-data InstanceNetworkInterfaceSpecification = InstanceNetworkInterfaceSpecification'-    { _inisGroups                         :: !(Maybe [Text])-    , _inisPrivateIPAddresses             :: !(Maybe [PrivateIPAddressSpecification])-    , _inisDeleteOnTermination            :: !(Maybe Bool)-    , _inisAssociatePublicIPAddress       :: !(Maybe Bool)-    , _inisNetworkInterfaceId             :: !(Maybe Text)-    , _inisSubnetId                       :: !(Maybe Text)-    , _inisPrivateIPAddress               :: !(Maybe Text)-    , _inisSecondaryPrivateIPAddressCount :: !(Maybe Int)-    , _inisDescription                    :: !(Maybe Text)-    , _inisDeviceIndex                    :: !(Maybe Int)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InstanceNetworkInterfaceSpecification' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'inisGroups'------ * 'inisPrivateIPAddresses'------ * 'inisDeleteOnTermination'------ * 'inisAssociatePublicIPAddress'------ * 'inisNetworkInterfaceId'------ * 'inisSubnetId'------ * 'inisPrivateIPAddress'------ * 'inisSecondaryPrivateIPAddressCount'------ * 'inisDescription'------ * 'inisDeviceIndex'-instanceNetworkInterfaceSpecification-    :: InstanceNetworkInterfaceSpecification-instanceNetworkInterfaceSpecification =-    InstanceNetworkInterfaceSpecification'-    { _inisGroups = Nothing-    , _inisPrivateIPAddresses = Nothing-    , _inisDeleteOnTermination = Nothing-    , _inisAssociatePublicIPAddress = Nothing-    , _inisNetworkInterfaceId = Nothing-    , _inisSubnetId = Nothing-    , _inisPrivateIPAddress = Nothing-    , _inisSecondaryPrivateIPAddressCount = Nothing-    , _inisDescription = Nothing-    , _inisDeviceIndex = Nothing-    }---- | The IDs of the security groups for the network interface. Applies only--- if creating a network interface when launching an instance.-inisGroups :: Lens' InstanceNetworkInterfaceSpecification [Text]-inisGroups = lens _inisGroups (\ s a -> s{_inisGroups = a}) . _Default . _Coerce;---- | One or more private IP addresses to assign to the network interface.--- Only one private IP address can be designated as primary.-inisPrivateIPAddresses :: Lens' InstanceNetworkInterfaceSpecification [PrivateIPAddressSpecification]-inisPrivateIPAddresses = lens _inisPrivateIPAddresses (\ s a -> s{_inisPrivateIPAddresses = a}) . _Default . _Coerce;---- | If set to 'true', the interface is deleted when the instance is--- terminated. You can specify 'true' only if creating a new network--- interface when launching an instance.-inisDeleteOnTermination :: Lens' InstanceNetworkInterfaceSpecification (Maybe Bool)-inisDeleteOnTermination = lens _inisDeleteOnTermination (\ s a -> s{_inisDeleteOnTermination = a});---- | Indicates whether to assign a public IP address to an instance you--- launch in a VPC. The public IP address can only be assigned to a network--- interface for eth0, and can only be assigned to a new network interface,--- not an existing one. You cannot specify more than one network interface--- in the request. If launching into a default subnet, the default value is--- 'true'.-inisAssociatePublicIPAddress :: Lens' InstanceNetworkInterfaceSpecification (Maybe Bool)-inisAssociatePublicIPAddress = lens _inisAssociatePublicIPAddress (\ s a -> s{_inisAssociatePublicIPAddress = a});---- | The ID of the network interface.-inisNetworkInterfaceId :: Lens' InstanceNetworkInterfaceSpecification (Maybe Text)-inisNetworkInterfaceId = lens _inisNetworkInterfaceId (\ s a -> s{_inisNetworkInterfaceId = a});---- | The ID of the subnet associated with the network string. Applies only if--- creating a network interface when launching an instance.-inisSubnetId :: Lens' InstanceNetworkInterfaceSpecification (Maybe Text)-inisSubnetId = lens _inisSubnetId (\ s a -> s{_inisSubnetId = a});---- | The private IP address of the network interface. Applies only if--- creating a network interface when launching an instance.-inisPrivateIPAddress :: Lens' InstanceNetworkInterfaceSpecification (Maybe Text)-inisPrivateIPAddress = lens _inisPrivateIPAddress (\ s a -> s{_inisPrivateIPAddress = a});---- | The number of secondary private IP addresses. You can\'t specify this--- option and specify more than one private IP address using the private IP--- addresses option.-inisSecondaryPrivateIPAddressCount :: Lens' InstanceNetworkInterfaceSpecification (Maybe Int)-inisSecondaryPrivateIPAddressCount = lens _inisSecondaryPrivateIPAddressCount (\ s a -> s{_inisSecondaryPrivateIPAddressCount = a});---- | The description of the network interface. Applies only if creating a--- network interface when launching an instance.-inisDescription :: Lens' InstanceNetworkInterfaceSpecification (Maybe Text)-inisDescription = lens _inisDescription (\ s a -> s{_inisDescription = a});---- | The index of the device on the instance for the network interface--- attachment. If you are specifying a network interface in a--- < RunInstances> request, you must provide the device index.-inisDeviceIndex :: Lens' InstanceNetworkInterfaceSpecification (Maybe Int)-inisDeviceIndex = lens _inisDeviceIndex (\ s a -> s{_inisDeviceIndex = a});--instance FromXML-         InstanceNetworkInterfaceSpecification where-        parseXML x-          = InstanceNetworkInterfaceSpecification' <$>-              (x .@? "SecurityGroupId" .!@ mempty >>=-                 may (parseXMLList "SecurityGroupId"))-                <*>-                (x .@? "privateIpAddressesSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "deleteOnTermination")-                <*> (x .@? "associatePublicIpAddress")-                <*> (x .@? "networkInterfaceId")-                <*> (x .@? "subnetId")-                <*> (x .@? "privateIpAddress")-                <*> (x .@? "secondaryPrivateIpAddressCount")-                <*> (x .@? "description")-                <*> (x .@? "deviceIndex")--instance Hashable-         InstanceNetworkInterfaceSpecification--instance NFData InstanceNetworkInterfaceSpecification--instance ToQuery-         InstanceNetworkInterfaceSpecification where-        toQuery InstanceNetworkInterfaceSpecification'{..}-          = mconcat-              [toQuery-                 (toQueryList "SecurityGroupId" <$> _inisGroups),-               toQuery-                 (toQueryList "PrivateIpAddresses" <$>-                    _inisPrivateIPAddresses),-               "DeleteOnTermination" =: _inisDeleteOnTermination,-               "AssociatePublicIpAddress" =:-                 _inisAssociatePublicIPAddress,-               "NetworkInterfaceId" =: _inisNetworkInterfaceId,-               "SubnetId" =: _inisSubnetId,-               "PrivateIpAddress" =: _inisPrivateIPAddress,-               "SecondaryPrivateIpAddressCount" =:-                 _inisSecondaryPrivateIPAddressCount,-               "Description" =: _inisDescription,-               "DeviceIndex" =: _inisDeviceIndex]---- | Describes a private IP address.------ /See:/ 'instancePrivateIPAddress' smart constructor.-data InstancePrivateIPAddress = InstancePrivateIPAddress'-    { _ipiaPrimary          :: !(Maybe Bool)-    , _ipiaPrivateIPAddress :: !(Maybe Text)-    , _ipiaPrivateDNSName   :: !(Maybe Text)-    , _ipiaAssociation      :: !(Maybe InstanceNetworkInterfaceAssociation)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InstancePrivateIPAddress' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ipiaPrimary'------ * 'ipiaPrivateIPAddress'------ * 'ipiaPrivateDNSName'------ * 'ipiaAssociation'-instancePrivateIPAddress-    :: InstancePrivateIPAddress-instancePrivateIPAddress =-    InstancePrivateIPAddress'-    { _ipiaPrimary = Nothing-    , _ipiaPrivateIPAddress = Nothing-    , _ipiaPrivateDNSName = Nothing-    , _ipiaAssociation = Nothing-    }---- | Indicates whether this IP address is the primary private IP address of--- the network interface.-ipiaPrimary :: Lens' InstancePrivateIPAddress (Maybe Bool)-ipiaPrimary = lens _ipiaPrimary (\ s a -> s{_ipiaPrimary = a});---- | The private IP address of the network interface.-ipiaPrivateIPAddress :: Lens' InstancePrivateIPAddress (Maybe Text)-ipiaPrivateIPAddress = lens _ipiaPrivateIPAddress (\ s a -> s{_ipiaPrivateIPAddress = a});---- | The private DNS name.-ipiaPrivateDNSName :: Lens' InstancePrivateIPAddress (Maybe Text)-ipiaPrivateDNSName = lens _ipiaPrivateDNSName (\ s a -> s{_ipiaPrivateDNSName = a});---- | The association information for an Elastic IP address for the network--- interface.-ipiaAssociation :: Lens' InstancePrivateIPAddress (Maybe InstanceNetworkInterfaceAssociation)-ipiaAssociation = lens _ipiaAssociation (\ s a -> s{_ipiaAssociation = a});--instance FromXML InstancePrivateIPAddress where-        parseXML x-          = InstancePrivateIPAddress' <$>-              (x .@? "primary") <*> (x .@? "privateIpAddress") <*>-                (x .@? "privateDnsName")-                <*> (x .@? "association")--instance Hashable InstancePrivateIPAddress--instance NFData InstancePrivateIPAddress---- | Describes the current state of the instance.------ /See:/ 'instanceState' smart constructor.-data InstanceState = InstanceState'-    { _isName :: !InstanceStateName-    , _isCode :: !Int-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InstanceState' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'isName'------ * 'isCode'-instanceState-    :: InstanceStateName -- ^ 'isName'-    -> Int -- ^ 'isCode'-    -> InstanceState-instanceState pName_ pCode_ =-    InstanceState'-    { _isName = pName_-    , _isCode = pCode_-    }---- | The current state of the instance.-isName :: Lens' InstanceState InstanceStateName-isName = lens _isName (\ s a -> s{_isName = a});---- | The low byte represents the state. The high byte is an opaque internal--- value and should be ignored.------ -   '0' : 'pending'------ -   '16' : 'running'------ -   '32' : 'shutting-down'------ -   '48' : 'terminated'------ -   '64' : 'stopping'------ -   '80' : 'stopped'----isCode :: Lens' InstanceState Int-isCode = lens _isCode (\ s a -> s{_isCode = a});--instance FromXML InstanceState where-        parseXML x-          = InstanceState' <$> (x .@ "name") <*> (x .@ "code")--instance Hashable InstanceState--instance NFData InstanceState---- | Describes an instance state change.------ /See:/ 'instanceStateChange' smart constructor.-data InstanceStateChange = InstanceStateChange'-    { _iscInstanceId    :: !(Maybe Text)-    , _iscCurrentState  :: !(Maybe InstanceState)-    , _iscPreviousState :: !(Maybe InstanceState)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InstanceStateChange' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'iscInstanceId'------ * 'iscCurrentState'------ * 'iscPreviousState'-instanceStateChange-    :: InstanceStateChange-instanceStateChange =-    InstanceStateChange'-    { _iscInstanceId = Nothing-    , _iscCurrentState = Nothing-    , _iscPreviousState = Nothing-    }---- | The ID of the instance.-iscInstanceId :: Lens' InstanceStateChange (Maybe Text)-iscInstanceId = lens _iscInstanceId (\ s a -> s{_iscInstanceId = a});---- | The current state of the instance.-iscCurrentState :: Lens' InstanceStateChange (Maybe InstanceState)-iscCurrentState = lens _iscCurrentState (\ s a -> s{_iscCurrentState = a});---- | The previous state of the instance.-iscPreviousState :: Lens' InstanceStateChange (Maybe InstanceState)-iscPreviousState = lens _iscPreviousState (\ s a -> s{_iscPreviousState = a});--instance FromXML InstanceStateChange where-        parseXML x-          = InstanceStateChange' <$>-              (x .@? "instanceId") <*> (x .@? "currentState") <*>-                (x .@? "previousState")--instance Hashable InstanceStateChange--instance NFData InstanceStateChange---- | Describes the status of an instance.------ /See:/ 'instanceStatus' smart constructor.-data InstanceStatus = InstanceStatus'-    { _isInstanceId       :: !(Maybe Text)-    , _isSystemStatus     :: !(Maybe InstanceStatusSummary)-    , _isEvents           :: !(Maybe [InstanceStatusEvent])-    , _isAvailabilityZone :: !(Maybe Text)-    , _isInstanceStatus   :: !(Maybe InstanceStatusSummary)-    , _isInstanceState    :: !(Maybe InstanceState)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InstanceStatus' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'isInstanceId'------ * 'isSystemStatus'------ * 'isEvents'------ * 'isAvailabilityZone'------ * 'isInstanceStatus'------ * 'isInstanceState'-instanceStatus-    :: InstanceStatus-instanceStatus =-    InstanceStatus'-    { _isInstanceId = Nothing-    , _isSystemStatus = Nothing-    , _isEvents = Nothing-    , _isAvailabilityZone = Nothing-    , _isInstanceStatus = Nothing-    , _isInstanceState = Nothing-    }---- | The ID of the instance.-isInstanceId :: Lens' InstanceStatus (Maybe Text)-isInstanceId = lens _isInstanceId (\ s a -> s{_isInstanceId = a});---- | Reports impaired functionality that stems from issues related to the--- systems that support an instance, such as hardware failures and network--- connectivity problems.-isSystemStatus :: Lens' InstanceStatus (Maybe InstanceStatusSummary)-isSystemStatus = lens _isSystemStatus (\ s a -> s{_isSystemStatus = a});---- | Any scheduled events associated with the instance.-isEvents :: Lens' InstanceStatus [InstanceStatusEvent]-isEvents = lens _isEvents (\ s a -> s{_isEvents = a}) . _Default . _Coerce;---- | The Availability Zone of the instance.-isAvailabilityZone :: Lens' InstanceStatus (Maybe Text)-isAvailabilityZone = lens _isAvailabilityZone (\ s a -> s{_isAvailabilityZone = a});---- | Reports impaired functionality that stems from issues internal to the--- instance, such as impaired reachability.-isInstanceStatus :: Lens' InstanceStatus (Maybe InstanceStatusSummary)-isInstanceStatus = lens _isInstanceStatus (\ s a -> s{_isInstanceStatus = a});---- | The intended state of the instance. < DescribeInstanceStatus> requires--- that an instance be in the 'running' state.-isInstanceState :: Lens' InstanceStatus (Maybe InstanceState)-isInstanceState = lens _isInstanceState (\ s a -> s{_isInstanceState = a});--instance FromXML InstanceStatus where-        parseXML x-          = InstanceStatus' <$>-              (x .@? "instanceId") <*> (x .@? "systemStatus") <*>-                (x .@? "eventsSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "availabilityZone")-                <*> (x .@? "instanceStatus")-                <*> (x .@? "instanceState")--instance Hashable InstanceStatus--instance NFData InstanceStatus---- | Describes the instance status.------ /See:/ 'instanceStatusDetails' smart constructor.-data InstanceStatusDetails = InstanceStatusDetails'-    { _isdStatus        :: !(Maybe StatusType)-    , _isdImpairedSince :: !(Maybe ISO8601)-    , _isdName          :: !(Maybe StatusName)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InstanceStatusDetails' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'isdStatus'------ * 'isdImpairedSince'------ * 'isdName'-instanceStatusDetails-    :: InstanceStatusDetails-instanceStatusDetails =-    InstanceStatusDetails'-    { _isdStatus = Nothing-    , _isdImpairedSince = Nothing-    , _isdName = Nothing-    }---- | The status.-isdStatus :: Lens' InstanceStatusDetails (Maybe StatusType)-isdStatus = lens _isdStatus (\ s a -> s{_isdStatus = a});---- | The time when a status check failed. For an instance that was launched--- and impaired, this is the time when the instance was launched.-isdImpairedSince :: Lens' InstanceStatusDetails (Maybe UTCTime)-isdImpairedSince = lens _isdImpairedSince (\ s a -> s{_isdImpairedSince = a}) . mapping _Time;---- | The type of instance status.-isdName :: Lens' InstanceStatusDetails (Maybe StatusName)-isdName = lens _isdName (\ s a -> s{_isdName = a});--instance FromXML InstanceStatusDetails where-        parseXML x-          = InstanceStatusDetails' <$>-              (x .@? "status") <*> (x .@? "impairedSince") <*>-                (x .@? "name")--instance Hashable InstanceStatusDetails--instance NFData InstanceStatusDetails---- | Describes a scheduled event for an instance.------ /See:/ 'instanceStatusEvent' smart constructor.-data InstanceStatusEvent = InstanceStatusEvent'-    { _iseNotBefore   :: !(Maybe ISO8601)-    , _iseCode        :: !(Maybe EventCode)-    , _iseDescription :: !(Maybe Text)-    , _iseNotAfter    :: !(Maybe ISO8601)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InstanceStatusEvent' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'iseNotBefore'------ * 'iseCode'------ * 'iseDescription'------ * 'iseNotAfter'-instanceStatusEvent-    :: InstanceStatusEvent-instanceStatusEvent =-    InstanceStatusEvent'-    { _iseNotBefore = Nothing-    , _iseCode = Nothing-    , _iseDescription = Nothing-    , _iseNotAfter = Nothing-    }---- | The earliest scheduled start time for the event.-iseNotBefore :: Lens' InstanceStatusEvent (Maybe UTCTime)-iseNotBefore = lens _iseNotBefore (\ s a -> s{_iseNotBefore = a}) . mapping _Time;---- | The event code.-iseCode :: Lens' InstanceStatusEvent (Maybe EventCode)-iseCode = lens _iseCode (\ s a -> s{_iseCode = a});---- | A description of the event.------ After a scheduled event is completed, it can still be described for up--- to a week. If the event has been completed, this description starts with--- the following text: [Completed].-iseDescription :: Lens' InstanceStatusEvent (Maybe Text)-iseDescription = lens _iseDescription (\ s a -> s{_iseDescription = a});---- | The latest scheduled end time for the event.-iseNotAfter :: Lens' InstanceStatusEvent (Maybe UTCTime)-iseNotAfter = lens _iseNotAfter (\ s a -> s{_iseNotAfter = a}) . mapping _Time;--instance FromXML InstanceStatusEvent where-        parseXML x-          = InstanceStatusEvent' <$>-              (x .@? "notBefore") <*> (x .@? "code") <*>-                (x .@? "description")-                <*> (x .@? "notAfter")--instance Hashable InstanceStatusEvent--instance NFData InstanceStatusEvent---- | Describes the status of an instance.------ /See:/ 'instanceStatusSummary' smart constructor.-data InstanceStatusSummary = InstanceStatusSummary'-    { _issDetails :: !(Maybe [InstanceStatusDetails])-    , _issStatus  :: !SummaryStatus-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InstanceStatusSummary' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'issDetails'------ * 'issStatus'-instanceStatusSummary-    :: SummaryStatus -- ^ 'issStatus'-    -> InstanceStatusSummary-instanceStatusSummary pStatus_ =-    InstanceStatusSummary'-    { _issDetails = Nothing-    , _issStatus = pStatus_-    }---- | The system instance health or application instance health.-issDetails :: Lens' InstanceStatusSummary [InstanceStatusDetails]-issDetails = lens _issDetails (\ s a -> s{_issDetails = a}) . _Default . _Coerce;---- | The status.-issStatus :: Lens' InstanceStatusSummary SummaryStatus-issStatus = lens _issStatus (\ s a -> s{_issStatus = a});--instance FromXML InstanceStatusSummary where-        parseXML x-          = InstanceStatusSummary' <$>-              (x .@? "details" .!@ mempty >>=-                 may (parseXMLList "item"))-                <*> (x .@ "status")--instance Hashable InstanceStatusSummary--instance NFData InstanceStatusSummary---- | Describes an Internet gateway.------ /See:/ 'internetGateway' smart constructor.-data InternetGateway = InternetGateway'-    { _igAttachments       :: !(Maybe [InternetGatewayAttachment])-    , _igTags              :: !(Maybe [Tag])-    , _igInternetGatewayId :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InternetGateway' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'igAttachments'------ * 'igTags'------ * 'igInternetGatewayId'-internetGateway-    :: Text -- ^ 'igInternetGatewayId'-    -> InternetGateway-internetGateway pInternetGatewayId_ =-    InternetGateway'-    { _igAttachments = Nothing-    , _igTags = Nothing-    , _igInternetGatewayId = pInternetGatewayId_-    }---- | Any VPCs attached to the Internet gateway.-igAttachments :: Lens' InternetGateway [InternetGatewayAttachment]-igAttachments = lens _igAttachments (\ s a -> s{_igAttachments = a}) . _Default . _Coerce;---- | Any tags assigned to the Internet gateway.-igTags :: Lens' InternetGateway [Tag]-igTags = lens _igTags (\ s a -> s{_igTags = a}) . _Default . _Coerce;---- | The ID of the Internet gateway.-igInternetGatewayId :: Lens' InternetGateway Text-igInternetGatewayId = lens _igInternetGatewayId (\ s a -> s{_igInternetGatewayId = a});--instance FromXML InternetGateway where-        parseXML x-          = InternetGateway' <$>-              (x .@? "attachmentSet" .!@ mempty >>=-                 may (parseXMLList "item"))-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@ "internetGatewayId")--instance Hashable InternetGateway--instance NFData InternetGateway---- | Describes the attachment of a VPC to an Internet gateway.------ /See:/ 'internetGatewayAttachment' smart constructor.-data InternetGatewayAttachment = InternetGatewayAttachment'-    { _igaState :: !AttachmentStatus-    , _igaVPCId :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'InternetGatewayAttachment' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'igaState'------ * 'igaVPCId'-internetGatewayAttachment-    :: AttachmentStatus -- ^ 'igaState'-    -> Text -- ^ 'igaVPCId'-    -> InternetGatewayAttachment-internetGatewayAttachment pState_ pVPCId_ =-    InternetGatewayAttachment'-    { _igaState = pState_-    , _igaVPCId = pVPCId_-    }---- | The current state of the attachment.-igaState :: Lens' InternetGatewayAttachment AttachmentStatus-igaState = lens _igaState (\ s a -> s{_igaState = a});---- | The ID of the VPC.-igaVPCId :: Lens' InternetGatewayAttachment Text-igaVPCId = lens _igaVPCId (\ s a -> s{_igaVPCId = a});--instance FromXML InternetGatewayAttachment where-        parseXML x-          = InternetGatewayAttachment' <$>-              (x .@ "state") <*> (x .@ "vpcId")--instance Hashable InternetGatewayAttachment--instance NFData InternetGatewayAttachment---- | Describes a key pair.------ /See:/ 'keyPairInfo' smart constructor.-data KeyPairInfo = KeyPairInfo'-    { _kpiKeyFingerprint :: !(Maybe Text)-    , _kpiKeyName        :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'KeyPairInfo' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'kpiKeyFingerprint'------ * 'kpiKeyName'-keyPairInfo-    :: KeyPairInfo-keyPairInfo =-    KeyPairInfo'-    { _kpiKeyFingerprint = Nothing-    , _kpiKeyName = Nothing-    }---- | If you used < CreateKeyPair> to create the key pair, this is the SHA-1--- digest of the DER encoded private key. If you used < ImportKeyPair> to--- provide AWS the public key, this is the MD5 public key fingerprint as--- specified in section 4 of RFC4716.-kpiKeyFingerprint :: Lens' KeyPairInfo (Maybe Text)-kpiKeyFingerprint = lens _kpiKeyFingerprint (\ s a -> s{_kpiKeyFingerprint = a});---- | The name of the key pair.-kpiKeyName :: Lens' KeyPairInfo (Maybe Text)-kpiKeyName = lens _kpiKeyName (\ s a -> s{_kpiKeyName = a});--instance FromXML KeyPairInfo where-        parseXML x-          = KeyPairInfo' <$>-              (x .@? "keyFingerprint") <*> (x .@? "keyName")--instance Hashable KeyPairInfo--instance NFData KeyPairInfo---- | Describes a launch permission.------ /See:/ 'launchPermission' smart constructor.-data LaunchPermission = LaunchPermission'-    { _lpGroup  :: !(Maybe PermissionGroup)-    , _lpUserId :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'LaunchPermission' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'lpGroup'------ * 'lpUserId'-launchPermission-    :: LaunchPermission-launchPermission =-    LaunchPermission'-    { _lpGroup = Nothing-    , _lpUserId = Nothing-    }---- | The name of the group.-lpGroup :: Lens' LaunchPermission (Maybe PermissionGroup)-lpGroup = lens _lpGroup (\ s a -> s{_lpGroup = a});---- | The AWS account ID.-lpUserId :: Lens' LaunchPermission (Maybe Text)-lpUserId = lens _lpUserId (\ s a -> s{_lpUserId = a});--instance FromXML LaunchPermission where-        parseXML x-          = LaunchPermission' <$>-              (x .@? "group") <*> (x .@? "userId")--instance Hashable LaunchPermission--instance NFData LaunchPermission--instance ToQuery LaunchPermission where-        toQuery LaunchPermission'{..}-          = mconcat-              ["Group" =: _lpGroup, "UserId" =: _lpUserId]---- | Describes a launch permission modification.------ /See:/ 'launchPermissionModifications' smart constructor.-data LaunchPermissionModifications = LaunchPermissionModifications'-    { _lpmRemove :: !(Maybe [LaunchPermission])-    , _lpmAdd    :: !(Maybe [LaunchPermission])-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'LaunchPermissionModifications' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'lpmRemove'------ * 'lpmAdd'-launchPermissionModifications-    :: LaunchPermissionModifications-launchPermissionModifications =-    LaunchPermissionModifications'-    { _lpmRemove = Nothing-    , _lpmAdd = Nothing-    }---- | The AWS account ID to remove from the list of launch permissions for the--- AMI.-lpmRemove :: Lens' LaunchPermissionModifications [LaunchPermission]-lpmRemove = lens _lpmRemove (\ s a -> s{_lpmRemove = a}) . _Default . _Coerce;---- | The AWS account ID to add to the list of launch permissions for the AMI.-lpmAdd :: Lens' LaunchPermissionModifications [LaunchPermission]-lpmAdd = lens _lpmAdd (\ s a -> s{_lpmAdd = a}) . _Default . _Coerce;--instance Hashable LaunchPermissionModifications--instance NFData LaunchPermissionModifications--instance ToQuery LaunchPermissionModifications where-        toQuery LaunchPermissionModifications'{..}-          = mconcat-              [toQuery (toQueryList "Remove" <$> _lpmRemove),-               toQuery (toQueryList "Add" <$> _lpmAdd)]---- | Describes the launch specification for an instance.------ /See:/ 'launchSpecification' smart constructor.-data LaunchSpecification = LaunchSpecification'-    { _lsSecurityGroups      :: !(Maybe [GroupIdentifier])-    , _lsKeyName             :: !(Maybe Text)-    , _lsNetworkInterfaces   :: !(Maybe [InstanceNetworkInterfaceSpecification])-    , _lsRAMDiskId           :: !(Maybe Text)-    , _lsSubnetId            :: !(Maybe Text)-    , _lsKernelId            :: !(Maybe Text)-    , _lsInstanceType        :: !(Maybe InstanceType)-    , _lsEBSOptimized        :: !(Maybe Bool)-    , _lsUserData            :: !(Maybe Text)-    , _lsMonitoring          :: !(Maybe RunInstancesMonitoringEnabled)-    , _lsIAMInstanceProfile  :: !(Maybe IAMInstanceProfileSpecification)-    , _lsImageId             :: !(Maybe Text)-    , _lsAddressingType      :: !(Maybe Text)-    , _lsBlockDeviceMappings :: !(Maybe [BlockDeviceMapping])-    , _lsPlacement           :: !(Maybe SpotPlacement)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'LaunchSpecification' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'lsSecurityGroups'------ * 'lsKeyName'------ * 'lsNetworkInterfaces'------ * 'lsRAMDiskId'------ * 'lsSubnetId'------ * 'lsKernelId'------ * 'lsInstanceType'------ * 'lsEBSOptimized'------ * 'lsUserData'------ * 'lsMonitoring'------ * 'lsIAMInstanceProfile'------ * 'lsImageId'------ * 'lsAddressingType'------ * 'lsBlockDeviceMappings'------ * 'lsPlacement'-launchSpecification-    :: LaunchSpecification-launchSpecification =-    LaunchSpecification'-    { _lsSecurityGroups = Nothing-    , _lsKeyName = Nothing-    , _lsNetworkInterfaces = Nothing-    , _lsRAMDiskId = Nothing-    , _lsSubnetId = Nothing-    , _lsKernelId = Nothing-    , _lsInstanceType = Nothing-    , _lsEBSOptimized = Nothing-    , _lsUserData = Nothing-    , _lsMonitoring = Nothing-    , _lsIAMInstanceProfile = Nothing-    , _lsImageId = Nothing-    , _lsAddressingType = Nothing-    , _lsBlockDeviceMappings = Nothing-    , _lsPlacement = Nothing-    }---- | One or more security groups. When requesting instances in a VPC, you--- must specify the IDs of the security groups. When requesting instances--- in EC2-Classic, you can specify the names or the IDs of the security--- groups.-lsSecurityGroups :: Lens' LaunchSpecification [GroupIdentifier]-lsSecurityGroups = lens _lsSecurityGroups (\ s a -> s{_lsSecurityGroups = a}) . _Default . _Coerce;---- | The name of the key pair.-lsKeyName :: Lens' LaunchSpecification (Maybe Text)-lsKeyName = lens _lsKeyName (\ s a -> s{_lsKeyName = a});---- | One or more network interfaces.-lsNetworkInterfaces :: Lens' LaunchSpecification [InstanceNetworkInterfaceSpecification]-lsNetworkInterfaces = lens _lsNetworkInterfaces (\ s a -> s{_lsNetworkInterfaces = a}) . _Default . _Coerce;---- | The ID of the RAM disk.-lsRAMDiskId :: Lens' LaunchSpecification (Maybe Text)-lsRAMDiskId = lens _lsRAMDiskId (\ s a -> s{_lsRAMDiskId = a});---- | The ID of the subnet in which to launch the instance.-lsSubnetId :: Lens' LaunchSpecification (Maybe Text)-lsSubnetId = lens _lsSubnetId (\ s a -> s{_lsSubnetId = a});---- | The ID of the kernel.-lsKernelId :: Lens' LaunchSpecification (Maybe Text)-lsKernelId = lens _lsKernelId (\ s a -> s{_lsKernelId = a});---- | The instance type.-lsInstanceType :: Lens' LaunchSpecification (Maybe InstanceType)-lsInstanceType = lens _lsInstanceType (\ s a -> s{_lsInstanceType = a});---- | Indicates whether the instance is optimized for EBS I\/O. This--- optimization provides dedicated throughput to Amazon EBS and an--- optimized configuration stack to provide optimal EBS I\/O performance.--- This optimization isn\'t available with all instance types. Additional--- usage charges apply when using an EBS Optimized instance.------ Default: 'false'-lsEBSOptimized :: Lens' LaunchSpecification (Maybe Bool)-lsEBSOptimized = lens _lsEBSOptimized (\ s a -> s{_lsEBSOptimized = a});---- | The Base64-encoded MIME user data to make available to the instances.-lsUserData :: Lens' LaunchSpecification (Maybe Text)-lsUserData = lens _lsUserData (\ s a -> s{_lsUserData = a});---- | Undocumented member.-lsMonitoring :: Lens' LaunchSpecification (Maybe RunInstancesMonitoringEnabled)-lsMonitoring = lens _lsMonitoring (\ s a -> s{_lsMonitoring = a});---- | The IAM instance profile.-lsIAMInstanceProfile :: Lens' LaunchSpecification (Maybe IAMInstanceProfileSpecification)-lsIAMInstanceProfile = lens _lsIAMInstanceProfile (\ s a -> s{_lsIAMInstanceProfile = a});---- | The ID of the AMI.-lsImageId :: Lens' LaunchSpecification (Maybe Text)-lsImageId = lens _lsImageId (\ s a -> s{_lsImageId = a});---- | Deprecated.-lsAddressingType :: Lens' LaunchSpecification (Maybe Text)-lsAddressingType = lens _lsAddressingType (\ s a -> s{_lsAddressingType = a});---- | One or more block device mapping entries.------ Although you can specify encrypted EBS volumes in this block device--- mapping for your Spot Instances, these volumes are not encrypted.-lsBlockDeviceMappings :: Lens' LaunchSpecification [BlockDeviceMapping]-lsBlockDeviceMappings = lens _lsBlockDeviceMappings (\ s a -> s{_lsBlockDeviceMappings = a}) . _Default . _Coerce;---- | The placement information for the instance.-lsPlacement :: Lens' LaunchSpecification (Maybe SpotPlacement)-lsPlacement = lens _lsPlacement (\ s a -> s{_lsPlacement = a});--instance FromXML LaunchSpecification where-        parseXML x-          = LaunchSpecification' <$>-              (x .@? "groupSet" .!@ mempty >>=-                 may (parseXMLList "item"))-                <*> (x .@? "keyName")-                <*>-                (x .@? "networkInterfaceSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "ramdiskId")-                <*> (x .@? "subnetId")-                <*> (x .@? "kernelId")-                <*> (x .@? "instanceType")-                <*> (x .@? "ebsOptimized")-                <*> (x .@? "userData")-                <*> (x .@? "monitoring")-                <*> (x .@? "iamInstanceProfile")-                <*> (x .@? "imageId")-                <*> (x .@? "addressingType")-                <*>-                (x .@? "blockDeviceMapping" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "placement")--instance Hashable LaunchSpecification--instance NFData LaunchSpecification---- | Describes the monitoring for the instance.------ /See:/ 'monitoring' smart constructor.-newtype Monitoring = Monitoring'-    { _mState :: Maybe MonitoringState-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'Monitoring' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'mState'-monitoring-    :: Monitoring-monitoring =-    Monitoring'-    { _mState = Nothing-    }---- | Indicates whether monitoring is enabled for the instance.-mState :: Lens' Monitoring (Maybe MonitoringState)-mState = lens _mState (\ s a -> s{_mState = a});--instance FromXML Monitoring where-        parseXML x = Monitoring' <$> (x .@? "state")--instance Hashable Monitoring--instance NFData Monitoring---- | Describes the status of a moving Elastic IP address.------ /See:/ 'movingAddressStatus' smart constructor.-data MovingAddressStatus = MovingAddressStatus'-    { _masMoveStatus :: !(Maybe MoveStatus)-    , _masPublicIP   :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'MovingAddressStatus' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'masMoveStatus'------ * 'masPublicIP'-movingAddressStatus-    :: MovingAddressStatus-movingAddressStatus =-    MovingAddressStatus'-    { _masMoveStatus = Nothing-    , _masPublicIP = Nothing-    }---- | The status of the Elastic IP address that\'s being moved to the EC2-VPC--- platform, or restored to the EC2-Classic platform.-masMoveStatus :: Lens' MovingAddressStatus (Maybe MoveStatus)-masMoveStatus = lens _masMoveStatus (\ s a -> s{_masMoveStatus = a});---- | The Elastic IP address.-masPublicIP :: Lens' MovingAddressStatus (Maybe Text)-masPublicIP = lens _masPublicIP (\ s a -> s{_masPublicIP = a});--instance FromXML MovingAddressStatus where-        parseXML x-          = MovingAddressStatus' <$>-              (x .@? "moveStatus") <*> (x .@? "publicIp")--instance Hashable MovingAddressStatus--instance NFData MovingAddressStatus---- | Describes a NAT gateway.------ /See:/ 'natGateway' smart constructor.-data NatGateway = NatGateway'-    { _ngState               :: !(Maybe NatGatewayState)-    , _ngFailureCode         :: !(Maybe Text)-    , _ngVPCId               :: !(Maybe Text)-    , _ngFailureMessage      :: !(Maybe Text)-    , _ngNatGatewayId        :: !(Maybe Text)-    , _ngSubnetId            :: !(Maybe Text)-    , _ngDeleteTime          :: !(Maybe ISO8601)-    , _ngNatGatewayAddresses :: !(Maybe [NatGatewayAddress])-    , _ngCreateTime          :: !(Maybe ISO8601)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'NatGateway' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ngState'------ * 'ngFailureCode'------ * 'ngVPCId'------ * 'ngFailureMessage'------ * 'ngNatGatewayId'------ * 'ngSubnetId'------ * 'ngDeleteTime'------ * 'ngNatGatewayAddresses'------ * 'ngCreateTime'-natGateway-    :: NatGateway-natGateway =-    NatGateway'-    { _ngState = Nothing-    , _ngFailureCode = Nothing-    , _ngVPCId = Nothing-    , _ngFailureMessage = Nothing-    , _ngNatGatewayId = Nothing-    , _ngSubnetId = Nothing-    , _ngDeleteTime = Nothing-    , _ngNatGatewayAddresses = Nothing-    , _ngCreateTime = Nothing-    }---- | The state of the NAT gateway.-ngState :: Lens' NatGateway (Maybe NatGatewayState)-ngState = lens _ngState (\ s a -> s{_ngState = a});---- | If the NAT gateway could not be created, specifies the error code for--- the failure. ('InsufficientFreeAddressesInSubnet' |--- 'Gateway.NotAttached' | 'InvalidAllocationID.NotFound' |--- 'Resource.AlreadyAssociated' | 'InternalError' |--- 'InvalidSubnetID.NotFound')-ngFailureCode :: Lens' NatGateway (Maybe Text)-ngFailureCode = lens _ngFailureCode (\ s a -> s{_ngFailureCode = a});---- | The ID of the VPC in which the NAT gateway is located.-ngVPCId :: Lens' NatGateway (Maybe Text)-ngVPCId = lens _ngVPCId (\ s a -> s{_ngVPCId = a});---- | If the NAT gateway could not be created, specifies the error message for--- the failure, that corresponds to the error code.------ -   For InsufficientFreeAddressesInSubnet: \"Subnet has insufficient---     free addresses to create this NAT gateway\"------ -   For Gateway.NotAttached: \"Network vpc-xxxxxxxx has no Internet---     gateway attached\"------ -   For InvalidAllocationID.NotFound: \"Elastic IP address---     eipalloc-xxxxxxxx could not be associated with this NAT gateway\"------ -   For Resource.AlreadyAssociated: \"Elastic IP address---     eipalloc-xxxxxxxx is already associated\"------ -   For InternalError: \"Network interface eni-xxxxxxxx, created and---     used internally by this NAT gateway is in an invalid state. Please---     try again.\"------ -   For InvalidSubnetID.NotFound: \"The specified subnet subnet-xxxxxxxx---     does not exist or could not be found.\"----ngFailureMessage :: Lens' NatGateway (Maybe Text)-ngFailureMessage = lens _ngFailureMessage (\ s a -> s{_ngFailureMessage = a});---- | The ID of the NAT gateway.-ngNatGatewayId :: Lens' NatGateway (Maybe Text)-ngNatGatewayId = lens _ngNatGatewayId (\ s a -> s{_ngNatGatewayId = a});---- | The ID of the subnet in which the NAT gateway is located.-ngSubnetId :: Lens' NatGateway (Maybe Text)-ngSubnetId = lens _ngSubnetId (\ s a -> s{_ngSubnetId = a});---- | The date and time the NAT gateway was deleted, if applicable.-ngDeleteTime :: Lens' NatGateway (Maybe UTCTime)-ngDeleteTime = lens _ngDeleteTime (\ s a -> s{_ngDeleteTime = a}) . mapping _Time;---- | Information about the IP addresses and network interface associated with--- the NAT gateway.-ngNatGatewayAddresses :: Lens' NatGateway [NatGatewayAddress]-ngNatGatewayAddresses = lens _ngNatGatewayAddresses (\ s a -> s{_ngNatGatewayAddresses = a}) . _Default . _Coerce;---- | The date and time the NAT gateway was created.-ngCreateTime :: Lens' NatGateway (Maybe UTCTime)-ngCreateTime = lens _ngCreateTime (\ s a -> s{_ngCreateTime = a}) . mapping _Time;--instance FromXML NatGateway where-        parseXML x-          = NatGateway' <$>-              (x .@? "state") <*> (x .@? "failureCode") <*>-                (x .@? "vpcId")-                <*> (x .@? "failureMessage")-                <*> (x .@? "natGatewayId")-                <*> (x .@? "subnetId")-                <*> (x .@? "deleteTime")-                <*>-                (x .@? "natGatewayAddressSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "createTime")--instance Hashable NatGateway--instance NFData NatGateway---- | Describes the IP addresses and network interface associated with a NAT--- gateway.------ /See:/ 'natGatewayAddress' smart constructor.-data NatGatewayAddress = NatGatewayAddress'-    { _ngaPrivateIP          :: !(Maybe Text)-    , _ngaAllocationId       :: !(Maybe Text)-    , _ngaNetworkInterfaceId :: !(Maybe Text)-    , _ngaPublicIP           :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'NatGatewayAddress' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ngaPrivateIP'------ * 'ngaAllocationId'------ * 'ngaNetworkInterfaceId'------ * 'ngaPublicIP'-natGatewayAddress-    :: NatGatewayAddress-natGatewayAddress =-    NatGatewayAddress'-    { _ngaPrivateIP = Nothing-    , _ngaAllocationId = Nothing-    , _ngaNetworkInterfaceId = Nothing-    , _ngaPublicIP = Nothing-    }---- | The private IP address associated with the Elastic IP address.-ngaPrivateIP :: Lens' NatGatewayAddress (Maybe Text)-ngaPrivateIP = lens _ngaPrivateIP (\ s a -> s{_ngaPrivateIP = a});---- | The allocation ID of the Elastic IP address that\'s associated with the--- NAT gateway.-ngaAllocationId :: Lens' NatGatewayAddress (Maybe Text)-ngaAllocationId = lens _ngaAllocationId (\ s a -> s{_ngaAllocationId = a});---- | The ID of the network interface associated with the NAT gateway.-ngaNetworkInterfaceId :: Lens' NatGatewayAddress (Maybe Text)-ngaNetworkInterfaceId = lens _ngaNetworkInterfaceId (\ s a -> s{_ngaNetworkInterfaceId = a});---- | The Elastic IP address associated with the NAT gateway.-ngaPublicIP :: Lens' NatGatewayAddress (Maybe Text)-ngaPublicIP = lens _ngaPublicIP (\ s a -> s{_ngaPublicIP = a});--instance FromXML NatGatewayAddress where-        parseXML x-          = NatGatewayAddress' <$>-              (x .@? "privateIp") <*> (x .@? "allocationId") <*>-                (x .@? "networkInterfaceId")-                <*> (x .@? "publicIp")--instance Hashable NatGatewayAddress--instance NFData NatGatewayAddress---- | Describes a network ACL.------ /See:/ 'networkACL' smart constructor.-data NetworkACL = NetworkACL'-    { _naEntries      :: !(Maybe [NetworkACLEntry])-    , _naNetworkACLId :: !(Maybe Text)-    , _naVPCId        :: !(Maybe Text)-    , _naAssociations :: !(Maybe [NetworkACLAssociation])-    , _naTags         :: !(Maybe [Tag])-    , _naIsDefault    :: !(Maybe Bool)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'NetworkACL' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'naEntries'------ * 'naNetworkACLId'------ * 'naVPCId'------ * 'naAssociations'------ * 'naTags'------ * 'naIsDefault'-networkACL-    :: NetworkACL-networkACL =-    NetworkACL'-    { _naEntries = Nothing-    , _naNetworkACLId = Nothing-    , _naVPCId = Nothing-    , _naAssociations = Nothing-    , _naTags = Nothing-    , _naIsDefault = Nothing-    }---- | One or more entries (rules) in the network ACL.-naEntries :: Lens' NetworkACL [NetworkACLEntry]-naEntries = lens _naEntries (\ s a -> s{_naEntries = a}) . _Default . _Coerce;---- | The ID of the network ACL.-naNetworkACLId :: Lens' NetworkACL (Maybe Text)-naNetworkACLId = lens _naNetworkACLId (\ s a -> s{_naNetworkACLId = a});---- | The ID of the VPC for the network ACL.-naVPCId :: Lens' NetworkACL (Maybe Text)-naVPCId = lens _naVPCId (\ s a -> s{_naVPCId = a});---- | Any associations between the network ACL and one or more subnets-naAssociations :: Lens' NetworkACL [NetworkACLAssociation]-naAssociations = lens _naAssociations (\ s a -> s{_naAssociations = a}) . _Default . _Coerce;---- | Any tags assigned to the network ACL.-naTags :: Lens' NetworkACL [Tag]-naTags = lens _naTags (\ s a -> s{_naTags = a}) . _Default . _Coerce;---- | Indicates whether this is the default network ACL for the VPC.-naIsDefault :: Lens' NetworkACL (Maybe Bool)-naIsDefault = lens _naIsDefault (\ s a -> s{_naIsDefault = a});--instance FromXML NetworkACL where-        parseXML x-          = NetworkACL' <$>-              (x .@? "entrySet" .!@ mempty >>=-                 may (parseXMLList "item"))-                <*> (x .@? "networkAclId")-                <*> (x .@? "vpcId")-                <*>-                (x .@? "associationSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "default")--instance Hashable NetworkACL--instance NFData NetworkACL---- | Describes an association between a network ACL and a subnet.------ /See:/ 'networkACLAssociation' smart constructor.-data NetworkACLAssociation = NetworkACLAssociation'-    { _naaNetworkACLId            :: !(Maybe Text)-    , _naaSubnetId                :: !(Maybe Text)-    , _naaNetworkACLAssociationId :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'NetworkACLAssociation' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'naaNetworkACLId'------ * 'naaSubnetId'------ * 'naaNetworkACLAssociationId'-networkACLAssociation-    :: NetworkACLAssociation-networkACLAssociation =-    NetworkACLAssociation'-    { _naaNetworkACLId = Nothing-    , _naaSubnetId = Nothing-    , _naaNetworkACLAssociationId = Nothing-    }---- | The ID of the network ACL.-naaNetworkACLId :: Lens' NetworkACLAssociation (Maybe Text)-naaNetworkACLId = lens _naaNetworkACLId (\ s a -> s{_naaNetworkACLId = a});---- | The ID of the subnet.-naaSubnetId :: Lens' NetworkACLAssociation (Maybe Text)-naaSubnetId = lens _naaSubnetId (\ s a -> s{_naaSubnetId = a});---- | The ID of the association between a network ACL and a subnet.-naaNetworkACLAssociationId :: Lens' NetworkACLAssociation (Maybe Text)-naaNetworkACLAssociationId = lens _naaNetworkACLAssociationId (\ s a -> s{_naaNetworkACLAssociationId = a});--instance FromXML NetworkACLAssociation where-        parseXML x-          = NetworkACLAssociation' <$>-              (x .@? "networkAclId") <*> (x .@? "subnetId") <*>-                (x .@? "networkAclAssociationId")--instance Hashable NetworkACLAssociation--instance NFData NetworkACLAssociation---- | Describes an entry in a network ACL.------ /See:/ 'networkACLEntry' smart constructor.-data NetworkACLEntry = NetworkACLEntry'-    { _naeICMPTypeCode :: !(Maybe ICMPTypeCode)-    , _naeRuleNumber   :: !(Maybe Int)-    , _naeRuleAction   :: !(Maybe RuleAction)-    , _naeProtocol     :: !(Maybe Text)-    , _naePortRange    :: !(Maybe PortRange)-    , _naeCIdRBlock    :: !(Maybe Text)-    , _naeEgress       :: !(Maybe Bool)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'NetworkACLEntry' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'naeICMPTypeCode'------ * 'naeRuleNumber'------ * 'naeRuleAction'------ * 'naeProtocol'------ * 'naePortRange'------ * 'naeCIdRBlock'------ * 'naeEgress'-networkACLEntry-    :: NetworkACLEntry-networkACLEntry =-    NetworkACLEntry'-    { _naeICMPTypeCode = Nothing-    , _naeRuleNumber = Nothing-    , _naeRuleAction = Nothing-    , _naeProtocol = Nothing-    , _naePortRange = Nothing-    , _naeCIdRBlock = Nothing-    , _naeEgress = Nothing-    }---- | ICMP protocol: The ICMP type and code.-naeICMPTypeCode :: Lens' NetworkACLEntry (Maybe ICMPTypeCode)-naeICMPTypeCode = lens _naeICMPTypeCode (\ s a -> s{_naeICMPTypeCode = a});---- | The rule number for the entry. ACL entries are processed in ascending--- order by rule number.-naeRuleNumber :: Lens' NetworkACLEntry (Maybe Int)-naeRuleNumber = lens _naeRuleNumber (\ s a -> s{_naeRuleNumber = a});---- | Indicates whether to allow or deny the traffic that matches the rule.-naeRuleAction :: Lens' NetworkACLEntry (Maybe RuleAction)-naeRuleAction = lens _naeRuleAction (\ s a -> s{_naeRuleAction = a});---- | The protocol. A value of '-1' means all protocols.-naeProtocol :: Lens' NetworkACLEntry (Maybe Text)-naeProtocol = lens _naeProtocol (\ s a -> s{_naeProtocol = a});---- | TCP or UDP protocols: The range of ports the rule applies to.-naePortRange :: Lens' NetworkACLEntry (Maybe PortRange)-naePortRange = lens _naePortRange (\ s a -> s{_naePortRange = a});---- | The network range to allow or deny, in CIDR notation.-naeCIdRBlock :: Lens' NetworkACLEntry (Maybe Text)-naeCIdRBlock = lens _naeCIdRBlock (\ s a -> s{_naeCIdRBlock = a});---- | Indicates whether the rule is an egress rule (applied to traffic leaving--- the subnet).-naeEgress :: Lens' NetworkACLEntry (Maybe Bool)-naeEgress = lens _naeEgress (\ s a -> s{_naeEgress = a});--instance FromXML NetworkACLEntry where-        parseXML x-          = NetworkACLEntry' <$>-              (x .@? "icmpTypeCode") <*> (x .@? "ruleNumber") <*>-                (x .@? "ruleAction")-                <*> (x .@? "protocol")-                <*> (x .@? "portRange")-                <*> (x .@? "cidrBlock")-                <*> (x .@? "egress")--instance Hashable NetworkACLEntry--instance NFData NetworkACLEntry---- | Describes a network interface.------ /See:/ 'networkInterface' smart constructor.-data NetworkInterface = NetworkInterface'-    { _niGroups             :: !(Maybe [GroupIdentifier])-    , _niStatus             :: !(Maybe NetworkInterfaceStatus)-    , _niPrivateIPAddresses :: !(Maybe [NetworkInterfacePrivateIPAddress])-    , _niSourceDestCheck    :: !(Maybe Bool)-    , _niInterfaceType      :: !(Maybe NetworkInterfaceType)-    , _niVPCId              :: !(Maybe Text)-    , _niTagSet             :: !(Maybe [Tag])-    , _niRequesterManaged   :: !(Maybe Bool)-    , _niNetworkInterfaceId :: !(Maybe Text)-    , _niSubnetId           :: !(Maybe Text)-    , _niMACAddress         :: !(Maybe Text)-    , _niAttachment         :: !(Maybe NetworkInterfaceAttachment)-    , _niOwnerId            :: !(Maybe Text)-    , _niAvailabilityZone   :: !(Maybe Text)-    , _niPrivateIPAddress   :: !(Maybe Text)-    , _niPrivateDNSName     :: !(Maybe Text)-    , _niRequesterId        :: !(Maybe Text)-    , _niDescription        :: !(Maybe Text)-    , _niAssociation        :: !(Maybe NetworkInterfaceAssociation)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'NetworkInterface' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'niGroups'------ * 'niStatus'------ * 'niPrivateIPAddresses'------ * 'niSourceDestCheck'------ * 'niInterfaceType'------ * 'niVPCId'------ * 'niTagSet'------ * 'niRequesterManaged'------ * 'niNetworkInterfaceId'------ * 'niSubnetId'------ * 'niMACAddress'------ * 'niAttachment'------ * 'niOwnerId'------ * 'niAvailabilityZone'------ * 'niPrivateIPAddress'------ * 'niPrivateDNSName'------ * 'niRequesterId'------ * 'niDescription'------ * 'niAssociation'-networkInterface-    :: NetworkInterface-networkInterface =-    NetworkInterface'-    { _niGroups = Nothing-    , _niStatus = Nothing-    , _niPrivateIPAddresses = Nothing-    , _niSourceDestCheck = Nothing-    , _niInterfaceType = Nothing-    , _niVPCId = Nothing-    , _niTagSet = Nothing-    , _niRequesterManaged = Nothing-    , _niNetworkInterfaceId = Nothing-    , _niSubnetId = Nothing-    , _niMACAddress = Nothing-    , _niAttachment = Nothing-    , _niOwnerId = Nothing-    , _niAvailabilityZone = Nothing-    , _niPrivateIPAddress = Nothing-    , _niPrivateDNSName = Nothing-    , _niRequesterId = Nothing-    , _niDescription = Nothing-    , _niAssociation = Nothing-    }---- | Any security groups for the network interface.-niGroups :: Lens' NetworkInterface [GroupIdentifier]-niGroups = lens _niGroups (\ s a -> s{_niGroups = a}) . _Default . _Coerce;---- | The status of the network interface.-niStatus :: Lens' NetworkInterface (Maybe NetworkInterfaceStatus)-niStatus = lens _niStatus (\ s a -> s{_niStatus = a});---- | The private IP addresses associated with the network interface.-niPrivateIPAddresses :: Lens' NetworkInterface [NetworkInterfacePrivateIPAddress]-niPrivateIPAddresses = lens _niPrivateIPAddresses (\ s a -> s{_niPrivateIPAddresses = a}) . _Default . _Coerce;---- | Indicates whether traffic to or from the instance is validated.-niSourceDestCheck :: Lens' NetworkInterface (Maybe Bool)-niSourceDestCheck = lens _niSourceDestCheck (\ s a -> s{_niSourceDestCheck = a});---- | The type of interface.-niInterfaceType :: Lens' NetworkInterface (Maybe NetworkInterfaceType)-niInterfaceType = lens _niInterfaceType (\ s a -> s{_niInterfaceType = a});---- | The ID of the VPC.-niVPCId :: Lens' NetworkInterface (Maybe Text)-niVPCId = lens _niVPCId (\ s a -> s{_niVPCId = a});---- | Any tags assigned to the network interface.-niTagSet :: Lens' NetworkInterface [Tag]-niTagSet = lens _niTagSet (\ s a -> s{_niTagSet = a}) . _Default . _Coerce;---- | Indicates whether the network interface is being managed by AWS.-niRequesterManaged :: Lens' NetworkInterface (Maybe Bool)-niRequesterManaged = lens _niRequesterManaged (\ s a -> s{_niRequesterManaged = a});---- | The ID of the network interface.-niNetworkInterfaceId :: Lens' NetworkInterface (Maybe Text)-niNetworkInterfaceId = lens _niNetworkInterfaceId (\ s a -> s{_niNetworkInterfaceId = a});---- | The ID of the subnet.-niSubnetId :: Lens' NetworkInterface (Maybe Text)-niSubnetId = lens _niSubnetId (\ s a -> s{_niSubnetId = a});---- | The MAC address.-niMACAddress :: Lens' NetworkInterface (Maybe Text)-niMACAddress = lens _niMACAddress (\ s a -> s{_niMACAddress = a});---- | The network interface attachment.-niAttachment :: Lens' NetworkInterface (Maybe NetworkInterfaceAttachment)-niAttachment = lens _niAttachment (\ s a -> s{_niAttachment = a});---- | The AWS account ID of the owner of the network interface.-niOwnerId :: Lens' NetworkInterface (Maybe Text)-niOwnerId = lens _niOwnerId (\ s a -> s{_niOwnerId = a});---- | The Availability Zone.-niAvailabilityZone :: Lens' NetworkInterface (Maybe Text)-niAvailabilityZone = lens _niAvailabilityZone (\ s a -> s{_niAvailabilityZone = a});---- | The IP address of the network interface within the subnet.-niPrivateIPAddress :: Lens' NetworkInterface (Maybe Text)-niPrivateIPAddress = lens _niPrivateIPAddress (\ s a -> s{_niPrivateIPAddress = a});---- | The private DNS name.-niPrivateDNSName :: Lens' NetworkInterface (Maybe Text)-niPrivateDNSName = lens _niPrivateDNSName (\ s a -> s{_niPrivateDNSName = a});---- | The ID of the entity that launched the instance on your behalf (for--- example, AWS Management Console or Auto Scaling).-niRequesterId :: Lens' NetworkInterface (Maybe Text)-niRequesterId = lens _niRequesterId (\ s a -> s{_niRequesterId = a});---- | A description.-niDescription :: Lens' NetworkInterface (Maybe Text)-niDescription = lens _niDescription (\ s a -> s{_niDescription = a});---- | The association information for an Elastic IP associated with the--- network interface.-niAssociation :: Lens' NetworkInterface (Maybe NetworkInterfaceAssociation)-niAssociation = lens _niAssociation (\ s a -> s{_niAssociation = a});--instance FromXML NetworkInterface where-        parseXML x-          = NetworkInterface' <$>-              (x .@? "groupSet" .!@ mempty >>=-                 may (parseXMLList "item"))-                <*> (x .@? "status")-                <*>-                (x .@? "privateIpAddressesSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "sourceDestCheck")-                <*> (x .@? "interfaceType")-                <*> (x .@? "vpcId")-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "requesterManaged")-                <*> (x .@? "networkInterfaceId")-                <*> (x .@? "subnetId")-                <*> (x .@? "macAddress")-                <*> (x .@? "attachment")-                <*> (x .@? "ownerId")-                <*> (x .@? "availabilityZone")-                <*> (x .@? "privateIpAddress")-                <*> (x .@? "privateDnsName")-                <*> (x .@? "requesterId")-                <*> (x .@? "description")-                <*> (x .@? "association")--instance Hashable NetworkInterface--instance NFData NetworkInterface---- | Describes association information for an Elastic IP address.------ /See:/ 'networkInterfaceAssociation' smart constructor.-data NetworkInterfaceAssociation = NetworkInterfaceAssociation'-    { _niaAssociationId :: !(Maybe Text)-    , _niaPublicDNSName :: !(Maybe Text)-    , _niaAllocationId  :: !(Maybe Text)-    , _niaIPOwnerId     :: !(Maybe Text)-    , _niaPublicIP      :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'NetworkInterfaceAssociation' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'niaAssociationId'------ * 'niaPublicDNSName'------ * 'niaAllocationId'------ * 'niaIPOwnerId'------ * 'niaPublicIP'-networkInterfaceAssociation-    :: NetworkInterfaceAssociation-networkInterfaceAssociation =-    NetworkInterfaceAssociation'-    { _niaAssociationId = Nothing-    , _niaPublicDNSName = Nothing-    , _niaAllocationId = Nothing-    , _niaIPOwnerId = Nothing-    , _niaPublicIP = Nothing-    }---- | The association ID.-niaAssociationId :: Lens' NetworkInterfaceAssociation (Maybe Text)-niaAssociationId = lens _niaAssociationId (\ s a -> s{_niaAssociationId = a});---- | The public DNS name.-niaPublicDNSName :: Lens' NetworkInterfaceAssociation (Maybe Text)-niaPublicDNSName = lens _niaPublicDNSName (\ s a -> s{_niaPublicDNSName = a});---- | The allocation ID.-niaAllocationId :: Lens' NetworkInterfaceAssociation (Maybe Text)-niaAllocationId = lens _niaAllocationId (\ s a -> s{_niaAllocationId = a});---- | The ID of the Elastic IP address owner.-niaIPOwnerId :: Lens' NetworkInterfaceAssociation (Maybe Text)-niaIPOwnerId = lens _niaIPOwnerId (\ s a -> s{_niaIPOwnerId = a});---- | The address of the Elastic IP address bound to the network interface.-niaPublicIP :: Lens' NetworkInterfaceAssociation (Maybe Text)-niaPublicIP = lens _niaPublicIP (\ s a -> s{_niaPublicIP = a});--instance FromXML NetworkInterfaceAssociation where-        parseXML x-          = NetworkInterfaceAssociation' <$>-              (x .@? "associationId") <*> (x .@? "publicDnsName")-                <*> (x .@? "allocationId")-                <*> (x .@? "ipOwnerId")-                <*> (x .@? "publicIp")--instance Hashable NetworkInterfaceAssociation--instance NFData NetworkInterfaceAssociation---- | Describes a network interface attachment.------ /See:/ 'networkInterfaceAttachment' smart constructor.-data NetworkInterfaceAttachment = NetworkInterfaceAttachment'-    { _niaInstanceId          :: !(Maybe Text)-    , _niaStatus              :: !(Maybe AttachmentStatus)-    , _niaDeleteOnTermination :: !(Maybe Bool)-    , _niaAttachmentId        :: !(Maybe Text)-    , _niaInstanceOwnerId     :: !(Maybe Text)-    , _niaAttachTime          :: !(Maybe ISO8601)-    , _niaDeviceIndex         :: !(Maybe Int)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'NetworkInterfaceAttachment' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'niaInstanceId'------ * 'niaStatus'------ * 'niaDeleteOnTermination'------ * 'niaAttachmentId'------ * 'niaInstanceOwnerId'------ * 'niaAttachTime'------ * 'niaDeviceIndex'-networkInterfaceAttachment-    :: NetworkInterfaceAttachment-networkInterfaceAttachment =-    NetworkInterfaceAttachment'-    { _niaInstanceId = Nothing-    , _niaStatus = Nothing-    , _niaDeleteOnTermination = Nothing-    , _niaAttachmentId = Nothing-    , _niaInstanceOwnerId = Nothing-    , _niaAttachTime = Nothing-    , _niaDeviceIndex = Nothing-    }---- | The ID of the instance.-niaInstanceId :: Lens' NetworkInterfaceAttachment (Maybe Text)-niaInstanceId = lens _niaInstanceId (\ s a -> s{_niaInstanceId = a});---- | The attachment state.-niaStatus :: Lens' NetworkInterfaceAttachment (Maybe AttachmentStatus)-niaStatus = lens _niaStatus (\ s a -> s{_niaStatus = a});---- | Indicates whether the network interface is deleted when the instance is--- terminated.-niaDeleteOnTermination :: Lens' NetworkInterfaceAttachment (Maybe Bool)-niaDeleteOnTermination = lens _niaDeleteOnTermination (\ s a -> s{_niaDeleteOnTermination = a});---- | The ID of the network interface attachment.-niaAttachmentId :: Lens' NetworkInterfaceAttachment (Maybe Text)-niaAttachmentId = lens _niaAttachmentId (\ s a -> s{_niaAttachmentId = a});---- | The AWS account ID of the owner of the instance.-niaInstanceOwnerId :: Lens' NetworkInterfaceAttachment (Maybe Text)-niaInstanceOwnerId = lens _niaInstanceOwnerId (\ s a -> s{_niaInstanceOwnerId = a});---- | The timestamp indicating when the attachment initiated.-niaAttachTime :: Lens' NetworkInterfaceAttachment (Maybe UTCTime)-niaAttachTime = lens _niaAttachTime (\ s a -> s{_niaAttachTime = a}) . mapping _Time;---- | The device index of the network interface attachment on the instance.-niaDeviceIndex :: Lens' NetworkInterfaceAttachment (Maybe Int)-niaDeviceIndex = lens _niaDeviceIndex (\ s a -> s{_niaDeviceIndex = a});--instance FromXML NetworkInterfaceAttachment where-        parseXML x-          = NetworkInterfaceAttachment' <$>-              (x .@? "instanceId") <*> (x .@? "status") <*>-                (x .@? "deleteOnTermination")-                <*> (x .@? "attachmentId")-                <*> (x .@? "instanceOwnerId")-                <*> (x .@? "attachTime")-                <*> (x .@? "deviceIndex")--instance Hashable NetworkInterfaceAttachment--instance NFData NetworkInterfaceAttachment---- | Describes an attachment change.------ /See:/ 'networkInterfaceAttachmentChanges' smart constructor.-data NetworkInterfaceAttachmentChanges = NetworkInterfaceAttachmentChanges'-    { _niacDeleteOnTermination :: !(Maybe Bool)-    , _niacAttachmentId        :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'NetworkInterfaceAttachmentChanges' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'niacDeleteOnTermination'------ * 'niacAttachmentId'-networkInterfaceAttachmentChanges-    :: NetworkInterfaceAttachmentChanges-networkInterfaceAttachmentChanges =-    NetworkInterfaceAttachmentChanges'-    { _niacDeleteOnTermination = Nothing-    , _niacAttachmentId = Nothing-    }---- | Indicates whether the network interface is deleted when the instance is--- terminated.-niacDeleteOnTermination :: Lens' NetworkInterfaceAttachmentChanges (Maybe Bool)-niacDeleteOnTermination = lens _niacDeleteOnTermination (\ s a -> s{_niacDeleteOnTermination = a});---- | The ID of the network interface attachment.-niacAttachmentId :: Lens' NetworkInterfaceAttachmentChanges (Maybe Text)-niacAttachmentId = lens _niacAttachmentId (\ s a -> s{_niacAttachmentId = a});--instance Hashable NetworkInterfaceAttachmentChanges--instance NFData NetworkInterfaceAttachmentChanges--instance ToQuery NetworkInterfaceAttachmentChanges-         where-        toQuery NetworkInterfaceAttachmentChanges'{..}-          = mconcat-              ["DeleteOnTermination" =: _niacDeleteOnTermination,-               "AttachmentId" =: _niacAttachmentId]---- | Describes the private IP address of a network interface.------ /See:/ 'networkInterfacePrivateIPAddress' smart constructor.-data NetworkInterfacePrivateIPAddress = NetworkInterfacePrivateIPAddress'-    { _nipiaPrimary          :: !(Maybe Bool)-    , _nipiaPrivateIPAddress :: !(Maybe Text)-    , _nipiaPrivateDNSName   :: !(Maybe Text)-    , _nipiaAssociation      :: !(Maybe NetworkInterfaceAssociation)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'NetworkInterfacePrivateIPAddress' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'nipiaPrimary'------ * 'nipiaPrivateIPAddress'------ * 'nipiaPrivateDNSName'------ * 'nipiaAssociation'-networkInterfacePrivateIPAddress-    :: NetworkInterfacePrivateIPAddress-networkInterfacePrivateIPAddress =-    NetworkInterfacePrivateIPAddress'-    { _nipiaPrimary = Nothing-    , _nipiaPrivateIPAddress = Nothing-    , _nipiaPrivateDNSName = Nothing-    , _nipiaAssociation = Nothing-    }---- | Indicates whether this IP address is the primary private IP address of--- the network interface.-nipiaPrimary :: Lens' NetworkInterfacePrivateIPAddress (Maybe Bool)-nipiaPrimary = lens _nipiaPrimary (\ s a -> s{_nipiaPrimary = a});---- | The private IP address.-nipiaPrivateIPAddress :: Lens' NetworkInterfacePrivateIPAddress (Maybe Text)-nipiaPrivateIPAddress = lens _nipiaPrivateIPAddress (\ s a -> s{_nipiaPrivateIPAddress = a});---- | The private DNS name.-nipiaPrivateDNSName :: Lens' NetworkInterfacePrivateIPAddress (Maybe Text)-nipiaPrivateDNSName = lens _nipiaPrivateDNSName (\ s a -> s{_nipiaPrivateDNSName = a});---- | The association information for an Elastic IP address associated with--- the network interface.-nipiaAssociation :: Lens' NetworkInterfacePrivateIPAddress (Maybe NetworkInterfaceAssociation)-nipiaAssociation = lens _nipiaAssociation (\ s a -> s{_nipiaAssociation = a});--instance FromXML NetworkInterfacePrivateIPAddress-         where-        parseXML x-          = NetworkInterfacePrivateIPAddress' <$>-              (x .@? "primary") <*> (x .@? "privateIpAddress") <*>-                (x .@? "privateDnsName")-                <*> (x .@? "association")--instance Hashable NetworkInterfacePrivateIPAddress--instance NFData NetworkInterfacePrivateIPAddress---- | /See:/ 'newDHCPConfiguration' smart constructor.-data NewDHCPConfiguration = NewDHCPConfiguration'-    { _ndcValues :: !(Maybe [Text])-    , _ndcKey    :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'NewDHCPConfiguration' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ndcValues'------ * 'ndcKey'-newDHCPConfiguration-    :: NewDHCPConfiguration-newDHCPConfiguration =-    NewDHCPConfiguration'-    { _ndcValues = Nothing-    , _ndcKey = Nothing-    }---- | Undocumented member.-ndcValues :: Lens' NewDHCPConfiguration [Text]-ndcValues = lens _ndcValues (\ s a -> s{_ndcValues = a}) . _Default . _Coerce;---- | Undocumented member.-ndcKey :: Lens' NewDHCPConfiguration (Maybe Text)-ndcKey = lens _ndcKey (\ s a -> s{_ndcKey = a});--instance Hashable NewDHCPConfiguration--instance NFData NewDHCPConfiguration--instance ToQuery NewDHCPConfiguration where-        toQuery NewDHCPConfiguration'{..}-          = mconcat-              [toQuery (toQueryList "Value" <$> _ndcValues),-               "Key" =: _ndcKey]---- | Describes the VPC peering connection options.------ /See:/ 'peeringConnectionOptions' smart constructor.-data PeeringConnectionOptions = PeeringConnectionOptions'-    { _pcoAllowEgressFromLocalVPCToRemoteClassicLink :: !(Maybe Bool)-    , _pcoAllowEgressFromLocalClassicLinkToRemoteVPC :: !(Maybe Bool)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'PeeringConnectionOptions' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pcoAllowEgressFromLocalVPCToRemoteClassicLink'------ * 'pcoAllowEgressFromLocalClassicLinkToRemoteVPC'-peeringConnectionOptions-    :: PeeringConnectionOptions-peeringConnectionOptions =-    PeeringConnectionOptions'-    { _pcoAllowEgressFromLocalVPCToRemoteClassicLink = Nothing-    , _pcoAllowEgressFromLocalClassicLinkToRemoteVPC = Nothing-    }---- | If true, enables outbound communication from instances in a local VPC to--- an EC2-Classic instance that\'s linked to a peer VPC via ClassicLink.-pcoAllowEgressFromLocalVPCToRemoteClassicLink :: Lens' PeeringConnectionOptions (Maybe Bool)-pcoAllowEgressFromLocalVPCToRemoteClassicLink = lens _pcoAllowEgressFromLocalVPCToRemoteClassicLink (\ s a -> s{_pcoAllowEgressFromLocalVPCToRemoteClassicLink = a});---- | If true, enables outbound communication from an EC2-Classic instance--- that\'s linked to a local VPC via ClassicLink to instances in a peer--- VPC.-pcoAllowEgressFromLocalClassicLinkToRemoteVPC :: Lens' PeeringConnectionOptions (Maybe Bool)-pcoAllowEgressFromLocalClassicLinkToRemoteVPC = lens _pcoAllowEgressFromLocalClassicLinkToRemoteVPC (\ s a -> s{_pcoAllowEgressFromLocalClassicLinkToRemoteVPC = a});--instance FromXML PeeringConnectionOptions where-        parseXML x-          = PeeringConnectionOptions' <$>-              (x .@? "allowEgressFromLocalVpcToRemoteClassicLink")-                <*>-                (x .@? "allowEgressFromLocalClassicLinkToRemoteVpc")--instance Hashable PeeringConnectionOptions--instance NFData PeeringConnectionOptions---- | The VPC peering connection options.------ /See:/ 'peeringConnectionOptionsRequest' smart constructor.-data PeeringConnectionOptionsRequest = PeeringConnectionOptionsRequest'-    { _pcorAllowEgressFromLocalClassicLinkToRemoteVPC :: !Bool-    , _pcorAllowEgressFromLocalVPCToRemoteClassicLink :: !Bool-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'PeeringConnectionOptionsRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pcorAllowEgressFromLocalClassicLinkToRemoteVPC'------ * 'pcorAllowEgressFromLocalVPCToRemoteClassicLink'-peeringConnectionOptionsRequest-    :: Bool -- ^ 'pcorAllowEgressFromLocalClassicLinkToRemoteVPC'-    -> Bool -- ^ 'pcorAllowEgressFromLocalVPCToRemoteClassicLink'-    -> PeeringConnectionOptionsRequest-peeringConnectionOptionsRequest pAllowEgressFromLocalClassicLinkToRemoteVPC_ pAllowEgressFromLocalVPCToRemoteClassicLink_ =-    PeeringConnectionOptionsRequest'-    { _pcorAllowEgressFromLocalClassicLinkToRemoteVPC = pAllowEgressFromLocalClassicLinkToRemoteVPC_-    , _pcorAllowEgressFromLocalVPCToRemoteClassicLink = pAllowEgressFromLocalVPCToRemoteClassicLink_-    }---- | If true, enables outbound communication from an EC2-Classic instance--- that\'s linked to a local VPC via ClassicLink to instances in a peer--- VPC.-pcorAllowEgressFromLocalClassicLinkToRemoteVPC :: Lens' PeeringConnectionOptionsRequest Bool-pcorAllowEgressFromLocalClassicLinkToRemoteVPC = lens _pcorAllowEgressFromLocalClassicLinkToRemoteVPC (\ s a -> s{_pcorAllowEgressFromLocalClassicLinkToRemoteVPC = a});---- | If true, enables outbound communication from instances in a local VPC to--- an EC2-Classic instance that\'s linked to a peer VPC via ClassicLink.-pcorAllowEgressFromLocalVPCToRemoteClassicLink :: Lens' PeeringConnectionOptionsRequest Bool-pcorAllowEgressFromLocalVPCToRemoteClassicLink = lens _pcorAllowEgressFromLocalVPCToRemoteClassicLink (\ s a -> s{_pcorAllowEgressFromLocalVPCToRemoteClassicLink = a});--instance Hashable PeeringConnectionOptionsRequest--instance NFData PeeringConnectionOptionsRequest--instance ToQuery PeeringConnectionOptionsRequest-         where-        toQuery PeeringConnectionOptionsRequest'{..}-          = mconcat-              ["AllowEgressFromLocalClassicLinkToRemoteVpc" =:-                 _pcorAllowEgressFromLocalClassicLinkToRemoteVPC,-               "AllowEgressFromLocalVpcToRemoteClassicLink" =:-                 _pcorAllowEgressFromLocalVPCToRemoteClassicLink]---- | Describes the placement for the instance.------ /See:/ 'placement' smart constructor.-data Placement = Placement'-    { _pAffinity         :: !(Maybe Text)-    , _pHostId           :: !(Maybe Text)-    , _pAvailabilityZone :: !(Maybe Text)-    , _pTenancy          :: !(Maybe Tenancy)-    , _pGroupName        :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'Placement' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pAffinity'------ * 'pHostId'------ * 'pAvailabilityZone'------ * 'pTenancy'------ * 'pGroupName'-placement-    :: Placement-placement =-    Placement'-    { _pAffinity = Nothing-    , _pHostId = Nothing-    , _pAvailabilityZone = Nothing-    , _pTenancy = Nothing-    , _pGroupName = Nothing-    }---- | The affinity setting for the instance on the Dedicated host. This--- parameter is not supported for the < ImportInstance> command.-pAffinity :: Lens' Placement (Maybe Text)-pAffinity = lens _pAffinity (\ s a -> s{_pAffinity = a});---- | The ID of the Dedicted host on which the instance resides. This--- parameter is not support for the < ImportInstance> command.-pHostId :: Lens' Placement (Maybe Text)-pHostId = lens _pHostId (\ s a -> s{_pHostId = a});---- | The Availability Zone of the instance.-pAvailabilityZone :: Lens' Placement (Maybe Text)-pAvailabilityZone = lens _pAvailabilityZone (\ s a -> s{_pAvailabilityZone = a});---- | The tenancy of the instance (if the instance is running in a VPC). An--- instance with a tenancy of 'dedicated' runs on single-tenant hardware.--- The 'host' tenancy is not supported for the < ImportInstance> command.-pTenancy :: Lens' Placement (Maybe Tenancy)-pTenancy = lens _pTenancy (\ s a -> s{_pTenancy = a});---- | The name of the placement group the instance is in (for cluster compute--- instances).-pGroupName :: Lens' Placement (Maybe Text)-pGroupName = lens _pGroupName (\ s a -> s{_pGroupName = a});--instance FromXML Placement where-        parseXML x-          = Placement' <$>-              (x .@? "affinity") <*> (x .@? "hostId") <*>-                (x .@? "availabilityZone")-                <*> (x .@? "tenancy")-                <*> (x .@? "groupName")--instance Hashable Placement--instance NFData Placement--instance ToQuery Placement where-        toQuery Placement'{..}-          = mconcat-              ["Affinity" =: _pAffinity, "HostId" =: _pHostId,-               "AvailabilityZone" =: _pAvailabilityZone,-               "Tenancy" =: _pTenancy, "GroupName" =: _pGroupName]---- | Describes a placement group.------ /See:/ 'placementGroup' smart constructor.-data PlacementGroup = PlacementGroup'-    { _pgState     :: !(Maybe PlacementGroupState)-    , _pgStrategy  :: !(Maybe PlacementStrategy)-    , _pgGroupName :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'PlacementGroup' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pgState'------ * 'pgStrategy'------ * 'pgGroupName'-placementGroup-    :: PlacementGroup-placementGroup =-    PlacementGroup'-    { _pgState = Nothing-    , _pgStrategy = Nothing-    , _pgGroupName = Nothing-    }---- | The state of the placement group.-pgState :: Lens' PlacementGroup (Maybe PlacementGroupState)-pgState = lens _pgState (\ s a -> s{_pgState = a});---- | The placement strategy.-pgStrategy :: Lens' PlacementGroup (Maybe PlacementStrategy)-pgStrategy = lens _pgStrategy (\ s a -> s{_pgStrategy = a});---- | The name of the placement group.-pgGroupName :: Lens' PlacementGroup (Maybe Text)-pgGroupName = lens _pgGroupName (\ s a -> s{_pgGroupName = a});--instance FromXML PlacementGroup where-        parseXML x-          = PlacementGroup' <$>-              (x .@? "state") <*> (x .@? "strategy") <*>-                (x .@? "groupName")--instance Hashable PlacementGroup--instance NFData PlacementGroup---- | Describes a range of ports.------ /See:/ 'portRange' smart constructor.-data PortRange = PortRange'-    { _prTo   :: !(Maybe Int)-    , _prFrom :: !(Maybe Int)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'PortRange' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'prTo'------ * 'prFrom'-portRange-    :: PortRange-portRange =-    PortRange'-    { _prTo = Nothing-    , _prFrom = Nothing-    }---- | The last port in the range.-prTo :: Lens' PortRange (Maybe Int)-prTo = lens _prTo (\ s a -> s{_prTo = a});---- | The first port in the range.-prFrom :: Lens' PortRange (Maybe Int)-prFrom = lens _prFrom (\ s a -> s{_prFrom = a});--instance FromXML PortRange where-        parseXML x-          = PortRange' <$> (x .@? "to") <*> (x .@? "from")--instance Hashable PortRange--instance NFData PortRange--instance ToQuery PortRange where-        toQuery PortRange'{..}-          = mconcat ["To" =: _prTo, "From" =: _prFrom]---- | Describes prefixes for AWS services.------ /See:/ 'prefixList' smart constructor.-data PrefixList = PrefixList'-    { _plCIdRs          :: !(Maybe [Text])-    , _plPrefixListId   :: !(Maybe Text)-    , _plPrefixListName :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'PrefixList' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plCIdRs'------ * 'plPrefixListId'------ * 'plPrefixListName'-prefixList-    :: PrefixList-prefixList =-    PrefixList'-    { _plCIdRs = Nothing-    , _plPrefixListId = Nothing-    , _plPrefixListName = Nothing-    }---- | The IP address range of the AWS service.-plCIdRs :: Lens' PrefixList [Text]-plCIdRs = lens _plCIdRs (\ s a -> s{_plCIdRs = a}) . _Default . _Coerce;---- | The ID of the prefix.-plPrefixListId :: Lens' PrefixList (Maybe Text)-plPrefixListId = lens _plPrefixListId (\ s a -> s{_plPrefixListId = a});---- | The name of the prefix.-plPrefixListName :: Lens' PrefixList (Maybe Text)-plPrefixListName = lens _plPrefixListName (\ s a -> s{_plPrefixListName = a});--instance FromXML PrefixList where-        parseXML x-          = PrefixList' <$>-              (x .@? "cidrSet" .!@ mempty >>=-                 may (parseXMLList "item"))-                <*> (x .@? "prefixListId")-                <*> (x .@? "prefixListName")--instance Hashable PrefixList--instance NFData PrefixList---- | The ID of the prefix.------ /See:/ 'prefixListId' smart constructor.-newtype PrefixListId = PrefixListId'-    { _pliPrefixListId :: Maybe Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'PrefixListId' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pliPrefixListId'-prefixListId-    :: PrefixListId-prefixListId =-    PrefixListId'-    { _pliPrefixListId = Nothing-    }---- | The ID of the prefix.-pliPrefixListId :: Lens' PrefixListId (Maybe Text)-pliPrefixListId = lens _pliPrefixListId (\ s a -> s{_pliPrefixListId = a});--instance FromXML PrefixListId where-        parseXML x = PrefixListId' <$> (x .@? "prefixListId")--instance Hashable PrefixListId--instance NFData PrefixListId--instance ToQuery PrefixListId where-        toQuery PrefixListId'{..}-          = mconcat ["PrefixListId" =: _pliPrefixListId]---- | Describes the price for a Reserved Instance.------ /See:/ 'priceSchedule' smart constructor.-data PriceSchedule = PriceSchedule'-    { _psCurrencyCode :: !(Maybe CurrencyCodeValues)-    , _psTerm         :: !(Maybe Integer)-    , _psActive       :: !(Maybe Bool)-    , _psPrice        :: !(Maybe Double)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'PriceSchedule' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'psCurrencyCode'------ * 'psTerm'------ * 'psActive'------ * 'psPrice'-priceSchedule-    :: PriceSchedule-priceSchedule =-    PriceSchedule'-    { _psCurrencyCode = Nothing-    , _psTerm = Nothing-    , _psActive = Nothing-    , _psPrice = Nothing-    }---- | The currency for transacting the Reserved Instance resale. At this time,--- the only supported currency is 'USD'.-psCurrencyCode :: Lens' PriceSchedule (Maybe CurrencyCodeValues)-psCurrencyCode = lens _psCurrencyCode (\ s a -> s{_psCurrencyCode = a});---- | The number of months remaining in the reservation. For example, 2 is the--- second to the last month before the capacity reservation expires.-psTerm :: Lens' PriceSchedule (Maybe Integer)-psTerm = lens _psTerm (\ s a -> s{_psTerm = a});---- | The current price schedule, as determined by the term remaining for the--- Reserved Instance in the listing.------ A specific price schedule is always in effect, but only one price--- schedule can be active at any time. Take, for example, a Reserved--- Instance listing that has five months remaining in its term. When you--- specify price schedules for five months and two months, this means that--- schedule 1, covering the first three months of the remaining term, will--- be active during months 5, 4, and 3. Then schedule 2, covering the last--- two months of the term, will be active for months 2 and 1.-psActive :: Lens' PriceSchedule (Maybe Bool)-psActive = lens _psActive (\ s a -> s{_psActive = a});---- | The fixed price for the term.-psPrice :: Lens' PriceSchedule (Maybe Double)-psPrice = lens _psPrice (\ s a -> s{_psPrice = a});--instance FromXML PriceSchedule where-        parseXML x-          = PriceSchedule' <$>-              (x .@? "currencyCode") <*> (x .@? "term") <*>-                (x .@? "active")-                <*> (x .@? "price")--instance Hashable PriceSchedule--instance NFData PriceSchedule---- | Describes the price for a Reserved Instance.------ /See:/ 'priceScheduleSpecification' smart constructor.-data PriceScheduleSpecification = PriceScheduleSpecification'-    { _pssCurrencyCode :: !(Maybe CurrencyCodeValues)-    , _pssTerm         :: !(Maybe Integer)-    , _pssPrice        :: !(Maybe Double)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'PriceScheduleSpecification' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pssCurrencyCode'------ * 'pssTerm'------ * 'pssPrice'-priceScheduleSpecification-    :: PriceScheduleSpecification-priceScheduleSpecification =-    PriceScheduleSpecification'-    { _pssCurrencyCode = Nothing-    , _pssTerm = Nothing-    , _pssPrice = Nothing-    }---- | The currency for transacting the Reserved Instance resale. At this time,--- the only supported currency is 'USD'.-pssCurrencyCode :: Lens' PriceScheduleSpecification (Maybe CurrencyCodeValues)-pssCurrencyCode = lens _pssCurrencyCode (\ s a -> s{_pssCurrencyCode = a});---- | The number of months remaining in the reservation. For example, 2 is the--- second to the last month before the capacity reservation expires.-pssTerm :: Lens' PriceScheduleSpecification (Maybe Integer)-pssTerm = lens _pssTerm (\ s a -> s{_pssTerm = a});---- | The fixed price for the term.-pssPrice :: Lens' PriceScheduleSpecification (Maybe Double)-pssPrice = lens _pssPrice (\ s a -> s{_pssPrice = a});--instance Hashable PriceScheduleSpecification--instance NFData PriceScheduleSpecification--instance ToQuery PriceScheduleSpecification where-        toQuery PriceScheduleSpecification'{..}-          = mconcat-              ["CurrencyCode" =: _pssCurrencyCode,-               "Term" =: _pssTerm, "Price" =: _pssPrice]---- | Describes a Reserved Instance offering.------ /See:/ 'pricingDetail' smart constructor.-data PricingDetail = PricingDetail'-    { _pdCount :: !(Maybe Int)-    , _pdPrice :: !(Maybe Double)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'PricingDetail' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pdCount'------ * 'pdPrice'-pricingDetail-    :: PricingDetail-pricingDetail =-    PricingDetail'-    { _pdCount = Nothing-    , _pdPrice = Nothing-    }---- | The number of reservations available for the price.-pdCount :: Lens' PricingDetail (Maybe Int)-pdCount = lens _pdCount (\ s a -> s{_pdCount = a});---- | The price per instance.-pdPrice :: Lens' PricingDetail (Maybe Double)-pdPrice = lens _pdPrice (\ s a -> s{_pdPrice = a});--instance FromXML PricingDetail where-        parseXML x-          = PricingDetail' <$>-              (x .@? "count") <*> (x .@? "price")--instance Hashable PricingDetail--instance NFData PricingDetail---- | Describes a secondary private IP address for a network interface.------ /See:/ 'privateIPAddressSpecification' smart constructor.-data PrivateIPAddressSpecification = PrivateIPAddressSpecification'-    { _piasPrimary          :: !(Maybe Bool)-    , _piasPrivateIPAddress :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'PrivateIPAddressSpecification' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'piasPrimary'------ * 'piasPrivateIPAddress'-privateIPAddressSpecification-    :: Text -- ^ 'piasPrivateIPAddress'-    -> PrivateIPAddressSpecification-privateIPAddressSpecification pPrivateIPAddress_ =-    PrivateIPAddressSpecification'-    { _piasPrimary = Nothing-    , _piasPrivateIPAddress = pPrivateIPAddress_-    }---- | Indicates whether the private IP address is the primary private IP--- address. Only one IP address can be designated as primary.-piasPrimary :: Lens' PrivateIPAddressSpecification (Maybe Bool)-piasPrimary = lens _piasPrimary (\ s a -> s{_piasPrimary = a});---- | The private IP addresses.-piasPrivateIPAddress :: Lens' PrivateIPAddressSpecification Text-piasPrivateIPAddress = lens _piasPrivateIPAddress (\ s a -> s{_piasPrivateIPAddress = a});--instance FromXML PrivateIPAddressSpecification where-        parseXML x-          = PrivateIPAddressSpecification' <$>-              (x .@? "primary") <*> (x .@ "privateIpAddress")--instance Hashable PrivateIPAddressSpecification--instance NFData PrivateIPAddressSpecification--instance ToQuery PrivateIPAddressSpecification where-        toQuery PrivateIPAddressSpecification'{..}-          = mconcat-              ["Primary" =: _piasPrimary,-               "PrivateIpAddress" =: _piasPrivateIPAddress]---- | Describes a product code.------ /See:/ 'productCode' smart constructor.-data ProductCode = ProductCode'-    { _pcProductCodeType :: !(Maybe ProductCodeValues)-    , _pcProductCodeId   :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ProductCode' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pcProductCodeType'------ * 'pcProductCodeId'-productCode-    :: ProductCode-productCode =-    ProductCode'-    { _pcProductCodeType = Nothing-    , _pcProductCodeId = Nothing-    }---- | The type of product code.-pcProductCodeType :: Lens' ProductCode (Maybe ProductCodeValues)-pcProductCodeType = lens _pcProductCodeType (\ s a -> s{_pcProductCodeType = a});---- | The product code.-pcProductCodeId :: Lens' ProductCode (Maybe Text)-pcProductCodeId = lens _pcProductCodeId (\ s a -> s{_pcProductCodeId = a});--instance FromXML ProductCode where-        parseXML x-          = ProductCode' <$>-              (x .@? "type") <*> (x .@? "productCode")--instance Hashable ProductCode--instance NFData ProductCode---- | Describes a virtual private gateway propagating route.------ /See:/ 'propagatingVGW' smart constructor.-newtype PropagatingVGW = PropagatingVGW'-    { _pvGatewayId :: Maybe Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'PropagatingVGW' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pvGatewayId'-propagatingVGW-    :: PropagatingVGW-propagatingVGW =-    PropagatingVGW'-    { _pvGatewayId = Nothing-    }---- | The ID of the virtual private gateway (VGW).-pvGatewayId :: Lens' PropagatingVGW (Maybe Text)-pvGatewayId = lens _pvGatewayId (\ s a -> s{_pvGatewayId = a});--instance FromXML PropagatingVGW where-        parseXML x = PropagatingVGW' <$> (x .@? "gatewayId")--instance Hashable PropagatingVGW--instance NFData PropagatingVGW---- | Describes a request to purchase Scheduled Instances.------ /See:/ 'purchaseRequest' smart constructor.-data PurchaseRequest = PurchaseRequest'-    { _prPurchaseToken :: !Text-    , _prInstanceCount :: !Int-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'PurchaseRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'prPurchaseToken'------ * 'prInstanceCount'-purchaseRequest-    :: Text -- ^ 'prPurchaseToken'-    -> Int -- ^ 'prInstanceCount'-    -> PurchaseRequest-purchaseRequest pPurchaseToken_ pInstanceCount_ =-    PurchaseRequest'-    { _prPurchaseToken = pPurchaseToken_-    , _prInstanceCount = pInstanceCount_-    }---- | The purchase token.-prPurchaseToken :: Lens' PurchaseRequest Text-prPurchaseToken = lens _prPurchaseToken (\ s a -> s{_prPurchaseToken = a});---- | The number of instances.-prInstanceCount :: Lens' PurchaseRequest Int-prInstanceCount = lens _prInstanceCount (\ s a -> s{_prInstanceCount = a});--instance Hashable PurchaseRequest--instance NFData PurchaseRequest--instance ToQuery PurchaseRequest where-        toQuery PurchaseRequest'{..}-          = mconcat-              ["PurchaseToken" =: _prPurchaseToken,-               "InstanceCount" =: _prInstanceCount]---- | Describes a recurring charge.------ /See:/ 'recurringCharge' smart constructor.-data RecurringCharge = RecurringCharge'-    { _rcAmount    :: !(Maybe Double)-    , _rcFrequency :: !(Maybe RecurringChargeFrequency)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'RecurringCharge' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'rcAmount'------ * 'rcFrequency'-recurringCharge-    :: RecurringCharge-recurringCharge =-    RecurringCharge'-    { _rcAmount = Nothing-    , _rcFrequency = Nothing-    }---- | The amount of the recurring charge.-rcAmount :: Lens' RecurringCharge (Maybe Double)-rcAmount = lens _rcAmount (\ s a -> s{_rcAmount = a});---- | The frequency of the recurring charge.-rcFrequency :: Lens' RecurringCharge (Maybe RecurringChargeFrequency)-rcFrequency = lens _rcFrequency (\ s a -> s{_rcFrequency = a});--instance FromXML RecurringCharge where-        parseXML x-          = RecurringCharge' <$>-              (x .@? "amount") <*> (x .@? "frequency")--instance Hashable RecurringCharge--instance NFData RecurringCharge---- | Describes a region.------ /See:/ 'regionInfo' smart constructor.-data RegionInfo = RegionInfo'-    { _riRegionName :: !(Maybe Text)-    , _riEndpoint   :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'RegionInfo' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'riRegionName'------ * 'riEndpoint'-regionInfo-    :: RegionInfo-regionInfo =-    RegionInfo'-    { _riRegionName = Nothing-    , _riEndpoint = Nothing-    }---- | The name of the region.-riRegionName :: Lens' RegionInfo (Maybe Text)-riRegionName = lens _riRegionName (\ s a -> s{_riRegionName = a});---- | The region service endpoint.-riEndpoint :: Lens' RegionInfo (Maybe Text)-riEndpoint = lens _riEndpoint (\ s a -> s{_riEndpoint = a});--instance FromXML RegionInfo where-        parseXML x-          = RegionInfo' <$>-              (x .@? "regionName") <*> (x .@? "regionEndpoint")--instance Hashable RegionInfo--instance NFData RegionInfo---- | Describes the launch specification for an instance.------ /See:/ 'requestSpotLaunchSpecification' smart constructor.-data RequestSpotLaunchSpecification = RequestSpotLaunchSpecification'-    { _rslsSecurityGroupIds    :: !(Maybe [Text])-    , _rslsSecurityGroups      :: !(Maybe [Text])-    , _rslsKeyName             :: !(Maybe Text)-    , _rslsNetworkInterfaces   :: !(Maybe [InstanceNetworkInterfaceSpecification])-    , _rslsRAMDiskId           :: !(Maybe Text)-    , _rslsSubnetId            :: !(Maybe Text)-    , _rslsKernelId            :: !(Maybe Text)-    , _rslsInstanceType        :: !(Maybe InstanceType)-    , _rslsEBSOptimized        :: !(Maybe Bool)-    , _rslsUserData            :: !(Maybe Text)-    , _rslsMonitoring          :: !(Maybe RunInstancesMonitoringEnabled)-    , _rslsIAMInstanceProfile  :: !(Maybe IAMInstanceProfileSpecification)-    , _rslsImageId             :: !(Maybe Text)-    , _rslsAddressingType      :: !(Maybe Text)-    , _rslsBlockDeviceMappings :: !(Maybe [BlockDeviceMapping])-    , _rslsPlacement           :: !(Maybe SpotPlacement)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'RequestSpotLaunchSpecification' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'rslsSecurityGroupIds'------ * 'rslsSecurityGroups'------ * 'rslsKeyName'------ * 'rslsNetworkInterfaces'------ * 'rslsRAMDiskId'------ * 'rslsSubnetId'------ * 'rslsKernelId'------ * 'rslsInstanceType'------ * 'rslsEBSOptimized'------ * 'rslsUserData'------ * 'rslsMonitoring'------ * 'rslsIAMInstanceProfile'------ * 'rslsImageId'------ * 'rslsAddressingType'------ * 'rslsBlockDeviceMappings'------ * 'rslsPlacement'-requestSpotLaunchSpecification-    :: RequestSpotLaunchSpecification-requestSpotLaunchSpecification =-    RequestSpotLaunchSpecification'-    { _rslsSecurityGroupIds = Nothing-    , _rslsSecurityGroups = Nothing-    , _rslsKeyName = Nothing-    , _rslsNetworkInterfaces = Nothing-    , _rslsRAMDiskId = Nothing-    , _rslsSubnetId = Nothing-    , _rslsKernelId = Nothing-    , _rslsInstanceType = Nothing-    , _rslsEBSOptimized = Nothing-    , _rslsUserData = Nothing-    , _rslsMonitoring = Nothing-    , _rslsIAMInstanceProfile = Nothing-    , _rslsImageId = Nothing-    , _rslsAddressingType = Nothing-    , _rslsBlockDeviceMappings = Nothing-    , _rslsPlacement = Nothing-    }---- | Undocumented member.-rslsSecurityGroupIds :: Lens' RequestSpotLaunchSpecification [Text]-rslsSecurityGroupIds = lens _rslsSecurityGroupIds (\ s a -> s{_rslsSecurityGroupIds = a}) . _Default . _Coerce;---- | Undocumented member.-rslsSecurityGroups :: Lens' RequestSpotLaunchSpecification [Text]-rslsSecurityGroups = lens _rslsSecurityGroups (\ s a -> s{_rslsSecurityGroups = a}) . _Default . _Coerce;---- | The name of the key pair.-rslsKeyName :: Lens' RequestSpotLaunchSpecification (Maybe Text)-rslsKeyName = lens _rslsKeyName (\ s a -> s{_rslsKeyName = a});---- | One or more network interfaces.-rslsNetworkInterfaces :: Lens' RequestSpotLaunchSpecification [InstanceNetworkInterfaceSpecification]-rslsNetworkInterfaces = lens _rslsNetworkInterfaces (\ s a -> s{_rslsNetworkInterfaces = a}) . _Default . _Coerce;---- | The ID of the RAM disk.-rslsRAMDiskId :: Lens' RequestSpotLaunchSpecification (Maybe Text)-rslsRAMDiskId = lens _rslsRAMDiskId (\ s a -> s{_rslsRAMDiskId = a});---- | The ID of the subnet in which to launch the instance.-rslsSubnetId :: Lens' RequestSpotLaunchSpecification (Maybe Text)-rslsSubnetId = lens _rslsSubnetId (\ s a -> s{_rslsSubnetId = a});---- | The ID of the kernel.-rslsKernelId :: Lens' RequestSpotLaunchSpecification (Maybe Text)-rslsKernelId = lens _rslsKernelId (\ s a -> s{_rslsKernelId = a});---- | The instance type.-rslsInstanceType :: Lens' RequestSpotLaunchSpecification (Maybe InstanceType)-rslsInstanceType = lens _rslsInstanceType (\ s a -> s{_rslsInstanceType = a});---- | Indicates whether the instance is optimized for EBS I\/O. This--- optimization provides dedicated throughput to Amazon EBS and an--- optimized configuration stack to provide optimal EBS I\/O performance.--- This optimization isn\'t available with all instance types. Additional--- usage charges apply when using an EBS Optimized instance.------ Default: 'false'-rslsEBSOptimized :: Lens' RequestSpotLaunchSpecification (Maybe Bool)-rslsEBSOptimized = lens _rslsEBSOptimized (\ s a -> s{_rslsEBSOptimized = a});---- | The Base64-encoded MIME user data to make available to the instances.-rslsUserData :: Lens' RequestSpotLaunchSpecification (Maybe Text)-rslsUserData = lens _rslsUserData (\ s a -> s{_rslsUserData = a});---- | Undocumented member.-rslsMonitoring :: Lens' RequestSpotLaunchSpecification (Maybe RunInstancesMonitoringEnabled)-rslsMonitoring = lens _rslsMonitoring (\ s a -> s{_rslsMonitoring = a});---- | The IAM instance profile.-rslsIAMInstanceProfile :: Lens' RequestSpotLaunchSpecification (Maybe IAMInstanceProfileSpecification)-rslsIAMInstanceProfile = lens _rslsIAMInstanceProfile (\ s a -> s{_rslsIAMInstanceProfile = a});---- | The ID of the AMI.-rslsImageId :: Lens' RequestSpotLaunchSpecification (Maybe Text)-rslsImageId = lens _rslsImageId (\ s a -> s{_rslsImageId = a});---- | Deprecated.-rslsAddressingType :: Lens' RequestSpotLaunchSpecification (Maybe Text)-rslsAddressingType = lens _rslsAddressingType (\ s a -> s{_rslsAddressingType = a});---- | One or more block device mapping entries.------ Although you can specify encrypted EBS volumes in this block device--- mapping for your Spot Instances, these volumes are not encrypted.-rslsBlockDeviceMappings :: Lens' RequestSpotLaunchSpecification [BlockDeviceMapping]-rslsBlockDeviceMappings = lens _rslsBlockDeviceMappings (\ s a -> s{_rslsBlockDeviceMappings = a}) . _Default . _Coerce;---- | The placement information for the instance.-rslsPlacement :: Lens' RequestSpotLaunchSpecification (Maybe SpotPlacement)-rslsPlacement = lens _rslsPlacement (\ s a -> s{_rslsPlacement = a});--instance Hashable RequestSpotLaunchSpecification--instance NFData RequestSpotLaunchSpecification--instance ToQuery RequestSpotLaunchSpecification where-        toQuery RequestSpotLaunchSpecification'{..}-          = mconcat-              [toQuery-                 (toQueryList "SecurityGroupId" <$>-                    _rslsSecurityGroupIds),-               toQuery-                 (toQueryList "SecurityGroup" <$>-                    _rslsSecurityGroups),-               "KeyName" =: _rslsKeyName,-               toQuery-                 (toQueryList "NetworkInterface" <$>-                    _rslsNetworkInterfaces),-               "RamdiskId" =: _rslsRAMDiskId,-               "SubnetId" =: _rslsSubnetId,-               "KernelId" =: _rslsKernelId,-               "InstanceType" =: _rslsInstanceType,-               "EbsOptimized" =: _rslsEBSOptimized,-               "UserData" =: _rslsUserData,-               "Monitoring" =: _rslsMonitoring,-               "IamInstanceProfile" =: _rslsIAMInstanceProfile,-               "ImageId" =: _rslsImageId,-               "AddressingType" =: _rslsAddressingType,-               toQuery-                 (toQueryList "BlockDeviceMapping" <$>-                    _rslsBlockDeviceMappings),-               "Placement" =: _rslsPlacement]---- | Describes a reservation.------ /See:/ 'reservation' smart constructor.-data Reservation = Reservation'-    { _rGroups        :: !(Maybe [GroupIdentifier])-    , _rInstances     :: !(Maybe [Instance])-    , _rRequesterId   :: !(Maybe Text)-    , _rReservationId :: !Text-    , _rOwnerId       :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'Reservation' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'rGroups'------ * 'rInstances'------ * 'rRequesterId'------ * 'rReservationId'------ * 'rOwnerId'-reservation-    :: Text -- ^ 'rReservationId'-    -> Text -- ^ 'rOwnerId'-    -> Reservation-reservation pReservationId_ pOwnerId_ =-    Reservation'-    { _rGroups = Nothing-    , _rInstances = Nothing-    , _rRequesterId = Nothing-    , _rReservationId = pReservationId_-    , _rOwnerId = pOwnerId_-    }---- | [EC2-Classic only] One or more security groups.-rGroups :: Lens' Reservation [GroupIdentifier]-rGroups = lens _rGroups (\ s a -> s{_rGroups = a}) . _Default . _Coerce;---- | One or more instances.-rInstances :: Lens' Reservation [Instance]-rInstances = lens _rInstances (\ s a -> s{_rInstances = a}) . _Default . _Coerce;---- | The ID of the requester that launched the instances on your behalf (for--- example, AWS Management Console or Auto Scaling).-rRequesterId :: Lens' Reservation (Maybe Text)-rRequesterId = lens _rRequesterId (\ s a -> s{_rRequesterId = a});---- | The ID of the reservation.-rReservationId :: Lens' Reservation Text-rReservationId = lens _rReservationId (\ s a -> s{_rReservationId = a});---- | The ID of the AWS account that owns the reservation.-rOwnerId :: Lens' Reservation Text-rOwnerId = lens _rOwnerId (\ s a -> s{_rOwnerId = a});--instance FromXML Reservation where-        parseXML x-          = Reservation' <$>-              (x .@? "groupSet" .!@ mempty >>=-                 may (parseXMLList "item"))-                <*>-                (x .@? "instancesSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "requesterId")-                <*> (x .@ "reservationId")-                <*> (x .@ "ownerId")--instance Hashable Reservation--instance NFData Reservation---- | Describes the limit price of a Reserved Instance offering.------ /See:/ 'reservedInstanceLimitPrice' smart constructor.-data ReservedInstanceLimitPrice = ReservedInstanceLimitPrice'-    { _rilpAmount       :: !(Maybe Double)-    , _rilpCurrencyCode :: !(Maybe CurrencyCodeValues)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ReservedInstanceLimitPrice' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'rilpAmount'------ * 'rilpCurrencyCode'-reservedInstanceLimitPrice-    :: ReservedInstanceLimitPrice-reservedInstanceLimitPrice =-    ReservedInstanceLimitPrice'-    { _rilpAmount = Nothing-    , _rilpCurrencyCode = Nothing-    }---- | Used for Reserved Instance Marketplace offerings. Specifies the limit--- price on the total order (instanceCount * price).-rilpAmount :: Lens' ReservedInstanceLimitPrice (Maybe Double)-rilpAmount = lens _rilpAmount (\ s a -> s{_rilpAmount = a});---- | The currency in which the 'limitPrice' amount is specified. At this--- time, the only supported currency is 'USD'.-rilpCurrencyCode :: Lens' ReservedInstanceLimitPrice (Maybe CurrencyCodeValues)-rilpCurrencyCode = lens _rilpCurrencyCode (\ s a -> s{_rilpCurrencyCode = a});--instance Hashable ReservedInstanceLimitPrice--instance NFData ReservedInstanceLimitPrice--instance ToQuery ReservedInstanceLimitPrice where-        toQuery ReservedInstanceLimitPrice'{..}-          = mconcat-              ["Amount" =: _rilpAmount,-               "CurrencyCode" =: _rilpCurrencyCode]---- | Describes a Reserved Instance.------ /See:/ 'reservedInstances' smart constructor.-data ReservedInstances = ReservedInstances'-    { _riState               :: !(Maybe ReservedInstanceState)-    , _riCurrencyCode        :: !(Maybe CurrencyCodeValues)-    , _riInstanceCount       :: !(Maybe Int)-    , _riProductDescription  :: !(Maybe RIProductDescription)-    , _riStart               :: !(Maybe ISO8601)-    , _riInstanceType        :: !(Maybe InstanceType)-    , _riEnd                 :: !(Maybe ISO8601)-    , _riAvailabilityZone    :: !(Maybe Text)-    , _riRecurringCharges    :: !(Maybe [RecurringCharge])-    , _riOfferingType        :: !(Maybe OfferingTypeValues)-    , _riUsagePrice          :: !(Maybe Double)-    , _riFixedPrice          :: !(Maybe Double)-    , _riReservedInstancesId :: !(Maybe Text)-    , _riInstanceTenancy     :: !(Maybe Tenancy)-    , _riDuration            :: !(Maybe Integer)-    , _riTags                :: !(Maybe [Tag])-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ReservedInstances' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'riState'------ * 'riCurrencyCode'------ * 'riInstanceCount'------ * 'riProductDescription'------ * 'riStart'------ * 'riInstanceType'------ * 'riEnd'------ * 'riAvailabilityZone'------ * 'riRecurringCharges'------ * 'riOfferingType'------ * 'riUsagePrice'------ * 'riFixedPrice'------ * 'riReservedInstancesId'------ * 'riInstanceTenancy'------ * 'riDuration'------ * 'riTags'-reservedInstances-    :: ReservedInstances-reservedInstances =-    ReservedInstances'-    { _riState = Nothing-    , _riCurrencyCode = Nothing-    , _riInstanceCount = Nothing-    , _riProductDescription = Nothing-    , _riStart = Nothing-    , _riInstanceType = Nothing-    , _riEnd = Nothing-    , _riAvailabilityZone = Nothing-    , _riRecurringCharges = Nothing-    , _riOfferingType = Nothing-    , _riUsagePrice = Nothing-    , _riFixedPrice = Nothing-    , _riReservedInstancesId = Nothing-    , _riInstanceTenancy = Nothing-    , _riDuration = Nothing-    , _riTags = Nothing-    }---- | The state of the Reserved Instance purchase.-riState :: Lens' ReservedInstances (Maybe ReservedInstanceState)-riState = lens _riState (\ s a -> s{_riState = a});---- | The currency of the Reserved Instance. It\'s specified using ISO 4217--- standard currency codes. At this time, the only supported currency is--- 'USD'.-riCurrencyCode :: Lens' ReservedInstances (Maybe CurrencyCodeValues)-riCurrencyCode = lens _riCurrencyCode (\ s a -> s{_riCurrencyCode = a});---- | The number of reservations purchased.-riInstanceCount :: Lens' ReservedInstances (Maybe Int)-riInstanceCount = lens _riInstanceCount (\ s a -> s{_riInstanceCount = a});---- | The Reserved Instance product platform description.-riProductDescription :: Lens' ReservedInstances (Maybe RIProductDescription)-riProductDescription = lens _riProductDescription (\ s a -> s{_riProductDescription = a});---- | The date and time the Reserved Instance started.-riStart :: Lens' ReservedInstances (Maybe UTCTime)-riStart = lens _riStart (\ s a -> s{_riStart = a}) . mapping _Time;---- | The instance type on which the Reserved Instance can be used.-riInstanceType :: Lens' ReservedInstances (Maybe InstanceType)-riInstanceType = lens _riInstanceType (\ s a -> s{_riInstanceType = a});---- | The time when the Reserved Instance expires.-riEnd :: Lens' ReservedInstances (Maybe UTCTime)-riEnd = lens _riEnd (\ s a -> s{_riEnd = a}) . mapping _Time;---- | The Availability Zone in which the Reserved Instance can be used.-riAvailabilityZone :: Lens' ReservedInstances (Maybe Text)-riAvailabilityZone = lens _riAvailabilityZone (\ s a -> s{_riAvailabilityZone = a});---- | The recurring charge tag assigned to the resource.-riRecurringCharges :: Lens' ReservedInstances [RecurringCharge]-riRecurringCharges = lens _riRecurringCharges (\ s a -> s{_riRecurringCharges = a}) . _Default . _Coerce;---- | The Reserved Instance offering type.-riOfferingType :: Lens' ReservedInstances (Maybe OfferingTypeValues)-riOfferingType = lens _riOfferingType (\ s a -> s{_riOfferingType = a});---- | The usage price of the Reserved Instance, per hour.-riUsagePrice :: Lens' ReservedInstances (Maybe Double)-riUsagePrice = lens _riUsagePrice (\ s a -> s{_riUsagePrice = a});---- | The purchase price of the Reserved Instance.-riFixedPrice :: Lens' ReservedInstances (Maybe Double)-riFixedPrice = lens _riFixedPrice (\ s a -> s{_riFixedPrice = a});---- | The ID of the Reserved Instance.-riReservedInstancesId :: Lens' ReservedInstances (Maybe Text)-riReservedInstancesId = lens _riReservedInstancesId (\ s a -> s{_riReservedInstancesId = a});---- | The tenancy of the instance.-riInstanceTenancy :: Lens' ReservedInstances (Maybe Tenancy)-riInstanceTenancy = lens _riInstanceTenancy (\ s a -> s{_riInstanceTenancy = a});---- | The duration of the Reserved Instance, in seconds.-riDuration :: Lens' ReservedInstances (Maybe Integer)-riDuration = lens _riDuration (\ s a -> s{_riDuration = a});---- | Any tags assigned to the resource.-riTags :: Lens' ReservedInstances [Tag]-riTags = lens _riTags (\ s a -> s{_riTags = a}) . _Default . _Coerce;--instance FromXML ReservedInstances where-        parseXML x-          = ReservedInstances' <$>-              (x .@? "state") <*> (x .@? "currencyCode") <*>-                (x .@? "instanceCount")-                <*> (x .@? "productDescription")-                <*> (x .@? "start")-                <*> (x .@? "instanceType")-                <*> (x .@? "end")-                <*> (x .@? "availabilityZone")-                <*>-                (x .@? "recurringCharges" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "offeringType")-                <*> (x .@? "usagePrice")-                <*> (x .@? "fixedPrice")-                <*> (x .@? "reservedInstancesId")-                <*> (x .@? "instanceTenancy")-                <*> (x .@? "duration")-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))--instance Hashable ReservedInstances--instance NFData ReservedInstances---- | Describes the configuration settings for the modified Reserved--- Instances.------ /See:/ 'reservedInstancesConfiguration' smart constructor.-data ReservedInstancesConfiguration = ReservedInstancesConfiguration'-    { _ricPlatform         :: !(Maybe Text)-    , _ricInstanceCount    :: !(Maybe Int)-    , _ricInstanceType     :: !(Maybe InstanceType)-    , _ricAvailabilityZone :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ReservedInstancesConfiguration' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ricPlatform'------ * 'ricInstanceCount'------ * 'ricInstanceType'------ * 'ricAvailabilityZone'-reservedInstancesConfiguration-    :: ReservedInstancesConfiguration-reservedInstancesConfiguration =-    ReservedInstancesConfiguration'-    { _ricPlatform = Nothing-    , _ricInstanceCount = Nothing-    , _ricInstanceType = Nothing-    , _ricAvailabilityZone = Nothing-    }---- | The network platform of the modified Reserved Instances, which is either--- EC2-Classic or EC2-VPC.-ricPlatform :: Lens' ReservedInstancesConfiguration (Maybe Text)-ricPlatform = lens _ricPlatform (\ s a -> s{_ricPlatform = a});---- | The number of modified Reserved Instances.-ricInstanceCount :: Lens' ReservedInstancesConfiguration (Maybe Int)-ricInstanceCount = lens _ricInstanceCount (\ s a -> s{_ricInstanceCount = a});---- | The instance type for the modified Reserved Instances.-ricInstanceType :: Lens' ReservedInstancesConfiguration (Maybe InstanceType)-ricInstanceType = lens _ricInstanceType (\ s a -> s{_ricInstanceType = a});---- | The Availability Zone for the modified Reserved Instances.-ricAvailabilityZone :: Lens' ReservedInstancesConfiguration (Maybe Text)-ricAvailabilityZone = lens _ricAvailabilityZone (\ s a -> s{_ricAvailabilityZone = a});--instance FromXML ReservedInstancesConfiguration where-        parseXML x-          = ReservedInstancesConfiguration' <$>-              (x .@? "platform") <*> (x .@? "instanceCount") <*>-                (x .@? "instanceType")-                <*> (x .@? "availabilityZone")--instance Hashable ReservedInstancesConfiguration--instance NFData ReservedInstancesConfiguration--instance ToQuery ReservedInstancesConfiguration where-        toQuery ReservedInstancesConfiguration'{..}-          = mconcat-              ["Platform" =: _ricPlatform,-               "InstanceCount" =: _ricInstanceCount,-               "InstanceType" =: _ricInstanceType,-               "AvailabilityZone" =: _ricAvailabilityZone]---- | Describes the ID of a Reserved Instance.------ /See:/ 'reservedInstancesId' smart constructor.-newtype ReservedInstancesId = ReservedInstancesId'-    { _riiReservedInstancesId :: Maybe Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ReservedInstancesId' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'riiReservedInstancesId'-reservedInstancesId-    :: ReservedInstancesId-reservedInstancesId =-    ReservedInstancesId'-    { _riiReservedInstancesId = Nothing-    }---- | The ID of the Reserved Instance.-riiReservedInstancesId :: Lens' ReservedInstancesId (Maybe Text)-riiReservedInstancesId = lens _riiReservedInstancesId (\ s a -> s{_riiReservedInstancesId = a});--instance FromXML ReservedInstancesId where-        parseXML x-          = ReservedInstancesId' <$>-              (x .@? "reservedInstancesId")--instance Hashable ReservedInstancesId--instance NFData ReservedInstancesId---- | Describes a Reserved Instance listing.------ /See:/ 'reservedInstancesListing' smart constructor.-data ReservedInstancesListing = ReservedInstancesListing'-    { _rilStatus                     :: !(Maybe ListingStatus)-    , _rilClientToken                :: !(Maybe Text)-    , _rilUpdateDate                 :: !(Maybe ISO8601)-    , _rilCreateDate                 :: !(Maybe ISO8601)-    , _rilPriceSchedules             :: !(Maybe [PriceSchedule])-    , _rilStatusMessage              :: !(Maybe Text)-    , _rilReservedInstancesId        :: !(Maybe Text)-    , _rilTags                       :: !(Maybe [Tag])-    , _rilInstanceCounts             :: !(Maybe [InstanceCount])-    , _rilReservedInstancesListingId :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ReservedInstancesListing' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'rilStatus'------ * 'rilClientToken'------ * 'rilUpdateDate'------ * 'rilCreateDate'------ * 'rilPriceSchedules'------ * 'rilStatusMessage'------ * 'rilReservedInstancesId'------ * 'rilTags'------ * 'rilInstanceCounts'------ * 'rilReservedInstancesListingId'-reservedInstancesListing-    :: ReservedInstancesListing-reservedInstancesListing =-    ReservedInstancesListing'-    { _rilStatus = Nothing-    , _rilClientToken = Nothing-    , _rilUpdateDate = Nothing-    , _rilCreateDate = Nothing-    , _rilPriceSchedules = Nothing-    , _rilStatusMessage = Nothing-    , _rilReservedInstancesId = Nothing-    , _rilTags = Nothing-    , _rilInstanceCounts = Nothing-    , _rilReservedInstancesListingId = Nothing-    }---- | The status of the Reserved Instance listing.-rilStatus :: Lens' ReservedInstancesListing (Maybe ListingStatus)-rilStatus = lens _rilStatus (\ s a -> s{_rilStatus = a});---- | A unique, case-sensitive key supplied by the client to ensure that the--- request is idempotent. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html Ensuring Idempotency>.-rilClientToken :: Lens' ReservedInstancesListing (Maybe Text)-rilClientToken = lens _rilClientToken (\ s a -> s{_rilClientToken = a});---- | The last modified timestamp of the listing.-rilUpdateDate :: Lens' ReservedInstancesListing (Maybe UTCTime)-rilUpdateDate = lens _rilUpdateDate (\ s a -> s{_rilUpdateDate = a}) . mapping _Time;---- | The time the listing was created.-rilCreateDate :: Lens' ReservedInstancesListing (Maybe UTCTime)-rilCreateDate = lens _rilCreateDate (\ s a -> s{_rilCreateDate = a}) . mapping _Time;---- | The price of the Reserved Instance listing.-rilPriceSchedules :: Lens' ReservedInstancesListing [PriceSchedule]-rilPriceSchedules = lens _rilPriceSchedules (\ s a -> s{_rilPriceSchedules = a}) . _Default . _Coerce;---- | The reason for the current status of the Reserved Instance listing. The--- response can be blank.-rilStatusMessage :: Lens' ReservedInstancesListing (Maybe Text)-rilStatusMessage = lens _rilStatusMessage (\ s a -> s{_rilStatusMessage = a});---- | The ID of the Reserved Instance.-rilReservedInstancesId :: Lens' ReservedInstancesListing (Maybe Text)-rilReservedInstancesId = lens _rilReservedInstancesId (\ s a -> s{_rilReservedInstancesId = a});---- | Any tags assigned to the resource.-rilTags :: Lens' ReservedInstancesListing [Tag]-rilTags = lens _rilTags (\ s a -> s{_rilTags = a}) . _Default . _Coerce;---- | The number of instances in this state.-rilInstanceCounts :: Lens' ReservedInstancesListing [InstanceCount]-rilInstanceCounts = lens _rilInstanceCounts (\ s a -> s{_rilInstanceCounts = a}) . _Default . _Coerce;---- | The ID of the Reserved Instance listing.-rilReservedInstancesListingId :: Lens' ReservedInstancesListing (Maybe Text)-rilReservedInstancesListingId = lens _rilReservedInstancesListingId (\ s a -> s{_rilReservedInstancesListingId = a});--instance FromXML ReservedInstancesListing where-        parseXML x-          = ReservedInstancesListing' <$>-              (x .@? "status") <*> (x .@? "clientToken") <*>-                (x .@? "updateDate")-                <*> (x .@? "createDate")-                <*>-                (x .@? "priceSchedules" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "statusMessage")-                <*> (x .@? "reservedInstancesId")-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*>-                (x .@? "instanceCounts" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "reservedInstancesListingId")--instance Hashable ReservedInstancesListing--instance NFData ReservedInstancesListing---- | Describes a Reserved Instance modification.------ /See:/ 'reservedInstancesModification' smart constructor.-data ReservedInstancesModification = ReservedInstancesModification'-    { _rimModificationResults             :: !(Maybe [ReservedInstancesModificationResult])-    , _rimStatus                          :: !(Maybe Text)-    , _rimClientToken                     :: !(Maybe Text)-    , _rimUpdateDate                      :: !(Maybe ISO8601)-    , _rimCreateDate                      :: !(Maybe ISO8601)-    , _rimEffectiveDate                   :: !(Maybe ISO8601)-    , _rimStatusMessage                   :: !(Maybe Text)-    , _rimReservedInstancesModificationId :: !(Maybe Text)-    , _rimReservedInstancesIds            :: !(Maybe [ReservedInstancesId])-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ReservedInstancesModification' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'rimModificationResults'------ * 'rimStatus'------ * 'rimClientToken'------ * 'rimUpdateDate'------ * 'rimCreateDate'------ * 'rimEffectiveDate'------ * 'rimStatusMessage'------ * 'rimReservedInstancesModificationId'------ * 'rimReservedInstancesIds'-reservedInstancesModification-    :: ReservedInstancesModification-reservedInstancesModification =-    ReservedInstancesModification'-    { _rimModificationResults = Nothing-    , _rimStatus = Nothing-    , _rimClientToken = Nothing-    , _rimUpdateDate = Nothing-    , _rimCreateDate = Nothing-    , _rimEffectiveDate = Nothing-    , _rimStatusMessage = Nothing-    , _rimReservedInstancesModificationId = Nothing-    , _rimReservedInstancesIds = Nothing-    }---- | Contains target configurations along with their corresponding new--- Reserved Instance IDs.-rimModificationResults :: Lens' ReservedInstancesModification [ReservedInstancesModificationResult]-rimModificationResults = lens _rimModificationResults (\ s a -> s{_rimModificationResults = a}) . _Default . _Coerce;---- | The status of the Reserved Instances modification request.-rimStatus :: Lens' ReservedInstancesModification (Maybe Text)-rimStatus = lens _rimStatus (\ s a -> s{_rimStatus = a});---- | A unique, case-sensitive key supplied by the client to ensure that the--- request is idempotent. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html Ensuring Idempotency>.-rimClientToken :: Lens' ReservedInstancesModification (Maybe Text)-rimClientToken = lens _rimClientToken (\ s a -> s{_rimClientToken = a});---- | The time when the modification request was last updated.-rimUpdateDate :: Lens' ReservedInstancesModification (Maybe UTCTime)-rimUpdateDate = lens _rimUpdateDate (\ s a -> s{_rimUpdateDate = a}) . mapping _Time;---- | The time when the modification request was created.-rimCreateDate :: Lens' ReservedInstancesModification (Maybe UTCTime)-rimCreateDate = lens _rimCreateDate (\ s a -> s{_rimCreateDate = a}) . mapping _Time;---- | The time for the modification to become effective.-rimEffectiveDate :: Lens' ReservedInstancesModification (Maybe UTCTime)-rimEffectiveDate = lens _rimEffectiveDate (\ s a -> s{_rimEffectiveDate = a}) . mapping _Time;---- | The reason for the status.-rimStatusMessage :: Lens' ReservedInstancesModification (Maybe Text)-rimStatusMessage = lens _rimStatusMessage (\ s a -> s{_rimStatusMessage = a});---- | A unique ID for the Reserved Instance modification.-rimReservedInstancesModificationId :: Lens' ReservedInstancesModification (Maybe Text)-rimReservedInstancesModificationId = lens _rimReservedInstancesModificationId (\ s a -> s{_rimReservedInstancesModificationId = a});---- | The IDs of one or more Reserved Instances.-rimReservedInstancesIds :: Lens' ReservedInstancesModification [ReservedInstancesId]-rimReservedInstancesIds = lens _rimReservedInstancesIds (\ s a -> s{_rimReservedInstancesIds = a}) . _Default . _Coerce;--instance FromXML ReservedInstancesModification where-        parseXML x-          = ReservedInstancesModification' <$>-              (x .@? "modificationResultSet" .!@ mempty >>=-                 may (parseXMLList "item"))-                <*> (x .@? "status")-                <*> (x .@? "clientToken")-                <*> (x .@? "updateDate")-                <*> (x .@? "createDate")-                <*> (x .@? "effectiveDate")-                <*> (x .@? "statusMessage")-                <*> (x .@? "reservedInstancesModificationId")-                <*>-                (x .@? "reservedInstancesSet" .!@ mempty >>=-                   may (parseXMLList "item"))--instance Hashable ReservedInstancesModification--instance NFData ReservedInstancesModification---- | Describes the modification request\/s.------ /See:/ 'reservedInstancesModificationResult' smart constructor.-data ReservedInstancesModificationResult = ReservedInstancesModificationResult'-    { _rimrReservedInstancesId :: !(Maybe Text)-    , _rimrTargetConfiguration :: !(Maybe ReservedInstancesConfiguration)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ReservedInstancesModificationResult' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'rimrReservedInstancesId'------ * 'rimrTargetConfiguration'-reservedInstancesModificationResult-    :: ReservedInstancesModificationResult-reservedInstancesModificationResult =-    ReservedInstancesModificationResult'-    { _rimrReservedInstancesId = Nothing-    , _rimrTargetConfiguration = Nothing-    }---- | The ID for the Reserved Instances that were created as part of the--- modification request. This field is only available when the modification--- is fulfilled.-rimrReservedInstancesId :: Lens' ReservedInstancesModificationResult (Maybe Text)-rimrReservedInstancesId = lens _rimrReservedInstancesId (\ s a -> s{_rimrReservedInstancesId = a});---- | The target Reserved Instances configurations supplied as part of the--- modification request.-rimrTargetConfiguration :: Lens' ReservedInstancesModificationResult (Maybe ReservedInstancesConfiguration)-rimrTargetConfiguration = lens _rimrTargetConfiguration (\ s a -> s{_rimrTargetConfiguration = a});--instance FromXML ReservedInstancesModificationResult-         where-        parseXML x-          = ReservedInstancesModificationResult' <$>-              (x .@? "reservedInstancesId") <*>-                (x .@? "targetConfiguration")--instance Hashable ReservedInstancesModificationResult--instance NFData ReservedInstancesModificationResult---- | Describes a Reserved Instance offering.------ /See:/ 'reservedInstancesOffering' smart constructor.-data ReservedInstancesOffering = ReservedInstancesOffering'-    { _rioMarketplace                 :: !(Maybe Bool)-    , _rioCurrencyCode                :: !(Maybe CurrencyCodeValues)-    , _rioProductDescription          :: !(Maybe RIProductDescription)-    , _rioInstanceType                :: !(Maybe InstanceType)-    , _rioAvailabilityZone            :: !(Maybe Text)-    , _rioPricingDetails              :: !(Maybe [PricingDetail])-    , _rioRecurringCharges            :: !(Maybe [RecurringCharge])-    , _rioOfferingType                :: !(Maybe OfferingTypeValues)-    , _rioUsagePrice                  :: !(Maybe Double)-    , _rioFixedPrice                  :: !(Maybe Double)-    , _rioInstanceTenancy             :: !(Maybe Tenancy)-    , _rioReservedInstancesOfferingId :: !(Maybe Text)-    , _rioDuration                    :: !(Maybe Integer)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ReservedInstancesOffering' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'rioMarketplace'------ * 'rioCurrencyCode'------ * 'rioProductDescription'------ * 'rioInstanceType'------ * 'rioAvailabilityZone'------ * 'rioPricingDetails'------ * 'rioRecurringCharges'------ * 'rioOfferingType'------ * 'rioUsagePrice'------ * 'rioFixedPrice'------ * 'rioInstanceTenancy'------ * 'rioReservedInstancesOfferingId'------ * 'rioDuration'-reservedInstancesOffering-    :: ReservedInstancesOffering-reservedInstancesOffering =-    ReservedInstancesOffering'-    { _rioMarketplace = Nothing-    , _rioCurrencyCode = Nothing-    , _rioProductDescription = Nothing-    , _rioInstanceType = Nothing-    , _rioAvailabilityZone = Nothing-    , _rioPricingDetails = Nothing-    , _rioRecurringCharges = Nothing-    , _rioOfferingType = Nothing-    , _rioUsagePrice = Nothing-    , _rioFixedPrice = Nothing-    , _rioInstanceTenancy = Nothing-    , _rioReservedInstancesOfferingId = Nothing-    , _rioDuration = Nothing-    }---- | Indicates whether the offering is available through the Reserved--- Instance Marketplace (resale) or AWS. If it\'s a Reserved Instance--- Marketplace offering, this is 'true'.-rioMarketplace :: Lens' ReservedInstancesOffering (Maybe Bool)-rioMarketplace = lens _rioMarketplace (\ s a -> s{_rioMarketplace = a});---- | The currency of the Reserved Instance offering you are purchasing. It\'s--- specified using ISO 4217 standard currency codes. At this time, the only--- supported currency is 'USD'.-rioCurrencyCode :: Lens' ReservedInstancesOffering (Maybe CurrencyCodeValues)-rioCurrencyCode = lens _rioCurrencyCode (\ s a -> s{_rioCurrencyCode = a});---- | The Reserved Instance product platform description.-rioProductDescription :: Lens' ReservedInstancesOffering (Maybe RIProductDescription)-rioProductDescription = lens _rioProductDescription (\ s a -> s{_rioProductDescription = a});---- | The instance type on which the Reserved Instance can be used.-rioInstanceType :: Lens' ReservedInstancesOffering (Maybe InstanceType)-rioInstanceType = lens _rioInstanceType (\ s a -> s{_rioInstanceType = a});---- | The Availability Zone in which the Reserved Instance can be used.-rioAvailabilityZone :: Lens' ReservedInstancesOffering (Maybe Text)-rioAvailabilityZone = lens _rioAvailabilityZone (\ s a -> s{_rioAvailabilityZone = a});---- | The pricing details of the Reserved Instance offering.-rioPricingDetails :: Lens' ReservedInstancesOffering [PricingDetail]-rioPricingDetails = lens _rioPricingDetails (\ s a -> s{_rioPricingDetails = a}) . _Default . _Coerce;---- | The recurring charge tag assigned to the resource.-rioRecurringCharges :: Lens' ReservedInstancesOffering [RecurringCharge]-rioRecurringCharges = lens _rioRecurringCharges (\ s a -> s{_rioRecurringCharges = a}) . _Default . _Coerce;---- | The Reserved Instance offering type.-rioOfferingType :: Lens' ReservedInstancesOffering (Maybe OfferingTypeValues)-rioOfferingType = lens _rioOfferingType (\ s a -> s{_rioOfferingType = a});---- | The usage price of the Reserved Instance, per hour.-rioUsagePrice :: Lens' ReservedInstancesOffering (Maybe Double)-rioUsagePrice = lens _rioUsagePrice (\ s a -> s{_rioUsagePrice = a});---- | The purchase price of the Reserved Instance.-rioFixedPrice :: Lens' ReservedInstancesOffering (Maybe Double)-rioFixedPrice = lens _rioFixedPrice (\ s a -> s{_rioFixedPrice = a});---- | The tenancy of the instance.-rioInstanceTenancy :: Lens' ReservedInstancesOffering (Maybe Tenancy)-rioInstanceTenancy = lens _rioInstanceTenancy (\ s a -> s{_rioInstanceTenancy = a});---- | The ID of the Reserved Instance offering.-rioReservedInstancesOfferingId :: Lens' ReservedInstancesOffering (Maybe Text)-rioReservedInstancesOfferingId = lens _rioReservedInstancesOfferingId (\ s a -> s{_rioReservedInstancesOfferingId = a});---- | The duration of the Reserved Instance, in seconds.-rioDuration :: Lens' ReservedInstancesOffering (Maybe Integer)-rioDuration = lens _rioDuration (\ s a -> s{_rioDuration = a});--instance FromXML ReservedInstancesOffering where-        parseXML x-          = ReservedInstancesOffering' <$>-              (x .@? "marketplace") <*> (x .@? "currencyCode") <*>-                (x .@? "productDescription")-                <*> (x .@? "instanceType")-                <*> (x .@? "availabilityZone")-                <*>-                (x .@? "pricingDetailsSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*>-                (x .@? "recurringCharges" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "offeringType")-                <*> (x .@? "usagePrice")-                <*> (x .@? "fixedPrice")-                <*> (x .@? "instanceTenancy")-                <*> (x .@? "reservedInstancesOfferingId")-                <*> (x .@? "duration")--instance Hashable ReservedInstancesOffering--instance NFData ReservedInstancesOffering---- | Describes a route in a route table.------ /See:/ 'route' smart constructor.-data Route = Route'-    { _rVPCPeeringConnectionId  :: !(Maybe Text)-    , _rInstanceId              :: !(Maybe Text)-    , _rOrigin                  :: !(Maybe RouteOrigin)-    , _rState                   :: !(Maybe RouteState)-    , _rNatGatewayId            :: !(Maybe Text)-    , _rNetworkInterfaceId      :: !(Maybe Text)-    , _rGatewayId               :: !(Maybe Text)-    , _rInstanceOwnerId         :: !(Maybe Text)-    , _rDestinationPrefixListId :: !(Maybe Text)-    , _rDestinationCIdRBlock    :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'Route' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'rVPCPeeringConnectionId'------ * 'rInstanceId'------ * 'rOrigin'------ * 'rState'------ * 'rNatGatewayId'------ * 'rNetworkInterfaceId'------ * 'rGatewayId'------ * 'rInstanceOwnerId'------ * 'rDestinationPrefixListId'------ * 'rDestinationCIdRBlock'-route-    :: Route-route =-    Route'-    { _rVPCPeeringConnectionId = Nothing-    , _rInstanceId = Nothing-    , _rOrigin = Nothing-    , _rState = Nothing-    , _rNatGatewayId = Nothing-    , _rNetworkInterfaceId = Nothing-    , _rGatewayId = Nothing-    , _rInstanceOwnerId = Nothing-    , _rDestinationPrefixListId = Nothing-    , _rDestinationCIdRBlock = Nothing-    }---- | The ID of the VPC peering connection.-rVPCPeeringConnectionId :: Lens' Route (Maybe Text)-rVPCPeeringConnectionId = lens _rVPCPeeringConnectionId (\ s a -> s{_rVPCPeeringConnectionId = a});---- | The ID of a NAT instance in your VPC.-rInstanceId :: Lens' Route (Maybe Text)-rInstanceId = lens _rInstanceId (\ s a -> s{_rInstanceId = a});---- | Describes how the route was created.------ -   'CreateRouteTable' - The route was automatically created when the---     route table was created.------ -   'CreateRoute' - The route was manually added to the route table.------ -   'EnableVgwRoutePropagation' - The route was propagated by route---     propagation.----rOrigin :: Lens' Route (Maybe RouteOrigin)-rOrigin = lens _rOrigin (\ s a -> s{_rOrigin = a});---- | The state of the route. The 'blackhole' state indicates that the--- route\'s target isn\'t available (for example, the specified gateway--- isn\'t attached to the VPC, or the specified NAT instance has been--- terminated).-rState :: Lens' Route (Maybe RouteState)-rState = lens _rState (\ s a -> s{_rState = a});---- | The ID of a NAT gateway.-rNatGatewayId :: Lens' Route (Maybe Text)-rNatGatewayId = lens _rNatGatewayId (\ s a -> s{_rNatGatewayId = a});---- | The ID of the network interface.-rNetworkInterfaceId :: Lens' Route (Maybe Text)-rNetworkInterfaceId = lens _rNetworkInterfaceId (\ s a -> s{_rNetworkInterfaceId = a});---- | The ID of a gateway attached to your VPC.-rGatewayId :: Lens' Route (Maybe Text)-rGatewayId = lens _rGatewayId (\ s a -> s{_rGatewayId = a});---- | The AWS account ID of the owner of the instance.-rInstanceOwnerId :: Lens' Route (Maybe Text)-rInstanceOwnerId = lens _rInstanceOwnerId (\ s a -> s{_rInstanceOwnerId = a});---- | The prefix of the AWS service.-rDestinationPrefixListId :: Lens' Route (Maybe Text)-rDestinationPrefixListId = lens _rDestinationPrefixListId (\ s a -> s{_rDestinationPrefixListId = a});---- | The CIDR block used for the destination match.-rDestinationCIdRBlock :: Lens' Route (Maybe Text)-rDestinationCIdRBlock = lens _rDestinationCIdRBlock (\ s a -> s{_rDestinationCIdRBlock = a});--instance FromXML Route where-        parseXML x-          = Route' <$>-              (x .@? "vpcPeeringConnectionId") <*>-                (x .@? "instanceId")-                <*> (x .@? "origin")-                <*> (x .@? "state")-                <*> (x .@? "natGatewayId")-                <*> (x .@? "networkInterfaceId")-                <*> (x .@? "gatewayId")-                <*> (x .@? "instanceOwnerId")-                <*> (x .@? "destinationPrefixListId")-                <*> (x .@? "destinationCidrBlock")--instance Hashable Route--instance NFData Route---- | Describes a route table.------ /See:/ 'routeTable' smart constructor.-data RouteTable = RouteTable'-    { _rtRouteTableId    :: !(Maybe Text)-    , _rtRoutes          :: !(Maybe [Route])-    , _rtVPCId           :: !(Maybe Text)-    , _rtPropagatingVGWs :: !(Maybe [PropagatingVGW])-    , _rtAssociations    :: !(Maybe [RouteTableAssociation])-    , _rtTags            :: !(Maybe [Tag])-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'RouteTable' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'rtRouteTableId'------ * 'rtRoutes'------ * 'rtVPCId'------ * 'rtPropagatingVGWs'------ * 'rtAssociations'------ * 'rtTags'-routeTable-    :: RouteTable-routeTable =-    RouteTable'-    { _rtRouteTableId = Nothing-    , _rtRoutes = Nothing-    , _rtVPCId = Nothing-    , _rtPropagatingVGWs = Nothing-    , _rtAssociations = Nothing-    , _rtTags = Nothing-    }---- | The ID of the route table.-rtRouteTableId :: Lens' RouteTable (Maybe Text)-rtRouteTableId = lens _rtRouteTableId (\ s a -> s{_rtRouteTableId = a});---- | The routes in the route table.-rtRoutes :: Lens' RouteTable [Route]-rtRoutes = lens _rtRoutes (\ s a -> s{_rtRoutes = a}) . _Default . _Coerce;---- | The ID of the VPC.-rtVPCId :: Lens' RouteTable (Maybe Text)-rtVPCId = lens _rtVPCId (\ s a -> s{_rtVPCId = a});---- | Any virtual private gateway (VGW) propagating routes.-rtPropagatingVGWs :: Lens' RouteTable [PropagatingVGW]-rtPropagatingVGWs = lens _rtPropagatingVGWs (\ s a -> s{_rtPropagatingVGWs = a}) . _Default . _Coerce;---- | The associations between the route table and one or more subnets.-rtAssociations :: Lens' RouteTable [RouteTableAssociation]-rtAssociations = lens _rtAssociations (\ s a -> s{_rtAssociations = a}) . _Default . _Coerce;---- | Any tags assigned to the route table.-rtTags :: Lens' RouteTable [Tag]-rtTags = lens _rtTags (\ s a -> s{_rtTags = a}) . _Default . _Coerce;--instance FromXML RouteTable where-        parseXML x-          = RouteTable' <$>-              (x .@? "routeTableId") <*>-                (x .@? "routeSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "vpcId")-                <*>-                (x .@? "propagatingVgwSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*>-                (x .@? "associationSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))--instance Hashable RouteTable--instance NFData RouteTable---- | Describes an association between a route table and a subnet.------ /See:/ 'routeTableAssociation' smart constructor.-data RouteTableAssociation = RouteTableAssociation'-    { _rtaRouteTableId            :: !(Maybe Text)-    , _rtaRouteTableAssociationId :: !(Maybe Text)-    , _rtaMain                    :: !(Maybe Bool)-    , _rtaSubnetId                :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'RouteTableAssociation' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'rtaRouteTableId'------ * 'rtaRouteTableAssociationId'------ * 'rtaMain'------ * 'rtaSubnetId'-routeTableAssociation-    :: RouteTableAssociation-routeTableAssociation =-    RouteTableAssociation'-    { _rtaRouteTableId = Nothing-    , _rtaRouteTableAssociationId = Nothing-    , _rtaMain = Nothing-    , _rtaSubnetId = Nothing-    }---- | The ID of the route table.-rtaRouteTableId :: Lens' RouteTableAssociation (Maybe Text)-rtaRouteTableId = lens _rtaRouteTableId (\ s a -> s{_rtaRouteTableId = a});---- | The ID of the association between a route table and a subnet.-rtaRouteTableAssociationId :: Lens' RouteTableAssociation (Maybe Text)-rtaRouteTableAssociationId = lens _rtaRouteTableAssociationId (\ s a -> s{_rtaRouteTableAssociationId = a});---- | Indicates whether this is the main route table.-rtaMain :: Lens' RouteTableAssociation (Maybe Bool)-rtaMain = lens _rtaMain (\ s a -> s{_rtaMain = a});---- | The ID of the subnet. A subnet ID is not returned for an implicit--- association.-rtaSubnetId :: Lens' RouteTableAssociation (Maybe Text)-rtaSubnetId = lens _rtaSubnetId (\ s a -> s{_rtaSubnetId = a});--instance FromXML RouteTableAssociation where-        parseXML x-          = RouteTableAssociation' <$>-              (x .@? "routeTableId") <*>-                (x .@? "routeTableAssociationId")-                <*> (x .@? "main")-                <*> (x .@? "subnetId")--instance Hashable RouteTableAssociation--instance NFData RouteTableAssociation---- | Describes the monitoring for the instance.------ /See:/ 'runInstancesMonitoringEnabled' smart constructor.-newtype RunInstancesMonitoringEnabled = RunInstancesMonitoringEnabled'-    { _rimeEnabled :: Bool-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'RunInstancesMonitoringEnabled' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'rimeEnabled'-runInstancesMonitoringEnabled-    :: Bool -- ^ 'rimeEnabled'-    -> RunInstancesMonitoringEnabled-runInstancesMonitoringEnabled pEnabled_ =-    RunInstancesMonitoringEnabled'-    { _rimeEnabled = pEnabled_-    }---- | Indicates whether monitoring is enabled for the instance.-rimeEnabled :: Lens' RunInstancesMonitoringEnabled Bool-rimeEnabled = lens _rimeEnabled (\ s a -> s{_rimeEnabled = a});--instance FromXML RunInstancesMonitoringEnabled where-        parseXML x-          = RunInstancesMonitoringEnabled' <$> (x .@ "enabled")--instance Hashable RunInstancesMonitoringEnabled--instance NFData RunInstancesMonitoringEnabled--instance ToQuery RunInstancesMonitoringEnabled where-        toQuery RunInstancesMonitoringEnabled'{..}-          = mconcat ["Enabled" =: _rimeEnabled]---- | Describes the storage parameters for S3 and S3 buckets for an instance--- store-backed AMI.------ /See:/ 's3Storage' smart constructor.-data S3Storage = S3Storage'-    { _ssPrefix                :: !(Maybe Text)-    , _ssUploadPolicy          :: !(Maybe Base64)-    , _ssBucket                :: !(Maybe Text)-    , _ssUploadPolicySignature :: !(Maybe Text)-    , _ssAWSAccessKeyId        :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'S3Storage' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ssPrefix'------ * 'ssUploadPolicy'------ * 'ssBucket'------ * 'ssUploadPolicySignature'------ * 'ssAWSAccessKeyId'-s3Storage-    :: S3Storage-s3Storage =-    S3Storage'-    { _ssPrefix = Nothing-    , _ssUploadPolicy = Nothing-    , _ssBucket = Nothing-    , _ssUploadPolicySignature = Nothing-    , _ssAWSAccessKeyId = Nothing-    }---- | The beginning of the file name of the AMI.-ssPrefix :: Lens' S3Storage (Maybe Text)-ssPrefix = lens _ssPrefix (\ s a -> s{_ssPrefix = a});---- | A base64-encoded Amazon S3 upload policy that gives Amazon EC2--- permission to upload items into Amazon S3 on your behalf. For command--- line tools, base64 encoding is performed for you.------ /Note:/ This 'Lens' automatically encodes and decodes Base64 data,--- despite what the AWS documentation might say.--- The underlying isomorphism will encode to Base64 representation during--- serialisation, and decode from Base64 representation during deserialisation.--- This 'Lens' accepts and returns only raw unencoded data.-ssUploadPolicy :: Lens' S3Storage (Maybe ByteString)-ssUploadPolicy = lens _ssUploadPolicy (\ s a -> s{_ssUploadPolicy = a}) . mapping _Base64;---- | The bucket in which to store the AMI. You can specify a bucket that you--- already own or a new bucket that Amazon EC2 creates on your behalf. If--- you specify a bucket that belongs to someone else, Amazon EC2 returns an--- error.-ssBucket :: Lens' S3Storage (Maybe Text)-ssBucket = lens _ssBucket (\ s a -> s{_ssBucket = a});---- | The signature of the Base64 encoded JSON document.-ssUploadPolicySignature :: Lens' S3Storage (Maybe Text)-ssUploadPolicySignature = lens _ssUploadPolicySignature (\ s a -> s{_ssUploadPolicySignature = a});---- | The access key ID of the owner of the bucket. Before you specify a value--- for your access key ID, review and follow the guidance in--- <http://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html Best Practices for Managing AWS Access Keys>.-ssAWSAccessKeyId :: Lens' S3Storage (Maybe Text)-ssAWSAccessKeyId = lens _ssAWSAccessKeyId (\ s a -> s{_ssAWSAccessKeyId = a});--instance FromXML S3Storage where-        parseXML x-          = S3Storage' <$>-              (x .@? "prefix") <*> (x .@? "uploadPolicy") <*>-                (x .@? "bucket")-                <*> (x .@? "uploadPolicySignature")-                <*> (x .@? "AWSAccessKeyId")--instance Hashable S3Storage--instance NFData S3Storage--instance ToQuery S3Storage where-        toQuery S3Storage'{..}-          = mconcat-              ["Prefix" =: _ssPrefix,-               "UploadPolicy" =: _ssUploadPolicy,-               "Bucket" =: _ssBucket,-               "UploadPolicySignature" =: _ssUploadPolicySignature,-               "AWSAccessKeyId" =: _ssAWSAccessKeyId]---- | Describes a Scheduled Instance.------ /See:/ 'scheduledInstance' smart constructor.-data ScheduledInstance = ScheduledInstance'-    { _siPreviousSlotEndTime         :: !(Maybe ISO8601)-    , _siPlatform                    :: !(Maybe Text)-    , _siTermStartDate               :: !(Maybe ISO8601)-    , _siInstanceCount               :: !(Maybe Int)-    , _siScheduledInstanceId         :: !(Maybe Text)-    , _siHourlyPrice                 :: !(Maybe Text)-    , _siCreateDate                  :: !(Maybe ISO8601)-    , _siSlotDurationInHours         :: !(Maybe Int)-    , _siTotalScheduledInstanceHours :: !(Maybe Int)-    , _siInstanceType                :: !(Maybe Text)-    , _siRecurrence                  :: !(Maybe ScheduledInstanceRecurrence)-    , _siAvailabilityZone            :: !(Maybe Text)-    , _siTermEndDate                 :: !(Maybe ISO8601)-    , _siNextSlotStartTime           :: !(Maybe ISO8601)-    , _siNetworkPlatform             :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ScheduledInstance' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'siPreviousSlotEndTime'------ * 'siPlatform'------ * 'siTermStartDate'------ * 'siInstanceCount'------ * 'siScheduledInstanceId'------ * 'siHourlyPrice'------ * 'siCreateDate'------ * 'siSlotDurationInHours'------ * 'siTotalScheduledInstanceHours'------ * 'siInstanceType'------ * 'siRecurrence'------ * 'siAvailabilityZone'------ * 'siTermEndDate'------ * 'siNextSlotStartTime'------ * 'siNetworkPlatform'-scheduledInstance-    :: ScheduledInstance-scheduledInstance =-    ScheduledInstance'-    { _siPreviousSlotEndTime = Nothing-    , _siPlatform = Nothing-    , _siTermStartDate = Nothing-    , _siInstanceCount = Nothing-    , _siScheduledInstanceId = Nothing-    , _siHourlyPrice = Nothing-    , _siCreateDate = Nothing-    , _siSlotDurationInHours = Nothing-    , _siTotalScheduledInstanceHours = Nothing-    , _siInstanceType = Nothing-    , _siRecurrence = Nothing-    , _siAvailabilityZone = Nothing-    , _siTermEndDate = Nothing-    , _siNextSlotStartTime = Nothing-    , _siNetworkPlatform = Nothing-    }---- | The time that the previous schedule ended or will end.-siPreviousSlotEndTime :: Lens' ScheduledInstance (Maybe UTCTime)-siPreviousSlotEndTime = lens _siPreviousSlotEndTime (\ s a -> s{_siPreviousSlotEndTime = a}) . mapping _Time;---- | The platform ('Linux\/UNIX' or 'Windows').-siPlatform :: Lens' ScheduledInstance (Maybe Text)-siPlatform = lens _siPlatform (\ s a -> s{_siPlatform = a});---- | The start date for the Scheduled Instance.-siTermStartDate :: Lens' ScheduledInstance (Maybe UTCTime)-siTermStartDate = lens _siTermStartDate (\ s a -> s{_siTermStartDate = a}) . mapping _Time;---- | The number of instances.-siInstanceCount :: Lens' ScheduledInstance (Maybe Int)-siInstanceCount = lens _siInstanceCount (\ s a -> s{_siInstanceCount = a});---- | The Scheduled Instance ID.-siScheduledInstanceId :: Lens' ScheduledInstance (Maybe Text)-siScheduledInstanceId = lens _siScheduledInstanceId (\ s a -> s{_siScheduledInstanceId = a});---- | The hourly price for a single instance.-siHourlyPrice :: Lens' ScheduledInstance (Maybe Text)-siHourlyPrice = lens _siHourlyPrice (\ s a -> s{_siHourlyPrice = a});---- | The date when the Scheduled Instance was purchased.-siCreateDate :: Lens' ScheduledInstance (Maybe UTCTime)-siCreateDate = lens _siCreateDate (\ s a -> s{_siCreateDate = a}) . mapping _Time;---- | The number of hours in the schedule.-siSlotDurationInHours :: Lens' ScheduledInstance (Maybe Int)-siSlotDurationInHours = lens _siSlotDurationInHours (\ s a -> s{_siSlotDurationInHours = a});---- | The total number of hours for a single instance for the entire term.-siTotalScheduledInstanceHours :: Lens' ScheduledInstance (Maybe Int)-siTotalScheduledInstanceHours = lens _siTotalScheduledInstanceHours (\ s a -> s{_siTotalScheduledInstanceHours = a});---- | The instance type.-siInstanceType :: Lens' ScheduledInstance (Maybe Text)-siInstanceType = lens _siInstanceType (\ s a -> s{_siInstanceType = a});---- | The schedule recurrence.-siRecurrence :: Lens' ScheduledInstance (Maybe ScheduledInstanceRecurrence)-siRecurrence = lens _siRecurrence (\ s a -> s{_siRecurrence = a});---- | The Availability Zone.-siAvailabilityZone :: Lens' ScheduledInstance (Maybe Text)-siAvailabilityZone = lens _siAvailabilityZone (\ s a -> s{_siAvailabilityZone = a});---- | The end date for the Scheduled Instance.-siTermEndDate :: Lens' ScheduledInstance (Maybe UTCTime)-siTermEndDate = lens _siTermEndDate (\ s a -> s{_siTermEndDate = a}) . mapping _Time;---- | The time for the next schedule to start.-siNextSlotStartTime :: Lens' ScheduledInstance (Maybe UTCTime)-siNextSlotStartTime = lens _siNextSlotStartTime (\ s a -> s{_siNextSlotStartTime = a}) . mapping _Time;---- | The network platform ('EC2-Classic' or 'EC2-VPC').-siNetworkPlatform :: Lens' ScheduledInstance (Maybe Text)-siNetworkPlatform = lens _siNetworkPlatform (\ s a -> s{_siNetworkPlatform = a});--instance FromXML ScheduledInstance where-        parseXML x-          = ScheduledInstance' <$>-              (x .@? "previousSlotEndTime") <*> (x .@? "platform")-                <*> (x .@? "termStartDate")-                <*> (x .@? "instanceCount")-                <*> (x .@? "scheduledInstanceId")-                <*> (x .@? "hourlyPrice")-                <*> (x .@? "createDate")-                <*> (x .@? "slotDurationInHours")-                <*> (x .@? "totalScheduledInstanceHours")-                <*> (x .@? "instanceType")-                <*> (x .@? "recurrence")-                <*> (x .@? "availabilityZone")-                <*> (x .@? "termEndDate")-                <*> (x .@? "nextSlotStartTime")-                <*> (x .@? "networkPlatform")--instance Hashable ScheduledInstance--instance NFData ScheduledInstance---- | Describes a schedule that is available for your Scheduled Instances.------ /See:/ 'scheduledInstanceAvailability' smart constructor.-data ScheduledInstanceAvailability = ScheduledInstanceAvailability'-    { _siaMaxTermDurationInDays       :: !(Maybe Int)-    , _siaPlatform                    :: !(Maybe Text)-    , _siaPurchaseToken               :: !(Maybe Text)-    , _siaHourlyPrice                 :: !(Maybe Text)-    , _siaAvailableInstanceCount      :: !(Maybe Int)-    , _siaSlotDurationInHours         :: !(Maybe Int)-    , _siaTotalScheduledInstanceHours :: !(Maybe Int)-    , _siaInstanceType                :: !(Maybe Text)-    , _siaRecurrence                  :: !(Maybe ScheduledInstanceRecurrence)-    , _siaAvailabilityZone            :: !(Maybe Text)-    , _siaMinTermDurationInDays       :: !(Maybe Int)-    , _siaFirstSlotStartTime          :: !(Maybe ISO8601)-    , _siaNetworkPlatform             :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ScheduledInstanceAvailability' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'siaMaxTermDurationInDays'------ * 'siaPlatform'------ * 'siaPurchaseToken'------ * 'siaHourlyPrice'------ * 'siaAvailableInstanceCount'------ * 'siaSlotDurationInHours'------ * 'siaTotalScheduledInstanceHours'------ * 'siaInstanceType'------ * 'siaRecurrence'------ * 'siaAvailabilityZone'------ * 'siaMinTermDurationInDays'------ * 'siaFirstSlotStartTime'------ * 'siaNetworkPlatform'-scheduledInstanceAvailability-    :: ScheduledInstanceAvailability-scheduledInstanceAvailability =-    ScheduledInstanceAvailability'-    { _siaMaxTermDurationInDays = Nothing-    , _siaPlatform = Nothing-    , _siaPurchaseToken = Nothing-    , _siaHourlyPrice = Nothing-    , _siaAvailableInstanceCount = Nothing-    , _siaSlotDurationInHours = Nothing-    , _siaTotalScheduledInstanceHours = Nothing-    , _siaInstanceType = Nothing-    , _siaRecurrence = Nothing-    , _siaAvailabilityZone = Nothing-    , _siaMinTermDurationInDays = Nothing-    , _siaFirstSlotStartTime = Nothing-    , _siaNetworkPlatform = Nothing-    }---- | The maximum term. The only possible value is 365 days.-siaMaxTermDurationInDays :: Lens' ScheduledInstanceAvailability (Maybe Int)-siaMaxTermDurationInDays = lens _siaMaxTermDurationInDays (\ s a -> s{_siaMaxTermDurationInDays = a});---- | The platform ('Linux\/UNIX' or 'Windows').-siaPlatform :: Lens' ScheduledInstanceAvailability (Maybe Text)-siaPlatform = lens _siaPlatform (\ s a -> s{_siaPlatform = a});---- | The purchase token. This token expires in two hours.-siaPurchaseToken :: Lens' ScheduledInstanceAvailability (Maybe Text)-siaPurchaseToken = lens _siaPurchaseToken (\ s a -> s{_siaPurchaseToken = a});---- | The hourly price for a single instance.-siaHourlyPrice :: Lens' ScheduledInstanceAvailability (Maybe Text)-siaHourlyPrice = lens _siaHourlyPrice (\ s a -> s{_siaHourlyPrice = a});---- | The number of available instances.-siaAvailableInstanceCount :: Lens' ScheduledInstanceAvailability (Maybe Int)-siaAvailableInstanceCount = lens _siaAvailableInstanceCount (\ s a -> s{_siaAvailableInstanceCount = a});---- | The number of hours in the schedule.-siaSlotDurationInHours :: Lens' ScheduledInstanceAvailability (Maybe Int)-siaSlotDurationInHours = lens _siaSlotDurationInHours (\ s a -> s{_siaSlotDurationInHours = a});---- | The total number of hours for a single instance for the entire term.-siaTotalScheduledInstanceHours :: Lens' ScheduledInstanceAvailability (Maybe Int)-siaTotalScheduledInstanceHours = lens _siaTotalScheduledInstanceHours (\ s a -> s{_siaTotalScheduledInstanceHours = a});---- | The instance type. You can specify one of the C3, C4, M4, or R3 instance--- types.-siaInstanceType :: Lens' ScheduledInstanceAvailability (Maybe Text)-siaInstanceType = lens _siaInstanceType (\ s a -> s{_siaInstanceType = a});---- | The schedule recurrence.-siaRecurrence :: Lens' ScheduledInstanceAvailability (Maybe ScheduledInstanceRecurrence)-siaRecurrence = lens _siaRecurrence (\ s a -> s{_siaRecurrence = a});---- | The Availability Zone.-siaAvailabilityZone :: Lens' ScheduledInstanceAvailability (Maybe Text)-siaAvailabilityZone = lens _siaAvailabilityZone (\ s a -> s{_siaAvailabilityZone = a});---- | The minimum term. The only possible value is 365 days.-siaMinTermDurationInDays :: Lens' ScheduledInstanceAvailability (Maybe Int)-siaMinTermDurationInDays = lens _siaMinTermDurationInDays (\ s a -> s{_siaMinTermDurationInDays = a});---- | The time period for the first schedule to start.-siaFirstSlotStartTime :: Lens' ScheduledInstanceAvailability (Maybe UTCTime)-siaFirstSlotStartTime = lens _siaFirstSlotStartTime (\ s a -> s{_siaFirstSlotStartTime = a}) . mapping _Time;---- | The network platform ('EC2-Classic' or 'EC2-VPC').-siaNetworkPlatform :: Lens' ScheduledInstanceAvailability (Maybe Text)-siaNetworkPlatform = lens _siaNetworkPlatform (\ s a -> s{_siaNetworkPlatform = a});--instance FromXML ScheduledInstanceAvailability where-        parseXML x-          = ScheduledInstanceAvailability' <$>-              (x .@? "maxTermDurationInDays") <*>-                (x .@? "platform")-                <*> (x .@? "purchaseToken")-                <*> (x .@? "hourlyPrice")-                <*> (x .@? "availableInstanceCount")-                <*> (x .@? "slotDurationInHours")-                <*> (x .@? "totalScheduledInstanceHours")-                <*> (x .@? "instanceType")-                <*> (x .@? "recurrence")-                <*> (x .@? "availabilityZone")-                <*> (x .@? "minTermDurationInDays")-                <*> (x .@? "firstSlotStartTime")-                <*> (x .@? "networkPlatform")--instance Hashable ScheduledInstanceAvailability--instance NFData ScheduledInstanceAvailability---- | Describes the recurring schedule for a Scheduled Instance.------ /See:/ 'scheduledInstanceRecurrence' smart constructor.-data ScheduledInstanceRecurrence = ScheduledInstanceRecurrence'-    { _sirFrequency               :: !(Maybe Text)-    , _sirOccurrenceRelativeToEnd :: !(Maybe Bool)-    , _sirOccurrenceUnit          :: !(Maybe Text)-    , _sirInterval                :: !(Maybe Int)-    , _sirOccurrenceDaySet        :: !(Maybe [Int])-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ScheduledInstanceRecurrence' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sirFrequency'------ * 'sirOccurrenceRelativeToEnd'------ * 'sirOccurrenceUnit'------ * 'sirInterval'------ * 'sirOccurrenceDaySet'-scheduledInstanceRecurrence-    :: ScheduledInstanceRecurrence-scheduledInstanceRecurrence =-    ScheduledInstanceRecurrence'-    { _sirFrequency = Nothing-    , _sirOccurrenceRelativeToEnd = Nothing-    , _sirOccurrenceUnit = Nothing-    , _sirInterval = Nothing-    , _sirOccurrenceDaySet = Nothing-    }---- | The frequency ('Daily', 'Weekly', or 'Monthly').-sirFrequency :: Lens' ScheduledInstanceRecurrence (Maybe Text)-sirFrequency = lens _sirFrequency (\ s a -> s{_sirFrequency = a});---- | Indicates whether the occurrence is relative to the end of the specified--- week or month.-sirOccurrenceRelativeToEnd :: Lens' ScheduledInstanceRecurrence (Maybe Bool)-sirOccurrenceRelativeToEnd = lens _sirOccurrenceRelativeToEnd (\ s a -> s{_sirOccurrenceRelativeToEnd = a});---- | The unit for 'occurrenceDaySet' ('DayOfWeek' or 'DayOfMonth').-sirOccurrenceUnit :: Lens' ScheduledInstanceRecurrence (Maybe Text)-sirOccurrenceUnit = lens _sirOccurrenceUnit (\ s a -> s{_sirOccurrenceUnit = a});---- | The interval quantity. The interval unit depends on the value of--- 'frequency'. For example, every 2 weeks or every 2 months.-sirInterval :: Lens' ScheduledInstanceRecurrence (Maybe Int)-sirInterval = lens _sirInterval (\ s a -> s{_sirInterval = a});---- | The days. For a monthly schedule, this is one or more days of the month--- (1-31). For a weekly schedule, this is one or more days of the week--- (1-7, where 1 is Sunday).-sirOccurrenceDaySet :: Lens' ScheduledInstanceRecurrence [Int]-sirOccurrenceDaySet = lens _sirOccurrenceDaySet (\ s a -> s{_sirOccurrenceDaySet = a}) . _Default . _Coerce;--instance FromXML ScheduledInstanceRecurrence where-        parseXML x-          = ScheduledInstanceRecurrence' <$>-              (x .@? "frequency") <*>-                (x .@? "occurrenceRelativeToEnd")-                <*> (x .@? "occurrenceUnit")-                <*> (x .@? "interval")-                <*>-                (x .@? "occurrenceDaySet" .!@ mempty >>=-                   may (parseXMLList "item"))--instance Hashable ScheduledInstanceRecurrence--instance NFData ScheduledInstanceRecurrence---- | Describes the recurring schedule for a Scheduled Instance.------ /See:/ 'scheduledInstanceRecurrenceRequest' smart constructor.-data ScheduledInstanceRecurrenceRequest = ScheduledInstanceRecurrenceRequest'-    { _sirrFrequency               :: !(Maybe Text)-    , _sirrOccurrenceRelativeToEnd :: !(Maybe Bool)-    , _sirrOccurrenceDays          :: !(Maybe [Int])-    , _sirrOccurrenceUnit          :: !(Maybe Text)-    , _sirrInterval                :: !(Maybe Int)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ScheduledInstanceRecurrenceRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sirrFrequency'------ * 'sirrOccurrenceRelativeToEnd'------ * 'sirrOccurrenceDays'------ * 'sirrOccurrenceUnit'------ * 'sirrInterval'-scheduledInstanceRecurrenceRequest-    :: ScheduledInstanceRecurrenceRequest-scheduledInstanceRecurrenceRequest =-    ScheduledInstanceRecurrenceRequest'-    { _sirrFrequency = Nothing-    , _sirrOccurrenceRelativeToEnd = Nothing-    , _sirrOccurrenceDays = Nothing-    , _sirrOccurrenceUnit = Nothing-    , _sirrInterval = Nothing-    }---- | The frequency ('Daily', 'Weekly', or 'Monthly').-sirrFrequency :: Lens' ScheduledInstanceRecurrenceRequest (Maybe Text)-sirrFrequency = lens _sirrFrequency (\ s a -> s{_sirrFrequency = a});---- | Indicates whether the occurrence is relative to the end of the specified--- week or month. You can\'t specify this value with a daily schedule.-sirrOccurrenceRelativeToEnd :: Lens' ScheduledInstanceRecurrenceRequest (Maybe Bool)-sirrOccurrenceRelativeToEnd = lens _sirrOccurrenceRelativeToEnd (\ s a -> s{_sirrOccurrenceRelativeToEnd = a});---- | The days. For a monthly schedule, this is one or more days of the month--- (1-31). For a weekly schedule, this is one or more days of the week--- (1-7, where 1 is Sunday). You can\'t specify this value with a daily--- schedule. If the occurrence is relative to the end of the month, you can--- specify only a single day.-sirrOccurrenceDays :: Lens' ScheduledInstanceRecurrenceRequest [Int]-sirrOccurrenceDays = lens _sirrOccurrenceDays (\ s a -> s{_sirrOccurrenceDays = a}) . _Default . _Coerce;---- | The unit for 'OccurrenceDays' ('DayOfWeek' or 'DayOfMonth'). This value--- is required for a monthly schedule. You can\'t specify 'DayOfWeek' with--- a weekly schedule. You can\'t specify this value with a daily schedule.-sirrOccurrenceUnit :: Lens' ScheduledInstanceRecurrenceRequest (Maybe Text)-sirrOccurrenceUnit = lens _sirrOccurrenceUnit (\ s a -> s{_sirrOccurrenceUnit = a});---- | The interval quantity. The interval unit depends on the value of--- 'Frequency'. For example, every 2 weeks or every 2 months.-sirrInterval :: Lens' ScheduledInstanceRecurrenceRequest (Maybe Int)-sirrInterval = lens _sirrInterval (\ s a -> s{_sirrInterval = a});--instance Hashable ScheduledInstanceRecurrenceRequest--instance NFData ScheduledInstanceRecurrenceRequest--instance ToQuery ScheduledInstanceRecurrenceRequest-         where-        toQuery ScheduledInstanceRecurrenceRequest'{..}-          = mconcat-              ["Frequency" =: _sirrFrequency,-               "OccurrenceRelativeToEnd" =:-                 _sirrOccurrenceRelativeToEnd,-               toQuery-                 (toQueryList "OccurrenceDay" <$>-                    _sirrOccurrenceDays),-               "OccurrenceUnit" =: _sirrOccurrenceUnit,-               "Interval" =: _sirrInterval]---- | Describes a block device mapping for a Scheduled Instance.------ /See:/ 'scheduledInstancesBlockDeviceMapping' smart constructor.-data ScheduledInstancesBlockDeviceMapping = ScheduledInstancesBlockDeviceMapping'-    { _sibdmVirtualName :: !(Maybe Text)-    , _sibdmNoDevice    :: !(Maybe Text)-    , _sibdmEBS         :: !(Maybe ScheduledInstancesEBS)-    , _sibdmDeviceName  :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ScheduledInstancesBlockDeviceMapping' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sibdmVirtualName'------ * 'sibdmNoDevice'------ * 'sibdmEBS'------ * 'sibdmDeviceName'-scheduledInstancesBlockDeviceMapping-    :: ScheduledInstancesBlockDeviceMapping-scheduledInstancesBlockDeviceMapping =-    ScheduledInstancesBlockDeviceMapping'-    { _sibdmVirtualName = Nothing-    , _sibdmNoDevice = Nothing-    , _sibdmEBS = Nothing-    , _sibdmDeviceName = Nothing-    }---- | The virtual device name ('ephemeral'N). Instance store volumes are--- numbered starting from 0. An instance type with two available instance--- store volumes can specify mappings for 'ephemeral0' and 'ephemeral1'.The--- number of available instance store volumes depends on the instance type.--- After you connect to the instance, you must mount the volume.------ Constraints: For M3 instances, you must specify instance store volumes--- in the block device mapping for the instance. When you launch an M3--- instance, we ignore any instance store volumes specified in the block--- device mapping for the AMI.-sibdmVirtualName :: Lens' ScheduledInstancesBlockDeviceMapping (Maybe Text)-sibdmVirtualName = lens _sibdmVirtualName (\ s a -> s{_sibdmVirtualName = a});---- | Suppresses the specified device included in the block device mapping of--- the AMI.-sibdmNoDevice :: Lens' ScheduledInstancesBlockDeviceMapping (Maybe Text)-sibdmNoDevice = lens _sibdmNoDevice (\ s a -> s{_sibdmNoDevice = a});---- | Parameters used to set up EBS volumes automatically when the instance is--- launched.-sibdmEBS :: Lens' ScheduledInstancesBlockDeviceMapping (Maybe ScheduledInstancesEBS)-sibdmEBS = lens _sibdmEBS (\ s a -> s{_sibdmEBS = a});---- | The device name exposed to the instance (for example, '\/dev\/sdh' or--- 'xvdh').-sibdmDeviceName :: Lens' ScheduledInstancesBlockDeviceMapping (Maybe Text)-sibdmDeviceName = lens _sibdmDeviceName (\ s a -> s{_sibdmDeviceName = a});--instance Hashable-         ScheduledInstancesBlockDeviceMapping--instance NFData ScheduledInstancesBlockDeviceMapping--instance ToQuery ScheduledInstancesBlockDeviceMapping-         where-        toQuery ScheduledInstancesBlockDeviceMapping'{..}-          = mconcat-              ["VirtualName" =: _sibdmVirtualName,-               "NoDevice" =: _sibdmNoDevice, "Ebs" =: _sibdmEBS,-               "DeviceName" =: _sibdmDeviceName]---- | Describes an EBS volume for a Scheduled Instance.------ /See:/ 'scheduledInstancesEBS' smart constructor.-data ScheduledInstancesEBS = ScheduledInstancesEBS'-    { _sieDeleteOnTermination :: !(Maybe Bool)-    , _sieVolumeSize          :: !(Maybe Int)-    , _sieIOPS                :: !(Maybe Int)-    , _sieEncrypted           :: !(Maybe Bool)-    , _sieVolumeType          :: !(Maybe Text)-    , _sieSnapshotId          :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ScheduledInstancesEBS' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sieDeleteOnTermination'------ * 'sieVolumeSize'------ * 'sieIOPS'------ * 'sieEncrypted'------ * 'sieVolumeType'------ * 'sieSnapshotId'-scheduledInstancesEBS-    :: ScheduledInstancesEBS-scheduledInstancesEBS =-    ScheduledInstancesEBS'-    { _sieDeleteOnTermination = Nothing-    , _sieVolumeSize = Nothing-    , _sieIOPS = Nothing-    , _sieEncrypted = Nothing-    , _sieVolumeType = Nothing-    , _sieSnapshotId = Nothing-    }---- | Indicates whether the volume is deleted on instance termination.-sieDeleteOnTermination :: Lens' ScheduledInstancesEBS (Maybe Bool)-sieDeleteOnTermination = lens _sieDeleteOnTermination (\ s a -> s{_sieDeleteOnTermination = a});---- | The size of the volume, in GiB.------ Default: If you\'re creating the volume from a snapshot and don\'t--- specify a volume size, the default is the snapshot size.-sieVolumeSize :: Lens' ScheduledInstancesEBS (Maybe Int)-sieVolumeSize = lens _sieVolumeSize (\ s a -> s{_sieVolumeSize = a});---- | The number of I\/O operations per second (IOPS) that the volume--- supports. For io1 volumes, this represents the number of IOPS that are--- provisioned for the volume. For 'gp2' volumes, this represents the--- baseline performance of the volume and the rate at which the volume--- accumulates I\/O credits for bursting. For more information about 'gp2'--- baseline performance, I\/O credits, and bursting, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html Amazon EBS Volume Types>--- in the /Amazon Elastic Compute Cloud User Guide/.------ Constraint: Range is 100-20000 IOPS for 'io1' volumes and 100-10000 IOPS--- for 'gp2' volumes.------ Condition: This parameter is required for requests to create--- 'io1'volumes; it is not used in requests to create 'gp2', 'st1', 'sc1',--- or 'standard' volumes.-sieIOPS :: Lens' ScheduledInstancesEBS (Maybe Int)-sieIOPS = lens _sieIOPS (\ s a -> s{_sieIOPS = a});---- | Indicates whether the volume is encrypted. You can attached encrypted--- volumes only to instances that support them.-sieEncrypted :: Lens' ScheduledInstancesEBS (Maybe Bool)-sieEncrypted = lens _sieEncrypted (\ s a -> s{_sieEncrypted = a});---- | The volume type. 'gp2' for General Purpose SSD, 'io1' for Provisioned--- IOPS SSD, Throughput Optimized HDD for 'st1', Cold HDD for 'sc1', or--- 'standard' for Magnetic.------ Default: 'standard'-sieVolumeType :: Lens' ScheduledInstancesEBS (Maybe Text)-sieVolumeType = lens _sieVolumeType (\ s a -> s{_sieVolumeType = a});---- | The ID of the snapshot.-sieSnapshotId :: Lens' ScheduledInstancesEBS (Maybe Text)-sieSnapshotId = lens _sieSnapshotId (\ s a -> s{_sieSnapshotId = a});--instance Hashable ScheduledInstancesEBS--instance NFData ScheduledInstancesEBS--instance ToQuery ScheduledInstancesEBS where-        toQuery ScheduledInstancesEBS'{..}-          = mconcat-              ["DeleteOnTermination" =: _sieDeleteOnTermination,-               "VolumeSize" =: _sieVolumeSize, "Iops" =: _sieIOPS,-               "Encrypted" =: _sieEncrypted,-               "VolumeType" =: _sieVolumeType,-               "SnapshotId" =: _sieSnapshotId]---- | Describes an IAM instance profile for a Scheduled Instance.------ /See:/ 'scheduledInstancesIAMInstanceProfile' smart constructor.-data ScheduledInstancesIAMInstanceProfile = ScheduledInstancesIAMInstanceProfile'-    { _siiapARN  :: !(Maybe Text)-    , _siiapName :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ScheduledInstancesIAMInstanceProfile' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'siiapARN'------ * 'siiapName'-scheduledInstancesIAMInstanceProfile-    :: ScheduledInstancesIAMInstanceProfile-scheduledInstancesIAMInstanceProfile =-    ScheduledInstancesIAMInstanceProfile'-    { _siiapARN = Nothing-    , _siiapName = Nothing-    }---- | The Amazon Resource Name (ARN).-siiapARN :: Lens' ScheduledInstancesIAMInstanceProfile (Maybe Text)-siiapARN = lens _siiapARN (\ s a -> s{_siiapARN = a});---- | The name.-siiapName :: Lens' ScheduledInstancesIAMInstanceProfile (Maybe Text)-siiapName = lens _siiapName (\ s a -> s{_siiapName = a});--instance Hashable-         ScheduledInstancesIAMInstanceProfile--instance NFData ScheduledInstancesIAMInstanceProfile--instance ToQuery ScheduledInstancesIAMInstanceProfile-         where-        toQuery ScheduledInstancesIAMInstanceProfile'{..}-          = mconcat ["Arn" =: _siiapARN, "Name" =: _siiapName]---- | Describes the launch specification for a Scheduled Instance.------ If you are launching the Scheduled Instance in EC2-VPC, you must specify--- the ID of the subnet. You can specify the subnet using either 'SubnetId'--- or 'NetworkInterface'.------ /See:/ 'scheduledInstancesLaunchSpecification' smart constructor.-data ScheduledInstancesLaunchSpecification = ScheduledInstancesLaunchSpecification'-    { _silsSecurityGroupIds    :: !(Maybe [Text])-    , _silsKeyName             :: !(Maybe Text)-    , _silsNetworkInterfaces   :: !(Maybe [ScheduledInstancesNetworkInterface])-    , _silsRAMDiskId           :: !(Maybe Text)-    , _silsSubnetId            :: !(Maybe Text)-    , _silsKernelId            :: !(Maybe Text)-    , _silsInstanceType        :: !(Maybe Text)-    , _silsEBSOptimized        :: !(Maybe Bool)-    , _silsUserData            :: !(Maybe Text)-    , _silsMonitoring          :: !(Maybe ScheduledInstancesMonitoring)-    , _silsIAMInstanceProfile  :: !(Maybe ScheduledInstancesIAMInstanceProfile)-    , _silsBlockDeviceMappings :: !(Maybe [ScheduledInstancesBlockDeviceMapping])-    , _silsPlacement           :: !(Maybe ScheduledInstancesPlacement)-    , _silsImageId             :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ScheduledInstancesLaunchSpecification' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'silsSecurityGroupIds'------ * 'silsKeyName'------ * 'silsNetworkInterfaces'------ * 'silsRAMDiskId'------ * 'silsSubnetId'------ * 'silsKernelId'------ * 'silsInstanceType'------ * 'silsEBSOptimized'------ * 'silsUserData'------ * 'silsMonitoring'------ * 'silsIAMInstanceProfile'------ * 'silsBlockDeviceMappings'------ * 'silsPlacement'------ * 'silsImageId'-scheduledInstancesLaunchSpecification-    :: Text -- ^ 'silsImageId'-    -> ScheduledInstancesLaunchSpecification-scheduledInstancesLaunchSpecification pImageId_ =-    ScheduledInstancesLaunchSpecification'-    { _silsSecurityGroupIds = Nothing-    , _silsKeyName = Nothing-    , _silsNetworkInterfaces = Nothing-    , _silsRAMDiskId = Nothing-    , _silsSubnetId = Nothing-    , _silsKernelId = Nothing-    , _silsInstanceType = Nothing-    , _silsEBSOptimized = Nothing-    , _silsUserData = Nothing-    , _silsMonitoring = Nothing-    , _silsIAMInstanceProfile = Nothing-    , _silsBlockDeviceMappings = Nothing-    , _silsPlacement = Nothing-    , _silsImageId = pImageId_-    }---- | The IDs of one or more security groups.-silsSecurityGroupIds :: Lens' ScheduledInstancesLaunchSpecification [Text]-silsSecurityGroupIds = lens _silsSecurityGroupIds (\ s a -> s{_silsSecurityGroupIds = a}) . _Default . _Coerce;---- | The name of the key pair.-silsKeyName :: Lens' ScheduledInstancesLaunchSpecification (Maybe Text)-silsKeyName = lens _silsKeyName (\ s a -> s{_silsKeyName = a});---- | One or more network interfaces.-silsNetworkInterfaces :: Lens' ScheduledInstancesLaunchSpecification [ScheduledInstancesNetworkInterface]-silsNetworkInterfaces = lens _silsNetworkInterfaces (\ s a -> s{_silsNetworkInterfaces = a}) . _Default . _Coerce;---- | The ID of the RAM disk.-silsRAMDiskId :: Lens' ScheduledInstancesLaunchSpecification (Maybe Text)-silsRAMDiskId = lens _silsRAMDiskId (\ s a -> s{_silsRAMDiskId = a});---- | The ID of the subnet in which to launch the instances.-silsSubnetId :: Lens' ScheduledInstancesLaunchSpecification (Maybe Text)-silsSubnetId = lens _silsSubnetId (\ s a -> s{_silsSubnetId = a});---- | The ID of the kernel.-silsKernelId :: Lens' ScheduledInstancesLaunchSpecification (Maybe Text)-silsKernelId = lens _silsKernelId (\ s a -> s{_silsKernelId = a});---- | The instance type.-silsInstanceType :: Lens' ScheduledInstancesLaunchSpecification (Maybe Text)-silsInstanceType = lens _silsInstanceType (\ s a -> s{_silsInstanceType = a});---- | Indicates whether the instances are optimized for EBS I\/O. This--- optimization provides dedicated throughput to Amazon EBS and an--- optimized configuration stack to provide optimal EBS I\/O performance.--- This optimization isn\'t available with all instance types. Additional--- usage charges apply when using an EBS-optimized instance.------ Default: 'false'-silsEBSOptimized :: Lens' ScheduledInstancesLaunchSpecification (Maybe Bool)-silsEBSOptimized = lens _silsEBSOptimized (\ s a -> s{_silsEBSOptimized = a});---- | The base64-encoded MIME user data.-silsUserData :: Lens' ScheduledInstancesLaunchSpecification (Maybe Text)-silsUserData = lens _silsUserData (\ s a -> s{_silsUserData = a});---- | Enable or disable monitoring for the instances.-silsMonitoring :: Lens' ScheduledInstancesLaunchSpecification (Maybe ScheduledInstancesMonitoring)-silsMonitoring = lens _silsMonitoring (\ s a -> s{_silsMonitoring = a});---- | The IAM instance profile.-silsIAMInstanceProfile :: Lens' ScheduledInstancesLaunchSpecification (Maybe ScheduledInstancesIAMInstanceProfile)-silsIAMInstanceProfile = lens _silsIAMInstanceProfile (\ s a -> s{_silsIAMInstanceProfile = a});---- | One or more block device mapping entries.-silsBlockDeviceMappings :: Lens' ScheduledInstancesLaunchSpecification [ScheduledInstancesBlockDeviceMapping]-silsBlockDeviceMappings = lens _silsBlockDeviceMappings (\ s a -> s{_silsBlockDeviceMappings = a}) . _Default . _Coerce;---- | The placement information.-silsPlacement :: Lens' ScheduledInstancesLaunchSpecification (Maybe ScheduledInstancesPlacement)-silsPlacement = lens _silsPlacement (\ s a -> s{_silsPlacement = a});---- | The ID of the Amazon Machine Image (AMI).-silsImageId :: Lens' ScheduledInstancesLaunchSpecification Text-silsImageId = lens _silsImageId (\ s a -> s{_silsImageId = a});--instance Hashable-         ScheduledInstancesLaunchSpecification--instance NFData ScheduledInstancesLaunchSpecification--instance ToQuery-         ScheduledInstancesLaunchSpecification where-        toQuery ScheduledInstancesLaunchSpecification'{..}-          = mconcat-              [toQuery-                 (toQueryList "SecurityGroupId" <$>-                    _silsSecurityGroupIds),-               "KeyName" =: _silsKeyName,-               toQuery-                 (toQueryList "NetworkInterface" <$>-                    _silsNetworkInterfaces),-               "RamdiskId" =: _silsRAMDiskId,-               "SubnetId" =: _silsSubnetId,-               "KernelId" =: _silsKernelId,-               "InstanceType" =: _silsInstanceType,-               "EbsOptimized" =: _silsEBSOptimized,-               "UserData" =: _silsUserData,-               "Monitoring" =: _silsMonitoring,-               "IamInstanceProfile" =: _silsIAMInstanceProfile,-               toQuery-                 (toQueryList "BlockDeviceMapping" <$>-                    _silsBlockDeviceMappings),-               "Placement" =: _silsPlacement,-               "ImageId" =: _silsImageId]---- | Describes whether monitoring is enabled for a Scheduled Instance.------ /See:/ 'scheduledInstancesMonitoring' smart constructor.-newtype ScheduledInstancesMonitoring = ScheduledInstancesMonitoring'-    { _simEnabled :: Maybe Bool-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ScheduledInstancesMonitoring' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'simEnabled'-scheduledInstancesMonitoring-    :: ScheduledInstancesMonitoring-scheduledInstancesMonitoring =-    ScheduledInstancesMonitoring'-    { _simEnabled = Nothing-    }---- | Indicates whether monitoring is enabled.-simEnabled :: Lens' ScheduledInstancesMonitoring (Maybe Bool)-simEnabled = lens _simEnabled (\ s a -> s{_simEnabled = a});--instance Hashable ScheduledInstancesMonitoring--instance NFData ScheduledInstancesMonitoring--instance ToQuery ScheduledInstancesMonitoring where-        toQuery ScheduledInstancesMonitoring'{..}-          = mconcat ["Enabled" =: _simEnabled]---- | Describes a network interface for a Scheduled Instance.------ /See:/ 'scheduledInstancesNetworkInterface' smart constructor.-data ScheduledInstancesNetworkInterface = ScheduledInstancesNetworkInterface'-    { _siniGroups                         :: !(Maybe [Text])-    , _siniDeleteOnTermination            :: !(Maybe Bool)-    , _siniAssociatePublicIPAddress       :: !(Maybe Bool)-    , _siniPrivateIPAddressConfigs        :: !(Maybe [ScheduledInstancesPrivateIPAddressConfig])-    , _siniNetworkInterfaceId             :: !(Maybe Text)-    , _siniSubnetId                       :: !(Maybe Text)-    , _siniPrivateIPAddress               :: !(Maybe Text)-    , _siniSecondaryPrivateIPAddressCount :: !(Maybe Int)-    , _siniDescription                    :: !(Maybe Text)-    , _siniDeviceIndex                    :: !(Maybe Int)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ScheduledInstancesNetworkInterface' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'siniGroups'------ * 'siniDeleteOnTermination'------ * 'siniAssociatePublicIPAddress'------ * 'siniPrivateIPAddressConfigs'------ * 'siniNetworkInterfaceId'------ * 'siniSubnetId'------ * 'siniPrivateIPAddress'------ * 'siniSecondaryPrivateIPAddressCount'------ * 'siniDescription'------ * 'siniDeviceIndex'-scheduledInstancesNetworkInterface-    :: ScheduledInstancesNetworkInterface-scheduledInstancesNetworkInterface =-    ScheduledInstancesNetworkInterface'-    { _siniGroups = Nothing-    , _siniDeleteOnTermination = Nothing-    , _siniAssociatePublicIPAddress = Nothing-    , _siniPrivateIPAddressConfigs = Nothing-    , _siniNetworkInterfaceId = Nothing-    , _siniSubnetId = Nothing-    , _siniPrivateIPAddress = Nothing-    , _siniSecondaryPrivateIPAddressCount = Nothing-    , _siniDescription = Nothing-    , _siniDeviceIndex = Nothing-    }---- | The IDs of one or more security groups.-siniGroups :: Lens' ScheduledInstancesNetworkInterface [Text]-siniGroups = lens _siniGroups (\ s a -> s{_siniGroups = a}) . _Default . _Coerce;---- | Indicates whether to delete the interface when the instance is--- terminated.-siniDeleteOnTermination :: Lens' ScheduledInstancesNetworkInterface (Maybe Bool)-siniDeleteOnTermination = lens _siniDeleteOnTermination (\ s a -> s{_siniDeleteOnTermination = a});---- | Indicates whether to assign a public IP address to instances launched in--- a VPC. The public IP address can only be assigned to a network interface--- for eth0, and can only be assigned to a new network interface, not an--- existing one. You cannot specify more than one network interface in the--- request. If launching into a default subnet, the default value is--- 'true'.-siniAssociatePublicIPAddress :: Lens' ScheduledInstancesNetworkInterface (Maybe Bool)-siniAssociatePublicIPAddress = lens _siniAssociatePublicIPAddress (\ s a -> s{_siniAssociatePublicIPAddress = a});---- | The private IP addresses.-siniPrivateIPAddressConfigs :: Lens' ScheduledInstancesNetworkInterface [ScheduledInstancesPrivateIPAddressConfig]-siniPrivateIPAddressConfigs = lens _siniPrivateIPAddressConfigs (\ s a -> s{_siniPrivateIPAddressConfigs = a}) . _Default . _Coerce;---- | The ID of the network interface.-siniNetworkInterfaceId :: Lens' ScheduledInstancesNetworkInterface (Maybe Text)-siniNetworkInterfaceId = lens _siniNetworkInterfaceId (\ s a -> s{_siniNetworkInterfaceId = a});---- | The ID of the subnet.-siniSubnetId :: Lens' ScheduledInstancesNetworkInterface (Maybe Text)-siniSubnetId = lens _siniSubnetId (\ s a -> s{_siniSubnetId = a});---- | The IP address of the network interface within the subnet.-siniPrivateIPAddress :: Lens' ScheduledInstancesNetworkInterface (Maybe Text)-siniPrivateIPAddress = lens _siniPrivateIPAddress (\ s a -> s{_siniPrivateIPAddress = a});---- | The number of secondary private IP addresses.-siniSecondaryPrivateIPAddressCount :: Lens' ScheduledInstancesNetworkInterface (Maybe Int)-siniSecondaryPrivateIPAddressCount = lens _siniSecondaryPrivateIPAddressCount (\ s a -> s{_siniSecondaryPrivateIPAddressCount = a});---- | The description.-siniDescription :: Lens' ScheduledInstancesNetworkInterface (Maybe Text)-siniDescription = lens _siniDescription (\ s a -> s{_siniDescription = a});---- | The index of the device for the network interface attachment.-siniDeviceIndex :: Lens' ScheduledInstancesNetworkInterface (Maybe Int)-siniDeviceIndex = lens _siniDeviceIndex (\ s a -> s{_siniDeviceIndex = a});--instance Hashable ScheduledInstancesNetworkInterface--instance NFData ScheduledInstancesNetworkInterface--instance ToQuery ScheduledInstancesNetworkInterface-         where-        toQuery ScheduledInstancesNetworkInterface'{..}-          = mconcat-              [toQuery (toQueryList "Group" <$> _siniGroups),-               "DeleteOnTermination" =: _siniDeleteOnTermination,-               "AssociatePublicIpAddress" =:-                 _siniAssociatePublicIPAddress,-               toQuery-                 (toQueryList "PrivateIpAddressConfig" <$>-                    _siniPrivateIPAddressConfigs),-               "NetworkInterfaceId" =: _siniNetworkInterfaceId,-               "SubnetId" =: _siniSubnetId,-               "PrivateIpAddress" =: _siniPrivateIPAddress,-               "SecondaryPrivateIpAddressCount" =:-                 _siniSecondaryPrivateIPAddressCount,-               "Description" =: _siniDescription,-               "DeviceIndex" =: _siniDeviceIndex]---- | Describes the placement for a Scheduled Instance.------ /See:/ 'scheduledInstancesPlacement' smart constructor.-data ScheduledInstancesPlacement = ScheduledInstancesPlacement'-    { _sipAvailabilityZone :: !(Maybe Text)-    , _sipGroupName        :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ScheduledInstancesPlacement' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sipAvailabilityZone'------ * 'sipGroupName'-scheduledInstancesPlacement-    :: ScheduledInstancesPlacement-scheduledInstancesPlacement =-    ScheduledInstancesPlacement'-    { _sipAvailabilityZone = Nothing-    , _sipGroupName = Nothing-    }---- | The Availability Zone.-sipAvailabilityZone :: Lens' ScheduledInstancesPlacement (Maybe Text)-sipAvailabilityZone = lens _sipAvailabilityZone (\ s a -> s{_sipAvailabilityZone = a});---- | The name of the placement group.-sipGroupName :: Lens' ScheduledInstancesPlacement (Maybe Text)-sipGroupName = lens _sipGroupName (\ s a -> s{_sipGroupName = a});--instance Hashable ScheduledInstancesPlacement--instance NFData ScheduledInstancesPlacement--instance ToQuery ScheduledInstancesPlacement where-        toQuery ScheduledInstancesPlacement'{..}-          = mconcat-              ["AvailabilityZone" =: _sipAvailabilityZone,-               "GroupName" =: _sipGroupName]---- | Describes a private IP address for a Scheduled Instance.------ /See:/ 'scheduledInstancesPrivateIPAddressConfig' smart constructor.-data ScheduledInstancesPrivateIPAddressConfig = ScheduledInstancesPrivateIPAddressConfig'-    { _sipiacPrimary          :: !(Maybe Bool)-    , _sipiacPrivateIPAddress :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'ScheduledInstancesPrivateIPAddressConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sipiacPrimary'------ * 'sipiacPrivateIPAddress'-scheduledInstancesPrivateIPAddressConfig-    :: ScheduledInstancesPrivateIPAddressConfig-scheduledInstancesPrivateIPAddressConfig =-    ScheduledInstancesPrivateIPAddressConfig'-    { _sipiacPrimary = Nothing-    , _sipiacPrivateIPAddress = Nothing-    }---- | Indicates whether this is a primary IP address. Otherwise, this is a--- secondary IP address.-sipiacPrimary :: Lens' ScheduledInstancesPrivateIPAddressConfig (Maybe Bool)-sipiacPrimary = lens _sipiacPrimary (\ s a -> s{_sipiacPrimary = a});---- | The IP address.-sipiacPrivateIPAddress :: Lens' ScheduledInstancesPrivateIPAddressConfig (Maybe Text)-sipiacPrivateIPAddress = lens _sipiacPrivateIPAddress (\ s a -> s{_sipiacPrivateIPAddress = a});--instance Hashable-         ScheduledInstancesPrivateIPAddressConfig--instance NFData-         ScheduledInstancesPrivateIPAddressConfig--instance ToQuery-         ScheduledInstancesPrivateIPAddressConfig where-        toQuery ScheduledInstancesPrivateIPAddressConfig'{..}-          = mconcat-              ["Primary" =: _sipiacPrimary,-               "PrivateIpAddress" =: _sipiacPrivateIPAddress]---- | Describes a security group------ /See:/ 'securityGroup' smart constructor.-data SecurityGroup = SecurityGroup'-    { _sgVPCId               :: !(Maybe Text)-    , _sgIPPermissions       :: !(Maybe [IPPermission])-    , _sgIPPermissionsEgress :: !(Maybe [IPPermission])-    , _sgTags                :: !(Maybe [Tag])-    , _sgOwnerId             :: !Text-    , _sgGroupId             :: !Text-    , _sgGroupName           :: !Text-    , _sgDescription         :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'SecurityGroup' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sgVPCId'------ * 'sgIPPermissions'------ * 'sgIPPermissionsEgress'------ * 'sgTags'------ * 'sgOwnerId'------ * 'sgGroupId'------ * 'sgGroupName'------ * 'sgDescription'-securityGroup-    :: Text -- ^ 'sgOwnerId'-    -> Text -- ^ 'sgGroupId'-    -> Text -- ^ 'sgGroupName'-    -> Text -- ^ 'sgDescription'-    -> SecurityGroup-securityGroup pOwnerId_ pGroupId_ pGroupName_ pDescription_ =-    SecurityGroup'-    { _sgVPCId = Nothing-    , _sgIPPermissions = Nothing-    , _sgIPPermissionsEgress = Nothing-    , _sgTags = Nothing-    , _sgOwnerId = pOwnerId_-    , _sgGroupId = pGroupId_-    , _sgGroupName = pGroupName_-    , _sgDescription = pDescription_-    }---- | [EC2-VPC] The ID of the VPC for the security group.-sgVPCId :: Lens' SecurityGroup (Maybe Text)-sgVPCId = lens _sgVPCId (\ s a -> s{_sgVPCId = a});---- | One or more inbound rules associated with the security group.-sgIPPermissions :: Lens' SecurityGroup [IPPermission]-sgIPPermissions = lens _sgIPPermissions (\ s a -> s{_sgIPPermissions = a}) . _Default . _Coerce;---- | [EC2-VPC] One or more outbound rules associated with the security group.-sgIPPermissionsEgress :: Lens' SecurityGroup [IPPermission]-sgIPPermissionsEgress = lens _sgIPPermissionsEgress (\ s a -> s{_sgIPPermissionsEgress = a}) . _Default . _Coerce;---- | Any tags assigned to the security group.-sgTags :: Lens' SecurityGroup [Tag]-sgTags = lens _sgTags (\ s a -> s{_sgTags = a}) . _Default . _Coerce;---- | The AWS account ID of the owner of the security group.-sgOwnerId :: Lens' SecurityGroup Text-sgOwnerId = lens _sgOwnerId (\ s a -> s{_sgOwnerId = a});---- | The ID of the security group.-sgGroupId :: Lens' SecurityGroup Text-sgGroupId = lens _sgGroupId (\ s a -> s{_sgGroupId = a});---- | The name of the security group.-sgGroupName :: Lens' SecurityGroup Text-sgGroupName = lens _sgGroupName (\ s a -> s{_sgGroupName = a});---- | A description of the security group.-sgDescription :: Lens' SecurityGroup Text-sgDescription = lens _sgDescription (\ s a -> s{_sgDescription = a});--instance FromXML SecurityGroup where-        parseXML x-          = SecurityGroup' <$>-              (x .@? "vpcId") <*>-                (x .@? "ipPermissions" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*>-                (x .@? "ipPermissionsEgress" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@ "ownerId")-                <*> (x .@ "groupId")-                <*> (x .@ "groupName")-                <*> (x .@ "groupDescription")--instance Hashable SecurityGroup--instance NFData SecurityGroup---- | Describes the time period for a Scheduled Instance to start its first--- schedule. The time period must span less than one day.------ /See:/ 'slotDateTimeRangeRequest' smart constructor.-data SlotDateTimeRangeRequest = SlotDateTimeRangeRequest'-    { _sdtrrEarliestTime :: !ISO8601-    , _sdtrrLatestTime   :: !ISO8601-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'SlotDateTimeRangeRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sdtrrEarliestTime'------ * 'sdtrrLatestTime'-slotDateTimeRangeRequest-    :: UTCTime -- ^ 'sdtrrEarliestTime'-    -> UTCTime -- ^ 'sdtrrLatestTime'-    -> SlotDateTimeRangeRequest-slotDateTimeRangeRequest pEarliestTime_ pLatestTime_ =-    SlotDateTimeRangeRequest'-    { _sdtrrEarliestTime = _Time # pEarliestTime_-    , _sdtrrLatestTime = _Time # pLatestTime_-    }---- | The earliest date and time, in UTC, for the Scheduled Instance to start.-sdtrrEarliestTime :: Lens' SlotDateTimeRangeRequest UTCTime-sdtrrEarliestTime = lens _sdtrrEarliestTime (\ s a -> s{_sdtrrEarliestTime = a}) . _Time;---- | The latest date and time, in UTC, for the Scheduled Instance to start.--- This value must be later than or equal to the earliest date and at most--- three months in the future.-sdtrrLatestTime :: Lens' SlotDateTimeRangeRequest UTCTime-sdtrrLatestTime = lens _sdtrrLatestTime (\ s a -> s{_sdtrrLatestTime = a}) . _Time;--instance Hashable SlotDateTimeRangeRequest--instance NFData SlotDateTimeRangeRequest--instance ToQuery SlotDateTimeRangeRequest where-        toQuery SlotDateTimeRangeRequest'{..}-          = mconcat-              ["EarliestTime" =: _sdtrrEarliestTime,-               "LatestTime" =: _sdtrrLatestTime]---- | Describes the time period for a Scheduled Instance to start its first--- schedule.------ /See:/ 'slotStartTimeRangeRequest' smart constructor.-data SlotStartTimeRangeRequest = SlotStartTimeRangeRequest'-    { _sstrrLatestTime   :: !(Maybe ISO8601)-    , _sstrrEarliestTime :: !(Maybe ISO8601)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'SlotStartTimeRangeRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sstrrLatestTime'------ * 'sstrrEarliestTime'-slotStartTimeRangeRequest-    :: SlotStartTimeRangeRequest-slotStartTimeRangeRequest =-    SlotStartTimeRangeRequest'-    { _sstrrLatestTime = Nothing-    , _sstrrEarliestTime = Nothing-    }---- | The latest date and time, in UTC, for the Scheduled Instance to start.-sstrrLatestTime :: Lens' SlotStartTimeRangeRequest (Maybe UTCTime)-sstrrLatestTime = lens _sstrrLatestTime (\ s a -> s{_sstrrLatestTime = a}) . mapping _Time;---- | The earliest date and time, in UTC, for the Scheduled Instance to start.-sstrrEarliestTime :: Lens' SlotStartTimeRangeRequest (Maybe UTCTime)-sstrrEarliestTime = lens _sstrrEarliestTime (\ s a -> s{_sstrrEarliestTime = a}) . mapping _Time;--instance Hashable SlotStartTimeRangeRequest--instance NFData SlotStartTimeRangeRequest--instance ToQuery SlotStartTimeRangeRequest where-        toQuery SlotStartTimeRangeRequest'{..}-          = mconcat-              ["LatestTime" =: _sstrrLatestTime,-               "EarliestTime" =: _sstrrEarliestTime]---- | Describes a snapshot.------ /See:/ 'snapshot' smart constructor.-data Snapshot = Snapshot'-    { _sStateMessage        :: !(Maybe Text)-    , _sOwnerAlias          :: !(Maybe Text)-    , _sDataEncryptionKeyId :: !(Maybe Text)-    , _sKMSKeyId            :: !(Maybe Text)-    , _sTags                :: !(Maybe [Tag])-    , _sSnapshotId          :: !Text-    , _sOwnerId             :: !Text-    , _sVolumeId            :: !Text-    , _sVolumeSize          :: !Int-    , _sDescription         :: !Text-    , _sStartTime           :: !ISO8601-    , _sProgress            :: !Text-    , _sState               :: !SnapshotState-    , _sEncrypted           :: !Bool-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'Snapshot' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sStateMessage'------ * 'sOwnerAlias'------ * 'sDataEncryptionKeyId'------ * 'sKMSKeyId'------ * 'sTags'------ * 'sSnapshotId'------ * 'sOwnerId'------ * 'sVolumeId'------ * 'sVolumeSize'------ * 'sDescription'------ * 'sStartTime'------ * 'sProgress'------ * 'sState'------ * 'sEncrypted'-snapshot-    :: Text -- ^ 'sSnapshotId'-    -> Text -- ^ 'sOwnerId'-    -> Text -- ^ 'sVolumeId'-    -> Int -- ^ 'sVolumeSize'-    -> Text -- ^ 'sDescription'-    -> UTCTime -- ^ 'sStartTime'-    -> Text -- ^ 'sProgress'-    -> SnapshotState -- ^ 'sState'-    -> Bool -- ^ 'sEncrypted'-    -> Snapshot-snapshot pSnapshotId_ pOwnerId_ pVolumeId_ pVolumeSize_ pDescription_ pStartTime_ pProgress_ pState_ pEncrypted_ =-    Snapshot'-    { _sStateMessage = Nothing-    , _sOwnerAlias = Nothing-    , _sDataEncryptionKeyId = Nothing-    , _sKMSKeyId = Nothing-    , _sTags = Nothing-    , _sSnapshotId = pSnapshotId_-    , _sOwnerId = pOwnerId_-    , _sVolumeId = pVolumeId_-    , _sVolumeSize = pVolumeSize_-    , _sDescription = pDescription_-    , _sStartTime = _Time # pStartTime_-    , _sProgress = pProgress_-    , _sState = pState_-    , _sEncrypted = pEncrypted_-    }---- | Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot--- copy operation fails (for example, if the proper AWS Key Management--- Service (AWS KMS) permissions are not obtained) this field displays--- error state details to help you diagnose why the error occurred. This--- parameter is only returned by the < DescribeSnapshots> API operation.-sStateMessage :: Lens' Snapshot (Maybe Text)-sStateMessage = lens _sStateMessage (\ s a -> s{_sStateMessage = a});---- | The AWS account alias (for example, 'amazon', 'self') or AWS account ID--- that owns the snapshot.-sOwnerAlias :: Lens' Snapshot (Maybe Text)-sOwnerAlias = lens _sOwnerAlias (\ s a -> s{_sOwnerAlias = a});---- | The data encryption key identifier for the snapshot. This value is a--- unique identifier that corresponds to the data encryption key that was--- used to encrypt the original volume or snapshot copy. Because data--- encryption keys are inherited by volumes created from snapshots, and--- vice versa, if snapshots share the same data encryption key identifier,--- then they belong to the same volume\/snapshot lineage. This parameter is--- only returned by the < DescribeSnapshots> API operation.-sDataEncryptionKeyId :: Lens' Snapshot (Maybe Text)-sDataEncryptionKeyId = lens _sDataEncryptionKeyId (\ s a -> s{_sDataEncryptionKeyId = a});---- | The full ARN of the AWS Key Management Service (AWS KMS) customer master--- key (CMK) that was used to protect the volume encryption key for the--- parent volume.-sKMSKeyId :: Lens' Snapshot (Maybe Text)-sKMSKeyId = lens _sKMSKeyId (\ s a -> s{_sKMSKeyId = a});---- | Any tags assigned to the snapshot.-sTags :: Lens' Snapshot [Tag]-sTags = lens _sTags (\ s a -> s{_sTags = a}) . _Default . _Coerce;---- | The ID of the snapshot. Each snapshot receives a unique identifier when--- it is created.-sSnapshotId :: Lens' Snapshot Text-sSnapshotId = lens _sSnapshotId (\ s a -> s{_sSnapshotId = a});---- | The AWS account ID of the EBS snapshot owner.-sOwnerId :: Lens' Snapshot Text-sOwnerId = lens _sOwnerId (\ s a -> s{_sOwnerId = a});---- | The ID of the volume that was used to create the snapshot.-sVolumeId :: Lens' Snapshot Text-sVolumeId = lens _sVolumeId (\ s a -> s{_sVolumeId = a});---- | The size of the volume, in GiB.-sVolumeSize :: Lens' Snapshot Int-sVolumeSize = lens _sVolumeSize (\ s a -> s{_sVolumeSize = a});---- | The description for the snapshot.-sDescription :: Lens' Snapshot Text-sDescription = lens _sDescription (\ s a -> s{_sDescription = a});---- | The time stamp when the snapshot was initiated.-sStartTime :: Lens' Snapshot UTCTime-sStartTime = lens _sStartTime (\ s a -> s{_sStartTime = a}) . _Time;---- | The progress of the snapshot, as a percentage.-sProgress :: Lens' Snapshot Text-sProgress = lens _sProgress (\ s a -> s{_sProgress = a});---- | The snapshot state.-sState :: Lens' Snapshot SnapshotState-sState = lens _sState (\ s a -> s{_sState = a});---- | Indicates whether the snapshot is encrypted.-sEncrypted :: Lens' Snapshot Bool-sEncrypted = lens _sEncrypted (\ s a -> s{_sEncrypted = a});--instance FromXML Snapshot where-        parseXML x-          = Snapshot' <$>-              (x .@? "statusMessage") <*> (x .@? "ownerAlias") <*>-                (x .@? "dataEncryptionKeyId")-                <*> (x .@? "kmsKeyId")-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@ "snapshotId")-                <*> (x .@ "ownerId")-                <*> (x .@ "volumeId")-                <*> (x .@ "volumeSize")-                <*> (x .@ "description")-                <*> (x .@ "startTime")-                <*> (x .@ "progress")-                <*> (x .@ "status")-                <*> (x .@ "encrypted")--instance Hashable Snapshot--instance NFData Snapshot---- | Describes the snapshot created from the imported disk.------ /See:/ 'snapshotDetail' smart constructor.-data SnapshotDetail = SnapshotDetail'-    { _sdStatus        :: !(Maybe Text)-    , _sdProgress      :: !(Maybe Text)-    , _sdFormat        :: !(Maybe Text)-    , _sdURL           :: !(Maybe Text)-    , _sdDeviceName    :: !(Maybe Text)-    , _sdStatusMessage :: !(Maybe Text)-    , _sdUserBucket    :: !(Maybe UserBucketDetails)-    , _sdDiskImageSize :: !(Maybe Double)-    , _sdDescription   :: !(Maybe Text)-    , _sdSnapshotId    :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'SnapshotDetail' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sdStatus'------ * 'sdProgress'------ * 'sdFormat'------ * 'sdURL'------ * 'sdDeviceName'------ * 'sdStatusMessage'------ * 'sdUserBucket'------ * 'sdDiskImageSize'------ * 'sdDescription'------ * 'sdSnapshotId'-snapshotDetail-    :: SnapshotDetail-snapshotDetail =-    SnapshotDetail'-    { _sdStatus = Nothing-    , _sdProgress = Nothing-    , _sdFormat = Nothing-    , _sdURL = Nothing-    , _sdDeviceName = Nothing-    , _sdStatusMessage = Nothing-    , _sdUserBucket = Nothing-    , _sdDiskImageSize = Nothing-    , _sdDescription = Nothing-    , _sdSnapshotId = Nothing-    }---- | A brief status of the snapshot creation.-sdStatus :: Lens' SnapshotDetail (Maybe Text)-sdStatus = lens _sdStatus (\ s a -> s{_sdStatus = a});---- | The percentage of progress for the task.-sdProgress :: Lens' SnapshotDetail (Maybe Text)-sdProgress = lens _sdProgress (\ s a -> s{_sdProgress = a});---- | The format of the disk image from which the snapshot is created.-sdFormat :: Lens' SnapshotDetail (Maybe Text)-sdFormat = lens _sdFormat (\ s a -> s{_sdFormat = a});---- | The URL used to access the disk image.-sdURL :: Lens' SnapshotDetail (Maybe Text)-sdURL = lens _sdURL (\ s a -> s{_sdURL = a});---- | The block device mapping for the snapshot.-sdDeviceName :: Lens' SnapshotDetail (Maybe Text)-sdDeviceName = lens _sdDeviceName (\ s a -> s{_sdDeviceName = a});---- | A detailed status message for the snapshot creation.-sdStatusMessage :: Lens' SnapshotDetail (Maybe Text)-sdStatusMessage = lens _sdStatusMessage (\ s a -> s{_sdStatusMessage = a});---- | The S3 bucket for the disk image.-sdUserBucket :: Lens' SnapshotDetail (Maybe UserBucketDetails)-sdUserBucket = lens _sdUserBucket (\ s a -> s{_sdUserBucket = a});---- | The size of the disk in the snapshot, in GiB.-sdDiskImageSize :: Lens' SnapshotDetail (Maybe Double)-sdDiskImageSize = lens _sdDiskImageSize (\ s a -> s{_sdDiskImageSize = a});---- | A description for the snapshot.-sdDescription :: Lens' SnapshotDetail (Maybe Text)-sdDescription = lens _sdDescription (\ s a -> s{_sdDescription = a});---- | The snapshot ID of the disk being imported.-sdSnapshotId :: Lens' SnapshotDetail (Maybe Text)-sdSnapshotId = lens _sdSnapshotId (\ s a -> s{_sdSnapshotId = a});--instance FromXML SnapshotDetail where-        parseXML x-          = SnapshotDetail' <$>-              (x .@? "status") <*> (x .@? "progress") <*>-                (x .@? "format")-                <*> (x .@? "url")-                <*> (x .@? "deviceName")-                <*> (x .@? "statusMessage")-                <*> (x .@? "userBucket")-                <*> (x .@? "diskImageSize")-                <*> (x .@? "description")-                <*> (x .@? "snapshotId")--instance Hashable SnapshotDetail--instance NFData SnapshotDetail---- | The disk container object for the import snapshot request.------ /See:/ 'snapshotDiskContainer' smart constructor.-data SnapshotDiskContainer = SnapshotDiskContainer'-    { _sdcFormat      :: !(Maybe Text)-    , _sdcURL         :: !(Maybe Text)-    , _sdcUserBucket  :: !(Maybe UserBucket)-    , _sdcDescription :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'SnapshotDiskContainer' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sdcFormat'------ * 'sdcURL'------ * 'sdcUserBucket'------ * 'sdcDescription'-snapshotDiskContainer-    :: SnapshotDiskContainer-snapshotDiskContainer =-    SnapshotDiskContainer'-    { _sdcFormat = Nothing-    , _sdcURL = Nothing-    , _sdcUserBucket = Nothing-    , _sdcDescription = Nothing-    }---- | The format of the disk image being imported.------ Valid values: 'RAW' | 'VHD' | 'VMDK' | 'OVA'-sdcFormat :: Lens' SnapshotDiskContainer (Maybe Text)-sdcFormat = lens _sdcFormat (\ s a -> s{_sdcFormat = a});---- | The URL to the Amazon S3-based disk image being imported. It can either--- be a https URL (https:\/\/..) or an Amazon S3 URL (s3:\/\/..).-sdcURL :: Lens' SnapshotDiskContainer (Maybe Text)-sdcURL = lens _sdcURL (\ s a -> s{_sdcURL = a});---- | The S3 bucket for the disk image.-sdcUserBucket :: Lens' SnapshotDiskContainer (Maybe UserBucket)-sdcUserBucket = lens _sdcUserBucket (\ s a -> s{_sdcUserBucket = a});---- | The description of the disk image being imported.-sdcDescription :: Lens' SnapshotDiskContainer (Maybe Text)-sdcDescription = lens _sdcDescription (\ s a -> s{_sdcDescription = a});--instance Hashable SnapshotDiskContainer--instance NFData SnapshotDiskContainer--instance ToQuery SnapshotDiskContainer where-        toQuery SnapshotDiskContainer'{..}-          = mconcat-              ["Format" =: _sdcFormat, "Url" =: _sdcURL,-               "UserBucket" =: _sdcUserBucket,-               "Description" =: _sdcDescription]---- | Details about the import snapshot task.------ /See:/ 'snapshotTaskDetail' smart constructor.-data SnapshotTaskDetail = SnapshotTaskDetail'-    { _stdStatus        :: !(Maybe Text)-    , _stdProgress      :: !(Maybe Text)-    , _stdFormat        :: !(Maybe Text)-    , _stdURL           :: !(Maybe Text)-    , _stdStatusMessage :: !(Maybe Text)-    , _stdUserBucket    :: !(Maybe UserBucketDetails)-    , _stdDiskImageSize :: !(Maybe Double)-    , _stdDescription   :: !(Maybe Text)-    , _stdSnapshotId    :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'SnapshotTaskDetail' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'stdStatus'------ * 'stdProgress'------ * 'stdFormat'------ * 'stdURL'------ * 'stdStatusMessage'------ * 'stdUserBucket'------ * 'stdDiskImageSize'------ * 'stdDescription'------ * 'stdSnapshotId'-snapshotTaskDetail-    :: SnapshotTaskDetail-snapshotTaskDetail =-    SnapshotTaskDetail'-    { _stdStatus = Nothing-    , _stdProgress = Nothing-    , _stdFormat = Nothing-    , _stdURL = Nothing-    , _stdStatusMessage = Nothing-    , _stdUserBucket = Nothing-    , _stdDiskImageSize = Nothing-    , _stdDescription = Nothing-    , _stdSnapshotId = Nothing-    }---- | A brief status for the import snapshot task.-stdStatus :: Lens' SnapshotTaskDetail (Maybe Text)-stdStatus = lens _stdStatus (\ s a -> s{_stdStatus = a});---- | The percentage of completion for the import snapshot task.-stdProgress :: Lens' SnapshotTaskDetail (Maybe Text)-stdProgress = lens _stdProgress (\ s a -> s{_stdProgress = a});---- | The format of the disk image from which the snapshot is created.-stdFormat :: Lens' SnapshotTaskDetail (Maybe Text)-stdFormat = lens _stdFormat (\ s a -> s{_stdFormat = a});---- | The URL of the disk image from which the snapshot is created.-stdURL :: Lens' SnapshotTaskDetail (Maybe Text)-stdURL = lens _stdURL (\ s a -> s{_stdURL = a});---- | A detailed status message for the import snapshot task.-stdStatusMessage :: Lens' SnapshotTaskDetail (Maybe Text)-stdStatusMessage = lens _stdStatusMessage (\ s a -> s{_stdStatusMessage = a});---- | The S3 bucket for the disk image.-stdUserBucket :: Lens' SnapshotTaskDetail (Maybe UserBucketDetails)-stdUserBucket = lens _stdUserBucket (\ s a -> s{_stdUserBucket = a});---- | The size of the disk in the snapshot, in GiB.-stdDiskImageSize :: Lens' SnapshotTaskDetail (Maybe Double)-stdDiskImageSize = lens _stdDiskImageSize (\ s a -> s{_stdDiskImageSize = a});---- | The description of the snapshot.-stdDescription :: Lens' SnapshotTaskDetail (Maybe Text)-stdDescription = lens _stdDescription (\ s a -> s{_stdDescription = a});---- | The snapshot ID of the disk being imported.-stdSnapshotId :: Lens' SnapshotTaskDetail (Maybe Text)-stdSnapshotId = lens _stdSnapshotId (\ s a -> s{_stdSnapshotId = a});--instance FromXML SnapshotTaskDetail where-        parseXML x-          = SnapshotTaskDetail' <$>-              (x .@? "status") <*> (x .@? "progress") <*>-                (x .@? "format")-                <*> (x .@? "url")-                <*> (x .@? "statusMessage")-                <*> (x .@? "userBucket")-                <*> (x .@? "diskImageSize")-                <*> (x .@? "description")-                <*> (x .@? "snapshotId")--instance Hashable SnapshotTaskDetail--instance NFData SnapshotTaskDetail---- | Describes the data feed for a Spot instance.------ /See:/ 'spotDatafeedSubscription' smart constructor.-data SpotDatafeedSubscription = SpotDatafeedSubscription'-    { _sdsState   :: !(Maybe DatafeedSubscriptionState)-    , _sdsPrefix  :: !(Maybe Text)-    , _sdsBucket  :: !(Maybe Text)-    , _sdsOwnerId :: !(Maybe Text)-    , _sdsFault   :: !(Maybe SpotInstanceStateFault)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'SpotDatafeedSubscription' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sdsState'------ * 'sdsPrefix'------ * 'sdsBucket'------ * 'sdsOwnerId'------ * 'sdsFault'-spotDatafeedSubscription-    :: SpotDatafeedSubscription-spotDatafeedSubscription =-    SpotDatafeedSubscription'-    { _sdsState = Nothing-    , _sdsPrefix = Nothing-    , _sdsBucket = Nothing-    , _sdsOwnerId = Nothing-    , _sdsFault = Nothing-    }---- | The state of the Spot instance data feed subscription.-sdsState :: Lens' SpotDatafeedSubscription (Maybe DatafeedSubscriptionState)-sdsState = lens _sdsState (\ s a -> s{_sdsState = a});---- | The prefix that is prepended to data feed files.-sdsPrefix :: Lens' SpotDatafeedSubscription (Maybe Text)-sdsPrefix = lens _sdsPrefix (\ s a -> s{_sdsPrefix = a});---- | The Amazon S3 bucket where the Spot instance data feed is located.-sdsBucket :: Lens' SpotDatafeedSubscription (Maybe Text)-sdsBucket = lens _sdsBucket (\ s a -> s{_sdsBucket = a});---- | The AWS account ID of the account.-sdsOwnerId :: Lens' SpotDatafeedSubscription (Maybe Text)-sdsOwnerId = lens _sdsOwnerId (\ s a -> s{_sdsOwnerId = a});---- | The fault codes for the Spot instance request, if any.-sdsFault :: Lens' SpotDatafeedSubscription (Maybe SpotInstanceStateFault)-sdsFault = lens _sdsFault (\ s a -> s{_sdsFault = a});--instance FromXML SpotDatafeedSubscription where-        parseXML x-          = SpotDatafeedSubscription' <$>-              (x .@? "state") <*> (x .@? "prefix") <*>-                (x .@? "bucket")-                <*> (x .@? "ownerId")-                <*> (x .@? "fault")--instance Hashable SpotDatafeedSubscription--instance NFData SpotDatafeedSubscription---- | Describes the launch specification for one or more Spot instances.------ /See:/ 'spotFleetLaunchSpecification' smart constructor.-data SpotFleetLaunchSpecification = SpotFleetLaunchSpecification'-    { _sflsSecurityGroups      :: !(Maybe [GroupIdentifier])-    , _sflsSpotPrice           :: !(Maybe Text)-    , _sflsWeightedCapacity    :: !(Maybe Double)-    , _sflsKeyName             :: !(Maybe Text)-    , _sflsNetworkInterfaces   :: !(Maybe [InstanceNetworkInterfaceSpecification])-    , _sflsRAMDiskId           :: !(Maybe Text)-    , _sflsSubnetId            :: !(Maybe Text)-    , _sflsKernelId            :: !(Maybe Text)-    , _sflsInstanceType        :: !(Maybe InstanceType)-    , _sflsEBSOptimized        :: !(Maybe Bool)-    , _sflsUserData            :: !(Maybe Text)-    , _sflsMonitoring          :: !(Maybe SpotFleetMonitoring)-    , _sflsIAMInstanceProfile  :: !(Maybe IAMInstanceProfileSpecification)-    , _sflsImageId             :: !(Maybe Text)-    , _sflsAddressingType      :: !(Maybe Text)-    , _sflsBlockDeviceMappings :: !(Maybe [BlockDeviceMapping])-    , _sflsPlacement           :: !(Maybe SpotPlacement)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'SpotFleetLaunchSpecification' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sflsSecurityGroups'------ * 'sflsSpotPrice'------ * 'sflsWeightedCapacity'------ * 'sflsKeyName'------ * 'sflsNetworkInterfaces'------ * 'sflsRAMDiskId'------ * 'sflsSubnetId'------ * 'sflsKernelId'------ * 'sflsInstanceType'------ * 'sflsEBSOptimized'------ * 'sflsUserData'------ * 'sflsMonitoring'------ * 'sflsIAMInstanceProfile'------ * 'sflsImageId'------ * 'sflsAddressingType'------ * 'sflsBlockDeviceMappings'------ * 'sflsPlacement'-spotFleetLaunchSpecification-    :: SpotFleetLaunchSpecification-spotFleetLaunchSpecification =-    SpotFleetLaunchSpecification'-    { _sflsSecurityGroups = Nothing-    , _sflsSpotPrice = Nothing-    , _sflsWeightedCapacity = Nothing-    , _sflsKeyName = Nothing-    , _sflsNetworkInterfaces = Nothing-    , _sflsRAMDiskId = Nothing-    , _sflsSubnetId = Nothing-    , _sflsKernelId = Nothing-    , _sflsInstanceType = Nothing-    , _sflsEBSOptimized = Nothing-    , _sflsUserData = Nothing-    , _sflsMonitoring = Nothing-    , _sflsIAMInstanceProfile = Nothing-    , _sflsImageId = Nothing-    , _sflsAddressingType = Nothing-    , _sflsBlockDeviceMappings = Nothing-    , _sflsPlacement = Nothing-    }---- | One or more security groups. When requesting instances in a VPC, you--- must specify the IDs of the security groups. When requesting instances--- in EC2-Classic, you can specify the names or the IDs of the security--- groups.-sflsSecurityGroups :: Lens' SpotFleetLaunchSpecification [GroupIdentifier]-sflsSecurityGroups = lens _sflsSecurityGroups (\ s a -> s{_sflsSecurityGroups = a}) . _Default . _Coerce;---- | The bid price per unit hour for the specified instance type. If this--- value is not specified, the default is the Spot bid price specified for--- the fleet. To determine the bid price per unit hour, divide the Spot bid--- price by the value of 'WeightedCapacity'.-sflsSpotPrice :: Lens' SpotFleetLaunchSpecification (Maybe Text)-sflsSpotPrice = lens _sflsSpotPrice (\ s a -> s{_sflsSpotPrice = a});---- | The number of units provided by the specified instance type. These are--- the same units that you chose to set the target capacity in terms--- (instances or a performance characteristic such as vCPUs, memory, or--- I\/O).------ If the target capacity divided by this value is not a whole number, we--- round the number of instances to the next whole number. If this value is--- not specified, the default is 1.-sflsWeightedCapacity :: Lens' SpotFleetLaunchSpecification (Maybe Double)-sflsWeightedCapacity = lens _sflsWeightedCapacity (\ s a -> s{_sflsWeightedCapacity = a});---- | The name of the key pair.-sflsKeyName :: Lens' SpotFleetLaunchSpecification (Maybe Text)-sflsKeyName = lens _sflsKeyName (\ s a -> s{_sflsKeyName = a});---- | One or more network interfaces.-sflsNetworkInterfaces :: Lens' SpotFleetLaunchSpecification [InstanceNetworkInterfaceSpecification]-sflsNetworkInterfaces = lens _sflsNetworkInterfaces (\ s a -> s{_sflsNetworkInterfaces = a}) . _Default . _Coerce;---- | The ID of the RAM disk.-sflsRAMDiskId :: Lens' SpotFleetLaunchSpecification (Maybe Text)-sflsRAMDiskId = lens _sflsRAMDiskId (\ s a -> s{_sflsRAMDiskId = a});---- | The ID of the subnet in which to launch the instances. To specify--- multiple subnets, separate them using commas; for example,--- \"subnet-a61dafcf, subnet-65ea5f08\".-sflsSubnetId :: Lens' SpotFleetLaunchSpecification (Maybe Text)-sflsSubnetId = lens _sflsSubnetId (\ s a -> s{_sflsSubnetId = a});---- | The ID of the kernel.-sflsKernelId :: Lens' SpotFleetLaunchSpecification (Maybe Text)-sflsKernelId = lens _sflsKernelId (\ s a -> s{_sflsKernelId = a});---- | The instance type.-sflsInstanceType :: Lens' SpotFleetLaunchSpecification (Maybe InstanceType)-sflsInstanceType = lens _sflsInstanceType (\ s a -> s{_sflsInstanceType = a});---- | Indicates whether the instances are optimized for EBS I\/O. This--- optimization provides dedicated throughput to Amazon EBS and an--- optimized configuration stack to provide optimal EBS I\/O performance.--- This optimization isn\'t available with all instance types. Additional--- usage charges apply when using an EBS Optimized instance.------ Default: 'false'-sflsEBSOptimized :: Lens' SpotFleetLaunchSpecification (Maybe Bool)-sflsEBSOptimized = lens _sflsEBSOptimized (\ s a -> s{_sflsEBSOptimized = a});---- | The Base64-encoded MIME user data to make available to the instances.-sflsUserData :: Lens' SpotFleetLaunchSpecification (Maybe Text)-sflsUserData = lens _sflsUserData (\ s a -> s{_sflsUserData = a});---- | Enable or disable monitoring for the instances.-sflsMonitoring :: Lens' SpotFleetLaunchSpecification (Maybe SpotFleetMonitoring)-sflsMonitoring = lens _sflsMonitoring (\ s a -> s{_sflsMonitoring = a});---- | The IAM instance profile.-sflsIAMInstanceProfile :: Lens' SpotFleetLaunchSpecification (Maybe IAMInstanceProfileSpecification)-sflsIAMInstanceProfile = lens _sflsIAMInstanceProfile (\ s a -> s{_sflsIAMInstanceProfile = a});---- | The ID of the AMI.-sflsImageId :: Lens' SpotFleetLaunchSpecification (Maybe Text)-sflsImageId = lens _sflsImageId (\ s a -> s{_sflsImageId = a});---- | Deprecated.-sflsAddressingType :: Lens' SpotFleetLaunchSpecification (Maybe Text)-sflsAddressingType = lens _sflsAddressingType (\ s a -> s{_sflsAddressingType = a});---- | One or more block device mapping entries.-sflsBlockDeviceMappings :: Lens' SpotFleetLaunchSpecification [BlockDeviceMapping]-sflsBlockDeviceMappings = lens _sflsBlockDeviceMappings (\ s a -> s{_sflsBlockDeviceMappings = a}) . _Default . _Coerce;---- | The placement information.-sflsPlacement :: Lens' SpotFleetLaunchSpecification (Maybe SpotPlacement)-sflsPlacement = lens _sflsPlacement (\ s a -> s{_sflsPlacement = a});--instance FromXML SpotFleetLaunchSpecification where-        parseXML x-          = SpotFleetLaunchSpecification' <$>-              (x .@? "groupSet" .!@ mempty >>=-                 may (parseXMLList "item"))-                <*> (x .@? "spotPrice")-                <*> (x .@? "weightedCapacity")-                <*> (x .@? "keyName")-                <*>-                (x .@? "networkInterfaceSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "ramdiskId")-                <*> (x .@? "subnetId")-                <*> (x .@? "kernelId")-                <*> (x .@? "instanceType")-                <*> (x .@? "ebsOptimized")-                <*> (x .@? "userData")-                <*> (x .@? "monitoring")-                <*> (x .@? "iamInstanceProfile")-                <*> (x .@? "imageId")-                <*> (x .@? "addressingType")-                <*>-                (x .@? "blockDeviceMapping" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "placement")--instance Hashable SpotFleetLaunchSpecification--instance NFData SpotFleetLaunchSpecification--instance ToQuery SpotFleetLaunchSpecification where-        toQuery SpotFleetLaunchSpecification'{..}-          = mconcat-              [toQuery-                 (toQueryList "GroupSet" <$> _sflsSecurityGroups),-               "SpotPrice" =: _sflsSpotPrice,-               "WeightedCapacity" =: _sflsWeightedCapacity,-               "KeyName" =: _sflsKeyName,-               toQuery-                 (toQueryList "NetworkInterfaceSet" <$>-                    _sflsNetworkInterfaces),-               "RamdiskId" =: _sflsRAMDiskId,-               "SubnetId" =: _sflsSubnetId,-               "KernelId" =: _sflsKernelId,-               "InstanceType" =: _sflsInstanceType,-               "EbsOptimized" =: _sflsEBSOptimized,-               "UserData" =: _sflsUserData,-               "Monitoring" =: _sflsMonitoring,-               "IamInstanceProfile" =: _sflsIAMInstanceProfile,-               "ImageId" =: _sflsImageId,-               "AddressingType" =: _sflsAddressingType,-               toQuery-                 (toQueryList "BlockDeviceMapping" <$>-                    _sflsBlockDeviceMappings),-               "Placement" =: _sflsPlacement]---- | Describes whether monitoring is enabled.------ /See:/ 'spotFleetMonitoring' smart constructor.-newtype SpotFleetMonitoring = SpotFleetMonitoring'-    { _sfmEnabled :: Maybe Bool-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'SpotFleetMonitoring' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sfmEnabled'-spotFleetMonitoring-    :: SpotFleetMonitoring-spotFleetMonitoring =-    SpotFleetMonitoring'-    { _sfmEnabled = Nothing-    }---- | Enables monitoring for the instance.------ Default: 'false'-sfmEnabled :: Lens' SpotFleetMonitoring (Maybe Bool)-sfmEnabled = lens _sfmEnabled (\ s a -> s{_sfmEnabled = a});--instance FromXML SpotFleetMonitoring where-        parseXML x-          = SpotFleetMonitoring' <$> (x .@? "enabled")--instance Hashable SpotFleetMonitoring--instance NFData SpotFleetMonitoring--instance ToQuery SpotFleetMonitoring where-        toQuery SpotFleetMonitoring'{..}-          = mconcat ["Enabled" =: _sfmEnabled]---- | Describes a Spot fleet request.------ /See:/ 'spotFleetRequestConfig' smart constructor.-data SpotFleetRequestConfig = SpotFleetRequestConfig'-    { _sfrcSpotFleetRequestId     :: !Text-    , _sfrcSpotFleetRequestState  :: !BatchState-    , _sfrcSpotFleetRequestConfig :: !SpotFleetRequestConfigData-    , _sfrcCreateTime             :: !ISO8601-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'SpotFleetRequestConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sfrcSpotFleetRequestId'------ * 'sfrcSpotFleetRequestState'------ * 'sfrcSpotFleetRequestConfig'------ * 'sfrcCreateTime'-spotFleetRequestConfig-    :: Text -- ^ 'sfrcSpotFleetRequestId'-    -> BatchState -- ^ 'sfrcSpotFleetRequestState'-    -> SpotFleetRequestConfigData -- ^ 'sfrcSpotFleetRequestConfig'-    -> UTCTime -- ^ 'sfrcCreateTime'-    -> SpotFleetRequestConfig-spotFleetRequestConfig pSpotFleetRequestId_ pSpotFleetRequestState_ pSpotFleetRequestConfig_ pCreateTime_ =-    SpotFleetRequestConfig'-    { _sfrcSpotFleetRequestId = pSpotFleetRequestId_-    , _sfrcSpotFleetRequestState = pSpotFleetRequestState_-    , _sfrcSpotFleetRequestConfig = pSpotFleetRequestConfig_-    , _sfrcCreateTime = _Time # pCreateTime_-    }---- | The ID of the Spot fleet request.-sfrcSpotFleetRequestId :: Lens' SpotFleetRequestConfig Text-sfrcSpotFleetRequestId = lens _sfrcSpotFleetRequestId (\ s a -> s{_sfrcSpotFleetRequestId = a});---- | The state of the Spot fleet request.-sfrcSpotFleetRequestState :: Lens' SpotFleetRequestConfig BatchState-sfrcSpotFleetRequestState = lens _sfrcSpotFleetRequestState (\ s a -> s{_sfrcSpotFleetRequestState = a});---- | Information about the configuration of the Spot fleet request.-sfrcSpotFleetRequestConfig :: Lens' SpotFleetRequestConfig SpotFleetRequestConfigData-sfrcSpotFleetRequestConfig = lens _sfrcSpotFleetRequestConfig (\ s a -> s{_sfrcSpotFleetRequestConfig = a});---- | The creation date and time of the request.-sfrcCreateTime :: Lens' SpotFleetRequestConfig UTCTime-sfrcCreateTime = lens _sfrcCreateTime (\ s a -> s{_sfrcCreateTime = a}) . _Time;--instance FromXML SpotFleetRequestConfig where-        parseXML x-          = SpotFleetRequestConfig' <$>-              (x .@ "spotFleetRequestId") <*>-                (x .@ "spotFleetRequestState")-                <*> (x .@ "spotFleetRequestConfig")-                <*> (x .@ "createTime")--instance Hashable SpotFleetRequestConfig--instance NFData SpotFleetRequestConfig---- | Describes the configuration of a Spot fleet request.------ /See:/ 'spotFleetRequestConfigData' smart constructor.-data SpotFleetRequestConfigData = SpotFleetRequestConfigData'-    { _sfrcdClientToken                      :: !(Maybe Text)-    , _sfrcdExcessCapacityTerminationPolicy  :: !(Maybe ExcessCapacityTerminationPolicy)-    , _sfrcdValidUntil                       :: !(Maybe ISO8601)-    , _sfrcdTerminateInstancesWithExpiration :: !(Maybe Bool)-    , _sfrcdValidFrom                        :: !(Maybe ISO8601)-    , _sfrcdAllocationStrategy               :: !(Maybe AllocationStrategy)-    , _sfrcdSpotPrice                        :: !Text-    , _sfrcdTargetCapacity                   :: !Int-    , _sfrcdIAMFleetRole                     :: !Text-    , _sfrcdLaunchSpecifications             :: !(List1 SpotFleetLaunchSpecification)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'SpotFleetRequestConfigData' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sfrcdClientToken'------ * 'sfrcdExcessCapacityTerminationPolicy'------ * 'sfrcdValidUntil'------ * 'sfrcdTerminateInstancesWithExpiration'------ * 'sfrcdValidFrom'------ * 'sfrcdAllocationStrategy'------ * 'sfrcdSpotPrice'------ * 'sfrcdTargetCapacity'------ * 'sfrcdIAMFleetRole'------ * 'sfrcdLaunchSpecifications'-spotFleetRequestConfigData-    :: Text -- ^ 'sfrcdSpotPrice'-    -> Int -- ^ 'sfrcdTargetCapacity'-    -> Text -- ^ 'sfrcdIAMFleetRole'-    -> NonEmpty SpotFleetLaunchSpecification -- ^ 'sfrcdLaunchSpecifications'-    -> SpotFleetRequestConfigData-spotFleetRequestConfigData pSpotPrice_ pTargetCapacity_ pIAMFleetRole_ pLaunchSpecifications_ =-    SpotFleetRequestConfigData'-    { _sfrcdClientToken = Nothing-    , _sfrcdExcessCapacityTerminationPolicy = Nothing-    , _sfrcdValidUntil = Nothing-    , _sfrcdTerminateInstancesWithExpiration = Nothing-    , _sfrcdValidFrom = Nothing-    , _sfrcdAllocationStrategy = Nothing-    , _sfrcdSpotPrice = pSpotPrice_-    , _sfrcdTargetCapacity = pTargetCapacity_-    , _sfrcdIAMFleetRole = pIAMFleetRole_-    , _sfrcdLaunchSpecifications = _List1 # pLaunchSpecifications_-    }---- | A unique, case-sensitive identifier you provide to ensure idempotency of--- your listings. This helps avoid duplicate listings. For more--- information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html Ensuring Idempotency>.-sfrcdClientToken :: Lens' SpotFleetRequestConfigData (Maybe Text)-sfrcdClientToken = lens _sfrcdClientToken (\ s a -> s{_sfrcdClientToken = a});---- | Indicates whether running Spot instances should be terminated if the--- target capacity of the Spot fleet request is decreased below the current--- size of the Spot fleet.-sfrcdExcessCapacityTerminationPolicy :: Lens' SpotFleetRequestConfigData (Maybe ExcessCapacityTerminationPolicy)-sfrcdExcessCapacityTerminationPolicy = lens _sfrcdExcessCapacityTerminationPolicy (\ s a -> s{_sfrcdExcessCapacityTerminationPolicy = a});---- | The end date and time of the request, in UTC format (for example,--- /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z). At this point, no new Spot instance--- requests are placed or enabled to fulfill the request.-sfrcdValidUntil :: Lens' SpotFleetRequestConfigData (Maybe UTCTime)-sfrcdValidUntil = lens _sfrcdValidUntil (\ s a -> s{_sfrcdValidUntil = a}) . mapping _Time;---- | Indicates whether running Spot instances should be terminated when the--- Spot fleet request expires.-sfrcdTerminateInstancesWithExpiration :: Lens' SpotFleetRequestConfigData (Maybe Bool)-sfrcdTerminateInstancesWithExpiration = lens _sfrcdTerminateInstancesWithExpiration (\ s a -> s{_sfrcdTerminateInstancesWithExpiration = a});---- | The start date and time of the request, in UTC format (for example,--- /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z). The default is to start fulfilling--- the request immediately.-sfrcdValidFrom :: Lens' SpotFleetRequestConfigData (Maybe UTCTime)-sfrcdValidFrom = lens _sfrcdValidFrom (\ s a -> s{_sfrcdValidFrom = a}) . mapping _Time;---- | Indicates how to allocate the target capacity across the Spot pools--- specified by the Spot fleet request. The default is 'lowestPrice'.-sfrcdAllocationStrategy :: Lens' SpotFleetRequestConfigData (Maybe AllocationStrategy)-sfrcdAllocationStrategy = lens _sfrcdAllocationStrategy (\ s a -> s{_sfrcdAllocationStrategy = a});---- | The bid price per unit hour.-sfrcdSpotPrice :: Lens' SpotFleetRequestConfigData Text-sfrcdSpotPrice = lens _sfrcdSpotPrice (\ s a -> s{_sfrcdSpotPrice = a});---- | The number of units to request. You can choose to set the target--- capacity in terms of instances or a performance characteristic that is--- important to your application workload, such as vCPUs, memory, or I\/O.-sfrcdTargetCapacity :: Lens' SpotFleetRequestConfigData Int-sfrcdTargetCapacity = lens _sfrcdTargetCapacity (\ s a -> s{_sfrcdTargetCapacity = a});---- | Grants the Spot fleet permission to terminate Spot instances on your--- behalf when you cancel its Spot fleet request using--- < CancelSpotFleetRequests> or when the Spot fleet request expires, if--- you set 'terminateInstancesWithExpiration'.-sfrcdIAMFleetRole :: Lens' SpotFleetRequestConfigData Text-sfrcdIAMFleetRole = lens _sfrcdIAMFleetRole (\ s a -> s{_sfrcdIAMFleetRole = a});---- | Information about the launch specifications for the Spot fleet request.-sfrcdLaunchSpecifications :: Lens' SpotFleetRequestConfigData (NonEmpty SpotFleetLaunchSpecification)-sfrcdLaunchSpecifications = lens _sfrcdLaunchSpecifications (\ s a -> s{_sfrcdLaunchSpecifications = a}) . _List1;--instance FromXML SpotFleetRequestConfigData where-        parseXML x-          = SpotFleetRequestConfigData' <$>-              (x .@? "clientToken") <*>-                (x .@? "excessCapacityTerminationPolicy")-                <*> (x .@? "validUntil")-                <*> (x .@? "terminateInstancesWithExpiration")-                <*> (x .@? "validFrom")-                <*> (x .@? "allocationStrategy")-                <*> (x .@ "spotPrice")-                <*> (x .@ "targetCapacity")-                <*> (x .@ "iamFleetRole")-                <*>-                (x .@? "launchSpecifications" .!@ mempty >>=-                   parseXMLList1 "item")--instance Hashable SpotFleetRequestConfigData--instance NFData SpotFleetRequestConfigData--instance ToQuery SpotFleetRequestConfigData where-        toQuery SpotFleetRequestConfigData'{..}-          = mconcat-              ["ClientToken" =: _sfrcdClientToken,-               "ExcessCapacityTerminationPolicy" =:-                 _sfrcdExcessCapacityTerminationPolicy,-               "ValidUntil" =: _sfrcdValidUntil,-               "TerminateInstancesWithExpiration" =:-                 _sfrcdTerminateInstancesWithExpiration,-               "ValidFrom" =: _sfrcdValidFrom,-               "AllocationStrategy" =: _sfrcdAllocationStrategy,-               "SpotPrice" =: _sfrcdSpotPrice,-               "TargetCapacity" =: _sfrcdTargetCapacity,-               "IamFleetRole" =: _sfrcdIAMFleetRole,-               toQueryList "LaunchSpecifications"-                 _sfrcdLaunchSpecifications]---- | Describes a Spot instance request.------ /See:/ 'spotInstanceRequest' smart constructor.-data SpotInstanceRequest = SpotInstanceRequest'-    { _sirInstanceId               :: !(Maybe Text)-    , _sirStatus                   :: !(Maybe SpotInstanceStatus)-    , _sirState                    :: !(Maybe SpotInstanceState)-    , _sirActualBlockHourlyPrice   :: !(Maybe Text)-    , _sirBlockDurationMinutes     :: !(Maybe Int)-    , _sirProductDescription       :: !(Maybe RIProductDescription)-    , _sirSpotPrice                :: !(Maybe Text)-    , _sirLaunchSpecification      :: !(Maybe LaunchSpecification)-    , _sirAvailabilityZoneGroup    :: !(Maybe Text)-    , _sirLaunchedAvailabilityZone :: !(Maybe Text)-    , _sirValidUntil               :: !(Maybe ISO8601)-    , _sirLaunchGroup              :: !(Maybe Text)-    , _sirFault                    :: !(Maybe SpotInstanceStateFault)-    , _sirSpotInstanceRequestId    :: !(Maybe Text)-    , _sirType                     :: !(Maybe SpotInstanceType)-    , _sirValidFrom                :: !(Maybe ISO8601)-    , _sirCreateTime               :: !(Maybe ISO8601)-    , _sirTags                     :: !(Maybe [Tag])-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'SpotInstanceRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sirInstanceId'------ * 'sirStatus'------ * 'sirState'------ * 'sirActualBlockHourlyPrice'------ * 'sirBlockDurationMinutes'------ * 'sirProductDescription'------ * 'sirSpotPrice'------ * 'sirLaunchSpecification'------ * 'sirAvailabilityZoneGroup'------ * 'sirLaunchedAvailabilityZone'------ * 'sirValidUntil'------ * 'sirLaunchGroup'------ * 'sirFault'------ * 'sirSpotInstanceRequestId'------ * 'sirType'------ * 'sirValidFrom'------ * 'sirCreateTime'------ * 'sirTags'-spotInstanceRequest-    :: SpotInstanceRequest-spotInstanceRequest =-    SpotInstanceRequest'-    { _sirInstanceId = Nothing-    , _sirStatus = Nothing-    , _sirState = Nothing-    , _sirActualBlockHourlyPrice = Nothing-    , _sirBlockDurationMinutes = Nothing-    , _sirProductDescription = Nothing-    , _sirSpotPrice = Nothing-    , _sirLaunchSpecification = Nothing-    , _sirAvailabilityZoneGroup = Nothing-    , _sirLaunchedAvailabilityZone = Nothing-    , _sirValidUntil = Nothing-    , _sirLaunchGroup = Nothing-    , _sirFault = Nothing-    , _sirSpotInstanceRequestId = Nothing-    , _sirType = Nothing-    , _sirValidFrom = Nothing-    , _sirCreateTime = Nothing-    , _sirTags = Nothing-    }---- | The instance ID, if an instance has been launched to fulfill the Spot--- instance request.-sirInstanceId :: Lens' SpotInstanceRequest (Maybe Text)-sirInstanceId = lens _sirInstanceId (\ s a -> s{_sirInstanceId = a});---- | The status code and status message describing the Spot instance request.-sirStatus :: Lens' SpotInstanceRequest (Maybe SpotInstanceStatus)-sirStatus = lens _sirStatus (\ s a -> s{_sirStatus = a});---- | The state of the Spot instance request. Spot bid status information can--- help you track your Spot instance requests. For more information, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html Spot Bid Status>--- in the /Amazon Elastic Compute Cloud User Guide/.-sirState :: Lens' SpotInstanceRequest (Maybe SpotInstanceState)-sirState = lens _sirState (\ s a -> s{_sirState = a});---- | If you specified a duration and your Spot instance request was--- fulfilled, this is the fixed hourly price in effect for the Spot--- instance while it runs.-sirActualBlockHourlyPrice :: Lens' SpotInstanceRequest (Maybe Text)-sirActualBlockHourlyPrice = lens _sirActualBlockHourlyPrice (\ s a -> s{_sirActualBlockHourlyPrice = a});---- | The duration for the Spot instance, in minutes.-sirBlockDurationMinutes :: Lens' SpotInstanceRequest (Maybe Int)-sirBlockDurationMinutes = lens _sirBlockDurationMinutes (\ s a -> s{_sirBlockDurationMinutes = a});---- | The product description associated with the Spot instance.-sirProductDescription :: Lens' SpotInstanceRequest (Maybe RIProductDescription)-sirProductDescription = lens _sirProductDescription (\ s a -> s{_sirProductDescription = a});---- | The maximum hourly price (bid) for the Spot instance launched to fulfill--- the request.-sirSpotPrice :: Lens' SpotInstanceRequest (Maybe Text)-sirSpotPrice = lens _sirSpotPrice (\ s a -> s{_sirSpotPrice = a});---- | Additional information for launching instances.-sirLaunchSpecification :: Lens' SpotInstanceRequest (Maybe LaunchSpecification)-sirLaunchSpecification = lens _sirLaunchSpecification (\ s a -> s{_sirLaunchSpecification = a});---- | The Availability Zone group. If you specify the same Availability Zone--- group for all Spot instance requests, all Spot instances are launched in--- the same Availability Zone.-sirAvailabilityZoneGroup :: Lens' SpotInstanceRequest (Maybe Text)-sirAvailabilityZoneGroup = lens _sirAvailabilityZoneGroup (\ s a -> s{_sirAvailabilityZoneGroup = a});---- | The Availability Zone in which the bid is launched.-sirLaunchedAvailabilityZone :: Lens' SpotInstanceRequest (Maybe Text)-sirLaunchedAvailabilityZone = lens _sirLaunchedAvailabilityZone (\ s a -> s{_sirLaunchedAvailabilityZone = a});---- | The end date of the request, in UTC format (for example,--- /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z). If this is a one-time request, it--- remains active until all instances launch, the request is canceled, or--- this date is reached. If the request is persistent, it remains active--- until it is canceled or this date is reached.-sirValidUntil :: Lens' SpotInstanceRequest (Maybe UTCTime)-sirValidUntil = lens _sirValidUntil (\ s a -> s{_sirValidUntil = a}) . mapping _Time;---- | The instance launch group. Launch groups are Spot instances that launch--- together and terminate together.-sirLaunchGroup :: Lens' SpotInstanceRequest (Maybe Text)-sirLaunchGroup = lens _sirLaunchGroup (\ s a -> s{_sirLaunchGroup = a});---- | The fault codes for the Spot instance request, if any.-sirFault :: Lens' SpotInstanceRequest (Maybe SpotInstanceStateFault)-sirFault = lens _sirFault (\ s a -> s{_sirFault = a});---- | The ID of the Spot instance request.-sirSpotInstanceRequestId :: Lens' SpotInstanceRequest (Maybe Text)-sirSpotInstanceRequestId = lens _sirSpotInstanceRequestId (\ s a -> s{_sirSpotInstanceRequestId = a});---- | The Spot instance request type.-sirType :: Lens' SpotInstanceRequest (Maybe SpotInstanceType)-sirType = lens _sirType (\ s a -> s{_sirType = a});---- | The start date of the request, in UTC format (for example,--- /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z). The request becomes active at this--- date and time.-sirValidFrom :: Lens' SpotInstanceRequest (Maybe UTCTime)-sirValidFrom = lens _sirValidFrom (\ s a -> s{_sirValidFrom = a}) . mapping _Time;---- | The date and time when the Spot instance request was created, in UTC--- format (for example, /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z).-sirCreateTime :: Lens' SpotInstanceRequest (Maybe UTCTime)-sirCreateTime = lens _sirCreateTime (\ s a -> s{_sirCreateTime = a}) . mapping _Time;---- | Any tags assigned to the resource.-sirTags :: Lens' SpotInstanceRequest [Tag]-sirTags = lens _sirTags (\ s a -> s{_sirTags = a}) . _Default . _Coerce;--instance FromXML SpotInstanceRequest where-        parseXML x-          = SpotInstanceRequest' <$>-              (x .@? "instanceId") <*> (x .@? "status") <*>-                (x .@? "state")-                <*> (x .@? "actualBlockHourlyPrice")-                <*> (x .@? "blockDurationMinutes")-                <*> (x .@? "productDescription")-                <*> (x .@? "spotPrice")-                <*> (x .@? "launchSpecification")-                <*> (x .@? "availabilityZoneGroup")-                <*> (x .@? "launchedAvailabilityZone")-                <*> (x .@? "validUntil")-                <*> (x .@? "launchGroup")-                <*> (x .@? "fault")-                <*> (x .@? "spotInstanceRequestId")-                <*> (x .@? "type")-                <*> (x .@? "validFrom")-                <*> (x .@? "createTime")-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))--instance Hashable SpotInstanceRequest--instance NFData SpotInstanceRequest---- | Describes a Spot instance state change.------ /See:/ 'spotInstanceStateFault' smart constructor.-data SpotInstanceStateFault = SpotInstanceStateFault'-    { _sisfCode    :: !(Maybe Text)-    , _sisfMessage :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'SpotInstanceStateFault' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sisfCode'------ * 'sisfMessage'-spotInstanceStateFault-    :: SpotInstanceStateFault-spotInstanceStateFault =-    SpotInstanceStateFault'-    { _sisfCode = Nothing-    , _sisfMessage = Nothing-    }---- | The reason code for the Spot instance state change.-sisfCode :: Lens' SpotInstanceStateFault (Maybe Text)-sisfCode = lens _sisfCode (\ s a -> s{_sisfCode = a});---- | The message for the Spot instance state change.-sisfMessage :: Lens' SpotInstanceStateFault (Maybe Text)-sisfMessage = lens _sisfMessage (\ s a -> s{_sisfMessage = a});--instance FromXML SpotInstanceStateFault where-        parseXML x-          = SpotInstanceStateFault' <$>-              (x .@? "code") <*> (x .@? "message")--instance Hashable SpotInstanceStateFault--instance NFData SpotInstanceStateFault---- | Describes the status of a Spot instance request.------ /See:/ 'spotInstanceStatus' smart constructor.-data SpotInstanceStatus = SpotInstanceStatus'-    { _sisUpdateTime :: !(Maybe ISO8601)-    , _sisCode       :: !(Maybe Text)-    , _sisMessage    :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'SpotInstanceStatus' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sisUpdateTime'------ * 'sisCode'------ * 'sisMessage'-spotInstanceStatus-    :: SpotInstanceStatus-spotInstanceStatus =-    SpotInstanceStatus'-    { _sisUpdateTime = Nothing-    , _sisCode = Nothing-    , _sisMessage = Nothing-    }---- | The date and time of the most recent status update, in UTC format (for--- example, /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z).-sisUpdateTime :: Lens' SpotInstanceStatus (Maybe UTCTime)-sisUpdateTime = lens _sisUpdateTime (\ s a -> s{_sisUpdateTime = a}) . mapping _Time;---- | The status code. For a list of status codes, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html#spot-instance-bid-status-understand Spot Bid Status Codes>--- in the /Amazon Elastic Compute Cloud User Guide/.-sisCode :: Lens' SpotInstanceStatus (Maybe Text)-sisCode = lens _sisCode (\ s a -> s{_sisCode = a});---- | The description for the status code.-sisMessage :: Lens' SpotInstanceStatus (Maybe Text)-sisMessage = lens _sisMessage (\ s a -> s{_sisMessage = a});--instance FromXML SpotInstanceStatus where-        parseXML x-          = SpotInstanceStatus' <$>-              (x .@? "updateTime") <*> (x .@? "code") <*>-                (x .@? "message")--instance Hashable SpotInstanceStatus--instance NFData SpotInstanceStatus---- | Describes Spot instance placement.------ /See:/ 'spotPlacement' smart constructor.-data SpotPlacement = SpotPlacement'-    { _spAvailabilityZone :: !(Maybe Text)-    , _spGroupName        :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'SpotPlacement' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'spAvailabilityZone'------ * 'spGroupName'-spotPlacement-    :: SpotPlacement-spotPlacement =-    SpotPlacement'-    { _spAvailabilityZone = Nothing-    , _spGroupName = Nothing-    }---- | The Availability Zone.------ [Spot fleet only] To specify multiple Availability Zones, separate them--- using commas; for example, \"us-west-2a, us-west-2b\".-spAvailabilityZone :: Lens' SpotPlacement (Maybe Text)-spAvailabilityZone = lens _spAvailabilityZone (\ s a -> s{_spAvailabilityZone = a});---- | The name of the placement group (for cluster instances).-spGroupName :: Lens' SpotPlacement (Maybe Text)-spGroupName = lens _spGroupName (\ s a -> s{_spGroupName = a});--instance FromXML SpotPlacement where-        parseXML x-          = SpotPlacement' <$>-              (x .@? "availabilityZone") <*> (x .@? "groupName")--instance Hashable SpotPlacement--instance NFData SpotPlacement--instance ToQuery SpotPlacement where-        toQuery SpotPlacement'{..}-          = mconcat-              ["AvailabilityZone" =: _spAvailabilityZone,-               "GroupName" =: _spGroupName]---- | Describes the maximum hourly price (bid) for any Spot instance launched--- to fulfill the request.------ /See:/ 'spotPrice' smart constructor.-data SpotPrice = SpotPrice'-    { _sProductDescription :: !(Maybe RIProductDescription)-    , _sSpotPrice          :: !(Maybe Text)-    , _sInstanceType       :: !(Maybe InstanceType)-    , _sAvailabilityZone   :: !(Maybe Text)-    , _sTimestamp          :: !(Maybe ISO8601)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'SpotPrice' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sProductDescription'------ * 'sSpotPrice'------ * 'sInstanceType'------ * 'sAvailabilityZone'------ * 'sTimestamp'-spotPrice-    :: SpotPrice-spotPrice =-    SpotPrice'-    { _sProductDescription = Nothing-    , _sSpotPrice = Nothing-    , _sInstanceType = Nothing-    , _sAvailabilityZone = Nothing-    , _sTimestamp = Nothing-    }---- | A general description of the AMI.-sProductDescription :: Lens' SpotPrice (Maybe RIProductDescription)-sProductDescription = lens _sProductDescription (\ s a -> s{_sProductDescription = a});---- | The maximum price (bid) that you are willing to pay for a Spot instance.-sSpotPrice :: Lens' SpotPrice (Maybe Text)-sSpotPrice = lens _sSpotPrice (\ s a -> s{_sSpotPrice = a});---- | The instance type.-sInstanceType :: Lens' SpotPrice (Maybe InstanceType)-sInstanceType = lens _sInstanceType (\ s a -> s{_sInstanceType = a});---- | The Availability Zone.-sAvailabilityZone :: Lens' SpotPrice (Maybe Text)-sAvailabilityZone = lens _sAvailabilityZone (\ s a -> s{_sAvailabilityZone = a});---- | The date and time the request was created, in UTC format (for example,--- /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z).-sTimestamp :: Lens' SpotPrice (Maybe UTCTime)-sTimestamp = lens _sTimestamp (\ s a -> s{_sTimestamp = a}) . mapping _Time;--instance FromXML SpotPrice where-        parseXML x-          = SpotPrice' <$>-              (x .@? "productDescription") <*> (x .@? "spotPrice")-                <*> (x .@? "instanceType")-                <*> (x .@? "availabilityZone")-                <*> (x .@? "timestamp")--instance Hashable SpotPrice--instance NFData SpotPrice---- | Describes a state change.------ /See:/ 'stateReason' smart constructor.-data StateReason = StateReason'-    { _srCode    :: !(Maybe Text)-    , _srMessage :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'StateReason' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'srCode'------ * 'srMessage'-stateReason-    :: StateReason-stateReason =-    StateReason'-    { _srCode = Nothing-    , _srMessage = Nothing-    }---- | The reason code for the state change.-srCode :: Lens' StateReason (Maybe Text)-srCode = lens _srCode (\ s a -> s{_srCode = a});---- | The message for the state change.------ -   'Server.SpotInstanceTermination': A Spot instance was terminated due---     to an increase in the market price.------ -   'Server.InternalError': An internal error occurred during instance---     launch, resulting in termination.------ -   'Server.InsufficientInstanceCapacity': There was insufficient---     instance capacity to satisfy the launch request.------ -   'Client.InternalError': A client error caused the instance to---     terminate on launch.------ -   'Client.InstanceInitiatedShutdown': The instance was shut down using---     the 'shutdown -h' command from the instance.------ -   'Client.UserInitiatedShutdown': The instance was shut down using the---     Amazon EC2 API.------ -   'Client.VolumeLimitExceeded': The limit on the number of EBS volumes---     or total storage was exceeded. Decrease usage or request an increase---     in your limits.------ -   'Client.InvalidSnapshot.NotFound': The specified snapshot was not---     found.----srMessage :: Lens' StateReason (Maybe Text)-srMessage = lens _srMessage (\ s a -> s{_srMessage = a});--instance FromXML StateReason where-        parseXML x-          = StateReason' <$>-              (x .@? "code") <*> (x .@? "message")--instance Hashable StateReason--instance NFData StateReason---- | Describes the storage location for an instance store-backed AMI.------ /See:/ 'storage' smart constructor.-newtype Storage = Storage'-    { _sS3 :: Maybe S3Storage-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'Storage' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sS3'-storage-    :: Storage-storage =-    Storage'-    { _sS3 = Nothing-    }---- | An Amazon S3 storage location.-sS3 :: Lens' Storage (Maybe S3Storage)-sS3 = lens _sS3 (\ s a -> s{_sS3 = a});--instance FromXML Storage where-        parseXML x = Storage' <$> (x .@? "S3")--instance Hashable Storage--instance NFData Storage--instance ToQuery Storage where-        toQuery Storage'{..} = mconcat ["S3" =: _sS3]---- | Describes a subnet.------ /See:/ 'subnet' smart constructor.-data Subnet = Subnet'-    { _subMapPublicIPOnLaunch     :: !(Maybe Bool)-    , _subDefaultForAz            :: !(Maybe Bool)-    , _subTags                    :: !(Maybe [Tag])-    , _subAvailabilityZone        :: !Text-    , _subAvailableIPAddressCount :: !Int-    , _subCIdRBlock               :: !Text-    , _subState                   :: !SubnetState-    , _subSubnetId                :: !Text-    , _subVPCId                   :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'Subnet' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'subMapPublicIPOnLaunch'------ * 'subDefaultForAz'------ * 'subTags'------ * 'subAvailabilityZone'------ * 'subAvailableIPAddressCount'------ * 'subCIdRBlock'------ * 'subState'------ * 'subSubnetId'------ * 'subVPCId'-subnet-    :: Text -- ^ 'subAvailabilityZone'-    -> Int -- ^ 'subAvailableIPAddressCount'-    -> Text -- ^ 'subCIdRBlock'-    -> SubnetState -- ^ 'subState'-    -> Text -- ^ 'subSubnetId'-    -> Text -- ^ 'subVPCId'-    -> Subnet-subnet pAvailabilityZone_ pAvailableIPAddressCount_ pCIdRBlock_ pState_ pSubnetId_ pVPCId_ =-    Subnet'-    { _subMapPublicIPOnLaunch = Nothing-    , _subDefaultForAz = Nothing-    , _subTags = Nothing-    , _subAvailabilityZone = pAvailabilityZone_-    , _subAvailableIPAddressCount = pAvailableIPAddressCount_-    , _subCIdRBlock = pCIdRBlock_-    , _subState = pState_-    , _subSubnetId = pSubnetId_-    , _subVPCId = pVPCId_-    }---- | Indicates whether instances launched in this subnet receive a public IP--- address.-subMapPublicIPOnLaunch :: Lens' Subnet (Maybe Bool)-subMapPublicIPOnLaunch = lens _subMapPublicIPOnLaunch (\ s a -> s{_subMapPublicIPOnLaunch = a});---- | Indicates whether this is the default subnet for the Availability Zone.-subDefaultForAz :: Lens' Subnet (Maybe Bool)-subDefaultForAz = lens _subDefaultForAz (\ s a -> s{_subDefaultForAz = a});---- | Any tags assigned to the subnet.-subTags :: Lens' Subnet [Tag]-subTags = lens _subTags (\ s a -> s{_subTags = a}) . _Default . _Coerce;---- | The Availability Zone of the subnet.-subAvailabilityZone :: Lens' Subnet Text-subAvailabilityZone = lens _subAvailabilityZone (\ s a -> s{_subAvailabilityZone = a});---- | The number of unused IP addresses in the subnet. Note that the IP--- addresses for any stopped instances are considered unavailable.-subAvailableIPAddressCount :: Lens' Subnet Int-subAvailableIPAddressCount = lens _subAvailableIPAddressCount (\ s a -> s{_subAvailableIPAddressCount = a});---- | The CIDR block assigned to the subnet.-subCIdRBlock :: Lens' Subnet Text-subCIdRBlock = lens _subCIdRBlock (\ s a -> s{_subCIdRBlock = a});---- | The current state of the subnet.-subState :: Lens' Subnet SubnetState-subState = lens _subState (\ s a -> s{_subState = a});---- | The ID of the subnet.-subSubnetId :: Lens' Subnet Text-subSubnetId = lens _subSubnetId (\ s a -> s{_subSubnetId = a});---- | The ID of the VPC the subnet is in.-subVPCId :: Lens' Subnet Text-subVPCId = lens _subVPCId (\ s a -> s{_subVPCId = a});--instance FromXML Subnet where-        parseXML x-          = Subnet' <$>-              (x .@? "mapPublicIpOnLaunch") <*>-                (x .@? "defaultForAz")-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@ "availabilityZone")-                <*> (x .@ "availableIpAddressCount")-                <*> (x .@ "cidrBlock")-                <*> (x .@ "state")-                <*> (x .@ "subnetId")-                <*> (x .@ "vpcId")--instance Hashable Subnet--instance NFData Subnet---- | Describes a tag.------ /See:/ 'tag' smart constructor.-data Tag = Tag'-    { _tagKey   :: !Text-    , _tagValue :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'Tag' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'tagKey'------ * 'tagValue'-tag-    :: Text -- ^ 'tagKey'-    -> Text -- ^ 'tagValue'-    -> Tag-tag pKey_ pValue_ =-    Tag'-    { _tagKey = pKey_-    , _tagValue = pValue_-    }---- | The key of the tag.------ Constraints: Tag keys are case-sensitive and accept a maximum of 127--- Unicode characters. May not begin with 'aws:'-tagKey :: Lens' Tag Text-tagKey = lens _tagKey (\ s a -> s{_tagKey = a});---- | The value of the tag.------ Constraints: Tag values are case-sensitive and accept a maximum of 255--- Unicode characters.-tagValue :: Lens' Tag Text-tagValue = lens _tagValue (\ s a -> s{_tagValue = a});--instance FromXML Tag where-        parseXML x = Tag' <$> (x .@ "key") <*> (x .@ "value")--instance Hashable Tag--instance NFData Tag--instance ToQuery Tag where-        toQuery Tag'{..}-          = mconcat ["Key" =: _tagKey, "Value" =: _tagValue]---- | Describes a tag.------ /See:/ 'tagDescription' smart constructor.-data TagDescription = TagDescription'-    { _tdResourceId   :: !Text-    , _tdResourceType :: !ResourceType-    , _tdKey          :: !Text-    , _tdValue        :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'TagDescription' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'tdResourceId'------ * 'tdResourceType'------ * 'tdKey'------ * 'tdValue'-tagDescription-    :: Text -- ^ 'tdResourceId'-    -> ResourceType -- ^ 'tdResourceType'-    -> Text -- ^ 'tdKey'-    -> Text -- ^ 'tdValue'-    -> TagDescription-tagDescription pResourceId_ pResourceType_ pKey_ pValue_ =-    TagDescription'-    { _tdResourceId = pResourceId_-    , _tdResourceType = pResourceType_-    , _tdKey = pKey_-    , _tdValue = pValue_-    }---- | The ID of the resource. For example, 'ami-1a2b3c4d'.-tdResourceId :: Lens' TagDescription Text-tdResourceId = lens _tdResourceId (\ s a -> s{_tdResourceId = a});---- | The resource type.-tdResourceType :: Lens' TagDescription ResourceType-tdResourceType = lens _tdResourceType (\ s a -> s{_tdResourceType = a});---- | The tag key.-tdKey :: Lens' TagDescription Text-tdKey = lens _tdKey (\ s a -> s{_tdKey = a});---- | The tag value.-tdValue :: Lens' TagDescription Text-tdValue = lens _tdValue (\ s a -> s{_tdValue = a});--instance FromXML TagDescription where-        parseXML x-          = TagDescription' <$>-              (x .@ "resourceId") <*> (x .@ "resourceType") <*>-                (x .@ "key")-                <*> (x .@ "value")--instance Hashable TagDescription--instance NFData TagDescription---- | Information about items that were not successfully processed in a batch--- call.------ /See:/ 'unsuccessfulItem' smart constructor.-data UnsuccessfulItem = UnsuccessfulItem'-    { _uiResourceId :: !(Maybe Text)-    , _uiError      :: !UnsuccessfulItemError-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'UnsuccessfulItem' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'uiResourceId'------ * 'uiError'-unsuccessfulItem-    :: UnsuccessfulItemError -- ^ 'uiError'-    -> UnsuccessfulItem-unsuccessfulItem pError_ =-    UnsuccessfulItem'-    { _uiResourceId = Nothing-    , _uiError = pError_-    }---- | The ID of the resource.-uiResourceId :: Lens' UnsuccessfulItem (Maybe Text)-uiResourceId = lens _uiResourceId (\ s a -> s{_uiResourceId = a});---- | Information about the error.-uiError :: Lens' UnsuccessfulItem UnsuccessfulItemError-uiError = lens _uiError (\ s a -> s{_uiError = a});--instance FromXML UnsuccessfulItem where-        parseXML x-          = UnsuccessfulItem' <$>-              (x .@? "resourceId") <*> (x .@ "error")--instance Hashable UnsuccessfulItem--instance NFData UnsuccessfulItem---- | Information about the error that occurred. For more information about--- errors, see--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html Error Codes>.------ /See:/ 'unsuccessfulItemError' smart constructor.-data UnsuccessfulItemError = UnsuccessfulItemError'-    { _uieCode    :: !Text-    , _uieMessage :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'UnsuccessfulItemError' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'uieCode'------ * 'uieMessage'-unsuccessfulItemError-    :: Text -- ^ 'uieCode'-    -> Text -- ^ 'uieMessage'-    -> UnsuccessfulItemError-unsuccessfulItemError pCode_ pMessage_ =-    UnsuccessfulItemError'-    { _uieCode = pCode_-    , _uieMessage = pMessage_-    }---- | The error code.-uieCode :: Lens' UnsuccessfulItemError Text-uieCode = lens _uieCode (\ s a -> s{_uieCode = a});---- | The error message accompanying the error code.-uieMessage :: Lens' UnsuccessfulItemError Text-uieMessage = lens _uieMessage (\ s a -> s{_uieMessage = a});--instance FromXML UnsuccessfulItemError where-        parseXML x-          = UnsuccessfulItemError' <$>-              (x .@ "code") <*> (x .@ "message")--instance Hashable UnsuccessfulItemError--instance NFData UnsuccessfulItemError---- | Describes the S3 bucket for the disk image.------ /See:/ 'userBucket' smart constructor.-data UserBucket = UserBucket'-    { _ubS3Key    :: !(Maybe Text)-    , _ubS3Bucket :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'UserBucket' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ubS3Key'------ * 'ubS3Bucket'-userBucket-    :: UserBucket-userBucket =-    UserBucket'-    { _ubS3Key = Nothing-    , _ubS3Bucket = Nothing-    }---- | The file name of the disk image.-ubS3Key :: Lens' UserBucket (Maybe Text)-ubS3Key = lens _ubS3Key (\ s a -> s{_ubS3Key = a});---- | The name of the S3 bucket where the disk image is located.-ubS3Bucket :: Lens' UserBucket (Maybe Text)-ubS3Bucket = lens _ubS3Bucket (\ s a -> s{_ubS3Bucket = a});--instance Hashable UserBucket--instance NFData UserBucket--instance ToQuery UserBucket where-        toQuery UserBucket'{..}-          = mconcat-              ["S3Key" =: _ubS3Key, "S3Bucket" =: _ubS3Bucket]---- | Describes the S3 bucket for the disk image.------ /See:/ 'userBucketDetails' smart constructor.-data UserBucketDetails = UserBucketDetails'-    { _ubdS3Key    :: !(Maybe Text)-    , _ubdS3Bucket :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'UserBucketDetails' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ubdS3Key'------ * 'ubdS3Bucket'-userBucketDetails-    :: UserBucketDetails-userBucketDetails =-    UserBucketDetails'-    { _ubdS3Key = Nothing-    , _ubdS3Bucket = Nothing-    }---- | The file name of the disk image.-ubdS3Key :: Lens' UserBucketDetails (Maybe Text)-ubdS3Key = lens _ubdS3Key (\ s a -> s{_ubdS3Key = a});---- | The S3 bucket from which the disk image was created.-ubdS3Bucket :: Lens' UserBucketDetails (Maybe Text)-ubdS3Bucket = lens _ubdS3Bucket (\ s a -> s{_ubdS3Bucket = a});--instance FromXML UserBucketDetails where-        parseXML x-          = UserBucketDetails' <$>-              (x .@? "s3Key") <*> (x .@? "s3Bucket")--instance Hashable UserBucketDetails--instance NFData UserBucketDetails---- | Describes the user data to be made available to an instance.------ /See:/ 'userData' smart constructor.-newtype UserData = UserData'-    { _udData :: Maybe Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'UserData' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'udData'-userData-    :: UserData-userData =-    UserData'-    { _udData = Nothing-    }---- | The Base64-encoded MIME user data for the instance.-udData :: Lens' UserData (Maybe Text)-udData = lens _udData (\ s a -> s{_udData = a});--instance Hashable UserData--instance NFData UserData--instance ToQuery UserData where-        toQuery UserData'{..} = mconcat ["Data" =: _udData]---- | Describes a security group and AWS account ID pair.------ /See:/ 'userIdGroupPair' smart constructor.-data UserIdGroupPair = UserIdGroupPair'-    { _uigpVPCPeeringConnectionId :: !(Maybe Text)-    , _uigpVPCId                  :: !(Maybe Text)-    , _uigpUserId                 :: !(Maybe Text)-    , _uigpGroupId                :: !(Maybe Text)-    , _uigpGroupName              :: !(Maybe Text)-    , _uigpPeeringStatus          :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'UserIdGroupPair' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'uigpVPCPeeringConnectionId'------ * 'uigpVPCId'------ * 'uigpUserId'------ * 'uigpGroupId'------ * 'uigpGroupName'------ * 'uigpPeeringStatus'-userIdGroupPair-    :: UserIdGroupPair-userIdGroupPair =-    UserIdGroupPair'-    { _uigpVPCPeeringConnectionId = Nothing-    , _uigpVPCId = Nothing-    , _uigpUserId = Nothing-    , _uigpGroupId = Nothing-    , _uigpGroupName = Nothing-    , _uigpPeeringStatus = Nothing-    }---- | The ID of the VPC peering connection, if applicable.-uigpVPCPeeringConnectionId :: Lens' UserIdGroupPair (Maybe Text)-uigpVPCPeeringConnectionId = lens _uigpVPCPeeringConnectionId (\ s a -> s{_uigpVPCPeeringConnectionId = a});---- | The ID of the VPC for the referenced security group, if applicable.-uigpVPCId :: Lens' UserIdGroupPair (Maybe Text)-uigpVPCId = lens _uigpVPCId (\ s a -> s{_uigpVPCId = a});---- | The ID of an AWS account.------ [EC2-Classic] Required when adding or removing rules that reference a--- security group in another AWS account.-uigpUserId :: Lens' UserIdGroupPair (Maybe Text)-uigpUserId = lens _uigpUserId (\ s a -> s{_uigpUserId = a});---- | The ID of the security group.-uigpGroupId :: Lens' UserIdGroupPair (Maybe Text)-uigpGroupId = lens _uigpGroupId (\ s a -> s{_uigpGroupId = a});---- | The name of the security group. In a request, use this parameter for a--- security group in EC2-Classic or a default VPC only. For a security--- group in a nondefault VPC, use the security group ID.-uigpGroupName :: Lens' UserIdGroupPair (Maybe Text)-uigpGroupName = lens _uigpGroupName (\ s a -> s{_uigpGroupName = a});---- | The status of a VPC peering connection, if applicable.-uigpPeeringStatus :: Lens' UserIdGroupPair (Maybe Text)-uigpPeeringStatus = lens _uigpPeeringStatus (\ s a -> s{_uigpPeeringStatus = a});--instance FromXML UserIdGroupPair where-        parseXML x-          = UserIdGroupPair' <$>-              (x .@? "vpcPeeringConnectionId") <*> (x .@? "vpcId")-                <*> (x .@? "userId")-                <*> (x .@? "groupId")-                <*> (x .@? "groupName")-                <*> (x .@? "peeringStatus")--instance Hashable UserIdGroupPair--instance NFData UserIdGroupPair--instance ToQuery UserIdGroupPair where-        toQuery UserIdGroupPair'{..}-          = mconcat-              ["VpcPeeringConnectionId" =:-                 _uigpVPCPeeringConnectionId,-               "VpcId" =: _uigpVPCId, "UserId" =: _uigpUserId,-               "GroupId" =: _uigpGroupId,-               "GroupName" =: _uigpGroupName,-               "PeeringStatus" =: _uigpPeeringStatus]---- | Describes telemetry for a VPN tunnel.------ /See:/ 'vgwTelemetry' smart constructor.-data VGWTelemetry = VGWTelemetry'-    { _vtStatus             :: !(Maybe TelemetryStatus)-    , _vtOutsideIPAddress   :: !(Maybe Text)-    , _vtLastStatusChange   :: !(Maybe ISO8601)-    , _vtAcceptedRouteCount :: !(Maybe Int)-    , _vtStatusMessage      :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'VGWTelemetry' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'vtStatus'------ * 'vtOutsideIPAddress'------ * 'vtLastStatusChange'------ * 'vtAcceptedRouteCount'------ * 'vtStatusMessage'-vgwTelemetry-    :: VGWTelemetry-vgwTelemetry =-    VGWTelemetry'-    { _vtStatus = Nothing-    , _vtOutsideIPAddress = Nothing-    , _vtLastStatusChange = Nothing-    , _vtAcceptedRouteCount = Nothing-    , _vtStatusMessage = Nothing-    }---- | The status of the VPN tunnel.-vtStatus :: Lens' VGWTelemetry (Maybe TelemetryStatus)-vtStatus = lens _vtStatus (\ s a -> s{_vtStatus = a});---- | The Internet-routable IP address of the virtual private gateway\'s--- outside interface.-vtOutsideIPAddress :: Lens' VGWTelemetry (Maybe Text)-vtOutsideIPAddress = lens _vtOutsideIPAddress (\ s a -> s{_vtOutsideIPAddress = a});---- | The date and time of the last change in status.-vtLastStatusChange :: Lens' VGWTelemetry (Maybe UTCTime)-vtLastStatusChange = lens _vtLastStatusChange (\ s a -> s{_vtLastStatusChange = a}) . mapping _Time;---- | The number of accepted routes.-vtAcceptedRouteCount :: Lens' VGWTelemetry (Maybe Int)-vtAcceptedRouteCount = lens _vtAcceptedRouteCount (\ s a -> s{_vtAcceptedRouteCount = a});---- | If an error occurs, a description of the error.-vtStatusMessage :: Lens' VGWTelemetry (Maybe Text)-vtStatusMessage = lens _vtStatusMessage (\ s a -> s{_vtStatusMessage = a});--instance FromXML VGWTelemetry where-        parseXML x-          = VGWTelemetry' <$>-              (x .@? "status") <*> (x .@? "outsideIpAddress") <*>-                (x .@? "lastStatusChange")-                <*> (x .@? "acceptedRouteCount")-                <*> (x .@? "statusMessage")--instance Hashable VGWTelemetry--instance NFData VGWTelemetry---- | Describes a VPC.------ /See:/ 'vpc' smart constructor.-data VPC = VPC'-    { _vpcTags            :: !(Maybe [Tag])-    , _vpcIsDefault       :: !(Maybe Bool)-    , _vpcCIdRBlock       :: !Text-    , _vpcDHCPOptionsId   :: !Text-    , _vpcInstanceTenancy :: !Tenancy-    , _vpcState           :: !VPCState-    , _vpcVPCId           :: !Text-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'VPC' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'vpcTags'------ * 'vpcIsDefault'------ * 'vpcCIdRBlock'------ * 'vpcDHCPOptionsId'------ * 'vpcInstanceTenancy'------ * 'vpcState'------ * 'vpcVPCId'-vpc-    :: Text -- ^ 'vpcCIdRBlock'-    -> Text -- ^ 'vpcDHCPOptionsId'-    -> Tenancy -- ^ 'vpcInstanceTenancy'-    -> VPCState -- ^ 'vpcState'-    -> Text -- ^ 'vpcVPCId'-    -> VPC-vpc pCIdRBlock_ pDHCPOptionsId_ pInstanceTenancy_ pState_ pVPCId_ =-    VPC'-    { _vpcTags = Nothing-    , _vpcIsDefault = Nothing-    , _vpcCIdRBlock = pCIdRBlock_-    , _vpcDHCPOptionsId = pDHCPOptionsId_-    , _vpcInstanceTenancy = pInstanceTenancy_-    , _vpcState = pState_-    , _vpcVPCId = pVPCId_-    }---- | Any tags assigned to the VPC.-vpcTags :: Lens' VPC [Tag]-vpcTags = lens _vpcTags (\ s a -> s{_vpcTags = a}) . _Default . _Coerce;---- | Indicates whether the VPC is the default VPC.-vpcIsDefault :: Lens' VPC (Maybe Bool)-vpcIsDefault = lens _vpcIsDefault (\ s a -> s{_vpcIsDefault = a});---- | The CIDR block for the VPC.-vpcCIdRBlock :: Lens' VPC Text-vpcCIdRBlock = lens _vpcCIdRBlock (\ s a -> s{_vpcCIdRBlock = a});---- | The ID of the set of DHCP options you\'ve associated with the VPC (or--- 'default' if the default options are associated with the VPC).-vpcDHCPOptionsId :: Lens' VPC Text-vpcDHCPOptionsId = lens _vpcDHCPOptionsId (\ s a -> s{_vpcDHCPOptionsId = a});---- | The allowed tenancy of instances launched into the VPC.-vpcInstanceTenancy :: Lens' VPC Tenancy-vpcInstanceTenancy = lens _vpcInstanceTenancy (\ s a -> s{_vpcInstanceTenancy = a});---- | The current state of the VPC.-vpcState :: Lens' VPC VPCState-vpcState = lens _vpcState (\ s a -> s{_vpcState = a});---- | The ID of the VPC.-vpcVPCId :: Lens' VPC Text-vpcVPCId = lens _vpcVPCId (\ s a -> s{_vpcVPCId = a});--instance FromXML VPC where-        parseXML x-          = VPC' <$>-              (x .@? "tagSet" .!@ mempty >>=-                 may (parseXMLList "item"))-                <*> (x .@? "isDefault")-                <*> (x .@ "cidrBlock")-                <*> (x .@ "dhcpOptionsId")-                <*> (x .@ "instanceTenancy")-                <*> (x .@ "state")-                <*> (x .@ "vpcId")--instance Hashable VPC--instance NFData VPC---- | Describes an attachment between a virtual private gateway and a VPC.------ /See:/ 'vpcAttachment' smart constructor.-data VPCAttachment = VPCAttachment'-    { _vaState :: !(Maybe AttachmentStatus)-    , _vaVPCId :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'VPCAttachment' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'vaState'------ * 'vaVPCId'-vpcAttachment-    :: VPCAttachment-vpcAttachment =-    VPCAttachment'-    { _vaState = Nothing-    , _vaVPCId = Nothing-    }---- | The current state of the attachment.-vaState :: Lens' VPCAttachment (Maybe AttachmentStatus)-vaState = lens _vaState (\ s a -> s{_vaState = a});---- | The ID of the VPC.-vaVPCId :: Lens' VPCAttachment (Maybe Text)-vaVPCId = lens _vaVPCId (\ s a -> s{_vaVPCId = a});--instance FromXML VPCAttachment where-        parseXML x-          = VPCAttachment' <$>-              (x .@? "state") <*> (x .@? "vpcId")--instance Hashable VPCAttachment--instance NFData VPCAttachment---- | Describes whether a VPC is enabled for ClassicLink.------ /See:/ 'vpcClassicLink' smart constructor.-data VPCClassicLink = VPCClassicLink'-    { _vclVPCId              :: !(Maybe Text)-    , _vclTags               :: !(Maybe [Tag])-    , _vclClassicLinkEnabled :: !(Maybe Bool)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'VPCClassicLink' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'vclVPCId'------ * 'vclTags'------ * 'vclClassicLinkEnabled'-vpcClassicLink-    :: VPCClassicLink-vpcClassicLink =-    VPCClassicLink'-    { _vclVPCId = Nothing-    , _vclTags = Nothing-    , _vclClassicLinkEnabled = Nothing-    }---- | The ID of the VPC.-vclVPCId :: Lens' VPCClassicLink (Maybe Text)-vclVPCId = lens _vclVPCId (\ s a -> s{_vclVPCId = a});---- | Any tags assigned to the VPC.-vclTags :: Lens' VPCClassicLink [Tag]-vclTags = lens _vclTags (\ s a -> s{_vclTags = a}) . _Default . _Coerce;---- | Indicates whether the VPC is enabled for ClassicLink.-vclClassicLinkEnabled :: Lens' VPCClassicLink (Maybe Bool)-vclClassicLinkEnabled = lens _vclClassicLinkEnabled (\ s a -> s{_vclClassicLinkEnabled = a});--instance FromXML VPCClassicLink where-        parseXML x-          = VPCClassicLink' <$>-              (x .@? "vpcId") <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "classicLinkEnabled")--instance Hashable VPCClassicLink--instance NFData VPCClassicLink---- | Describes a VPC endpoint.------ /See:/ 'vpcEndpoint' smart constructor.-data VPCEndpoint = VPCEndpoint'-    { _veState             :: !(Maybe State)-    , _vePolicyDocument    :: !(Maybe Text)-    , _veVPCId             :: !(Maybe Text)-    , _veCreationTimestamp :: !(Maybe ISO8601)-    , _veServiceName       :: !(Maybe Text)-    , _veVPCEndpointId     :: !(Maybe Text)-    , _veRouteTableIds     :: !(Maybe [Text])-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'VPCEndpoint' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'veState'------ * 'vePolicyDocument'------ * 'veVPCId'------ * 'veCreationTimestamp'------ * 'veServiceName'------ * 'veVPCEndpointId'------ * 'veRouteTableIds'-vpcEndpoint-    :: VPCEndpoint-vpcEndpoint =-    VPCEndpoint'-    { _veState = Nothing-    , _vePolicyDocument = Nothing-    , _veVPCId = Nothing-    , _veCreationTimestamp = Nothing-    , _veServiceName = Nothing-    , _veVPCEndpointId = Nothing-    , _veRouteTableIds = Nothing-    }---- | The state of the VPC endpoint.-veState :: Lens' VPCEndpoint (Maybe State)-veState = lens _veState (\ s a -> s{_veState = a});---- | The policy document associated with the endpoint.-vePolicyDocument :: Lens' VPCEndpoint (Maybe Text)-vePolicyDocument = lens _vePolicyDocument (\ s a -> s{_vePolicyDocument = a});---- | The ID of the VPC to which the endpoint is associated.-veVPCId :: Lens' VPCEndpoint (Maybe Text)-veVPCId = lens _veVPCId (\ s a -> s{_veVPCId = a});---- | The date and time the VPC endpoint was created.-veCreationTimestamp :: Lens' VPCEndpoint (Maybe UTCTime)-veCreationTimestamp = lens _veCreationTimestamp (\ s a -> s{_veCreationTimestamp = a}) . mapping _Time;---- | The name of the AWS service to which the endpoint is associated.-veServiceName :: Lens' VPCEndpoint (Maybe Text)-veServiceName = lens _veServiceName (\ s a -> s{_veServiceName = a});---- | The ID of the VPC endpoint.-veVPCEndpointId :: Lens' VPCEndpoint (Maybe Text)-veVPCEndpointId = lens _veVPCEndpointId (\ s a -> s{_veVPCEndpointId = a});---- | One or more route tables associated with the endpoint.-veRouteTableIds :: Lens' VPCEndpoint [Text]-veRouteTableIds = lens _veRouteTableIds (\ s a -> s{_veRouteTableIds = a}) . _Default . _Coerce;--instance FromXML VPCEndpoint where-        parseXML x-          = VPCEndpoint' <$>-              (x .@? "state") <*> (x .@? "policyDocument") <*>-                (x .@? "vpcId")-                <*> (x .@? "creationTimestamp")-                <*> (x .@? "serviceName")-                <*> (x .@? "vpcEndpointId")-                <*>-                (x .@? "routeTableIdSet" .!@ mempty >>=-                   may (parseXMLList "item"))--instance Hashable VPCEndpoint--instance NFData VPCEndpoint---- | Describes a VPC peering connection.------ /See:/ 'vpcPeeringConnection' smart constructor.-data VPCPeeringConnection = VPCPeeringConnection'-    { _vpcpcVPCPeeringConnectionId :: !(Maybe Text)-    , _vpcpcStatus                 :: !(Maybe VPCPeeringConnectionStateReason)-    , _vpcpcAccepterVPCInfo        :: !(Maybe VPCPeeringConnectionVPCInfo)-    , _vpcpcRequesterVPCInfo       :: !(Maybe VPCPeeringConnectionVPCInfo)-    , _vpcpcExpirationTime         :: !(Maybe ISO8601)-    , _vpcpcTags                   :: !(Maybe [Tag])-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'VPCPeeringConnection' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'vpcpcVPCPeeringConnectionId'------ * 'vpcpcStatus'------ * 'vpcpcAccepterVPCInfo'------ * 'vpcpcRequesterVPCInfo'------ * 'vpcpcExpirationTime'------ * 'vpcpcTags'-vpcPeeringConnection-    :: VPCPeeringConnection-vpcPeeringConnection =-    VPCPeeringConnection'-    { _vpcpcVPCPeeringConnectionId = Nothing-    , _vpcpcStatus = Nothing-    , _vpcpcAccepterVPCInfo = Nothing-    , _vpcpcRequesterVPCInfo = Nothing-    , _vpcpcExpirationTime = Nothing-    , _vpcpcTags = Nothing-    }---- | The ID of the VPC peering connection.-vpcpcVPCPeeringConnectionId :: Lens' VPCPeeringConnection (Maybe Text)-vpcpcVPCPeeringConnectionId = lens _vpcpcVPCPeeringConnectionId (\ s a -> s{_vpcpcVPCPeeringConnectionId = a});---- | The status of the VPC peering connection.-vpcpcStatus :: Lens' VPCPeeringConnection (Maybe VPCPeeringConnectionStateReason)-vpcpcStatus = lens _vpcpcStatus (\ s a -> s{_vpcpcStatus = a});---- | Information about the peer VPC. CIDR block information is not returned--- when creating a VPC peering connection, or when describing a VPC peering--- connection that\'s in the 'initiating-request' or 'pending-acceptance'--- state.-vpcpcAccepterVPCInfo :: Lens' VPCPeeringConnection (Maybe VPCPeeringConnectionVPCInfo)-vpcpcAccepterVPCInfo = lens _vpcpcAccepterVPCInfo (\ s a -> s{_vpcpcAccepterVPCInfo = a});---- | Information about the requester VPC.-vpcpcRequesterVPCInfo :: Lens' VPCPeeringConnection (Maybe VPCPeeringConnectionVPCInfo)-vpcpcRequesterVPCInfo = lens _vpcpcRequesterVPCInfo (\ s a -> s{_vpcpcRequesterVPCInfo = a});---- | The time that an unaccepted VPC peering connection will expire.-vpcpcExpirationTime :: Lens' VPCPeeringConnection (Maybe UTCTime)-vpcpcExpirationTime = lens _vpcpcExpirationTime (\ s a -> s{_vpcpcExpirationTime = a}) . mapping _Time;---- | Any tags assigned to the resource.-vpcpcTags :: Lens' VPCPeeringConnection [Tag]-vpcpcTags = lens _vpcpcTags (\ s a -> s{_vpcpcTags = a}) . _Default . _Coerce;--instance FromXML VPCPeeringConnection where-        parseXML x-          = VPCPeeringConnection' <$>-              (x .@? "vpcPeeringConnectionId") <*> (x .@? "status")-                <*> (x .@? "accepterVpcInfo")-                <*> (x .@? "requesterVpcInfo")-                <*> (x .@? "expirationTime")-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))--instance Hashable VPCPeeringConnection--instance NFData VPCPeeringConnection---- | Describes the VPC peering connection options.------ /See:/ 'vpcPeeringConnectionOptionsDescription' smart constructor.-data VPCPeeringConnectionOptionsDescription = VPCPeeringConnectionOptionsDescription'-    { _vpcodAllowEgressFromLocalVPCToRemoteClassicLink :: !(Maybe Bool)-    , _vpcodAllowEgressFromLocalClassicLinkToRemoteVPC :: !(Maybe Bool)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'VPCPeeringConnectionOptionsDescription' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'vpcodAllowEgressFromLocalVPCToRemoteClassicLink'------ * 'vpcodAllowEgressFromLocalClassicLinkToRemoteVPC'-vpcPeeringConnectionOptionsDescription-    :: VPCPeeringConnectionOptionsDescription-vpcPeeringConnectionOptionsDescription =-    VPCPeeringConnectionOptionsDescription'-    { _vpcodAllowEgressFromLocalVPCToRemoteClassicLink = Nothing-    , _vpcodAllowEgressFromLocalClassicLinkToRemoteVPC = Nothing-    }---- | Indicates whether a local VPC can communicate with a ClassicLink--- connection in the peer VPC over the VPC peering connection.-vpcodAllowEgressFromLocalVPCToRemoteClassicLink :: Lens' VPCPeeringConnectionOptionsDescription (Maybe Bool)-vpcodAllowEgressFromLocalVPCToRemoteClassicLink = lens _vpcodAllowEgressFromLocalVPCToRemoteClassicLink (\ s a -> s{_vpcodAllowEgressFromLocalVPCToRemoteClassicLink = a});---- | Indicates whether a local ClassicLink connection can communicate with--- the peer VPC over the VPC peering connection.-vpcodAllowEgressFromLocalClassicLinkToRemoteVPC :: Lens' VPCPeeringConnectionOptionsDescription (Maybe Bool)-vpcodAllowEgressFromLocalClassicLinkToRemoteVPC = lens _vpcodAllowEgressFromLocalClassicLinkToRemoteVPC (\ s a -> s{_vpcodAllowEgressFromLocalClassicLinkToRemoteVPC = a});--instance FromXML-         VPCPeeringConnectionOptionsDescription where-        parseXML x-          = VPCPeeringConnectionOptionsDescription' <$>-              (x .@? "allowEgressFromLocalVpcToRemoteClassicLink")-                <*>-                (x .@? "allowEgressFromLocalClassicLinkToRemoteVpc")--instance Hashable-         VPCPeeringConnectionOptionsDescription--instance NFData-         VPCPeeringConnectionOptionsDescription---- | Describes the status of a VPC peering connection.------ /See:/ 'vpcPeeringConnectionStateReason' smart constructor.-data VPCPeeringConnectionStateReason = VPCPeeringConnectionStateReason'-    { _vpcsrCode    :: !(Maybe VPCPeeringConnectionStateReasonCode)-    , _vpcsrMessage :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'VPCPeeringConnectionStateReason' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'vpcsrCode'------ * 'vpcsrMessage'-vpcPeeringConnectionStateReason-    :: VPCPeeringConnectionStateReason-vpcPeeringConnectionStateReason =-    VPCPeeringConnectionStateReason'-    { _vpcsrCode = Nothing-    , _vpcsrMessage = Nothing-    }---- | The status of the VPC peering connection.-vpcsrCode :: Lens' VPCPeeringConnectionStateReason (Maybe VPCPeeringConnectionStateReasonCode)-vpcsrCode = lens _vpcsrCode (\ s a -> s{_vpcsrCode = a});---- | A message that provides more information about the status, if--- applicable.-vpcsrMessage :: Lens' VPCPeeringConnectionStateReason (Maybe Text)-vpcsrMessage = lens _vpcsrMessage (\ s a -> s{_vpcsrMessage = a});--instance FromXML VPCPeeringConnectionStateReason-         where-        parseXML x-          = VPCPeeringConnectionStateReason' <$>-              (x .@? "code") <*> (x .@? "message")--instance Hashable VPCPeeringConnectionStateReason--instance NFData VPCPeeringConnectionStateReason---- | Describes a VPC in a VPC peering connection.------ /See:/ 'vpcPeeringConnectionVPCInfo' smart constructor.-data VPCPeeringConnectionVPCInfo = VPCPeeringConnectionVPCInfo'-    { _vpcviVPCId          :: !(Maybe Text)-    , _vpcviOwnerId        :: !(Maybe Text)-    , _vpcviPeeringOptions :: !(Maybe VPCPeeringConnectionOptionsDescription)-    , _vpcviCIdRBlock      :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'VPCPeeringConnectionVPCInfo' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'vpcviVPCId'------ * 'vpcviOwnerId'------ * 'vpcviPeeringOptions'------ * 'vpcviCIdRBlock'-vpcPeeringConnectionVPCInfo-    :: VPCPeeringConnectionVPCInfo-vpcPeeringConnectionVPCInfo =-    VPCPeeringConnectionVPCInfo'-    { _vpcviVPCId = Nothing-    , _vpcviOwnerId = Nothing-    , _vpcviPeeringOptions = Nothing-    , _vpcviCIdRBlock = Nothing-    }---- | The ID of the VPC.-vpcviVPCId :: Lens' VPCPeeringConnectionVPCInfo (Maybe Text)-vpcviVPCId = lens _vpcviVPCId (\ s a -> s{_vpcviVPCId = a});---- | The AWS account ID of the VPC owner.-vpcviOwnerId :: Lens' VPCPeeringConnectionVPCInfo (Maybe Text)-vpcviOwnerId = lens _vpcviOwnerId (\ s a -> s{_vpcviOwnerId = a});---- | Information about the VPC peering connection options for the accepter or--- requester VPC.-vpcviPeeringOptions :: Lens' VPCPeeringConnectionVPCInfo (Maybe VPCPeeringConnectionOptionsDescription)-vpcviPeeringOptions = lens _vpcviPeeringOptions (\ s a -> s{_vpcviPeeringOptions = a});---- | The CIDR block for the VPC.-vpcviCIdRBlock :: Lens' VPCPeeringConnectionVPCInfo (Maybe Text)-vpcviCIdRBlock = lens _vpcviCIdRBlock (\ s a -> s{_vpcviCIdRBlock = a});--instance FromXML VPCPeeringConnectionVPCInfo where-        parseXML x-          = VPCPeeringConnectionVPCInfo' <$>-              (x .@? "vpcId") <*> (x .@? "ownerId") <*>-                (x .@? "peeringOptions")-                <*> (x .@? "cidrBlock")--instance Hashable VPCPeeringConnectionVPCInfo--instance NFData VPCPeeringConnectionVPCInfo---- | Describes a VPN connection.------ /See:/ 'vpnConnection' smart constructor.-data VPNConnection = VPNConnection'-    { _vcCustomerGatewayConfiguration :: !(Maybe Text)-    , _vcRoutes                       :: !(Maybe [VPNStaticRoute])-    , _vcVPNGatewayId                 :: !(Maybe Text)-    , _vcOptions                      :: !(Maybe VPNConnectionOptions)-    , _vcTags                         :: !(Maybe [Tag])-    , _vcVGWTelemetry                 :: !(Maybe [VGWTelemetry])-    , _vcVPNConnectionId              :: !Text-    , _vcCustomerGatewayId            :: !Text-    , _vcState                        :: !VPNState-    , _vcType                         :: !GatewayType-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'VPNConnection' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'vcCustomerGatewayConfiguration'------ * 'vcRoutes'------ * 'vcVPNGatewayId'------ * 'vcOptions'------ * 'vcTags'------ * 'vcVGWTelemetry'------ * 'vcVPNConnectionId'------ * 'vcCustomerGatewayId'------ * 'vcState'------ * 'vcType'-vpnConnection-    :: Text -- ^ 'vcVPNConnectionId'-    -> Text -- ^ 'vcCustomerGatewayId'-    -> VPNState -- ^ 'vcState'-    -> GatewayType -- ^ 'vcType'-    -> VPNConnection-vpnConnection pVPNConnectionId_ pCustomerGatewayId_ pState_ pType_ =-    VPNConnection'-    { _vcCustomerGatewayConfiguration = Nothing-    , _vcRoutes = Nothing-    , _vcVPNGatewayId = Nothing-    , _vcOptions = Nothing-    , _vcTags = Nothing-    , _vcVGWTelemetry = Nothing-    , _vcVPNConnectionId = pVPNConnectionId_-    , _vcCustomerGatewayId = pCustomerGatewayId_-    , _vcState = pState_-    , _vcType = pType_-    }---- | The configuration information for the VPN connection\'s customer gateway--- (in the native XML format). This element is always present in the--- < CreateVpnConnection> response; however, it\'s present in the--- < DescribeVpnConnections> response only if the VPN connection is in the--- 'pending' or 'available' state.-vcCustomerGatewayConfiguration :: Lens' VPNConnection (Maybe Text)-vcCustomerGatewayConfiguration = lens _vcCustomerGatewayConfiguration (\ s a -> s{_vcCustomerGatewayConfiguration = a});---- | The static routes associated with the VPN connection.-vcRoutes :: Lens' VPNConnection [VPNStaticRoute]-vcRoutes = lens _vcRoutes (\ s a -> s{_vcRoutes = a}) . _Default . _Coerce;---- | The ID of the virtual private gateway at the AWS side of the VPN--- connection.-vcVPNGatewayId :: Lens' VPNConnection (Maybe Text)-vcVPNGatewayId = lens _vcVPNGatewayId (\ s a -> s{_vcVPNGatewayId = a});---- | The VPN connection options.-vcOptions :: Lens' VPNConnection (Maybe VPNConnectionOptions)-vcOptions = lens _vcOptions (\ s a -> s{_vcOptions = a});---- | Any tags assigned to the VPN connection.-vcTags :: Lens' VPNConnection [Tag]-vcTags = lens _vcTags (\ s a -> s{_vcTags = a}) . _Default . _Coerce;---- | Information about the VPN tunnel.-vcVGWTelemetry :: Lens' VPNConnection [VGWTelemetry]-vcVGWTelemetry = lens _vcVGWTelemetry (\ s a -> s{_vcVGWTelemetry = a}) . _Default . _Coerce;---- | The ID of the VPN connection.-vcVPNConnectionId :: Lens' VPNConnection Text-vcVPNConnectionId = lens _vcVPNConnectionId (\ s a -> s{_vcVPNConnectionId = a});---- | The ID of the customer gateway at your end of the VPN connection.-vcCustomerGatewayId :: Lens' VPNConnection Text-vcCustomerGatewayId = lens _vcCustomerGatewayId (\ s a -> s{_vcCustomerGatewayId = a});---- | The current state of the VPN connection.-vcState :: Lens' VPNConnection VPNState-vcState = lens _vcState (\ s a -> s{_vcState = a});---- | The type of VPN connection.-vcType :: Lens' VPNConnection GatewayType-vcType = lens _vcType (\ s a -> s{_vcType = a});--instance FromXML VPNConnection where-        parseXML x-          = VPNConnection' <$>-              (x .@? "customerGatewayConfiguration") <*>-                (x .@? "routes" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "vpnGatewayId")-                <*> (x .@? "options")-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*>-                (x .@? "vgwTelemetry" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@ "vpnConnectionId")-                <*> (x .@ "customerGatewayId")-                <*> (x .@ "state")-                <*> (x .@ "type")--instance Hashable VPNConnection--instance NFData VPNConnection---- | Describes VPN connection options.------ /See:/ 'vpnConnectionOptions' smart constructor.-newtype VPNConnectionOptions = VPNConnectionOptions'-    { _vcoStaticRoutesOnly :: Maybe Bool-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'VPNConnectionOptions' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'vcoStaticRoutesOnly'-vpnConnectionOptions-    :: VPNConnectionOptions-vpnConnectionOptions =-    VPNConnectionOptions'-    { _vcoStaticRoutesOnly = Nothing-    }---- | Indicates whether the VPN connection uses static routes only. Static--- routes must be used for devices that don\'t support BGP.-vcoStaticRoutesOnly :: Lens' VPNConnectionOptions (Maybe Bool)-vcoStaticRoutesOnly = lens _vcoStaticRoutesOnly (\ s a -> s{_vcoStaticRoutesOnly = a});--instance FromXML VPNConnectionOptions where-        parseXML x-          = VPNConnectionOptions' <$>-              (x .@? "staticRoutesOnly")--instance Hashable VPNConnectionOptions--instance NFData VPNConnectionOptions---- | Describes VPN connection options.------ /See:/ 'vpnConnectionOptionsSpecification' smart constructor.-newtype VPNConnectionOptionsSpecification = VPNConnectionOptionsSpecification'-    { _vcosStaticRoutesOnly :: Maybe Bool-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'VPNConnectionOptionsSpecification' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'vcosStaticRoutesOnly'-vpnConnectionOptionsSpecification-    :: VPNConnectionOptionsSpecification-vpnConnectionOptionsSpecification =-    VPNConnectionOptionsSpecification'-    { _vcosStaticRoutesOnly = Nothing-    }---- | Indicates whether the VPN connection uses static routes only. Static--- routes must be used for devices that don\'t support BGP.-vcosStaticRoutesOnly :: Lens' VPNConnectionOptionsSpecification (Maybe Bool)-vcosStaticRoutesOnly = lens _vcosStaticRoutesOnly (\ s a -> s{_vcosStaticRoutesOnly = a});--instance Hashable VPNConnectionOptionsSpecification--instance NFData VPNConnectionOptionsSpecification--instance ToQuery VPNConnectionOptionsSpecification-         where-        toQuery VPNConnectionOptionsSpecification'{..}-          = mconcat-              ["StaticRoutesOnly" =: _vcosStaticRoutesOnly]---- | Describes a virtual private gateway.------ /See:/ 'vpnGateway' smart constructor.-data VPNGateway = VPNGateway'-    { _vgState            :: !(Maybe VPNState)-    , _vgVPCAttachments   :: !(Maybe [VPCAttachment])-    , _vgVPNGatewayId     :: !(Maybe Text)-    , _vgAvailabilityZone :: !(Maybe Text)-    , _vgType             :: !(Maybe GatewayType)-    , _vgTags             :: !(Maybe [Tag])-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'VPNGateway' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'vgState'------ * 'vgVPCAttachments'------ * 'vgVPNGatewayId'------ * 'vgAvailabilityZone'------ * 'vgType'------ * 'vgTags'-vpnGateway-    :: VPNGateway-vpnGateway =-    VPNGateway'-    { _vgState = Nothing-    , _vgVPCAttachments = Nothing-    , _vgVPNGatewayId = Nothing-    , _vgAvailabilityZone = Nothing-    , _vgType = Nothing-    , _vgTags = Nothing-    }---- | The current state of the virtual private gateway.-vgState :: Lens' VPNGateway (Maybe VPNState)-vgState = lens _vgState (\ s a -> s{_vgState = a});---- | Any VPCs attached to the virtual private gateway.-vgVPCAttachments :: Lens' VPNGateway [VPCAttachment]-vgVPCAttachments = lens _vgVPCAttachments (\ s a -> s{_vgVPCAttachments = a}) . _Default . _Coerce;---- | The ID of the virtual private gateway.-vgVPNGatewayId :: Lens' VPNGateway (Maybe Text)-vgVPNGatewayId = lens _vgVPNGatewayId (\ s a -> s{_vgVPNGatewayId = a});---- | The Availability Zone where the virtual private gateway was created, if--- applicable. This field may be empty or not returned.-vgAvailabilityZone :: Lens' VPNGateway (Maybe Text)-vgAvailabilityZone = lens _vgAvailabilityZone (\ s a -> s{_vgAvailabilityZone = a});---- | The type of VPN connection the virtual private gateway supports.-vgType :: Lens' VPNGateway (Maybe GatewayType)-vgType = lens _vgType (\ s a -> s{_vgType = a});---- | Any tags assigned to the virtual private gateway.-vgTags :: Lens' VPNGateway [Tag]-vgTags = lens _vgTags (\ s a -> s{_vgTags = a}) . _Default . _Coerce;--instance FromXML VPNGateway where-        parseXML x-          = VPNGateway' <$>-              (x .@? "state") <*>-                (x .@? "attachments" .!@ mempty >>=-                   may (parseXMLList "item"))-                <*> (x .@? "vpnGatewayId")-                <*> (x .@? "availabilityZone")-                <*> (x .@? "type")-                <*>-                (x .@? "tagSet" .!@ mempty >>=-                   may (parseXMLList "item"))--instance Hashable VPNGateway--instance NFData VPNGateway---- | Describes a static route for a VPN connection.------ /See:/ 'vpnStaticRoute' smart constructor.-data VPNStaticRoute = VPNStaticRoute'-    { _vsrState                :: !(Maybe VPNState)-    , _vsrSource               :: !(Maybe VPNStaticRouteSource)-    , _vsrDestinationCIdRBlock :: !(Maybe Text)-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'VPNStaticRoute' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'vsrState'------ * 'vsrSource'------ * 'vsrDestinationCIdRBlock'-vpnStaticRoute-    :: VPNStaticRoute-vpnStaticRoute =-    VPNStaticRoute'-    { _vsrState = Nothing-    , _vsrSource = Nothing-    , _vsrDestinationCIdRBlock = Nothing-    }---- | The current state of the static route.-vsrState :: Lens' VPNStaticRoute (Maybe VPNState)-vsrState = lens _vsrState (\ s a -> s{_vsrState = a});---- | Indicates how the routes were provided.-vsrSource :: Lens' VPNStaticRoute (Maybe VPNStaticRouteSource)-vsrSource = lens _vsrSource (\ s a -> s{_vsrSource = a});---- | The CIDR block associated with the local subnet of the customer data--- center.-vsrDestinationCIdRBlock :: Lens' VPNStaticRoute (Maybe Text)-vsrDestinationCIdRBlock = lens _vsrDestinationCIdRBlock (\ s a -> s{_vsrDestinationCIdRBlock = a});--instance FromXML VPNStaticRoute where-        parseXML x-          = VPNStaticRoute' <$>-              (x .@? "state") <*> (x .@? "source") <*>-                (x .@? "destinationCidrBlock")--instance Hashable VPNStaticRoute--instance NFData VPNStaticRoute---- | Describes a volume.------ /See:/ 'volume' smart constructor.-data Volume = Volume'-    { _vAttachments      :: !(Maybe [VolumeAttachment])-    , _vIOPS             :: !(Maybe Int)-    , _vKMSKeyId         :: !(Maybe Text)-    , _vTags             :: !(Maybe [Tag])-    , _vAvailabilityZone :: !Text-    , _vCreateTime       :: !ISO8601-    , _vEncrypted        :: !Bool-    , _vSize             :: !Int-    , _vSnapshotId       :: !Text-    , _vState            :: !VolumeState-    , _vVolumeId         :: !Text-    , _vVolumeType       :: !VolumeType-    } deriving (Eq,Read,Show,Data,Typeable,Generic)---- | Creates a value of 'Volume' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'vAttachments'------ * 'vIOPS'------ * 'vKMSKeyId'------ * 'vTags'------ * 'vAvailabilityZone'------ * 'vCreateTime'------ * 'vEncrypted'------ * 'vSize'------ * 'vSnapshotId'------ * 'vState'------ * 'vVolumeId'------ * 'vVolumeType'-volume-    :: Text -- ^ 'vAvailabilityZone'-    -> UTCTime -- ^ 'vCreateTime'-    -> Bool -- ^ 'vEncrypted'-    -> Int -- ^ 'vSize'-    -> Text -- ^ 'vSnapshotId'-    -> VolumeState -- ^ 'vState'-    -> Text -- ^ 'vVolumeId'-    -> VolumeType -- ^ 'vVolumeType'-    -> Volume-volume pAvailabilityZone_ pCreateTime_ pEncrypted_ pSize_ pSnapshotId_ pState_ pVolumeId_ pVolumeType_ =-    Volume'-    { _vAttachments = Nothing-    , _vIOPS = Nothing-    , _vKMSKeyId = Nothing-    , _vTags = Nothing-    , _vAvailabilityZone = pAvailabilityZone_-    , _vCreateTime = _Time # pCreateTime_-    , _vEncrypted = pEncrypted_-    , _vSize = pSize_-    , _vSnapshotId = pSnapshotId_-    , _vState = pState_-    , _vVolumeId = pVolumeId_-    , _vVolumeType = pVolumeType_-    }---- | Information about the volume attachments.-vAttachments :: Lens' Volume [VolumeAttachment]-vAttachments = lens _vAttachments (\ s a -> s{_vAttachments = a}) . _Default . _Coerce;---- | The number of I\/O operations per second (IOPS) that the volume--- supports. For Provisioned IOPS SSD volumes, this represents the number--- of IOPS that are provisioned for the volume. For General Purpose SSD--- volumes, this represents the baseline performance of the volume and the--- rate at which the volume accumulates I\/O credits for bursting. For more--- information on General Purpose SSD baseline performance, I\/O credits,--- and bursting, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html Amazon EBS Volume Types>--- in the /Amazon Elastic Compute Cloud User Guide/.------ Constraint: Range is 100-20000 IOPS for io1 volumes and 100-10000 IOPS--- for 'gp2' volumes.------ Condition: This parameter is required for requests to create 'io1'--- volumes; it is not used in requests to create 'gp2', 'st1', 'sc1', or--- 'standard' volumes.-vIOPS :: Lens' Volume (Maybe Int)-vIOPS = lens _vIOPS (\ s a -> s{_vIOPS = a});---- | The full ARN of the AWS Key Management Service (AWS KMS) customer master--- key (CMK) that was used to protect the volume encryption key for the--- volume.-vKMSKeyId :: Lens' Volume (Maybe Text)-vKMSKeyId = lens _vKMSKeyId (\ s a -> s{_vKMSKeyId = a});---- | Any tags assigned to the volume.-vTags :: Lens' Volume [Tag]-vTags = lens _vTags (\ s a -> s{_vTags = a}) . _Default . _Coerce;---- | The Availability Zone for the volume.-vAvailabilityZone :: Lens' Volume Text-vAvailabilityZone = lens _vAvailabilityZone (\ s a -> s{_vAvailabilityZone = a});---- | The time stamp when volume creation was initiated.-vCreateTime :: Lens' Volume UTCTime-vCreateTime = lens _vCreateTime (\ s a -> s{_vCreateTime = a}) . _Time;---- | Indicates whether the volume will be encrypted.-vEncrypted :: Lens' Volume Bool-vEncrypted = lens _vEncrypted (\ s a -> s{_vEncrypted = a});---- | The size of the volume, in GiBs.-vSize :: Lens' Volume Int-vSize = lens _vSize (\ s a -> s{_vSize = a});---- | The snapshot from which the volume was created, if applicable.-vSnapshotId :: Lens' Volume Text-vSnapshotId = lens _vSnapshotId (\ s a -> s{_vSnapshotId = a});---- | The volume state.-vState :: Lens' Volume VolumeState-vState = lens _vState (\ s a -> s{_vState = a});---- | The ID of the volume.-vVolumeId :: Lens' Volume Text-vVolumeId = lens _vVolumeId (\ s a -> s{_vVolumeId = a});---- | The volume type. This can be 'gp2' for General Purpose SSD, 'io1' for--- Provisioned IOPS SSD, 'st1' for Throughput Optimized HDD, 'sc1' for Cold--- HDD, or 'standard' for Magnetic volumes.+-- | The ID representing the association of the address with an instance in a VPC.+aAssociationId :: Lens' Address (Maybe Text)+aAssociationId = lens _aAssociationId (\ s a -> s{_aAssociationId = a});++-- | The ID of the instance that the address is associated with (if any).+aInstanceId :: Lens' Address (Maybe Text)+aInstanceId = lens _aInstanceId (\ s a -> s{_aInstanceId = a});++-- | The ID of the AWS account that owns the network interface.+aNetworkInterfaceOwnerId :: Lens' Address (Maybe Text)+aNetworkInterfaceOwnerId = lens _aNetworkInterfaceOwnerId (\ s a -> s{_aNetworkInterfaceOwnerId = a});++-- | The ID representing the allocation of the address for use with EC2-VPC.+aAllocationId :: Lens' Address (Maybe Text)+aAllocationId = lens _aAllocationId (\ s a -> s{_aAllocationId = a});++-- | Indicates whether this Elastic IP address is for use with instances in EC2-Classic ('standard') or instances in a VPC ('vpc').+aDomain :: Lens' Address (Maybe DomainType)+aDomain = lens _aDomain (\ s a -> s{_aDomain = a});++-- | The ID of the network interface.+aNetworkInterfaceId :: Lens' Address (Maybe Text)+aNetworkInterfaceId = lens _aNetworkInterfaceId (\ s a -> s{_aNetworkInterfaceId = a});++-- | The private IP address associated with the Elastic IP address.+aPrivateIPAddress :: Lens' Address (Maybe Text)+aPrivateIPAddress = lens _aPrivateIPAddress (\ s a -> s{_aPrivateIPAddress = a});++-- | The Elastic IP address.+aPublicIP :: Lens' Address (Maybe Text)+aPublicIP = lens _aPublicIP (\ s a -> s{_aPublicIP = a});++instance FromXML Address where+        parseXML x+          = Address' <$>+              (x .@? "associationId") <*> (x .@? "instanceId") <*>+                (x .@? "networkInterfaceOwnerId")+                <*> (x .@? "allocationId")+                <*> (x .@? "domain")+                <*> (x .@? "networkInterfaceId")+                <*> (x .@? "privateIpAddress")+                <*> (x .@? "publicIp")++instance Hashable Address++instance NFData Address++-- | The value to use when a resource attribute accepts a Boolean value.+--+-- /See:/ 'attributeBooleanValue' smart constructor.+newtype AttributeBooleanValue = AttributeBooleanValue'+    { _abvValue :: Maybe Bool+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'AttributeBooleanValue' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'abvValue'+attributeBooleanValue+    :: AttributeBooleanValue+attributeBooleanValue =+    AttributeBooleanValue'+    { _abvValue = Nothing+    }++-- | Valid values are 'true' or 'false'.+abvValue :: Lens' AttributeBooleanValue (Maybe Bool)+abvValue = lens _abvValue (\ s a -> s{_abvValue = a});++instance FromXML AttributeBooleanValue where+        parseXML x+          = AttributeBooleanValue' <$> (x .@? "value")++instance Hashable AttributeBooleanValue++instance NFData AttributeBooleanValue++instance ToQuery AttributeBooleanValue where+        toQuery AttributeBooleanValue'{..}+          = mconcat ["Value" =: _abvValue]++-- | The value to use for a resource attribute.+--+-- /See:/ 'attributeValue' smart constructor.+newtype AttributeValue = AttributeValue'+    { _avValue :: Maybe Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'AttributeValue' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'avValue'+attributeValue+    :: AttributeValue+attributeValue =+    AttributeValue'+    { _avValue = Nothing+    }++-- | Valid values are case-sensitive and vary by action.+avValue :: Lens' AttributeValue (Maybe Text)+avValue = lens _avValue (\ s a -> s{_avValue = a});++instance FromXML AttributeValue where+        parseXML x = AttributeValue' <$> (x .@? "value")++instance Hashable AttributeValue++instance NFData AttributeValue++instance ToQuery AttributeValue where+        toQuery AttributeValue'{..}+          = mconcat ["Value" =: _avValue]++-- | Describes an Availability Zone.+--+-- /See:/ 'availabilityZone' smart constructor.+data AvailabilityZone = AvailabilityZone'+    { _azState      :: !(Maybe AvailabilityZoneState)+    , _azRegionName :: !(Maybe Text)+    , _azZoneName   :: !(Maybe Text)+    , _azMessages   :: !(Maybe [AvailabilityZoneMessage])+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'AvailabilityZone' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'azState'+--+-- * 'azRegionName'+--+-- * 'azZoneName'+--+-- * 'azMessages'+availabilityZone+    :: AvailabilityZone+availabilityZone =+    AvailabilityZone'+    { _azState = Nothing+    , _azRegionName = Nothing+    , _azZoneName = Nothing+    , _azMessages = Nothing+    }++-- | The state of the Availability Zone.+azState :: Lens' AvailabilityZone (Maybe AvailabilityZoneState)+azState = lens _azState (\ s a -> s{_azState = a});++-- | The name of the region.+azRegionName :: Lens' AvailabilityZone (Maybe Text)+azRegionName = lens _azRegionName (\ s a -> s{_azRegionName = a});++-- | The name of the Availability Zone.+azZoneName :: Lens' AvailabilityZone (Maybe Text)+azZoneName = lens _azZoneName (\ s a -> s{_azZoneName = a});++-- | Any messages about the Availability Zone.+azMessages :: Lens' AvailabilityZone [AvailabilityZoneMessage]+azMessages = lens _azMessages (\ s a -> s{_azMessages = a}) . _Default . _Coerce;++instance FromXML AvailabilityZone where+        parseXML x+          = AvailabilityZone' <$>+              (x .@? "zoneState") <*> (x .@? "regionName") <*>+                (x .@? "zoneName")+                <*>+                (x .@? "messageSet" .!@ mempty >>=+                   may (parseXMLList "item"))++instance Hashable AvailabilityZone++instance NFData AvailabilityZone++-- | Describes a message about an Availability Zone.+--+-- /See:/ 'availabilityZoneMessage' smart constructor.+newtype AvailabilityZoneMessage = AvailabilityZoneMessage'+    { _azmMessage :: Maybe Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'AvailabilityZoneMessage' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'azmMessage'+availabilityZoneMessage+    :: AvailabilityZoneMessage+availabilityZoneMessage =+    AvailabilityZoneMessage'+    { _azmMessage = Nothing+    }++-- | The message about the Availability Zone.+azmMessage :: Lens' AvailabilityZoneMessage (Maybe Text)+azmMessage = lens _azmMessage (\ s a -> s{_azmMessage = a});++instance FromXML AvailabilityZoneMessage where+        parseXML x+          = AvailabilityZoneMessage' <$> (x .@? "message")++instance Hashable AvailabilityZoneMessage++instance NFData AvailabilityZoneMessage++-- | The capacity information for instances launched onto the Dedicated host.+--+-- /See:/ 'availableCapacity' smart constructor.+data AvailableCapacity = AvailableCapacity'+    { _acAvailableInstanceCapacity :: !(Maybe [InstanceCapacity])+    , _acAvailableVCPUs            :: !(Maybe Int)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'AvailableCapacity' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'acAvailableInstanceCapacity'+--+-- * 'acAvailableVCPUs'+availableCapacity+    :: AvailableCapacity+availableCapacity =+    AvailableCapacity'+    { _acAvailableInstanceCapacity = Nothing+    , _acAvailableVCPUs = Nothing+    }++-- | The total number of instances that the Dedicated host supports.+acAvailableInstanceCapacity :: Lens' AvailableCapacity [InstanceCapacity]+acAvailableInstanceCapacity = lens _acAvailableInstanceCapacity (\ s a -> s{_acAvailableInstanceCapacity = a}) . _Default . _Coerce;++-- | The number of vCPUs available on the Dedicated host.+acAvailableVCPUs :: Lens' AvailableCapacity (Maybe Int)+acAvailableVCPUs = lens _acAvailableVCPUs (\ s a -> s{_acAvailableVCPUs = a});++instance FromXML AvailableCapacity where+        parseXML x+          = AvailableCapacity' <$>+              (x .@? "availableInstanceCapacity" .!@ mempty >>=+                 may (parseXMLList "item"))+                <*> (x .@? "availableVCpus")++instance Hashable AvailableCapacity++instance NFData AvailableCapacity++-- | /See:/ 'blobAttributeValue' smart constructor.+newtype BlobAttributeValue = BlobAttributeValue'+    { _bavValue :: Maybe Base64+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'BlobAttributeValue' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'bavValue'+blobAttributeValue+    :: BlobAttributeValue+blobAttributeValue =+    BlobAttributeValue'+    { _bavValue = Nothing+    }++-- | Undocumented member.+--+-- /Note:/ This 'Lens' automatically encodes and decodes Base64 data,+-- despite what the AWS documentation might say.+-- The underlying isomorphism will encode to Base64 representation during+-- serialisation, and decode from Base64 representation during deserialisation.+-- This 'Lens' accepts and returns only raw unencoded data.+bavValue :: Lens' BlobAttributeValue (Maybe ByteString)+bavValue = lens _bavValue (\ s a -> s{_bavValue = a}) . mapping _Base64;++instance Hashable BlobAttributeValue++instance NFData BlobAttributeValue++instance ToQuery BlobAttributeValue where+        toQuery BlobAttributeValue'{..}+          = mconcat ["Value" =: _bavValue]++-- | Describes a block device mapping.+--+-- /See:/ 'blockDeviceMapping' smart constructor.+data BlockDeviceMapping = BlockDeviceMapping'+    { _bdmVirtualName :: !(Maybe Text)+    , _bdmNoDevice    :: !(Maybe Text)+    , _bdmEBS         :: !(Maybe EBSBlockDevice)+    , _bdmDeviceName  :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'BlockDeviceMapping' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'bdmVirtualName'+--+-- * 'bdmNoDevice'+--+-- * 'bdmEBS'+--+-- * 'bdmDeviceName'+blockDeviceMapping+    :: Text -- ^ 'bdmDeviceName'+    -> BlockDeviceMapping+blockDeviceMapping pDeviceName_ =+    BlockDeviceMapping'+    { _bdmVirtualName = Nothing+    , _bdmNoDevice = Nothing+    , _bdmEBS = Nothing+    , _bdmDeviceName = pDeviceName_+    }++-- | The virtual device name ('ephemeral'N). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for 'ephemeral0' and 'ephemeral1'.The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.+--+-- Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.+bdmVirtualName :: Lens' BlockDeviceMapping (Maybe Text)+bdmVirtualName = lens _bdmVirtualName (\ s a -> s{_bdmVirtualName = a});++-- | Suppresses the specified device included in the block device mapping of the AMI.+bdmNoDevice :: Lens' BlockDeviceMapping (Maybe Text)+bdmNoDevice = lens _bdmNoDevice (\ s a -> s{_bdmNoDevice = a});++-- | Parameters used to automatically set up EBS volumes when the instance is launched.+bdmEBS :: Lens' BlockDeviceMapping (Maybe EBSBlockDevice)+bdmEBS = lens _bdmEBS (\ s a -> s{_bdmEBS = a});++-- | The device name exposed to the instance (for example, '\/dev\/sdh' or 'xvdh').+bdmDeviceName :: Lens' BlockDeviceMapping Text+bdmDeviceName = lens _bdmDeviceName (\ s a -> s{_bdmDeviceName = a});++instance FromXML BlockDeviceMapping where+        parseXML x+          = BlockDeviceMapping' <$>+              (x .@? "virtualName") <*> (x .@? "noDevice") <*>+                (x .@? "ebs")+                <*> (x .@ "deviceName")++instance Hashable BlockDeviceMapping++instance NFData BlockDeviceMapping++instance ToQuery BlockDeviceMapping where+        toQuery BlockDeviceMapping'{..}+          = mconcat+              ["VirtualName" =: _bdmVirtualName,+               "NoDevice" =: _bdmNoDevice, "Ebs" =: _bdmEBS,+               "DeviceName" =: _bdmDeviceName]++-- | Describes a bundle task.+--+-- /See:/ 'bundleTask' smart constructor.+data BundleTask = BundleTask'+    { _btBundleTaskError :: !(Maybe BundleTaskError)+    , _btBundleId        :: !Text+    , _btInstanceId      :: !Text+    , _btProgress        :: !Text+    , _btStartTime       :: !ISO8601+    , _btState           :: !BundleTaskState+    , _btStorage         :: !Storage+    , _btUpdateTime      :: !ISO8601+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'BundleTask' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'btBundleTaskError'+--+-- * 'btBundleId'+--+-- * 'btInstanceId'+--+-- * 'btProgress'+--+-- * 'btStartTime'+--+-- * 'btState'+--+-- * 'btStorage'+--+-- * 'btUpdateTime'+bundleTask+    :: Text -- ^ 'btBundleId'+    -> Text -- ^ 'btInstanceId'+    -> Text -- ^ 'btProgress'+    -> UTCTime -- ^ 'btStartTime'+    -> BundleTaskState -- ^ 'btState'+    -> Storage -- ^ 'btStorage'+    -> UTCTime -- ^ 'btUpdateTime'+    -> BundleTask+bundleTask pBundleId_ pInstanceId_ pProgress_ pStartTime_ pState_ pStorage_ pUpdateTime_ =+    BundleTask'+    { _btBundleTaskError = Nothing+    , _btBundleId = pBundleId_+    , _btInstanceId = pInstanceId_+    , _btProgress = pProgress_+    , _btStartTime = _Time # pStartTime_+    , _btState = pState_+    , _btStorage = pStorage_+    , _btUpdateTime = _Time # pUpdateTime_+    }++-- | If the task fails, a description of the error.+btBundleTaskError :: Lens' BundleTask (Maybe BundleTaskError)+btBundleTaskError = lens _btBundleTaskError (\ s a -> s{_btBundleTaskError = a});++-- | The ID of the bundle task.+btBundleId :: Lens' BundleTask Text+btBundleId = lens _btBundleId (\ s a -> s{_btBundleId = a});++-- | The ID of the instance associated with this bundle task.+btInstanceId :: Lens' BundleTask Text+btInstanceId = lens _btInstanceId (\ s a -> s{_btInstanceId = a});++-- | The level of task completion, as a percent (for example, 20%).+btProgress :: Lens' BundleTask Text+btProgress = lens _btProgress (\ s a -> s{_btProgress = a});++-- | The time this task started.+btStartTime :: Lens' BundleTask UTCTime+btStartTime = lens _btStartTime (\ s a -> s{_btStartTime = a}) . _Time;++-- | The state of the task.+btState :: Lens' BundleTask BundleTaskState+btState = lens _btState (\ s a -> s{_btState = a});++-- | The Amazon S3 storage locations.+btStorage :: Lens' BundleTask Storage+btStorage = lens _btStorage (\ s a -> s{_btStorage = a});++-- | The time of the most recent update for the task.+btUpdateTime :: Lens' BundleTask UTCTime+btUpdateTime = lens _btUpdateTime (\ s a -> s{_btUpdateTime = a}) . _Time;++instance FromXML BundleTask where+        parseXML x+          = BundleTask' <$>+              (x .@? "error") <*> (x .@ "bundleId") <*>+                (x .@ "instanceId")+                <*> (x .@ "progress")+                <*> (x .@ "startTime")+                <*> (x .@ "state")+                <*> (x .@ "storage")+                <*> (x .@ "updateTime")++instance Hashable BundleTask++instance NFData BundleTask++-- | Describes an error for < BundleInstance>.+--+-- /See:/ 'bundleTaskError' smart constructor.+data BundleTaskError = BundleTaskError'+    { _bteCode    :: !(Maybe Text)+    , _bteMessage :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'BundleTaskError' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'bteCode'+--+-- * 'bteMessage'+bundleTaskError+    :: BundleTaskError+bundleTaskError =+    BundleTaskError'+    { _bteCode = Nothing+    , _bteMessage = Nothing+    }++-- | The error code.+bteCode :: Lens' BundleTaskError (Maybe Text)+bteCode = lens _bteCode (\ s a -> s{_bteCode = a});++-- | The error message.+bteMessage :: Lens' BundleTaskError (Maybe Text)+bteMessage = lens _bteMessage (\ s a -> s{_bteMessage = a});++instance FromXML BundleTaskError where+        parseXML x+          = BundleTaskError' <$>+              (x .@? "code") <*> (x .@? "message")++instance Hashable BundleTaskError++instance NFData BundleTaskError++-- | Describes a Spot fleet error.+--+-- /See:/ 'cancelSpotFleetRequestsError' smart constructor.+data CancelSpotFleetRequestsError = CancelSpotFleetRequestsError'+    { _csfreCode    :: !CancelBatchErrorCode+    , _csfreMessage :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'CancelSpotFleetRequestsError' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'csfreCode'+--+-- * 'csfreMessage'+cancelSpotFleetRequestsError+    :: CancelBatchErrorCode -- ^ 'csfreCode'+    -> Text -- ^ 'csfreMessage'+    -> CancelSpotFleetRequestsError+cancelSpotFleetRequestsError pCode_ pMessage_ =+    CancelSpotFleetRequestsError'+    { _csfreCode = pCode_+    , _csfreMessage = pMessage_+    }++-- | The error code.+csfreCode :: Lens' CancelSpotFleetRequestsError CancelBatchErrorCode+csfreCode = lens _csfreCode (\ s a -> s{_csfreCode = a});++-- | The description for the error code.+csfreMessage :: Lens' CancelSpotFleetRequestsError Text+csfreMessage = lens _csfreMessage (\ s a -> s{_csfreMessage = a});++instance FromXML CancelSpotFleetRequestsError where+        parseXML x+          = CancelSpotFleetRequestsError' <$>+              (x .@ "code") <*> (x .@ "message")++instance Hashable CancelSpotFleetRequestsError++instance NFData CancelSpotFleetRequestsError++-- | Describes a Spot fleet request that was not successfully canceled.+--+-- /See:/ 'cancelSpotFleetRequestsErrorItem' smart constructor.+data CancelSpotFleetRequestsErrorItem = CancelSpotFleetRequestsErrorItem'+    { _csfreiSpotFleetRequestId :: !Text+    , _csfreiError              :: !CancelSpotFleetRequestsError+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'CancelSpotFleetRequestsErrorItem' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'csfreiSpotFleetRequestId'+--+-- * 'csfreiError'+cancelSpotFleetRequestsErrorItem+    :: Text -- ^ 'csfreiSpotFleetRequestId'+    -> CancelSpotFleetRequestsError -- ^ 'csfreiError'+    -> CancelSpotFleetRequestsErrorItem+cancelSpotFleetRequestsErrorItem pSpotFleetRequestId_ pError_ =+    CancelSpotFleetRequestsErrorItem'+    { _csfreiSpotFleetRequestId = pSpotFleetRequestId_+    , _csfreiError = pError_+    }++-- | The ID of the Spot fleet request.+csfreiSpotFleetRequestId :: Lens' CancelSpotFleetRequestsErrorItem Text+csfreiSpotFleetRequestId = lens _csfreiSpotFleetRequestId (\ s a -> s{_csfreiSpotFleetRequestId = a});++-- | The error.+csfreiError :: Lens' CancelSpotFleetRequestsErrorItem CancelSpotFleetRequestsError+csfreiError = lens _csfreiError (\ s a -> s{_csfreiError = a});++instance FromXML CancelSpotFleetRequestsErrorItem+         where+        parseXML x+          = CancelSpotFleetRequestsErrorItem' <$>+              (x .@ "spotFleetRequestId") <*> (x .@ "error")++instance Hashable CancelSpotFleetRequestsErrorItem++instance NFData CancelSpotFleetRequestsErrorItem++-- | Describes a Spot fleet request that was successfully canceled.+--+-- /See:/ 'cancelSpotFleetRequestsSuccessItem' smart constructor.+data CancelSpotFleetRequestsSuccessItem = CancelSpotFleetRequestsSuccessItem'+    { _csfrsiSpotFleetRequestId            :: !Text+    , _csfrsiCurrentSpotFleetRequestState  :: !BatchState+    , _csfrsiPreviousSpotFleetRequestState :: !BatchState+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'CancelSpotFleetRequestsSuccessItem' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'csfrsiSpotFleetRequestId'+--+-- * 'csfrsiCurrentSpotFleetRequestState'+--+-- * 'csfrsiPreviousSpotFleetRequestState'+cancelSpotFleetRequestsSuccessItem+    :: Text -- ^ 'csfrsiSpotFleetRequestId'+    -> BatchState -- ^ 'csfrsiCurrentSpotFleetRequestState'+    -> BatchState -- ^ 'csfrsiPreviousSpotFleetRequestState'+    -> CancelSpotFleetRequestsSuccessItem+cancelSpotFleetRequestsSuccessItem pSpotFleetRequestId_ pCurrentSpotFleetRequestState_ pPreviousSpotFleetRequestState_ =+    CancelSpotFleetRequestsSuccessItem'+    { _csfrsiSpotFleetRequestId = pSpotFleetRequestId_+    , _csfrsiCurrentSpotFleetRequestState = pCurrentSpotFleetRequestState_+    , _csfrsiPreviousSpotFleetRequestState = pPreviousSpotFleetRequestState_+    }++-- | The ID of the Spot fleet request.+csfrsiSpotFleetRequestId :: Lens' CancelSpotFleetRequestsSuccessItem Text+csfrsiSpotFleetRequestId = lens _csfrsiSpotFleetRequestId (\ s a -> s{_csfrsiSpotFleetRequestId = a});++-- | The current state of the Spot fleet request.+csfrsiCurrentSpotFleetRequestState :: Lens' CancelSpotFleetRequestsSuccessItem BatchState+csfrsiCurrentSpotFleetRequestState = lens _csfrsiCurrentSpotFleetRequestState (\ s a -> s{_csfrsiCurrentSpotFleetRequestState = a});++-- | The previous state of the Spot fleet request.+csfrsiPreviousSpotFleetRequestState :: Lens' CancelSpotFleetRequestsSuccessItem BatchState+csfrsiPreviousSpotFleetRequestState = lens _csfrsiPreviousSpotFleetRequestState (\ s a -> s{_csfrsiPreviousSpotFleetRequestState = a});++instance FromXML CancelSpotFleetRequestsSuccessItem+         where+        parseXML x+          = CancelSpotFleetRequestsSuccessItem' <$>+              (x .@ "spotFleetRequestId") <*>+                (x .@ "currentSpotFleetRequestState")+                <*> (x .@ "previousSpotFleetRequestState")++instance Hashable CancelSpotFleetRequestsSuccessItem++instance NFData CancelSpotFleetRequestsSuccessItem++-- | Describes a request to cancel a Spot instance.+--+-- /See:/ 'cancelledSpotInstanceRequest' smart constructor.+data CancelledSpotInstanceRequest = CancelledSpotInstanceRequest'+    { _csirState                 :: !(Maybe CancelSpotInstanceRequestState)+    , _csirSpotInstanceRequestId :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'CancelledSpotInstanceRequest' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'csirState'+--+-- * 'csirSpotInstanceRequestId'+cancelledSpotInstanceRequest+    :: CancelledSpotInstanceRequest+cancelledSpotInstanceRequest =+    CancelledSpotInstanceRequest'+    { _csirState = Nothing+    , _csirSpotInstanceRequestId = Nothing+    }++-- | The state of the Spot instance request.+csirState :: Lens' CancelledSpotInstanceRequest (Maybe CancelSpotInstanceRequestState)+csirState = lens _csirState (\ s a -> s{_csirState = a});++-- | The ID of the Spot instance request.+csirSpotInstanceRequestId :: Lens' CancelledSpotInstanceRequest (Maybe Text)+csirSpotInstanceRequestId = lens _csirSpotInstanceRequestId (\ s a -> s{_csirSpotInstanceRequestId = a});++instance FromXML CancelledSpotInstanceRequest where+        parseXML x+          = CancelledSpotInstanceRequest' <$>+              (x .@? "state") <*> (x .@? "spotInstanceRequestId")++instance Hashable CancelledSpotInstanceRequest++instance NFData CancelledSpotInstanceRequest++-- | Describes the ClassicLink DNS support status of a VPC.+--+-- /See:/ 'classicLinkDNSSupport' smart constructor.+data ClassicLinkDNSSupport = ClassicLinkDNSSupport'+    { _cldsVPCId                   :: !(Maybe Text)+    , _cldsClassicLinkDNSSupported :: !(Maybe Bool)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ClassicLinkDNSSupport' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'cldsVPCId'+--+-- * 'cldsClassicLinkDNSSupported'+classicLinkDNSSupport+    :: ClassicLinkDNSSupport+classicLinkDNSSupport =+    ClassicLinkDNSSupport'+    { _cldsVPCId = Nothing+    , _cldsClassicLinkDNSSupported = Nothing+    }++-- | The ID of the VPC.+cldsVPCId :: Lens' ClassicLinkDNSSupport (Maybe Text)+cldsVPCId = lens _cldsVPCId (\ s a -> s{_cldsVPCId = a});++-- | Indicates whether ClassicLink DNS support is enabled for the VPC.+cldsClassicLinkDNSSupported :: Lens' ClassicLinkDNSSupport (Maybe Bool)+cldsClassicLinkDNSSupported = lens _cldsClassicLinkDNSSupported (\ s a -> s{_cldsClassicLinkDNSSupported = a});++instance FromXML ClassicLinkDNSSupport where+        parseXML x+          = ClassicLinkDNSSupport' <$>+              (x .@? "vpcId") <*> (x .@? "classicLinkDnsSupported")++instance Hashable ClassicLinkDNSSupport++instance NFData ClassicLinkDNSSupport++-- | Describes a linked EC2-Classic instance.+--+-- /See:/ 'classicLinkInstance' smart constructor.+data ClassicLinkInstance = ClassicLinkInstance'+    { _cliInstanceId :: !(Maybe Text)+    , _cliGroups     :: !(Maybe [GroupIdentifier])+    , _cliVPCId      :: !(Maybe Text)+    , _cliTags       :: !(Maybe [Tag])+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ClassicLinkInstance' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'cliInstanceId'+--+-- * 'cliGroups'+--+-- * 'cliVPCId'+--+-- * 'cliTags'+classicLinkInstance+    :: ClassicLinkInstance+classicLinkInstance =+    ClassicLinkInstance'+    { _cliInstanceId = Nothing+    , _cliGroups = Nothing+    , _cliVPCId = Nothing+    , _cliTags = Nothing+    }++-- | The ID of the instance.+cliInstanceId :: Lens' ClassicLinkInstance (Maybe Text)+cliInstanceId = lens _cliInstanceId (\ s a -> s{_cliInstanceId = a});++-- | A list of security groups.+cliGroups :: Lens' ClassicLinkInstance [GroupIdentifier]+cliGroups = lens _cliGroups (\ s a -> s{_cliGroups = a}) . _Default . _Coerce;++-- | The ID of the VPC.+cliVPCId :: Lens' ClassicLinkInstance (Maybe Text)+cliVPCId = lens _cliVPCId (\ s a -> s{_cliVPCId = a});++-- | Any tags assigned to the instance.+cliTags :: Lens' ClassicLinkInstance [Tag]+cliTags = lens _cliTags (\ s a -> s{_cliTags = a}) . _Default . _Coerce;++instance FromXML ClassicLinkInstance where+        parseXML x+          = ClassicLinkInstance' <$>+              (x .@? "instanceId") <*>+                (x .@? "groupSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "vpcId")+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))++instance Hashable ClassicLinkInstance++instance NFData ClassicLinkInstance++-- | Describes the client-specific data.+--+-- /See:/ 'clientData' smart constructor.+data ClientData = ClientData'+    { _cdUploadStart :: !(Maybe ISO8601)+    , _cdUploadSize  :: !(Maybe Double)+    , _cdUploadEnd   :: !(Maybe ISO8601)+    , _cdComment     :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ClientData' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'cdUploadStart'+--+-- * 'cdUploadSize'+--+-- * 'cdUploadEnd'+--+-- * 'cdComment'+clientData+    :: ClientData+clientData =+    ClientData'+    { _cdUploadStart = Nothing+    , _cdUploadSize = Nothing+    , _cdUploadEnd = Nothing+    , _cdComment = Nothing+    }++-- | The time that the disk upload starts.+cdUploadStart :: Lens' ClientData (Maybe UTCTime)+cdUploadStart = lens _cdUploadStart (\ s a -> s{_cdUploadStart = a}) . mapping _Time;++-- | The size of the uploaded disk image, in GiB.+cdUploadSize :: Lens' ClientData (Maybe Double)+cdUploadSize = lens _cdUploadSize (\ s a -> s{_cdUploadSize = a});++-- | The time that the disk upload ends.+cdUploadEnd :: Lens' ClientData (Maybe UTCTime)+cdUploadEnd = lens _cdUploadEnd (\ s a -> s{_cdUploadEnd = a}) . mapping _Time;++-- | A user-defined comment about the disk upload.+cdComment :: Lens' ClientData (Maybe Text)+cdComment = lens _cdComment (\ s a -> s{_cdComment = a});++instance Hashable ClientData++instance NFData ClientData++instance ToQuery ClientData where+        toQuery ClientData'{..}+          = mconcat+              ["UploadStart" =: _cdUploadStart,+               "UploadSize" =: _cdUploadSize,+               "UploadEnd" =: _cdUploadEnd, "Comment" =: _cdComment]++-- | Describes a conversion task.+--+-- /See:/ 'conversionTask' smart constructor.+data ConversionTask = ConversionTask'+    { _ctImportInstance   :: !(Maybe ImportInstanceTaskDetails)+    , _ctStatusMessage    :: !(Maybe Text)+    , _ctImportVolume     :: !(Maybe ImportVolumeTaskDetails)+    , _ctExpirationTime   :: !(Maybe Text)+    , _ctTags             :: !(Maybe [Tag])+    , _ctConversionTaskId :: !Text+    , _ctState            :: !ConversionTaskState+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ConversionTask' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'ctImportInstance'+--+-- * 'ctStatusMessage'+--+-- * 'ctImportVolume'+--+-- * 'ctExpirationTime'+--+-- * 'ctTags'+--+-- * 'ctConversionTaskId'+--+-- * 'ctState'+conversionTask+    :: Text -- ^ 'ctConversionTaskId'+    -> ConversionTaskState -- ^ 'ctState'+    -> ConversionTask+conversionTask pConversionTaskId_ pState_ =+    ConversionTask'+    { _ctImportInstance = Nothing+    , _ctStatusMessage = Nothing+    , _ctImportVolume = Nothing+    , _ctExpirationTime = Nothing+    , _ctTags = Nothing+    , _ctConversionTaskId = pConversionTaskId_+    , _ctState = pState_+    }++-- | If the task is for importing an instance, this contains information about the import instance task.+ctImportInstance :: Lens' ConversionTask (Maybe ImportInstanceTaskDetails)+ctImportInstance = lens _ctImportInstance (\ s a -> s{_ctImportInstance = a});++-- | The status message related to the conversion task.+ctStatusMessage :: Lens' ConversionTask (Maybe Text)+ctStatusMessage = lens _ctStatusMessage (\ s a -> s{_ctStatusMessage = a});++-- | If the task is for importing a volume, this contains information about the import volume task.+ctImportVolume :: Lens' ConversionTask (Maybe ImportVolumeTaskDetails)+ctImportVolume = lens _ctImportVolume (\ s a -> s{_ctImportVolume = a});++-- | The time when the task expires. If the upload isn\'t complete before the expiration time, we automatically cancel the task.+ctExpirationTime :: Lens' ConversionTask (Maybe Text)+ctExpirationTime = lens _ctExpirationTime (\ s a -> s{_ctExpirationTime = a});++-- | Any tags assigned to the task.+ctTags :: Lens' ConversionTask [Tag]+ctTags = lens _ctTags (\ s a -> s{_ctTags = a}) . _Default . _Coerce;++-- | The ID of the conversion task.+ctConversionTaskId :: Lens' ConversionTask Text+ctConversionTaskId = lens _ctConversionTaskId (\ s a -> s{_ctConversionTaskId = a});++-- | The state of the conversion task.+ctState :: Lens' ConversionTask ConversionTaskState+ctState = lens _ctState (\ s a -> s{_ctState = a});++instance FromXML ConversionTask where+        parseXML x+          = ConversionTask' <$>+              (x .@? "importInstance") <*> (x .@? "statusMessage")+                <*> (x .@? "importVolume")+                <*> (x .@? "expirationTime")+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@ "conversionTaskId")+                <*> (x .@ "state")++instance Hashable ConversionTask++instance NFData ConversionTask++-- | Describes the user or group to be added or removed from the permissions for a volume.+--+-- /See:/ 'createVolumePermission' smart constructor.+data CreateVolumePermission = CreateVolumePermission'+    { _cvpGroup  :: !(Maybe PermissionGroup)+    , _cvpUserId :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'CreateVolumePermission' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'cvpGroup'+--+-- * 'cvpUserId'+createVolumePermission+    :: CreateVolumePermission+createVolumePermission =+    CreateVolumePermission'+    { _cvpGroup = Nothing+    , _cvpUserId = Nothing+    }++-- | The specific group that is to be added or removed from a volume\'s list of create volume permissions.+cvpGroup :: Lens' CreateVolumePermission (Maybe PermissionGroup)+cvpGroup = lens _cvpGroup (\ s a -> s{_cvpGroup = a});++-- | The specific AWS account ID that is to be added or removed from a volume\'s list of create volume permissions.+cvpUserId :: Lens' CreateVolumePermission (Maybe Text)+cvpUserId = lens _cvpUserId (\ s a -> s{_cvpUserId = a});++instance FromXML CreateVolumePermission where+        parseXML x+          = CreateVolumePermission' <$>+              (x .@? "group") <*> (x .@? "userId")++instance Hashable CreateVolumePermission++instance NFData CreateVolumePermission++instance ToQuery CreateVolumePermission where+        toQuery CreateVolumePermission'{..}+          = mconcat+              ["Group" =: _cvpGroup, "UserId" =: _cvpUserId]++-- | Describes modifications to the permissions for a volume.+--+-- /See:/ 'createVolumePermissionModifications' smart constructor.+data CreateVolumePermissionModifications = CreateVolumePermissionModifications'+    { _cvpmRemove :: !(Maybe [CreateVolumePermission])+    , _cvpmAdd    :: !(Maybe [CreateVolumePermission])+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'CreateVolumePermissionModifications' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'cvpmRemove'+--+-- * 'cvpmAdd'+createVolumePermissionModifications+    :: CreateVolumePermissionModifications+createVolumePermissionModifications =+    CreateVolumePermissionModifications'+    { _cvpmRemove = Nothing+    , _cvpmAdd = Nothing+    }++-- | Removes a specific AWS account ID or group from a volume\'s list of create volume permissions.+cvpmRemove :: Lens' CreateVolumePermissionModifications [CreateVolumePermission]+cvpmRemove = lens _cvpmRemove (\ s a -> s{_cvpmRemove = a}) . _Default . _Coerce;++-- | Adds a specific AWS account ID or group to a volume\'s list of create volume permissions.+cvpmAdd :: Lens' CreateVolumePermissionModifications [CreateVolumePermission]+cvpmAdd = lens _cvpmAdd (\ s a -> s{_cvpmAdd = a}) . _Default . _Coerce;++instance Hashable CreateVolumePermissionModifications++instance NFData CreateVolumePermissionModifications++instance ToQuery CreateVolumePermissionModifications+         where+        toQuery CreateVolumePermissionModifications'{..}+          = mconcat+              [toQuery (toQueryList "Remove" <$> _cvpmRemove),+               toQuery (toQueryList "Add" <$> _cvpmAdd)]++-- | Describes a customer gateway.+--+-- /See:/ 'customerGateway' smart constructor.+data CustomerGateway = CustomerGateway'+    { _cgTags              :: !(Maybe [Tag])+    , _cgBGPASN            :: !Text+    , _cgCustomerGatewayId :: !Text+    , _cgIPAddress         :: !Text+    , _cgState             :: !Text+    , _cgType              :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'CustomerGateway' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'cgTags'+--+-- * 'cgBGPASN'+--+-- * 'cgCustomerGatewayId'+--+-- * 'cgIPAddress'+--+-- * 'cgState'+--+-- * 'cgType'+customerGateway+    :: Text -- ^ 'cgBGPASN'+    -> Text -- ^ 'cgCustomerGatewayId'+    -> Text -- ^ 'cgIPAddress'+    -> Text -- ^ 'cgState'+    -> Text -- ^ 'cgType'+    -> CustomerGateway+customerGateway pBGPASN_ pCustomerGatewayId_ pIPAddress_ pState_ pType_ =+    CustomerGateway'+    { _cgTags = Nothing+    , _cgBGPASN = pBGPASN_+    , _cgCustomerGatewayId = pCustomerGatewayId_+    , _cgIPAddress = pIPAddress_+    , _cgState = pState_+    , _cgType = pType_+    }++-- | Any tags assigned to the customer gateway.+cgTags :: Lens' CustomerGateway [Tag]+cgTags = lens _cgTags (\ s a -> s{_cgTags = a}) . _Default . _Coerce;++-- | The customer gateway\'s Border Gateway Protocol (BGP) Autonomous System Number (ASN).+cgBGPASN :: Lens' CustomerGateway Text+cgBGPASN = lens _cgBGPASN (\ s a -> s{_cgBGPASN = a});++-- | The ID of the customer gateway.+cgCustomerGatewayId :: Lens' CustomerGateway Text+cgCustomerGatewayId = lens _cgCustomerGatewayId (\ s a -> s{_cgCustomerGatewayId = a});++-- | The Internet-routable IP address of the customer gateway\'s outside interface.+cgIPAddress :: Lens' CustomerGateway Text+cgIPAddress = lens _cgIPAddress (\ s a -> s{_cgIPAddress = a});++-- | The current state of the customer gateway ('pending | available | deleting | deleted').+cgState :: Lens' CustomerGateway Text+cgState = lens _cgState (\ s a -> s{_cgState = a});++-- | The type of VPN connection the customer gateway supports ('ipsec.1').+cgType :: Lens' CustomerGateway Text+cgType = lens _cgType (\ s a -> s{_cgType = a});++instance FromXML CustomerGateway where+        parseXML x+          = CustomerGateway' <$>+              (x .@? "tagSet" .!@ mempty >>=+                 may (parseXMLList "item"))+                <*> (x .@ "bgpAsn")+                <*> (x .@ "customerGatewayId")+                <*> (x .@ "ipAddress")+                <*> (x .@ "state")+                <*> (x .@ "type")++instance Hashable CustomerGateway++instance NFData CustomerGateway++-- | Describes a DHCP configuration option.+--+-- /See:/ 'dhcpConfiguration' smart constructor.+data DHCPConfiguration = DHCPConfiguration'+    { _dcValues :: !(Maybe [AttributeValue])+    , _dcKey    :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'DHCPConfiguration' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'dcValues'+--+-- * 'dcKey'+dhcpConfiguration+    :: DHCPConfiguration+dhcpConfiguration =+    DHCPConfiguration'+    { _dcValues = Nothing+    , _dcKey = Nothing+    }++-- | One or more values for the DHCP option.+dcValues :: Lens' DHCPConfiguration [AttributeValue]+dcValues = lens _dcValues (\ s a -> s{_dcValues = a}) . _Default . _Coerce;++-- | The name of a DHCP option.+dcKey :: Lens' DHCPConfiguration (Maybe Text)+dcKey = lens _dcKey (\ s a -> s{_dcKey = a});++instance FromXML DHCPConfiguration where+        parseXML x+          = DHCPConfiguration' <$>+              (x .@? "valueSet" .!@ mempty >>=+                 may (parseXMLList "item"))+                <*> (x .@? "key")++instance Hashable DHCPConfiguration++instance NFData DHCPConfiguration++-- | Describes a set of DHCP options.+--+-- /See:/ 'dhcpOptions' smart constructor.+data DHCPOptions = DHCPOptions'+    { _doDHCPConfigurations :: !(Maybe [DHCPConfiguration])+    , _doDHCPOptionsId      :: !(Maybe Text)+    , _doTags               :: !(Maybe [Tag])+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'DHCPOptions' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'doDHCPConfigurations'+--+-- * 'doDHCPOptionsId'+--+-- * 'doTags'+dhcpOptions+    :: DHCPOptions+dhcpOptions =+    DHCPOptions'+    { _doDHCPConfigurations = Nothing+    , _doDHCPOptionsId = Nothing+    , _doTags = Nothing+    }++-- | One or more DHCP options in the set.+doDHCPConfigurations :: Lens' DHCPOptions [DHCPConfiguration]+doDHCPConfigurations = lens _doDHCPConfigurations (\ s a -> s{_doDHCPConfigurations = a}) . _Default . _Coerce;++-- | The ID of the set of DHCP options.+doDHCPOptionsId :: Lens' DHCPOptions (Maybe Text)+doDHCPOptionsId = lens _doDHCPOptionsId (\ s a -> s{_doDHCPOptionsId = a});++-- | Any tags assigned to the DHCP options set.+doTags :: Lens' DHCPOptions [Tag]+doTags = lens _doTags (\ s a -> s{_doTags = a}) . _Default . _Coerce;++instance FromXML DHCPOptions where+        parseXML x+          = DHCPOptions' <$>+              (x .@? "dhcpConfigurationSet" .!@ mempty >>=+                 may (parseXMLList "item"))+                <*> (x .@? "dhcpOptionsId")+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))++instance Hashable DHCPOptions++instance NFData DHCPOptions++-- | Describes a disk image.+--+-- /See:/ 'diskImage' smart constructor.+data DiskImage = DiskImage'+    { _diImage       :: !(Maybe DiskImageDetail)+    , _diVolume      :: !(Maybe VolumeDetail)+    , _diDescription :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'DiskImage' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'diImage'+--+-- * 'diVolume'+--+-- * 'diDescription'+diskImage+    :: DiskImage+diskImage =+    DiskImage'+    { _diImage = Nothing+    , _diVolume = Nothing+    , _diDescription = Nothing+    }++-- | Information about the disk image.+diImage :: Lens' DiskImage (Maybe DiskImageDetail)+diImage = lens _diImage (\ s a -> s{_diImage = a});++-- | Information about the volume.+diVolume :: Lens' DiskImage (Maybe VolumeDetail)+diVolume = lens _diVolume (\ s a -> s{_diVolume = a});++-- | A description of the disk image.+diDescription :: Lens' DiskImage (Maybe Text)+diDescription = lens _diDescription (\ s a -> s{_diDescription = a});++instance Hashable DiskImage++instance NFData DiskImage++instance ToQuery DiskImage where+        toQuery DiskImage'{..}+          = mconcat+              ["Image" =: _diImage, "Volume" =: _diVolume,+               "Description" =: _diDescription]++-- | Describes a disk image.+--+-- /See:/ 'diskImageDescription' smart constructor.+data DiskImageDescription = DiskImageDescription'+    { _dChecksum          :: !(Maybe Text)+    , _dFormat            :: !DiskImageFormat+    , _dSize              :: !Integer+    , _dImportManifestURL :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'DiskImageDescription' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'dChecksum'+--+-- * 'dFormat'+--+-- * 'dSize'+--+-- * 'dImportManifestURL'+diskImageDescription+    :: DiskImageFormat -- ^ 'dFormat'+    -> Integer -- ^ 'dSize'+    -> Text -- ^ 'dImportManifestURL'+    -> DiskImageDescription+diskImageDescription pFormat_ pSize_ pImportManifestURL_ =+    DiskImageDescription'+    { _dChecksum = Nothing+    , _dFormat = pFormat_+    , _dSize = pSize_+    , _dImportManifestURL = pImportManifestURL_+    }++-- | The checksum computed for the disk image.+dChecksum :: Lens' DiskImageDescription (Maybe Text)+dChecksum = lens _dChecksum (\ s a -> s{_dChecksum = a});++-- | The disk image format.+dFormat :: Lens' DiskImageDescription DiskImageFormat+dFormat = lens _dFormat (\ s a -> s{_dFormat = a});++-- | The size of the disk image, in GiB.+dSize :: Lens' DiskImageDescription Integer+dSize = lens _dSize (\ s a -> s{_dSize = a});++-- | A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the \"Query String Request Authentication Alternative\" section of the <http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html Authenticating REST Requests> topic in the /Amazon Simple Storage Service Developer Guide/.+--+-- For information about the import manifest referenced by this API action, see <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html VM Import Manifest>.+dImportManifestURL :: Lens' DiskImageDescription Text+dImportManifestURL = lens _dImportManifestURL (\ s a -> s{_dImportManifestURL = a});++instance FromXML DiskImageDescription where+        parseXML x+          = DiskImageDescription' <$>+              (x .@? "checksum") <*> (x .@ "format") <*>+                (x .@ "size")+                <*> (x .@ "importManifestUrl")++instance Hashable DiskImageDescription++instance NFData DiskImageDescription++-- | Describes a disk image.+--+-- /See:/ 'diskImageDetail' smart constructor.+data DiskImageDetail = DiskImageDetail'+    { _didFormat            :: !DiskImageFormat+    , _didBytes             :: !Integer+    , _didImportManifestURL :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'DiskImageDetail' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'didFormat'+--+-- * 'didBytes'+--+-- * 'didImportManifestURL'+diskImageDetail+    :: DiskImageFormat -- ^ 'didFormat'+    -> Integer -- ^ 'didBytes'+    -> Text -- ^ 'didImportManifestURL'+    -> DiskImageDetail+diskImageDetail pFormat_ pBytes_ pImportManifestURL_ =+    DiskImageDetail'+    { _didFormat = pFormat_+    , _didBytes = pBytes_+    , _didImportManifestURL = pImportManifestURL_+    }++-- | The disk image format.+didFormat :: Lens' DiskImageDetail DiskImageFormat+didFormat = lens _didFormat (\ s a -> s{_didFormat = a});++-- | The size of the disk image, in GiB.+didBytes :: Lens' DiskImageDetail Integer+didBytes = lens _didBytes (\ s a -> s{_didBytes = a});++-- | A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL. For information about creating a presigned URL for an Amazon S3 object, read the \"Query String Request Authentication Alternative\" section of the <http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html Authenticating REST Requests> topic in the /Amazon Simple Storage Service Developer Guide/.+--+-- For information about the import manifest referenced by this API action, see <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html VM Import Manifest>.+didImportManifestURL :: Lens' DiskImageDetail Text+didImportManifestURL = lens _didImportManifestURL (\ s a -> s{_didImportManifestURL = a});++instance Hashable DiskImageDetail++instance NFData DiskImageDetail++instance ToQuery DiskImageDetail where+        toQuery DiskImageDetail'{..}+          = mconcat+              ["Format" =: _didFormat, "Bytes" =: _didBytes,+               "ImportManifestUrl" =: _didImportManifestURL]++-- | Describes a disk image volume.+--+-- /See:/ 'diskImageVolumeDescription' smart constructor.+data DiskImageVolumeDescription = DiskImageVolumeDescription'+    { _divdSize :: !(Maybe Integer)+    , _divdId   :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'DiskImageVolumeDescription' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'divdSize'+--+-- * 'divdId'+diskImageVolumeDescription+    :: Text -- ^ 'divdId'+    -> DiskImageVolumeDescription+diskImageVolumeDescription pId_ =+    DiskImageVolumeDescription'+    { _divdSize = Nothing+    , _divdId = pId_+    }++-- | The size of the volume, in GiB.+divdSize :: Lens' DiskImageVolumeDescription (Maybe Integer)+divdSize = lens _divdSize (\ s a -> s{_divdSize = a});++-- | The volume identifier.+divdId :: Lens' DiskImageVolumeDescription Text+divdId = lens _divdId (\ s a -> s{_divdId = a});++instance FromXML DiskImageVolumeDescription where+        parseXML x+          = DiskImageVolumeDescription' <$>+              (x .@? "size") <*> (x .@ "id")++instance Hashable DiskImageVolumeDescription++instance NFData DiskImageVolumeDescription++-- | Describes a block device for an EBS volume.+--+-- /See:/ 'ebsBlockDevice' smart constructor.+data EBSBlockDevice = EBSBlockDevice'+    { _ebdDeleteOnTermination :: !(Maybe Bool)+    , _ebdVolumeSize          :: !(Maybe Int)+    , _ebdIOPS                :: !(Maybe Int)+    , _ebdEncrypted           :: !(Maybe Bool)+    , _ebdVolumeType          :: !(Maybe VolumeType)+    , _ebdSnapshotId          :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'EBSBlockDevice' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'ebdDeleteOnTermination'+--+-- * 'ebdVolumeSize'+--+-- * 'ebdIOPS'+--+-- * 'ebdEncrypted'+--+-- * 'ebdVolumeType'+--+-- * 'ebdSnapshotId'+ebsBlockDevice+    :: EBSBlockDevice+ebsBlockDevice =+    EBSBlockDevice'+    { _ebdDeleteOnTermination = Nothing+    , _ebdVolumeSize = Nothing+    , _ebdIOPS = Nothing+    , _ebdEncrypted = Nothing+    , _ebdVolumeType = Nothing+    , _ebdSnapshotId = Nothing+    }++-- | Indicates whether the EBS volume is deleted on instance termination.+ebdDeleteOnTermination :: Lens' EBSBlockDevice (Maybe Bool)+ebdDeleteOnTermination = lens _ebdDeleteOnTermination (\ s a -> s{_ebdDeleteOnTermination = a});++-- | The size of the volume, in GiB.+--+-- Constraints: 1-16384 for General Purpose SSD ('gp2'), 4-16384 for Provisioned IOPS SSD ('io1'), 500-16384 for Throughput Optimized HDD ('st1'), 500-16384 for Cold HDD ('sc1'), and 1-1024 for Magnetic ('standard') volumes. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.+--+-- Default: If you\'re creating the volume from a snapshot and don\'t specify a volume size, the default is the snapshot size.+ebdVolumeSize :: Lens' EBSBlockDevice (Maybe Int)+ebdVolumeSize = lens _ebdVolumeSize (\ s a -> s{_ebdVolumeSize = a});++-- | The number of I\/O operations per second (IOPS) that the volume supports. For io1, this represents the number of IOPS that are provisioned for the volume. For 'gp2', this represents the baseline performance of the volume and the rate at which the volume accumulates I\/O credits for bursting. For more information on General Purpose SSD baseline performance, I\/O credits, and bursting, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html Amazon EBS Volume Types> in the /Amazon Elastic Compute Cloud User Guide/.+--+-- Constraint: Range is 100-20000 IOPS for io1 volumes and 100-10000 IOPS for 'gp2' volumes.+--+-- Condition: This parameter is required for requests to create 'io1' volumes; it is not used in requests to create 'gp2', 'st1', 'sc1', or 'standard' volumes.+ebdIOPS :: Lens' EBSBlockDevice (Maybe Int)+ebdIOPS = lens _ebdIOPS (\ s a -> s{_ebdIOPS = a});++-- | Indicates whether the EBS volume is encrypted. Encrypted Amazon EBS volumes may only be attached to instances that support Amazon EBS encryption.+ebdEncrypted :: Lens' EBSBlockDevice (Maybe Bool)+ebdEncrypted = lens _ebdEncrypted (\ s a -> s{_ebdEncrypted = a});++-- | The volume type: 'gp2', 'io1', 'st1', 'sc1', or 'standard'.+--+-- Default: 'standard'+ebdVolumeType :: Lens' EBSBlockDevice (Maybe VolumeType)+ebdVolumeType = lens _ebdVolumeType (\ s a -> s{_ebdVolumeType = a});++-- | The ID of the snapshot.+ebdSnapshotId :: Lens' EBSBlockDevice (Maybe Text)+ebdSnapshotId = lens _ebdSnapshotId (\ s a -> s{_ebdSnapshotId = a});++instance FromXML EBSBlockDevice where+        parseXML x+          = EBSBlockDevice' <$>+              (x .@? "deleteOnTermination") <*>+                (x .@? "volumeSize")+                <*> (x .@? "iops")+                <*> (x .@? "encrypted")+                <*> (x .@? "volumeType")+                <*> (x .@? "snapshotId")++instance Hashable EBSBlockDevice++instance NFData EBSBlockDevice++instance ToQuery EBSBlockDevice where+        toQuery EBSBlockDevice'{..}+          = mconcat+              ["DeleteOnTermination" =: _ebdDeleteOnTermination,+               "VolumeSize" =: _ebdVolumeSize, "Iops" =: _ebdIOPS,+               "Encrypted" =: _ebdEncrypted,+               "VolumeType" =: _ebdVolumeType,+               "SnapshotId" =: _ebdSnapshotId]++-- | Describes a parameter used to set up an EBS volume in a block device mapping.+--+-- /See:/ 'ebsInstanceBlockDevice' smart constructor.+data EBSInstanceBlockDevice = EBSInstanceBlockDevice'+    { _eibdStatus              :: !(Maybe AttachmentStatus)+    , _eibdDeleteOnTermination :: !(Maybe Bool)+    , _eibdVolumeId            :: !(Maybe Text)+    , _eibdAttachTime          :: !(Maybe ISO8601)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'EBSInstanceBlockDevice' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'eibdStatus'+--+-- * 'eibdDeleteOnTermination'+--+-- * 'eibdVolumeId'+--+-- * 'eibdAttachTime'+ebsInstanceBlockDevice+    :: EBSInstanceBlockDevice+ebsInstanceBlockDevice =+    EBSInstanceBlockDevice'+    { _eibdStatus = Nothing+    , _eibdDeleteOnTermination = Nothing+    , _eibdVolumeId = Nothing+    , _eibdAttachTime = Nothing+    }++-- | The attachment state.+eibdStatus :: Lens' EBSInstanceBlockDevice (Maybe AttachmentStatus)+eibdStatus = lens _eibdStatus (\ s a -> s{_eibdStatus = a});++-- | Indicates whether the volume is deleted on instance termination.+eibdDeleteOnTermination :: Lens' EBSInstanceBlockDevice (Maybe Bool)+eibdDeleteOnTermination = lens _eibdDeleteOnTermination (\ s a -> s{_eibdDeleteOnTermination = a});++-- | The ID of the EBS volume.+eibdVolumeId :: Lens' EBSInstanceBlockDevice (Maybe Text)+eibdVolumeId = lens _eibdVolumeId (\ s a -> s{_eibdVolumeId = a});++-- | The time stamp when the attachment initiated.+eibdAttachTime :: Lens' EBSInstanceBlockDevice (Maybe UTCTime)+eibdAttachTime = lens _eibdAttachTime (\ s a -> s{_eibdAttachTime = a}) . mapping _Time;++instance FromXML EBSInstanceBlockDevice where+        parseXML x+          = EBSInstanceBlockDevice' <$>+              (x .@? "status") <*> (x .@? "deleteOnTermination")+                <*> (x .@? "volumeId")+                <*> (x .@? "attachTime")++instance Hashable EBSInstanceBlockDevice++instance NFData EBSInstanceBlockDevice++-- | Describes information used to set up an EBS volume specified in a block device mapping.+--+-- /See:/ 'ebsInstanceBlockDeviceSpecification' smart constructor.+data EBSInstanceBlockDeviceSpecification = EBSInstanceBlockDeviceSpecification'+    { _eibdsDeleteOnTermination :: !(Maybe Bool)+    , _eibdsVolumeId            :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'EBSInstanceBlockDeviceSpecification' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'eibdsDeleteOnTermination'+--+-- * 'eibdsVolumeId'+ebsInstanceBlockDeviceSpecification+    :: EBSInstanceBlockDeviceSpecification+ebsInstanceBlockDeviceSpecification =+    EBSInstanceBlockDeviceSpecification'+    { _eibdsDeleteOnTermination = Nothing+    , _eibdsVolumeId = Nothing+    }++-- | Indicates whether the volume is deleted on instance termination.+eibdsDeleteOnTermination :: Lens' EBSInstanceBlockDeviceSpecification (Maybe Bool)+eibdsDeleteOnTermination = lens _eibdsDeleteOnTermination (\ s a -> s{_eibdsDeleteOnTermination = a});++-- | The ID of the EBS volume.+eibdsVolumeId :: Lens' EBSInstanceBlockDeviceSpecification (Maybe Text)+eibdsVolumeId = lens _eibdsVolumeId (\ s a -> s{_eibdsVolumeId = a});++instance Hashable EBSInstanceBlockDeviceSpecification++instance NFData EBSInstanceBlockDeviceSpecification++instance ToQuery EBSInstanceBlockDeviceSpecification+         where+        toQuery EBSInstanceBlockDeviceSpecification'{..}+          = mconcat+              ["DeleteOnTermination" =: _eibdsDeleteOnTermination,+               "VolumeId" =: _eibdsVolumeId]++-- | Describes a Spot fleet event.+--+-- /See:/ 'eventInformation' smart constructor.+data EventInformation = EventInformation'+    { _eiInstanceId       :: !(Maybe Text)+    , _eiEventDescription :: !(Maybe Text)+    , _eiEventSubType     :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'EventInformation' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'eiInstanceId'+--+-- * 'eiEventDescription'+--+-- * 'eiEventSubType'+eventInformation+    :: EventInformation+eventInformation =+    EventInformation'+    { _eiInstanceId = Nothing+    , _eiEventDescription = Nothing+    , _eiEventSubType = Nothing+    }++-- | The ID of the instance. This information is available only for 'instanceChange' events.+eiInstanceId :: Lens' EventInformation (Maybe Text)+eiInstanceId = lens _eiInstanceId (\ s a -> s{_eiInstanceId = a});++-- | The description of the event.+eiEventDescription :: Lens' EventInformation (Maybe Text)+eiEventDescription = lens _eiEventDescription (\ s a -> s{_eiEventDescription = a});++-- | The event.+--+-- The following are the 'error' events.+--+-- -   'iamFleetRoleInvalid' - The Spot fleet did not have the required permissions either to launch or terminate an instance.+--+-- -   'launchSpecTemporarilyBlacklisted' - The configuration is not valid and several attempts to launch instances have failed. For more information, see the description of the event.+--+-- -   'spotFleetRequestConfigurationInvalid' - The configuration is not valid. For more information, see the description of the event.+--+-- -   'spotInstanceCountLimitExceeded' - You\'ve reached the limit on the number of Spot instances that you can launch.+--+-- The following are the 'fleetRequestChange' events.+--+-- -   'active' - The Spot fleet has been validated and Amazon EC2 is attempting to maintain the target number of running Spot instances.+--+-- -   'cancelled' - The Spot fleet is canceled and has no running Spot instances. The Spot fleet will be deleted two days after its instances were terminated.+--+-- -   'cancelled_running' - The Spot fleet is canceled and will not launch additional Spot instances, but its existing Spot instances continue to run until they are interrupted or terminated.+--+-- -   'cancelled_terminating' - The Spot fleet is canceled and its Spot instances are terminating.+--+-- -   'expired' - The Spot fleet request has expired. A subsequent event indicates that the instances were terminated, if the request was created with 'TerminateInstancesWithExpiration' set.+--+-- -   'modify_in_progress' - A request to modify the Spot fleet request was accepted and is in progress.+--+-- -   'modify_successful' - The Spot fleet request was modified.+--+-- -   'price_update' - The bid price for a launch configuration was adjusted because it was too high. This change is permanent.+--+-- -   'submitted' - The Spot fleet request is being evaluated and Amazon EC2 is preparing to launch the target number of Spot instances.+--+-- The following are the 'instanceChange' events.+--+-- -   'launched' - A bid was fulfilled and a new instance was launched.+--+-- -   'terminated' - An instance was terminated by the user.+--+eiEventSubType :: Lens' EventInformation (Maybe Text)+eiEventSubType = lens _eiEventSubType (\ s a -> s{_eiEventSubType = a});++instance FromXML EventInformation where+        parseXML x+          = EventInformation' <$>+              (x .@? "instanceId") <*> (x .@? "eventDescription")+                <*> (x .@? "eventSubType")++instance Hashable EventInformation++instance NFData EventInformation++-- | Describes an instance export task.+--+-- /See:/ 'exportTask' smart constructor.+data ExportTask = ExportTask'+    { _etDescription           :: !Text+    , _etExportTaskId          :: !Text+    , _etExportToS3Task        :: !ExportToS3Task+    , _etInstanceExportDetails :: !InstanceExportDetails+    , _etState                 :: !ExportTaskState+    , _etStatusMessage         :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ExportTask' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'etDescription'+--+-- * 'etExportTaskId'+--+-- * 'etExportToS3Task'+--+-- * 'etInstanceExportDetails'+--+-- * 'etState'+--+-- * 'etStatusMessage'+exportTask+    :: Text -- ^ 'etDescription'+    -> Text -- ^ 'etExportTaskId'+    -> ExportToS3Task -- ^ 'etExportToS3Task'+    -> InstanceExportDetails -- ^ 'etInstanceExportDetails'+    -> ExportTaskState -- ^ 'etState'+    -> Text -- ^ 'etStatusMessage'+    -> ExportTask+exportTask pDescription_ pExportTaskId_ pExportToS3Task_ pInstanceExportDetails_ pState_ pStatusMessage_ =+    ExportTask'+    { _etDescription = pDescription_+    , _etExportTaskId = pExportTaskId_+    , _etExportToS3Task = pExportToS3Task_+    , _etInstanceExportDetails = pInstanceExportDetails_+    , _etState = pState_+    , _etStatusMessage = pStatusMessage_+    }++-- | A description of the resource being exported.+etDescription :: Lens' ExportTask Text+etDescription = lens _etDescription (\ s a -> s{_etDescription = a});++-- | The ID of the export task.+etExportTaskId :: Lens' ExportTask Text+etExportTaskId = lens _etExportTaskId (\ s a -> s{_etExportTaskId = a});++-- | Information about the export task.+etExportToS3Task :: Lens' ExportTask ExportToS3Task+etExportToS3Task = lens _etExportToS3Task (\ s a -> s{_etExportToS3Task = a});++-- | Information about the instance to export.+etInstanceExportDetails :: Lens' ExportTask InstanceExportDetails+etInstanceExportDetails = lens _etInstanceExportDetails (\ s a -> s{_etInstanceExportDetails = a});++-- | The state of the export task.+etState :: Lens' ExportTask ExportTaskState+etState = lens _etState (\ s a -> s{_etState = a});++-- | The status message related to the export task.+etStatusMessage :: Lens' ExportTask Text+etStatusMessage = lens _etStatusMessage (\ s a -> s{_etStatusMessage = a});++instance FromXML ExportTask where+        parseXML x+          = ExportTask' <$>+              (x .@ "description") <*> (x .@ "exportTaskId") <*>+                (x .@ "exportToS3")+                <*> (x .@ "instanceExport")+                <*> (x .@ "state")+                <*> (x .@ "statusMessage")++instance Hashable ExportTask++instance NFData ExportTask++-- | Describes the format and location for an instance export task.+--+-- /See:/ 'exportToS3Task' smart constructor.+data ExportToS3Task = ExportToS3Task'+    { _etstS3Key           :: !(Maybe Text)+    , _etstContainerFormat :: !(Maybe ContainerFormat)+    , _etstS3Bucket        :: !(Maybe Text)+    , _etstDiskImageFormat :: !(Maybe DiskImageFormat)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ExportToS3Task' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'etstS3Key'+--+-- * 'etstContainerFormat'+--+-- * 'etstS3Bucket'+--+-- * 'etstDiskImageFormat'+exportToS3Task+    :: ExportToS3Task+exportToS3Task =+    ExportToS3Task'+    { _etstS3Key = Nothing+    , _etstContainerFormat = Nothing+    , _etstS3Bucket = Nothing+    , _etstDiskImageFormat = Nothing+    }++-- | The encryption key for your S3 bucket.+etstS3Key :: Lens' ExportToS3Task (Maybe Text)+etstS3Key = lens _etstS3Key (\ s a -> s{_etstS3Key = a});++-- | The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.+etstContainerFormat :: Lens' ExportToS3Task (Maybe ContainerFormat)+etstContainerFormat = lens _etstContainerFormat (\ s a -> s{_etstContainerFormat = a});++-- | The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account 'vm-import-export\'amazon.com'.+etstS3Bucket :: Lens' ExportToS3Task (Maybe Text)+etstS3Bucket = lens _etstS3Bucket (\ s a -> s{_etstS3Bucket = a});++-- | The format for the exported image.+etstDiskImageFormat :: Lens' ExportToS3Task (Maybe DiskImageFormat)+etstDiskImageFormat = lens _etstDiskImageFormat (\ s a -> s{_etstDiskImageFormat = a});++instance FromXML ExportToS3Task where+        parseXML x+          = ExportToS3Task' <$>+              (x .@? "s3Key") <*> (x .@? "containerFormat") <*>+                (x .@? "s3Bucket")+                <*> (x .@? "diskImageFormat")++instance Hashable ExportToS3Task++instance NFData ExportToS3Task++-- | Describes an instance export task.+--+-- /See:/ 'exportToS3TaskSpecification' smart constructor.+data ExportToS3TaskSpecification = ExportToS3TaskSpecification'+    { _etstsContainerFormat :: !(Maybe ContainerFormat)+    , _etstsS3Prefix        :: !(Maybe Text)+    , _etstsS3Bucket        :: !(Maybe Text)+    , _etstsDiskImageFormat :: !(Maybe DiskImageFormat)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ExportToS3TaskSpecification' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'etstsContainerFormat'+--+-- * 'etstsS3Prefix'+--+-- * 'etstsS3Bucket'+--+-- * 'etstsDiskImageFormat'+exportToS3TaskSpecification+    :: ExportToS3TaskSpecification+exportToS3TaskSpecification =+    ExportToS3TaskSpecification'+    { _etstsContainerFormat = Nothing+    , _etstsS3Prefix = Nothing+    , _etstsS3Bucket = Nothing+    , _etstsDiskImageFormat = Nothing+    }++-- | The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.+etstsContainerFormat :: Lens' ExportToS3TaskSpecification (Maybe ContainerFormat)+etstsContainerFormat = lens _etstsContainerFormat (\ s a -> s{_etstsContainerFormat = a});++-- | The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + \'.\' + diskImageFormat.+etstsS3Prefix :: Lens' ExportToS3TaskSpecification (Maybe Text)+etstsS3Prefix = lens _etstsS3Prefix (\ s a -> s{_etstsS3Prefix = a});++-- | The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account 'vm-import-export\'amazon.com'.+etstsS3Bucket :: Lens' ExportToS3TaskSpecification (Maybe Text)+etstsS3Bucket = lens _etstsS3Bucket (\ s a -> s{_etstsS3Bucket = a});++-- | The format for the exported image.+etstsDiskImageFormat :: Lens' ExportToS3TaskSpecification (Maybe DiskImageFormat)+etstsDiskImageFormat = lens _etstsDiskImageFormat (\ s a -> s{_etstsDiskImageFormat = a});++instance Hashable ExportToS3TaskSpecification++instance NFData ExportToS3TaskSpecification++instance ToQuery ExportToS3TaskSpecification where+        toQuery ExportToS3TaskSpecification'{..}+          = mconcat+              ["ContainerFormat" =: _etstsContainerFormat,+               "S3Prefix" =: _etstsS3Prefix,+               "S3Bucket" =: _etstsS3Bucket,+               "DiskImageFormat" =: _etstsDiskImageFormat]++-- | A filter name and value pair that is used to return a more specific list of results. Filters can be used to match a set of resources by various criteria, such as tags, attributes, or IDs.+--+-- /See:/ 'filter'' smart constructor.+data Filter = Filter'+    { _fValues :: !(Maybe [Text])+    , _fName   :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'Filter' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'fValues'+--+-- * 'fName'+filter'+    :: Text -- ^ 'fName'+    -> Filter+filter' pName_ =+    Filter'+    { _fValues = Nothing+    , _fName = pName_+    }++-- | One or more filter values. Filter values are case-sensitive.+fValues :: Lens' Filter [Text]+fValues = lens _fValues (\ s a -> s{_fValues = a}) . _Default . _Coerce;++-- | The name of the filter. Filter names are case-sensitive.+fName :: Lens' Filter Text+fName = lens _fName (\ s a -> s{_fName = a});++instance Hashable Filter++instance NFData Filter++instance ToQuery Filter where+        toQuery Filter'{..}+          = mconcat+              [toQuery (toQueryList "Value" <$> _fValues),+               "Name" =: _fName]++-- | Describes a flow log.+--+-- /See:/ 'flowLog' smart constructor.+data FlowLog = FlowLog'+    { _flCreationTime             :: !(Maybe ISO8601)+    , _flResourceId               :: !(Maybe Text)+    , _flFlowLogStatus            :: !(Maybe Text)+    , _flTrafficType              :: !(Maybe TrafficType)+    , _flDeliverLogsStatus        :: !(Maybe Text)+    , _flDeliverLogsErrorMessage  :: !(Maybe Text)+    , _flLogGroupName             :: !(Maybe Text)+    , _flDeliverLogsPermissionARN :: !(Maybe Text)+    , _flFlowLogId                :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'FlowLog' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'flCreationTime'+--+-- * 'flResourceId'+--+-- * 'flFlowLogStatus'+--+-- * 'flTrafficType'+--+-- * 'flDeliverLogsStatus'+--+-- * 'flDeliverLogsErrorMessage'+--+-- * 'flLogGroupName'+--+-- * 'flDeliverLogsPermissionARN'+--+-- * 'flFlowLogId'+flowLog+    :: FlowLog+flowLog =+    FlowLog'+    { _flCreationTime = Nothing+    , _flResourceId = Nothing+    , _flFlowLogStatus = Nothing+    , _flTrafficType = Nothing+    , _flDeliverLogsStatus = Nothing+    , _flDeliverLogsErrorMessage = Nothing+    , _flLogGroupName = Nothing+    , _flDeliverLogsPermissionARN = Nothing+    , _flFlowLogId = Nothing+    }++-- | The date and time the flow log was created.+flCreationTime :: Lens' FlowLog (Maybe UTCTime)+flCreationTime = lens _flCreationTime (\ s a -> s{_flCreationTime = a}) . mapping _Time;++-- | The ID of the resource on which the flow log was created.+flResourceId :: Lens' FlowLog (Maybe Text)+flResourceId = lens _flResourceId (\ s a -> s{_flResourceId = a});++-- | The status of the flow log ('ACTIVE').+flFlowLogStatus :: Lens' FlowLog (Maybe Text)+flFlowLogStatus = lens _flFlowLogStatus (\ s a -> s{_flFlowLogStatus = a});++-- | The type of traffic captured for the flow log.+flTrafficType :: Lens' FlowLog (Maybe TrafficType)+flTrafficType = lens _flTrafficType (\ s a -> s{_flTrafficType = a});++-- | The status of the logs delivery ('SUCCESS' | 'FAILED').+flDeliverLogsStatus :: Lens' FlowLog (Maybe Text)+flDeliverLogsStatus = lens _flDeliverLogsStatus (\ s a -> s{_flDeliverLogsStatus = a});++-- | Information about the error that occurred. 'Rate limited' indicates that CloudWatch logs throttling has been applied for one or more network interfaces, or that you\'ve reached the limit on the number of CloudWatch Logs log groups that you can create. 'Access error' indicates that the IAM role associated with the flow log does not have sufficient permissions to publish to CloudWatch Logs. 'Unknown error' indicates an internal error.+flDeliverLogsErrorMessage :: Lens' FlowLog (Maybe Text)+flDeliverLogsErrorMessage = lens _flDeliverLogsErrorMessage (\ s a -> s{_flDeliverLogsErrorMessage = a});++-- | The name of the flow log group.+flLogGroupName :: Lens' FlowLog (Maybe Text)+flLogGroupName = lens _flLogGroupName (\ s a -> s{_flLogGroupName = a});++-- | The ARN of the IAM role that posts logs to CloudWatch Logs.+flDeliverLogsPermissionARN :: Lens' FlowLog (Maybe Text)+flDeliverLogsPermissionARN = lens _flDeliverLogsPermissionARN (\ s a -> s{_flDeliverLogsPermissionARN = a});++-- | The flow log ID.+flFlowLogId :: Lens' FlowLog (Maybe Text)+flFlowLogId = lens _flFlowLogId (\ s a -> s{_flFlowLogId = a});++instance FromXML FlowLog where+        parseXML x+          = FlowLog' <$>+              (x .@? "creationTime") <*> (x .@? "resourceId") <*>+                (x .@? "flowLogStatus")+                <*> (x .@? "trafficType")+                <*> (x .@? "deliverLogsStatus")+                <*> (x .@? "deliverLogsErrorMessage")+                <*> (x .@? "logGroupName")+                <*> (x .@? "deliverLogsPermissionArn")+                <*> (x .@? "flowLogId")++instance Hashable FlowLog++instance NFData FlowLog++-- | Describes a security group.+--+-- /See:/ 'groupIdentifier' smart constructor.+data GroupIdentifier = GroupIdentifier'+    { _giGroupId   :: !(Maybe Text)+    , _giGroupName :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'GroupIdentifier' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'giGroupId'+--+-- * 'giGroupName'+groupIdentifier+    :: GroupIdentifier+groupIdentifier =+    GroupIdentifier'+    { _giGroupId = Nothing+    , _giGroupName = Nothing+    }++-- | The ID of the security group.+giGroupId :: Lens' GroupIdentifier (Maybe Text)+giGroupId = lens _giGroupId (\ s a -> s{_giGroupId = a});++-- | The name of the security group.+giGroupName :: Lens' GroupIdentifier (Maybe Text)+giGroupName = lens _giGroupName (\ s a -> s{_giGroupName = a});++instance FromXML GroupIdentifier where+        parseXML x+          = GroupIdentifier' <$>+              (x .@? "groupId") <*> (x .@? "groupName")++instance Hashable GroupIdentifier++instance NFData GroupIdentifier++instance ToQuery GroupIdentifier where+        toQuery GroupIdentifier'{..}+          = mconcat+              ["GroupId" =: _giGroupId,+               "GroupName" =: _giGroupName]++-- | Describes an event in the history of the Spot fleet request.+--+-- /See:/ 'historyRecord' smart constructor.+data HistoryRecord = HistoryRecord'+    { _hrTimestamp        :: !ISO8601+    , _hrEventType        :: !EventType+    , _hrEventInformation :: !EventInformation+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'HistoryRecord' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'hrTimestamp'+--+-- * 'hrEventType'+--+-- * 'hrEventInformation'+historyRecord+    :: UTCTime -- ^ 'hrTimestamp'+    -> EventType -- ^ 'hrEventType'+    -> EventInformation -- ^ 'hrEventInformation'+    -> HistoryRecord+historyRecord pTimestamp_ pEventType_ pEventInformation_ =+    HistoryRecord'+    { _hrTimestamp = _Time # pTimestamp_+    , _hrEventType = pEventType_+    , _hrEventInformation = pEventInformation_+    }++-- | The date and time of the event, in UTC format (for example, /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z).+hrTimestamp :: Lens' HistoryRecord UTCTime+hrTimestamp = lens _hrTimestamp (\ s a -> s{_hrTimestamp = a}) . _Time;++-- | The event type.+--+-- -   'error' - Indicates an error with the Spot fleet request.+--+-- -   'fleetRequestChange' - Indicates a change in the status or configuration of the Spot fleet request.+--+-- -   'instanceChange' - Indicates that an instance was launched or terminated.+--+hrEventType :: Lens' HistoryRecord EventType+hrEventType = lens _hrEventType (\ s a -> s{_hrEventType = a});++-- | Information about the event.+hrEventInformation :: Lens' HistoryRecord EventInformation+hrEventInformation = lens _hrEventInformation (\ s a -> s{_hrEventInformation = a});++instance FromXML HistoryRecord where+        parseXML x+          = HistoryRecord' <$>+              (x .@ "timestamp") <*> (x .@ "eventType") <*>+                (x .@ "eventInformation")++instance Hashable HistoryRecord++instance NFData HistoryRecord++-- | Describes the properties of the Dedicated host.+--+-- /See:/ 'host' smart constructor.+data Host = Host'+    { _hState             :: !(Maybe AllocationState)+    , _hClientToken       :: !(Maybe Text)+    , _hHostId            :: !(Maybe Text)+    , _hAvailableCapacity :: !(Maybe AvailableCapacity)+    , _hHostReservationId :: !(Maybe Text)+    , _hHostProperties    :: !(Maybe HostProperties)+    , _hAvailabilityZone  :: !(Maybe Text)+    , _hInstances         :: !(Maybe [HostInstance])+    , _hAutoPlacement     :: !(Maybe AutoPlacement)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'Host' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'hState'+--+-- * 'hClientToken'+--+-- * 'hHostId'+--+-- * 'hAvailableCapacity'+--+-- * 'hHostReservationId'+--+-- * 'hHostProperties'+--+-- * 'hAvailabilityZone'+--+-- * 'hInstances'+--+-- * 'hAutoPlacement'+host+    :: Host+host =+    Host'+    { _hState = Nothing+    , _hClientToken = Nothing+    , _hHostId = Nothing+    , _hAvailableCapacity = Nothing+    , _hHostReservationId = Nothing+    , _hHostProperties = Nothing+    , _hAvailabilityZone = Nothing+    , _hInstances = Nothing+    , _hAutoPlacement = Nothing+    }++-- | The Dedicated host\'s state.+hState :: Lens' Host (Maybe AllocationState)+hState = lens _hState (\ s a -> s{_hState = a});++-- | Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html How to Ensure Idempotency> in the /Amazon Elastic Compute Cloud User Guide/.+hClientToken :: Lens' Host (Maybe Text)+hClientToken = lens _hClientToken (\ s a -> s{_hClientToken = a});++-- | The ID of the Dedicated host.+hHostId :: Lens' Host (Maybe Text)+hHostId = lens _hHostId (\ s a -> s{_hHostId = a});++-- | The number of new instances that can be launched onto the Dedicated host.+hAvailableCapacity :: Lens' Host (Maybe AvailableCapacity)+hAvailableCapacity = lens _hAvailableCapacity (\ s a -> s{_hAvailableCapacity = a});++-- | The reservation ID of the Dedicated host. This returns a 'null' response if the Dedicated host doesn\'t have an associated reservation.+hHostReservationId :: Lens' Host (Maybe Text)+hHostReservationId = lens _hHostReservationId (\ s a -> s{_hHostReservationId = a});++-- | The hardware specifications of the Dedicated host.+hHostProperties :: Lens' Host (Maybe HostProperties)+hHostProperties = lens _hHostProperties (\ s a -> s{_hHostProperties = a});++-- | The Availability Zone of the Dedicated host.+hAvailabilityZone :: Lens' Host (Maybe Text)+hAvailabilityZone = lens _hAvailabilityZone (\ s a -> s{_hAvailabilityZone = a});++-- | The IDs and instance type that are currently running on the Dedicated host.+hInstances :: Lens' Host [HostInstance]+hInstances = lens _hInstances (\ s a -> s{_hInstances = a}) . _Default . _Coerce;++-- | Whether auto-placement is on or off.+hAutoPlacement :: Lens' Host (Maybe AutoPlacement)+hAutoPlacement = lens _hAutoPlacement (\ s a -> s{_hAutoPlacement = a});++instance FromXML Host where+        parseXML x+          = Host' <$>+              (x .@? "state") <*> (x .@? "clientToken") <*>+                (x .@? "hostId")+                <*> (x .@? "availableCapacity")+                <*> (x .@? "hostReservationId")+                <*> (x .@? "hostProperties")+                <*> (x .@? "availabilityZone")+                <*>+                (x .@? "instances" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "autoPlacement")++instance Hashable Host++instance NFData Host++-- | Describes an instance running on a Dedicated host.+--+-- /See:/ 'hostInstance' smart constructor.+data HostInstance = HostInstance'+    { _hiInstanceId   :: !(Maybe Text)+    , _hiInstanceType :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'HostInstance' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'hiInstanceId'+--+-- * 'hiInstanceType'+hostInstance+    :: HostInstance+hostInstance =+    HostInstance'+    { _hiInstanceId = Nothing+    , _hiInstanceType = Nothing+    }++-- | the IDs of instances that are running on the Dedicated host.+hiInstanceId :: Lens' HostInstance (Maybe Text)+hiInstanceId = lens _hiInstanceId (\ s a -> s{_hiInstanceId = a});++-- | The instance type size (for example, m3.medium) of the running instance.+hiInstanceType :: Lens' HostInstance (Maybe Text)+hiInstanceType = lens _hiInstanceType (\ s a -> s{_hiInstanceType = a});++instance FromXML HostInstance where+        parseXML x+          = HostInstance' <$>+              (x .@? "instanceId") <*> (x .@? "instanceType")++instance Hashable HostInstance++instance NFData HostInstance++-- | Describes properties of a Dedicated host.+--+-- /See:/ 'hostProperties' smart constructor.+data HostProperties = HostProperties'+    { _hpInstanceType :: !(Maybe Text)+    , _hpTotalVCPUs   :: !(Maybe Int)+    , _hpCores        :: !(Maybe Int)+    , _hpSockets      :: !(Maybe Int)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'HostProperties' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'hpInstanceType'+--+-- * 'hpTotalVCPUs'+--+-- * 'hpCores'+--+-- * 'hpSockets'+hostProperties+    :: HostProperties+hostProperties =+    HostProperties'+    { _hpInstanceType = Nothing+    , _hpTotalVCPUs = Nothing+    , _hpCores = Nothing+    , _hpSockets = Nothing+    }++-- | The instance type size that the Dedicated host supports (for example, m3.medium).+hpInstanceType :: Lens' HostProperties (Maybe Text)+hpInstanceType = lens _hpInstanceType (\ s a -> s{_hpInstanceType = a});++-- | The number of vCPUs on the Dedicated host.+hpTotalVCPUs :: Lens' HostProperties (Maybe Int)+hpTotalVCPUs = lens _hpTotalVCPUs (\ s a -> s{_hpTotalVCPUs = a});++-- | The number of cores on the Dedicated host.+hpCores :: Lens' HostProperties (Maybe Int)+hpCores = lens _hpCores (\ s a -> s{_hpCores = a});++-- | The number of sockets on the Dedicated host.+hpSockets :: Lens' HostProperties (Maybe Int)+hpSockets = lens _hpSockets (\ s a -> s{_hpSockets = a});++instance FromXML HostProperties where+        parseXML x+          = HostProperties' <$>+              (x .@? "instanceType") <*> (x .@? "totalVCpus") <*>+                (x .@? "cores")+                <*> (x .@? "sockets")++instance Hashable HostProperties++instance NFData HostProperties++-- | Describes an IAM instance profile.+--+-- /See:/ 'iamInstanceProfile' smart constructor.+data IAMInstanceProfile = IAMInstanceProfile'+    { _iapARN :: !(Maybe Text)+    , _iapId  :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'IAMInstanceProfile' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'iapARN'+--+-- * 'iapId'+iamInstanceProfile+    :: IAMInstanceProfile+iamInstanceProfile =+    IAMInstanceProfile'+    { _iapARN = Nothing+    , _iapId = Nothing+    }++-- | The Amazon Resource Name (ARN) of the instance profile.+iapARN :: Lens' IAMInstanceProfile (Maybe Text)+iapARN = lens _iapARN (\ s a -> s{_iapARN = a});++-- | The ID of the instance profile.+iapId :: Lens' IAMInstanceProfile (Maybe Text)+iapId = lens _iapId (\ s a -> s{_iapId = a});++instance FromXML IAMInstanceProfile where+        parseXML x+          = IAMInstanceProfile' <$>+              (x .@? "arn") <*> (x .@? "id")++instance Hashable IAMInstanceProfile++instance NFData IAMInstanceProfile++-- | Describes an IAM instance profile.+--+-- /See:/ 'iamInstanceProfileSpecification' smart constructor.+data IAMInstanceProfileSpecification = IAMInstanceProfileSpecification'+    { _iapsARN  :: !(Maybe Text)+    , _iapsName :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'IAMInstanceProfileSpecification' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'iapsARN'+--+-- * 'iapsName'+iamInstanceProfileSpecification+    :: IAMInstanceProfileSpecification+iamInstanceProfileSpecification =+    IAMInstanceProfileSpecification'+    { _iapsARN = Nothing+    , _iapsName = Nothing+    }++-- | The Amazon Resource Name (ARN) of the instance profile.+iapsARN :: Lens' IAMInstanceProfileSpecification (Maybe Text)+iapsARN = lens _iapsARN (\ s a -> s{_iapsARN = a});++-- | The name of the instance profile.+iapsName :: Lens' IAMInstanceProfileSpecification (Maybe Text)+iapsName = lens _iapsName (\ s a -> s{_iapsName = a});++instance FromXML IAMInstanceProfileSpecification+         where+        parseXML x+          = IAMInstanceProfileSpecification' <$>+              (x .@? "arn") <*> (x .@? "name")++instance Hashable IAMInstanceProfileSpecification++instance NFData IAMInstanceProfileSpecification++instance ToQuery IAMInstanceProfileSpecification+         where+        toQuery IAMInstanceProfileSpecification'{..}+          = mconcat ["Arn" =: _iapsARN, "Name" =: _iapsName]++-- | Describes the ICMP type and code.+--+-- /See:/ 'icmpTypeCode' smart constructor.+data ICMPTypeCode = ICMPTypeCode'+    { _itcCode :: !(Maybe Int)+    , _itcType :: !(Maybe Int)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ICMPTypeCode' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'itcCode'+--+-- * 'itcType'+icmpTypeCode+    :: ICMPTypeCode+icmpTypeCode =+    ICMPTypeCode'+    { _itcCode = Nothing+    , _itcType = Nothing+    }++-- | The ICMP type. A value of -1 means all types.+itcCode :: Lens' ICMPTypeCode (Maybe Int)+itcCode = lens _itcCode (\ s a -> s{_itcCode = a});++-- | The ICMP code. A value of -1 means all codes for the specified ICMP type.+itcType :: Lens' ICMPTypeCode (Maybe Int)+itcType = lens _itcType (\ s a -> s{_itcType = a});++instance FromXML ICMPTypeCode where+        parseXML x+          = ICMPTypeCode' <$> (x .@? "code") <*> (x .@? "type")++instance Hashable ICMPTypeCode++instance NFData ICMPTypeCode++instance ToQuery ICMPTypeCode where+        toQuery ICMPTypeCode'{..}+          = mconcat ["Code" =: _itcCode, "Type" =: _itcType]++-- | Describes a security group rule.+--+-- /See:/ 'ipPermission' smart constructor.+data IPPermission = IPPermission'+    { _ipFromPort         :: !(Maybe Int)+    , _ipUserIdGroupPairs :: !(Maybe [UserIdGroupPair])+    , _ipPrefixListIds    :: !(Maybe [PrefixListId])+    , _ipToPort           :: !(Maybe Int)+    , _ipIPRanges         :: !(Maybe [IPRange])+    , _ipIPProtocol       :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'IPPermission' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'ipFromPort'+--+-- * 'ipUserIdGroupPairs'+--+-- * 'ipPrefixListIds'+--+-- * 'ipToPort'+--+-- * 'ipIPRanges'+--+-- * 'ipIPProtocol'+ipPermission+    :: Text -- ^ 'ipIPProtocol'+    -> IPPermission+ipPermission pIPProtocol_ =+    IPPermission'+    { _ipFromPort = Nothing+    , _ipUserIdGroupPairs = Nothing+    , _ipPrefixListIds = Nothing+    , _ipToPort = Nothing+    , _ipIPRanges = Nothing+    , _ipIPProtocol = pIPProtocol_+    }++-- | The start of port range for the TCP and UDP protocols, or an ICMP type number. A value of '-1' indicates all ICMP types.+ipFromPort :: Lens' IPPermission (Maybe Int)+ipFromPort = lens _ipFromPort (\ s a -> s{_ipFromPort = a});++-- | One or more security group and AWS account ID pairs.+ipUserIdGroupPairs :: Lens' IPPermission [UserIdGroupPair]+ipUserIdGroupPairs = lens _ipUserIdGroupPairs (\ s a -> s{_ipUserIdGroupPairs = a}) . _Default . _Coerce;++-- | (Valid for < AuthorizeSecurityGroupEgress>, < RevokeSecurityGroupEgress> and < DescribeSecurityGroups> only) One or more prefix list IDs for an AWS service. In an < AuthorizeSecurityGroupEgress> request, this is the AWS service that you want to access through a VPC endpoint from instances associated with the security group.+ipPrefixListIds :: Lens' IPPermission [PrefixListId]+ipPrefixListIds = lens _ipPrefixListIds (\ s a -> s{_ipPrefixListIds = a}) . _Default . _Coerce;++-- | The end of port range for the TCP and UDP protocols, or an ICMP code. A value of '-1' indicates all ICMP codes for the specified ICMP type.+ipToPort :: Lens' IPPermission (Maybe Int)+ipToPort = lens _ipToPort (\ s a -> s{_ipToPort = a});++-- | One or more IP ranges.+ipIPRanges :: Lens' IPPermission [IPRange]+ipIPRanges = lens _ipIPRanges (\ s a -> s{_ipIPRanges = a}) . _Default . _Coerce;++-- | The IP protocol name (for 'tcp', 'udp', and 'icmp') or number (see <http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml Protocol Numbers>).+--+-- [EC2-VPC only] When you authorize or revoke security group rules, you can use '-1' to specify all.+ipIPProtocol :: Lens' IPPermission Text+ipIPProtocol = lens _ipIPProtocol (\ s a -> s{_ipIPProtocol = a});++instance FromXML IPPermission where+        parseXML x+          = IPPermission' <$>+              (x .@? "fromPort") <*>+                (x .@? "groups" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*>+                (x .@? "prefixListIds" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "toPort")+                <*>+                (x .@? "ipRanges" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@ "ipProtocol")++instance Hashable IPPermission++instance NFData IPPermission++instance ToQuery IPPermission where+        toQuery IPPermission'{..}+          = mconcat+              ["FromPort" =: _ipFromPort,+               toQuery+                 (toQueryList "Groups" <$> _ipUserIdGroupPairs),+               toQuery+                 (toQueryList "PrefixListIds" <$> _ipPrefixListIds),+               "ToPort" =: _ipToPort,+               toQuery (toQueryList "IpRanges" <$> _ipIPRanges),+               "IpProtocol" =: _ipIPProtocol]++-- | Describes an IP range.+--+-- /See:/ 'ipRange' smart constructor.+newtype IPRange = IPRange'+    { _irCIdRIP :: Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'IPRange' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'irCIdRIP'+ipRange+    :: Text -- ^ 'irCIdRIP'+    -> IPRange+ipRange pCIdRIP_ =+    IPRange'+    { _irCIdRIP = pCIdRIP_+    }++-- | The CIDR range. You can either specify a CIDR range or a source security group, not both.+irCIdRIP :: Lens' IPRange Text+irCIdRIP = lens _irCIdRIP (\ s a -> s{_irCIdRIP = a});++instance FromXML IPRange where+        parseXML x = IPRange' <$> (x .@ "cidrIp")++instance Hashable IPRange++instance NFData IPRange++instance ToQuery IPRange where+        toQuery IPRange'{..}+          = mconcat ["CidrIp" =: _irCIdRIP]++-- | Describes the ID format for a resource.+--+-- /See:/ 'idFormat' smart constructor.+data IdFormat = IdFormat'+    { _ifUseLongIds :: !(Maybe Bool)+    , _ifDeadline   :: !(Maybe ISO8601)+    , _ifResource   :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'IdFormat' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'ifUseLongIds'+--+-- * 'ifDeadline'+--+-- * 'ifResource'+idFormat+    :: IdFormat+idFormat =+    IdFormat'+    { _ifUseLongIds = Nothing+    , _ifDeadline = Nothing+    , _ifResource = Nothing+    }++-- | Indicates whether longer IDs (17-character IDs) are enabled for the resource.+ifUseLongIds :: Lens' IdFormat (Maybe Bool)+ifUseLongIds = lens _ifUseLongIds (\ s a -> s{_ifUseLongIds = a});++-- | The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not yet available for this resource type, this field is not returned.+ifDeadline :: Lens' IdFormat (Maybe UTCTime)+ifDeadline = lens _ifDeadline (\ s a -> s{_ifDeadline = a}) . mapping _Time;++-- | The type of resource.+ifResource :: Lens' IdFormat (Maybe Text)+ifResource = lens _ifResource (\ s a -> s{_ifResource = a});++instance FromXML IdFormat where+        parseXML x+          = IdFormat' <$>+              (x .@? "useLongIds") <*> (x .@? "deadline") <*>+                (x .@? "resource")++instance Hashable IdFormat++instance NFData IdFormat++-- | Describes an image.+--+-- /See:/ 'image' smart constructor.+data Image = Image'+    { _iPlatform            :: !(Maybe PlatformValues)+    , _iImageOwnerAlias     :: !(Maybe Text)+    , _iRAMDiskId           :: !(Maybe Text)+    , _iKernelId            :: !(Maybe Text)+    , _iRootDeviceName      :: !(Maybe Text)+    , _iSRIOVNetSupport     :: !(Maybe Text)+    , _iName                :: !(Maybe Text)+    , _iCreationDate        :: !(Maybe Text)+    , _iProductCodes        :: !(Maybe [ProductCode])+    , _iStateReason         :: !(Maybe StateReason)+    , _iDescription         :: !(Maybe Text)+    , _iBlockDeviceMappings :: !(Maybe [BlockDeviceMapping])+    , _iTags                :: !(Maybe [Tag])+    , _iImageId             :: !Text+    , _iImageLocation       :: !Text+    , _iState               :: !ImageState+    , _iOwnerId             :: !Text+    , _iPublic              :: !Bool+    , _iArchitecture        :: !ArchitectureValues+    , _iImageType           :: !ImageTypeValues+    , _iRootDeviceType      :: !DeviceType+    , _iVirtualizationType  :: !VirtualizationType+    , _iHypervisor          :: !HypervisorType+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'Image' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'iPlatform'+--+-- * 'iImageOwnerAlias'+--+-- * 'iRAMDiskId'+--+-- * 'iKernelId'+--+-- * 'iRootDeviceName'+--+-- * 'iSRIOVNetSupport'+--+-- * 'iName'+--+-- * 'iCreationDate'+--+-- * 'iProductCodes'+--+-- * 'iStateReason'+--+-- * 'iDescription'+--+-- * 'iBlockDeviceMappings'+--+-- * 'iTags'+--+-- * 'iImageId'+--+-- * 'iImageLocation'+--+-- * 'iState'+--+-- * 'iOwnerId'+--+-- * 'iPublic'+--+-- * 'iArchitecture'+--+-- * 'iImageType'+--+-- * 'iRootDeviceType'+--+-- * 'iVirtualizationType'+--+-- * 'iHypervisor'+image+    :: Text -- ^ 'iImageId'+    -> Text -- ^ 'iImageLocation'+    -> ImageState -- ^ 'iState'+    -> Text -- ^ 'iOwnerId'+    -> Bool -- ^ 'iPublic'+    -> ArchitectureValues -- ^ 'iArchitecture'+    -> ImageTypeValues -- ^ 'iImageType'+    -> DeviceType -- ^ 'iRootDeviceType'+    -> VirtualizationType -- ^ 'iVirtualizationType'+    -> HypervisorType -- ^ 'iHypervisor'+    -> Image+image pImageId_ pImageLocation_ pState_ pOwnerId_ pPublic_ pArchitecture_ pImageType_ pRootDeviceType_ pVirtualizationType_ pHypervisor_ =+    Image'+    { _iPlatform = Nothing+    , _iImageOwnerAlias = Nothing+    , _iRAMDiskId = Nothing+    , _iKernelId = Nothing+    , _iRootDeviceName = Nothing+    , _iSRIOVNetSupport = Nothing+    , _iName = Nothing+    , _iCreationDate = Nothing+    , _iProductCodes = Nothing+    , _iStateReason = Nothing+    , _iDescription = Nothing+    , _iBlockDeviceMappings = Nothing+    , _iTags = Nothing+    , _iImageId = pImageId_+    , _iImageLocation = pImageLocation_+    , _iState = pState_+    , _iOwnerId = pOwnerId_+    , _iPublic = pPublic_+    , _iArchitecture = pArchitecture_+    , _iImageType = pImageType_+    , _iRootDeviceType = pRootDeviceType_+    , _iVirtualizationType = pVirtualizationType_+    , _iHypervisor = pHypervisor_+    }++-- | The value is 'Windows' for Windows AMIs; otherwise blank.+iPlatform :: Lens' Image (Maybe PlatformValues)+iPlatform = lens _iPlatform (\ s a -> s{_iPlatform = a});++-- | The AWS account alias (for example, 'amazon', 'self') or the AWS account ID of the AMI owner.+iImageOwnerAlias :: Lens' Image (Maybe Text)+iImageOwnerAlias = lens _iImageOwnerAlias (\ s a -> s{_iImageOwnerAlias = a});++-- | The RAM disk associated with the image, if any. Only applicable for machine images.+iRAMDiskId :: Lens' Image (Maybe Text)+iRAMDiskId = lens _iRAMDiskId (\ s a -> s{_iRAMDiskId = a});++-- | The kernel associated with the image, if any. Only applicable for machine images.+iKernelId :: Lens' Image (Maybe Text)+iKernelId = lens _iKernelId (\ s a -> s{_iKernelId = a});++-- | The device name of the root device (for example, '\/dev\/sda1' or '\/dev\/xvda').+iRootDeviceName :: Lens' Image (Maybe Text)+iRootDeviceName = lens _iRootDeviceName (\ s a -> s{_iRootDeviceName = a});++-- | Specifies whether enhanced networking is enabled.+iSRIOVNetSupport :: Lens' Image (Maybe Text)+iSRIOVNetSupport = lens _iSRIOVNetSupport (\ s a -> s{_iSRIOVNetSupport = a});++-- | The name of the AMI that was provided during image creation.+iName :: Lens' Image (Maybe Text)+iName = lens _iName (\ s a -> s{_iName = a});++-- | The date and time the image was created.+iCreationDate :: Lens' Image (Maybe Text)+iCreationDate = lens _iCreationDate (\ s a -> s{_iCreationDate = a});++-- | Any product codes associated with the AMI.+iProductCodes :: Lens' Image [ProductCode]+iProductCodes = lens _iProductCodes (\ s a -> s{_iProductCodes = a}) . _Default . _Coerce;++-- | The reason for the state change.+iStateReason :: Lens' Image (Maybe StateReason)+iStateReason = lens _iStateReason (\ s a -> s{_iStateReason = a});++-- | The description of the AMI that was provided during image creation.+iDescription :: Lens' Image (Maybe Text)+iDescription = lens _iDescription (\ s a -> s{_iDescription = a});++-- | Any block device mapping entries.+iBlockDeviceMappings :: Lens' Image [BlockDeviceMapping]+iBlockDeviceMappings = lens _iBlockDeviceMappings (\ s a -> s{_iBlockDeviceMappings = a}) . _Default . _Coerce;++-- | Any tags assigned to the image.+iTags :: Lens' Image [Tag]+iTags = lens _iTags (\ s a -> s{_iTags = a}) . _Default . _Coerce;++-- | The ID of the AMI.+iImageId :: Lens' Image Text+iImageId = lens _iImageId (\ s a -> s{_iImageId = a});++-- | The location of the AMI.+iImageLocation :: Lens' Image Text+iImageLocation = lens _iImageLocation (\ s a -> s{_iImageLocation = a});++-- | The current state of the AMI. If the state is 'available', the image is successfully registered and can be used to launch an instance.+iState :: Lens' Image ImageState+iState = lens _iState (\ s a -> s{_iState = a});++-- | The AWS account ID of the image owner.+iOwnerId :: Lens' Image Text+iOwnerId = lens _iOwnerId (\ s a -> s{_iOwnerId = a});++-- | Indicates whether the image has public launch permissions. The value is 'true' if this image has public launch permissions or 'false' if it has only implicit and explicit launch permissions.+iPublic :: Lens' Image Bool+iPublic = lens _iPublic (\ s a -> s{_iPublic = a});++-- | The architecture of the image.+iArchitecture :: Lens' Image ArchitectureValues+iArchitecture = lens _iArchitecture (\ s a -> s{_iArchitecture = a});++-- | The type of image.+iImageType :: Lens' Image ImageTypeValues+iImageType = lens _iImageType (\ s a -> s{_iImageType = a});++-- | The type of root device used by the AMI. The AMI can use an EBS volume or an instance store volume.+iRootDeviceType :: Lens' Image DeviceType+iRootDeviceType = lens _iRootDeviceType (\ s a -> s{_iRootDeviceType = a});++-- | The type of virtualization of the AMI.+iVirtualizationType :: Lens' Image VirtualizationType+iVirtualizationType = lens _iVirtualizationType (\ s a -> s{_iVirtualizationType = a});++-- | The hypervisor type of the image.+iHypervisor :: Lens' Image HypervisorType+iHypervisor = lens _iHypervisor (\ s a -> s{_iHypervisor = a});++instance FromXML Image where+        parseXML x+          = Image' <$>+              (x .@? "platform") <*> (x .@? "imageOwnerAlias") <*>+                (x .@? "ramdiskId")+                <*> (x .@? "kernelId")+                <*> (x .@? "rootDeviceName")+                <*> (x .@? "sriovNetSupport")+                <*> (x .@? "name")+                <*> (x .@? "creationDate")+                <*>+                (x .@? "productCodes" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "stateReason")+                <*> (x .@? "description")+                <*>+                (x .@? "blockDeviceMapping" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@ "imageId")+                <*> (x .@ "imageLocation")+                <*> (x .@ "imageState")+                <*> (x .@ "imageOwnerId")+                <*> (x .@ "isPublic")+                <*> (x .@ "architecture")+                <*> (x .@ "imageType")+                <*> (x .@ "rootDeviceType")+                <*> (x .@ "virtualizationType")+                <*> (x .@ "hypervisor")++instance Hashable Image++instance NFData Image++-- | Describes the disk container object for an import image task.+--+-- /See:/ 'imageDiskContainer' smart constructor.+data ImageDiskContainer = ImageDiskContainer'+    { _idcFormat      :: !(Maybe Text)+    , _idcURL         :: !(Maybe Text)+    , _idcDeviceName  :: !(Maybe Text)+    , _idcUserBucket  :: !(Maybe UserBucket)+    , _idcDescription :: !(Maybe Text)+    , _idcSnapshotId  :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ImageDiskContainer' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'idcFormat'+--+-- * 'idcURL'+--+-- * 'idcDeviceName'+--+-- * 'idcUserBucket'+--+-- * 'idcDescription'+--+-- * 'idcSnapshotId'+imageDiskContainer+    :: ImageDiskContainer+imageDiskContainer =+    ImageDiskContainer'+    { _idcFormat = Nothing+    , _idcURL = Nothing+    , _idcDeviceName = Nothing+    , _idcUserBucket = Nothing+    , _idcDescription = Nothing+    , _idcSnapshotId = Nothing+    }++-- | The format of the disk image being imported.+--+-- Valid values: 'RAW' | 'VHD' | 'VMDK' | 'OVA'+idcFormat :: Lens' ImageDiskContainer (Maybe Text)+idcFormat = lens _idcFormat (\ s a -> s{_idcFormat = a});++-- | The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https:\/\/..) or an Amazon S3 URL (s3:\/\/..)+idcURL :: Lens' ImageDiskContainer (Maybe Text)+idcURL = lens _idcURL (\ s a -> s{_idcURL = a});++-- | The block device mapping for the disk.+idcDeviceName :: Lens' ImageDiskContainer (Maybe Text)+idcDeviceName = lens _idcDeviceName (\ s a -> s{_idcDeviceName = a});++-- | The S3 bucket for the disk image.+idcUserBucket :: Lens' ImageDiskContainer (Maybe UserBucket)+idcUserBucket = lens _idcUserBucket (\ s a -> s{_idcUserBucket = a});++-- | The description of the disk image.+idcDescription :: Lens' ImageDiskContainer (Maybe Text)+idcDescription = lens _idcDescription (\ s a -> s{_idcDescription = a});++-- | The ID of the EBS snapshot to be used for importing the snapshot.+idcSnapshotId :: Lens' ImageDiskContainer (Maybe Text)+idcSnapshotId = lens _idcSnapshotId (\ s a -> s{_idcSnapshotId = a});++instance Hashable ImageDiskContainer++instance NFData ImageDiskContainer++instance ToQuery ImageDiskContainer where+        toQuery ImageDiskContainer'{..}+          = mconcat+              ["Format" =: _idcFormat, "Url" =: _idcURL,+               "DeviceName" =: _idcDeviceName,+               "UserBucket" =: _idcUserBucket,+               "Description" =: _idcDescription,+               "SnapshotId" =: _idcSnapshotId]++-- | Describes an import image task.+--+-- /See:/ 'importImageTask' smart constructor.+data ImportImageTask = ImportImageTask'+    { _iitStatus          :: !(Maybe Text)+    , _iitHypervisor      :: !(Maybe Text)+    , _iitPlatform        :: !(Maybe Text)+    , _iitProgress        :: !(Maybe Text)+    , _iitLicenseType     :: !(Maybe Text)+    , _iitSnapshotDetails :: !(Maybe [SnapshotDetail])+    , _iitStatusMessage   :: !(Maybe Text)+    , _iitImageId         :: !(Maybe Text)+    , _iitImportTaskId    :: !(Maybe Text)+    , _iitArchitecture    :: !(Maybe Text)+    , _iitDescription     :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ImportImageTask' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'iitStatus'+--+-- * 'iitHypervisor'+--+-- * 'iitPlatform'+--+-- * 'iitProgress'+--+-- * 'iitLicenseType'+--+-- * 'iitSnapshotDetails'+--+-- * 'iitStatusMessage'+--+-- * 'iitImageId'+--+-- * 'iitImportTaskId'+--+-- * 'iitArchitecture'+--+-- * 'iitDescription'+importImageTask+    :: ImportImageTask+importImageTask =+    ImportImageTask'+    { _iitStatus = Nothing+    , _iitHypervisor = Nothing+    , _iitPlatform = Nothing+    , _iitProgress = Nothing+    , _iitLicenseType = Nothing+    , _iitSnapshotDetails = Nothing+    , _iitStatusMessage = Nothing+    , _iitImageId = Nothing+    , _iitImportTaskId = Nothing+    , _iitArchitecture = Nothing+    , _iitDescription = Nothing+    }++-- | A brief status for the import image task.+iitStatus :: Lens' ImportImageTask (Maybe Text)+iitStatus = lens _iitStatus (\ s a -> s{_iitStatus = a});++-- | The target hypervisor for the import task.+--+-- Valid values: 'xen'+iitHypervisor :: Lens' ImportImageTask (Maybe Text)+iitHypervisor = lens _iitHypervisor (\ s a -> s{_iitHypervisor = a});++-- | The description string for the import image task.+iitPlatform :: Lens' ImportImageTask (Maybe Text)+iitPlatform = lens _iitPlatform (\ s a -> s{_iitPlatform = a});++-- | The percentage of progress of the import image task.+iitProgress :: Lens' ImportImageTask (Maybe Text)+iitProgress = lens _iitProgress (\ s a -> s{_iitProgress = a});++-- | The license type of the virtual machine.+iitLicenseType :: Lens' ImportImageTask (Maybe Text)+iitLicenseType = lens _iitLicenseType (\ s a -> s{_iitLicenseType = a});++-- | Information about the snapshots.+iitSnapshotDetails :: Lens' ImportImageTask [SnapshotDetail]+iitSnapshotDetails = lens _iitSnapshotDetails (\ s a -> s{_iitSnapshotDetails = a}) . _Default . _Coerce;++-- | A descriptive status message for the import image task.+iitStatusMessage :: Lens' ImportImageTask (Maybe Text)+iitStatusMessage = lens _iitStatusMessage (\ s a -> s{_iitStatusMessage = a});++-- | The ID of the Amazon Machine Image (AMI) of the imported virtual machine.+iitImageId :: Lens' ImportImageTask (Maybe Text)+iitImageId = lens _iitImageId (\ s a -> s{_iitImageId = a});++-- | The ID of the import image task.+iitImportTaskId :: Lens' ImportImageTask (Maybe Text)+iitImportTaskId = lens _iitImportTaskId (\ s a -> s{_iitImportTaskId = a});++-- | The architecture of the virtual machine.+--+-- Valid values: 'i386' | 'x86_64'+iitArchitecture :: Lens' ImportImageTask (Maybe Text)+iitArchitecture = lens _iitArchitecture (\ s a -> s{_iitArchitecture = a});++-- | A description of the import task.+iitDescription :: Lens' ImportImageTask (Maybe Text)+iitDescription = lens _iitDescription (\ s a -> s{_iitDescription = a});++instance FromXML ImportImageTask where+        parseXML x+          = ImportImageTask' <$>+              (x .@? "status") <*> (x .@? "hypervisor") <*>+                (x .@? "platform")+                <*> (x .@? "progress")+                <*> (x .@? "licenseType")+                <*>+                (x .@? "snapshotDetailSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "statusMessage")+                <*> (x .@? "imageId")+                <*> (x .@? "importTaskId")+                <*> (x .@? "architecture")+                <*> (x .@? "description")++instance Hashable ImportImageTask++instance NFData ImportImageTask++-- | Describes the launch specification for VM import.+--+-- /See:/ 'importInstanceLaunchSpecification' smart constructor.+data ImportInstanceLaunchSpecification = ImportInstanceLaunchSpecification'+    { _iilsAdditionalInfo                    :: !(Maybe Text)+    , _iilsGroupNames                        :: !(Maybe [Text])+    , _iilsSubnetId                          :: !(Maybe Text)+    , _iilsInstanceType                      :: !(Maybe InstanceType)+    , _iilsGroupIds                          :: !(Maybe [Text])+    , _iilsUserData                          :: !(Maybe UserData)+    , _iilsMonitoring                        :: !(Maybe Bool)+    , _iilsPrivateIPAddress                  :: !(Maybe Text)+    , _iilsInstanceInitiatedShutdownBehavior :: !(Maybe ShutdownBehavior)+    , _iilsArchitecture                      :: !(Maybe ArchitectureValues)+    , _iilsPlacement                         :: !(Maybe Placement)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ImportInstanceLaunchSpecification' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'iilsAdditionalInfo'+--+-- * 'iilsGroupNames'+--+-- * 'iilsSubnetId'+--+-- * 'iilsInstanceType'+--+-- * 'iilsGroupIds'+--+-- * 'iilsUserData'+--+-- * 'iilsMonitoring'+--+-- * 'iilsPrivateIPAddress'+--+-- * 'iilsInstanceInitiatedShutdownBehavior'+--+-- * 'iilsArchitecture'+--+-- * 'iilsPlacement'+importInstanceLaunchSpecification+    :: ImportInstanceLaunchSpecification+importInstanceLaunchSpecification =+    ImportInstanceLaunchSpecification'+    { _iilsAdditionalInfo = Nothing+    , _iilsGroupNames = Nothing+    , _iilsSubnetId = Nothing+    , _iilsInstanceType = Nothing+    , _iilsGroupIds = Nothing+    , _iilsUserData = Nothing+    , _iilsMonitoring = Nothing+    , _iilsPrivateIPAddress = Nothing+    , _iilsInstanceInitiatedShutdownBehavior = Nothing+    , _iilsArchitecture = Nothing+    , _iilsPlacement = Nothing+    }++-- | Reserved.+iilsAdditionalInfo :: Lens' ImportInstanceLaunchSpecification (Maybe Text)+iilsAdditionalInfo = lens _iilsAdditionalInfo (\ s a -> s{_iilsAdditionalInfo = a});++-- | One or more security group names.+iilsGroupNames :: Lens' ImportInstanceLaunchSpecification [Text]+iilsGroupNames = lens _iilsGroupNames (\ s a -> s{_iilsGroupNames = a}) . _Default . _Coerce;++-- | [EC2-VPC] The ID of the subnet in which to launch the instance.+iilsSubnetId :: Lens' ImportInstanceLaunchSpecification (Maybe Text)+iilsSubnetId = lens _iilsSubnetId (\ s a -> s{_iilsSubnetId = a});++-- | The instance type. For more information about the instance types that you can import, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/VMImportPrerequisites.html Before You Get Started> in the Amazon Elastic Compute Cloud User Guide.+iilsInstanceType :: Lens' ImportInstanceLaunchSpecification (Maybe InstanceType)+iilsInstanceType = lens _iilsInstanceType (\ s a -> s{_iilsInstanceType = a});++-- | One or more security group IDs.+iilsGroupIds :: Lens' ImportInstanceLaunchSpecification [Text]+iilsGroupIds = lens _iilsGroupIds (\ s a -> s{_iilsGroupIds = a}) . _Default . _Coerce;++-- | The Base64-encoded MIME user data to be made available to the instance.+iilsUserData :: Lens' ImportInstanceLaunchSpecification (Maybe UserData)+iilsUserData = lens _iilsUserData (\ s a -> s{_iilsUserData = a});++-- | Indicates whether monitoring is enabled.+iilsMonitoring :: Lens' ImportInstanceLaunchSpecification (Maybe Bool)+iilsMonitoring = lens _iilsMonitoring (\ s a -> s{_iilsMonitoring = a});++-- | [EC2-VPC] An available IP address from the IP address range of the subnet.+iilsPrivateIPAddress :: Lens' ImportInstanceLaunchSpecification (Maybe Text)+iilsPrivateIPAddress = lens _iilsPrivateIPAddress (\ s a -> s{_iilsPrivateIPAddress = a});++-- | Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).+iilsInstanceInitiatedShutdownBehavior :: Lens' ImportInstanceLaunchSpecification (Maybe ShutdownBehavior)+iilsInstanceInitiatedShutdownBehavior = lens _iilsInstanceInitiatedShutdownBehavior (\ s a -> s{_iilsInstanceInitiatedShutdownBehavior = a});++-- | The architecture of the instance.+iilsArchitecture :: Lens' ImportInstanceLaunchSpecification (Maybe ArchitectureValues)+iilsArchitecture = lens _iilsArchitecture (\ s a -> s{_iilsArchitecture = a});++-- | The placement information for the instance.+iilsPlacement :: Lens' ImportInstanceLaunchSpecification (Maybe Placement)+iilsPlacement = lens _iilsPlacement (\ s a -> s{_iilsPlacement = a});++instance Hashable ImportInstanceLaunchSpecification++instance NFData ImportInstanceLaunchSpecification++instance ToQuery ImportInstanceLaunchSpecification+         where+        toQuery ImportInstanceLaunchSpecification'{..}+          = mconcat+              ["AdditionalInfo" =: _iilsAdditionalInfo,+               toQuery+                 (toQueryList "GroupName" <$> _iilsGroupNames),+               "SubnetId" =: _iilsSubnetId,+               "InstanceType" =: _iilsInstanceType,+               toQuery (toQueryList "GroupId" <$> _iilsGroupIds),+               "UserData" =: _iilsUserData,+               "Monitoring" =: _iilsMonitoring,+               "PrivateIpAddress" =: _iilsPrivateIPAddress,+               "InstanceInitiatedShutdownBehavior" =:+                 _iilsInstanceInitiatedShutdownBehavior,+               "Architecture" =: _iilsArchitecture,+               "Placement" =: _iilsPlacement]++-- | Describes an import instance task.+--+-- /See:/ 'importInstanceTaskDetails' smart constructor.+data ImportInstanceTaskDetails = ImportInstanceTaskDetails'+    { _iitdInstanceId  :: !(Maybe Text)+    , _iitdPlatform    :: !(Maybe PlatformValues)+    , _iitdDescription :: !(Maybe Text)+    , _iitdVolumes     :: ![ImportInstanceVolumeDetailItem]+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ImportInstanceTaskDetails' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'iitdInstanceId'+--+-- * 'iitdPlatform'+--+-- * 'iitdDescription'+--+-- * 'iitdVolumes'+importInstanceTaskDetails+    :: ImportInstanceTaskDetails+importInstanceTaskDetails =+    ImportInstanceTaskDetails'+    { _iitdInstanceId = Nothing+    , _iitdPlatform = Nothing+    , _iitdDescription = Nothing+    , _iitdVolumes = mempty+    }++-- | The ID of the instance.+iitdInstanceId :: Lens' ImportInstanceTaskDetails (Maybe Text)+iitdInstanceId = lens _iitdInstanceId (\ s a -> s{_iitdInstanceId = a});++-- | The instance operating system.+iitdPlatform :: Lens' ImportInstanceTaskDetails (Maybe PlatformValues)+iitdPlatform = lens _iitdPlatform (\ s a -> s{_iitdPlatform = a});++-- | A description of the task.+iitdDescription :: Lens' ImportInstanceTaskDetails (Maybe Text)+iitdDescription = lens _iitdDescription (\ s a -> s{_iitdDescription = a});++-- | One or more volumes.+iitdVolumes :: Lens' ImportInstanceTaskDetails [ImportInstanceVolumeDetailItem]+iitdVolumes = lens _iitdVolumes (\ s a -> s{_iitdVolumes = a}) . _Coerce;++instance FromXML ImportInstanceTaskDetails where+        parseXML x+          = ImportInstanceTaskDetails' <$>+              (x .@? "instanceId") <*> (x .@? "platform") <*>+                (x .@? "description")+                <*>+                (x .@? "volumes" .!@ mempty >>= parseXMLList "item")++instance Hashable ImportInstanceTaskDetails++instance NFData ImportInstanceTaskDetails++-- | Describes an import volume task.+--+-- /See:/ 'importInstanceVolumeDetailItem' smart constructor.+data ImportInstanceVolumeDetailItem = ImportInstanceVolumeDetailItem'+    { _iivdiStatusMessage    :: !(Maybe Text)+    , _iivdiDescription      :: !(Maybe Text)+    , _iivdiBytesConverted   :: !Integer+    , _iivdiAvailabilityZone :: !Text+    , _iivdiImage            :: !DiskImageDescription+    , _iivdiVolume           :: !DiskImageVolumeDescription+    , _iivdiStatus           :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ImportInstanceVolumeDetailItem' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'iivdiStatusMessage'+--+-- * 'iivdiDescription'+--+-- * 'iivdiBytesConverted'+--+-- * 'iivdiAvailabilityZone'+--+-- * 'iivdiImage'+--+-- * 'iivdiVolume'+--+-- * 'iivdiStatus'+importInstanceVolumeDetailItem+    :: Integer -- ^ 'iivdiBytesConverted'+    -> Text -- ^ 'iivdiAvailabilityZone'+    -> DiskImageDescription -- ^ 'iivdiImage'+    -> DiskImageVolumeDescription -- ^ 'iivdiVolume'+    -> Text -- ^ 'iivdiStatus'+    -> ImportInstanceVolumeDetailItem+importInstanceVolumeDetailItem pBytesConverted_ pAvailabilityZone_ pImage_ pVolume_ pStatus_ =+    ImportInstanceVolumeDetailItem'+    { _iivdiStatusMessage = Nothing+    , _iivdiDescription = Nothing+    , _iivdiBytesConverted = pBytesConverted_+    , _iivdiAvailabilityZone = pAvailabilityZone_+    , _iivdiImage = pImage_+    , _iivdiVolume = pVolume_+    , _iivdiStatus = pStatus_+    }++-- | The status information or errors related to the disk image.+iivdiStatusMessage :: Lens' ImportInstanceVolumeDetailItem (Maybe Text)+iivdiStatusMessage = lens _iivdiStatusMessage (\ s a -> s{_iivdiStatusMessage = a});++-- | A description of the task.+iivdiDescription :: Lens' ImportInstanceVolumeDetailItem (Maybe Text)+iivdiDescription = lens _iivdiDescription (\ s a -> s{_iivdiDescription = a});++-- | The number of bytes converted so far.+iivdiBytesConverted :: Lens' ImportInstanceVolumeDetailItem Integer+iivdiBytesConverted = lens _iivdiBytesConverted (\ s a -> s{_iivdiBytesConverted = a});++-- | The Availability Zone where the resulting instance will reside.+iivdiAvailabilityZone :: Lens' ImportInstanceVolumeDetailItem Text+iivdiAvailabilityZone = lens _iivdiAvailabilityZone (\ s a -> s{_iivdiAvailabilityZone = a});++-- | The image.+iivdiImage :: Lens' ImportInstanceVolumeDetailItem DiskImageDescription+iivdiImage = lens _iivdiImage (\ s a -> s{_iivdiImage = a});++-- | The volume.+iivdiVolume :: Lens' ImportInstanceVolumeDetailItem DiskImageVolumeDescription+iivdiVolume = lens _iivdiVolume (\ s a -> s{_iivdiVolume = a});++-- | The status of the import of this particular disk image.+iivdiStatus :: Lens' ImportInstanceVolumeDetailItem Text+iivdiStatus = lens _iivdiStatus (\ s a -> s{_iivdiStatus = a});++instance FromXML ImportInstanceVolumeDetailItem where+        parseXML x+          = ImportInstanceVolumeDetailItem' <$>+              (x .@? "statusMessage") <*> (x .@? "description") <*>+                (x .@ "bytesConverted")+                <*> (x .@ "availabilityZone")+                <*> (x .@ "image")+                <*> (x .@ "volume")+                <*> (x .@ "status")++instance Hashable ImportInstanceVolumeDetailItem++instance NFData ImportInstanceVolumeDetailItem++-- | Describes an import snapshot task.+--+-- /See:/ 'importSnapshotTask' smart constructor.+data ImportSnapshotTask = ImportSnapshotTask'+    { _istSnapshotTaskDetail :: !(Maybe SnapshotTaskDetail)+    , _istImportTaskId       :: !(Maybe Text)+    , _istDescription        :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ImportSnapshotTask' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'istSnapshotTaskDetail'+--+-- * 'istImportTaskId'+--+-- * 'istDescription'+importSnapshotTask+    :: ImportSnapshotTask+importSnapshotTask =+    ImportSnapshotTask'+    { _istSnapshotTaskDetail = Nothing+    , _istImportTaskId = Nothing+    , _istDescription = Nothing+    }++-- | Describes an import snapshot task.+istSnapshotTaskDetail :: Lens' ImportSnapshotTask (Maybe SnapshotTaskDetail)+istSnapshotTaskDetail = lens _istSnapshotTaskDetail (\ s a -> s{_istSnapshotTaskDetail = a});++-- | The ID of the import snapshot task.+istImportTaskId :: Lens' ImportSnapshotTask (Maybe Text)+istImportTaskId = lens _istImportTaskId (\ s a -> s{_istImportTaskId = a});++-- | A description of the import snapshot task.+istDescription :: Lens' ImportSnapshotTask (Maybe Text)+istDescription = lens _istDescription (\ s a -> s{_istDescription = a});++instance FromXML ImportSnapshotTask where+        parseXML x+          = ImportSnapshotTask' <$>+              (x .@? "snapshotTaskDetail") <*>+                (x .@? "importTaskId")+                <*> (x .@? "description")++instance Hashable ImportSnapshotTask++instance NFData ImportSnapshotTask++-- | Describes an import volume task.+--+-- /See:/ 'importVolumeTaskDetails' smart constructor.+data ImportVolumeTaskDetails = ImportVolumeTaskDetails'+    { _ivtdDescription      :: !(Maybe Text)+    , _ivtdBytesConverted   :: !Integer+    , _ivtdAvailabilityZone :: !Text+    , _ivtdImage            :: !DiskImageDescription+    , _ivtdVolume           :: !DiskImageVolumeDescription+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ImportVolumeTaskDetails' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'ivtdDescription'+--+-- * 'ivtdBytesConverted'+--+-- * 'ivtdAvailabilityZone'+--+-- * 'ivtdImage'+--+-- * 'ivtdVolume'+importVolumeTaskDetails+    :: Integer -- ^ 'ivtdBytesConverted'+    -> Text -- ^ 'ivtdAvailabilityZone'+    -> DiskImageDescription -- ^ 'ivtdImage'+    -> DiskImageVolumeDescription -- ^ 'ivtdVolume'+    -> ImportVolumeTaskDetails+importVolumeTaskDetails pBytesConverted_ pAvailabilityZone_ pImage_ pVolume_ =+    ImportVolumeTaskDetails'+    { _ivtdDescription = Nothing+    , _ivtdBytesConverted = pBytesConverted_+    , _ivtdAvailabilityZone = pAvailabilityZone_+    , _ivtdImage = pImage_+    , _ivtdVolume = pVolume_+    }++-- | The description you provided when starting the import volume task.+ivtdDescription :: Lens' ImportVolumeTaskDetails (Maybe Text)+ivtdDescription = lens _ivtdDescription (\ s a -> s{_ivtdDescription = a});++-- | The number of bytes converted so far.+ivtdBytesConverted :: Lens' ImportVolumeTaskDetails Integer+ivtdBytesConverted = lens _ivtdBytesConverted (\ s a -> s{_ivtdBytesConverted = a});++-- | The Availability Zone where the resulting volume will reside.+ivtdAvailabilityZone :: Lens' ImportVolumeTaskDetails Text+ivtdAvailabilityZone = lens _ivtdAvailabilityZone (\ s a -> s{_ivtdAvailabilityZone = a});++-- | The image.+ivtdImage :: Lens' ImportVolumeTaskDetails DiskImageDescription+ivtdImage = lens _ivtdImage (\ s a -> s{_ivtdImage = a});++-- | The volume.+ivtdVolume :: Lens' ImportVolumeTaskDetails DiskImageVolumeDescription+ivtdVolume = lens _ivtdVolume (\ s a -> s{_ivtdVolume = a});++instance FromXML ImportVolumeTaskDetails where+        parseXML x+          = ImportVolumeTaskDetails' <$>+              (x .@? "description") <*> (x .@ "bytesConverted") <*>+                (x .@ "availabilityZone")+                <*> (x .@ "image")+                <*> (x .@ "volume")++instance Hashable ImportVolumeTaskDetails++instance NFData ImportVolumeTaskDetails++-- | Describes an instance.+--+-- /See:/ 'instance'' smart constructor.+data Instance = Instance'+    { _insPublicDNSName         :: !(Maybe Text)+    , _insPlatform              :: !(Maybe PlatformValues)+    , _insSecurityGroups        :: !(Maybe [GroupIdentifier])+    , _insClientToken           :: !(Maybe Text)+    , _insSourceDestCheck       :: !(Maybe Bool)+    , _insVPCId                 :: !(Maybe Text)+    , _insKeyName               :: !(Maybe Text)+    , _insNetworkInterfaces     :: !(Maybe [InstanceNetworkInterface])+    , _insRAMDiskId             :: !(Maybe Text)+    , _insSubnetId              :: !(Maybe Text)+    , _insKernelId              :: !(Maybe Text)+    , _insRootDeviceName        :: !(Maybe Text)+    , _insSRIOVNetSupport       :: !(Maybe Text)+    , _insEBSOptimized          :: !(Maybe Bool)+    , _insStateTransitionReason :: !(Maybe Text)+    , _insInstanceLifecycle     :: !(Maybe InstanceLifecycleType)+    , _insIAMInstanceProfile    :: !(Maybe IAMInstanceProfile)+    , _insPrivateIPAddress      :: !(Maybe Text)+    , _insProductCodes          :: !(Maybe [ProductCode])+    , _insSpotInstanceRequestId :: !(Maybe Text)+    , _insPrivateDNSName        :: !(Maybe Text)+    , _insStateReason           :: !(Maybe StateReason)+    , _insBlockDeviceMappings   :: !(Maybe [InstanceBlockDeviceMapping])+    , _insPublicIPAddress       :: !(Maybe Text)+    , _insTags                  :: !(Maybe [Tag])+    , _insInstanceId            :: !Text+    , _insImageId               :: !Text+    , _insAMILaunchIndex        :: !Int+    , _insInstanceType          :: !InstanceType+    , _insLaunchTime            :: !ISO8601+    , _insPlacement             :: !Placement+    , _insMonitoring            :: !Monitoring+    , _insArchitecture          :: !ArchitectureValues+    , _insRootDeviceType        :: !DeviceType+    , _insVirtualizationType    :: !VirtualizationType+    , _insHypervisor            :: !HypervisorType+    , _insState                 :: !InstanceState+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'Instance' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'insPublicDNSName'+--+-- * 'insPlatform'+--+-- * 'insSecurityGroups'+--+-- * 'insClientToken'+--+-- * 'insSourceDestCheck'+--+-- * 'insVPCId'+--+-- * 'insKeyName'+--+-- * 'insNetworkInterfaces'+--+-- * 'insRAMDiskId'+--+-- * 'insSubnetId'+--+-- * 'insKernelId'+--+-- * 'insRootDeviceName'+--+-- * 'insSRIOVNetSupport'+--+-- * 'insEBSOptimized'+--+-- * 'insStateTransitionReason'+--+-- * 'insInstanceLifecycle'+--+-- * 'insIAMInstanceProfile'+--+-- * 'insPrivateIPAddress'+--+-- * 'insProductCodes'+--+-- * 'insSpotInstanceRequestId'+--+-- * 'insPrivateDNSName'+--+-- * 'insStateReason'+--+-- * 'insBlockDeviceMappings'+--+-- * 'insPublicIPAddress'+--+-- * 'insTags'+--+-- * 'insInstanceId'+--+-- * 'insImageId'+--+-- * 'insAMILaunchIndex'+--+-- * 'insInstanceType'+--+-- * 'insLaunchTime'+--+-- * 'insPlacement'+--+-- * 'insMonitoring'+--+-- * 'insArchitecture'+--+-- * 'insRootDeviceType'+--+-- * 'insVirtualizationType'+--+-- * 'insHypervisor'+--+-- * 'insState'+instance'+    :: Text -- ^ 'insInstanceId'+    -> Text -- ^ 'insImageId'+    -> Int -- ^ 'insAMILaunchIndex'+    -> InstanceType -- ^ 'insInstanceType'+    -> UTCTime -- ^ 'insLaunchTime'+    -> Placement -- ^ 'insPlacement'+    -> Monitoring -- ^ 'insMonitoring'+    -> ArchitectureValues -- ^ 'insArchitecture'+    -> DeviceType -- ^ 'insRootDeviceType'+    -> VirtualizationType -- ^ 'insVirtualizationType'+    -> HypervisorType -- ^ 'insHypervisor'+    -> InstanceState -- ^ 'insState'+    -> Instance+instance' pInstanceId_ pImageId_ pAMILaunchIndex_ pInstanceType_ pLaunchTime_ pPlacement_ pMonitoring_ pArchitecture_ pRootDeviceType_ pVirtualizationType_ pHypervisor_ pState_ =+    Instance'+    { _insPublicDNSName = Nothing+    , _insPlatform = Nothing+    , _insSecurityGroups = Nothing+    , _insClientToken = Nothing+    , _insSourceDestCheck = Nothing+    , _insVPCId = Nothing+    , _insKeyName = Nothing+    , _insNetworkInterfaces = Nothing+    , _insRAMDiskId = Nothing+    , _insSubnetId = Nothing+    , _insKernelId = Nothing+    , _insRootDeviceName = Nothing+    , _insSRIOVNetSupport = Nothing+    , _insEBSOptimized = Nothing+    , _insStateTransitionReason = Nothing+    , _insInstanceLifecycle = Nothing+    , _insIAMInstanceProfile = Nothing+    , _insPrivateIPAddress = Nothing+    , _insProductCodes = Nothing+    , _insSpotInstanceRequestId = Nothing+    , _insPrivateDNSName = Nothing+    , _insStateReason = Nothing+    , _insBlockDeviceMappings = Nothing+    , _insPublicIPAddress = Nothing+    , _insTags = Nothing+    , _insInstanceId = pInstanceId_+    , _insImageId = pImageId_+    , _insAMILaunchIndex = pAMILaunchIndex_+    , _insInstanceType = pInstanceType_+    , _insLaunchTime = _Time # pLaunchTime_+    , _insPlacement = pPlacement_+    , _insMonitoring = pMonitoring_+    , _insArchitecture = pArchitecture_+    , _insRootDeviceType = pRootDeviceType_+    , _insVirtualizationType = pVirtualizationType_+    , _insHypervisor = pHypervisor_+    , _insState = pState_+    }++-- | The public DNS name assigned to the instance. This name is not available until the instance enters the 'running' state. For EC2-VPC, this name is only available if you\'ve enabled DNS hostnames for your VPC.+insPublicDNSName :: Lens' Instance (Maybe Text)+insPublicDNSName = lens _insPublicDNSName (\ s a -> s{_insPublicDNSName = a});++-- | The value is 'Windows' for Windows instances; otherwise blank.+insPlatform :: Lens' Instance (Maybe PlatformValues)+insPlatform = lens _insPlatform (\ s a -> s{_insPlatform = a});++-- | One or more security groups for the instance.+insSecurityGroups :: Lens' Instance [GroupIdentifier]+insSecurityGroups = lens _insSecurityGroups (\ s a -> s{_insSecurityGroups = a}) . _Default . _Coerce;++-- | The idempotency token you provided when you launched the instance, if applicable.+insClientToken :: Lens' Instance (Maybe Text)+insClientToken = lens _insClientToken (\ s a -> s{_insClientToken = a});++-- | Specifies whether to enable an instance launched in a VPC to perform NAT. This controls whether source\/destination checking is enabled on the instance. A value of 'true' means checking is enabled, and 'false' means checking is disabled. The value must be 'false' for the instance to perform NAT. For more information, see <http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html NAT Instances> in the /Amazon Virtual Private Cloud User Guide/.+insSourceDestCheck :: Lens' Instance (Maybe Bool)+insSourceDestCheck = lens _insSourceDestCheck (\ s a -> s{_insSourceDestCheck = a});++-- | [EC2-VPC] The ID of the VPC in which the instance is running.+insVPCId :: Lens' Instance (Maybe Text)+insVPCId = lens _insVPCId (\ s a -> s{_insVPCId = a});++-- | The name of the key pair, if this instance was launched with an associated key pair.+insKeyName :: Lens' Instance (Maybe Text)+insKeyName = lens _insKeyName (\ s a -> s{_insKeyName = a});++-- | [EC2-VPC] One or more network interfaces for the instance.+insNetworkInterfaces :: Lens' Instance [InstanceNetworkInterface]+insNetworkInterfaces = lens _insNetworkInterfaces (\ s a -> s{_insNetworkInterfaces = a}) . _Default . _Coerce;++-- | The RAM disk associated with this instance, if applicable.+insRAMDiskId :: Lens' Instance (Maybe Text)+insRAMDiskId = lens _insRAMDiskId (\ s a -> s{_insRAMDiskId = a});++-- | [EC2-VPC] The ID of the subnet in which the instance is running.+insSubnetId :: Lens' Instance (Maybe Text)+insSubnetId = lens _insSubnetId (\ s a -> s{_insSubnetId = a});++-- | The kernel associated with this instance, if applicable.+insKernelId :: Lens' Instance (Maybe Text)+insKernelId = lens _insKernelId (\ s a -> s{_insKernelId = a});++-- | The root device name (for example, '\/dev\/sda1' or '\/dev\/xvda').+insRootDeviceName :: Lens' Instance (Maybe Text)+insRootDeviceName = lens _insRootDeviceName (\ s a -> s{_insRootDeviceName = a});++-- | Specifies whether enhanced networking is enabled.+insSRIOVNetSupport :: Lens' Instance (Maybe Text)+insSRIOVNetSupport = lens _insSRIOVNetSupport (\ s a -> s{_insSRIOVNetSupport = a});++-- | Indicates whether the instance is optimized for EBS I\/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I\/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS Optimized instance.+insEBSOptimized :: Lens' Instance (Maybe Bool)+insEBSOptimized = lens _insEBSOptimized (\ s a -> s{_insEBSOptimized = a});++-- | The reason for the most recent state transition. This might be an empty string.+insStateTransitionReason :: Lens' Instance (Maybe Text)+insStateTransitionReason = lens _insStateTransitionReason (\ s a -> s{_insStateTransitionReason = a});++-- | Indicates whether this is a Spot instance or a Scheduled Instance.+insInstanceLifecycle :: Lens' Instance (Maybe InstanceLifecycleType)+insInstanceLifecycle = lens _insInstanceLifecycle (\ s a -> s{_insInstanceLifecycle = a});++-- | The IAM instance profile associated with the instance, if applicable.+insIAMInstanceProfile :: Lens' Instance (Maybe IAMInstanceProfile)+insIAMInstanceProfile = lens _insIAMInstanceProfile (\ s a -> s{_insIAMInstanceProfile = a});++-- | The private IP address assigned to the instance.+insPrivateIPAddress :: Lens' Instance (Maybe Text)+insPrivateIPAddress = lens _insPrivateIPAddress (\ s a -> s{_insPrivateIPAddress = a});++-- | The product codes attached to this instance, if applicable.+insProductCodes :: Lens' Instance [ProductCode]+insProductCodes = lens _insProductCodes (\ s a -> s{_insProductCodes = a}) . _Default . _Coerce;++-- | If the request is a Spot instance request, the ID of the request.+insSpotInstanceRequestId :: Lens' Instance (Maybe Text)+insSpotInstanceRequestId = lens _insSpotInstanceRequestId (\ s a -> s{_insSpotInstanceRequestId = a});++-- | The private DNS name assigned to the instance. This DNS name can only be used inside the Amazon EC2 network. This name is not available until the instance enters the 'running' state. For EC2-VPC, this name is only available if you\'ve enabled DNS hostnames for your VPC.+insPrivateDNSName :: Lens' Instance (Maybe Text)+insPrivateDNSName = lens _insPrivateDNSName (\ s a -> s{_insPrivateDNSName = a});++-- | The reason for the most recent state transition.+insStateReason :: Lens' Instance (Maybe StateReason)+insStateReason = lens _insStateReason (\ s a -> s{_insStateReason = a});++-- | Any block device mapping entries for the instance.+insBlockDeviceMappings :: Lens' Instance [InstanceBlockDeviceMapping]+insBlockDeviceMappings = lens _insBlockDeviceMappings (\ s a -> s{_insBlockDeviceMappings = a}) . _Default . _Coerce;++-- | The public IP address assigned to the instance, if applicable.+insPublicIPAddress :: Lens' Instance (Maybe Text)+insPublicIPAddress = lens _insPublicIPAddress (\ s a -> s{_insPublicIPAddress = a});++-- | Any tags assigned to the instance.+insTags :: Lens' Instance [Tag]+insTags = lens _insTags (\ s a -> s{_insTags = a}) . _Default . _Coerce;++-- | The ID of the instance.+insInstanceId :: Lens' Instance Text+insInstanceId = lens _insInstanceId (\ s a -> s{_insInstanceId = a});++-- | The ID of the AMI used to launch the instance.+insImageId :: Lens' Instance Text+insImageId = lens _insImageId (\ s a -> s{_insImageId = a});++-- | The AMI launch index, which can be used to find this instance in the launch group.+insAMILaunchIndex :: Lens' Instance Int+insAMILaunchIndex = lens _insAMILaunchIndex (\ s a -> s{_insAMILaunchIndex = a});++-- | The instance type.+insInstanceType :: Lens' Instance InstanceType+insInstanceType = lens _insInstanceType (\ s a -> s{_insInstanceType = a});++-- | The time the instance was launched.+insLaunchTime :: Lens' Instance UTCTime+insLaunchTime = lens _insLaunchTime (\ s a -> s{_insLaunchTime = a}) . _Time;++-- | The location where the instance launched, if applicable.+insPlacement :: Lens' Instance Placement+insPlacement = lens _insPlacement (\ s a -> s{_insPlacement = a});++-- | The monitoring information for the instance.+insMonitoring :: Lens' Instance Monitoring+insMonitoring = lens _insMonitoring (\ s a -> s{_insMonitoring = a});++-- | The architecture of the image.+insArchitecture :: Lens' Instance ArchitectureValues+insArchitecture = lens _insArchitecture (\ s a -> s{_insArchitecture = a});++-- | The root device type used by the AMI. The AMI can use an EBS volume or an instance store volume.+insRootDeviceType :: Lens' Instance DeviceType+insRootDeviceType = lens _insRootDeviceType (\ s a -> s{_insRootDeviceType = a});++-- | The virtualization type of the instance.+insVirtualizationType :: Lens' Instance VirtualizationType+insVirtualizationType = lens _insVirtualizationType (\ s a -> s{_insVirtualizationType = a});++-- | The hypervisor type of the instance.+insHypervisor :: Lens' Instance HypervisorType+insHypervisor = lens _insHypervisor (\ s a -> s{_insHypervisor = a});++-- | The current state of the instance.+insState :: Lens' Instance InstanceState+insState = lens _insState (\ s a -> s{_insState = a});++instance FromXML Instance where+        parseXML x+          = Instance' <$>+              (x .@? "dnsName") <*> (x .@? "platform") <*>+                (x .@? "groupSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "clientToken")+                <*> (x .@? "sourceDestCheck")+                <*> (x .@? "vpcId")+                <*> (x .@? "keyName")+                <*>+                (x .@? "networkInterfaceSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "ramdiskId")+                <*> (x .@? "subnetId")+                <*> (x .@? "kernelId")+                <*> (x .@? "rootDeviceName")+                <*> (x .@? "sriovNetSupport")+                <*> (x .@? "ebsOptimized")+                <*> (x .@? "reason")+                <*> (x .@? "instanceLifecycle")+                <*> (x .@? "iamInstanceProfile")+                <*> (x .@? "privateIpAddress")+                <*>+                (x .@? "productCodes" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "spotInstanceRequestId")+                <*> (x .@? "privateDnsName")+                <*> (x .@? "stateReason")+                <*>+                (x .@? "blockDeviceMapping" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "ipAddress")+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@ "instanceId")+                <*> (x .@ "imageId")+                <*> (x .@ "amiLaunchIndex")+                <*> (x .@ "instanceType")+                <*> (x .@ "launchTime")+                <*> (x .@ "placement")+                <*> (x .@ "monitoring")+                <*> (x .@ "architecture")+                <*> (x .@ "rootDeviceType")+                <*> (x .@ "virtualizationType")+                <*> (x .@ "hypervisor")+                <*> (x .@ "instanceState")++instance Hashable Instance++instance NFData Instance++-- | Describes a block device mapping.+--+-- /See:/ 'instanceBlockDeviceMapping' smart constructor.+data InstanceBlockDeviceMapping = InstanceBlockDeviceMapping'+    { _ibdmEBS        :: !(Maybe EBSInstanceBlockDevice)+    , _ibdmDeviceName :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InstanceBlockDeviceMapping' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'ibdmEBS'+--+-- * 'ibdmDeviceName'+instanceBlockDeviceMapping+    :: InstanceBlockDeviceMapping+instanceBlockDeviceMapping =+    InstanceBlockDeviceMapping'+    { _ibdmEBS = Nothing+    , _ibdmDeviceName = Nothing+    }++-- | Parameters used to automatically set up EBS volumes when the instance is launched.+ibdmEBS :: Lens' InstanceBlockDeviceMapping (Maybe EBSInstanceBlockDevice)+ibdmEBS = lens _ibdmEBS (\ s a -> s{_ibdmEBS = a});++-- | The device name exposed to the instance (for example, '\/dev\/sdh' or 'xvdh').+ibdmDeviceName :: Lens' InstanceBlockDeviceMapping (Maybe Text)+ibdmDeviceName = lens _ibdmDeviceName (\ s a -> s{_ibdmDeviceName = a});++instance FromXML InstanceBlockDeviceMapping where+        parseXML x+          = InstanceBlockDeviceMapping' <$>+              (x .@? "ebs") <*> (x .@? "deviceName")++instance Hashable InstanceBlockDeviceMapping++instance NFData InstanceBlockDeviceMapping++-- | Describes a block device mapping entry.+--+-- /See:/ 'instanceBlockDeviceMappingSpecification' smart constructor.+data InstanceBlockDeviceMappingSpecification = InstanceBlockDeviceMappingSpecification'+    { _ibdmsVirtualName :: !(Maybe Text)+    , _ibdmsNoDevice    :: !(Maybe Text)+    , _ibdmsEBS         :: !(Maybe EBSInstanceBlockDeviceSpecification)+    , _ibdmsDeviceName  :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InstanceBlockDeviceMappingSpecification' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'ibdmsVirtualName'+--+-- * 'ibdmsNoDevice'+--+-- * 'ibdmsEBS'+--+-- * 'ibdmsDeviceName'+instanceBlockDeviceMappingSpecification+    :: InstanceBlockDeviceMappingSpecification+instanceBlockDeviceMappingSpecification =+    InstanceBlockDeviceMappingSpecification'+    { _ibdmsVirtualName = Nothing+    , _ibdmsNoDevice = Nothing+    , _ibdmsEBS = Nothing+    , _ibdmsDeviceName = Nothing+    }++-- | The virtual device name.+ibdmsVirtualName :: Lens' InstanceBlockDeviceMappingSpecification (Maybe Text)+ibdmsVirtualName = lens _ibdmsVirtualName (\ s a -> s{_ibdmsVirtualName = a});++-- | suppress the specified device included in the block device mapping.+ibdmsNoDevice :: Lens' InstanceBlockDeviceMappingSpecification (Maybe Text)+ibdmsNoDevice = lens _ibdmsNoDevice (\ s a -> s{_ibdmsNoDevice = a});++-- | Parameters used to automatically set up EBS volumes when the instance is launched.+ibdmsEBS :: Lens' InstanceBlockDeviceMappingSpecification (Maybe EBSInstanceBlockDeviceSpecification)+ibdmsEBS = lens _ibdmsEBS (\ s a -> s{_ibdmsEBS = a});++-- | The device name exposed to the instance (for example, '\/dev\/sdh' or 'xvdh').+ibdmsDeviceName :: Lens' InstanceBlockDeviceMappingSpecification (Maybe Text)+ibdmsDeviceName = lens _ibdmsDeviceName (\ s a -> s{_ibdmsDeviceName = a});++instance Hashable+         InstanceBlockDeviceMappingSpecification++instance NFData+         InstanceBlockDeviceMappingSpecification++instance ToQuery+         InstanceBlockDeviceMappingSpecification where+        toQuery InstanceBlockDeviceMappingSpecification'{..}+          = mconcat+              ["VirtualName" =: _ibdmsVirtualName,+               "NoDevice" =: _ibdmsNoDevice, "Ebs" =: _ibdmsEBS,+               "DeviceName" =: _ibdmsDeviceName]++-- | Information about the instance type that the Dedicated host supports.+--+-- /See:/ 'instanceCapacity' smart constructor.+data InstanceCapacity = InstanceCapacity'+    { _icAvailableCapacity :: !(Maybe Int)+    , _icInstanceType      :: !(Maybe Text)+    , _icTotalCapacity     :: !(Maybe Int)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InstanceCapacity' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'icAvailableCapacity'+--+-- * 'icInstanceType'+--+-- * 'icTotalCapacity'+instanceCapacity+    :: InstanceCapacity+instanceCapacity =+    InstanceCapacity'+    { _icAvailableCapacity = Nothing+    , _icInstanceType = Nothing+    , _icTotalCapacity = Nothing+    }++-- | The number of instances that can still be launched onto the Dedicated host.+icAvailableCapacity :: Lens' InstanceCapacity (Maybe Int)+icAvailableCapacity = lens _icAvailableCapacity (\ s a -> s{_icAvailableCapacity = a});++-- | The instance type size supported by the Dedicated host.+icInstanceType :: Lens' InstanceCapacity (Maybe Text)+icInstanceType = lens _icInstanceType (\ s a -> s{_icInstanceType = a});++-- | The total number of instances that can be launched onto the Dedicated host.+icTotalCapacity :: Lens' InstanceCapacity (Maybe Int)+icTotalCapacity = lens _icTotalCapacity (\ s a -> s{_icTotalCapacity = a});++instance FromXML InstanceCapacity where+        parseXML x+          = InstanceCapacity' <$>+              (x .@? "availableCapacity") <*>+                (x .@? "instanceType")+                <*> (x .@? "totalCapacity")++instance Hashable InstanceCapacity++instance NFData InstanceCapacity++-- | Describes a Reserved Instance listing state.+--+-- /See:/ 'instanceCount' smart constructor.+data InstanceCount = InstanceCount'+    { _icState         :: !(Maybe ListingState)+    , _icInstanceCount :: !(Maybe Int)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InstanceCount' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'icState'+--+-- * 'icInstanceCount'+instanceCount+    :: InstanceCount+instanceCount =+    InstanceCount'+    { _icState = Nothing+    , _icInstanceCount = Nothing+    }++-- | The states of the listed Reserved Instances.+icState :: Lens' InstanceCount (Maybe ListingState)+icState = lens _icState (\ s a -> s{_icState = a});++-- | The number of listed Reserved Instances in the state specified by the 'state'.+icInstanceCount :: Lens' InstanceCount (Maybe Int)+icInstanceCount = lens _icInstanceCount (\ s a -> s{_icInstanceCount = a});++instance FromXML InstanceCount where+        parseXML x+          = InstanceCount' <$>+              (x .@? "state") <*> (x .@? "instanceCount")++instance Hashable InstanceCount++instance NFData InstanceCount++-- | Describes an instance to export.+--+-- /See:/ 'instanceExportDetails' smart constructor.+data InstanceExportDetails = InstanceExportDetails'+    { _iedTargetEnvironment :: !(Maybe ExportEnvironment)+    , _iedInstanceId        :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InstanceExportDetails' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'iedTargetEnvironment'+--+-- * 'iedInstanceId'+instanceExportDetails+    :: InstanceExportDetails+instanceExportDetails =+    InstanceExportDetails'+    { _iedTargetEnvironment = Nothing+    , _iedInstanceId = Nothing+    }++-- | The target virtualization environment.+iedTargetEnvironment :: Lens' InstanceExportDetails (Maybe ExportEnvironment)+iedTargetEnvironment = lens _iedTargetEnvironment (\ s a -> s{_iedTargetEnvironment = a});++-- | The ID of the resource being exported.+iedInstanceId :: Lens' InstanceExportDetails (Maybe Text)+iedInstanceId = lens _iedInstanceId (\ s a -> s{_iedInstanceId = a});++instance FromXML InstanceExportDetails where+        parseXML x+          = InstanceExportDetails' <$>+              (x .@? "targetEnvironment") <*> (x .@? "instanceId")++instance Hashable InstanceExportDetails++instance NFData InstanceExportDetails++-- | Describes the monitoring information of the instance.+--+-- /See:/ 'instanceMonitoring' smart constructor.+data InstanceMonitoring = InstanceMonitoring'+    { _imInstanceId :: !(Maybe Text)+    , _imMonitoring :: !(Maybe Monitoring)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InstanceMonitoring' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'imInstanceId'+--+-- * 'imMonitoring'+instanceMonitoring+    :: InstanceMonitoring+instanceMonitoring =+    InstanceMonitoring'+    { _imInstanceId = Nothing+    , _imMonitoring = Nothing+    }++-- | The ID of the instance.+imInstanceId :: Lens' InstanceMonitoring (Maybe Text)+imInstanceId = lens _imInstanceId (\ s a -> s{_imInstanceId = a});++-- | The monitoring information.+imMonitoring :: Lens' InstanceMonitoring (Maybe Monitoring)+imMonitoring = lens _imMonitoring (\ s a -> s{_imMonitoring = a});++instance FromXML InstanceMonitoring where+        parseXML x+          = InstanceMonitoring' <$>+              (x .@? "instanceId") <*> (x .@? "monitoring")++instance Hashable InstanceMonitoring++instance NFData InstanceMonitoring++-- | Describes a network interface.+--+-- /See:/ 'instanceNetworkInterface' smart constructor.+data InstanceNetworkInterface = InstanceNetworkInterface'+    { _iniGroups             :: !(Maybe [GroupIdentifier])+    , _iniStatus             :: !(Maybe NetworkInterfaceStatus)+    , _iniPrivateIPAddresses :: !(Maybe [InstancePrivateIPAddress])+    , _iniSourceDestCheck    :: !(Maybe Bool)+    , _iniVPCId              :: !(Maybe Text)+    , _iniNetworkInterfaceId :: !(Maybe Text)+    , _iniSubnetId           :: !(Maybe Text)+    , _iniMACAddress         :: !(Maybe Text)+    , _iniAttachment         :: !(Maybe InstanceNetworkInterfaceAttachment)+    , _iniOwnerId            :: !(Maybe Text)+    , _iniPrivateIPAddress   :: !(Maybe Text)+    , _iniPrivateDNSName     :: !(Maybe Text)+    , _iniDescription        :: !(Maybe Text)+    , _iniAssociation        :: !(Maybe InstanceNetworkInterfaceAssociation)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InstanceNetworkInterface' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'iniGroups'+--+-- * 'iniStatus'+--+-- * 'iniPrivateIPAddresses'+--+-- * 'iniSourceDestCheck'+--+-- * 'iniVPCId'+--+-- * 'iniNetworkInterfaceId'+--+-- * 'iniSubnetId'+--+-- * 'iniMACAddress'+--+-- * 'iniAttachment'+--+-- * 'iniOwnerId'+--+-- * 'iniPrivateIPAddress'+--+-- * 'iniPrivateDNSName'+--+-- * 'iniDescription'+--+-- * 'iniAssociation'+instanceNetworkInterface+    :: InstanceNetworkInterface+instanceNetworkInterface =+    InstanceNetworkInterface'+    { _iniGroups = Nothing+    , _iniStatus = Nothing+    , _iniPrivateIPAddresses = Nothing+    , _iniSourceDestCheck = Nothing+    , _iniVPCId = Nothing+    , _iniNetworkInterfaceId = Nothing+    , _iniSubnetId = Nothing+    , _iniMACAddress = Nothing+    , _iniAttachment = Nothing+    , _iniOwnerId = Nothing+    , _iniPrivateIPAddress = Nothing+    , _iniPrivateDNSName = Nothing+    , _iniDescription = Nothing+    , _iniAssociation = Nothing+    }++-- | One or more security groups.+iniGroups :: Lens' InstanceNetworkInterface [GroupIdentifier]+iniGroups = lens _iniGroups (\ s a -> s{_iniGroups = a}) . _Default . _Coerce;++-- | The status of the network interface.+iniStatus :: Lens' InstanceNetworkInterface (Maybe NetworkInterfaceStatus)+iniStatus = lens _iniStatus (\ s a -> s{_iniStatus = a});++-- | The private IP addresses associated with the network interface.+iniPrivateIPAddresses :: Lens' InstanceNetworkInterface [InstancePrivateIPAddress]+iniPrivateIPAddresses = lens _iniPrivateIPAddresses (\ s a -> s{_iniPrivateIPAddresses = a}) . _Default . _Coerce;++-- | Indicates whether to validate network traffic to or from this network interface.+iniSourceDestCheck :: Lens' InstanceNetworkInterface (Maybe Bool)+iniSourceDestCheck = lens _iniSourceDestCheck (\ s a -> s{_iniSourceDestCheck = a});++-- | The ID of the VPC.+iniVPCId :: Lens' InstanceNetworkInterface (Maybe Text)+iniVPCId = lens _iniVPCId (\ s a -> s{_iniVPCId = a});++-- | The ID of the network interface.+iniNetworkInterfaceId :: Lens' InstanceNetworkInterface (Maybe Text)+iniNetworkInterfaceId = lens _iniNetworkInterfaceId (\ s a -> s{_iniNetworkInterfaceId = a});++-- | The ID of the subnet.+iniSubnetId :: Lens' InstanceNetworkInterface (Maybe Text)+iniSubnetId = lens _iniSubnetId (\ s a -> s{_iniSubnetId = a});++-- | The MAC address.+iniMACAddress :: Lens' InstanceNetworkInterface (Maybe Text)+iniMACAddress = lens _iniMACAddress (\ s a -> s{_iniMACAddress = a});++-- | The network interface attachment.+iniAttachment :: Lens' InstanceNetworkInterface (Maybe InstanceNetworkInterfaceAttachment)+iniAttachment = lens _iniAttachment (\ s a -> s{_iniAttachment = a});++-- | The ID of the AWS account that created the network interface.+iniOwnerId :: Lens' InstanceNetworkInterface (Maybe Text)+iniOwnerId = lens _iniOwnerId (\ s a -> s{_iniOwnerId = a});++-- | The IP address of the network interface within the subnet.+iniPrivateIPAddress :: Lens' InstanceNetworkInterface (Maybe Text)+iniPrivateIPAddress = lens _iniPrivateIPAddress (\ s a -> s{_iniPrivateIPAddress = a});++-- | The private DNS name.+iniPrivateDNSName :: Lens' InstanceNetworkInterface (Maybe Text)+iniPrivateDNSName = lens _iniPrivateDNSName (\ s a -> s{_iniPrivateDNSName = a});++-- | The description.+iniDescription :: Lens' InstanceNetworkInterface (Maybe Text)+iniDescription = lens _iniDescription (\ s a -> s{_iniDescription = a});++-- | The association information for an Elastic IP associated with the network interface.+iniAssociation :: Lens' InstanceNetworkInterface (Maybe InstanceNetworkInterfaceAssociation)+iniAssociation = lens _iniAssociation (\ s a -> s{_iniAssociation = a});++instance FromXML InstanceNetworkInterface where+        parseXML x+          = InstanceNetworkInterface' <$>+              (x .@? "groupSet" .!@ mempty >>=+                 may (parseXMLList "item"))+                <*> (x .@? "status")+                <*>+                (x .@? "privateIpAddressesSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "sourceDestCheck")+                <*> (x .@? "vpcId")+                <*> (x .@? "networkInterfaceId")+                <*> (x .@? "subnetId")+                <*> (x .@? "macAddress")+                <*> (x .@? "attachment")+                <*> (x .@? "ownerId")+                <*> (x .@? "privateIpAddress")+                <*> (x .@? "privateDnsName")+                <*> (x .@? "description")+                <*> (x .@? "association")++instance Hashable InstanceNetworkInterface++instance NFData InstanceNetworkInterface++-- | Describes association information for an Elastic IP address.+--+-- /See:/ 'instanceNetworkInterfaceAssociation' smart constructor.+data InstanceNetworkInterfaceAssociation = InstanceNetworkInterfaceAssociation'+    { _iniaPublicDNSName :: !(Maybe Text)+    , _iniaIPOwnerId     :: !(Maybe Text)+    , _iniaPublicIP      :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InstanceNetworkInterfaceAssociation' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'iniaPublicDNSName'+--+-- * 'iniaIPOwnerId'+--+-- * 'iniaPublicIP'+instanceNetworkInterfaceAssociation+    :: InstanceNetworkInterfaceAssociation+instanceNetworkInterfaceAssociation =+    InstanceNetworkInterfaceAssociation'+    { _iniaPublicDNSName = Nothing+    , _iniaIPOwnerId = Nothing+    , _iniaPublicIP = Nothing+    }++-- | The public DNS name.+iniaPublicDNSName :: Lens' InstanceNetworkInterfaceAssociation (Maybe Text)+iniaPublicDNSName = lens _iniaPublicDNSName (\ s a -> s{_iniaPublicDNSName = a});++-- | The ID of the owner of the Elastic IP address.+iniaIPOwnerId :: Lens' InstanceNetworkInterfaceAssociation (Maybe Text)+iniaIPOwnerId = lens _iniaIPOwnerId (\ s a -> s{_iniaIPOwnerId = a});++-- | The public IP address or Elastic IP address bound to the network interface.+iniaPublicIP :: Lens' InstanceNetworkInterfaceAssociation (Maybe Text)+iniaPublicIP = lens _iniaPublicIP (\ s a -> s{_iniaPublicIP = a});++instance FromXML InstanceNetworkInterfaceAssociation+         where+        parseXML x+          = InstanceNetworkInterfaceAssociation' <$>+              (x .@? "publicDnsName") <*> (x .@? "ipOwnerId") <*>+                (x .@? "publicIp")++instance Hashable InstanceNetworkInterfaceAssociation++instance NFData InstanceNetworkInterfaceAssociation++-- | Describes a network interface attachment.+--+-- /See:/ 'instanceNetworkInterfaceAttachment' smart constructor.+data InstanceNetworkInterfaceAttachment = InstanceNetworkInterfaceAttachment'+    { _iniaStatus              :: !(Maybe AttachmentStatus)+    , _iniaDeleteOnTermination :: !(Maybe Bool)+    , _iniaAttachmentId        :: !(Maybe Text)+    , _iniaAttachTime          :: !(Maybe ISO8601)+    , _iniaDeviceIndex         :: !(Maybe Int)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InstanceNetworkInterfaceAttachment' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'iniaStatus'+--+-- * 'iniaDeleteOnTermination'+--+-- * 'iniaAttachmentId'+--+-- * 'iniaAttachTime'+--+-- * 'iniaDeviceIndex'+instanceNetworkInterfaceAttachment+    :: InstanceNetworkInterfaceAttachment+instanceNetworkInterfaceAttachment =+    InstanceNetworkInterfaceAttachment'+    { _iniaStatus = Nothing+    , _iniaDeleteOnTermination = Nothing+    , _iniaAttachmentId = Nothing+    , _iniaAttachTime = Nothing+    , _iniaDeviceIndex = Nothing+    }++-- | The attachment state.+iniaStatus :: Lens' InstanceNetworkInterfaceAttachment (Maybe AttachmentStatus)+iniaStatus = lens _iniaStatus (\ s a -> s{_iniaStatus = a});++-- | Indicates whether the network interface is deleted when the instance is terminated.+iniaDeleteOnTermination :: Lens' InstanceNetworkInterfaceAttachment (Maybe Bool)+iniaDeleteOnTermination = lens _iniaDeleteOnTermination (\ s a -> s{_iniaDeleteOnTermination = a});++-- | The ID of the network interface attachment.+iniaAttachmentId :: Lens' InstanceNetworkInterfaceAttachment (Maybe Text)+iniaAttachmentId = lens _iniaAttachmentId (\ s a -> s{_iniaAttachmentId = a});++-- | The time stamp when the attachment initiated.+iniaAttachTime :: Lens' InstanceNetworkInterfaceAttachment (Maybe UTCTime)+iniaAttachTime = lens _iniaAttachTime (\ s a -> s{_iniaAttachTime = a}) . mapping _Time;++-- | The index of the device on the instance for the network interface attachment.+iniaDeviceIndex :: Lens' InstanceNetworkInterfaceAttachment (Maybe Int)+iniaDeviceIndex = lens _iniaDeviceIndex (\ s a -> s{_iniaDeviceIndex = a});++instance FromXML InstanceNetworkInterfaceAttachment+         where+        parseXML x+          = InstanceNetworkInterfaceAttachment' <$>+              (x .@? "status") <*> (x .@? "deleteOnTermination")+                <*> (x .@? "attachmentId")+                <*> (x .@? "attachTime")+                <*> (x .@? "deviceIndex")++instance Hashable InstanceNetworkInterfaceAttachment++instance NFData InstanceNetworkInterfaceAttachment++-- | Describes a network interface.+--+-- /See:/ 'instanceNetworkInterfaceSpecification' smart constructor.+data InstanceNetworkInterfaceSpecification = InstanceNetworkInterfaceSpecification'+    { _inisGroups                         :: !(Maybe [Text])+    , _inisPrivateIPAddresses             :: !(Maybe [PrivateIPAddressSpecification])+    , _inisDeleteOnTermination            :: !(Maybe Bool)+    , _inisAssociatePublicIPAddress       :: !(Maybe Bool)+    , _inisNetworkInterfaceId             :: !(Maybe Text)+    , _inisSubnetId                       :: !(Maybe Text)+    , _inisPrivateIPAddress               :: !(Maybe Text)+    , _inisSecondaryPrivateIPAddressCount :: !(Maybe Int)+    , _inisDescription                    :: !(Maybe Text)+    , _inisDeviceIndex                    :: !(Maybe Int)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InstanceNetworkInterfaceSpecification' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'inisGroups'+--+-- * 'inisPrivateIPAddresses'+--+-- * 'inisDeleteOnTermination'+--+-- * 'inisAssociatePublicIPAddress'+--+-- * 'inisNetworkInterfaceId'+--+-- * 'inisSubnetId'+--+-- * 'inisPrivateIPAddress'+--+-- * 'inisSecondaryPrivateIPAddressCount'+--+-- * 'inisDescription'+--+-- * 'inisDeviceIndex'+instanceNetworkInterfaceSpecification+    :: InstanceNetworkInterfaceSpecification+instanceNetworkInterfaceSpecification =+    InstanceNetworkInterfaceSpecification'+    { _inisGroups = Nothing+    , _inisPrivateIPAddresses = Nothing+    , _inisDeleteOnTermination = Nothing+    , _inisAssociatePublicIPAddress = Nothing+    , _inisNetworkInterfaceId = Nothing+    , _inisSubnetId = Nothing+    , _inisPrivateIPAddress = Nothing+    , _inisSecondaryPrivateIPAddressCount = Nothing+    , _inisDescription = Nothing+    , _inisDeviceIndex = Nothing+    }++-- | The IDs of the security groups for the network interface. Applies only if creating a network interface when launching an instance.+inisGroups :: Lens' InstanceNetworkInterfaceSpecification [Text]+inisGroups = lens _inisGroups (\ s a -> s{_inisGroups = a}) . _Default . _Coerce;++-- | One or more private IP addresses to assign to the network interface. Only one private IP address can be designated as primary.+inisPrivateIPAddresses :: Lens' InstanceNetworkInterfaceSpecification [PrivateIPAddressSpecification]+inisPrivateIPAddresses = lens _inisPrivateIPAddresses (\ s a -> s{_inisPrivateIPAddresses = a}) . _Default . _Coerce;++-- | If set to 'true', the interface is deleted when the instance is terminated. You can specify 'true' only if creating a new network interface when launching an instance.+inisDeleteOnTermination :: Lens' InstanceNetworkInterfaceSpecification (Maybe Bool)+inisDeleteOnTermination = lens _inisDeleteOnTermination (\ s a -> s{_inisDeleteOnTermination = a});++-- | Indicates whether to assign a public IP address to an instance you launch in a VPC. The public IP address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is 'true'.+inisAssociatePublicIPAddress :: Lens' InstanceNetworkInterfaceSpecification (Maybe Bool)+inisAssociatePublicIPAddress = lens _inisAssociatePublicIPAddress (\ s a -> s{_inisAssociatePublicIPAddress = a});++-- | The ID of the network interface.+inisNetworkInterfaceId :: Lens' InstanceNetworkInterfaceSpecification (Maybe Text)+inisNetworkInterfaceId = lens _inisNetworkInterfaceId (\ s a -> s{_inisNetworkInterfaceId = a});++-- | The ID of the subnet associated with the network string. Applies only if creating a network interface when launching an instance.+inisSubnetId :: Lens' InstanceNetworkInterfaceSpecification (Maybe Text)+inisSubnetId = lens _inisSubnetId (\ s a -> s{_inisSubnetId = a});++-- | The private IP address of the network interface. Applies only if creating a network interface when launching an instance.+inisPrivateIPAddress :: Lens' InstanceNetworkInterfaceSpecification (Maybe Text)+inisPrivateIPAddress = lens _inisPrivateIPAddress (\ s a -> s{_inisPrivateIPAddress = a});++-- | The number of secondary private IP addresses. You can\'t specify this option and specify more than one private IP address using the private IP addresses option.+inisSecondaryPrivateIPAddressCount :: Lens' InstanceNetworkInterfaceSpecification (Maybe Int)+inisSecondaryPrivateIPAddressCount = lens _inisSecondaryPrivateIPAddressCount (\ s a -> s{_inisSecondaryPrivateIPAddressCount = a});++-- | The description of the network interface. Applies only if creating a network interface when launching an instance.+inisDescription :: Lens' InstanceNetworkInterfaceSpecification (Maybe Text)+inisDescription = lens _inisDescription (\ s a -> s{_inisDescription = a});++-- | The index of the device on the instance for the network interface attachment. If you are specifying a network interface in a < RunInstances> request, you must provide the device index.+inisDeviceIndex :: Lens' InstanceNetworkInterfaceSpecification (Maybe Int)+inisDeviceIndex = lens _inisDeviceIndex (\ s a -> s{_inisDeviceIndex = a});++instance FromXML+         InstanceNetworkInterfaceSpecification where+        parseXML x+          = InstanceNetworkInterfaceSpecification' <$>+              (x .@? "SecurityGroupId" .!@ mempty >>=+                 may (parseXMLList "SecurityGroupId"))+                <*>+                (x .@? "privateIpAddressesSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "deleteOnTermination")+                <*> (x .@? "associatePublicIpAddress")+                <*> (x .@? "networkInterfaceId")+                <*> (x .@? "subnetId")+                <*> (x .@? "privateIpAddress")+                <*> (x .@? "secondaryPrivateIpAddressCount")+                <*> (x .@? "description")+                <*> (x .@? "deviceIndex")++instance Hashable+         InstanceNetworkInterfaceSpecification++instance NFData InstanceNetworkInterfaceSpecification++instance ToQuery+         InstanceNetworkInterfaceSpecification where+        toQuery InstanceNetworkInterfaceSpecification'{..}+          = mconcat+              [toQuery+                 (toQueryList "SecurityGroupId" <$> _inisGroups),+               toQuery+                 (toQueryList "PrivateIpAddresses" <$>+                    _inisPrivateIPAddresses),+               "DeleteOnTermination" =: _inisDeleteOnTermination,+               "AssociatePublicIpAddress" =:+                 _inisAssociatePublicIPAddress,+               "NetworkInterfaceId" =: _inisNetworkInterfaceId,+               "SubnetId" =: _inisSubnetId,+               "PrivateIpAddress" =: _inisPrivateIPAddress,+               "SecondaryPrivateIpAddressCount" =:+                 _inisSecondaryPrivateIPAddressCount,+               "Description" =: _inisDescription,+               "DeviceIndex" =: _inisDeviceIndex]++-- | Describes a private IP address.+--+-- /See:/ 'instancePrivateIPAddress' smart constructor.+data InstancePrivateIPAddress = InstancePrivateIPAddress'+    { _ipiaPrimary          :: !(Maybe Bool)+    , _ipiaPrivateIPAddress :: !(Maybe Text)+    , _ipiaPrivateDNSName   :: !(Maybe Text)+    , _ipiaAssociation      :: !(Maybe InstanceNetworkInterfaceAssociation)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InstancePrivateIPAddress' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'ipiaPrimary'+--+-- * 'ipiaPrivateIPAddress'+--+-- * 'ipiaPrivateDNSName'+--+-- * 'ipiaAssociation'+instancePrivateIPAddress+    :: InstancePrivateIPAddress+instancePrivateIPAddress =+    InstancePrivateIPAddress'+    { _ipiaPrimary = Nothing+    , _ipiaPrivateIPAddress = Nothing+    , _ipiaPrivateDNSName = Nothing+    , _ipiaAssociation = Nothing+    }++-- | Indicates whether this IP address is the primary private IP address of the network interface.+ipiaPrimary :: Lens' InstancePrivateIPAddress (Maybe Bool)+ipiaPrimary = lens _ipiaPrimary (\ s a -> s{_ipiaPrimary = a});++-- | The private IP address of the network interface.+ipiaPrivateIPAddress :: Lens' InstancePrivateIPAddress (Maybe Text)+ipiaPrivateIPAddress = lens _ipiaPrivateIPAddress (\ s a -> s{_ipiaPrivateIPAddress = a});++-- | The private DNS name.+ipiaPrivateDNSName :: Lens' InstancePrivateIPAddress (Maybe Text)+ipiaPrivateDNSName = lens _ipiaPrivateDNSName (\ s a -> s{_ipiaPrivateDNSName = a});++-- | The association information for an Elastic IP address for the network interface.+ipiaAssociation :: Lens' InstancePrivateIPAddress (Maybe InstanceNetworkInterfaceAssociation)+ipiaAssociation = lens _ipiaAssociation (\ s a -> s{_ipiaAssociation = a});++instance FromXML InstancePrivateIPAddress where+        parseXML x+          = InstancePrivateIPAddress' <$>+              (x .@? "primary") <*> (x .@? "privateIpAddress") <*>+                (x .@? "privateDnsName")+                <*> (x .@? "association")++instance Hashable InstancePrivateIPAddress++instance NFData InstancePrivateIPAddress++-- | Describes the current state of the instance.+--+-- /See:/ 'instanceState' smart constructor.+data InstanceState = InstanceState'+    { _isName :: !InstanceStateName+    , _isCode :: !Int+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InstanceState' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'isName'+--+-- * 'isCode'+instanceState+    :: InstanceStateName -- ^ 'isName'+    -> Int -- ^ 'isCode'+    -> InstanceState+instanceState pName_ pCode_ =+    InstanceState'+    { _isName = pName_+    , _isCode = pCode_+    }++-- | The current state of the instance.+isName :: Lens' InstanceState InstanceStateName+isName = lens _isName (\ s a -> s{_isName = a});++-- | The low byte represents the state. The high byte is an opaque internal value and should be ignored.+--+-- -   '0' : 'pending'+--+-- -   '16' : 'running'+--+-- -   '32' : 'shutting-down'+--+-- -   '48' : 'terminated'+--+-- -   '64' : 'stopping'+--+-- -   '80' : 'stopped'+--+isCode :: Lens' InstanceState Int+isCode = lens _isCode (\ s a -> s{_isCode = a});++instance FromXML InstanceState where+        parseXML x+          = InstanceState' <$> (x .@ "name") <*> (x .@ "code")++instance Hashable InstanceState++instance NFData InstanceState++-- | Describes an instance state change.+--+-- /See:/ 'instanceStateChange' smart constructor.+data InstanceStateChange = InstanceStateChange'+    { _iscInstanceId    :: !(Maybe Text)+    , _iscCurrentState  :: !(Maybe InstanceState)+    , _iscPreviousState :: !(Maybe InstanceState)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InstanceStateChange' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'iscInstanceId'+--+-- * 'iscCurrentState'+--+-- * 'iscPreviousState'+instanceStateChange+    :: InstanceStateChange+instanceStateChange =+    InstanceStateChange'+    { _iscInstanceId = Nothing+    , _iscCurrentState = Nothing+    , _iscPreviousState = Nothing+    }++-- | The ID of the instance.+iscInstanceId :: Lens' InstanceStateChange (Maybe Text)+iscInstanceId = lens _iscInstanceId (\ s a -> s{_iscInstanceId = a});++-- | The current state of the instance.+iscCurrentState :: Lens' InstanceStateChange (Maybe InstanceState)+iscCurrentState = lens _iscCurrentState (\ s a -> s{_iscCurrentState = a});++-- | The previous state of the instance.+iscPreviousState :: Lens' InstanceStateChange (Maybe InstanceState)+iscPreviousState = lens _iscPreviousState (\ s a -> s{_iscPreviousState = a});++instance FromXML InstanceStateChange where+        parseXML x+          = InstanceStateChange' <$>+              (x .@? "instanceId") <*> (x .@? "currentState") <*>+                (x .@? "previousState")++instance Hashable InstanceStateChange++instance NFData InstanceStateChange++-- | Describes the status of an instance.+--+-- /See:/ 'instanceStatus' smart constructor.+data InstanceStatus = InstanceStatus'+    { _isInstanceId       :: !(Maybe Text)+    , _isSystemStatus     :: !(Maybe InstanceStatusSummary)+    , _isEvents           :: !(Maybe [InstanceStatusEvent])+    , _isAvailabilityZone :: !(Maybe Text)+    , _isInstanceStatus   :: !(Maybe InstanceStatusSummary)+    , _isInstanceState    :: !(Maybe InstanceState)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InstanceStatus' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'isInstanceId'+--+-- * 'isSystemStatus'+--+-- * 'isEvents'+--+-- * 'isAvailabilityZone'+--+-- * 'isInstanceStatus'+--+-- * 'isInstanceState'+instanceStatus+    :: InstanceStatus+instanceStatus =+    InstanceStatus'+    { _isInstanceId = Nothing+    , _isSystemStatus = Nothing+    , _isEvents = Nothing+    , _isAvailabilityZone = Nothing+    , _isInstanceStatus = Nothing+    , _isInstanceState = Nothing+    }++-- | The ID of the instance.+isInstanceId :: Lens' InstanceStatus (Maybe Text)+isInstanceId = lens _isInstanceId (\ s a -> s{_isInstanceId = a});++-- | Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.+isSystemStatus :: Lens' InstanceStatus (Maybe InstanceStatusSummary)+isSystemStatus = lens _isSystemStatus (\ s a -> s{_isSystemStatus = a});++-- | Any scheduled events associated with the instance.+isEvents :: Lens' InstanceStatus [InstanceStatusEvent]+isEvents = lens _isEvents (\ s a -> s{_isEvents = a}) . _Default . _Coerce;++-- | The Availability Zone of the instance.+isAvailabilityZone :: Lens' InstanceStatus (Maybe Text)+isAvailabilityZone = lens _isAvailabilityZone (\ s a -> s{_isAvailabilityZone = a});++-- | Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.+isInstanceStatus :: Lens' InstanceStatus (Maybe InstanceStatusSummary)+isInstanceStatus = lens _isInstanceStatus (\ s a -> s{_isInstanceStatus = a});++-- | The intended state of the instance. < DescribeInstanceStatus> requires that an instance be in the 'running' state.+isInstanceState :: Lens' InstanceStatus (Maybe InstanceState)+isInstanceState = lens _isInstanceState (\ s a -> s{_isInstanceState = a});++instance FromXML InstanceStatus where+        parseXML x+          = InstanceStatus' <$>+              (x .@? "instanceId") <*> (x .@? "systemStatus") <*>+                (x .@? "eventsSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "availabilityZone")+                <*> (x .@? "instanceStatus")+                <*> (x .@? "instanceState")++instance Hashable InstanceStatus++instance NFData InstanceStatus++-- | Describes the instance status.+--+-- /See:/ 'instanceStatusDetails' smart constructor.+data InstanceStatusDetails = InstanceStatusDetails'+    { _isdStatus        :: !(Maybe StatusType)+    , _isdImpairedSince :: !(Maybe ISO8601)+    , _isdName          :: !(Maybe StatusName)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InstanceStatusDetails' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'isdStatus'+--+-- * 'isdImpairedSince'+--+-- * 'isdName'+instanceStatusDetails+    :: InstanceStatusDetails+instanceStatusDetails =+    InstanceStatusDetails'+    { _isdStatus = Nothing+    , _isdImpairedSince = Nothing+    , _isdName = Nothing+    }++-- | The status.+isdStatus :: Lens' InstanceStatusDetails (Maybe StatusType)+isdStatus = lens _isdStatus (\ s a -> s{_isdStatus = a});++-- | The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.+isdImpairedSince :: Lens' InstanceStatusDetails (Maybe UTCTime)+isdImpairedSince = lens _isdImpairedSince (\ s a -> s{_isdImpairedSince = a}) . mapping _Time;++-- | The type of instance status.+isdName :: Lens' InstanceStatusDetails (Maybe StatusName)+isdName = lens _isdName (\ s a -> s{_isdName = a});++instance FromXML InstanceStatusDetails where+        parseXML x+          = InstanceStatusDetails' <$>+              (x .@? "status") <*> (x .@? "impairedSince") <*>+                (x .@? "name")++instance Hashable InstanceStatusDetails++instance NFData InstanceStatusDetails++-- | Describes a scheduled event for an instance.+--+-- /See:/ 'instanceStatusEvent' smart constructor.+data InstanceStatusEvent = InstanceStatusEvent'+    { _iseNotBefore   :: !(Maybe ISO8601)+    , _iseCode        :: !(Maybe EventCode)+    , _iseDescription :: !(Maybe Text)+    , _iseNotAfter    :: !(Maybe ISO8601)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InstanceStatusEvent' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'iseNotBefore'+--+-- * 'iseCode'+--+-- * 'iseDescription'+--+-- * 'iseNotAfter'+instanceStatusEvent+    :: InstanceStatusEvent+instanceStatusEvent =+    InstanceStatusEvent'+    { _iseNotBefore = Nothing+    , _iseCode = Nothing+    , _iseDescription = Nothing+    , _iseNotAfter = Nothing+    }++-- | The earliest scheduled start time for the event.+iseNotBefore :: Lens' InstanceStatusEvent (Maybe UTCTime)+iseNotBefore = lens _iseNotBefore (\ s a -> s{_iseNotBefore = a}) . mapping _Time;++-- | The event code.+iseCode :: Lens' InstanceStatusEvent (Maybe EventCode)+iseCode = lens _iseCode (\ s a -> s{_iseCode = a});++-- | A description of the event.+--+-- After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].+iseDescription :: Lens' InstanceStatusEvent (Maybe Text)+iseDescription = lens _iseDescription (\ s a -> s{_iseDescription = a});++-- | The latest scheduled end time for the event.+iseNotAfter :: Lens' InstanceStatusEvent (Maybe UTCTime)+iseNotAfter = lens _iseNotAfter (\ s a -> s{_iseNotAfter = a}) . mapping _Time;++instance FromXML InstanceStatusEvent where+        parseXML x+          = InstanceStatusEvent' <$>+              (x .@? "notBefore") <*> (x .@? "code") <*>+                (x .@? "description")+                <*> (x .@? "notAfter")++instance Hashable InstanceStatusEvent++instance NFData InstanceStatusEvent++-- | Describes the status of an instance.+--+-- /See:/ 'instanceStatusSummary' smart constructor.+data InstanceStatusSummary = InstanceStatusSummary'+    { _issDetails :: !(Maybe [InstanceStatusDetails])+    , _issStatus  :: !SummaryStatus+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InstanceStatusSummary' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'issDetails'+--+-- * 'issStatus'+instanceStatusSummary+    :: SummaryStatus -- ^ 'issStatus'+    -> InstanceStatusSummary+instanceStatusSummary pStatus_ =+    InstanceStatusSummary'+    { _issDetails = Nothing+    , _issStatus = pStatus_+    }++-- | The system instance health or application instance health.+issDetails :: Lens' InstanceStatusSummary [InstanceStatusDetails]+issDetails = lens _issDetails (\ s a -> s{_issDetails = a}) . _Default . _Coerce;++-- | The status.+issStatus :: Lens' InstanceStatusSummary SummaryStatus+issStatus = lens _issStatus (\ s a -> s{_issStatus = a});++instance FromXML InstanceStatusSummary where+        parseXML x+          = InstanceStatusSummary' <$>+              (x .@? "details" .!@ mempty >>=+                 may (parseXMLList "item"))+                <*> (x .@ "status")++instance Hashable InstanceStatusSummary++instance NFData InstanceStatusSummary++-- | Describes an Internet gateway.+--+-- /See:/ 'internetGateway' smart constructor.+data InternetGateway = InternetGateway'+    { _igAttachments       :: !(Maybe [InternetGatewayAttachment])+    , _igTags              :: !(Maybe [Tag])+    , _igInternetGatewayId :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InternetGateway' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'igAttachments'+--+-- * 'igTags'+--+-- * 'igInternetGatewayId'+internetGateway+    :: Text -- ^ 'igInternetGatewayId'+    -> InternetGateway+internetGateway pInternetGatewayId_ =+    InternetGateway'+    { _igAttachments = Nothing+    , _igTags = Nothing+    , _igInternetGatewayId = pInternetGatewayId_+    }++-- | Any VPCs attached to the Internet gateway.+igAttachments :: Lens' InternetGateway [InternetGatewayAttachment]+igAttachments = lens _igAttachments (\ s a -> s{_igAttachments = a}) . _Default . _Coerce;++-- | Any tags assigned to the Internet gateway.+igTags :: Lens' InternetGateway [Tag]+igTags = lens _igTags (\ s a -> s{_igTags = a}) . _Default . _Coerce;++-- | The ID of the Internet gateway.+igInternetGatewayId :: Lens' InternetGateway Text+igInternetGatewayId = lens _igInternetGatewayId (\ s a -> s{_igInternetGatewayId = a});++instance FromXML InternetGateway where+        parseXML x+          = InternetGateway' <$>+              (x .@? "attachmentSet" .!@ mempty >>=+                 may (parseXMLList "item"))+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@ "internetGatewayId")++instance Hashable InternetGateway++instance NFData InternetGateway++-- | Describes the attachment of a VPC to an Internet gateway.+--+-- /See:/ 'internetGatewayAttachment' smart constructor.+data InternetGatewayAttachment = InternetGatewayAttachment'+    { _igaState :: !AttachmentStatus+    , _igaVPCId :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'InternetGatewayAttachment' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'igaState'+--+-- * 'igaVPCId'+internetGatewayAttachment+    :: AttachmentStatus -- ^ 'igaState'+    -> Text -- ^ 'igaVPCId'+    -> InternetGatewayAttachment+internetGatewayAttachment pState_ pVPCId_ =+    InternetGatewayAttachment'+    { _igaState = pState_+    , _igaVPCId = pVPCId_+    }++-- | The current state of the attachment.+igaState :: Lens' InternetGatewayAttachment AttachmentStatus+igaState = lens _igaState (\ s a -> s{_igaState = a});++-- | The ID of the VPC.+igaVPCId :: Lens' InternetGatewayAttachment Text+igaVPCId = lens _igaVPCId (\ s a -> s{_igaVPCId = a});++instance FromXML InternetGatewayAttachment where+        parseXML x+          = InternetGatewayAttachment' <$>+              (x .@ "state") <*> (x .@ "vpcId")++instance Hashable InternetGatewayAttachment++instance NFData InternetGatewayAttachment++-- | Describes a key pair.+--+-- /See:/ 'keyPairInfo' smart constructor.+data KeyPairInfo = KeyPairInfo'+    { _kpiKeyFingerprint :: !(Maybe Text)+    , _kpiKeyName        :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'KeyPairInfo' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'kpiKeyFingerprint'+--+-- * 'kpiKeyName'+keyPairInfo+    :: KeyPairInfo+keyPairInfo =+    KeyPairInfo'+    { _kpiKeyFingerprint = Nothing+    , _kpiKeyName = Nothing+    }++-- | If you used < CreateKeyPair> to create the key pair, this is the SHA-1 digest of the DER encoded private key. If you used < ImportKeyPair> to provide AWS the public key, this is the MD5 public key fingerprint as specified in section 4 of RFC4716.+kpiKeyFingerprint :: Lens' KeyPairInfo (Maybe Text)+kpiKeyFingerprint = lens _kpiKeyFingerprint (\ s a -> s{_kpiKeyFingerprint = a});++-- | The name of the key pair.+kpiKeyName :: Lens' KeyPairInfo (Maybe Text)+kpiKeyName = lens _kpiKeyName (\ s a -> s{_kpiKeyName = a});++instance FromXML KeyPairInfo where+        parseXML x+          = KeyPairInfo' <$>+              (x .@? "keyFingerprint") <*> (x .@? "keyName")++instance Hashable KeyPairInfo++instance NFData KeyPairInfo++-- | Describes a launch permission.+--+-- /See:/ 'launchPermission' smart constructor.+data LaunchPermission = LaunchPermission'+    { _lpGroup  :: !(Maybe PermissionGroup)+    , _lpUserId :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'LaunchPermission' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'lpGroup'+--+-- * 'lpUserId'+launchPermission+    :: LaunchPermission+launchPermission =+    LaunchPermission'+    { _lpGroup = Nothing+    , _lpUserId = Nothing+    }++-- | The name of the group.+lpGroup :: Lens' LaunchPermission (Maybe PermissionGroup)+lpGroup = lens _lpGroup (\ s a -> s{_lpGroup = a});++-- | The AWS account ID.+lpUserId :: Lens' LaunchPermission (Maybe Text)+lpUserId = lens _lpUserId (\ s a -> s{_lpUserId = a});++instance FromXML LaunchPermission where+        parseXML x+          = LaunchPermission' <$>+              (x .@? "group") <*> (x .@? "userId")++instance Hashable LaunchPermission++instance NFData LaunchPermission++instance ToQuery LaunchPermission where+        toQuery LaunchPermission'{..}+          = mconcat+              ["Group" =: _lpGroup, "UserId" =: _lpUserId]++-- | Describes a launch permission modification.+--+-- /See:/ 'launchPermissionModifications' smart constructor.+data LaunchPermissionModifications = LaunchPermissionModifications'+    { _lpmRemove :: !(Maybe [LaunchPermission])+    , _lpmAdd    :: !(Maybe [LaunchPermission])+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'LaunchPermissionModifications' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'lpmRemove'+--+-- * 'lpmAdd'+launchPermissionModifications+    :: LaunchPermissionModifications+launchPermissionModifications =+    LaunchPermissionModifications'+    { _lpmRemove = Nothing+    , _lpmAdd = Nothing+    }++-- | The AWS account ID to remove from the list of launch permissions for the AMI.+lpmRemove :: Lens' LaunchPermissionModifications [LaunchPermission]+lpmRemove = lens _lpmRemove (\ s a -> s{_lpmRemove = a}) . _Default . _Coerce;++-- | The AWS account ID to add to the list of launch permissions for the AMI.+lpmAdd :: Lens' LaunchPermissionModifications [LaunchPermission]+lpmAdd = lens _lpmAdd (\ s a -> s{_lpmAdd = a}) . _Default . _Coerce;++instance Hashable LaunchPermissionModifications++instance NFData LaunchPermissionModifications++instance ToQuery LaunchPermissionModifications where+        toQuery LaunchPermissionModifications'{..}+          = mconcat+              [toQuery (toQueryList "Remove" <$> _lpmRemove),+               toQuery (toQueryList "Add" <$> _lpmAdd)]++-- | Describes the launch specification for an instance.+--+-- /See:/ 'launchSpecification' smart constructor.+data LaunchSpecification = LaunchSpecification'+    { _lsSecurityGroups      :: !(Maybe [GroupIdentifier])+    , _lsKeyName             :: !(Maybe Text)+    , _lsNetworkInterfaces   :: !(Maybe [InstanceNetworkInterfaceSpecification])+    , _lsRAMDiskId           :: !(Maybe Text)+    , _lsSubnetId            :: !(Maybe Text)+    , _lsKernelId            :: !(Maybe Text)+    , _lsInstanceType        :: !(Maybe InstanceType)+    , _lsEBSOptimized        :: !(Maybe Bool)+    , _lsUserData            :: !(Maybe Text)+    , _lsMonitoring          :: !(Maybe RunInstancesMonitoringEnabled)+    , _lsIAMInstanceProfile  :: !(Maybe IAMInstanceProfileSpecification)+    , _lsImageId             :: !(Maybe Text)+    , _lsAddressingType      :: !(Maybe Text)+    , _lsBlockDeviceMappings :: !(Maybe [BlockDeviceMapping])+    , _lsPlacement           :: !(Maybe SpotPlacement)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'LaunchSpecification' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'lsSecurityGroups'+--+-- * 'lsKeyName'+--+-- * 'lsNetworkInterfaces'+--+-- * 'lsRAMDiskId'+--+-- * 'lsSubnetId'+--+-- * 'lsKernelId'+--+-- * 'lsInstanceType'+--+-- * 'lsEBSOptimized'+--+-- * 'lsUserData'+--+-- * 'lsMonitoring'+--+-- * 'lsIAMInstanceProfile'+--+-- * 'lsImageId'+--+-- * 'lsAddressingType'+--+-- * 'lsBlockDeviceMappings'+--+-- * 'lsPlacement'+launchSpecification+    :: LaunchSpecification+launchSpecification =+    LaunchSpecification'+    { _lsSecurityGroups = Nothing+    , _lsKeyName = Nothing+    , _lsNetworkInterfaces = Nothing+    , _lsRAMDiskId = Nothing+    , _lsSubnetId = Nothing+    , _lsKernelId = Nothing+    , _lsInstanceType = Nothing+    , _lsEBSOptimized = Nothing+    , _lsUserData = Nothing+    , _lsMonitoring = Nothing+    , _lsIAMInstanceProfile = Nothing+    , _lsImageId = Nothing+    , _lsAddressingType = Nothing+    , _lsBlockDeviceMappings = Nothing+    , _lsPlacement = Nothing+    }++-- | One or more security groups. When requesting instances in a VPC, you must specify the IDs of the security groups. When requesting instances in EC2-Classic, you can specify the names or the IDs of the security groups.+lsSecurityGroups :: Lens' LaunchSpecification [GroupIdentifier]+lsSecurityGroups = lens _lsSecurityGroups (\ s a -> s{_lsSecurityGroups = a}) . _Default . _Coerce;++-- | The name of the key pair.+lsKeyName :: Lens' LaunchSpecification (Maybe Text)+lsKeyName = lens _lsKeyName (\ s a -> s{_lsKeyName = a});++-- | One or more network interfaces.+lsNetworkInterfaces :: Lens' LaunchSpecification [InstanceNetworkInterfaceSpecification]+lsNetworkInterfaces = lens _lsNetworkInterfaces (\ s a -> s{_lsNetworkInterfaces = a}) . _Default . _Coerce;++-- | The ID of the RAM disk.+lsRAMDiskId :: Lens' LaunchSpecification (Maybe Text)+lsRAMDiskId = lens _lsRAMDiskId (\ s a -> s{_lsRAMDiskId = a});++-- | The ID of the subnet in which to launch the instance.+lsSubnetId :: Lens' LaunchSpecification (Maybe Text)+lsSubnetId = lens _lsSubnetId (\ s a -> s{_lsSubnetId = a});++-- | The ID of the kernel.+lsKernelId :: Lens' LaunchSpecification (Maybe Text)+lsKernelId = lens _lsKernelId (\ s a -> s{_lsKernelId = a});++-- | The instance type.+lsInstanceType :: Lens' LaunchSpecification (Maybe InstanceType)+lsInstanceType = lens _lsInstanceType (\ s a -> s{_lsInstanceType = a});++-- | Indicates whether the instance is optimized for EBS I\/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I\/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS Optimized instance.+--+-- Default: 'false'+lsEBSOptimized :: Lens' LaunchSpecification (Maybe Bool)+lsEBSOptimized = lens _lsEBSOptimized (\ s a -> s{_lsEBSOptimized = a});++-- | The Base64-encoded MIME user data to make available to the instances.+lsUserData :: Lens' LaunchSpecification (Maybe Text)+lsUserData = lens _lsUserData (\ s a -> s{_lsUserData = a});++-- | Undocumented member.+lsMonitoring :: Lens' LaunchSpecification (Maybe RunInstancesMonitoringEnabled)+lsMonitoring = lens _lsMonitoring (\ s a -> s{_lsMonitoring = a});++-- | The IAM instance profile.+lsIAMInstanceProfile :: Lens' LaunchSpecification (Maybe IAMInstanceProfileSpecification)+lsIAMInstanceProfile = lens _lsIAMInstanceProfile (\ s a -> s{_lsIAMInstanceProfile = a});++-- | The ID of the AMI.+lsImageId :: Lens' LaunchSpecification (Maybe Text)+lsImageId = lens _lsImageId (\ s a -> s{_lsImageId = a});++-- | Deprecated.+lsAddressingType :: Lens' LaunchSpecification (Maybe Text)+lsAddressingType = lens _lsAddressingType (\ s a -> s{_lsAddressingType = a});++-- | One or more block device mapping entries.+--+-- Although you can specify encrypted EBS volumes in this block device mapping for your Spot Instances, these volumes are not encrypted.+lsBlockDeviceMappings :: Lens' LaunchSpecification [BlockDeviceMapping]+lsBlockDeviceMappings = lens _lsBlockDeviceMappings (\ s a -> s{_lsBlockDeviceMappings = a}) . _Default . _Coerce;++-- | The placement information for the instance.+lsPlacement :: Lens' LaunchSpecification (Maybe SpotPlacement)+lsPlacement = lens _lsPlacement (\ s a -> s{_lsPlacement = a});++instance FromXML LaunchSpecification where+        parseXML x+          = LaunchSpecification' <$>+              (x .@? "groupSet" .!@ mempty >>=+                 may (parseXMLList "item"))+                <*> (x .@? "keyName")+                <*>+                (x .@? "networkInterfaceSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "ramdiskId")+                <*> (x .@? "subnetId")+                <*> (x .@? "kernelId")+                <*> (x .@? "instanceType")+                <*> (x .@? "ebsOptimized")+                <*> (x .@? "userData")+                <*> (x .@? "monitoring")+                <*> (x .@? "iamInstanceProfile")+                <*> (x .@? "imageId")+                <*> (x .@? "addressingType")+                <*>+                (x .@? "blockDeviceMapping" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "placement")++instance Hashable LaunchSpecification++instance NFData LaunchSpecification++-- | Describes the monitoring for the instance.+--+-- /See:/ 'monitoring' smart constructor.+newtype Monitoring = Monitoring'+    { _mState :: Maybe MonitoringState+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'Monitoring' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'mState'+monitoring+    :: Monitoring+monitoring =+    Monitoring'+    { _mState = Nothing+    }++-- | Indicates whether monitoring is enabled for the instance.+mState :: Lens' Monitoring (Maybe MonitoringState)+mState = lens _mState (\ s a -> s{_mState = a});++instance FromXML Monitoring where+        parseXML x = Monitoring' <$> (x .@? "state")++instance Hashable Monitoring++instance NFData Monitoring++-- | Describes the status of a moving Elastic IP address.+--+-- /See:/ 'movingAddressStatus' smart constructor.+data MovingAddressStatus = MovingAddressStatus'+    { _masMoveStatus :: !(Maybe MoveStatus)+    , _masPublicIP   :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'MovingAddressStatus' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'masMoveStatus'+--+-- * 'masPublicIP'+movingAddressStatus+    :: MovingAddressStatus+movingAddressStatus =+    MovingAddressStatus'+    { _masMoveStatus = Nothing+    , _masPublicIP = Nothing+    }++-- | The status of the Elastic IP address that\'s being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.+masMoveStatus :: Lens' MovingAddressStatus (Maybe MoveStatus)+masMoveStatus = lens _masMoveStatus (\ s a -> s{_masMoveStatus = a});++-- | The Elastic IP address.+masPublicIP :: Lens' MovingAddressStatus (Maybe Text)+masPublicIP = lens _masPublicIP (\ s a -> s{_masPublicIP = a});++instance FromXML MovingAddressStatus where+        parseXML x+          = MovingAddressStatus' <$>+              (x .@? "moveStatus") <*> (x .@? "publicIp")++instance Hashable MovingAddressStatus++instance NFData MovingAddressStatus++-- | Describes a NAT gateway.+--+-- /See:/ 'natGateway' smart constructor.+data NatGateway = NatGateway'+    { _ngState               :: !(Maybe NatGatewayState)+    , _ngFailureCode         :: !(Maybe Text)+    , _ngVPCId               :: !(Maybe Text)+    , _ngFailureMessage      :: !(Maybe Text)+    , _ngNatGatewayId        :: !(Maybe Text)+    , _ngSubnetId            :: !(Maybe Text)+    , _ngDeleteTime          :: !(Maybe ISO8601)+    , _ngNatGatewayAddresses :: !(Maybe [NatGatewayAddress])+    , _ngCreateTime          :: !(Maybe ISO8601)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'NatGateway' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'ngState'+--+-- * 'ngFailureCode'+--+-- * 'ngVPCId'+--+-- * 'ngFailureMessage'+--+-- * 'ngNatGatewayId'+--+-- * 'ngSubnetId'+--+-- * 'ngDeleteTime'+--+-- * 'ngNatGatewayAddresses'+--+-- * 'ngCreateTime'+natGateway+    :: NatGateway+natGateway =+    NatGateway'+    { _ngState = Nothing+    , _ngFailureCode = Nothing+    , _ngVPCId = Nothing+    , _ngFailureMessage = Nothing+    , _ngNatGatewayId = Nothing+    , _ngSubnetId = Nothing+    , _ngDeleteTime = Nothing+    , _ngNatGatewayAddresses = Nothing+    , _ngCreateTime = Nothing+    }++-- | The state of the NAT gateway.+ngState :: Lens' NatGateway (Maybe NatGatewayState)+ngState = lens _ngState (\ s a -> s{_ngState = a});++-- | If the NAT gateway could not be created, specifies the error code for the failure. ('InsufficientFreeAddressesInSubnet' | 'Gateway.NotAttached' | 'InvalidAllocationID.NotFound' | 'Resource.AlreadyAssociated' | 'InternalError' | 'InvalidSubnetID.NotFound')+ngFailureCode :: Lens' NatGateway (Maybe Text)+ngFailureCode = lens _ngFailureCode (\ s a -> s{_ngFailureCode = a});++-- | The ID of the VPC in which the NAT gateway is located.+ngVPCId :: Lens' NatGateway (Maybe Text)+ngVPCId = lens _ngVPCId (\ s a -> s{_ngVPCId = a});++-- | If the NAT gateway could not be created, specifies the error message for the failure, that corresponds to the error code.+--+-- -   For InsufficientFreeAddressesInSubnet: \"Subnet has insufficient free addresses to create this NAT gateway\"+--+-- -   For Gateway.NotAttached: \"Network vpc-xxxxxxxx has no Internet gateway attached\"+--+-- -   For InvalidAllocationID.NotFound: \"Elastic IP address eipalloc-xxxxxxxx could not be associated with this NAT gateway\"+--+-- -   For Resource.AlreadyAssociated: \"Elastic IP address eipalloc-xxxxxxxx is already associated\"+--+-- -   For InternalError: \"Network interface eni-xxxxxxxx, created and used internally by this NAT gateway is in an invalid state. Please try again.\"+--+-- -   For InvalidSubnetID.NotFound: \"The specified subnet subnet-xxxxxxxx does not exist or could not be found.\"+--+ngFailureMessage :: Lens' NatGateway (Maybe Text)+ngFailureMessage = lens _ngFailureMessage (\ s a -> s{_ngFailureMessage = a});++-- | The ID of the NAT gateway.+ngNatGatewayId :: Lens' NatGateway (Maybe Text)+ngNatGatewayId = lens _ngNatGatewayId (\ s a -> s{_ngNatGatewayId = a});++-- | The ID of the subnet in which the NAT gateway is located.+ngSubnetId :: Lens' NatGateway (Maybe Text)+ngSubnetId = lens _ngSubnetId (\ s a -> s{_ngSubnetId = a});++-- | The date and time the NAT gateway was deleted, if applicable.+ngDeleteTime :: Lens' NatGateway (Maybe UTCTime)+ngDeleteTime = lens _ngDeleteTime (\ s a -> s{_ngDeleteTime = a}) . mapping _Time;++-- | Information about the IP addresses and network interface associated with the NAT gateway.+ngNatGatewayAddresses :: Lens' NatGateway [NatGatewayAddress]+ngNatGatewayAddresses = lens _ngNatGatewayAddresses (\ s a -> s{_ngNatGatewayAddresses = a}) . _Default . _Coerce;++-- | The date and time the NAT gateway was created.+ngCreateTime :: Lens' NatGateway (Maybe UTCTime)+ngCreateTime = lens _ngCreateTime (\ s a -> s{_ngCreateTime = a}) . mapping _Time;++instance FromXML NatGateway where+        parseXML x+          = NatGateway' <$>+              (x .@? "state") <*> (x .@? "failureCode") <*>+                (x .@? "vpcId")+                <*> (x .@? "failureMessage")+                <*> (x .@? "natGatewayId")+                <*> (x .@? "subnetId")+                <*> (x .@? "deleteTime")+                <*>+                (x .@? "natGatewayAddressSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "createTime")++instance Hashable NatGateway++instance NFData NatGateway++-- | Describes the IP addresses and network interface associated with a NAT gateway.+--+-- /See:/ 'natGatewayAddress' smart constructor.+data NatGatewayAddress = NatGatewayAddress'+    { _ngaPrivateIP          :: !(Maybe Text)+    , _ngaAllocationId       :: !(Maybe Text)+    , _ngaNetworkInterfaceId :: !(Maybe Text)+    , _ngaPublicIP           :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'NatGatewayAddress' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'ngaPrivateIP'+--+-- * 'ngaAllocationId'+--+-- * 'ngaNetworkInterfaceId'+--+-- * 'ngaPublicIP'+natGatewayAddress+    :: NatGatewayAddress+natGatewayAddress =+    NatGatewayAddress'+    { _ngaPrivateIP = Nothing+    , _ngaAllocationId = Nothing+    , _ngaNetworkInterfaceId = Nothing+    , _ngaPublicIP = Nothing+    }++-- | The private IP address associated with the Elastic IP address.+ngaPrivateIP :: Lens' NatGatewayAddress (Maybe Text)+ngaPrivateIP = lens _ngaPrivateIP (\ s a -> s{_ngaPrivateIP = a});++-- | The allocation ID of the Elastic IP address that\'s associated with the NAT gateway.+ngaAllocationId :: Lens' NatGatewayAddress (Maybe Text)+ngaAllocationId = lens _ngaAllocationId (\ s a -> s{_ngaAllocationId = a});++-- | The ID of the network interface associated with the NAT gateway.+ngaNetworkInterfaceId :: Lens' NatGatewayAddress (Maybe Text)+ngaNetworkInterfaceId = lens _ngaNetworkInterfaceId (\ s a -> s{_ngaNetworkInterfaceId = a});++-- | The Elastic IP address associated with the NAT gateway.+ngaPublicIP :: Lens' NatGatewayAddress (Maybe Text)+ngaPublicIP = lens _ngaPublicIP (\ s a -> s{_ngaPublicIP = a});++instance FromXML NatGatewayAddress where+        parseXML x+          = NatGatewayAddress' <$>+              (x .@? "privateIp") <*> (x .@? "allocationId") <*>+                (x .@? "networkInterfaceId")+                <*> (x .@? "publicIp")++instance Hashable NatGatewayAddress++instance NFData NatGatewayAddress++-- | Describes a network ACL.+--+-- /See:/ 'networkACL' smart constructor.+data NetworkACL = NetworkACL'+    { _naEntries      :: !(Maybe [NetworkACLEntry])+    , _naNetworkACLId :: !(Maybe Text)+    , _naVPCId        :: !(Maybe Text)+    , _naAssociations :: !(Maybe [NetworkACLAssociation])+    , _naTags         :: !(Maybe [Tag])+    , _naIsDefault    :: !(Maybe Bool)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'NetworkACL' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'naEntries'+--+-- * 'naNetworkACLId'+--+-- * 'naVPCId'+--+-- * 'naAssociations'+--+-- * 'naTags'+--+-- * 'naIsDefault'+networkACL+    :: NetworkACL+networkACL =+    NetworkACL'+    { _naEntries = Nothing+    , _naNetworkACLId = Nothing+    , _naVPCId = Nothing+    , _naAssociations = Nothing+    , _naTags = Nothing+    , _naIsDefault = Nothing+    }++-- | One or more entries (rules) in the network ACL.+naEntries :: Lens' NetworkACL [NetworkACLEntry]+naEntries = lens _naEntries (\ s a -> s{_naEntries = a}) . _Default . _Coerce;++-- | The ID of the network ACL.+naNetworkACLId :: Lens' NetworkACL (Maybe Text)+naNetworkACLId = lens _naNetworkACLId (\ s a -> s{_naNetworkACLId = a});++-- | The ID of the VPC for the network ACL.+naVPCId :: Lens' NetworkACL (Maybe Text)+naVPCId = lens _naVPCId (\ s a -> s{_naVPCId = a});++-- | Any associations between the network ACL and one or more subnets+naAssociations :: Lens' NetworkACL [NetworkACLAssociation]+naAssociations = lens _naAssociations (\ s a -> s{_naAssociations = a}) . _Default . _Coerce;++-- | Any tags assigned to the network ACL.+naTags :: Lens' NetworkACL [Tag]+naTags = lens _naTags (\ s a -> s{_naTags = a}) . _Default . _Coerce;++-- | Indicates whether this is the default network ACL for the VPC.+naIsDefault :: Lens' NetworkACL (Maybe Bool)+naIsDefault = lens _naIsDefault (\ s a -> s{_naIsDefault = a});++instance FromXML NetworkACL where+        parseXML x+          = NetworkACL' <$>+              (x .@? "entrySet" .!@ mempty >>=+                 may (parseXMLList "item"))+                <*> (x .@? "networkAclId")+                <*> (x .@? "vpcId")+                <*>+                (x .@? "associationSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "default")++instance Hashable NetworkACL++instance NFData NetworkACL++-- | Describes an association between a network ACL and a subnet.+--+-- /See:/ 'networkACLAssociation' smart constructor.+data NetworkACLAssociation = NetworkACLAssociation'+    { _naaNetworkACLId            :: !(Maybe Text)+    , _naaSubnetId                :: !(Maybe Text)+    , _naaNetworkACLAssociationId :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'NetworkACLAssociation' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'naaNetworkACLId'+--+-- * 'naaSubnetId'+--+-- * 'naaNetworkACLAssociationId'+networkACLAssociation+    :: NetworkACLAssociation+networkACLAssociation =+    NetworkACLAssociation'+    { _naaNetworkACLId = Nothing+    , _naaSubnetId = Nothing+    , _naaNetworkACLAssociationId = Nothing+    }++-- | The ID of the network ACL.+naaNetworkACLId :: Lens' NetworkACLAssociation (Maybe Text)+naaNetworkACLId = lens _naaNetworkACLId (\ s a -> s{_naaNetworkACLId = a});++-- | The ID of the subnet.+naaSubnetId :: Lens' NetworkACLAssociation (Maybe Text)+naaSubnetId = lens _naaSubnetId (\ s a -> s{_naaSubnetId = a});++-- | The ID of the association between a network ACL and a subnet.+naaNetworkACLAssociationId :: Lens' NetworkACLAssociation (Maybe Text)+naaNetworkACLAssociationId = lens _naaNetworkACLAssociationId (\ s a -> s{_naaNetworkACLAssociationId = a});++instance FromXML NetworkACLAssociation where+        parseXML x+          = NetworkACLAssociation' <$>+              (x .@? "networkAclId") <*> (x .@? "subnetId") <*>+                (x .@? "networkAclAssociationId")++instance Hashable NetworkACLAssociation++instance NFData NetworkACLAssociation++-- | Describes an entry in a network ACL.+--+-- /See:/ 'networkACLEntry' smart constructor.+data NetworkACLEntry = NetworkACLEntry'+    { _naeICMPTypeCode :: !(Maybe ICMPTypeCode)+    , _naeRuleNumber   :: !(Maybe Int)+    , _naeRuleAction   :: !(Maybe RuleAction)+    , _naeProtocol     :: !(Maybe Text)+    , _naePortRange    :: !(Maybe PortRange)+    , _naeCIdRBlock    :: !(Maybe Text)+    , _naeEgress       :: !(Maybe Bool)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'NetworkACLEntry' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'naeICMPTypeCode'+--+-- * 'naeRuleNumber'+--+-- * 'naeRuleAction'+--+-- * 'naeProtocol'+--+-- * 'naePortRange'+--+-- * 'naeCIdRBlock'+--+-- * 'naeEgress'+networkACLEntry+    :: NetworkACLEntry+networkACLEntry =+    NetworkACLEntry'+    { _naeICMPTypeCode = Nothing+    , _naeRuleNumber = Nothing+    , _naeRuleAction = Nothing+    , _naeProtocol = Nothing+    , _naePortRange = Nothing+    , _naeCIdRBlock = Nothing+    , _naeEgress = Nothing+    }++-- | ICMP protocol: The ICMP type and code.+naeICMPTypeCode :: Lens' NetworkACLEntry (Maybe ICMPTypeCode)+naeICMPTypeCode = lens _naeICMPTypeCode (\ s a -> s{_naeICMPTypeCode = a});++-- | The rule number for the entry. ACL entries are processed in ascending order by rule number.+naeRuleNumber :: Lens' NetworkACLEntry (Maybe Int)+naeRuleNumber = lens _naeRuleNumber (\ s a -> s{_naeRuleNumber = a});++-- | Indicates whether to allow or deny the traffic that matches the rule.+naeRuleAction :: Lens' NetworkACLEntry (Maybe RuleAction)+naeRuleAction = lens _naeRuleAction (\ s a -> s{_naeRuleAction = a});++-- | The protocol. A value of '-1' means all protocols.+naeProtocol :: Lens' NetworkACLEntry (Maybe Text)+naeProtocol = lens _naeProtocol (\ s a -> s{_naeProtocol = a});++-- | TCP or UDP protocols: The range of ports the rule applies to.+naePortRange :: Lens' NetworkACLEntry (Maybe PortRange)+naePortRange = lens _naePortRange (\ s a -> s{_naePortRange = a});++-- | The network range to allow or deny, in CIDR notation.+naeCIdRBlock :: Lens' NetworkACLEntry (Maybe Text)+naeCIdRBlock = lens _naeCIdRBlock (\ s a -> s{_naeCIdRBlock = a});++-- | Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).+naeEgress :: Lens' NetworkACLEntry (Maybe Bool)+naeEgress = lens _naeEgress (\ s a -> s{_naeEgress = a});++instance FromXML NetworkACLEntry where+        parseXML x+          = NetworkACLEntry' <$>+              (x .@? "icmpTypeCode") <*> (x .@? "ruleNumber") <*>+                (x .@? "ruleAction")+                <*> (x .@? "protocol")+                <*> (x .@? "portRange")+                <*> (x .@? "cidrBlock")+                <*> (x .@? "egress")++instance Hashable NetworkACLEntry++instance NFData NetworkACLEntry++-- | Describes a network interface.+--+-- /See:/ 'networkInterface' smart constructor.+data NetworkInterface = NetworkInterface'+    { _niGroups             :: !(Maybe [GroupIdentifier])+    , _niStatus             :: !(Maybe NetworkInterfaceStatus)+    , _niPrivateIPAddresses :: !(Maybe [NetworkInterfacePrivateIPAddress])+    , _niSourceDestCheck    :: !(Maybe Bool)+    , _niInterfaceType      :: !(Maybe NetworkInterfaceType)+    , _niVPCId              :: !(Maybe Text)+    , _niTagSet             :: !(Maybe [Tag])+    , _niRequesterManaged   :: !(Maybe Bool)+    , _niNetworkInterfaceId :: !(Maybe Text)+    , _niSubnetId           :: !(Maybe Text)+    , _niMACAddress         :: !(Maybe Text)+    , _niAttachment         :: !(Maybe NetworkInterfaceAttachment)+    , _niOwnerId            :: !(Maybe Text)+    , _niAvailabilityZone   :: !(Maybe Text)+    , _niPrivateIPAddress   :: !(Maybe Text)+    , _niPrivateDNSName     :: !(Maybe Text)+    , _niRequesterId        :: !(Maybe Text)+    , _niDescription        :: !(Maybe Text)+    , _niAssociation        :: !(Maybe NetworkInterfaceAssociation)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'NetworkInterface' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'niGroups'+--+-- * 'niStatus'+--+-- * 'niPrivateIPAddresses'+--+-- * 'niSourceDestCheck'+--+-- * 'niInterfaceType'+--+-- * 'niVPCId'+--+-- * 'niTagSet'+--+-- * 'niRequesterManaged'+--+-- * 'niNetworkInterfaceId'+--+-- * 'niSubnetId'+--+-- * 'niMACAddress'+--+-- * 'niAttachment'+--+-- * 'niOwnerId'+--+-- * 'niAvailabilityZone'+--+-- * 'niPrivateIPAddress'+--+-- * 'niPrivateDNSName'+--+-- * 'niRequesterId'+--+-- * 'niDescription'+--+-- * 'niAssociation'+networkInterface+    :: NetworkInterface+networkInterface =+    NetworkInterface'+    { _niGroups = Nothing+    , _niStatus = Nothing+    , _niPrivateIPAddresses = Nothing+    , _niSourceDestCheck = Nothing+    , _niInterfaceType = Nothing+    , _niVPCId = Nothing+    , _niTagSet = Nothing+    , _niRequesterManaged = Nothing+    , _niNetworkInterfaceId = Nothing+    , _niSubnetId = Nothing+    , _niMACAddress = Nothing+    , _niAttachment = Nothing+    , _niOwnerId = Nothing+    , _niAvailabilityZone = Nothing+    , _niPrivateIPAddress = Nothing+    , _niPrivateDNSName = Nothing+    , _niRequesterId = Nothing+    , _niDescription = Nothing+    , _niAssociation = Nothing+    }++-- | Any security groups for the network interface.+niGroups :: Lens' NetworkInterface [GroupIdentifier]+niGroups = lens _niGroups (\ s a -> s{_niGroups = a}) . _Default . _Coerce;++-- | The status of the network interface.+niStatus :: Lens' NetworkInterface (Maybe NetworkInterfaceStatus)+niStatus = lens _niStatus (\ s a -> s{_niStatus = a});++-- | The private IP addresses associated with the network interface.+niPrivateIPAddresses :: Lens' NetworkInterface [NetworkInterfacePrivateIPAddress]+niPrivateIPAddresses = lens _niPrivateIPAddresses (\ s a -> s{_niPrivateIPAddresses = a}) . _Default . _Coerce;++-- | Indicates whether traffic to or from the instance is validated.+niSourceDestCheck :: Lens' NetworkInterface (Maybe Bool)+niSourceDestCheck = lens _niSourceDestCheck (\ s a -> s{_niSourceDestCheck = a});++-- | The type of interface.+niInterfaceType :: Lens' NetworkInterface (Maybe NetworkInterfaceType)+niInterfaceType = lens _niInterfaceType (\ s a -> s{_niInterfaceType = a});++-- | The ID of the VPC.+niVPCId :: Lens' NetworkInterface (Maybe Text)+niVPCId = lens _niVPCId (\ s a -> s{_niVPCId = a});++-- | Any tags assigned to the network interface.+niTagSet :: Lens' NetworkInterface [Tag]+niTagSet = lens _niTagSet (\ s a -> s{_niTagSet = a}) . _Default . _Coerce;++-- | Indicates whether the network interface is being managed by AWS.+niRequesterManaged :: Lens' NetworkInterface (Maybe Bool)+niRequesterManaged = lens _niRequesterManaged (\ s a -> s{_niRequesterManaged = a});++-- | The ID of the network interface.+niNetworkInterfaceId :: Lens' NetworkInterface (Maybe Text)+niNetworkInterfaceId = lens _niNetworkInterfaceId (\ s a -> s{_niNetworkInterfaceId = a});++-- | The ID of the subnet.+niSubnetId :: Lens' NetworkInterface (Maybe Text)+niSubnetId = lens _niSubnetId (\ s a -> s{_niSubnetId = a});++-- | The MAC address.+niMACAddress :: Lens' NetworkInterface (Maybe Text)+niMACAddress = lens _niMACAddress (\ s a -> s{_niMACAddress = a});++-- | The network interface attachment.+niAttachment :: Lens' NetworkInterface (Maybe NetworkInterfaceAttachment)+niAttachment = lens _niAttachment (\ s a -> s{_niAttachment = a});++-- | The AWS account ID of the owner of the network interface.+niOwnerId :: Lens' NetworkInterface (Maybe Text)+niOwnerId = lens _niOwnerId (\ s a -> s{_niOwnerId = a});++-- | The Availability Zone.+niAvailabilityZone :: Lens' NetworkInterface (Maybe Text)+niAvailabilityZone = lens _niAvailabilityZone (\ s a -> s{_niAvailabilityZone = a});++-- | The IP address of the network interface within the subnet.+niPrivateIPAddress :: Lens' NetworkInterface (Maybe Text)+niPrivateIPAddress = lens _niPrivateIPAddress (\ s a -> s{_niPrivateIPAddress = a});++-- | The private DNS name.+niPrivateDNSName :: Lens' NetworkInterface (Maybe Text)+niPrivateDNSName = lens _niPrivateDNSName (\ s a -> s{_niPrivateDNSName = a});++-- | The ID of the entity that launched the instance on your behalf (for example, AWS Management Console or Auto Scaling).+niRequesterId :: Lens' NetworkInterface (Maybe Text)+niRequesterId = lens _niRequesterId (\ s a -> s{_niRequesterId = a});++-- | A description.+niDescription :: Lens' NetworkInterface (Maybe Text)+niDescription = lens _niDescription (\ s a -> s{_niDescription = a});++-- | The association information for an Elastic IP associated with the network interface.+niAssociation :: Lens' NetworkInterface (Maybe NetworkInterfaceAssociation)+niAssociation = lens _niAssociation (\ s a -> s{_niAssociation = a});++instance FromXML NetworkInterface where+        parseXML x+          = NetworkInterface' <$>+              (x .@? "groupSet" .!@ mempty >>=+                 may (parseXMLList "item"))+                <*> (x .@? "status")+                <*>+                (x .@? "privateIpAddressesSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "sourceDestCheck")+                <*> (x .@? "interfaceType")+                <*> (x .@? "vpcId")+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "requesterManaged")+                <*> (x .@? "networkInterfaceId")+                <*> (x .@? "subnetId")+                <*> (x .@? "macAddress")+                <*> (x .@? "attachment")+                <*> (x .@? "ownerId")+                <*> (x .@? "availabilityZone")+                <*> (x .@? "privateIpAddress")+                <*> (x .@? "privateDnsName")+                <*> (x .@? "requesterId")+                <*> (x .@? "description")+                <*> (x .@? "association")++instance Hashable NetworkInterface++instance NFData NetworkInterface++-- | Describes association information for an Elastic IP address.+--+-- /See:/ 'networkInterfaceAssociation' smart constructor.+data NetworkInterfaceAssociation = NetworkInterfaceAssociation'+    { _niaAssociationId :: !(Maybe Text)+    , _niaPublicDNSName :: !(Maybe Text)+    , _niaAllocationId  :: !(Maybe Text)+    , _niaIPOwnerId     :: !(Maybe Text)+    , _niaPublicIP      :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'NetworkInterfaceAssociation' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'niaAssociationId'+--+-- * 'niaPublicDNSName'+--+-- * 'niaAllocationId'+--+-- * 'niaIPOwnerId'+--+-- * 'niaPublicIP'+networkInterfaceAssociation+    :: NetworkInterfaceAssociation+networkInterfaceAssociation =+    NetworkInterfaceAssociation'+    { _niaAssociationId = Nothing+    , _niaPublicDNSName = Nothing+    , _niaAllocationId = Nothing+    , _niaIPOwnerId = Nothing+    , _niaPublicIP = Nothing+    }++-- | The association ID.+niaAssociationId :: Lens' NetworkInterfaceAssociation (Maybe Text)+niaAssociationId = lens _niaAssociationId (\ s a -> s{_niaAssociationId = a});++-- | The public DNS name.+niaPublicDNSName :: Lens' NetworkInterfaceAssociation (Maybe Text)+niaPublicDNSName = lens _niaPublicDNSName (\ s a -> s{_niaPublicDNSName = a});++-- | The allocation ID.+niaAllocationId :: Lens' NetworkInterfaceAssociation (Maybe Text)+niaAllocationId = lens _niaAllocationId (\ s a -> s{_niaAllocationId = a});++-- | The ID of the Elastic IP address owner.+niaIPOwnerId :: Lens' NetworkInterfaceAssociation (Maybe Text)+niaIPOwnerId = lens _niaIPOwnerId (\ s a -> s{_niaIPOwnerId = a});++-- | The address of the Elastic IP address bound to the network interface.+niaPublicIP :: Lens' NetworkInterfaceAssociation (Maybe Text)+niaPublicIP = lens _niaPublicIP (\ s a -> s{_niaPublicIP = a});++instance FromXML NetworkInterfaceAssociation where+        parseXML x+          = NetworkInterfaceAssociation' <$>+              (x .@? "associationId") <*> (x .@? "publicDnsName")+                <*> (x .@? "allocationId")+                <*> (x .@? "ipOwnerId")+                <*> (x .@? "publicIp")++instance Hashable NetworkInterfaceAssociation++instance NFData NetworkInterfaceAssociation++-- | Describes a network interface attachment.+--+-- /See:/ 'networkInterfaceAttachment' smart constructor.+data NetworkInterfaceAttachment = NetworkInterfaceAttachment'+    { _niaInstanceId          :: !(Maybe Text)+    , _niaStatus              :: !(Maybe AttachmentStatus)+    , _niaDeleteOnTermination :: !(Maybe Bool)+    , _niaAttachmentId        :: !(Maybe Text)+    , _niaInstanceOwnerId     :: !(Maybe Text)+    , _niaAttachTime          :: !(Maybe ISO8601)+    , _niaDeviceIndex         :: !(Maybe Int)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'NetworkInterfaceAttachment' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'niaInstanceId'+--+-- * 'niaStatus'+--+-- * 'niaDeleteOnTermination'+--+-- * 'niaAttachmentId'+--+-- * 'niaInstanceOwnerId'+--+-- * 'niaAttachTime'+--+-- * 'niaDeviceIndex'+networkInterfaceAttachment+    :: NetworkInterfaceAttachment+networkInterfaceAttachment =+    NetworkInterfaceAttachment'+    { _niaInstanceId = Nothing+    , _niaStatus = Nothing+    , _niaDeleteOnTermination = Nothing+    , _niaAttachmentId = Nothing+    , _niaInstanceOwnerId = Nothing+    , _niaAttachTime = Nothing+    , _niaDeviceIndex = Nothing+    }++-- | The ID of the instance.+niaInstanceId :: Lens' NetworkInterfaceAttachment (Maybe Text)+niaInstanceId = lens _niaInstanceId (\ s a -> s{_niaInstanceId = a});++-- | The attachment state.+niaStatus :: Lens' NetworkInterfaceAttachment (Maybe AttachmentStatus)+niaStatus = lens _niaStatus (\ s a -> s{_niaStatus = a});++-- | Indicates whether the network interface is deleted when the instance is terminated.+niaDeleteOnTermination :: Lens' NetworkInterfaceAttachment (Maybe Bool)+niaDeleteOnTermination = lens _niaDeleteOnTermination (\ s a -> s{_niaDeleteOnTermination = a});++-- | The ID of the network interface attachment.+niaAttachmentId :: Lens' NetworkInterfaceAttachment (Maybe Text)+niaAttachmentId = lens _niaAttachmentId (\ s a -> s{_niaAttachmentId = a});++-- | The AWS account ID of the owner of the instance.+niaInstanceOwnerId :: Lens' NetworkInterfaceAttachment (Maybe Text)+niaInstanceOwnerId = lens _niaInstanceOwnerId (\ s a -> s{_niaInstanceOwnerId = a});++-- | The timestamp indicating when the attachment initiated.+niaAttachTime :: Lens' NetworkInterfaceAttachment (Maybe UTCTime)+niaAttachTime = lens _niaAttachTime (\ s a -> s{_niaAttachTime = a}) . mapping _Time;++-- | The device index of the network interface attachment on the instance.+niaDeviceIndex :: Lens' NetworkInterfaceAttachment (Maybe Int)+niaDeviceIndex = lens _niaDeviceIndex (\ s a -> s{_niaDeviceIndex = a});++instance FromXML NetworkInterfaceAttachment where+        parseXML x+          = NetworkInterfaceAttachment' <$>+              (x .@? "instanceId") <*> (x .@? "status") <*>+                (x .@? "deleteOnTermination")+                <*> (x .@? "attachmentId")+                <*> (x .@? "instanceOwnerId")+                <*> (x .@? "attachTime")+                <*> (x .@? "deviceIndex")++instance Hashable NetworkInterfaceAttachment++instance NFData NetworkInterfaceAttachment++-- | Describes an attachment change.+--+-- /See:/ 'networkInterfaceAttachmentChanges' smart constructor.+data NetworkInterfaceAttachmentChanges = NetworkInterfaceAttachmentChanges'+    { _niacDeleteOnTermination :: !(Maybe Bool)+    , _niacAttachmentId        :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'NetworkInterfaceAttachmentChanges' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'niacDeleteOnTermination'+--+-- * 'niacAttachmentId'+networkInterfaceAttachmentChanges+    :: NetworkInterfaceAttachmentChanges+networkInterfaceAttachmentChanges =+    NetworkInterfaceAttachmentChanges'+    { _niacDeleteOnTermination = Nothing+    , _niacAttachmentId = Nothing+    }++-- | Indicates whether the network interface is deleted when the instance is terminated.+niacDeleteOnTermination :: Lens' NetworkInterfaceAttachmentChanges (Maybe Bool)+niacDeleteOnTermination = lens _niacDeleteOnTermination (\ s a -> s{_niacDeleteOnTermination = a});++-- | The ID of the network interface attachment.+niacAttachmentId :: Lens' NetworkInterfaceAttachmentChanges (Maybe Text)+niacAttachmentId = lens _niacAttachmentId (\ s a -> s{_niacAttachmentId = a});++instance Hashable NetworkInterfaceAttachmentChanges++instance NFData NetworkInterfaceAttachmentChanges++instance ToQuery NetworkInterfaceAttachmentChanges+         where+        toQuery NetworkInterfaceAttachmentChanges'{..}+          = mconcat+              ["DeleteOnTermination" =: _niacDeleteOnTermination,+               "AttachmentId" =: _niacAttachmentId]++-- | Describes the private IP address of a network interface.+--+-- /See:/ 'networkInterfacePrivateIPAddress' smart constructor.+data NetworkInterfacePrivateIPAddress = NetworkInterfacePrivateIPAddress'+    { _nipiaPrimary          :: !(Maybe Bool)+    , _nipiaPrivateIPAddress :: !(Maybe Text)+    , _nipiaPrivateDNSName   :: !(Maybe Text)+    , _nipiaAssociation      :: !(Maybe NetworkInterfaceAssociation)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'NetworkInterfacePrivateIPAddress' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'nipiaPrimary'+--+-- * 'nipiaPrivateIPAddress'+--+-- * 'nipiaPrivateDNSName'+--+-- * 'nipiaAssociation'+networkInterfacePrivateIPAddress+    :: NetworkInterfacePrivateIPAddress+networkInterfacePrivateIPAddress =+    NetworkInterfacePrivateIPAddress'+    { _nipiaPrimary = Nothing+    , _nipiaPrivateIPAddress = Nothing+    , _nipiaPrivateDNSName = Nothing+    , _nipiaAssociation = Nothing+    }++-- | Indicates whether this IP address is the primary private IP address of the network interface.+nipiaPrimary :: Lens' NetworkInterfacePrivateIPAddress (Maybe Bool)+nipiaPrimary = lens _nipiaPrimary (\ s a -> s{_nipiaPrimary = a});++-- | The private IP address.+nipiaPrivateIPAddress :: Lens' NetworkInterfacePrivateIPAddress (Maybe Text)+nipiaPrivateIPAddress = lens _nipiaPrivateIPAddress (\ s a -> s{_nipiaPrivateIPAddress = a});++-- | The private DNS name.+nipiaPrivateDNSName :: Lens' NetworkInterfacePrivateIPAddress (Maybe Text)+nipiaPrivateDNSName = lens _nipiaPrivateDNSName (\ s a -> s{_nipiaPrivateDNSName = a});++-- | The association information for an Elastic IP address associated with the network interface.+nipiaAssociation :: Lens' NetworkInterfacePrivateIPAddress (Maybe NetworkInterfaceAssociation)+nipiaAssociation = lens _nipiaAssociation (\ s a -> s{_nipiaAssociation = a});++instance FromXML NetworkInterfacePrivateIPAddress+         where+        parseXML x+          = NetworkInterfacePrivateIPAddress' <$>+              (x .@? "primary") <*> (x .@? "privateIpAddress") <*>+                (x .@? "privateDnsName")+                <*> (x .@? "association")++instance Hashable NetworkInterfacePrivateIPAddress++instance NFData NetworkInterfacePrivateIPAddress++-- | /See:/ 'newDHCPConfiguration' smart constructor.+data NewDHCPConfiguration = NewDHCPConfiguration'+    { _ndcValues :: !(Maybe [Text])+    , _ndcKey    :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'NewDHCPConfiguration' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'ndcValues'+--+-- * 'ndcKey'+newDHCPConfiguration+    :: NewDHCPConfiguration+newDHCPConfiguration =+    NewDHCPConfiguration'+    { _ndcValues = Nothing+    , _ndcKey = Nothing+    }++-- | Undocumented member.+ndcValues :: Lens' NewDHCPConfiguration [Text]+ndcValues = lens _ndcValues (\ s a -> s{_ndcValues = a}) . _Default . _Coerce;++-- | Undocumented member.+ndcKey :: Lens' NewDHCPConfiguration (Maybe Text)+ndcKey = lens _ndcKey (\ s a -> s{_ndcKey = a});++instance Hashable NewDHCPConfiguration++instance NFData NewDHCPConfiguration++instance ToQuery NewDHCPConfiguration where+        toQuery NewDHCPConfiguration'{..}+          = mconcat+              [toQuery (toQueryList "Value" <$> _ndcValues),+               "Key" =: _ndcKey]++-- | Describes the VPC peering connection options.+--+-- /See:/ 'peeringConnectionOptions' smart constructor.+data PeeringConnectionOptions = PeeringConnectionOptions'+    { _pcoAllowEgressFromLocalVPCToRemoteClassicLink :: !(Maybe Bool)+    , _pcoAllowEgressFromLocalClassicLinkToRemoteVPC :: !(Maybe Bool)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'PeeringConnectionOptions' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'pcoAllowEgressFromLocalVPCToRemoteClassicLink'+--+-- * 'pcoAllowEgressFromLocalClassicLinkToRemoteVPC'+peeringConnectionOptions+    :: PeeringConnectionOptions+peeringConnectionOptions =+    PeeringConnectionOptions'+    { _pcoAllowEgressFromLocalVPCToRemoteClassicLink = Nothing+    , _pcoAllowEgressFromLocalClassicLinkToRemoteVPC = Nothing+    }++-- | If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that\'s linked to a peer VPC via ClassicLink.+pcoAllowEgressFromLocalVPCToRemoteClassicLink :: Lens' PeeringConnectionOptions (Maybe Bool)+pcoAllowEgressFromLocalVPCToRemoteClassicLink = lens _pcoAllowEgressFromLocalVPCToRemoteClassicLink (\ s a -> s{_pcoAllowEgressFromLocalVPCToRemoteClassicLink = a});++-- | If true, enables outbound communication from an EC2-Classic instance that\'s linked to a local VPC via ClassicLink to instances in a peer VPC.+pcoAllowEgressFromLocalClassicLinkToRemoteVPC :: Lens' PeeringConnectionOptions (Maybe Bool)+pcoAllowEgressFromLocalClassicLinkToRemoteVPC = lens _pcoAllowEgressFromLocalClassicLinkToRemoteVPC (\ s a -> s{_pcoAllowEgressFromLocalClassicLinkToRemoteVPC = a});++instance FromXML PeeringConnectionOptions where+        parseXML x+          = PeeringConnectionOptions' <$>+              (x .@? "allowEgressFromLocalVpcToRemoteClassicLink")+                <*>+                (x .@? "allowEgressFromLocalClassicLinkToRemoteVpc")++instance Hashable PeeringConnectionOptions++instance NFData PeeringConnectionOptions++-- | The VPC peering connection options.+--+-- /See:/ 'peeringConnectionOptionsRequest' smart constructor.+data PeeringConnectionOptionsRequest = PeeringConnectionOptionsRequest'+    { _pcorAllowEgressFromLocalClassicLinkToRemoteVPC :: !Bool+    , _pcorAllowEgressFromLocalVPCToRemoteClassicLink :: !Bool+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'PeeringConnectionOptionsRequest' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'pcorAllowEgressFromLocalClassicLinkToRemoteVPC'+--+-- * 'pcorAllowEgressFromLocalVPCToRemoteClassicLink'+peeringConnectionOptionsRequest+    :: Bool -- ^ 'pcorAllowEgressFromLocalClassicLinkToRemoteVPC'+    -> Bool -- ^ 'pcorAllowEgressFromLocalVPCToRemoteClassicLink'+    -> PeeringConnectionOptionsRequest+peeringConnectionOptionsRequest pAllowEgressFromLocalClassicLinkToRemoteVPC_ pAllowEgressFromLocalVPCToRemoteClassicLink_ =+    PeeringConnectionOptionsRequest'+    { _pcorAllowEgressFromLocalClassicLinkToRemoteVPC = pAllowEgressFromLocalClassicLinkToRemoteVPC_+    , _pcorAllowEgressFromLocalVPCToRemoteClassicLink = pAllowEgressFromLocalVPCToRemoteClassicLink_+    }++-- | If true, enables outbound communication from an EC2-Classic instance that\'s linked to a local VPC via ClassicLink to instances in a peer VPC.+pcorAllowEgressFromLocalClassicLinkToRemoteVPC :: Lens' PeeringConnectionOptionsRequest Bool+pcorAllowEgressFromLocalClassicLinkToRemoteVPC = lens _pcorAllowEgressFromLocalClassicLinkToRemoteVPC (\ s a -> s{_pcorAllowEgressFromLocalClassicLinkToRemoteVPC = a});++-- | If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that\'s linked to a peer VPC via ClassicLink.+pcorAllowEgressFromLocalVPCToRemoteClassicLink :: Lens' PeeringConnectionOptionsRequest Bool+pcorAllowEgressFromLocalVPCToRemoteClassicLink = lens _pcorAllowEgressFromLocalVPCToRemoteClassicLink (\ s a -> s{_pcorAllowEgressFromLocalVPCToRemoteClassicLink = a});++instance Hashable PeeringConnectionOptionsRequest++instance NFData PeeringConnectionOptionsRequest++instance ToQuery PeeringConnectionOptionsRequest+         where+        toQuery PeeringConnectionOptionsRequest'{..}+          = mconcat+              ["AllowEgressFromLocalClassicLinkToRemoteVpc" =:+                 _pcorAllowEgressFromLocalClassicLinkToRemoteVPC,+               "AllowEgressFromLocalVpcToRemoteClassicLink" =:+                 _pcorAllowEgressFromLocalVPCToRemoteClassicLink]++-- | Describes the placement for the instance.+--+-- /See:/ 'placement' smart constructor.+data Placement = Placement'+    { _pAffinity         :: !(Maybe Text)+    , _pHostId           :: !(Maybe Text)+    , _pAvailabilityZone :: !(Maybe Text)+    , _pTenancy          :: !(Maybe Tenancy)+    , _pGroupName        :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'Placement' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'pAffinity'+--+-- * 'pHostId'+--+-- * 'pAvailabilityZone'+--+-- * 'pTenancy'+--+-- * 'pGroupName'+placement+    :: Placement+placement =+    Placement'+    { _pAffinity = Nothing+    , _pHostId = Nothing+    , _pAvailabilityZone = Nothing+    , _pTenancy = Nothing+    , _pGroupName = Nothing+    }++-- | The affinity setting for the instance on the Dedicated host. This parameter is not supported for the < ImportInstance> command.+pAffinity :: Lens' Placement (Maybe Text)+pAffinity = lens _pAffinity (\ s a -> s{_pAffinity = a});++-- | The ID of the Dedicted host on which the instance resides. This parameter is not support for the < ImportInstance> command.+pHostId :: Lens' Placement (Maybe Text)+pHostId = lens _pHostId (\ s a -> s{_pHostId = a});++-- | The Availability Zone of the instance.+pAvailabilityZone :: Lens' Placement (Maybe Text)+pAvailabilityZone = lens _pAvailabilityZone (\ s a -> s{_pAvailabilityZone = a});++-- | The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of 'dedicated' runs on single-tenant hardware. The 'host' tenancy is not supported for the < ImportInstance> command.+pTenancy :: Lens' Placement (Maybe Tenancy)+pTenancy = lens _pTenancy (\ s a -> s{_pTenancy = a});++-- | The name of the placement group the instance is in (for cluster compute instances).+pGroupName :: Lens' Placement (Maybe Text)+pGroupName = lens _pGroupName (\ s a -> s{_pGroupName = a});++instance FromXML Placement where+        parseXML x+          = Placement' <$>+              (x .@? "affinity") <*> (x .@? "hostId") <*>+                (x .@? "availabilityZone")+                <*> (x .@? "tenancy")+                <*> (x .@? "groupName")++instance Hashable Placement++instance NFData Placement++instance ToQuery Placement where+        toQuery Placement'{..}+          = mconcat+              ["Affinity" =: _pAffinity, "HostId" =: _pHostId,+               "AvailabilityZone" =: _pAvailabilityZone,+               "Tenancy" =: _pTenancy, "GroupName" =: _pGroupName]++-- | Describes a placement group.+--+-- /See:/ 'placementGroup' smart constructor.+data PlacementGroup = PlacementGroup'+    { _pgState     :: !(Maybe PlacementGroupState)+    , _pgStrategy  :: !(Maybe PlacementStrategy)+    , _pgGroupName :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'PlacementGroup' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'pgState'+--+-- * 'pgStrategy'+--+-- * 'pgGroupName'+placementGroup+    :: PlacementGroup+placementGroup =+    PlacementGroup'+    { _pgState = Nothing+    , _pgStrategy = Nothing+    , _pgGroupName = Nothing+    }++-- | The state of the placement group.+pgState :: Lens' PlacementGroup (Maybe PlacementGroupState)+pgState = lens _pgState (\ s a -> s{_pgState = a});++-- | The placement strategy.+pgStrategy :: Lens' PlacementGroup (Maybe PlacementStrategy)+pgStrategy = lens _pgStrategy (\ s a -> s{_pgStrategy = a});++-- | The name of the placement group.+pgGroupName :: Lens' PlacementGroup (Maybe Text)+pgGroupName = lens _pgGroupName (\ s a -> s{_pgGroupName = a});++instance FromXML PlacementGroup where+        parseXML x+          = PlacementGroup' <$>+              (x .@? "state") <*> (x .@? "strategy") <*>+                (x .@? "groupName")++instance Hashable PlacementGroup++instance NFData PlacementGroup++-- | Describes a range of ports.+--+-- /See:/ 'portRange' smart constructor.+data PortRange = PortRange'+    { _prTo   :: !(Maybe Int)+    , _prFrom :: !(Maybe Int)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'PortRange' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'prTo'+--+-- * 'prFrom'+portRange+    :: PortRange+portRange =+    PortRange'+    { _prTo = Nothing+    , _prFrom = Nothing+    }++-- | The last port in the range.+prTo :: Lens' PortRange (Maybe Int)+prTo = lens _prTo (\ s a -> s{_prTo = a});++-- | The first port in the range.+prFrom :: Lens' PortRange (Maybe Int)+prFrom = lens _prFrom (\ s a -> s{_prFrom = a});++instance FromXML PortRange where+        parseXML x+          = PortRange' <$> (x .@? "to") <*> (x .@? "from")++instance Hashable PortRange++instance NFData PortRange++instance ToQuery PortRange where+        toQuery PortRange'{..}+          = mconcat ["To" =: _prTo, "From" =: _prFrom]++-- | Describes prefixes for AWS services.+--+-- /See:/ 'prefixList' smart constructor.+data PrefixList = PrefixList'+    { _plCIdRs          :: !(Maybe [Text])+    , _plPrefixListId   :: !(Maybe Text)+    , _plPrefixListName :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'PrefixList' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'plCIdRs'+--+-- * 'plPrefixListId'+--+-- * 'plPrefixListName'+prefixList+    :: PrefixList+prefixList =+    PrefixList'+    { _plCIdRs = Nothing+    , _plPrefixListId = Nothing+    , _plPrefixListName = Nothing+    }++-- | The IP address range of the AWS service.+plCIdRs :: Lens' PrefixList [Text]+plCIdRs = lens _plCIdRs (\ s a -> s{_plCIdRs = a}) . _Default . _Coerce;++-- | The ID of the prefix.+plPrefixListId :: Lens' PrefixList (Maybe Text)+plPrefixListId = lens _plPrefixListId (\ s a -> s{_plPrefixListId = a});++-- | The name of the prefix.+plPrefixListName :: Lens' PrefixList (Maybe Text)+plPrefixListName = lens _plPrefixListName (\ s a -> s{_plPrefixListName = a});++instance FromXML PrefixList where+        parseXML x+          = PrefixList' <$>+              (x .@? "cidrSet" .!@ mempty >>=+                 may (parseXMLList "item"))+                <*> (x .@? "prefixListId")+                <*> (x .@? "prefixListName")++instance Hashable PrefixList++instance NFData PrefixList++-- | The ID of the prefix.+--+-- /See:/ 'prefixListId' smart constructor.+newtype PrefixListId = PrefixListId'+    { _pliPrefixListId :: Maybe Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'PrefixListId' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'pliPrefixListId'+prefixListId+    :: PrefixListId+prefixListId =+    PrefixListId'+    { _pliPrefixListId = Nothing+    }++-- | The ID of the prefix.+pliPrefixListId :: Lens' PrefixListId (Maybe Text)+pliPrefixListId = lens _pliPrefixListId (\ s a -> s{_pliPrefixListId = a});++instance FromXML PrefixListId where+        parseXML x = PrefixListId' <$> (x .@? "prefixListId")++instance Hashable PrefixListId++instance NFData PrefixListId++instance ToQuery PrefixListId where+        toQuery PrefixListId'{..}+          = mconcat ["PrefixListId" =: _pliPrefixListId]++-- | Describes the price for a Reserved Instance.+--+-- /See:/ 'priceSchedule' smart constructor.+data PriceSchedule = PriceSchedule'+    { _psCurrencyCode :: !(Maybe CurrencyCodeValues)+    , _psTerm         :: !(Maybe Integer)+    , _psActive       :: !(Maybe Bool)+    , _psPrice        :: !(Maybe Double)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'PriceSchedule' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'psCurrencyCode'+--+-- * 'psTerm'+--+-- * 'psActive'+--+-- * 'psPrice'+priceSchedule+    :: PriceSchedule+priceSchedule =+    PriceSchedule'+    { _psCurrencyCode = Nothing+    , _psTerm = Nothing+    , _psActive = Nothing+    , _psPrice = Nothing+    }++-- | The currency for transacting the Reserved Instance resale. At this time, the only supported currency is 'USD'.+psCurrencyCode :: Lens' PriceSchedule (Maybe CurrencyCodeValues)+psCurrencyCode = lens _psCurrencyCode (\ s a -> s{_psCurrencyCode = a});++-- | The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.+psTerm :: Lens' PriceSchedule (Maybe Integer)+psTerm = lens _psTerm (\ s a -> s{_psTerm = a});++-- | The current price schedule, as determined by the term remaining for the Reserved Instance in the listing.+--+-- A specific price schedule is always in effect, but only one price schedule can be active at any time. Take, for example, a Reserved Instance listing that has five months remaining in its term. When you specify price schedules for five months and two months, this means that schedule 1, covering the first three months of the remaining term, will be active during months 5, 4, and 3. Then schedule 2, covering the last two months of the term, will be active for months 2 and 1.+psActive :: Lens' PriceSchedule (Maybe Bool)+psActive = lens _psActive (\ s a -> s{_psActive = a});++-- | The fixed price for the term.+psPrice :: Lens' PriceSchedule (Maybe Double)+psPrice = lens _psPrice (\ s a -> s{_psPrice = a});++instance FromXML PriceSchedule where+        parseXML x+          = PriceSchedule' <$>+              (x .@? "currencyCode") <*> (x .@? "term") <*>+                (x .@? "active")+                <*> (x .@? "price")++instance Hashable PriceSchedule++instance NFData PriceSchedule++-- | Describes the price for a Reserved Instance.+--+-- /See:/ 'priceScheduleSpecification' smart constructor.+data PriceScheduleSpecification = PriceScheduleSpecification'+    { _pssCurrencyCode :: !(Maybe CurrencyCodeValues)+    , _pssTerm         :: !(Maybe Integer)+    , _pssPrice        :: !(Maybe Double)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'PriceScheduleSpecification' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'pssCurrencyCode'+--+-- * 'pssTerm'+--+-- * 'pssPrice'+priceScheduleSpecification+    :: PriceScheduleSpecification+priceScheduleSpecification =+    PriceScheduleSpecification'+    { _pssCurrencyCode = Nothing+    , _pssTerm = Nothing+    , _pssPrice = Nothing+    }++-- | The currency for transacting the Reserved Instance resale. At this time, the only supported currency is 'USD'.+pssCurrencyCode :: Lens' PriceScheduleSpecification (Maybe CurrencyCodeValues)+pssCurrencyCode = lens _pssCurrencyCode (\ s a -> s{_pssCurrencyCode = a});++-- | The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.+pssTerm :: Lens' PriceScheduleSpecification (Maybe Integer)+pssTerm = lens _pssTerm (\ s a -> s{_pssTerm = a});++-- | The fixed price for the term.+pssPrice :: Lens' PriceScheduleSpecification (Maybe Double)+pssPrice = lens _pssPrice (\ s a -> s{_pssPrice = a});++instance Hashable PriceScheduleSpecification++instance NFData PriceScheduleSpecification++instance ToQuery PriceScheduleSpecification where+        toQuery PriceScheduleSpecification'{..}+          = mconcat+              ["CurrencyCode" =: _pssCurrencyCode,+               "Term" =: _pssTerm, "Price" =: _pssPrice]++-- | Describes a Reserved Instance offering.+--+-- /See:/ 'pricingDetail' smart constructor.+data PricingDetail = PricingDetail'+    { _pdCount :: !(Maybe Int)+    , _pdPrice :: !(Maybe Double)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'PricingDetail' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'pdCount'+--+-- * 'pdPrice'+pricingDetail+    :: PricingDetail+pricingDetail =+    PricingDetail'+    { _pdCount = Nothing+    , _pdPrice = Nothing+    }++-- | The number of reservations available for the price.+pdCount :: Lens' PricingDetail (Maybe Int)+pdCount = lens _pdCount (\ s a -> s{_pdCount = a});++-- | The price per instance.+pdPrice :: Lens' PricingDetail (Maybe Double)+pdPrice = lens _pdPrice (\ s a -> s{_pdPrice = a});++instance FromXML PricingDetail where+        parseXML x+          = PricingDetail' <$>+              (x .@? "count") <*> (x .@? "price")++instance Hashable PricingDetail++instance NFData PricingDetail++-- | Describes a secondary private IP address for a network interface.+--+-- /See:/ 'privateIPAddressSpecification' smart constructor.+data PrivateIPAddressSpecification = PrivateIPAddressSpecification'+    { _piasPrimary          :: !(Maybe Bool)+    , _piasPrivateIPAddress :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'PrivateIPAddressSpecification' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'piasPrimary'+--+-- * 'piasPrivateIPAddress'+privateIPAddressSpecification+    :: Text -- ^ 'piasPrivateIPAddress'+    -> PrivateIPAddressSpecification+privateIPAddressSpecification pPrivateIPAddress_ =+    PrivateIPAddressSpecification'+    { _piasPrimary = Nothing+    , _piasPrivateIPAddress = pPrivateIPAddress_+    }++-- | Indicates whether the private IP address is the primary private IP address. Only one IP address can be designated as primary.+piasPrimary :: Lens' PrivateIPAddressSpecification (Maybe Bool)+piasPrimary = lens _piasPrimary (\ s a -> s{_piasPrimary = a});++-- | The private IP addresses.+piasPrivateIPAddress :: Lens' PrivateIPAddressSpecification Text+piasPrivateIPAddress = lens _piasPrivateIPAddress (\ s a -> s{_piasPrivateIPAddress = a});++instance FromXML PrivateIPAddressSpecification where+        parseXML x+          = PrivateIPAddressSpecification' <$>+              (x .@? "primary") <*> (x .@ "privateIpAddress")++instance Hashable PrivateIPAddressSpecification++instance NFData PrivateIPAddressSpecification++instance ToQuery PrivateIPAddressSpecification where+        toQuery PrivateIPAddressSpecification'{..}+          = mconcat+              ["Primary" =: _piasPrimary,+               "PrivateIpAddress" =: _piasPrivateIPAddress]++-- | Describes a product code.+--+-- /See:/ 'productCode' smart constructor.+data ProductCode = ProductCode'+    { _pcProductCodeType :: !(Maybe ProductCodeValues)+    , _pcProductCodeId   :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ProductCode' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'pcProductCodeType'+--+-- * 'pcProductCodeId'+productCode+    :: ProductCode+productCode =+    ProductCode'+    { _pcProductCodeType = Nothing+    , _pcProductCodeId = Nothing+    }++-- | The type of product code.+pcProductCodeType :: Lens' ProductCode (Maybe ProductCodeValues)+pcProductCodeType = lens _pcProductCodeType (\ s a -> s{_pcProductCodeType = a});++-- | The product code.+pcProductCodeId :: Lens' ProductCode (Maybe Text)+pcProductCodeId = lens _pcProductCodeId (\ s a -> s{_pcProductCodeId = a});++instance FromXML ProductCode where+        parseXML x+          = ProductCode' <$>+              (x .@? "type") <*> (x .@? "productCode")++instance Hashable ProductCode++instance NFData ProductCode++-- | Describes a virtual private gateway propagating route.+--+-- /See:/ 'propagatingVGW' smart constructor.+newtype PropagatingVGW = PropagatingVGW'+    { _pvGatewayId :: Maybe Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'PropagatingVGW' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'pvGatewayId'+propagatingVGW+    :: PropagatingVGW+propagatingVGW =+    PropagatingVGW'+    { _pvGatewayId = Nothing+    }++-- | The ID of the virtual private gateway (VGW).+pvGatewayId :: Lens' PropagatingVGW (Maybe Text)+pvGatewayId = lens _pvGatewayId (\ s a -> s{_pvGatewayId = a});++instance FromXML PropagatingVGW where+        parseXML x = PropagatingVGW' <$> (x .@? "gatewayId")++instance Hashable PropagatingVGW++instance NFData PropagatingVGW++-- | Describes a request to purchase Scheduled Instances.+--+-- /See:/ 'purchaseRequest' smart constructor.+data PurchaseRequest = PurchaseRequest'+    { _prPurchaseToken :: !Text+    , _prInstanceCount :: !Int+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'PurchaseRequest' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'prPurchaseToken'+--+-- * 'prInstanceCount'+purchaseRequest+    :: Text -- ^ 'prPurchaseToken'+    -> Int -- ^ 'prInstanceCount'+    -> PurchaseRequest+purchaseRequest pPurchaseToken_ pInstanceCount_ =+    PurchaseRequest'+    { _prPurchaseToken = pPurchaseToken_+    , _prInstanceCount = pInstanceCount_+    }++-- | The purchase token.+prPurchaseToken :: Lens' PurchaseRequest Text+prPurchaseToken = lens _prPurchaseToken (\ s a -> s{_prPurchaseToken = a});++-- | The number of instances.+prInstanceCount :: Lens' PurchaseRequest Int+prInstanceCount = lens _prInstanceCount (\ s a -> s{_prInstanceCount = a});++instance Hashable PurchaseRequest++instance NFData PurchaseRequest++instance ToQuery PurchaseRequest where+        toQuery PurchaseRequest'{..}+          = mconcat+              ["PurchaseToken" =: _prPurchaseToken,+               "InstanceCount" =: _prInstanceCount]++-- | Describes a recurring charge.+--+-- /See:/ 'recurringCharge' smart constructor.+data RecurringCharge = RecurringCharge'+    { _rcAmount    :: !(Maybe Double)+    , _rcFrequency :: !(Maybe RecurringChargeFrequency)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'RecurringCharge' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'rcAmount'+--+-- * 'rcFrequency'+recurringCharge+    :: RecurringCharge+recurringCharge =+    RecurringCharge'+    { _rcAmount = Nothing+    , _rcFrequency = Nothing+    }++-- | The amount of the recurring charge.+rcAmount :: Lens' RecurringCharge (Maybe Double)+rcAmount = lens _rcAmount (\ s a -> s{_rcAmount = a});++-- | The frequency of the recurring charge.+rcFrequency :: Lens' RecurringCharge (Maybe RecurringChargeFrequency)+rcFrequency = lens _rcFrequency (\ s a -> s{_rcFrequency = a});++instance FromXML RecurringCharge where+        parseXML x+          = RecurringCharge' <$>+              (x .@? "amount") <*> (x .@? "frequency")++instance Hashable RecurringCharge++instance NFData RecurringCharge++-- | Describes a region.+--+-- /See:/ 'regionInfo' smart constructor.+data RegionInfo = RegionInfo'+    { _riRegionName :: !(Maybe Text)+    , _riEndpoint   :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'RegionInfo' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'riRegionName'+--+-- * 'riEndpoint'+regionInfo+    :: RegionInfo+regionInfo =+    RegionInfo'+    { _riRegionName = Nothing+    , _riEndpoint = Nothing+    }++-- | The name of the region.+riRegionName :: Lens' RegionInfo (Maybe Text)+riRegionName = lens _riRegionName (\ s a -> s{_riRegionName = a});++-- | The region service endpoint.+riEndpoint :: Lens' RegionInfo (Maybe Text)+riEndpoint = lens _riEndpoint (\ s a -> s{_riEndpoint = a});++instance FromXML RegionInfo where+        parseXML x+          = RegionInfo' <$>+              (x .@? "regionName") <*> (x .@? "regionEndpoint")++instance Hashable RegionInfo++instance NFData RegionInfo++-- | Describes the launch specification for an instance.+--+-- /See:/ 'requestSpotLaunchSpecification' smart constructor.+data RequestSpotLaunchSpecification = RequestSpotLaunchSpecification'+    { _rslsSecurityGroupIds    :: !(Maybe [Text])+    , _rslsSecurityGroups      :: !(Maybe [Text])+    , _rslsKeyName             :: !(Maybe Text)+    , _rslsNetworkInterfaces   :: !(Maybe [InstanceNetworkInterfaceSpecification])+    , _rslsRAMDiskId           :: !(Maybe Text)+    , _rslsSubnetId            :: !(Maybe Text)+    , _rslsKernelId            :: !(Maybe Text)+    , _rslsInstanceType        :: !(Maybe InstanceType)+    , _rslsEBSOptimized        :: !(Maybe Bool)+    , _rslsUserData            :: !(Maybe Text)+    , _rslsMonitoring          :: !(Maybe RunInstancesMonitoringEnabled)+    , _rslsIAMInstanceProfile  :: !(Maybe IAMInstanceProfileSpecification)+    , _rslsImageId             :: !(Maybe Text)+    , _rslsAddressingType      :: !(Maybe Text)+    , _rslsBlockDeviceMappings :: !(Maybe [BlockDeviceMapping])+    , _rslsPlacement           :: !(Maybe SpotPlacement)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'RequestSpotLaunchSpecification' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'rslsSecurityGroupIds'+--+-- * 'rslsSecurityGroups'+--+-- * 'rslsKeyName'+--+-- * 'rslsNetworkInterfaces'+--+-- * 'rslsRAMDiskId'+--+-- * 'rslsSubnetId'+--+-- * 'rslsKernelId'+--+-- * 'rslsInstanceType'+--+-- * 'rslsEBSOptimized'+--+-- * 'rslsUserData'+--+-- * 'rslsMonitoring'+--+-- * 'rslsIAMInstanceProfile'+--+-- * 'rslsImageId'+--+-- * 'rslsAddressingType'+--+-- * 'rslsBlockDeviceMappings'+--+-- * 'rslsPlacement'+requestSpotLaunchSpecification+    :: RequestSpotLaunchSpecification+requestSpotLaunchSpecification =+    RequestSpotLaunchSpecification'+    { _rslsSecurityGroupIds = Nothing+    , _rslsSecurityGroups = Nothing+    , _rslsKeyName = Nothing+    , _rslsNetworkInterfaces = Nothing+    , _rslsRAMDiskId = Nothing+    , _rslsSubnetId = Nothing+    , _rslsKernelId = Nothing+    , _rslsInstanceType = Nothing+    , _rslsEBSOptimized = Nothing+    , _rslsUserData = Nothing+    , _rslsMonitoring = Nothing+    , _rslsIAMInstanceProfile = Nothing+    , _rslsImageId = Nothing+    , _rslsAddressingType = Nothing+    , _rslsBlockDeviceMappings = Nothing+    , _rslsPlacement = Nothing+    }++-- | Undocumented member.+rslsSecurityGroupIds :: Lens' RequestSpotLaunchSpecification [Text]+rslsSecurityGroupIds = lens _rslsSecurityGroupIds (\ s a -> s{_rslsSecurityGroupIds = a}) . _Default . _Coerce;++-- | Undocumented member.+rslsSecurityGroups :: Lens' RequestSpotLaunchSpecification [Text]+rslsSecurityGroups = lens _rslsSecurityGroups (\ s a -> s{_rslsSecurityGroups = a}) . _Default . _Coerce;++-- | The name of the key pair.+rslsKeyName :: Lens' RequestSpotLaunchSpecification (Maybe Text)+rslsKeyName = lens _rslsKeyName (\ s a -> s{_rslsKeyName = a});++-- | One or more network interfaces.+rslsNetworkInterfaces :: Lens' RequestSpotLaunchSpecification [InstanceNetworkInterfaceSpecification]+rslsNetworkInterfaces = lens _rslsNetworkInterfaces (\ s a -> s{_rslsNetworkInterfaces = a}) . _Default . _Coerce;++-- | The ID of the RAM disk.+rslsRAMDiskId :: Lens' RequestSpotLaunchSpecification (Maybe Text)+rslsRAMDiskId = lens _rslsRAMDiskId (\ s a -> s{_rslsRAMDiskId = a});++-- | The ID of the subnet in which to launch the instance.+rslsSubnetId :: Lens' RequestSpotLaunchSpecification (Maybe Text)+rslsSubnetId = lens _rslsSubnetId (\ s a -> s{_rslsSubnetId = a});++-- | The ID of the kernel.+rslsKernelId :: Lens' RequestSpotLaunchSpecification (Maybe Text)+rslsKernelId = lens _rslsKernelId (\ s a -> s{_rslsKernelId = a});++-- | The instance type.+rslsInstanceType :: Lens' RequestSpotLaunchSpecification (Maybe InstanceType)+rslsInstanceType = lens _rslsInstanceType (\ s a -> s{_rslsInstanceType = a});++-- | Indicates whether the instance is optimized for EBS I\/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I\/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS Optimized instance.+--+-- Default: 'false'+rslsEBSOptimized :: Lens' RequestSpotLaunchSpecification (Maybe Bool)+rslsEBSOptimized = lens _rslsEBSOptimized (\ s a -> s{_rslsEBSOptimized = a});++-- | The Base64-encoded MIME user data to make available to the instances.+rslsUserData :: Lens' RequestSpotLaunchSpecification (Maybe Text)+rslsUserData = lens _rslsUserData (\ s a -> s{_rslsUserData = a});++-- | Undocumented member.+rslsMonitoring :: Lens' RequestSpotLaunchSpecification (Maybe RunInstancesMonitoringEnabled)+rslsMonitoring = lens _rslsMonitoring (\ s a -> s{_rslsMonitoring = a});++-- | The IAM instance profile.+rslsIAMInstanceProfile :: Lens' RequestSpotLaunchSpecification (Maybe IAMInstanceProfileSpecification)+rslsIAMInstanceProfile = lens _rslsIAMInstanceProfile (\ s a -> s{_rslsIAMInstanceProfile = a});++-- | The ID of the AMI.+rslsImageId :: Lens' RequestSpotLaunchSpecification (Maybe Text)+rslsImageId = lens _rslsImageId (\ s a -> s{_rslsImageId = a});++-- | Deprecated.+rslsAddressingType :: Lens' RequestSpotLaunchSpecification (Maybe Text)+rslsAddressingType = lens _rslsAddressingType (\ s a -> s{_rslsAddressingType = a});++-- | One or more block device mapping entries.+--+-- Although you can specify encrypted EBS volumes in this block device mapping for your Spot Instances, these volumes are not encrypted.+rslsBlockDeviceMappings :: Lens' RequestSpotLaunchSpecification [BlockDeviceMapping]+rslsBlockDeviceMappings = lens _rslsBlockDeviceMappings (\ s a -> s{_rslsBlockDeviceMappings = a}) . _Default . _Coerce;++-- | The placement information for the instance.+rslsPlacement :: Lens' RequestSpotLaunchSpecification (Maybe SpotPlacement)+rslsPlacement = lens _rslsPlacement (\ s a -> s{_rslsPlacement = a});++instance Hashable RequestSpotLaunchSpecification++instance NFData RequestSpotLaunchSpecification++instance ToQuery RequestSpotLaunchSpecification where+        toQuery RequestSpotLaunchSpecification'{..}+          = mconcat+              [toQuery+                 (toQueryList "SecurityGroupId" <$>+                    _rslsSecurityGroupIds),+               toQuery+                 (toQueryList "SecurityGroup" <$>+                    _rslsSecurityGroups),+               "KeyName" =: _rslsKeyName,+               toQuery+                 (toQueryList "NetworkInterface" <$>+                    _rslsNetworkInterfaces),+               "RamdiskId" =: _rslsRAMDiskId,+               "SubnetId" =: _rslsSubnetId,+               "KernelId" =: _rslsKernelId,+               "InstanceType" =: _rslsInstanceType,+               "EbsOptimized" =: _rslsEBSOptimized,+               "UserData" =: _rslsUserData,+               "Monitoring" =: _rslsMonitoring,+               "IamInstanceProfile" =: _rslsIAMInstanceProfile,+               "ImageId" =: _rslsImageId,+               "AddressingType" =: _rslsAddressingType,+               toQuery+                 (toQueryList "BlockDeviceMapping" <$>+                    _rslsBlockDeviceMappings),+               "Placement" =: _rslsPlacement]++-- | Describes a reservation.+--+-- /See:/ 'reservation' smart constructor.+data Reservation = Reservation'+    { _rGroups        :: !(Maybe [GroupIdentifier])+    , _rInstances     :: !(Maybe [Instance])+    , _rRequesterId   :: !(Maybe Text)+    , _rReservationId :: !Text+    , _rOwnerId       :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'Reservation' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'rGroups'+--+-- * 'rInstances'+--+-- * 'rRequesterId'+--+-- * 'rReservationId'+--+-- * 'rOwnerId'+reservation+    :: Text -- ^ 'rReservationId'+    -> Text -- ^ 'rOwnerId'+    -> Reservation+reservation pReservationId_ pOwnerId_ =+    Reservation'+    { _rGroups = Nothing+    , _rInstances = Nothing+    , _rRequesterId = Nothing+    , _rReservationId = pReservationId_+    , _rOwnerId = pOwnerId_+    }++-- | [EC2-Classic only] One or more security groups.+rGroups :: Lens' Reservation [GroupIdentifier]+rGroups = lens _rGroups (\ s a -> s{_rGroups = a}) . _Default . _Coerce;++-- | One or more instances.+rInstances :: Lens' Reservation [Instance]+rInstances = lens _rInstances (\ s a -> s{_rInstances = a}) . _Default . _Coerce;++-- | The ID of the requester that launched the instances on your behalf (for example, AWS Management Console or Auto Scaling).+rRequesterId :: Lens' Reservation (Maybe Text)+rRequesterId = lens _rRequesterId (\ s a -> s{_rRequesterId = a});++-- | The ID of the reservation.+rReservationId :: Lens' Reservation Text+rReservationId = lens _rReservationId (\ s a -> s{_rReservationId = a});++-- | The ID of the AWS account that owns the reservation.+rOwnerId :: Lens' Reservation Text+rOwnerId = lens _rOwnerId (\ s a -> s{_rOwnerId = a});++instance FromXML Reservation where+        parseXML x+          = Reservation' <$>+              (x .@? "groupSet" .!@ mempty >>=+                 may (parseXMLList "item"))+                <*>+                (x .@? "instancesSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "requesterId")+                <*> (x .@ "reservationId")+                <*> (x .@ "ownerId")++instance Hashable Reservation++instance NFData Reservation++-- | Describes the limit price of a Reserved Instance offering.+--+-- /See:/ 'reservedInstanceLimitPrice' smart constructor.+data ReservedInstanceLimitPrice = ReservedInstanceLimitPrice'+    { _rilpAmount       :: !(Maybe Double)+    , _rilpCurrencyCode :: !(Maybe CurrencyCodeValues)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ReservedInstanceLimitPrice' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'rilpAmount'+--+-- * 'rilpCurrencyCode'+reservedInstanceLimitPrice+    :: ReservedInstanceLimitPrice+reservedInstanceLimitPrice =+    ReservedInstanceLimitPrice'+    { _rilpAmount = Nothing+    , _rilpCurrencyCode = Nothing+    }++-- | Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).+rilpAmount :: Lens' ReservedInstanceLimitPrice (Maybe Double)+rilpAmount = lens _rilpAmount (\ s a -> s{_rilpAmount = a});++-- | The currency in which the 'limitPrice' amount is specified. At this time, the only supported currency is 'USD'.+rilpCurrencyCode :: Lens' ReservedInstanceLimitPrice (Maybe CurrencyCodeValues)+rilpCurrencyCode = lens _rilpCurrencyCode (\ s a -> s{_rilpCurrencyCode = a});++instance Hashable ReservedInstanceLimitPrice++instance NFData ReservedInstanceLimitPrice++instance ToQuery ReservedInstanceLimitPrice where+        toQuery ReservedInstanceLimitPrice'{..}+          = mconcat+              ["Amount" =: _rilpAmount,+               "CurrencyCode" =: _rilpCurrencyCode]++-- | Describes a Reserved Instance.+--+-- /See:/ 'reservedInstances' smart constructor.+data ReservedInstances = ReservedInstances'+    { _riState               :: !(Maybe ReservedInstanceState)+    , _riCurrencyCode        :: !(Maybe CurrencyCodeValues)+    , _riInstanceCount       :: !(Maybe Int)+    , _riProductDescription  :: !(Maybe RIProductDescription)+    , _riStart               :: !(Maybe ISO8601)+    , _riInstanceType        :: !(Maybe InstanceType)+    , _riEnd                 :: !(Maybe ISO8601)+    , _riAvailabilityZone    :: !(Maybe Text)+    , _riRecurringCharges    :: !(Maybe [RecurringCharge])+    , _riOfferingType        :: !(Maybe OfferingTypeValues)+    , _riUsagePrice          :: !(Maybe Double)+    , _riFixedPrice          :: !(Maybe Double)+    , _riReservedInstancesId :: !(Maybe Text)+    , _riInstanceTenancy     :: !(Maybe Tenancy)+    , _riDuration            :: !(Maybe Integer)+    , _riTags                :: !(Maybe [Tag])+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ReservedInstances' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'riState'+--+-- * 'riCurrencyCode'+--+-- * 'riInstanceCount'+--+-- * 'riProductDescription'+--+-- * 'riStart'+--+-- * 'riInstanceType'+--+-- * 'riEnd'+--+-- * 'riAvailabilityZone'+--+-- * 'riRecurringCharges'+--+-- * 'riOfferingType'+--+-- * 'riUsagePrice'+--+-- * 'riFixedPrice'+--+-- * 'riReservedInstancesId'+--+-- * 'riInstanceTenancy'+--+-- * 'riDuration'+--+-- * 'riTags'+reservedInstances+    :: ReservedInstances+reservedInstances =+    ReservedInstances'+    { _riState = Nothing+    , _riCurrencyCode = Nothing+    , _riInstanceCount = Nothing+    , _riProductDescription = Nothing+    , _riStart = Nothing+    , _riInstanceType = Nothing+    , _riEnd = Nothing+    , _riAvailabilityZone = Nothing+    , _riRecurringCharges = Nothing+    , _riOfferingType = Nothing+    , _riUsagePrice = Nothing+    , _riFixedPrice = Nothing+    , _riReservedInstancesId = Nothing+    , _riInstanceTenancy = Nothing+    , _riDuration = Nothing+    , _riTags = Nothing+    }++-- | The state of the Reserved Instance purchase.+riState :: Lens' ReservedInstances (Maybe ReservedInstanceState)+riState = lens _riState (\ s a -> s{_riState = a});++-- | The currency of the Reserved Instance. It\'s specified using ISO 4217 standard currency codes. At this time, the only supported currency is 'USD'.+riCurrencyCode :: Lens' ReservedInstances (Maybe CurrencyCodeValues)+riCurrencyCode = lens _riCurrencyCode (\ s a -> s{_riCurrencyCode = a});++-- | The number of reservations purchased.+riInstanceCount :: Lens' ReservedInstances (Maybe Int)+riInstanceCount = lens _riInstanceCount (\ s a -> s{_riInstanceCount = a});++-- | The Reserved Instance product platform description.+riProductDescription :: Lens' ReservedInstances (Maybe RIProductDescription)+riProductDescription = lens _riProductDescription (\ s a -> s{_riProductDescription = a});++-- | The date and time the Reserved Instance started.+riStart :: Lens' ReservedInstances (Maybe UTCTime)+riStart = lens _riStart (\ s a -> s{_riStart = a}) . mapping _Time;++-- | The instance type on which the Reserved Instance can be used.+riInstanceType :: Lens' ReservedInstances (Maybe InstanceType)+riInstanceType = lens _riInstanceType (\ s a -> s{_riInstanceType = a});++-- | The time when the Reserved Instance expires.+riEnd :: Lens' ReservedInstances (Maybe UTCTime)+riEnd = lens _riEnd (\ s a -> s{_riEnd = a}) . mapping _Time;++-- | The Availability Zone in which the Reserved Instance can be used.+riAvailabilityZone :: Lens' ReservedInstances (Maybe Text)+riAvailabilityZone = lens _riAvailabilityZone (\ s a -> s{_riAvailabilityZone = a});++-- | The recurring charge tag assigned to the resource.+riRecurringCharges :: Lens' ReservedInstances [RecurringCharge]+riRecurringCharges = lens _riRecurringCharges (\ s a -> s{_riRecurringCharges = a}) . _Default . _Coerce;++-- | The Reserved Instance offering type.+riOfferingType :: Lens' ReservedInstances (Maybe OfferingTypeValues)+riOfferingType = lens _riOfferingType (\ s a -> s{_riOfferingType = a});++-- | The usage price of the Reserved Instance, per hour.+riUsagePrice :: Lens' ReservedInstances (Maybe Double)+riUsagePrice = lens _riUsagePrice (\ s a -> s{_riUsagePrice = a});++-- | The purchase price of the Reserved Instance.+riFixedPrice :: Lens' ReservedInstances (Maybe Double)+riFixedPrice = lens _riFixedPrice (\ s a -> s{_riFixedPrice = a});++-- | The ID of the Reserved Instance.+riReservedInstancesId :: Lens' ReservedInstances (Maybe Text)+riReservedInstancesId = lens _riReservedInstancesId (\ s a -> s{_riReservedInstancesId = a});++-- | The tenancy of the instance.+riInstanceTenancy :: Lens' ReservedInstances (Maybe Tenancy)+riInstanceTenancy = lens _riInstanceTenancy (\ s a -> s{_riInstanceTenancy = a});++-- | The duration of the Reserved Instance, in seconds.+riDuration :: Lens' ReservedInstances (Maybe Integer)+riDuration = lens _riDuration (\ s a -> s{_riDuration = a});++-- | Any tags assigned to the resource.+riTags :: Lens' ReservedInstances [Tag]+riTags = lens _riTags (\ s a -> s{_riTags = a}) . _Default . _Coerce;++instance FromXML ReservedInstances where+        parseXML x+          = ReservedInstances' <$>+              (x .@? "state") <*> (x .@? "currencyCode") <*>+                (x .@? "instanceCount")+                <*> (x .@? "productDescription")+                <*> (x .@? "start")+                <*> (x .@? "instanceType")+                <*> (x .@? "end")+                <*> (x .@? "availabilityZone")+                <*>+                (x .@? "recurringCharges" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "offeringType")+                <*> (x .@? "usagePrice")+                <*> (x .@? "fixedPrice")+                <*> (x .@? "reservedInstancesId")+                <*> (x .@? "instanceTenancy")+                <*> (x .@? "duration")+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))++instance Hashable ReservedInstances++instance NFData ReservedInstances++-- | Describes the configuration settings for the modified Reserved Instances.+--+-- /See:/ 'reservedInstancesConfiguration' smart constructor.+data ReservedInstancesConfiguration = ReservedInstancesConfiguration'+    { _ricPlatform         :: !(Maybe Text)+    , _ricInstanceCount    :: !(Maybe Int)+    , _ricInstanceType     :: !(Maybe InstanceType)+    , _ricAvailabilityZone :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ReservedInstancesConfiguration' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'ricPlatform'+--+-- * 'ricInstanceCount'+--+-- * 'ricInstanceType'+--+-- * 'ricAvailabilityZone'+reservedInstancesConfiguration+    :: ReservedInstancesConfiguration+reservedInstancesConfiguration =+    ReservedInstancesConfiguration'+    { _ricPlatform = Nothing+    , _ricInstanceCount = Nothing+    , _ricInstanceType = Nothing+    , _ricAvailabilityZone = Nothing+    }++-- | The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC.+ricPlatform :: Lens' ReservedInstancesConfiguration (Maybe Text)+ricPlatform = lens _ricPlatform (\ s a -> s{_ricPlatform = a});++-- | The number of modified Reserved Instances.+ricInstanceCount :: Lens' ReservedInstancesConfiguration (Maybe Int)+ricInstanceCount = lens _ricInstanceCount (\ s a -> s{_ricInstanceCount = a});++-- | The instance type for the modified Reserved Instances.+ricInstanceType :: Lens' ReservedInstancesConfiguration (Maybe InstanceType)+ricInstanceType = lens _ricInstanceType (\ s a -> s{_ricInstanceType = a});++-- | The Availability Zone for the modified Reserved Instances.+ricAvailabilityZone :: Lens' ReservedInstancesConfiguration (Maybe Text)+ricAvailabilityZone = lens _ricAvailabilityZone (\ s a -> s{_ricAvailabilityZone = a});++instance FromXML ReservedInstancesConfiguration where+        parseXML x+          = ReservedInstancesConfiguration' <$>+              (x .@? "platform") <*> (x .@? "instanceCount") <*>+                (x .@? "instanceType")+                <*> (x .@? "availabilityZone")++instance Hashable ReservedInstancesConfiguration++instance NFData ReservedInstancesConfiguration++instance ToQuery ReservedInstancesConfiguration where+        toQuery ReservedInstancesConfiguration'{..}+          = mconcat+              ["Platform" =: _ricPlatform,+               "InstanceCount" =: _ricInstanceCount,+               "InstanceType" =: _ricInstanceType,+               "AvailabilityZone" =: _ricAvailabilityZone]++-- | Describes the ID of a Reserved Instance.+--+-- /See:/ 'reservedInstancesId' smart constructor.+newtype ReservedInstancesId = ReservedInstancesId'+    { _riiReservedInstancesId :: Maybe Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ReservedInstancesId' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'riiReservedInstancesId'+reservedInstancesId+    :: ReservedInstancesId+reservedInstancesId =+    ReservedInstancesId'+    { _riiReservedInstancesId = Nothing+    }++-- | The ID of the Reserved Instance.+riiReservedInstancesId :: Lens' ReservedInstancesId (Maybe Text)+riiReservedInstancesId = lens _riiReservedInstancesId (\ s a -> s{_riiReservedInstancesId = a});++instance FromXML ReservedInstancesId where+        parseXML x+          = ReservedInstancesId' <$>+              (x .@? "reservedInstancesId")++instance Hashable ReservedInstancesId++instance NFData ReservedInstancesId++-- | Describes a Reserved Instance listing.+--+-- /See:/ 'reservedInstancesListing' smart constructor.+data ReservedInstancesListing = ReservedInstancesListing'+    { _rilStatus                     :: !(Maybe ListingStatus)+    , _rilClientToken                :: !(Maybe Text)+    , _rilUpdateDate                 :: !(Maybe ISO8601)+    , _rilCreateDate                 :: !(Maybe ISO8601)+    , _rilPriceSchedules             :: !(Maybe [PriceSchedule])+    , _rilStatusMessage              :: !(Maybe Text)+    , _rilReservedInstancesId        :: !(Maybe Text)+    , _rilTags                       :: !(Maybe [Tag])+    , _rilInstanceCounts             :: !(Maybe [InstanceCount])+    , _rilReservedInstancesListingId :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ReservedInstancesListing' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'rilStatus'+--+-- * 'rilClientToken'+--+-- * 'rilUpdateDate'+--+-- * 'rilCreateDate'+--+-- * 'rilPriceSchedules'+--+-- * 'rilStatusMessage'+--+-- * 'rilReservedInstancesId'+--+-- * 'rilTags'+--+-- * 'rilInstanceCounts'+--+-- * 'rilReservedInstancesListingId'+reservedInstancesListing+    :: ReservedInstancesListing+reservedInstancesListing =+    ReservedInstancesListing'+    { _rilStatus = Nothing+    , _rilClientToken = Nothing+    , _rilUpdateDate = Nothing+    , _rilCreateDate = Nothing+    , _rilPriceSchedules = Nothing+    , _rilStatusMessage = Nothing+    , _rilReservedInstancesId = Nothing+    , _rilTags = Nothing+    , _rilInstanceCounts = Nothing+    , _rilReservedInstancesListingId = Nothing+    }++-- | The status of the Reserved Instance listing.+rilStatus :: Lens' ReservedInstancesListing (Maybe ListingStatus)+rilStatus = lens _rilStatus (\ s a -> s{_rilStatus = a});++-- | A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html Ensuring Idempotency>.+rilClientToken :: Lens' ReservedInstancesListing (Maybe Text)+rilClientToken = lens _rilClientToken (\ s a -> s{_rilClientToken = a});++-- | The last modified timestamp of the listing.+rilUpdateDate :: Lens' ReservedInstancesListing (Maybe UTCTime)+rilUpdateDate = lens _rilUpdateDate (\ s a -> s{_rilUpdateDate = a}) . mapping _Time;++-- | The time the listing was created.+rilCreateDate :: Lens' ReservedInstancesListing (Maybe UTCTime)+rilCreateDate = lens _rilCreateDate (\ s a -> s{_rilCreateDate = a}) . mapping _Time;++-- | The price of the Reserved Instance listing.+rilPriceSchedules :: Lens' ReservedInstancesListing [PriceSchedule]+rilPriceSchedules = lens _rilPriceSchedules (\ s a -> s{_rilPriceSchedules = a}) . _Default . _Coerce;++-- | The reason for the current status of the Reserved Instance listing. The response can be blank.+rilStatusMessage :: Lens' ReservedInstancesListing (Maybe Text)+rilStatusMessage = lens _rilStatusMessage (\ s a -> s{_rilStatusMessage = a});++-- | The ID of the Reserved Instance.+rilReservedInstancesId :: Lens' ReservedInstancesListing (Maybe Text)+rilReservedInstancesId = lens _rilReservedInstancesId (\ s a -> s{_rilReservedInstancesId = a});++-- | Any tags assigned to the resource.+rilTags :: Lens' ReservedInstancesListing [Tag]+rilTags = lens _rilTags (\ s a -> s{_rilTags = a}) . _Default . _Coerce;++-- | The number of instances in this state.+rilInstanceCounts :: Lens' ReservedInstancesListing [InstanceCount]+rilInstanceCounts = lens _rilInstanceCounts (\ s a -> s{_rilInstanceCounts = a}) . _Default . _Coerce;++-- | The ID of the Reserved Instance listing.+rilReservedInstancesListingId :: Lens' ReservedInstancesListing (Maybe Text)+rilReservedInstancesListingId = lens _rilReservedInstancesListingId (\ s a -> s{_rilReservedInstancesListingId = a});++instance FromXML ReservedInstancesListing where+        parseXML x+          = ReservedInstancesListing' <$>+              (x .@? "status") <*> (x .@? "clientToken") <*>+                (x .@? "updateDate")+                <*> (x .@? "createDate")+                <*>+                (x .@? "priceSchedules" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "statusMessage")+                <*> (x .@? "reservedInstancesId")+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*>+                (x .@? "instanceCounts" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "reservedInstancesListingId")++instance Hashable ReservedInstancesListing++instance NFData ReservedInstancesListing++-- | Describes a Reserved Instance modification.+--+-- /See:/ 'reservedInstancesModification' smart constructor.+data ReservedInstancesModification = ReservedInstancesModification'+    { _rimModificationResults             :: !(Maybe [ReservedInstancesModificationResult])+    , _rimStatus                          :: !(Maybe Text)+    , _rimClientToken                     :: !(Maybe Text)+    , _rimUpdateDate                      :: !(Maybe ISO8601)+    , _rimCreateDate                      :: !(Maybe ISO8601)+    , _rimEffectiveDate                   :: !(Maybe ISO8601)+    , _rimStatusMessage                   :: !(Maybe Text)+    , _rimReservedInstancesModificationId :: !(Maybe Text)+    , _rimReservedInstancesIds            :: !(Maybe [ReservedInstancesId])+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ReservedInstancesModification' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'rimModificationResults'+--+-- * 'rimStatus'+--+-- * 'rimClientToken'+--+-- * 'rimUpdateDate'+--+-- * 'rimCreateDate'+--+-- * 'rimEffectiveDate'+--+-- * 'rimStatusMessage'+--+-- * 'rimReservedInstancesModificationId'+--+-- * 'rimReservedInstancesIds'+reservedInstancesModification+    :: ReservedInstancesModification+reservedInstancesModification =+    ReservedInstancesModification'+    { _rimModificationResults = Nothing+    , _rimStatus = Nothing+    , _rimClientToken = Nothing+    , _rimUpdateDate = Nothing+    , _rimCreateDate = Nothing+    , _rimEffectiveDate = Nothing+    , _rimStatusMessage = Nothing+    , _rimReservedInstancesModificationId = Nothing+    , _rimReservedInstancesIds = Nothing+    }++-- | Contains target configurations along with their corresponding new Reserved Instance IDs.+rimModificationResults :: Lens' ReservedInstancesModification [ReservedInstancesModificationResult]+rimModificationResults = lens _rimModificationResults (\ s a -> s{_rimModificationResults = a}) . _Default . _Coerce;++-- | The status of the Reserved Instances modification request.+rimStatus :: Lens' ReservedInstancesModification (Maybe Text)+rimStatus = lens _rimStatus (\ s a -> s{_rimStatus = a});++-- | A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html Ensuring Idempotency>.+rimClientToken :: Lens' ReservedInstancesModification (Maybe Text)+rimClientToken = lens _rimClientToken (\ s a -> s{_rimClientToken = a});++-- | The time when the modification request was last updated.+rimUpdateDate :: Lens' ReservedInstancesModification (Maybe UTCTime)+rimUpdateDate = lens _rimUpdateDate (\ s a -> s{_rimUpdateDate = a}) . mapping _Time;++-- | The time when the modification request was created.+rimCreateDate :: Lens' ReservedInstancesModification (Maybe UTCTime)+rimCreateDate = lens _rimCreateDate (\ s a -> s{_rimCreateDate = a}) . mapping _Time;++-- | The time for the modification to become effective.+rimEffectiveDate :: Lens' ReservedInstancesModification (Maybe UTCTime)+rimEffectiveDate = lens _rimEffectiveDate (\ s a -> s{_rimEffectiveDate = a}) . mapping _Time;++-- | The reason for the status.+rimStatusMessage :: Lens' ReservedInstancesModification (Maybe Text)+rimStatusMessage = lens _rimStatusMessage (\ s a -> s{_rimStatusMessage = a});++-- | A unique ID for the Reserved Instance modification.+rimReservedInstancesModificationId :: Lens' ReservedInstancesModification (Maybe Text)+rimReservedInstancesModificationId = lens _rimReservedInstancesModificationId (\ s a -> s{_rimReservedInstancesModificationId = a});++-- | The IDs of one or more Reserved Instances.+rimReservedInstancesIds :: Lens' ReservedInstancesModification [ReservedInstancesId]+rimReservedInstancesIds = lens _rimReservedInstancesIds (\ s a -> s{_rimReservedInstancesIds = a}) . _Default . _Coerce;++instance FromXML ReservedInstancesModification where+        parseXML x+          = ReservedInstancesModification' <$>+              (x .@? "modificationResultSet" .!@ mempty >>=+                 may (parseXMLList "item"))+                <*> (x .@? "status")+                <*> (x .@? "clientToken")+                <*> (x .@? "updateDate")+                <*> (x .@? "createDate")+                <*> (x .@? "effectiveDate")+                <*> (x .@? "statusMessage")+                <*> (x .@? "reservedInstancesModificationId")+                <*>+                (x .@? "reservedInstancesSet" .!@ mempty >>=+                   may (parseXMLList "item"))++instance Hashable ReservedInstancesModification++instance NFData ReservedInstancesModification++-- | Describes the modification request\/s.+--+-- /See:/ 'reservedInstancesModificationResult' smart constructor.+data ReservedInstancesModificationResult = ReservedInstancesModificationResult'+    { _rimrReservedInstancesId :: !(Maybe Text)+    , _rimrTargetConfiguration :: !(Maybe ReservedInstancesConfiguration)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ReservedInstancesModificationResult' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'rimrReservedInstancesId'+--+-- * 'rimrTargetConfiguration'+reservedInstancesModificationResult+    :: ReservedInstancesModificationResult+reservedInstancesModificationResult =+    ReservedInstancesModificationResult'+    { _rimrReservedInstancesId = Nothing+    , _rimrTargetConfiguration = Nothing+    }++-- | The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.+rimrReservedInstancesId :: Lens' ReservedInstancesModificationResult (Maybe Text)+rimrReservedInstancesId = lens _rimrReservedInstancesId (\ s a -> s{_rimrReservedInstancesId = a});++-- | The target Reserved Instances configurations supplied as part of the modification request.+rimrTargetConfiguration :: Lens' ReservedInstancesModificationResult (Maybe ReservedInstancesConfiguration)+rimrTargetConfiguration = lens _rimrTargetConfiguration (\ s a -> s{_rimrTargetConfiguration = a});++instance FromXML ReservedInstancesModificationResult+         where+        parseXML x+          = ReservedInstancesModificationResult' <$>+              (x .@? "reservedInstancesId") <*>+                (x .@? "targetConfiguration")++instance Hashable ReservedInstancesModificationResult++instance NFData ReservedInstancesModificationResult++-- | Describes a Reserved Instance offering.+--+-- /See:/ 'reservedInstancesOffering' smart constructor.+data ReservedInstancesOffering = ReservedInstancesOffering'+    { _rioMarketplace                 :: !(Maybe Bool)+    , _rioCurrencyCode                :: !(Maybe CurrencyCodeValues)+    , _rioProductDescription          :: !(Maybe RIProductDescription)+    , _rioInstanceType                :: !(Maybe InstanceType)+    , _rioAvailabilityZone            :: !(Maybe Text)+    , _rioPricingDetails              :: !(Maybe [PricingDetail])+    , _rioRecurringCharges            :: !(Maybe [RecurringCharge])+    , _rioOfferingType                :: !(Maybe OfferingTypeValues)+    , _rioUsagePrice                  :: !(Maybe Double)+    , _rioFixedPrice                  :: !(Maybe Double)+    , _rioInstanceTenancy             :: !(Maybe Tenancy)+    , _rioReservedInstancesOfferingId :: !(Maybe Text)+    , _rioDuration                    :: !(Maybe Integer)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ReservedInstancesOffering' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'rioMarketplace'+--+-- * 'rioCurrencyCode'+--+-- * 'rioProductDescription'+--+-- * 'rioInstanceType'+--+-- * 'rioAvailabilityZone'+--+-- * 'rioPricingDetails'+--+-- * 'rioRecurringCharges'+--+-- * 'rioOfferingType'+--+-- * 'rioUsagePrice'+--+-- * 'rioFixedPrice'+--+-- * 'rioInstanceTenancy'+--+-- * 'rioReservedInstancesOfferingId'+--+-- * 'rioDuration'+reservedInstancesOffering+    :: ReservedInstancesOffering+reservedInstancesOffering =+    ReservedInstancesOffering'+    { _rioMarketplace = Nothing+    , _rioCurrencyCode = Nothing+    , _rioProductDescription = Nothing+    , _rioInstanceType = Nothing+    , _rioAvailabilityZone = Nothing+    , _rioPricingDetails = Nothing+    , _rioRecurringCharges = Nothing+    , _rioOfferingType = Nothing+    , _rioUsagePrice = Nothing+    , _rioFixedPrice = Nothing+    , _rioInstanceTenancy = Nothing+    , _rioReservedInstancesOfferingId = Nothing+    , _rioDuration = Nothing+    }++-- | Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or AWS. If it\'s a Reserved Instance Marketplace offering, this is 'true'.+rioMarketplace :: Lens' ReservedInstancesOffering (Maybe Bool)+rioMarketplace = lens _rioMarketplace (\ s a -> s{_rioMarketplace = a});++-- | The currency of the Reserved Instance offering you are purchasing. It\'s specified using ISO 4217 standard currency codes. At this time, the only supported currency is 'USD'.+rioCurrencyCode :: Lens' ReservedInstancesOffering (Maybe CurrencyCodeValues)+rioCurrencyCode = lens _rioCurrencyCode (\ s a -> s{_rioCurrencyCode = a});++-- | The Reserved Instance product platform description.+rioProductDescription :: Lens' ReservedInstancesOffering (Maybe RIProductDescription)+rioProductDescription = lens _rioProductDescription (\ s a -> s{_rioProductDescription = a});++-- | The instance type on which the Reserved Instance can be used.+rioInstanceType :: Lens' ReservedInstancesOffering (Maybe InstanceType)+rioInstanceType = lens _rioInstanceType (\ s a -> s{_rioInstanceType = a});++-- | The Availability Zone in which the Reserved Instance can be used.+rioAvailabilityZone :: Lens' ReservedInstancesOffering (Maybe Text)+rioAvailabilityZone = lens _rioAvailabilityZone (\ s a -> s{_rioAvailabilityZone = a});++-- | The pricing details of the Reserved Instance offering.+rioPricingDetails :: Lens' ReservedInstancesOffering [PricingDetail]+rioPricingDetails = lens _rioPricingDetails (\ s a -> s{_rioPricingDetails = a}) . _Default . _Coerce;++-- | The recurring charge tag assigned to the resource.+rioRecurringCharges :: Lens' ReservedInstancesOffering [RecurringCharge]+rioRecurringCharges = lens _rioRecurringCharges (\ s a -> s{_rioRecurringCharges = a}) . _Default . _Coerce;++-- | The Reserved Instance offering type.+rioOfferingType :: Lens' ReservedInstancesOffering (Maybe OfferingTypeValues)+rioOfferingType = lens _rioOfferingType (\ s a -> s{_rioOfferingType = a});++-- | The usage price of the Reserved Instance, per hour.+rioUsagePrice :: Lens' ReservedInstancesOffering (Maybe Double)+rioUsagePrice = lens _rioUsagePrice (\ s a -> s{_rioUsagePrice = a});++-- | The purchase price of the Reserved Instance.+rioFixedPrice :: Lens' ReservedInstancesOffering (Maybe Double)+rioFixedPrice = lens _rioFixedPrice (\ s a -> s{_rioFixedPrice = a});++-- | The tenancy of the instance.+rioInstanceTenancy :: Lens' ReservedInstancesOffering (Maybe Tenancy)+rioInstanceTenancy = lens _rioInstanceTenancy (\ s a -> s{_rioInstanceTenancy = a});++-- | The ID of the Reserved Instance offering.+rioReservedInstancesOfferingId :: Lens' ReservedInstancesOffering (Maybe Text)+rioReservedInstancesOfferingId = lens _rioReservedInstancesOfferingId (\ s a -> s{_rioReservedInstancesOfferingId = a});++-- | The duration of the Reserved Instance, in seconds.+rioDuration :: Lens' ReservedInstancesOffering (Maybe Integer)+rioDuration = lens _rioDuration (\ s a -> s{_rioDuration = a});++instance FromXML ReservedInstancesOffering where+        parseXML x+          = ReservedInstancesOffering' <$>+              (x .@? "marketplace") <*> (x .@? "currencyCode") <*>+                (x .@? "productDescription")+                <*> (x .@? "instanceType")+                <*> (x .@? "availabilityZone")+                <*>+                (x .@? "pricingDetailsSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*>+                (x .@? "recurringCharges" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "offeringType")+                <*> (x .@? "usagePrice")+                <*> (x .@? "fixedPrice")+                <*> (x .@? "instanceTenancy")+                <*> (x .@? "reservedInstancesOfferingId")+                <*> (x .@? "duration")++instance Hashable ReservedInstancesOffering++instance NFData ReservedInstancesOffering++-- | Describes a route in a route table.+--+-- /See:/ 'route' smart constructor.+data Route = Route'+    { _rVPCPeeringConnectionId  :: !(Maybe Text)+    , _rInstanceId              :: !(Maybe Text)+    , _rOrigin                  :: !(Maybe RouteOrigin)+    , _rState                   :: !(Maybe RouteState)+    , _rNatGatewayId            :: !(Maybe Text)+    , _rNetworkInterfaceId      :: !(Maybe Text)+    , _rGatewayId               :: !(Maybe Text)+    , _rInstanceOwnerId         :: !(Maybe Text)+    , _rDestinationPrefixListId :: !(Maybe Text)+    , _rDestinationCIdRBlock    :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'Route' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'rVPCPeeringConnectionId'+--+-- * 'rInstanceId'+--+-- * 'rOrigin'+--+-- * 'rState'+--+-- * 'rNatGatewayId'+--+-- * 'rNetworkInterfaceId'+--+-- * 'rGatewayId'+--+-- * 'rInstanceOwnerId'+--+-- * 'rDestinationPrefixListId'+--+-- * 'rDestinationCIdRBlock'+route+    :: Route+route =+    Route'+    { _rVPCPeeringConnectionId = Nothing+    , _rInstanceId = Nothing+    , _rOrigin = Nothing+    , _rState = Nothing+    , _rNatGatewayId = Nothing+    , _rNetworkInterfaceId = Nothing+    , _rGatewayId = Nothing+    , _rInstanceOwnerId = Nothing+    , _rDestinationPrefixListId = Nothing+    , _rDestinationCIdRBlock = Nothing+    }++-- | The ID of the VPC peering connection.+rVPCPeeringConnectionId :: Lens' Route (Maybe Text)+rVPCPeeringConnectionId = lens _rVPCPeeringConnectionId (\ s a -> s{_rVPCPeeringConnectionId = a});++-- | The ID of a NAT instance in your VPC.+rInstanceId :: Lens' Route (Maybe Text)+rInstanceId = lens _rInstanceId (\ s a -> s{_rInstanceId = a});++-- | Describes how the route was created.+--+-- -   'CreateRouteTable' - The route was automatically created when the route table was created.+--+-- -   'CreateRoute' - The route was manually added to the route table.+--+-- -   'EnableVgwRoutePropagation' - The route was propagated by route propagation.+--+rOrigin :: Lens' Route (Maybe RouteOrigin)+rOrigin = lens _rOrigin (\ s a -> s{_rOrigin = a});++-- | The state of the route. The 'blackhole' state indicates that the route\'s target isn\'t available (for example, the specified gateway isn\'t attached to the VPC, or the specified NAT instance has been terminated).+rState :: Lens' Route (Maybe RouteState)+rState = lens _rState (\ s a -> s{_rState = a});++-- | The ID of a NAT gateway.+rNatGatewayId :: Lens' Route (Maybe Text)+rNatGatewayId = lens _rNatGatewayId (\ s a -> s{_rNatGatewayId = a});++-- | The ID of the network interface.+rNetworkInterfaceId :: Lens' Route (Maybe Text)+rNetworkInterfaceId = lens _rNetworkInterfaceId (\ s a -> s{_rNetworkInterfaceId = a});++-- | The ID of a gateway attached to your VPC.+rGatewayId :: Lens' Route (Maybe Text)+rGatewayId = lens _rGatewayId (\ s a -> s{_rGatewayId = a});++-- | The AWS account ID of the owner of the instance.+rInstanceOwnerId :: Lens' Route (Maybe Text)+rInstanceOwnerId = lens _rInstanceOwnerId (\ s a -> s{_rInstanceOwnerId = a});++-- | The prefix of the AWS service.+rDestinationPrefixListId :: Lens' Route (Maybe Text)+rDestinationPrefixListId = lens _rDestinationPrefixListId (\ s a -> s{_rDestinationPrefixListId = a});++-- | The CIDR block used for the destination match.+rDestinationCIdRBlock :: Lens' Route (Maybe Text)+rDestinationCIdRBlock = lens _rDestinationCIdRBlock (\ s a -> s{_rDestinationCIdRBlock = a});++instance FromXML Route where+        parseXML x+          = Route' <$>+              (x .@? "vpcPeeringConnectionId") <*>+                (x .@? "instanceId")+                <*> (x .@? "origin")+                <*> (x .@? "state")+                <*> (x .@? "natGatewayId")+                <*> (x .@? "networkInterfaceId")+                <*> (x .@? "gatewayId")+                <*> (x .@? "instanceOwnerId")+                <*> (x .@? "destinationPrefixListId")+                <*> (x .@? "destinationCidrBlock")++instance Hashable Route++instance NFData Route++-- | Describes a route table.+--+-- /See:/ 'routeTable' smart constructor.+data RouteTable = RouteTable'+    { _rtRouteTableId    :: !(Maybe Text)+    , _rtRoutes          :: !(Maybe [Route])+    , _rtVPCId           :: !(Maybe Text)+    , _rtPropagatingVGWs :: !(Maybe [PropagatingVGW])+    , _rtAssociations    :: !(Maybe [RouteTableAssociation])+    , _rtTags            :: !(Maybe [Tag])+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'RouteTable' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'rtRouteTableId'+--+-- * 'rtRoutes'+--+-- * 'rtVPCId'+--+-- * 'rtPropagatingVGWs'+--+-- * 'rtAssociations'+--+-- * 'rtTags'+routeTable+    :: RouteTable+routeTable =+    RouteTable'+    { _rtRouteTableId = Nothing+    , _rtRoutes = Nothing+    , _rtVPCId = Nothing+    , _rtPropagatingVGWs = Nothing+    , _rtAssociations = Nothing+    , _rtTags = Nothing+    }++-- | The ID of the route table.+rtRouteTableId :: Lens' RouteTable (Maybe Text)+rtRouteTableId = lens _rtRouteTableId (\ s a -> s{_rtRouteTableId = a});++-- | The routes in the route table.+rtRoutes :: Lens' RouteTable [Route]+rtRoutes = lens _rtRoutes (\ s a -> s{_rtRoutes = a}) . _Default . _Coerce;++-- | The ID of the VPC.+rtVPCId :: Lens' RouteTable (Maybe Text)+rtVPCId = lens _rtVPCId (\ s a -> s{_rtVPCId = a});++-- | Any virtual private gateway (VGW) propagating routes.+rtPropagatingVGWs :: Lens' RouteTable [PropagatingVGW]+rtPropagatingVGWs = lens _rtPropagatingVGWs (\ s a -> s{_rtPropagatingVGWs = a}) . _Default . _Coerce;++-- | The associations between the route table and one or more subnets.+rtAssociations :: Lens' RouteTable [RouteTableAssociation]+rtAssociations = lens _rtAssociations (\ s a -> s{_rtAssociations = a}) . _Default . _Coerce;++-- | Any tags assigned to the route table.+rtTags :: Lens' RouteTable [Tag]+rtTags = lens _rtTags (\ s a -> s{_rtTags = a}) . _Default . _Coerce;++instance FromXML RouteTable where+        parseXML x+          = RouteTable' <$>+              (x .@? "routeTableId") <*>+                (x .@? "routeSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "vpcId")+                <*>+                (x .@? "propagatingVgwSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*>+                (x .@? "associationSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))++instance Hashable RouteTable++instance NFData RouteTable++-- | Describes an association between a route table and a subnet.+--+-- /See:/ 'routeTableAssociation' smart constructor.+data RouteTableAssociation = RouteTableAssociation'+    { _rtaRouteTableId            :: !(Maybe Text)+    , _rtaRouteTableAssociationId :: !(Maybe Text)+    , _rtaMain                    :: !(Maybe Bool)+    , _rtaSubnetId                :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'RouteTableAssociation' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'rtaRouteTableId'+--+-- * 'rtaRouteTableAssociationId'+--+-- * 'rtaMain'+--+-- * 'rtaSubnetId'+routeTableAssociation+    :: RouteTableAssociation+routeTableAssociation =+    RouteTableAssociation'+    { _rtaRouteTableId = Nothing+    , _rtaRouteTableAssociationId = Nothing+    , _rtaMain = Nothing+    , _rtaSubnetId = Nothing+    }++-- | The ID of the route table.+rtaRouteTableId :: Lens' RouteTableAssociation (Maybe Text)+rtaRouteTableId = lens _rtaRouteTableId (\ s a -> s{_rtaRouteTableId = a});++-- | The ID of the association between a route table and a subnet.+rtaRouteTableAssociationId :: Lens' RouteTableAssociation (Maybe Text)+rtaRouteTableAssociationId = lens _rtaRouteTableAssociationId (\ s a -> s{_rtaRouteTableAssociationId = a});++-- | Indicates whether this is the main route table.+rtaMain :: Lens' RouteTableAssociation (Maybe Bool)+rtaMain = lens _rtaMain (\ s a -> s{_rtaMain = a});++-- | The ID of the subnet. A subnet ID is not returned for an implicit association.+rtaSubnetId :: Lens' RouteTableAssociation (Maybe Text)+rtaSubnetId = lens _rtaSubnetId (\ s a -> s{_rtaSubnetId = a});++instance FromXML RouteTableAssociation where+        parseXML x+          = RouteTableAssociation' <$>+              (x .@? "routeTableId") <*>+                (x .@? "routeTableAssociationId")+                <*> (x .@? "main")+                <*> (x .@? "subnetId")++instance Hashable RouteTableAssociation++instance NFData RouteTableAssociation++-- | Describes the monitoring for the instance.+--+-- /See:/ 'runInstancesMonitoringEnabled' smart constructor.+newtype RunInstancesMonitoringEnabled = RunInstancesMonitoringEnabled'+    { _rimeEnabled :: Bool+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'RunInstancesMonitoringEnabled' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'rimeEnabled'+runInstancesMonitoringEnabled+    :: Bool -- ^ 'rimeEnabled'+    -> RunInstancesMonitoringEnabled+runInstancesMonitoringEnabled pEnabled_ =+    RunInstancesMonitoringEnabled'+    { _rimeEnabled = pEnabled_+    }++-- | Indicates whether monitoring is enabled for the instance.+rimeEnabled :: Lens' RunInstancesMonitoringEnabled Bool+rimeEnabled = lens _rimeEnabled (\ s a -> s{_rimeEnabled = a});++instance FromXML RunInstancesMonitoringEnabled where+        parseXML x+          = RunInstancesMonitoringEnabled' <$> (x .@ "enabled")++instance Hashable RunInstancesMonitoringEnabled++instance NFData RunInstancesMonitoringEnabled++instance ToQuery RunInstancesMonitoringEnabled where+        toQuery RunInstancesMonitoringEnabled'{..}+          = mconcat ["Enabled" =: _rimeEnabled]++-- | Describes the storage parameters for S3 and S3 buckets for an instance store-backed AMI.+--+-- /See:/ 's3Storage' smart constructor.+data S3Storage = S3Storage'+    { _ssPrefix                :: !(Maybe Text)+    , _ssUploadPolicy          :: !(Maybe Base64)+    , _ssBucket                :: !(Maybe Text)+    , _ssUploadPolicySignature :: !(Maybe Text)+    , _ssAWSAccessKeyId        :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'S3Storage' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'ssPrefix'+--+-- * 'ssUploadPolicy'+--+-- * 'ssBucket'+--+-- * 'ssUploadPolicySignature'+--+-- * 'ssAWSAccessKeyId'+s3Storage+    :: S3Storage+s3Storage =+    S3Storage'+    { _ssPrefix = Nothing+    , _ssUploadPolicy = Nothing+    , _ssBucket = Nothing+    , _ssUploadPolicySignature = Nothing+    , _ssAWSAccessKeyId = Nothing+    }++-- | The beginning of the file name of the AMI.+ssPrefix :: Lens' S3Storage (Maybe Text)+ssPrefix = lens _ssPrefix (\ s a -> s{_ssPrefix = a});++-- | A base64-encoded Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your behalf. For command line tools, base64 encoding is performed for you.+--+-- /Note:/ This 'Lens' automatically encodes and decodes Base64 data,+-- despite what the AWS documentation might say.+-- The underlying isomorphism will encode to Base64 representation during+-- serialisation, and decode from Base64 representation during deserialisation.+-- This 'Lens' accepts and returns only raw unencoded data.+ssUploadPolicy :: Lens' S3Storage (Maybe ByteString)+ssUploadPolicy = lens _ssUploadPolicy (\ s a -> s{_ssUploadPolicy = a}) . mapping _Base64;++-- | The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.+ssBucket :: Lens' S3Storage (Maybe Text)+ssBucket = lens _ssBucket (\ s a -> s{_ssBucket = a});++-- | The signature of the Base64 encoded JSON document.+ssUploadPolicySignature :: Lens' S3Storage (Maybe Text)+ssUploadPolicySignature = lens _ssUploadPolicySignature (\ s a -> s{_ssUploadPolicySignature = a});++-- | The access key ID of the owner of the bucket. Before you specify a value for your access key ID, review and follow the guidance in <http://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html Best Practices for Managing AWS Access Keys>.+ssAWSAccessKeyId :: Lens' S3Storage (Maybe Text)+ssAWSAccessKeyId = lens _ssAWSAccessKeyId (\ s a -> s{_ssAWSAccessKeyId = a});++instance FromXML S3Storage where+        parseXML x+          = S3Storage' <$>+              (x .@? "prefix") <*> (x .@? "uploadPolicy") <*>+                (x .@? "bucket")+                <*> (x .@? "uploadPolicySignature")+                <*> (x .@? "AWSAccessKeyId")++instance Hashable S3Storage++instance NFData S3Storage++instance ToQuery S3Storage where+        toQuery S3Storage'{..}+          = mconcat+              ["Prefix" =: _ssPrefix,+               "UploadPolicy" =: _ssUploadPolicy,+               "Bucket" =: _ssBucket,+               "UploadPolicySignature" =: _ssUploadPolicySignature,+               "AWSAccessKeyId" =: _ssAWSAccessKeyId]++-- | Describes a Scheduled Instance.+--+-- /See:/ 'scheduledInstance' smart constructor.+data ScheduledInstance = ScheduledInstance'+    { _siPreviousSlotEndTime         :: !(Maybe ISO8601)+    , _siPlatform                    :: !(Maybe Text)+    , _siTermStartDate               :: !(Maybe ISO8601)+    , _siInstanceCount               :: !(Maybe Int)+    , _siScheduledInstanceId         :: !(Maybe Text)+    , _siHourlyPrice                 :: !(Maybe Text)+    , _siCreateDate                  :: !(Maybe ISO8601)+    , _siSlotDurationInHours         :: !(Maybe Int)+    , _siTotalScheduledInstanceHours :: !(Maybe Int)+    , _siInstanceType                :: !(Maybe Text)+    , _siRecurrence                  :: !(Maybe ScheduledInstanceRecurrence)+    , _siAvailabilityZone            :: !(Maybe Text)+    , _siTermEndDate                 :: !(Maybe ISO8601)+    , _siNextSlotStartTime           :: !(Maybe ISO8601)+    , _siNetworkPlatform             :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ScheduledInstance' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'siPreviousSlotEndTime'+--+-- * 'siPlatform'+--+-- * 'siTermStartDate'+--+-- * 'siInstanceCount'+--+-- * 'siScheduledInstanceId'+--+-- * 'siHourlyPrice'+--+-- * 'siCreateDate'+--+-- * 'siSlotDurationInHours'+--+-- * 'siTotalScheduledInstanceHours'+--+-- * 'siInstanceType'+--+-- * 'siRecurrence'+--+-- * 'siAvailabilityZone'+--+-- * 'siTermEndDate'+--+-- * 'siNextSlotStartTime'+--+-- * 'siNetworkPlatform'+scheduledInstance+    :: ScheduledInstance+scheduledInstance =+    ScheduledInstance'+    { _siPreviousSlotEndTime = Nothing+    , _siPlatform = Nothing+    , _siTermStartDate = Nothing+    , _siInstanceCount = Nothing+    , _siScheduledInstanceId = Nothing+    , _siHourlyPrice = Nothing+    , _siCreateDate = Nothing+    , _siSlotDurationInHours = Nothing+    , _siTotalScheduledInstanceHours = Nothing+    , _siInstanceType = Nothing+    , _siRecurrence = Nothing+    , _siAvailabilityZone = Nothing+    , _siTermEndDate = Nothing+    , _siNextSlotStartTime = Nothing+    , _siNetworkPlatform = Nothing+    }++-- | The time that the previous schedule ended or will end.+siPreviousSlotEndTime :: Lens' ScheduledInstance (Maybe UTCTime)+siPreviousSlotEndTime = lens _siPreviousSlotEndTime (\ s a -> s{_siPreviousSlotEndTime = a}) . mapping _Time;++-- | The platform ('Linux\/UNIX' or 'Windows').+siPlatform :: Lens' ScheduledInstance (Maybe Text)+siPlatform = lens _siPlatform (\ s a -> s{_siPlatform = a});++-- | The start date for the Scheduled Instance.+siTermStartDate :: Lens' ScheduledInstance (Maybe UTCTime)+siTermStartDate = lens _siTermStartDate (\ s a -> s{_siTermStartDate = a}) . mapping _Time;++-- | The number of instances.+siInstanceCount :: Lens' ScheduledInstance (Maybe Int)+siInstanceCount = lens _siInstanceCount (\ s a -> s{_siInstanceCount = a});++-- | The Scheduled Instance ID.+siScheduledInstanceId :: Lens' ScheduledInstance (Maybe Text)+siScheduledInstanceId = lens _siScheduledInstanceId (\ s a -> s{_siScheduledInstanceId = a});++-- | The hourly price for a single instance.+siHourlyPrice :: Lens' ScheduledInstance (Maybe Text)+siHourlyPrice = lens _siHourlyPrice (\ s a -> s{_siHourlyPrice = a});++-- | The date when the Scheduled Instance was purchased.+siCreateDate :: Lens' ScheduledInstance (Maybe UTCTime)+siCreateDate = lens _siCreateDate (\ s a -> s{_siCreateDate = a}) . mapping _Time;++-- | The number of hours in the schedule.+siSlotDurationInHours :: Lens' ScheduledInstance (Maybe Int)+siSlotDurationInHours = lens _siSlotDurationInHours (\ s a -> s{_siSlotDurationInHours = a});++-- | The total number of hours for a single instance for the entire term.+siTotalScheduledInstanceHours :: Lens' ScheduledInstance (Maybe Int)+siTotalScheduledInstanceHours = lens _siTotalScheduledInstanceHours (\ s a -> s{_siTotalScheduledInstanceHours = a});++-- | The instance type.+siInstanceType :: Lens' ScheduledInstance (Maybe Text)+siInstanceType = lens _siInstanceType (\ s a -> s{_siInstanceType = a});++-- | The schedule recurrence.+siRecurrence :: Lens' ScheduledInstance (Maybe ScheduledInstanceRecurrence)+siRecurrence = lens _siRecurrence (\ s a -> s{_siRecurrence = a});++-- | The Availability Zone.+siAvailabilityZone :: Lens' ScheduledInstance (Maybe Text)+siAvailabilityZone = lens _siAvailabilityZone (\ s a -> s{_siAvailabilityZone = a});++-- | The end date for the Scheduled Instance.+siTermEndDate :: Lens' ScheduledInstance (Maybe UTCTime)+siTermEndDate = lens _siTermEndDate (\ s a -> s{_siTermEndDate = a}) . mapping _Time;++-- | The time for the next schedule to start.+siNextSlotStartTime :: Lens' ScheduledInstance (Maybe UTCTime)+siNextSlotStartTime = lens _siNextSlotStartTime (\ s a -> s{_siNextSlotStartTime = a}) . mapping _Time;++-- | The network platform ('EC2-Classic' or 'EC2-VPC').+siNetworkPlatform :: Lens' ScheduledInstance (Maybe Text)+siNetworkPlatform = lens _siNetworkPlatform (\ s a -> s{_siNetworkPlatform = a});++instance FromXML ScheduledInstance where+        parseXML x+          = ScheduledInstance' <$>+              (x .@? "previousSlotEndTime") <*> (x .@? "platform")+                <*> (x .@? "termStartDate")+                <*> (x .@? "instanceCount")+                <*> (x .@? "scheduledInstanceId")+                <*> (x .@? "hourlyPrice")+                <*> (x .@? "createDate")+                <*> (x .@? "slotDurationInHours")+                <*> (x .@? "totalScheduledInstanceHours")+                <*> (x .@? "instanceType")+                <*> (x .@? "recurrence")+                <*> (x .@? "availabilityZone")+                <*> (x .@? "termEndDate")+                <*> (x .@? "nextSlotStartTime")+                <*> (x .@? "networkPlatform")++instance Hashable ScheduledInstance++instance NFData ScheduledInstance++-- | Describes a schedule that is available for your Scheduled Instances.+--+-- /See:/ 'scheduledInstanceAvailability' smart constructor.+data ScheduledInstanceAvailability = ScheduledInstanceAvailability'+    { _siaMaxTermDurationInDays       :: !(Maybe Int)+    , _siaPlatform                    :: !(Maybe Text)+    , _siaPurchaseToken               :: !(Maybe Text)+    , _siaHourlyPrice                 :: !(Maybe Text)+    , _siaAvailableInstanceCount      :: !(Maybe Int)+    , _siaSlotDurationInHours         :: !(Maybe Int)+    , _siaTotalScheduledInstanceHours :: !(Maybe Int)+    , _siaInstanceType                :: !(Maybe Text)+    , _siaRecurrence                  :: !(Maybe ScheduledInstanceRecurrence)+    , _siaAvailabilityZone            :: !(Maybe Text)+    , _siaMinTermDurationInDays       :: !(Maybe Int)+    , _siaFirstSlotStartTime          :: !(Maybe ISO8601)+    , _siaNetworkPlatform             :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ScheduledInstanceAvailability' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'siaMaxTermDurationInDays'+--+-- * 'siaPlatform'+--+-- * 'siaPurchaseToken'+--+-- * 'siaHourlyPrice'+--+-- * 'siaAvailableInstanceCount'+--+-- * 'siaSlotDurationInHours'+--+-- * 'siaTotalScheduledInstanceHours'+--+-- * 'siaInstanceType'+--+-- * 'siaRecurrence'+--+-- * 'siaAvailabilityZone'+--+-- * 'siaMinTermDurationInDays'+--+-- * 'siaFirstSlotStartTime'+--+-- * 'siaNetworkPlatform'+scheduledInstanceAvailability+    :: ScheduledInstanceAvailability+scheduledInstanceAvailability =+    ScheduledInstanceAvailability'+    { _siaMaxTermDurationInDays = Nothing+    , _siaPlatform = Nothing+    , _siaPurchaseToken = Nothing+    , _siaHourlyPrice = Nothing+    , _siaAvailableInstanceCount = Nothing+    , _siaSlotDurationInHours = Nothing+    , _siaTotalScheduledInstanceHours = Nothing+    , _siaInstanceType = Nothing+    , _siaRecurrence = Nothing+    , _siaAvailabilityZone = Nothing+    , _siaMinTermDurationInDays = Nothing+    , _siaFirstSlotStartTime = Nothing+    , _siaNetworkPlatform = Nothing+    }++-- | The maximum term. The only possible value is 365 days.+siaMaxTermDurationInDays :: Lens' ScheduledInstanceAvailability (Maybe Int)+siaMaxTermDurationInDays = lens _siaMaxTermDurationInDays (\ s a -> s{_siaMaxTermDurationInDays = a});++-- | The platform ('Linux\/UNIX' or 'Windows').+siaPlatform :: Lens' ScheduledInstanceAvailability (Maybe Text)+siaPlatform = lens _siaPlatform (\ s a -> s{_siaPlatform = a});++-- | The purchase token. This token expires in two hours.+siaPurchaseToken :: Lens' ScheduledInstanceAvailability (Maybe Text)+siaPurchaseToken = lens _siaPurchaseToken (\ s a -> s{_siaPurchaseToken = a});++-- | The hourly price for a single instance.+siaHourlyPrice :: Lens' ScheduledInstanceAvailability (Maybe Text)+siaHourlyPrice = lens _siaHourlyPrice (\ s a -> s{_siaHourlyPrice = a});++-- | The number of available instances.+siaAvailableInstanceCount :: Lens' ScheduledInstanceAvailability (Maybe Int)+siaAvailableInstanceCount = lens _siaAvailableInstanceCount (\ s a -> s{_siaAvailableInstanceCount = a});++-- | The number of hours in the schedule.+siaSlotDurationInHours :: Lens' ScheduledInstanceAvailability (Maybe Int)+siaSlotDurationInHours = lens _siaSlotDurationInHours (\ s a -> s{_siaSlotDurationInHours = a});++-- | The total number of hours for a single instance for the entire term.+siaTotalScheduledInstanceHours :: Lens' ScheduledInstanceAvailability (Maybe Int)+siaTotalScheduledInstanceHours = lens _siaTotalScheduledInstanceHours (\ s a -> s{_siaTotalScheduledInstanceHours = a});++-- | The instance type. You can specify one of the C3, C4, M4, or R3 instance types.+siaInstanceType :: Lens' ScheduledInstanceAvailability (Maybe Text)+siaInstanceType = lens _siaInstanceType (\ s a -> s{_siaInstanceType = a});++-- | The schedule recurrence.+siaRecurrence :: Lens' ScheduledInstanceAvailability (Maybe ScheduledInstanceRecurrence)+siaRecurrence = lens _siaRecurrence (\ s a -> s{_siaRecurrence = a});++-- | The Availability Zone.+siaAvailabilityZone :: Lens' ScheduledInstanceAvailability (Maybe Text)+siaAvailabilityZone = lens _siaAvailabilityZone (\ s a -> s{_siaAvailabilityZone = a});++-- | The minimum term. The only possible value is 365 days.+siaMinTermDurationInDays :: Lens' ScheduledInstanceAvailability (Maybe Int)+siaMinTermDurationInDays = lens _siaMinTermDurationInDays (\ s a -> s{_siaMinTermDurationInDays = a});++-- | The time period for the first schedule to start.+siaFirstSlotStartTime :: Lens' ScheduledInstanceAvailability (Maybe UTCTime)+siaFirstSlotStartTime = lens _siaFirstSlotStartTime (\ s a -> s{_siaFirstSlotStartTime = a}) . mapping _Time;++-- | The network platform ('EC2-Classic' or 'EC2-VPC').+siaNetworkPlatform :: Lens' ScheduledInstanceAvailability (Maybe Text)+siaNetworkPlatform = lens _siaNetworkPlatform (\ s a -> s{_siaNetworkPlatform = a});++instance FromXML ScheduledInstanceAvailability where+        parseXML x+          = ScheduledInstanceAvailability' <$>+              (x .@? "maxTermDurationInDays") <*>+                (x .@? "platform")+                <*> (x .@? "purchaseToken")+                <*> (x .@? "hourlyPrice")+                <*> (x .@? "availableInstanceCount")+                <*> (x .@? "slotDurationInHours")+                <*> (x .@? "totalScheduledInstanceHours")+                <*> (x .@? "instanceType")+                <*> (x .@? "recurrence")+                <*> (x .@? "availabilityZone")+                <*> (x .@? "minTermDurationInDays")+                <*> (x .@? "firstSlotStartTime")+                <*> (x .@? "networkPlatform")++instance Hashable ScheduledInstanceAvailability++instance NFData ScheduledInstanceAvailability++-- | Describes the recurring schedule for a Scheduled Instance.+--+-- /See:/ 'scheduledInstanceRecurrence' smart constructor.+data ScheduledInstanceRecurrence = ScheduledInstanceRecurrence'+    { _sirFrequency               :: !(Maybe Text)+    , _sirOccurrenceRelativeToEnd :: !(Maybe Bool)+    , _sirOccurrenceUnit          :: !(Maybe Text)+    , _sirInterval                :: !(Maybe Int)+    , _sirOccurrenceDaySet        :: !(Maybe [Int])+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ScheduledInstanceRecurrence' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sirFrequency'+--+-- * 'sirOccurrenceRelativeToEnd'+--+-- * 'sirOccurrenceUnit'+--+-- * 'sirInterval'+--+-- * 'sirOccurrenceDaySet'+scheduledInstanceRecurrence+    :: ScheduledInstanceRecurrence+scheduledInstanceRecurrence =+    ScheduledInstanceRecurrence'+    { _sirFrequency = Nothing+    , _sirOccurrenceRelativeToEnd = Nothing+    , _sirOccurrenceUnit = Nothing+    , _sirInterval = Nothing+    , _sirOccurrenceDaySet = Nothing+    }++-- | The frequency ('Daily', 'Weekly', or 'Monthly').+sirFrequency :: Lens' ScheduledInstanceRecurrence (Maybe Text)+sirFrequency = lens _sirFrequency (\ s a -> s{_sirFrequency = a});++-- | Indicates whether the occurrence is relative to the end of the specified week or month.+sirOccurrenceRelativeToEnd :: Lens' ScheduledInstanceRecurrence (Maybe Bool)+sirOccurrenceRelativeToEnd = lens _sirOccurrenceRelativeToEnd (\ s a -> s{_sirOccurrenceRelativeToEnd = a});++-- | The unit for 'occurrenceDaySet' ('DayOfWeek' or 'DayOfMonth').+sirOccurrenceUnit :: Lens' ScheduledInstanceRecurrence (Maybe Text)+sirOccurrenceUnit = lens _sirOccurrenceUnit (\ s a -> s{_sirOccurrenceUnit = a});++-- | The interval quantity. The interval unit depends on the value of 'frequency'. For example, every 2 weeks or every 2 months.+sirInterval :: Lens' ScheduledInstanceRecurrence (Maybe Int)+sirInterval = lens _sirInterval (\ s a -> s{_sirInterval = a});++-- | The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday).+sirOccurrenceDaySet :: Lens' ScheduledInstanceRecurrence [Int]+sirOccurrenceDaySet = lens _sirOccurrenceDaySet (\ s a -> s{_sirOccurrenceDaySet = a}) . _Default . _Coerce;++instance FromXML ScheduledInstanceRecurrence where+        parseXML x+          = ScheduledInstanceRecurrence' <$>+              (x .@? "frequency") <*>+                (x .@? "occurrenceRelativeToEnd")+                <*> (x .@? "occurrenceUnit")+                <*> (x .@? "interval")+                <*>+                (x .@? "occurrenceDaySet" .!@ mempty >>=+                   may (parseXMLList "item"))++instance Hashable ScheduledInstanceRecurrence++instance NFData ScheduledInstanceRecurrence++-- | Describes the recurring schedule for a Scheduled Instance.+--+-- /See:/ 'scheduledInstanceRecurrenceRequest' smart constructor.+data ScheduledInstanceRecurrenceRequest = ScheduledInstanceRecurrenceRequest'+    { _sirrFrequency               :: !(Maybe Text)+    , _sirrOccurrenceRelativeToEnd :: !(Maybe Bool)+    , _sirrOccurrenceDays          :: !(Maybe [Int])+    , _sirrOccurrenceUnit          :: !(Maybe Text)+    , _sirrInterval                :: !(Maybe Int)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ScheduledInstanceRecurrenceRequest' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sirrFrequency'+--+-- * 'sirrOccurrenceRelativeToEnd'+--+-- * 'sirrOccurrenceDays'+--+-- * 'sirrOccurrenceUnit'+--+-- * 'sirrInterval'+scheduledInstanceRecurrenceRequest+    :: ScheduledInstanceRecurrenceRequest+scheduledInstanceRecurrenceRequest =+    ScheduledInstanceRecurrenceRequest'+    { _sirrFrequency = Nothing+    , _sirrOccurrenceRelativeToEnd = Nothing+    , _sirrOccurrenceDays = Nothing+    , _sirrOccurrenceUnit = Nothing+    , _sirrInterval = Nothing+    }++-- | The frequency ('Daily', 'Weekly', or 'Monthly').+sirrFrequency :: Lens' ScheduledInstanceRecurrenceRequest (Maybe Text)+sirrFrequency = lens _sirrFrequency (\ s a -> s{_sirrFrequency = a});++-- | Indicates whether the occurrence is relative to the end of the specified week or month. You can\'t specify this value with a daily schedule.+sirrOccurrenceRelativeToEnd :: Lens' ScheduledInstanceRecurrenceRequest (Maybe Bool)+sirrOccurrenceRelativeToEnd = lens _sirrOccurrenceRelativeToEnd (\ s a -> s{_sirrOccurrenceRelativeToEnd = a});++-- | The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday). You can\'t specify this value with a daily schedule. If the occurrence is relative to the end of the month, you can specify only a single day.+sirrOccurrenceDays :: Lens' ScheduledInstanceRecurrenceRequest [Int]+sirrOccurrenceDays = lens _sirrOccurrenceDays (\ s a -> s{_sirrOccurrenceDays = a}) . _Default . _Coerce;++-- | The unit for 'OccurrenceDays' ('DayOfWeek' or 'DayOfMonth'). This value is required for a monthly schedule. You can\'t specify 'DayOfWeek' with a weekly schedule. You can\'t specify this value with a daily schedule.+sirrOccurrenceUnit :: Lens' ScheduledInstanceRecurrenceRequest (Maybe Text)+sirrOccurrenceUnit = lens _sirrOccurrenceUnit (\ s a -> s{_sirrOccurrenceUnit = a});++-- | The interval quantity. The interval unit depends on the value of 'Frequency'. For example, every 2 weeks or every 2 months.+sirrInterval :: Lens' ScheduledInstanceRecurrenceRequest (Maybe Int)+sirrInterval = lens _sirrInterval (\ s a -> s{_sirrInterval = a});++instance Hashable ScheduledInstanceRecurrenceRequest++instance NFData ScheduledInstanceRecurrenceRequest++instance ToQuery ScheduledInstanceRecurrenceRequest+         where+        toQuery ScheduledInstanceRecurrenceRequest'{..}+          = mconcat+              ["Frequency" =: _sirrFrequency,+               "OccurrenceRelativeToEnd" =:+                 _sirrOccurrenceRelativeToEnd,+               toQuery+                 (toQueryList "OccurrenceDay" <$>+                    _sirrOccurrenceDays),+               "OccurrenceUnit" =: _sirrOccurrenceUnit,+               "Interval" =: _sirrInterval]++-- | Describes a block device mapping for a Scheduled Instance.+--+-- /See:/ 'scheduledInstancesBlockDeviceMapping' smart constructor.+data ScheduledInstancesBlockDeviceMapping = ScheduledInstancesBlockDeviceMapping'+    { _sibdmVirtualName :: !(Maybe Text)+    , _sibdmNoDevice    :: !(Maybe Text)+    , _sibdmEBS         :: !(Maybe ScheduledInstancesEBS)+    , _sibdmDeviceName  :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ScheduledInstancesBlockDeviceMapping' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sibdmVirtualName'+--+-- * 'sibdmNoDevice'+--+-- * 'sibdmEBS'+--+-- * 'sibdmDeviceName'+scheduledInstancesBlockDeviceMapping+    :: ScheduledInstancesBlockDeviceMapping+scheduledInstancesBlockDeviceMapping =+    ScheduledInstancesBlockDeviceMapping'+    { _sibdmVirtualName = Nothing+    , _sibdmNoDevice = Nothing+    , _sibdmEBS = Nothing+    , _sibdmDeviceName = Nothing+    }++-- | The virtual device name ('ephemeral'N). Instance store volumes are numbered starting from 0. An instance type with two available instance store volumes can specify mappings for 'ephemeral0' and 'ephemeral1'.The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.+--+-- Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.+sibdmVirtualName :: Lens' ScheduledInstancesBlockDeviceMapping (Maybe Text)+sibdmVirtualName = lens _sibdmVirtualName (\ s a -> s{_sibdmVirtualName = a});++-- | Suppresses the specified device included in the block device mapping of the AMI.+sibdmNoDevice :: Lens' ScheduledInstancesBlockDeviceMapping (Maybe Text)+sibdmNoDevice = lens _sibdmNoDevice (\ s a -> s{_sibdmNoDevice = a});++-- | Parameters used to set up EBS volumes automatically when the instance is launched.+sibdmEBS :: Lens' ScheduledInstancesBlockDeviceMapping (Maybe ScheduledInstancesEBS)+sibdmEBS = lens _sibdmEBS (\ s a -> s{_sibdmEBS = a});++-- | The device name exposed to the instance (for example, '\/dev\/sdh' or 'xvdh').+sibdmDeviceName :: Lens' ScheduledInstancesBlockDeviceMapping (Maybe Text)+sibdmDeviceName = lens _sibdmDeviceName (\ s a -> s{_sibdmDeviceName = a});++instance Hashable+         ScheduledInstancesBlockDeviceMapping++instance NFData ScheduledInstancesBlockDeviceMapping++instance ToQuery ScheduledInstancesBlockDeviceMapping+         where+        toQuery ScheduledInstancesBlockDeviceMapping'{..}+          = mconcat+              ["VirtualName" =: _sibdmVirtualName,+               "NoDevice" =: _sibdmNoDevice, "Ebs" =: _sibdmEBS,+               "DeviceName" =: _sibdmDeviceName]++-- | Describes an EBS volume for a Scheduled Instance.+--+-- /See:/ 'scheduledInstancesEBS' smart constructor.+data ScheduledInstancesEBS = ScheduledInstancesEBS'+    { _sieDeleteOnTermination :: !(Maybe Bool)+    , _sieVolumeSize          :: !(Maybe Int)+    , _sieIOPS                :: !(Maybe Int)+    , _sieEncrypted           :: !(Maybe Bool)+    , _sieVolumeType          :: !(Maybe Text)+    , _sieSnapshotId          :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ScheduledInstancesEBS' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sieDeleteOnTermination'+--+-- * 'sieVolumeSize'+--+-- * 'sieIOPS'+--+-- * 'sieEncrypted'+--+-- * 'sieVolumeType'+--+-- * 'sieSnapshotId'+scheduledInstancesEBS+    :: ScheduledInstancesEBS+scheduledInstancesEBS =+    ScheduledInstancesEBS'+    { _sieDeleteOnTermination = Nothing+    , _sieVolumeSize = Nothing+    , _sieIOPS = Nothing+    , _sieEncrypted = Nothing+    , _sieVolumeType = Nothing+    , _sieSnapshotId = Nothing+    }++-- | Indicates whether the volume is deleted on instance termination.+sieDeleteOnTermination :: Lens' ScheduledInstancesEBS (Maybe Bool)+sieDeleteOnTermination = lens _sieDeleteOnTermination (\ s a -> s{_sieDeleteOnTermination = a});++-- | The size of the volume, in GiB.+--+-- Default: If you\'re creating the volume from a snapshot and don\'t specify a volume size, the default is the snapshot size.+sieVolumeSize :: Lens' ScheduledInstancesEBS (Maybe Int)+sieVolumeSize = lens _sieVolumeSize (\ s a -> s{_sieVolumeSize = a});++-- | The number of I\/O operations per second (IOPS) that the volume supports. For io1 volumes, this represents the number of IOPS that are provisioned for the volume. For 'gp2' volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I\/O credits for bursting. For more information about 'gp2' baseline performance, I\/O credits, and bursting, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html Amazon EBS Volume Types> in the /Amazon Elastic Compute Cloud User Guide/.+--+-- Constraint: Range is 100-20000 IOPS for 'io1' volumes and 100-10000 IOPS for 'gp2' volumes.+--+-- Condition: This parameter is required for requests to create 'io1'volumes; it is not used in requests to create 'gp2', 'st1', 'sc1', or 'standard' volumes.+sieIOPS :: Lens' ScheduledInstancesEBS (Maybe Int)+sieIOPS = lens _sieIOPS (\ s a -> s{_sieIOPS = a});++-- | Indicates whether the volume is encrypted. You can attached encrypted volumes only to instances that support them.+sieEncrypted :: Lens' ScheduledInstancesEBS (Maybe Bool)+sieEncrypted = lens _sieEncrypted (\ s a -> s{_sieEncrypted = a});++-- | The volume type. 'gp2' for General Purpose SSD, 'io1' for Provisioned IOPS SSD, Throughput Optimized HDD for 'st1', Cold HDD for 'sc1', or 'standard' for Magnetic.+--+-- Default: 'standard'+sieVolumeType :: Lens' ScheduledInstancesEBS (Maybe Text)+sieVolumeType = lens _sieVolumeType (\ s a -> s{_sieVolumeType = a});++-- | The ID of the snapshot.+sieSnapshotId :: Lens' ScheduledInstancesEBS (Maybe Text)+sieSnapshotId = lens _sieSnapshotId (\ s a -> s{_sieSnapshotId = a});++instance Hashable ScheduledInstancesEBS++instance NFData ScheduledInstancesEBS++instance ToQuery ScheduledInstancesEBS where+        toQuery ScheduledInstancesEBS'{..}+          = mconcat+              ["DeleteOnTermination" =: _sieDeleteOnTermination,+               "VolumeSize" =: _sieVolumeSize, "Iops" =: _sieIOPS,+               "Encrypted" =: _sieEncrypted,+               "VolumeType" =: _sieVolumeType,+               "SnapshotId" =: _sieSnapshotId]++-- | Describes an IAM instance profile for a Scheduled Instance.+--+-- /See:/ 'scheduledInstancesIAMInstanceProfile' smart constructor.+data ScheduledInstancesIAMInstanceProfile = ScheduledInstancesIAMInstanceProfile'+    { _siiapARN  :: !(Maybe Text)+    , _siiapName :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ScheduledInstancesIAMInstanceProfile' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'siiapARN'+--+-- * 'siiapName'+scheduledInstancesIAMInstanceProfile+    :: ScheduledInstancesIAMInstanceProfile+scheduledInstancesIAMInstanceProfile =+    ScheduledInstancesIAMInstanceProfile'+    { _siiapARN = Nothing+    , _siiapName = Nothing+    }++-- | The Amazon Resource Name (ARN).+siiapARN :: Lens' ScheduledInstancesIAMInstanceProfile (Maybe Text)+siiapARN = lens _siiapARN (\ s a -> s{_siiapARN = a});++-- | The name.+siiapName :: Lens' ScheduledInstancesIAMInstanceProfile (Maybe Text)+siiapName = lens _siiapName (\ s a -> s{_siiapName = a});++instance Hashable+         ScheduledInstancesIAMInstanceProfile++instance NFData ScheduledInstancesIAMInstanceProfile++instance ToQuery ScheduledInstancesIAMInstanceProfile+         where+        toQuery ScheduledInstancesIAMInstanceProfile'{..}+          = mconcat ["Arn" =: _siiapARN, "Name" =: _siiapName]++-- | Describes the launch specification for a Scheduled Instance.+--+-- If you are launching the Scheduled Instance in EC2-VPC, you must specify the ID of the subnet. You can specify the subnet using either 'SubnetId' or 'NetworkInterface'.+--+-- /See:/ 'scheduledInstancesLaunchSpecification' smart constructor.+data ScheduledInstancesLaunchSpecification = ScheduledInstancesLaunchSpecification'+    { _silsSecurityGroupIds    :: !(Maybe [Text])+    , _silsKeyName             :: !(Maybe Text)+    , _silsNetworkInterfaces   :: !(Maybe [ScheduledInstancesNetworkInterface])+    , _silsRAMDiskId           :: !(Maybe Text)+    , _silsSubnetId            :: !(Maybe Text)+    , _silsKernelId            :: !(Maybe Text)+    , _silsInstanceType        :: !(Maybe Text)+    , _silsEBSOptimized        :: !(Maybe Bool)+    , _silsUserData            :: !(Maybe Text)+    , _silsMonitoring          :: !(Maybe ScheduledInstancesMonitoring)+    , _silsIAMInstanceProfile  :: !(Maybe ScheduledInstancesIAMInstanceProfile)+    , _silsBlockDeviceMappings :: !(Maybe [ScheduledInstancesBlockDeviceMapping])+    , _silsPlacement           :: !(Maybe ScheduledInstancesPlacement)+    , _silsImageId             :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ScheduledInstancesLaunchSpecification' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'silsSecurityGroupIds'+--+-- * 'silsKeyName'+--+-- * 'silsNetworkInterfaces'+--+-- * 'silsRAMDiskId'+--+-- * 'silsSubnetId'+--+-- * 'silsKernelId'+--+-- * 'silsInstanceType'+--+-- * 'silsEBSOptimized'+--+-- * 'silsUserData'+--+-- * 'silsMonitoring'+--+-- * 'silsIAMInstanceProfile'+--+-- * 'silsBlockDeviceMappings'+--+-- * 'silsPlacement'+--+-- * 'silsImageId'+scheduledInstancesLaunchSpecification+    :: Text -- ^ 'silsImageId'+    -> ScheduledInstancesLaunchSpecification+scheduledInstancesLaunchSpecification pImageId_ =+    ScheduledInstancesLaunchSpecification'+    { _silsSecurityGroupIds = Nothing+    , _silsKeyName = Nothing+    , _silsNetworkInterfaces = Nothing+    , _silsRAMDiskId = Nothing+    , _silsSubnetId = Nothing+    , _silsKernelId = Nothing+    , _silsInstanceType = Nothing+    , _silsEBSOptimized = Nothing+    , _silsUserData = Nothing+    , _silsMonitoring = Nothing+    , _silsIAMInstanceProfile = Nothing+    , _silsBlockDeviceMappings = Nothing+    , _silsPlacement = Nothing+    , _silsImageId = pImageId_+    }++-- | The IDs of one or more security groups.+silsSecurityGroupIds :: Lens' ScheduledInstancesLaunchSpecification [Text]+silsSecurityGroupIds = lens _silsSecurityGroupIds (\ s a -> s{_silsSecurityGroupIds = a}) . _Default . _Coerce;++-- | The name of the key pair.+silsKeyName :: Lens' ScheduledInstancesLaunchSpecification (Maybe Text)+silsKeyName = lens _silsKeyName (\ s a -> s{_silsKeyName = a});++-- | One or more network interfaces.+silsNetworkInterfaces :: Lens' ScheduledInstancesLaunchSpecification [ScheduledInstancesNetworkInterface]+silsNetworkInterfaces = lens _silsNetworkInterfaces (\ s a -> s{_silsNetworkInterfaces = a}) . _Default . _Coerce;++-- | The ID of the RAM disk.+silsRAMDiskId :: Lens' ScheduledInstancesLaunchSpecification (Maybe Text)+silsRAMDiskId = lens _silsRAMDiskId (\ s a -> s{_silsRAMDiskId = a});++-- | The ID of the subnet in which to launch the instances.+silsSubnetId :: Lens' ScheduledInstancesLaunchSpecification (Maybe Text)+silsSubnetId = lens _silsSubnetId (\ s a -> s{_silsSubnetId = a});++-- | The ID of the kernel.+silsKernelId :: Lens' ScheduledInstancesLaunchSpecification (Maybe Text)+silsKernelId = lens _silsKernelId (\ s a -> s{_silsKernelId = a});++-- | The instance type.+silsInstanceType :: Lens' ScheduledInstancesLaunchSpecification (Maybe Text)+silsInstanceType = lens _silsInstanceType (\ s a -> s{_silsInstanceType = a});++-- | Indicates whether the instances are optimized for EBS I\/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I\/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS-optimized instance.+--+-- Default: 'false'+silsEBSOptimized :: Lens' ScheduledInstancesLaunchSpecification (Maybe Bool)+silsEBSOptimized = lens _silsEBSOptimized (\ s a -> s{_silsEBSOptimized = a});++-- | The base64-encoded MIME user data.+silsUserData :: Lens' ScheduledInstancesLaunchSpecification (Maybe Text)+silsUserData = lens _silsUserData (\ s a -> s{_silsUserData = a});++-- | Enable or disable monitoring for the instances.+silsMonitoring :: Lens' ScheduledInstancesLaunchSpecification (Maybe ScheduledInstancesMonitoring)+silsMonitoring = lens _silsMonitoring (\ s a -> s{_silsMonitoring = a});++-- | The IAM instance profile.+silsIAMInstanceProfile :: Lens' ScheduledInstancesLaunchSpecification (Maybe ScheduledInstancesIAMInstanceProfile)+silsIAMInstanceProfile = lens _silsIAMInstanceProfile (\ s a -> s{_silsIAMInstanceProfile = a});++-- | One or more block device mapping entries.+silsBlockDeviceMappings :: Lens' ScheduledInstancesLaunchSpecification [ScheduledInstancesBlockDeviceMapping]+silsBlockDeviceMappings = lens _silsBlockDeviceMappings (\ s a -> s{_silsBlockDeviceMappings = a}) . _Default . _Coerce;++-- | The placement information.+silsPlacement :: Lens' ScheduledInstancesLaunchSpecification (Maybe ScheduledInstancesPlacement)+silsPlacement = lens _silsPlacement (\ s a -> s{_silsPlacement = a});++-- | The ID of the Amazon Machine Image (AMI).+silsImageId :: Lens' ScheduledInstancesLaunchSpecification Text+silsImageId = lens _silsImageId (\ s a -> s{_silsImageId = a});++instance Hashable+         ScheduledInstancesLaunchSpecification++instance NFData ScheduledInstancesLaunchSpecification++instance ToQuery+         ScheduledInstancesLaunchSpecification where+        toQuery ScheduledInstancesLaunchSpecification'{..}+          = mconcat+              [toQuery+                 (toQueryList "SecurityGroupId" <$>+                    _silsSecurityGroupIds),+               "KeyName" =: _silsKeyName,+               toQuery+                 (toQueryList "NetworkInterface" <$>+                    _silsNetworkInterfaces),+               "RamdiskId" =: _silsRAMDiskId,+               "SubnetId" =: _silsSubnetId,+               "KernelId" =: _silsKernelId,+               "InstanceType" =: _silsInstanceType,+               "EbsOptimized" =: _silsEBSOptimized,+               "UserData" =: _silsUserData,+               "Monitoring" =: _silsMonitoring,+               "IamInstanceProfile" =: _silsIAMInstanceProfile,+               toQuery+                 (toQueryList "BlockDeviceMapping" <$>+                    _silsBlockDeviceMappings),+               "Placement" =: _silsPlacement,+               "ImageId" =: _silsImageId]++-- | Describes whether monitoring is enabled for a Scheduled Instance.+--+-- /See:/ 'scheduledInstancesMonitoring' smart constructor.+newtype ScheduledInstancesMonitoring = ScheduledInstancesMonitoring'+    { _simEnabled :: Maybe Bool+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ScheduledInstancesMonitoring' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'simEnabled'+scheduledInstancesMonitoring+    :: ScheduledInstancesMonitoring+scheduledInstancesMonitoring =+    ScheduledInstancesMonitoring'+    { _simEnabled = Nothing+    }++-- | Indicates whether monitoring is enabled.+simEnabled :: Lens' ScheduledInstancesMonitoring (Maybe Bool)+simEnabled = lens _simEnabled (\ s a -> s{_simEnabled = a});++instance Hashable ScheduledInstancesMonitoring++instance NFData ScheduledInstancesMonitoring++instance ToQuery ScheduledInstancesMonitoring where+        toQuery ScheduledInstancesMonitoring'{..}+          = mconcat ["Enabled" =: _simEnabled]++-- | Describes a network interface for a Scheduled Instance.+--+-- /See:/ 'scheduledInstancesNetworkInterface' smart constructor.+data ScheduledInstancesNetworkInterface = ScheduledInstancesNetworkInterface'+    { _siniGroups                         :: !(Maybe [Text])+    , _siniDeleteOnTermination            :: !(Maybe Bool)+    , _siniAssociatePublicIPAddress       :: !(Maybe Bool)+    , _siniPrivateIPAddressConfigs        :: !(Maybe [ScheduledInstancesPrivateIPAddressConfig])+    , _siniNetworkInterfaceId             :: !(Maybe Text)+    , _siniSubnetId                       :: !(Maybe Text)+    , _siniPrivateIPAddress               :: !(Maybe Text)+    , _siniSecondaryPrivateIPAddressCount :: !(Maybe Int)+    , _siniDescription                    :: !(Maybe Text)+    , _siniDeviceIndex                    :: !(Maybe Int)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ScheduledInstancesNetworkInterface' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'siniGroups'+--+-- * 'siniDeleteOnTermination'+--+-- * 'siniAssociatePublicIPAddress'+--+-- * 'siniPrivateIPAddressConfigs'+--+-- * 'siniNetworkInterfaceId'+--+-- * 'siniSubnetId'+--+-- * 'siniPrivateIPAddress'+--+-- * 'siniSecondaryPrivateIPAddressCount'+--+-- * 'siniDescription'+--+-- * 'siniDeviceIndex'+scheduledInstancesNetworkInterface+    :: ScheduledInstancesNetworkInterface+scheduledInstancesNetworkInterface =+    ScheduledInstancesNetworkInterface'+    { _siniGroups = Nothing+    , _siniDeleteOnTermination = Nothing+    , _siniAssociatePublicIPAddress = Nothing+    , _siniPrivateIPAddressConfigs = Nothing+    , _siniNetworkInterfaceId = Nothing+    , _siniSubnetId = Nothing+    , _siniPrivateIPAddress = Nothing+    , _siniSecondaryPrivateIPAddressCount = Nothing+    , _siniDescription = Nothing+    , _siniDeviceIndex = Nothing+    }++-- | The IDs of one or more security groups.+siniGroups :: Lens' ScheduledInstancesNetworkInterface [Text]+siniGroups = lens _siniGroups (\ s a -> s{_siniGroups = a}) . _Default . _Coerce;++-- | Indicates whether to delete the interface when the instance is terminated.+siniDeleteOnTermination :: Lens' ScheduledInstancesNetworkInterface (Maybe Bool)+siniDeleteOnTermination = lens _siniDeleteOnTermination (\ s a -> s{_siniDeleteOnTermination = a});++-- | Indicates whether to assign a public IP address to instances launched in a VPC. The public IP address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is 'true'.+siniAssociatePublicIPAddress :: Lens' ScheduledInstancesNetworkInterface (Maybe Bool)+siniAssociatePublicIPAddress = lens _siniAssociatePublicIPAddress (\ s a -> s{_siniAssociatePublicIPAddress = a});++-- | The private IP addresses.+siniPrivateIPAddressConfigs :: Lens' ScheduledInstancesNetworkInterface [ScheduledInstancesPrivateIPAddressConfig]+siniPrivateIPAddressConfigs = lens _siniPrivateIPAddressConfigs (\ s a -> s{_siniPrivateIPAddressConfigs = a}) . _Default . _Coerce;++-- | The ID of the network interface.+siniNetworkInterfaceId :: Lens' ScheduledInstancesNetworkInterface (Maybe Text)+siniNetworkInterfaceId = lens _siniNetworkInterfaceId (\ s a -> s{_siniNetworkInterfaceId = a});++-- | The ID of the subnet.+siniSubnetId :: Lens' ScheduledInstancesNetworkInterface (Maybe Text)+siniSubnetId = lens _siniSubnetId (\ s a -> s{_siniSubnetId = a});++-- | The IP address of the network interface within the subnet.+siniPrivateIPAddress :: Lens' ScheduledInstancesNetworkInterface (Maybe Text)+siniPrivateIPAddress = lens _siniPrivateIPAddress (\ s a -> s{_siniPrivateIPAddress = a});++-- | The number of secondary private IP addresses.+siniSecondaryPrivateIPAddressCount :: Lens' ScheduledInstancesNetworkInterface (Maybe Int)+siniSecondaryPrivateIPAddressCount = lens _siniSecondaryPrivateIPAddressCount (\ s a -> s{_siniSecondaryPrivateIPAddressCount = a});++-- | The description.+siniDescription :: Lens' ScheduledInstancesNetworkInterface (Maybe Text)+siniDescription = lens _siniDescription (\ s a -> s{_siniDescription = a});++-- | The index of the device for the network interface attachment.+siniDeviceIndex :: Lens' ScheduledInstancesNetworkInterface (Maybe Int)+siniDeviceIndex = lens _siniDeviceIndex (\ s a -> s{_siniDeviceIndex = a});++instance Hashable ScheduledInstancesNetworkInterface++instance NFData ScheduledInstancesNetworkInterface++instance ToQuery ScheduledInstancesNetworkInterface+         where+        toQuery ScheduledInstancesNetworkInterface'{..}+          = mconcat+              [toQuery (toQueryList "Group" <$> _siniGroups),+               "DeleteOnTermination" =: _siniDeleteOnTermination,+               "AssociatePublicIpAddress" =:+                 _siniAssociatePublicIPAddress,+               toQuery+                 (toQueryList "PrivateIpAddressConfig" <$>+                    _siniPrivateIPAddressConfigs),+               "NetworkInterfaceId" =: _siniNetworkInterfaceId,+               "SubnetId" =: _siniSubnetId,+               "PrivateIpAddress" =: _siniPrivateIPAddress,+               "SecondaryPrivateIpAddressCount" =:+                 _siniSecondaryPrivateIPAddressCount,+               "Description" =: _siniDescription,+               "DeviceIndex" =: _siniDeviceIndex]++-- | Describes the placement for a Scheduled Instance.+--+-- /See:/ 'scheduledInstancesPlacement' smart constructor.+data ScheduledInstancesPlacement = ScheduledInstancesPlacement'+    { _sipAvailabilityZone :: !(Maybe Text)+    , _sipGroupName        :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ScheduledInstancesPlacement' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sipAvailabilityZone'+--+-- * 'sipGroupName'+scheduledInstancesPlacement+    :: ScheduledInstancesPlacement+scheduledInstancesPlacement =+    ScheduledInstancesPlacement'+    { _sipAvailabilityZone = Nothing+    , _sipGroupName = Nothing+    }++-- | The Availability Zone.+sipAvailabilityZone :: Lens' ScheduledInstancesPlacement (Maybe Text)+sipAvailabilityZone = lens _sipAvailabilityZone (\ s a -> s{_sipAvailabilityZone = a});++-- | The name of the placement group.+sipGroupName :: Lens' ScheduledInstancesPlacement (Maybe Text)+sipGroupName = lens _sipGroupName (\ s a -> s{_sipGroupName = a});++instance Hashable ScheduledInstancesPlacement++instance NFData ScheduledInstancesPlacement++instance ToQuery ScheduledInstancesPlacement where+        toQuery ScheduledInstancesPlacement'{..}+          = mconcat+              ["AvailabilityZone" =: _sipAvailabilityZone,+               "GroupName" =: _sipGroupName]++-- | Describes a private IP address for a Scheduled Instance.+--+-- /See:/ 'scheduledInstancesPrivateIPAddressConfig' smart constructor.+data ScheduledInstancesPrivateIPAddressConfig = ScheduledInstancesPrivateIPAddressConfig'+    { _sipiacPrimary          :: !(Maybe Bool)+    , _sipiacPrivateIPAddress :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'ScheduledInstancesPrivateIPAddressConfig' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sipiacPrimary'+--+-- * 'sipiacPrivateIPAddress'+scheduledInstancesPrivateIPAddressConfig+    :: ScheduledInstancesPrivateIPAddressConfig+scheduledInstancesPrivateIPAddressConfig =+    ScheduledInstancesPrivateIPAddressConfig'+    { _sipiacPrimary = Nothing+    , _sipiacPrivateIPAddress = Nothing+    }++-- | Indicates whether this is a primary IP address. Otherwise, this is a secondary IP address.+sipiacPrimary :: Lens' ScheduledInstancesPrivateIPAddressConfig (Maybe Bool)+sipiacPrimary = lens _sipiacPrimary (\ s a -> s{_sipiacPrimary = a});++-- | The IP address.+sipiacPrivateIPAddress :: Lens' ScheduledInstancesPrivateIPAddressConfig (Maybe Text)+sipiacPrivateIPAddress = lens _sipiacPrivateIPAddress (\ s a -> s{_sipiacPrivateIPAddress = a});++instance Hashable+         ScheduledInstancesPrivateIPAddressConfig++instance NFData+         ScheduledInstancesPrivateIPAddressConfig++instance ToQuery+         ScheduledInstancesPrivateIPAddressConfig where+        toQuery ScheduledInstancesPrivateIPAddressConfig'{..}+          = mconcat+              ["Primary" =: _sipiacPrimary,+               "PrivateIpAddress" =: _sipiacPrivateIPAddress]++-- | Describes a security group+--+-- /See:/ 'securityGroup' smart constructor.+data SecurityGroup = SecurityGroup'+    { _sgVPCId               :: !(Maybe Text)+    , _sgIPPermissions       :: !(Maybe [IPPermission])+    , _sgIPPermissionsEgress :: !(Maybe [IPPermission])+    , _sgTags                :: !(Maybe [Tag])+    , _sgOwnerId             :: !Text+    , _sgGroupId             :: !Text+    , _sgGroupName           :: !Text+    , _sgDescription         :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'SecurityGroup' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sgVPCId'+--+-- * 'sgIPPermissions'+--+-- * 'sgIPPermissionsEgress'+--+-- * 'sgTags'+--+-- * 'sgOwnerId'+--+-- * 'sgGroupId'+--+-- * 'sgGroupName'+--+-- * 'sgDescription'+securityGroup+    :: Text -- ^ 'sgOwnerId'+    -> Text -- ^ 'sgGroupId'+    -> Text -- ^ 'sgGroupName'+    -> Text -- ^ 'sgDescription'+    -> SecurityGroup+securityGroup pOwnerId_ pGroupId_ pGroupName_ pDescription_ =+    SecurityGroup'+    { _sgVPCId = Nothing+    , _sgIPPermissions = Nothing+    , _sgIPPermissionsEgress = Nothing+    , _sgTags = Nothing+    , _sgOwnerId = pOwnerId_+    , _sgGroupId = pGroupId_+    , _sgGroupName = pGroupName_+    , _sgDescription = pDescription_+    }++-- | [EC2-VPC] The ID of the VPC for the security group.+sgVPCId :: Lens' SecurityGroup (Maybe Text)+sgVPCId = lens _sgVPCId (\ s a -> s{_sgVPCId = a});++-- | One or more inbound rules associated with the security group.+sgIPPermissions :: Lens' SecurityGroup [IPPermission]+sgIPPermissions = lens _sgIPPermissions (\ s a -> s{_sgIPPermissions = a}) . _Default . _Coerce;++-- | [EC2-VPC] One or more outbound rules associated with the security group.+sgIPPermissionsEgress :: Lens' SecurityGroup [IPPermission]+sgIPPermissionsEgress = lens _sgIPPermissionsEgress (\ s a -> s{_sgIPPermissionsEgress = a}) . _Default . _Coerce;++-- | Any tags assigned to the security group.+sgTags :: Lens' SecurityGroup [Tag]+sgTags = lens _sgTags (\ s a -> s{_sgTags = a}) . _Default . _Coerce;++-- | The AWS account ID of the owner of the security group.+sgOwnerId :: Lens' SecurityGroup Text+sgOwnerId = lens _sgOwnerId (\ s a -> s{_sgOwnerId = a});++-- | The ID of the security group.+sgGroupId :: Lens' SecurityGroup Text+sgGroupId = lens _sgGroupId (\ s a -> s{_sgGroupId = a});++-- | The name of the security group.+sgGroupName :: Lens' SecurityGroup Text+sgGroupName = lens _sgGroupName (\ s a -> s{_sgGroupName = a});++-- | A description of the security group.+sgDescription :: Lens' SecurityGroup Text+sgDescription = lens _sgDescription (\ s a -> s{_sgDescription = a});++instance FromXML SecurityGroup where+        parseXML x+          = SecurityGroup' <$>+              (x .@? "vpcId") <*>+                (x .@? "ipPermissions" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*>+                (x .@? "ipPermissionsEgress" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@ "ownerId")+                <*> (x .@ "groupId")+                <*> (x .@ "groupName")+                <*> (x .@ "groupDescription")++instance Hashable SecurityGroup++instance NFData SecurityGroup++-- | Describes the time period for a Scheduled Instance to start its first schedule. The time period must span less than one day.+--+-- /See:/ 'slotDateTimeRangeRequest' smart constructor.+data SlotDateTimeRangeRequest = SlotDateTimeRangeRequest'+    { _sdtrrEarliestTime :: !ISO8601+    , _sdtrrLatestTime   :: !ISO8601+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'SlotDateTimeRangeRequest' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sdtrrEarliestTime'+--+-- * 'sdtrrLatestTime'+slotDateTimeRangeRequest+    :: UTCTime -- ^ 'sdtrrEarliestTime'+    -> UTCTime -- ^ 'sdtrrLatestTime'+    -> SlotDateTimeRangeRequest+slotDateTimeRangeRequest pEarliestTime_ pLatestTime_ =+    SlotDateTimeRangeRequest'+    { _sdtrrEarliestTime = _Time # pEarliestTime_+    , _sdtrrLatestTime = _Time # pLatestTime_+    }++-- | The earliest date and time, in UTC, for the Scheduled Instance to start.+sdtrrEarliestTime :: Lens' SlotDateTimeRangeRequest UTCTime+sdtrrEarliestTime = lens _sdtrrEarliestTime (\ s a -> s{_sdtrrEarliestTime = a}) . _Time;++-- | The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.+sdtrrLatestTime :: Lens' SlotDateTimeRangeRequest UTCTime+sdtrrLatestTime = lens _sdtrrLatestTime (\ s a -> s{_sdtrrLatestTime = a}) . _Time;++instance Hashable SlotDateTimeRangeRequest++instance NFData SlotDateTimeRangeRequest++instance ToQuery SlotDateTimeRangeRequest where+        toQuery SlotDateTimeRangeRequest'{..}+          = mconcat+              ["EarliestTime" =: _sdtrrEarliestTime,+               "LatestTime" =: _sdtrrLatestTime]++-- | Describes the time period for a Scheduled Instance to start its first schedule.+--+-- /See:/ 'slotStartTimeRangeRequest' smart constructor.+data SlotStartTimeRangeRequest = SlotStartTimeRangeRequest'+    { _sstrrLatestTime   :: !(Maybe ISO8601)+    , _sstrrEarliestTime :: !(Maybe ISO8601)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'SlotStartTimeRangeRequest' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sstrrLatestTime'+--+-- * 'sstrrEarliestTime'+slotStartTimeRangeRequest+    :: SlotStartTimeRangeRequest+slotStartTimeRangeRequest =+    SlotStartTimeRangeRequest'+    { _sstrrLatestTime = Nothing+    , _sstrrEarliestTime = Nothing+    }++-- | The latest date and time, in UTC, for the Scheduled Instance to start.+sstrrLatestTime :: Lens' SlotStartTimeRangeRequest (Maybe UTCTime)+sstrrLatestTime = lens _sstrrLatestTime (\ s a -> s{_sstrrLatestTime = a}) . mapping _Time;++-- | The earliest date and time, in UTC, for the Scheduled Instance to start.+sstrrEarliestTime :: Lens' SlotStartTimeRangeRequest (Maybe UTCTime)+sstrrEarliestTime = lens _sstrrEarliestTime (\ s a -> s{_sstrrEarliestTime = a}) . mapping _Time;++instance Hashable SlotStartTimeRangeRequest++instance NFData SlotStartTimeRangeRequest++instance ToQuery SlotStartTimeRangeRequest where+        toQuery SlotStartTimeRangeRequest'{..}+          = mconcat+              ["LatestTime" =: _sstrrLatestTime,+               "EarliestTime" =: _sstrrEarliestTime]++-- | Describes a snapshot.+--+-- /See:/ 'snapshot' smart constructor.+data Snapshot = Snapshot'+    { _sStateMessage        :: !(Maybe Text)+    , _sOwnerAlias          :: !(Maybe Text)+    , _sDataEncryptionKeyId :: !(Maybe Text)+    , _sKMSKeyId            :: !(Maybe Text)+    , _sTags                :: !(Maybe [Tag])+    , _sSnapshotId          :: !Text+    , _sOwnerId             :: !Text+    , _sVolumeId            :: !Text+    , _sVolumeSize          :: !Int+    , _sDescription         :: !Text+    , _sStartTime           :: !ISO8601+    , _sProgress            :: !Text+    , _sState               :: !SnapshotState+    , _sEncrypted           :: !Bool+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'Snapshot' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sStateMessage'+--+-- * 'sOwnerAlias'+--+-- * 'sDataEncryptionKeyId'+--+-- * 'sKMSKeyId'+--+-- * 'sTags'+--+-- * 'sSnapshotId'+--+-- * 'sOwnerId'+--+-- * 'sVolumeId'+--+-- * 'sVolumeSize'+--+-- * 'sDescription'+--+-- * 'sStartTime'+--+-- * 'sProgress'+--+-- * 'sState'+--+-- * 'sEncrypted'+snapshot+    :: Text -- ^ 'sSnapshotId'+    -> Text -- ^ 'sOwnerId'+    -> Text -- ^ 'sVolumeId'+    -> Int -- ^ 'sVolumeSize'+    -> Text -- ^ 'sDescription'+    -> UTCTime -- ^ 'sStartTime'+    -> Text -- ^ 'sProgress'+    -> SnapshotState -- ^ 'sState'+    -> Bool -- ^ 'sEncrypted'+    -> Snapshot+snapshot pSnapshotId_ pOwnerId_ pVolumeId_ pVolumeSize_ pDescription_ pStartTime_ pProgress_ pState_ pEncrypted_ =+    Snapshot'+    { _sStateMessage = Nothing+    , _sOwnerAlias = Nothing+    , _sDataEncryptionKeyId = Nothing+    , _sKMSKeyId = Nothing+    , _sTags = Nothing+    , _sSnapshotId = pSnapshotId_+    , _sOwnerId = pOwnerId_+    , _sVolumeId = pVolumeId_+    , _sVolumeSize = pVolumeSize_+    , _sDescription = pDescription_+    , _sStartTime = _Time # pStartTime_+    , _sProgress = pProgress_+    , _sState = pState_+    , _sEncrypted = pEncrypted_+    }++-- | Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails (for example, if the proper AWS Key Management Service (AWS KMS) permissions are not obtained) this field displays error state details to help you diagnose why the error occurred. This parameter is only returned by the < DescribeSnapshots> API operation.+sStateMessage :: Lens' Snapshot (Maybe Text)+sStateMessage = lens _sStateMessage (\ s a -> s{_sStateMessage = a});++-- | The AWS account alias (for example, 'amazon', 'self') or AWS account ID that owns the snapshot.+sOwnerAlias :: Lens' Snapshot (Maybe Text)+sOwnerAlias = lens _sOwnerAlias (\ s a -> s{_sOwnerAlias = a});++-- | The data encryption key identifier for the snapshot. This value is a unique identifier that corresponds to the data encryption key that was used to encrypt the original volume or snapshot copy. Because data encryption keys are inherited by volumes created from snapshots, and vice versa, if snapshots share the same data encryption key identifier, then they belong to the same volume\/snapshot lineage. This parameter is only returned by the < DescribeSnapshots> API operation.+sDataEncryptionKeyId :: Lens' Snapshot (Maybe Text)+sDataEncryptionKeyId = lens _sDataEncryptionKeyId (\ s a -> s{_sDataEncryptionKeyId = a});++-- | The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the parent volume.+sKMSKeyId :: Lens' Snapshot (Maybe Text)+sKMSKeyId = lens _sKMSKeyId (\ s a -> s{_sKMSKeyId = a});++-- | Any tags assigned to the snapshot.+sTags :: Lens' Snapshot [Tag]+sTags = lens _sTags (\ s a -> s{_sTags = a}) . _Default . _Coerce;++-- | The ID of the snapshot. Each snapshot receives a unique identifier when it is created.+sSnapshotId :: Lens' Snapshot Text+sSnapshotId = lens _sSnapshotId (\ s a -> s{_sSnapshotId = a});++-- | The AWS account ID of the EBS snapshot owner.+sOwnerId :: Lens' Snapshot Text+sOwnerId = lens _sOwnerId (\ s a -> s{_sOwnerId = a});++-- | The ID of the volume that was used to create the snapshot.+sVolumeId :: Lens' Snapshot Text+sVolumeId = lens _sVolumeId (\ s a -> s{_sVolumeId = a});++-- | The size of the volume, in GiB.+sVolumeSize :: Lens' Snapshot Int+sVolumeSize = lens _sVolumeSize (\ s a -> s{_sVolumeSize = a});++-- | The description for the snapshot.+sDescription :: Lens' Snapshot Text+sDescription = lens _sDescription (\ s a -> s{_sDescription = a});++-- | The time stamp when the snapshot was initiated.+sStartTime :: Lens' Snapshot UTCTime+sStartTime = lens _sStartTime (\ s a -> s{_sStartTime = a}) . _Time;++-- | The progress of the snapshot, as a percentage.+sProgress :: Lens' Snapshot Text+sProgress = lens _sProgress (\ s a -> s{_sProgress = a});++-- | The snapshot state.+sState :: Lens' Snapshot SnapshotState+sState = lens _sState (\ s a -> s{_sState = a});++-- | Indicates whether the snapshot is encrypted.+sEncrypted :: Lens' Snapshot Bool+sEncrypted = lens _sEncrypted (\ s a -> s{_sEncrypted = a});++instance FromXML Snapshot where+        parseXML x+          = Snapshot' <$>+              (x .@? "statusMessage") <*> (x .@? "ownerAlias") <*>+                (x .@? "dataEncryptionKeyId")+                <*> (x .@? "kmsKeyId")+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@ "snapshotId")+                <*> (x .@ "ownerId")+                <*> (x .@ "volumeId")+                <*> (x .@ "volumeSize")+                <*> (x .@ "description")+                <*> (x .@ "startTime")+                <*> (x .@ "progress")+                <*> (x .@ "status")+                <*> (x .@ "encrypted")++instance Hashable Snapshot++instance NFData Snapshot++-- | Describes the snapshot created from the imported disk.+--+-- /See:/ 'snapshotDetail' smart constructor.+data SnapshotDetail = SnapshotDetail'+    { _sdStatus        :: !(Maybe Text)+    , _sdProgress      :: !(Maybe Text)+    , _sdFormat        :: !(Maybe Text)+    , _sdURL           :: !(Maybe Text)+    , _sdDeviceName    :: !(Maybe Text)+    , _sdStatusMessage :: !(Maybe Text)+    , _sdUserBucket    :: !(Maybe UserBucketDetails)+    , _sdDiskImageSize :: !(Maybe Double)+    , _sdDescription   :: !(Maybe Text)+    , _sdSnapshotId    :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'SnapshotDetail' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sdStatus'+--+-- * 'sdProgress'+--+-- * 'sdFormat'+--+-- * 'sdURL'+--+-- * 'sdDeviceName'+--+-- * 'sdStatusMessage'+--+-- * 'sdUserBucket'+--+-- * 'sdDiskImageSize'+--+-- * 'sdDescription'+--+-- * 'sdSnapshotId'+snapshotDetail+    :: SnapshotDetail+snapshotDetail =+    SnapshotDetail'+    { _sdStatus = Nothing+    , _sdProgress = Nothing+    , _sdFormat = Nothing+    , _sdURL = Nothing+    , _sdDeviceName = Nothing+    , _sdStatusMessage = Nothing+    , _sdUserBucket = Nothing+    , _sdDiskImageSize = Nothing+    , _sdDescription = Nothing+    , _sdSnapshotId = Nothing+    }++-- | A brief status of the snapshot creation.+sdStatus :: Lens' SnapshotDetail (Maybe Text)+sdStatus = lens _sdStatus (\ s a -> s{_sdStatus = a});++-- | The percentage of progress for the task.+sdProgress :: Lens' SnapshotDetail (Maybe Text)+sdProgress = lens _sdProgress (\ s a -> s{_sdProgress = a});++-- | The format of the disk image from which the snapshot is created.+sdFormat :: Lens' SnapshotDetail (Maybe Text)+sdFormat = lens _sdFormat (\ s a -> s{_sdFormat = a});++-- | The URL used to access the disk image.+sdURL :: Lens' SnapshotDetail (Maybe Text)+sdURL = lens _sdURL (\ s a -> s{_sdURL = a});++-- | The block device mapping for the snapshot.+sdDeviceName :: Lens' SnapshotDetail (Maybe Text)+sdDeviceName = lens _sdDeviceName (\ s a -> s{_sdDeviceName = a});++-- | A detailed status message for the snapshot creation.+sdStatusMessage :: Lens' SnapshotDetail (Maybe Text)+sdStatusMessage = lens _sdStatusMessage (\ s a -> s{_sdStatusMessage = a});++-- | The S3 bucket for the disk image.+sdUserBucket :: Lens' SnapshotDetail (Maybe UserBucketDetails)+sdUserBucket = lens _sdUserBucket (\ s a -> s{_sdUserBucket = a});++-- | The size of the disk in the snapshot, in GiB.+sdDiskImageSize :: Lens' SnapshotDetail (Maybe Double)+sdDiskImageSize = lens _sdDiskImageSize (\ s a -> s{_sdDiskImageSize = a});++-- | A description for the snapshot.+sdDescription :: Lens' SnapshotDetail (Maybe Text)+sdDescription = lens _sdDescription (\ s a -> s{_sdDescription = a});++-- | The snapshot ID of the disk being imported.+sdSnapshotId :: Lens' SnapshotDetail (Maybe Text)+sdSnapshotId = lens _sdSnapshotId (\ s a -> s{_sdSnapshotId = a});++instance FromXML SnapshotDetail where+        parseXML x+          = SnapshotDetail' <$>+              (x .@? "status") <*> (x .@? "progress") <*>+                (x .@? "format")+                <*> (x .@? "url")+                <*> (x .@? "deviceName")+                <*> (x .@? "statusMessage")+                <*> (x .@? "userBucket")+                <*> (x .@? "diskImageSize")+                <*> (x .@? "description")+                <*> (x .@? "snapshotId")++instance Hashable SnapshotDetail++instance NFData SnapshotDetail++-- | The disk container object for the import snapshot request.+--+-- /See:/ 'snapshotDiskContainer' smart constructor.+data SnapshotDiskContainer = SnapshotDiskContainer'+    { _sdcFormat      :: !(Maybe Text)+    , _sdcURL         :: !(Maybe Text)+    , _sdcUserBucket  :: !(Maybe UserBucket)+    , _sdcDescription :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'SnapshotDiskContainer' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sdcFormat'+--+-- * 'sdcURL'+--+-- * 'sdcUserBucket'+--+-- * 'sdcDescription'+snapshotDiskContainer+    :: SnapshotDiskContainer+snapshotDiskContainer =+    SnapshotDiskContainer'+    { _sdcFormat = Nothing+    , _sdcURL = Nothing+    , _sdcUserBucket = Nothing+    , _sdcDescription = Nothing+    }++-- | The format of the disk image being imported.+--+-- Valid values: 'RAW' | 'VHD' | 'VMDK' | 'OVA'+sdcFormat :: Lens' SnapshotDiskContainer (Maybe Text)+sdcFormat = lens _sdcFormat (\ s a -> s{_sdcFormat = a});++-- | The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https:\/\/..) or an Amazon S3 URL (s3:\/\/..).+sdcURL :: Lens' SnapshotDiskContainer (Maybe Text)+sdcURL = lens _sdcURL (\ s a -> s{_sdcURL = a});++-- | The S3 bucket for the disk image.+sdcUserBucket :: Lens' SnapshotDiskContainer (Maybe UserBucket)+sdcUserBucket = lens _sdcUserBucket (\ s a -> s{_sdcUserBucket = a});++-- | The description of the disk image being imported.+sdcDescription :: Lens' SnapshotDiskContainer (Maybe Text)+sdcDescription = lens _sdcDescription (\ s a -> s{_sdcDescription = a});++instance Hashable SnapshotDiskContainer++instance NFData SnapshotDiskContainer++instance ToQuery SnapshotDiskContainer where+        toQuery SnapshotDiskContainer'{..}+          = mconcat+              ["Format" =: _sdcFormat, "Url" =: _sdcURL,+               "UserBucket" =: _sdcUserBucket,+               "Description" =: _sdcDescription]++-- | Details about the import snapshot task.+--+-- /See:/ 'snapshotTaskDetail' smart constructor.+data SnapshotTaskDetail = SnapshotTaskDetail'+    { _stdStatus        :: !(Maybe Text)+    , _stdProgress      :: !(Maybe Text)+    , _stdFormat        :: !(Maybe Text)+    , _stdURL           :: !(Maybe Text)+    , _stdStatusMessage :: !(Maybe Text)+    , _stdUserBucket    :: !(Maybe UserBucketDetails)+    , _stdDiskImageSize :: !(Maybe Double)+    , _stdDescription   :: !(Maybe Text)+    , _stdSnapshotId    :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'SnapshotTaskDetail' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'stdStatus'+--+-- * 'stdProgress'+--+-- * 'stdFormat'+--+-- * 'stdURL'+--+-- * 'stdStatusMessage'+--+-- * 'stdUserBucket'+--+-- * 'stdDiskImageSize'+--+-- * 'stdDescription'+--+-- * 'stdSnapshotId'+snapshotTaskDetail+    :: SnapshotTaskDetail+snapshotTaskDetail =+    SnapshotTaskDetail'+    { _stdStatus = Nothing+    , _stdProgress = Nothing+    , _stdFormat = Nothing+    , _stdURL = Nothing+    , _stdStatusMessage = Nothing+    , _stdUserBucket = Nothing+    , _stdDiskImageSize = Nothing+    , _stdDescription = Nothing+    , _stdSnapshotId = Nothing+    }++-- | A brief status for the import snapshot task.+stdStatus :: Lens' SnapshotTaskDetail (Maybe Text)+stdStatus = lens _stdStatus (\ s a -> s{_stdStatus = a});++-- | The percentage of completion for the import snapshot task.+stdProgress :: Lens' SnapshotTaskDetail (Maybe Text)+stdProgress = lens _stdProgress (\ s a -> s{_stdProgress = a});++-- | The format of the disk image from which the snapshot is created.+stdFormat :: Lens' SnapshotTaskDetail (Maybe Text)+stdFormat = lens _stdFormat (\ s a -> s{_stdFormat = a});++-- | The URL of the disk image from which the snapshot is created.+stdURL :: Lens' SnapshotTaskDetail (Maybe Text)+stdURL = lens _stdURL (\ s a -> s{_stdURL = a});++-- | A detailed status message for the import snapshot task.+stdStatusMessage :: Lens' SnapshotTaskDetail (Maybe Text)+stdStatusMessage = lens _stdStatusMessage (\ s a -> s{_stdStatusMessage = a});++-- | The S3 bucket for the disk image.+stdUserBucket :: Lens' SnapshotTaskDetail (Maybe UserBucketDetails)+stdUserBucket = lens _stdUserBucket (\ s a -> s{_stdUserBucket = a});++-- | The size of the disk in the snapshot, in GiB.+stdDiskImageSize :: Lens' SnapshotTaskDetail (Maybe Double)+stdDiskImageSize = lens _stdDiskImageSize (\ s a -> s{_stdDiskImageSize = a});++-- | The description of the snapshot.+stdDescription :: Lens' SnapshotTaskDetail (Maybe Text)+stdDescription = lens _stdDescription (\ s a -> s{_stdDescription = a});++-- | The snapshot ID of the disk being imported.+stdSnapshotId :: Lens' SnapshotTaskDetail (Maybe Text)+stdSnapshotId = lens _stdSnapshotId (\ s a -> s{_stdSnapshotId = a});++instance FromXML SnapshotTaskDetail where+        parseXML x+          = SnapshotTaskDetail' <$>+              (x .@? "status") <*> (x .@? "progress") <*>+                (x .@? "format")+                <*> (x .@? "url")+                <*> (x .@? "statusMessage")+                <*> (x .@? "userBucket")+                <*> (x .@? "diskImageSize")+                <*> (x .@? "description")+                <*> (x .@? "snapshotId")++instance Hashable SnapshotTaskDetail++instance NFData SnapshotTaskDetail++-- | Describes the data feed for a Spot instance.+--+-- /See:/ 'spotDatafeedSubscription' smart constructor.+data SpotDatafeedSubscription = SpotDatafeedSubscription'+    { _sdsState   :: !(Maybe DatafeedSubscriptionState)+    , _sdsPrefix  :: !(Maybe Text)+    , _sdsBucket  :: !(Maybe Text)+    , _sdsOwnerId :: !(Maybe Text)+    , _sdsFault   :: !(Maybe SpotInstanceStateFault)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'SpotDatafeedSubscription' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sdsState'+--+-- * 'sdsPrefix'+--+-- * 'sdsBucket'+--+-- * 'sdsOwnerId'+--+-- * 'sdsFault'+spotDatafeedSubscription+    :: SpotDatafeedSubscription+spotDatafeedSubscription =+    SpotDatafeedSubscription'+    { _sdsState = Nothing+    , _sdsPrefix = Nothing+    , _sdsBucket = Nothing+    , _sdsOwnerId = Nothing+    , _sdsFault = Nothing+    }++-- | The state of the Spot instance data feed subscription.+sdsState :: Lens' SpotDatafeedSubscription (Maybe DatafeedSubscriptionState)+sdsState = lens _sdsState (\ s a -> s{_sdsState = a});++-- | The prefix that is prepended to data feed files.+sdsPrefix :: Lens' SpotDatafeedSubscription (Maybe Text)+sdsPrefix = lens _sdsPrefix (\ s a -> s{_sdsPrefix = a});++-- | The Amazon S3 bucket where the Spot instance data feed is located.+sdsBucket :: Lens' SpotDatafeedSubscription (Maybe Text)+sdsBucket = lens _sdsBucket (\ s a -> s{_sdsBucket = a});++-- | The AWS account ID of the account.+sdsOwnerId :: Lens' SpotDatafeedSubscription (Maybe Text)+sdsOwnerId = lens _sdsOwnerId (\ s a -> s{_sdsOwnerId = a});++-- | The fault codes for the Spot instance request, if any.+sdsFault :: Lens' SpotDatafeedSubscription (Maybe SpotInstanceStateFault)+sdsFault = lens _sdsFault (\ s a -> s{_sdsFault = a});++instance FromXML SpotDatafeedSubscription where+        parseXML x+          = SpotDatafeedSubscription' <$>+              (x .@? "state") <*> (x .@? "prefix") <*>+                (x .@? "bucket")+                <*> (x .@? "ownerId")+                <*> (x .@? "fault")++instance Hashable SpotDatafeedSubscription++instance NFData SpotDatafeedSubscription++-- | Describes the launch specification for one or more Spot instances.+--+-- /See:/ 'spotFleetLaunchSpecification' smart constructor.+data SpotFleetLaunchSpecification = SpotFleetLaunchSpecification'+    { _sflsSecurityGroups      :: !(Maybe [GroupIdentifier])+    , _sflsSpotPrice           :: !(Maybe Text)+    , _sflsWeightedCapacity    :: !(Maybe Double)+    , _sflsKeyName             :: !(Maybe Text)+    , _sflsNetworkInterfaces   :: !(Maybe [InstanceNetworkInterfaceSpecification])+    , _sflsRAMDiskId           :: !(Maybe Text)+    , _sflsSubnetId            :: !(Maybe Text)+    , _sflsKernelId            :: !(Maybe Text)+    , _sflsInstanceType        :: !(Maybe InstanceType)+    , _sflsEBSOptimized        :: !(Maybe Bool)+    , _sflsUserData            :: !(Maybe Text)+    , _sflsMonitoring          :: !(Maybe SpotFleetMonitoring)+    , _sflsIAMInstanceProfile  :: !(Maybe IAMInstanceProfileSpecification)+    , _sflsImageId             :: !(Maybe Text)+    , _sflsAddressingType      :: !(Maybe Text)+    , _sflsBlockDeviceMappings :: !(Maybe [BlockDeviceMapping])+    , _sflsPlacement           :: !(Maybe SpotPlacement)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'SpotFleetLaunchSpecification' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sflsSecurityGroups'+--+-- * 'sflsSpotPrice'+--+-- * 'sflsWeightedCapacity'+--+-- * 'sflsKeyName'+--+-- * 'sflsNetworkInterfaces'+--+-- * 'sflsRAMDiskId'+--+-- * 'sflsSubnetId'+--+-- * 'sflsKernelId'+--+-- * 'sflsInstanceType'+--+-- * 'sflsEBSOptimized'+--+-- * 'sflsUserData'+--+-- * 'sflsMonitoring'+--+-- * 'sflsIAMInstanceProfile'+--+-- * 'sflsImageId'+--+-- * 'sflsAddressingType'+--+-- * 'sflsBlockDeviceMappings'+--+-- * 'sflsPlacement'+spotFleetLaunchSpecification+    :: SpotFleetLaunchSpecification+spotFleetLaunchSpecification =+    SpotFleetLaunchSpecification'+    { _sflsSecurityGroups = Nothing+    , _sflsSpotPrice = Nothing+    , _sflsWeightedCapacity = Nothing+    , _sflsKeyName = Nothing+    , _sflsNetworkInterfaces = Nothing+    , _sflsRAMDiskId = Nothing+    , _sflsSubnetId = Nothing+    , _sflsKernelId = Nothing+    , _sflsInstanceType = Nothing+    , _sflsEBSOptimized = Nothing+    , _sflsUserData = Nothing+    , _sflsMonitoring = Nothing+    , _sflsIAMInstanceProfile = Nothing+    , _sflsImageId = Nothing+    , _sflsAddressingType = Nothing+    , _sflsBlockDeviceMappings = Nothing+    , _sflsPlacement = Nothing+    }++-- | One or more security groups. When requesting instances in a VPC, you must specify the IDs of the security groups. When requesting instances in EC2-Classic, you can specify the names or the IDs of the security groups.+sflsSecurityGroups :: Lens' SpotFleetLaunchSpecification [GroupIdentifier]+sflsSecurityGroups = lens _sflsSecurityGroups (\ s a -> s{_sflsSecurityGroups = a}) . _Default . _Coerce;++-- | The bid price per unit hour for the specified instance type. If this value is not specified, the default is the Spot bid price specified for the fleet. To determine the bid price per unit hour, divide the Spot bid price by the value of 'WeightedCapacity'.+sflsSpotPrice :: Lens' SpotFleetLaunchSpecification (Maybe Text)+sflsSpotPrice = lens _sflsSpotPrice (\ s a -> s{_sflsSpotPrice = a});++-- | The number of units provided by the specified instance type. These are the same units that you chose to set the target capacity in terms (instances or a performance characteristic such as vCPUs, memory, or I\/O).+--+-- If the target capacity divided by this value is not a whole number, we round the number of instances to the next whole number. If this value is not specified, the default is 1.+sflsWeightedCapacity :: Lens' SpotFleetLaunchSpecification (Maybe Double)+sflsWeightedCapacity = lens _sflsWeightedCapacity (\ s a -> s{_sflsWeightedCapacity = a});++-- | The name of the key pair.+sflsKeyName :: Lens' SpotFleetLaunchSpecification (Maybe Text)+sflsKeyName = lens _sflsKeyName (\ s a -> s{_sflsKeyName = a});++-- | One or more network interfaces.+sflsNetworkInterfaces :: Lens' SpotFleetLaunchSpecification [InstanceNetworkInterfaceSpecification]+sflsNetworkInterfaces = lens _sflsNetworkInterfaces (\ s a -> s{_sflsNetworkInterfaces = a}) . _Default . _Coerce;++-- | The ID of the RAM disk.+sflsRAMDiskId :: Lens' SpotFleetLaunchSpecification (Maybe Text)+sflsRAMDiskId = lens _sflsRAMDiskId (\ s a -> s{_sflsRAMDiskId = a});++-- | The ID of the subnet in which to launch the instances. To specify multiple subnets, separate them using commas; for example, \"subnet-a61dafcf, subnet-65ea5f08\".+sflsSubnetId :: Lens' SpotFleetLaunchSpecification (Maybe Text)+sflsSubnetId = lens _sflsSubnetId (\ s a -> s{_sflsSubnetId = a});++-- | The ID of the kernel.+sflsKernelId :: Lens' SpotFleetLaunchSpecification (Maybe Text)+sflsKernelId = lens _sflsKernelId (\ s a -> s{_sflsKernelId = a});++-- | The instance type.+sflsInstanceType :: Lens' SpotFleetLaunchSpecification (Maybe InstanceType)+sflsInstanceType = lens _sflsInstanceType (\ s a -> s{_sflsInstanceType = a});++-- | Indicates whether the instances are optimized for EBS I\/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I\/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS Optimized instance.+--+-- Default: 'false'+sflsEBSOptimized :: Lens' SpotFleetLaunchSpecification (Maybe Bool)+sflsEBSOptimized = lens _sflsEBSOptimized (\ s a -> s{_sflsEBSOptimized = a});++-- | The Base64-encoded MIME user data to make available to the instances.+sflsUserData :: Lens' SpotFleetLaunchSpecification (Maybe Text)+sflsUserData = lens _sflsUserData (\ s a -> s{_sflsUserData = a});++-- | Enable or disable monitoring for the instances.+sflsMonitoring :: Lens' SpotFleetLaunchSpecification (Maybe SpotFleetMonitoring)+sflsMonitoring = lens _sflsMonitoring (\ s a -> s{_sflsMonitoring = a});++-- | The IAM instance profile.+sflsIAMInstanceProfile :: Lens' SpotFleetLaunchSpecification (Maybe IAMInstanceProfileSpecification)+sflsIAMInstanceProfile = lens _sflsIAMInstanceProfile (\ s a -> s{_sflsIAMInstanceProfile = a});++-- | The ID of the AMI.+sflsImageId :: Lens' SpotFleetLaunchSpecification (Maybe Text)+sflsImageId = lens _sflsImageId (\ s a -> s{_sflsImageId = a});++-- | Deprecated.+sflsAddressingType :: Lens' SpotFleetLaunchSpecification (Maybe Text)+sflsAddressingType = lens _sflsAddressingType (\ s a -> s{_sflsAddressingType = a});++-- | One or more block device mapping entries.+sflsBlockDeviceMappings :: Lens' SpotFleetLaunchSpecification [BlockDeviceMapping]+sflsBlockDeviceMappings = lens _sflsBlockDeviceMappings (\ s a -> s{_sflsBlockDeviceMappings = a}) . _Default . _Coerce;++-- | The placement information.+sflsPlacement :: Lens' SpotFleetLaunchSpecification (Maybe SpotPlacement)+sflsPlacement = lens _sflsPlacement (\ s a -> s{_sflsPlacement = a});++instance FromXML SpotFleetLaunchSpecification where+        parseXML x+          = SpotFleetLaunchSpecification' <$>+              (x .@? "groupSet" .!@ mempty >>=+                 may (parseXMLList "item"))+                <*> (x .@? "spotPrice")+                <*> (x .@? "weightedCapacity")+                <*> (x .@? "keyName")+                <*>+                (x .@? "networkInterfaceSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "ramdiskId")+                <*> (x .@? "subnetId")+                <*> (x .@? "kernelId")+                <*> (x .@? "instanceType")+                <*> (x .@? "ebsOptimized")+                <*> (x .@? "userData")+                <*> (x .@? "monitoring")+                <*> (x .@? "iamInstanceProfile")+                <*> (x .@? "imageId")+                <*> (x .@? "addressingType")+                <*>+                (x .@? "blockDeviceMapping" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "placement")++instance Hashable SpotFleetLaunchSpecification++instance NFData SpotFleetLaunchSpecification++instance ToQuery SpotFleetLaunchSpecification where+        toQuery SpotFleetLaunchSpecification'{..}+          = mconcat+              [toQuery+                 (toQueryList "GroupSet" <$> _sflsSecurityGroups),+               "SpotPrice" =: _sflsSpotPrice,+               "WeightedCapacity" =: _sflsWeightedCapacity,+               "KeyName" =: _sflsKeyName,+               toQuery+                 (toQueryList "NetworkInterfaceSet" <$>+                    _sflsNetworkInterfaces),+               "RamdiskId" =: _sflsRAMDiskId,+               "SubnetId" =: _sflsSubnetId,+               "KernelId" =: _sflsKernelId,+               "InstanceType" =: _sflsInstanceType,+               "EbsOptimized" =: _sflsEBSOptimized,+               "UserData" =: _sflsUserData,+               "Monitoring" =: _sflsMonitoring,+               "IamInstanceProfile" =: _sflsIAMInstanceProfile,+               "ImageId" =: _sflsImageId,+               "AddressingType" =: _sflsAddressingType,+               toQuery+                 (toQueryList "BlockDeviceMapping" <$>+                    _sflsBlockDeviceMappings),+               "Placement" =: _sflsPlacement]++-- | Describes whether monitoring is enabled.+--+-- /See:/ 'spotFleetMonitoring' smart constructor.+newtype SpotFleetMonitoring = SpotFleetMonitoring'+    { _sfmEnabled :: Maybe Bool+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'SpotFleetMonitoring' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sfmEnabled'+spotFleetMonitoring+    :: SpotFleetMonitoring+spotFleetMonitoring =+    SpotFleetMonitoring'+    { _sfmEnabled = Nothing+    }++-- | Enables monitoring for the instance.+--+-- Default: 'false'+sfmEnabled :: Lens' SpotFleetMonitoring (Maybe Bool)+sfmEnabled = lens _sfmEnabled (\ s a -> s{_sfmEnabled = a});++instance FromXML SpotFleetMonitoring where+        parseXML x+          = SpotFleetMonitoring' <$> (x .@? "enabled")++instance Hashable SpotFleetMonitoring++instance NFData SpotFleetMonitoring++instance ToQuery SpotFleetMonitoring where+        toQuery SpotFleetMonitoring'{..}+          = mconcat ["Enabled" =: _sfmEnabled]++-- | Describes a Spot fleet request.+--+-- /See:/ 'spotFleetRequestConfig' smart constructor.+data SpotFleetRequestConfig = SpotFleetRequestConfig'+    { _sfrcSpotFleetRequestId     :: !Text+    , _sfrcSpotFleetRequestState  :: !BatchState+    , _sfrcSpotFleetRequestConfig :: !SpotFleetRequestConfigData+    , _sfrcCreateTime             :: !ISO8601+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'SpotFleetRequestConfig' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sfrcSpotFleetRequestId'+--+-- * 'sfrcSpotFleetRequestState'+--+-- * 'sfrcSpotFleetRequestConfig'+--+-- * 'sfrcCreateTime'+spotFleetRequestConfig+    :: Text -- ^ 'sfrcSpotFleetRequestId'+    -> BatchState -- ^ 'sfrcSpotFleetRequestState'+    -> SpotFleetRequestConfigData -- ^ 'sfrcSpotFleetRequestConfig'+    -> UTCTime -- ^ 'sfrcCreateTime'+    -> SpotFleetRequestConfig+spotFleetRequestConfig pSpotFleetRequestId_ pSpotFleetRequestState_ pSpotFleetRequestConfig_ pCreateTime_ =+    SpotFleetRequestConfig'+    { _sfrcSpotFleetRequestId = pSpotFleetRequestId_+    , _sfrcSpotFleetRequestState = pSpotFleetRequestState_+    , _sfrcSpotFleetRequestConfig = pSpotFleetRequestConfig_+    , _sfrcCreateTime = _Time # pCreateTime_+    }++-- | The ID of the Spot fleet request.+sfrcSpotFleetRequestId :: Lens' SpotFleetRequestConfig Text+sfrcSpotFleetRequestId = lens _sfrcSpotFleetRequestId (\ s a -> s{_sfrcSpotFleetRequestId = a});++-- | The state of the Spot fleet request.+sfrcSpotFleetRequestState :: Lens' SpotFleetRequestConfig BatchState+sfrcSpotFleetRequestState = lens _sfrcSpotFleetRequestState (\ s a -> s{_sfrcSpotFleetRequestState = a});++-- | Information about the configuration of the Spot fleet request.+sfrcSpotFleetRequestConfig :: Lens' SpotFleetRequestConfig SpotFleetRequestConfigData+sfrcSpotFleetRequestConfig = lens _sfrcSpotFleetRequestConfig (\ s a -> s{_sfrcSpotFleetRequestConfig = a});++-- | The creation date and time of the request.+sfrcCreateTime :: Lens' SpotFleetRequestConfig UTCTime+sfrcCreateTime = lens _sfrcCreateTime (\ s a -> s{_sfrcCreateTime = a}) . _Time;++instance FromXML SpotFleetRequestConfig where+        parseXML x+          = SpotFleetRequestConfig' <$>+              (x .@ "spotFleetRequestId") <*>+                (x .@ "spotFleetRequestState")+                <*> (x .@ "spotFleetRequestConfig")+                <*> (x .@ "createTime")++instance Hashable SpotFleetRequestConfig++instance NFData SpotFleetRequestConfig++-- | Describes the configuration of a Spot fleet request.+--+-- /See:/ 'spotFleetRequestConfigData' smart constructor.+data SpotFleetRequestConfigData = SpotFleetRequestConfigData'+    { _sfrcdClientToken                      :: !(Maybe Text)+    , _sfrcdExcessCapacityTerminationPolicy  :: !(Maybe ExcessCapacityTerminationPolicy)+    , _sfrcdValidUntil                       :: !(Maybe ISO8601)+    , _sfrcdTerminateInstancesWithExpiration :: !(Maybe Bool)+    , _sfrcdValidFrom                        :: !(Maybe ISO8601)+    , _sfrcdAllocationStrategy               :: !(Maybe AllocationStrategy)+    , _sfrcdSpotPrice                        :: !Text+    , _sfrcdTargetCapacity                   :: !Int+    , _sfrcdIAMFleetRole                     :: !Text+    , _sfrcdLaunchSpecifications             :: !(List1 SpotFleetLaunchSpecification)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'SpotFleetRequestConfigData' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sfrcdClientToken'+--+-- * 'sfrcdExcessCapacityTerminationPolicy'+--+-- * 'sfrcdValidUntil'+--+-- * 'sfrcdTerminateInstancesWithExpiration'+--+-- * 'sfrcdValidFrom'+--+-- * 'sfrcdAllocationStrategy'+--+-- * 'sfrcdSpotPrice'+--+-- * 'sfrcdTargetCapacity'+--+-- * 'sfrcdIAMFleetRole'+--+-- * 'sfrcdLaunchSpecifications'+spotFleetRequestConfigData+    :: Text -- ^ 'sfrcdSpotPrice'+    -> Int -- ^ 'sfrcdTargetCapacity'+    -> Text -- ^ 'sfrcdIAMFleetRole'+    -> NonEmpty SpotFleetLaunchSpecification -- ^ 'sfrcdLaunchSpecifications'+    -> SpotFleetRequestConfigData+spotFleetRequestConfigData pSpotPrice_ pTargetCapacity_ pIAMFleetRole_ pLaunchSpecifications_ =+    SpotFleetRequestConfigData'+    { _sfrcdClientToken = Nothing+    , _sfrcdExcessCapacityTerminationPolicy = Nothing+    , _sfrcdValidUntil = Nothing+    , _sfrcdTerminateInstancesWithExpiration = Nothing+    , _sfrcdValidFrom = Nothing+    , _sfrcdAllocationStrategy = Nothing+    , _sfrcdSpotPrice = pSpotPrice_+    , _sfrcdTargetCapacity = pTargetCapacity_+    , _sfrcdIAMFleetRole = pIAMFleetRole_+    , _sfrcdLaunchSpecifications = _List1 # pLaunchSpecifications_+    }++-- | A unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html Ensuring Idempotency>.+sfrcdClientToken :: Lens' SpotFleetRequestConfigData (Maybe Text)+sfrcdClientToken = lens _sfrcdClientToken (\ s a -> s{_sfrcdClientToken = a});++-- | Indicates whether running Spot instances should be terminated if the target capacity of the Spot fleet request is decreased below the current size of the Spot fleet.+sfrcdExcessCapacityTerminationPolicy :: Lens' SpotFleetRequestConfigData (Maybe ExcessCapacityTerminationPolicy)+sfrcdExcessCapacityTerminationPolicy = lens _sfrcdExcessCapacityTerminationPolicy (\ s a -> s{_sfrcdExcessCapacityTerminationPolicy = a});++-- | The end date and time of the request, in UTC format (for example, /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z). At this point, no new Spot instance requests are placed or enabled to fulfill the request.+sfrcdValidUntil :: Lens' SpotFleetRequestConfigData (Maybe UTCTime)+sfrcdValidUntil = lens _sfrcdValidUntil (\ s a -> s{_sfrcdValidUntil = a}) . mapping _Time;++-- | Indicates whether running Spot instances should be terminated when the Spot fleet request expires.+sfrcdTerminateInstancesWithExpiration :: Lens' SpotFleetRequestConfigData (Maybe Bool)+sfrcdTerminateInstancesWithExpiration = lens _sfrcdTerminateInstancesWithExpiration (\ s a -> s{_sfrcdTerminateInstancesWithExpiration = a});++-- | The start date and time of the request, in UTC format (for example, /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z). The default is to start fulfilling the request immediately.+sfrcdValidFrom :: Lens' SpotFleetRequestConfigData (Maybe UTCTime)+sfrcdValidFrom = lens _sfrcdValidFrom (\ s a -> s{_sfrcdValidFrom = a}) . mapping _Time;++-- | Indicates how to allocate the target capacity across the Spot pools specified by the Spot fleet request. The default is 'lowestPrice'.+sfrcdAllocationStrategy :: Lens' SpotFleetRequestConfigData (Maybe AllocationStrategy)+sfrcdAllocationStrategy = lens _sfrcdAllocationStrategy (\ s a -> s{_sfrcdAllocationStrategy = a});++-- | The bid price per unit hour.+sfrcdSpotPrice :: Lens' SpotFleetRequestConfigData Text+sfrcdSpotPrice = lens _sfrcdSpotPrice (\ s a -> s{_sfrcdSpotPrice = a});++-- | The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I\/O.+sfrcdTargetCapacity :: Lens' SpotFleetRequestConfigData Int+sfrcdTargetCapacity = lens _sfrcdTargetCapacity (\ s a -> s{_sfrcdTargetCapacity = a});++-- | Grants the Spot fleet permission to terminate Spot instances on your behalf when you cancel its Spot fleet request using < CancelSpotFleetRequests> or when the Spot fleet request expires, if you set 'terminateInstancesWithExpiration'.+sfrcdIAMFleetRole :: Lens' SpotFleetRequestConfigData Text+sfrcdIAMFleetRole = lens _sfrcdIAMFleetRole (\ s a -> s{_sfrcdIAMFleetRole = a});++-- | Information about the launch specifications for the Spot fleet request.+sfrcdLaunchSpecifications :: Lens' SpotFleetRequestConfigData (NonEmpty SpotFleetLaunchSpecification)+sfrcdLaunchSpecifications = lens _sfrcdLaunchSpecifications (\ s a -> s{_sfrcdLaunchSpecifications = a}) . _List1;++instance FromXML SpotFleetRequestConfigData where+        parseXML x+          = SpotFleetRequestConfigData' <$>+              (x .@? "clientToken") <*>+                (x .@? "excessCapacityTerminationPolicy")+                <*> (x .@? "validUntil")+                <*> (x .@? "terminateInstancesWithExpiration")+                <*> (x .@? "validFrom")+                <*> (x .@? "allocationStrategy")+                <*> (x .@ "spotPrice")+                <*> (x .@ "targetCapacity")+                <*> (x .@ "iamFleetRole")+                <*>+                (x .@? "launchSpecifications" .!@ mempty >>=+                   parseXMLList1 "item")++instance Hashable SpotFleetRequestConfigData++instance NFData SpotFleetRequestConfigData++instance ToQuery SpotFleetRequestConfigData where+        toQuery SpotFleetRequestConfigData'{..}+          = mconcat+              ["ClientToken" =: _sfrcdClientToken,+               "ExcessCapacityTerminationPolicy" =:+                 _sfrcdExcessCapacityTerminationPolicy,+               "ValidUntil" =: _sfrcdValidUntil,+               "TerminateInstancesWithExpiration" =:+                 _sfrcdTerminateInstancesWithExpiration,+               "ValidFrom" =: _sfrcdValidFrom,+               "AllocationStrategy" =: _sfrcdAllocationStrategy,+               "SpotPrice" =: _sfrcdSpotPrice,+               "TargetCapacity" =: _sfrcdTargetCapacity,+               "IamFleetRole" =: _sfrcdIAMFleetRole,+               toQueryList "LaunchSpecifications"+                 _sfrcdLaunchSpecifications]++-- | Describes a Spot instance request.+--+-- /See:/ 'spotInstanceRequest' smart constructor.+data SpotInstanceRequest = SpotInstanceRequest'+    { _sirInstanceId               :: !(Maybe Text)+    , _sirStatus                   :: !(Maybe SpotInstanceStatus)+    , _sirState                    :: !(Maybe SpotInstanceState)+    , _sirActualBlockHourlyPrice   :: !(Maybe Text)+    , _sirBlockDurationMinutes     :: !(Maybe Int)+    , _sirProductDescription       :: !(Maybe RIProductDescription)+    , _sirSpotPrice                :: !(Maybe Text)+    , _sirLaunchSpecification      :: !(Maybe LaunchSpecification)+    , _sirAvailabilityZoneGroup    :: !(Maybe Text)+    , _sirLaunchedAvailabilityZone :: !(Maybe Text)+    , _sirValidUntil               :: !(Maybe ISO8601)+    , _sirLaunchGroup              :: !(Maybe Text)+    , _sirFault                    :: !(Maybe SpotInstanceStateFault)+    , _sirSpotInstanceRequestId    :: !(Maybe Text)+    , _sirType                     :: !(Maybe SpotInstanceType)+    , _sirValidFrom                :: !(Maybe ISO8601)+    , _sirCreateTime               :: !(Maybe ISO8601)+    , _sirTags                     :: !(Maybe [Tag])+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'SpotInstanceRequest' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sirInstanceId'+--+-- * 'sirStatus'+--+-- * 'sirState'+--+-- * 'sirActualBlockHourlyPrice'+--+-- * 'sirBlockDurationMinutes'+--+-- * 'sirProductDescription'+--+-- * 'sirSpotPrice'+--+-- * 'sirLaunchSpecification'+--+-- * 'sirAvailabilityZoneGroup'+--+-- * 'sirLaunchedAvailabilityZone'+--+-- * 'sirValidUntil'+--+-- * 'sirLaunchGroup'+--+-- * 'sirFault'+--+-- * 'sirSpotInstanceRequestId'+--+-- * 'sirType'+--+-- * 'sirValidFrom'+--+-- * 'sirCreateTime'+--+-- * 'sirTags'+spotInstanceRequest+    :: SpotInstanceRequest+spotInstanceRequest =+    SpotInstanceRequest'+    { _sirInstanceId = Nothing+    , _sirStatus = Nothing+    , _sirState = Nothing+    , _sirActualBlockHourlyPrice = Nothing+    , _sirBlockDurationMinutes = Nothing+    , _sirProductDescription = Nothing+    , _sirSpotPrice = Nothing+    , _sirLaunchSpecification = Nothing+    , _sirAvailabilityZoneGroup = Nothing+    , _sirLaunchedAvailabilityZone = Nothing+    , _sirValidUntil = Nothing+    , _sirLaunchGroup = Nothing+    , _sirFault = Nothing+    , _sirSpotInstanceRequestId = Nothing+    , _sirType = Nothing+    , _sirValidFrom = Nothing+    , _sirCreateTime = Nothing+    , _sirTags = Nothing+    }++-- | The instance ID, if an instance has been launched to fulfill the Spot instance request.+sirInstanceId :: Lens' SpotInstanceRequest (Maybe Text)+sirInstanceId = lens _sirInstanceId (\ s a -> s{_sirInstanceId = a});++-- | The status code and status message describing the Spot instance request.+sirStatus :: Lens' SpotInstanceRequest (Maybe SpotInstanceStatus)+sirStatus = lens _sirStatus (\ s a -> s{_sirStatus = a});++-- | The state of the Spot instance request. Spot bid status information can help you track your Spot instance requests. For more information, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html Spot Bid Status> in the /Amazon Elastic Compute Cloud User Guide/.+sirState :: Lens' SpotInstanceRequest (Maybe SpotInstanceState)+sirState = lens _sirState (\ s a -> s{_sirState = a});++-- | If you specified a duration and your Spot instance request was fulfilled, this is the fixed hourly price in effect for the Spot instance while it runs.+sirActualBlockHourlyPrice :: Lens' SpotInstanceRequest (Maybe Text)+sirActualBlockHourlyPrice = lens _sirActualBlockHourlyPrice (\ s a -> s{_sirActualBlockHourlyPrice = a});++-- | The duration for the Spot instance, in minutes.+sirBlockDurationMinutes :: Lens' SpotInstanceRequest (Maybe Int)+sirBlockDurationMinutes = lens _sirBlockDurationMinutes (\ s a -> s{_sirBlockDurationMinutes = a});++-- | The product description associated with the Spot instance.+sirProductDescription :: Lens' SpotInstanceRequest (Maybe RIProductDescription)+sirProductDescription = lens _sirProductDescription (\ s a -> s{_sirProductDescription = a});++-- | The maximum hourly price (bid) for the Spot instance launched to fulfill the request.+sirSpotPrice :: Lens' SpotInstanceRequest (Maybe Text)+sirSpotPrice = lens _sirSpotPrice (\ s a -> s{_sirSpotPrice = a});++-- | Additional information for launching instances.+sirLaunchSpecification :: Lens' SpotInstanceRequest (Maybe LaunchSpecification)+sirLaunchSpecification = lens _sirLaunchSpecification (\ s a -> s{_sirLaunchSpecification = a});++-- | The Availability Zone group. If you specify the same Availability Zone group for all Spot instance requests, all Spot instances are launched in the same Availability Zone.+sirAvailabilityZoneGroup :: Lens' SpotInstanceRequest (Maybe Text)+sirAvailabilityZoneGroup = lens _sirAvailabilityZoneGroup (\ s a -> s{_sirAvailabilityZoneGroup = a});++-- | The Availability Zone in which the bid is launched.+sirLaunchedAvailabilityZone :: Lens' SpotInstanceRequest (Maybe Text)+sirLaunchedAvailabilityZone = lens _sirLaunchedAvailabilityZone (\ s a -> s{_sirLaunchedAvailabilityZone = a});++-- | The end date of the request, in UTC format (for example, /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z). If this is a one-time request, it remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date is reached.+sirValidUntil :: Lens' SpotInstanceRequest (Maybe UTCTime)+sirValidUntil = lens _sirValidUntil (\ s a -> s{_sirValidUntil = a}) . mapping _Time;++-- | The instance launch group. Launch groups are Spot instances that launch together and terminate together.+sirLaunchGroup :: Lens' SpotInstanceRequest (Maybe Text)+sirLaunchGroup = lens _sirLaunchGroup (\ s a -> s{_sirLaunchGroup = a});++-- | The fault codes for the Spot instance request, if any.+sirFault :: Lens' SpotInstanceRequest (Maybe SpotInstanceStateFault)+sirFault = lens _sirFault (\ s a -> s{_sirFault = a});++-- | The ID of the Spot instance request.+sirSpotInstanceRequestId :: Lens' SpotInstanceRequest (Maybe Text)+sirSpotInstanceRequestId = lens _sirSpotInstanceRequestId (\ s a -> s{_sirSpotInstanceRequestId = a});++-- | The Spot instance request type.+sirType :: Lens' SpotInstanceRequest (Maybe SpotInstanceType)+sirType = lens _sirType (\ s a -> s{_sirType = a});++-- | The start date of the request, in UTC format (for example, /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z). The request becomes active at this date and time.+sirValidFrom :: Lens' SpotInstanceRequest (Maybe UTCTime)+sirValidFrom = lens _sirValidFrom (\ s a -> s{_sirValidFrom = a}) . mapping _Time;++-- | The date and time when the Spot instance request was created, in UTC format (for example, /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z).+sirCreateTime :: Lens' SpotInstanceRequest (Maybe UTCTime)+sirCreateTime = lens _sirCreateTime (\ s a -> s{_sirCreateTime = a}) . mapping _Time;++-- | Any tags assigned to the resource.+sirTags :: Lens' SpotInstanceRequest [Tag]+sirTags = lens _sirTags (\ s a -> s{_sirTags = a}) . _Default . _Coerce;++instance FromXML SpotInstanceRequest where+        parseXML x+          = SpotInstanceRequest' <$>+              (x .@? "instanceId") <*> (x .@? "status") <*>+                (x .@? "state")+                <*> (x .@? "actualBlockHourlyPrice")+                <*> (x .@? "blockDurationMinutes")+                <*> (x .@? "productDescription")+                <*> (x .@? "spotPrice")+                <*> (x .@? "launchSpecification")+                <*> (x .@? "availabilityZoneGroup")+                <*> (x .@? "launchedAvailabilityZone")+                <*> (x .@? "validUntil")+                <*> (x .@? "launchGroup")+                <*> (x .@? "fault")+                <*> (x .@? "spotInstanceRequestId")+                <*> (x .@? "type")+                <*> (x .@? "validFrom")+                <*> (x .@? "createTime")+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))++instance Hashable SpotInstanceRequest++instance NFData SpotInstanceRequest++-- | Describes a Spot instance state change.+--+-- /See:/ 'spotInstanceStateFault' smart constructor.+data SpotInstanceStateFault = SpotInstanceStateFault'+    { _sisfCode    :: !(Maybe Text)+    , _sisfMessage :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'SpotInstanceStateFault' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sisfCode'+--+-- * 'sisfMessage'+spotInstanceStateFault+    :: SpotInstanceStateFault+spotInstanceStateFault =+    SpotInstanceStateFault'+    { _sisfCode = Nothing+    , _sisfMessage = Nothing+    }++-- | The reason code for the Spot instance state change.+sisfCode :: Lens' SpotInstanceStateFault (Maybe Text)+sisfCode = lens _sisfCode (\ s a -> s{_sisfCode = a});++-- | The message for the Spot instance state change.+sisfMessage :: Lens' SpotInstanceStateFault (Maybe Text)+sisfMessage = lens _sisfMessage (\ s a -> s{_sisfMessage = a});++instance FromXML SpotInstanceStateFault where+        parseXML x+          = SpotInstanceStateFault' <$>+              (x .@? "code") <*> (x .@? "message")++instance Hashable SpotInstanceStateFault++instance NFData SpotInstanceStateFault++-- | Describes the status of a Spot instance request.+--+-- /See:/ 'spotInstanceStatus' smart constructor.+data SpotInstanceStatus = SpotInstanceStatus'+    { _sisUpdateTime :: !(Maybe ISO8601)+    , _sisCode       :: !(Maybe Text)+    , _sisMessage    :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'SpotInstanceStatus' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sisUpdateTime'+--+-- * 'sisCode'+--+-- * 'sisMessage'+spotInstanceStatus+    :: SpotInstanceStatus+spotInstanceStatus =+    SpotInstanceStatus'+    { _sisUpdateTime = Nothing+    , _sisCode = Nothing+    , _sisMessage = Nothing+    }++-- | The date and time of the most recent status update, in UTC format (for example, /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z).+sisUpdateTime :: Lens' SpotInstanceStatus (Maybe UTCTime)+sisUpdateTime = lens _sisUpdateTime (\ s a -> s{_sisUpdateTime = a}) . mapping _Time;++-- | The status code. For a list of status codes, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html#spot-instance-bid-status-understand Spot Bid Status Codes> in the /Amazon Elastic Compute Cloud User Guide/.+sisCode :: Lens' SpotInstanceStatus (Maybe Text)+sisCode = lens _sisCode (\ s a -> s{_sisCode = a});++-- | The description for the status code.+sisMessage :: Lens' SpotInstanceStatus (Maybe Text)+sisMessage = lens _sisMessage (\ s a -> s{_sisMessage = a});++instance FromXML SpotInstanceStatus where+        parseXML x+          = SpotInstanceStatus' <$>+              (x .@? "updateTime") <*> (x .@? "code") <*>+                (x .@? "message")++instance Hashable SpotInstanceStatus++instance NFData SpotInstanceStatus++-- | Describes Spot instance placement.+--+-- /See:/ 'spotPlacement' smart constructor.+data SpotPlacement = SpotPlacement'+    { _spAvailabilityZone :: !(Maybe Text)+    , _spGroupName        :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'SpotPlacement' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'spAvailabilityZone'+--+-- * 'spGroupName'+spotPlacement+    :: SpotPlacement+spotPlacement =+    SpotPlacement'+    { _spAvailabilityZone = Nothing+    , _spGroupName = Nothing+    }++-- | The Availability Zone.+--+-- [Spot fleet only] To specify multiple Availability Zones, separate them using commas; for example, \"us-west-2a, us-west-2b\".+spAvailabilityZone :: Lens' SpotPlacement (Maybe Text)+spAvailabilityZone = lens _spAvailabilityZone (\ s a -> s{_spAvailabilityZone = a});++-- | The name of the placement group (for cluster instances).+spGroupName :: Lens' SpotPlacement (Maybe Text)+spGroupName = lens _spGroupName (\ s a -> s{_spGroupName = a});++instance FromXML SpotPlacement where+        parseXML x+          = SpotPlacement' <$>+              (x .@? "availabilityZone") <*> (x .@? "groupName")++instance Hashable SpotPlacement++instance NFData SpotPlacement++instance ToQuery SpotPlacement where+        toQuery SpotPlacement'{..}+          = mconcat+              ["AvailabilityZone" =: _spAvailabilityZone,+               "GroupName" =: _spGroupName]++-- | Describes the maximum hourly price (bid) for any Spot instance launched to fulfill the request.+--+-- /See:/ 'spotPrice' smart constructor.+data SpotPrice = SpotPrice'+    { _sProductDescription :: !(Maybe RIProductDescription)+    , _sSpotPrice          :: !(Maybe Text)+    , _sInstanceType       :: !(Maybe InstanceType)+    , _sAvailabilityZone   :: !(Maybe Text)+    , _sTimestamp          :: !(Maybe ISO8601)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'SpotPrice' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sProductDescription'+--+-- * 'sSpotPrice'+--+-- * 'sInstanceType'+--+-- * 'sAvailabilityZone'+--+-- * 'sTimestamp'+spotPrice+    :: SpotPrice+spotPrice =+    SpotPrice'+    { _sProductDescription = Nothing+    , _sSpotPrice = Nothing+    , _sInstanceType = Nothing+    , _sAvailabilityZone = Nothing+    , _sTimestamp = Nothing+    }++-- | A general description of the AMI.+sProductDescription :: Lens' SpotPrice (Maybe RIProductDescription)+sProductDescription = lens _sProductDescription (\ s a -> s{_sProductDescription = a});++-- | The maximum price (bid) that you are willing to pay for a Spot instance.+sSpotPrice :: Lens' SpotPrice (Maybe Text)+sSpotPrice = lens _sSpotPrice (\ s a -> s{_sSpotPrice = a});++-- | The instance type.+sInstanceType :: Lens' SpotPrice (Maybe InstanceType)+sInstanceType = lens _sInstanceType (\ s a -> s{_sInstanceType = a});++-- | The Availability Zone.+sAvailabilityZone :: Lens' SpotPrice (Maybe Text)+sAvailabilityZone = lens _sAvailabilityZone (\ s a -> s{_sAvailabilityZone = a});++-- | The date and time the request was created, in UTC format (for example, /YYYY/-/MM/-/DD/T/HH/:/MM/:/SS/Z).+sTimestamp :: Lens' SpotPrice (Maybe UTCTime)+sTimestamp = lens _sTimestamp (\ s a -> s{_sTimestamp = a}) . mapping _Time;++instance FromXML SpotPrice where+        parseXML x+          = SpotPrice' <$>+              (x .@? "productDescription") <*> (x .@? "spotPrice")+                <*> (x .@? "instanceType")+                <*> (x .@? "availabilityZone")+                <*> (x .@? "timestamp")++instance Hashable SpotPrice++instance NFData SpotPrice++-- | Describes a state change.+--+-- /See:/ 'stateReason' smart constructor.+data StateReason = StateReason'+    { _srCode    :: !(Maybe Text)+    , _srMessage :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'StateReason' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'srCode'+--+-- * 'srMessage'+stateReason+    :: StateReason+stateReason =+    StateReason'+    { _srCode = Nothing+    , _srMessage = Nothing+    }++-- | The reason code for the state change.+srCode :: Lens' StateReason (Maybe Text)+srCode = lens _srCode (\ s a -> s{_srCode = a});++-- | The message for the state change.+--+-- -   'Server.SpotInstanceTermination': A Spot instance was terminated due to an increase in the market price.+--+-- -   'Server.InternalError': An internal error occurred during instance launch, resulting in termination.+--+-- -   'Server.InsufficientInstanceCapacity': There was insufficient instance capacity to satisfy the launch request.+--+-- -   'Client.InternalError': A client error caused the instance to terminate on launch.+--+-- -   'Client.InstanceInitiatedShutdown': The instance was shut down using the 'shutdown -h' command from the instance.+--+-- -   'Client.UserInitiatedShutdown': The instance was shut down using the Amazon EC2 API.+--+-- -   'Client.VolumeLimitExceeded': The limit on the number of EBS volumes or total storage was exceeded. Decrease usage or request an increase in your limits.+--+-- -   'Client.InvalidSnapshot.NotFound': The specified snapshot was not found.+--+srMessage :: Lens' StateReason (Maybe Text)+srMessage = lens _srMessage (\ s a -> s{_srMessage = a});++instance FromXML StateReason where+        parseXML x+          = StateReason' <$>+              (x .@? "code") <*> (x .@? "message")++instance Hashable StateReason++instance NFData StateReason++-- | Describes the storage location for an instance store-backed AMI.+--+-- /See:/ 'storage' smart constructor.+newtype Storage = Storage'+    { _sS3 :: Maybe S3Storage+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'Storage' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'sS3'+storage+    :: Storage+storage =+    Storage'+    { _sS3 = Nothing+    }++-- | An Amazon S3 storage location.+sS3 :: Lens' Storage (Maybe S3Storage)+sS3 = lens _sS3 (\ s a -> s{_sS3 = a});++instance FromXML Storage where+        parseXML x = Storage' <$> (x .@? "S3")++instance Hashable Storage++instance NFData Storage++instance ToQuery Storage where+        toQuery Storage'{..} = mconcat ["S3" =: _sS3]++-- | Describes a subnet.+--+-- /See:/ 'subnet' smart constructor.+data Subnet = Subnet'+    { _subMapPublicIPOnLaunch     :: !(Maybe Bool)+    , _subDefaultForAz            :: !(Maybe Bool)+    , _subTags                    :: !(Maybe [Tag])+    , _subAvailabilityZone        :: !Text+    , _subAvailableIPAddressCount :: !Int+    , _subCIdRBlock               :: !Text+    , _subState                   :: !SubnetState+    , _subSubnetId                :: !Text+    , _subVPCId                   :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'Subnet' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'subMapPublicIPOnLaunch'+--+-- * 'subDefaultForAz'+--+-- * 'subTags'+--+-- * 'subAvailabilityZone'+--+-- * 'subAvailableIPAddressCount'+--+-- * 'subCIdRBlock'+--+-- * 'subState'+--+-- * 'subSubnetId'+--+-- * 'subVPCId'+subnet+    :: Text -- ^ 'subAvailabilityZone'+    -> Int -- ^ 'subAvailableIPAddressCount'+    -> Text -- ^ 'subCIdRBlock'+    -> SubnetState -- ^ 'subState'+    -> Text -- ^ 'subSubnetId'+    -> Text -- ^ 'subVPCId'+    -> Subnet+subnet pAvailabilityZone_ pAvailableIPAddressCount_ pCIdRBlock_ pState_ pSubnetId_ pVPCId_ =+    Subnet'+    { _subMapPublicIPOnLaunch = Nothing+    , _subDefaultForAz = Nothing+    , _subTags = Nothing+    , _subAvailabilityZone = pAvailabilityZone_+    , _subAvailableIPAddressCount = pAvailableIPAddressCount_+    , _subCIdRBlock = pCIdRBlock_+    , _subState = pState_+    , _subSubnetId = pSubnetId_+    , _subVPCId = pVPCId_+    }++-- | Indicates whether instances launched in this subnet receive a public IP address.+subMapPublicIPOnLaunch :: Lens' Subnet (Maybe Bool)+subMapPublicIPOnLaunch = lens _subMapPublicIPOnLaunch (\ s a -> s{_subMapPublicIPOnLaunch = a});++-- | Indicates whether this is the default subnet for the Availability Zone.+subDefaultForAz :: Lens' Subnet (Maybe Bool)+subDefaultForAz = lens _subDefaultForAz (\ s a -> s{_subDefaultForAz = a});++-- | Any tags assigned to the subnet.+subTags :: Lens' Subnet [Tag]+subTags = lens _subTags (\ s a -> s{_subTags = a}) . _Default . _Coerce;++-- | The Availability Zone of the subnet.+subAvailabilityZone :: Lens' Subnet Text+subAvailabilityZone = lens _subAvailabilityZone (\ s a -> s{_subAvailabilityZone = a});++-- | The number of unused IP addresses in the subnet. Note that the IP addresses for any stopped instances are considered unavailable.+subAvailableIPAddressCount :: Lens' Subnet Int+subAvailableIPAddressCount = lens _subAvailableIPAddressCount (\ s a -> s{_subAvailableIPAddressCount = a});++-- | The CIDR block assigned to the subnet.+subCIdRBlock :: Lens' Subnet Text+subCIdRBlock = lens _subCIdRBlock (\ s a -> s{_subCIdRBlock = a});++-- | The current state of the subnet.+subState :: Lens' Subnet SubnetState+subState = lens _subState (\ s a -> s{_subState = a});++-- | The ID of the subnet.+subSubnetId :: Lens' Subnet Text+subSubnetId = lens _subSubnetId (\ s a -> s{_subSubnetId = a});++-- | The ID of the VPC the subnet is in.+subVPCId :: Lens' Subnet Text+subVPCId = lens _subVPCId (\ s a -> s{_subVPCId = a});++instance FromXML Subnet where+        parseXML x+          = Subnet' <$>+              (x .@? "mapPublicIpOnLaunch") <*>+                (x .@? "defaultForAz")+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@ "availabilityZone")+                <*> (x .@ "availableIpAddressCount")+                <*> (x .@ "cidrBlock")+                <*> (x .@ "state")+                <*> (x .@ "subnetId")+                <*> (x .@ "vpcId")++instance Hashable Subnet++instance NFData Subnet++-- | Describes a tag.+--+-- /See:/ 'tag' smart constructor.+data Tag = Tag'+    { _tagKey   :: !Text+    , _tagValue :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'Tag' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'tagKey'+--+-- * 'tagValue'+tag+    :: Text -- ^ 'tagKey'+    -> Text -- ^ 'tagValue'+    -> Tag+tag pKey_ pValue_ =+    Tag'+    { _tagKey = pKey_+    , _tagValue = pValue_+    }++-- | The key of the tag.+--+-- Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with 'aws:'+tagKey :: Lens' Tag Text+tagKey = lens _tagKey (\ s a -> s{_tagKey = a});++-- | The value of the tag.+--+-- Constraints: Tag values are case-sensitive and accept a maximum of 255 Unicode characters.+tagValue :: Lens' Tag Text+tagValue = lens _tagValue (\ s a -> s{_tagValue = a});++instance FromXML Tag where+        parseXML x = Tag' <$> (x .@ "key") <*> (x .@ "value")++instance Hashable Tag++instance NFData Tag++instance ToQuery Tag where+        toQuery Tag'{..}+          = mconcat ["Key" =: _tagKey, "Value" =: _tagValue]++-- | Describes a tag.+--+-- /See:/ 'tagDescription' smart constructor.+data TagDescription = TagDescription'+    { _tdResourceId   :: !Text+    , _tdResourceType :: !ResourceType+    , _tdKey          :: !Text+    , _tdValue        :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'TagDescription' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'tdResourceId'+--+-- * 'tdResourceType'+--+-- * 'tdKey'+--+-- * 'tdValue'+tagDescription+    :: Text -- ^ 'tdResourceId'+    -> ResourceType -- ^ 'tdResourceType'+    -> Text -- ^ 'tdKey'+    -> Text -- ^ 'tdValue'+    -> TagDescription+tagDescription pResourceId_ pResourceType_ pKey_ pValue_ =+    TagDescription'+    { _tdResourceId = pResourceId_+    , _tdResourceType = pResourceType_+    , _tdKey = pKey_+    , _tdValue = pValue_+    }++-- | The ID of the resource. For example, 'ami-1a2b3c4d'.+tdResourceId :: Lens' TagDescription Text+tdResourceId = lens _tdResourceId (\ s a -> s{_tdResourceId = a});++-- | The resource type.+tdResourceType :: Lens' TagDescription ResourceType+tdResourceType = lens _tdResourceType (\ s a -> s{_tdResourceType = a});++-- | The tag key.+tdKey :: Lens' TagDescription Text+tdKey = lens _tdKey (\ s a -> s{_tdKey = a});++-- | The tag value.+tdValue :: Lens' TagDescription Text+tdValue = lens _tdValue (\ s a -> s{_tdValue = a});++instance FromXML TagDescription where+        parseXML x+          = TagDescription' <$>+              (x .@ "resourceId") <*> (x .@ "resourceType") <*>+                (x .@ "key")+                <*> (x .@ "value")++instance Hashable TagDescription++instance NFData TagDescription++-- | Information about items that were not successfully processed in a batch call.+--+-- /See:/ 'unsuccessfulItem' smart constructor.+data UnsuccessfulItem = UnsuccessfulItem'+    { _uiResourceId :: !(Maybe Text)+    , _uiError      :: !UnsuccessfulItemError+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'UnsuccessfulItem' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'uiResourceId'+--+-- * 'uiError'+unsuccessfulItem+    :: UnsuccessfulItemError -- ^ 'uiError'+    -> UnsuccessfulItem+unsuccessfulItem pError_ =+    UnsuccessfulItem'+    { _uiResourceId = Nothing+    , _uiError = pError_+    }++-- | The ID of the resource.+uiResourceId :: Lens' UnsuccessfulItem (Maybe Text)+uiResourceId = lens _uiResourceId (\ s a -> s{_uiResourceId = a});++-- | Information about the error.+uiError :: Lens' UnsuccessfulItem UnsuccessfulItemError+uiError = lens _uiError (\ s a -> s{_uiError = a});++instance FromXML UnsuccessfulItem where+        parseXML x+          = UnsuccessfulItem' <$>+              (x .@? "resourceId") <*> (x .@ "error")++instance Hashable UnsuccessfulItem++instance NFData UnsuccessfulItem++-- | Information about the error that occurred. For more information about errors, see <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html Error Codes>.+--+-- /See:/ 'unsuccessfulItemError' smart constructor.+data UnsuccessfulItemError = UnsuccessfulItemError'+    { _uieCode    :: !Text+    , _uieMessage :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'UnsuccessfulItemError' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'uieCode'+--+-- * 'uieMessage'+unsuccessfulItemError+    :: Text -- ^ 'uieCode'+    -> Text -- ^ 'uieMessage'+    -> UnsuccessfulItemError+unsuccessfulItemError pCode_ pMessage_ =+    UnsuccessfulItemError'+    { _uieCode = pCode_+    , _uieMessage = pMessage_+    }++-- | The error code.+uieCode :: Lens' UnsuccessfulItemError Text+uieCode = lens _uieCode (\ s a -> s{_uieCode = a});++-- | The error message accompanying the error code.+uieMessage :: Lens' UnsuccessfulItemError Text+uieMessage = lens _uieMessage (\ s a -> s{_uieMessage = a});++instance FromXML UnsuccessfulItemError where+        parseXML x+          = UnsuccessfulItemError' <$>+              (x .@ "code") <*> (x .@ "message")++instance Hashable UnsuccessfulItemError++instance NFData UnsuccessfulItemError++-- | Describes the S3 bucket for the disk image.+--+-- /See:/ 'userBucket' smart constructor.+data UserBucket = UserBucket'+    { _ubS3Key    :: !(Maybe Text)+    , _ubS3Bucket :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'UserBucket' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'ubS3Key'+--+-- * 'ubS3Bucket'+userBucket+    :: UserBucket+userBucket =+    UserBucket'+    { _ubS3Key = Nothing+    , _ubS3Bucket = Nothing+    }++-- | The file name of the disk image.+ubS3Key :: Lens' UserBucket (Maybe Text)+ubS3Key = lens _ubS3Key (\ s a -> s{_ubS3Key = a});++-- | The name of the S3 bucket where the disk image is located.+ubS3Bucket :: Lens' UserBucket (Maybe Text)+ubS3Bucket = lens _ubS3Bucket (\ s a -> s{_ubS3Bucket = a});++instance Hashable UserBucket++instance NFData UserBucket++instance ToQuery UserBucket where+        toQuery UserBucket'{..}+          = mconcat+              ["S3Key" =: _ubS3Key, "S3Bucket" =: _ubS3Bucket]++-- | Describes the S3 bucket for the disk image.+--+-- /See:/ 'userBucketDetails' smart constructor.+data UserBucketDetails = UserBucketDetails'+    { _ubdS3Key    :: !(Maybe Text)+    , _ubdS3Bucket :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'UserBucketDetails' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'ubdS3Key'+--+-- * 'ubdS3Bucket'+userBucketDetails+    :: UserBucketDetails+userBucketDetails =+    UserBucketDetails'+    { _ubdS3Key = Nothing+    , _ubdS3Bucket = Nothing+    }++-- | The file name of the disk image.+ubdS3Key :: Lens' UserBucketDetails (Maybe Text)+ubdS3Key = lens _ubdS3Key (\ s a -> s{_ubdS3Key = a});++-- | The S3 bucket from which the disk image was created.+ubdS3Bucket :: Lens' UserBucketDetails (Maybe Text)+ubdS3Bucket = lens _ubdS3Bucket (\ s a -> s{_ubdS3Bucket = a});++instance FromXML UserBucketDetails where+        parseXML x+          = UserBucketDetails' <$>+              (x .@? "s3Key") <*> (x .@? "s3Bucket")++instance Hashable UserBucketDetails++instance NFData UserBucketDetails++-- | Describes the user data to be made available to an instance.+--+-- /See:/ 'userData' smart constructor.+newtype UserData = UserData'+    { _udData :: Maybe Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'UserData' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'udData'+userData+    :: UserData+userData =+    UserData'+    { _udData = Nothing+    }++-- | The Base64-encoded MIME user data for the instance.+udData :: Lens' UserData (Maybe Text)+udData = lens _udData (\ s a -> s{_udData = a});++instance Hashable UserData++instance NFData UserData++instance ToQuery UserData where+        toQuery UserData'{..} = mconcat ["Data" =: _udData]++-- | Describes a security group and AWS account ID pair.+--+-- /See:/ 'userIdGroupPair' smart constructor.+data UserIdGroupPair = UserIdGroupPair'+    { _uigpVPCPeeringConnectionId :: !(Maybe Text)+    , _uigpVPCId                  :: !(Maybe Text)+    , _uigpUserId                 :: !(Maybe Text)+    , _uigpGroupId                :: !(Maybe Text)+    , _uigpGroupName              :: !(Maybe Text)+    , _uigpPeeringStatus          :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'UserIdGroupPair' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'uigpVPCPeeringConnectionId'+--+-- * 'uigpVPCId'+--+-- * 'uigpUserId'+--+-- * 'uigpGroupId'+--+-- * 'uigpGroupName'+--+-- * 'uigpPeeringStatus'+userIdGroupPair+    :: UserIdGroupPair+userIdGroupPair =+    UserIdGroupPair'+    { _uigpVPCPeeringConnectionId = Nothing+    , _uigpVPCId = Nothing+    , _uigpUserId = Nothing+    , _uigpGroupId = Nothing+    , _uigpGroupName = Nothing+    , _uigpPeeringStatus = Nothing+    }++-- | The ID of the VPC peering connection, if applicable.+uigpVPCPeeringConnectionId :: Lens' UserIdGroupPair (Maybe Text)+uigpVPCPeeringConnectionId = lens _uigpVPCPeeringConnectionId (\ s a -> s{_uigpVPCPeeringConnectionId = a});++-- | The ID of the VPC for the referenced security group, if applicable.+uigpVPCId :: Lens' UserIdGroupPair (Maybe Text)+uigpVPCId = lens _uigpVPCId (\ s a -> s{_uigpVPCId = a});++-- | The ID of an AWS account.+--+-- [EC2-Classic] Required when adding or removing rules that reference a security group in another AWS account.+uigpUserId :: Lens' UserIdGroupPair (Maybe Text)+uigpUserId = lens _uigpUserId (\ s a -> s{_uigpUserId = a});++-- | The ID of the security group.+uigpGroupId :: Lens' UserIdGroupPair (Maybe Text)+uigpGroupId = lens _uigpGroupId (\ s a -> s{_uigpGroupId = a});++-- | The name of the security group. In a request, use this parameter for a security group in EC2-Classic or a default VPC only. For a security group in a nondefault VPC, use the security group ID.+uigpGroupName :: Lens' UserIdGroupPair (Maybe Text)+uigpGroupName = lens _uigpGroupName (\ s a -> s{_uigpGroupName = a});++-- | The status of a VPC peering connection, if applicable.+uigpPeeringStatus :: Lens' UserIdGroupPair (Maybe Text)+uigpPeeringStatus = lens _uigpPeeringStatus (\ s a -> s{_uigpPeeringStatus = a});++instance FromXML UserIdGroupPair where+        parseXML x+          = UserIdGroupPair' <$>+              (x .@? "vpcPeeringConnectionId") <*> (x .@? "vpcId")+                <*> (x .@? "userId")+                <*> (x .@? "groupId")+                <*> (x .@? "groupName")+                <*> (x .@? "peeringStatus")++instance Hashable UserIdGroupPair++instance NFData UserIdGroupPair++instance ToQuery UserIdGroupPair where+        toQuery UserIdGroupPair'{..}+          = mconcat+              ["VpcPeeringConnectionId" =:+                 _uigpVPCPeeringConnectionId,+               "VpcId" =: _uigpVPCId, "UserId" =: _uigpUserId,+               "GroupId" =: _uigpGroupId,+               "GroupName" =: _uigpGroupName,+               "PeeringStatus" =: _uigpPeeringStatus]++-- | Describes telemetry for a VPN tunnel.+--+-- /See:/ 'vgwTelemetry' smart constructor.+data VGWTelemetry = VGWTelemetry'+    { _vtStatus             :: !(Maybe TelemetryStatus)+    , _vtOutsideIPAddress   :: !(Maybe Text)+    , _vtLastStatusChange   :: !(Maybe ISO8601)+    , _vtAcceptedRouteCount :: !(Maybe Int)+    , _vtStatusMessage      :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'VGWTelemetry' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'vtStatus'+--+-- * 'vtOutsideIPAddress'+--+-- * 'vtLastStatusChange'+--+-- * 'vtAcceptedRouteCount'+--+-- * 'vtStatusMessage'+vgwTelemetry+    :: VGWTelemetry+vgwTelemetry =+    VGWTelemetry'+    { _vtStatus = Nothing+    , _vtOutsideIPAddress = Nothing+    , _vtLastStatusChange = Nothing+    , _vtAcceptedRouteCount = Nothing+    , _vtStatusMessage = Nothing+    }++-- | The status of the VPN tunnel.+vtStatus :: Lens' VGWTelemetry (Maybe TelemetryStatus)+vtStatus = lens _vtStatus (\ s a -> s{_vtStatus = a});++-- | The Internet-routable IP address of the virtual private gateway\'s outside interface.+vtOutsideIPAddress :: Lens' VGWTelemetry (Maybe Text)+vtOutsideIPAddress = lens _vtOutsideIPAddress (\ s a -> s{_vtOutsideIPAddress = a});++-- | The date and time of the last change in status.+vtLastStatusChange :: Lens' VGWTelemetry (Maybe UTCTime)+vtLastStatusChange = lens _vtLastStatusChange (\ s a -> s{_vtLastStatusChange = a}) . mapping _Time;++-- | The number of accepted routes.+vtAcceptedRouteCount :: Lens' VGWTelemetry (Maybe Int)+vtAcceptedRouteCount = lens _vtAcceptedRouteCount (\ s a -> s{_vtAcceptedRouteCount = a});++-- | If an error occurs, a description of the error.+vtStatusMessage :: Lens' VGWTelemetry (Maybe Text)+vtStatusMessage = lens _vtStatusMessage (\ s a -> s{_vtStatusMessage = a});++instance FromXML VGWTelemetry where+        parseXML x+          = VGWTelemetry' <$>+              (x .@? "status") <*> (x .@? "outsideIpAddress") <*>+                (x .@? "lastStatusChange")+                <*> (x .@? "acceptedRouteCount")+                <*> (x .@? "statusMessage")++instance Hashable VGWTelemetry++instance NFData VGWTelemetry++-- | Describes a VPC.+--+-- /See:/ 'vpc' smart constructor.+data VPC = VPC'+    { _vpcTags            :: !(Maybe [Tag])+    , _vpcIsDefault       :: !(Maybe Bool)+    , _vpcCIdRBlock       :: !Text+    , _vpcDHCPOptionsId   :: !Text+    , _vpcInstanceTenancy :: !Tenancy+    , _vpcState           :: !VPCState+    , _vpcVPCId           :: !Text+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'VPC' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'vpcTags'+--+-- * 'vpcIsDefault'+--+-- * 'vpcCIdRBlock'+--+-- * 'vpcDHCPOptionsId'+--+-- * 'vpcInstanceTenancy'+--+-- * 'vpcState'+--+-- * 'vpcVPCId'+vpc+    :: Text -- ^ 'vpcCIdRBlock'+    -> Text -- ^ 'vpcDHCPOptionsId'+    -> Tenancy -- ^ 'vpcInstanceTenancy'+    -> VPCState -- ^ 'vpcState'+    -> Text -- ^ 'vpcVPCId'+    -> VPC+vpc pCIdRBlock_ pDHCPOptionsId_ pInstanceTenancy_ pState_ pVPCId_ =+    VPC'+    { _vpcTags = Nothing+    , _vpcIsDefault = Nothing+    , _vpcCIdRBlock = pCIdRBlock_+    , _vpcDHCPOptionsId = pDHCPOptionsId_+    , _vpcInstanceTenancy = pInstanceTenancy_+    , _vpcState = pState_+    , _vpcVPCId = pVPCId_+    }++-- | Any tags assigned to the VPC.+vpcTags :: Lens' VPC [Tag]+vpcTags = lens _vpcTags (\ s a -> s{_vpcTags = a}) . _Default . _Coerce;++-- | Indicates whether the VPC is the default VPC.+vpcIsDefault :: Lens' VPC (Maybe Bool)+vpcIsDefault = lens _vpcIsDefault (\ s a -> s{_vpcIsDefault = a});++-- | The CIDR block for the VPC.+vpcCIdRBlock :: Lens' VPC Text+vpcCIdRBlock = lens _vpcCIdRBlock (\ s a -> s{_vpcCIdRBlock = a});++-- | The ID of the set of DHCP options you\'ve associated with the VPC (or 'default' if the default options are associated with the VPC).+vpcDHCPOptionsId :: Lens' VPC Text+vpcDHCPOptionsId = lens _vpcDHCPOptionsId (\ s a -> s{_vpcDHCPOptionsId = a});++-- | The allowed tenancy of instances launched into the VPC.+vpcInstanceTenancy :: Lens' VPC Tenancy+vpcInstanceTenancy = lens _vpcInstanceTenancy (\ s a -> s{_vpcInstanceTenancy = a});++-- | The current state of the VPC.+vpcState :: Lens' VPC VPCState+vpcState = lens _vpcState (\ s a -> s{_vpcState = a});++-- | The ID of the VPC.+vpcVPCId :: Lens' VPC Text+vpcVPCId = lens _vpcVPCId (\ s a -> s{_vpcVPCId = a});++instance FromXML VPC where+        parseXML x+          = VPC' <$>+              (x .@? "tagSet" .!@ mempty >>=+                 may (parseXMLList "item"))+                <*> (x .@? "isDefault")+                <*> (x .@ "cidrBlock")+                <*> (x .@ "dhcpOptionsId")+                <*> (x .@ "instanceTenancy")+                <*> (x .@ "state")+                <*> (x .@ "vpcId")++instance Hashable VPC++instance NFData VPC++-- | Describes an attachment between a virtual private gateway and a VPC.+--+-- /See:/ 'vpcAttachment' smart constructor.+data VPCAttachment = VPCAttachment'+    { _vaState :: !(Maybe AttachmentStatus)+    , _vaVPCId :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'VPCAttachment' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'vaState'+--+-- * 'vaVPCId'+vpcAttachment+    :: VPCAttachment+vpcAttachment =+    VPCAttachment'+    { _vaState = Nothing+    , _vaVPCId = Nothing+    }++-- | The current state of the attachment.+vaState :: Lens' VPCAttachment (Maybe AttachmentStatus)+vaState = lens _vaState (\ s a -> s{_vaState = a});++-- | The ID of the VPC.+vaVPCId :: Lens' VPCAttachment (Maybe Text)+vaVPCId = lens _vaVPCId (\ s a -> s{_vaVPCId = a});++instance FromXML VPCAttachment where+        parseXML x+          = VPCAttachment' <$>+              (x .@? "state") <*> (x .@? "vpcId")++instance Hashable VPCAttachment++instance NFData VPCAttachment++-- | Describes whether a VPC is enabled for ClassicLink.+--+-- /See:/ 'vpcClassicLink' smart constructor.+data VPCClassicLink = VPCClassicLink'+    { _vclVPCId              :: !(Maybe Text)+    , _vclTags               :: !(Maybe [Tag])+    , _vclClassicLinkEnabled :: !(Maybe Bool)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'VPCClassicLink' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'vclVPCId'+--+-- * 'vclTags'+--+-- * 'vclClassicLinkEnabled'+vpcClassicLink+    :: VPCClassicLink+vpcClassicLink =+    VPCClassicLink'+    { _vclVPCId = Nothing+    , _vclTags = Nothing+    , _vclClassicLinkEnabled = Nothing+    }++-- | The ID of the VPC.+vclVPCId :: Lens' VPCClassicLink (Maybe Text)+vclVPCId = lens _vclVPCId (\ s a -> s{_vclVPCId = a});++-- | Any tags assigned to the VPC.+vclTags :: Lens' VPCClassicLink [Tag]+vclTags = lens _vclTags (\ s a -> s{_vclTags = a}) . _Default . _Coerce;++-- | Indicates whether the VPC is enabled for ClassicLink.+vclClassicLinkEnabled :: Lens' VPCClassicLink (Maybe Bool)+vclClassicLinkEnabled = lens _vclClassicLinkEnabled (\ s a -> s{_vclClassicLinkEnabled = a});++instance FromXML VPCClassicLink where+        parseXML x+          = VPCClassicLink' <$>+              (x .@? "vpcId") <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "classicLinkEnabled")++instance Hashable VPCClassicLink++instance NFData VPCClassicLink++-- | Describes a VPC endpoint.+--+-- /See:/ 'vpcEndpoint' smart constructor.+data VPCEndpoint = VPCEndpoint'+    { _veState             :: !(Maybe State)+    , _vePolicyDocument    :: !(Maybe Text)+    , _veVPCId             :: !(Maybe Text)+    , _veCreationTimestamp :: !(Maybe ISO8601)+    , _veServiceName       :: !(Maybe Text)+    , _veVPCEndpointId     :: !(Maybe Text)+    , _veRouteTableIds     :: !(Maybe [Text])+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'VPCEndpoint' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'veState'+--+-- * 'vePolicyDocument'+--+-- * 'veVPCId'+--+-- * 'veCreationTimestamp'+--+-- * 'veServiceName'+--+-- * 'veVPCEndpointId'+--+-- * 'veRouteTableIds'+vpcEndpoint+    :: VPCEndpoint+vpcEndpoint =+    VPCEndpoint'+    { _veState = Nothing+    , _vePolicyDocument = Nothing+    , _veVPCId = Nothing+    , _veCreationTimestamp = Nothing+    , _veServiceName = Nothing+    , _veVPCEndpointId = Nothing+    , _veRouteTableIds = Nothing+    }++-- | The state of the VPC endpoint.+veState :: Lens' VPCEndpoint (Maybe State)+veState = lens _veState (\ s a -> s{_veState = a});++-- | The policy document associated with the endpoint.+vePolicyDocument :: Lens' VPCEndpoint (Maybe Text)+vePolicyDocument = lens _vePolicyDocument (\ s a -> s{_vePolicyDocument = a});++-- | The ID of the VPC to which the endpoint is associated.+veVPCId :: Lens' VPCEndpoint (Maybe Text)+veVPCId = lens _veVPCId (\ s a -> s{_veVPCId = a});++-- | The date and time the VPC endpoint was created.+veCreationTimestamp :: Lens' VPCEndpoint (Maybe UTCTime)+veCreationTimestamp = lens _veCreationTimestamp (\ s a -> s{_veCreationTimestamp = a}) . mapping _Time;++-- | The name of the AWS service to which the endpoint is associated.+veServiceName :: Lens' VPCEndpoint (Maybe Text)+veServiceName = lens _veServiceName (\ s a -> s{_veServiceName = a});++-- | The ID of the VPC endpoint.+veVPCEndpointId :: Lens' VPCEndpoint (Maybe Text)+veVPCEndpointId = lens _veVPCEndpointId (\ s a -> s{_veVPCEndpointId = a});++-- | One or more route tables associated with the endpoint.+veRouteTableIds :: Lens' VPCEndpoint [Text]+veRouteTableIds = lens _veRouteTableIds (\ s a -> s{_veRouteTableIds = a}) . _Default . _Coerce;++instance FromXML VPCEndpoint where+        parseXML x+          = VPCEndpoint' <$>+              (x .@? "state") <*> (x .@? "policyDocument") <*>+                (x .@? "vpcId")+                <*> (x .@? "creationTimestamp")+                <*> (x .@? "serviceName")+                <*> (x .@? "vpcEndpointId")+                <*>+                (x .@? "routeTableIdSet" .!@ mempty >>=+                   may (parseXMLList "item"))++instance Hashable VPCEndpoint++instance NFData VPCEndpoint++-- | Describes a VPC peering connection.+--+-- /See:/ 'vpcPeeringConnection' smart constructor.+data VPCPeeringConnection = VPCPeeringConnection'+    { _vpcpcVPCPeeringConnectionId :: !(Maybe Text)+    , _vpcpcStatus                 :: !(Maybe VPCPeeringConnectionStateReason)+    , _vpcpcAccepterVPCInfo        :: !(Maybe VPCPeeringConnectionVPCInfo)+    , _vpcpcRequesterVPCInfo       :: !(Maybe VPCPeeringConnectionVPCInfo)+    , _vpcpcExpirationTime         :: !(Maybe ISO8601)+    , _vpcpcTags                   :: !(Maybe [Tag])+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'VPCPeeringConnection' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'vpcpcVPCPeeringConnectionId'+--+-- * 'vpcpcStatus'+--+-- * 'vpcpcAccepterVPCInfo'+--+-- * 'vpcpcRequesterVPCInfo'+--+-- * 'vpcpcExpirationTime'+--+-- * 'vpcpcTags'+vpcPeeringConnection+    :: VPCPeeringConnection+vpcPeeringConnection =+    VPCPeeringConnection'+    { _vpcpcVPCPeeringConnectionId = Nothing+    , _vpcpcStatus = Nothing+    , _vpcpcAccepterVPCInfo = Nothing+    , _vpcpcRequesterVPCInfo = Nothing+    , _vpcpcExpirationTime = Nothing+    , _vpcpcTags = Nothing+    }++-- | The ID of the VPC peering connection.+vpcpcVPCPeeringConnectionId :: Lens' VPCPeeringConnection (Maybe Text)+vpcpcVPCPeeringConnectionId = lens _vpcpcVPCPeeringConnectionId (\ s a -> s{_vpcpcVPCPeeringConnectionId = a});++-- | The status of the VPC peering connection.+vpcpcStatus :: Lens' VPCPeeringConnection (Maybe VPCPeeringConnectionStateReason)+vpcpcStatus = lens _vpcpcStatus (\ s a -> s{_vpcpcStatus = a});++-- | Information about the peer VPC. CIDR block information is not returned when creating a VPC peering connection, or when describing a VPC peering connection that\'s in the 'initiating-request' or 'pending-acceptance' state.+vpcpcAccepterVPCInfo :: Lens' VPCPeeringConnection (Maybe VPCPeeringConnectionVPCInfo)+vpcpcAccepterVPCInfo = lens _vpcpcAccepterVPCInfo (\ s a -> s{_vpcpcAccepterVPCInfo = a});++-- | Information about the requester VPC.+vpcpcRequesterVPCInfo :: Lens' VPCPeeringConnection (Maybe VPCPeeringConnectionVPCInfo)+vpcpcRequesterVPCInfo = lens _vpcpcRequesterVPCInfo (\ s a -> s{_vpcpcRequesterVPCInfo = a});++-- | The time that an unaccepted VPC peering connection will expire.+vpcpcExpirationTime :: Lens' VPCPeeringConnection (Maybe UTCTime)+vpcpcExpirationTime = lens _vpcpcExpirationTime (\ s a -> s{_vpcpcExpirationTime = a}) . mapping _Time;++-- | Any tags assigned to the resource.+vpcpcTags :: Lens' VPCPeeringConnection [Tag]+vpcpcTags = lens _vpcpcTags (\ s a -> s{_vpcpcTags = a}) . _Default . _Coerce;++instance FromXML VPCPeeringConnection where+        parseXML x+          = VPCPeeringConnection' <$>+              (x .@? "vpcPeeringConnectionId") <*> (x .@? "status")+                <*> (x .@? "accepterVpcInfo")+                <*> (x .@? "requesterVpcInfo")+                <*> (x .@? "expirationTime")+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))++instance Hashable VPCPeeringConnection++instance NFData VPCPeeringConnection++-- | Describes the VPC peering connection options.+--+-- /See:/ 'vpcPeeringConnectionOptionsDescription' smart constructor.+data VPCPeeringConnectionOptionsDescription = VPCPeeringConnectionOptionsDescription'+    { _vpcodAllowEgressFromLocalVPCToRemoteClassicLink :: !(Maybe Bool)+    , _vpcodAllowEgressFromLocalClassicLinkToRemoteVPC :: !(Maybe Bool)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'VPCPeeringConnectionOptionsDescription' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'vpcodAllowEgressFromLocalVPCToRemoteClassicLink'+--+-- * 'vpcodAllowEgressFromLocalClassicLinkToRemoteVPC'+vpcPeeringConnectionOptionsDescription+    :: VPCPeeringConnectionOptionsDescription+vpcPeeringConnectionOptionsDescription =+    VPCPeeringConnectionOptionsDescription'+    { _vpcodAllowEgressFromLocalVPCToRemoteClassicLink = Nothing+    , _vpcodAllowEgressFromLocalClassicLinkToRemoteVPC = Nothing+    }++-- | Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.+vpcodAllowEgressFromLocalVPCToRemoteClassicLink :: Lens' VPCPeeringConnectionOptionsDescription (Maybe Bool)+vpcodAllowEgressFromLocalVPCToRemoteClassicLink = lens _vpcodAllowEgressFromLocalVPCToRemoteClassicLink (\ s a -> s{_vpcodAllowEgressFromLocalVPCToRemoteClassicLink = a});++-- | Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.+vpcodAllowEgressFromLocalClassicLinkToRemoteVPC :: Lens' VPCPeeringConnectionOptionsDescription (Maybe Bool)+vpcodAllowEgressFromLocalClassicLinkToRemoteVPC = lens _vpcodAllowEgressFromLocalClassicLinkToRemoteVPC (\ s a -> s{_vpcodAllowEgressFromLocalClassicLinkToRemoteVPC = a});++instance FromXML+         VPCPeeringConnectionOptionsDescription where+        parseXML x+          = VPCPeeringConnectionOptionsDescription' <$>+              (x .@? "allowEgressFromLocalVpcToRemoteClassicLink")+                <*>+                (x .@? "allowEgressFromLocalClassicLinkToRemoteVpc")++instance Hashable+         VPCPeeringConnectionOptionsDescription++instance NFData+         VPCPeeringConnectionOptionsDescription++-- | Describes the status of a VPC peering connection.+--+-- /See:/ 'vpcPeeringConnectionStateReason' smart constructor.+data VPCPeeringConnectionStateReason = VPCPeeringConnectionStateReason'+    { _vpcsrCode    :: !(Maybe VPCPeeringConnectionStateReasonCode)+    , _vpcsrMessage :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'VPCPeeringConnectionStateReason' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'vpcsrCode'+--+-- * 'vpcsrMessage'+vpcPeeringConnectionStateReason+    :: VPCPeeringConnectionStateReason+vpcPeeringConnectionStateReason =+    VPCPeeringConnectionStateReason'+    { _vpcsrCode = Nothing+    , _vpcsrMessage = Nothing+    }++-- | The status of the VPC peering connection.+vpcsrCode :: Lens' VPCPeeringConnectionStateReason (Maybe VPCPeeringConnectionStateReasonCode)+vpcsrCode = lens _vpcsrCode (\ s a -> s{_vpcsrCode = a});++-- | A message that provides more information about the status, if applicable.+vpcsrMessage :: Lens' VPCPeeringConnectionStateReason (Maybe Text)+vpcsrMessage = lens _vpcsrMessage (\ s a -> s{_vpcsrMessage = a});++instance FromXML VPCPeeringConnectionStateReason+         where+        parseXML x+          = VPCPeeringConnectionStateReason' <$>+              (x .@? "code") <*> (x .@? "message")++instance Hashable VPCPeeringConnectionStateReason++instance NFData VPCPeeringConnectionStateReason++-- | Describes a VPC in a VPC peering connection.+--+-- /See:/ 'vpcPeeringConnectionVPCInfo' smart constructor.+data VPCPeeringConnectionVPCInfo = VPCPeeringConnectionVPCInfo'+    { _vpcviVPCId          :: !(Maybe Text)+    , _vpcviOwnerId        :: !(Maybe Text)+    , _vpcviPeeringOptions :: !(Maybe VPCPeeringConnectionOptionsDescription)+    , _vpcviCIdRBlock      :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'VPCPeeringConnectionVPCInfo' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'vpcviVPCId'+--+-- * 'vpcviOwnerId'+--+-- * 'vpcviPeeringOptions'+--+-- * 'vpcviCIdRBlock'+vpcPeeringConnectionVPCInfo+    :: VPCPeeringConnectionVPCInfo+vpcPeeringConnectionVPCInfo =+    VPCPeeringConnectionVPCInfo'+    { _vpcviVPCId = Nothing+    , _vpcviOwnerId = Nothing+    , _vpcviPeeringOptions = Nothing+    , _vpcviCIdRBlock = Nothing+    }++-- | The ID of the VPC.+vpcviVPCId :: Lens' VPCPeeringConnectionVPCInfo (Maybe Text)+vpcviVPCId = lens _vpcviVPCId (\ s a -> s{_vpcviVPCId = a});++-- | The AWS account ID of the VPC owner.+vpcviOwnerId :: Lens' VPCPeeringConnectionVPCInfo (Maybe Text)+vpcviOwnerId = lens _vpcviOwnerId (\ s a -> s{_vpcviOwnerId = a});++-- | Information about the VPC peering connection options for the accepter or requester VPC.+vpcviPeeringOptions :: Lens' VPCPeeringConnectionVPCInfo (Maybe VPCPeeringConnectionOptionsDescription)+vpcviPeeringOptions = lens _vpcviPeeringOptions (\ s a -> s{_vpcviPeeringOptions = a});++-- | The CIDR block for the VPC.+vpcviCIdRBlock :: Lens' VPCPeeringConnectionVPCInfo (Maybe Text)+vpcviCIdRBlock = lens _vpcviCIdRBlock (\ s a -> s{_vpcviCIdRBlock = a});++instance FromXML VPCPeeringConnectionVPCInfo where+        parseXML x+          = VPCPeeringConnectionVPCInfo' <$>+              (x .@? "vpcId") <*> (x .@? "ownerId") <*>+                (x .@? "peeringOptions")+                <*> (x .@? "cidrBlock")++instance Hashable VPCPeeringConnectionVPCInfo++instance NFData VPCPeeringConnectionVPCInfo++-- | Describes a VPN connection.+--+-- /See:/ 'vpnConnection' smart constructor.+data VPNConnection = VPNConnection'+    { _vcCustomerGatewayConfiguration :: !(Maybe Text)+    , _vcRoutes                       :: !(Maybe [VPNStaticRoute])+    , _vcVPNGatewayId                 :: !(Maybe Text)+    , _vcOptions                      :: !(Maybe VPNConnectionOptions)+    , _vcTags                         :: !(Maybe [Tag])+    , _vcVGWTelemetry                 :: !(Maybe [VGWTelemetry])+    , _vcVPNConnectionId              :: !Text+    , _vcCustomerGatewayId            :: !Text+    , _vcState                        :: !VPNState+    , _vcType                         :: !GatewayType+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'VPNConnection' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'vcCustomerGatewayConfiguration'+--+-- * 'vcRoutes'+--+-- * 'vcVPNGatewayId'+--+-- * 'vcOptions'+--+-- * 'vcTags'+--+-- * 'vcVGWTelemetry'+--+-- * 'vcVPNConnectionId'+--+-- * 'vcCustomerGatewayId'+--+-- * 'vcState'+--+-- * 'vcType'+vpnConnection+    :: Text -- ^ 'vcVPNConnectionId'+    -> Text -- ^ 'vcCustomerGatewayId'+    -> VPNState -- ^ 'vcState'+    -> GatewayType -- ^ 'vcType'+    -> VPNConnection+vpnConnection pVPNConnectionId_ pCustomerGatewayId_ pState_ pType_ =+    VPNConnection'+    { _vcCustomerGatewayConfiguration = Nothing+    , _vcRoutes = Nothing+    , _vcVPNGatewayId = Nothing+    , _vcOptions = Nothing+    , _vcTags = Nothing+    , _vcVGWTelemetry = Nothing+    , _vcVPNConnectionId = pVPNConnectionId_+    , _vcCustomerGatewayId = pCustomerGatewayId_+    , _vcState = pState_+    , _vcType = pType_+    }++-- | The configuration information for the VPN connection\'s customer gateway (in the native XML format). This element is always present in the < CreateVpnConnection> response; however, it\'s present in the < DescribeVpnConnections> response only if the VPN connection is in the 'pending' or 'available' state.+vcCustomerGatewayConfiguration :: Lens' VPNConnection (Maybe Text)+vcCustomerGatewayConfiguration = lens _vcCustomerGatewayConfiguration (\ s a -> s{_vcCustomerGatewayConfiguration = a});++-- | The static routes associated with the VPN connection.+vcRoutes :: Lens' VPNConnection [VPNStaticRoute]+vcRoutes = lens _vcRoutes (\ s a -> s{_vcRoutes = a}) . _Default . _Coerce;++-- | The ID of the virtual private gateway at the AWS side of the VPN connection.+vcVPNGatewayId :: Lens' VPNConnection (Maybe Text)+vcVPNGatewayId = lens _vcVPNGatewayId (\ s a -> s{_vcVPNGatewayId = a});++-- | The VPN connection options.+vcOptions :: Lens' VPNConnection (Maybe VPNConnectionOptions)+vcOptions = lens _vcOptions (\ s a -> s{_vcOptions = a});++-- | Any tags assigned to the VPN connection.+vcTags :: Lens' VPNConnection [Tag]+vcTags = lens _vcTags (\ s a -> s{_vcTags = a}) . _Default . _Coerce;++-- | Information about the VPN tunnel.+vcVGWTelemetry :: Lens' VPNConnection [VGWTelemetry]+vcVGWTelemetry = lens _vcVGWTelemetry (\ s a -> s{_vcVGWTelemetry = a}) . _Default . _Coerce;++-- | The ID of the VPN connection.+vcVPNConnectionId :: Lens' VPNConnection Text+vcVPNConnectionId = lens _vcVPNConnectionId (\ s a -> s{_vcVPNConnectionId = a});++-- | The ID of the customer gateway at your end of the VPN connection.+vcCustomerGatewayId :: Lens' VPNConnection Text+vcCustomerGatewayId = lens _vcCustomerGatewayId (\ s a -> s{_vcCustomerGatewayId = a});++-- | The current state of the VPN connection.+vcState :: Lens' VPNConnection VPNState+vcState = lens _vcState (\ s a -> s{_vcState = a});++-- | The type of VPN connection.+vcType :: Lens' VPNConnection GatewayType+vcType = lens _vcType (\ s a -> s{_vcType = a});++instance FromXML VPNConnection where+        parseXML x+          = VPNConnection' <$>+              (x .@? "customerGatewayConfiguration") <*>+                (x .@? "routes" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "vpnGatewayId")+                <*> (x .@? "options")+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*>+                (x .@? "vgwTelemetry" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@ "vpnConnectionId")+                <*> (x .@ "customerGatewayId")+                <*> (x .@ "state")+                <*> (x .@ "type")++instance Hashable VPNConnection++instance NFData VPNConnection++-- | Describes VPN connection options.+--+-- /See:/ 'vpnConnectionOptions' smart constructor.+newtype VPNConnectionOptions = VPNConnectionOptions'+    { _vcoStaticRoutesOnly :: Maybe Bool+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'VPNConnectionOptions' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'vcoStaticRoutesOnly'+vpnConnectionOptions+    :: VPNConnectionOptions+vpnConnectionOptions =+    VPNConnectionOptions'+    { _vcoStaticRoutesOnly = Nothing+    }++-- | Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don\'t support BGP.+vcoStaticRoutesOnly :: Lens' VPNConnectionOptions (Maybe Bool)+vcoStaticRoutesOnly = lens _vcoStaticRoutesOnly (\ s a -> s{_vcoStaticRoutesOnly = a});++instance FromXML VPNConnectionOptions where+        parseXML x+          = VPNConnectionOptions' <$>+              (x .@? "staticRoutesOnly")++instance Hashable VPNConnectionOptions++instance NFData VPNConnectionOptions++-- | Describes VPN connection options.+--+-- /See:/ 'vpnConnectionOptionsSpecification' smart constructor.+newtype VPNConnectionOptionsSpecification = VPNConnectionOptionsSpecification'+    { _vcosStaticRoutesOnly :: Maybe Bool+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'VPNConnectionOptionsSpecification' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'vcosStaticRoutesOnly'+vpnConnectionOptionsSpecification+    :: VPNConnectionOptionsSpecification+vpnConnectionOptionsSpecification =+    VPNConnectionOptionsSpecification'+    { _vcosStaticRoutesOnly = Nothing+    }++-- | Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don\'t support BGP.+vcosStaticRoutesOnly :: Lens' VPNConnectionOptionsSpecification (Maybe Bool)+vcosStaticRoutesOnly = lens _vcosStaticRoutesOnly (\ s a -> s{_vcosStaticRoutesOnly = a});++instance Hashable VPNConnectionOptionsSpecification++instance NFData VPNConnectionOptionsSpecification++instance ToQuery VPNConnectionOptionsSpecification+         where+        toQuery VPNConnectionOptionsSpecification'{..}+          = mconcat+              ["StaticRoutesOnly" =: _vcosStaticRoutesOnly]++-- | Describes a virtual private gateway.+--+-- /See:/ 'vpnGateway' smart constructor.+data VPNGateway = VPNGateway'+    { _vgState            :: !(Maybe VPNState)+    , _vgVPCAttachments   :: !(Maybe [VPCAttachment])+    , _vgVPNGatewayId     :: !(Maybe Text)+    , _vgAvailabilityZone :: !(Maybe Text)+    , _vgType             :: !(Maybe GatewayType)+    , _vgTags             :: !(Maybe [Tag])+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'VPNGateway' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'vgState'+--+-- * 'vgVPCAttachments'+--+-- * 'vgVPNGatewayId'+--+-- * 'vgAvailabilityZone'+--+-- * 'vgType'+--+-- * 'vgTags'+vpnGateway+    :: VPNGateway+vpnGateway =+    VPNGateway'+    { _vgState = Nothing+    , _vgVPCAttachments = Nothing+    , _vgVPNGatewayId = Nothing+    , _vgAvailabilityZone = Nothing+    , _vgType = Nothing+    , _vgTags = Nothing+    }++-- | The current state of the virtual private gateway.+vgState :: Lens' VPNGateway (Maybe VPNState)+vgState = lens _vgState (\ s a -> s{_vgState = a});++-- | Any VPCs attached to the virtual private gateway.+vgVPCAttachments :: Lens' VPNGateway [VPCAttachment]+vgVPCAttachments = lens _vgVPCAttachments (\ s a -> s{_vgVPCAttachments = a}) . _Default . _Coerce;++-- | The ID of the virtual private gateway.+vgVPNGatewayId :: Lens' VPNGateway (Maybe Text)+vgVPNGatewayId = lens _vgVPNGatewayId (\ s a -> s{_vgVPNGatewayId = a});++-- | The Availability Zone where the virtual private gateway was created, if applicable. This field may be empty or not returned.+vgAvailabilityZone :: Lens' VPNGateway (Maybe Text)+vgAvailabilityZone = lens _vgAvailabilityZone (\ s a -> s{_vgAvailabilityZone = a});++-- | The type of VPN connection the virtual private gateway supports.+vgType :: Lens' VPNGateway (Maybe GatewayType)+vgType = lens _vgType (\ s a -> s{_vgType = a});++-- | Any tags assigned to the virtual private gateway.+vgTags :: Lens' VPNGateway [Tag]+vgTags = lens _vgTags (\ s a -> s{_vgTags = a}) . _Default . _Coerce;++instance FromXML VPNGateway where+        parseXML x+          = VPNGateway' <$>+              (x .@? "state") <*>+                (x .@? "attachments" .!@ mempty >>=+                   may (parseXMLList "item"))+                <*> (x .@? "vpnGatewayId")+                <*> (x .@? "availabilityZone")+                <*> (x .@? "type")+                <*>+                (x .@? "tagSet" .!@ mempty >>=+                   may (parseXMLList "item"))++instance Hashable VPNGateway++instance NFData VPNGateway++-- | Describes a static route for a VPN connection.+--+-- /See:/ 'vpnStaticRoute' smart constructor.+data VPNStaticRoute = VPNStaticRoute'+    { _vsrState                :: !(Maybe VPNState)+    , _vsrSource               :: !(Maybe VPNStaticRouteSource)+    , _vsrDestinationCIdRBlock :: !(Maybe Text)+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'VPNStaticRoute' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'vsrState'+--+-- * 'vsrSource'+--+-- * 'vsrDestinationCIdRBlock'+vpnStaticRoute+    :: VPNStaticRoute+vpnStaticRoute =+    VPNStaticRoute'+    { _vsrState = Nothing+    , _vsrSource = Nothing+    , _vsrDestinationCIdRBlock = Nothing+    }++-- | The current state of the static route.+vsrState :: Lens' VPNStaticRoute (Maybe VPNState)+vsrState = lens _vsrState (\ s a -> s{_vsrState = a});++-- | Indicates how the routes were provided.+vsrSource :: Lens' VPNStaticRoute (Maybe VPNStaticRouteSource)+vsrSource = lens _vsrSource (\ s a -> s{_vsrSource = a});++-- | The CIDR block associated with the local subnet of the customer data center.+vsrDestinationCIdRBlock :: Lens' VPNStaticRoute (Maybe Text)+vsrDestinationCIdRBlock = lens _vsrDestinationCIdRBlock (\ s a -> s{_vsrDestinationCIdRBlock = a});++instance FromXML VPNStaticRoute where+        parseXML x+          = VPNStaticRoute' <$>+              (x .@? "state") <*> (x .@? "source") <*>+                (x .@? "destinationCidrBlock")++instance Hashable VPNStaticRoute++instance NFData VPNStaticRoute++-- | Describes a volume.+--+-- /See:/ 'volume' smart constructor.+data Volume = Volume'+    { _vAttachments      :: !(Maybe [VolumeAttachment])+    , _vIOPS             :: !(Maybe Int)+    , _vKMSKeyId         :: !(Maybe Text)+    , _vTags             :: !(Maybe [Tag])+    , _vAvailabilityZone :: !Text+    , _vCreateTime       :: !ISO8601+    , _vEncrypted        :: !Bool+    , _vSize             :: !Int+    , _vSnapshotId       :: !Text+    , _vState            :: !VolumeState+    , _vVolumeId         :: !Text+    , _vVolumeType       :: !VolumeType+    } deriving (Eq,Read,Show,Data,Typeable,Generic)++-- | Creates a value of 'Volume' with the minimum fields required to make a request.+--+-- Use one of the following lenses to modify other fields as desired:+--+-- * 'vAttachments'+--+-- * 'vIOPS'+--+-- * 'vKMSKeyId'+--+-- * 'vTags'+--+-- * 'vAvailabilityZone'+--+-- * 'vCreateTime'+--+-- * 'vEncrypted'+--+-- * 'vSize'+--+-- * 'vSnapshotId'+--+-- * 'vState'+--+-- * 'vVolumeId'+--+-- * 'vVolumeType'+volume+    :: Text -- ^ 'vAvailabilityZone'+    -> UTCTime -- ^ 'vCreateTime'+    -> Bool -- ^ 'vEncrypted'+    -> Int -- ^ 'vSize'+    -> Text -- ^ 'vSnapshotId'+    -> VolumeState -- ^ 'vState'+    -> Text -- ^ 'vVolumeId'+    -> VolumeType -- ^ 'vVolumeType'+    -> Volume+volume pAvailabilityZone_ pCreateTime_ pEncrypted_ pSize_ pSnapshotId_ pState_ pVolumeId_ pVolumeType_ =+    Volume'+    { _vAttachments = Nothing+    , _vIOPS = Nothing+    , _vKMSKeyId = Nothing+    , _vTags = Nothing+    , _vAvailabilityZone = pAvailabilityZone_+    , _vCreateTime = _Time # pCreateTime_+    , _vEncrypted = pEncrypted_+    , _vSize = pSize_+    , _vSnapshotId = pSnapshotId_+    , _vState = pState_+    , _vVolumeId = pVolumeId_+    , _vVolumeType = pVolumeType_+    }++-- | Information about the volume attachments.+vAttachments :: Lens' Volume [VolumeAttachment]+vAttachments = lens _vAttachments (\ s a -> s{_vAttachments = a}) . _Default . _Coerce;++-- | The number of I\/O operations per second (IOPS) that the volume supports. For Provisioned IOPS SSD volumes, this represents the number of IOPS that are provisioned for the volume. For General Purpose SSD volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I\/O credits for bursting. For more information on General Purpose SSD baseline performance, I\/O credits, and bursting, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html Amazon EBS Volume Types> in the /Amazon Elastic Compute Cloud User Guide/.+--+-- Constraint: Range is 100-20000 IOPS for io1 volumes and 100-10000 IOPS for 'gp2' volumes.+--+-- Condition: This parameter is required for requests to create 'io1' volumes; it is not used in requests to create 'gp2', 'st1', 'sc1', or 'standard' volumes.+vIOPS :: Lens' Volume (Maybe Int)+vIOPS = lens _vIOPS (\ s a -> s{_vIOPS = a});++-- | The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the volume.+vKMSKeyId :: Lens' Volume (Maybe Text)+vKMSKeyId = lens _vKMSKeyId (\ s a -> s{_vKMSKeyId = a});++-- | Any tags assigned to the volume.+vTags :: Lens' Volume [Tag]+vTags = lens _vTags (\ s a -> s{_vTags = a}) . _Default . _Coerce;++-- | The Availability Zone for the volume.+vAvailabilityZone :: Lens' Volume Text+vAvailabilityZone = lens _vAvailabilityZone (\ s a -> s{_vAvailabilityZone = a});++-- | The time stamp when volume creation was initiated.+vCreateTime :: Lens' Volume UTCTime+vCreateTime = lens _vCreateTime (\ s a -> s{_vCreateTime = a}) . _Time;++-- | Indicates whether the volume will be encrypted.+vEncrypted :: Lens' Volume Bool+vEncrypted = lens _vEncrypted (\ s a -> s{_vEncrypted = a});++-- | The size of the volume, in GiBs.+vSize :: Lens' Volume Int+vSize = lens _vSize (\ s a -> s{_vSize = a});++-- | The snapshot from which the volume was created, if applicable.+vSnapshotId :: Lens' Volume Text+vSnapshotId = lens _vSnapshotId (\ s a -> s{_vSnapshotId = a});++-- | The volume state.+vState :: Lens' Volume VolumeState+vState = lens _vState (\ s a -> s{_vState = a});++-- | The ID of the volume.+vVolumeId :: Lens' Volume Text+vVolumeId = lens _vVolumeId (\ s a -> s{_vVolumeId = a});++-- | The volume type. This can be 'gp2' for General Purpose SSD, 'io1' for Provisioned IOPS SSD, 'st1' for Throughput Optimized HDD, 'sc1' for Cold HDD, or 'standard' for Magnetic volumes. vVolumeType :: Lens' Volume VolumeType vVolumeType = lens _vVolumeType (\ s a -> s{_vVolumeType = a}); 
gen/Network/AWS/EC2/UnassignPrivateIPAddresses.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Unassigns one or more secondary private IP addresses from a network--- interface.+-- Unassigns one or more secondary private IP addresses from a network interface. module Network.AWS.EC2.UnassignPrivateIPAddresses     (     -- * Creating a Request@@ -69,9 +68,7 @@ upiaNetworkInterfaceId :: Lens' UnassignPrivateIPAddresses Text upiaNetworkInterfaceId = lens _upiaNetworkInterfaceId (\ s a -> s{_upiaNetworkInterfaceId = a}); --- | The secondary private IP addresses to unassign from the network--- interface. You can specify this option multiple times to unassign more--- than one IP address.+-- | The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address. upiaPrivateIPAddresses :: Lens' UnassignPrivateIPAddresses [Text] upiaPrivateIPAddresses = lens _upiaPrivateIPAddresses (\ s a -> s{_upiaPrivateIPAddresses = a}) . _Coerce; 
gen/Network/AWS/EC2/UnmonitorInstances.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Disables monitoring for a running instance. For more information about--- monitoring instances, see--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html Monitoring Your Instances and Volumes>--- in the /Amazon Elastic Compute Cloud User Guide/.+-- Disables monitoring for a running instance. For more information about monitoring instances, see <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html Monitoring Your Instances and Volumes> in the /Amazon Elastic Compute Cloud User Guide/. module Network.AWS.EC2.UnmonitorInstances     (     -- * Creating a Request@@ -69,10 +66,7 @@     , _uiInstanceIds = mempty     } --- | Checks whether you have the required permissions for the action, without--- actually making the request, and provides an error response. If you have--- the required permissions, the error response is 'DryRunOperation'.--- Otherwise, it is 'UnauthorizedOperation'.+-- | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is 'DryRunOperation'. Otherwise, it is 'UnauthorizedOperation'. uiDryRun :: Lens' UnmonitorInstances (Maybe Bool) uiDryRun = lens _uiDryRun (\ s a -> s{_uiDryRun = a}); 
test/Test/AWS/EC2.hs view
@@ -28,21 +28,21 @@ fixtures :: [TestTree] fixtures =     [ testGroup "request"-        [ testDescribeVolumes $ describeVolumes+        [ requestDescribeVolumes $ describeVolumes             & desVolumeIds .~ ["foo", "bar", "baz"]             & desFilters   .~                 [ filter' "tag:Name" & fValues .~ ["octopus"]                 , filter' "tag:Role" & fValues .~ ["database", "server"]                 ] -        , testDescribeImages $ describeImages+        , requestDescribeImages $ describeImages             & deseFilters .~                 [ filter' "is-public"    & fValues .~ ["true"]                 , filter' "architecture" & fValues .~ ["x86_64"]                 , filter' "platform"     & fValues .~ ["windows"]                 ] -        , testDescribeInstances $ describeInstances+        , requestDescribeInstances $ describeInstances             & diiInstanceIds .~ ["i-foo", "i-bar", "i-baz"]             & diiFilters     .~                 [ filter' "instance-type"@@ -51,13 +51,13 @@                     & fValues .~ ["attached"]                 ] -        , testCopySnapshot $ copySnapshot "us-west-1" "snap-1a2b3c4d"+        , requestCopySnapshot $ copySnapshot "us-west-1" "snap-1a2b3c4d"             & csDescription ?~ "My_snapshot"          ]      , testGroup "response"-        [ testDescribeInstancesResponse $ describeInstancesResponse 200+        [ responseDescribeInstances $ describeInstancesResponse 200             & dirsReservations .~                 [ reservation "r-1a2b3c4d" "123456789012"                     & rGroups .~
test/Test/AWS/Gen/EC2.hs view
@@ -28,3629 +28,3629 @@ -- fixtures :: TestTree -- fixtures = --     [ testGroup "request"---         [ testImportInstance $---             importInstance------         , testRevokeSecurityGroupEgress $---             revokeSecurityGroupEgress------         , testCreateVPNGateway $---             createVPNGateway------         , testCreateNetworkACL $---             createNetworkACL------         , testDeleteKeyPair $---             deleteKeyPair------         , testDescribeTags $---             describeTags------         , testDetachNetworkInterface $---             detachNetworkInterface------         , testDetachInternetGateway $---             detachInternetGateway------         , testDeleteVPCEndpoints $---             deleteVPCEndpoints------         , testDeleteFlowLogs $---             deleteFlowLogs------         , testDescribeVPCClassicLink $---             describeVPCClassicLink------         , testModifySubnetAttribute $---             modifySubnetAttribute------         , testDetachVolume $---             detachVolume------         , testCancelBundleTask $---             cancelBundleTask------         , testReleaseAddress $---             releaseAddress------         , testCreateInternetGateway $---             createInternetGateway------         , testDeleteVPNConnection $---             deleteVPNConnection------         , testDescribeBundleTasks $---             describeBundleTasks------         , testAuthorizeSecurityGroupEgress $---             authorizeSecurityGroupEgress------         , testDeregisterImage $---             deregisterImage------         , testModifyNetworkInterfaceAttribute $---             modifyNetworkInterfaceAttribute------         , testCancelReservedInstancesListing $---             cancelReservedInstancesListing------         , testAttachClassicLinkVPC $---             attachClassicLinkVPC------         , testDescribeVPCClassicLinkDNSSupport $---             describeVPCClassicLinkDNSSupport------         , testRunScheduledInstances $---             runScheduledInstances------         , testCancelSpotFleetRequests $---             cancelSpotFleetRequests------         , testDescribeSpotPriceHistory $---             describeSpotPriceHistory------         , testDescribeDHCPOptions $---             describeDHCPOptions------         , testImportImage $---             importImage------         , testStopInstances $---             stopInstances------         , testDescribeInternetGateways $---             describeInternetGateways------         , testDisableVPCClassicLink $---             disableVPCClassicLink------         , testBundleInstance $---             bundleInstance------         , testDescribeNetworkInterfaces $---             describeNetworkInterfaces------         , testReplaceNetworkACLAssociation $---             replaceNetworkACLAssociation------         , testDescribeNatGateways $---             describeNatGateways------         , testDescribeAddresses $---             describeAddresses------         , testDescribeSnapshotAttribute $---             describeSnapshotAttribute------         , testReplaceRoute $---             replaceRoute------         , testDescribeVPCEndpointServices $---             describeVPCEndpointServices------         , testAuthorizeSecurityGroupIngress $---             authorizeSecurityGroupIngress------         , testCreateVPCPeeringConnection $---             createVPCPeeringConnection------         , testDescribeSubnets $---             describeSubnets------         , testCreateTags $---             createTags------         , testPurchaseReservedInstancesOffering $---             purchaseReservedInstancesOffering------         , testDeleteNetworkACLEntry $---             deleteNetworkACLEntry------         , testResetSnapshotAttribute $---             resetSnapshotAttribute------         , testDescribeVPNConnections $---             describeVPNConnections------         , testDeleteRoute $---             deleteRoute------         , testReplaceNetworkACLEntry $---             replaceNetworkACLEntry------         , testDescribeVPCEndpoints $---             describeVPCEndpoints------         , testResetInstanceAttribute $---             resetInstanceAttribute------         , testAttachNetworkInterface $---             attachNetworkInterface------         , testDescribeInstanceStatus $---             describeInstanceStatus------         , testImportKeyPair $---             importKeyPair------         , testDeleteTags $---             deleteTags------         , testConfirmProductInstance $---             confirmProductInstance------         , testDescribeInstanceAttribute $---             describeInstanceAttribute------         , testDescribeReservedInstancesOfferings $---             describeReservedInstancesOfferings------         , testCreateCustomerGateway $---             createCustomerGateway------         , testDeleteSecurityGroup $---             deleteSecurityGroup------         , testDeleteVPCPeeringConnection $---             deleteVPCPeeringConnection------         , testAttachInternetGateway $---             attachInternetGateway------         , testModifyInstancePlacement $---             modifyInstancePlacement------         , testDescribeFlowLogs $---             describeFlowLogs------         , testRunInstances $---             runInstances------         , testAssociateDHCPOptions $---             associateDHCPOptions------         , testDescribeReservedInstances $---             describeReservedInstances------         , testDescribeIdFormat $---             describeIdFormat------         , testDescribeVPCs $---             describeVPCs------         , testDescribeConversionTasks $---             describeConversionTasks------         , testDisableVPCClassicLinkDNSSupport $---             disableVPCClassicLinkDNSSupport------         , testAllocateAddress $---             allocateAddress------         , testCancelConversionTask $---             cancelConversionTask------         , testModifyImageAttribute $---             modifyImageAttribute------         , testCreateRouteTable $---             createRouteTable------         , testReportInstanceStatus $---             reportInstanceStatus------         , testAttachVolume $---             attachVolume------         , testRequestSpotInstances $---             requestSpotInstances------         , testDescribeVolumes $---             describeVolumes------         , testRejectVPCPeeringConnection $---             rejectVPCPeeringConnection------         , testDeleteVPNConnectionRoute $---             deleteVPNConnectionRoute------         , testModifyVPCEndpoint $---             modifyVPCEndpoint------         , testAllocateHosts $---             allocateHosts------         , testRegisterImage $---             registerImage------         , testRevokeSecurityGroupIngress $---             revokeSecurityGroupIngress------         , testEnableVPCClassicLinkDNSSupport $---             enableVPCClassicLinkDNSSupport------         , testModifyReservedInstances $---             modifyReservedInstances------         , testDescribeScheduledInstances $---             describeScheduledInstances------         , testCreateFlowLogs $---             createFlowLogs------         , testDescribeSpotFleetRequests $---             describeSpotFleetRequests------         , testMoveAddressToVPC $---             moveAddressToVPC------         , testDeleteNetworkACL $---             deleteNetworkACL------         , testDeleteVPNGateway $---             deleteVPNGateway------         , testDescribeImportImageTasks $---             describeImportImageTasks------         , testDescribeVolumeAttribute $---             describeVolumeAttribute------         , testDescribeMovingAddresses $---             describeMovingAddresses------         , testGetPasswordData $---             getPasswordData------         , testCreateVPC $---             createVPC------         , testModifyVPCPeeringConnectionOptions $---             modifyVPCPeeringConnectionOptions------         , testCopySnapshot $---             copySnapshot------         , testDisassociateAddress $---             disassociateAddress------         , testDeleteVPC $---             deleteVPC------         , testCreateInstanceExportTask $---             createInstanceExportTask------         , testDescribeVPCAttribute $---             describeVPCAttribute------         , testCreateVolume $---             createVolume------         , testDescribeScheduledInstanceAvailability $---             describeScheduledInstanceAvailability------         , testModifyVolumeAttribute $---             modifyVolumeAttribute------         , testDescribeSpotDatafeedSubscription $---             describeSpotDatafeedSubscription------         , testDescribePrefixLists $---             describePrefixLists------         , testDeletePlacementGroup $---             deletePlacementGroup------         , testRequestSpotFleet $---             requestSpotFleet------         , testCreateSubnet $---             createSubnet------         , testCreateNetworkInterface $---             createNetworkInterface------         , testDescribeSecurityGroups $---             describeSecurityGroups------         , testDescribeExportTasks $---             describeExportTasks------         , testModifySpotFleetRequest $---             modifySpotFleetRequest------         , testDetachVPNGateway $---             detachVPNGateway------         , testEnableVolumeIO $---             enableVolumeIO------         , testDescribeInstances $---             describeInstances------         , testCreateNatGateway $---             createNatGateway------         , testDescribeVPCPeeringConnections $---             describeVPCPeeringConnections------         , testCancelExportTask $---             cancelExportTask------         , testDeleteNetworkInterface $---             deleteNetworkInterface------         , testReplaceRouteTableAssociation $---             replaceRouteTableAssociation------         , testStartInstances $---             startInstances------         , testCreatePlacementGroup $---             createPlacementGroup------         , testDescribeSnapshots $---             describeSnapshots------         , testAssociateAddress $---             associateAddress------         , testDescribeNetworkInterfaceAttribute $---             describeNetworkInterfaceAttribute------         , testReleaseHosts $---             releaseHosts------         , testResetNetworkInterfaceAttribute $---             resetNetworkInterfaceAttribute------         , testDeleteInternetGateway $---             deleteInternetGateway------         , testDescribeReservedInstancesListings $---             describeReservedInstancesListings------         , testCreateVPNConnection $---             createVPNConnection------         , testDeleteNatGateway $---             deleteNatGateway------         , testDescribeImportSnapshotTasks $---             describeImportSnapshotTasks------         , testDescribeCustomerGateways $---             describeCustomerGateways------         , testDeleteSubnet $---             deleteSubnet------         , testCopyImage $---             copyImage------         , testCreateVPCEndpoint $---             createVPCEndpoint------         , testUnmonitorInstances $---             unmonitorInstances------         , testCreateSecurityGroup $---             createSecurityGroup------         , testImportVolume $---             importVolume------         , testDisableVGWRoutePropagation $---             disableVGWRoutePropagation------         , testCreateSpotDatafeedSubscription $---             createSpotDatafeedSubscription------         , testCancelSpotInstanceRequests $---             cancelSpotInstanceRequests------         , testCreateRoute $---             createRoute------         , testDeleteSnapshot $---             deleteSnapshot------         , testAssignPrivateIPAddresses $---             assignPrivateIPAddresses------         , testModifyInstanceAttribute $---             modifyInstanceAttribute------         , testDeleteCustomerGateway $---             deleteCustomerGateway------         , testDisassociateRouteTable $---             disassociateRouteTable------         , testDeleteSpotDatafeedSubscription $---             deleteSpotDatafeedSubscription------         , testEnableVPCClassicLink $---             enableVPCClassicLink------         , testDescribePlacementGroups $---             describePlacementGroups------         , testPurchaseScheduledInstances $---             purchaseScheduledInstances------         , testEnableVGWRoutePropagation $---             enableVGWRoutePropagation------         , testDescribeSpotFleetRequestHistory $---             describeSpotFleetRequestHistory------         , testModifySnapshotAttribute $---             modifySnapshotAttribute------         , testCreateSnapshot $---             createSnapshot------         , testCreateNetworkACLEntry $---             createNetworkACLEntry------         , testCreateReservedInstancesListing $---             createReservedInstancesListing------         , testAttachVPNGateway $---             attachVPNGateway------         , testCreateDHCPOptions $---             createDHCPOptions------         , testDescribeAccountAttributes $---             describeAccountAttributes------         , testModifyHosts $---             modifyHosts------         , testRebootInstances $---             rebootInstances------         , testCreateImage $---             createImage------         , testDescribeClassicLinkInstances $---             describeClassicLinkInstances------         , testTerminateInstances $---             terminateInstances------         , testDescribeKeyPairs $---             describeKeyPairs------         , testCreateVPNConnectionRoute $---             createVPNConnectionRoute------         , testAssociateRouteTable $---             associateRouteTable------         , testDescribeVPNGateways $---             describeVPNGateways------         , testGetConsoleOutput $---             getConsoleOutput------         , testDescribeHosts $---             describeHosts------         , testDescribeImageAttribute $---             describeImageAttribute------         , testModifyIdFormat $---             modifyIdFormat------         , testDeleteRouteTable $---             deleteRouteTable------         , testResetImageAttribute $---             resetImageAttribute------         , testDescribeReservedInstancesModifications $---             describeReservedInstancesModifications------         , testDescribeSpotInstanceRequests $---             describeSpotInstanceRequests------         , testUnassignPrivateIPAddresses $---             unassignPrivateIPAddresses------         , testDeleteDHCPOptions $---             deleteDHCPOptions------         , testDescribeNetworkACLs $---             describeNetworkACLs------         , testCancelImportTask $---             cancelImportTask------         , testDetachClassicLinkVPC $---             detachClassicLinkVPC------         , testDescribeRegions $---             describeRegions------         , testMonitorInstances $---             monitorInstances------         , testAcceptVPCPeeringConnection $---             acceptVPCPeeringConnection------         , testImportSnapshot $---             importSnapshot------         , testDescribeVolumeStatus $---             describeVolumeStatus------         , testDescribeRouteTables $---             describeRouteTables------         , testDescribeAvailabilityZones $---             describeAvailabilityZones------         , testModifyVPCAttribute $---             modifyVPCAttribute------         , testDescribeImages $---             describeImages------         , testRestoreAddressToClassic $---             restoreAddressToClassic------         , testCreateKeyPair $---             createKeyPair------         , testDeleteVolume $---             deleteVolume------         , testDescribeSpotFleetInstances $---             describeSpotFleetInstances------           ]----     , testGroup "response"---         [ testImportInstanceResponse $---             importInstanceResponse------         , testRevokeSecurityGroupEgressResponse $---             revokeSecurityGroupEgressResponse------         , testCreateVPNGatewayResponse $---             createVPNGatewayResponse------         , testCreateNetworkACLResponse $---             createNetworkACLResponse------         , testDeleteKeyPairResponse $---             deleteKeyPairResponse------         , testDescribeTagsResponse $---             describeTagsResponse------         , testDetachNetworkInterfaceResponse $---             detachNetworkInterfaceResponse------         , testDetachInternetGatewayResponse $---             detachInternetGatewayResponse------         , testDeleteVPCEndpointsResponse $---             deleteVPCEndpointsResponse------         , testDeleteFlowLogsResponse $---             deleteFlowLogsResponse------         , testDescribeVPCClassicLinkResponse $---             describeVPCClassicLinkResponse------         , testModifySubnetAttributeResponse $---             modifySubnetAttributeResponse------         , testDetachVolumeResponse $---             volumeAttachment------         , testCancelBundleTaskResponse $---             cancelBundleTaskResponse------         , testReleaseAddressResponse $---             releaseAddressResponse------         , testCreateInternetGatewayResponse $---             createInternetGatewayResponse------         , testDeleteVPNConnectionResponse $---             deleteVPNConnectionResponse------         , testDescribeBundleTasksResponse $---             describeBundleTasksResponse------         , testAuthorizeSecurityGroupEgressResponse $---             authorizeSecurityGroupEgressResponse------         , testDeregisterImageResponse $---             deregisterImageResponse------         , testModifyNetworkInterfaceAttributeResponse $---             modifyNetworkInterfaceAttributeResponse------         , testCancelReservedInstancesListingResponse $---             cancelReservedInstancesListingResponse------         , testAttachClassicLinkVPCResponse $---             attachClassicLinkVPCResponse------         , testDescribeVPCClassicLinkDNSSupportResponse $---             describeVPCClassicLinkDNSSupportResponse------         , testRunScheduledInstancesResponse $---             runScheduledInstancesResponse------         , testCancelSpotFleetRequestsResponse $---             cancelSpotFleetRequestsResponse------         , testDescribeSpotPriceHistoryResponse $---             describeSpotPriceHistoryResponse------         , testDescribeDHCPOptionsResponse $---             describeDHCPOptionsResponse------         , testImportImageResponse $---             importImageResponse------         , testStopInstancesResponse $---             stopInstancesResponse------         , testDescribeInternetGatewaysResponse $---             describeInternetGatewaysResponse------         , testDisableVPCClassicLinkResponse $---             disableVPCClassicLinkResponse------         , testBundleInstanceResponse $---             bundleInstanceResponse------         , testDescribeNetworkInterfacesResponse $---             describeNetworkInterfacesResponse------         , testReplaceNetworkACLAssociationResponse $---             replaceNetworkACLAssociationResponse------         , testDescribeNatGatewaysResponse $---             describeNatGatewaysResponse------         , testDescribeAddressesResponse $---             describeAddressesResponse------         , testDescribeSnapshotAttributeResponse $---             describeSnapshotAttributeResponse------         , testReplaceRouteResponse $---             replaceRouteResponse------         , testDescribeVPCEndpointServicesResponse $---             describeVPCEndpointServicesResponse------         , testAuthorizeSecurityGroupIngressResponse $---             authorizeSecurityGroupIngressResponse------         , testCreateVPCPeeringConnectionResponse $---             createVPCPeeringConnectionResponse------         , testDescribeSubnetsResponse $---             describeSubnetsResponse------         , testCreateTagsResponse $---             createTagsResponse------         , testPurchaseReservedInstancesOfferingResponse $---             purchaseReservedInstancesOfferingResponse------         , testDeleteNetworkACLEntryResponse $---             deleteNetworkACLEntryResponse------         , testResetSnapshotAttributeResponse $---             resetSnapshotAttributeResponse------         , testDescribeVPNConnectionsResponse $---             describeVPNConnectionsResponse------         , testDeleteRouteResponse $---             deleteRouteResponse------         , testReplaceNetworkACLEntryResponse $---             replaceNetworkACLEntryResponse------         , testDescribeVPCEndpointsResponse $---             describeVPCEndpointsResponse------         , testResetInstanceAttributeResponse $---             resetInstanceAttributeResponse------         , testAttachNetworkInterfaceResponse $---             attachNetworkInterfaceResponse------         , testDescribeInstanceStatusResponse $---             describeInstanceStatusResponse------         , testImportKeyPairResponse $---             importKeyPairResponse------         , testDeleteTagsResponse $---             deleteTagsResponse------         , testConfirmProductInstanceResponse $---             confirmProductInstanceResponse------         , testDescribeInstanceAttributeResponse $---             describeInstanceAttributeResponse------         , testDescribeReservedInstancesOfferingsResponse $---             describeReservedInstancesOfferingsResponse------         , testCreateCustomerGatewayResponse $---             createCustomerGatewayResponse------         , testDeleteSecurityGroupResponse $---             deleteSecurityGroupResponse------         , testDeleteVPCPeeringConnectionResponse $---             deleteVPCPeeringConnectionResponse------         , testAttachInternetGatewayResponse $---             attachInternetGatewayResponse------         , testModifyInstancePlacementResponse $---             modifyInstancePlacementResponse------         , testDescribeFlowLogsResponse $---             describeFlowLogsResponse------         , testRunInstancesResponse $---             reservation------         , testAssociateDHCPOptionsResponse $---             associateDHCPOptionsResponse------         , testDescribeReservedInstancesResponse $---             describeReservedInstancesResponse------         , testDescribeIdFormatResponse $---             describeIdFormatResponse------         , testDescribeVPCsResponse $---             describeVPCsResponse------         , testDescribeConversionTasksResponse $---             describeConversionTasksResponse------         , testDisableVPCClassicLinkDNSSupportResponse $---             disableVPCClassicLinkDNSSupportResponse------         , testAllocateAddressResponse $---             allocateAddressResponse------         , testCancelConversionTaskResponse $---             cancelConversionTaskResponse------         , testModifyImageAttributeResponse $---             modifyImageAttributeResponse------         , testCreateRouteTableResponse $---             createRouteTableResponse------         , testReportInstanceStatusResponse $---             reportInstanceStatusResponse------         , testAttachVolumeResponse $---             volumeAttachment------         , testRequestSpotInstancesResponse $---             requestSpotInstancesResponse------         , testDescribeVolumesResponse $---             describeVolumesResponse------         , testRejectVPCPeeringConnectionResponse $---             rejectVPCPeeringConnectionResponse------         , testDeleteVPNConnectionRouteResponse $---             deleteVPNConnectionRouteResponse------         , testModifyVPCEndpointResponse $---             modifyVPCEndpointResponse------         , testAllocateHostsResponse $---             allocateHostsResponse------         , testRegisterImageResponse $---             registerImageResponse------         , testRevokeSecurityGroupIngressResponse $---             revokeSecurityGroupIngressResponse------         , testEnableVPCClassicLinkDNSSupportResponse $---             enableVPCClassicLinkDNSSupportResponse------         , testModifyReservedInstancesResponse $---             modifyReservedInstancesResponse------         , testDescribeScheduledInstancesResponse $---             describeScheduledInstancesResponse------         , testCreateFlowLogsResponse $---             createFlowLogsResponse------         , testDescribeSpotFleetRequestsResponse $---             describeSpotFleetRequestsResponse------         , testMoveAddressToVPCResponse $---             moveAddressToVPCResponse------         , testDeleteNetworkACLResponse $---             deleteNetworkACLResponse------         , testDeleteVPNGatewayResponse $---             deleteVPNGatewayResponse------         , testDescribeImportImageTasksResponse $---             describeImportImageTasksResponse------         , testDescribeVolumeAttributeResponse $---             describeVolumeAttributeResponse------         , testDescribeMovingAddressesResponse $---             describeMovingAddressesResponse------         , testGetPasswordDataResponse $---             getPasswordDataResponse------         , testCreateVPCResponse $---             createVPCResponse------         , testModifyVPCPeeringConnectionOptionsResponse $---             modifyVPCPeeringConnectionOptionsResponse------         , testCopySnapshotResponse $---             copySnapshotResponse------         , testDisassociateAddressResponse $---             disassociateAddressResponse------         , testDeleteVPCResponse $---             deleteVPCResponse------         , testCreateInstanceExportTaskResponse $---             createInstanceExportTaskResponse------         , testDescribeVPCAttributeResponse $---             describeVPCAttributeResponse------         , testCreateVolumeResponse $---             volume------         , testDescribeScheduledInstanceAvailabilityResponse $---             describeScheduledInstanceAvailabilityResponse------         , testModifyVolumeAttributeResponse $---             modifyVolumeAttributeResponse------         , testDescribeSpotDatafeedSubscriptionResponse $---             describeSpotDatafeedSubscriptionResponse------         , testDescribePrefixListsResponse $---             describePrefixListsResponse------         , testDeletePlacementGroupResponse $---             deletePlacementGroupResponse------         , testRequestSpotFleetResponse $---             requestSpotFleetResponse------         , testCreateSubnetResponse $---             createSubnetResponse------         , testCreateNetworkInterfaceResponse $---             createNetworkInterfaceResponse------         , testDescribeSecurityGroupsResponse $---             describeSecurityGroupsResponse------         , testDescribeExportTasksResponse $---             describeExportTasksResponse------         , testModifySpotFleetRequestResponse $---             modifySpotFleetRequestResponse------         , testDetachVPNGatewayResponse $---             detachVPNGatewayResponse------         , testEnableVolumeIOResponse $---             enableVolumeIOResponse------         , testDescribeInstancesResponse $---             describeInstancesResponse------         , testCreateNatGatewayResponse $---             createNatGatewayResponse------         , testDescribeVPCPeeringConnectionsResponse $---             describeVPCPeeringConnectionsResponse------         , testCancelExportTaskResponse $---             cancelExportTaskResponse------         , testDeleteNetworkInterfaceResponse $---             deleteNetworkInterfaceResponse------         , testReplaceRouteTableAssociationResponse $---             replaceRouteTableAssociationResponse------         , testStartInstancesResponse $---             startInstancesResponse------         , testCreatePlacementGroupResponse $---             createPlacementGroupResponse------         , testDescribeSnapshotsResponse $---             describeSnapshotsResponse------         , testAssociateAddressResponse $---             associateAddressResponse------         , testDescribeNetworkInterfaceAttributeResponse $---             describeNetworkInterfaceAttributeResponse------         , testReleaseHostsResponse $---             releaseHostsResponse------         , testResetNetworkInterfaceAttributeResponse $---             resetNetworkInterfaceAttributeResponse------         , testDeleteInternetGatewayResponse $---             deleteInternetGatewayResponse------         , testDescribeReservedInstancesListingsResponse $---             describeReservedInstancesListingsResponse------         , testCreateVPNConnectionResponse $---             createVPNConnectionResponse------         , testDeleteNatGatewayResponse $---             deleteNatGatewayResponse------         , testDescribeImportSnapshotTasksResponse $---             describeImportSnapshotTasksResponse------         , testDescribeCustomerGatewaysResponse $---             describeCustomerGatewaysResponse------         , testDeleteSubnetResponse $---             deleteSubnetResponse------         , testCopyImageResponse $---             copyImageResponse------         , testCreateVPCEndpointResponse $---             createVPCEndpointResponse------         , testUnmonitorInstancesResponse $---             unmonitorInstancesResponse------         , testCreateSecurityGroupResponse $---             createSecurityGroupResponse------         , testImportVolumeResponse $---             importVolumeResponse------         , testDisableVGWRoutePropagationResponse $---             disableVGWRoutePropagationResponse------         , testCreateSpotDatafeedSubscriptionResponse $---             createSpotDatafeedSubscriptionResponse------         , testCancelSpotInstanceRequestsResponse $---             cancelSpotInstanceRequestsResponse------         , testCreateRouteResponse $---             createRouteResponse------         , testDeleteSnapshotResponse $---             deleteSnapshotResponse------         , testAssignPrivateIPAddressesResponse $---             assignPrivateIPAddressesResponse------         , testModifyInstanceAttributeResponse $---             modifyInstanceAttributeResponse------         , testDeleteCustomerGatewayResponse $---             deleteCustomerGatewayResponse------         , testDisassociateRouteTableResponse $---             disassociateRouteTableResponse------         , testDeleteSpotDatafeedSubscriptionResponse $---             deleteSpotDatafeedSubscriptionResponse------         , testEnableVPCClassicLinkResponse $---             enableVPCClassicLinkResponse------         , testDescribePlacementGroupsResponse $---             describePlacementGroupsResponse------         , testPurchaseScheduledInstancesResponse $---             purchaseScheduledInstancesResponse------         , testEnableVGWRoutePropagationResponse $---             enableVGWRoutePropagationResponse------         , testDescribeSpotFleetRequestHistoryResponse $---             describeSpotFleetRequestHistoryResponse------         , testModifySnapshotAttributeResponse $---             modifySnapshotAttributeResponse------         , testCreateSnapshotResponse $---             snapshot------         , testCreateNetworkACLEntryResponse $---             createNetworkACLEntryResponse------         , testCreateReservedInstancesListingResponse $---             createReservedInstancesListingResponse------         , testAttachVPNGatewayResponse $---             attachVPNGatewayResponse------         , testCreateDHCPOptionsResponse $---             createDHCPOptionsResponse------         , testDescribeAccountAttributesResponse $---             describeAccountAttributesResponse------         , testModifyHostsResponse $---             modifyHostsResponse------         , testRebootInstancesResponse $---             rebootInstancesResponse------         , testCreateImageResponse $---             createImageResponse------         , testDescribeClassicLinkInstancesResponse $---             describeClassicLinkInstancesResponse------         , testTerminateInstancesResponse $---             terminateInstancesResponse------         , testDescribeKeyPairsResponse $---             describeKeyPairsResponse------         , testCreateVPNConnectionRouteResponse $---             createVPNConnectionRouteResponse------         , testAssociateRouteTableResponse $---             associateRouteTableResponse------         , testDescribeVPNGatewaysResponse $---             describeVPNGatewaysResponse------         , testGetConsoleOutputResponse $---             getConsoleOutputResponse------         , testDescribeHostsResponse $---             describeHostsResponse------         , testDescribeImageAttributeResponse $---             describeImageAttributeResponse------         , testModifyIdFormatResponse $---             modifyIdFormatResponse------         , testDeleteRouteTableResponse $---             deleteRouteTableResponse------         , testResetImageAttributeResponse $---             resetImageAttributeResponse------         , testDescribeReservedInstancesModificationsResponse $---             describeReservedInstancesModificationsResponse------         , testDescribeSpotInstanceRequestsResponse $---             describeSpotInstanceRequestsResponse------         , testUnassignPrivateIPAddressesResponse $---             unassignPrivateIPAddressesResponse------         , testDeleteDHCPOptionsResponse $---             deleteDHCPOptionsResponse------         , testDescribeNetworkACLsResponse $---             describeNetworkACLsResponse------         , testCancelImportTaskResponse $---             cancelImportTaskResponse------         , testDetachClassicLinkVPCResponse $---             detachClassicLinkVPCResponse------         , testDescribeRegionsResponse $---             describeRegionsResponse------         , testMonitorInstancesResponse $---             monitorInstancesResponse------         , testAcceptVPCPeeringConnectionResponse $---             acceptVPCPeeringConnectionResponse------         , testImportSnapshotResponse $---             importSnapshotResponse------         , testDescribeVolumeStatusResponse $---             describeVolumeStatusResponse------         , testDescribeRouteTablesResponse $---             describeRouteTablesResponse------         , testDescribeAvailabilityZonesResponse $---             describeAvailabilityZonesResponse------         , testModifyVPCAttributeResponse $---             modifyVPCAttributeResponse------         , testDescribeImagesResponse $---             describeImagesResponse------         , testRestoreAddressToClassicResponse $---             restoreAddressToClassicResponse------         , testCreateKeyPairResponse $---             createKeyPairResponse------         , testDeleteVolumeResponse $---             deleteVolumeResponse------         , testDescribeSpotFleetInstancesResponse $---             describeSpotFleetInstancesResponse------           ]---     ]---- Requests--testImportInstance :: ImportInstance -> TestTree-testImportInstance = req-    "ImportInstance"-    "fixture/ImportInstance.yaml"--testRevokeSecurityGroupEgress :: RevokeSecurityGroupEgress -> TestTree-testRevokeSecurityGroupEgress = req-    "RevokeSecurityGroupEgress"-    "fixture/RevokeSecurityGroupEgress.yaml"--testCreateVPNGateway :: CreateVPNGateway -> TestTree-testCreateVPNGateway = req-    "CreateVPNGateway"-    "fixture/CreateVPNGateway.yaml"--testCreateNetworkACL :: CreateNetworkACL -> TestTree-testCreateNetworkACL = req-    "CreateNetworkACL"-    "fixture/CreateNetworkACL.yaml"--testDeleteKeyPair :: DeleteKeyPair -> TestTree-testDeleteKeyPair = req-    "DeleteKeyPair"-    "fixture/DeleteKeyPair.yaml"--testDescribeTags :: DescribeTags -> TestTree-testDescribeTags = req-    "DescribeTags"-    "fixture/DescribeTags.yaml"--testDetachNetworkInterface :: DetachNetworkInterface -> TestTree-testDetachNetworkInterface = req-    "DetachNetworkInterface"-    "fixture/DetachNetworkInterface.yaml"--testDetachInternetGateway :: DetachInternetGateway -> TestTree-testDetachInternetGateway = req-    "DetachInternetGateway"-    "fixture/DetachInternetGateway.yaml"--testDeleteVPCEndpoints :: DeleteVPCEndpoints -> TestTree-testDeleteVPCEndpoints = req-    "DeleteVPCEndpoints"-    "fixture/DeleteVPCEndpoints.yaml"--testDeleteFlowLogs :: DeleteFlowLogs -> TestTree-testDeleteFlowLogs = req-    "DeleteFlowLogs"-    "fixture/DeleteFlowLogs.yaml"--testDescribeVPCClassicLink :: DescribeVPCClassicLink -> TestTree-testDescribeVPCClassicLink = req-    "DescribeVPCClassicLink"-    "fixture/DescribeVPCClassicLink.yaml"--testModifySubnetAttribute :: ModifySubnetAttribute -> TestTree-testModifySubnetAttribute = req-    "ModifySubnetAttribute"-    "fixture/ModifySubnetAttribute.yaml"--testDetachVolume :: DetachVolume -> TestTree-testDetachVolume = req-    "DetachVolume"-    "fixture/DetachVolume.yaml"--testCancelBundleTask :: CancelBundleTask -> TestTree-testCancelBundleTask = req-    "CancelBundleTask"-    "fixture/CancelBundleTask.yaml"--testReleaseAddress :: ReleaseAddress -> TestTree-testReleaseAddress = req-    "ReleaseAddress"-    "fixture/ReleaseAddress.yaml"--testCreateInternetGateway :: CreateInternetGateway -> TestTree-testCreateInternetGateway = req-    "CreateInternetGateway"-    "fixture/CreateInternetGateway.yaml"--testDeleteVPNConnection :: DeleteVPNConnection -> TestTree-testDeleteVPNConnection = req-    "DeleteVPNConnection"-    "fixture/DeleteVPNConnection.yaml"--testDescribeBundleTasks :: DescribeBundleTasks -> TestTree-testDescribeBundleTasks = req-    "DescribeBundleTasks"-    "fixture/DescribeBundleTasks.yaml"--testAuthorizeSecurityGroupEgress :: AuthorizeSecurityGroupEgress -> TestTree-testAuthorizeSecurityGroupEgress = req-    "AuthorizeSecurityGroupEgress"-    "fixture/AuthorizeSecurityGroupEgress.yaml"--testDeregisterImage :: DeregisterImage -> TestTree-testDeregisterImage = req-    "DeregisterImage"-    "fixture/DeregisterImage.yaml"--testModifyNetworkInterfaceAttribute :: ModifyNetworkInterfaceAttribute -> TestTree-testModifyNetworkInterfaceAttribute = req-    "ModifyNetworkInterfaceAttribute"-    "fixture/ModifyNetworkInterfaceAttribute.yaml"--testCancelReservedInstancesListing :: CancelReservedInstancesListing -> TestTree-testCancelReservedInstancesListing = req-    "CancelReservedInstancesListing"-    "fixture/CancelReservedInstancesListing.yaml"--testAttachClassicLinkVPC :: AttachClassicLinkVPC -> TestTree-testAttachClassicLinkVPC = req-    "AttachClassicLinkVPC"-    "fixture/AttachClassicLinkVPC.yaml"--testDescribeVPCClassicLinkDNSSupport :: DescribeVPCClassicLinkDNSSupport -> TestTree-testDescribeVPCClassicLinkDNSSupport = req-    "DescribeVPCClassicLinkDNSSupport"-    "fixture/DescribeVPCClassicLinkDNSSupport.yaml"--testRunScheduledInstances :: RunScheduledInstances -> TestTree-testRunScheduledInstances = req-    "RunScheduledInstances"-    "fixture/RunScheduledInstances.yaml"--testCancelSpotFleetRequests :: CancelSpotFleetRequests -> TestTree-testCancelSpotFleetRequests = req-    "CancelSpotFleetRequests"-    "fixture/CancelSpotFleetRequests.yaml"--testDescribeSpotPriceHistory :: DescribeSpotPriceHistory -> TestTree-testDescribeSpotPriceHistory = req-    "DescribeSpotPriceHistory"-    "fixture/DescribeSpotPriceHistory.yaml"--testDescribeDHCPOptions :: DescribeDHCPOptions -> TestTree-testDescribeDHCPOptions = req-    "DescribeDHCPOptions"-    "fixture/DescribeDHCPOptions.yaml"--testImportImage :: ImportImage -> TestTree-testImportImage = req-    "ImportImage"-    "fixture/ImportImage.yaml"--testStopInstances :: StopInstances -> TestTree-testStopInstances = req-    "StopInstances"-    "fixture/StopInstances.yaml"--testDescribeInternetGateways :: DescribeInternetGateways -> TestTree-testDescribeInternetGateways = req-    "DescribeInternetGateways"-    "fixture/DescribeInternetGateways.yaml"--testDisableVPCClassicLink :: DisableVPCClassicLink -> TestTree-testDisableVPCClassicLink = req-    "DisableVPCClassicLink"-    "fixture/DisableVPCClassicLink.yaml"--testBundleInstance :: BundleInstance -> TestTree-testBundleInstance = req-    "BundleInstance"-    "fixture/BundleInstance.yaml"--testDescribeNetworkInterfaces :: DescribeNetworkInterfaces -> TestTree-testDescribeNetworkInterfaces = req-    "DescribeNetworkInterfaces"-    "fixture/DescribeNetworkInterfaces.yaml"--testReplaceNetworkACLAssociation :: ReplaceNetworkACLAssociation -> TestTree-testReplaceNetworkACLAssociation = req-    "ReplaceNetworkACLAssociation"-    "fixture/ReplaceNetworkACLAssociation.yaml"--testDescribeNatGateways :: DescribeNatGateways -> TestTree-testDescribeNatGateways = req-    "DescribeNatGateways"-    "fixture/DescribeNatGateways.yaml"--testDescribeAddresses :: DescribeAddresses -> TestTree-testDescribeAddresses = req-    "DescribeAddresses"-    "fixture/DescribeAddresses.yaml"--testDescribeSnapshotAttribute :: DescribeSnapshotAttribute -> TestTree-testDescribeSnapshotAttribute = req-    "DescribeSnapshotAttribute"-    "fixture/DescribeSnapshotAttribute.yaml"--testReplaceRoute :: ReplaceRoute -> TestTree-testReplaceRoute = req-    "ReplaceRoute"-    "fixture/ReplaceRoute.yaml"--testDescribeVPCEndpointServices :: DescribeVPCEndpointServices -> TestTree-testDescribeVPCEndpointServices = req-    "DescribeVPCEndpointServices"-    "fixture/DescribeVPCEndpointServices.yaml"--testAuthorizeSecurityGroupIngress :: AuthorizeSecurityGroupIngress -> TestTree-testAuthorizeSecurityGroupIngress = req-    "AuthorizeSecurityGroupIngress"-    "fixture/AuthorizeSecurityGroupIngress.yaml"--testCreateVPCPeeringConnection :: CreateVPCPeeringConnection -> TestTree-testCreateVPCPeeringConnection = req-    "CreateVPCPeeringConnection"-    "fixture/CreateVPCPeeringConnection.yaml"--testDescribeSubnets :: DescribeSubnets -> TestTree-testDescribeSubnets = req-    "DescribeSubnets"-    "fixture/DescribeSubnets.yaml"--testCreateTags :: CreateTags -> TestTree-testCreateTags = req-    "CreateTags"-    "fixture/CreateTags.yaml"--testPurchaseReservedInstancesOffering :: PurchaseReservedInstancesOffering -> TestTree-testPurchaseReservedInstancesOffering = req-    "PurchaseReservedInstancesOffering"-    "fixture/PurchaseReservedInstancesOffering.yaml"--testDeleteNetworkACLEntry :: DeleteNetworkACLEntry -> TestTree-testDeleteNetworkACLEntry = req-    "DeleteNetworkACLEntry"-    "fixture/DeleteNetworkACLEntry.yaml"--testResetSnapshotAttribute :: ResetSnapshotAttribute -> TestTree-testResetSnapshotAttribute = req-    "ResetSnapshotAttribute"-    "fixture/ResetSnapshotAttribute.yaml"--testDescribeVPNConnections :: DescribeVPNConnections -> TestTree-testDescribeVPNConnections = req-    "DescribeVPNConnections"-    "fixture/DescribeVPNConnections.yaml"--testDeleteRoute :: DeleteRoute -> TestTree-testDeleteRoute = req-    "DeleteRoute"-    "fixture/DeleteRoute.yaml"--testReplaceNetworkACLEntry :: ReplaceNetworkACLEntry -> TestTree-testReplaceNetworkACLEntry = req-    "ReplaceNetworkACLEntry"-    "fixture/ReplaceNetworkACLEntry.yaml"--testDescribeVPCEndpoints :: DescribeVPCEndpoints -> TestTree-testDescribeVPCEndpoints = req-    "DescribeVPCEndpoints"-    "fixture/DescribeVPCEndpoints.yaml"--testResetInstanceAttribute :: ResetInstanceAttribute -> TestTree-testResetInstanceAttribute = req-    "ResetInstanceAttribute"-    "fixture/ResetInstanceAttribute.yaml"--testAttachNetworkInterface :: AttachNetworkInterface -> TestTree-testAttachNetworkInterface = req-    "AttachNetworkInterface"-    "fixture/AttachNetworkInterface.yaml"--testDescribeInstanceStatus :: DescribeInstanceStatus -> TestTree-testDescribeInstanceStatus = req-    "DescribeInstanceStatus"-    "fixture/DescribeInstanceStatus.yaml"--testImportKeyPair :: ImportKeyPair -> TestTree-testImportKeyPair = req-    "ImportKeyPair"-    "fixture/ImportKeyPair.yaml"--testDeleteTags :: DeleteTags -> TestTree-testDeleteTags = req-    "DeleteTags"-    "fixture/DeleteTags.yaml"--testConfirmProductInstance :: ConfirmProductInstance -> TestTree-testConfirmProductInstance = req-    "ConfirmProductInstance"-    "fixture/ConfirmProductInstance.yaml"--testDescribeInstanceAttribute :: DescribeInstanceAttribute -> TestTree-testDescribeInstanceAttribute = req-    "DescribeInstanceAttribute"-    "fixture/DescribeInstanceAttribute.yaml"--testDescribeReservedInstancesOfferings :: DescribeReservedInstancesOfferings -> TestTree-testDescribeReservedInstancesOfferings = req-    "DescribeReservedInstancesOfferings"-    "fixture/DescribeReservedInstancesOfferings.yaml"--testCreateCustomerGateway :: CreateCustomerGateway -> TestTree-testCreateCustomerGateway = req-    "CreateCustomerGateway"-    "fixture/CreateCustomerGateway.yaml"--testDeleteSecurityGroup :: DeleteSecurityGroup -> TestTree-testDeleteSecurityGroup = req-    "DeleteSecurityGroup"-    "fixture/DeleteSecurityGroup.yaml"--testDeleteVPCPeeringConnection :: DeleteVPCPeeringConnection -> TestTree-testDeleteVPCPeeringConnection = req-    "DeleteVPCPeeringConnection"-    "fixture/DeleteVPCPeeringConnection.yaml"--testAttachInternetGateway :: AttachInternetGateway -> TestTree-testAttachInternetGateway = req-    "AttachInternetGateway"-    "fixture/AttachInternetGateway.yaml"--testModifyInstancePlacement :: ModifyInstancePlacement -> TestTree-testModifyInstancePlacement = req-    "ModifyInstancePlacement"-    "fixture/ModifyInstancePlacement.yaml"--testDescribeFlowLogs :: DescribeFlowLogs -> TestTree-testDescribeFlowLogs = req-    "DescribeFlowLogs"-    "fixture/DescribeFlowLogs.yaml"--testRunInstances :: RunInstances -> TestTree-testRunInstances = req-    "RunInstances"-    "fixture/RunInstances.yaml"--testAssociateDHCPOptions :: AssociateDHCPOptions -> TestTree-testAssociateDHCPOptions = req-    "AssociateDHCPOptions"-    "fixture/AssociateDHCPOptions.yaml"--testDescribeReservedInstances :: DescribeReservedInstances -> TestTree-testDescribeReservedInstances = req-    "DescribeReservedInstances"-    "fixture/DescribeReservedInstances.yaml"--testDescribeIdFormat :: DescribeIdFormat -> TestTree-testDescribeIdFormat = req-    "DescribeIdFormat"-    "fixture/DescribeIdFormat.yaml"--testDescribeVPCs :: DescribeVPCs -> TestTree-testDescribeVPCs = req-    "DescribeVPCs"-    "fixture/DescribeVPCs.yaml"--testDescribeConversionTasks :: DescribeConversionTasks -> TestTree-testDescribeConversionTasks = req-    "DescribeConversionTasks"-    "fixture/DescribeConversionTasks.yaml"--testDisableVPCClassicLinkDNSSupport :: DisableVPCClassicLinkDNSSupport -> TestTree-testDisableVPCClassicLinkDNSSupport = req-    "DisableVPCClassicLinkDNSSupport"-    "fixture/DisableVPCClassicLinkDNSSupport.yaml"--testAllocateAddress :: AllocateAddress -> TestTree-testAllocateAddress = req-    "AllocateAddress"-    "fixture/AllocateAddress.yaml"--testCancelConversionTask :: CancelConversionTask -> TestTree-testCancelConversionTask = req-    "CancelConversionTask"-    "fixture/CancelConversionTask.yaml"--testModifyImageAttribute :: ModifyImageAttribute -> TestTree-testModifyImageAttribute = req-    "ModifyImageAttribute"-    "fixture/ModifyImageAttribute.yaml"--testCreateRouteTable :: CreateRouteTable -> TestTree-testCreateRouteTable = req-    "CreateRouteTable"-    "fixture/CreateRouteTable.yaml"--testReportInstanceStatus :: ReportInstanceStatus -> TestTree-testReportInstanceStatus = req-    "ReportInstanceStatus"-    "fixture/ReportInstanceStatus.yaml"--testAttachVolume :: AttachVolume -> TestTree-testAttachVolume = req-    "AttachVolume"-    "fixture/AttachVolume.yaml"--testRequestSpotInstances :: RequestSpotInstances -> TestTree-testRequestSpotInstances = req-    "RequestSpotInstances"-    "fixture/RequestSpotInstances.yaml"--testDescribeVolumes :: DescribeVolumes -> TestTree-testDescribeVolumes = req-    "DescribeVolumes"-    "fixture/DescribeVolumes.yaml"--testRejectVPCPeeringConnection :: RejectVPCPeeringConnection -> TestTree-testRejectVPCPeeringConnection = req-    "RejectVPCPeeringConnection"-    "fixture/RejectVPCPeeringConnection.yaml"--testDeleteVPNConnectionRoute :: DeleteVPNConnectionRoute -> TestTree-testDeleteVPNConnectionRoute = req-    "DeleteVPNConnectionRoute"-    "fixture/DeleteVPNConnectionRoute.yaml"--testModifyVPCEndpoint :: ModifyVPCEndpoint -> TestTree-testModifyVPCEndpoint = req-    "ModifyVPCEndpoint"-    "fixture/ModifyVPCEndpoint.yaml"--testAllocateHosts :: AllocateHosts -> TestTree-testAllocateHosts = req-    "AllocateHosts"-    "fixture/AllocateHosts.yaml"--testRegisterImage :: RegisterImage -> TestTree-testRegisterImage = req-    "RegisterImage"-    "fixture/RegisterImage.yaml"--testRevokeSecurityGroupIngress :: RevokeSecurityGroupIngress -> TestTree-testRevokeSecurityGroupIngress = req-    "RevokeSecurityGroupIngress"-    "fixture/RevokeSecurityGroupIngress.yaml"--testEnableVPCClassicLinkDNSSupport :: EnableVPCClassicLinkDNSSupport -> TestTree-testEnableVPCClassicLinkDNSSupport = req-    "EnableVPCClassicLinkDNSSupport"-    "fixture/EnableVPCClassicLinkDNSSupport.yaml"--testModifyReservedInstances :: ModifyReservedInstances -> TestTree-testModifyReservedInstances = req-    "ModifyReservedInstances"-    "fixture/ModifyReservedInstances.yaml"--testDescribeScheduledInstances :: DescribeScheduledInstances -> TestTree-testDescribeScheduledInstances = req-    "DescribeScheduledInstances"-    "fixture/DescribeScheduledInstances.yaml"--testCreateFlowLogs :: CreateFlowLogs -> TestTree-testCreateFlowLogs = req-    "CreateFlowLogs"-    "fixture/CreateFlowLogs.yaml"--testDescribeSpotFleetRequests :: DescribeSpotFleetRequests -> TestTree-testDescribeSpotFleetRequests = req-    "DescribeSpotFleetRequests"-    "fixture/DescribeSpotFleetRequests.yaml"--testMoveAddressToVPC :: MoveAddressToVPC -> TestTree-testMoveAddressToVPC = req-    "MoveAddressToVPC"-    "fixture/MoveAddressToVPC.yaml"--testDeleteNetworkACL :: DeleteNetworkACL -> TestTree-testDeleteNetworkACL = req-    "DeleteNetworkACL"-    "fixture/DeleteNetworkACL.yaml"--testDeleteVPNGateway :: DeleteVPNGateway -> TestTree-testDeleteVPNGateway = req-    "DeleteVPNGateway"-    "fixture/DeleteVPNGateway.yaml"--testDescribeImportImageTasks :: DescribeImportImageTasks -> TestTree-testDescribeImportImageTasks = req-    "DescribeImportImageTasks"-    "fixture/DescribeImportImageTasks.yaml"--testDescribeVolumeAttribute :: DescribeVolumeAttribute -> TestTree-testDescribeVolumeAttribute = req-    "DescribeVolumeAttribute"-    "fixture/DescribeVolumeAttribute.yaml"--testDescribeMovingAddresses :: DescribeMovingAddresses -> TestTree-testDescribeMovingAddresses = req-    "DescribeMovingAddresses"-    "fixture/DescribeMovingAddresses.yaml"--testGetPasswordData :: GetPasswordData -> TestTree-testGetPasswordData = req-    "GetPasswordData"-    "fixture/GetPasswordData.yaml"--testCreateVPC :: CreateVPC -> TestTree-testCreateVPC = req-    "CreateVPC"-    "fixture/CreateVPC.yaml"--testModifyVPCPeeringConnectionOptions :: ModifyVPCPeeringConnectionOptions -> TestTree-testModifyVPCPeeringConnectionOptions = req-    "ModifyVPCPeeringConnectionOptions"-    "fixture/ModifyVPCPeeringConnectionOptions.yaml"--testCopySnapshot :: CopySnapshot -> TestTree-testCopySnapshot = req-    "CopySnapshot"-    "fixture/CopySnapshot.yaml"--testDisassociateAddress :: DisassociateAddress -> TestTree-testDisassociateAddress = req-    "DisassociateAddress"-    "fixture/DisassociateAddress.yaml"--testDeleteVPC :: DeleteVPC -> TestTree-testDeleteVPC = req-    "DeleteVPC"-    "fixture/DeleteVPC.yaml"--testCreateInstanceExportTask :: CreateInstanceExportTask -> TestTree-testCreateInstanceExportTask = req-    "CreateInstanceExportTask"-    "fixture/CreateInstanceExportTask.yaml"--testDescribeVPCAttribute :: DescribeVPCAttribute -> TestTree-testDescribeVPCAttribute = req-    "DescribeVPCAttribute"-    "fixture/DescribeVPCAttribute.yaml"--testCreateVolume :: CreateVolume -> TestTree-testCreateVolume = req-    "CreateVolume"-    "fixture/CreateVolume.yaml"--testDescribeScheduledInstanceAvailability :: DescribeScheduledInstanceAvailability -> TestTree-testDescribeScheduledInstanceAvailability = req-    "DescribeScheduledInstanceAvailability"-    "fixture/DescribeScheduledInstanceAvailability.yaml"--testModifyVolumeAttribute :: ModifyVolumeAttribute -> TestTree-testModifyVolumeAttribute = req-    "ModifyVolumeAttribute"-    "fixture/ModifyVolumeAttribute.yaml"--testDescribeSpotDatafeedSubscription :: DescribeSpotDatafeedSubscription -> TestTree-testDescribeSpotDatafeedSubscription = req-    "DescribeSpotDatafeedSubscription"-    "fixture/DescribeSpotDatafeedSubscription.yaml"--testDescribePrefixLists :: DescribePrefixLists -> TestTree-testDescribePrefixLists = req-    "DescribePrefixLists"-    "fixture/DescribePrefixLists.yaml"--testDeletePlacementGroup :: DeletePlacementGroup -> TestTree-testDeletePlacementGroup = req-    "DeletePlacementGroup"-    "fixture/DeletePlacementGroup.yaml"--testRequestSpotFleet :: RequestSpotFleet -> TestTree-testRequestSpotFleet = req-    "RequestSpotFleet"-    "fixture/RequestSpotFleet.yaml"--testCreateSubnet :: CreateSubnet -> TestTree-testCreateSubnet = req-    "CreateSubnet"-    "fixture/CreateSubnet.yaml"--testCreateNetworkInterface :: CreateNetworkInterface -> TestTree-testCreateNetworkInterface = req-    "CreateNetworkInterface"-    "fixture/CreateNetworkInterface.yaml"--testDescribeSecurityGroups :: DescribeSecurityGroups -> TestTree-testDescribeSecurityGroups = req-    "DescribeSecurityGroups"-    "fixture/DescribeSecurityGroups.yaml"--testDescribeExportTasks :: DescribeExportTasks -> TestTree-testDescribeExportTasks = req-    "DescribeExportTasks"-    "fixture/DescribeExportTasks.yaml"--testModifySpotFleetRequest :: ModifySpotFleetRequest -> TestTree-testModifySpotFleetRequest = req-    "ModifySpotFleetRequest"-    "fixture/ModifySpotFleetRequest.yaml"--testDetachVPNGateway :: DetachVPNGateway -> TestTree-testDetachVPNGateway = req-    "DetachVPNGateway"-    "fixture/DetachVPNGateway.yaml"--testEnableVolumeIO :: EnableVolumeIO -> TestTree-testEnableVolumeIO = req-    "EnableVolumeIO"-    "fixture/EnableVolumeIO.yaml"--testDescribeInstances :: DescribeInstances -> TestTree-testDescribeInstances = req-    "DescribeInstances"-    "fixture/DescribeInstances.yaml"--testCreateNatGateway :: CreateNatGateway -> TestTree-testCreateNatGateway = req-    "CreateNatGateway"-    "fixture/CreateNatGateway.yaml"--testDescribeVPCPeeringConnections :: DescribeVPCPeeringConnections -> TestTree-testDescribeVPCPeeringConnections = req-    "DescribeVPCPeeringConnections"-    "fixture/DescribeVPCPeeringConnections.yaml"--testCancelExportTask :: CancelExportTask -> TestTree-testCancelExportTask = req-    "CancelExportTask"-    "fixture/CancelExportTask.yaml"--testDeleteNetworkInterface :: DeleteNetworkInterface -> TestTree-testDeleteNetworkInterface = req-    "DeleteNetworkInterface"-    "fixture/DeleteNetworkInterface.yaml"--testReplaceRouteTableAssociation :: ReplaceRouteTableAssociation -> TestTree-testReplaceRouteTableAssociation = req-    "ReplaceRouteTableAssociation"-    "fixture/ReplaceRouteTableAssociation.yaml"--testStartInstances :: StartInstances -> TestTree-testStartInstances = req-    "StartInstances"-    "fixture/StartInstances.yaml"--testCreatePlacementGroup :: CreatePlacementGroup -> TestTree-testCreatePlacementGroup = req-    "CreatePlacementGroup"-    "fixture/CreatePlacementGroup.yaml"--testDescribeSnapshots :: DescribeSnapshots -> TestTree-testDescribeSnapshots = req-    "DescribeSnapshots"-    "fixture/DescribeSnapshots.yaml"--testAssociateAddress :: AssociateAddress -> TestTree-testAssociateAddress = req-    "AssociateAddress"-    "fixture/AssociateAddress.yaml"--testDescribeNetworkInterfaceAttribute :: DescribeNetworkInterfaceAttribute -> TestTree-testDescribeNetworkInterfaceAttribute = req-    "DescribeNetworkInterfaceAttribute"-    "fixture/DescribeNetworkInterfaceAttribute.yaml"--testReleaseHosts :: ReleaseHosts -> TestTree-testReleaseHosts = req-    "ReleaseHosts"-    "fixture/ReleaseHosts.yaml"--testResetNetworkInterfaceAttribute :: ResetNetworkInterfaceAttribute -> TestTree-testResetNetworkInterfaceAttribute = req-    "ResetNetworkInterfaceAttribute"-    "fixture/ResetNetworkInterfaceAttribute.yaml"--testDeleteInternetGateway :: DeleteInternetGateway -> TestTree-testDeleteInternetGateway = req-    "DeleteInternetGateway"-    "fixture/DeleteInternetGateway.yaml"--testDescribeReservedInstancesListings :: DescribeReservedInstancesListings -> TestTree-testDescribeReservedInstancesListings = req-    "DescribeReservedInstancesListings"-    "fixture/DescribeReservedInstancesListings.yaml"--testCreateVPNConnection :: CreateVPNConnection -> TestTree-testCreateVPNConnection = req-    "CreateVPNConnection"-    "fixture/CreateVPNConnection.yaml"--testDeleteNatGateway :: DeleteNatGateway -> TestTree-testDeleteNatGateway = req-    "DeleteNatGateway"-    "fixture/DeleteNatGateway.yaml"--testDescribeImportSnapshotTasks :: DescribeImportSnapshotTasks -> TestTree-testDescribeImportSnapshotTasks = req-    "DescribeImportSnapshotTasks"-    "fixture/DescribeImportSnapshotTasks.yaml"--testDescribeCustomerGateways :: DescribeCustomerGateways -> TestTree-testDescribeCustomerGateways = req-    "DescribeCustomerGateways"-    "fixture/DescribeCustomerGateways.yaml"--testDeleteSubnet :: DeleteSubnet -> TestTree-testDeleteSubnet = req-    "DeleteSubnet"-    "fixture/DeleteSubnet.yaml"--testCopyImage :: CopyImage -> TestTree-testCopyImage = req-    "CopyImage"-    "fixture/CopyImage.yaml"--testCreateVPCEndpoint :: CreateVPCEndpoint -> TestTree-testCreateVPCEndpoint = req-    "CreateVPCEndpoint"-    "fixture/CreateVPCEndpoint.yaml"--testUnmonitorInstances :: UnmonitorInstances -> TestTree-testUnmonitorInstances = req-    "UnmonitorInstances"-    "fixture/UnmonitorInstances.yaml"--testCreateSecurityGroup :: CreateSecurityGroup -> TestTree-testCreateSecurityGroup = req-    "CreateSecurityGroup"-    "fixture/CreateSecurityGroup.yaml"--testImportVolume :: ImportVolume -> TestTree-testImportVolume = req-    "ImportVolume"-    "fixture/ImportVolume.yaml"--testDisableVGWRoutePropagation :: DisableVGWRoutePropagation -> TestTree-testDisableVGWRoutePropagation = req-    "DisableVGWRoutePropagation"-    "fixture/DisableVGWRoutePropagation.yaml"--testCreateSpotDatafeedSubscription :: CreateSpotDatafeedSubscription -> TestTree-testCreateSpotDatafeedSubscription = req-    "CreateSpotDatafeedSubscription"-    "fixture/CreateSpotDatafeedSubscription.yaml"--testCancelSpotInstanceRequests :: CancelSpotInstanceRequests -> TestTree-testCancelSpotInstanceRequests = req-    "CancelSpotInstanceRequests"-    "fixture/CancelSpotInstanceRequests.yaml"--testCreateRoute :: CreateRoute -> TestTree-testCreateRoute = req-    "CreateRoute"-    "fixture/CreateRoute.yaml"--testDeleteSnapshot :: DeleteSnapshot -> TestTree-testDeleteSnapshot = req-    "DeleteSnapshot"-    "fixture/DeleteSnapshot.yaml"--testAssignPrivateIPAddresses :: AssignPrivateIPAddresses -> TestTree-testAssignPrivateIPAddresses = req-    "AssignPrivateIPAddresses"-    "fixture/AssignPrivateIPAddresses.yaml"--testModifyInstanceAttribute :: ModifyInstanceAttribute -> TestTree-testModifyInstanceAttribute = req-    "ModifyInstanceAttribute"-    "fixture/ModifyInstanceAttribute.yaml"--testDeleteCustomerGateway :: DeleteCustomerGateway -> TestTree-testDeleteCustomerGateway = req-    "DeleteCustomerGateway"-    "fixture/DeleteCustomerGateway.yaml"--testDisassociateRouteTable :: DisassociateRouteTable -> TestTree-testDisassociateRouteTable = req-    "DisassociateRouteTable"-    "fixture/DisassociateRouteTable.yaml"--testDeleteSpotDatafeedSubscription :: DeleteSpotDatafeedSubscription -> TestTree-testDeleteSpotDatafeedSubscription = req-    "DeleteSpotDatafeedSubscription"-    "fixture/DeleteSpotDatafeedSubscription.yaml"--testEnableVPCClassicLink :: EnableVPCClassicLink -> TestTree-testEnableVPCClassicLink = req-    "EnableVPCClassicLink"-    "fixture/EnableVPCClassicLink.yaml"--testDescribePlacementGroups :: DescribePlacementGroups -> TestTree-testDescribePlacementGroups = req-    "DescribePlacementGroups"-    "fixture/DescribePlacementGroups.yaml"--testPurchaseScheduledInstances :: PurchaseScheduledInstances -> TestTree-testPurchaseScheduledInstances = req-    "PurchaseScheduledInstances"-    "fixture/PurchaseScheduledInstances.yaml"--testEnableVGWRoutePropagation :: EnableVGWRoutePropagation -> TestTree-testEnableVGWRoutePropagation = req-    "EnableVGWRoutePropagation"-    "fixture/EnableVGWRoutePropagation.yaml"--testDescribeSpotFleetRequestHistory :: DescribeSpotFleetRequestHistory -> TestTree-testDescribeSpotFleetRequestHistory = req-    "DescribeSpotFleetRequestHistory"-    "fixture/DescribeSpotFleetRequestHistory.yaml"--testModifySnapshotAttribute :: ModifySnapshotAttribute -> TestTree-testModifySnapshotAttribute = req-    "ModifySnapshotAttribute"-    "fixture/ModifySnapshotAttribute.yaml"--testCreateSnapshot :: CreateSnapshot -> TestTree-testCreateSnapshot = req-    "CreateSnapshot"-    "fixture/CreateSnapshot.yaml"--testCreateNetworkACLEntry :: CreateNetworkACLEntry -> TestTree-testCreateNetworkACLEntry = req-    "CreateNetworkACLEntry"-    "fixture/CreateNetworkACLEntry.yaml"--testCreateReservedInstancesListing :: CreateReservedInstancesListing -> TestTree-testCreateReservedInstancesListing = req-    "CreateReservedInstancesListing"-    "fixture/CreateReservedInstancesListing.yaml"--testAttachVPNGateway :: AttachVPNGateway -> TestTree-testAttachVPNGateway = req-    "AttachVPNGateway"-    "fixture/AttachVPNGateway.yaml"--testCreateDHCPOptions :: CreateDHCPOptions -> TestTree-testCreateDHCPOptions = req-    "CreateDHCPOptions"-    "fixture/CreateDHCPOptions.yaml"--testDescribeAccountAttributes :: DescribeAccountAttributes -> TestTree-testDescribeAccountAttributes = req-    "DescribeAccountAttributes"-    "fixture/DescribeAccountAttributes.yaml"--testModifyHosts :: ModifyHosts -> TestTree-testModifyHosts = req-    "ModifyHosts"-    "fixture/ModifyHosts.yaml"--testRebootInstances :: RebootInstances -> TestTree-testRebootInstances = req-    "RebootInstances"-    "fixture/RebootInstances.yaml"--testCreateImage :: CreateImage -> TestTree-testCreateImage = req-    "CreateImage"-    "fixture/CreateImage.yaml"--testDescribeClassicLinkInstances :: DescribeClassicLinkInstances -> TestTree-testDescribeClassicLinkInstances = req-    "DescribeClassicLinkInstances"-    "fixture/DescribeClassicLinkInstances.yaml"--testTerminateInstances :: TerminateInstances -> TestTree-testTerminateInstances = req-    "TerminateInstances"-    "fixture/TerminateInstances.yaml"--testDescribeKeyPairs :: DescribeKeyPairs -> TestTree-testDescribeKeyPairs = req-    "DescribeKeyPairs"-    "fixture/DescribeKeyPairs.yaml"--testCreateVPNConnectionRoute :: CreateVPNConnectionRoute -> TestTree-testCreateVPNConnectionRoute = req-    "CreateVPNConnectionRoute"-    "fixture/CreateVPNConnectionRoute.yaml"--testAssociateRouteTable :: AssociateRouteTable -> TestTree-testAssociateRouteTable = req-    "AssociateRouteTable"-    "fixture/AssociateRouteTable.yaml"--testDescribeVPNGateways :: DescribeVPNGateways -> TestTree-testDescribeVPNGateways = req-    "DescribeVPNGateways"-    "fixture/DescribeVPNGateways.yaml"--testGetConsoleOutput :: GetConsoleOutput -> TestTree-testGetConsoleOutput = req-    "GetConsoleOutput"-    "fixture/GetConsoleOutput.yaml"--testDescribeHosts :: DescribeHosts -> TestTree-testDescribeHosts = req-    "DescribeHosts"-    "fixture/DescribeHosts.yaml"--testDescribeImageAttribute :: DescribeImageAttribute -> TestTree-testDescribeImageAttribute = req-    "DescribeImageAttribute"-    "fixture/DescribeImageAttribute.yaml"--testModifyIdFormat :: ModifyIdFormat -> TestTree-testModifyIdFormat = req-    "ModifyIdFormat"-    "fixture/ModifyIdFormat.yaml"--testDeleteRouteTable :: DeleteRouteTable -> TestTree-testDeleteRouteTable = req-    "DeleteRouteTable"-    "fixture/DeleteRouteTable.yaml"--testResetImageAttribute :: ResetImageAttribute -> TestTree-testResetImageAttribute = req-    "ResetImageAttribute"-    "fixture/ResetImageAttribute.yaml"--testDescribeReservedInstancesModifications :: DescribeReservedInstancesModifications -> TestTree-testDescribeReservedInstancesModifications = req-    "DescribeReservedInstancesModifications"-    "fixture/DescribeReservedInstancesModifications.yaml"--testDescribeSpotInstanceRequests :: DescribeSpotInstanceRequests -> TestTree-testDescribeSpotInstanceRequests = req-    "DescribeSpotInstanceRequests"-    "fixture/DescribeSpotInstanceRequests.yaml"--testUnassignPrivateIPAddresses :: UnassignPrivateIPAddresses -> TestTree-testUnassignPrivateIPAddresses = req-    "UnassignPrivateIPAddresses"-    "fixture/UnassignPrivateIPAddresses.yaml"--testDeleteDHCPOptions :: DeleteDHCPOptions -> TestTree-testDeleteDHCPOptions = req-    "DeleteDHCPOptions"-    "fixture/DeleteDHCPOptions.yaml"--testDescribeNetworkACLs :: DescribeNetworkACLs -> TestTree-testDescribeNetworkACLs = req-    "DescribeNetworkACLs"-    "fixture/DescribeNetworkACLs.yaml"--testCancelImportTask :: CancelImportTask -> TestTree-testCancelImportTask = req-    "CancelImportTask"-    "fixture/CancelImportTask.yaml"--testDetachClassicLinkVPC :: DetachClassicLinkVPC -> TestTree-testDetachClassicLinkVPC = req-    "DetachClassicLinkVPC"-    "fixture/DetachClassicLinkVPC.yaml"--testDescribeRegions :: DescribeRegions -> TestTree-testDescribeRegions = req-    "DescribeRegions"-    "fixture/DescribeRegions.yaml"--testMonitorInstances :: MonitorInstances -> TestTree-testMonitorInstances = req-    "MonitorInstances"-    "fixture/MonitorInstances.yaml"--testAcceptVPCPeeringConnection :: AcceptVPCPeeringConnection -> TestTree-testAcceptVPCPeeringConnection = req-    "AcceptVPCPeeringConnection"-    "fixture/AcceptVPCPeeringConnection.yaml"--testImportSnapshot :: ImportSnapshot -> TestTree-testImportSnapshot = req-    "ImportSnapshot"-    "fixture/ImportSnapshot.yaml"--testDescribeVolumeStatus :: DescribeVolumeStatus -> TestTree-testDescribeVolumeStatus = req-    "DescribeVolumeStatus"-    "fixture/DescribeVolumeStatus.yaml"--testDescribeRouteTables :: DescribeRouteTables -> TestTree-testDescribeRouteTables = req-    "DescribeRouteTables"-    "fixture/DescribeRouteTables.yaml"--testDescribeAvailabilityZones :: DescribeAvailabilityZones -> TestTree-testDescribeAvailabilityZones = req-    "DescribeAvailabilityZones"-    "fixture/DescribeAvailabilityZones.yaml"--testModifyVPCAttribute :: ModifyVPCAttribute -> TestTree-testModifyVPCAttribute = req-    "ModifyVPCAttribute"-    "fixture/ModifyVPCAttribute.yaml"--testDescribeImages :: DescribeImages -> TestTree-testDescribeImages = req-    "DescribeImages"-    "fixture/DescribeImages.yaml"--testRestoreAddressToClassic :: RestoreAddressToClassic -> TestTree-testRestoreAddressToClassic = req-    "RestoreAddressToClassic"-    "fixture/RestoreAddressToClassic.yaml"--testCreateKeyPair :: CreateKeyPair -> TestTree-testCreateKeyPair = req-    "CreateKeyPair"-    "fixture/CreateKeyPair.yaml"--testDeleteVolume :: DeleteVolume -> TestTree-testDeleteVolume = req-    "DeleteVolume"-    "fixture/DeleteVolume.yaml"--testDescribeSpotFleetInstances :: DescribeSpotFleetInstances -> TestTree-testDescribeSpotFleetInstances = req-    "DescribeSpotFleetInstances"-    "fixture/DescribeSpotFleetInstances.yaml"---- Responses--testImportInstanceResponse :: ImportInstanceResponse -> TestTree-testImportInstanceResponse = res-    "ImportInstanceResponse"-    "fixture/ImportInstanceResponse.proto"-    ec2-    (Proxy :: Proxy ImportInstance)--testRevokeSecurityGroupEgressResponse :: RevokeSecurityGroupEgressResponse -> TestTree-testRevokeSecurityGroupEgressResponse = res-    "RevokeSecurityGroupEgressResponse"-    "fixture/RevokeSecurityGroupEgressResponse.proto"-    ec2-    (Proxy :: Proxy RevokeSecurityGroupEgress)--testCreateVPNGatewayResponse :: CreateVPNGatewayResponse -> TestTree-testCreateVPNGatewayResponse = res-    "CreateVPNGatewayResponse"-    "fixture/CreateVPNGatewayResponse.proto"-    ec2-    (Proxy :: Proxy CreateVPNGateway)--testCreateNetworkACLResponse :: CreateNetworkACLResponse -> TestTree-testCreateNetworkACLResponse = res-    "CreateNetworkACLResponse"-    "fixture/CreateNetworkACLResponse.proto"-    ec2-    (Proxy :: Proxy CreateNetworkACL)--testDeleteKeyPairResponse :: DeleteKeyPairResponse -> TestTree-testDeleteKeyPairResponse = res-    "DeleteKeyPairResponse"-    "fixture/DeleteKeyPairResponse.proto"-    ec2-    (Proxy :: Proxy DeleteKeyPair)--testDescribeTagsResponse :: DescribeTagsResponse -> TestTree-testDescribeTagsResponse = res-    "DescribeTagsResponse"-    "fixture/DescribeTagsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeTags)--testDetachNetworkInterfaceResponse :: DetachNetworkInterfaceResponse -> TestTree-testDetachNetworkInterfaceResponse = res-    "DetachNetworkInterfaceResponse"-    "fixture/DetachNetworkInterfaceResponse.proto"-    ec2-    (Proxy :: Proxy DetachNetworkInterface)--testDetachInternetGatewayResponse :: DetachInternetGatewayResponse -> TestTree-testDetachInternetGatewayResponse = res-    "DetachInternetGatewayResponse"-    "fixture/DetachInternetGatewayResponse.proto"-    ec2-    (Proxy :: Proxy DetachInternetGateway)--testDeleteVPCEndpointsResponse :: DeleteVPCEndpointsResponse -> TestTree-testDeleteVPCEndpointsResponse = res-    "DeleteVPCEndpointsResponse"-    "fixture/DeleteVPCEndpointsResponse.proto"-    ec2-    (Proxy :: Proxy DeleteVPCEndpoints)--testDeleteFlowLogsResponse :: DeleteFlowLogsResponse -> TestTree-testDeleteFlowLogsResponse = res-    "DeleteFlowLogsResponse"-    "fixture/DeleteFlowLogsResponse.proto"-    ec2-    (Proxy :: Proxy DeleteFlowLogs)--testDescribeVPCClassicLinkResponse :: DescribeVPCClassicLinkResponse -> TestTree-testDescribeVPCClassicLinkResponse = res-    "DescribeVPCClassicLinkResponse"-    "fixture/DescribeVPCClassicLinkResponse.proto"-    ec2-    (Proxy :: Proxy DescribeVPCClassicLink)--testModifySubnetAttributeResponse :: ModifySubnetAttributeResponse -> TestTree-testModifySubnetAttributeResponse = res-    "ModifySubnetAttributeResponse"-    "fixture/ModifySubnetAttributeResponse.proto"-    ec2-    (Proxy :: Proxy ModifySubnetAttribute)--testDetachVolumeResponse :: VolumeAttachment -> TestTree-testDetachVolumeResponse = res-    "DetachVolumeResponse"-    "fixture/DetachVolumeResponse.proto"-    ec2-    (Proxy :: Proxy DetachVolume)--testCancelBundleTaskResponse :: CancelBundleTaskResponse -> TestTree-testCancelBundleTaskResponse = res-    "CancelBundleTaskResponse"-    "fixture/CancelBundleTaskResponse.proto"-    ec2-    (Proxy :: Proxy CancelBundleTask)--testReleaseAddressResponse :: ReleaseAddressResponse -> TestTree-testReleaseAddressResponse = res-    "ReleaseAddressResponse"-    "fixture/ReleaseAddressResponse.proto"-    ec2-    (Proxy :: Proxy ReleaseAddress)--testCreateInternetGatewayResponse :: CreateInternetGatewayResponse -> TestTree-testCreateInternetGatewayResponse = res-    "CreateInternetGatewayResponse"-    "fixture/CreateInternetGatewayResponse.proto"-    ec2-    (Proxy :: Proxy CreateInternetGateway)--testDeleteVPNConnectionResponse :: DeleteVPNConnectionResponse -> TestTree-testDeleteVPNConnectionResponse = res-    "DeleteVPNConnectionResponse"-    "fixture/DeleteVPNConnectionResponse.proto"-    ec2-    (Proxy :: Proxy DeleteVPNConnection)--testDescribeBundleTasksResponse :: DescribeBundleTasksResponse -> TestTree-testDescribeBundleTasksResponse = res-    "DescribeBundleTasksResponse"-    "fixture/DescribeBundleTasksResponse.proto"-    ec2-    (Proxy :: Proxy DescribeBundleTasks)--testAuthorizeSecurityGroupEgressResponse :: AuthorizeSecurityGroupEgressResponse -> TestTree-testAuthorizeSecurityGroupEgressResponse = res-    "AuthorizeSecurityGroupEgressResponse"-    "fixture/AuthorizeSecurityGroupEgressResponse.proto"-    ec2-    (Proxy :: Proxy AuthorizeSecurityGroupEgress)--testDeregisterImageResponse :: DeregisterImageResponse -> TestTree-testDeregisterImageResponse = res-    "DeregisterImageResponse"-    "fixture/DeregisterImageResponse.proto"-    ec2-    (Proxy :: Proxy DeregisterImage)--testModifyNetworkInterfaceAttributeResponse :: ModifyNetworkInterfaceAttributeResponse -> TestTree-testModifyNetworkInterfaceAttributeResponse = res-    "ModifyNetworkInterfaceAttributeResponse"-    "fixture/ModifyNetworkInterfaceAttributeResponse.proto"-    ec2-    (Proxy :: Proxy ModifyNetworkInterfaceAttribute)--testCancelReservedInstancesListingResponse :: CancelReservedInstancesListingResponse -> TestTree-testCancelReservedInstancesListingResponse = res-    "CancelReservedInstancesListingResponse"-    "fixture/CancelReservedInstancesListingResponse.proto"-    ec2-    (Proxy :: Proxy CancelReservedInstancesListing)--testAttachClassicLinkVPCResponse :: AttachClassicLinkVPCResponse -> TestTree-testAttachClassicLinkVPCResponse = res-    "AttachClassicLinkVPCResponse"-    "fixture/AttachClassicLinkVPCResponse.proto"-    ec2-    (Proxy :: Proxy AttachClassicLinkVPC)--testDescribeVPCClassicLinkDNSSupportResponse :: DescribeVPCClassicLinkDNSSupportResponse -> TestTree-testDescribeVPCClassicLinkDNSSupportResponse = res-    "DescribeVPCClassicLinkDNSSupportResponse"-    "fixture/DescribeVPCClassicLinkDNSSupportResponse.proto"-    ec2-    (Proxy :: Proxy DescribeVPCClassicLinkDNSSupport)--testRunScheduledInstancesResponse :: RunScheduledInstancesResponse -> TestTree-testRunScheduledInstancesResponse = res-    "RunScheduledInstancesResponse"-    "fixture/RunScheduledInstancesResponse.proto"-    ec2-    (Proxy :: Proxy RunScheduledInstances)--testCancelSpotFleetRequestsResponse :: CancelSpotFleetRequestsResponse -> TestTree-testCancelSpotFleetRequestsResponse = res-    "CancelSpotFleetRequestsResponse"-    "fixture/CancelSpotFleetRequestsResponse.proto"-    ec2-    (Proxy :: Proxy CancelSpotFleetRequests)--testDescribeSpotPriceHistoryResponse :: DescribeSpotPriceHistoryResponse -> TestTree-testDescribeSpotPriceHistoryResponse = res-    "DescribeSpotPriceHistoryResponse"-    "fixture/DescribeSpotPriceHistoryResponse.proto"-    ec2-    (Proxy :: Proxy DescribeSpotPriceHistory)--testDescribeDHCPOptionsResponse :: DescribeDHCPOptionsResponse -> TestTree-testDescribeDHCPOptionsResponse = res-    "DescribeDHCPOptionsResponse"-    "fixture/DescribeDHCPOptionsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeDHCPOptions)--testImportImageResponse :: ImportImageResponse -> TestTree-testImportImageResponse = res-    "ImportImageResponse"-    "fixture/ImportImageResponse.proto"-    ec2-    (Proxy :: Proxy ImportImage)--testStopInstancesResponse :: StopInstancesResponse -> TestTree-testStopInstancesResponse = res-    "StopInstancesResponse"-    "fixture/StopInstancesResponse.proto"-    ec2-    (Proxy :: Proxy StopInstances)--testDescribeInternetGatewaysResponse :: DescribeInternetGatewaysResponse -> TestTree-testDescribeInternetGatewaysResponse = res-    "DescribeInternetGatewaysResponse"-    "fixture/DescribeInternetGatewaysResponse.proto"-    ec2-    (Proxy :: Proxy DescribeInternetGateways)--testDisableVPCClassicLinkResponse :: DisableVPCClassicLinkResponse -> TestTree-testDisableVPCClassicLinkResponse = res-    "DisableVPCClassicLinkResponse"-    "fixture/DisableVPCClassicLinkResponse.proto"-    ec2-    (Proxy :: Proxy DisableVPCClassicLink)--testBundleInstanceResponse :: BundleInstanceResponse -> TestTree-testBundleInstanceResponse = res-    "BundleInstanceResponse"-    "fixture/BundleInstanceResponse.proto"-    ec2-    (Proxy :: Proxy BundleInstance)--testDescribeNetworkInterfacesResponse :: DescribeNetworkInterfacesResponse -> TestTree-testDescribeNetworkInterfacesResponse = res-    "DescribeNetworkInterfacesResponse"-    "fixture/DescribeNetworkInterfacesResponse.proto"-    ec2-    (Proxy :: Proxy DescribeNetworkInterfaces)--testReplaceNetworkACLAssociationResponse :: ReplaceNetworkACLAssociationResponse -> TestTree-testReplaceNetworkACLAssociationResponse = res-    "ReplaceNetworkACLAssociationResponse"-    "fixture/ReplaceNetworkACLAssociationResponse.proto"-    ec2-    (Proxy :: Proxy ReplaceNetworkACLAssociation)--testDescribeNatGatewaysResponse :: DescribeNatGatewaysResponse -> TestTree-testDescribeNatGatewaysResponse = res-    "DescribeNatGatewaysResponse"-    "fixture/DescribeNatGatewaysResponse.proto"-    ec2-    (Proxy :: Proxy DescribeNatGateways)--testDescribeAddressesResponse :: DescribeAddressesResponse -> TestTree-testDescribeAddressesResponse = res-    "DescribeAddressesResponse"-    "fixture/DescribeAddressesResponse.proto"-    ec2-    (Proxy :: Proxy DescribeAddresses)--testDescribeSnapshotAttributeResponse :: DescribeSnapshotAttributeResponse -> TestTree-testDescribeSnapshotAttributeResponse = res-    "DescribeSnapshotAttributeResponse"-    "fixture/DescribeSnapshotAttributeResponse.proto"-    ec2-    (Proxy :: Proxy DescribeSnapshotAttribute)--testReplaceRouteResponse :: ReplaceRouteResponse -> TestTree-testReplaceRouteResponse = res-    "ReplaceRouteResponse"-    "fixture/ReplaceRouteResponse.proto"-    ec2-    (Proxy :: Proxy ReplaceRoute)--testDescribeVPCEndpointServicesResponse :: DescribeVPCEndpointServicesResponse -> TestTree-testDescribeVPCEndpointServicesResponse = res-    "DescribeVPCEndpointServicesResponse"-    "fixture/DescribeVPCEndpointServicesResponse.proto"-    ec2-    (Proxy :: Proxy DescribeVPCEndpointServices)--testAuthorizeSecurityGroupIngressResponse :: AuthorizeSecurityGroupIngressResponse -> TestTree-testAuthorizeSecurityGroupIngressResponse = res-    "AuthorizeSecurityGroupIngressResponse"-    "fixture/AuthorizeSecurityGroupIngressResponse.proto"-    ec2-    (Proxy :: Proxy AuthorizeSecurityGroupIngress)--testCreateVPCPeeringConnectionResponse :: CreateVPCPeeringConnectionResponse -> TestTree-testCreateVPCPeeringConnectionResponse = res-    "CreateVPCPeeringConnectionResponse"-    "fixture/CreateVPCPeeringConnectionResponse.proto"-    ec2-    (Proxy :: Proxy CreateVPCPeeringConnection)--testDescribeSubnetsResponse :: DescribeSubnetsResponse -> TestTree-testDescribeSubnetsResponse = res-    "DescribeSubnetsResponse"-    "fixture/DescribeSubnetsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeSubnets)--testCreateTagsResponse :: CreateTagsResponse -> TestTree-testCreateTagsResponse = res-    "CreateTagsResponse"-    "fixture/CreateTagsResponse.proto"-    ec2-    (Proxy :: Proxy CreateTags)--testPurchaseReservedInstancesOfferingResponse :: PurchaseReservedInstancesOfferingResponse -> TestTree-testPurchaseReservedInstancesOfferingResponse = res-    "PurchaseReservedInstancesOfferingResponse"-    "fixture/PurchaseReservedInstancesOfferingResponse.proto"-    ec2-    (Proxy :: Proxy PurchaseReservedInstancesOffering)--testDeleteNetworkACLEntryResponse :: DeleteNetworkACLEntryResponse -> TestTree-testDeleteNetworkACLEntryResponse = res-    "DeleteNetworkACLEntryResponse"-    "fixture/DeleteNetworkACLEntryResponse.proto"-    ec2-    (Proxy :: Proxy DeleteNetworkACLEntry)--testResetSnapshotAttributeResponse :: ResetSnapshotAttributeResponse -> TestTree-testResetSnapshotAttributeResponse = res-    "ResetSnapshotAttributeResponse"-    "fixture/ResetSnapshotAttributeResponse.proto"-    ec2-    (Proxy :: Proxy ResetSnapshotAttribute)--testDescribeVPNConnectionsResponse :: DescribeVPNConnectionsResponse -> TestTree-testDescribeVPNConnectionsResponse = res-    "DescribeVPNConnectionsResponse"-    "fixture/DescribeVPNConnectionsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeVPNConnections)--testDeleteRouteResponse :: DeleteRouteResponse -> TestTree-testDeleteRouteResponse = res-    "DeleteRouteResponse"-    "fixture/DeleteRouteResponse.proto"-    ec2-    (Proxy :: Proxy DeleteRoute)--testReplaceNetworkACLEntryResponse :: ReplaceNetworkACLEntryResponse -> TestTree-testReplaceNetworkACLEntryResponse = res-    "ReplaceNetworkACLEntryResponse"-    "fixture/ReplaceNetworkACLEntryResponse.proto"-    ec2-    (Proxy :: Proxy ReplaceNetworkACLEntry)--testDescribeVPCEndpointsResponse :: DescribeVPCEndpointsResponse -> TestTree-testDescribeVPCEndpointsResponse = res-    "DescribeVPCEndpointsResponse"-    "fixture/DescribeVPCEndpointsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeVPCEndpoints)--testResetInstanceAttributeResponse :: ResetInstanceAttributeResponse -> TestTree-testResetInstanceAttributeResponse = res-    "ResetInstanceAttributeResponse"-    "fixture/ResetInstanceAttributeResponse.proto"-    ec2-    (Proxy :: Proxy ResetInstanceAttribute)--testAttachNetworkInterfaceResponse :: AttachNetworkInterfaceResponse -> TestTree-testAttachNetworkInterfaceResponse = res-    "AttachNetworkInterfaceResponse"-    "fixture/AttachNetworkInterfaceResponse.proto"-    ec2-    (Proxy :: Proxy AttachNetworkInterface)--testDescribeInstanceStatusResponse :: DescribeInstanceStatusResponse -> TestTree-testDescribeInstanceStatusResponse = res-    "DescribeInstanceStatusResponse"-    "fixture/DescribeInstanceStatusResponse.proto"-    ec2-    (Proxy :: Proxy DescribeInstanceStatus)--testImportKeyPairResponse :: ImportKeyPairResponse -> TestTree-testImportKeyPairResponse = res-    "ImportKeyPairResponse"-    "fixture/ImportKeyPairResponse.proto"-    ec2-    (Proxy :: Proxy ImportKeyPair)--testDeleteTagsResponse :: DeleteTagsResponse -> TestTree-testDeleteTagsResponse = res-    "DeleteTagsResponse"-    "fixture/DeleteTagsResponse.proto"-    ec2-    (Proxy :: Proxy DeleteTags)--testConfirmProductInstanceResponse :: ConfirmProductInstanceResponse -> TestTree-testConfirmProductInstanceResponse = res-    "ConfirmProductInstanceResponse"-    "fixture/ConfirmProductInstanceResponse.proto"-    ec2-    (Proxy :: Proxy ConfirmProductInstance)--testDescribeInstanceAttributeResponse :: DescribeInstanceAttributeResponse -> TestTree-testDescribeInstanceAttributeResponse = res-    "DescribeInstanceAttributeResponse"-    "fixture/DescribeInstanceAttributeResponse.proto"-    ec2-    (Proxy :: Proxy DescribeInstanceAttribute)--testDescribeReservedInstancesOfferingsResponse :: DescribeReservedInstancesOfferingsResponse -> TestTree-testDescribeReservedInstancesOfferingsResponse = res-    "DescribeReservedInstancesOfferingsResponse"-    "fixture/DescribeReservedInstancesOfferingsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeReservedInstancesOfferings)--testCreateCustomerGatewayResponse :: CreateCustomerGatewayResponse -> TestTree-testCreateCustomerGatewayResponse = res-    "CreateCustomerGatewayResponse"-    "fixture/CreateCustomerGatewayResponse.proto"-    ec2-    (Proxy :: Proxy CreateCustomerGateway)--testDeleteSecurityGroupResponse :: DeleteSecurityGroupResponse -> TestTree-testDeleteSecurityGroupResponse = res-    "DeleteSecurityGroupResponse"-    "fixture/DeleteSecurityGroupResponse.proto"-    ec2-    (Proxy :: Proxy DeleteSecurityGroup)--testDeleteVPCPeeringConnectionResponse :: DeleteVPCPeeringConnectionResponse -> TestTree-testDeleteVPCPeeringConnectionResponse = res-    "DeleteVPCPeeringConnectionResponse"-    "fixture/DeleteVPCPeeringConnectionResponse.proto"-    ec2-    (Proxy :: Proxy DeleteVPCPeeringConnection)--testAttachInternetGatewayResponse :: AttachInternetGatewayResponse -> TestTree-testAttachInternetGatewayResponse = res-    "AttachInternetGatewayResponse"-    "fixture/AttachInternetGatewayResponse.proto"-    ec2-    (Proxy :: Proxy AttachInternetGateway)--testModifyInstancePlacementResponse :: ModifyInstancePlacementResponse -> TestTree-testModifyInstancePlacementResponse = res-    "ModifyInstancePlacementResponse"-    "fixture/ModifyInstancePlacementResponse.proto"-    ec2-    (Proxy :: Proxy ModifyInstancePlacement)--testDescribeFlowLogsResponse :: DescribeFlowLogsResponse -> TestTree-testDescribeFlowLogsResponse = res-    "DescribeFlowLogsResponse"-    "fixture/DescribeFlowLogsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeFlowLogs)--testRunInstancesResponse :: Reservation -> TestTree-testRunInstancesResponse = res-    "RunInstancesResponse"-    "fixture/RunInstancesResponse.proto"-    ec2-    (Proxy :: Proxy RunInstances)--testAssociateDHCPOptionsResponse :: AssociateDHCPOptionsResponse -> TestTree-testAssociateDHCPOptionsResponse = res-    "AssociateDHCPOptionsResponse"-    "fixture/AssociateDHCPOptionsResponse.proto"-    ec2-    (Proxy :: Proxy AssociateDHCPOptions)--testDescribeReservedInstancesResponse :: DescribeReservedInstancesResponse -> TestTree-testDescribeReservedInstancesResponse = res-    "DescribeReservedInstancesResponse"-    "fixture/DescribeReservedInstancesResponse.proto"-    ec2-    (Proxy :: Proxy DescribeReservedInstances)--testDescribeIdFormatResponse :: DescribeIdFormatResponse -> TestTree-testDescribeIdFormatResponse = res-    "DescribeIdFormatResponse"-    "fixture/DescribeIdFormatResponse.proto"-    ec2-    (Proxy :: Proxy DescribeIdFormat)--testDescribeVPCsResponse :: DescribeVPCsResponse -> TestTree-testDescribeVPCsResponse = res-    "DescribeVPCsResponse"-    "fixture/DescribeVPCsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeVPCs)--testDescribeConversionTasksResponse :: DescribeConversionTasksResponse -> TestTree-testDescribeConversionTasksResponse = res-    "DescribeConversionTasksResponse"-    "fixture/DescribeConversionTasksResponse.proto"-    ec2-    (Proxy :: Proxy DescribeConversionTasks)--testDisableVPCClassicLinkDNSSupportResponse :: DisableVPCClassicLinkDNSSupportResponse -> TestTree-testDisableVPCClassicLinkDNSSupportResponse = res-    "DisableVPCClassicLinkDNSSupportResponse"-    "fixture/DisableVPCClassicLinkDNSSupportResponse.proto"-    ec2-    (Proxy :: Proxy DisableVPCClassicLinkDNSSupport)--testAllocateAddressResponse :: AllocateAddressResponse -> TestTree-testAllocateAddressResponse = res-    "AllocateAddressResponse"-    "fixture/AllocateAddressResponse.proto"-    ec2-    (Proxy :: Proxy AllocateAddress)--testCancelConversionTaskResponse :: CancelConversionTaskResponse -> TestTree-testCancelConversionTaskResponse = res-    "CancelConversionTaskResponse"-    "fixture/CancelConversionTaskResponse.proto"-    ec2-    (Proxy :: Proxy CancelConversionTask)--testModifyImageAttributeResponse :: ModifyImageAttributeResponse -> TestTree-testModifyImageAttributeResponse = res-    "ModifyImageAttributeResponse"-    "fixture/ModifyImageAttributeResponse.proto"-    ec2-    (Proxy :: Proxy ModifyImageAttribute)--testCreateRouteTableResponse :: CreateRouteTableResponse -> TestTree-testCreateRouteTableResponse = res-    "CreateRouteTableResponse"-    "fixture/CreateRouteTableResponse.proto"-    ec2-    (Proxy :: Proxy CreateRouteTable)--testReportInstanceStatusResponse :: ReportInstanceStatusResponse -> TestTree-testReportInstanceStatusResponse = res-    "ReportInstanceStatusResponse"-    "fixture/ReportInstanceStatusResponse.proto"-    ec2-    (Proxy :: Proxy ReportInstanceStatus)--testAttachVolumeResponse :: VolumeAttachment -> TestTree-testAttachVolumeResponse = res-    "AttachVolumeResponse"-    "fixture/AttachVolumeResponse.proto"-    ec2-    (Proxy :: Proxy AttachVolume)--testRequestSpotInstancesResponse :: RequestSpotInstancesResponse -> TestTree-testRequestSpotInstancesResponse = res-    "RequestSpotInstancesResponse"-    "fixture/RequestSpotInstancesResponse.proto"-    ec2-    (Proxy :: Proxy RequestSpotInstances)--testDescribeVolumesResponse :: DescribeVolumesResponse -> TestTree-testDescribeVolumesResponse = res-    "DescribeVolumesResponse"-    "fixture/DescribeVolumesResponse.proto"-    ec2-    (Proxy :: Proxy DescribeVolumes)--testRejectVPCPeeringConnectionResponse :: RejectVPCPeeringConnectionResponse -> TestTree-testRejectVPCPeeringConnectionResponse = res-    "RejectVPCPeeringConnectionResponse"-    "fixture/RejectVPCPeeringConnectionResponse.proto"-    ec2-    (Proxy :: Proxy RejectVPCPeeringConnection)--testDeleteVPNConnectionRouteResponse :: DeleteVPNConnectionRouteResponse -> TestTree-testDeleteVPNConnectionRouteResponse = res-    "DeleteVPNConnectionRouteResponse"-    "fixture/DeleteVPNConnectionRouteResponse.proto"-    ec2-    (Proxy :: Proxy DeleteVPNConnectionRoute)--testModifyVPCEndpointResponse :: ModifyVPCEndpointResponse -> TestTree-testModifyVPCEndpointResponse = res-    "ModifyVPCEndpointResponse"-    "fixture/ModifyVPCEndpointResponse.proto"-    ec2-    (Proxy :: Proxy ModifyVPCEndpoint)--testAllocateHostsResponse :: AllocateHostsResponse -> TestTree-testAllocateHostsResponse = res-    "AllocateHostsResponse"-    "fixture/AllocateHostsResponse.proto"-    ec2-    (Proxy :: Proxy AllocateHosts)--testRegisterImageResponse :: RegisterImageResponse -> TestTree-testRegisterImageResponse = res-    "RegisterImageResponse"-    "fixture/RegisterImageResponse.proto"-    ec2-    (Proxy :: Proxy RegisterImage)--testRevokeSecurityGroupIngressResponse :: RevokeSecurityGroupIngressResponse -> TestTree-testRevokeSecurityGroupIngressResponse = res-    "RevokeSecurityGroupIngressResponse"-    "fixture/RevokeSecurityGroupIngressResponse.proto"-    ec2-    (Proxy :: Proxy RevokeSecurityGroupIngress)--testEnableVPCClassicLinkDNSSupportResponse :: EnableVPCClassicLinkDNSSupportResponse -> TestTree-testEnableVPCClassicLinkDNSSupportResponse = res-    "EnableVPCClassicLinkDNSSupportResponse"-    "fixture/EnableVPCClassicLinkDNSSupportResponse.proto"-    ec2-    (Proxy :: Proxy EnableVPCClassicLinkDNSSupport)--testModifyReservedInstancesResponse :: ModifyReservedInstancesResponse -> TestTree-testModifyReservedInstancesResponse = res-    "ModifyReservedInstancesResponse"-    "fixture/ModifyReservedInstancesResponse.proto"-    ec2-    (Proxy :: Proxy ModifyReservedInstances)--testDescribeScheduledInstancesResponse :: DescribeScheduledInstancesResponse -> TestTree-testDescribeScheduledInstancesResponse = res-    "DescribeScheduledInstancesResponse"-    "fixture/DescribeScheduledInstancesResponse.proto"-    ec2-    (Proxy :: Proxy DescribeScheduledInstances)--testCreateFlowLogsResponse :: CreateFlowLogsResponse -> TestTree-testCreateFlowLogsResponse = res-    "CreateFlowLogsResponse"-    "fixture/CreateFlowLogsResponse.proto"-    ec2-    (Proxy :: Proxy CreateFlowLogs)--testDescribeSpotFleetRequestsResponse :: DescribeSpotFleetRequestsResponse -> TestTree-testDescribeSpotFleetRequestsResponse = res-    "DescribeSpotFleetRequestsResponse"-    "fixture/DescribeSpotFleetRequestsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeSpotFleetRequests)--testMoveAddressToVPCResponse :: MoveAddressToVPCResponse -> TestTree-testMoveAddressToVPCResponse = res-    "MoveAddressToVPCResponse"-    "fixture/MoveAddressToVPCResponse.proto"-    ec2-    (Proxy :: Proxy MoveAddressToVPC)--testDeleteNetworkACLResponse :: DeleteNetworkACLResponse -> TestTree-testDeleteNetworkACLResponse = res-    "DeleteNetworkACLResponse"-    "fixture/DeleteNetworkACLResponse.proto"-    ec2-    (Proxy :: Proxy DeleteNetworkACL)--testDeleteVPNGatewayResponse :: DeleteVPNGatewayResponse -> TestTree-testDeleteVPNGatewayResponse = res-    "DeleteVPNGatewayResponse"-    "fixture/DeleteVPNGatewayResponse.proto"-    ec2-    (Proxy :: Proxy DeleteVPNGateway)--testDescribeImportImageTasksResponse :: DescribeImportImageTasksResponse -> TestTree-testDescribeImportImageTasksResponse = res-    "DescribeImportImageTasksResponse"-    "fixture/DescribeImportImageTasksResponse.proto"-    ec2-    (Proxy :: Proxy DescribeImportImageTasks)--testDescribeVolumeAttributeResponse :: DescribeVolumeAttributeResponse -> TestTree-testDescribeVolumeAttributeResponse = res-    "DescribeVolumeAttributeResponse"-    "fixture/DescribeVolumeAttributeResponse.proto"-    ec2-    (Proxy :: Proxy DescribeVolumeAttribute)--testDescribeMovingAddressesResponse :: DescribeMovingAddressesResponse -> TestTree-testDescribeMovingAddressesResponse = res-    "DescribeMovingAddressesResponse"-    "fixture/DescribeMovingAddressesResponse.proto"-    ec2-    (Proxy :: Proxy DescribeMovingAddresses)--testGetPasswordDataResponse :: GetPasswordDataResponse -> TestTree-testGetPasswordDataResponse = res-    "GetPasswordDataResponse"-    "fixture/GetPasswordDataResponse.proto"-    ec2-    (Proxy :: Proxy GetPasswordData)--testCreateVPCResponse :: CreateVPCResponse -> TestTree-testCreateVPCResponse = res-    "CreateVPCResponse"-    "fixture/CreateVPCResponse.proto"-    ec2-    (Proxy :: Proxy CreateVPC)--testModifyVPCPeeringConnectionOptionsResponse :: ModifyVPCPeeringConnectionOptionsResponse -> TestTree-testModifyVPCPeeringConnectionOptionsResponse = res-    "ModifyVPCPeeringConnectionOptionsResponse"-    "fixture/ModifyVPCPeeringConnectionOptionsResponse.proto"-    ec2-    (Proxy :: Proxy ModifyVPCPeeringConnectionOptions)--testCopySnapshotResponse :: CopySnapshotResponse -> TestTree-testCopySnapshotResponse = res-    "CopySnapshotResponse"-    "fixture/CopySnapshotResponse.proto"-    ec2-    (Proxy :: Proxy CopySnapshot)--testDisassociateAddressResponse :: DisassociateAddressResponse -> TestTree-testDisassociateAddressResponse = res-    "DisassociateAddressResponse"-    "fixture/DisassociateAddressResponse.proto"-    ec2-    (Proxy :: Proxy DisassociateAddress)--testDeleteVPCResponse :: DeleteVPCResponse -> TestTree-testDeleteVPCResponse = res-    "DeleteVPCResponse"-    "fixture/DeleteVPCResponse.proto"-    ec2-    (Proxy :: Proxy DeleteVPC)--testCreateInstanceExportTaskResponse :: CreateInstanceExportTaskResponse -> TestTree-testCreateInstanceExportTaskResponse = res-    "CreateInstanceExportTaskResponse"-    "fixture/CreateInstanceExportTaskResponse.proto"-    ec2-    (Proxy :: Proxy CreateInstanceExportTask)--testDescribeVPCAttributeResponse :: DescribeVPCAttributeResponse -> TestTree-testDescribeVPCAttributeResponse = res-    "DescribeVPCAttributeResponse"-    "fixture/DescribeVPCAttributeResponse.proto"-    ec2-    (Proxy :: Proxy DescribeVPCAttribute)--testCreateVolumeResponse :: Volume -> TestTree-testCreateVolumeResponse = res-    "CreateVolumeResponse"-    "fixture/CreateVolumeResponse.proto"-    ec2-    (Proxy :: Proxy CreateVolume)--testDescribeScheduledInstanceAvailabilityResponse :: DescribeScheduledInstanceAvailabilityResponse -> TestTree-testDescribeScheduledInstanceAvailabilityResponse = res-    "DescribeScheduledInstanceAvailabilityResponse"-    "fixture/DescribeScheduledInstanceAvailabilityResponse.proto"-    ec2-    (Proxy :: Proxy DescribeScheduledInstanceAvailability)--testModifyVolumeAttributeResponse :: ModifyVolumeAttributeResponse -> TestTree-testModifyVolumeAttributeResponse = res-    "ModifyVolumeAttributeResponse"-    "fixture/ModifyVolumeAttributeResponse.proto"-    ec2-    (Proxy :: Proxy ModifyVolumeAttribute)--testDescribeSpotDatafeedSubscriptionResponse :: DescribeSpotDatafeedSubscriptionResponse -> TestTree-testDescribeSpotDatafeedSubscriptionResponse = res-    "DescribeSpotDatafeedSubscriptionResponse"-    "fixture/DescribeSpotDatafeedSubscriptionResponse.proto"-    ec2-    (Proxy :: Proxy DescribeSpotDatafeedSubscription)--testDescribePrefixListsResponse :: DescribePrefixListsResponse -> TestTree-testDescribePrefixListsResponse = res-    "DescribePrefixListsResponse"-    "fixture/DescribePrefixListsResponse.proto"-    ec2-    (Proxy :: Proxy DescribePrefixLists)--testDeletePlacementGroupResponse :: DeletePlacementGroupResponse -> TestTree-testDeletePlacementGroupResponse = res-    "DeletePlacementGroupResponse"-    "fixture/DeletePlacementGroupResponse.proto"-    ec2-    (Proxy :: Proxy DeletePlacementGroup)--testRequestSpotFleetResponse :: RequestSpotFleetResponse -> TestTree-testRequestSpotFleetResponse = res-    "RequestSpotFleetResponse"-    "fixture/RequestSpotFleetResponse.proto"-    ec2-    (Proxy :: Proxy RequestSpotFleet)--testCreateSubnetResponse :: CreateSubnetResponse -> TestTree-testCreateSubnetResponse = res-    "CreateSubnetResponse"-    "fixture/CreateSubnetResponse.proto"-    ec2-    (Proxy :: Proxy CreateSubnet)--testCreateNetworkInterfaceResponse :: CreateNetworkInterfaceResponse -> TestTree-testCreateNetworkInterfaceResponse = res-    "CreateNetworkInterfaceResponse"-    "fixture/CreateNetworkInterfaceResponse.proto"-    ec2-    (Proxy :: Proxy CreateNetworkInterface)--testDescribeSecurityGroupsResponse :: DescribeSecurityGroupsResponse -> TestTree-testDescribeSecurityGroupsResponse = res-    "DescribeSecurityGroupsResponse"-    "fixture/DescribeSecurityGroupsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeSecurityGroups)--testDescribeExportTasksResponse :: DescribeExportTasksResponse -> TestTree-testDescribeExportTasksResponse = res-    "DescribeExportTasksResponse"-    "fixture/DescribeExportTasksResponse.proto"-    ec2-    (Proxy :: Proxy DescribeExportTasks)--testModifySpotFleetRequestResponse :: ModifySpotFleetRequestResponse -> TestTree-testModifySpotFleetRequestResponse = res-    "ModifySpotFleetRequestResponse"-    "fixture/ModifySpotFleetRequestResponse.proto"-    ec2-    (Proxy :: Proxy ModifySpotFleetRequest)--testDetachVPNGatewayResponse :: DetachVPNGatewayResponse -> TestTree-testDetachVPNGatewayResponse = res-    "DetachVPNGatewayResponse"-    "fixture/DetachVPNGatewayResponse.proto"-    ec2-    (Proxy :: Proxy DetachVPNGateway)--testEnableVolumeIOResponse :: EnableVolumeIOResponse -> TestTree-testEnableVolumeIOResponse = res-    "EnableVolumeIOResponse"-    "fixture/EnableVolumeIOResponse.proto"-    ec2-    (Proxy :: Proxy EnableVolumeIO)--testDescribeInstancesResponse :: DescribeInstancesResponse -> TestTree-testDescribeInstancesResponse = res-    "DescribeInstancesResponse"-    "fixture/DescribeInstancesResponse.proto"-    ec2-    (Proxy :: Proxy DescribeInstances)--testCreateNatGatewayResponse :: CreateNatGatewayResponse -> TestTree-testCreateNatGatewayResponse = res-    "CreateNatGatewayResponse"-    "fixture/CreateNatGatewayResponse.proto"-    ec2-    (Proxy :: Proxy CreateNatGateway)--testDescribeVPCPeeringConnectionsResponse :: DescribeVPCPeeringConnectionsResponse -> TestTree-testDescribeVPCPeeringConnectionsResponse = res-    "DescribeVPCPeeringConnectionsResponse"-    "fixture/DescribeVPCPeeringConnectionsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeVPCPeeringConnections)--testCancelExportTaskResponse :: CancelExportTaskResponse -> TestTree-testCancelExportTaskResponse = res-    "CancelExportTaskResponse"-    "fixture/CancelExportTaskResponse.proto"-    ec2-    (Proxy :: Proxy CancelExportTask)--testDeleteNetworkInterfaceResponse :: DeleteNetworkInterfaceResponse -> TestTree-testDeleteNetworkInterfaceResponse = res-    "DeleteNetworkInterfaceResponse"-    "fixture/DeleteNetworkInterfaceResponse.proto"-    ec2-    (Proxy :: Proxy DeleteNetworkInterface)--testReplaceRouteTableAssociationResponse :: ReplaceRouteTableAssociationResponse -> TestTree-testReplaceRouteTableAssociationResponse = res-    "ReplaceRouteTableAssociationResponse"-    "fixture/ReplaceRouteTableAssociationResponse.proto"-    ec2-    (Proxy :: Proxy ReplaceRouteTableAssociation)--testStartInstancesResponse :: StartInstancesResponse -> TestTree-testStartInstancesResponse = res-    "StartInstancesResponse"-    "fixture/StartInstancesResponse.proto"-    ec2-    (Proxy :: Proxy StartInstances)--testCreatePlacementGroupResponse :: CreatePlacementGroupResponse -> TestTree-testCreatePlacementGroupResponse = res-    "CreatePlacementGroupResponse"-    "fixture/CreatePlacementGroupResponse.proto"-    ec2-    (Proxy :: Proxy CreatePlacementGroup)--testDescribeSnapshotsResponse :: DescribeSnapshotsResponse -> TestTree-testDescribeSnapshotsResponse = res-    "DescribeSnapshotsResponse"-    "fixture/DescribeSnapshotsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeSnapshots)--testAssociateAddressResponse :: AssociateAddressResponse -> TestTree-testAssociateAddressResponse = res-    "AssociateAddressResponse"-    "fixture/AssociateAddressResponse.proto"-    ec2-    (Proxy :: Proxy AssociateAddress)--testDescribeNetworkInterfaceAttributeResponse :: DescribeNetworkInterfaceAttributeResponse -> TestTree-testDescribeNetworkInterfaceAttributeResponse = res-    "DescribeNetworkInterfaceAttributeResponse"-    "fixture/DescribeNetworkInterfaceAttributeResponse.proto"-    ec2-    (Proxy :: Proxy DescribeNetworkInterfaceAttribute)--testReleaseHostsResponse :: ReleaseHostsResponse -> TestTree-testReleaseHostsResponse = res-    "ReleaseHostsResponse"-    "fixture/ReleaseHostsResponse.proto"-    ec2-    (Proxy :: Proxy ReleaseHosts)--testResetNetworkInterfaceAttributeResponse :: ResetNetworkInterfaceAttributeResponse -> TestTree-testResetNetworkInterfaceAttributeResponse = res-    "ResetNetworkInterfaceAttributeResponse"-    "fixture/ResetNetworkInterfaceAttributeResponse.proto"-    ec2-    (Proxy :: Proxy ResetNetworkInterfaceAttribute)--testDeleteInternetGatewayResponse :: DeleteInternetGatewayResponse -> TestTree-testDeleteInternetGatewayResponse = res-    "DeleteInternetGatewayResponse"-    "fixture/DeleteInternetGatewayResponse.proto"-    ec2-    (Proxy :: Proxy DeleteInternetGateway)--testDescribeReservedInstancesListingsResponse :: DescribeReservedInstancesListingsResponse -> TestTree-testDescribeReservedInstancesListingsResponse = res-    "DescribeReservedInstancesListingsResponse"-    "fixture/DescribeReservedInstancesListingsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeReservedInstancesListings)--testCreateVPNConnectionResponse :: CreateVPNConnectionResponse -> TestTree-testCreateVPNConnectionResponse = res-    "CreateVPNConnectionResponse"-    "fixture/CreateVPNConnectionResponse.proto"-    ec2-    (Proxy :: Proxy CreateVPNConnection)--testDeleteNatGatewayResponse :: DeleteNatGatewayResponse -> TestTree-testDeleteNatGatewayResponse = res-    "DeleteNatGatewayResponse"-    "fixture/DeleteNatGatewayResponse.proto"-    ec2-    (Proxy :: Proxy DeleteNatGateway)--testDescribeImportSnapshotTasksResponse :: DescribeImportSnapshotTasksResponse -> TestTree-testDescribeImportSnapshotTasksResponse = res-    "DescribeImportSnapshotTasksResponse"-    "fixture/DescribeImportSnapshotTasksResponse.proto"-    ec2-    (Proxy :: Proxy DescribeImportSnapshotTasks)--testDescribeCustomerGatewaysResponse :: DescribeCustomerGatewaysResponse -> TestTree-testDescribeCustomerGatewaysResponse = res-    "DescribeCustomerGatewaysResponse"-    "fixture/DescribeCustomerGatewaysResponse.proto"-    ec2-    (Proxy :: Proxy DescribeCustomerGateways)--testDeleteSubnetResponse :: DeleteSubnetResponse -> TestTree-testDeleteSubnetResponse = res-    "DeleteSubnetResponse"-    "fixture/DeleteSubnetResponse.proto"-    ec2-    (Proxy :: Proxy DeleteSubnet)--testCopyImageResponse :: CopyImageResponse -> TestTree-testCopyImageResponse = res-    "CopyImageResponse"-    "fixture/CopyImageResponse.proto"-    ec2-    (Proxy :: Proxy CopyImage)--testCreateVPCEndpointResponse :: CreateVPCEndpointResponse -> TestTree-testCreateVPCEndpointResponse = res-    "CreateVPCEndpointResponse"-    "fixture/CreateVPCEndpointResponse.proto"-    ec2-    (Proxy :: Proxy CreateVPCEndpoint)--testUnmonitorInstancesResponse :: UnmonitorInstancesResponse -> TestTree-testUnmonitorInstancesResponse = res-    "UnmonitorInstancesResponse"-    "fixture/UnmonitorInstancesResponse.proto"-    ec2-    (Proxy :: Proxy UnmonitorInstances)--testCreateSecurityGroupResponse :: CreateSecurityGroupResponse -> TestTree-testCreateSecurityGroupResponse = res-    "CreateSecurityGroupResponse"-    "fixture/CreateSecurityGroupResponse.proto"-    ec2-    (Proxy :: Proxy CreateSecurityGroup)--testImportVolumeResponse :: ImportVolumeResponse -> TestTree-testImportVolumeResponse = res-    "ImportVolumeResponse"-    "fixture/ImportVolumeResponse.proto"-    ec2-    (Proxy :: Proxy ImportVolume)--testDisableVGWRoutePropagationResponse :: DisableVGWRoutePropagationResponse -> TestTree-testDisableVGWRoutePropagationResponse = res-    "DisableVGWRoutePropagationResponse"-    "fixture/DisableVGWRoutePropagationResponse.proto"-    ec2-    (Proxy :: Proxy DisableVGWRoutePropagation)--testCreateSpotDatafeedSubscriptionResponse :: CreateSpotDatafeedSubscriptionResponse -> TestTree-testCreateSpotDatafeedSubscriptionResponse = res-    "CreateSpotDatafeedSubscriptionResponse"-    "fixture/CreateSpotDatafeedSubscriptionResponse.proto"-    ec2-    (Proxy :: Proxy CreateSpotDatafeedSubscription)--testCancelSpotInstanceRequestsResponse :: CancelSpotInstanceRequestsResponse -> TestTree-testCancelSpotInstanceRequestsResponse = res-    "CancelSpotInstanceRequestsResponse"-    "fixture/CancelSpotInstanceRequestsResponse.proto"-    ec2-    (Proxy :: Proxy CancelSpotInstanceRequests)--testCreateRouteResponse :: CreateRouteResponse -> TestTree-testCreateRouteResponse = res-    "CreateRouteResponse"-    "fixture/CreateRouteResponse.proto"-    ec2-    (Proxy :: Proxy CreateRoute)--testDeleteSnapshotResponse :: DeleteSnapshotResponse -> TestTree-testDeleteSnapshotResponse = res-    "DeleteSnapshotResponse"-    "fixture/DeleteSnapshotResponse.proto"-    ec2-    (Proxy :: Proxy DeleteSnapshot)--testAssignPrivateIPAddressesResponse :: AssignPrivateIPAddressesResponse -> TestTree-testAssignPrivateIPAddressesResponse = res-    "AssignPrivateIPAddressesResponse"-    "fixture/AssignPrivateIPAddressesResponse.proto"-    ec2-    (Proxy :: Proxy AssignPrivateIPAddresses)--testModifyInstanceAttributeResponse :: ModifyInstanceAttributeResponse -> TestTree-testModifyInstanceAttributeResponse = res-    "ModifyInstanceAttributeResponse"-    "fixture/ModifyInstanceAttributeResponse.proto"-    ec2-    (Proxy :: Proxy ModifyInstanceAttribute)--testDeleteCustomerGatewayResponse :: DeleteCustomerGatewayResponse -> TestTree-testDeleteCustomerGatewayResponse = res-    "DeleteCustomerGatewayResponse"-    "fixture/DeleteCustomerGatewayResponse.proto"-    ec2-    (Proxy :: Proxy DeleteCustomerGateway)--testDisassociateRouteTableResponse :: DisassociateRouteTableResponse -> TestTree-testDisassociateRouteTableResponse = res-    "DisassociateRouteTableResponse"-    "fixture/DisassociateRouteTableResponse.proto"-    ec2-    (Proxy :: Proxy DisassociateRouteTable)--testDeleteSpotDatafeedSubscriptionResponse :: DeleteSpotDatafeedSubscriptionResponse -> TestTree-testDeleteSpotDatafeedSubscriptionResponse = res-    "DeleteSpotDatafeedSubscriptionResponse"-    "fixture/DeleteSpotDatafeedSubscriptionResponse.proto"-    ec2-    (Proxy :: Proxy DeleteSpotDatafeedSubscription)--testEnableVPCClassicLinkResponse :: EnableVPCClassicLinkResponse -> TestTree-testEnableVPCClassicLinkResponse = res-    "EnableVPCClassicLinkResponse"-    "fixture/EnableVPCClassicLinkResponse.proto"-    ec2-    (Proxy :: Proxy EnableVPCClassicLink)--testDescribePlacementGroupsResponse :: DescribePlacementGroupsResponse -> TestTree-testDescribePlacementGroupsResponse = res-    "DescribePlacementGroupsResponse"-    "fixture/DescribePlacementGroupsResponse.proto"-    ec2-    (Proxy :: Proxy DescribePlacementGroups)--testPurchaseScheduledInstancesResponse :: PurchaseScheduledInstancesResponse -> TestTree-testPurchaseScheduledInstancesResponse = res-    "PurchaseScheduledInstancesResponse"-    "fixture/PurchaseScheduledInstancesResponse.proto"-    ec2-    (Proxy :: Proxy PurchaseScheduledInstances)--testEnableVGWRoutePropagationResponse :: EnableVGWRoutePropagationResponse -> TestTree-testEnableVGWRoutePropagationResponse = res-    "EnableVGWRoutePropagationResponse"-    "fixture/EnableVGWRoutePropagationResponse.proto"-    ec2-    (Proxy :: Proxy EnableVGWRoutePropagation)--testDescribeSpotFleetRequestHistoryResponse :: DescribeSpotFleetRequestHistoryResponse -> TestTree-testDescribeSpotFleetRequestHistoryResponse = res-    "DescribeSpotFleetRequestHistoryResponse"-    "fixture/DescribeSpotFleetRequestHistoryResponse.proto"-    ec2-    (Proxy :: Proxy DescribeSpotFleetRequestHistory)--testModifySnapshotAttributeResponse :: ModifySnapshotAttributeResponse -> TestTree-testModifySnapshotAttributeResponse = res-    "ModifySnapshotAttributeResponse"-    "fixture/ModifySnapshotAttributeResponse.proto"-    ec2-    (Proxy :: Proxy ModifySnapshotAttribute)--testCreateSnapshotResponse :: Snapshot -> TestTree-testCreateSnapshotResponse = res-    "CreateSnapshotResponse"-    "fixture/CreateSnapshotResponse.proto"-    ec2-    (Proxy :: Proxy CreateSnapshot)--testCreateNetworkACLEntryResponse :: CreateNetworkACLEntryResponse -> TestTree-testCreateNetworkACLEntryResponse = res-    "CreateNetworkACLEntryResponse"-    "fixture/CreateNetworkACLEntryResponse.proto"-    ec2-    (Proxy :: Proxy CreateNetworkACLEntry)--testCreateReservedInstancesListingResponse :: CreateReservedInstancesListingResponse -> TestTree-testCreateReservedInstancesListingResponse = res-    "CreateReservedInstancesListingResponse"-    "fixture/CreateReservedInstancesListingResponse.proto"-    ec2-    (Proxy :: Proxy CreateReservedInstancesListing)--testAttachVPNGatewayResponse :: AttachVPNGatewayResponse -> TestTree-testAttachVPNGatewayResponse = res-    "AttachVPNGatewayResponse"-    "fixture/AttachVPNGatewayResponse.proto"-    ec2-    (Proxy :: Proxy AttachVPNGateway)--testCreateDHCPOptionsResponse :: CreateDHCPOptionsResponse -> TestTree-testCreateDHCPOptionsResponse = res-    "CreateDHCPOptionsResponse"-    "fixture/CreateDHCPOptionsResponse.proto"-    ec2-    (Proxy :: Proxy CreateDHCPOptions)--testDescribeAccountAttributesResponse :: DescribeAccountAttributesResponse -> TestTree-testDescribeAccountAttributesResponse = res-    "DescribeAccountAttributesResponse"-    "fixture/DescribeAccountAttributesResponse.proto"-    ec2-    (Proxy :: Proxy DescribeAccountAttributes)--testModifyHostsResponse :: ModifyHostsResponse -> TestTree-testModifyHostsResponse = res-    "ModifyHostsResponse"-    "fixture/ModifyHostsResponse.proto"-    ec2-    (Proxy :: Proxy ModifyHosts)--testRebootInstancesResponse :: RebootInstancesResponse -> TestTree-testRebootInstancesResponse = res-    "RebootInstancesResponse"-    "fixture/RebootInstancesResponse.proto"-    ec2-    (Proxy :: Proxy RebootInstances)--testCreateImageResponse :: CreateImageResponse -> TestTree-testCreateImageResponse = res-    "CreateImageResponse"-    "fixture/CreateImageResponse.proto"-    ec2-    (Proxy :: Proxy CreateImage)--testDescribeClassicLinkInstancesResponse :: DescribeClassicLinkInstancesResponse -> TestTree-testDescribeClassicLinkInstancesResponse = res-    "DescribeClassicLinkInstancesResponse"-    "fixture/DescribeClassicLinkInstancesResponse.proto"-    ec2-    (Proxy :: Proxy DescribeClassicLinkInstances)--testTerminateInstancesResponse :: TerminateInstancesResponse -> TestTree-testTerminateInstancesResponse = res-    "TerminateInstancesResponse"-    "fixture/TerminateInstancesResponse.proto"-    ec2-    (Proxy :: Proxy TerminateInstances)--testDescribeKeyPairsResponse :: DescribeKeyPairsResponse -> TestTree-testDescribeKeyPairsResponse = res-    "DescribeKeyPairsResponse"-    "fixture/DescribeKeyPairsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeKeyPairs)--testCreateVPNConnectionRouteResponse :: CreateVPNConnectionRouteResponse -> TestTree-testCreateVPNConnectionRouteResponse = res-    "CreateVPNConnectionRouteResponse"-    "fixture/CreateVPNConnectionRouteResponse.proto"-    ec2-    (Proxy :: Proxy CreateVPNConnectionRoute)--testAssociateRouteTableResponse :: AssociateRouteTableResponse -> TestTree-testAssociateRouteTableResponse = res-    "AssociateRouteTableResponse"-    "fixture/AssociateRouteTableResponse.proto"-    ec2-    (Proxy :: Proxy AssociateRouteTable)--testDescribeVPNGatewaysResponse :: DescribeVPNGatewaysResponse -> TestTree-testDescribeVPNGatewaysResponse = res-    "DescribeVPNGatewaysResponse"-    "fixture/DescribeVPNGatewaysResponse.proto"-    ec2-    (Proxy :: Proxy DescribeVPNGateways)--testGetConsoleOutputResponse :: GetConsoleOutputResponse -> TestTree-testGetConsoleOutputResponse = res-    "GetConsoleOutputResponse"-    "fixture/GetConsoleOutputResponse.proto"-    ec2-    (Proxy :: Proxy GetConsoleOutput)--testDescribeHostsResponse :: DescribeHostsResponse -> TestTree-testDescribeHostsResponse = res-    "DescribeHostsResponse"-    "fixture/DescribeHostsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeHosts)--testDescribeImageAttributeResponse :: DescribeImageAttributeResponse -> TestTree-testDescribeImageAttributeResponse = res-    "DescribeImageAttributeResponse"-    "fixture/DescribeImageAttributeResponse.proto"-    ec2-    (Proxy :: Proxy DescribeImageAttribute)--testModifyIdFormatResponse :: ModifyIdFormatResponse -> TestTree-testModifyIdFormatResponse = res-    "ModifyIdFormatResponse"-    "fixture/ModifyIdFormatResponse.proto"-    ec2-    (Proxy :: Proxy ModifyIdFormat)--testDeleteRouteTableResponse :: DeleteRouteTableResponse -> TestTree-testDeleteRouteTableResponse = res-    "DeleteRouteTableResponse"-    "fixture/DeleteRouteTableResponse.proto"-    ec2-    (Proxy :: Proxy DeleteRouteTable)--testResetImageAttributeResponse :: ResetImageAttributeResponse -> TestTree-testResetImageAttributeResponse = res-    "ResetImageAttributeResponse"-    "fixture/ResetImageAttributeResponse.proto"-    ec2-    (Proxy :: Proxy ResetImageAttribute)--testDescribeReservedInstancesModificationsResponse :: DescribeReservedInstancesModificationsResponse -> TestTree-testDescribeReservedInstancesModificationsResponse = res-    "DescribeReservedInstancesModificationsResponse"-    "fixture/DescribeReservedInstancesModificationsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeReservedInstancesModifications)--testDescribeSpotInstanceRequestsResponse :: DescribeSpotInstanceRequestsResponse -> TestTree-testDescribeSpotInstanceRequestsResponse = res-    "DescribeSpotInstanceRequestsResponse"-    "fixture/DescribeSpotInstanceRequestsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeSpotInstanceRequests)--testUnassignPrivateIPAddressesResponse :: UnassignPrivateIPAddressesResponse -> TestTree-testUnassignPrivateIPAddressesResponse = res-    "UnassignPrivateIPAddressesResponse"-    "fixture/UnassignPrivateIPAddressesResponse.proto"-    ec2-    (Proxy :: Proxy UnassignPrivateIPAddresses)--testDeleteDHCPOptionsResponse :: DeleteDHCPOptionsResponse -> TestTree-testDeleteDHCPOptionsResponse = res-    "DeleteDHCPOptionsResponse"-    "fixture/DeleteDHCPOptionsResponse.proto"-    ec2-    (Proxy :: Proxy DeleteDHCPOptions)--testDescribeNetworkACLsResponse :: DescribeNetworkACLsResponse -> TestTree-testDescribeNetworkACLsResponse = res-    "DescribeNetworkACLsResponse"-    "fixture/DescribeNetworkACLsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeNetworkACLs)--testCancelImportTaskResponse :: CancelImportTaskResponse -> TestTree-testCancelImportTaskResponse = res-    "CancelImportTaskResponse"-    "fixture/CancelImportTaskResponse.proto"-    ec2-    (Proxy :: Proxy CancelImportTask)--testDetachClassicLinkVPCResponse :: DetachClassicLinkVPCResponse -> TestTree-testDetachClassicLinkVPCResponse = res-    "DetachClassicLinkVPCResponse"-    "fixture/DetachClassicLinkVPCResponse.proto"-    ec2-    (Proxy :: Proxy DetachClassicLinkVPC)--testDescribeRegionsResponse :: DescribeRegionsResponse -> TestTree-testDescribeRegionsResponse = res-    "DescribeRegionsResponse"-    "fixture/DescribeRegionsResponse.proto"-    ec2-    (Proxy :: Proxy DescribeRegions)--testMonitorInstancesResponse :: MonitorInstancesResponse -> TestTree-testMonitorInstancesResponse = res-    "MonitorInstancesResponse"-    "fixture/MonitorInstancesResponse.proto"-    ec2-    (Proxy :: Proxy MonitorInstances)--testAcceptVPCPeeringConnectionResponse :: AcceptVPCPeeringConnectionResponse -> TestTree-testAcceptVPCPeeringConnectionResponse = res-    "AcceptVPCPeeringConnectionResponse"-    "fixture/AcceptVPCPeeringConnectionResponse.proto"-    ec2-    (Proxy :: Proxy AcceptVPCPeeringConnection)--testImportSnapshotResponse :: ImportSnapshotResponse -> TestTree-testImportSnapshotResponse = res-    "ImportSnapshotResponse"-    "fixture/ImportSnapshotResponse.proto"-    ec2-    (Proxy :: Proxy ImportSnapshot)--testDescribeVolumeStatusResponse :: DescribeVolumeStatusResponse -> TestTree-testDescribeVolumeStatusResponse = res-    "DescribeVolumeStatusResponse"-    "fixture/DescribeVolumeStatusResponse.proto"-    ec2-    (Proxy :: Proxy DescribeVolumeStatus)--testDescribeRouteTablesResponse :: DescribeRouteTablesResponse -> TestTree-testDescribeRouteTablesResponse = res-    "DescribeRouteTablesResponse"-    "fixture/DescribeRouteTablesResponse.proto"-    ec2-    (Proxy :: Proxy DescribeRouteTables)--testDescribeAvailabilityZonesResponse :: DescribeAvailabilityZonesResponse -> TestTree-testDescribeAvailabilityZonesResponse = res-    "DescribeAvailabilityZonesResponse"-    "fixture/DescribeAvailabilityZonesResponse.proto"-    ec2-    (Proxy :: Proxy DescribeAvailabilityZones)--testModifyVPCAttributeResponse :: ModifyVPCAttributeResponse -> TestTree-testModifyVPCAttributeResponse = res-    "ModifyVPCAttributeResponse"-    "fixture/ModifyVPCAttributeResponse.proto"-    ec2-    (Proxy :: Proxy ModifyVPCAttribute)--testDescribeImagesResponse :: DescribeImagesResponse -> TestTree-testDescribeImagesResponse = res-    "DescribeImagesResponse"-    "fixture/DescribeImagesResponse.proto"-    ec2-    (Proxy :: Proxy DescribeImages)--testRestoreAddressToClassicResponse :: RestoreAddressToClassicResponse -> TestTree-testRestoreAddressToClassicResponse = res-    "RestoreAddressToClassicResponse"-    "fixture/RestoreAddressToClassicResponse.proto"-    ec2-    (Proxy :: Proxy RestoreAddressToClassic)--testCreateKeyPairResponse :: CreateKeyPairResponse -> TestTree-testCreateKeyPairResponse = res-    "CreateKeyPairResponse"-    "fixture/CreateKeyPairResponse.proto"-    ec2-    (Proxy :: Proxy CreateKeyPair)--testDeleteVolumeResponse :: DeleteVolumeResponse -> TestTree-testDeleteVolumeResponse = res-    "DeleteVolumeResponse"-    "fixture/DeleteVolumeResponse.proto"-    ec2-    (Proxy :: Proxy DeleteVolume)--testDescribeSpotFleetInstancesResponse :: DescribeSpotFleetInstancesResponse -> TestTree-testDescribeSpotFleetInstancesResponse = res+--         [ requestImportInstance $+--             importInstance+--+--         , requestRevokeSecurityGroupEgress $+--             revokeSecurityGroupEgress+--+--         , requestCreateVPNGateway $+--             createVPNGateway+--+--         , requestCreateNetworkACL $+--             createNetworkACL+--+--         , requestDeleteKeyPair $+--             deleteKeyPair+--+--         , requestDescribeTags $+--             describeTags+--+--         , requestDetachNetworkInterface $+--             detachNetworkInterface+--+--         , requestDetachInternetGateway $+--             detachInternetGateway+--+--         , requestDeleteVPCEndpoints $+--             deleteVPCEndpoints+--+--         , requestDeleteFlowLogs $+--             deleteFlowLogs+--+--         , requestDescribeVPCClassicLink $+--             describeVPCClassicLink+--+--         , requestModifySubnetAttribute $+--             modifySubnetAttribute+--+--         , requestDetachVolume $+--             detachVolume+--+--         , requestCancelBundleTask $+--             cancelBundleTask+--+--         , requestReleaseAddress $+--             releaseAddress+--+--         , requestCreateInternetGateway $+--             createInternetGateway+--+--         , requestDeleteVPNConnection $+--             deleteVPNConnection+--+--         , requestDescribeBundleTasks $+--             describeBundleTasks+--+--         , requestAuthorizeSecurityGroupEgress $+--             authorizeSecurityGroupEgress+--+--         , requestDeregisterImage $+--             deregisterImage+--+--         , requestModifyNetworkInterfaceAttribute $+--             modifyNetworkInterfaceAttribute+--+--         , requestCancelReservedInstancesListing $+--             cancelReservedInstancesListing+--+--         , requestAttachClassicLinkVPC $+--             attachClassicLinkVPC+--+--         , requestDescribeVPCClassicLinkDNSSupport $+--             describeVPCClassicLinkDNSSupport+--+--         , requestRunScheduledInstances $+--             runScheduledInstances+--+--         , requestCancelSpotFleetRequests $+--             cancelSpotFleetRequests+--+--         , requestDescribeSpotPriceHistory $+--             describeSpotPriceHistory+--+--         , requestDescribeDHCPOptions $+--             describeDHCPOptions+--+--         , requestImportImage $+--             importImage+--+--         , requestStopInstances $+--             stopInstances+--+--         , requestDescribeInternetGateways $+--             describeInternetGateways+--+--         , requestDisableVPCClassicLink $+--             disableVPCClassicLink+--+--         , requestBundleInstance $+--             bundleInstance+--+--         , requestDescribeNetworkInterfaces $+--             describeNetworkInterfaces+--+--         , requestReplaceNetworkACLAssociation $+--             replaceNetworkACLAssociation+--+--         , requestDescribeNatGateways $+--             describeNatGateways+--+--         , requestDescribeAddresses $+--             describeAddresses+--+--         , requestDescribeSnapshotAttribute $+--             describeSnapshotAttribute+--+--         , requestReplaceRoute $+--             replaceRoute+--+--         , requestDescribeVPCEndpointServices $+--             describeVPCEndpointServices+--+--         , requestAuthorizeSecurityGroupIngress $+--             authorizeSecurityGroupIngress+--+--         , requestCreateVPCPeeringConnection $+--             createVPCPeeringConnection+--+--         , requestDescribeSubnets $+--             describeSubnets+--+--         , requestCreateTags $+--             createTags+--+--         , requestPurchaseReservedInstancesOffering $+--             purchaseReservedInstancesOffering+--+--         , requestDeleteNetworkACLEntry $+--             deleteNetworkACLEntry+--+--         , requestResetSnapshotAttribute $+--             resetSnapshotAttribute+--+--         , requestDescribeVPNConnections $+--             describeVPNConnections+--+--         , requestDeleteRoute $+--             deleteRoute+--+--         , requestReplaceNetworkACLEntry $+--             replaceNetworkACLEntry+--+--         , requestDescribeVPCEndpoints $+--             describeVPCEndpoints+--+--         , requestResetInstanceAttribute $+--             resetInstanceAttribute+--+--         , requestAttachNetworkInterface $+--             attachNetworkInterface+--+--         , requestDescribeInstanceStatus $+--             describeInstanceStatus+--+--         , requestImportKeyPair $+--             importKeyPair+--+--         , requestDeleteTags $+--             deleteTags+--+--         , requestConfirmProductInstance $+--             confirmProductInstance+--+--         , requestDescribeInstanceAttribute $+--             describeInstanceAttribute+--+--         , requestDescribeReservedInstancesOfferings $+--             describeReservedInstancesOfferings+--+--         , requestCreateCustomerGateway $+--             createCustomerGateway+--+--         , requestDeleteSecurityGroup $+--             deleteSecurityGroup+--+--         , requestDeleteVPCPeeringConnection $+--             deleteVPCPeeringConnection+--+--         , requestAttachInternetGateway $+--             attachInternetGateway+--+--         , requestModifyInstancePlacement $+--             modifyInstancePlacement+--+--         , requestDescribeFlowLogs $+--             describeFlowLogs+--+--         , requestRunInstances $+--             runInstances+--+--         , requestAssociateDHCPOptions $+--             associateDHCPOptions+--+--         , requestDescribeReservedInstances $+--             describeReservedInstances+--+--         , requestDescribeIdFormat $+--             describeIdFormat+--+--         , requestDescribeVPCs $+--             describeVPCs+--+--         , requestDescribeConversionTasks $+--             describeConversionTasks+--+--         , requestDisableVPCClassicLinkDNSSupport $+--             disableVPCClassicLinkDNSSupport+--+--         , requestAllocateAddress $+--             allocateAddress+--+--         , requestCancelConversionTask $+--             cancelConversionTask+--+--         , requestModifyImageAttribute $+--             modifyImageAttribute+--+--         , requestCreateRouteTable $+--             createRouteTable+--+--         , requestReportInstanceStatus $+--             reportInstanceStatus+--+--         , requestAttachVolume $+--             attachVolume+--+--         , requestRequestSpotInstances $+--             requestSpotInstances+--+--         , requestDescribeVolumes $+--             describeVolumes+--+--         , requestRejectVPCPeeringConnection $+--             rejectVPCPeeringConnection+--+--         , requestDeleteVPNConnectionRoute $+--             deleteVPNConnectionRoute+--+--         , requestModifyVPCEndpoint $+--             modifyVPCEndpoint+--+--         , requestAllocateHosts $+--             allocateHosts+--+--         , requestRegisterImage $+--             registerImage+--+--         , requestRevokeSecurityGroupIngress $+--             revokeSecurityGroupIngress+--+--         , requestEnableVPCClassicLinkDNSSupport $+--             enableVPCClassicLinkDNSSupport+--+--         , requestModifyReservedInstances $+--             modifyReservedInstances+--+--         , requestDescribeScheduledInstances $+--             describeScheduledInstances+--+--         , requestCreateFlowLogs $+--             createFlowLogs+--+--         , requestDescribeSpotFleetRequests $+--             describeSpotFleetRequests+--+--         , requestMoveAddressToVPC $+--             moveAddressToVPC+--+--         , requestDeleteNetworkACL $+--             deleteNetworkACL+--+--         , requestDeleteVPNGateway $+--             deleteVPNGateway+--+--         , requestDescribeImportImageTasks $+--             describeImportImageTasks+--+--         , requestDescribeVolumeAttribute $+--             describeVolumeAttribute+--+--         , requestDescribeMovingAddresses $+--             describeMovingAddresses+--+--         , requestGetPasswordData $+--             getPasswordData+--+--         , requestCreateVPC $+--             createVPC+--+--         , requestModifyVPCPeeringConnectionOptions $+--             modifyVPCPeeringConnectionOptions+--+--         , requestCopySnapshot $+--             copySnapshot+--+--         , requestDisassociateAddress $+--             disassociateAddress+--+--         , requestDeleteVPC $+--             deleteVPC+--+--         , requestCreateInstanceExportTask $+--             createInstanceExportTask+--+--         , requestDescribeVPCAttribute $+--             describeVPCAttribute+--+--         , requestCreateVolume $+--             createVolume+--+--         , requestDescribeScheduledInstanceAvailability $+--             describeScheduledInstanceAvailability+--+--         , requestModifyVolumeAttribute $+--             modifyVolumeAttribute+--+--         , requestDescribeSpotDatafeedSubscription $+--             describeSpotDatafeedSubscription+--+--         , requestDescribePrefixLists $+--             describePrefixLists+--+--         , requestDeletePlacementGroup $+--             deletePlacementGroup+--+--         , requestRequestSpotFleet $+--             requestSpotFleet+--+--         , requestCreateSubnet $+--             createSubnet+--+--         , requestCreateNetworkInterface $+--             createNetworkInterface+--+--         , requestDescribeSecurityGroups $+--             describeSecurityGroups+--+--         , requestDescribeExportTasks $+--             describeExportTasks+--+--         , requestModifySpotFleetRequest $+--             modifySpotFleetRequest+--+--         , requestDetachVPNGateway $+--             detachVPNGateway+--+--         , requestEnableVolumeIO $+--             enableVolumeIO+--+--         , requestDescribeInstances $+--             describeInstances+--+--         , requestCreateNatGateway $+--             createNatGateway+--+--         , requestDescribeVPCPeeringConnections $+--             describeVPCPeeringConnections+--+--         , requestCancelExportTask $+--             cancelExportTask+--+--         , requestDeleteNetworkInterface $+--             deleteNetworkInterface+--+--         , requestReplaceRouteTableAssociation $+--             replaceRouteTableAssociation+--+--         , requestStartInstances $+--             startInstances+--+--         , requestCreatePlacementGroup $+--             createPlacementGroup+--+--         , requestDescribeSnapshots $+--             describeSnapshots+--+--         , requestAssociateAddress $+--             associateAddress+--+--         , requestDescribeNetworkInterfaceAttribute $+--             describeNetworkInterfaceAttribute+--+--         , requestReleaseHosts $+--             releaseHosts+--+--         , requestResetNetworkInterfaceAttribute $+--             resetNetworkInterfaceAttribute+--+--         , requestDeleteInternetGateway $+--             deleteInternetGateway+--+--         , requestDescribeReservedInstancesListings $+--             describeReservedInstancesListings+--+--         , requestCreateVPNConnection $+--             createVPNConnection+--+--         , requestDeleteNatGateway $+--             deleteNatGateway+--+--         , requestDescribeImportSnapshotTasks $+--             describeImportSnapshotTasks+--+--         , requestDescribeCustomerGateways $+--             describeCustomerGateways+--+--         , requestDeleteSubnet $+--             deleteSubnet+--+--         , requestCopyImage $+--             copyImage+--+--         , requestCreateVPCEndpoint $+--             createVPCEndpoint+--+--         , requestUnmonitorInstances $+--             unmonitorInstances+--+--         , requestCreateSecurityGroup $+--             createSecurityGroup+--+--         , requestImportVolume $+--             importVolume+--+--         , requestDisableVGWRoutePropagation $+--             disableVGWRoutePropagation+--+--         , requestCreateSpotDatafeedSubscription $+--             createSpotDatafeedSubscription+--+--         , requestCancelSpotInstanceRequests $+--             cancelSpotInstanceRequests+--+--         , requestCreateRoute $+--             createRoute+--+--         , requestDeleteSnapshot $+--             deleteSnapshot+--+--         , requestAssignPrivateIPAddresses $+--             assignPrivateIPAddresses+--+--         , requestModifyInstanceAttribute $+--             modifyInstanceAttribute+--+--         , requestDeleteCustomerGateway $+--             deleteCustomerGateway+--+--         , requestDisassociateRouteTable $+--             disassociateRouteTable+--+--         , requestDeleteSpotDatafeedSubscription $+--             deleteSpotDatafeedSubscription+--+--         , requestEnableVPCClassicLink $+--             enableVPCClassicLink+--+--         , requestDescribePlacementGroups $+--             describePlacementGroups+--+--         , requestPurchaseScheduledInstances $+--             purchaseScheduledInstances+--+--         , requestEnableVGWRoutePropagation $+--             enableVGWRoutePropagation+--+--         , requestDescribeSpotFleetRequestHistory $+--             describeSpotFleetRequestHistory+--+--         , requestModifySnapshotAttribute $+--             modifySnapshotAttribute+--+--         , requestCreateSnapshot $+--             createSnapshot+--+--         , requestCreateNetworkACLEntry $+--             createNetworkACLEntry+--+--         , requestCreateReservedInstancesListing $+--             createReservedInstancesListing+--+--         , requestAttachVPNGateway $+--             attachVPNGateway+--+--         , requestCreateDHCPOptions $+--             createDHCPOptions+--+--         , requestDescribeAccountAttributes $+--             describeAccountAttributes+--+--         , requestModifyHosts $+--             modifyHosts+--+--         , requestRebootInstances $+--             rebootInstances+--+--         , requestCreateImage $+--             createImage+--+--         , requestDescribeClassicLinkInstances $+--             describeClassicLinkInstances+--+--         , requestTerminateInstances $+--             terminateInstances+--+--         , requestDescribeKeyPairs $+--             describeKeyPairs+--+--         , requestCreateVPNConnectionRoute $+--             createVPNConnectionRoute+--+--         , requestAssociateRouteTable $+--             associateRouteTable+--+--         , requestDescribeVPNGateways $+--             describeVPNGateways+--+--         , requestGetConsoleOutput $+--             getConsoleOutput+--+--         , requestDescribeHosts $+--             describeHosts+--+--         , requestDescribeImageAttribute $+--             describeImageAttribute+--+--         , requestModifyIdFormat $+--             modifyIdFormat+--+--         , requestDeleteRouteTable $+--             deleteRouteTable+--+--         , requestResetImageAttribute $+--             resetImageAttribute+--+--         , requestDescribeReservedInstancesModifications $+--             describeReservedInstancesModifications+--+--         , requestDescribeSpotInstanceRequests $+--             describeSpotInstanceRequests+--+--         , requestUnassignPrivateIPAddresses $+--             unassignPrivateIPAddresses+--+--         , requestDeleteDHCPOptions $+--             deleteDHCPOptions+--+--         , requestDescribeNetworkACLs $+--             describeNetworkACLs+--+--         , requestCancelImportTask $+--             cancelImportTask+--+--         , requestDetachClassicLinkVPC $+--             detachClassicLinkVPC+--+--         , requestDescribeRegions $+--             describeRegions+--+--         , requestMonitorInstances $+--             monitorInstances+--+--         , requestAcceptVPCPeeringConnection $+--             acceptVPCPeeringConnection+--+--         , requestImportSnapshot $+--             importSnapshot+--+--         , requestDescribeVolumeStatus $+--             describeVolumeStatus+--+--         , requestDescribeRouteTables $+--             describeRouteTables+--+--         , requestDescribeAvailabilityZones $+--             describeAvailabilityZones+--+--         , requestModifyVPCAttribute $+--             modifyVPCAttribute+--+--         , requestDescribeImages $+--             describeImages+--+--         , requestRestoreAddressToClassic $+--             restoreAddressToClassic+--+--         , requestCreateKeyPair $+--             createKeyPair+--+--         , requestDeleteVolume $+--             deleteVolume+--+--         , requestDescribeSpotFleetInstances $+--             describeSpotFleetInstances+--+--           ]++--     , testGroup "response"+--         [ responseImportInstance $+--             importInstanceResponse+--+--         , responseRevokeSecurityGroupEgress $+--             revokeSecurityGroupEgressResponse+--+--         , responseCreateVPNGateway $+--             createVPNGatewayResponse+--+--         , responseCreateNetworkACL $+--             createNetworkACLResponse+--+--         , responseDeleteKeyPair $+--             deleteKeyPairResponse+--+--         , responseDescribeTags $+--             describeTagsResponse+--+--         , responseDetachNetworkInterface $+--             detachNetworkInterfaceResponse+--+--         , responseDetachInternetGateway $+--             detachInternetGatewayResponse+--+--         , responseDeleteVPCEndpoints $+--             deleteVPCEndpointsResponse+--+--         , responseDeleteFlowLogs $+--             deleteFlowLogsResponse+--+--         , responseDescribeVPCClassicLink $+--             describeVPCClassicLinkResponse+--+--         , responseModifySubnetAttribute $+--             modifySubnetAttributeResponse+--+--         , responseDetachVolume $+--             volumeAttachment+--+--         , responseCancelBundleTask $+--             cancelBundleTaskResponse+--+--         , responseReleaseAddress $+--             releaseAddressResponse+--+--         , responseCreateInternetGateway $+--             createInternetGatewayResponse+--+--         , responseDeleteVPNConnection $+--             deleteVPNConnectionResponse+--+--         , responseDescribeBundleTasks $+--             describeBundleTasksResponse+--+--         , responseAuthorizeSecurityGroupEgress $+--             authorizeSecurityGroupEgressResponse+--+--         , responseDeregisterImage $+--             deregisterImageResponse+--+--         , responseModifyNetworkInterfaceAttribute $+--             modifyNetworkInterfaceAttributeResponse+--+--         , responseCancelReservedInstancesListing $+--             cancelReservedInstancesListingResponse+--+--         , responseAttachClassicLinkVPC $+--             attachClassicLinkVPCResponse+--+--         , responseDescribeVPCClassicLinkDNSSupport $+--             describeVPCClassicLinkDNSSupportResponse+--+--         , responseRunScheduledInstances $+--             runScheduledInstancesResponse+--+--         , responseCancelSpotFleetRequests $+--             cancelSpotFleetRequestsResponse+--+--         , responseDescribeSpotPriceHistory $+--             describeSpotPriceHistoryResponse+--+--         , responseDescribeDHCPOptions $+--             describeDHCPOptionsResponse+--+--         , responseImportImage $+--             importImageResponse+--+--         , responseStopInstances $+--             stopInstancesResponse+--+--         , responseDescribeInternetGateways $+--             describeInternetGatewaysResponse+--+--         , responseDisableVPCClassicLink $+--             disableVPCClassicLinkResponse+--+--         , responseBundleInstance $+--             bundleInstanceResponse+--+--         , responseDescribeNetworkInterfaces $+--             describeNetworkInterfacesResponse+--+--         , responseReplaceNetworkACLAssociation $+--             replaceNetworkACLAssociationResponse+--+--         , responseDescribeNatGateways $+--             describeNatGatewaysResponse+--+--         , responseDescribeAddresses $+--             describeAddressesResponse+--+--         , responseDescribeSnapshotAttribute $+--             describeSnapshotAttributeResponse+--+--         , responseReplaceRoute $+--             replaceRouteResponse+--+--         , responseDescribeVPCEndpointServices $+--             describeVPCEndpointServicesResponse+--+--         , responseAuthorizeSecurityGroupIngress $+--             authorizeSecurityGroupIngressResponse+--+--         , responseCreateVPCPeeringConnection $+--             createVPCPeeringConnectionResponse+--+--         , responseDescribeSubnets $+--             describeSubnetsResponse+--+--         , responseCreateTags $+--             createTagsResponse+--+--         , responsePurchaseReservedInstancesOffering $+--             purchaseReservedInstancesOfferingResponse+--+--         , responseDeleteNetworkACLEntry $+--             deleteNetworkACLEntryResponse+--+--         , responseResetSnapshotAttribute $+--             resetSnapshotAttributeResponse+--+--         , responseDescribeVPNConnections $+--             describeVPNConnectionsResponse+--+--         , responseDeleteRoute $+--             deleteRouteResponse+--+--         , responseReplaceNetworkACLEntry $+--             replaceNetworkACLEntryResponse+--+--         , responseDescribeVPCEndpoints $+--             describeVPCEndpointsResponse+--+--         , responseResetInstanceAttribute $+--             resetInstanceAttributeResponse+--+--         , responseAttachNetworkInterface $+--             attachNetworkInterfaceResponse+--+--         , responseDescribeInstanceStatus $+--             describeInstanceStatusResponse+--+--         , responseImportKeyPair $+--             importKeyPairResponse+--+--         , responseDeleteTags $+--             deleteTagsResponse+--+--         , responseConfirmProductInstance $+--             confirmProductInstanceResponse+--+--         , responseDescribeInstanceAttribute $+--             describeInstanceAttributeResponse+--+--         , responseDescribeReservedInstancesOfferings $+--             describeReservedInstancesOfferingsResponse+--+--         , responseCreateCustomerGateway $+--             createCustomerGatewayResponse+--+--         , responseDeleteSecurityGroup $+--             deleteSecurityGroupResponse+--+--         , responseDeleteVPCPeeringConnection $+--             deleteVPCPeeringConnectionResponse+--+--         , responseAttachInternetGateway $+--             attachInternetGatewayResponse+--+--         , responseModifyInstancePlacement $+--             modifyInstancePlacementResponse+--+--         , responseDescribeFlowLogs $+--             describeFlowLogsResponse+--+--         , responseRunInstances $+--             reservation+--+--         , responseAssociateDHCPOptions $+--             associateDHCPOptionsResponse+--+--         , responseDescribeReservedInstances $+--             describeReservedInstancesResponse+--+--         , responseDescribeIdFormat $+--             describeIdFormatResponse+--+--         , responseDescribeVPCs $+--             describeVPCsResponse+--+--         , responseDescribeConversionTasks $+--             describeConversionTasksResponse+--+--         , responseDisableVPCClassicLinkDNSSupport $+--             disableVPCClassicLinkDNSSupportResponse+--+--         , responseAllocateAddress $+--             allocateAddressResponse+--+--         , responseCancelConversionTask $+--             cancelConversionTaskResponse+--+--         , responseModifyImageAttribute $+--             modifyImageAttributeResponse+--+--         , responseCreateRouteTable $+--             createRouteTableResponse+--+--         , responseReportInstanceStatus $+--             reportInstanceStatusResponse+--+--         , responseAttachVolume $+--             volumeAttachment+--+--         , responseRequestSpotInstances $+--             requestSpotInstancesResponse+--+--         , responseDescribeVolumes $+--             describeVolumesResponse+--+--         , responseRejectVPCPeeringConnection $+--             rejectVPCPeeringConnectionResponse+--+--         , responseDeleteVPNConnectionRoute $+--             deleteVPNConnectionRouteResponse+--+--         , responseModifyVPCEndpoint $+--             modifyVPCEndpointResponse+--+--         , responseAllocateHosts $+--             allocateHostsResponse+--+--         , responseRegisterImage $+--             registerImageResponse+--+--         , responseRevokeSecurityGroupIngress $+--             revokeSecurityGroupIngressResponse+--+--         , responseEnableVPCClassicLinkDNSSupport $+--             enableVPCClassicLinkDNSSupportResponse+--+--         , responseModifyReservedInstances $+--             modifyReservedInstancesResponse+--+--         , responseDescribeScheduledInstances $+--             describeScheduledInstancesResponse+--+--         , responseCreateFlowLogs $+--             createFlowLogsResponse+--+--         , responseDescribeSpotFleetRequests $+--             describeSpotFleetRequestsResponse+--+--         , responseMoveAddressToVPC $+--             moveAddressToVPCResponse+--+--         , responseDeleteNetworkACL $+--             deleteNetworkACLResponse+--+--         , responseDeleteVPNGateway $+--             deleteVPNGatewayResponse+--+--         , responseDescribeImportImageTasks $+--             describeImportImageTasksResponse+--+--         , responseDescribeVolumeAttribute $+--             describeVolumeAttributeResponse+--+--         , responseDescribeMovingAddresses $+--             describeMovingAddressesResponse+--+--         , responseGetPasswordData $+--             getPasswordDataResponse+--+--         , responseCreateVPC $+--             createVPCResponse+--+--         , responseModifyVPCPeeringConnectionOptions $+--             modifyVPCPeeringConnectionOptionsResponse+--+--         , responseCopySnapshot $+--             copySnapshotResponse+--+--         , responseDisassociateAddress $+--             disassociateAddressResponse+--+--         , responseDeleteVPC $+--             deleteVPCResponse+--+--         , responseCreateInstanceExportTask $+--             createInstanceExportTaskResponse+--+--         , responseDescribeVPCAttribute $+--             describeVPCAttributeResponse+--+--         , responseCreateVolume $+--             volume+--+--         , responseDescribeScheduledInstanceAvailability $+--             describeScheduledInstanceAvailabilityResponse+--+--         , responseModifyVolumeAttribute $+--             modifyVolumeAttributeResponse+--+--         , responseDescribeSpotDatafeedSubscription $+--             describeSpotDatafeedSubscriptionResponse+--+--         , responseDescribePrefixLists $+--             describePrefixListsResponse+--+--         , responseDeletePlacementGroup $+--             deletePlacementGroupResponse+--+--         , responseRequestSpotFleet $+--             requestSpotFleetResponse+--+--         , responseCreateSubnet $+--             createSubnetResponse+--+--         , responseCreateNetworkInterface $+--             createNetworkInterfaceResponse+--+--         , responseDescribeSecurityGroups $+--             describeSecurityGroupsResponse+--+--         , responseDescribeExportTasks $+--             describeExportTasksResponse+--+--         , responseModifySpotFleetRequest $+--             modifySpotFleetRequestResponse+--+--         , responseDetachVPNGateway $+--             detachVPNGatewayResponse+--+--         , responseEnableVolumeIO $+--             enableVolumeIOResponse+--+--         , responseDescribeInstances $+--             describeInstancesResponse+--+--         , responseCreateNatGateway $+--             createNatGatewayResponse+--+--         , responseDescribeVPCPeeringConnections $+--             describeVPCPeeringConnectionsResponse+--+--         , responseCancelExportTask $+--             cancelExportTaskResponse+--+--         , responseDeleteNetworkInterface $+--             deleteNetworkInterfaceResponse+--+--         , responseReplaceRouteTableAssociation $+--             replaceRouteTableAssociationResponse+--+--         , responseStartInstances $+--             startInstancesResponse+--+--         , responseCreatePlacementGroup $+--             createPlacementGroupResponse+--+--         , responseDescribeSnapshots $+--             describeSnapshotsResponse+--+--         , responseAssociateAddress $+--             associateAddressResponse+--+--         , responseDescribeNetworkInterfaceAttribute $+--             describeNetworkInterfaceAttributeResponse+--+--         , responseReleaseHosts $+--             releaseHostsResponse+--+--         , responseResetNetworkInterfaceAttribute $+--             resetNetworkInterfaceAttributeResponse+--+--         , responseDeleteInternetGateway $+--             deleteInternetGatewayResponse+--+--         , responseDescribeReservedInstancesListings $+--             describeReservedInstancesListingsResponse+--+--         , responseCreateVPNConnection $+--             createVPNConnectionResponse+--+--         , responseDeleteNatGateway $+--             deleteNatGatewayResponse+--+--         , responseDescribeImportSnapshotTasks $+--             describeImportSnapshotTasksResponse+--+--         , responseDescribeCustomerGateways $+--             describeCustomerGatewaysResponse+--+--         , responseDeleteSubnet $+--             deleteSubnetResponse+--+--         , responseCopyImage $+--             copyImageResponse+--+--         , responseCreateVPCEndpoint $+--             createVPCEndpointResponse+--+--         , responseUnmonitorInstances $+--             unmonitorInstancesResponse+--+--         , responseCreateSecurityGroup $+--             createSecurityGroupResponse+--+--         , responseImportVolume $+--             importVolumeResponse+--+--         , responseDisableVGWRoutePropagation $+--             disableVGWRoutePropagationResponse+--+--         , responseCreateSpotDatafeedSubscription $+--             createSpotDatafeedSubscriptionResponse+--+--         , responseCancelSpotInstanceRequests $+--             cancelSpotInstanceRequestsResponse+--+--         , responseCreateRoute $+--             createRouteResponse+--+--         , responseDeleteSnapshot $+--             deleteSnapshotResponse+--+--         , responseAssignPrivateIPAddresses $+--             assignPrivateIPAddressesResponse+--+--         , responseModifyInstanceAttribute $+--             modifyInstanceAttributeResponse+--+--         , responseDeleteCustomerGateway $+--             deleteCustomerGatewayResponse+--+--         , responseDisassociateRouteTable $+--             disassociateRouteTableResponse+--+--         , responseDeleteSpotDatafeedSubscription $+--             deleteSpotDatafeedSubscriptionResponse+--+--         , responseEnableVPCClassicLink $+--             enableVPCClassicLinkResponse+--+--         , responseDescribePlacementGroups $+--             describePlacementGroupsResponse+--+--         , responsePurchaseScheduledInstances $+--             purchaseScheduledInstancesResponse+--+--         , responseEnableVGWRoutePropagation $+--             enableVGWRoutePropagationResponse+--+--         , responseDescribeSpotFleetRequestHistory $+--             describeSpotFleetRequestHistoryResponse+--+--         , responseModifySnapshotAttribute $+--             modifySnapshotAttributeResponse+--+--         , responseCreateSnapshot $+--             snapshot+--+--         , responseCreateNetworkACLEntry $+--             createNetworkACLEntryResponse+--+--         , responseCreateReservedInstancesListing $+--             createReservedInstancesListingResponse+--+--         , responseAttachVPNGateway $+--             attachVPNGatewayResponse+--+--         , responseCreateDHCPOptions $+--             createDHCPOptionsResponse+--+--         , responseDescribeAccountAttributes $+--             describeAccountAttributesResponse+--+--         , responseModifyHosts $+--             modifyHostsResponse+--+--         , responseRebootInstances $+--             rebootInstancesResponse+--+--         , responseCreateImage $+--             createImageResponse+--+--         , responseDescribeClassicLinkInstances $+--             describeClassicLinkInstancesResponse+--+--         , responseTerminateInstances $+--             terminateInstancesResponse+--+--         , responseDescribeKeyPairs $+--             describeKeyPairsResponse+--+--         , responseCreateVPNConnectionRoute $+--             createVPNConnectionRouteResponse+--+--         , responseAssociateRouteTable $+--             associateRouteTableResponse+--+--         , responseDescribeVPNGateways $+--             describeVPNGatewaysResponse+--+--         , responseGetConsoleOutput $+--             getConsoleOutputResponse+--+--         , responseDescribeHosts $+--             describeHostsResponse+--+--         , responseDescribeImageAttribute $+--             describeImageAttributeResponse+--+--         , responseModifyIdFormat $+--             modifyIdFormatResponse+--+--         , responseDeleteRouteTable $+--             deleteRouteTableResponse+--+--         , responseResetImageAttribute $+--             resetImageAttributeResponse+--+--         , responseDescribeReservedInstancesModifications $+--             describeReservedInstancesModificationsResponse+--+--         , responseDescribeSpotInstanceRequests $+--             describeSpotInstanceRequestsResponse+--+--         , responseUnassignPrivateIPAddresses $+--             unassignPrivateIPAddressesResponse+--+--         , responseDeleteDHCPOptions $+--             deleteDHCPOptionsResponse+--+--         , responseDescribeNetworkACLs $+--             describeNetworkACLsResponse+--+--         , responseCancelImportTask $+--             cancelImportTaskResponse+--+--         , responseDetachClassicLinkVPC $+--             detachClassicLinkVPCResponse+--+--         , responseDescribeRegions $+--             describeRegionsResponse+--+--         , responseMonitorInstances $+--             monitorInstancesResponse+--+--         , responseAcceptVPCPeeringConnection $+--             acceptVPCPeeringConnectionResponse+--+--         , responseImportSnapshot $+--             importSnapshotResponse+--+--         , responseDescribeVolumeStatus $+--             describeVolumeStatusResponse+--+--         , responseDescribeRouteTables $+--             describeRouteTablesResponse+--+--         , responseDescribeAvailabilityZones $+--             describeAvailabilityZonesResponse+--+--         , responseModifyVPCAttribute $+--             modifyVPCAttributeResponse+--+--         , responseDescribeImages $+--             describeImagesResponse+--+--         , responseRestoreAddressToClassic $+--             restoreAddressToClassicResponse+--+--         , responseCreateKeyPair $+--             createKeyPairResponse+--+--         , responseDeleteVolume $+--             deleteVolumeResponse+--+--         , responseDescribeSpotFleetInstances $+--             describeSpotFleetInstancesResponse+--+--           ]+--     ]++-- Requests++requestImportInstance :: ImportInstance -> TestTree+requestImportInstance = req+    "ImportInstance"+    "fixture/ImportInstance.yaml"++requestRevokeSecurityGroupEgress :: RevokeSecurityGroupEgress -> TestTree+requestRevokeSecurityGroupEgress = req+    "RevokeSecurityGroupEgress"+    "fixture/RevokeSecurityGroupEgress.yaml"++requestCreateVPNGateway :: CreateVPNGateway -> TestTree+requestCreateVPNGateway = req+    "CreateVPNGateway"+    "fixture/CreateVPNGateway.yaml"++requestCreateNetworkACL :: CreateNetworkACL -> TestTree+requestCreateNetworkACL = req+    "CreateNetworkACL"+    "fixture/CreateNetworkACL.yaml"++requestDeleteKeyPair :: DeleteKeyPair -> TestTree+requestDeleteKeyPair = req+    "DeleteKeyPair"+    "fixture/DeleteKeyPair.yaml"++requestDescribeTags :: DescribeTags -> TestTree+requestDescribeTags = req+    "DescribeTags"+    "fixture/DescribeTags.yaml"++requestDetachNetworkInterface :: DetachNetworkInterface -> TestTree+requestDetachNetworkInterface = req+    "DetachNetworkInterface"+    "fixture/DetachNetworkInterface.yaml"++requestDetachInternetGateway :: DetachInternetGateway -> TestTree+requestDetachInternetGateway = req+    "DetachInternetGateway"+    "fixture/DetachInternetGateway.yaml"++requestDeleteVPCEndpoints :: DeleteVPCEndpoints -> TestTree+requestDeleteVPCEndpoints = req+    "DeleteVPCEndpoints"+    "fixture/DeleteVPCEndpoints.yaml"++requestDeleteFlowLogs :: DeleteFlowLogs -> TestTree+requestDeleteFlowLogs = req+    "DeleteFlowLogs"+    "fixture/DeleteFlowLogs.yaml"++requestDescribeVPCClassicLink :: DescribeVPCClassicLink -> TestTree+requestDescribeVPCClassicLink = req+    "DescribeVPCClassicLink"+    "fixture/DescribeVPCClassicLink.yaml"++requestModifySubnetAttribute :: ModifySubnetAttribute -> TestTree+requestModifySubnetAttribute = req+    "ModifySubnetAttribute"+    "fixture/ModifySubnetAttribute.yaml"++requestDetachVolume :: DetachVolume -> TestTree+requestDetachVolume = req+    "DetachVolume"+    "fixture/DetachVolume.yaml"++requestCancelBundleTask :: CancelBundleTask -> TestTree+requestCancelBundleTask = req+    "CancelBundleTask"+    "fixture/CancelBundleTask.yaml"++requestReleaseAddress :: ReleaseAddress -> TestTree+requestReleaseAddress = req+    "ReleaseAddress"+    "fixture/ReleaseAddress.yaml"++requestCreateInternetGateway :: CreateInternetGateway -> TestTree+requestCreateInternetGateway = req+    "CreateInternetGateway"+    "fixture/CreateInternetGateway.yaml"++requestDeleteVPNConnection :: DeleteVPNConnection -> TestTree+requestDeleteVPNConnection = req+    "DeleteVPNConnection"+    "fixture/DeleteVPNConnection.yaml"++requestDescribeBundleTasks :: DescribeBundleTasks -> TestTree+requestDescribeBundleTasks = req+    "DescribeBundleTasks"+    "fixture/DescribeBundleTasks.yaml"++requestAuthorizeSecurityGroupEgress :: AuthorizeSecurityGroupEgress -> TestTree+requestAuthorizeSecurityGroupEgress = req+    "AuthorizeSecurityGroupEgress"+    "fixture/AuthorizeSecurityGroupEgress.yaml"++requestDeregisterImage :: DeregisterImage -> TestTree+requestDeregisterImage = req+    "DeregisterImage"+    "fixture/DeregisterImage.yaml"++requestModifyNetworkInterfaceAttribute :: ModifyNetworkInterfaceAttribute -> TestTree+requestModifyNetworkInterfaceAttribute = req+    "ModifyNetworkInterfaceAttribute"+    "fixture/ModifyNetworkInterfaceAttribute.yaml"++requestCancelReservedInstancesListing :: CancelReservedInstancesListing -> TestTree+requestCancelReservedInstancesListing = req+    "CancelReservedInstancesListing"+    "fixture/CancelReservedInstancesListing.yaml"++requestAttachClassicLinkVPC :: AttachClassicLinkVPC -> TestTree+requestAttachClassicLinkVPC = req+    "AttachClassicLinkVPC"+    "fixture/AttachClassicLinkVPC.yaml"++requestDescribeVPCClassicLinkDNSSupport :: DescribeVPCClassicLinkDNSSupport -> TestTree+requestDescribeVPCClassicLinkDNSSupport = req+    "DescribeVPCClassicLinkDNSSupport"+    "fixture/DescribeVPCClassicLinkDNSSupport.yaml"++requestRunScheduledInstances :: RunScheduledInstances -> TestTree+requestRunScheduledInstances = req+    "RunScheduledInstances"+    "fixture/RunScheduledInstances.yaml"++requestCancelSpotFleetRequests :: CancelSpotFleetRequests -> TestTree+requestCancelSpotFleetRequests = req+    "CancelSpotFleetRequests"+    "fixture/CancelSpotFleetRequests.yaml"++requestDescribeSpotPriceHistory :: DescribeSpotPriceHistory -> TestTree+requestDescribeSpotPriceHistory = req+    "DescribeSpotPriceHistory"+    "fixture/DescribeSpotPriceHistory.yaml"++requestDescribeDHCPOptions :: DescribeDHCPOptions -> TestTree+requestDescribeDHCPOptions = req+    "DescribeDHCPOptions"+    "fixture/DescribeDHCPOptions.yaml"++requestImportImage :: ImportImage -> TestTree+requestImportImage = req+    "ImportImage"+    "fixture/ImportImage.yaml"++requestStopInstances :: StopInstances -> TestTree+requestStopInstances = req+    "StopInstances"+    "fixture/StopInstances.yaml"++requestDescribeInternetGateways :: DescribeInternetGateways -> TestTree+requestDescribeInternetGateways = req+    "DescribeInternetGateways"+    "fixture/DescribeInternetGateways.yaml"++requestDisableVPCClassicLink :: DisableVPCClassicLink -> TestTree+requestDisableVPCClassicLink = req+    "DisableVPCClassicLink"+    "fixture/DisableVPCClassicLink.yaml"++requestBundleInstance :: BundleInstance -> TestTree+requestBundleInstance = req+    "BundleInstance"+    "fixture/BundleInstance.yaml"++requestDescribeNetworkInterfaces :: DescribeNetworkInterfaces -> TestTree+requestDescribeNetworkInterfaces = req+    "DescribeNetworkInterfaces"+    "fixture/DescribeNetworkInterfaces.yaml"++requestReplaceNetworkACLAssociation :: ReplaceNetworkACLAssociation -> TestTree+requestReplaceNetworkACLAssociation = req+    "ReplaceNetworkACLAssociation"+    "fixture/ReplaceNetworkACLAssociation.yaml"++requestDescribeNatGateways :: DescribeNatGateways -> TestTree+requestDescribeNatGateways = req+    "DescribeNatGateways"+    "fixture/DescribeNatGateways.yaml"++requestDescribeAddresses :: DescribeAddresses -> TestTree+requestDescribeAddresses = req+    "DescribeAddresses"+    "fixture/DescribeAddresses.yaml"++requestDescribeSnapshotAttribute :: DescribeSnapshotAttribute -> TestTree+requestDescribeSnapshotAttribute = req+    "DescribeSnapshotAttribute"+    "fixture/DescribeSnapshotAttribute.yaml"++requestReplaceRoute :: ReplaceRoute -> TestTree+requestReplaceRoute = req+    "ReplaceRoute"+    "fixture/ReplaceRoute.yaml"++requestDescribeVPCEndpointServices :: DescribeVPCEndpointServices -> TestTree+requestDescribeVPCEndpointServices = req+    "DescribeVPCEndpointServices"+    "fixture/DescribeVPCEndpointServices.yaml"++requestAuthorizeSecurityGroupIngress :: AuthorizeSecurityGroupIngress -> TestTree+requestAuthorizeSecurityGroupIngress = req+    "AuthorizeSecurityGroupIngress"+    "fixture/AuthorizeSecurityGroupIngress.yaml"++requestCreateVPCPeeringConnection :: CreateVPCPeeringConnection -> TestTree+requestCreateVPCPeeringConnection = req+    "CreateVPCPeeringConnection"+    "fixture/CreateVPCPeeringConnection.yaml"++requestDescribeSubnets :: DescribeSubnets -> TestTree+requestDescribeSubnets = req+    "DescribeSubnets"+    "fixture/DescribeSubnets.yaml"++requestCreateTags :: CreateTags -> TestTree+requestCreateTags = req+    "CreateTags"+    "fixture/CreateTags.yaml"++requestPurchaseReservedInstancesOffering :: PurchaseReservedInstancesOffering -> TestTree+requestPurchaseReservedInstancesOffering = req+    "PurchaseReservedInstancesOffering"+    "fixture/PurchaseReservedInstancesOffering.yaml"++requestDeleteNetworkACLEntry :: DeleteNetworkACLEntry -> TestTree+requestDeleteNetworkACLEntry = req+    "DeleteNetworkACLEntry"+    "fixture/DeleteNetworkACLEntry.yaml"++requestResetSnapshotAttribute :: ResetSnapshotAttribute -> TestTree+requestResetSnapshotAttribute = req+    "ResetSnapshotAttribute"+    "fixture/ResetSnapshotAttribute.yaml"++requestDescribeVPNConnections :: DescribeVPNConnections -> TestTree+requestDescribeVPNConnections = req+    "DescribeVPNConnections"+    "fixture/DescribeVPNConnections.yaml"++requestDeleteRoute :: DeleteRoute -> TestTree+requestDeleteRoute = req+    "DeleteRoute"+    "fixture/DeleteRoute.yaml"++requestReplaceNetworkACLEntry :: ReplaceNetworkACLEntry -> TestTree+requestReplaceNetworkACLEntry = req+    "ReplaceNetworkACLEntry"+    "fixture/ReplaceNetworkACLEntry.yaml"++requestDescribeVPCEndpoints :: DescribeVPCEndpoints -> TestTree+requestDescribeVPCEndpoints = req+    "DescribeVPCEndpoints"+    "fixture/DescribeVPCEndpoints.yaml"++requestResetInstanceAttribute :: ResetInstanceAttribute -> TestTree+requestResetInstanceAttribute = req+    "ResetInstanceAttribute"+    "fixture/ResetInstanceAttribute.yaml"++requestAttachNetworkInterface :: AttachNetworkInterface -> TestTree+requestAttachNetworkInterface = req+    "AttachNetworkInterface"+    "fixture/AttachNetworkInterface.yaml"++requestDescribeInstanceStatus :: DescribeInstanceStatus -> TestTree+requestDescribeInstanceStatus = req+    "DescribeInstanceStatus"+    "fixture/DescribeInstanceStatus.yaml"++requestImportKeyPair :: ImportKeyPair -> TestTree+requestImportKeyPair = req+    "ImportKeyPair"+    "fixture/ImportKeyPair.yaml"++requestDeleteTags :: DeleteTags -> TestTree+requestDeleteTags = req+    "DeleteTags"+    "fixture/DeleteTags.yaml"++requestConfirmProductInstance :: ConfirmProductInstance -> TestTree+requestConfirmProductInstance = req+    "ConfirmProductInstance"+    "fixture/ConfirmProductInstance.yaml"++requestDescribeInstanceAttribute :: DescribeInstanceAttribute -> TestTree+requestDescribeInstanceAttribute = req+    "DescribeInstanceAttribute"+    "fixture/DescribeInstanceAttribute.yaml"++requestDescribeReservedInstancesOfferings :: DescribeReservedInstancesOfferings -> TestTree+requestDescribeReservedInstancesOfferings = req+    "DescribeReservedInstancesOfferings"+    "fixture/DescribeReservedInstancesOfferings.yaml"++requestCreateCustomerGateway :: CreateCustomerGateway -> TestTree+requestCreateCustomerGateway = req+    "CreateCustomerGateway"+    "fixture/CreateCustomerGateway.yaml"++requestDeleteSecurityGroup :: DeleteSecurityGroup -> TestTree+requestDeleteSecurityGroup = req+    "DeleteSecurityGroup"+    "fixture/DeleteSecurityGroup.yaml"++requestDeleteVPCPeeringConnection :: DeleteVPCPeeringConnection -> TestTree+requestDeleteVPCPeeringConnection = req+    "DeleteVPCPeeringConnection"+    "fixture/DeleteVPCPeeringConnection.yaml"++requestAttachInternetGateway :: AttachInternetGateway -> TestTree+requestAttachInternetGateway = req+    "AttachInternetGateway"+    "fixture/AttachInternetGateway.yaml"++requestModifyInstancePlacement :: ModifyInstancePlacement -> TestTree+requestModifyInstancePlacement = req+    "ModifyInstancePlacement"+    "fixture/ModifyInstancePlacement.yaml"++requestDescribeFlowLogs :: DescribeFlowLogs -> TestTree+requestDescribeFlowLogs = req+    "DescribeFlowLogs"+    "fixture/DescribeFlowLogs.yaml"++requestRunInstances :: RunInstances -> TestTree+requestRunInstances = req+    "RunInstances"+    "fixture/RunInstances.yaml"++requestAssociateDHCPOptions :: AssociateDHCPOptions -> TestTree+requestAssociateDHCPOptions = req+    "AssociateDHCPOptions"+    "fixture/AssociateDHCPOptions.yaml"++requestDescribeReservedInstances :: DescribeReservedInstances -> TestTree+requestDescribeReservedInstances = req+    "DescribeReservedInstances"+    "fixture/DescribeReservedInstances.yaml"++requestDescribeIdFormat :: DescribeIdFormat -> TestTree+requestDescribeIdFormat = req+    "DescribeIdFormat"+    "fixture/DescribeIdFormat.yaml"++requestDescribeVPCs :: DescribeVPCs -> TestTree+requestDescribeVPCs = req+    "DescribeVPCs"+    "fixture/DescribeVPCs.yaml"++requestDescribeConversionTasks :: DescribeConversionTasks -> TestTree+requestDescribeConversionTasks = req+    "DescribeConversionTasks"+    "fixture/DescribeConversionTasks.yaml"++requestDisableVPCClassicLinkDNSSupport :: DisableVPCClassicLinkDNSSupport -> TestTree+requestDisableVPCClassicLinkDNSSupport = req+    "DisableVPCClassicLinkDNSSupport"+    "fixture/DisableVPCClassicLinkDNSSupport.yaml"++requestAllocateAddress :: AllocateAddress -> TestTree+requestAllocateAddress = req+    "AllocateAddress"+    "fixture/AllocateAddress.yaml"++requestCancelConversionTask :: CancelConversionTask -> TestTree+requestCancelConversionTask = req+    "CancelConversionTask"+    "fixture/CancelConversionTask.yaml"++requestModifyImageAttribute :: ModifyImageAttribute -> TestTree+requestModifyImageAttribute = req+    "ModifyImageAttribute"+    "fixture/ModifyImageAttribute.yaml"++requestCreateRouteTable :: CreateRouteTable -> TestTree+requestCreateRouteTable = req+    "CreateRouteTable"+    "fixture/CreateRouteTable.yaml"++requestReportInstanceStatus :: ReportInstanceStatus -> TestTree+requestReportInstanceStatus = req+    "ReportInstanceStatus"+    "fixture/ReportInstanceStatus.yaml"++requestAttachVolume :: AttachVolume -> TestTree+requestAttachVolume = req+    "AttachVolume"+    "fixture/AttachVolume.yaml"++requestRequestSpotInstances :: RequestSpotInstances -> TestTree+requestRequestSpotInstances = req+    "RequestSpotInstances"+    "fixture/RequestSpotInstances.yaml"++requestDescribeVolumes :: DescribeVolumes -> TestTree+requestDescribeVolumes = req+    "DescribeVolumes"+    "fixture/DescribeVolumes.yaml"++requestRejectVPCPeeringConnection :: RejectVPCPeeringConnection -> TestTree+requestRejectVPCPeeringConnection = req+    "RejectVPCPeeringConnection"+    "fixture/RejectVPCPeeringConnection.yaml"++requestDeleteVPNConnectionRoute :: DeleteVPNConnectionRoute -> TestTree+requestDeleteVPNConnectionRoute = req+    "DeleteVPNConnectionRoute"+    "fixture/DeleteVPNConnectionRoute.yaml"++requestModifyVPCEndpoint :: ModifyVPCEndpoint -> TestTree+requestModifyVPCEndpoint = req+    "ModifyVPCEndpoint"+    "fixture/ModifyVPCEndpoint.yaml"++requestAllocateHosts :: AllocateHosts -> TestTree+requestAllocateHosts = req+    "AllocateHosts"+    "fixture/AllocateHosts.yaml"++requestRegisterImage :: RegisterImage -> TestTree+requestRegisterImage = req+    "RegisterImage"+    "fixture/RegisterImage.yaml"++requestRevokeSecurityGroupIngress :: RevokeSecurityGroupIngress -> TestTree+requestRevokeSecurityGroupIngress = req+    "RevokeSecurityGroupIngress"+    "fixture/RevokeSecurityGroupIngress.yaml"++requestEnableVPCClassicLinkDNSSupport :: EnableVPCClassicLinkDNSSupport -> TestTree+requestEnableVPCClassicLinkDNSSupport = req+    "EnableVPCClassicLinkDNSSupport"+    "fixture/EnableVPCClassicLinkDNSSupport.yaml"++requestModifyReservedInstances :: ModifyReservedInstances -> TestTree+requestModifyReservedInstances = req+    "ModifyReservedInstances"+    "fixture/ModifyReservedInstances.yaml"++requestDescribeScheduledInstances :: DescribeScheduledInstances -> TestTree+requestDescribeScheduledInstances = req+    "DescribeScheduledInstances"+    "fixture/DescribeScheduledInstances.yaml"++requestCreateFlowLogs :: CreateFlowLogs -> TestTree+requestCreateFlowLogs = req+    "CreateFlowLogs"+    "fixture/CreateFlowLogs.yaml"++requestDescribeSpotFleetRequests :: DescribeSpotFleetRequests -> TestTree+requestDescribeSpotFleetRequests = req+    "DescribeSpotFleetRequests"+    "fixture/DescribeSpotFleetRequests.yaml"++requestMoveAddressToVPC :: MoveAddressToVPC -> TestTree+requestMoveAddressToVPC = req+    "MoveAddressToVPC"+    "fixture/MoveAddressToVPC.yaml"++requestDeleteNetworkACL :: DeleteNetworkACL -> TestTree+requestDeleteNetworkACL = req+    "DeleteNetworkACL"+    "fixture/DeleteNetworkACL.yaml"++requestDeleteVPNGateway :: DeleteVPNGateway -> TestTree+requestDeleteVPNGateway = req+    "DeleteVPNGateway"+    "fixture/DeleteVPNGateway.yaml"++requestDescribeImportImageTasks :: DescribeImportImageTasks -> TestTree+requestDescribeImportImageTasks = req+    "DescribeImportImageTasks"+    "fixture/DescribeImportImageTasks.yaml"++requestDescribeVolumeAttribute :: DescribeVolumeAttribute -> TestTree+requestDescribeVolumeAttribute = req+    "DescribeVolumeAttribute"+    "fixture/DescribeVolumeAttribute.yaml"++requestDescribeMovingAddresses :: DescribeMovingAddresses -> TestTree+requestDescribeMovingAddresses = req+    "DescribeMovingAddresses"+    "fixture/DescribeMovingAddresses.yaml"++requestGetPasswordData :: GetPasswordData -> TestTree+requestGetPasswordData = req+    "GetPasswordData"+    "fixture/GetPasswordData.yaml"++requestCreateVPC :: CreateVPC -> TestTree+requestCreateVPC = req+    "CreateVPC"+    "fixture/CreateVPC.yaml"++requestModifyVPCPeeringConnectionOptions :: ModifyVPCPeeringConnectionOptions -> TestTree+requestModifyVPCPeeringConnectionOptions = req+    "ModifyVPCPeeringConnectionOptions"+    "fixture/ModifyVPCPeeringConnectionOptions.yaml"++requestCopySnapshot :: CopySnapshot -> TestTree+requestCopySnapshot = req+    "CopySnapshot"+    "fixture/CopySnapshot.yaml"++requestDisassociateAddress :: DisassociateAddress -> TestTree+requestDisassociateAddress = req+    "DisassociateAddress"+    "fixture/DisassociateAddress.yaml"++requestDeleteVPC :: DeleteVPC -> TestTree+requestDeleteVPC = req+    "DeleteVPC"+    "fixture/DeleteVPC.yaml"++requestCreateInstanceExportTask :: CreateInstanceExportTask -> TestTree+requestCreateInstanceExportTask = req+    "CreateInstanceExportTask"+    "fixture/CreateInstanceExportTask.yaml"++requestDescribeVPCAttribute :: DescribeVPCAttribute -> TestTree+requestDescribeVPCAttribute = req+    "DescribeVPCAttribute"+    "fixture/DescribeVPCAttribute.yaml"++requestCreateVolume :: CreateVolume -> TestTree+requestCreateVolume = req+    "CreateVolume"+    "fixture/CreateVolume.yaml"++requestDescribeScheduledInstanceAvailability :: DescribeScheduledInstanceAvailability -> TestTree+requestDescribeScheduledInstanceAvailability = req+    "DescribeScheduledInstanceAvailability"+    "fixture/DescribeScheduledInstanceAvailability.yaml"++requestModifyVolumeAttribute :: ModifyVolumeAttribute -> TestTree+requestModifyVolumeAttribute = req+    "ModifyVolumeAttribute"+    "fixture/ModifyVolumeAttribute.yaml"++requestDescribeSpotDatafeedSubscription :: DescribeSpotDatafeedSubscription -> TestTree+requestDescribeSpotDatafeedSubscription = req+    "DescribeSpotDatafeedSubscription"+    "fixture/DescribeSpotDatafeedSubscription.yaml"++requestDescribePrefixLists :: DescribePrefixLists -> TestTree+requestDescribePrefixLists = req+    "DescribePrefixLists"+    "fixture/DescribePrefixLists.yaml"++requestDeletePlacementGroup :: DeletePlacementGroup -> TestTree+requestDeletePlacementGroup = req+    "DeletePlacementGroup"+    "fixture/DeletePlacementGroup.yaml"++requestRequestSpotFleet :: RequestSpotFleet -> TestTree+requestRequestSpotFleet = req+    "RequestSpotFleet"+    "fixture/RequestSpotFleet.yaml"++requestCreateSubnet :: CreateSubnet -> TestTree+requestCreateSubnet = req+    "CreateSubnet"+    "fixture/CreateSubnet.yaml"++requestCreateNetworkInterface :: CreateNetworkInterface -> TestTree+requestCreateNetworkInterface = req+    "CreateNetworkInterface"+    "fixture/CreateNetworkInterface.yaml"++requestDescribeSecurityGroups :: DescribeSecurityGroups -> TestTree+requestDescribeSecurityGroups = req+    "DescribeSecurityGroups"+    "fixture/DescribeSecurityGroups.yaml"++requestDescribeExportTasks :: DescribeExportTasks -> TestTree+requestDescribeExportTasks = req+    "DescribeExportTasks"+    "fixture/DescribeExportTasks.yaml"++requestModifySpotFleetRequest :: ModifySpotFleetRequest -> TestTree+requestModifySpotFleetRequest = req+    "ModifySpotFleetRequest"+    "fixture/ModifySpotFleetRequest.yaml"++requestDetachVPNGateway :: DetachVPNGateway -> TestTree+requestDetachVPNGateway = req+    "DetachVPNGateway"+    "fixture/DetachVPNGateway.yaml"++requestEnableVolumeIO :: EnableVolumeIO -> TestTree+requestEnableVolumeIO = req+    "EnableVolumeIO"+    "fixture/EnableVolumeIO.yaml"++requestDescribeInstances :: DescribeInstances -> TestTree+requestDescribeInstances = req+    "DescribeInstances"+    "fixture/DescribeInstances.yaml"++requestCreateNatGateway :: CreateNatGateway -> TestTree+requestCreateNatGateway = req+    "CreateNatGateway"+    "fixture/CreateNatGateway.yaml"++requestDescribeVPCPeeringConnections :: DescribeVPCPeeringConnections -> TestTree+requestDescribeVPCPeeringConnections = req+    "DescribeVPCPeeringConnections"+    "fixture/DescribeVPCPeeringConnections.yaml"++requestCancelExportTask :: CancelExportTask -> TestTree+requestCancelExportTask = req+    "CancelExportTask"+    "fixture/CancelExportTask.yaml"++requestDeleteNetworkInterface :: DeleteNetworkInterface -> TestTree+requestDeleteNetworkInterface = req+    "DeleteNetworkInterface"+    "fixture/DeleteNetworkInterface.yaml"++requestReplaceRouteTableAssociation :: ReplaceRouteTableAssociation -> TestTree+requestReplaceRouteTableAssociation = req+    "ReplaceRouteTableAssociation"+    "fixture/ReplaceRouteTableAssociation.yaml"++requestStartInstances :: StartInstances -> TestTree+requestStartInstances = req+    "StartInstances"+    "fixture/StartInstances.yaml"++requestCreatePlacementGroup :: CreatePlacementGroup -> TestTree+requestCreatePlacementGroup = req+    "CreatePlacementGroup"+    "fixture/CreatePlacementGroup.yaml"++requestDescribeSnapshots :: DescribeSnapshots -> TestTree+requestDescribeSnapshots = req+    "DescribeSnapshots"+    "fixture/DescribeSnapshots.yaml"++requestAssociateAddress :: AssociateAddress -> TestTree+requestAssociateAddress = req+    "AssociateAddress"+    "fixture/AssociateAddress.yaml"++requestDescribeNetworkInterfaceAttribute :: DescribeNetworkInterfaceAttribute -> TestTree+requestDescribeNetworkInterfaceAttribute = req+    "DescribeNetworkInterfaceAttribute"+    "fixture/DescribeNetworkInterfaceAttribute.yaml"++requestReleaseHosts :: ReleaseHosts -> TestTree+requestReleaseHosts = req+    "ReleaseHosts"+    "fixture/ReleaseHosts.yaml"++requestResetNetworkInterfaceAttribute :: ResetNetworkInterfaceAttribute -> TestTree+requestResetNetworkInterfaceAttribute = req+    "ResetNetworkInterfaceAttribute"+    "fixture/ResetNetworkInterfaceAttribute.yaml"++requestDeleteInternetGateway :: DeleteInternetGateway -> TestTree+requestDeleteInternetGateway = req+    "DeleteInternetGateway"+    "fixture/DeleteInternetGateway.yaml"++requestDescribeReservedInstancesListings :: DescribeReservedInstancesListings -> TestTree+requestDescribeReservedInstancesListings = req+    "DescribeReservedInstancesListings"+    "fixture/DescribeReservedInstancesListings.yaml"++requestCreateVPNConnection :: CreateVPNConnection -> TestTree+requestCreateVPNConnection = req+    "CreateVPNConnection"+    "fixture/CreateVPNConnection.yaml"++requestDeleteNatGateway :: DeleteNatGateway -> TestTree+requestDeleteNatGateway = req+    "DeleteNatGateway"+    "fixture/DeleteNatGateway.yaml"++requestDescribeImportSnapshotTasks :: DescribeImportSnapshotTasks -> TestTree+requestDescribeImportSnapshotTasks = req+    "DescribeImportSnapshotTasks"+    "fixture/DescribeImportSnapshotTasks.yaml"++requestDescribeCustomerGateways :: DescribeCustomerGateways -> TestTree+requestDescribeCustomerGateways = req+    "DescribeCustomerGateways"+    "fixture/DescribeCustomerGateways.yaml"++requestDeleteSubnet :: DeleteSubnet -> TestTree+requestDeleteSubnet = req+    "DeleteSubnet"+    "fixture/DeleteSubnet.yaml"++requestCopyImage :: CopyImage -> TestTree+requestCopyImage = req+    "CopyImage"+    "fixture/CopyImage.yaml"++requestCreateVPCEndpoint :: CreateVPCEndpoint -> TestTree+requestCreateVPCEndpoint = req+    "CreateVPCEndpoint"+    "fixture/CreateVPCEndpoint.yaml"++requestUnmonitorInstances :: UnmonitorInstances -> TestTree+requestUnmonitorInstances = req+    "UnmonitorInstances"+    "fixture/UnmonitorInstances.yaml"++requestCreateSecurityGroup :: CreateSecurityGroup -> TestTree+requestCreateSecurityGroup = req+    "CreateSecurityGroup"+    "fixture/CreateSecurityGroup.yaml"++requestImportVolume :: ImportVolume -> TestTree+requestImportVolume = req+    "ImportVolume"+    "fixture/ImportVolume.yaml"++requestDisableVGWRoutePropagation :: DisableVGWRoutePropagation -> TestTree+requestDisableVGWRoutePropagation = req+    "DisableVGWRoutePropagation"+    "fixture/DisableVGWRoutePropagation.yaml"++requestCreateSpotDatafeedSubscription :: CreateSpotDatafeedSubscription -> TestTree+requestCreateSpotDatafeedSubscription = req+    "CreateSpotDatafeedSubscription"+    "fixture/CreateSpotDatafeedSubscription.yaml"++requestCancelSpotInstanceRequests :: CancelSpotInstanceRequests -> TestTree+requestCancelSpotInstanceRequests = req+    "CancelSpotInstanceRequests"+    "fixture/CancelSpotInstanceRequests.yaml"++requestCreateRoute :: CreateRoute -> TestTree+requestCreateRoute = req+    "CreateRoute"+    "fixture/CreateRoute.yaml"++requestDeleteSnapshot :: DeleteSnapshot -> TestTree+requestDeleteSnapshot = req+    "DeleteSnapshot"+    "fixture/DeleteSnapshot.yaml"++requestAssignPrivateIPAddresses :: AssignPrivateIPAddresses -> TestTree+requestAssignPrivateIPAddresses = req+    "AssignPrivateIPAddresses"+    "fixture/AssignPrivateIPAddresses.yaml"++requestModifyInstanceAttribute :: ModifyInstanceAttribute -> TestTree+requestModifyInstanceAttribute = req+    "ModifyInstanceAttribute"+    "fixture/ModifyInstanceAttribute.yaml"++requestDeleteCustomerGateway :: DeleteCustomerGateway -> TestTree+requestDeleteCustomerGateway = req+    "DeleteCustomerGateway"+    "fixture/DeleteCustomerGateway.yaml"++requestDisassociateRouteTable :: DisassociateRouteTable -> TestTree+requestDisassociateRouteTable = req+    "DisassociateRouteTable"+    "fixture/DisassociateRouteTable.yaml"++requestDeleteSpotDatafeedSubscription :: DeleteSpotDatafeedSubscription -> TestTree+requestDeleteSpotDatafeedSubscription = req+    "DeleteSpotDatafeedSubscription"+    "fixture/DeleteSpotDatafeedSubscription.yaml"++requestEnableVPCClassicLink :: EnableVPCClassicLink -> TestTree+requestEnableVPCClassicLink = req+    "EnableVPCClassicLink"+    "fixture/EnableVPCClassicLink.yaml"++requestDescribePlacementGroups :: DescribePlacementGroups -> TestTree+requestDescribePlacementGroups = req+    "DescribePlacementGroups"+    "fixture/DescribePlacementGroups.yaml"++requestPurchaseScheduledInstances :: PurchaseScheduledInstances -> TestTree+requestPurchaseScheduledInstances = req+    "PurchaseScheduledInstances"+    "fixture/PurchaseScheduledInstances.yaml"++requestEnableVGWRoutePropagation :: EnableVGWRoutePropagation -> TestTree+requestEnableVGWRoutePropagation = req+    "EnableVGWRoutePropagation"+    "fixture/EnableVGWRoutePropagation.yaml"++requestDescribeSpotFleetRequestHistory :: DescribeSpotFleetRequestHistory -> TestTree+requestDescribeSpotFleetRequestHistory = req+    "DescribeSpotFleetRequestHistory"+    "fixture/DescribeSpotFleetRequestHistory.yaml"++requestModifySnapshotAttribute :: ModifySnapshotAttribute -> TestTree+requestModifySnapshotAttribute = req+    "ModifySnapshotAttribute"+    "fixture/ModifySnapshotAttribute.yaml"++requestCreateSnapshot :: CreateSnapshot -> TestTree+requestCreateSnapshot = req+    "CreateSnapshot"+    "fixture/CreateSnapshot.yaml"++requestCreateNetworkACLEntry :: CreateNetworkACLEntry -> TestTree+requestCreateNetworkACLEntry = req+    "CreateNetworkACLEntry"+    "fixture/CreateNetworkACLEntry.yaml"++requestCreateReservedInstancesListing :: CreateReservedInstancesListing -> TestTree+requestCreateReservedInstancesListing = req+    "CreateReservedInstancesListing"+    "fixture/CreateReservedInstancesListing.yaml"++requestAttachVPNGateway :: AttachVPNGateway -> TestTree+requestAttachVPNGateway = req+    "AttachVPNGateway"+    "fixture/AttachVPNGateway.yaml"++requestCreateDHCPOptions :: CreateDHCPOptions -> TestTree+requestCreateDHCPOptions = req+    "CreateDHCPOptions"+    "fixture/CreateDHCPOptions.yaml"++requestDescribeAccountAttributes :: DescribeAccountAttributes -> TestTree+requestDescribeAccountAttributes = req+    "DescribeAccountAttributes"+    "fixture/DescribeAccountAttributes.yaml"++requestModifyHosts :: ModifyHosts -> TestTree+requestModifyHosts = req+    "ModifyHosts"+    "fixture/ModifyHosts.yaml"++requestRebootInstances :: RebootInstances -> TestTree+requestRebootInstances = req+    "RebootInstances"+    "fixture/RebootInstances.yaml"++requestCreateImage :: CreateImage -> TestTree+requestCreateImage = req+    "CreateImage"+    "fixture/CreateImage.yaml"++requestDescribeClassicLinkInstances :: DescribeClassicLinkInstances -> TestTree+requestDescribeClassicLinkInstances = req+    "DescribeClassicLinkInstances"+    "fixture/DescribeClassicLinkInstances.yaml"++requestTerminateInstances :: TerminateInstances -> TestTree+requestTerminateInstances = req+    "TerminateInstances"+    "fixture/TerminateInstances.yaml"++requestDescribeKeyPairs :: DescribeKeyPairs -> TestTree+requestDescribeKeyPairs = req+    "DescribeKeyPairs"+    "fixture/DescribeKeyPairs.yaml"++requestCreateVPNConnectionRoute :: CreateVPNConnectionRoute -> TestTree+requestCreateVPNConnectionRoute = req+    "CreateVPNConnectionRoute"+    "fixture/CreateVPNConnectionRoute.yaml"++requestAssociateRouteTable :: AssociateRouteTable -> TestTree+requestAssociateRouteTable = req+    "AssociateRouteTable"+    "fixture/AssociateRouteTable.yaml"++requestDescribeVPNGateways :: DescribeVPNGateways -> TestTree+requestDescribeVPNGateways = req+    "DescribeVPNGateways"+    "fixture/DescribeVPNGateways.yaml"++requestGetConsoleOutput :: GetConsoleOutput -> TestTree+requestGetConsoleOutput = req+    "GetConsoleOutput"+    "fixture/GetConsoleOutput.yaml"++requestDescribeHosts :: DescribeHosts -> TestTree+requestDescribeHosts = req+    "DescribeHosts"+    "fixture/DescribeHosts.yaml"++requestDescribeImageAttribute :: DescribeImageAttribute -> TestTree+requestDescribeImageAttribute = req+    "DescribeImageAttribute"+    "fixture/DescribeImageAttribute.yaml"++requestModifyIdFormat :: ModifyIdFormat -> TestTree+requestModifyIdFormat = req+    "ModifyIdFormat"+    "fixture/ModifyIdFormat.yaml"++requestDeleteRouteTable :: DeleteRouteTable -> TestTree+requestDeleteRouteTable = req+    "DeleteRouteTable"+    "fixture/DeleteRouteTable.yaml"++requestResetImageAttribute :: ResetImageAttribute -> TestTree+requestResetImageAttribute = req+    "ResetImageAttribute"+    "fixture/ResetImageAttribute.yaml"++requestDescribeReservedInstancesModifications :: DescribeReservedInstancesModifications -> TestTree+requestDescribeReservedInstancesModifications = req+    "DescribeReservedInstancesModifications"+    "fixture/DescribeReservedInstancesModifications.yaml"++requestDescribeSpotInstanceRequests :: DescribeSpotInstanceRequests -> TestTree+requestDescribeSpotInstanceRequests = req+    "DescribeSpotInstanceRequests"+    "fixture/DescribeSpotInstanceRequests.yaml"++requestUnassignPrivateIPAddresses :: UnassignPrivateIPAddresses -> TestTree+requestUnassignPrivateIPAddresses = req+    "UnassignPrivateIPAddresses"+    "fixture/UnassignPrivateIPAddresses.yaml"++requestDeleteDHCPOptions :: DeleteDHCPOptions -> TestTree+requestDeleteDHCPOptions = req+    "DeleteDHCPOptions"+    "fixture/DeleteDHCPOptions.yaml"++requestDescribeNetworkACLs :: DescribeNetworkACLs -> TestTree+requestDescribeNetworkACLs = req+    "DescribeNetworkACLs"+    "fixture/DescribeNetworkACLs.yaml"++requestCancelImportTask :: CancelImportTask -> TestTree+requestCancelImportTask = req+    "CancelImportTask"+    "fixture/CancelImportTask.yaml"++requestDetachClassicLinkVPC :: DetachClassicLinkVPC -> TestTree+requestDetachClassicLinkVPC = req+    "DetachClassicLinkVPC"+    "fixture/DetachClassicLinkVPC.yaml"++requestDescribeRegions :: DescribeRegions -> TestTree+requestDescribeRegions = req+    "DescribeRegions"+    "fixture/DescribeRegions.yaml"++requestMonitorInstances :: MonitorInstances -> TestTree+requestMonitorInstances = req+    "MonitorInstances"+    "fixture/MonitorInstances.yaml"++requestAcceptVPCPeeringConnection :: AcceptVPCPeeringConnection -> TestTree+requestAcceptVPCPeeringConnection = req+    "AcceptVPCPeeringConnection"+    "fixture/AcceptVPCPeeringConnection.yaml"++requestImportSnapshot :: ImportSnapshot -> TestTree+requestImportSnapshot = req+    "ImportSnapshot"+    "fixture/ImportSnapshot.yaml"++requestDescribeVolumeStatus :: DescribeVolumeStatus -> TestTree+requestDescribeVolumeStatus = req+    "DescribeVolumeStatus"+    "fixture/DescribeVolumeStatus.yaml"++requestDescribeRouteTables :: DescribeRouteTables -> TestTree+requestDescribeRouteTables = req+    "DescribeRouteTables"+    "fixture/DescribeRouteTables.yaml"++requestDescribeAvailabilityZones :: DescribeAvailabilityZones -> TestTree+requestDescribeAvailabilityZones = req+    "DescribeAvailabilityZones"+    "fixture/DescribeAvailabilityZones.yaml"++requestModifyVPCAttribute :: ModifyVPCAttribute -> TestTree+requestModifyVPCAttribute = req+    "ModifyVPCAttribute"+    "fixture/ModifyVPCAttribute.yaml"++requestDescribeImages :: DescribeImages -> TestTree+requestDescribeImages = req+    "DescribeImages"+    "fixture/DescribeImages.yaml"++requestRestoreAddressToClassic :: RestoreAddressToClassic -> TestTree+requestRestoreAddressToClassic = req+    "RestoreAddressToClassic"+    "fixture/RestoreAddressToClassic.yaml"++requestCreateKeyPair :: CreateKeyPair -> TestTree+requestCreateKeyPair = req+    "CreateKeyPair"+    "fixture/CreateKeyPair.yaml"++requestDeleteVolume :: DeleteVolume -> TestTree+requestDeleteVolume = req+    "DeleteVolume"+    "fixture/DeleteVolume.yaml"++requestDescribeSpotFleetInstances :: DescribeSpotFleetInstances -> TestTree+requestDescribeSpotFleetInstances = req+    "DescribeSpotFleetInstances"+    "fixture/DescribeSpotFleetInstances.yaml"++-- Responses++responseImportInstance :: ImportInstanceResponse -> TestTree+responseImportInstance = res+    "ImportInstanceResponse"+    "fixture/ImportInstanceResponse.proto"+    ec2+    (Proxy :: Proxy ImportInstance)++responseRevokeSecurityGroupEgress :: RevokeSecurityGroupEgressResponse -> TestTree+responseRevokeSecurityGroupEgress = res+    "RevokeSecurityGroupEgressResponse"+    "fixture/RevokeSecurityGroupEgressResponse.proto"+    ec2+    (Proxy :: Proxy RevokeSecurityGroupEgress)++responseCreateVPNGateway :: CreateVPNGatewayResponse -> TestTree+responseCreateVPNGateway = res+    "CreateVPNGatewayResponse"+    "fixture/CreateVPNGatewayResponse.proto"+    ec2+    (Proxy :: Proxy CreateVPNGateway)++responseCreateNetworkACL :: CreateNetworkACLResponse -> TestTree+responseCreateNetworkACL = res+    "CreateNetworkACLResponse"+    "fixture/CreateNetworkACLResponse.proto"+    ec2+    (Proxy :: Proxy CreateNetworkACL)++responseDeleteKeyPair :: DeleteKeyPairResponse -> TestTree+responseDeleteKeyPair = res+    "DeleteKeyPairResponse"+    "fixture/DeleteKeyPairResponse.proto"+    ec2+    (Proxy :: Proxy DeleteKeyPair)++responseDescribeTags :: DescribeTagsResponse -> TestTree+responseDescribeTags = res+    "DescribeTagsResponse"+    "fixture/DescribeTagsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeTags)++responseDetachNetworkInterface :: DetachNetworkInterfaceResponse -> TestTree+responseDetachNetworkInterface = res+    "DetachNetworkInterfaceResponse"+    "fixture/DetachNetworkInterfaceResponse.proto"+    ec2+    (Proxy :: Proxy DetachNetworkInterface)++responseDetachInternetGateway :: DetachInternetGatewayResponse -> TestTree+responseDetachInternetGateway = res+    "DetachInternetGatewayResponse"+    "fixture/DetachInternetGatewayResponse.proto"+    ec2+    (Proxy :: Proxy DetachInternetGateway)++responseDeleteVPCEndpoints :: DeleteVPCEndpointsResponse -> TestTree+responseDeleteVPCEndpoints = res+    "DeleteVPCEndpointsResponse"+    "fixture/DeleteVPCEndpointsResponse.proto"+    ec2+    (Proxy :: Proxy DeleteVPCEndpoints)++responseDeleteFlowLogs :: DeleteFlowLogsResponse -> TestTree+responseDeleteFlowLogs = res+    "DeleteFlowLogsResponse"+    "fixture/DeleteFlowLogsResponse.proto"+    ec2+    (Proxy :: Proxy DeleteFlowLogs)++responseDescribeVPCClassicLink :: DescribeVPCClassicLinkResponse -> TestTree+responseDescribeVPCClassicLink = res+    "DescribeVPCClassicLinkResponse"+    "fixture/DescribeVPCClassicLinkResponse.proto"+    ec2+    (Proxy :: Proxy DescribeVPCClassicLink)++responseModifySubnetAttribute :: ModifySubnetAttributeResponse -> TestTree+responseModifySubnetAttribute = res+    "ModifySubnetAttributeResponse"+    "fixture/ModifySubnetAttributeResponse.proto"+    ec2+    (Proxy :: Proxy ModifySubnetAttribute)++responseDetachVolume :: VolumeAttachment -> TestTree+responseDetachVolume = res+    "DetachVolumeResponse"+    "fixture/DetachVolumeResponse.proto"+    ec2+    (Proxy :: Proxy DetachVolume)++responseCancelBundleTask :: CancelBundleTaskResponse -> TestTree+responseCancelBundleTask = res+    "CancelBundleTaskResponse"+    "fixture/CancelBundleTaskResponse.proto"+    ec2+    (Proxy :: Proxy CancelBundleTask)++responseReleaseAddress :: ReleaseAddressResponse -> TestTree+responseReleaseAddress = res+    "ReleaseAddressResponse"+    "fixture/ReleaseAddressResponse.proto"+    ec2+    (Proxy :: Proxy ReleaseAddress)++responseCreateInternetGateway :: CreateInternetGatewayResponse -> TestTree+responseCreateInternetGateway = res+    "CreateInternetGatewayResponse"+    "fixture/CreateInternetGatewayResponse.proto"+    ec2+    (Proxy :: Proxy CreateInternetGateway)++responseDeleteVPNConnection :: DeleteVPNConnectionResponse -> TestTree+responseDeleteVPNConnection = res+    "DeleteVPNConnectionResponse"+    "fixture/DeleteVPNConnectionResponse.proto"+    ec2+    (Proxy :: Proxy DeleteVPNConnection)++responseDescribeBundleTasks :: DescribeBundleTasksResponse -> TestTree+responseDescribeBundleTasks = res+    "DescribeBundleTasksResponse"+    "fixture/DescribeBundleTasksResponse.proto"+    ec2+    (Proxy :: Proxy DescribeBundleTasks)++responseAuthorizeSecurityGroupEgress :: AuthorizeSecurityGroupEgressResponse -> TestTree+responseAuthorizeSecurityGroupEgress = res+    "AuthorizeSecurityGroupEgressResponse"+    "fixture/AuthorizeSecurityGroupEgressResponse.proto"+    ec2+    (Proxy :: Proxy AuthorizeSecurityGroupEgress)++responseDeregisterImage :: DeregisterImageResponse -> TestTree+responseDeregisterImage = res+    "DeregisterImageResponse"+    "fixture/DeregisterImageResponse.proto"+    ec2+    (Proxy :: Proxy DeregisterImage)++responseModifyNetworkInterfaceAttribute :: ModifyNetworkInterfaceAttributeResponse -> TestTree+responseModifyNetworkInterfaceAttribute = res+    "ModifyNetworkInterfaceAttributeResponse"+    "fixture/ModifyNetworkInterfaceAttributeResponse.proto"+    ec2+    (Proxy :: Proxy ModifyNetworkInterfaceAttribute)++responseCancelReservedInstancesListing :: CancelReservedInstancesListingResponse -> TestTree+responseCancelReservedInstancesListing = res+    "CancelReservedInstancesListingResponse"+    "fixture/CancelReservedInstancesListingResponse.proto"+    ec2+    (Proxy :: Proxy CancelReservedInstancesListing)++responseAttachClassicLinkVPC :: AttachClassicLinkVPCResponse -> TestTree+responseAttachClassicLinkVPC = res+    "AttachClassicLinkVPCResponse"+    "fixture/AttachClassicLinkVPCResponse.proto"+    ec2+    (Proxy :: Proxy AttachClassicLinkVPC)++responseDescribeVPCClassicLinkDNSSupport :: DescribeVPCClassicLinkDNSSupportResponse -> TestTree+responseDescribeVPCClassicLinkDNSSupport = res+    "DescribeVPCClassicLinkDNSSupportResponse"+    "fixture/DescribeVPCClassicLinkDNSSupportResponse.proto"+    ec2+    (Proxy :: Proxy DescribeVPCClassicLinkDNSSupport)++responseRunScheduledInstances :: RunScheduledInstancesResponse -> TestTree+responseRunScheduledInstances = res+    "RunScheduledInstancesResponse"+    "fixture/RunScheduledInstancesResponse.proto"+    ec2+    (Proxy :: Proxy RunScheduledInstances)++responseCancelSpotFleetRequests :: CancelSpotFleetRequestsResponse -> TestTree+responseCancelSpotFleetRequests = res+    "CancelSpotFleetRequestsResponse"+    "fixture/CancelSpotFleetRequestsResponse.proto"+    ec2+    (Proxy :: Proxy CancelSpotFleetRequests)++responseDescribeSpotPriceHistory :: DescribeSpotPriceHistoryResponse -> TestTree+responseDescribeSpotPriceHistory = res+    "DescribeSpotPriceHistoryResponse"+    "fixture/DescribeSpotPriceHistoryResponse.proto"+    ec2+    (Proxy :: Proxy DescribeSpotPriceHistory)++responseDescribeDHCPOptions :: DescribeDHCPOptionsResponse -> TestTree+responseDescribeDHCPOptions = res+    "DescribeDHCPOptionsResponse"+    "fixture/DescribeDHCPOptionsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeDHCPOptions)++responseImportImage :: ImportImageResponse -> TestTree+responseImportImage = res+    "ImportImageResponse"+    "fixture/ImportImageResponse.proto"+    ec2+    (Proxy :: Proxy ImportImage)++responseStopInstances :: StopInstancesResponse -> TestTree+responseStopInstances = res+    "StopInstancesResponse"+    "fixture/StopInstancesResponse.proto"+    ec2+    (Proxy :: Proxy StopInstances)++responseDescribeInternetGateways :: DescribeInternetGatewaysResponse -> TestTree+responseDescribeInternetGateways = res+    "DescribeInternetGatewaysResponse"+    "fixture/DescribeInternetGatewaysResponse.proto"+    ec2+    (Proxy :: Proxy DescribeInternetGateways)++responseDisableVPCClassicLink :: DisableVPCClassicLinkResponse -> TestTree+responseDisableVPCClassicLink = res+    "DisableVPCClassicLinkResponse"+    "fixture/DisableVPCClassicLinkResponse.proto"+    ec2+    (Proxy :: Proxy DisableVPCClassicLink)++responseBundleInstance :: BundleInstanceResponse -> TestTree+responseBundleInstance = res+    "BundleInstanceResponse"+    "fixture/BundleInstanceResponse.proto"+    ec2+    (Proxy :: Proxy BundleInstance)++responseDescribeNetworkInterfaces :: DescribeNetworkInterfacesResponse -> TestTree+responseDescribeNetworkInterfaces = res+    "DescribeNetworkInterfacesResponse"+    "fixture/DescribeNetworkInterfacesResponse.proto"+    ec2+    (Proxy :: Proxy DescribeNetworkInterfaces)++responseReplaceNetworkACLAssociation :: ReplaceNetworkACLAssociationResponse -> TestTree+responseReplaceNetworkACLAssociation = res+    "ReplaceNetworkACLAssociationResponse"+    "fixture/ReplaceNetworkACLAssociationResponse.proto"+    ec2+    (Proxy :: Proxy ReplaceNetworkACLAssociation)++responseDescribeNatGateways :: DescribeNatGatewaysResponse -> TestTree+responseDescribeNatGateways = res+    "DescribeNatGatewaysResponse"+    "fixture/DescribeNatGatewaysResponse.proto"+    ec2+    (Proxy :: Proxy DescribeNatGateways)++responseDescribeAddresses :: DescribeAddressesResponse -> TestTree+responseDescribeAddresses = res+    "DescribeAddressesResponse"+    "fixture/DescribeAddressesResponse.proto"+    ec2+    (Proxy :: Proxy DescribeAddresses)++responseDescribeSnapshotAttribute :: DescribeSnapshotAttributeResponse -> TestTree+responseDescribeSnapshotAttribute = res+    "DescribeSnapshotAttributeResponse"+    "fixture/DescribeSnapshotAttributeResponse.proto"+    ec2+    (Proxy :: Proxy DescribeSnapshotAttribute)++responseReplaceRoute :: ReplaceRouteResponse -> TestTree+responseReplaceRoute = res+    "ReplaceRouteResponse"+    "fixture/ReplaceRouteResponse.proto"+    ec2+    (Proxy :: Proxy ReplaceRoute)++responseDescribeVPCEndpointServices :: DescribeVPCEndpointServicesResponse -> TestTree+responseDescribeVPCEndpointServices = res+    "DescribeVPCEndpointServicesResponse"+    "fixture/DescribeVPCEndpointServicesResponse.proto"+    ec2+    (Proxy :: Proxy DescribeVPCEndpointServices)++responseAuthorizeSecurityGroupIngress :: AuthorizeSecurityGroupIngressResponse -> TestTree+responseAuthorizeSecurityGroupIngress = res+    "AuthorizeSecurityGroupIngressResponse"+    "fixture/AuthorizeSecurityGroupIngressResponse.proto"+    ec2+    (Proxy :: Proxy AuthorizeSecurityGroupIngress)++responseCreateVPCPeeringConnection :: CreateVPCPeeringConnectionResponse -> TestTree+responseCreateVPCPeeringConnection = res+    "CreateVPCPeeringConnectionResponse"+    "fixture/CreateVPCPeeringConnectionResponse.proto"+    ec2+    (Proxy :: Proxy CreateVPCPeeringConnection)++responseDescribeSubnets :: DescribeSubnetsResponse -> TestTree+responseDescribeSubnets = res+    "DescribeSubnetsResponse"+    "fixture/DescribeSubnetsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeSubnets)++responseCreateTags :: CreateTagsResponse -> TestTree+responseCreateTags = res+    "CreateTagsResponse"+    "fixture/CreateTagsResponse.proto"+    ec2+    (Proxy :: Proxy CreateTags)++responsePurchaseReservedInstancesOffering :: PurchaseReservedInstancesOfferingResponse -> TestTree+responsePurchaseReservedInstancesOffering = res+    "PurchaseReservedInstancesOfferingResponse"+    "fixture/PurchaseReservedInstancesOfferingResponse.proto"+    ec2+    (Proxy :: Proxy PurchaseReservedInstancesOffering)++responseDeleteNetworkACLEntry :: DeleteNetworkACLEntryResponse -> TestTree+responseDeleteNetworkACLEntry = res+    "DeleteNetworkACLEntryResponse"+    "fixture/DeleteNetworkACLEntryResponse.proto"+    ec2+    (Proxy :: Proxy DeleteNetworkACLEntry)++responseResetSnapshotAttribute :: ResetSnapshotAttributeResponse -> TestTree+responseResetSnapshotAttribute = res+    "ResetSnapshotAttributeResponse"+    "fixture/ResetSnapshotAttributeResponse.proto"+    ec2+    (Proxy :: Proxy ResetSnapshotAttribute)++responseDescribeVPNConnections :: DescribeVPNConnectionsResponse -> TestTree+responseDescribeVPNConnections = res+    "DescribeVPNConnectionsResponse"+    "fixture/DescribeVPNConnectionsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeVPNConnections)++responseDeleteRoute :: DeleteRouteResponse -> TestTree+responseDeleteRoute = res+    "DeleteRouteResponse"+    "fixture/DeleteRouteResponse.proto"+    ec2+    (Proxy :: Proxy DeleteRoute)++responseReplaceNetworkACLEntry :: ReplaceNetworkACLEntryResponse -> TestTree+responseReplaceNetworkACLEntry = res+    "ReplaceNetworkACLEntryResponse"+    "fixture/ReplaceNetworkACLEntryResponse.proto"+    ec2+    (Proxy :: Proxy ReplaceNetworkACLEntry)++responseDescribeVPCEndpoints :: DescribeVPCEndpointsResponse -> TestTree+responseDescribeVPCEndpoints = res+    "DescribeVPCEndpointsResponse"+    "fixture/DescribeVPCEndpointsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeVPCEndpoints)++responseResetInstanceAttribute :: ResetInstanceAttributeResponse -> TestTree+responseResetInstanceAttribute = res+    "ResetInstanceAttributeResponse"+    "fixture/ResetInstanceAttributeResponse.proto"+    ec2+    (Proxy :: Proxy ResetInstanceAttribute)++responseAttachNetworkInterface :: AttachNetworkInterfaceResponse -> TestTree+responseAttachNetworkInterface = res+    "AttachNetworkInterfaceResponse"+    "fixture/AttachNetworkInterfaceResponse.proto"+    ec2+    (Proxy :: Proxy AttachNetworkInterface)++responseDescribeInstanceStatus :: DescribeInstanceStatusResponse -> TestTree+responseDescribeInstanceStatus = res+    "DescribeInstanceStatusResponse"+    "fixture/DescribeInstanceStatusResponse.proto"+    ec2+    (Proxy :: Proxy DescribeInstanceStatus)++responseImportKeyPair :: ImportKeyPairResponse -> TestTree+responseImportKeyPair = res+    "ImportKeyPairResponse"+    "fixture/ImportKeyPairResponse.proto"+    ec2+    (Proxy :: Proxy ImportKeyPair)++responseDeleteTags :: DeleteTagsResponse -> TestTree+responseDeleteTags = res+    "DeleteTagsResponse"+    "fixture/DeleteTagsResponse.proto"+    ec2+    (Proxy :: Proxy DeleteTags)++responseConfirmProductInstance :: ConfirmProductInstanceResponse -> TestTree+responseConfirmProductInstance = res+    "ConfirmProductInstanceResponse"+    "fixture/ConfirmProductInstanceResponse.proto"+    ec2+    (Proxy :: Proxy ConfirmProductInstance)++responseDescribeInstanceAttribute :: DescribeInstanceAttributeResponse -> TestTree+responseDescribeInstanceAttribute = res+    "DescribeInstanceAttributeResponse"+    "fixture/DescribeInstanceAttributeResponse.proto"+    ec2+    (Proxy :: Proxy DescribeInstanceAttribute)++responseDescribeReservedInstancesOfferings :: DescribeReservedInstancesOfferingsResponse -> TestTree+responseDescribeReservedInstancesOfferings = res+    "DescribeReservedInstancesOfferingsResponse"+    "fixture/DescribeReservedInstancesOfferingsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeReservedInstancesOfferings)++responseCreateCustomerGateway :: CreateCustomerGatewayResponse -> TestTree+responseCreateCustomerGateway = res+    "CreateCustomerGatewayResponse"+    "fixture/CreateCustomerGatewayResponse.proto"+    ec2+    (Proxy :: Proxy CreateCustomerGateway)++responseDeleteSecurityGroup :: DeleteSecurityGroupResponse -> TestTree+responseDeleteSecurityGroup = res+    "DeleteSecurityGroupResponse"+    "fixture/DeleteSecurityGroupResponse.proto"+    ec2+    (Proxy :: Proxy DeleteSecurityGroup)++responseDeleteVPCPeeringConnection :: DeleteVPCPeeringConnectionResponse -> TestTree+responseDeleteVPCPeeringConnection = res+    "DeleteVPCPeeringConnectionResponse"+    "fixture/DeleteVPCPeeringConnectionResponse.proto"+    ec2+    (Proxy :: Proxy DeleteVPCPeeringConnection)++responseAttachInternetGateway :: AttachInternetGatewayResponse -> TestTree+responseAttachInternetGateway = res+    "AttachInternetGatewayResponse"+    "fixture/AttachInternetGatewayResponse.proto"+    ec2+    (Proxy :: Proxy AttachInternetGateway)++responseModifyInstancePlacement :: ModifyInstancePlacementResponse -> TestTree+responseModifyInstancePlacement = res+    "ModifyInstancePlacementResponse"+    "fixture/ModifyInstancePlacementResponse.proto"+    ec2+    (Proxy :: Proxy ModifyInstancePlacement)++responseDescribeFlowLogs :: DescribeFlowLogsResponse -> TestTree+responseDescribeFlowLogs = res+    "DescribeFlowLogsResponse"+    "fixture/DescribeFlowLogsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeFlowLogs)++responseRunInstances :: Reservation -> TestTree+responseRunInstances = res+    "RunInstancesResponse"+    "fixture/RunInstancesResponse.proto"+    ec2+    (Proxy :: Proxy RunInstances)++responseAssociateDHCPOptions :: AssociateDHCPOptionsResponse -> TestTree+responseAssociateDHCPOptions = res+    "AssociateDHCPOptionsResponse"+    "fixture/AssociateDHCPOptionsResponse.proto"+    ec2+    (Proxy :: Proxy AssociateDHCPOptions)++responseDescribeReservedInstances :: DescribeReservedInstancesResponse -> TestTree+responseDescribeReservedInstances = res+    "DescribeReservedInstancesResponse"+    "fixture/DescribeReservedInstancesResponse.proto"+    ec2+    (Proxy :: Proxy DescribeReservedInstances)++responseDescribeIdFormat :: DescribeIdFormatResponse -> TestTree+responseDescribeIdFormat = res+    "DescribeIdFormatResponse"+    "fixture/DescribeIdFormatResponse.proto"+    ec2+    (Proxy :: Proxy DescribeIdFormat)++responseDescribeVPCs :: DescribeVPCsResponse -> TestTree+responseDescribeVPCs = res+    "DescribeVPCsResponse"+    "fixture/DescribeVPCsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeVPCs)++responseDescribeConversionTasks :: DescribeConversionTasksResponse -> TestTree+responseDescribeConversionTasks = res+    "DescribeConversionTasksResponse"+    "fixture/DescribeConversionTasksResponse.proto"+    ec2+    (Proxy :: Proxy DescribeConversionTasks)++responseDisableVPCClassicLinkDNSSupport :: DisableVPCClassicLinkDNSSupportResponse -> TestTree+responseDisableVPCClassicLinkDNSSupport = res+    "DisableVPCClassicLinkDNSSupportResponse"+    "fixture/DisableVPCClassicLinkDNSSupportResponse.proto"+    ec2+    (Proxy :: Proxy DisableVPCClassicLinkDNSSupport)++responseAllocateAddress :: AllocateAddressResponse -> TestTree+responseAllocateAddress = res+    "AllocateAddressResponse"+    "fixture/AllocateAddressResponse.proto"+    ec2+    (Proxy :: Proxy AllocateAddress)++responseCancelConversionTask :: CancelConversionTaskResponse -> TestTree+responseCancelConversionTask = res+    "CancelConversionTaskResponse"+    "fixture/CancelConversionTaskResponse.proto"+    ec2+    (Proxy :: Proxy CancelConversionTask)++responseModifyImageAttribute :: ModifyImageAttributeResponse -> TestTree+responseModifyImageAttribute = res+    "ModifyImageAttributeResponse"+    "fixture/ModifyImageAttributeResponse.proto"+    ec2+    (Proxy :: Proxy ModifyImageAttribute)++responseCreateRouteTable :: CreateRouteTableResponse -> TestTree+responseCreateRouteTable = res+    "CreateRouteTableResponse"+    "fixture/CreateRouteTableResponse.proto"+    ec2+    (Proxy :: Proxy CreateRouteTable)++responseReportInstanceStatus :: ReportInstanceStatusResponse -> TestTree+responseReportInstanceStatus = res+    "ReportInstanceStatusResponse"+    "fixture/ReportInstanceStatusResponse.proto"+    ec2+    (Proxy :: Proxy ReportInstanceStatus)++responseAttachVolume :: VolumeAttachment -> TestTree+responseAttachVolume = res+    "AttachVolumeResponse"+    "fixture/AttachVolumeResponse.proto"+    ec2+    (Proxy :: Proxy AttachVolume)++responseRequestSpotInstances :: RequestSpotInstancesResponse -> TestTree+responseRequestSpotInstances = res+    "RequestSpotInstancesResponse"+    "fixture/RequestSpotInstancesResponse.proto"+    ec2+    (Proxy :: Proxy RequestSpotInstances)++responseDescribeVolumes :: DescribeVolumesResponse -> TestTree+responseDescribeVolumes = res+    "DescribeVolumesResponse"+    "fixture/DescribeVolumesResponse.proto"+    ec2+    (Proxy :: Proxy DescribeVolumes)++responseRejectVPCPeeringConnection :: RejectVPCPeeringConnectionResponse -> TestTree+responseRejectVPCPeeringConnection = res+    "RejectVPCPeeringConnectionResponse"+    "fixture/RejectVPCPeeringConnectionResponse.proto"+    ec2+    (Proxy :: Proxy RejectVPCPeeringConnection)++responseDeleteVPNConnectionRoute :: DeleteVPNConnectionRouteResponse -> TestTree+responseDeleteVPNConnectionRoute = res+    "DeleteVPNConnectionRouteResponse"+    "fixture/DeleteVPNConnectionRouteResponse.proto"+    ec2+    (Proxy :: Proxy DeleteVPNConnectionRoute)++responseModifyVPCEndpoint :: ModifyVPCEndpointResponse -> TestTree+responseModifyVPCEndpoint = res+    "ModifyVPCEndpointResponse"+    "fixture/ModifyVPCEndpointResponse.proto"+    ec2+    (Proxy :: Proxy ModifyVPCEndpoint)++responseAllocateHosts :: AllocateHostsResponse -> TestTree+responseAllocateHosts = res+    "AllocateHostsResponse"+    "fixture/AllocateHostsResponse.proto"+    ec2+    (Proxy :: Proxy AllocateHosts)++responseRegisterImage :: RegisterImageResponse -> TestTree+responseRegisterImage = res+    "RegisterImageResponse"+    "fixture/RegisterImageResponse.proto"+    ec2+    (Proxy :: Proxy RegisterImage)++responseRevokeSecurityGroupIngress :: RevokeSecurityGroupIngressResponse -> TestTree+responseRevokeSecurityGroupIngress = res+    "RevokeSecurityGroupIngressResponse"+    "fixture/RevokeSecurityGroupIngressResponse.proto"+    ec2+    (Proxy :: Proxy RevokeSecurityGroupIngress)++responseEnableVPCClassicLinkDNSSupport :: EnableVPCClassicLinkDNSSupportResponse -> TestTree+responseEnableVPCClassicLinkDNSSupport = res+    "EnableVPCClassicLinkDNSSupportResponse"+    "fixture/EnableVPCClassicLinkDNSSupportResponse.proto"+    ec2+    (Proxy :: Proxy EnableVPCClassicLinkDNSSupport)++responseModifyReservedInstances :: ModifyReservedInstancesResponse -> TestTree+responseModifyReservedInstances = res+    "ModifyReservedInstancesResponse"+    "fixture/ModifyReservedInstancesResponse.proto"+    ec2+    (Proxy :: Proxy ModifyReservedInstances)++responseDescribeScheduledInstances :: DescribeScheduledInstancesResponse -> TestTree+responseDescribeScheduledInstances = res+    "DescribeScheduledInstancesResponse"+    "fixture/DescribeScheduledInstancesResponse.proto"+    ec2+    (Proxy :: Proxy DescribeScheduledInstances)++responseCreateFlowLogs :: CreateFlowLogsResponse -> TestTree+responseCreateFlowLogs = res+    "CreateFlowLogsResponse"+    "fixture/CreateFlowLogsResponse.proto"+    ec2+    (Proxy :: Proxy CreateFlowLogs)++responseDescribeSpotFleetRequests :: DescribeSpotFleetRequestsResponse -> TestTree+responseDescribeSpotFleetRequests = res+    "DescribeSpotFleetRequestsResponse"+    "fixture/DescribeSpotFleetRequestsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeSpotFleetRequests)++responseMoveAddressToVPC :: MoveAddressToVPCResponse -> TestTree+responseMoveAddressToVPC = res+    "MoveAddressToVPCResponse"+    "fixture/MoveAddressToVPCResponse.proto"+    ec2+    (Proxy :: Proxy MoveAddressToVPC)++responseDeleteNetworkACL :: DeleteNetworkACLResponse -> TestTree+responseDeleteNetworkACL = res+    "DeleteNetworkACLResponse"+    "fixture/DeleteNetworkACLResponse.proto"+    ec2+    (Proxy :: Proxy DeleteNetworkACL)++responseDeleteVPNGateway :: DeleteVPNGatewayResponse -> TestTree+responseDeleteVPNGateway = res+    "DeleteVPNGatewayResponse"+    "fixture/DeleteVPNGatewayResponse.proto"+    ec2+    (Proxy :: Proxy DeleteVPNGateway)++responseDescribeImportImageTasks :: DescribeImportImageTasksResponse -> TestTree+responseDescribeImportImageTasks = res+    "DescribeImportImageTasksResponse"+    "fixture/DescribeImportImageTasksResponse.proto"+    ec2+    (Proxy :: Proxy DescribeImportImageTasks)++responseDescribeVolumeAttribute :: DescribeVolumeAttributeResponse -> TestTree+responseDescribeVolumeAttribute = res+    "DescribeVolumeAttributeResponse"+    "fixture/DescribeVolumeAttributeResponse.proto"+    ec2+    (Proxy :: Proxy DescribeVolumeAttribute)++responseDescribeMovingAddresses :: DescribeMovingAddressesResponse -> TestTree+responseDescribeMovingAddresses = res+    "DescribeMovingAddressesResponse"+    "fixture/DescribeMovingAddressesResponse.proto"+    ec2+    (Proxy :: Proxy DescribeMovingAddresses)++responseGetPasswordData :: GetPasswordDataResponse -> TestTree+responseGetPasswordData = res+    "GetPasswordDataResponse"+    "fixture/GetPasswordDataResponse.proto"+    ec2+    (Proxy :: Proxy GetPasswordData)++responseCreateVPC :: CreateVPCResponse -> TestTree+responseCreateVPC = res+    "CreateVPCResponse"+    "fixture/CreateVPCResponse.proto"+    ec2+    (Proxy :: Proxy CreateVPC)++responseModifyVPCPeeringConnectionOptions :: ModifyVPCPeeringConnectionOptionsResponse -> TestTree+responseModifyVPCPeeringConnectionOptions = res+    "ModifyVPCPeeringConnectionOptionsResponse"+    "fixture/ModifyVPCPeeringConnectionOptionsResponse.proto"+    ec2+    (Proxy :: Proxy ModifyVPCPeeringConnectionOptions)++responseCopySnapshot :: CopySnapshotResponse -> TestTree+responseCopySnapshot = res+    "CopySnapshotResponse"+    "fixture/CopySnapshotResponse.proto"+    ec2+    (Proxy :: Proxy CopySnapshot)++responseDisassociateAddress :: DisassociateAddressResponse -> TestTree+responseDisassociateAddress = res+    "DisassociateAddressResponse"+    "fixture/DisassociateAddressResponse.proto"+    ec2+    (Proxy :: Proxy DisassociateAddress)++responseDeleteVPC :: DeleteVPCResponse -> TestTree+responseDeleteVPC = res+    "DeleteVPCResponse"+    "fixture/DeleteVPCResponse.proto"+    ec2+    (Proxy :: Proxy DeleteVPC)++responseCreateInstanceExportTask :: CreateInstanceExportTaskResponse -> TestTree+responseCreateInstanceExportTask = res+    "CreateInstanceExportTaskResponse"+    "fixture/CreateInstanceExportTaskResponse.proto"+    ec2+    (Proxy :: Proxy CreateInstanceExportTask)++responseDescribeVPCAttribute :: DescribeVPCAttributeResponse -> TestTree+responseDescribeVPCAttribute = res+    "DescribeVPCAttributeResponse"+    "fixture/DescribeVPCAttributeResponse.proto"+    ec2+    (Proxy :: Proxy DescribeVPCAttribute)++responseCreateVolume :: Volume -> TestTree+responseCreateVolume = res+    "CreateVolumeResponse"+    "fixture/CreateVolumeResponse.proto"+    ec2+    (Proxy :: Proxy CreateVolume)++responseDescribeScheduledInstanceAvailability :: DescribeScheduledInstanceAvailabilityResponse -> TestTree+responseDescribeScheduledInstanceAvailability = res+    "DescribeScheduledInstanceAvailabilityResponse"+    "fixture/DescribeScheduledInstanceAvailabilityResponse.proto"+    ec2+    (Proxy :: Proxy DescribeScheduledInstanceAvailability)++responseModifyVolumeAttribute :: ModifyVolumeAttributeResponse -> TestTree+responseModifyVolumeAttribute = res+    "ModifyVolumeAttributeResponse"+    "fixture/ModifyVolumeAttributeResponse.proto"+    ec2+    (Proxy :: Proxy ModifyVolumeAttribute)++responseDescribeSpotDatafeedSubscription :: DescribeSpotDatafeedSubscriptionResponse -> TestTree+responseDescribeSpotDatafeedSubscription = res+    "DescribeSpotDatafeedSubscriptionResponse"+    "fixture/DescribeSpotDatafeedSubscriptionResponse.proto"+    ec2+    (Proxy :: Proxy DescribeSpotDatafeedSubscription)++responseDescribePrefixLists :: DescribePrefixListsResponse -> TestTree+responseDescribePrefixLists = res+    "DescribePrefixListsResponse"+    "fixture/DescribePrefixListsResponse.proto"+    ec2+    (Proxy :: Proxy DescribePrefixLists)++responseDeletePlacementGroup :: DeletePlacementGroupResponse -> TestTree+responseDeletePlacementGroup = res+    "DeletePlacementGroupResponse"+    "fixture/DeletePlacementGroupResponse.proto"+    ec2+    (Proxy :: Proxy DeletePlacementGroup)++responseRequestSpotFleet :: RequestSpotFleetResponse -> TestTree+responseRequestSpotFleet = res+    "RequestSpotFleetResponse"+    "fixture/RequestSpotFleetResponse.proto"+    ec2+    (Proxy :: Proxy RequestSpotFleet)++responseCreateSubnet :: CreateSubnetResponse -> TestTree+responseCreateSubnet = res+    "CreateSubnetResponse"+    "fixture/CreateSubnetResponse.proto"+    ec2+    (Proxy :: Proxy CreateSubnet)++responseCreateNetworkInterface :: CreateNetworkInterfaceResponse -> TestTree+responseCreateNetworkInterface = res+    "CreateNetworkInterfaceResponse"+    "fixture/CreateNetworkInterfaceResponse.proto"+    ec2+    (Proxy :: Proxy CreateNetworkInterface)++responseDescribeSecurityGroups :: DescribeSecurityGroupsResponse -> TestTree+responseDescribeSecurityGroups = res+    "DescribeSecurityGroupsResponse"+    "fixture/DescribeSecurityGroupsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeSecurityGroups)++responseDescribeExportTasks :: DescribeExportTasksResponse -> TestTree+responseDescribeExportTasks = res+    "DescribeExportTasksResponse"+    "fixture/DescribeExportTasksResponse.proto"+    ec2+    (Proxy :: Proxy DescribeExportTasks)++responseModifySpotFleetRequest :: ModifySpotFleetRequestResponse -> TestTree+responseModifySpotFleetRequest = res+    "ModifySpotFleetRequestResponse"+    "fixture/ModifySpotFleetRequestResponse.proto"+    ec2+    (Proxy :: Proxy ModifySpotFleetRequest)++responseDetachVPNGateway :: DetachVPNGatewayResponse -> TestTree+responseDetachVPNGateway = res+    "DetachVPNGatewayResponse"+    "fixture/DetachVPNGatewayResponse.proto"+    ec2+    (Proxy :: Proxy DetachVPNGateway)++responseEnableVolumeIO :: EnableVolumeIOResponse -> TestTree+responseEnableVolumeIO = res+    "EnableVolumeIOResponse"+    "fixture/EnableVolumeIOResponse.proto"+    ec2+    (Proxy :: Proxy EnableVolumeIO)++responseDescribeInstances :: DescribeInstancesResponse -> TestTree+responseDescribeInstances = res+    "DescribeInstancesResponse"+    "fixture/DescribeInstancesResponse.proto"+    ec2+    (Proxy :: Proxy DescribeInstances)++responseCreateNatGateway :: CreateNatGatewayResponse -> TestTree+responseCreateNatGateway = res+    "CreateNatGatewayResponse"+    "fixture/CreateNatGatewayResponse.proto"+    ec2+    (Proxy :: Proxy CreateNatGateway)++responseDescribeVPCPeeringConnections :: DescribeVPCPeeringConnectionsResponse -> TestTree+responseDescribeVPCPeeringConnections = res+    "DescribeVPCPeeringConnectionsResponse"+    "fixture/DescribeVPCPeeringConnectionsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeVPCPeeringConnections)++responseCancelExportTask :: CancelExportTaskResponse -> TestTree+responseCancelExportTask = res+    "CancelExportTaskResponse"+    "fixture/CancelExportTaskResponse.proto"+    ec2+    (Proxy :: Proxy CancelExportTask)++responseDeleteNetworkInterface :: DeleteNetworkInterfaceResponse -> TestTree+responseDeleteNetworkInterface = res+    "DeleteNetworkInterfaceResponse"+    "fixture/DeleteNetworkInterfaceResponse.proto"+    ec2+    (Proxy :: Proxy DeleteNetworkInterface)++responseReplaceRouteTableAssociation :: ReplaceRouteTableAssociationResponse -> TestTree+responseReplaceRouteTableAssociation = res+    "ReplaceRouteTableAssociationResponse"+    "fixture/ReplaceRouteTableAssociationResponse.proto"+    ec2+    (Proxy :: Proxy ReplaceRouteTableAssociation)++responseStartInstances :: StartInstancesResponse -> TestTree+responseStartInstances = res+    "StartInstancesResponse"+    "fixture/StartInstancesResponse.proto"+    ec2+    (Proxy :: Proxy StartInstances)++responseCreatePlacementGroup :: CreatePlacementGroupResponse -> TestTree+responseCreatePlacementGroup = res+    "CreatePlacementGroupResponse"+    "fixture/CreatePlacementGroupResponse.proto"+    ec2+    (Proxy :: Proxy CreatePlacementGroup)++responseDescribeSnapshots :: DescribeSnapshotsResponse -> TestTree+responseDescribeSnapshots = res+    "DescribeSnapshotsResponse"+    "fixture/DescribeSnapshotsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeSnapshots)++responseAssociateAddress :: AssociateAddressResponse -> TestTree+responseAssociateAddress = res+    "AssociateAddressResponse"+    "fixture/AssociateAddressResponse.proto"+    ec2+    (Proxy :: Proxy AssociateAddress)++responseDescribeNetworkInterfaceAttribute :: DescribeNetworkInterfaceAttributeResponse -> TestTree+responseDescribeNetworkInterfaceAttribute = res+    "DescribeNetworkInterfaceAttributeResponse"+    "fixture/DescribeNetworkInterfaceAttributeResponse.proto"+    ec2+    (Proxy :: Proxy DescribeNetworkInterfaceAttribute)++responseReleaseHosts :: ReleaseHostsResponse -> TestTree+responseReleaseHosts = res+    "ReleaseHostsResponse"+    "fixture/ReleaseHostsResponse.proto"+    ec2+    (Proxy :: Proxy ReleaseHosts)++responseResetNetworkInterfaceAttribute :: ResetNetworkInterfaceAttributeResponse -> TestTree+responseResetNetworkInterfaceAttribute = res+    "ResetNetworkInterfaceAttributeResponse"+    "fixture/ResetNetworkInterfaceAttributeResponse.proto"+    ec2+    (Proxy :: Proxy ResetNetworkInterfaceAttribute)++responseDeleteInternetGateway :: DeleteInternetGatewayResponse -> TestTree+responseDeleteInternetGateway = res+    "DeleteInternetGatewayResponse"+    "fixture/DeleteInternetGatewayResponse.proto"+    ec2+    (Proxy :: Proxy DeleteInternetGateway)++responseDescribeReservedInstancesListings :: DescribeReservedInstancesListingsResponse -> TestTree+responseDescribeReservedInstancesListings = res+    "DescribeReservedInstancesListingsResponse"+    "fixture/DescribeReservedInstancesListingsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeReservedInstancesListings)++responseCreateVPNConnection :: CreateVPNConnectionResponse -> TestTree+responseCreateVPNConnection = res+    "CreateVPNConnectionResponse"+    "fixture/CreateVPNConnectionResponse.proto"+    ec2+    (Proxy :: Proxy CreateVPNConnection)++responseDeleteNatGateway :: DeleteNatGatewayResponse -> TestTree+responseDeleteNatGateway = res+    "DeleteNatGatewayResponse"+    "fixture/DeleteNatGatewayResponse.proto"+    ec2+    (Proxy :: Proxy DeleteNatGateway)++responseDescribeImportSnapshotTasks :: DescribeImportSnapshotTasksResponse -> TestTree+responseDescribeImportSnapshotTasks = res+    "DescribeImportSnapshotTasksResponse"+    "fixture/DescribeImportSnapshotTasksResponse.proto"+    ec2+    (Proxy :: Proxy DescribeImportSnapshotTasks)++responseDescribeCustomerGateways :: DescribeCustomerGatewaysResponse -> TestTree+responseDescribeCustomerGateways = res+    "DescribeCustomerGatewaysResponse"+    "fixture/DescribeCustomerGatewaysResponse.proto"+    ec2+    (Proxy :: Proxy DescribeCustomerGateways)++responseDeleteSubnet :: DeleteSubnetResponse -> TestTree+responseDeleteSubnet = res+    "DeleteSubnetResponse"+    "fixture/DeleteSubnetResponse.proto"+    ec2+    (Proxy :: Proxy DeleteSubnet)++responseCopyImage :: CopyImageResponse -> TestTree+responseCopyImage = res+    "CopyImageResponse"+    "fixture/CopyImageResponse.proto"+    ec2+    (Proxy :: Proxy CopyImage)++responseCreateVPCEndpoint :: CreateVPCEndpointResponse -> TestTree+responseCreateVPCEndpoint = res+    "CreateVPCEndpointResponse"+    "fixture/CreateVPCEndpointResponse.proto"+    ec2+    (Proxy :: Proxy CreateVPCEndpoint)++responseUnmonitorInstances :: UnmonitorInstancesResponse -> TestTree+responseUnmonitorInstances = res+    "UnmonitorInstancesResponse"+    "fixture/UnmonitorInstancesResponse.proto"+    ec2+    (Proxy :: Proxy UnmonitorInstances)++responseCreateSecurityGroup :: CreateSecurityGroupResponse -> TestTree+responseCreateSecurityGroup = res+    "CreateSecurityGroupResponse"+    "fixture/CreateSecurityGroupResponse.proto"+    ec2+    (Proxy :: Proxy CreateSecurityGroup)++responseImportVolume :: ImportVolumeResponse -> TestTree+responseImportVolume = res+    "ImportVolumeResponse"+    "fixture/ImportVolumeResponse.proto"+    ec2+    (Proxy :: Proxy ImportVolume)++responseDisableVGWRoutePropagation :: DisableVGWRoutePropagationResponse -> TestTree+responseDisableVGWRoutePropagation = res+    "DisableVGWRoutePropagationResponse"+    "fixture/DisableVGWRoutePropagationResponse.proto"+    ec2+    (Proxy :: Proxy DisableVGWRoutePropagation)++responseCreateSpotDatafeedSubscription :: CreateSpotDatafeedSubscriptionResponse -> TestTree+responseCreateSpotDatafeedSubscription = res+    "CreateSpotDatafeedSubscriptionResponse"+    "fixture/CreateSpotDatafeedSubscriptionResponse.proto"+    ec2+    (Proxy :: Proxy CreateSpotDatafeedSubscription)++responseCancelSpotInstanceRequests :: CancelSpotInstanceRequestsResponse -> TestTree+responseCancelSpotInstanceRequests = res+    "CancelSpotInstanceRequestsResponse"+    "fixture/CancelSpotInstanceRequestsResponse.proto"+    ec2+    (Proxy :: Proxy CancelSpotInstanceRequests)++responseCreateRoute :: CreateRouteResponse -> TestTree+responseCreateRoute = res+    "CreateRouteResponse"+    "fixture/CreateRouteResponse.proto"+    ec2+    (Proxy :: Proxy CreateRoute)++responseDeleteSnapshot :: DeleteSnapshotResponse -> TestTree+responseDeleteSnapshot = res+    "DeleteSnapshotResponse"+    "fixture/DeleteSnapshotResponse.proto"+    ec2+    (Proxy :: Proxy DeleteSnapshot)++responseAssignPrivateIPAddresses :: AssignPrivateIPAddressesResponse -> TestTree+responseAssignPrivateIPAddresses = res+    "AssignPrivateIPAddressesResponse"+    "fixture/AssignPrivateIPAddressesResponse.proto"+    ec2+    (Proxy :: Proxy AssignPrivateIPAddresses)++responseModifyInstanceAttribute :: ModifyInstanceAttributeResponse -> TestTree+responseModifyInstanceAttribute = res+    "ModifyInstanceAttributeResponse"+    "fixture/ModifyInstanceAttributeResponse.proto"+    ec2+    (Proxy :: Proxy ModifyInstanceAttribute)++responseDeleteCustomerGateway :: DeleteCustomerGatewayResponse -> TestTree+responseDeleteCustomerGateway = res+    "DeleteCustomerGatewayResponse"+    "fixture/DeleteCustomerGatewayResponse.proto"+    ec2+    (Proxy :: Proxy DeleteCustomerGateway)++responseDisassociateRouteTable :: DisassociateRouteTableResponse -> TestTree+responseDisassociateRouteTable = res+    "DisassociateRouteTableResponse"+    "fixture/DisassociateRouteTableResponse.proto"+    ec2+    (Proxy :: Proxy DisassociateRouteTable)++responseDeleteSpotDatafeedSubscription :: DeleteSpotDatafeedSubscriptionResponse -> TestTree+responseDeleteSpotDatafeedSubscription = res+    "DeleteSpotDatafeedSubscriptionResponse"+    "fixture/DeleteSpotDatafeedSubscriptionResponse.proto"+    ec2+    (Proxy :: Proxy DeleteSpotDatafeedSubscription)++responseEnableVPCClassicLink :: EnableVPCClassicLinkResponse -> TestTree+responseEnableVPCClassicLink = res+    "EnableVPCClassicLinkResponse"+    "fixture/EnableVPCClassicLinkResponse.proto"+    ec2+    (Proxy :: Proxy EnableVPCClassicLink)++responseDescribePlacementGroups :: DescribePlacementGroupsResponse -> TestTree+responseDescribePlacementGroups = res+    "DescribePlacementGroupsResponse"+    "fixture/DescribePlacementGroupsResponse.proto"+    ec2+    (Proxy :: Proxy DescribePlacementGroups)++responsePurchaseScheduledInstances :: PurchaseScheduledInstancesResponse -> TestTree+responsePurchaseScheduledInstances = res+    "PurchaseScheduledInstancesResponse"+    "fixture/PurchaseScheduledInstancesResponse.proto"+    ec2+    (Proxy :: Proxy PurchaseScheduledInstances)++responseEnableVGWRoutePropagation :: EnableVGWRoutePropagationResponse -> TestTree+responseEnableVGWRoutePropagation = res+    "EnableVGWRoutePropagationResponse"+    "fixture/EnableVGWRoutePropagationResponse.proto"+    ec2+    (Proxy :: Proxy EnableVGWRoutePropagation)++responseDescribeSpotFleetRequestHistory :: DescribeSpotFleetRequestHistoryResponse -> TestTree+responseDescribeSpotFleetRequestHistory = res+    "DescribeSpotFleetRequestHistoryResponse"+    "fixture/DescribeSpotFleetRequestHistoryResponse.proto"+    ec2+    (Proxy :: Proxy DescribeSpotFleetRequestHistory)++responseModifySnapshotAttribute :: ModifySnapshotAttributeResponse -> TestTree+responseModifySnapshotAttribute = res+    "ModifySnapshotAttributeResponse"+    "fixture/ModifySnapshotAttributeResponse.proto"+    ec2+    (Proxy :: Proxy ModifySnapshotAttribute)++responseCreateSnapshot :: Snapshot -> TestTree+responseCreateSnapshot = res+    "CreateSnapshotResponse"+    "fixture/CreateSnapshotResponse.proto"+    ec2+    (Proxy :: Proxy CreateSnapshot)++responseCreateNetworkACLEntry :: CreateNetworkACLEntryResponse -> TestTree+responseCreateNetworkACLEntry = res+    "CreateNetworkACLEntryResponse"+    "fixture/CreateNetworkACLEntryResponse.proto"+    ec2+    (Proxy :: Proxy CreateNetworkACLEntry)++responseCreateReservedInstancesListing :: CreateReservedInstancesListingResponse -> TestTree+responseCreateReservedInstancesListing = res+    "CreateReservedInstancesListingResponse"+    "fixture/CreateReservedInstancesListingResponse.proto"+    ec2+    (Proxy :: Proxy CreateReservedInstancesListing)++responseAttachVPNGateway :: AttachVPNGatewayResponse -> TestTree+responseAttachVPNGateway = res+    "AttachVPNGatewayResponse"+    "fixture/AttachVPNGatewayResponse.proto"+    ec2+    (Proxy :: Proxy AttachVPNGateway)++responseCreateDHCPOptions :: CreateDHCPOptionsResponse -> TestTree+responseCreateDHCPOptions = res+    "CreateDHCPOptionsResponse"+    "fixture/CreateDHCPOptionsResponse.proto"+    ec2+    (Proxy :: Proxy CreateDHCPOptions)++responseDescribeAccountAttributes :: DescribeAccountAttributesResponse -> TestTree+responseDescribeAccountAttributes = res+    "DescribeAccountAttributesResponse"+    "fixture/DescribeAccountAttributesResponse.proto"+    ec2+    (Proxy :: Proxy DescribeAccountAttributes)++responseModifyHosts :: ModifyHostsResponse -> TestTree+responseModifyHosts = res+    "ModifyHostsResponse"+    "fixture/ModifyHostsResponse.proto"+    ec2+    (Proxy :: Proxy ModifyHosts)++responseRebootInstances :: RebootInstancesResponse -> TestTree+responseRebootInstances = res+    "RebootInstancesResponse"+    "fixture/RebootInstancesResponse.proto"+    ec2+    (Proxy :: Proxy RebootInstances)++responseCreateImage :: CreateImageResponse -> TestTree+responseCreateImage = res+    "CreateImageResponse"+    "fixture/CreateImageResponse.proto"+    ec2+    (Proxy :: Proxy CreateImage)++responseDescribeClassicLinkInstances :: DescribeClassicLinkInstancesResponse -> TestTree+responseDescribeClassicLinkInstances = res+    "DescribeClassicLinkInstancesResponse"+    "fixture/DescribeClassicLinkInstancesResponse.proto"+    ec2+    (Proxy :: Proxy DescribeClassicLinkInstances)++responseTerminateInstances :: TerminateInstancesResponse -> TestTree+responseTerminateInstances = res+    "TerminateInstancesResponse"+    "fixture/TerminateInstancesResponse.proto"+    ec2+    (Proxy :: Proxy TerminateInstances)++responseDescribeKeyPairs :: DescribeKeyPairsResponse -> TestTree+responseDescribeKeyPairs = res+    "DescribeKeyPairsResponse"+    "fixture/DescribeKeyPairsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeKeyPairs)++responseCreateVPNConnectionRoute :: CreateVPNConnectionRouteResponse -> TestTree+responseCreateVPNConnectionRoute = res+    "CreateVPNConnectionRouteResponse"+    "fixture/CreateVPNConnectionRouteResponse.proto"+    ec2+    (Proxy :: Proxy CreateVPNConnectionRoute)++responseAssociateRouteTable :: AssociateRouteTableResponse -> TestTree+responseAssociateRouteTable = res+    "AssociateRouteTableResponse"+    "fixture/AssociateRouteTableResponse.proto"+    ec2+    (Proxy :: Proxy AssociateRouteTable)++responseDescribeVPNGateways :: DescribeVPNGatewaysResponse -> TestTree+responseDescribeVPNGateways = res+    "DescribeVPNGatewaysResponse"+    "fixture/DescribeVPNGatewaysResponse.proto"+    ec2+    (Proxy :: Proxy DescribeVPNGateways)++responseGetConsoleOutput :: GetConsoleOutputResponse -> TestTree+responseGetConsoleOutput = res+    "GetConsoleOutputResponse"+    "fixture/GetConsoleOutputResponse.proto"+    ec2+    (Proxy :: Proxy GetConsoleOutput)++responseDescribeHosts :: DescribeHostsResponse -> TestTree+responseDescribeHosts = res+    "DescribeHostsResponse"+    "fixture/DescribeHostsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeHosts)++responseDescribeImageAttribute :: DescribeImageAttributeResponse -> TestTree+responseDescribeImageAttribute = res+    "DescribeImageAttributeResponse"+    "fixture/DescribeImageAttributeResponse.proto"+    ec2+    (Proxy :: Proxy DescribeImageAttribute)++responseModifyIdFormat :: ModifyIdFormatResponse -> TestTree+responseModifyIdFormat = res+    "ModifyIdFormatResponse"+    "fixture/ModifyIdFormatResponse.proto"+    ec2+    (Proxy :: Proxy ModifyIdFormat)++responseDeleteRouteTable :: DeleteRouteTableResponse -> TestTree+responseDeleteRouteTable = res+    "DeleteRouteTableResponse"+    "fixture/DeleteRouteTableResponse.proto"+    ec2+    (Proxy :: Proxy DeleteRouteTable)++responseResetImageAttribute :: ResetImageAttributeResponse -> TestTree+responseResetImageAttribute = res+    "ResetImageAttributeResponse"+    "fixture/ResetImageAttributeResponse.proto"+    ec2+    (Proxy :: Proxy ResetImageAttribute)++responseDescribeReservedInstancesModifications :: DescribeReservedInstancesModificationsResponse -> TestTree+responseDescribeReservedInstancesModifications = res+    "DescribeReservedInstancesModificationsResponse"+    "fixture/DescribeReservedInstancesModificationsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeReservedInstancesModifications)++responseDescribeSpotInstanceRequests :: DescribeSpotInstanceRequestsResponse -> TestTree+responseDescribeSpotInstanceRequests = res+    "DescribeSpotInstanceRequestsResponse"+    "fixture/DescribeSpotInstanceRequestsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeSpotInstanceRequests)++responseUnassignPrivateIPAddresses :: UnassignPrivateIPAddressesResponse -> TestTree+responseUnassignPrivateIPAddresses = res+    "UnassignPrivateIPAddressesResponse"+    "fixture/UnassignPrivateIPAddressesResponse.proto"+    ec2+    (Proxy :: Proxy UnassignPrivateIPAddresses)++responseDeleteDHCPOptions :: DeleteDHCPOptionsResponse -> TestTree+responseDeleteDHCPOptions = res+    "DeleteDHCPOptionsResponse"+    "fixture/DeleteDHCPOptionsResponse.proto"+    ec2+    (Proxy :: Proxy DeleteDHCPOptions)++responseDescribeNetworkACLs :: DescribeNetworkACLsResponse -> TestTree+responseDescribeNetworkACLs = res+    "DescribeNetworkACLsResponse"+    "fixture/DescribeNetworkACLsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeNetworkACLs)++responseCancelImportTask :: CancelImportTaskResponse -> TestTree+responseCancelImportTask = res+    "CancelImportTaskResponse"+    "fixture/CancelImportTaskResponse.proto"+    ec2+    (Proxy :: Proxy CancelImportTask)++responseDetachClassicLinkVPC :: DetachClassicLinkVPCResponse -> TestTree+responseDetachClassicLinkVPC = res+    "DetachClassicLinkVPCResponse"+    "fixture/DetachClassicLinkVPCResponse.proto"+    ec2+    (Proxy :: Proxy DetachClassicLinkVPC)++responseDescribeRegions :: DescribeRegionsResponse -> TestTree+responseDescribeRegions = res+    "DescribeRegionsResponse"+    "fixture/DescribeRegionsResponse.proto"+    ec2+    (Proxy :: Proxy DescribeRegions)++responseMonitorInstances :: MonitorInstancesResponse -> TestTree+responseMonitorInstances = res+    "MonitorInstancesResponse"+    "fixture/MonitorInstancesResponse.proto"+    ec2+    (Proxy :: Proxy MonitorInstances)++responseAcceptVPCPeeringConnection :: AcceptVPCPeeringConnectionResponse -> TestTree+responseAcceptVPCPeeringConnection = res+    "AcceptVPCPeeringConnectionResponse"+    "fixture/AcceptVPCPeeringConnectionResponse.proto"+    ec2+    (Proxy :: Proxy AcceptVPCPeeringConnection)++responseImportSnapshot :: ImportSnapshotResponse -> TestTree+responseImportSnapshot = res+    "ImportSnapshotResponse"+    "fixture/ImportSnapshotResponse.proto"+    ec2+    (Proxy :: Proxy ImportSnapshot)++responseDescribeVolumeStatus :: DescribeVolumeStatusResponse -> TestTree+responseDescribeVolumeStatus = res+    "DescribeVolumeStatusResponse"+    "fixture/DescribeVolumeStatusResponse.proto"+    ec2+    (Proxy :: Proxy DescribeVolumeStatus)++responseDescribeRouteTables :: DescribeRouteTablesResponse -> TestTree+responseDescribeRouteTables = res+    "DescribeRouteTablesResponse"+    "fixture/DescribeRouteTablesResponse.proto"+    ec2+    (Proxy :: Proxy DescribeRouteTables)++responseDescribeAvailabilityZones :: DescribeAvailabilityZonesResponse -> TestTree+responseDescribeAvailabilityZones = res+    "DescribeAvailabilityZonesResponse"+    "fixture/DescribeAvailabilityZonesResponse.proto"+    ec2+    (Proxy :: Proxy DescribeAvailabilityZones)++responseModifyVPCAttribute :: ModifyVPCAttributeResponse -> TestTree+responseModifyVPCAttribute = res+    "ModifyVPCAttributeResponse"+    "fixture/ModifyVPCAttributeResponse.proto"+    ec2+    (Proxy :: Proxy ModifyVPCAttribute)++responseDescribeImages :: DescribeImagesResponse -> TestTree+responseDescribeImages = res+    "DescribeImagesResponse"+    "fixture/DescribeImagesResponse.proto"+    ec2+    (Proxy :: Proxy DescribeImages)++responseRestoreAddressToClassic :: RestoreAddressToClassicResponse -> TestTree+responseRestoreAddressToClassic = res+    "RestoreAddressToClassicResponse"+    "fixture/RestoreAddressToClassicResponse.proto"+    ec2+    (Proxy :: Proxy RestoreAddressToClassic)++responseCreateKeyPair :: CreateKeyPairResponse -> TestTree+responseCreateKeyPair = res+    "CreateKeyPairResponse"+    "fixture/CreateKeyPairResponse.proto"+    ec2+    (Proxy :: Proxy CreateKeyPair)++responseDeleteVolume :: DeleteVolumeResponse -> TestTree+responseDeleteVolume = res+    "DeleteVolumeResponse"+    "fixture/DeleteVolumeResponse.proto"+    ec2+    (Proxy :: Proxy DeleteVolume)++responseDescribeSpotFleetInstances :: DescribeSpotFleetInstancesResponse -> TestTree+responseDescribeSpotFleetInstances = res     "DescribeSpotFleetInstancesResponse"     "fixture/DescribeSpotFleetInstancesResponse.proto"     ec2