packages feed

amazonka-route53 1.4.2 → 1.4.3

raw patch · 52 files changed

+821/−2073 lines, 52 filesdep ~amazonka-coredep ~amazonka-route53dep ~amazonka-testPVP ok

version bump matches the API change (PVP)

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

API changes (from Hackage documentation)

Files

README.md view
@@ -8,17 +8,12 @@  ## Version -`1.4.2`+`1.4.3`   ## Description -Amazon Route 53 is a scalable Domain Name System (DNS) web service. It-provides secure and reliable routing to your infrastructure that uses-Amazon Web Services (AWS) products, such as Amazon Elastic Compute Cloud-(Amazon EC2), Elastic Load Balancing, or Amazon Simple Storage Service-(Amazon S3). You can also use Amazon Route 53 to route users to your-infrastructure outside of AWS.+Amazon Route 53 is a scalable Domain Name System (DNS) web service. It provides secure and reliable routing to your infrastructure that uses Amazon Web Services (AWS) products, such as Amazon Elastic Compute Cloud (Amazon EC2), Elastic Load Balancing, or Amazon Simple Storage Service (Amazon S3). You can also use Amazon Route 53 to route users to your infrastructure outside of AWS.  Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-route53) and the [AWS API Reference](https://aws.amazon.com/documentation/).
amazonka-route53.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-route53-version:               1.4.2+version:               1.4.3 synopsis:              Amazon Route 53 SDK. homepage:              https://github.com/brendanhay/amazonka bug-reports:           https://github.com/brendanhay/amazonka/issues@@ -13,12 +13,7 @@ cabal-version:         >= 1.10 extra-source-files:    README.md fixture/*.yaml fixture/*.proto description:-    Amazon Route 53 is a scalable Domain Name System (DNS) web service. It-    provides secure and reliable routing to your infrastructure that uses-    Amazon Web Services (AWS) products, such as Amazon Elastic Compute Cloud-    (Amazon EC2), Elastic Load Balancing, or Amazon Simple Storage Service-    (Amazon S3). You can also use Amazon Route 53 to route users to your-    infrastructure outside of AWS.+    Amazon Route 53 is a scalable Domain Name System (DNS) web service. It provides secure and reliable routing to your infrastructure that uses Amazon Web Services (AWS) products, such as Amazon Elastic Compute Cloud (Amazon EC2), Elastic Load Balancing, or Amazon Simple Storage Service (Amazon S3). You can also use Amazon Route 53 to route users to your infrastructure outside of AWS.     .     The types from this library are intended to be used with     <http://hackage.haskell.org/package/amazonka amazonka>, which provides@@ -100,7 +95,7 @@         , Network.AWS.Route53.Types.Sum      build-depends:-          amazonka-core == 1.4.2.*+          amazonka-core == 1.4.3.*         , base          >= 4.7     && < 5  test-suite amazonka-route53-test@@ -120,9 +115,9 @@         , Test.AWS.Route53.Internal      build-depends:-          amazonka-core == 1.4.2.*-        , amazonka-test == 1.4.2.*-        , amazonka-route53 == 1.4.2.*+          amazonka-core == 1.4.3.*+        , amazonka-test == 1.4.3.*+        , amazonka-route53 == 1.4.3.*         , base         , bytestring         , tasty
gen/Network/AWS/Route53.hs view
@@ -11,12 +11,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Amazon Route 53 is a scalable Domain Name System (DNS) web service. It--- provides secure and reliable routing to your infrastructure that uses--- Amazon Web Services (AWS) products, such as Amazon Elastic Compute Cloud--- (Amazon EC2), Elastic Load Balancing, or Amazon Simple Storage Service--- (Amazon S3). You can also use Amazon Route 53 to route users to your--- infrastructure outside of AWS.+-- Amazon Route 53 is a scalable Domain Name System (DNS) web service. It provides secure and reliable routing to your infrastructure that uses Amazon Web Services (AWS) products, such as Amazon Elastic Compute Cloud (Amazon EC2), Elastic Load Balancing, or Amazon Simple Storage Service (Amazon S3). You can also use Amazon Route 53 to route users to your infrastructure outside of AWS. module Network.AWS.Route53     (     -- * Service Configuration
gen/Network/AWS/Route53/AssociateVPCWithHostedZone.hs view
@@ -20,14 +20,7 @@ -- -- This action associates a VPC with an hosted zone. ----- To associate a VPC with an hosted zone, send a 'POST' request to the--- '\/Route 53 API version\/hostedzone\/hosted zone ID\/associatevpc'--- resource. The request body must include a document with a--- 'AssociateVPCWithHostedZoneRequest' element. The response returns the--- 'AssociateVPCWithHostedZoneResponse' element that contains 'ChangeInfo'--- for you to track the progress of the 'AssociateVPCWithHostedZoneRequest'--- you made. See 'GetChange' operation for how to track the progress of--- your change.+-- To associate a VPC with an hosted zone, send a 'POST' request to the '\/Route 53 API version\/hostedzone\/hosted zone ID\/associatevpc' resource. The request body must include a document with a 'AssociateVPCWithHostedZoneRequest' element. The response returns the 'AssociateVPCWithHostedZoneResponse' element that contains 'ChangeInfo' for you to track the progress of the 'AssociateVPCWithHostedZoneRequest' you made. See 'GetChange' operation for how to track the progress of your change. module Network.AWS.Route53.AssociateVPCWithHostedZone     (     -- * Creating a Request@@ -53,8 +46,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains information about the request to associate--- a VPC with an hosted zone.+-- | A complex type that contains information about the request to associate a VPC with an hosted zone. -- -- /See:/ 'associateVPCWithHostedZone' smart constructor. data AssociateVPCWithHostedZone = AssociateVPCWithHostedZone'@@ -83,15 +75,13 @@     , _avwhzVPC = pVPC_     } --- | /Optional:/ Any comments you want to include about a--- 'AssociateVPCWithHostedZoneRequest'.+-- | /Optional:/ Any comments you want to include about a 'AssociateVPCWithHostedZoneRequest'. avwhzComment :: Lens' AssociateVPCWithHostedZone (Maybe Text) avwhzComment = lens _avwhzComment (\ s a -> s{_avwhzComment = a});  -- | The ID of the hosted zone you want to associate your VPC with. ----- Note that you cannot associate a VPC with a hosted zone that doesn\'t--- have an existing VPC association.+-- Note that you cannot associate a VPC with a hosted zone that doesn\'t have an existing VPC association. avwhzHostedZoneId :: Lens' AssociateVPCWithHostedZone Text avwhzHostedZoneId = lens _avwhzHostedZoneId (\ s a -> s{_avwhzHostedZoneId = a}); @@ -164,8 +154,7 @@ avwhzrsResponseStatus :: Lens' AssociateVPCWithHostedZoneResponse Int avwhzrsResponseStatus = lens _avwhzrsResponseStatus (\ s a -> s{_avwhzrsResponseStatus = a}); --- | A complex type that contains the ID, the status, and the date and time--- of your 'AssociateVPCWithHostedZoneRequest'.+-- | A complex type that contains the ID, the status, and the date and time of your 'AssociateVPCWithHostedZoneRequest'. avwhzrsChangeInfo :: Lens' AssociateVPCWithHostedZoneResponse ChangeInfo avwhzrsChangeInfo = lens _avwhzrsChangeInfo (\ s a -> s{_avwhzrsChangeInfo = a}); 
gen/Network/AWS/Route53/ChangeResourceRecordSets.hs view
@@ -18,35 +18,19 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Use this action to create or change your authoritative DNS information.--- To use this action, send a 'POST' request to the--- '\/Route 53 API version\/hostedzone\/hosted Zone ID\/rrset' resource.--- The request body must include a document with a--- 'ChangeResourceRecordSetsRequest' element.+-- Use this action to create or change your authoritative DNS information. To use this action, send a 'POST' request to the '\/Route 53 API version\/hostedzone\/hosted Zone ID\/rrset' resource. The request body must include a document with a 'ChangeResourceRecordSetsRequest' element. ----- Changes are a list of change items and are considered transactional. For--- more information on transactional changes, also known as change batches,--- see--- <http://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html POST ChangeResourceRecordSets>--- in the /Amazon Route 53 API Reference/.+-- Changes are a list of change items and are considered transactional. For more information on transactional changes, also known as change batches, see <http://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html POST ChangeResourceRecordSets> in the /Amazon Route 53 API Reference/. ----- Due to the nature of transactional changes, you cannot delete the same--- resource record set more than once in a single change batch. If you--- attempt to delete the same change batch more than once, Amazon Route 53--- returns an 'InvalidChangeBatch' error.+-- Due to the nature of transactional changes, you cannot delete the same resource record set more than once in a single change batch. If you attempt to delete the same change batch more than once, Amazon Route 53 returns an 'InvalidChangeBatch' error. ----- In response to a 'ChangeResourceRecordSets' request, your DNS data is--- changed on all Amazon Route 53 DNS servers. Initially, the status of a--- change is 'PENDING'. This means the change has not yet propagated to all--- the authoritative Amazon Route 53 DNS servers. When the change is--- propagated to all hosts, the change returns a status of 'INSYNC'.+-- In response to a 'ChangeResourceRecordSets' request, your DNS data is changed on all Amazon Route 53 DNS servers. Initially, the status of a change is 'PENDING'. This means the change has not yet propagated to all the authoritative Amazon Route 53 DNS servers. When the change is propagated to all hosts, the change returns a status of 'INSYNC'. -- -- Note the following limitations on a 'ChangeResourceRecordSets' request: -- -- -   A request cannot contain more than 100 Change elements. -- -   A request cannot contain more than 1000 ResourceRecord elements.--- -   The sum of the number of characters (including spaces) in all---     'Value' elements in a request cannot exceed 32,000 characters.+-- -   The sum of the number of characters (including spaces) in all 'Value' elements in a request cannot exceed 32,000 characters. module Network.AWS.Route53.ChangeResourceRecordSets     (     -- * Creating a Request@@ -96,13 +80,11 @@     , _crrsChangeBatch = pChangeBatch_     } --- | The ID of the hosted zone that contains the resource record sets that--- you want to change.+-- | The ID of the hosted zone that contains the resource record sets that you want to change. crrsHostedZoneId :: Lens' ChangeResourceRecordSets Text crrsHostedZoneId = lens _crrsHostedZoneId (\ s a -> s{_crrsHostedZoneId = a}); --- | A complex type that contains an optional comment and the 'Changes'--- element.+-- | A complex type that contains an optional comment and the 'Changes' element. crrsChangeBatch :: Lens' ChangeResourceRecordSets ChangeBatch crrsChangeBatch = lens _crrsChangeBatch (\ s a -> s{_crrsChangeBatch = a}); @@ -170,11 +152,9 @@ crrsrsResponseStatus :: Lens' ChangeResourceRecordSetsResponse Int crrsrsResponseStatus = lens _crrsrsResponseStatus (\ s a -> s{_crrsrsResponseStatus = a}); --- | A complex type that contains information about changes made to your--- hosted zone.+-- | A complex type that contains information about changes made to your hosted zone. ----- This element contains an ID that you use when performing a < GetChange>--- action to get detailed information about the change.+-- This element contains an ID that you use when performing a < GetChange> action to get detailed information about the change. crrsrsChangeInfo :: Lens' ChangeResourceRecordSetsResponse ChangeInfo crrsrsChangeInfo = lens _crrsrsChangeInfo (\ s a -> s{_crrsrsChangeInfo = a}); 
gen/Network/AWS/Route53/ChangeTagsForResource.hs view
@@ -44,8 +44,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type containing information about a request to add, change, or--- delete the tags that are associated with a resource.+-- | A complex type containing information about a request to add, change, or delete the tags that are associated with a resource. -- -- /See:/ 'changeTagsForResource' smart constructor. data ChangeTagsForResource = ChangeTagsForResource'@@ -78,14 +77,11 @@     , _ctfrResourceId = pResourceId_     } --- | A list of 'Tag' keys that you want to remove from the specified--- resource.+-- | A list of 'Tag' keys that you want to remove from the specified resource. ctfrRemoveTagKeys :: Lens' ChangeTagsForResource (Maybe (NonEmpty Text)) ctfrRemoveTagKeys = lens _ctfrRemoveTagKeys (\ s a -> s{_ctfrRemoveTagKeys = a}) . mapping _List1; --- | A complex type that contains a list of 'Tag' elements. Each 'Tag'--- element identifies a tag that you want to add or update for the--- specified resource.+-- | A complex type that contains a list of 'Tag' elements. Each 'Tag' element identifies a tag that you want to add or update for the specified resource. ctfrAddTags :: Lens' ChangeTagsForResource (Maybe (NonEmpty Tag)) ctfrAddTags = lens _ctfrAddTags (\ s a -> s{_ctfrAddTags = a}) . mapping _List1; @@ -97,8 +93,7 @@ ctfrResourceType :: Lens' ChangeTagsForResource TagResourceType ctfrResourceType = lens _ctfrResourceType (\ s a -> s{_ctfrResourceType = a}); --- | The ID of the resource for which you want to add, change, or delete--- tags.+-- | The ID of the resource for which you want to add, change, or delete tags. ctfrResourceId :: Lens' ChangeTagsForResource Text ctfrResourceId = lens _ctfrResourceId (\ s a -> s{_ctfrResourceId = a}); 
gen/Network/AWS/Route53/CreateHealthCheck.hs view
@@ -20,11 +20,7 @@ -- -- This action creates a new health check. ----- To create a new health check, send a 'POST' request to the--- '\/Route 53 API version\/healthcheck' resource. The request body must--- include a document with a 'CreateHealthCheckRequest' element. The--- response returns the 'CreateHealthCheckResponse' element that contains--- metadata about the health check.+-- To create a new health check, send a 'POST' request to the '\/Route 53 API version\/healthcheck' resource. The request body must include a document with a 'CreateHealthCheckRequest' element. The response returns the 'CreateHealthCheckResponse' element that contains metadata about the health check. module Network.AWS.Route53.CreateHealthCheck     (     -- * Creating a Request@@ -50,8 +46,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | >A complex type that contains information about the request to create a--- health check.+-- | >A complex type that contains information about the request to create a health check. -- -- /See:/ 'createHealthCheck' smart constructor. data CreateHealthCheck = CreateHealthCheck'@@ -76,16 +71,9 @@     , _chcHealthCheckConfig = pHealthCheckConfig_     } --- | A unique string that identifies the request and that allows failed--- 'CreateHealthCheck' requests to be retried without the risk of executing--- the operation twice. You must use a unique 'CallerReference' string--- every time you create a health check. 'CallerReference' can be any--- unique string; you might choose to use a string that identifies your--- project.+-- | A unique string that identifies the request and that allows failed 'CreateHealthCheck' requests to be retried without the risk of executing the operation twice. You must use a unique 'CallerReference' string every time you create a health check. 'CallerReference' can be any unique string; you might choose to use a string that identifies your project. ----- Valid characters are any Unicode code points that are legal in an XML--- 1.0 document. The UTF-8 encoding of the value must be less than 128--- bytes.+-- Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes. chcCallerReference :: Lens' CreateHealthCheck Text chcCallerReference = lens _chcCallerReference (\ s a -> s{_chcCallerReference = a}); @@ -127,8 +115,7 @@               ["CallerReference" @= _chcCallerReference,                "HealthCheckConfig" @= _chcHealthCheckConfig] --- | A complex type containing the response information for the new health--- check.+-- | A complex type containing the response information for the new health check. -- -- /See:/ 'createHealthCheckResponse' smart constructor. data CreateHealthCheckResponse = CreateHealthCheckResponse'@@ -162,8 +149,7 @@ chcrsResponseStatus :: Lens' CreateHealthCheckResponse Int chcrsResponseStatus = lens _chcrsResponseStatus (\ s a -> s{_chcrsResponseStatus = a}); --- | A complex type that contains identifying information about the health--- check.+-- | A complex type that contains identifying information about the health check. chcrsHealthCheck :: Lens' CreateHealthCheckResponse HealthCheck chcrsHealthCheck = lens _chcrsHealthCheck (\ s a -> s{_chcrsHealthCheck = a}); 
gen/Network/AWS/Route53/CreateHostedZone.hs view
@@ -20,27 +20,13 @@ -- -- This action creates a new hosted zone. ----- To create a new hosted zone, send a 'POST' request to the--- '\/Route 53 API version\/hostedzone' resource. The request body must--- include a document with a 'CreateHostedZoneRequest' element. The--- response returns the 'CreateHostedZoneResponse' element that contains--- metadata about the hosted zone.+-- To create a new hosted zone, send a 'POST' request to the '\/Route 53 API version\/hostedzone' resource. The request body must include a document with a 'CreateHostedZoneRequest' element. The response returns the 'CreateHostedZoneResponse' element that contains metadata about the hosted zone. ----- Amazon Route 53 automatically creates a default SOA record and four NS--- records for the zone. The NS records in the hosted zone are the name--- servers you give your registrar to delegate your domain to. For more--- information about SOA and NS records, see--- <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/SOA-NSrecords.html NS and SOA Records that Amazon Route 53 Creates for a Hosted Zone>--- in the /Amazon Route 53 Developer Guide/.+-- Amazon Route 53 automatically creates a default SOA record and four NS records for the zone. The NS records in the hosted zone are the name servers you give your registrar to delegate your domain to. For more information about SOA and NS records, see <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/SOA-NSrecords.html NS and SOA Records that Amazon Route 53 Creates for a Hosted Zone> in the /Amazon Route 53 Developer Guide/. ----- When you create a zone, its initial status is 'PENDING'. This means that--- it is not yet available on all DNS servers. The status of the zone--- changes to 'INSYNC' when the NS and SOA records are available on all--- Amazon Route 53 DNS servers.+-- When you create a zone, its initial status is 'PENDING'. This means that it is not yet available on all DNS servers. The status of the zone changes to 'INSYNC' when the NS and SOA records are available on all Amazon Route 53 DNS servers. ----- When trying to create a hosted zone using a reusable delegation set, you--- could specify an optional DelegationSetId, and Route53 would assign--- those 4 NS records for the zone, instead of alloting a new one.+-- When trying to create a hosted zone using a reusable delegation set, you could specify an optional DelegationSetId, and Route53 would assign those 4 NS records for the zone, instead of alloting a new one. module Network.AWS.Route53.CreateHostedZone     (     -- * Creating a Request@@ -72,8 +58,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains information about the request to create a--- hosted zone.+-- | A complex type that contains information about the request to create a hosted zone. -- -- /See:/ 'createHostedZone' smart constructor. data CreateHostedZone = CreateHostedZone'@@ -110,14 +95,11 @@     , _chzCallerReference = pCallerReference_     } --- | The delegation set id of the reusable delgation set whose NS records you--- want to assign to the new hosted zone.+-- | The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone. chzDelegationSetId :: Lens' CreateHostedZone (Maybe Text) chzDelegationSetId = lens _chzDelegationSetId (\ s a -> s{_chzDelegationSetId = a}); --- | The VPC that you want your hosted zone to be associated with. By--- providing this parameter, your newly created hosted cannot be resolved--- anywhere other than the given VPC.+-- | The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC. chzVPC :: Lens' CreateHostedZone (Maybe VPC) chzVPC = lens _chzVPC (\ s a -> s{_chzVPC = a}); @@ -125,28 +107,15 @@ chzHostedZoneConfig :: Lens' CreateHostedZone (Maybe HostedZoneConfig) chzHostedZoneConfig = lens _chzHostedZoneConfig (\ s a -> s{_chzHostedZoneConfig = a}); --- | The name of the domain. This must be a fully-specified domain, for--- example, www.example.com. The trailing dot is optional; Amazon Route 53--- assumes that the domain name is fully qualified. This means that Amazon--- Route 53 treats www.example.com (without a trailing dot) and--- www.example.com. (with a trailing dot) as identical.+-- | The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical. ----- This is the name you have registered with your DNS registrar. You should--- ask your registrar to change the authoritative name servers for your--- domain to the set of 'NameServers' elements returned in 'DelegationSet'.+-- This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of 'NameServers' elements returned in 'DelegationSet'. chzName :: Lens' CreateHostedZone Text chzName = lens _chzName (\ s a -> s{_chzName = a}); --- | A unique string that identifies the request and that allows failed--- 'CreateHostedZone' requests to be retried without the risk of executing--- the operation twice. You must use a unique 'CallerReference' string--- every time you create a hosted zone. 'CallerReference' can be any unique--- string; you might choose to use a string that identifies your project,--- such as 'DNSMigration_01'.+-- | A unique string that identifies the request and that allows failed 'CreateHostedZone' requests to be retried without the risk of executing the operation twice. You must use a unique 'CallerReference' string every time you create a hosted zone. 'CallerReference' can be any unique string; you might choose to use a string that identifies your project, such as 'DNSMigration_01'. ----- Valid characters are any Unicode code points that are legal in an XML--- 1.0 document. The UTF-8 encoding of the value must be less than 128--- bytes.+-- Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes. chzCallerReference :: Lens' CreateHostedZone Text chzCallerReference = lens _chzCallerReference (\ s a -> s{_chzCallerReference = a}); @@ -190,8 +159,7 @@                "Name" @= _chzName,                "CallerReference" @= _chzCallerReference] --- | A complex type containing the response information for the new hosted--- zone.+-- | A complex type containing the response information for the new hosted zone. -- -- /See:/ 'createHostedZoneResponse' smart constructor. data CreateHostedZoneResponse = CreateHostedZoneResponse'@@ -243,14 +211,11 @@ chzrsResponseStatus :: Lens' CreateHostedZoneResponse Int chzrsResponseStatus = lens _chzrsResponseStatus (\ s a -> s{_chzrsResponseStatus = a}); --- | A complex type that contains identifying information about the hosted--- zone.+-- | A complex type that contains identifying information about the hosted zone. chzrsHostedZone :: Lens' CreateHostedZoneResponse HostedZone chzrsHostedZone = lens _chzrsHostedZone (\ s a -> s{_chzrsHostedZone = a}); --- | A complex type that contains information about the request to create a--- hosted zone. This includes an ID that you use when you call the--- < GetChange> action to get the current status of the change request.+-- | A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the < GetChange> action to get the current status of the change request. chzrsChangeInfo :: Lens' CreateHostedZoneResponse ChangeInfo chzrsChangeInfo = lens _chzrsChangeInfo (\ s a -> s{_chzrsChangeInfo = a}); 
gen/Network/AWS/Route53/CreateReusableDelegationSet.hs view
@@ -20,14 +20,9 @@ -- -- This action creates a reusable delegationSet. ----- To create a new reusable delegationSet, send a 'POST' request to the--- '\/Route 53 API version\/delegationset' resource. The request body must--- include a document with a 'CreateReusableDelegationSetRequest' element.--- The response returns the 'CreateReusableDelegationSetResponse' element--- that contains metadata about the delegationSet.+-- To create a new reusable delegationSet, send a 'POST' request to the '\/Route 53 API version\/delegationset' resource. The request body must include a document with a 'CreateReusableDelegationSetRequest' element. The response returns the 'CreateReusableDelegationSetResponse' element that contains metadata about the delegationSet. ----- If the optional parameter HostedZoneId is specified, it marks the--- delegationSet associated with that particular hosted zone as reusable.+-- If the optional parameter HostedZoneId is specified, it marks the delegationSet associated with that particular hosted zone as reusable. module Network.AWS.Route53.CreateReusableDelegationSet     (     -- * Creating a Request@@ -75,21 +70,13 @@     , _crdsCallerReference = pCallerReference_     } --- | The ID of the hosted zone whose delegation set you want to mark as--- reusable. It is an optional parameter.+-- | The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter. crdsHostedZoneId :: Lens' CreateReusableDelegationSet (Maybe Text) crdsHostedZoneId = lens _crdsHostedZoneId (\ s a -> s{_crdsHostedZoneId = a}); --- | A unique string that identifies the request and that allows failed--- 'CreateReusableDelegationSet' requests to be retried without the risk of--- executing the operation twice. You must use a unique 'CallerReference'--- string every time you create a reusable delegation set.--- 'CallerReference' can be any unique string; you might choose to use a--- string that identifies your project, such as 'DNSMigration_01'.+-- | A unique string that identifies the request and that allows failed 'CreateReusableDelegationSet' requests to be retried without the risk of executing the operation twice. You must use a unique 'CallerReference' string every time you create a reusable delegation set. 'CallerReference' can be any unique string; you might choose to use a string that identifies your project, such as 'DNSMigration_01'. ----- Valid characters are any Unicode code points that are legal in an XML--- 1.0 document. The UTF-8 encoding of the value must be less than 128--- bytes.+-- Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes. crdsCallerReference :: Lens' CreateReusableDelegationSet Text crdsCallerReference = lens _crdsCallerReference (\ s a -> s{_crdsCallerReference = a}); 
gen/Network/AWS/Route53/CreateTrafficPolicy.hs view
@@ -18,15 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a traffic policy, which you use to create multiple DNS resource--- record sets for one domain name (such as example.com) or one subdomain--- name (such as www.example.com).+-- Creates a traffic policy, which you use to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com). ----- To create a traffic policy, send a 'POST' request to the--- '\/Route 53 API version\/trafficpolicy' resource. The request body must--- include a document with a 'CreateTrafficPolicyRequest' element. The--- response includes the 'CreateTrafficPolicyResponse' element, which--- contains information about the new traffic policy.+-- To create a traffic policy, send a 'POST' request to the '\/Route 53 API version\/trafficpolicy' resource. The request body must include a document with a 'CreateTrafficPolicyRequest' element. The response includes the 'CreateTrafficPolicyResponse' element, which contains information about the new traffic policy. module Network.AWS.Route53.CreateTrafficPolicy     (     -- * Creating a Request@@ -53,8 +47,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains information about the traffic policy that--- you want to create.+-- | A complex type that contains information about the traffic policy that you want to create. -- -- /See:/ 'createTrafficPolicy' smart constructor. data CreateTrafficPolicy = CreateTrafficPolicy'@@ -130,8 +123,7 @@               ["Comment" @= _ctpComment, "Name" @= _ctpName,                "Document" @= _ctpDocument] --- | A complex type that contains the response information for the--- 'CreateTrafficPolicy' request.+-- | A complex type that contains the response information for the 'CreateTrafficPolicy' request. -- -- /See:/ 'createTrafficPolicyResponse' smart constructor. data CreateTrafficPolicyResponse = CreateTrafficPolicyResponse'
gen/Network/AWS/Route53/CreateTrafficPolicyInstance.hs view
@@ -18,19 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates resource record sets in a specified hosted zone based on the--- settings in a specified traffic policy version. In addition,--- 'CreateTrafficPolicyInstance' associates the resource record sets with a--- specified domain name (such as example.com) or subdomain name (such as--- www.example.com). Amazon Route 53 responds to DNS queries for the domain--- or subdomain name by using the resource record sets that--- 'CreateTrafficPolicyInstance' created.+-- Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, 'CreateTrafficPolicyInstance' associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that 'CreateTrafficPolicyInstance' created. ----- To create a traffic policy instance, send a 'POST' request to the--- '\/Route 53 API version\/trafficpolicyinstance' resource. The request--- body must include a document with a 'CreateTrafficPolicyRequest'--- element. The response returns the 'CreateTrafficPolicyInstanceResponse'--- element, which contains information about the traffic policy instance.+-- To create a traffic policy instance, send a 'POST' request to the '\/Route 53 API version\/trafficpolicyinstance' resource. The request body must include a document with a 'CreateTrafficPolicyRequest' element. The response returns the 'CreateTrafficPolicyInstanceResponse' element, which contains information about the traffic policy instance. module Network.AWS.Route53.CreateTrafficPolicyInstance     (     -- * Creating a Request@@ -59,8 +49,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains information about the resource record sets--- that you want to create based on a specified traffic policy.+-- | A complex type that contains information about the resource record sets that you want to create based on a specified traffic policy. -- -- /See:/ 'createTrafficPolicyInstance' smart constructor. data CreateTrafficPolicyInstance = CreateTrafficPolicyInstance'@@ -100,30 +89,23 @@     , _ctpiTrafficPolicyVersion = _Nat # pTrafficPolicyVersion_     } --- | The ID of the hosted zone in which you want Amazon Route 53 to create--- resource record sets by using the configuration in a traffic policy.+-- | The ID of the hosted zone in which you want Amazon Route 53 to create resource record sets by using the configuration in a traffic policy. ctpiHostedZoneId :: Lens' CreateTrafficPolicyInstance Text ctpiHostedZoneId = lens _ctpiHostedZoneId (\ s a -> s{_ctpiHostedZoneId = a}); --- | The domain name (such as example.com) or subdomain name (such as--- www.example.com) for which Amazon Route 53 responds to DNS queries by--- using the resource record sets that Amazon Route 53 creates for this--- traffic policy instance.+-- | The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Amazon Route 53 creates for this traffic policy instance. ctpiName :: Lens' CreateTrafficPolicyInstance Text ctpiName = lens _ctpiName (\ s a -> s{_ctpiName = a}); --- | The TTL that you want Amazon Route 53 to assign to all of the resource--- record sets that it creates in the specified hosted zone.+-- | The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone. ctpiTTL :: Lens' CreateTrafficPolicyInstance Natural ctpiTTL = lens _ctpiTTL (\ s a -> s{_ctpiTTL = a}) . _Nat; --- | The ID of the traffic policy that you want to use to create resource--- record sets in the specified hosted zone.+-- | The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone. ctpiTrafficPolicyId :: Lens' CreateTrafficPolicyInstance Text ctpiTrafficPolicyId = lens _ctpiTrafficPolicyId (\ s a -> s{_ctpiTrafficPolicyId = a}); --- | The version of the traffic policy that you want to use to create--- resource record sets in the specified hosted zone.+-- | The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone. ctpiTrafficPolicyVersion :: Lens' CreateTrafficPolicyInstance Natural ctpiTrafficPolicyVersion = lens _ctpiTrafficPolicyVersion (\ s a -> s{_ctpiTrafficPolicyVersion = a}) . _Nat; @@ -165,8 +147,7 @@                "TrafficPolicyId" @= _ctpiTrafficPolicyId,                "TrafficPolicyVersion" @= _ctpiTrafficPolicyVersion] --- | A complex type that contains the response information for the--- 'CreateTrafficPolicyInstance' request.+-- | A complex type that contains the response information for the 'CreateTrafficPolicyInstance' request. -- -- /See:/ 'createTrafficPolicyInstanceResponse' smart constructor. data CreateTrafficPolicyInstanceResponse = CreateTrafficPolicyInstanceResponse'@@ -200,8 +181,7 @@ ctpirsResponseStatus :: Lens' CreateTrafficPolicyInstanceResponse Int ctpirsResponseStatus = lens _ctpirsResponseStatus (\ s a -> s{_ctpirsResponseStatus = a}); --- | A complex type that contains settings for the new traffic policy--- instance.+-- | A complex type that contains settings for the new traffic policy instance. ctpirsTrafficPolicyInstance :: Lens' CreateTrafficPolicyInstanceResponse TrafficPolicyInstance ctpirsTrafficPolicyInstance = lens _ctpirsTrafficPolicyInstance (\ s a -> s{_ctpirsTrafficPolicyInstance = a}); 
gen/Network/AWS/Route53/CreateTrafficPolicyVersion.hs view
@@ -18,20 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a new version of an existing traffic policy. When you create a--- new version of a traffic policy, you specify the ID of the traffic--- policy that you want to update and a JSON-formatted document that--- describes the new version.+-- Creates a new version of an existing traffic policy. When you create a new version of a traffic policy, you specify the ID of the traffic policy that you want to update and a JSON-formatted document that describes the new version. ----- You use traffic policies to create multiple DNS resource record sets for--- one domain name (such as example.com) or one subdomain name (such as--- www.example.com).+-- You use traffic policies to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com). ----- To create a new version, send a 'POST' request to the--- '\/Route 53 API version\/trafficpolicy\/' resource. The request body--- includes a document with a 'CreateTrafficPolicyVersionRequest' element.--- The response returns the 'CreateTrafficPolicyVersionResponse' element,--- which contains information about the new version of the traffic policy.+-- To create a new version, send a 'POST' request to the '\/Route 53 API version\/trafficpolicy\/' resource. The request body includes a document with a 'CreateTrafficPolicyVersionRequest' element. The response returns the 'CreateTrafficPolicyVersionResponse' element, which contains information about the new version of the traffic policy. module Network.AWS.Route53.CreateTrafficPolicyVersion     (     -- * Creating a Request@@ -58,8 +49,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains information about the traffic policy for--- which you want to create a new version.+-- | A complex type that contains information about the traffic policy for which you want to create a new version. -- -- /See:/ 'createTrafficPolicyVersion' smart constructor. data CreateTrafficPolicyVersion = CreateTrafficPolicyVersion'@@ -88,8 +78,7 @@     , _ctpvDocument = pDocument_     } --- | Any comments that you want to include about the new traffic policy--- version.+-- | Any comments that you want to include about the new traffic policy version. ctpvComment :: Lens' CreateTrafficPolicyVersion (Maybe Text) ctpvComment = lens _ctpvComment (\ s a -> s{_ctpvComment = a}); @@ -97,10 +86,7 @@ ctpvId :: Lens' CreateTrafficPolicyVersion Text ctpvId = lens _ctpvId (\ s a -> s{_ctpvId = a}); --- | The definition of a new traffic policy version, in JSON format. You must--- specify the full definition of the new traffic policy. You cannot--- specify just the differences between the new version and a previous--- version.+-- | The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. ctpvDocument :: Lens' CreateTrafficPolicyVersion Text ctpvDocument = lens _ctpvDocument (\ s a -> s{_ctpvDocument = a}); @@ -141,8 +127,7 @@               ["Comment" @= _ctpvComment,                "Document" @= _ctpvDocument] --- | A complex type that contains the response information for the--- 'CreateTrafficPolicyVersion' request.+-- | A complex type that contains the response information for the 'CreateTrafficPolicyVersion' request. -- -- /See:/ 'createTrafficPolicyVersionResponse' smart constructor. data CreateTrafficPolicyVersionResponse = CreateTrafficPolicyVersionResponse'@@ -176,8 +161,7 @@ ctpvrsResponseStatus :: Lens' CreateTrafficPolicyVersionResponse Int ctpvrsResponseStatus = lens _ctpvrsResponseStatus (\ s a -> s{_ctpvrsResponseStatus = a}); --- | A complex type that contains settings for the new version of the traffic--- policy.+-- | A complex type that contains settings for the new version of the traffic policy. ctpvrsTrafficPolicy :: Lens' CreateTrafficPolicyVersionResponse TrafficPolicy ctpvrsTrafficPolicy = lens _ctpvrsTrafficPolicy (\ s a -> s{_ctpvrsTrafficPolicy = a}); 
gen/Network/AWS/Route53/DeleteHealthCheck.hs view
@@ -18,18 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This action deletes a health check. To delete a health check, send a--- 'DELETE' request to the--- '\/Route 53 API version\/healthcheck\/health check ID' resource.+-- This action deletes a health check. To delete a health check, send a 'DELETE' request to the '\/Route 53 API version\/healthcheck\/health check ID' resource. ----- You can delete a health check only if there are no resource record sets--- associated with this health check. If resource record sets are--- associated with this health check, you must disassociate them before you--- can delete your health check. If you try to delete a health check that--- is associated with resource record sets, Amazon Route 53 will deny your--- request with a 'HealthCheckInUse' error. For information about--- disassociating the records from your health check, see--- < ChangeResourceRecordSets>.+-- You can delete a health check only if there are no resource record sets associated with this health check. If resource record sets are associated with this health check, you must disassociate them before you can delete your health check. If you try to delete a health check that is associated with resource record sets, Amazon Route 53 will deny your request with a 'HealthCheckInUse' error. For information about disassociating the records from your health check, see < ChangeResourceRecordSets>. module Network.AWS.Route53.DeleteHealthCheck     (     -- * Creating a Request@@ -52,8 +43,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type containing the request information for delete health--- check.+-- | A complex type containing the request information for delete health check. -- -- /See:/ 'deleteHealthCheck' smart constructor. newtype DeleteHealthCheck = DeleteHealthCheck'
gen/Network/AWS/Route53/DeleteHostedZone.hs view
@@ -18,21 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This action deletes a hosted zone. To delete a hosted zone, send a--- 'DELETE' request to the--- '\/Route 53 API version\/hostedzone\/hosted zone ID' resource.+-- This action deletes a hosted zone. To delete a hosted zone, send a 'DELETE' request to the '\/Route 53 API version\/hostedzone\/hosted zone ID' resource. ----- For more information about deleting a hosted zone, see--- <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DeleteHostedZone.html Deleting a Hosted Zone>--- in the /Amazon Route 53 Developer Guide/.+-- For more information about deleting a hosted zone, see <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DeleteHostedZone.html Deleting a Hosted Zone> in the /Amazon Route 53 Developer Guide/. ----- You can delete a hosted zone only if there are no resource record sets--- other than the default SOA record and NS resource record sets. If your--- hosted zone contains other resource record sets, you must delete them--- before you can delete your hosted zone. If you try to delete a hosted--- zone that contains other resource record sets, Amazon Route 53 will deny--- your request with a 'HostedZoneNotEmpty' error. For information about--- deleting records from your hosted zone, see < ChangeResourceRecordSets>.+-- You can delete a hosted zone only if there are no resource record sets other than the default SOA record and NS resource record sets. If your hosted zone contains other resource record sets, you must delete them before you can delete your hosted zone. If you try to delete a hosted zone that contains other resource record sets, Amazon Route 53 will deny your request with a 'HostedZoneNotEmpty' error. For information about deleting records from your hosted zone, see < ChangeResourceRecordSets>. module Network.AWS.Route53.DeleteHostedZone     (     -- * Creating a Request@@ -56,8 +46,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains information about the hosted zone that you--- want to delete.+-- | A complex type that contains information about the hosted zone that you want to delete. -- -- /See:/ 'deleteHostedZone' smart constructor. newtype DeleteHostedZone = DeleteHostedZone'@@ -133,8 +122,7 @@ dhzrsResponseStatus :: Lens' DeleteHostedZoneResponse Int dhzrsResponseStatus = lens _dhzrsResponseStatus (\ s a -> s{_dhzrsResponseStatus = a}); --- | A complex type that contains the ID, the status, and the date and time--- of your delete request.+-- | A complex type that contains the ID, the status, and the date and time of your delete request. dhzrsChangeInfo :: Lens' DeleteHostedZoneResponse ChangeInfo dhzrsChangeInfo = lens _dhzrsChangeInfo (\ s a -> s{_dhzrsChangeInfo = a}); 
gen/Network/AWS/Route53/DeleteReusableDelegationSet.hs view
@@ -18,16 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This action deletes a reusable delegation set. To delete a reusable--- delegation set, send a 'DELETE' request to the--- '\/Route 53 API version\/delegationset\/delegation set ID' resource.+-- This action deletes a reusable delegation set. To delete a reusable delegation set, send a 'DELETE' request to the '\/Route 53 API version\/delegationset\/delegation set ID' resource. ----- You can delete a reusable delegation set only if there are no associated--- hosted zones. If your reusable delegation set contains associated hosted--- zones, you must delete them before you can delete your reusable--- delegation set. If you try to delete a reusable delegation set that--- contains associated hosted zones, Amazon Route 53 will deny your request--- with a 'DelegationSetInUse' error.+-- You can delete a reusable delegation set only if there are no associated hosted zones. If your reusable delegation set contains associated hosted zones, you must delete them before you can delete your reusable delegation set. If you try to delete a reusable delegation set that contains associated hosted zones, Amazon Route 53 will deny your request with a 'DelegationSetInUse' error. module Network.AWS.Route53.DeleteReusableDelegationSet     (     -- * Creating a Request
gen/Network/AWS/Route53/DeleteTrafficPolicy.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes a traffic policy. To delete a traffic policy, send a 'DELETE'--- request to the '\/Route 53 API version\/trafficpolicy' resource.+-- Deletes a traffic policy. To delete a traffic policy, send a 'DELETE' request to the '\/Route 53 API version\/trafficpolicy' resource. module Network.AWS.Route53.DeleteTrafficPolicy     (     -- * Creating a Request
gen/Network/AWS/Route53/DeleteTrafficPolicyInstance.hs view
@@ -18,16 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes a traffic policy instance and all of the resource record sets--- that Amazon Route 53 created when you created the instance.+-- Deletes a traffic policy instance and all of the resource record sets that Amazon Route 53 created when you created the instance. ----- To delete a traffic policy instance, send a 'DELETE' request to the--- '\/Route 53 API version\/trafficpolicy\/traffic policy instance ID'--- resource.+-- To delete a traffic policy instance, send a 'DELETE' request to the '\/Route 53 API version\/trafficpolicy\/traffic policy instance ID' resource. ----- When you delete a traffic policy instance, Amazon Route 53 also deletes--- all of the resource record sets that were created when you created the--- traffic policy instance.+-- When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance. module Network.AWS.Route53.DeleteTrafficPolicyInstance     (     -- * Creating a Request@@ -50,8 +45,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains information about the traffic policy--- instance that you want to delete.+-- | A complex type that contains information about the traffic policy instance that you want to delete. -- -- /See:/ 'deleteTrafficPolicyInstance' smart constructor. newtype DeleteTrafficPolicyInstance = DeleteTrafficPolicyInstance'@@ -73,9 +67,7 @@  -- | The ID of the traffic policy instance that you want to delete. ----- When you delete a traffic policy instance, Amazon Route 53 also deletes--- all of the resource record sets that were created when you created the--- traffic policy instance.+-- When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance. dtpiId :: Lens' DeleteTrafficPolicyInstance Text dtpiId = lens _dtpiId (\ s a -> s{_dtpiId = a}); 
gen/Network/AWS/Route53/DisassociateVPCFromHostedZone.hs view
@@ -20,14 +20,7 @@ -- -- This action disassociates a VPC from an hosted zone. ----- To disassociate a VPC to a hosted zone, send a 'POST' request to the--- '\/Route 53 API version\/hostedzone\/hosted zone ID\/disassociatevpc'--- resource. The request body must include a document with a--- 'DisassociateVPCFromHostedZoneRequest' element. The response returns the--- 'DisassociateVPCFromHostedZoneResponse' element that contains--- 'ChangeInfo' for you to track the progress of the--- 'DisassociateVPCFromHostedZoneRequest' you made. See 'GetChange'--- operation for how to track the progress of your change.+-- To disassociate a VPC to a hosted zone, send a 'POST' request to the '\/Route 53 API version\/hostedzone\/hosted zone ID\/disassociatevpc' resource. The request body must include a document with a 'DisassociateVPCFromHostedZoneRequest' element. The response returns the 'DisassociateVPCFromHostedZoneResponse' element that contains 'ChangeInfo' for you to track the progress of the 'DisassociateVPCFromHostedZoneRequest' you made. See 'GetChange' operation for how to track the progress of your change. module Network.AWS.Route53.DisassociateVPCFromHostedZone     (     -- * Creating a Request@@ -53,8 +46,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains information about the request to--- disassociate a VPC from an hosted zone.+-- | A complex type that contains information about the request to disassociate a VPC from an hosted zone. -- -- /See:/ 'disassociateVPCFromHostedZone' smart constructor. data DisassociateVPCFromHostedZone = DisassociateVPCFromHostedZone'@@ -83,8 +75,7 @@     , _dvfhzVPC = pVPC_     } --- | /Optional:/ Any comments you want to include about a--- 'DisassociateVPCFromHostedZoneRequest'.+-- | /Optional:/ Any comments you want to include about a 'DisassociateVPCFromHostedZoneRequest'. dvfhzComment :: Lens' DisassociateVPCFromHostedZone (Maybe Text) dvfhzComment = lens _dvfhzComment (\ s a -> s{_dvfhzComment = a}); @@ -166,8 +157,7 @@ dvfhzrsResponseStatus :: Lens' DisassociateVPCFromHostedZoneResponse Int dvfhzrsResponseStatus = lens _dvfhzrsResponseStatus (\ s a -> s{_dvfhzrsResponseStatus = a}); --- | A complex type that contains the ID, the status, and the date and time--- of your 'DisassociateVPCFromHostedZoneRequest'.+-- | A complex type that contains the ID, the status, and the date and time of your 'DisassociateVPCFromHostedZoneRequest'. dvfhzrsChangeInfo :: Lens' DisassociateVPCFromHostedZoneResponse ChangeInfo dvfhzrsChangeInfo = lens _dvfhzrsChangeInfo (\ s a -> s{_dvfhzrsChangeInfo = a}); 
gen/Network/AWS/Route53/GetChange.hs view
@@ -18,15 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This action returns the current status of a change batch request. The--- status is one of the following values:+-- This action returns the current status of a change batch request. The status is one of the following values: ----- - 'PENDING' indicates that the changes in this request have not--- replicated to all Amazon Route 53 DNS servers. This is the initial--- status of all change batch requests.+-- - 'PENDING' indicates that the changes in this request have not replicated to all Amazon Route 53 DNS servers. This is the initial status of all change batch requests. ----- - 'INSYNC' indicates that the changes have replicated to all Amazon--- Route 53 DNS servers.+-- - 'INSYNC' indicates that the changes have replicated to all Amazon Route 53 DNS servers. module Network.AWS.Route53.GetChange     (     -- * Creating a Request@@ -70,9 +66,7 @@     { _gcId = pId_     } --- | The ID of the change batch request. The value that you specify here is--- the value that 'ChangeResourceRecordSets' returned in the Id element--- when you submitted the request.+-- | The ID of the change batch request. The value that you specify here is the value that 'ChangeResourceRecordSets' returned in the Id element when you submitted the request. gcId :: Lens' GetChange Text gcId = lens _gcId (\ s a -> s{_gcId = a}); @@ -128,9 +122,7 @@ gcrsResponseStatus :: Lens' GetChangeResponse Int gcrsResponseStatus = lens _gcrsResponseStatus (\ s a -> s{_gcrsResponseStatus = a}); --- | A complex type that contains information about the specified change--- batch, including the change batch ID, the status of the change, and the--- date and time of the request.+-- | A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request. gcrsChangeInfo :: Lens' GetChangeResponse ChangeInfo gcrsChangeInfo = lens _gcrsChangeInfo (\ s a -> s{_gcrsChangeInfo = a}); 
gen/Network/AWS/Route53/GetCheckerIPRanges.hs view
@@ -18,11 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- To retrieve a list of the IP ranges used by Amazon Route 53 health--- checkers to check the health of your resources, send a 'GET' request to--- the '\/Route 53 API version\/checkeripranges' resource. You can use--- these IP addresses to configure router and firewall rules to allow--- health checkers to check the health of your resources.+-- To retrieve a list of the IP ranges used by Amazon Route 53 health checkers to check the health of your resources, send a 'GET' request to the '\/Route 53 API version\/checkeripranges' resource. You can use these IP addresses to configure router and firewall rules to allow health checkers to check the health of your resources. module Network.AWS.Route53.GetCheckerIPRanges     (     -- * Creating a Request@@ -110,8 +106,7 @@ gcirrsResponseStatus :: Lens' GetCheckerIPRangesResponse Int gcirrsResponseStatus = lens _gcirrsResponseStatus (\ s a -> s{_gcirrsResponseStatus = a}); --- | A complex type that contains sorted list of IP ranges in CIDR format for--- Amazon Route 53 health checkers.+-- | A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers. gcirrsCheckerIPRanges :: Lens' GetCheckerIPRangesResponse [Text] gcirrsCheckerIPRanges = lens _gcirrsCheckerIPRanges (\ s a -> s{_gcirrsCheckerIPRanges = a}) . _Coerce; 
gen/Network/AWS/Route53/GetGeoLocation.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- To retrieve a single geo location, send a 'GET' request to the--- '\/Route 53 API version\/geolocation' resource with one of these--- options: continentcode | countrycode | countrycode and subdivisioncode.+-- To retrieve a single geo location, send a 'GET' request to the '\/Route 53 API version\/geolocation' resource with one of these options: continentcode | countrycode | countrycode and subdivisioncode. module Network.AWS.Route53.GetGeoLocation     (     -- * Creating a Request@@ -46,8 +44,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains information about the request to get a geo--- location.+-- | A complex type that contains information about the request to get a geo location. -- -- /See:/ 'getGeoLocation' smart constructor. data GetGeoLocation = GetGeoLocation'@@ -74,30 +71,23 @@     , _gglContinentCode = Nothing     } --- | The code for a country\'s subdivision (e.g., a province of Canada). A--- subdivision code is only valid with the appropriate country code.+-- | The code for a country\'s subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code. ----- Constraint: Specifying 'SubdivisionCode' without 'CountryCode' returns--- an < InvalidInput> error.+-- Constraint: Specifying 'SubdivisionCode' without 'CountryCode' returns an < InvalidInput> error. gglSubdivisionCode :: Lens' GetGeoLocation (Maybe Text) gglSubdivisionCode = lens _gglSubdivisionCode (\ s a -> s{_gglSubdivisionCode = a}); --- | The code for a country geo location. The default location uses \'*\' for--- the country code and will match all locations that are not matched by a--- geo location.+-- | The code for a country geo location. The default location uses \'*\' for the country code and will match all locations that are not matched by a geo location. ----- The default geo location uses a '*' for the country code. All other--- country codes follow the ISO 3166 two-character code.+-- The default geo location uses a '*' for the country code. All other country codes follow the ISO 3166 two-character code. gglCountryCode :: Lens' GetGeoLocation (Maybe Text) gglCountryCode = lens _gglCountryCode (\ s a -> s{_gglCountryCode = a}); --- | The code for a continent geo location. Note: only continent locations--- have a continent code.+-- | The code for a continent geo location. Note: only continent locations have a continent code. -- -- Valid values: 'AF' | 'AN' | 'AS' | 'EU' | 'OC' | 'NA' | 'SA' ----- Constraint: Specifying 'ContinentCode' with either 'CountryCode' or--- 'SubdivisionCode' returns an < InvalidInput> error.+-- Constraint: Specifying 'ContinentCode' with either 'CountryCode' or 'SubdivisionCode' returns an < InvalidInput> error. gglContinentCode :: Lens' GetGeoLocation (Maybe Text) gglContinentCode = lens _gglContinentCode (\ s a -> s{_gglContinentCode = a}); @@ -156,8 +146,7 @@ gglrsResponseStatus :: Lens' GetGeoLocationResponse Int gglrsResponseStatus = lens _gglrsResponseStatus (\ s a -> s{_gglrsResponseStatus = a}); --- | A complex type that contains the information about the specified geo--- location.+-- | A complex type that contains the information about the specified geo location. gglrsGeoLocationDetails :: Lens' GetGeoLocationResponse GeoLocationDetails gglrsGeoLocationDetails = lens _gglrsGeoLocationDetails (\ s a -> s{_gglrsGeoLocationDetails = a}); 
gen/Network/AWS/Route53/GetHealthCheck.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- To retrieve the health check, send a 'GET' request to the--- '\/Route 53 API version\/healthcheck\/health check ID' resource.+-- To retrieve the health check, send a 'GET' request to the '\/Route 53 API version\/healthcheck\/health check ID' resource. module Network.AWS.Route53.GetHealthCheck     (     -- * Creating a Request@@ -43,8 +42,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains information about the request to get a--- health check.+-- | A complex type that contains information about the request to get a health check. -- -- /See:/ 'getHealthCheck' smart constructor. newtype GetHealthCheck = GetHealthCheck'@@ -121,8 +119,7 @@ ghcrsResponseStatus :: Lens' GetHealthCheckResponse Int ghcrsResponseStatus = lens _ghcrsResponseStatus (\ s a -> s{_ghcrsResponseStatus = a}); --- | A complex type that contains the information about the specified health--- check.+-- | A complex type that contains the information about the specified health check. ghcrsHealthCheck :: Lens' GetHealthCheckResponse HealthCheck ghcrsHealthCheck = lens _ghcrsHealthCheck (\ s a -> s{_ghcrsHealthCheck = a}); 
gen/Network/AWS/Route53/GetHealthCheckCount.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- To retrieve a count of all your health checks, send a 'GET' request to--- the '\/Route 53 API version\/healthcheckcount' resource.+-- To retrieve a count of all your health checks, send a 'GET' request to the '\/Route 53 API version\/healthcheckcount' resource. module Network.AWS.Route53.GetHealthCheckCount     (     -- * Creating a Request@@ -41,8 +40,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | To retrieve a count of all your health checks, send a 'GET' request to--- the '\/Route 53 API version\/healthcheckcount' resource.+-- | To retrieve a count of all your health checks, send a 'GET' request to the '\/Route 53 API version\/healthcheckcount' resource. -- -- /See:/ 'getHealthCheckCount' smart constructor. data GetHealthCheckCount =@@ -78,8 +76,7 @@ instance ToQuery GetHealthCheckCount where         toQuery = const mempty --- | A complex type that contains the count of health checks associated with--- the current AWS account.+-- | A complex type that contains the count of health checks associated with the current AWS account. -- -- /See:/ 'getHealthCheckCountResponse' smart constructor. data GetHealthCheckCountResponse = GetHealthCheckCountResponse'
gen/Network/AWS/Route53/GetHealthCheckLastFailureReason.hs view
@@ -18,11 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- If you want to learn why a health check is currently failing or why it--- failed most recently (if at all), you can get the failure reason for the--- most recent failure. Send a 'GET' request to the--- '\/Route 53 API version\/healthcheck\/health check ID\/lastfailurereason'--- resource.+-- If you want to learn why a health check is currently failing or why it failed most recently (if at all), you can get the failure reason for the most recent failure. Send a 'GET' request to the '\/Route 53 API version\/healthcheck\/health check ID\/lastfailurereason' resource. module Network.AWS.Route53.GetHealthCheckLastFailureReason     (     -- * Creating a Request@@ -46,8 +42,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains information about the request to get the--- most recent failure reason for a health check.+-- | A complex type that contains information about the request to get the most recent failure reason for a health check. -- -- /See:/ 'getHealthCheckLastFailureReason' smart constructor. newtype GetHealthCheckLastFailureReason = GetHealthCheckLastFailureReason'@@ -67,8 +62,7 @@     { _ghclfrHealthCheckId = pHealthCheckId_     } --- | The ID of the health check for which you want to retrieve the reason for--- the most recent failure.+-- | The ID of the health check for which you want to retrieve the reason for the most recent failure. ghclfrHealthCheckId :: Lens' GetHealthCheckLastFailureReason Text ghclfrHealthCheckId = lens _ghclfrHealthCheckId (\ s a -> s{_ghclfrHealthCheckId = a}); @@ -103,8 +97,7 @@          where         toQuery = const mempty --- | A complex type that contains information about the most recent failure--- for the specified health check.+-- | A complex type that contains information about the most recent failure for the specified health check. -- -- /See:/ 'getHealthCheckLastFailureReasonResponse' smart constructor. data GetHealthCheckLastFailureReasonResponse = GetHealthCheckLastFailureReasonResponse'@@ -132,8 +125,7 @@ ghclfrrsResponseStatus :: Lens' GetHealthCheckLastFailureReasonResponse Int ghclfrrsResponseStatus = lens _ghclfrrsResponseStatus (\ s a -> s{_ghclfrrsResponseStatus = a}); --- | A list that contains one 'HealthCheckObservation' element for each--- Amazon Route 53 health checker.+-- | A list that contains one 'HealthCheckObservation' element for each Amazon Route 53 health checker. ghclfrrsHealthCheckObservations :: Lens' GetHealthCheckLastFailureReasonResponse [HealthCheckObservation] ghclfrrsHealthCheckObservations = lens _ghclfrrsHealthCheckObservations (\ s a -> s{_ghclfrrsHealthCheckObservations = a}) . _Coerce; 
gen/Network/AWS/Route53/GetHealthCheckStatus.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- To retrieve the health check status, send a 'GET' request to the--- '\/Route 53 API version\/healthcheck\/health check ID\/status' resource.--- You can use this call to get a health check\'s current status.+-- To retrieve the health check status, send a 'GET' request to the '\/Route 53 API version\/healthcheck\/health check ID\/status' resource. You can use this call to get a health check\'s current status. module Network.AWS.Route53.GetHealthCheckStatus     (     -- * Creating a Request@@ -44,8 +42,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains information about the request to get health--- check status for a health check.+-- | A complex type that contains information about the request to get health check status for a health check. -- -- /See:/ 'getHealthCheckStatus' smart constructor. newtype GetHealthCheckStatus = GetHealthCheckStatus'@@ -65,68 +62,22 @@     { _ghcsHealthCheckId = pHealthCheckId_     } --- | If you want Amazon Route 53 to return this resource record set in--- response to a DNS query only when a health check is passing, include the--- 'HealthCheckId' element and specify the ID of the applicable health--- check.+-- | If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the 'HealthCheckId' element and specify the ID of the applicable health check. ----- Amazon Route 53 determines whether a resource record set is healthy by--- periodically sending a request to the endpoint that is specified in the--- health check. If that endpoint returns an HTTP status code of 2xx or--- 3xx, the endpoint is healthy. If the endpoint returns an HTTP status--- code of 400 or greater, or if the endpoint doesn\'t respond for a--- certain amount of time, Amazon Route 53 considers the endpoint unhealthy--- and also considers the resource record set unhealthy.+-- Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn\'t respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy. ----- The 'HealthCheckId' element is only useful when Amazon Route 53 is--- choosing between two or more resource record sets to respond to a DNS--- query, and you want Amazon Route 53 to base the choice in part on the--- status of a health check. Configuring health checks only makes sense in--- the following configurations:+-- The 'HealthCheckId' element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations: ----- -   You\'re checking the health of the resource record sets in a---     weighted, latency, geolocation, or failover resource record set, and---     you specify health check IDs for all of the resource record sets. If---     the health check for one resource record set specifies an endpoint---     that is not healthy, Amazon Route 53 stops responding to queries---     using the value for that resource record set.--- -   You set 'EvaluateTargetHealth' to 'true' for the resource record---     sets in an alias, weighted alias, latency alias, geolocation alias,---     or failover alias resource record set, and you specify health check---     IDs for all of the resource record sets that are referenced by the---     alias resource record sets. For more information about this---     configuration, see < EvaluateTargetHealth>.+-- -   You\'re checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.+-- -   You set 'EvaluateTargetHealth' to 'true' for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see < EvaluateTargetHealth>. -----     Amazon Route 53 doesn\'t check the health of the endpoint specified---     in the resource record set, for example, the endpoint specified by---     the IP address in the 'Value' element. When you add a---     'HealthCheckId' element to a resource record set, Amazon Route 53---     checks the health of the endpoint that you specified in the health---     check.+--     Amazon Route 53 doesn\'t check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the 'Value' element. When you add a 'HealthCheckId' element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check. ----- For geolocation resource record sets, if an endpoint is unhealthy,--- Amazon Route 53 looks for a resource record set for the larger,--- associated geographic region. For example, suppose you have resource--- record sets for a state in the United States, for the United States, for--- North America, and for all locations. If the endpoint for the state--- resource record set is unhealthy, Amazon Route 53 checks the resource--- record sets for the United States, for North America, and for all--- locations (a resource record set for which the value of CountryCode is--- '*'), in that order, until it finds a resource record set for which the--- endpoint is healthy.+-- For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is '*'), in that order, until it finds a resource record set for which the endpoint is healthy. ----- If your health checks specify the endpoint only by domain name, we--- recommend that you create a separate health check for each endpoint. For--- example, create a health check for each HTTP server that is serving--- content for www.example.com. For the value of--- 'FullyQualifiedDomainName', specify the domain name of the server (such--- as 'us-east-1-www.example.com'), not the name of the resource record--- sets (example.com).+-- If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of 'FullyQualifiedDomainName', specify the domain name of the server (such as 'us-east-1-www.example.com'), not the name of the resource record sets (example.com). ----- In this configuration, if you create a health check for which the value--- of 'FullyQualifiedDomainName' matches the name of the resource record--- sets and then associate the health check with those resource record--- sets, health check results will be unpredictable.+-- In this configuration, if you create a health check for which the value of 'FullyQualifiedDomainName' matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable. ghcsHealthCheckId :: Lens' GetHealthCheckStatus Text ghcsHealthCheckId = lens _ghcsHealthCheckId (\ s a -> s{_ghcsHealthCheckId = a}); @@ -158,8 +109,7 @@ instance ToQuery GetHealthCheckStatus where         toQuery = const mempty --- | A complex type that contains information about the status of the--- specified health check.+-- | A complex type that contains information about the status of the specified health check. -- -- /See:/ 'getHealthCheckStatusResponse' smart constructor. data GetHealthCheckStatusResponse = GetHealthCheckStatusResponse'@@ -187,8 +137,7 @@ ghcsrsResponseStatus :: Lens' GetHealthCheckStatusResponse Int ghcsrsResponseStatus = lens _ghcsrsResponseStatus (\ s a -> s{_ghcsrsResponseStatus = a}); --- | A list that contains one 'HealthCheckObservation' element for each--- Amazon Route 53 health checker.+-- | A list that contains one 'HealthCheckObservation' element for each Amazon Route 53 health checker. ghcsrsHealthCheckObservations :: Lens' GetHealthCheckStatusResponse [HealthCheckObservation] ghcsrsHealthCheckObservations = lens _ghcsrsHealthCheckObservations (\ s a -> s{_ghcsrsHealthCheckObservations = a}) . _Coerce; 
gen/Network/AWS/Route53/GetHostedZone.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- To retrieve the delegation set for a hosted zone, send a 'GET' request--- to the '\/Route 53 API version\/hostedzone\/hosted zone ID' resource.--- The delegation set is the four Amazon Route 53 name servers that were--- assigned to the hosted zone when you created it.+-- To retrieve the delegation set for a hosted zone, send a 'GET' request to the '\/Route 53 API version\/hostedzone\/hosted zone ID' resource. The delegation set is the four Amazon Route 53 name servers that were assigned to the hosted zone when you created it. module Network.AWS.Route53.GetHostedZone     (     -- * Creating a Request@@ -67,8 +64,7 @@     { _ghzId = pId_     } --- | The ID of the hosted zone for which you want to get a list of the name--- servers in the delegation set.+-- | The ID of the hosted zone for which you want to get a list of the name servers in the delegation set. ghzId :: Lens' GetHostedZone Text ghzId = lens _ghzId (\ s a -> s{_ghzId = a}); @@ -132,13 +128,11 @@     , _ghzrsHostedZone = pHostedZone_     } --- | A complex type that contains information about VPCs associated with the--- specified hosted zone.+-- | A complex type that contains information about VPCs associated with the specified hosted zone. ghzrsVPCs :: Lens' GetHostedZoneResponse (Maybe (NonEmpty VPC)) ghzrsVPCs = lens _ghzrsVPCs (\ s a -> s{_ghzrsVPCs = a}) . mapping _List1; --- | A complex type that contains information about the name servers for the--- specified hosted zone.+-- | A complex type that contains information about the name servers for the specified hosted zone. ghzrsDelegationSet :: Lens' GetHostedZoneResponse (Maybe DelegationSet) ghzrsDelegationSet = lens _ghzrsDelegationSet (\ s a -> s{_ghzrsDelegationSet = a}); @@ -146,8 +140,7 @@ ghzrsResponseStatus :: Lens' GetHostedZoneResponse Int ghzrsResponseStatus = lens _ghzrsResponseStatus (\ s a -> s{_ghzrsResponseStatus = a}); --- | A complex type that contains the information about the specified hosted--- zone.+-- | A complex type that contains the information about the specified hosted zone. ghzrsHostedZone :: Lens' GetHostedZoneResponse HostedZone ghzrsHostedZone = lens _ghzrsHostedZone (\ s a -> s{_ghzrsHostedZone = a}); 
gen/Network/AWS/Route53/GetHostedZoneCount.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- To retrieve a count of all your hosted zones, send a 'GET' request to--- the '\/Route 53 API version\/hostedzonecount' resource.+-- To retrieve a count of all your hosted zones, send a 'GET' request to the '\/Route 53 API version\/hostedzonecount' resource. module Network.AWS.Route53.GetHostedZoneCount     (     -- * Creating a Request@@ -41,8 +40,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | To retrieve a count of all your hosted zones, send a 'GET' request to--- the '\/Route 53 API version\/hostedzonecount' resource.+-- | To retrieve a count of all your hosted zones, send a 'GET' request to the '\/Route 53 API version\/hostedzonecount' resource. -- -- /See:/ 'getHostedZoneCount' smart constructor. data GetHostedZoneCount =@@ -78,8 +76,7 @@ instance ToQuery GetHostedZoneCount where         toQuery = const mempty --- | A complex type that contains the count of hosted zones associated with--- the current AWS account.+-- | A complex type that contains the count of hosted zones associated with the current AWS account. -- -- /See:/ 'getHostedZoneCountResponse' smart constructor. data GetHostedZoneCountResponse = GetHostedZoneCountResponse'
gen/Network/AWS/Route53/GetReusableDelegationSet.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- To retrieve the reusable delegation set, send a 'GET' request to the--- '\/Route 53 API version\/delegationset\/delegation set ID' resource.+-- To retrieve the reusable delegation set, send a 'GET' request to the '\/Route 53 API version\/delegationset\/delegation set ID' resource. module Network.AWS.Route53.GetReusableDelegationSet     (     -- * Creating a Request@@ -63,8 +62,7 @@     { _grdsId = pId_     } --- | The ID of the reusable delegation set for which you want to get a list--- of the name server.+-- | The ID of the reusable delegation set for which you want to get a list of the name server. grdsId :: Lens' GetReusableDelegationSet Text grdsId = lens _grdsId (\ s a -> s{_grdsId = a}); @@ -93,8 +91,7 @@ instance ToQuery GetReusableDelegationSet where         toQuery = const mempty --- | A complex type containing information about the specified reusable--- delegation set.+-- | A complex type containing information about the specified reusable delegation set. -- -- /See:/ 'getReusableDelegationSetResponse' smart constructor. data GetReusableDelegationSetResponse = GetReusableDelegationSetResponse'@@ -123,8 +120,7 @@ grdsrsResponseStatus :: Lens' GetReusableDelegationSetResponse Int grdsrsResponseStatus = lens _grdsrsResponseStatus (\ s a -> s{_grdsrsResponseStatus = a}); --- | A complex type that contains the information about the nameservers for--- the specified delegation set ID.+-- | A complex type that contains the information about the nameservers for the specified delegation set ID. grdsrsDelegationSet :: Lens' GetReusableDelegationSetResponse DelegationSet grdsrsDelegationSet = lens _grdsrsDelegationSet (\ s a -> s{_grdsrsDelegationSet = a}); 
gen/Network/AWS/Route53/GetTrafficPolicy.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Gets information about a specific traffic policy version. To get the--- information, send a 'GET' request to the--- '\/Route 53 API version\/trafficpolicy' resource.+-- Gets information about a specific traffic policy version. To get the information, send a 'GET' request to the '\/Route 53 API version\/trafficpolicy' resource. module Network.AWS.Route53.GetTrafficPolicy     (     -- * Creating a Request@@ -45,10 +43,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | Gets information about a specific traffic policy version. To get the--- information, send a GET request to the \//Route 53 API--- version/\/trafficpolicy resource, and specify the ID and the version of--- the traffic policy.+-- | Gets information about a specific traffic policy version. To get the information, send a GET request to the \//Route 53 API version/\/trafficpolicy resource, and specify the ID and the version of the traffic policy. -- -- /See:/ 'getTrafficPolicy' smart constructor. data GetTrafficPolicy = GetTrafficPolicy'@@ -77,8 +72,7 @@ gtpId :: Lens' GetTrafficPolicy Text gtpId = lens _gtpId (\ s a -> s{_gtpId = a}); --- | The version number of the traffic policy that you want to get--- information about.+-- | The version number of the traffic policy that you want to get information about. gtpVersion :: Lens' GetTrafficPolicy Natural gtpVersion = lens _gtpVersion (\ s a -> s{_gtpVersion = a}) . _Nat; 
gen/Network/AWS/Route53/GetTrafficPolicyInstance.hs view
@@ -20,14 +20,9 @@ -- -- Gets information about a specified traffic policy instance. ----- To get information about the traffic policy instance, send a 'GET'--- request to the '\/Route 53 API version\/trafficpolicyinstance' resource.+-- To get information about the traffic policy instance, send a 'GET' request to the '\/Route 53 API version\/trafficpolicyinstance' resource. ----- After you submit a 'CreateTrafficPolicyInstance' or an--- 'UpdateTrafficPolicyInstance' request, there\'s a brief delay while--- Amazon Route 53 creates the resource record sets that are specified in--- the traffic policy definition. For more information, see the < State>--- response element.+-- After you submit a 'CreateTrafficPolicyInstance' or an 'UpdateTrafficPolicyInstance' request, there\'s a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the < State> response element. module Network.AWS.Route53.GetTrafficPolicyInstance     (     -- * Creating a Request@@ -53,8 +48,7 @@  -- | Gets information about a specified traffic policy instance. ----- To get information about a traffic policy instance, send a 'GET' request--- to the '\/Route 53 API version\/trafficpolicyinstance\/Id' resource.+-- To get information about a traffic policy instance, send a 'GET' request to the '\/Route 53 API version\/trafficpolicyinstance\/Id' resource. -- -- /See:/ 'getTrafficPolicyInstance' smart constructor. newtype GetTrafficPolicyInstance = GetTrafficPolicyInstance'@@ -74,8 +68,7 @@     { _gtpiId = pId_     } --- | The ID of the traffic policy instance that you want to get information--- about.+-- | The ID of the traffic policy instance that you want to get information about. gtpiId :: Lens' GetTrafficPolicyInstance Text gtpiId = lens _gtpiId (\ s a -> s{_gtpiId = a}); @@ -105,8 +98,7 @@ instance ToQuery GetTrafficPolicyInstance where         toQuery = const mempty --- | A complex type that contains information about the resource record sets--- that Amazon Route 53 created based on a specified traffic policy.+-- | A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy. -- -- /See:/ 'getTrafficPolicyInstanceResponse' smart constructor. data GetTrafficPolicyInstanceResponse = GetTrafficPolicyInstanceResponse'
gen/Network/AWS/Route53/GetTrafficPolicyInstanceCount.hs view
@@ -18,11 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Gets the number of traffic policy instances that are associated with the--- current AWS account.+-- Gets the number of traffic policy instances that are associated with the current AWS account. ----- To get the number of traffic policy instances, send a 'GET' request to--- the '\/Route 53 API version\/trafficpolicyinstancecount' resource.+-- To get the number of traffic policy instances, send a 'GET' request to the '\/Route 53 API version\/trafficpolicyinstancecount' resource. module Network.AWS.Route53.GetTrafficPolicyInstanceCount     (     -- * Creating a Request@@ -44,9 +42,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | To retrieve a count of all your traffic policy instances, send a 'GET'--- request to the '\/Route 53 API version\/trafficpolicyinstancecount'--- resource.+-- | To retrieve a count of all your traffic policy instances, send a 'GET' request to the '\/Route 53 API version\/trafficpolicyinstancecount' resource. -- -- /See:/ 'getTrafficPolicyInstanceCount' smart constructor. data GetTrafficPolicyInstanceCount =@@ -86,8 +82,7 @@ instance ToQuery GetTrafficPolicyInstanceCount where         toQuery = const mempty --- | A complex type that contains information about the number of traffic--- policy instances that are associated with the current AWS account.+-- | A complex type that contains information about the number of traffic policy instances that are associated with the current AWS account. -- -- /See:/ 'getTrafficPolicyInstanceCountResponse' smart constructor. data GetTrafficPolicyInstanceCountResponse = GetTrafficPolicyInstanceCountResponse'@@ -116,8 +111,7 @@ gtpicrsResponseStatus :: Lens' GetTrafficPolicyInstanceCountResponse Int gtpicrsResponseStatus = lens _gtpicrsResponseStatus (\ s a -> s{_gtpicrsResponseStatus = a}); --- | The number of traffic policy instances that are associated with the--- current AWS account.+-- | The number of traffic policy instances that are associated with the current AWS account. gtpicrsTrafficPolicyInstanceCount :: Lens' GetTrafficPolicyInstanceCountResponse Int gtpicrsTrafficPolicyInstanceCount = lens _gtpicrsTrafficPolicyInstanceCount (\ s a -> s{_gtpicrsTrafficPolicyInstanceCount = a}); 
gen/Network/AWS/Route53/ListGeoLocations.hs view
@@ -18,21 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- To retrieve a list of supported geo locations, send a 'GET' request to--- the '\/Route 53 API version\/geolocations' resource. The response to--- this request includes a 'GeoLocationDetailsList' element with zero, one,--- or multiple 'GeoLocationDetails' child elements. The list is sorted by--- country code, and then subdivision code, followed by continents at the--- end of the list.+-- To retrieve a list of supported geo locations, send a 'GET' request to the '\/Route 53 API version\/geolocations' resource. The response to this request includes a 'GeoLocationDetailsList' element with zero, one, or multiple 'GeoLocationDetails' child elements. The list is sorted by country code, and then subdivision code, followed by continents at the end of the list. ----- By default, the list of geo locations is displayed on a single page. You--- can control the length of the page that is displayed by using the--- 'MaxItems' parameter. If the list is truncated, 'IsTruncated' will be--- set to /true/ and a combination of--- 'NextContinentCode, NextCountryCode, NextSubdivisionCode' will be--- populated. You can pass these as parameters to--- 'StartContinentCode, StartCountryCode, StartSubdivisionCode' to control--- the geo location that the list begins with.+-- By default, the list of geo locations is displayed on a single page. You can control the length of the page that is displayed by using the 'MaxItems' parameter. If the list is truncated, 'IsTruncated' will be set to /true/ and a combination of 'NextContinentCode, NextCountryCode, NextSubdivisionCode' will be populated. You can pass these as parameters to 'StartContinentCode, StartCountryCode, StartSubdivisionCode' to control the geo location that the list begins with. module Network.AWS.Route53.ListGeoLocations     (     -- * Creating a Request@@ -95,11 +83,9 @@     , _lglStartContinentCode = Nothing     } --- | The first subdivision code in the lexicographic ordering of geo--- locations that you want the 'ListGeoLocations' request to list.+-- | The first subdivision code in the lexicographic ordering of geo locations that you want the 'ListGeoLocations' request to list. ----- Constraint: Specifying 'SubdivisionCode' without 'CountryCode' returns--- an < InvalidInput> error.+-- Constraint: Specifying 'SubdivisionCode' without 'CountryCode' returns an < InvalidInput> error. lglStartSubdivisionCode :: Lens' ListGeoLocations (Maybe Text) lglStartSubdivisionCode = lens _lglStartSubdivisionCode (\ s a -> s{_lglStartSubdivisionCode = a}); @@ -107,22 +93,17 @@ lglMaxItems :: Lens' ListGeoLocations (Maybe Text) lglMaxItems = lens _lglMaxItems (\ s a -> s{_lglMaxItems = a}); --- | The first country code in the lexicographic ordering of geo locations--- that you want the 'ListGeoLocations' request to list.+-- | The first country code in the lexicographic ordering of geo locations that you want the 'ListGeoLocations' request to list. ----- The default geo location uses a '*' for the country code. All other--- country codes follow the ISO 3166 two-character code.+-- The default geo location uses a '*' for the country code. All other country codes follow the ISO 3166 two-character code. lglStartCountryCode :: Lens' ListGeoLocations (Maybe Text) lglStartCountryCode = lens _lglStartCountryCode (\ s a -> s{_lglStartCountryCode = a}); --- | The first continent code in the lexicographic ordering of geo locations--- that you want the 'ListGeoLocations' request to list. For non-continent--- geo locations, this should be null.+-- | The first continent code in the lexicographic ordering of geo locations that you want the 'ListGeoLocations' request to list. For non-continent geo locations, this should be null. -- -- Valid values: 'AF' | 'AN' | 'AS' | 'EU' | 'OC' | 'NA' | 'SA' ----- Constraint: Specifying 'ContinentCode' with either 'CountryCode' or--- 'SubdivisionCode' returns an < InvalidInput> error.+-- Constraint: Specifying 'ContinentCode' with either 'CountryCode' or 'SubdivisionCode' returns an < InvalidInput> error. lglStartContinentCode :: Lens' ListGeoLocations (Maybe Text) lglStartContinentCode = lens _lglStartContinentCode (\ s a -> s{_lglStartContinentCode = a}); @@ -161,8 +142,7 @@                "startcountrycode" =: _lglStartCountryCode,                "startcontinentcode" =: _lglStartContinentCode] --- | A complex type that contains information about the geo locations that--- are returned by the request and information about the response.+-- | A complex type that contains information about the geo locations that are returned by the request and information about the response. -- -- /See:/ 'listGeoLocationsResponse' smart constructor. data ListGeoLocationsResponse = ListGeoLocationsResponse'@@ -208,24 +188,15 @@     , _lglrsMaxItems = pMaxItems_     } --- | If the results were truncated, the continent code of the next geo--- location in the list. This element is present only if--- < ListGeoLocationsResponse$IsTruncated> is true and the next geo--- location to list is a continent location.+-- | If the results were truncated, the continent code of the next geo location in the list. This element is present only if < ListGeoLocationsResponse>IsTruncated> is true and the next geo location to list is a continent location. lglrsNextContinentCode :: Lens' ListGeoLocationsResponse (Maybe Text) lglrsNextContinentCode = lens _lglrsNextContinentCode (\ s a -> s{_lglrsNextContinentCode = a}); --- | If the results were truncated, the country code of the next geo location--- in the list. This element is present only if--- < ListGeoLocationsResponse$IsTruncated> is true and the next geo--- location to list is not a continent location.+-- | If the results were truncated, the country code of the next geo location in the list. This element is present only if < ListGeoLocationsResponse>IsTruncated> is true and the next geo location to list is not a continent location. lglrsNextCountryCode :: Lens' ListGeoLocationsResponse (Maybe Text) lglrsNextCountryCode = lens _lglrsNextCountryCode (\ s a -> s{_lglrsNextCountryCode = a}); --- | If the results were truncated, the subdivision code of the next geo--- location in the list. This element is present only if--- < ListGeoLocationsResponse$IsTruncated> is true and the next geo--- location has a subdivision.+-- | If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if < ListGeoLocationsResponse>IsTruncated> is true and the next geo location has a subdivision. lglrsNextSubdivisionCode :: Lens' ListGeoLocationsResponse (Maybe Text) lglrsNextSubdivisionCode = lens _lglrsNextSubdivisionCode (\ s a -> s{_lglrsNextSubdivisionCode = a}); @@ -233,24 +204,17 @@ lglrsResponseStatus :: Lens' ListGeoLocationsResponse Int lglrsResponseStatus = lens _lglrsResponseStatus (\ s a -> s{_lglrsResponseStatus = a}); --- | A complex type that contains information about the geo locations that--- are returned by the request.+-- | A complex type that contains information about the geo locations that are returned by the request. lglrsGeoLocationDetailsList :: Lens' ListGeoLocationsResponse [GeoLocationDetails] lglrsGeoLocationDetailsList = lens _lglrsGeoLocationDetailsList (\ s a -> s{_lglrsGeoLocationDetailsList = a}) . _Coerce; --- | A flag that indicates whether there are more geo locations to be listed.--- If your results were truncated, you can make a follow-up request for the--- next page of results by using the values included in the--- < ListGeoLocationsResponse$NextContinentCode>,--- < ListGeoLocationsResponse$NextCountryCode> and--- < ListGeoLocationsResponse$NextSubdivisionCode> elements.+-- | A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the < ListGeoLocationsResponse>NextContinentCode>, < ListGeoLocationsResponse>NextCountryCode> and < ListGeoLocationsResponse>NextSubdivisionCode> elements. -- -- Valid Values: 'true' | 'false' lglrsIsTruncated :: Lens' ListGeoLocationsResponse Bool lglrsIsTruncated = lens _lglrsIsTruncated (\ s a -> s{_lglrsIsTruncated = a}); --- | The maximum number of records you requested. The maximum value of--- 'MaxItems' is 100.+-- | The maximum number of records you requested. The maximum value of 'MaxItems' is 100. lglrsMaxItems :: Lens' ListGeoLocationsResponse Text lglrsMaxItems = lens _lglrsMaxItems (\ s a -> s{_lglrsMaxItems = a}); 
gen/Network/AWS/Route53/ListHealthChecks.hs view
@@ -18,16 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- To retrieve a list of your health checks, send a 'GET' request to the--- '\/Route 53 API version\/healthcheck' resource. The response to this--- request includes a 'HealthChecks' element with zero, one, or multiple--- 'HealthCheck' child elements. By default, the list of health checks is--- displayed on a single page. You can control the length of the page that--- is displayed by using the 'MaxItems' parameter. You can use the 'Marker'--- parameter to control the health check that the list begins with.+-- To retrieve a list of your health checks, send a 'GET' request to the '\/Route 53 API version\/healthcheck' resource. The response to this request includes a 'HealthChecks' element with zero, one, or multiple 'HealthCheck' child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the 'MaxItems' parameter. You can use the 'Marker' parameter to control the health check that the list begins with. ----- Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a--- value greater than 100, Amazon Route 53 returns only the first 100.+-- Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100. -- -- This operation returns paginated results. module Network.AWS.Route53.ListHealthChecks@@ -59,16 +52,9 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | To retrieve a list of your health checks, send a 'GET' request to the--- '\/Route 53 API version\/healthcheck' resource. The response to this--- request includes a 'HealthChecks' element with zero or more--- 'HealthCheck' child elements. By default, the list of health checks is--- displayed on a single page. You can control the length of the page that--- is displayed by using the 'MaxItems' parameter. You can use the 'Marker'--- parameter to control the health check that the list begins with.+-- | To retrieve a list of your health checks, send a 'GET' request to the '\/Route 53 API version\/healthcheck' resource. The response to this request includes a 'HealthChecks' element with zero or more 'HealthCheck' child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the 'MaxItems' parameter. You can use the 'Marker' parameter to control the health check that the list begins with. ----- Amazon Route 53 returns a maximum of 100 items. If you set 'MaxItems' to--- a value greater than 100, Amazon Route 53 returns only the first 100.+-- Amazon Route 53 returns a maximum of 100 items. If you set 'MaxItems' to a value greater than 100, Amazon Route 53 returns only the first 100. -- -- /See:/ 'listHealthChecks' smart constructor. data ListHealthChecks = ListHealthChecks'@@ -91,14 +77,11 @@     , _lhcMaxItems = Nothing     } --- | If the request returned more than one page of results, submit another--- request and specify the value of 'NextMarker' from the last response in--- the 'marker' parameter to get the next page of results.+-- | If the request returned more than one page of results, submit another request and specify the value of 'NextMarker' from the last response in the 'marker' parameter to get the next page of results. lhcMarker :: Lens' ListHealthChecks (Maybe Text) lhcMarker = lens _lhcMarker (\ s a -> s{_lhcMarker = a}); --- | Specify the maximum number of health checks to return per page of--- results.+-- | Specify the maximum number of health checks to return per page of results. lhcMaxItems :: Lens' ListHealthChecks (Maybe Text) lhcMaxItems = lens _lhcMaxItems (\ s a -> s{_lhcMaxItems = a}); @@ -181,10 +164,7 @@     , _lhcrsMaxItems = pMaxItems_     } --- | Indicates where to continue listing health checks. If--- < ListHealthChecksResponse$IsTruncated> is 'true', make another request--- to 'ListHealthChecks' and include the value of the 'NextMarker' element--- in the 'Marker' element to get the next page of results.+-- | Indicates where to continue listing health checks. If < ListHealthChecksResponse>IsTruncated> is 'true', make another request to 'ListHealthChecks' and include the value of the 'NextMarker' element in the 'Marker' element to get the next page of results. lhcrsNextMarker :: Lens' ListHealthChecksResponse (Maybe Text) lhcrsNextMarker = lens _lhcrsNextMarker (\ s a -> s{_lhcrsNextMarker = a}); @@ -192,32 +172,21 @@ lhcrsResponseStatus :: Lens' ListHealthChecksResponse Int lhcrsResponseStatus = lens _lhcrsResponseStatus (\ s a -> s{_lhcrsResponseStatus = a}); --- | A complex type that contains information about the health checks--- associated with the current AWS account.+-- | A complex type that contains information about the health checks associated with the current AWS account. lhcrsHealthChecks :: Lens' ListHealthChecksResponse [HealthCheck] lhcrsHealthChecks = lens _lhcrsHealthChecks (\ s a -> s{_lhcrsHealthChecks = a}) . _Coerce; --- | If the request returned more than one page of results, submit another--- request and specify the value of 'NextMarker' from the last response in--- the 'marker' parameter to get the next page of results.+-- | If the request returned more than one page of results, submit another request and specify the value of 'NextMarker' from the last response in the 'marker' parameter to get the next page of results. lhcrsMarker :: Lens' ListHealthChecksResponse Text lhcrsMarker = lens _lhcrsMarker (\ s a -> s{_lhcrsMarker = a}); --- | A flag indicating whether there are more health checks to be listed. If--- your results were truncated, you can make a follow-up request for the--- next page of results by using the 'Marker' element.+-- | A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the 'Marker' element. -- -- Valid Values: 'true' | 'false' lhcrsIsTruncated :: Lens' ListHealthChecksResponse Bool lhcrsIsTruncated = lens _lhcrsIsTruncated (\ s a -> s{_lhcrsIsTruncated = a}); --- | The maximum number of health checks to be included in the response body.--- If the number of health checks associated with this AWS account exceeds--- 'MaxItems', the value of < ListHealthChecksResponse$IsTruncated> in the--- response is 'true'. Call 'ListHealthChecks' again and specify the value--- of < ListHealthChecksResponse$NextMarker> in the--- < ListHostedZonesRequest$Marker> element to get the next page of--- results.+-- | The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds 'MaxItems', the value of < ListHealthChecksResponse>IsTruncated> in the response is 'true'. Call 'ListHealthChecks' again and specify the value of < ListHealthChecksResponse>NextMarker> in the < ListHostedZonesRequest>Marker> element to get the next page of results. lhcrsMaxItems :: Lens' ListHealthChecksResponse Text lhcrsMaxItems = lens _lhcrsMaxItems (\ s a -> s{_lhcrsMaxItems = a}); 
gen/Network/AWS/Route53/ListHostedZones.hs view
@@ -18,16 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- To retrieve a list of your hosted zones, send a 'GET' request to the--- '\/Route 53 API version\/hostedzone' resource. The response to this--- request includes a 'HostedZones' element with zero, one, or multiple--- 'HostedZone' child elements. By default, the list of hosted zones is--- displayed on a single page. You can control the length of the page that--- is displayed by using the 'MaxItems' parameter. You can use the 'Marker'--- parameter to control the hosted zone that the list begins with.+-- To retrieve a list of your hosted zones, send a 'GET' request to the '\/Route 53 API version\/hostedzone' resource. The response to this request includes a 'HostedZones' element with zero, one, or multiple 'HostedZone' child elements. By default, the list of hosted zones is displayed on a single page. You can control the length of the page that is displayed by using the 'MaxItems' parameter. You can use the 'Marker' parameter to control the hosted zone that the list begins with. ----- Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a--- value greater than 100, Amazon Route 53 returns only the first 100.+-- Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100. -- -- This operation returns paginated results. module Network.AWS.Route53.ListHostedZones@@ -60,19 +53,9 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | To retrieve a list of your hosted zones, send a 'GET' request to the--- '\/Route 53 API version\/hostedzone' resource. The response to this--- request includes a 'HostedZones' element with zero or more 'HostedZone'--- child elements. By default, the list of hosted zones is displayed on a--- single page. You can control the length of the page that is displayed by--- using the 'MaxItems' parameter. You can use the 'Marker' parameter to--- control the hosted zone that the list begins with. For more information--- about listing hosted zones, see--- <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ListInfoOnHostedZone.html Listing the Hosted Zones for an AWS Account>--- in the /Amazon Route 53 Developer Guide/.+-- | To retrieve a list of your hosted zones, send a 'GET' request to the '\/Route 53 API version\/hostedzone' resource. The response to this request includes a 'HostedZones' element with zero or more 'HostedZone' child elements. By default, the list of hosted zones is displayed on a single page. You can control the length of the page that is displayed by using the 'MaxItems' parameter. You can use the 'Marker' parameter to control the hosted zone that the list begins with. For more information about listing hosted zones, see <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ListInfoOnHostedZone.html Listing the Hosted Zones for an AWS Account> in the /Amazon Route 53 Developer Guide/. ----- Amazon Route 53 returns a maximum of 100 items. If you set 'MaxItems' to--- a value greater than 100, Amazon Route 53 returns only the first 100.+-- Amazon Route 53 returns a maximum of 100 items. If you set 'MaxItems' to a value greater than 100, Amazon Route 53 returns only the first 100. -- -- /See:/ 'listHostedZones' smart constructor. data ListHostedZones = ListHostedZones'@@ -103,14 +86,11 @@ lhzDelegationSetId :: Lens' ListHostedZones (Maybe Text) lhzDelegationSetId = lens _lhzDelegationSetId (\ s a -> s{_lhzDelegationSetId = a}); --- | If the request returned more than one page of results, submit another--- request and specify the value of 'NextMarker' from the last response in--- the 'marker' parameter to get the next page of results.+-- | If the request returned more than one page of results, submit another request and specify the value of 'NextMarker' from the last response in the 'marker' parameter to get the next page of results. lhzMarker :: Lens' ListHostedZones (Maybe Text) lhzMarker = lens _lhzMarker (\ s a -> s{_lhzMarker = a}); --- | Specify the maximum number of hosted zones to return per page of--- results.+-- | Specify the maximum number of hosted zones to return per page of results. lhzMaxItems :: Lens' ListHostedZones (Maybe Text) lhzMaxItems = lens _lhzMaxItems (\ s a -> s{_lhzMaxItems = a}); @@ -194,16 +174,11 @@     , _lhzrsMaxItems = pMaxItems_     } --- | If the request returned more than one page of results, submit another--- request and specify the value of 'NextMarker' from the last response in--- the 'marker' parameter to get the next page of results.+-- | If the request returned more than one page of results, submit another request and specify the value of 'NextMarker' from the last response in the 'marker' parameter to get the next page of results. lhzrsMarker :: Lens' ListHostedZonesResponse (Maybe Text) lhzrsMarker = lens _lhzrsMarker (\ s a -> s{_lhzrsMarker = a}); --- | Indicates where to continue listing hosted zones. If--- < ListHostedZonesResponse$IsTruncated> is 'true', make another request--- to 'ListHostedZones' and include the value of the 'NextMarker' element--- in the 'Marker' element to get the next page of results.+-- | Indicates where to continue listing hosted zones. If < ListHostedZonesResponse>IsTruncated> is 'true', make another request to 'ListHostedZones' and include the value of the 'NextMarker' element in the 'Marker' element to get the next page of results. lhzrsNextMarker :: Lens' ListHostedZonesResponse (Maybe Text) lhzrsNextMarker = lens _lhzrsNextMarker (\ s a -> s{_lhzrsNextMarker = a}); @@ -211,26 +186,17 @@ lhzrsResponseStatus :: Lens' ListHostedZonesResponse Int lhzrsResponseStatus = lens _lhzrsResponseStatus (\ s a -> s{_lhzrsResponseStatus = a}); --- | A complex type that contains information about the hosted zones--- associated with the current AWS account.+-- | A complex type that contains information about the hosted zones associated with the current AWS account. lhzrsHostedZones :: Lens' ListHostedZonesResponse [HostedZone] lhzrsHostedZones = lens _lhzrsHostedZones (\ s a -> s{_lhzrsHostedZones = a}) . _Coerce; --- | A flag indicating whether there are more hosted zones to be listed. If--- your results were truncated, you can make a follow-up request for the--- next page of results by using the 'Marker' element.+-- | A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the 'Marker' element. -- -- Valid Values: 'true' | 'false' lhzrsIsTruncated :: Lens' ListHostedZonesResponse Bool lhzrsIsTruncated = lens _lhzrsIsTruncated (\ s a -> s{_lhzrsIsTruncated = a}); --- | The maximum number of hosted zones to be included in the response body.--- If the number of hosted zones associated with this AWS account exceeds--- 'MaxItems', the value of < ListHostedZonesResponse$IsTruncated> in the--- response is 'true'. Call 'ListHostedZones' again and specify the value--- of < ListHostedZonesResponse$NextMarker> in the--- < ListHostedZonesRequest$Marker> element to get the next page of--- results.+-- | The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds 'MaxItems', the value of < ListHostedZonesResponse>IsTruncated> in the response is 'true'. Call 'ListHostedZones' again and specify the value of < ListHostedZonesResponse>NextMarker> in the < ListHostedZonesRequest>Marker> element to get the next page of results. lhzrsMaxItems :: Lens' ListHostedZonesResponse Text lhzrsMaxItems = lens _lhzrsMaxItems (\ s a -> s{_lhzrsMaxItems = a}); 
gen/Network/AWS/Route53/ListHostedZonesByName.hs view
@@ -18,18 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- To retrieve a list of your hosted zones in lexicographic order, send a--- 'GET' request to the '\/Route 53 API version\/hostedzonesbyname'--- resource. The response to this request includes a 'HostedZones' element--- with zero or more 'HostedZone' child elements lexicographically ordered--- by DNS name. By default, the list of hosted zones is displayed on a--- single page. You can control the length of the page that is displayed by--- using the 'MaxItems' parameter. You can use the 'DNSName' and--- 'HostedZoneId' parameters to control the hosted zone that the list--- begins with.+-- To retrieve a list of your hosted zones in lexicographic order, send a 'GET' request to the '\/Route 53 API version\/hostedzonesbyname' resource. The response to this request includes a 'HostedZones' element with zero or more 'HostedZone' child elements lexicographically ordered by DNS name. By default, the list of hosted zones is displayed on a single page. You can control the length of the page that is displayed by using the 'MaxItems' parameter. You can use the 'DNSName' and 'HostedZoneId' parameters to control the hosted zone that the list begins with. ----- Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a--- value greater than 100, Amazon Route 53 returns only the first 100.+-- Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100. module Network.AWS.Route53.ListHostedZonesByName     (     -- * Creating a Request@@ -61,19 +52,9 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | To retrieve a list of your hosted zones in lexicographic order, send a--- 'GET' request to the '\/Route 53 API version\/hostedzonesbyname'--- resource. The response to this request includes a 'HostedZones' element--- with zero or more 'HostedZone' child elements lexicographically ordered--- by DNS name. By default, the list of hosted zones is displayed on a--- single page. You can control the length of the page that is displayed by--- using the 'MaxItems' parameter. You can use the 'DNSName' and--- 'HostedZoneId' parameters to control the hosted zone that the list--- begins with.+-- | To retrieve a list of your hosted zones in lexicographic order, send a 'GET' request to the '\/Route 53 API version\/hostedzonesbyname' resource. The response to this request includes a 'HostedZones' element with zero or more 'HostedZone' child elements lexicographically ordered by DNS name. By default, the list of hosted zones is displayed on a single page. You can control the length of the page that is displayed by using the 'MaxItems' parameter. You can use the 'DNSName' and 'HostedZoneId' parameters to control the hosted zone that the list begins with. ----- For more information about listing hosted zones, see--- <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ListInfoOnHostedZone.html Listing the Hosted Zones for an AWS Account>--- in the /Amazon Route 53 Developer Guide/.+-- For more information about listing hosted zones, see <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ListInfoOnHostedZone.html Listing the Hosted Zones for an AWS Account> in the /Amazon Route 53 Developer Guide/. -- -- /See:/ 'listHostedZonesByName' smart constructor. data ListHostedZonesByName = ListHostedZonesByName'@@ -100,25 +81,17 @@     , _lhzbnDNSName = Nothing     } --- | If the request returned more than one page of results, submit another--- request and specify the value of 'NextDNSName' and 'NextHostedZoneId'--- from the last response in the 'DNSName' and 'HostedZoneId' parameters to--- get the next page of results.+-- | If the request returned more than one page of results, submit another request and specify the value of 'NextDNSName' and 'NextHostedZoneId' from the last response in the 'DNSName' and 'HostedZoneId' parameters to get the next page of results. lhzbnHostedZoneId :: Lens' ListHostedZonesByName (Maybe Text) lhzbnHostedZoneId = lens _lhzbnHostedZoneId (\ s a -> s{_lhzbnHostedZoneId = a}); --- | Specify the maximum number of hosted zones to return per page of--- results.+-- | Specify the maximum number of hosted zones to return per page of results. lhzbnMaxItems :: Lens' ListHostedZonesByName (Maybe Text) lhzbnMaxItems = lens _lhzbnMaxItems (\ s a -> s{_lhzbnMaxItems = a}); --- | The first name in the lexicographic ordering of domain names that you--- want the 'ListHostedZonesByNameRequest' request to list.+-- | The first name in the lexicographic ordering of domain names that you want the 'ListHostedZonesByNameRequest' request to list. ----- If the request returned more than one page of results, submit another--- request and specify the value of 'NextDNSName' and 'NextHostedZoneId'--- from the last response in the 'DNSName' and 'HostedZoneId' parameters to--- get the next page of results.+-- If the request returned more than one page of results, submit another request and specify the value of 'NextDNSName' and 'NextHostedZoneId' from the last response in the 'DNSName' and 'HostedZoneId' parameters to get the next page of results. lhzbnDNSName :: Lens' ListHostedZonesByName (Maybe Text) lhzbnDNSName = lens _lhzbnDNSName (\ s a -> s{_lhzbnDNSName = a}); @@ -211,13 +184,7 @@ lhzbnrsHostedZoneId :: Lens' ListHostedZonesByNameResponse (Maybe Text) lhzbnrsHostedZoneId = lens _lhzbnrsHostedZoneId (\ s a -> s{_lhzbnrsHostedZoneId = a}); --- | If < ListHostedZonesByNameResponse$IsTruncated> is 'true', there are--- more hosted zones associated with the current AWS account. To get the--- next page of results, make another request to 'ListHostedZonesByName'.--- Specify the value of < ListHostedZonesByNameResponse$NextDNSName> in the--- < ListHostedZonesByNameRequest$DNSName> element and--- < ListHostedZonesByNameResponse$NextHostedZoneId> in the--- < ListHostedZonesByNameRequest$HostedZoneId> element.+-- | If < ListHostedZonesByNameResponse>IsTruncated> is 'true', there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to 'ListHostedZonesByName'. Specify the value of < ListHostedZonesByNameResponse>NextDNSName> in the < ListHostedZonesByNameRequest>DNSName> element and < ListHostedZonesByNameResponse>NextHostedZoneId> in the < ListHostedZonesByNameRequest>HostedZoneId> element. lhzbnrsNextHostedZoneId :: Lens' ListHostedZonesByNameResponse (Maybe Text) lhzbnrsNextHostedZoneId = lens _lhzbnrsNextHostedZoneId (\ s a -> s{_lhzbnrsNextHostedZoneId = a}); @@ -225,13 +192,7 @@ lhzbnrsDNSName :: Lens' ListHostedZonesByNameResponse (Maybe Text) lhzbnrsDNSName = lens _lhzbnrsDNSName (\ s a -> s{_lhzbnrsDNSName = a}); --- | If < ListHostedZonesByNameResponse$IsTruncated> is 'true', there are--- more hosted zones associated with the current AWS account. To get the--- next page of results, make another request to 'ListHostedZonesByName'.--- Specify the value of < ListHostedZonesByNameResponse$NextDNSName> in the--- < ListHostedZonesByNameRequest$DNSName> element and--- < ListHostedZonesByNameResponse$NextHostedZoneId> in the--- < ListHostedZonesByNameRequest$HostedZoneId> element.+-- | If < ListHostedZonesByNameResponse>IsTruncated> is 'true', there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to 'ListHostedZonesByName'. Specify the value of < ListHostedZonesByNameResponse>NextDNSName> in the < ListHostedZonesByNameRequest>DNSName> element and < ListHostedZonesByNameResponse>NextHostedZoneId> in the < ListHostedZonesByNameRequest>HostedZoneId> element. lhzbnrsNextDNSName :: Lens' ListHostedZonesByNameResponse (Maybe Text) lhzbnrsNextDNSName = lens _lhzbnrsNextDNSName (\ s a -> s{_lhzbnrsNextDNSName = a}); @@ -239,27 +200,17 @@ lhzbnrsResponseStatus :: Lens' ListHostedZonesByNameResponse Int lhzbnrsResponseStatus = lens _lhzbnrsResponseStatus (\ s a -> s{_lhzbnrsResponseStatus = a}); --- | A complex type that contains information about the hosted zones--- associated with the current AWS account.+-- | A complex type that contains information about the hosted zones associated with the current AWS account. lhzbnrsHostedZones :: Lens' ListHostedZonesByNameResponse [HostedZone] lhzbnrsHostedZones = lens _lhzbnrsHostedZones (\ s a -> s{_lhzbnrsHostedZones = a}) . _Coerce; --- | A flag indicating whether there are more hosted zones to be listed. If--- your results were truncated, you can make a follow-up request for the--- next page of results by using the 'NextDNSName' and 'NextHostedZoneId'--- elements.+-- | A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the 'NextDNSName' and 'NextHostedZoneId' elements. -- -- Valid Values: 'true' | 'false' lhzbnrsIsTruncated :: Lens' ListHostedZonesByNameResponse Bool lhzbnrsIsTruncated = lens _lhzbnrsIsTruncated (\ s a -> s{_lhzbnrsIsTruncated = a}); --- | The maximum number of hosted zones to be included in the response body.--- If the number of hosted zones associated with this AWS account exceeds--- 'MaxItems', the value of < ListHostedZonesByNameResponse$IsTruncated> in--- the response is 'true'. Call 'ListHostedZonesByName' again and specify--- the value of < ListHostedZonesByNameResponse$NextDNSName> and--- < ListHostedZonesByNameResponse$NextHostedZoneId> elements respectively--- to get the next page of results.+-- | The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds 'MaxItems', the value of < ListHostedZonesByNameResponse>IsTruncated> in the response is 'true'. Call 'ListHostedZonesByName' again and specify the value of < ListHostedZonesByNameResponse>NextDNSName> and < ListHostedZonesByNameResponse>NextHostedZoneId> elements respectively to get the next page of results. lhzbnrsMaxItems :: Lens' ListHostedZonesByNameResponse Text lhzbnrsMaxItems = lens _lhzbnrsMaxItems (\ s a -> s{_lhzbnrsMaxItems = a}); 
gen/Network/AWS/Route53/ListResourceRecordSets.hs view
@@ -18,48 +18,22 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Imagine all the resource record sets in a zone listed out in front of--- you. Imagine them sorted lexicographically first by DNS name (with the--- labels reversed, like \"com.amazon.www\" for example), and secondarily,--- lexicographically by record type. This operation retrieves at most--- MaxItems resource record sets from this list, in order, starting at a--- position specified by the Name and Type arguments:+-- Imagine all the resource record sets in a zone listed out in front of you. Imagine them sorted lexicographically first by DNS name (with the labels reversed, like \"com.amazon.www\" for example), and secondarily, lexicographically by record type. This operation retrieves at most MaxItems resource record sets from this list, in order, starting at a position specified by the Name and Type arguments: ----- -   If both Name and Type are omitted, this means start the results at---     the first RRSET in the HostedZone.--- -   If Name is specified but Type is omitted, this means start the---     results at the first RRSET in the list whose name is greater than or---     equal to Name.--- -   If both Name and Type are specified, this means start the results at---     the first RRSET in the list whose name is greater than or equal to---     Name and whose type is greater than or equal to Type.+-- -   If both Name and Type are omitted, this means start the results at the first RRSET in the HostedZone.+-- -   If Name is specified but Type is omitted, this means start the results at the first RRSET in the list whose name is greater than or equal to Name.+-- -   If both Name and Type are specified, this means start the results at the first RRSET in the list whose name is greater than or equal to Name and whose type is greater than or equal to Type. -- -   It is an error to specify the Type but not the Name. ----- Use ListResourceRecordSets to retrieve a single known record set by--- specifying the record set\'s name and type, and setting MaxItems = 1+-- Use ListResourceRecordSets to retrieve a single known record set by specifying the record set\'s name and type, and setting MaxItems = 1 ----- To retrieve all the records in a HostedZone, first pause any processes--- making calls to ChangeResourceRecordSets. Initially call--- ListResourceRecordSets without a Name and Type to get the first page of--- record sets. For subsequent calls, set Name and Type to the NextName and--- NextType values returned by the previous response.+-- To retrieve all the records in a HostedZone, first pause any processes making calls to ChangeResourceRecordSets. Initially call ListResourceRecordSets without a Name and Type to get the first page of record sets. For subsequent calls, set Name and Type to the NextName and NextType values returned by the previous response. ----- In the presence of concurrent ChangeResourceRecordSets calls, there is--- no consistency of results across calls to ListResourceRecordSets. The--- only way to get a consistent multi-page snapshot of all RRSETs in a zone--- is to stop making changes while pagination is in progress.+-- In the presence of concurrent ChangeResourceRecordSets calls, there is no consistency of results across calls to ListResourceRecordSets. The only way to get a consistent multi-page snapshot of all RRSETs in a zone is to stop making changes while pagination is in progress. ----- However, the results from ListResourceRecordSets are consistent within a--- page. If MakeChange calls are taking place concurrently, the result of--- each one will either be completely visible in your results or not at--- all. You will not see partial changes, or changes that do not ultimately--- succeed. (This follows from the fact that MakeChange is atomic)+-- However, the results from ListResourceRecordSets are consistent within a page. If MakeChange calls are taking place concurrently, the result of each one will either be completely visible in your results or not at all. You will not see partial changes, or changes that do not ultimately succeed. (This follows from the fact that MakeChange is atomic) ----- The results from ListResourceRecordSets are strongly consistent with--- ChangeResourceRecordSets. To be precise, if a single process makes a--- call to ChangeResourceRecordSets and receives a successful response, the--- effects of that change will be visible in a subsequent call to--- ListResourceRecordSets by that process.+-- The results from ListResourceRecordSets are strongly consistent with ChangeResourceRecordSets. To be precise, if a single process makes a call to ChangeResourceRecordSets and receives a successful response, the effects of that change will be visible in a subsequent call to ListResourceRecordSets by that process. -- -- This operation returns paginated results. module Network.AWS.Route53.ListResourceRecordSets@@ -131,15 +105,13 @@     , _lrrsHostedZoneId = pHostedZoneId_     } --- | The first name in the lexicographic ordering of domain names that you--- want the 'ListResourceRecordSets' request to list.+-- | The first name in the lexicographic ordering of domain names that you want the 'ListResourceRecordSets' request to list. lrrsStartRecordName :: Lens' ListResourceRecordSets (Maybe Text) lrrsStartRecordName = lens _lrrsStartRecordName (\ s a -> s{_lrrsStartRecordName = a});  -- | The DNS type at which to begin the listing of resource record sets. ----- Valid values: 'A' | 'AAAA' | 'CNAME' | 'MX' | 'NS' | 'PTR' | 'SOA' |--- 'SPF' | 'SRV' | 'TXT'+-- Valid values: 'A' | 'AAAA' | 'CNAME' | 'MX' | 'NS' | 'PTR' | 'SOA' | 'SPF' | 'SRV' | 'TXT' -- -- Values for Weighted Resource Record Sets: 'A' | 'AAAA' | 'CNAME' | 'TXT' --@@ -147,16 +119,11 @@ -- -- Values for Alias Resource Record Sets: 'A' | 'AAAA' ----- Constraint: Specifying 'type' without specifying 'name' returns an--- < InvalidInput> error.+-- Constraint: Specifying 'type' without specifying 'name' returns an < InvalidInput> error. lrrsStartRecordType :: Lens' ListResourceRecordSets (Maybe RecordType) lrrsStartRecordType = lens _lrrsStartRecordType (\ s a -> s{_lrrsStartRecordType = a}); --- | /Weighted resource record sets only:/ If results were truncated for a--- given DNS name and type, specify the value of--- 'ListResourceRecordSetsResponse$NextRecordIdentifier' from the previous--- response to get the next resource record set that has the current DNS--- name and type.+-- | /Weighted resource record sets only:/ If results were truncated for a given DNS name and type, specify the value of 'ListResourceRecordSetsResponse>NextRecordIdentifier' from the previous response to get the next resource record set that has the current DNS name and type. lrrsStartRecordIdentifier :: Lens' ListResourceRecordSets (Maybe Text) lrrsStartRecordIdentifier = lens _lrrsStartRecordIdentifier (\ s a -> s{_lrrsStartRecordIdentifier = a}); @@ -164,8 +131,7 @@ lrrsMaxItems :: Lens' ListResourceRecordSets (Maybe Text) lrrsMaxItems = lens _lrrsMaxItems (\ s a -> s{_lrrsMaxItems = a}); --- | The ID of the hosted zone that contains the resource record sets that--- you want to get.+-- | The ID of the hosted zone that contains the resource record sets that you want to get. lrrsHostedZoneId :: Lens' ListResourceRecordSets Text lrrsHostedZoneId = lens _lrrsHostedZoneId (\ s a -> s{_lrrsHostedZoneId = a}); @@ -222,8 +188,7 @@                "identifier" =: _lrrsStartRecordIdentifier,                "maxitems" =: _lrrsMaxItems] --- | A complex type that contains information about the resource record sets--- that are returned by the request and information about the response.+-- | A complex type that contains information about the resource record sets that are returned by the request and information about the response. -- -- /See:/ 'listResourceRecordSetsResponse' smart constructor. data ListResourceRecordSetsResponse = ListResourceRecordSetsResponse'@@ -269,21 +234,15 @@     , _lrrsrsMaxItems = pMaxItems_     } --- | If the results were truncated, the type of the next record in the list.--- This element is present only if--- < ListResourceRecordSetsResponse$IsTruncated> is true.+-- | If the results were truncated, the type of the next record in the list. This element is present only if < ListResourceRecordSetsResponse>IsTruncated> is true. lrrsrsNextRecordType :: Lens' ListResourceRecordSetsResponse (Maybe RecordType) lrrsrsNextRecordType = lens _lrrsrsNextRecordType (\ s a -> s{_lrrsrsNextRecordType = a}); --- | If the results were truncated, the name of the next record in the list.--- This element is present only if--- < ListResourceRecordSetsResponse$IsTruncated> is true.+-- | If the results were truncated, the name of the next record in the list. This element is present only if < ListResourceRecordSetsResponse>IsTruncated> is true. lrrsrsNextRecordName :: Lens' ListResourceRecordSetsResponse (Maybe Text) lrrsrsNextRecordName = lens _lrrsrsNextRecordName (\ s a -> s{_lrrsrsNextRecordName = a}); --- | /Weighted resource record sets only:/ If results were truncated for a--- given DNS name and type, the value of 'SetIdentifier' for the next--- resource record set that has the current DNS name and type.+-- | /Weighted resource record sets only:/ If results were truncated for a given DNS name and type, the value of 'SetIdentifier' for the next resource record set that has the current DNS name and type. lrrsrsNextRecordIdentifier :: Lens' ListResourceRecordSetsResponse (Maybe Text) lrrsrsNextRecordIdentifier = lens _lrrsrsNextRecordIdentifier (\ s a -> s{_lrrsrsNextRecordIdentifier = a}); @@ -291,22 +250,17 @@ lrrsrsResponseStatus :: Lens' ListResourceRecordSetsResponse Int lrrsrsResponseStatus = lens _lrrsrsResponseStatus (\ s a -> s{_lrrsrsResponseStatus = a}); --- | A complex type that contains information about the resource record sets--- that are returned by the request.+-- | A complex type that contains information about the resource record sets that are returned by the request. lrrsrsResourceRecordSets :: Lens' ListResourceRecordSetsResponse [ResourceRecordSet] lrrsrsResourceRecordSets = lens _lrrsrsResourceRecordSets (\ s a -> s{_lrrsrsResourceRecordSets = a}) . _Coerce; --- | A flag that indicates whether there are more resource record sets to be--- listed. If your results were truncated, you can make a follow-up request--- for the next page of results by using the--- < ListResourceRecordSetsResponse$NextRecordName> element.+-- | A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the < ListResourceRecordSetsResponse>NextRecordName> element. -- -- Valid Values: 'true' | 'false' lrrsrsIsTruncated :: Lens' ListResourceRecordSetsResponse Bool lrrsrsIsTruncated = lens _lrrsrsIsTruncated (\ s a -> s{_lrrsrsIsTruncated = a}); --- | The maximum number of records you requested. The maximum value of--- 'MaxItems' is 100.+-- | The maximum number of records you requested. The maximum value of 'MaxItems' is 100. lrrsrsMaxItems :: Lens' ListResourceRecordSetsResponse Text lrrsrsMaxItems = lens _lrrsrsMaxItems (\ s a -> s{_lrrsrsMaxItems = a}); 
gen/Network/AWS/Route53/ListReusableDelegationSets.hs view
@@ -18,17 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- To retrieve a list of your reusable delegation sets, send a 'GET'--- request to the '\/Route 53 API version\/delegationset' resource. The--- response to this request includes a 'DelegationSets' element with zero,--- one, or multiple 'DelegationSet' child elements. By default, the list of--- delegation sets is displayed on a single page. You can control the--- length of the page that is displayed by using the 'MaxItems' parameter.--- You can use the 'Marker' parameter to control the delegation set that--- the list begins with.+-- To retrieve a list of your reusable delegation sets, send a 'GET' request to the '\/Route 53 API version\/delegationset' resource. The response to this request includes a 'DelegationSets' element with zero, one, or multiple 'DelegationSet' child elements. By default, the list of delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the 'MaxItems' parameter. You can use the 'Marker' parameter to control the delegation set that the list begins with. ----- Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a--- value greater than 100, Amazon Route 53 returns only the first 100.+-- Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100. module Network.AWS.Route53.ListReusableDelegationSets     (     -- * Creating a Request@@ -57,17 +49,9 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | To retrieve a list of your reusable delegation sets, send a 'GET'--- request to the '\/Route 53 API version\/delegationset' resource. The--- response to this request includes a 'DelegationSets' element with zero--- or more 'DelegationSet' child elements. By default, the list of reusable--- delegation sets is displayed on a single page. You can control the--- length of the page that is displayed by using the 'MaxItems' parameter.--- You can use the 'Marker' parameter to control the delegation set that--- the list begins with.+-- | To retrieve a list of your reusable delegation sets, send a 'GET' request to the '\/Route 53 API version\/delegationset' resource. The response to this request includes a 'DelegationSets' element with zero or more 'DelegationSet' child elements. By default, the list of reusable delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the 'MaxItems' parameter. You can use the 'Marker' parameter to control the delegation set that the list begins with. ----- Amazon Route 53 returns a maximum of 100 items. If you set 'MaxItems' to--- a value greater than 100, Amazon Route 53 returns only the first 100.+-- Amazon Route 53 returns a maximum of 100 items. If you set 'MaxItems' to a value greater than 100, Amazon Route 53 returns only the first 100. -- -- /See:/ 'listReusableDelegationSets' smart constructor. data ListReusableDelegationSets = ListReusableDelegationSets'@@ -90,14 +74,11 @@     , _lrdsMaxItems = Nothing     } --- | If the request returned more than one page of results, submit another--- request and specify the value of 'NextMarker' from the last response in--- the 'marker' parameter to get the next page of results.+-- | If the request returned more than one page of results, submit another request and specify the value of 'NextMarker' from the last response in the 'marker' parameter to get the next page of results. lrdsMarker :: Lens' ListReusableDelegationSets (Maybe Text) lrdsMarker = lens _lrdsMarker (\ s a -> s{_lrdsMarker = a}); --- | Specify the maximum number of reusable delegation sets to return per--- page of results.+-- | Specify the maximum number of reusable delegation sets to return per page of results. lrdsMaxItems :: Lens' ListReusableDelegationSets (Maybe Text) lrdsMaxItems = lens _lrdsMaxItems (\ s a -> s{_lrdsMaxItems = a}); @@ -175,11 +156,7 @@     , _lrdsrsMaxItems = pMaxItems_     } --- | Indicates where to continue listing reusable delegation sets. If--- < ListReusableDelegationSetsResponse$IsTruncated> is 'true', make--- another request to 'ListReusableDelegationSets' and include the value of--- the 'NextMarker' element in the 'Marker' element to get the next page of--- results.+-- | Indicates where to continue listing reusable delegation sets. If < ListReusableDelegationSetsResponse>IsTruncated> is 'true', make another request to 'ListReusableDelegationSets' and include the value of the 'NextMarker' element in the 'Marker' element to get the next page of results. lrdsrsNextMarker :: Lens' ListReusableDelegationSetsResponse (Maybe Text) lrdsrsNextMarker = lens _lrdsrsNextMarker (\ s a -> s{_lrdsrsNextMarker = a}); @@ -187,33 +164,21 @@ lrdsrsResponseStatus :: Lens' ListReusableDelegationSetsResponse Int lrdsrsResponseStatus = lens _lrdsrsResponseStatus (\ s a -> s{_lrdsrsResponseStatus = a}); --- | A complex type that contains information about the reusable delegation--- sets associated with the current AWS account.+-- | A complex type that contains information about the reusable delegation sets associated with the current AWS account. lrdsrsDelegationSets :: Lens' ListReusableDelegationSetsResponse [DelegationSet] lrdsrsDelegationSets = lens _lrdsrsDelegationSets (\ s a -> s{_lrdsrsDelegationSets = a}) . _Coerce; --- | If the request returned more than one page of results, submit another--- request and specify the value of 'NextMarker' from the last response in--- the 'marker' parameter to get the next page of results.+-- | If the request returned more than one page of results, submit another request and specify the value of 'NextMarker' from the last response in the 'marker' parameter to get the next page of results. lrdsrsMarker :: Lens' ListReusableDelegationSetsResponse Text lrdsrsMarker = lens _lrdsrsMarker (\ s a -> s{_lrdsrsMarker = a}); --- | A flag indicating whether there are more reusable delegation sets to be--- listed. If your results were truncated, you can make a follow-up request--- for the next page of results by using the 'Marker' element.+-- | A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the 'Marker' element. -- -- Valid Values: 'true' | 'false' lrdsrsIsTruncated :: Lens' ListReusableDelegationSetsResponse Bool lrdsrsIsTruncated = lens _lrdsrsIsTruncated (\ s a -> s{_lrdsrsIsTruncated = a}); --- | The maximum number of reusable delegation sets to be included in the--- response body. If the number of reusable delegation sets associated with--- this AWS account exceeds 'MaxItems', the value of--- < ListReusablDelegationSetsResponse$IsTruncated> in the response is--- 'true'. Call 'ListReusableDelegationSets' again and specify the value of--- < ListReusableDelegationSetsResponse$NextMarker> in the--- < ListReusableDelegationSetsRequest$Marker> element to get the next page--- of results.+-- | The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds 'MaxItems', the value of < ListReusablDelegationSetsResponse>IsTruncated> in the response is 'true'. Call 'ListReusableDelegationSets' again and specify the value of < ListReusableDelegationSetsResponse>NextMarker> in the < ListReusableDelegationSetsRequest>Marker> element to get the next page of results. lrdsrsMaxItems :: Lens' ListReusableDelegationSetsResponse Text lrdsrsMaxItems = lens _lrdsrsMaxItems (\ s a -> s{_lrdsrsMaxItems = a}); 
gen/Network/AWS/Route53/ListTagsForResource.hs view
@@ -43,8 +43,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type containing information about a request for a list of the--- tags that are associated with an individual resource.+-- | A complex type containing information about a request for a list of the tags that are associated with an individual resource. -- -- /See:/ 'listTagsForResource' smart constructor. data ListTagsForResource = ListTagsForResource'@@ -136,8 +135,7 @@ ltfrrsResponseStatus :: Lens' ListTagsForResourceResponse Int ltfrrsResponseStatus = lens _ltfrrsResponseStatus (\ s a -> s{_ltfrrsResponseStatus = a}); --- | A 'ResourceTagSet' containing tags associated with the specified--- resource.+-- | A 'ResourceTagSet' containing tags associated with the specified resource. ltfrrsResourceTagSet :: Lens' ListTagsForResourceResponse ResourceTagSet ltfrrsResourceTagSet = lens _ltfrrsResourceTagSet (\ s a -> s{_ltfrrsResourceTagSet = a}); 
gen/Network/AWS/Route53/ListTagsForResources.hs view
@@ -43,8 +43,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type containing information about a request for a list of the--- tags that are associated with up to 10 specified resources.+-- | A complex type containing information about a request for a list of the tags that are associated with up to 10 specified resources. -- -- /See:/ 'listTagsForResources' smart constructor. data ListTagsForResources = ListTagsForResources'@@ -77,8 +76,7 @@ lResourceType :: Lens' ListTagsForResources TagResourceType lResourceType = lens _lResourceType (\ s a -> s{_lResourceType = a}); --- | A complex type that contains the ResourceId element for each resource--- for which you want to get a list of tags.+-- | A complex type that contains the ResourceId element for each resource for which you want to get a list of tags. lResourceIds :: Lens' ListTagsForResources (NonEmpty Text) lResourceIds = lens _lResourceIds (\ s a -> s{_lResourceIds = a}) . _List1; @@ -147,8 +145,7 @@ lrsResponseStatus :: Lens' ListTagsForResourcesResponse Int lrsResponseStatus = lens _lrsResponseStatus (\ s a -> s{_lrsResponseStatus = a}); --- | A list of 'ResourceTagSet's containing tags associated with the--- specified resources.+-- | A list of 'ResourceTagSet's containing tags associated with the specified resources. lrsResourceTagSets :: Lens' ListTagsForResourcesResponse [ResourceTagSet] lrsResourceTagSets = lens _lrsResourceTagSets (\ s a -> s{_lrsResourceTagSets = a}) . _Coerce; 
gen/Network/AWS/Route53/ListTrafficPolicies.hs view
@@ -18,16 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Gets information about the latest version for every traffic policy that--- is associated with the current AWS account. To get the information, send--- a 'GET' request to the '\/Route 53 API version\/trafficpolicy' resource.+-- Gets information about the latest version for every traffic policy that is associated with the current AWS account. To get the information, send a 'GET' request to the '\/Route 53 API version\/trafficpolicy' resource. ----- Amazon Route 53 returns a maximum of 100 items in each response. If you--- have a lot of traffic policies, you can use the 'maxitems' parameter to--- list them in groups of up to 100.+-- Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policies, you can use the 'maxitems' parameter to list them in groups of up to 100. ----- The response includes three values that help you navigate from one group--- of 'maxitems' traffic policies to the next:+-- The response includes three values that help you navigate from one group of 'maxitems' traffic policies to the next: -- -- -   __IsTruncated__ -- -   __TrafficPolicyIdMarker__@@ -59,8 +54,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains the information about the request to list--- the traffic policies that are associated with the current AWS account.+-- | A complex type that contains the information about the request to list the traffic policies that are associated with the current AWS account. -- -- /See:/ 'listTrafficPolicies' smart constructor. data ListTrafficPolicies = ListTrafficPolicies'@@ -83,27 +77,15 @@     , _ltpMaxItems = Nothing     } --- | For your first request to 'ListTrafficPolicies', do not include the--- 'TrafficPolicyIdMarker' parameter.+-- | For your first request to 'ListTrafficPolicies', do not include the 'TrafficPolicyIdMarker' parameter. ----- If you have more traffic policies than the value of 'MaxItems',--- 'ListTrafficPolicies' returns only the first 'MaxItems' traffic--- policies. To get the next group of 'MaxItems' policies, submit another--- request to 'ListTrafficPolicies'. For the value of--- 'TrafficPolicyIdMarker', specify the value of the--- 'TrafficPolicyIdMarker' element that was returned in the previous--- response.+-- If you have more traffic policies than the value of 'MaxItems', 'ListTrafficPolicies' returns only the first 'MaxItems' traffic policies. To get the next group of 'MaxItems' policies, submit another request to 'ListTrafficPolicies'. For the value of 'TrafficPolicyIdMarker', specify the value of the 'TrafficPolicyIdMarker' element that was returned in the previous response. -- -- Policies are listed in the order in which they were created. ltpTrafficPolicyIdMarker :: Lens' ListTrafficPolicies (Maybe Text) ltpTrafficPolicyIdMarker = lens _ltpTrafficPolicyIdMarker (\ s a -> s{_ltpTrafficPolicyIdMarker = a}); --- | The maximum number of traffic policies to be included in the response--- body for this request. If you have more than 'MaxItems' traffic--- policies, the value of the 'IsTruncated' element in the response is--- 'true', and the value of the 'TrafficPolicyIdMarker' element is the ID--- of the first traffic policy in the next group of 'MaxItems' traffic--- policies.+-- | The maximum number of traffic policies to be included in the response body for this request. If you have more than 'MaxItems' traffic policies, the value of the 'IsTruncated' element in the response is 'true', and the value of the 'TrafficPolicyIdMarker' element is the ID of the first traffic policy in the next group of 'MaxItems' traffic policies. ltpMaxItems :: Lens' ListTrafficPolicies (Maybe Text) ltpMaxItems = lens _ltpMaxItems (\ s a -> s{_ltpMaxItems = a}); @@ -181,29 +163,21 @@ ltprsResponseStatus :: Lens' ListTrafficPoliciesResponse Int ltprsResponseStatus = lens _ltprsResponseStatus (\ s a -> s{_ltprsResponseStatus = a}); --- | A list that contains one 'TrafficPolicySummary' element for each traffic--- policy that was created by the current AWS account.+-- | A list that contains one 'TrafficPolicySummary' element for each traffic policy that was created by the current AWS account. ltprsTrafficPolicySummaries :: Lens' ListTrafficPoliciesResponse [TrafficPolicySummary] ltprsTrafficPolicySummaries = lens _ltprsTrafficPolicySummaries (\ s a -> s{_ltprsTrafficPolicySummaries = a}) . _Coerce; --- | A flag that indicates whether there are more traffic policies to be--- listed. If the response was truncated, you can get the next group of--- 'MaxItems' traffic policies by calling 'ListTrafficPolicies' again and--- specifying the value of the 'TrafficPolicyIdMarker' element in the--- 'TrafficPolicyIdMarker' request parameter.+-- | A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of 'MaxItems' traffic policies by calling 'ListTrafficPolicies' again and specifying the value of the 'TrafficPolicyIdMarker' element in the 'TrafficPolicyIdMarker' request parameter. -- -- Valid Values: 'true' | 'false' ltprsIsTruncated :: Lens' ListTrafficPoliciesResponse Bool ltprsIsTruncated = lens _ltprsIsTruncated (\ s a -> s{_ltprsIsTruncated = a}); --- | If the value of 'IsTruncated' is 'true', 'TrafficPolicyIdMarker' is the--- ID of the first traffic policy in the next group of 'MaxItems' traffic--- policies.+-- | If the value of 'IsTruncated' is 'true', 'TrafficPolicyIdMarker' is the ID of the first traffic policy in the next group of 'MaxItems' traffic policies. ltprsTrafficPolicyIdMarker :: Lens' ListTrafficPoliciesResponse Text ltprsTrafficPolicyIdMarker = lens _ltprsTrafficPolicyIdMarker (\ s a -> s{_ltprsTrafficPolicyIdMarker = a}); --- | The value that you specified for the 'MaxItems' parameter in the call to--- 'ListTrafficPolicies' that produced the current response.+-- | The value that you specified for the 'MaxItems' parameter in the call to 'ListTrafficPolicies' that produced the current response. ltprsMaxItems :: Lens' ListTrafficPoliciesResponse Text ltprsMaxItems = lens _ltprsMaxItems (\ s a -> s{_ltprsMaxItems = a}); 
gen/Network/AWS/Route53/ListTrafficPolicyInstances.hs view
@@ -18,29 +18,19 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Gets information about the traffic policy instances that you created by--- using the current AWS account.+-- Gets information about the traffic policy instances that you created by using the current AWS account. ----- After you submit an 'UpdateTrafficPolicyInstance' request, there\'s a--- brief delay while Amazon Route 53 creates the resource record sets that--- are specified in the traffic policy definition. For more information,--- see the < State> response element.+-- After you submit an 'UpdateTrafficPolicyInstance' request, there\'s a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the < State> response element. ----- To get information about the traffic policy instances that are--- associated with the current AWS account, send a 'GET' request to the--- '\/Route 53 API version\/trafficpolicyinstance' resource.+-- To get information about the traffic policy instances that are associated with the current AWS account, send a 'GET' request to the '\/Route 53 API version\/trafficpolicyinstance' resource. ----- Amazon Route 53 returns a maximum of 100 items in each response. If you--- have a lot of traffic policy instances, you can use the 'MaxItems'--- parameter to list them in groups of up to 100.+-- Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the 'MaxItems' parameter to list them in groups of up to 100. ----- The response includes five values that help you navigate from one group--- of 'MaxItems' traffic policy instances to the next:+-- The response includes five values that help you navigate from one group of 'MaxItems' traffic policy instances to the next: -- -- -   __IsTruncated__ -- -   __MaxItems__--- -   __HostedZoneIdMarker__, __TrafficPolicyInstanceNameMarker__, and---     __TrafficPolicyInstanceTypeMarker__+-- -   __HostedZoneIdMarker__, __TrafficPolicyInstanceNameMarker__, and __TrafficPolicyInstanceTypeMarker__ module Network.AWS.Route53.ListTrafficPolicyInstances     (     -- * Creating a Request@@ -72,8 +62,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains the information about the request to list--- your traffic policy instances.+-- | A complex type that contains the information about the request to list your traffic policy instances. -- -- /See:/ 'listTrafficPolicyInstances' smart constructor. data ListTrafficPolicyInstances = ListTrafficPolicyInstances'@@ -106,50 +95,29 @@  -- | For the first request to 'ListTrafficPolicyInstances', omit this value. ----- If the value of 'IsTruncated' in the previous response was 'true',--- 'TrafficPolicyInstanceTypeMarker' is the DNS type of the first traffic--- policy instance in the next group of 'MaxItems' traffic policy--- instances.+-- If the value of 'IsTruncated' in the previous response was 'true', 'TrafficPolicyInstanceTypeMarker' is the DNS type of the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ----- If the value of 'IsTruncated' in the previous response was 'false',--- there are no more traffic policy instances to get.+-- If the value of 'IsTruncated' in the previous response was 'false', there are no more traffic policy instances to get. ltpiTrafficPolicyInstanceTypeMarker :: Lens' ListTrafficPolicyInstances (Maybe RecordType) ltpiTrafficPolicyInstanceTypeMarker = lens _ltpiTrafficPolicyInstanceTypeMarker (\ s a -> s{_ltpiTrafficPolicyInstanceTypeMarker = a}); --- | The maximum number of traffic policy instances to be included in the--- response body for this request. If you have more than 'MaxItems' traffic--- policy instances, the value of the 'IsTruncated' element in the response--- is 'true', and the values of 'HostedZoneIdMarker',--- 'TrafficPolicyInstanceNameMarker', and 'TrafficPolicyInstanceTypeMarker'--- represent the first traffic policy instance in the next group of--- 'MaxItems' traffic policy instances.+-- | The maximum number of traffic policy instances to be included in the response body for this request. If you have more than 'MaxItems' traffic policy instances, the value of the 'IsTruncated' element in the response is 'true', and the values of 'HostedZoneIdMarker', 'TrafficPolicyInstanceNameMarker', and 'TrafficPolicyInstanceTypeMarker' represent the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ltpiMaxItems :: Lens' ListTrafficPolicyInstances (Maybe Text) ltpiMaxItems = lens _ltpiMaxItems (\ s a -> s{_ltpiMaxItems = a});  -- | For the first request to 'ListTrafficPolicyInstances', omit this value. ----- If the value of 'IsTruncated' in the previous response was 'true', you--- have more traffic policy instances. To get the next group of 'MaxItems'--- traffic policy instances, submit another 'ListTrafficPolicyInstances'--- request. For the value of 'HostedZoneIdMarker', specify the value of--- 'HostedZoneIdMarker' from the previous response, which is the hosted--- zone ID of the first traffic policy instance in the next group of--- 'MaxItems' traffic policy instances.+-- If the value of 'IsTruncated' in the previous response was 'true', you have more traffic policy instances. To get the next group of 'MaxItems' traffic policy instances, submit another 'ListTrafficPolicyInstances' request. For the value of 'HostedZoneIdMarker', specify the value of 'HostedZoneIdMarker' from the previous response, which is the hosted zone ID of the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ----- If the value of 'IsTruncated' in the previous response was 'false',--- there are no more traffic policy instances to get.+-- If the value of 'IsTruncated' in the previous response was 'false', there are no more traffic policy instances to get. ltpiHostedZoneIdMarker :: Lens' ListTrafficPolicyInstances (Maybe Text) ltpiHostedZoneIdMarker = lens _ltpiHostedZoneIdMarker (\ s a -> s{_ltpiHostedZoneIdMarker = a});  -- | For the first request to 'ListTrafficPolicyInstances', omit this value. ----- If the value of 'IsTruncated' in the previous response was 'true',--- 'TrafficPolicyInstanceNameMarker' is the name of the first traffic--- policy instance in the next group of 'MaxItems' traffic policy--- instances.+-- If the value of 'IsTruncated' in the previous response was 'true', 'TrafficPolicyInstanceNameMarker' is the name of the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ----- If the value of 'IsTruncated' in the previous response was 'false',--- there are no more traffic policy instances to get.+-- If the value of 'IsTruncated' in the previous response was 'false', there are no more traffic policy instances to get. ltpiTrafficPolicyInstanceNameMarker :: Lens' ListTrafficPolicyInstances (Maybe Text) ltpiTrafficPolicyInstanceNameMarker = lens _ltpiTrafficPolicyInstanceNameMarker (\ s a -> s{_ltpiTrafficPolicyInstanceNameMarker = a}); @@ -237,22 +205,15 @@     , _ltpirsMaxItems = pMaxItems_     } --- | If 'IsTruncated' is 'true', 'TrafficPolicyInstanceTypeMarker' is the DNS--- type of the resource record sets that are associated with the first--- traffic policy instance in the next group of 'MaxItems' traffic policy--- instances.+-- | If 'IsTruncated' is 'true', 'TrafficPolicyInstanceTypeMarker' is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ltpirsTrafficPolicyInstanceTypeMarker :: Lens' ListTrafficPolicyInstancesResponse (Maybe RecordType) ltpirsTrafficPolicyInstanceTypeMarker = lens _ltpirsTrafficPolicyInstanceTypeMarker (\ s a -> s{_ltpirsTrafficPolicyInstanceTypeMarker = a}); --- | If 'IsTruncated' is 'true', 'HostedZoneIdMarker' is the ID of the hosted--- zone of the first traffic policy instance in the next group of--- 'MaxItems' traffic policy instances.+-- | If 'IsTruncated' is 'true', 'HostedZoneIdMarker' is the ID of the hosted zone of the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ltpirsHostedZoneIdMarker :: Lens' ListTrafficPolicyInstancesResponse (Maybe Text) ltpirsHostedZoneIdMarker = lens _ltpirsHostedZoneIdMarker (\ s a -> s{_ltpirsHostedZoneIdMarker = a}); --- | If 'IsTruncated' is 'true', 'TrafficPolicyInstanceNameMarker' is the--- name of the first traffic policy instance in the next group of--- 'MaxItems' traffic policy instances.+-- | If 'IsTruncated' is 'true', 'TrafficPolicyInstanceNameMarker' is the name of the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ltpirsTrafficPolicyInstanceNameMarker :: Lens' ListTrafficPolicyInstancesResponse (Maybe Text) ltpirsTrafficPolicyInstanceNameMarker = lens _ltpirsTrafficPolicyInstanceNameMarker (\ s a -> s{_ltpirsTrafficPolicyInstanceNameMarker = a}); @@ -260,25 +221,17 @@ ltpirsResponseStatus :: Lens' ListTrafficPolicyInstancesResponse Int ltpirsResponseStatus = lens _ltpirsResponseStatus (\ s a -> s{_ltpirsResponseStatus = a}); --- | A list that contains one 'TrafficPolicyInstance' element for each--- traffic policy instance that matches the elements in the request.+-- | A list that contains one 'TrafficPolicyInstance' element for each traffic policy instance that matches the elements in the request. ltpirsTrafficPolicyInstances :: Lens' ListTrafficPolicyInstancesResponse [TrafficPolicyInstance] ltpirsTrafficPolicyInstances = lens _ltpirsTrafficPolicyInstances (\ s a -> s{_ltpirsTrafficPolicyInstances = a}) . _Coerce; --- | A flag that indicates whether there are more traffic policy instances to--- be listed. If the response was truncated, you can get the next group of--- 'MaxItems' traffic policy instances by calling--- 'ListTrafficPolicyInstances' again and specifying the values of the--- 'HostedZoneIdMarker', 'TrafficPolicyInstanceNameMarker', and--- 'TrafficPolicyInstanceTypeMarker' elements in the corresponding request--- parameters.+-- | A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of 'MaxItems' traffic policy instances by calling 'ListTrafficPolicyInstances' again and specifying the values of the 'HostedZoneIdMarker', 'TrafficPolicyInstanceNameMarker', and 'TrafficPolicyInstanceTypeMarker' elements in the corresponding request parameters. -- -- Valid Values: 'true' | 'false' ltpirsIsTruncated :: Lens' ListTrafficPolicyInstancesResponse Bool ltpirsIsTruncated = lens _ltpirsIsTruncated (\ s a -> s{_ltpirsIsTruncated = a}); --- | The value that you specified for the 'MaxItems' parameter in the call to--- 'ListTrafficPolicyInstances' that produced the current response.+-- | The value that you specified for the 'MaxItems' parameter in the call to 'ListTrafficPolicyInstances' that produced the current response. ltpirsMaxItems :: Lens' ListTrafficPolicyInstancesResponse Text ltpirsMaxItems = lens _ltpirsMaxItems (\ s a -> s{_ltpirsMaxItems = a}); 
gen/Network/AWS/Route53/ListTrafficPolicyInstancesByHostedZone.hs view
@@ -18,30 +18,19 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Gets information about the traffic policy instances that you created in--- a specified hosted zone.+-- Gets information about the traffic policy instances that you created in a specified hosted zone. ----- After you submit an 'UpdateTrafficPolicyInstance' request, there\'s a--- brief delay while Amazon Route 53 creates the resource record sets that--- are specified in the traffic policy definition. For more information,--- see the < State> response element.+-- After you submit an 'UpdateTrafficPolicyInstance' request, there\'s a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the < State> response element. ----- To get information about the traffic policy instances that you created--- in a specified hosted zone, send a 'GET' request to the--- '\/Route 53 API version\/trafficpolicyinstance' resource and include the--- ID of the hosted zone.+-- To get information about the traffic policy instances that you created in a specified hosted zone, send a 'GET' request to the '\/Route 53 API version\/trafficpolicyinstance' resource and include the ID of the hosted zone. ----- Amazon Route 53 returns a maximum of 100 items in each response. If you--- have a lot of traffic policy instances, you can use the 'MaxItems'--- parameter to list them in groups of up to 100.+-- Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the 'MaxItems' parameter to list them in groups of up to 100. ----- The response includes four values that help you navigate from one group--- of 'MaxItems' traffic policy instances to the next:+-- The response includes four values that help you navigate from one group of 'MaxItems' traffic policy instances to the next: -- -- -   __IsTruncated__ -- -   __MaxItems__--- -   __TrafficPolicyInstanceNameMarker__ and---     __TrafficPolicyInstanceTypeMarker__+-- -   __TrafficPolicyInstanceNameMarker__ and __TrafficPolicyInstanceTypeMarker__ module Network.AWS.Route53.ListTrafficPolicyInstancesByHostedZone     (     -- * Creating a Request@@ -72,8 +61,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A request for the traffic policy instances that you created in a--- specified hosted zone.+-- | A request for the traffic policy instances that you created in a specified hosted zone. -- -- /See:/ 'listTrafficPolicyInstancesByHostedZone' smart constructor. data ListTrafficPolicyInstancesByHostedZone = ListTrafficPolicyInstancesByHostedZone'@@ -105,47 +93,29 @@     , _ltpibhzHostedZoneId = pHostedZoneId_     } --- | For the first request to 'ListTrafficPolicyInstancesByHostedZone', omit--- this value.+-- | For the first request to 'ListTrafficPolicyInstancesByHostedZone', omit this value. ----- If the value of 'IsTruncated' in the previous response was 'true',--- 'TrafficPolicyInstanceTypeMarker' is the DNS type of the first traffic--- policy instance in the next group of 'MaxItems' traffic policy--- instances.+-- If the value of 'IsTruncated' in the previous response was 'true', 'TrafficPolicyInstanceTypeMarker' is the DNS type of the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ----- If the value of 'IsTruncated' in the previous response was 'false',--- there are no more traffic policy instances to get for this hosted zone.+-- If the value of 'IsTruncated' in the previous response was 'false', there are no more traffic policy instances to get for this hosted zone. ltpibhzTrafficPolicyInstanceTypeMarker :: Lens' ListTrafficPolicyInstancesByHostedZone (Maybe RecordType) ltpibhzTrafficPolicyInstanceTypeMarker = lens _ltpibhzTrafficPolicyInstanceTypeMarker (\ s a -> s{_ltpibhzTrafficPolicyInstanceTypeMarker = a}); --- | The maximum number of traffic policy instances to be included in the--- response body for this request. If you have more than 'MaxItems' traffic--- policy instances, the value of the 'IsTruncated' element in the response--- is 'true', and the values of 'HostedZoneIdMarker',--- 'TrafficPolicyInstanceNameMarker', and 'TrafficPolicyInstanceTypeMarker'--- represent the first traffic policy instance in the next group of--- 'MaxItems' traffic policy instances.+-- | The maximum number of traffic policy instances to be included in the response body for this request. If you have more than 'MaxItems' traffic policy instances, the value of the 'IsTruncated' element in the response is 'true', and the values of 'HostedZoneIdMarker', 'TrafficPolicyInstanceNameMarker', and 'TrafficPolicyInstanceTypeMarker' represent the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ltpibhzMaxItems :: Lens' ListTrafficPolicyInstancesByHostedZone (Maybe Text) ltpibhzMaxItems = lens _ltpibhzMaxItems (\ s a -> s{_ltpibhzMaxItems = a}); --- | For the first request to 'ListTrafficPolicyInstancesByHostedZone', omit--- this value.+-- | For the first request to 'ListTrafficPolicyInstancesByHostedZone', omit this value. ----- If the value of 'IsTruncated' in the previous response was 'true',--- 'TrafficPolicyInstanceNameMarker' is the name of the first traffic--- policy instance in the next group of 'MaxItems' traffic policy--- instances.+-- If the value of 'IsTruncated' in the previous response was 'true', 'TrafficPolicyInstanceNameMarker' is the name of the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ----- If the value of 'IsTruncated' in the previous response was 'false',--- there are no more traffic policy instances to get for this hosted zone.+-- If the value of 'IsTruncated' in the previous response was 'false', there are no more traffic policy instances to get for this hosted zone. ----- If the value of 'IsTruncated' in the previous response was 'false', omit--- this value.+-- If the value of 'IsTruncated' in the previous response was 'false', omit this value. ltpibhzTrafficPolicyInstanceNameMarker :: Lens' ListTrafficPolicyInstancesByHostedZone (Maybe Text) ltpibhzTrafficPolicyInstanceNameMarker = lens _ltpibhzTrafficPolicyInstanceNameMarker (\ s a -> s{_ltpibhzTrafficPolicyInstanceNameMarker = a}); --- | The ID of the hosted zone for which you want to list traffic policy--- instances.+-- | The ID of the hosted zone for which you want to list traffic policy instances. ltpibhzHostedZoneId :: Lens' ListTrafficPolicyInstancesByHostedZone Text ltpibhzHostedZoneId = lens _ltpibhzHostedZoneId (\ s a -> s{_ltpibhzHostedZoneId = a}); @@ -236,16 +206,11 @@     , _ltpibhzrsMaxItems = pMaxItems_     } --- | If 'IsTruncated' is true, 'TrafficPolicyInstanceTypeMarker' is the DNS--- type of the resource record sets that are associated with the first--- traffic policy instance in the next group of 'MaxItems' traffic policy--- instances.+-- | If 'IsTruncated' is true, 'TrafficPolicyInstanceTypeMarker' is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ltpibhzrsTrafficPolicyInstanceTypeMarker :: Lens' ListTrafficPolicyInstancesByHostedZoneResponse (Maybe RecordType) ltpibhzrsTrafficPolicyInstanceTypeMarker = lens _ltpibhzrsTrafficPolicyInstanceTypeMarker (\ s a -> s{_ltpibhzrsTrafficPolicyInstanceTypeMarker = a}); --- | If 'IsTruncated' is 'true', 'TrafficPolicyInstanceNameMarker' is the--- name of the first traffic policy instance in the next group of--- 'MaxItems' traffic policy instances.+-- | If 'IsTruncated' is 'true', 'TrafficPolicyInstanceNameMarker' is the name of the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ltpibhzrsTrafficPolicyInstanceNameMarker :: Lens' ListTrafficPolicyInstancesByHostedZoneResponse (Maybe Text) ltpibhzrsTrafficPolicyInstanceNameMarker = lens _ltpibhzrsTrafficPolicyInstanceNameMarker (\ s a -> s{_ltpibhzrsTrafficPolicyInstanceNameMarker = a}); @@ -253,26 +218,17 @@ ltpibhzrsResponseStatus :: Lens' ListTrafficPolicyInstancesByHostedZoneResponse Int ltpibhzrsResponseStatus = lens _ltpibhzrsResponseStatus (\ s a -> s{_ltpibhzrsResponseStatus = a}); --- | A list that contains one 'TrafficPolicyInstance' element for each--- traffic policy instance that matches the elements in the request.+-- | A list that contains one 'TrafficPolicyInstance' element for each traffic policy instance that matches the elements in the request. ltpibhzrsTrafficPolicyInstances :: Lens' ListTrafficPolicyInstancesByHostedZoneResponse [TrafficPolicyInstance] ltpibhzrsTrafficPolicyInstances = lens _ltpibhzrsTrafficPolicyInstances (\ s a -> s{_ltpibhzrsTrafficPolicyInstances = a}) . _Coerce; --- | A flag that indicates whether there are more traffic policy instances to--- be listed. If the response was truncated, you can get the next group of--- 'MaxItems' traffic policy instances by calling--- 'ListTrafficPolicyInstancesByHostedZone' again and specifying the values--- of the 'HostedZoneIdMarker', 'TrafficPolicyInstanceNameMarker', and--- 'TrafficPolicyInstanceTypeMarker' elements in the corresponding request--- parameters.+-- | A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of 'MaxItems' traffic policy instances by calling 'ListTrafficPolicyInstancesByHostedZone' again and specifying the values of the 'HostedZoneIdMarker', 'TrafficPolicyInstanceNameMarker', and 'TrafficPolicyInstanceTypeMarker' elements in the corresponding request parameters. -- -- Valid Values: 'true' | 'false' ltpibhzrsIsTruncated :: Lens' ListTrafficPolicyInstancesByHostedZoneResponse Bool ltpibhzrsIsTruncated = lens _ltpibhzrsIsTruncated (\ s a -> s{_ltpibhzrsIsTruncated = a}); --- | The value that you specified for the 'MaxItems' parameter in the call to--- 'ListTrafficPolicyInstancesByHostedZone' that produced the current--- response.+-- | The value that you specified for the 'MaxItems' parameter in the call to 'ListTrafficPolicyInstancesByHostedZone' that produced the current response. ltpibhzrsMaxItems :: Lens' ListTrafficPolicyInstancesByHostedZoneResponse Text ltpibhzrsMaxItems = lens _ltpibhzrsMaxItems (\ s a -> s{_ltpibhzrsMaxItems = a}); 
gen/Network/AWS/Route53/ListTrafficPolicyInstancesByPolicy.hs view
@@ -18,53 +18,31 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Gets information about the traffic policy instances that you created by--- using a specify traffic policy version.+-- Gets information about the traffic policy instances that you created by using a specify traffic policy version. ----- After you submit a 'CreateTrafficPolicyInstance' or an--- 'UpdateTrafficPolicyInstance' request, there\'s a brief delay while--- Amazon Route 53 creates the resource record sets that are specified in--- the traffic policy definition. For more information, see the < State>--- response element.+-- After you submit a 'CreateTrafficPolicyInstance' or an 'UpdateTrafficPolicyInstance' request, there\'s a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the < State> response element. ----- To get information about the traffic policy instances that you created--- by using a specify traffic policy version, send a 'GET' request to the--- '\/Route 53 API version\/trafficpolicyinstance' resource and include the--- ID and version of the traffic policy.+-- To get information about the traffic policy instances that you created by using a specify traffic policy version, send a 'GET' request to the '\/Route 53 API version\/trafficpolicyinstance' resource and include the ID and version of the traffic policy. ----- Amazon Route 53 returns a maximum of 100 items in each response. If you--- have a lot of traffic policy instances, you can use the 'MaxItems'--- parameter to list them in groups of up to 100.+-- Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the 'MaxItems' parameter to list them in groups of up to 100. ----- The response includes five values that help you navigate from one group--- of 'MaxItems' traffic policy instances to the next:+-- The response includes five values that help you navigate from one group of 'MaxItems' traffic policy instances to the next: -- -- -   __IsTruncated__ -----     If the value of 'IsTruncated' in the response is 'true', there are---     more traffic policy instances associated with the specified traffic---     policy.+--     If the value of 'IsTruncated' in the response is 'true', there are more traffic policy instances associated with the specified traffic policy. -----     If 'IsTruncated' is 'false', this response includes the last traffic---     policy instance that is associated with the specified traffic---     policy.+--     If 'IsTruncated' is 'false', this response includes the last traffic policy instance that is associated with the specified traffic policy. -- -- -   __MaxItems__ -----     The value that you specified for the 'MaxItems' parameter in the---     request that produced the current response.+--     The value that you specified for the 'MaxItems' parameter in the request that produced the current response. ----- -   __HostedZoneIdMarker__, __TrafficPolicyInstanceNameMarker__, and---     __TrafficPolicyInstanceTypeMarker__+-- -   __HostedZoneIdMarker__, __TrafficPolicyInstanceNameMarker__, and __TrafficPolicyInstanceTypeMarker__ -----     If 'IsTruncated' is 'true', these values in the response represent---     the first traffic policy instance in the next group of 'MaxItems'---     traffic policy instances. To list more traffic policy instances,---     make another call to 'ListTrafficPolicyInstancesByPolicy', and---     specify these values in the corresponding request parameters.+--     If 'IsTruncated' is 'true', these values in the response represent the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. To list more traffic policy instances, make another call to 'ListTrafficPolicyInstancesByPolicy', and specify these values in the corresponding request parameters. -----     If 'IsTruncated' is 'false', all three elements are omitted from the---     response.+--     If 'IsTruncated' is 'false', all three elements are omitted from the response. -- module Network.AWS.Route53.ListTrafficPolicyInstancesByPolicy     (@@ -99,8 +77,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains the information about the request to list--- your traffic policy instances.+-- | A complex type that contains the information about the request to list your traffic policy instances. -- -- /See:/ 'listTrafficPolicyInstancesByPolicy' smart constructor. data ListTrafficPolicyInstancesByPolicy = ListTrafficPolicyInstancesByPolicy'@@ -141,69 +118,43 @@     , _ltpibpTrafficPolicyVersion = _Nat # pTrafficPolicyVersion_     } --- | For the first request to 'ListTrafficPolicyInstancesByPolicy', omit this--- value.+-- | For the first request to 'ListTrafficPolicyInstancesByPolicy', omit this value. ----- If the value of 'IsTruncated' in the previous response was 'true',--- 'TrafficPolicyInstanceTypeMarker' is the DNS type of the first traffic--- policy instance in the next group of 'MaxItems' traffic policy--- instances.+-- If the value of 'IsTruncated' in the previous response was 'true', 'TrafficPolicyInstanceTypeMarker' is the DNS type of the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ----- If the value of 'IsTruncated' in the previous response was 'false',--- there are no more traffic policy instances to get for this hosted zone.+-- If the value of 'IsTruncated' in the previous response was 'false', there are no more traffic policy instances to get for this hosted zone. ltpibpTrafficPolicyInstanceTypeMarker :: Lens' ListTrafficPolicyInstancesByPolicy (Maybe RecordType) ltpibpTrafficPolicyInstanceTypeMarker = lens _ltpibpTrafficPolicyInstanceTypeMarker (\ s a -> s{_ltpibpTrafficPolicyInstanceTypeMarker = a}); --- | The maximum number of traffic policy instances to be included in the--- response body for this request. If you have more than 'MaxItems' traffic--- policy instances, the value of the 'IsTruncated' element in the response--- is 'true', and the values of 'HostedZoneIdMarker',--- 'TrafficPolicyInstanceNameMarker', and 'TrafficPolicyInstanceTypeMarker'--- represent the first traffic policy instance in the next group of--- 'MaxItems' traffic policy instances.+-- | The maximum number of traffic policy instances to be included in the response body for this request. If you have more than 'MaxItems' traffic policy instances, the value of the 'IsTruncated' element in the response is 'true', and the values of 'HostedZoneIdMarker', 'TrafficPolicyInstanceNameMarker', and 'TrafficPolicyInstanceTypeMarker' represent the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ltpibpMaxItems :: Lens' ListTrafficPolicyInstancesByPolicy (Maybe Text) ltpibpMaxItems = lens _ltpibpMaxItems (\ s a -> s{_ltpibpMaxItems = a}); --- | For the first request to 'ListTrafficPolicyInstancesByPolicy', omit this--- value.+-- | For the first request to 'ListTrafficPolicyInstancesByPolicy', omit this value. ----- If the value of 'IsTruncated' in the previous response was 'true',--- 'HostedZoneIdMarker' is the ID of the hosted zone for the first traffic--- policy instance in the next group of 'MaxItems' traffic policy--- instances.+-- If the value of 'IsTruncated' in the previous response was 'true', 'HostedZoneIdMarker' is the ID of the hosted zone for the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ----- If the value of 'IsTruncated' in the previous response was 'false',--- there are no more traffic policy instances to get for this hosted zone.+-- If the value of 'IsTruncated' in the previous response was 'false', there are no more traffic policy instances to get for this hosted zone. ----- If the value of 'IsTruncated' in the previous response was 'false', omit--- this value.+-- If the value of 'IsTruncated' in the previous response was 'false', omit this value. ltpibpHostedZoneIdMarker :: Lens' ListTrafficPolicyInstancesByPolicy (Maybe Text) ltpibpHostedZoneIdMarker = lens _ltpibpHostedZoneIdMarker (\ s a -> s{_ltpibpHostedZoneIdMarker = a}); --- | For the first request to 'ListTrafficPolicyInstancesByPolicy', omit this--- value.+-- | For the first request to 'ListTrafficPolicyInstancesByPolicy', omit this value. ----- If the value of 'IsTruncated' in the previous response was 'true',--- 'TrafficPolicyInstanceNameMarker' is the name of the first traffic--- policy instance in the next group of 'MaxItems' traffic policy--- instances.+-- If the value of 'IsTruncated' in the previous response was 'true', 'TrafficPolicyInstanceNameMarker' is the name of the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ----- If the value of 'IsTruncated' in the previous response was 'false',--- there are no more traffic policy instances to get for this hosted zone.+-- If the value of 'IsTruncated' in the previous response was 'false', there are no more traffic policy instances to get for this hosted zone. ----- If the value of 'IsTruncated' in the previous response was 'false', omit--- this value.+-- If the value of 'IsTruncated' in the previous response was 'false', omit this value. ltpibpTrafficPolicyInstanceNameMarker :: Lens' ListTrafficPolicyInstancesByPolicy (Maybe Text) ltpibpTrafficPolicyInstanceNameMarker = lens _ltpibpTrafficPolicyInstanceNameMarker (\ s a -> s{_ltpibpTrafficPolicyInstanceNameMarker = a}); --- | The ID of the traffic policy for which you want to list traffic policy--- instances.+-- | The ID of the traffic policy for which you want to list traffic policy instances. ltpibpTrafficPolicyId :: Lens' ListTrafficPolicyInstancesByPolicy Text ltpibpTrafficPolicyId = lens _ltpibpTrafficPolicyId (\ s a -> s{_ltpibpTrafficPolicyId = a}); --- | The version of the traffic policy for which you want to list traffic--- policy instances. The version must be associated with the traffic policy--- that is specified by 'TrafficPolicyId'.+-- | The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by 'TrafficPolicyId'. ltpibpTrafficPolicyVersion :: Lens' ListTrafficPolicyInstancesByPolicy Natural ltpibpTrafficPolicyVersion = lens _ltpibpTrafficPolicyVersion (\ s a -> s{_ltpibpTrafficPolicyVersion = a}) . _Nat; @@ -299,22 +250,15 @@     , _ltpibprsMaxItems = pMaxItems_     } --- | If 'IsTruncated' is 'true', 'TrafficPolicyInstanceTypeMarker' is the DNS--- type of the resource record sets that are associated with the first--- traffic policy instance in the next group of 'MaxItems' traffic policy--- instances.+-- | If 'IsTruncated' is 'true', 'TrafficPolicyInstanceTypeMarker' is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ltpibprsTrafficPolicyInstanceTypeMarker :: Lens' ListTrafficPolicyInstancesByPolicyResponse (Maybe RecordType) ltpibprsTrafficPolicyInstanceTypeMarker = lens _ltpibprsTrafficPolicyInstanceTypeMarker (\ s a -> s{_ltpibprsTrafficPolicyInstanceTypeMarker = a}); --- | If 'IsTruncated' is 'true', 'HostedZoneIdMarker' is the ID of the hosted--- zone of the first traffic policy instance in the next group of--- 'MaxItems' traffic policy instances.+-- | If 'IsTruncated' is 'true', 'HostedZoneIdMarker' is the ID of the hosted zone of the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ltpibprsHostedZoneIdMarker :: Lens' ListTrafficPolicyInstancesByPolicyResponse (Maybe Text) ltpibprsHostedZoneIdMarker = lens _ltpibprsHostedZoneIdMarker (\ s a -> s{_ltpibprsHostedZoneIdMarker = a}); --- | If 'IsTruncated' is 'true', 'TrafficPolicyInstanceNameMarker' is the--- name of the first traffic policy instance in the next group of--- 'MaxItems' traffic policy instances.+-- | If 'IsTruncated' is 'true', 'TrafficPolicyInstanceNameMarker' is the name of the first traffic policy instance in the next group of 'MaxItems' traffic policy instances. ltpibprsTrafficPolicyInstanceNameMarker :: Lens' ListTrafficPolicyInstancesByPolicyResponse (Maybe Text) ltpibprsTrafficPolicyInstanceNameMarker = lens _ltpibprsTrafficPolicyInstanceNameMarker (\ s a -> s{_ltpibprsTrafficPolicyInstanceNameMarker = a}); @@ -322,25 +266,17 @@ ltpibprsResponseStatus :: Lens' ListTrafficPolicyInstancesByPolicyResponse Int ltpibprsResponseStatus = lens _ltpibprsResponseStatus (\ s a -> s{_ltpibprsResponseStatus = a}); --- | A list that contains one 'TrafficPolicyInstance' element for each--- traffic policy instance that matches the elements in the request.+-- | A list that contains one 'TrafficPolicyInstance' element for each traffic policy instance that matches the elements in the request. ltpibprsTrafficPolicyInstances :: Lens' ListTrafficPolicyInstancesByPolicyResponse [TrafficPolicyInstance] ltpibprsTrafficPolicyInstances = lens _ltpibprsTrafficPolicyInstances (\ s a -> s{_ltpibprsTrafficPolicyInstances = a}) . _Coerce; --- | A flag that indicates whether there are more traffic policy instances to--- be listed. If the response was truncated, you can get the next group of--- 'MaxItems' traffic policy instances by calling--- 'ListTrafficPolicyInstancesByPolicy' again and specifying the values of--- the 'HostedZoneIdMarker', 'TrafficPolicyInstanceNameMarker', and--- 'TrafficPolicyInstanceTypeMarker' elements in the corresponding request--- parameters.+-- | A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of 'MaxItems' traffic policy instances by calling 'ListTrafficPolicyInstancesByPolicy' again and specifying the values of the 'HostedZoneIdMarker', 'TrafficPolicyInstanceNameMarker', and 'TrafficPolicyInstanceTypeMarker' elements in the corresponding request parameters. -- -- Valid Values: 'true' | 'false' ltpibprsIsTruncated :: Lens' ListTrafficPolicyInstancesByPolicyResponse Bool ltpibprsIsTruncated = lens _ltpibprsIsTruncated (\ s a -> s{_ltpibprsIsTruncated = a}); --- | The value that you specified for the 'MaxItems' parameter in the call to--- 'ListTrafficPolicyInstancesByPolicy' that produced the current response.+-- | The value that you specified for the 'MaxItems' parameter in the call to 'ListTrafficPolicyInstancesByPolicy' that produced the current response. ltpibprsMaxItems :: Lens' ListTrafficPolicyInstancesByPolicyResponse Text ltpibprsMaxItems = lens _ltpibprsMaxItems (\ s a -> s{_ltpibprsMaxItems = a}); 
gen/Network/AWS/Route53/ListTrafficPolicyVersions.hs view
@@ -18,16 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Gets information about all of the versions for a specified traffic--- policy. 'ListTrafficPolicyVersions' lists only versions that have not--- been deleted.+-- Gets information about all of the versions for a specified traffic policy. 'ListTrafficPolicyVersions' lists only versions that have not been deleted. ----- Amazon Route 53 returns a maximum of 100 items in each response. If you--- have a lot of traffic policies, you can use the 'maxitems' parameter to--- list them in groups of up to 100.+-- Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policies, you can use the 'maxitems' parameter to list them in groups of up to 100. ----- The response includes three values that help you navigate from one group--- of 'maxitems'maxitems traffic policies to the next:+-- The response includes three values that help you navigate from one group of 'maxitems'maxitems traffic policies to the next: -- -- -   __IsTruncated__ -- -   __TrafficPolicyVersionMarker__@@ -60,8 +55,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains the information about the request to list--- your traffic policies.+-- | A complex type that contains the information about the request to list your traffic policies. -- -- /See:/ 'listTrafficPolicyVersions' smart constructor. data ListTrafficPolicyVersions = ListTrafficPolicyVersions'@@ -89,32 +83,19 @@     , _ltpvId = pId_     } --- | The maximum number of traffic policy versions that you want Amazon Route--- 53 to include in the response body for this request. If the specified--- traffic policy has more than 'MaxItems' versions, the value of the--- 'IsTruncated' element in the response is 'true', and the value of the--- 'TrafficPolicyVersionMarker' element is the ID of the first version in--- the next group of 'MaxItems' traffic policy versions.+-- | The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than 'MaxItems' versions, the value of the 'IsTruncated' element in the response is 'true', and the value of the 'TrafficPolicyVersionMarker' element is the ID of the first version in the next group of 'MaxItems' traffic policy versions. ltpvMaxItems :: Lens' ListTrafficPolicyVersions (Maybe Text) ltpvMaxItems = lens _ltpvMaxItems (\ s a -> s{_ltpvMaxItems = a}); --- | For your first request to 'ListTrafficPolicyVersions', do not include--- the 'TrafficPolicyVersionMarker' parameter.+-- | For your first request to 'ListTrafficPolicyVersions', do not include the 'TrafficPolicyVersionMarker' parameter. ----- If you have more traffic policy versions than the value of 'MaxItems',--- 'ListTrafficPolicyVersions' returns only the first group of 'MaxItems'--- versions. To get the next group of 'MaxItems' traffic policy versions,--- submit another request to 'ListTrafficPolicyVersions'. For the value of--- 'TrafficPolicyVersionMarker', specify the value of the--- 'TrafficPolicyVersionMarker' element that was returned in the previous--- response.+-- If you have more traffic policy versions than the value of 'MaxItems', 'ListTrafficPolicyVersions' returns only the first group of 'MaxItems' versions. To get the next group of 'MaxItems' traffic policy versions, submit another request to 'ListTrafficPolicyVersions'. For the value of 'TrafficPolicyVersionMarker', specify the value of the 'TrafficPolicyVersionMarker' element that was returned in the previous response. -- -- Traffic policy versions are listed in sequential order. ltpvTrafficPolicyVersionMarker :: Lens' ListTrafficPolicyVersions (Maybe Text) ltpvTrafficPolicyVersionMarker = lens _ltpvTrafficPolicyVersionMarker (\ s a -> s{_ltpvTrafficPolicyVersionMarker = a}); --- | Specify the value of 'Id' of the traffic policy for which you want to--- list all versions.+-- | Specify the value of 'Id' of the traffic policy for which you want to list all versions. ltpvId :: Lens' ListTrafficPolicyVersions Text ltpvId = lens _ltpvId (\ s a -> s{_ltpvId = a}); @@ -196,33 +177,23 @@ ltpvrsResponseStatus :: Lens' ListTrafficPolicyVersionsResponse Int ltpvrsResponseStatus = lens _ltpvrsResponseStatus (\ s a -> s{_ltpvrsResponseStatus = a}); --- | A list that contains one 'TrafficPolicy' element for each traffic policy--- version that is associated with the specified traffic policy.+-- | A list that contains one 'TrafficPolicy' element for each traffic policy version that is associated with the specified traffic policy. ltpvrsTrafficPolicies :: Lens' ListTrafficPolicyVersionsResponse [TrafficPolicy] ltpvrsTrafficPolicies = lens _ltpvrsTrafficPolicies (\ s a -> s{_ltpvrsTrafficPolicies = a}) . _Coerce; --- | A flag that indicates whether there are more traffic policies to be--- listed. If the response was truncated, you can get the next group of--- 'maxitems' traffic policies by calling 'ListTrafficPolicyVersions' again--- and specifying the value of the 'NextMarker' element in the marker--- parameter.+-- | A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of 'maxitems' traffic policies by calling 'ListTrafficPolicyVersions' again and specifying the value of the 'NextMarker' element in the marker parameter. -- -- Valid Values: 'true' | 'false' ltpvrsIsTruncated :: Lens' ListTrafficPolicyVersionsResponse Bool ltpvrsIsTruncated = lens _ltpvrsIsTruncated (\ s a -> s{_ltpvrsIsTruncated = a}); --- | If 'IsTruncated' is 'true', the value of 'TrafficPolicyVersionMarker'--- identifies the first traffic policy in the next group of 'MaxItems'--- traffic policies. Call 'ListTrafficPolicyVersions' again and specify the--- value of 'TrafficPolicyVersionMarker' in the--- 'TrafficPolicyVersionMarker' request parameter.+-- | If 'IsTruncated' is 'true', the value of 'TrafficPolicyVersionMarker' identifies the first traffic policy in the next group of 'MaxItems' traffic policies. Call 'ListTrafficPolicyVersions' again and specify the value of 'TrafficPolicyVersionMarker' in the 'TrafficPolicyVersionMarker' request parameter. -- -- This element is present only if 'IsTruncated' is 'true'. ltpvrsTrafficPolicyVersionMarker :: Lens' ListTrafficPolicyVersionsResponse Text ltpvrsTrafficPolicyVersionMarker = lens _ltpvrsTrafficPolicyVersionMarker (\ s a -> s{_ltpvrsTrafficPolicyVersionMarker = a}); --- | The value that you specified for the 'maxitems' parameter in the call to--- 'ListTrafficPolicyVersions' that produced the current response.+-- | The value that you specified for the 'maxitems' parameter in the call to 'ListTrafficPolicyVersions' that produced the current response. ltpvrsMaxItems :: Lens' ListTrafficPolicyVersionsResponse Text ltpvrsMaxItems = lens _ltpvrsMaxItems (\ s a -> s{_ltpvrsMaxItems = a}); 
gen/Network/AWS/Route53/Types.hs view
@@ -352,14 +352,11 @@ _HealthCheckVersionMismatch =     _ServiceError . hasStatus 409 . hasCode "HealthCheckVersionMismatch" --- | Some value specified in the request is invalid or the XML document is--- malformed.+-- | Some value specified in the request is invalid or the XML document is malformed. _InvalidInput :: AsError a => Getting (First ServiceError) a ServiceError _InvalidInput = _ServiceError . hasStatus 400 . hasCode "InvalidInput" --- | The hosted zone contains resource record sets in addition to the default--- NS and SOA resource record sets. Before you can delete the hosted zone,--- you must delete the additional resource record sets.+-- | The hosted zone contains resource record sets in addition to the default NS and SOA resource record sets. Before you can delete the hosted zone, you must delete the additional resource record sets. _HostedZoneNotEmpty :: AsError a => Getting (First ServiceError) a ServiceError _HostedZoneNotEmpty =     _ServiceError . hasStatus 400 . hasCode "HostedZoneNotEmpty"@@ -374,15 +371,11 @@     _ServiceError .     hasStatus 409 . hasCode "TrafficPolicyInstanceAlreadyExists" --- | You tried to update a traffic policy instance by using a traffic policy--- version that has a different DNS type than the current type for the--- instance. You specified the type in the JSON document in the--- 'CreateTrafficPolicy' or 'CreateTrafficPolicyVersion'request.+-- | You tried to update a traffic policy instance by using a traffic policy version that has a different DNS type than the current type for the instance. You specified the type in the JSON document in the 'CreateTrafficPolicy' or 'CreateTrafficPolicyVersion'request. _ConflictingTypes :: AsError a => Getting (First ServiceError) a ServiceError _ConflictingTypes = _ServiceError . hasStatus 400 . hasCode "ConflictingTypes" --- | Another user submitted a request to update the object at the same time--- that you did. Retry the request.+-- | Another user submitted a request to update the object at the same time that you did. Retry the request. _ConcurrentModification :: AsError a => Getting (First ServiceError) a ServiceError _ConcurrentModification =     _ServiceError . hasStatus 400 . hasCode "ConcurrentModification"@@ -392,16 +385,12 @@ _DelegationSetAlreadyReusable =     _ServiceError . hasCode "DelegationSetAlreadyReusable" --- | The request was rejected because Amazon Route 53 was still processing a--- prior request.+-- | The request was rejected because Amazon Route 53 was still processing a prior request. _PriorRequestNotComplete :: AsError a => Getting (First ServiceError) a ServiceError _PriorRequestNotComplete =     _ServiceError . hasStatus 400 . hasCode "PriorRequestNotComplete" --- | This error contains a list of one or more error messages. Each error--- message indicates one error in the change batch. For more information,--- see--- <http://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html#example_Errors Example InvalidChangeBatch Errors>.+-- | This error contains a list of one or more error messages. Each error message indicates one error in the change batch. For more information, see <http://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html#example_Errors Example InvalidChangeBatch Errors>. _InvalidChangeBatch :: AsError a => Getting (First ServiceError) a ServiceError _InvalidChangeBatch = _ServiceError . hasCode "InvalidChangeBatch" @@ -410,8 +399,7 @@ _TrafficPolicyAlreadyExists =     _ServiceError . hasStatus 409 . hasCode "TrafficPolicyAlreadyExists" --- | The format of the traffic policy document that you specified in the--- 'Document' element is invalid.+-- | The format of the traffic policy document that you specified in the 'Document' element is invalid. _InvalidTrafficPolicyDocument :: AsError a => Getting (First ServiceError) a ServiceError _InvalidTrafficPolicyDocument =     _ServiceError . hasStatus 400 . hasCode "InvalidTrafficPolicyDocument"@@ -434,8 +422,7 @@ _HostedZoneNotFound :: AsError a => Getting (First ServiceError) a ServiceError _HostedZoneNotFound = _ServiceError . hasCode "HostedZoneNotFound" --- | The specified delegation contains associated hosted zones which must be--- deleted before the reusable delegation set can be deleted.+-- | The specified delegation contains associated hosted zones which must be deleted before the reusable delegation set can be deleted. _DelegationSetInUse :: AsError a => Getting (First ServiceError) a ServiceError _DelegationSetInUse = _ServiceError . hasCode "DelegationSetInUse" @@ -443,16 +430,12 @@ _NoSuchDelegationSet :: AsError a => Getting (First ServiceError) a ServiceError _NoSuchDelegationSet = _ServiceError . hasCode "NoSuchDelegationSet" --- | The health check you are trying to create already exists. Amazon Route--- 53 returns this error when a health check has already been created with--- the specified 'CallerReference'.+-- | The health check you are trying to create already exists. Amazon Route 53 returns this error when a health check has already been created with the specified 'CallerReference'. _HealthCheckAlreadyExists :: AsError a => Getting (First ServiceError) a ServiceError _HealthCheckAlreadyExists =     _ServiceError . hasStatus 409 . hasCode "HealthCheckAlreadyExists" --- | You\'ve created the maximum number of traffic policies that can be--- created for the current AWS account. You can request an increase to the--- limit on the <http://aws.amazon.com/route53-request/ Contact Us> page.+-- | You\'ve created the maximum number of traffic policies that can be created for the current AWS account. You can request an increase to the limit on the <http://aws.amazon.com/route53-request/ Contact Us> page. _TooManyTrafficPolicies :: AsError a => Getting (First ServiceError) a ServiceError _TooManyTrafficPolicies =     _ServiceError . hasStatus 400 . hasCode "TooManyTrafficPolicies"@@ -462,12 +445,7 @@ _NoSuchGeoLocation =     _ServiceError . hasStatus 404 . hasCode "NoSuchGeoLocation" --- | Amazon Route 53 allows some duplicate domain names, but there is a--- maximum number of duplicate names. This error indicates that you have--- reached that maximum. If you want to create another hosted zone with the--- same name and Amazon Route 53 generates this error, you can request an--- increase to the limit on the--- <http://aws.amazon.com/route53-request/ Contact Us> page.+-- | Amazon Route 53 allows some duplicate domain names, but there is a maximum number of duplicate names. This error indicates that you have reached that maximum. If you want to create another hosted zone with the same name and Amazon Route 53 generates this error, you can request an increase to the limit on the <http://aws.amazon.com/route53-request/ Contact Us> page. _DelegationSetNotAvailable :: AsError a => Getting (First ServiceError) a ServiceError _DelegationSetNotAvailable =     _ServiceError . hasCode "DelegationSetNotAvailable"@@ -490,10 +468,7 @@ _LimitsExceeded :: AsError a => Getting (First ServiceError) a ServiceError _LimitsExceeded = _ServiceError . hasCode "LimitsExceeded" --- | You\'ve created the maximum number of traffic policy instances that can--- be created for the current AWS account. You can request an increase to--- the limit on the <http://aws.amazon.com/route53-request/ Contact Us>--- page.+-- | You\'ve created the maximum number of traffic policy instances that can be created for the current AWS account. You can request an increase to the limit on the <http://aws.amazon.com/route53-request/ Contact Us> page. _TooManyTrafficPolicyInstances :: AsError a => Getting (First ServiceError) a ServiceError _TooManyTrafficPolicyInstances =     _ServiceError . hasStatus 400 . hasCode "TooManyTrafficPolicyInstances"@@ -503,16 +478,12 @@ _NoSuchTrafficPolicyInstance =     _ServiceError . hasStatus 404 . hasCode "NoSuchTrafficPolicyInstance" --- | The resource you are trying to access is unsupported on this Amazon--- Route 53 endpoint. Please consider using a newer endpoint or a tool that--- does so.+-- | The resource you are trying to access is unsupported on this Amazon Route 53 endpoint. Please consider using a newer endpoint or a tool that does so. _IncompatibleVersion :: AsError a => Getting (First ServiceError) a ServiceError _IncompatibleVersion =     _ServiceError . hasStatus 400 . hasCode "IncompatibleVersion" --- | The hosted zone you are trying to associate VPC with doesn\'t have any--- VPC association. Amazon Route 53 currently doesn\'t support associate a--- VPC with a public hosted zone.+-- | The hosted zone you are trying to associate VPC with doesn\'t have any VPC association. Amazon Route 53 currently doesn\'t support associate a VPC with a public hosted zone. _PublicZoneVPCAssociation :: AsError a => Getting (First ServiceError) a ServiceError _PublicZoneVPCAssociation =     _ServiceError . hasStatus 400 . hasCode "PublicZoneVPCAssociation"@@ -521,22 +492,16 @@ _NoSuchHostedZone :: AsError a => Getting (First ServiceError) a ServiceError _NoSuchHostedZone = _ServiceError . hasStatus 404 . hasCode "NoSuchHostedZone" --- | This error indicates that you\'ve reached the maximum number of hosted--- zones that can be created for the current AWS account. You can request--- an increase to the limit on the--- <http://aws.amazon.com/route53-request/ Contact Us> page.+-- | This error indicates that you\'ve reached the maximum number of hosted zones that can be created for the current AWS account. You can request an increase to the limit on the <http://aws.amazon.com/route53-request/ Contact Us> page. _TooManyHostedZones :: AsError a => Getting (First ServiceError) a ServiceError _TooManyHostedZones =     _ServiceError . hasStatus 400 . hasCode "TooManyHostedZones" --- | There are resource records associated with this health check. Before you--- can delete the health check, you must disassociate it from the resource--- record sets.+-- | There are resource records associated with this health check. Before you can delete the health check, you must disassociate it from the resource record sets. _HealthCheckInUse :: AsError a => Getting (First ServiceError) a ServiceError _HealthCheckInUse = _ServiceError . hasStatus 400 . hasCode "HealthCheckInUse" --- | A delegation set with the same owner and caller reference combination--- has already been created.+-- | A delegation set with the same owner and caller reference combination has already been created. _DelegationSetAlreadyCreated :: AsError a => Getting (First ServiceError) a ServiceError _DelegationSetAlreadyCreated =     _ServiceError . hasCode "DelegationSetAlreadyCreated"@@ -545,10 +510,7 @@ _ConflictingDomainExists :: AsError a => Getting (First ServiceError) a ServiceError _ConflictingDomainExists = _ServiceError . hasCode "ConflictingDomainExists" --- | The VPC you are trying to disassociate from the hosted zone is the last--- the VPC that is associated with the hosted zone. Amazon Route 53--- currently doesn\'t support disassociate the last VPC from the hosted--- zone.+-- | The VPC you are trying to disassociate from the hosted zone is the last the VPC that is associated with the hosted zone. Amazon Route 53 currently doesn\'t support disassociate the last VPC from the hosted zone. _LastVPCAssociation :: AsError a => Getting (First ServiceError) a ServiceError _LastVPCAssociation =     _ServiceError . hasStatus 400 . hasCode "LastVPCAssociation"@@ -562,21 +524,16 @@ _NoSuchHealthCheck =     _ServiceError . hasStatus 404 . hasCode "NoSuchHealthCheck" --- | One or more traffic policy instances were created by using the specified--- traffic policy.+-- | One or more traffic policy instances were created by using the specified traffic policy. _TrafficPolicyInUse :: AsError a => Getting (First ServiceError) a ServiceError _TrafficPolicyInUse =     _ServiceError . hasStatus 400 . hasCode "TrafficPolicyInUse" --- | The hosted zone you are trying to create for your VPC_ID does not belong--- to you. Amazon Route 53 returns this error when the VPC specified by--- 'VPCId' does not belong to you.+-- | The hosted zone you are trying to create for your VPC_ID does not belong to you. Amazon Route 53 returns this error when the VPC specified by 'VPCId' does not belong to you. _InvalidVPCId :: AsError a => Getting (First ServiceError) a ServiceError _InvalidVPCId = _ServiceError . hasStatus 400 . hasCode "InvalidVPCId" --- | The hosted zone you are trying to create already exists. Amazon Route 53--- returns this error when a hosted zone has already been created with the--- specified 'CallerReference'.+-- | The hosted zone you are trying to create already exists. Amazon Route 53 returns this error when a hosted zone has already been created with the specified 'CallerReference'. _HostedZoneAlreadyExists :: AsError a => Getting (First ServiceError) a ServiceError _HostedZoneAlreadyExists =     _ServiceError . hasStatus 409 . hasCode "HostedZoneAlreadyExists"
gen/Network/AWS/Route53/Types/Product.hs view
@@ -22,8 +22,7 @@ import           Network.AWS.Route53.Internal import           Network.AWS.Route53.Types.Sum --- | A complex type that contains information to uniquely identify the--- CloudWatch alarm that you\'re associating with a Route 53 health check.+-- | A complex type that contains information to uniquely identify the CloudWatch alarm that you\'re associating with a Route 53 health check. -- -- /See:/ 'alarmIdentifier' smart constructor. data AlarmIdentifier = AlarmIdentifier'@@ -69,24 +68,14 @@         toXML AlarmIdentifier'{..}           = mconcat ["Region" @= _aiRegion, "Name" @= _aiName] --- | /Alias resource record sets only:/ Information about the CloudFront--- distribution, ELB load balancer, Amazon S3 bucket, or Amazon Route 53--- resource record set to which you are routing traffic.+-- | /Alias resource record sets only:/ Information about the CloudFront distribution, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are routing traffic. ----- If you\'re creating resource record sets for a private hosted zone, note--- the following:+-- If you\'re creating resource record sets for a private hosted zone, note the following: ----- -   You can create alias resource record sets only for Amazon Route 53---     resource record sets in the same private hosted zone. Creating alias---     resource record sets for CloudFront distributions, ELB load---     balancers, and Amazon S3 buckets is not supported.--- -   You can\'t create alias resource record sets for failover,---     geolocation, or latency resource record sets in a private hosted---     zone.+-- -   You can create alias resource record sets only for Amazon Route 53 resource record sets in the same private hosted zone. Creating alias resource record sets for CloudFront distributions, ELB load balancers, and Amazon S3 buckets is not supported.+-- -   You can\'t create alias resource record sets for failover, geolocation, or latency resource record sets in a private hosted zone. ----- For more information and an example, see--- <http://docs.aws.amazon.com/Route53/latest/APIReference/CreateAliasRRSAPI.html Example: Creating Alias Resource Record Sets>--- in the /Amazon Route 53 API Reference/.+-- For more information and an example, see <http://docs.aws.amazon.com/Route53/latest/APIReference/CreateAliasRRSAPI.html Example: Creating Alias Resource Record Sets> in the /Amazon Route 53 API Reference/. -- -- /See:/ 'aliasTarget' smart constructor. data AliasTarget = AliasTarget'@@ -116,139 +105,48 @@     , _atEvaluateTargetHealth = pEvaluateTargetHealth_     } --- | /Alias resource record sets only:/ The value you use depends on where--- you want to route queries:+-- | /Alias resource record sets only:/ The value you use depends on where you want to route queries: -- -- -   __A CloudFront distribution:__ Specify 'Z2FDTNDATAQYW2'.--- -   An ELB load balancer: Specify the value of the hosted zone ID for---     the load balancer. You can get the hosted zone ID by using the AWS---     Management Console, the ELB API, or the AWS CLI. Use the same method---     to get values for 'HostedZoneId' and 'DNSName'. If you get one value---     from the console and the other value from the API or the CLI,---     creating the resource record set will fail.--- -   __An Amazon S3 bucket that is configured as a static website:__---     Specify the hosted zone ID for the Amazon S3 website endpoint in---     which you created the bucket. For more information about valid---     values, see the table---     <http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region Amazon Simple Storage Service (S3) Website Endpoints>---     in the /Amazon Web Services General Reference/.--- -   __Another Amazon Route 53 resource record set in your hosted zone:__---     Specify the hosted zone ID of your hosted zone. (An alias resource---     record set cannot reference a resource record set in a different---     hosted zone.)+-- -   An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for 'HostedZoneId' and 'DNSName'. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.+-- -   __An Amazon S3 bucket that is configured as a static website:__ Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table <http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region Amazon Simple Storage Service (S3) Website Endpoints> in the /Amazon Web Services General Reference/.+-- -   __Another Amazon Route 53 resource record set in your hosted zone:__ Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.) ----- For more information and an example, see--- <http://docs.aws.amazon.com/Route53/latest/APIReference/CreateAliasRRSAPI.html Example: Creating Alias Resource Record Sets>--- in the /Amazon Route 53 API Reference/.+-- For more information and an example, see <http://docs.aws.amazon.com/Route53/latest/APIReference/CreateAliasRRSAPI.html Example: Creating Alias Resource Record Sets> in the /Amazon Route 53 API Reference/. atHostedZoneId :: Lens' AliasTarget Text atHostedZoneId = lens _atHostedZoneId (\ s a -> s{_atHostedZoneId = a}); --- | /Alias resource record sets only:/ The external DNS name associated with--- the AWS Resource. The value that you specify depends on where you want--- to route queries:+-- | /Alias resource record sets only:/ The external DNS name associated with the AWS Resource. The value that you specify depends on where you want to route queries: ----- -   __A CloudFront distribution:__ Specify the domain name that---     CloudFront assigned when you created your distribution. Your---     CloudFront distribution must include an alternate domain name that---     matches the name of the resource record set. For example, if the---     name of the resource record set is 'acme.example.com', your---     CloudFront distribution must include 'acme.example.com' as one of---     the alternate domain names. For more information, see---     <http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html Using Alternate Domain Names (CNAMEs)>---     in the /Amazon CloudFront Developer Guide/.--- -   __An ELB load balancer:__ Specify the DNS name associated with the---     load balancer. You can get the DNS name by using the AWS Management---     Console, the ELB API, or the AWS CLI. Use the same method to get---     values for 'HostedZoneId' and 'DNSName'. If you get one value from---     the console and the other value from the API or the CLI, creating---     the resource record set will fail.--- -   __An Elastic Beanstalk environment:__ Specify the CNAME attribute---     for the environment. (The environment must have a regionalized---     domain name.)--- -   __An Amazon S3 bucket that is configured as a static website:__---     Specify the domain name of the Amazon S3 website endpoint in which---     you created the bucket; for example,---     's3-website-us-east-1.amazonaws.com'. For more information about---     valid values, see the table---     <http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region Amazon Simple Storage Service (S3) Website Endpoints>---     in the /Amazon Web Services General Reference/. For more information---     about using Amazon S3 buckets for websites, see---     <http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html Hosting a Static Website on Amazon S3>---     in the /Amazon Simple Storage Service Developer Guide/.--- -   __Another Amazon Route 53 resource record set:__ Specify the value---     of the 'Name' element for a resource record set in the current---     hosted zone.+-- -   __A CloudFront distribution:__ Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is 'acme.example.com', your CloudFront distribution must include 'acme.example.com' as one of the alternate domain names. For more information, see <http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html Using Alternate Domain Names (CNAMEs)> in the /Amazon CloudFront Developer Guide/.+-- -   __An ELB load balancer:__ Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for 'HostedZoneId' and 'DNSName'. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.+-- -   __An Elastic Beanstalk environment:__ Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)+-- -   __An Amazon S3 bucket that is configured as a static website:__ Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, 's3-website-us-east-1.amazonaws.com'. For more information about valid values, see the table <http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region Amazon Simple Storage Service (S3) Website Endpoints> in the /Amazon Web Services General Reference/. For more information about using Amazon S3 buckets for websites, see <http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html Hosting a Static Website on Amazon S3> in the /Amazon Simple Storage Service Developer Guide/.+-- -   __Another Amazon Route 53 resource record set:__ Specify the value of the 'Name' element for a resource record set in the current hosted zone. ----- For more information and an example, see--- <http://docs.aws.amazon.com/Route53/latest/APIReference/CreateAliasRRSAPI.html Example: Creating Alias Resource Record Sets>--- in the /Amazon Route 53 API Reference/.+-- For more information and an example, see <http://docs.aws.amazon.com/Route53/latest/APIReference/CreateAliasRRSAPI.html Example: Creating Alias Resource Record Sets> in the /Amazon Route 53 API Reference/. atDNSName :: Lens' AliasTarget Text atDNSName = lens _atDNSName (\ s a -> s{_atDNSName = a}); --- | /Alias resource record sets only:/ If you set the value of--- 'EvaluateTargetHealth' to 'true' for the resource record set or sets in--- an alias, weighted alias, latency alias, or failover alias resource--- record set, and if you specify a value for 'HealthCheckId' for every--- resource record set that is referenced by these alias resource record--- sets, the alias resource record sets inherit the health of the--- referenced resource record sets.+-- | /Alias resource record sets only:/ If you set the value of 'EvaluateTargetHealth' to 'true' for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for 'HealthCheckId' for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets. ----- In this configuration, when Amazon Route 53 receives a DNS query for an--- alias resource record set:+-- In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set: ----- 1.  Amazon Route 53 looks at the resource record sets that are---     referenced by the alias resource record sets to determine which---     health checks they\'re using.--- 2.  Amazon Route 53 checks the current status of each health check.---     (Amazon Route 53 periodically checks the health of the endpoint that---     is specified in a health check; it doesn\'t perform the health check---     when the DNS query arrives.)--- 3.  Based on the status of the health checks, Amazon Route 53 determines---     which resource record sets are healthy. Unhealthy resource record---     sets are immediately removed from consideration. In addition, if all---     of the resource record sets that are referenced by an alias resource---     record set are unhealthy, that alias resource record set also is---     immediately removed from consideration.--- 4.  Based on the configuration of the alias resource record sets---     (weighted alias or latency alias, for example) and the configuration---     of the resource record sets that they reference, Amazon Route 53---     chooses a resource record set from the healthy resource record sets,---     and responds to the query.+-- 1.  Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they\'re using.+-- 2.  Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn\'t perform the health check when the DNS query arrives.)+-- 3.  Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.+-- 4.  Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query. -- -- Note the following: ----- -   You cannot set 'EvaluateTargetHealth' to true when the alias target---     is a CloudFront distribution.--- -   If the AWS resource that you specify in 'AliasTarget' is a resource---     record set or a group of resource record sets (for example, a group---     of weighted resource record sets), but it is not another alias---     resource record set, we recommend that you associate a health check---     with all of the resource record sets in the alias target. For more---     information, see---     <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html#dns-failover-complex-configs-hc-omitting What Happens When You Omit Health Checks?>---     in the /Amazon Route 53 Developer Guide/.--- -   If you specify an ELB load balancer in 'AliasTarget', Elastic Load---     Balancing routes queries only to the healthy Amazon EC2 instances---     that are registered with the load balancer. If no Amazon EC2---     instances are healthy or if the load balancer itself is unhealthy,---     and if 'EvaluateTargetHealth' is 'true' for the corresponding alias---     resource record set, Amazon Route 53 routes queries to other---     resources.--- -   When you create a load balancer, you configure settings for Elastic---     Load Balancing health checks; they\'re not Amazon Route 53 health---     checks, but they perform a similar function. Do not create Amazon---     Route 53 health checks for the Amazon EC2 instances that you---     register with an ELB load balancer. For more information, see---     <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html How Health Checks Work in More Complex Amazon Route 53 Configurations>---     in the /Amazon Route 53 Developer Guide/.+-- -   You cannot set 'EvaluateTargetHealth' to true when the alias target is a CloudFront distribution.+-- -   If the AWS resource that you specify in 'AliasTarget' is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target. For more information, see <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html#dns-failover-complex-configs-hc-omitting What Happens When You Omit Health Checks?> in the /Amazon Route 53 Developer Guide/.+-- -   If you specify an ELB load balancer in 'AliasTarget', Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if 'EvaluateTargetHealth' is 'true' for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.+-- -   When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they\'re not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html How Health Checks Work in More Complex Amazon Route 53 Configurations> in the /Amazon Route 53 Developer Guide/. ----- We recommend that you set 'EvaluateTargetHealth' to 'true' only when you--- have enough idle capacity to handle the failure of one or more--- endpoints.+-- We recommend that you set 'EvaluateTargetHealth' to 'true' only when you have enough idle capacity to handle the failure of one or more endpoints. ----- For more information and examples, see--- <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html Amazon Route 53 Health Checks and DNS Failover>--- in the /Amazon Route 53 Developer Guide/.+-- For more information and examples, see <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html Amazon Route 53 Health Checks and DNS Failover> in the /Amazon Route 53 Developer Guide/. atEvaluateTargetHealth :: Lens' AliasTarget Bool atEvaluateTargetHealth = lens _atEvaluateTargetHealth (\ s a -> s{_atEvaluateTargetHealth = a}); @@ -269,8 +167,7 @@                "DNSName" @= _atDNSName,                "EvaluateTargetHealth" @= _atEvaluateTargetHealth] --- | A complex type that contains the information for each change in a change--- batch request.+-- | A complex type that contains the information for each change in a change batch request. -- -- /See:/ 'change' smart constructor. data Change = Change'@@ -297,19 +194,9 @@  -- | The action to perform: ----- -   'CREATE': Creates a resource record set that has the specified---     values.--- -   'DELETE': Deletes a existing resource record set that has the---     specified values for 'Name', 'Type', 'SetIdentifier' (for latency,---     weighted, geolocation, and failover resource record sets), and 'TTL'---     (except alias resource record sets, for which the TTL is determined---     by the AWS resource that you\'re routing DNS queries to).--- -   'UPSERT': If a resource record set does not already exist, Amazon---     Route 53 creates it. If a resource record set does exist, Amazon---     Route 53 updates it with the values in the request. Amazon Route 53---     can update an existing resource record set only when all of the---     following values match: 'Name', 'Type', and 'SetIdentifier' (for---     weighted, latency, geolocation, and failover resource record sets).+-- -   'CREATE': Creates a resource record set that has the specified values.+-- -   'DELETE': Deletes a existing resource record set that has the specified values for 'Name', 'Type', 'SetIdentifier' (for latency, weighted, geolocation, and failover resource record sets), and 'TTL' (except alias resource record sets, for which the TTL is determined by the AWS resource that you\'re routing DNS queries to).+-- -   'UPSERT': If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: 'Name', 'Type', and 'SetIdentifier' (for weighted, latency, geolocation, and failover resource record sets). cAction :: Lens' Change ChangeAction cAction = lens _cAction (\ s a -> s{_cAction = a}); @@ -327,8 +214,7 @@               ["Action" @= _cAction,                "ResourceRecordSet" @= _cResourceRecordSet] --- | A complex type that contains an optional comment and the changes that--- you want to make with a change batch request.+-- | A complex type that contains an optional comment and the changes that you want to make with a change batch request. -- -- /See:/ 'changeBatch' smart constructor. data ChangeBatch = ChangeBatch'@@ -352,13 +238,11 @@     , _cbChanges = _List1 # pChanges_     } --- | /Optional:/ Any comments you want to include about a change batch--- request.+-- | /Optional:/ Any comments you want to include about a change batch request. cbComment :: Lens' ChangeBatch (Maybe Text) cbComment = lens _cbComment (\ s a -> s{_cbComment = a}); --- | A complex type that contains one 'Change' element for each resource--- record set that you want to create or delete.+-- | A complex type that contains one 'Change' element for each resource record set that you want to create or delete. cbChanges :: Lens' ChangeBatch (NonEmpty Change) cbChanges = lens _cbChanges (\ s a -> s{_cbChanges = a}) . _List1; @@ -372,11 +256,9 @@               ["Comment" @= _cbComment,                "Changes" @= toXMLList "Change" _cbChanges] --- | A complex type that describes change information about changes made to--- your hosted zone.+-- | A complex type that describes change information about changes made to your hosted zone. ----- This element contains an ID that you use when performing a < GetChange>--- action to get detailed information about the change.+-- This element contains an ID that you use when performing a < GetChange> action to get detailed information about the change. -- -- /See:/ 'changeInfo' smart constructor. data ChangeInfo = ChangeInfo'@@ -410,30 +292,23 @@     , _ciSubmittedAt = _Time # pSubmittedAt_     } --- | A complex type that describes change information about changes made to--- your hosted zone.+-- | A complex type that describes change information about changes made to your hosted zone. ----- This element contains an ID that you use when performing a < GetChange>--- action to get detailed information about the change.+-- This element contains an ID that you use when performing a < GetChange> action to get detailed information about the change. ciComment :: Lens' ChangeInfo (Maybe Text) ciComment = lens _ciComment (\ s a -> s{_ciComment = a}); --- | The ID of the request. Use this ID to track when the change has--- completed across all Amazon Route 53 DNS servers.+-- | The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers. ciId :: Lens' ChangeInfo Text ciId = lens _ciId (\ s a -> s{_ciId = a}); --- | The current state of the request. 'PENDING' indicates that this request--- has not yet been applied to all Amazon Route 53 DNS servers.+-- | The current state of the request. 'PENDING' indicates that this request has not yet been applied to all Amazon Route 53 DNS servers. -- -- Valid Values: 'PENDING' | 'INSYNC' ciStatus :: Lens' ChangeInfo ChangeStatus ciStatus = lens _ciStatus (\ s a -> s{_ciStatus = a}); --- | The date and time the change was submitted, in the format--- 'YYYY-MM-DDThh:mm:ssZ', as specified in the ISO 8601 standard (for--- example, 2009-11-19T19:37:58Z). The 'Z' after the time indicates that--- the time is listed in Coordinated Universal Time (UTC).+-- | The date and time the change was submitted, in the format 'YYYY-MM-DDThh:mm:ssZ', as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The 'Z' after the time indicates that the time is listed in Coordinated Universal Time (UTC). ciSubmittedAt :: Lens' ChangeInfo UTCTime ciSubmittedAt = lens _ciSubmittedAt (\ s a -> s{_ciSubmittedAt = a}) . _Time; @@ -447,9 +322,7 @@  instance NFData ChangeInfo --- | For CLOUDWATCH_METRIC health checks, a complex type that contains--- information about the CloudWatch alarm that you\'re associating with the--- health check.+-- | For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you\'re associating with the health check. -- -- /See:/ 'cloudWatchAlarmConfiguration' smart constructor. data CloudWatchAlarmConfiguration = CloudWatchAlarmConfiguration'@@ -503,54 +376,39 @@     , _cwacStatistic = pStatistic_     } --- | A list of 'Dimension' elements for the CloudWatch metric that is--- associated with the CloudWatch alarm. For information about the metrics--- and dimensions that CloudWatch supports, see--- <http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference>.+-- | A list of 'Dimension' elements for the CloudWatch metric that is associated with the CloudWatch alarm. For information about the metrics and dimensions that CloudWatch supports, see <http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference>. cwacDimensions :: Lens' CloudWatchAlarmConfiguration [Dimension] cwacDimensions = lens _cwacDimensions (\ s a -> s{_cwacDimensions = a}) . _Default . _Coerce; --- | The number of periods over which data is compared to the specified--- threshold.+-- | The number of periods over which data is compared to the specified threshold. cwacEvaluationPeriods :: Lens' CloudWatchAlarmConfiguration Natural cwacEvaluationPeriods = lens _cwacEvaluationPeriods (\ s a -> s{_cwacEvaluationPeriods = a}) . _Nat; --- | The value that the metric is compared with to determine the state of the--- alarm. For example, if you want the health check to fail if the average--- TCP connection time is greater than 500 milliseconds for more than 60--- seconds, the threshold is 500.+-- | The value that the metric is compared with to determine the state of the alarm. For example, if you want the health check to fail if the average TCP connection time is greater than 500 milliseconds for more than 60 seconds, the threshold is 500. cwacThreshold :: Lens' CloudWatchAlarmConfiguration Double cwacThreshold = lens _cwacThreshold (\ s a -> s{_cwacThreshold = a}); --- | The arithmetic operation to use when comparing the specified Statistic--- and Threshold.+-- | The arithmetic operation to use when comparing the specified Statistic and Threshold. ----- Valid Values are 'GreaterThanOrEqualToThreshold',--- 'GreaterThanThreshold', 'LessThanThreshold' and--- 'LessThanOrEqualToThreshold'+-- Valid Values are 'GreaterThanOrEqualToThreshold', 'GreaterThanThreshold', 'LessThanThreshold' and 'LessThanOrEqualToThreshold' cwacComparisonOperator :: Lens' CloudWatchAlarmConfiguration ComparisonOperator cwacComparisonOperator = lens _cwacComparisonOperator (\ s a -> s{_cwacComparisonOperator = a}); --- | An integer that represents the period in seconds over which the--- statistic is applied.+-- | An integer that represents the period in seconds over which the statistic is applied. cwacPeriod :: Lens' CloudWatchAlarmConfiguration Natural cwacPeriod = lens _cwacPeriod (\ s a -> s{_cwacPeriod = a}) . _Nat; --- | The name of the CloudWatch metric that is associated with the CloudWatch--- alarm.+-- | The name of the CloudWatch metric that is associated with the CloudWatch alarm. cwacMetricName :: Lens' CloudWatchAlarmConfiguration Text cwacMetricName = lens _cwacMetricName (\ s a -> s{_cwacMetricName = a}); --- | The namespace of the CloudWatch metric that is associated with the--- CloudWatch alarm.+-- | The namespace of the CloudWatch metric that is associated with the CloudWatch alarm. cwacNamespace :: Lens' CloudWatchAlarmConfiguration Text cwacNamespace = lens _cwacNamespace (\ s a -> s{_cwacNamespace = a}); --- | The statistic to apply to the CloudWatch metric that is associated with--- the CloudWatch alarm.+-- | The statistic to apply to the CloudWatch metric that is associated with the CloudWatch alarm. ----- Valid Values are 'SampleCount', 'Average', 'Sum', 'Minimum' and--- 'Maximum'+-- Valid Values are 'SampleCount', 'Average', 'Sum', 'Minimum' and 'Maximum' cwacStatistic :: Lens' CloudWatchAlarmConfiguration Statistic cwacStatistic = lens _cwacStatistic (\ s a -> s{_cwacStatistic = a}); @@ -607,10 +465,7 @@ dsCallerReference :: Lens' DelegationSet (Maybe Text) dsCallerReference = lens _dsCallerReference (\ s a -> s{_dsCallerReference = a}); --- | A complex type that contains the authoritative name servers for the--- hosted zone. Use the method provided by your domain registrar to add an--- NS record to your domain for each 'NameServer' that is assigned to your--- hosted zone.+-- | A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each 'NameServer' that is assigned to your hosted zone. dsNameServers :: Lens' DelegationSet (NonEmpty Text) dsNameServers = lens _dsNameServers (\ s a -> s{_dsNameServers = a}) . _List1; @@ -693,30 +548,23 @@     , _glContinentCode = Nothing     } --- | The code for a country\'s subdivision (e.g., a province of Canada). A--- subdivision code is only valid with the appropriate country code.+-- | The code for a country\'s subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code. ----- Constraint: Specifying 'SubdivisionCode' without 'CountryCode' returns--- an < InvalidInput> error.+-- Constraint: Specifying 'SubdivisionCode' without 'CountryCode' returns an < InvalidInput> error. glSubdivisionCode :: Lens' GeoLocation (Maybe Text) glSubdivisionCode = lens _glSubdivisionCode (\ s a -> s{_glSubdivisionCode = a}); --- | The code for a country geo location. The default location uses \'*\' for--- the country code and will match all locations that are not matched by a--- geo location.+-- | The code for a country geo location. The default location uses \'*\' for the country code and will match all locations that are not matched by a geo location. ----- The default geo location uses a '*' for the country code. All other--- country codes follow the ISO 3166 two-character code.+-- The default geo location uses a '*' for the country code. All other country codes follow the ISO 3166 two-character code. glCountryCode :: Lens' GeoLocation (Maybe Text) glCountryCode = lens _glCountryCode (\ s a -> s{_glCountryCode = a}); --- | The code for a continent geo location. Note: only continent locations--- have a continent code.+-- | The code for a continent geo location. Note: only continent locations have a continent code. -- -- Valid values: 'AF' | 'AN' | 'AS' | 'EU' | 'OC' | 'NA' | 'SA' ----- Constraint: Specifying 'ContinentCode' with either 'CountryCode' or--- 'SubdivisionCode' returns an < InvalidInput> error.+-- Constraint: Specifying 'ContinentCode' with either 'CountryCode' or 'SubdivisionCode' returns an < InvalidInput> error. glContinentCode :: Lens' GeoLocation (Maybe Text) glContinentCode = lens _glContinentCode (\ s a -> s{_glContinentCode = a}); @@ -776,37 +624,29 @@     , _gldContinentName = Nothing     } --- | The name of the subdivision. This element is only present if--- 'SubdivisionCode' is also present.+-- | The name of the subdivision. This element is only present if 'SubdivisionCode' is also present. gldSubdivisionName :: Lens' GeoLocationDetails (Maybe Text) gldSubdivisionName = lens _gldSubdivisionName (\ s a -> s{_gldSubdivisionName = a}); --- | The code for a country\'s subdivision (e.g., a province of Canada). A--- subdivision code is only valid with the appropriate country code.+-- | The code for a country\'s subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code. gldSubdivisionCode :: Lens' GeoLocationDetails (Maybe Text) gldSubdivisionCode = lens _gldSubdivisionCode (\ s a -> s{_gldSubdivisionCode = a}); --- | The name of the country. This element is only present if 'CountryCode'--- is also present.+-- | The name of the country. This element is only present if 'CountryCode' is also present. gldCountryName :: Lens' GeoLocationDetails (Maybe Text) gldCountryName = lens _gldCountryName (\ s a -> s{_gldCountryName = a}); --- | The code for a country geo location. The default location uses \'*\' for--- the country code and will match all locations that are not matched by a--- geo location.+-- | The code for a country geo location. The default location uses \'*\' for the country code and will match all locations that are not matched by a geo location. ----- The default geo location uses a '*' for the country code. All other--- country codes follow the ISO 3166 two-character code.+-- The default geo location uses a '*' for the country code. All other country codes follow the ISO 3166 two-character code. gldCountryCode :: Lens' GeoLocationDetails (Maybe Text) gldCountryCode = lens _gldCountryCode (\ s a -> s{_gldCountryCode = a}); --- | The code for a continent geo location. Note: only continent locations--- have a continent code.+-- | The code for a continent geo location. Note: only continent locations have a continent code. gldContinentCode :: Lens' GeoLocationDetails (Maybe Text) gldContinentCode = lens _gldContinentCode (\ s a -> s{_gldContinentCode = a}); --- | The name of the continent. This element is only present if--- 'ContinentCode' is also present.+-- | The name of the continent. This element is only present if 'ContinentCode' is also present. gldContinentName :: Lens' GeoLocationDetails (Maybe Text) gldContinentName = lens _gldContinentName (\ s a -> s{_gldContinentName = a}); @@ -824,8 +664,7 @@  instance NFData GeoLocationDetails --- | A complex type that contains identifying information about the health--- check.+-- | A complex type that contains identifying information about the health check. -- -- /See:/ 'healthCheck' smart constructor. data HealthCheck = HealthCheck'@@ -864,9 +703,7 @@     , _hcHealthCheckVersion = _Nat # pHealthCheckVersion_     } --- | For CLOUDWATCH_METRIC health checks, a complex type that contains--- information about the CloudWatch alarm that you\'re associating with the--- health check.+-- | For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you\'re associating with the health check. hcCloudWatchAlarmConfiguration :: Lens' HealthCheck (Maybe CloudWatchAlarmConfiguration) hcCloudWatchAlarmConfiguration = lens _hcCloudWatchAlarmConfiguration (\ s a -> s{_hcCloudWatchAlarmConfiguration = a}); @@ -882,9 +719,7 @@ hcHealthCheckConfig :: Lens' HealthCheck HealthCheckConfig hcHealthCheckConfig = lens _hcHealthCheckConfig (\ s a -> s{_hcHealthCheckConfig = a}); --- | The version of the health check. You can optionally pass this value in a--- call to 'UpdateHealthCheck' to prevent overwriting another change to the--- health check.+-- | The version of the health check. You can optionally pass this value in a call to 'UpdateHealthCheck' to prevent overwriting another change to the health check. hcHealthCheckVersion :: Lens' HealthCheck Natural hcHealthCheckVersion = lens _hcHealthCheckVersion (\ s a -> s{_hcHealthCheckVersion = a}) . _Nat; @@ -981,13 +816,9 @@     , _hccType = pType_     } --- | The number of consecutive health checks that an endpoint must pass or--- fail for Amazon Route 53 to change the current status of the endpoint--- from unhealthy to healthy or vice versa.+-- | The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa. ----- Valid values are integers between 1 and 10. For more information, see--- \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the--- Amazon Route 53 Developer Guide.+-- Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide. hccFailureThreshold :: Lens' HealthCheckConfig (Maybe Natural) hccFailureThreshold = lens _hccFailureThreshold (\ s a -> s{_hccFailureThreshold = a}) . mapping _Nat; @@ -995,60 +826,39 @@ hccIPAddress :: Lens' HealthCheckConfig (Maybe Text) hccIPAddress = lens _hccIPAddress (\ s a -> s{_hccIPAddress = a}); --- | Specify whether you want Amazon Route 53 to send the value of--- 'FullyQualifiedDomainName' to the endpoint in the 'client_hello' message--- during TLS negotiation. If you don\'t specify a value for 'EnableSNI',--- Amazon Route 53 defaults to 'true' when 'Type' is 'HTTPS' or--- 'HTTPS_STR_MATCH' and defaults to 'false' when 'Type' is any other--- value.+-- | Specify whether you want Amazon Route 53 to send the value of 'FullyQualifiedDomainName' to the endpoint in the 'client_hello' message during TLS negotiation. If you don\'t specify a value for 'EnableSNI', Amazon Route 53 defaults to 'true' when 'Type' is 'HTTPS' or 'HTTPS_STR_MATCH' and defaults to 'false' when 'Type' is any other value. hccEnableSNI :: Lens' HealthCheckConfig (Maybe Bool) hccEnableSNI = lens _hccEnableSNI (\ s a -> s{_hccEnableSNI = a}); --- | A string to search for in the body of a health check response. Required--- for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53--- considers case when searching for 'SearchString' in the response body.+-- | A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for 'SearchString' in the response body. hccSearchString :: Lens' HealthCheckConfig (Maybe Text) hccSearchString = lens _hccSearchString (\ s a -> s{_hccSearchString = a}); --- | The minimum number of child health checks that must be healthy for--- Amazon Route 53 to consider the parent health check to be healthy. Valid--- values are integers between 0 and 256, inclusive.+-- | The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive. hccHealthThreshold :: Lens' HealthCheckConfig (Maybe Natural) hccHealthThreshold = lens _hccHealthThreshold (\ s a -> s{_hccHealthThreshold = a}) . mapping _Nat; --- | A list of 'HealthCheckRegion' values that you want Amazon Route 53 to--- use to perform health checks for the specified endpoint. You must--- specify at least three regions.+-- | A list of 'HealthCheckRegion' values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions. hccRegions :: Lens' HealthCheckConfig (Maybe (NonEmpty HealthCheckRegion)) hccRegions = lens _hccRegions (\ s a -> s{_hccRegions = a}) . mapping _List1; --- | Path to ping on the instance to check the health. Required for HTTP,--- HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP--- request is issued to the instance on the given port and path.+-- | Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path. hccResourcePath :: Lens' HealthCheckConfig (Maybe Text) hccResourcePath = lens _hccResourcePath (\ s a -> s{_hccResourcePath = a}); --- | The status of the health check when CloudWatch has insufficient data--- about the state of associated alarm. Valid values are 'Healthy',--- 'Unhealthy' and 'LastKnownStatus'.+-- | The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are 'Healthy', 'Unhealthy' and 'LastKnownStatus'. hccInsufficientDataHealthStatus :: Lens' HealthCheckConfig (Maybe InsufficientDataHealthStatus) hccInsufficientDataHealthStatus = lens _hccInsufficientDataHealthStatus (\ s a -> s{_hccInsufficientDataHealthStatus = a}); --- | A complex type that contains information to uniquely identify the--- CloudWatch alarm that you\'re associating with a Route 53 health check.+-- | A complex type that contains information to uniquely identify the CloudWatch alarm that you\'re associating with a Route 53 health check. hccAlarmIdentifier :: Lens' HealthCheckConfig (Maybe AlarmIdentifier) hccAlarmIdentifier = lens _hccAlarmIdentifier (\ s a -> s{_hccAlarmIdentifier = a}); --- | A Boolean value that indicates whether you want Amazon Route 53 to--- measure the latency between health checkers in multiple AWS regions and--- your endpoint and to display CloudWatch latency graphs in the Amazon--- Route 53 console.+-- | A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console. hccMeasureLatency :: Lens' HealthCheckConfig (Maybe Bool) hccMeasureLatency = lens _hccMeasureLatency (\ s a -> s{_hccMeasureLatency = a}); --- | A boolean value that indicates whether the status of health check should--- be inverted. For example, if a health check is healthy but 'Inverted' is--- 'True', then Amazon Route 53 considers the health check to be unhealthy.+-- | A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but 'Inverted' is 'True', then Amazon Route 53 considers the health check to be unhealthy. hccInverted :: Lens' HealthCheckConfig (Maybe Bool) hccInverted = lens _hccInverted (\ s a -> s{_hccInverted = a}); @@ -1056,30 +866,21 @@ hccFullyQualifiedDomainName :: Lens' HealthCheckConfig (Maybe Text) hccFullyQualifiedDomainName = lens _hccFullyQualifiedDomainName (\ s a -> s{_hccFullyQualifiedDomainName = a}); --- | For a specified parent health check, a list of 'HealthCheckId' values--- for the associated child health checks.+-- | For a specified parent health check, a list of 'HealthCheckId' values for the associated child health checks. hccChildHealthChecks :: Lens' HealthCheckConfig [Text] hccChildHealthChecks = lens _hccChildHealthChecks (\ s a -> s{_hccChildHealthChecks = a}) . _Default . _Coerce; --- | The number of seconds between the time that Amazon Route 53 gets a--- response from your endpoint and the time that it sends the next--- health-check request.+-- | The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request. ----- Each Amazon Route 53 health checker makes requests at this interval.--- Valid values are 10 and 30. The default value is 30.+-- Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30. hccRequestInterval :: Lens' HealthCheckConfig (Maybe Natural) hccRequestInterval = lens _hccRequestInterval (\ s a -> s{_hccRequestInterval = a}) . mapping _Nat; --- | Port on which connection will be opened to the instance to health check.--- For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not--- specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the--- port is not specified.+-- | Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified. hccPort :: Lens' HealthCheckConfig (Maybe Natural) hccPort = lens _hccPort (\ s a -> s{_hccPort = a}) . mapping _Nat; --- | The type of health check to be performed. Currently supported types are--- TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and--- CLOUDWATCH_METRIC.+-- | The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC. hccType :: Lens' HealthCheckConfig HealthCheckType hccType = lens _hccType (\ s a -> s{_hccType = a}); @@ -1135,8 +936,7 @@                "RequestInterval" @= _hccRequestInterval,                "Port" @= _hccPort, "Type" @= _hccType] --- | A complex type that contains the IP address of a Amazon Route 53 health--- checker and the reason for the health check status.+-- | A complex type that contains the IP address of a Amazon Route 53 health checker and the reason for the health check status. -- -- /See:/ 'healthCheckObservation' smart constructor. data HealthCheckObservation = HealthCheckObservation'@@ -1163,18 +963,15 @@     , _hcoRegion = Nothing     } --- | The IP address of the Amazon Route 53 health checker that performed this--- health check.+-- | The IP address of the Amazon Route 53 health checker that performed this health check. hcoIPAddress :: Lens' HealthCheckObservation (Maybe Text) hcoIPAddress = lens _hcoIPAddress (\ s a -> s{_hcoIPAddress = a}); --- | A complex type that contains information about the health check status--- for the current observation.+-- | A complex type that contains information about the health check status for the current observation. hcoStatusReport :: Lens' HealthCheckObservation (Maybe StatusReport) hcoStatusReport = lens _hcoStatusReport (\ s a -> s{_hcoStatusReport = a}); --- | The 'HealthCheckRegion' of the Amazon Route 53 health checker that--- performed this health check.+-- | The 'HealthCheckRegion' of the Amazon Route 53 health checker that performed this health check. hcoRegion :: Lens' HealthCheckObservation (Maybe HealthCheckRegion) hcoRegion = lens _hcoRegion (\ s a -> s{_hcoRegion = a}); @@ -1238,15 +1035,9 @@ hzId :: Lens' HostedZone Text hzId = lens _hzId (\ s a -> s{_hzId = a}); --- | The name of the domain. This must be a fully-specified domain, for--- example, www.example.com. The trailing dot is optional; Amazon Route 53--- assumes that the domain name is fully qualified. This means that Amazon--- Route 53 treats www.example.com (without a trailing dot) and--- www.example.com. (with a trailing dot) as identical.+-- | The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical. ----- This is the name you have registered with your DNS registrar. You should--- ask your registrar to change the authoritative name servers for your--- domain to the set of 'NameServers' elements returned in 'DelegationSet'.+-- This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of 'NameServers' elements returned in 'DelegationSet'. hzName :: Lens' HostedZone Text hzName = lens _hzName (\ s a -> s{_hzName = a}); @@ -1266,9 +1057,7 @@  instance NFData HostedZone --- | A complex type that contains an optional comment about your hosted zone.--- If you don\'t want to specify a comment, you can omit the--- 'HostedZoneConfig' and 'Comment' elements from the XML document.+-- | A complex type that contains an optional comment about your hosted zone. If you don\'t want to specify a comment, you can omit the 'HostedZoneConfig' and 'Comment' elements from the XML document. -- -- /See:/ 'hostedZoneConfig' smart constructor. data HostedZoneConfig = HostedZoneConfig'@@ -1295,9 +1084,7 @@ hzcPrivateZone :: Lens' HostedZoneConfig (Maybe Bool) hzcPrivateZone = lens _hzcPrivateZone (\ s a -> s{_hzcPrivateZone = a}); --- | An optional comment about your hosted zone. If you don\'t want to--- specify a comment, you can omit the 'HostedZoneConfig' and 'Comment'--- elements from the XML document.+-- | An optional comment about your hosted zone. If you don\'t want to specify a comment, you can omit the 'HostedZoneConfig' and 'Comment' elements from the XML document. hzcComment :: Lens' HostedZoneConfig (Maybe Text) hzcComment = lens _hzcComment (\ s a -> s{_hzcComment = a}); @@ -1316,8 +1103,7 @@               ["PrivateZone" @= _hzcPrivateZone,                "Comment" @= _hzcComment] --- | A complex type that contains the value of the 'Value' element for the--- current resource record set.+-- | A complex type that contains the value of the 'Value' element for the current resource record set. -- -- /See:/ 'resourceRecord' smart constructor. newtype ResourceRecord = ResourceRecord'@@ -1337,15 +1123,9 @@     { _rrValue = pValue_     } --- | The current or new DNS record value, not to exceed 4,000 characters. In--- the case of a 'DELETE' action, if the current value does not match the--- actual value, an error is returned. For descriptions about how to format--- 'Value' for different record types, see--- <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html Supported DNS Resource Record Types>--- in the /Amazon Route 53 Developer Guide/.+-- | The current or new DNS record value, not to exceed 4,000 characters. In the case of a 'DELETE' action, if the current value does not match the actual value, an error is returned. For descriptions about how to format 'Value' for different record types, see <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html Supported DNS Resource Record Types> in the /Amazon Route 53 Developer Guide/. ----- You can specify more than one value for all record types except 'CNAME'--- and 'SOA'.+-- You can specify more than one value for all record types except 'CNAME' and 'SOA'. rrValue :: Lens' ResourceRecord Text rrValue = lens _rrValue (\ s a -> s{_rrValue = a}); @@ -1360,8 +1140,7 @@         toXML ResourceRecord'{..}           = mconcat ["Value" @= _rrValue] --- | A complex type that contains information about the current resource--- record set.+-- | A complex type that contains information about the current resource record set. -- -- /See:/ 'resourceRecordSet' smart constructor. data ResourceRecordSet = ResourceRecordSet'@@ -1426,67 +1205,32 @@     , _rrsType = pType_     } --- | The cache time to live for the current resource record set. Note the--- following:+-- | The cache time to live for the current resource record set. Note the following: ----- -   If you\'re creating an alias resource record set, omit 'TTL'. Amazon---     Route 53 uses the value of 'TTL' for the alias target.--- -   If you\'re associating this resource record set with a health check---     (if you\'re adding a 'HealthCheckId' element), we recommend that you---     specify a 'TTL' of 60 seconds or less so clients respond quickly to---     changes in health status.--- -   All of the resource record sets in a group of weighted, latency,---     geolocation, or failover resource record sets must have the same---     value for 'TTL'.--- -   If a group of weighted resource record sets includes one or more---     weighted alias resource record sets for which the alias target is an---     ELB load balancer, we recommend that you specify a 'TTL' of 60---     seconds for all of the non-alias weighted resource record sets that---     have the same name and type. Values other than 60 seconds (the TTL---     for load balancers) will change the effect of the values that you---     specify for 'Weight'.+-- -   If you\'re creating an alias resource record set, omit 'TTL'. Amazon Route 53 uses the value of 'TTL' for the alias target.+-- -   If you\'re associating this resource record set with a health check (if you\'re adding a 'HealthCheckId' element), we recommend that you specify a 'TTL' of 60 seconds or less so clients respond quickly to changes in health status.+-- -   All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for 'TTL'.+-- -   If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a 'TTL' of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for 'Weight'. rrsTTL :: Lens' ResourceRecordSet (Maybe Natural) rrsTTL = lens _rrsTTL (\ s a -> s{_rrsTTL = a}) . mapping _Nat; --- | A complex type that contains the resource records for the current--- resource record set.+-- | A complex type that contains the resource records for the current resource record set. rrsResourceRecords :: Lens' ResourceRecordSet (Maybe (NonEmpty ResourceRecord)) rrsResourceRecords = lens _rrsResourceRecords (\ s a -> s{_rrsResourceRecords = a}) . mapping _List1; --- | /Alias resource record sets only:/ Information about the AWS resource to--- which you are redirecting traffic.+-- | /Alias resource record sets only:/ Information about the AWS resource to which you are redirecting traffic. rrsAliasTarget :: Lens' ResourceRecordSet (Maybe AliasTarget) rrsAliasTarget = lens _rrsAliasTarget (\ s a -> s{_rrsAliasTarget = a}); --- | /Weighted resource record sets only:/ Among resource record sets that--- have the same combination of DNS name and type, a value that determines--- the proportion of DNS queries that Amazon Route 53 responds to using the--- current resource record set. Amazon Route 53 calculates the sum of the--- weights for the resource record sets that have the same combination of--- DNS name and type. Amazon Route 53 then responds to queries based on the--- ratio of a resource\'s weight to the total. Note the following:+-- | /Weighted resource record sets only:/ Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource\'s weight to the total. Note the following: ----- -   You must specify a value for the 'Weight' element for every weighted---     resource record set.--- -   You can only specify one 'ResourceRecord' per weighted resource---     record set.--- -   You cannot create latency, failover, or geolocation resource record---     sets that have the same values for the 'Name' and 'Type' elements as---     weighted resource record sets.--- -   You can create a maximum of 100 weighted resource record sets that---     have the same values for the 'Name' and 'Type' elements.--- -   For weighted (but not weighted alias) resource record sets, if you---     set 'Weight' to '0' for a resource record set, Amazon Route 53 never---     responds to queries with the applicable value for that resource---     record set. However, if you set 'Weight' to '0' for all resource---     record sets that have the same combination of DNS name and type,---     traffic is routed to all resources with equal probability.+-- -   You must specify a value for the 'Weight' element for every weighted resource record set.+-- -   You can only specify one 'ResourceRecord' per weighted resource record set.+-- -   You cannot create latency, failover, or geolocation resource record sets that have the same values for the 'Name' and 'Type' elements as weighted resource record sets.+-- -   You can create a maximum of 100 weighted resource record sets that have the same values for the 'Name' and 'Type' elements.+-- -   For weighted (but not weighted alias) resource record sets, if you set 'Weight' to '0' for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set 'Weight' to '0' for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability. -----     The effect of setting 'Weight' to '0' is different when you---     associate health checks with weighted resource record sets. For more---     information, see---     <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-configuring-options.html Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover>---     in the /Amazon Route 53 Developer Guide/.+--     The effect of setting 'Weight' to '0' is different when you associate health checks with weighted resource record sets. For more information, see <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-configuring-options.html Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover> in the /Amazon Route 53 Developer Guide/. -- rrsWeight :: Lens' ResourceRecordSet (Maybe Natural) rrsWeight = lens _rrsWeight (\ s a -> s{_rrsWeight = a}) . mapping _Nat;@@ -1495,196 +1239,92 @@ rrsTrafficPolicyInstanceId :: Lens' ResourceRecordSet (Maybe Text) rrsTrafficPolicyInstanceId = lens _rrsTrafficPolicyInstanceId (\ s a -> s{_rrsTrafficPolicyInstanceId = a}); --- | /Weighted, Latency, Geo, and Failover resource record sets only:/ An--- identifier that differentiates among multiple resource record sets that--- have the same combination of DNS name and type. The value of--- 'SetIdentifier' must be unique for each resource record set that has the--- same combination of DNS name and type.+-- | /Weighted, Latency, Geo, and Failover resource record sets only:/ An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of 'SetIdentifier' must be unique for each resource record set that has the same combination of DNS name and type. rrsSetIdentifier :: Lens' ResourceRecordSet (Maybe Text) rrsSetIdentifier = lens _rrsSetIdentifier (\ s a -> s{_rrsSetIdentifier = a}); --- | /Failover resource record sets only:/ To configure failover, you add the--- 'Failover' element to two resource record sets. For one resource record--- set, you specify 'PRIMARY' as the value for 'Failover'; for the other--- resource record set, you specify 'SECONDARY'. In addition, you include--- the 'HealthCheckId' element and specify the health check that you want--- Amazon Route 53 to perform for each resource record set.+-- | /Failover resource record sets only:/ To configure failover, you add the 'Failover' element to two resource record sets. For one resource record set, you specify 'PRIMARY' as the value for 'Failover'; for the other resource record set, you specify 'SECONDARY'. In addition, you include the 'HealthCheckId' element and specify the health check that you want Amazon Route 53 to perform for each resource record set. ----- You can create failover and failover alias resource record sets only in--- public hosted zones.+-- You can create failover and failover alias resource record sets only in public hosted zones. ----- Except where noted, the following failover behaviors assume that you--- have included the 'HealthCheckId' element in both resource record sets:+-- Except where noted, the following failover behaviors assume that you have included the 'HealthCheckId' element in both resource record sets: ----- -   When the primary resource record set is healthy, Amazon Route 53---     responds to DNS queries with the applicable value from the primary---     resource record set regardless of the health of the secondary---     resource record set.--- -   When the primary resource record set is unhealthy and the secondary---     resource record set is healthy, Amazon Route 53 responds to DNS---     queries with the applicable value from the secondary resource record---     set.--- -   When the secondary resource record set is unhealthy, Amazon Route 53---     responds to DNS queries with the applicable value from the primary---     resource record set regardless of the health of the primary resource---     record set.--- -   If you omit the 'HealthCheckId' element for the secondary resource---     record set, and if the primary resource record set is unhealthy,---     Amazon Route 53 always responds to DNS queries with the applicable---     value from the secondary resource record set. This is true---     regardless of the health of the associated endpoint.+-- -   When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.+-- -   When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.+-- -   When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.+-- -   If you omit the 'HealthCheckId' element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint. ----- You cannot create non-failover resource record sets that have the same--- values for the 'Name' and 'Type' elements as failover resource record--- sets.+-- You cannot create non-failover resource record sets that have the same values for the 'Name' and 'Type' elements as failover resource record sets. ----- For failover alias resource record sets, you must also include the--- 'EvaluateTargetHealth' element and set the value to true.+-- For failover alias resource record sets, you must also include the 'EvaluateTargetHealth' element and set the value to true. ----- For more information about configuring failover for Amazon Route 53, see--- <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html Amazon Route 53 Health Checks and DNS Failover>--- in the /Amazon Route 53 Developer Guide/.+-- For more information about configuring failover for Amazon Route 53, see <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html Amazon Route 53 Health Checks and DNS Failover> in the /Amazon Route 53 Developer Guide/. -- -- Valid values: 'PRIMARY' | 'SECONDARY' rrsFailover :: Lens' ResourceRecordSet (Maybe Failover) rrsFailover = lens _rrsFailover (\ s a -> s{_rrsFailover = a}); --- | /Health Check resource record sets only, not required for alias resource--- record sets:/ An identifier that is used to identify health check--- associated with the resource record set.+-- | /Health Check resource record sets only, not required for alias resource record sets:/ An identifier that is used to identify health check associated with the resource record set. rrsHealthCheckId :: Lens' ResourceRecordSet (Maybe Text) rrsHealthCheckId = lens _rrsHealthCheckId (\ s a -> s{_rrsHealthCheckId = a}); --- | /Latency-based resource record sets only:/ The Amazon EC2 region where--- the resource that is specified in this resource record set resides. The--- resource typically is an AWS resource, such as an Amazon EC2 instance or--- an ELB load balancer, and is referred to by an IP address or a DNS--- domain name, depending on the record type.+-- | /Latency-based resource record sets only:/ The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type. ----- You can create latency and latency alias resource record sets only in--- public hosted zones.+-- You can create latency and latency alias resource record sets only in public hosted zones. ----- When Amazon Route 53 receives a DNS query for a domain name and type for--- which you have created latency resource record sets, Amazon Route 53--- selects the latency resource record set that has the lowest latency--- between the end user and the associated Amazon EC2 region. Amazon Route--- 53 then returns the value that is associated with the selected resource--- record set.+-- When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set. -- -- Note the following: ----- -   You can only specify one 'ResourceRecord' per latency resource---     record set.--- -   You can only create one latency resource record set for each Amazon---     EC2 region.--- -   You are not required to create latency resource record sets for all---     Amazon EC2 regions. Amazon Route 53 will choose the region with the---     best latency from among the regions for which you create latency---     resource record sets.--- -   You cannot create non-latency resource record sets that have the---     same values for the 'Name' and 'Type' elements as latency resource---     record sets.+-- -   You can only specify one 'ResourceRecord' per latency resource record set.+-- -   You can only create one latency resource record set for each Amazon EC2 region.+-- -   You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.+-- -   You cannot create non-latency resource record sets that have the same values for the 'Name' and 'Type' elements as latency resource record sets. rrsRegion :: Lens' ResourceRecordSet (Maybe Region) rrsRegion = lens _rrsRegion (\ s a -> s{_rrsRegion = a}); --- | /Geo location resource record sets only:/ A complex type that lets you--- control how Amazon Route 53 responds to DNS queries based on the--- geographic origin of the query. For example, if you want all queries--- from Africa to be routed to a web server with an IP address of--- '192.0.2.111', create a resource record set with a 'Type' of 'A' and a--- 'ContinentCode' of 'AF'.+-- | /Geo location resource record sets only:/ A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of '192.0.2.111', create a resource record set with a 'Type' of 'A' and a 'ContinentCode' of 'AF'. ----- You can create geolocation and geolocation alias resource record sets--- only in public hosted zones.+-- You can create geolocation and geolocation alias resource record sets only in public hosted zones. ----- If you create separate resource record sets for overlapping geographic--- regions (for example, one resource record set for a continent and one--- for a country on the same continent), priority goes to the smallest--- geographic region. This allows you to route most queries for a continent--- to one resource and to route queries for a country on that continent to--- a different resource.+-- If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource. ----- You cannot create two geolocation resource record sets that specify the--- same geographic location.+-- You cannot create two geolocation resource record sets that specify the same geographic location. ----- The value '*' in the 'CountryCode' element matches all geographic--- locations that aren\'t specified in other geolocation resource record--- sets that have the same values for the 'Name' and 'Type' elements.+-- The value '*' in the 'CountryCode' element matches all geographic locations that aren\'t specified in other geolocation resource record sets that have the same values for the 'Name' and 'Type' elements. ----- Geolocation works by mapping IP addresses to locations. However, some IP--- addresses aren\'t mapped to geographic locations, so even if you create--- geolocation resource record sets that cover all seven continents, Amazon--- Route 53 will receive some DNS queries from locations that it can\'t--- identify. We recommend that you create a resource record set for which--- the value of 'CountryCode' is '*', which handles both queries that come--- from locations for which you haven\'t created geolocation resource--- record sets and queries from IP addresses that aren\'t mapped to a--- location. If you don\'t create a '*' resource record set, Amazon Route--- 53 returns a \"no answer\" response for queries from those locations.+-- Geolocation works by mapping IP addresses to locations. However, some IP addresses aren\'t mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can\'t identify. We recommend that you create a resource record set for which the value of 'CountryCode' is '*', which handles both queries that come from locations for which you haven\'t created geolocation resource record sets and queries from IP addresses that aren\'t mapped to a location. If you don\'t create a '*' resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. ----- You cannot create non-geolocation resource record sets that have the--- same values for the 'Name' and 'Type' elements as geolocation resource--- record sets.+-- You cannot create non-geolocation resource record sets that have the same values for the 'Name' and 'Type' elements as geolocation resource record sets. rrsGeoLocation :: Lens' ResourceRecordSet (Maybe GeoLocation) rrsGeoLocation = lens _rrsGeoLocation (\ s a -> s{_rrsGeoLocation = a});  -- | The name of the domain you want to perform the action on. ----- Enter a fully qualified domain name, for example, 'www.example.com'. You--- can optionally include a trailing dot. If you omit the trailing dot,--- Amazon Route 53 still assumes that the domain name that you specify is--- fully qualified. This means that Amazon Route 53 treats--- 'www.example.com' (without a trailing dot) and 'www.example.com.' (with--- a trailing dot) as identical.+-- Enter a fully qualified domain name, for example, 'www.example.com'. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats 'www.example.com' (without a trailing dot) and 'www.example.com.' (with a trailing dot) as identical. ----- For information about how to specify characters other than a-z, 0-9, and--- - (hyphen) and how to specify internationalized domain names, see--- <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html DNS Domain Name Format>--- in the /Amazon Route 53 Developer Guide/.+-- For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html DNS Domain Name Format> in the /Amazon Route 53 Developer Guide/. ----- You can use an asterisk (*) character in the name. DNS treats the *--- character either as a wildcard or as the * character (ASCII 42),--- depending on where it appears in the name. For more information, see--- <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html#domain-name-format-asterisk Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets>--- in the /Amazon Route 53 Developer Guide/+-- You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html#domain-name-format-asterisk Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets> in the /Amazon Route 53 Developer Guide/ ----- You can\'t use the * wildcard for resource records sets that have a type--- of NS.+-- You can\'t use the * wildcard for resource records sets that have a type of NS. rrsName :: Lens' ResourceRecordSet Text rrsName = lens _rrsName (\ s a -> s{_rrsName = a}); --- | The DNS record type. For information about different record types and--- how data is encoded for them, see--- <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html Supported DNS Resource Record Types>--- in the /Amazon Route 53 Developer Guide/.+-- | The DNS record type. For information about different record types and how data is encoded for them, see <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html Supported DNS Resource Record Types> in the /Amazon Route 53 Developer Guide/. ----- Valid values for basic resource record sets: 'A' | 'AAAA' | 'CNAME' |--- 'MX' | 'NS' | 'PTR' | 'SOA' | 'SPF' | 'SRV' | 'TXT'+-- Valid values for basic resource record sets: 'A' | 'AAAA' | 'CNAME' | 'MX' | 'NS' | 'PTR' | 'SOA' | 'SPF' | 'SRV' | 'TXT' ----- Values for weighted, latency, geolocation, and failover resource record--- sets: 'A' | 'AAAA' | 'CNAME' | 'MX' | 'PTR' | 'SPF' | 'SRV' | 'TXT'.--- When creating a group of weighted, latency, geolocation, or failover--- resource record sets, specify the same value for all of the resource--- record sets in the group.+-- Values for weighted, latency, geolocation, and failover resource record sets: 'A' | 'AAAA' | 'CNAME' | 'MX' | 'PTR' | 'SPF' | 'SRV' | 'TXT'. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group. ----- SPF records were formerly used to verify the identity of the sender of--- email messages. However, we no longer recommend that you create resource--- record sets for which the value of 'Type' is 'SPF'. RFC 7208, /Sender--- Policy Framework (SPF) for Authorizing Use of Domains in Email, Version--- 1/, has been updated to say, \"...[I]ts existence and mechanism defined--- in [RFC4408] have led to some interoperability issues. Accordingly, its--- use is no longer appropriate for SPF version 1; implementations are not--- to use it.\" In RFC 7208, see section 14.1,--- <http://tools.ietf.org/html/rfc7208#section-14.1 The SPF DNS Record Type>.+-- SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of 'Type' is 'SPF'. RFC 7208, /Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1/, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, <http://tools.ietf.org/html/rfc7208#section-14.1 The SPF DNS Record Type>. -- -- Values for alias resource record sets: -- -- -   __CloudFront distributions:__ 'A' -- -   __ELB load balancers:__ 'A' | 'AAAA' -- -   __Amazon S3 buckets:__ A--- -   __Another resource record set in this hosted zone:__ Specify the---     type of the resource record set for which you\'re creating the---     alias. Specify any value except 'NS' or 'SOA'.+-- -   __Another resource record set in this hosted zone:__ Specify the type of the resource record set for which you\'re creating the alias. Specify any value except 'NS' or 'SOA'. rrsType :: Lens' ResourceRecordSet RecordType rrsType = lens _rrsType (\ s a -> s{_rrsType = a}); @@ -1781,8 +1421,7 @@  instance NFData ResourceTagSet --- | A complex type that contains information about the health check status--- for the current observation.+-- | A complex type that contains information about the health check status for the current observation. -- -- /See:/ 'statusReport' smart constructor. data StatusReport = StatusReport'@@ -1809,10 +1448,7 @@ srStatus :: Lens' StatusReport (Maybe Text) srStatus = lens _srStatus (\ s a -> s{_srStatus = a}); --- | The date and time the health check status was observed, in the format--- 'YYYY-MM-DDThh:mm:ssZ', as specified in the ISO 8601 standard (for--- example, 2009-11-19T19:37:58Z). The 'Z' after the time indicates that--- the time is listed in Coordinated Universal Time (UTC).+-- | The date and time the health check status was observed, in the format 'YYYY-MM-DDThh:mm:ssZ', as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The 'Z' after the time indicates that the time is listed in Coordinated Universal Time (UTC). srCheckedTime :: Lens' StatusReport (Maybe UTCTime) srCheckedTime = lens _srCheckedTime (\ s a -> s{_srCheckedTime = a}) . mapping _Time; 
gen/Network/AWS/Route53/Types/Sum.hs view
@@ -189,8 +189,7 @@ instance ToXML Failover where     toXML = toXMLText --- | An Amazon EC2 region that you want Amazon Route 53 to use to perform--- health checks.+-- | An Amazon EC2 region that you want Amazon Route 53 to use to perform health checks. data HealthCheckRegion     = HCRApNortheast1     | HCRApSoutheast1
gen/Network/AWS/Route53/UpdateHealthCheck.hs view
@@ -20,11 +20,7 @@ -- -- This action updates an existing health check. ----- To update a health check, send a 'POST' request to the--- '\/Route 53 API version\/healthcheck\/health check ID' resource. The--- request body must include a document with an 'UpdateHealthCheckRequest'--- element. The response returns an 'UpdateHealthCheckResponse' element,--- which contains metadata about the health check.+-- To update a health check, send a 'POST' request to the '\/Route 53 API version\/healthcheck\/health check ID' resource. The request body must include a document with an 'UpdateHealthCheckRequest' element. The response returns an 'UpdateHealthCheckResponse' element, which contains metadata about the health check. module Network.AWS.Route53.UpdateHealthCheck     (     -- * Creating a Request@@ -62,8 +58,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | >A complex type that contains information about the request to update a--- health check.+-- | >A complex type that contains information about the request to update a health check. -- -- /See:/ 'updateHealthCheck' smart constructor. data UpdateHealthCheck = UpdateHealthCheck'@@ -139,13 +134,9 @@     , _uhcHealthCheckId = pHealthCheckId_     } --- | The number of consecutive health checks that an endpoint must pass or--- fail for Amazon Route 53 to change the current status of the endpoint--- from unhealthy to healthy or vice versa.+-- | The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa. ----- Valid values are integers between 1 and 10. For more information, see--- \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the--- Amazon Route 53 Developer Guide.+-- Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide. -- -- Specify this value only if you want to change it. uhcFailureThreshold :: Lens' UpdateHealthCheck (Maybe Natural)@@ -157,50 +148,33 @@ uhcIPAddress :: Lens' UpdateHealthCheck (Maybe Text) uhcIPAddress = lens _uhcIPAddress (\ s a -> s{_uhcIPAddress = a}); --- | Specify whether you want Amazon Route 53 to send the value of--- 'FullyQualifiedDomainName' to the endpoint in the 'client_hello' message--- during TLS negotiation. If you don\'t specify a value for 'EnableSNI',--- Amazon Route 53 defaults to 'true' when 'Type' is 'HTTPS' or--- 'HTTPS_STR_MATCH' and defaults to 'false' when 'Type' is any other--- value.+-- | Specify whether you want Amazon Route 53 to send the value of 'FullyQualifiedDomainName' to the endpoint in the 'client_hello' message during TLS negotiation. If you don\'t specify a value for 'EnableSNI', Amazon Route 53 defaults to 'true' when 'Type' is 'HTTPS' or 'HTTPS_STR_MATCH' and defaults to 'false' when 'Type' is any other value. -- -- Specify this value only if you want to change it. uhcEnableSNI :: Lens' UpdateHealthCheck (Maybe Bool) uhcEnableSNI = lens _uhcEnableSNI (\ s a -> s{_uhcEnableSNI = a}); --- | If the value of 'Type' is 'HTTP_STR_MATCH' or 'HTTP_STR_MATCH', the--- string that you want Amazon Route 53 to search for in the response body--- from the specified resource. If the string appears in the response body,--- Amazon Route 53 considers the resource healthy. Amazon Route 53--- considers case when searching for 'SearchString' in the response body.+-- | If the value of 'Type' is 'HTTP_STR_MATCH' or 'HTTP_STR_MATCH', the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for 'SearchString' in the response body. -- -- Specify this value only if you want to change it. uhcSearchString :: Lens' UpdateHealthCheck (Maybe Text) uhcSearchString = lens _uhcSearchString (\ s a -> s{_uhcSearchString = a}); --- | The minimum number of child health checks that must be healthy for--- Amazon Route 53 to consider the parent health check to be healthy. Valid--- values are integers between 0 and 256, inclusive.+-- | The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive. -- -- Specify this value only if you want to change it. uhcHealthThreshold :: Lens' UpdateHealthCheck (Maybe Natural) uhcHealthThreshold = lens _uhcHealthThreshold (\ s a -> s{_uhcHealthThreshold = a}) . mapping _Nat; --- | A list of 'HealthCheckRegion' values that specify the Amazon EC2 regions--- that you want Amazon Route 53 to use to perform health checks. You must--- specify at least three regions.+-- | A list of 'HealthCheckRegion' values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions. ----- When you remove a region from the list, Amazon Route 53 will briefly--- continue to check your endpoint from that region.+-- When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region. -- -- Specify this value only if you want to change it. uhcRegions :: Lens' UpdateHealthCheck (Maybe (NonEmpty HealthCheckRegion)) uhcRegions = lens _uhcRegions (\ s a -> s{_uhcRegions = a}) . mapping _List1; --- | The path that you want Amazon Route 53 to request when performing health--- checks. The path can be any value for which your endpoint will return an--- HTTP status code of 2xx or 3xx when the endpoint is healthy, for example--- the file \/docs\/route53-health-check.html.+-- | The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file \/docs\/route53-health-check.html. -- -- Specify this value only if you want to change it. uhcResourcePath :: Lens' UpdateHealthCheck (Maybe Text)@@ -210,11 +184,7 @@ uhcInsufficientDataHealthStatus :: Lens' UpdateHealthCheck (Maybe InsufficientDataHealthStatus) uhcInsufficientDataHealthStatus = lens _uhcInsufficientDataHealthStatus (\ s a -> s{_uhcInsufficientDataHealthStatus = a}); --- | Optional. When you specify a health check version, Amazon Route 53--- compares this value with the current value in the health check, which--- prevents you from updating the health check when the versions don\'t--- match. Using 'HealthCheckVersion' lets you prevent overwriting another--- change to the health check.+-- | Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don\'t match. Using 'HealthCheckVersion' lets you prevent overwriting another change to the health check. uhcHealthCheckVersion :: Lens' UpdateHealthCheck (Maybe Natural) uhcHealthCheckVersion = lens _uhcHealthCheckVersion (\ s a -> s{_uhcHealthCheckVersion = a}) . mapping _Nat; @@ -222,9 +192,7 @@ uhcAlarmIdentifier :: Lens' UpdateHealthCheck (Maybe AlarmIdentifier) uhcAlarmIdentifier = lens _uhcAlarmIdentifier (\ s a -> s{_uhcAlarmIdentifier = a}); --- | A boolean value that indicates whether the status of health check should--- be inverted. For example, if a health check is healthy but 'Inverted' is--- 'True', then Amazon Route 53 considers the health check to be unhealthy.+-- | A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but 'Inverted' is 'True', then Amazon Route 53 considers the health check to be unhealthy. -- -- Specify this value only if you want to change it. uhcInverted :: Lens' UpdateHealthCheck (Maybe Bool)@@ -236,15 +204,13 @@ uhcFullyQualifiedDomainName :: Lens' UpdateHealthCheck (Maybe Text) uhcFullyQualifiedDomainName = lens _uhcFullyQualifiedDomainName (\ s a -> s{_uhcFullyQualifiedDomainName = a}); --- | For a specified parent health check, a list of 'HealthCheckId' values--- for the associated child health checks.+-- | For a specified parent health check, a list of 'HealthCheckId' values for the associated child health checks. -- -- Specify this value only if you want to change it. uhcChildHealthChecks :: Lens' UpdateHealthCheck [Text] uhcChildHealthChecks = lens _uhcChildHealthChecks (\ s a -> s{_uhcChildHealthChecks = a}) . _Default . _Coerce; --- | The port on which you want Amazon Route 53 to open a connection to--- perform health checks.+-- | The port on which you want Amazon Route 53 to open a connection to perform health checks. -- -- Specify this value only if you want to change it. uhcPort :: Lens' UpdateHealthCheck (Maybe Natural)
gen/Network/AWS/Route53/UpdateHostedZoneComment.hs view
@@ -18,11 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- To update the hosted zone comment, send a 'POST' request to the--- '\/Route 53 API version\/hostedzone\/hosted zone ID' resource. The--- request body must include a document with a--- 'UpdateHostedZoneCommentRequest' element. The response to this request--- includes the modified 'HostedZone' element.+-- To update the hosted zone comment, send a 'POST' request to the '\/Route 53 API version\/hostedzone\/hosted zone ID' resource. The request body must include a document with a 'UpdateHostedZoneCommentRequest' element. The response to this request includes the modified 'HostedZone' element. -- -- The comment can have a maximum length of 256 characters. module Network.AWS.Route53.UpdateHostedZoneComment@@ -49,8 +45,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains information about the request to update a--- hosted zone comment.+-- | A complex type that contains information about the request to update a hosted zone comment. -- -- /See:/ 'updateHostedZoneComment' smart constructor. data UpdateHostedZoneComment = UpdateHostedZoneComment'@@ -115,8 +110,7 @@         toXML UpdateHostedZoneComment'{..}           = mconcat ["Comment" @= _uhzcComment] --- | A complex type containing information about the specified hosted zone--- after the update.+-- | A complex type containing information about the specified hosted zone after the update. -- -- /See:/ 'updateHostedZoneCommentResponse' smart constructor. data UpdateHostedZoneCommentResponse = UpdateHostedZoneCommentResponse'
gen/Network/AWS/Route53/UpdateTrafficPolicyComment.hs view
@@ -20,11 +20,9 @@ -- -- Updates the comment for a specified traffic policy version. ----- To update the comment, send a 'POST' request to the--- '\/Route 53 API version\/trafficpolicy\/' resource.+-- To update the comment, send a 'POST' request to the '\/Route 53 API version\/trafficpolicy\/' resource. ----- The request body must include a document with an--- 'UpdateTrafficPolicyCommentRequest' element.+-- The request body must include a document with an 'UpdateTrafficPolicyCommentRequest' element. module Network.AWS.Route53.UpdateTrafficPolicyComment     (     -- * Creating a Request@@ -50,8 +48,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains information about the traffic policy for--- which you want to update the comment.+-- | A complex type that contains information about the traffic policy for which you want to update the comment. -- -- /See:/ 'updateTrafficPolicyComment' smart constructor. data UpdateTrafficPolicyComment = UpdateTrafficPolicyComment'@@ -81,13 +78,11 @@     , _utpcComment = pComment_     } --- | The value of 'Id' for the traffic policy for which you want to update--- the comment.+-- | The value of 'Id' for the traffic policy for which you want to update the comment. utpcId :: Lens' UpdateTrafficPolicyComment Text utpcId = lens _utpcId (\ s a -> s{_utpcId = a}); --- | The value of 'Version' for the traffic policy for which you want to--- update the comment.+-- | The value of 'Version' for the traffic policy for which you want to update the comment. utpcVersion :: Lens' UpdateTrafficPolicyComment Natural utpcVersion = lens _utpcVersion (\ s a -> s{_utpcVersion = a}) . _Nat; @@ -130,8 +125,7 @@         toXML UpdateTrafficPolicyComment'{..}           = mconcat ["Comment" @= _utpcComment] --- | A complex type that contains the response information for the traffic--- policy.+-- | A complex type that contains the response information for the traffic policy. -- -- /See:/ 'updateTrafficPolicyCommentResponse' smart constructor. data UpdateTrafficPolicyCommentResponse = UpdateTrafficPolicyCommentResponse'
gen/Network/AWS/Route53/UpdateTrafficPolicyInstance.hs view
@@ -18,34 +18,17 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Updates the resource record sets in a specified hosted zone that were--- created based on the settings in a specified traffic policy version.+-- Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version. ----- The DNS type of the resource record sets that you\'re updating must--- match the DNS type in the JSON document that is associated with the--- traffic policy version that you\'re using to update the traffic policy--- instance.+-- The DNS type of the resource record sets that you\'re updating must match the DNS type in the JSON document that is associated with the traffic policy version that you\'re using to update the traffic policy instance. ----- When you update a traffic policy instance, Amazon Route 53 continues to--- respond to DNS queries for the root resource record set name (such as--- example.com) while it replaces one group of resource record sets with--- another. Amazon Route 53 performs the following operations:+-- When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Amazon Route 53 performs the following operations: ----- 1.  Amazon Route 53 creates a new group of resource record sets based on---     the specified traffic policy. This is true regardless of how---     substantial the differences are between the existing resource record---     sets and the new resource record sets.--- 2.  When all of the new resource record sets have been created, Amazon---     Route 53 starts to respond to DNS queries for the root resource---     record set name (such as example.com) by using the new resource---     record sets.--- 3.  Amazon Route 53 deletes the old group of resource record sets that---     are associated with the root resource record set name.+-- 1.  Amazon Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how substantial the differences are between the existing resource record sets and the new resource record sets.+-- 2.  When all of the new resource record sets have been created, Amazon Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets.+-- 3.  Amazon Route 53 deletes the old group of resource record sets that are associated with the root resource record set name. ----- To update a traffic policy instance, send a 'POST' request to the--- '\/Route 53 API version\/trafficpolicyinstance\/traffic policy ID'--- resource. The request body must include a document with an--- 'UpdateTrafficPolicyInstanceRequest' element.+-- To update a traffic policy instance, send a 'POST' request to the '\/Route 53 API version\/trafficpolicyinstance\/traffic policy ID' resource. The request body must include a document with an 'UpdateTrafficPolicyInstanceRequest' element. module Network.AWS.Route53.UpdateTrafficPolicyInstance     (     -- * Creating a Request@@ -72,8 +55,7 @@ import           Network.AWS.Route53.Types import           Network.AWS.Route53.Types.Product --- | A complex type that contains information about the resource record sets--- that you want to update based on a specified traffic policy instance.+-- | A complex type that contains information about the resource record sets that you want to update based on a specified traffic policy instance. -- -- /See:/ 'updateTrafficPolicyInstance' smart constructor. data UpdateTrafficPolicyInstance = UpdateTrafficPolicyInstance'@@ -112,19 +94,15 @@ utpiId :: Lens' UpdateTrafficPolicyInstance Text utpiId = lens _utpiId (\ s a -> s{_utpiId = a}); --- | The TTL that you want Amazon Route 53 to assign to all of the updated--- resource record sets.+-- | The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets. utpiTTL :: Lens' UpdateTrafficPolicyInstance Natural utpiTTL = lens _utpiTTL (\ s a -> s{_utpiTTL = a}) . _Nat; --- | The ID of the traffic policy that you want Amazon Route 53 to use to--- update resource record sets for the specified traffic policy instance.+-- | The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance. utpiTrafficPolicyId :: Lens' UpdateTrafficPolicyInstance Text utpiTrafficPolicyId = lens _utpiTrafficPolicyId (\ s a -> s{_utpiTrafficPolicyId = a}); --- | The version of the traffic policy that you want Amazon Route 53 to use--- to update resource record sets for the specified traffic policy--- instance.+-- | The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance. utpiTrafficPolicyVersion :: Lens' UpdateTrafficPolicyInstance Natural utpiTrafficPolicyVersion = lens _utpiTrafficPolicyVersion (\ s a -> s{_utpiTrafficPolicyVersion = a}) . _Nat; @@ -166,8 +144,7 @@                "TrafficPolicyId" @= _utpiTrafficPolicyId,                "TrafficPolicyVersion" @= _utpiTrafficPolicyVersion] --- | A complex type that contains information about the resource record sets--- that Amazon Route 53 created based on a specified traffic policy.+-- | A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy. -- -- /See:/ 'updateTrafficPolicyInstanceResponse' smart constructor. data UpdateTrafficPolicyInstanceResponse = UpdateTrafficPolicyInstanceResponse'@@ -196,8 +173,7 @@ utpirsResponseStatus :: Lens' UpdateTrafficPolicyInstanceResponse Int utpirsResponseStatus = lens _utpirsResponseStatus (\ s a -> s{_utpirsResponseStatus = a}); --- | A complex type that contains settings for the updated traffic policy--- instance.+-- | A complex type that contains settings for the updated traffic policy instance. utpirsTrafficPolicyInstance :: Lens' UpdateTrafficPolicyInstanceResponse TrafficPolicyInstance utpirsTrafficPolicyInstance = lens _utpirsTrafficPolicyInstance (\ s a -> s{_utpirsTrafficPolicyInstance = a}); 
test/Test/AWS/Gen/Route53.hs view
@@ -28,277 +28,277 @@ -- fixtures :: TestTree -- fixtures = --     [ testGroup "request"---         [ testAssociateVPCWithHostedZone $+--         [ requestAssociateVPCWithHostedZone $ --             associateVPCWithHostedZone -----         , testDeleteTrafficPolicy $+--         , requestDeleteTrafficPolicy $ --             deleteTrafficPolicy -----         , testGetCheckerIPRanges $+--         , requestGetCheckerIPRanges $ --             getCheckerIPRanges -----         , testGetTrafficPolicyInstance $+--         , requestGetTrafficPolicyInstance $ --             getTrafficPolicyInstance -----         , testGetHealthCheckLastFailureReason $+--         , requestGetHealthCheckLastFailureReason $ --             getHealthCheckLastFailureReason -----         , testDeleteReusableDelegationSet $+--         , requestDeleteReusableDelegationSet $ --             deleteReusableDelegationSet -----         , testListHostedZonesByName $+--         , requestListHostedZonesByName $ --             listHostedZonesByName -----         , testListReusableDelegationSets $+--         , requestListReusableDelegationSets $ --             listReusableDelegationSets -----         , testListTagsForResource $+--         , requestListTagsForResource $ --             listTagsForResource -----         , testListTrafficPolicyInstances $+--         , requestListTrafficPolicyInstances $ --             listTrafficPolicyInstances -----         , testCreateTrafficPolicyInstance $+--         , requestCreateTrafficPolicyInstance $ --             createTrafficPolicyInstance -----         , testGetChange $+--         , requestGetChange $ --             getChange -----         , testChangeResourceRecordSets $+--         , requestChangeResourceRecordSets $ --             changeResourceRecordSets -----         , testDeleteHealthCheck $+--         , requestDeleteHealthCheck $ --             deleteHealthCheck -----         , testUpdateHealthCheck $+--         , requestUpdateHealthCheck $ --             updateHealthCheck -----         , testCreateHostedZone $+--         , requestCreateHostedZone $ --             createHostedZone -----         , testListTrafficPolicyInstancesByPolicy $+--         , requestListTrafficPolicyInstancesByPolicy $ --             listTrafficPolicyInstancesByPolicy -----         , testDisassociateVPCFromHostedZone $+--         , requestDisassociateVPCFromHostedZone $ --             disassociateVPCFromHostedZone -----         , testCreateHealthCheck $+--         , requestCreateHealthCheck $ --             createHealthCheck -----         , testChangeTagsForResource $+--         , requestChangeTagsForResource $ --             changeTagsForResource -----         , testListHostedZones $+--         , requestListHostedZones $ --             listHostedZones -----         , testGetTrafficPolicyInstanceCount $+--         , requestGetTrafficPolicyInstanceCount $ --             getTrafficPolicyInstanceCount -----         , testListGeoLocations $+--         , requestListGeoLocations $ --             listGeoLocations -----         , testGetHostedZone $+--         , requestGetHostedZone $ --             getHostedZone -----         , testGetHealthCheck $+--         , requestGetHealthCheck $ --             getHealthCheck -----         , testListResourceRecordSets $+--         , requestListResourceRecordSets $ --             listResourceRecordSets -----         , testCreateReusableDelegationSet $+--         , requestCreateReusableDelegationSet $ --             createReusableDelegationSet -----         , testGetHealthCheckCount $+--         , requestGetHealthCheckCount $ --             getHealthCheckCount -----         , testUpdateTrafficPolicyComment $+--         , requestUpdateTrafficPolicyComment $ --             updateTrafficPolicyComment -----         , testGetHostedZoneCount $+--         , requestGetHostedZoneCount $ --             getHostedZoneCount -----         , testGetReusableDelegationSet $+--         , requestGetReusableDelegationSet $ --             getReusableDelegationSet -----         , testDeleteTrafficPolicyInstance $+--         , requestDeleteTrafficPolicyInstance $ --             deleteTrafficPolicyInstance -----         , testUpdateTrafficPolicyInstance $+--         , requestUpdateTrafficPolicyInstance $ --             updateTrafficPolicyInstance -----         , testUpdateHostedZoneComment $+--         , requestUpdateHostedZoneComment $ --             updateHostedZoneComment -----         , testGetHealthCheckStatus $+--         , requestGetHealthCheckStatus $ --             getHealthCheckStatus -----         , testCreateTrafficPolicyVersion $+--         , requestCreateTrafficPolicyVersion $ --             createTrafficPolicyVersion -----         , testListHealthChecks $+--         , requestListHealthChecks $ --             listHealthChecks -----         , testGetTrafficPolicy $+--         , requestGetTrafficPolicy $ --             getTrafficPolicy -----         , testListTrafficPolicyVersions $+--         , requestListTrafficPolicyVersions $ --             listTrafficPolicyVersions -----         , testDeleteHostedZone $+--         , requestDeleteHostedZone $ --             deleteHostedZone -----         , testGetGeoLocation $+--         , requestGetGeoLocation $ --             getGeoLocation -----         , testListTagsForResources $+--         , requestListTagsForResources $ --             listTagsForResources -----         , testCreateTrafficPolicy $+--         , requestCreateTrafficPolicy $ --             createTrafficPolicy -----         , testListTrafficPolicyInstancesByHostedZone $+--         , requestListTrafficPolicyInstancesByHostedZone $ --             listTrafficPolicyInstancesByHostedZone -----         , testListTrafficPolicies $+--         , requestListTrafficPolicies $ --             listTrafficPolicies -- --           ]  --     , testGroup "response"---         [ testAssociateVPCWithHostedZoneResponse $+--         [ responseAssociateVPCWithHostedZone $ --             associateVPCWithHostedZoneResponse -----         , testDeleteTrafficPolicyResponse $+--         , responseDeleteTrafficPolicy $ --             deleteTrafficPolicyResponse -----         , testGetCheckerIPRangesResponse $+--         , responseGetCheckerIPRanges $ --             getCheckerIPRangesResponse -----         , testGetTrafficPolicyInstanceResponse $+--         , responseGetTrafficPolicyInstance $ --             getTrafficPolicyInstanceResponse -----         , testGetHealthCheckLastFailureReasonResponse $+--         , responseGetHealthCheckLastFailureReason $ --             getHealthCheckLastFailureReasonResponse -----         , testDeleteReusableDelegationSetResponse $+--         , responseDeleteReusableDelegationSet $ --             deleteReusableDelegationSetResponse -----         , testListHostedZonesByNameResponse $+--         , responseListHostedZonesByName $ --             listHostedZonesByNameResponse -----         , testListReusableDelegationSetsResponse $+--         , responseListReusableDelegationSets $ --             listReusableDelegationSetsResponse -----         , testListTagsForResourceResponse $+--         , responseListTagsForResource $ --             listTagsForResourceResponse -----         , testListTrafficPolicyInstancesResponse $+--         , responseListTrafficPolicyInstances $ --             listTrafficPolicyInstancesResponse -----         , testCreateTrafficPolicyInstanceResponse $+--         , responseCreateTrafficPolicyInstance $ --             createTrafficPolicyInstanceResponse -----         , testGetChangeResponse $+--         , responseGetChange $ --             getChangeResponse -----         , testChangeResourceRecordSetsResponse $+--         , responseChangeResourceRecordSets $ --             changeResourceRecordSetsResponse -----         , testDeleteHealthCheckResponse $+--         , responseDeleteHealthCheck $ --             deleteHealthCheckResponse -----         , testUpdateHealthCheckResponse $+--         , responseUpdateHealthCheck $ --             updateHealthCheckResponse -----         , testCreateHostedZoneResponse $+--         , responseCreateHostedZone $ --             createHostedZoneResponse -----         , testListTrafficPolicyInstancesByPolicyResponse $+--         , responseListTrafficPolicyInstancesByPolicy $ --             listTrafficPolicyInstancesByPolicyResponse -----         , testDisassociateVPCFromHostedZoneResponse $+--         , responseDisassociateVPCFromHostedZone $ --             disassociateVPCFromHostedZoneResponse -----         , testCreateHealthCheckResponse $+--         , responseCreateHealthCheck $ --             createHealthCheckResponse -----         , testChangeTagsForResourceResponse $+--         , responseChangeTagsForResource $ --             changeTagsForResourceResponse -----         , testListHostedZonesResponse $+--         , responseListHostedZones $ --             listHostedZonesResponse -----         , testGetTrafficPolicyInstanceCountResponse $+--         , responseGetTrafficPolicyInstanceCount $ --             getTrafficPolicyInstanceCountResponse -----         , testListGeoLocationsResponse $+--         , responseListGeoLocations $ --             listGeoLocationsResponse -----         , testGetHostedZoneResponse $+--         , responseGetHostedZone $ --             getHostedZoneResponse -----         , testGetHealthCheckResponse $+--         , responseGetHealthCheck $ --             getHealthCheckResponse -----         , testListResourceRecordSetsResponse $+--         , responseListResourceRecordSets $ --             listResourceRecordSetsResponse -----         , testCreateReusableDelegationSetResponse $+--         , responseCreateReusableDelegationSet $ --             createReusableDelegationSetResponse -----         , testGetHealthCheckCountResponse $+--         , responseGetHealthCheckCount $ --             getHealthCheckCountResponse -----         , testUpdateTrafficPolicyCommentResponse $+--         , responseUpdateTrafficPolicyComment $ --             updateTrafficPolicyCommentResponse -----         , testGetHostedZoneCountResponse $+--         , responseGetHostedZoneCount $ --             getHostedZoneCountResponse -----         , testGetReusableDelegationSetResponse $+--         , responseGetReusableDelegationSet $ --             getReusableDelegationSetResponse -----         , testDeleteTrafficPolicyInstanceResponse $+--         , responseDeleteTrafficPolicyInstance $ --             deleteTrafficPolicyInstanceResponse -----         , testUpdateTrafficPolicyInstanceResponse $+--         , responseUpdateTrafficPolicyInstance $ --             updateTrafficPolicyInstanceResponse -----         , testUpdateHostedZoneCommentResponse $+--         , responseUpdateHostedZoneComment $ --             updateHostedZoneCommentResponse -----         , testGetHealthCheckStatusResponse $+--         , responseGetHealthCheckStatus $ --             getHealthCheckStatusResponse -----         , testCreateTrafficPolicyVersionResponse $+--         , responseCreateTrafficPolicyVersion $ --             createTrafficPolicyVersionResponse -----         , testListHealthChecksResponse $+--         , responseListHealthChecks $ --             listHealthChecksResponse -----         , testGetTrafficPolicyResponse $+--         , responseGetTrafficPolicy $ --             getTrafficPolicyResponse -----         , testListTrafficPolicyVersionsResponse $+--         , responseListTrafficPolicyVersions $ --             listTrafficPolicyVersionsResponse -----         , testDeleteHostedZoneResponse $+--         , responseDeleteHostedZone $ --             deleteHostedZoneResponse -----         , testGetGeoLocationResponse $+--         , responseGetGeoLocation $ --             getGeoLocationResponse -----         , testListTagsForResourcesResponse $+--         , responseListTagsForResources $ --             listTagsForResourcesResponse -----         , testCreateTrafficPolicyResponse $+--         , responseCreateTrafficPolicy $ --             createTrafficPolicyResponse -----         , testListTrafficPolicyInstancesByHostedZoneResponse $+--         , responseListTrafficPolicyInstancesByHostedZone $ --             listTrafficPolicyInstancesByHostedZoneResponse -----         , testListTrafficPoliciesResponse $+--         , responseListTrafficPolicies $ --             listTrafficPoliciesResponse -- --           ]@@ -306,543 +306,543 @@  -- Requests -testAssociateVPCWithHostedZone :: AssociateVPCWithHostedZone -> TestTree-testAssociateVPCWithHostedZone = req+requestAssociateVPCWithHostedZone :: AssociateVPCWithHostedZone -> TestTree+requestAssociateVPCWithHostedZone = req     "AssociateVPCWithHostedZone"     "fixture/AssociateVPCWithHostedZone.yaml" -testDeleteTrafficPolicy :: DeleteTrafficPolicy -> TestTree-testDeleteTrafficPolicy = req+requestDeleteTrafficPolicy :: DeleteTrafficPolicy -> TestTree+requestDeleteTrafficPolicy = req     "DeleteTrafficPolicy"     "fixture/DeleteTrafficPolicy.yaml" -testGetCheckerIPRanges :: GetCheckerIPRanges -> TestTree-testGetCheckerIPRanges = req+requestGetCheckerIPRanges :: GetCheckerIPRanges -> TestTree+requestGetCheckerIPRanges = req     "GetCheckerIPRanges"     "fixture/GetCheckerIPRanges.yaml" -testGetTrafficPolicyInstance :: GetTrafficPolicyInstance -> TestTree-testGetTrafficPolicyInstance = req+requestGetTrafficPolicyInstance :: GetTrafficPolicyInstance -> TestTree+requestGetTrafficPolicyInstance = req     "GetTrafficPolicyInstance"     "fixture/GetTrafficPolicyInstance.yaml" -testGetHealthCheckLastFailureReason :: GetHealthCheckLastFailureReason -> TestTree-testGetHealthCheckLastFailureReason = req+requestGetHealthCheckLastFailureReason :: GetHealthCheckLastFailureReason -> TestTree+requestGetHealthCheckLastFailureReason = req     "GetHealthCheckLastFailureReason"     "fixture/GetHealthCheckLastFailureReason.yaml" -testDeleteReusableDelegationSet :: DeleteReusableDelegationSet -> TestTree-testDeleteReusableDelegationSet = req+requestDeleteReusableDelegationSet :: DeleteReusableDelegationSet -> TestTree+requestDeleteReusableDelegationSet = req     "DeleteReusableDelegationSet"     "fixture/DeleteReusableDelegationSet.yaml" -testListHostedZonesByName :: ListHostedZonesByName -> TestTree-testListHostedZonesByName = req+requestListHostedZonesByName :: ListHostedZonesByName -> TestTree+requestListHostedZonesByName = req     "ListHostedZonesByName"     "fixture/ListHostedZonesByName.yaml" -testListReusableDelegationSets :: ListReusableDelegationSets -> TestTree-testListReusableDelegationSets = req+requestListReusableDelegationSets :: ListReusableDelegationSets -> TestTree+requestListReusableDelegationSets = req     "ListReusableDelegationSets"     "fixture/ListReusableDelegationSets.yaml" -testListTagsForResource :: ListTagsForResource -> TestTree-testListTagsForResource = req+requestListTagsForResource :: ListTagsForResource -> TestTree+requestListTagsForResource = req     "ListTagsForResource"     "fixture/ListTagsForResource.yaml" -testListTrafficPolicyInstances :: ListTrafficPolicyInstances -> TestTree-testListTrafficPolicyInstances = req+requestListTrafficPolicyInstances :: ListTrafficPolicyInstances -> TestTree+requestListTrafficPolicyInstances = req     "ListTrafficPolicyInstances"     "fixture/ListTrafficPolicyInstances.yaml" -testCreateTrafficPolicyInstance :: CreateTrafficPolicyInstance -> TestTree-testCreateTrafficPolicyInstance = req+requestCreateTrafficPolicyInstance :: CreateTrafficPolicyInstance -> TestTree+requestCreateTrafficPolicyInstance = req     "CreateTrafficPolicyInstance"     "fixture/CreateTrafficPolicyInstance.yaml" -testGetChange :: GetChange -> TestTree-testGetChange = req+requestGetChange :: GetChange -> TestTree+requestGetChange = req     "GetChange"     "fixture/GetChange.yaml" -testChangeResourceRecordSets :: ChangeResourceRecordSets -> TestTree-testChangeResourceRecordSets = req+requestChangeResourceRecordSets :: ChangeResourceRecordSets -> TestTree+requestChangeResourceRecordSets = req     "ChangeResourceRecordSets"     "fixture/ChangeResourceRecordSets.yaml" -testDeleteHealthCheck :: DeleteHealthCheck -> TestTree-testDeleteHealthCheck = req+requestDeleteHealthCheck :: DeleteHealthCheck -> TestTree+requestDeleteHealthCheck = req     "DeleteHealthCheck"     "fixture/DeleteHealthCheck.yaml" -testUpdateHealthCheck :: UpdateHealthCheck -> TestTree-testUpdateHealthCheck = req+requestUpdateHealthCheck :: UpdateHealthCheck -> TestTree+requestUpdateHealthCheck = req     "UpdateHealthCheck"     "fixture/UpdateHealthCheck.yaml" -testCreateHostedZone :: CreateHostedZone -> TestTree-testCreateHostedZone = req+requestCreateHostedZone :: CreateHostedZone -> TestTree+requestCreateHostedZone = req     "CreateHostedZone"     "fixture/CreateHostedZone.yaml" -testListTrafficPolicyInstancesByPolicy :: ListTrafficPolicyInstancesByPolicy -> TestTree-testListTrafficPolicyInstancesByPolicy = req+requestListTrafficPolicyInstancesByPolicy :: ListTrafficPolicyInstancesByPolicy -> TestTree+requestListTrafficPolicyInstancesByPolicy = req     "ListTrafficPolicyInstancesByPolicy"     "fixture/ListTrafficPolicyInstancesByPolicy.yaml" -testDisassociateVPCFromHostedZone :: DisassociateVPCFromHostedZone -> TestTree-testDisassociateVPCFromHostedZone = req+requestDisassociateVPCFromHostedZone :: DisassociateVPCFromHostedZone -> TestTree+requestDisassociateVPCFromHostedZone = req     "DisassociateVPCFromHostedZone"     "fixture/DisassociateVPCFromHostedZone.yaml" -testCreateHealthCheck :: CreateHealthCheck -> TestTree-testCreateHealthCheck = req+requestCreateHealthCheck :: CreateHealthCheck -> TestTree+requestCreateHealthCheck = req     "CreateHealthCheck"     "fixture/CreateHealthCheck.yaml" -testChangeTagsForResource :: ChangeTagsForResource -> TestTree-testChangeTagsForResource = req+requestChangeTagsForResource :: ChangeTagsForResource -> TestTree+requestChangeTagsForResource = req     "ChangeTagsForResource"     "fixture/ChangeTagsForResource.yaml" -testListHostedZones :: ListHostedZones -> TestTree-testListHostedZones = req+requestListHostedZones :: ListHostedZones -> TestTree+requestListHostedZones = req     "ListHostedZones"     "fixture/ListHostedZones.yaml" -testGetTrafficPolicyInstanceCount :: GetTrafficPolicyInstanceCount -> TestTree-testGetTrafficPolicyInstanceCount = req+requestGetTrafficPolicyInstanceCount :: GetTrafficPolicyInstanceCount -> TestTree+requestGetTrafficPolicyInstanceCount = req     "GetTrafficPolicyInstanceCount"     "fixture/GetTrafficPolicyInstanceCount.yaml" -testListGeoLocations :: ListGeoLocations -> TestTree-testListGeoLocations = req+requestListGeoLocations :: ListGeoLocations -> TestTree+requestListGeoLocations = req     "ListGeoLocations"     "fixture/ListGeoLocations.yaml" -testGetHostedZone :: GetHostedZone -> TestTree-testGetHostedZone = req+requestGetHostedZone :: GetHostedZone -> TestTree+requestGetHostedZone = req     "GetHostedZone"     "fixture/GetHostedZone.yaml" -testGetHealthCheck :: GetHealthCheck -> TestTree-testGetHealthCheck = req+requestGetHealthCheck :: GetHealthCheck -> TestTree+requestGetHealthCheck = req     "GetHealthCheck"     "fixture/GetHealthCheck.yaml" -testListResourceRecordSets :: ListResourceRecordSets -> TestTree-testListResourceRecordSets = req+requestListResourceRecordSets :: ListResourceRecordSets -> TestTree+requestListResourceRecordSets = req     "ListResourceRecordSets"     "fixture/ListResourceRecordSets.yaml" -testCreateReusableDelegationSet :: CreateReusableDelegationSet -> TestTree-testCreateReusableDelegationSet = req+requestCreateReusableDelegationSet :: CreateReusableDelegationSet -> TestTree+requestCreateReusableDelegationSet = req     "CreateReusableDelegationSet"     "fixture/CreateReusableDelegationSet.yaml" -testGetHealthCheckCount :: GetHealthCheckCount -> TestTree-testGetHealthCheckCount = req+requestGetHealthCheckCount :: GetHealthCheckCount -> TestTree+requestGetHealthCheckCount = req     "GetHealthCheckCount"     "fixture/GetHealthCheckCount.yaml" -testUpdateTrafficPolicyComment :: UpdateTrafficPolicyComment -> TestTree-testUpdateTrafficPolicyComment = req+requestUpdateTrafficPolicyComment :: UpdateTrafficPolicyComment -> TestTree+requestUpdateTrafficPolicyComment = req     "UpdateTrafficPolicyComment"     "fixture/UpdateTrafficPolicyComment.yaml" -testGetHostedZoneCount :: GetHostedZoneCount -> TestTree-testGetHostedZoneCount = req+requestGetHostedZoneCount :: GetHostedZoneCount -> TestTree+requestGetHostedZoneCount = req     "GetHostedZoneCount"     "fixture/GetHostedZoneCount.yaml" -testGetReusableDelegationSet :: GetReusableDelegationSet -> TestTree-testGetReusableDelegationSet = req+requestGetReusableDelegationSet :: GetReusableDelegationSet -> TestTree+requestGetReusableDelegationSet = req     "GetReusableDelegationSet"     "fixture/GetReusableDelegationSet.yaml" -testDeleteTrafficPolicyInstance :: DeleteTrafficPolicyInstance -> TestTree-testDeleteTrafficPolicyInstance = req+requestDeleteTrafficPolicyInstance :: DeleteTrafficPolicyInstance -> TestTree+requestDeleteTrafficPolicyInstance = req     "DeleteTrafficPolicyInstance"     "fixture/DeleteTrafficPolicyInstance.yaml" -testUpdateTrafficPolicyInstance :: UpdateTrafficPolicyInstance -> TestTree-testUpdateTrafficPolicyInstance = req+requestUpdateTrafficPolicyInstance :: UpdateTrafficPolicyInstance -> TestTree+requestUpdateTrafficPolicyInstance = req     "UpdateTrafficPolicyInstance"     "fixture/UpdateTrafficPolicyInstance.yaml" -testUpdateHostedZoneComment :: UpdateHostedZoneComment -> TestTree-testUpdateHostedZoneComment = req+requestUpdateHostedZoneComment :: UpdateHostedZoneComment -> TestTree+requestUpdateHostedZoneComment = req     "UpdateHostedZoneComment"     "fixture/UpdateHostedZoneComment.yaml" -testGetHealthCheckStatus :: GetHealthCheckStatus -> TestTree-testGetHealthCheckStatus = req+requestGetHealthCheckStatus :: GetHealthCheckStatus -> TestTree+requestGetHealthCheckStatus = req     "GetHealthCheckStatus"     "fixture/GetHealthCheckStatus.yaml" -testCreateTrafficPolicyVersion :: CreateTrafficPolicyVersion -> TestTree-testCreateTrafficPolicyVersion = req+requestCreateTrafficPolicyVersion :: CreateTrafficPolicyVersion -> TestTree+requestCreateTrafficPolicyVersion = req     "CreateTrafficPolicyVersion"     "fixture/CreateTrafficPolicyVersion.yaml" -testListHealthChecks :: ListHealthChecks -> TestTree-testListHealthChecks = req+requestListHealthChecks :: ListHealthChecks -> TestTree+requestListHealthChecks = req     "ListHealthChecks"     "fixture/ListHealthChecks.yaml" -testGetTrafficPolicy :: GetTrafficPolicy -> TestTree-testGetTrafficPolicy = req+requestGetTrafficPolicy :: GetTrafficPolicy -> TestTree+requestGetTrafficPolicy = req     "GetTrafficPolicy"     "fixture/GetTrafficPolicy.yaml" -testListTrafficPolicyVersions :: ListTrafficPolicyVersions -> TestTree-testListTrafficPolicyVersions = req+requestListTrafficPolicyVersions :: ListTrafficPolicyVersions -> TestTree+requestListTrafficPolicyVersions = req     "ListTrafficPolicyVersions"     "fixture/ListTrafficPolicyVersions.yaml" -testDeleteHostedZone :: DeleteHostedZone -> TestTree-testDeleteHostedZone = req+requestDeleteHostedZone :: DeleteHostedZone -> TestTree+requestDeleteHostedZone = req     "DeleteHostedZone"     "fixture/DeleteHostedZone.yaml" -testGetGeoLocation :: GetGeoLocation -> TestTree-testGetGeoLocation = req+requestGetGeoLocation :: GetGeoLocation -> TestTree+requestGetGeoLocation = req     "GetGeoLocation"     "fixture/GetGeoLocation.yaml" -testListTagsForResources :: ListTagsForResources -> TestTree-testListTagsForResources = req+requestListTagsForResources :: ListTagsForResources -> TestTree+requestListTagsForResources = req     "ListTagsForResources"     "fixture/ListTagsForResources.yaml" -testCreateTrafficPolicy :: CreateTrafficPolicy -> TestTree-testCreateTrafficPolicy = req+requestCreateTrafficPolicy :: CreateTrafficPolicy -> TestTree+requestCreateTrafficPolicy = req     "CreateTrafficPolicy"     "fixture/CreateTrafficPolicy.yaml" -testListTrafficPolicyInstancesByHostedZone :: ListTrafficPolicyInstancesByHostedZone -> TestTree-testListTrafficPolicyInstancesByHostedZone = req+requestListTrafficPolicyInstancesByHostedZone :: ListTrafficPolicyInstancesByHostedZone -> TestTree+requestListTrafficPolicyInstancesByHostedZone = req     "ListTrafficPolicyInstancesByHostedZone"     "fixture/ListTrafficPolicyInstancesByHostedZone.yaml" -testListTrafficPolicies :: ListTrafficPolicies -> TestTree-testListTrafficPolicies = req+requestListTrafficPolicies :: ListTrafficPolicies -> TestTree+requestListTrafficPolicies = req     "ListTrafficPolicies"     "fixture/ListTrafficPolicies.yaml"  -- Responses -testAssociateVPCWithHostedZoneResponse :: AssociateVPCWithHostedZoneResponse -> TestTree-testAssociateVPCWithHostedZoneResponse = res+responseAssociateVPCWithHostedZone :: AssociateVPCWithHostedZoneResponse -> TestTree+responseAssociateVPCWithHostedZone = res     "AssociateVPCWithHostedZoneResponse"     "fixture/AssociateVPCWithHostedZoneResponse.proto"     route53     (Proxy :: Proxy AssociateVPCWithHostedZone) -testDeleteTrafficPolicyResponse :: DeleteTrafficPolicyResponse -> TestTree-testDeleteTrafficPolicyResponse = res+responseDeleteTrafficPolicy :: DeleteTrafficPolicyResponse -> TestTree+responseDeleteTrafficPolicy = res     "DeleteTrafficPolicyResponse"     "fixture/DeleteTrafficPolicyResponse.proto"     route53     (Proxy :: Proxy DeleteTrafficPolicy) -testGetCheckerIPRangesResponse :: GetCheckerIPRangesResponse -> TestTree-testGetCheckerIPRangesResponse = res+responseGetCheckerIPRanges :: GetCheckerIPRangesResponse -> TestTree+responseGetCheckerIPRanges = res     "GetCheckerIPRangesResponse"     "fixture/GetCheckerIPRangesResponse.proto"     route53     (Proxy :: Proxy GetCheckerIPRanges) -testGetTrafficPolicyInstanceResponse :: GetTrafficPolicyInstanceResponse -> TestTree-testGetTrafficPolicyInstanceResponse = res+responseGetTrafficPolicyInstance :: GetTrafficPolicyInstanceResponse -> TestTree+responseGetTrafficPolicyInstance = res     "GetTrafficPolicyInstanceResponse"     "fixture/GetTrafficPolicyInstanceResponse.proto"     route53     (Proxy :: Proxy GetTrafficPolicyInstance) -testGetHealthCheckLastFailureReasonResponse :: GetHealthCheckLastFailureReasonResponse -> TestTree-testGetHealthCheckLastFailureReasonResponse = res+responseGetHealthCheckLastFailureReason :: GetHealthCheckLastFailureReasonResponse -> TestTree+responseGetHealthCheckLastFailureReason = res     "GetHealthCheckLastFailureReasonResponse"     "fixture/GetHealthCheckLastFailureReasonResponse.proto"     route53     (Proxy :: Proxy GetHealthCheckLastFailureReason) -testDeleteReusableDelegationSetResponse :: DeleteReusableDelegationSetResponse -> TestTree-testDeleteReusableDelegationSetResponse = res+responseDeleteReusableDelegationSet :: DeleteReusableDelegationSetResponse -> TestTree+responseDeleteReusableDelegationSet = res     "DeleteReusableDelegationSetResponse"     "fixture/DeleteReusableDelegationSetResponse.proto"     route53     (Proxy :: Proxy DeleteReusableDelegationSet) -testListHostedZonesByNameResponse :: ListHostedZonesByNameResponse -> TestTree-testListHostedZonesByNameResponse = res+responseListHostedZonesByName :: ListHostedZonesByNameResponse -> TestTree+responseListHostedZonesByName = res     "ListHostedZonesByNameResponse"     "fixture/ListHostedZonesByNameResponse.proto"     route53     (Proxy :: Proxy ListHostedZonesByName) -testListReusableDelegationSetsResponse :: ListReusableDelegationSetsResponse -> TestTree-testListReusableDelegationSetsResponse = res+responseListReusableDelegationSets :: ListReusableDelegationSetsResponse -> TestTree+responseListReusableDelegationSets = res     "ListReusableDelegationSetsResponse"     "fixture/ListReusableDelegationSetsResponse.proto"     route53     (Proxy :: Proxy ListReusableDelegationSets) -testListTagsForResourceResponse :: ListTagsForResourceResponse -> TestTree-testListTagsForResourceResponse = res+responseListTagsForResource :: ListTagsForResourceResponse -> TestTree+responseListTagsForResource = res     "ListTagsForResourceResponse"     "fixture/ListTagsForResourceResponse.proto"     route53     (Proxy :: Proxy ListTagsForResource) -testListTrafficPolicyInstancesResponse :: ListTrafficPolicyInstancesResponse -> TestTree-testListTrafficPolicyInstancesResponse = res+responseListTrafficPolicyInstances :: ListTrafficPolicyInstancesResponse -> TestTree+responseListTrafficPolicyInstances = res     "ListTrafficPolicyInstancesResponse"     "fixture/ListTrafficPolicyInstancesResponse.proto"     route53     (Proxy :: Proxy ListTrafficPolicyInstances) -testCreateTrafficPolicyInstanceResponse :: CreateTrafficPolicyInstanceResponse -> TestTree-testCreateTrafficPolicyInstanceResponse = res+responseCreateTrafficPolicyInstance :: CreateTrafficPolicyInstanceResponse -> TestTree+responseCreateTrafficPolicyInstance = res     "CreateTrafficPolicyInstanceResponse"     "fixture/CreateTrafficPolicyInstanceResponse.proto"     route53     (Proxy :: Proxy CreateTrafficPolicyInstance) -testGetChangeResponse :: GetChangeResponse -> TestTree-testGetChangeResponse = res+responseGetChange :: GetChangeResponse -> TestTree+responseGetChange = res     "GetChangeResponse"     "fixture/GetChangeResponse.proto"     route53     (Proxy :: Proxy GetChange) -testChangeResourceRecordSetsResponse :: ChangeResourceRecordSetsResponse -> TestTree-testChangeResourceRecordSetsResponse = res+responseChangeResourceRecordSets :: ChangeResourceRecordSetsResponse -> TestTree+responseChangeResourceRecordSets = res     "ChangeResourceRecordSetsResponse"     "fixture/ChangeResourceRecordSetsResponse.proto"     route53     (Proxy :: Proxy ChangeResourceRecordSets) -testDeleteHealthCheckResponse :: DeleteHealthCheckResponse -> TestTree-testDeleteHealthCheckResponse = res+responseDeleteHealthCheck :: DeleteHealthCheckResponse -> TestTree+responseDeleteHealthCheck = res     "DeleteHealthCheckResponse"     "fixture/DeleteHealthCheckResponse.proto"     route53     (Proxy :: Proxy DeleteHealthCheck) -testUpdateHealthCheckResponse :: UpdateHealthCheckResponse -> TestTree-testUpdateHealthCheckResponse = res+responseUpdateHealthCheck :: UpdateHealthCheckResponse -> TestTree+responseUpdateHealthCheck = res     "UpdateHealthCheckResponse"     "fixture/UpdateHealthCheckResponse.proto"     route53     (Proxy :: Proxy UpdateHealthCheck) -testCreateHostedZoneResponse :: CreateHostedZoneResponse -> TestTree-testCreateHostedZoneResponse = res+responseCreateHostedZone :: CreateHostedZoneResponse -> TestTree+responseCreateHostedZone = res     "CreateHostedZoneResponse"     "fixture/CreateHostedZoneResponse.proto"     route53     (Proxy :: Proxy CreateHostedZone) -testListTrafficPolicyInstancesByPolicyResponse :: ListTrafficPolicyInstancesByPolicyResponse -> TestTree-testListTrafficPolicyInstancesByPolicyResponse = res+responseListTrafficPolicyInstancesByPolicy :: ListTrafficPolicyInstancesByPolicyResponse -> TestTree+responseListTrafficPolicyInstancesByPolicy = res     "ListTrafficPolicyInstancesByPolicyResponse"     "fixture/ListTrafficPolicyInstancesByPolicyResponse.proto"     route53     (Proxy :: Proxy ListTrafficPolicyInstancesByPolicy) -testDisassociateVPCFromHostedZoneResponse :: DisassociateVPCFromHostedZoneResponse -> TestTree-testDisassociateVPCFromHostedZoneResponse = res+responseDisassociateVPCFromHostedZone :: DisassociateVPCFromHostedZoneResponse -> TestTree+responseDisassociateVPCFromHostedZone = res     "DisassociateVPCFromHostedZoneResponse"     "fixture/DisassociateVPCFromHostedZoneResponse.proto"     route53     (Proxy :: Proxy DisassociateVPCFromHostedZone) -testCreateHealthCheckResponse :: CreateHealthCheckResponse -> TestTree-testCreateHealthCheckResponse = res+responseCreateHealthCheck :: CreateHealthCheckResponse -> TestTree+responseCreateHealthCheck = res     "CreateHealthCheckResponse"     "fixture/CreateHealthCheckResponse.proto"     route53     (Proxy :: Proxy CreateHealthCheck) -testChangeTagsForResourceResponse :: ChangeTagsForResourceResponse -> TestTree-testChangeTagsForResourceResponse = res+responseChangeTagsForResource :: ChangeTagsForResourceResponse -> TestTree+responseChangeTagsForResource = res     "ChangeTagsForResourceResponse"     "fixture/ChangeTagsForResourceResponse.proto"     route53     (Proxy :: Proxy ChangeTagsForResource) -testListHostedZonesResponse :: ListHostedZonesResponse -> TestTree-testListHostedZonesResponse = res+responseListHostedZones :: ListHostedZonesResponse -> TestTree+responseListHostedZones = res     "ListHostedZonesResponse"     "fixture/ListHostedZonesResponse.proto"     route53     (Proxy :: Proxy ListHostedZones) -testGetTrafficPolicyInstanceCountResponse :: GetTrafficPolicyInstanceCountResponse -> TestTree-testGetTrafficPolicyInstanceCountResponse = res+responseGetTrafficPolicyInstanceCount :: GetTrafficPolicyInstanceCountResponse -> TestTree+responseGetTrafficPolicyInstanceCount = res     "GetTrafficPolicyInstanceCountResponse"     "fixture/GetTrafficPolicyInstanceCountResponse.proto"     route53     (Proxy :: Proxy GetTrafficPolicyInstanceCount) -testListGeoLocationsResponse :: ListGeoLocationsResponse -> TestTree-testListGeoLocationsResponse = res+responseListGeoLocations :: ListGeoLocationsResponse -> TestTree+responseListGeoLocations = res     "ListGeoLocationsResponse"     "fixture/ListGeoLocationsResponse.proto"     route53     (Proxy :: Proxy ListGeoLocations) -testGetHostedZoneResponse :: GetHostedZoneResponse -> TestTree-testGetHostedZoneResponse = res+responseGetHostedZone :: GetHostedZoneResponse -> TestTree+responseGetHostedZone = res     "GetHostedZoneResponse"     "fixture/GetHostedZoneResponse.proto"     route53     (Proxy :: Proxy GetHostedZone) -testGetHealthCheckResponse :: GetHealthCheckResponse -> TestTree-testGetHealthCheckResponse = res+responseGetHealthCheck :: GetHealthCheckResponse -> TestTree+responseGetHealthCheck = res     "GetHealthCheckResponse"     "fixture/GetHealthCheckResponse.proto"     route53     (Proxy :: Proxy GetHealthCheck) -testListResourceRecordSetsResponse :: ListResourceRecordSetsResponse -> TestTree-testListResourceRecordSetsResponse = res+responseListResourceRecordSets :: ListResourceRecordSetsResponse -> TestTree+responseListResourceRecordSets = res     "ListResourceRecordSetsResponse"     "fixture/ListResourceRecordSetsResponse.proto"     route53     (Proxy :: Proxy ListResourceRecordSets) -testCreateReusableDelegationSetResponse :: CreateReusableDelegationSetResponse -> TestTree-testCreateReusableDelegationSetResponse = res+responseCreateReusableDelegationSet :: CreateReusableDelegationSetResponse -> TestTree+responseCreateReusableDelegationSet = res     "CreateReusableDelegationSetResponse"     "fixture/CreateReusableDelegationSetResponse.proto"     route53     (Proxy :: Proxy CreateReusableDelegationSet) -testGetHealthCheckCountResponse :: GetHealthCheckCountResponse -> TestTree-testGetHealthCheckCountResponse = res+responseGetHealthCheckCount :: GetHealthCheckCountResponse -> TestTree+responseGetHealthCheckCount = res     "GetHealthCheckCountResponse"     "fixture/GetHealthCheckCountResponse.proto"     route53     (Proxy :: Proxy GetHealthCheckCount) -testUpdateTrafficPolicyCommentResponse :: UpdateTrafficPolicyCommentResponse -> TestTree-testUpdateTrafficPolicyCommentResponse = res+responseUpdateTrafficPolicyComment :: UpdateTrafficPolicyCommentResponse -> TestTree+responseUpdateTrafficPolicyComment = res     "UpdateTrafficPolicyCommentResponse"     "fixture/UpdateTrafficPolicyCommentResponse.proto"     route53     (Proxy :: Proxy UpdateTrafficPolicyComment) -testGetHostedZoneCountResponse :: GetHostedZoneCountResponse -> TestTree-testGetHostedZoneCountResponse = res+responseGetHostedZoneCount :: GetHostedZoneCountResponse -> TestTree+responseGetHostedZoneCount = res     "GetHostedZoneCountResponse"     "fixture/GetHostedZoneCountResponse.proto"     route53     (Proxy :: Proxy GetHostedZoneCount) -testGetReusableDelegationSetResponse :: GetReusableDelegationSetResponse -> TestTree-testGetReusableDelegationSetResponse = res+responseGetReusableDelegationSet :: GetReusableDelegationSetResponse -> TestTree+responseGetReusableDelegationSet = res     "GetReusableDelegationSetResponse"     "fixture/GetReusableDelegationSetResponse.proto"     route53     (Proxy :: Proxy GetReusableDelegationSet) -testDeleteTrafficPolicyInstanceResponse :: DeleteTrafficPolicyInstanceResponse -> TestTree-testDeleteTrafficPolicyInstanceResponse = res+responseDeleteTrafficPolicyInstance :: DeleteTrafficPolicyInstanceResponse -> TestTree+responseDeleteTrafficPolicyInstance = res     "DeleteTrafficPolicyInstanceResponse"     "fixture/DeleteTrafficPolicyInstanceResponse.proto"     route53     (Proxy :: Proxy DeleteTrafficPolicyInstance) -testUpdateTrafficPolicyInstanceResponse :: UpdateTrafficPolicyInstanceResponse -> TestTree-testUpdateTrafficPolicyInstanceResponse = res+responseUpdateTrafficPolicyInstance :: UpdateTrafficPolicyInstanceResponse -> TestTree+responseUpdateTrafficPolicyInstance = res     "UpdateTrafficPolicyInstanceResponse"     "fixture/UpdateTrafficPolicyInstanceResponse.proto"     route53     (Proxy :: Proxy UpdateTrafficPolicyInstance) -testUpdateHostedZoneCommentResponse :: UpdateHostedZoneCommentResponse -> TestTree-testUpdateHostedZoneCommentResponse = res+responseUpdateHostedZoneComment :: UpdateHostedZoneCommentResponse -> TestTree+responseUpdateHostedZoneComment = res     "UpdateHostedZoneCommentResponse"     "fixture/UpdateHostedZoneCommentResponse.proto"     route53     (Proxy :: Proxy UpdateHostedZoneComment) -testGetHealthCheckStatusResponse :: GetHealthCheckStatusResponse -> TestTree-testGetHealthCheckStatusResponse = res+responseGetHealthCheckStatus :: GetHealthCheckStatusResponse -> TestTree+responseGetHealthCheckStatus = res     "GetHealthCheckStatusResponse"     "fixture/GetHealthCheckStatusResponse.proto"     route53     (Proxy :: Proxy GetHealthCheckStatus) -testCreateTrafficPolicyVersionResponse :: CreateTrafficPolicyVersionResponse -> TestTree-testCreateTrafficPolicyVersionResponse = res+responseCreateTrafficPolicyVersion :: CreateTrafficPolicyVersionResponse -> TestTree+responseCreateTrafficPolicyVersion = res     "CreateTrafficPolicyVersionResponse"     "fixture/CreateTrafficPolicyVersionResponse.proto"     route53     (Proxy :: Proxy CreateTrafficPolicyVersion) -testListHealthChecksResponse :: ListHealthChecksResponse -> TestTree-testListHealthChecksResponse = res+responseListHealthChecks :: ListHealthChecksResponse -> TestTree+responseListHealthChecks = res     "ListHealthChecksResponse"     "fixture/ListHealthChecksResponse.proto"     route53     (Proxy :: Proxy ListHealthChecks) -testGetTrafficPolicyResponse :: GetTrafficPolicyResponse -> TestTree-testGetTrafficPolicyResponse = res+responseGetTrafficPolicy :: GetTrafficPolicyResponse -> TestTree+responseGetTrafficPolicy = res     "GetTrafficPolicyResponse"     "fixture/GetTrafficPolicyResponse.proto"     route53     (Proxy :: Proxy GetTrafficPolicy) -testListTrafficPolicyVersionsResponse :: ListTrafficPolicyVersionsResponse -> TestTree-testListTrafficPolicyVersionsResponse = res+responseListTrafficPolicyVersions :: ListTrafficPolicyVersionsResponse -> TestTree+responseListTrafficPolicyVersions = res     "ListTrafficPolicyVersionsResponse"     "fixture/ListTrafficPolicyVersionsResponse.proto"     route53     (Proxy :: Proxy ListTrafficPolicyVersions) -testDeleteHostedZoneResponse :: DeleteHostedZoneResponse -> TestTree-testDeleteHostedZoneResponse = res+responseDeleteHostedZone :: DeleteHostedZoneResponse -> TestTree+responseDeleteHostedZone = res     "DeleteHostedZoneResponse"     "fixture/DeleteHostedZoneResponse.proto"     route53     (Proxy :: Proxy DeleteHostedZone) -testGetGeoLocationResponse :: GetGeoLocationResponse -> TestTree-testGetGeoLocationResponse = res+responseGetGeoLocation :: GetGeoLocationResponse -> TestTree+responseGetGeoLocation = res     "GetGeoLocationResponse"     "fixture/GetGeoLocationResponse.proto"     route53     (Proxy :: Proxy GetGeoLocation) -testListTagsForResourcesResponse :: ListTagsForResourcesResponse -> TestTree-testListTagsForResourcesResponse = res+responseListTagsForResources :: ListTagsForResourcesResponse -> TestTree+responseListTagsForResources = res     "ListTagsForResourcesResponse"     "fixture/ListTagsForResourcesResponse.proto"     route53     (Proxy :: Proxy ListTagsForResources) -testCreateTrafficPolicyResponse :: CreateTrafficPolicyResponse -> TestTree-testCreateTrafficPolicyResponse = res+responseCreateTrafficPolicy :: CreateTrafficPolicyResponse -> TestTree+responseCreateTrafficPolicy = res     "CreateTrafficPolicyResponse"     "fixture/CreateTrafficPolicyResponse.proto"     route53     (Proxy :: Proxy CreateTrafficPolicy) -testListTrafficPolicyInstancesByHostedZoneResponse :: ListTrafficPolicyInstancesByHostedZoneResponse -> TestTree-testListTrafficPolicyInstancesByHostedZoneResponse = res+responseListTrafficPolicyInstancesByHostedZone :: ListTrafficPolicyInstancesByHostedZoneResponse -> TestTree+responseListTrafficPolicyInstancesByHostedZone = res     "ListTrafficPolicyInstancesByHostedZoneResponse"     "fixture/ListTrafficPolicyInstancesByHostedZoneResponse.proto"     route53     (Proxy :: Proxy ListTrafficPolicyInstancesByHostedZone) -testListTrafficPoliciesResponse :: ListTrafficPoliciesResponse -> TestTree-testListTrafficPoliciesResponse = res+responseListTrafficPolicies :: ListTrafficPoliciesResponse -> TestTree+responseListTrafficPolicies = res     "ListTrafficPoliciesResponse"     "fixture/ListTrafficPoliciesResponse.proto"     route53