packages feed

amazonka-route53-domains 1.4.2 → 1.4.3

raw patch · 25 files changed

+250/−525 lines, 25 filesdep ~amazonka-coredep ~amazonka-route53-domainsdep ~amazonka-testPVP ok

version bump matches the API change (PVP)

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

API changes (from Hackage documentation)

Files

README.md view
@@ -8,7 +8,7 @@  ## Version -`1.4.2`+`1.4.3`   ## Description
amazonka-route53-domains.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-route53-domains-version:               1.4.2+version:               1.4.3 synopsis:              Amazon Route 53 Domains SDK. homepage:              https://github.com/brendanhay/amazonka bug-reports:           https://github.com/brendanhay/amazonka/issues@@ -69,7 +69,7 @@         , Network.AWS.Route53Domains.Types.Sum      build-depends:-          amazonka-core == 1.4.2.*+          amazonka-core == 1.4.3.*         , base          >= 4.7     && < 5  test-suite amazonka-route53-domains-test@@ -89,9 +89,9 @@         , Test.AWS.Route53Domains.Internal      build-depends:-          amazonka-core == 1.4.2.*-        , amazonka-test == 1.4.2.*-        , amazonka-route53-domains == 1.4.2.*+          amazonka-core == 1.4.3.*+        , amazonka-test == 1.4.3.*+        , amazonka-route53-domains == 1.4.3.*         , base         , bytestring         , tasty
gen/Network/AWS/Route53Domains/CheckDomainAvailability.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This operation checks the availability of one domain name. Note that if--- the availability status of a domain is pending, you must submit another--- request to determine the availability of the domain name.+-- This operation checks the availability of one domain name. Note that if the availability status of a domain is pending, you must submit another request to determine the availability of the domain name. module Network.AWS.Route53Domains.CheckDomainAvailability     (     -- * Creating a Request@@ -79,9 +77,7 @@ -- -- Default: None ----- Constraints: The domain name can contain only the letters a through z,--- the numbers 0 through 9, and hyphen (-). Internationalized Domain Names--- are not supported.+-- Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported. -- -- Required: Yes cdaDomainName :: Lens' CheckDomainAvailability Text@@ -162,19 +158,13 @@ -- Valid values: -- -- -   'AVAILABLE' – The domain name is available.--- -   'AVAILABLE_RESERVED' – The domain name is reserved under specific---     conditions.--- -   'AVAILABLE_PREORDER' – The domain name is available and can be---     preordered.+-- -   'AVAILABLE_RESERVED' – The domain name is reserved under specific conditions.+-- -   'AVAILABLE_PREORDER' – The domain name is available and can be preordered. -- -   'UNAVAILABLE' – The domain name is not available. -- -   'UNAVAILABLE_PREMIUM' – The domain name is not available. -- -   'UNAVAILABLE_RESTRICTED' – The domain name is forbidden.--- -   'RESERVED' – The domain name has been reserved for another person or---     organization.--- -   'DONT_KNOW' – The TLD registry didn\'t reply with a definitive---     answer about whether the domain name is available. Amazon Route 53---     can return this response for a variety of reasons, for example, the---     registry is performing maintenance. Try again later.+-- -   'RESERVED' – The domain name has been reserved for another person or organization.+-- -   'DONT_KNOW' – The TLD registry didn\'t reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later. cdarsAvailability :: Lens' CheckDomainAvailabilityResponse DomainAvailability cdarsAvailability = lens _cdarsAvailability (\ s a -> s{_cdarsAvailability = a}); 
gen/Network/AWS/Route53Domains/DeleteTagsForDomain.hs view
@@ -20,8 +20,7 @@ -- -- This operation deletes the specified tags for a domain. ----- All tag operations are eventually consistent; subsequent operations may--- not immediately represent all issued operations.+-- All tag operations are eventually consistent; subsequent operations may not immediately represent all issued operations. module Network.AWS.Route53Domains.DeleteTagsForDomain     (     -- * Creating a Request@@ -77,11 +76,7 @@ -- -- Default: None ----- Constraints: The domain name can contain only the letters a through z,--- the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when--- they\'re surrounded by letters, numbers, or other hyphens. You can\'t--- specify a hyphen at the beginning or end of a label. To specify an--- Internationalized Domain Name, you must convert the name to Punycode.+-- Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they\'re surrounded by letters, numbers, or other hyphens. You can\'t specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode. -- -- Required: Yes dtfdDomainName :: Lens' DeleteTagsForDomain Text
gen/Network/AWS/Route53Domains/DisableDomainAutoRenew.hs view
@@ -18,13 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This operation disables automatic renewal of domain registration for the--- specified domain.+-- This operation disables automatic renewal of domain registration for the specified domain. ----- Caution! Amazon Route 53 doesn\'t have a manual renewal process, so if--- you disable automatic renewal, registration for the domain will not be--- renewed when the expiration date passes, and you will lose control of--- the domain name.+-- Caution! Amazon Route 53 doesn\'t have a manual renewal process, so if you disable automatic renewal, registration for the domain will not be renewed when the expiration date passes, and you will lose control of the domain name. module Network.AWS.Route53Domains.DisableDomainAutoRenew     (     -- * Creating a Request
gen/Network/AWS/Route53Domains/DisableDomainTransferLock.hs view
@@ -18,13 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This operation removes the transfer lock on the domain (specifically the--- 'clientTransferProhibited' status) to allow domain transfers. We--- recommend you refrain from performing this action unless you intend to--- transfer the domain to a different registrar. Successful submission--- returns an operation ID that you can use to track the progress and--- completion of the action. If the request is not completed successfully,--- the domain registrant will be notified by email.+-- This operation removes the transfer lock on the domain (specifically the 'clientTransferProhibited' status) to allow domain transfers. We recommend you refrain from performing this action unless you intend to transfer the domain to a different registrar. Successful submission returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email. module Network.AWS.Route53Domains.DisableDomainTransferLock     (     -- * Creating a Request@@ -74,9 +68,7 @@ -- -- Default: None ----- Constraints: The domain name can contain only the letters a through z,--- the numbers 0 through 9, and hyphen (-). Internationalized Domain Names--- are not supported.+-- Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported. -- -- Required: Yes ddtlDomainName :: Lens' DisableDomainTransferLock Text@@ -146,8 +138,7 @@ ddtlrsResponseStatus :: Lens' DisableDomainTransferLockResponse Int ddtlrsResponseStatus = lens _ddtlrsResponseStatus (\ s a -> s{_ddtlrsResponseStatus = a}); --- | Identifier for tracking the progress of the request. To use this ID to--- query the operation status, use GetOperationDetail.+-- | Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. -- -- Type: String --
gen/Network/AWS/Route53Domains/EnableDomainAutoRenew.hs view
@@ -18,16 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This operation configures Amazon Route 53 to automatically renew the--- specified domain before the domain registration expires. The cost of--- renewing your domain registration is billed to your AWS account.+-- This operation configures Amazon Route 53 to automatically renew the specified domain before the domain registration expires. The cost of renewing your domain registration is billed to your AWS account. ----- The period during which you can renew a domain name varies by TLD. For a--- list of TLDs and their renewal policies, see--- <http://wiki.gandi.net/en/domains/renew#renewal_restoration_and_deletion_times \"Renewal, restoration, and deletion times\">--- on the website for our registrar partner, Gandi. Route 53 requires that--- you renew before the end of the renewal period that is listed on the--- Gandi website so we can complete processing before the deadline.+-- The period during which you can renew a domain name varies by TLD. For a list of TLDs and their renewal policies, see <http://wiki.gandi.net/en/domains/renew#renewal_restoration_and_deletion_times \"Renewal, restoration, and deletion times\"> on the website for our registrar partner, Gandi. Route 53 requires that you renew before the end of the renewal period that is listed on the Gandi website so we can complete processing before the deadline. module Network.AWS.Route53Domains.EnableDomainAutoRenew     (     -- * Creating a Request
gen/Network/AWS/Route53Domains/EnableDomainTransferLock.hs view
@@ -18,11 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This operation sets the transfer lock on the domain (specifically the--- 'clientTransferProhibited' status) to prevent domain transfers.--- Successful submission returns an operation ID that you can use to track--- the progress and completion of the action. If the request is not--- completed successfully, the domain registrant will be notified by email.+-- This operation sets the transfer lock on the domain (specifically the 'clientTransferProhibited' status) to prevent domain transfers. Successful submission returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email. module Network.AWS.Route53Domains.EnableDomainTransferLock     (     -- * Creating a Request@@ -72,9 +68,7 @@ -- -- Default: None ----- Constraints: The domain name can contain only the letters a through z,--- the numbers 0 through 9, and hyphen (-). Internationalized Domain Names--- are not supported.+-- Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported. -- -- Required: Yes edtlDomainName :: Lens' EnableDomainTransferLock Text@@ -144,8 +138,7 @@ edtlrsResponseStatus :: Lens' EnableDomainTransferLockResponse Int edtlrsResponseStatus = lens _edtlrsResponseStatus (\ s a -> s{_edtlrsResponseStatus = a}); --- | Identifier for tracking the progress of the request. To use this ID to--- query the operation status, use GetOperationDetail.+-- | Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. -- -- Type: String --
gen/Network/AWS/Route53Domains/GetContactReachabilityStatus.hs view
@@ -18,13 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- For operations that require confirmation that the email address for the--- registrant contact is valid, such as registering a new domain, this--- operation returns information about whether the registrant contact has--- responded.+-- For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation returns information about whether the registrant contact has responded. ----- If you want us to resend the email, use the--- 'ResendContactReachabilityEmail' operation.+-- If you want us to resend the email, use the 'ResendContactReachabilityEmail' operation. module Network.AWS.Route53Domains.GetContactReachabilityStatus     (     -- * Creating a Request@@ -66,8 +62,7 @@     { _gcrsDomainName = Nothing     } --- | The name of the domain for which you want to know whether the registrant--- contact has confirmed that the email address is valid.+-- | The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid. -- -- Type: String --@@ -140,11 +135,7 @@     , _gcrsrsResponseStatus = pResponseStatus_     } --- | Whether the registrant contact has responded. 'PENDING' indicates that--- we sent the confirmation email and haven\'t received a response yet,--- 'DONE' indicates that we sent the email and got confirmation from the--- registrant contact, and 'EXPIRED' indicates that the time limit expired--- before the registrant contact responded.+-- | Whether the registrant contact has responded. 'PENDING' indicates that we sent the confirmation email and haven\'t received a response yet, 'DONE' indicates that we sent the email and got confirmation from the registrant contact, and 'EXPIRED' indicates that the time limit expired before the registrant contact responded. -- -- Type: String --
gen/Network/AWS/Route53Domains/GetDomainDetail.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This operation returns detailed information about the domain. The--- domain\'s contact information is also returned as part of the output.+-- This operation returns detailed information about the domain. The domain\'s contact information is also returned as part of the output. module Network.AWS.Route53Domains.GetDomainDetail     (     -- * Creating a Request@@ -89,9 +88,7 @@ -- -- Default: None ----- Constraints: The domain name can contain only the letters a through z,--- the numbers 0 through 9, and hyphen (-). Internationalized Domain Names--- are not supported.+-- Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported. -- -- Required: Yes gddDomainName :: Lens' GetDomainDetail Text@@ -259,10 +256,7 @@     , _gddrsTechContact = _Sensitive # pTechContact_     } --- | Specifies whether contact information for the tech contact is concealed--- from WHOIS queries. If the value is 'true', WHOIS (\"who is\") queries--- will return contact information for our registrar partner, Gandi,--- instead of the contact information that you enter.+-- | Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is 'true', WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. -- -- Type: Boolean gddrsTechPrivacy :: Lens' GetDomainDetailResponse (Maybe Bool)@@ -272,8 +266,7 @@ gddrsDNSSec :: Lens' GetDomainDetailResponse (Maybe Text) gddrsDNSSec = lens _gddrsDNSSec (\ s a -> s{_gddrsDNSSec = a}); --- | The fully qualified name of the WHOIS server that can answer the WHOIS--- query for the domain.+-- | The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain. -- -- Type: String gddrsWhoIsServer :: Lens' GetDomainDetailResponse (Maybe Text)@@ -283,24 +276,17 @@ gddrsRegistryDomainId :: Lens' GetDomainDetailResponse (Maybe Text) gddrsRegistryDomainId = lens _gddrsRegistryDomainId (\ s a -> s{_gddrsRegistryDomainId = a}); --- | Specifies whether contact information for the registrant contact is--- concealed from WHOIS queries. If the value is 'true', WHOIS (\"who is\")--- queries will return contact information for our registrar partner,--- Gandi, instead of the contact information that you enter.+-- | Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is 'true', WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. -- -- Type: Boolean gddrsRegistrantPrivacy :: Lens' GetDomainDetailResponse (Maybe Bool) gddrsRegistrantPrivacy = lens _gddrsRegistrantPrivacy (\ s a -> s{_gddrsRegistrantPrivacy = a}); --- | The last updated date of the domain as found in the response to a WHOIS--- query. The date format is Unix time.+-- | The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time. gddrsUpdatedDate :: Lens' GetDomainDetailResponse (Maybe UTCTime) gddrsUpdatedDate = lens _gddrsUpdatedDate (\ s a -> s{_gddrsUpdatedDate = a}) . mapping _Time; --- | Specifies whether contact information for the admin contact is concealed--- from WHOIS queries. If the value is 'true', WHOIS (\"who is\") queries--- will return contact information for our registrar partner, Gandi,--- instead of the contact information that you enter.+-- | Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is 'true', WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. -- -- Type: Boolean gddrsAdminPrivacy :: Lens' GetDomainDetailResponse (Maybe Bool)@@ -324,54 +310,37 @@ gddrsRegistrarURL :: Lens' GetDomainDetailResponse (Maybe Text) gddrsRegistrarURL = lens _gddrsRegistrarURL (\ s a -> s{_gddrsRegistrarURL = a}); --- | Email address to contact to report incorrect contact information for a--- domain, to report that the domain is being used to send spam, to report--- that someone is cybersquatting on a domain name, or report some other--- type of abuse.+-- | Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse. -- -- Type: String gddrsAbuseContactEmail :: Lens' GetDomainDetailResponse (Maybe Text) gddrsAbuseContactEmail = lens _gddrsAbuseContactEmail (\ s a -> s{_gddrsAbuseContactEmail = a}); --- | The date when the registration for the domain is set to expire. The date--- format is Unix time.+-- | The date when the registration for the domain is set to expire. The date format is Unix time. gddrsExpirationDate :: Lens' GetDomainDetailResponse (Maybe UTCTime) gddrsExpirationDate = lens _gddrsExpirationDate (\ s a -> s{_gddrsExpirationDate = a}) . mapping _Time; --- | The date when the domain was created as found in the response to a WHOIS--- query. The date format is Unix time.+-- | The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time. gddrsCreationDate :: Lens' GetDomainDetailResponse (Maybe UTCTime) gddrsCreationDate = lens _gddrsCreationDate (\ s a -> s{_gddrsCreationDate = a}) . mapping _Time; --- | Name of the registrar of the domain as identified in the registry.--- Amazon Route 53 domains are registered by registrar Gandi. The value is--- '\"GANDI SAS\"'.+-- | Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is '\"GANDI SAS\"'. -- -- Type: String gddrsRegistrarName :: Lens' GetDomainDetailResponse (Maybe Text) gddrsRegistrarName = lens _gddrsRegistrarName (\ s a -> s{_gddrsRegistrarName = a}); --- | Reseller of the domain. Domains registered or transferred using Amazon--- Route 53 domains will have '\"Amazon\"' as the reseller.+-- | Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have '\"Amazon\"' as the reseller. -- -- Type: String gddrsReseller :: Lens' GetDomainDetailResponse (Maybe Text) gddrsReseller = lens _gddrsReseller (\ s a -> s{_gddrsReseller = a}); --- | An array of domain name status codes, also known as Extensible--- Provisioning Protocol (EPP) status codes.+-- | An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes. ----- ICANN, the organization that maintains a central database of domain--- names, has developed a set of domain name status codes that tell you the--- status of a variety of operations on a domain name, for example,--- registering a domain name, transferring a domain name to another--- registrar, renewing the registration for a domain name, and so on. All--- registrars use this same set of status codes.+-- ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes. ----- For a current list of domain name status codes and an explanation of--- what each code means, go to the <https://www.icann.org/ ICANN website>--- and search for 'epp status codes'. (Search on the ICANN website; web--- searches sometimes return an old version of the document.)+-- For a current list of domain name status codes and an explanation of what each code means, go to the <https://www.icann.org/ ICANN website> and search for 'epp status codes'. (Search on the ICANN website; web searches sometimes return an old version of the document.) -- -- Type: Array of String gddrsStatusList :: Lens' GetDomainDetailResponse [Text]@@ -397,9 +366,7 @@ -- -- Type: Complex ----- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType',--- 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State',--- 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams'+-- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType', 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State', 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams' gddrsAdminContact :: Lens' GetDomainDetailResponse ContactDetail gddrsAdminContact = lens _gddrsAdminContact (\ s a -> s{_gddrsAdminContact = a}) . _Sensitive; @@ -407,9 +374,7 @@ -- -- Type: Complex ----- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType',--- 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State',--- 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams'+-- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType', 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State', 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams' gddrsRegistrantContact :: Lens' GetDomainDetailResponse ContactDetail gddrsRegistrantContact = lens _gddrsRegistrantContact (\ s a -> s{_gddrsRegistrantContact = a}) . _Sensitive; @@ -417,9 +382,7 @@ -- -- Type: Complex ----- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType',--- 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State',--- 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams'+-- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType', 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State', 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams' gddrsTechContact :: Lens' GetDomainDetailResponse ContactDetail gddrsTechContact = lens _gddrsTechContact (\ s a -> s{_gddrsTechContact = a}) . _Sensitive; 
gen/Network/AWS/Route53Domains/GetOperationDetail.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This operation returns the current status of an operation that is not--- completed.+-- This operation returns the current status of an operation that is not completed. module Network.AWS.Route53Domains.GetOperationDetail     (     -- * Creating a Request@@ -68,9 +67,7 @@     { _godOperationId = pOperationId_     } --- | The identifier for the operation for which you want to get the status.--- Amazon Route 53 returned the identifier in the response to the original--- request.+-- | The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request. -- -- Type: String --
gen/Network/AWS/Route53Domains/ListDomains.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This operation returns all the domain names registered with Amazon Route--- 53 for the current AWS account.+-- This operation returns all the domain names registered with Amazon Route 53 for the current AWS account. -- -- This operation returns paginated results. module Network.AWS.Route53Domains.ListDomains@@ -71,19 +70,13 @@     , _ldMaxItems = Nothing     } --- | For an initial request for a list of domains, omit this element. If the--- number of domains that are associated with the current AWS account is--- greater than the value that you specified for 'MaxItems', you can use--- 'Marker' to return additional domains. Get the value of 'NextPageMarker'--- from the previous response, and submit another request that includes the--- value of 'NextPageMarker' in the 'Marker' element.+-- | For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for 'MaxItems', you can use 'Marker' to return additional domains. Get the value of 'NextPageMarker' from the previous response, and submit another request that includes the value of 'NextPageMarker' in the 'Marker' element. -- -- Type: String -- -- Default: None ----- Constraints: The marker must match the value specified in the previous--- request.+-- Constraints: The marker must match the value specified in the previous request. -- -- Required: No ldMarker :: Lens' ListDomains (Maybe Text)@@ -173,9 +166,7 @@     , _ldrsDomains = mempty     } --- | If there are more domains than you specified for 'MaxItems' in the--- request, submit another request and include the value of--- 'NextPageMarker' in the value of 'Marker'.+-- | If there are more domains than you specified for 'MaxItems' in the request, submit another request and include the value of 'NextPageMarker' in the value of 'Marker'. -- -- Type: String --
gen/Network/AWS/Route53Domains/ListOperations.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This operation returns the operation IDs of operations that are not yet--- complete.+-- This operation returns the operation IDs of operations that are not yet complete. -- -- This operation returns paginated results. module Network.AWS.Route53Domains.ListOperations@@ -71,12 +70,7 @@     , _loMaxItems = Nothing     } --- | For an initial request for a list of operations, omit this element. If--- the number of operations that are not yet complete is greater than the--- value that you specified for 'MaxItems', you can use 'Marker' to return--- additional operations. Get the value of 'NextPageMarker' from the--- previous response, and submit another request that includes the value of--- 'NextPageMarker' in the 'Marker' element.+-- | For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for 'MaxItems', you can use 'Marker' to return additional operations. Get the value of 'NextPageMarker' from the previous response, and submit another request that includes the value of 'NextPageMarker' in the 'Marker' element. -- -- Type: String --@@ -170,9 +164,7 @@     , _lorsOperations = mempty     } --- | If there are more operations than you specified for 'MaxItems' in the--- request, submit another request and include the value of--- 'NextPageMarker' in the value of 'Marker'.+-- | If there are more operations than you specified for 'MaxItems' in the request, submit another request and include the value of 'NextPageMarker' in the value of 'Marker'. -- -- Type: String --
gen/Network/AWS/Route53Domains/ListTagsForDomain.hs view
@@ -18,11 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This operation returns all of the tags that are associated with the--- specified domain.+-- This operation returns all of the tags that are associated with the specified domain. ----- All tag operations are eventually consistent; subsequent operations may--- not immediately represent all issued operations.+-- All tag operations are eventually consistent; subsequent operations may not immediately represent all issued operations. module Network.AWS.Route53Domains.ListTagsForDomain     (     -- * Creating a Request
gen/Network/AWS/Route53Domains/RegisterDomain.hs view
@@ -18,29 +18,15 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This operation registers a domain. Domains are registered by the AWS--- registrar partner, Gandi. For some top-level domains (TLDs), this--- operation requires extra parameters.+-- This operation registers a domain. Domains are registered by the AWS registrar partner, Gandi. For some top-level domains (TLDs), this operation requires extra parameters. -- -- When you register a domain, Amazon Route 53 does the following: ----- -   Creates a Amazon Route 53 hosted zone that has the same name as the---     domain. Amazon Route 53 assigns four name servers to your hosted---     zone and automatically updates your domain registration with the---     names of these name servers.--- -   Enables autorenew, so your domain registration will renew---     automatically each year. We\'ll notify you in advance of the renewal---     date so you can choose whether to renew the registration.--- -   Optionally enables privacy protection, so WHOIS queries return---     contact information for our registrar partner, Gandi, instead of the---     information you entered for registrant, admin, and tech contacts.--- -   If registration is successful, returns an operation ID that you can---     use to track the progress and completion of the action. If the---     request is not completed successfully, the domain registrant is---     notified by email.--- -   Charges your AWS account an amount based on the top-level domain.---     For more information, see---     <http://aws.amazon.com/route53/pricing/ Amazon Route 53 Pricing>.+-- -   Creates a Amazon Route 53 hosted zone that has the same name as the domain. Amazon Route 53 assigns four name servers to your hosted zone and automatically updates your domain registration with the names of these name servers.+-- -   Enables autorenew, so your domain registration will renew automatically each year. We\'ll notify you in advance of the renewal date so you can choose whether to renew the registration.+-- -   Optionally enables privacy protection, so WHOIS queries return contact information for our registrar partner, Gandi, instead of the information you entered for registrant, admin, and tech contacts.+-- -   If registration is successful, returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant is notified by email.+-- -   Charges your AWS account an amount based on the top-level domain. For more information, see <http://aws.amazon.com/route53/pricing/ Amazon Route 53 Pricing>. module Network.AWS.Route53Domains.RegisterDomain     (     -- * Creating a Request@@ -133,10 +119,7 @@     , _rdTechContact = _Sensitive # pTechContact_     } --- | Whether you want to conceal contact information from WHOIS queries. If--- you specify true, WHOIS (\"who is\") queries will return contact--- information for our registrar partner, Gandi, instead of the contact--- information that you enter.+-- | Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. -- -- Type: Boolean --@@ -148,10 +131,7 @@ rdPrivacyProtectTechContact :: Lens' RegisterDomain (Maybe Bool) rdPrivacyProtectTechContact = lens _rdPrivacyProtectTechContact (\ s a -> s{_rdPrivacyProtectTechContact = a}); --- | Whether you want to conceal contact information from WHOIS queries. If--- you specify true, WHOIS (\"who is\") queries will return contact--- information for our registrar partner, Gandi, instead of the contact--- information that you enter.+-- | Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. -- -- Type: Boolean --@@ -163,9 +143,7 @@ rdPrivacyProtectRegistrantContact :: Lens' RegisterDomain (Maybe Bool) rdPrivacyProtectRegistrantContact = lens _rdPrivacyProtectRegistrantContact (\ s a -> s{_rdPrivacyProtectRegistrantContact = a}); --- | Indicates whether the domain will be automatically renewed ('true') or--- not ('false'). Autorenewal only takes effect after the account is--- charged.+-- | Indicates whether the domain will be automatically renewed ('true') or not ('false'). Autorenewal only takes effect after the account is charged. -- -- Type: Boolean --@@ -177,10 +155,7 @@ rdAutoRenew :: Lens' RegisterDomain (Maybe Bool) rdAutoRenew = lens _rdAutoRenew (\ s a -> s{_rdAutoRenew = a}); --- | Whether you want to conceal contact information from WHOIS queries. If--- you specify true, WHOIS (\"who is\") queries will return contact--- information for our registrar partner, Gandi, instead of the contact--- information that you enter.+-- | Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. -- -- Type: Boolean --@@ -202,17 +177,13 @@ -- -- Default: None ----- Constraints: The domain name can contain only the letters a through z,--- the numbers 0 through 9, and hyphen (-). Internationalized Domain Names--- are not supported.+-- Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported. -- -- Required: Yes rdDomainName :: Lens' RegisterDomain Text rdDomainName = lens _rdDomainName (\ s a -> s{_rdDomainName = a}); --- | The number of years the domain will be registered. Domains are--- registered for a minimum of one year. The maximum period depends on the--- top-level domain.+-- | The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. -- -- Type: Integer --@@ -228,9 +199,7 @@ -- -- Type: Complex ----- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType',--- 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State',--- 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams'+-- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType', 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State', 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams' -- -- Required: Yes rdAdminContact :: Lens' RegisterDomain ContactDetail@@ -240,9 +209,7 @@ -- -- Type: Complex ----- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType',--- 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State',--- 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams'+-- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType', 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State', 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams' -- -- Required: Yes rdRegistrantContact :: Lens' RegisterDomain ContactDetail@@ -252,9 +219,7 @@ -- -- Type: Complex ----- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType',--- 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State',--- 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams'+-- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType', 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State', 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams' -- -- Required: Yes rdTechContact :: Lens' RegisterDomain ContactDetail@@ -336,8 +301,7 @@ rdrsResponseStatus :: Lens' RegisterDomainResponse Int rdrsResponseStatus = lens _rdrsResponseStatus (\ s a -> s{_rdrsResponseStatus = a}); --- | Identifier for tracking the progress of the request. To use this ID to--- query the operation status, use GetOperationDetail.+-- | Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. -- -- Type: String --
gen/Network/AWS/Route53Domains/ResendContactReachabilityEmail.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- For operations that require confirmation that the email address for the--- registrant contact is valid, such as registering a new domain, this--- operation resends the confirmation email to the current email address--- for the registrant contact.+-- For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation resends the confirmation email to the current email address for the registrant contact. module Network.AWS.Route53Domains.ResendContactReachabilityEmail     (     -- * Creating a Request@@ -64,8 +61,7 @@     { _rcreDomainName = Nothing     } --- | The name of the domain for which you want Amazon Route 53 to resend a--- confirmation email to the registrant contact.+-- | The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact. -- -- Type: String --@@ -148,14 +144,11 @@ rcrersDomainName :: Lens' ResendContactReachabilityEmailResponse (Maybe Text) rcrersDomainName = lens _rcrersDomainName (\ s a -> s{_rcrersDomainName = a}); --- | The email address for the registrant contact at the time that we sent--- the verification email.+-- | The email address for the registrant contact at the time that we sent the verification email. rcrersEmailAddress :: Lens' ResendContactReachabilityEmailResponse (Maybe Text) rcrersEmailAddress = lens _rcrersEmailAddress (\ s a -> s{_rcrersEmailAddress = a}); --- | True if the email address for the registrant contact has already been--- verified, and false otherwise. If the email address has already been--- verified, we don\'t send another confirmation email.+-- | True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don\'t send another confirmation email. rcrersIsAlreadyVerified :: Lens' ResendContactReachabilityEmailResponse (Maybe Bool) rcrersIsAlreadyVerified = lens _rcrersIsAlreadyVerified (\ s a -> s{_rcrersIsAlreadyVerified = a}); 
gen/Network/AWS/Route53Domains/RetrieveDomainAuthCode.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This operation returns the AuthCode for the domain. To transfer a domain--- to another registrar, you provide this value to the new registrar.+-- This operation returns the AuthCode for the domain. To transfer a domain to another registrar, you provide this value to the new registrar. module Network.AWS.Route53Domains.RetrieveDomainAuthCode     (     -- * Creating a Request@@ -69,9 +68,7 @@ -- -- Default: None ----- Constraints: The domain name can contain only the letters a through z,--- the numbers 0 through 9, and hyphen (-). Internationalized Domain Names--- are not supported.+-- Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported. -- -- Required: Yes rdacDomainName :: Lens' RetrieveDomainAuthCode Text
gen/Network/AWS/Route53Domains/TransferDomain.hs view
@@ -18,32 +18,15 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This operation transfers a domain from another registrar to Amazon Route--- 53. When the transfer is complete, the domain is registered with the AWS--- registrar partner, Gandi.+-- This operation transfers a domain from another registrar to Amazon Route 53. When the transfer is complete, the domain is registered with the AWS registrar partner, Gandi. ----- For transfer requirements, a detailed procedure, and information about--- viewing the status of a domain transfer, see--- <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-to-route-53.html Transferring Registration for a Domain to Amazon Route 53>--- in the Amazon Route 53 Developer Guide.+-- For transfer requirements, a detailed procedure, and information about viewing the status of a domain transfer, see <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-to-route-53.html Transferring Registration for a Domain to Amazon Route 53> in the Amazon Route 53 Developer Guide. ----- If the registrar for your domain is also the DNS service provider for--- the domain, we highly recommend that you consider transferring your DNS--- service to Amazon Route 53 or to another DNS service provider before you--- transfer your registration. Some registrars provide free DNS service--- when you purchase a domain registration. When you transfer the--- registration, the previous registrar will not renew your domain--- registration and could end your DNS service at any time.+-- If the registrar for your domain is also the DNS service provider for the domain, we highly recommend that you consider transferring your DNS service to Amazon Route 53 or to another DNS service provider before you transfer your registration. Some registrars provide free DNS service when you purchase a domain registration. When you transfer the registration, the previous registrar will not renew your domain registration and could end your DNS service at any time. ----- Caution! If the registrar for your domain is also the DNS service--- provider for the domain and you don\'t transfer DNS service to another--- provider, your website, email, and the web applications associated with--- the domain might become unavailable.+-- Caution! If the registrar for your domain is also the DNS service provider for the domain and you don\'t transfer DNS service to another provider, your website, email, and the web applications associated with the domain might become unavailable. ----- If the transfer is successful, this method returns an operation ID that--- you can use to track the progress and completion of the action. If the--- transfer doesn\'t complete successfully, the domain registrant will be--- notified by email.+-- If the transfer is successful, this method returns an operation ID that you can use to track the progress and completion of the action. If the transfer doesn\'t complete successfully, the domain registrant will be notified by email. module Network.AWS.Route53Domains.TransferDomain     (     -- * Creating a Request@@ -146,10 +129,7 @@     , _tdTechContact = _Sensitive # pTechContact_     } --- | Whether you want to conceal contact information from WHOIS queries. If--- you specify true, WHOIS (\"who is\") queries will return contact--- information for our registrar partner, Gandi, instead of the contact--- information that you enter.+-- | Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. -- -- Type: Boolean --@@ -161,10 +141,7 @@ tdPrivacyProtectTechContact :: Lens' TransferDomain (Maybe Bool) tdPrivacyProtectTechContact = lens _tdPrivacyProtectTechContact (\ s a -> s{_tdPrivacyProtectTechContact = a}); --- | Whether you want to conceal contact information from WHOIS queries. If--- you specify true, WHOIS (\"who is\") queries will return contact--- information for our registrar partner, Gandi, instead of the contact--- information that you enter.+-- | Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. -- -- Type: Boolean --@@ -176,8 +153,7 @@ tdPrivacyProtectRegistrantContact :: Lens' TransferDomain (Maybe Bool) tdPrivacyProtectRegistrantContact = lens _tdPrivacyProtectRegistrantContact (\ s a -> s{_tdPrivacyProtectRegistrantContact = a}); --- | Indicates whether the domain will be automatically renewed (true) or not--- (false). Autorenewal only takes effect after the account is charged.+-- | Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged. -- -- Type: Boolean --@@ -189,10 +165,7 @@ tdAutoRenew :: Lens' TransferDomain (Maybe Bool) tdAutoRenew = lens _tdAutoRenew (\ s a -> s{_tdAutoRenew = a}); --- | Whether you want to conceal contact information from WHOIS queries. If--- you specify true, WHOIS (\"who is\") queries will return contact--- information for our registrar partner, Gandi, instead of the contact--- information that you enter.+-- | Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. -- -- Type: Boolean --@@ -208,8 +181,7 @@ tdIdNLangCode :: Lens' TransferDomain (Maybe Text) tdIdNLangCode = lens _tdIdNLangCode (\ s a -> s{_tdIdNLangCode = a}); --- | The authorization code for the domain. You get this value from the--- current registrar.+-- | The authorization code for the domain. You get this value from the current registrar. -- -- Type: String --@@ -233,17 +205,13 @@ -- -- Default: None ----- Constraints: The domain name can contain only the letters a through z,--- the numbers 0 through 9, and hyphen (-). Internationalized Domain Names--- are not supported.+-- Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported. -- -- Required: Yes tdDomainName :: Lens' TransferDomain Text tdDomainName = lens _tdDomainName (\ s a -> s{_tdDomainName = a}); --- | The number of years the domain will be registered. Domains are--- registered for a minimum of one year. The maximum period depends on the--- top-level domain.+-- | The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. -- -- Type: Integer --@@ -259,9 +227,7 @@ -- -- Type: Complex ----- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType',--- 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State',--- 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams'+-- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType', 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State', 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams' -- -- Required: Yes tdAdminContact :: Lens' TransferDomain ContactDetail@@ -271,9 +237,7 @@ -- -- Type: Complex ----- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType',--- 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State',--- 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams'+-- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType', 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State', 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams' -- -- Required: Yes tdRegistrantContact :: Lens' TransferDomain ContactDetail@@ -283,9 +247,7 @@ -- -- Type: Complex ----- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType',--- 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State',--- 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams'+-- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType', 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State', 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams' -- -- Required: Yes tdTechContact :: Lens' TransferDomain ContactDetail@@ -369,8 +331,7 @@ tdrsResponseStatus :: Lens' TransferDomainResponse Int tdrsResponseStatus = lens _tdrsResponseStatus (\ s a -> s{_tdrsResponseStatus = a}); --- | Identifier for tracking the progress of the request. To use this ID to--- query the operation status, use GetOperationDetail.+-- | Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. -- -- Type: String --
gen/Network/AWS/Route53Domains/Types.hs view
@@ -137,20 +137,15 @@       | has (hasStatus 509) e = Just "limit_exceeded"       | otherwise = Nothing --- | The requested item is not acceptable. For example, for an OperationId it--- may refer to the ID of an operation that is already completed. For a--- domain name, it may not be a valid domain name or belong to the--- requester account.+-- | The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account. _InvalidInput :: AsError a => Getting (First ServiceError) a ServiceError _InvalidInput = _ServiceError . hasCode "InvalidInput" --- | The number of operations or jobs running exceeded the allowed threshold--- for the account.+-- | The number of operations or jobs running exceeded the allowed threshold for the account. _OperationLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError _OperationLimitExceeded = _ServiceError . hasCode "OperationLimitExceeded" --- | The number of domains has exceeded the allowed threshold for the--- account.+-- | The number of domains has exceeded the allowed threshold for the account. _DomainLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError _DomainLimitExceeded = _ServiceError . hasCode "DomainLimitExceeded" 
gen/Network/AWS/Route53Domains/Types/Product.hs view
@@ -140,9 +140,7 @@ -- -- Default: None ----- Constraints: Phone number must be specified in the format \"+[country--- dialing code].[number including any area code]\". For example, a US--- phone number might appear as '\"+1.1234567890\"'.+-- Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as '\"+1.1234567890\"'. -- -- Parents: 'RegistrantContact', 'AdminContact', 'TechContact' --@@ -164,8 +162,7 @@ cdLastName :: Lens' ContactDetail (Maybe Text) cdLastName = lens _cdLastName (\ s a -> s{_cdLastName = a}); --- | A list of name-value pairs for parameters required by certain top-level--- domains.+-- | A list of name-value pairs for parameters required by certain top-level domains. -- -- Type: Complex --@@ -227,9 +224,7 @@ -- -- Default: None ----- Constraints: Phone number must be specified in the format \"+[country--- dialing code].[number including any area code>]\". For example, a US--- phone number might appear as '\"+1.1234567890\"'.+-- Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as '\"+1.1234567890\"'. -- -- Parents: 'RegistrantContact', 'AdminContact', 'TechContact' --@@ -279,10 +274,7 @@ cdCountryCode :: Lens' ContactDetail (Maybe CountryCode) cdCountryCode = lens _cdCountryCode (\ s a -> s{_cdCountryCode = a}); --- | Indicates whether the contact is a person, company, association, or--- public organization. If you choose an option other than 'PERSON', you--- must enter an organization name, and you can\'t enable privacy--- protection for the contact.+-- | Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than 'PERSON', you must enter an organization name, and you can\'t enable privacy protection for the contact. -- -- Type: String --@@ -375,8 +367,7 @@ dsExpiry :: Lens' DomainSummary (Maybe UTCTime) dsExpiry = lens _dsExpiry (\ s a -> s{_dsExpiry = a}) . mapping _Time; --- | Indicates whether a domain is locked from unauthorized transfer to--- another party.+-- | Indicates whether a domain is locked from unauthorized transfer to another party. -- -- Type: Boolean --@@ -442,13 +433,7 @@ -- -- Default: None ----- Valid values: 'DUNS_NUMBER' | 'BRAND_NUMBER' | 'BIRTH_DEPARTMENT' |--- 'BIRTH_DATE_IN_YYYY_MM_DD' | 'BIRTH_COUNTRY' | 'BIRTH_CITY' |--- 'DOCUMENT_NUMBER' | 'AU_ID_NUMBER' | 'AU_ID_TYPE' | 'CA_LEGAL_TYPE' |--- 'CA_BUSINESS_ENTITY_TYPE' |'ES_IDENTIFICATION' |--- 'ES_IDENTIFICATION_TYPE' | 'ES_LEGAL_FORM' | 'FI_BUSINESS_NUMBER' |--- 'FI_ID_NUMBER' | 'IT_PIN' | 'RU_PASSPORT_DATA' | 'SE_ID_NUMBER' |--- 'SG_ID_NUMBER' | 'VAT_NUMBER'+-- Valid values: 'DUNS_NUMBER' | 'BRAND_NUMBER' | 'BIRTH_DEPARTMENT' | 'BIRTH_DATE_IN_YYYY_MM_DD' | 'BIRTH_COUNTRY' | 'BIRTH_CITY' | 'DOCUMENT_NUMBER' | 'AU_ID_NUMBER' | 'AU_ID_TYPE' | 'CA_LEGAL_TYPE' | 'CA_BUSINESS_ENTITY_TYPE' |'ES_IDENTIFICATION' | 'ES_IDENTIFICATION_TYPE' | 'ES_LEGAL_FORM' | 'FI_BUSINESS_NUMBER' | 'FI_ID_NUMBER' | 'IT_PIN' | 'RU_PASSPORT_DATA' | 'SE_ID_NUMBER' | 'SG_ID_NUMBER' | 'VAT_NUMBER' -- -- Parent: 'ExtraParams' --@@ -456,8 +441,7 @@ epName :: Lens' ExtraParam ExtraParamName epName = lens _epName (\ s a -> s{_epName = a}); --- | Values corresponding to the additional parameter names required by some--- top-level domains.+-- | Values corresponding to the additional parameter names required by some top-level domains. -- -- Type: String --@@ -512,11 +496,7 @@     , _nName = pName_     } --- | Glue IP address of a name server entry. Glue IP addresses are required--- only when the name of the name server is a subdomain of the domain. For--- example, if your domain is example.com and the name server for the--- domain is ns.example.com, you need to specify the IP address for--- ns.example.com.+-- | Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com. -- -- Type: List of IP addresses. --@@ -605,9 +585,7 @@ -- -- Type: String ----- Valid values: 'REGISTER_DOMAIN' | 'DELETE_DOMAIN' | 'TRANSFER_IN_DOMAIN'--- | 'UPDATE_DOMAIN_CONTACT' | 'UPDATE_NAMESERVER' |--- 'CHANGE_PRIVACY_PROTECTION' | 'DOMAIN_LOCK'+-- Valid values: 'REGISTER_DOMAIN' | 'DELETE_DOMAIN' | 'TRANSFER_IN_DOMAIN' | 'UPDATE_DOMAIN_CONTACT' | 'UPDATE_NAMESERVER' | 'CHANGE_PRIVACY_PROTECTION' | 'DOMAIN_LOCK' osType :: Lens' OperationSummary OperationType osType = lens _osType (\ s a -> s{_osType = a}); 
gen/Network/AWS/Route53Domains/UpdateDomainContact.hs view
@@ -18,14 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This operation updates the contact information for a particular domain.--- Information for at least one contact (registrant, administrator, or--- technical) must be supplied for update.+-- This operation updates the contact information for a particular domain. Information for at least one contact (registrant, administrator, or technical) must be supplied for update. ----- If the update is successful, this method returns an operation ID that--- you can use to track the progress and completion of the action. If the--- request is not completed successfully, the domain registrant will be--- notified by email.+-- If the update is successful, this method returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email. module Network.AWS.Route53Domains.UpdateDomainContact     (     -- * Creating a Request@@ -88,9 +83,7 @@ -- -- Type: Complex ----- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType',--- 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State',--- 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams'+-- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType', 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State', 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams' -- -- Required: Yes udcRegistrantContact :: Lens' UpdateDomainContact (Maybe ContactDetail)@@ -100,9 +93,7 @@ -- -- Type: Complex ----- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType',--- 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State',--- 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams'+-- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType', 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State', 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams' -- -- Required: Yes udcAdminContact :: Lens' UpdateDomainContact (Maybe ContactDetail)@@ -112,9 +103,7 @@ -- -- Type: Complex ----- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType',--- 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State',--- 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams'+-- Children: 'FirstName', 'MiddleName', 'LastName', 'ContactType', 'OrganizationName', 'AddressLine1', 'AddressLine2', 'City', 'State', 'CountryCode', 'ZipCode', 'PhoneNumber', 'Email', 'Fax', 'ExtraParams' -- -- Required: Yes udcTechContact :: Lens' UpdateDomainContact (Maybe ContactDetail)@@ -126,9 +115,7 @@ -- -- Default: None ----- Constraints: The domain name can contain only the letters a through z,--- the numbers 0 through 9, and hyphen (-). Internationalized Domain Names--- are not supported.+-- Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported. -- -- Required: Yes udcDomainName :: Lens' UpdateDomainContact Text@@ -202,8 +189,7 @@ udcrsResponseStatus :: Lens' UpdateDomainContactResponse Int udcrsResponseStatus = lens _udcrsResponseStatus (\ s a -> s{_udcrsResponseStatus = a}); --- | Identifier for tracking the progress of the request. To use this ID to--- query the operation status, use GetOperationDetail.+-- | Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. -- -- Type: String --
gen/Network/AWS/Route53Domains/UpdateDomainContactPrivacy.hs view
@@ -18,18 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This operation updates the specified domain contact\'s privacy setting.--- When the privacy option is enabled, personal information such as postal--- or email address is hidden from the results of a public WHOIS query. The--- privacy services are provided by the AWS registrar, Gandi. For more--- information, see the--- <http://www.gandi.net/domain/whois/?currency=USD&amp;lang=en Gandi privacy features>.+-- This operation updates the specified domain contact\'s privacy setting. When the privacy option is enabled, personal information such as postal or email address is hidden from the results of a public WHOIS query. The privacy services are provided by the AWS registrar, Gandi. For more information, see the <http://www.gandi.net/domain/whois/?currency=USD&amp;lang=en Gandi privacy features>. ----- This operation only affects the privacy of the specified contact type--- (registrant, administrator, or tech). Successful acceptance returns an--- operation ID that you can use with GetOperationDetail to track the--- progress and completion of the action. If the request is not completed--- successfully, the domain registrant will be notified by email.+-- This operation only affects the privacy of the specified contact type (registrant, administrator, or tech). Successful acceptance returns an operation ID that you can use with GetOperationDetail to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email. module Network.AWS.Route53Domains.UpdateDomainContactPrivacy     (     -- * Creating a Request@@ -88,10 +79,7 @@     , _udcpDomainName = pDomainName_     } --- | Whether you want to conceal contact information from WHOIS queries. If--- you specify true, WHOIS (\"who is\") queries will return contact--- information for our registrar partner, Gandi, instead of the contact--- information that you enter.+-- | Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. -- -- Type: Boolean --@@ -103,10 +91,7 @@ udcpTechPrivacy :: Lens' UpdateDomainContactPrivacy (Maybe Bool) udcpTechPrivacy = lens _udcpTechPrivacy (\ s a -> s{_udcpTechPrivacy = a}); --- | Whether you want to conceal contact information from WHOIS queries. If--- you specify true, WHOIS (\"who is\") queries will return contact--- information for our registrar partner, Gandi, instead of the contact--- information that you enter.+-- | Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. -- -- Type: Boolean --@@ -118,10 +103,7 @@ udcpRegistrantPrivacy :: Lens' UpdateDomainContactPrivacy (Maybe Bool) udcpRegistrantPrivacy = lens _udcpRegistrantPrivacy (\ s a -> s{_udcpRegistrantPrivacy = a}); --- | Whether you want to conceal contact information from WHOIS queries. If--- you specify true, WHOIS (\"who is\") queries will return contact--- information for our registrar partner, Gandi, instead of the contact--- information that you enter.+-- | Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. -- -- Type: Boolean --@@ -139,9 +121,7 @@ -- -- Default: None ----- Constraints: The domain name can contain only the letters a through z,--- the numbers 0 through 9, and hyphen (-). Internationalized Domain Names--- are not supported.+-- Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported. -- -- Required: Yes udcpDomainName :: Lens' UpdateDomainContactPrivacy Text@@ -215,8 +195,7 @@ udcprsResponseStatus :: Lens' UpdateDomainContactPrivacyResponse Int udcprsResponseStatus = lens _udcprsResponseStatus (\ s a -> s{_udcprsResponseStatus = a}); --- | Identifier for tracking the progress of the request. To use this ID to--- query the operation status, use GetOperationDetail.+-- | Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. -- -- Type: String --
gen/Network/AWS/Route53Domains/UpdateDomainNameservers.hs view
@@ -18,15 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- This operation replaces the current set of name servers for the domain--- with the specified set of name servers. If you use Amazon Route 53 as--- your DNS service, specify the four name servers in the delegation set--- for the hosted zone for the domain.+-- This operation replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain. ----- If successful, this operation returns an operation ID that you can use--- to track the progress and completion of the action. If the request is--- not completed successfully, the domain registrant will be notified by--- email.+-- If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email. module Network.AWS.Route53Domains.UpdateDomainNameservers     (     -- * Creating a Request@@ -90,9 +84,7 @@ -- -- Default: None ----- Constraints: The domain name can contain only the letters a through z,--- the numbers 0 through 9, and hyphen (-). Internationalized Domain Names--- are not supported.+-- Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported. -- -- Required: Yes udnDomainName :: Lens' UpdateDomainNameservers Text@@ -175,8 +167,7 @@ udnrsResponseStatus :: Lens' UpdateDomainNameserversResponse Int udnrsResponseStatus = lens _udnrsResponseStatus (\ s a -> s{_udnrsResponseStatus = a}); --- | Identifier for tracking the progress of the request. To use this ID to--- query the operation status, use GetOperationDetail.+-- | Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. -- -- Type: String --
gen/Network/AWS/Route53Domains/UpdateTagsForDomain.hs view
@@ -20,8 +20,7 @@ -- -- This operation adds or updates tags for a specified domain. ----- All tag operations are eventually consistent; subsequent operations may--- not immediately represent all issued operations.+-- All tag operations are eventually consistent; subsequent operations may not immediately represent all issued operations. module Network.AWS.Route53Domains.UpdateTagsForDomain     (     -- * Creating a Request@@ -69,9 +68,7 @@     , _utfdDomainName = pDomainName_     } --- | A list of the tag keys and values that you want to add or update. If you--- specify a key that already exists, the corresponding value will be--- replaced.+-- | A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced. -- -- Type: A complex type containing a list of tags --@@ -91,8 +88,7 @@ -- --     Default: None -----     Valid values: Unicode characters including alphanumeric, space, and---     \".:\/=+\\-\'\"+--     Valid values: Unicode characters including alphanumeric, space, and \".:\/=+\\-\'\" -- --     Constraints: Each key can be 1-128 characters long. --@@ -106,8 +102,7 @@ -- --     Default: None -----     Valid values: Unicode characters including alphanumeric, space, and---     \".:\/=+\\-\'\"+--     Valid values: Unicode characters including alphanumeric, space, and \".:\/=+\\-\'\" -- --     Constraints: Each value can be 0-256 characters long. --@@ -124,11 +119,7 @@ -- -- Default: None ----- Constraints: The domain name can contain only the letters a through z,--- the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when--- they\'re surrounded by letters, numbers, or other hyphens. You can\'t--- specify a hyphen at the beginning or end of a label. To specify an--- Internationalized Domain Name, you must convert the name to Punycode.+-- Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they\'re surrounded by letters, numbers, or other hyphens. You can\'t specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode. -- -- Required: Yes utfdDomainName :: Lens' UpdateTagsForDomain Text
test/Test/AWS/Gen/Route53Domains.hs view
@@ -28,127 +28,127 @@ -- fixtures :: TestTree -- fixtures = --     [ testGroup "request"---         [ testListOperations $+--         [ requestListOperations $ --             listOperations -----         , testGetDomainDetail $+--         , requestGetDomainDetail $ --             getDomainDetail -----         , testUpdateDomainContactPrivacy $+--         , requestUpdateDomainContactPrivacy $ --             updateDomainContactPrivacy -----         , testGetOperationDetail $+--         , requestGetOperationDetail $ --             getOperationDetail -----         , testEnableDomainAutoRenew $+--         , requestEnableDomainAutoRenew $ --             enableDomainAutoRenew -----         , testResendContactReachabilityEmail $+--         , requestResendContactReachabilityEmail $ --             resendContactReachabilityEmail -----         , testDisableDomainAutoRenew $+--         , requestDisableDomainAutoRenew $ --             disableDomainAutoRenew -----         , testUpdateDomainContact $+--         , requestUpdateDomainContact $ --             updateDomainContact -----         , testEnableDomainTransferLock $+--         , requestEnableDomainTransferLock $ --             enableDomainTransferLock -----         , testRegisterDomain $+--         , requestRegisterDomain $ --             registerDomain -----         , testDisableDomainTransferLock $+--         , requestDisableDomainTransferLock $ --             disableDomainTransferLock -----         , testCheckDomainAvailability $+--         , requestCheckDomainAvailability $ --             checkDomainAvailability -----         , testGetContactReachabilityStatus $+--         , requestGetContactReachabilityStatus $ --             getContactReachabilityStatus -----         , testListTagsForDomain $+--         , requestListTagsForDomain $ --             listTagsForDomain -----         , testUpdateDomainNameservers $+--         , requestUpdateDomainNameservers $ --             updateDomainNameservers -----         , testDeleteTagsForDomain $+--         , requestDeleteTagsForDomain $ --             deleteTagsForDomain -----         , testUpdateTagsForDomain $+--         , requestUpdateTagsForDomain $ --             updateTagsForDomain -----         , testRetrieveDomainAuthCode $+--         , requestRetrieveDomainAuthCode $ --             retrieveDomainAuthCode -----         , testTransferDomain $+--         , requestTransferDomain $ --             transferDomain -----         , testListDomains $+--         , requestListDomains $ --             listDomains -- --           ]  --     , testGroup "response"---         [ testListOperationsResponse $+--         [ responseListOperations $ --             listOperationsResponse -----         , testGetDomainDetailResponse $+--         , responseGetDomainDetail $ --             getDomainDetailResponse -----         , testUpdateDomainContactPrivacyResponse $+--         , responseUpdateDomainContactPrivacy $ --             updateDomainContactPrivacyResponse -----         , testGetOperationDetailResponse $+--         , responseGetOperationDetail $ --             getOperationDetailResponse -----         , testEnableDomainAutoRenewResponse $+--         , responseEnableDomainAutoRenew $ --             enableDomainAutoRenewResponse -----         , testResendContactReachabilityEmailResponse $+--         , responseResendContactReachabilityEmail $ --             resendContactReachabilityEmailResponse -----         , testDisableDomainAutoRenewResponse $+--         , responseDisableDomainAutoRenew $ --             disableDomainAutoRenewResponse -----         , testUpdateDomainContactResponse $+--         , responseUpdateDomainContact $ --             updateDomainContactResponse -----         , testEnableDomainTransferLockResponse $+--         , responseEnableDomainTransferLock $ --             enableDomainTransferLockResponse -----         , testRegisterDomainResponse $+--         , responseRegisterDomain $ --             registerDomainResponse -----         , testDisableDomainTransferLockResponse $+--         , responseDisableDomainTransferLock $ --             disableDomainTransferLockResponse -----         , testCheckDomainAvailabilityResponse $+--         , responseCheckDomainAvailability $ --             checkDomainAvailabilityResponse -----         , testGetContactReachabilityStatusResponse $+--         , responseGetContactReachabilityStatus $ --             getContactReachabilityStatusResponse -----         , testListTagsForDomainResponse $+--         , responseListTagsForDomain $ --             listTagsForDomainResponse -----         , testUpdateDomainNameserversResponse $+--         , responseUpdateDomainNameservers $ --             updateDomainNameserversResponse -----         , testDeleteTagsForDomainResponse $+--         , responseDeleteTagsForDomain $ --             deleteTagsForDomainResponse -----         , testUpdateTagsForDomainResponse $+--         , responseUpdateTagsForDomain $ --             updateTagsForDomainResponse -----         , testRetrieveDomainAuthCodeResponse $+--         , responseRetrieveDomainAuthCode $ --             retrieveDomainAuthCodeResponse -----         , testTransferDomainResponse $+--         , responseTransferDomain $ --             transferDomainResponse -----         , testListDomainsResponse $+--         , responseListDomains $ --             listDomainsResponse -- --           ]@@ -156,243 +156,243 @@  -- Requests -testListOperations :: ListOperations -> TestTree-testListOperations = req+requestListOperations :: ListOperations -> TestTree+requestListOperations = req     "ListOperations"     "fixture/ListOperations.yaml" -testGetDomainDetail :: GetDomainDetail -> TestTree-testGetDomainDetail = req+requestGetDomainDetail :: GetDomainDetail -> TestTree+requestGetDomainDetail = req     "GetDomainDetail"     "fixture/GetDomainDetail.yaml" -testUpdateDomainContactPrivacy :: UpdateDomainContactPrivacy -> TestTree-testUpdateDomainContactPrivacy = req+requestUpdateDomainContactPrivacy :: UpdateDomainContactPrivacy -> TestTree+requestUpdateDomainContactPrivacy = req     "UpdateDomainContactPrivacy"     "fixture/UpdateDomainContactPrivacy.yaml" -testGetOperationDetail :: GetOperationDetail -> TestTree-testGetOperationDetail = req+requestGetOperationDetail :: GetOperationDetail -> TestTree+requestGetOperationDetail = req     "GetOperationDetail"     "fixture/GetOperationDetail.yaml" -testEnableDomainAutoRenew :: EnableDomainAutoRenew -> TestTree-testEnableDomainAutoRenew = req+requestEnableDomainAutoRenew :: EnableDomainAutoRenew -> TestTree+requestEnableDomainAutoRenew = req     "EnableDomainAutoRenew"     "fixture/EnableDomainAutoRenew.yaml" -testResendContactReachabilityEmail :: ResendContactReachabilityEmail -> TestTree-testResendContactReachabilityEmail = req+requestResendContactReachabilityEmail :: ResendContactReachabilityEmail -> TestTree+requestResendContactReachabilityEmail = req     "ResendContactReachabilityEmail"     "fixture/ResendContactReachabilityEmail.yaml" -testDisableDomainAutoRenew :: DisableDomainAutoRenew -> TestTree-testDisableDomainAutoRenew = req+requestDisableDomainAutoRenew :: DisableDomainAutoRenew -> TestTree+requestDisableDomainAutoRenew = req     "DisableDomainAutoRenew"     "fixture/DisableDomainAutoRenew.yaml" -testUpdateDomainContact :: UpdateDomainContact -> TestTree-testUpdateDomainContact = req+requestUpdateDomainContact :: UpdateDomainContact -> TestTree+requestUpdateDomainContact = req     "UpdateDomainContact"     "fixture/UpdateDomainContact.yaml" -testEnableDomainTransferLock :: EnableDomainTransferLock -> TestTree-testEnableDomainTransferLock = req+requestEnableDomainTransferLock :: EnableDomainTransferLock -> TestTree+requestEnableDomainTransferLock = req     "EnableDomainTransferLock"     "fixture/EnableDomainTransferLock.yaml" -testRegisterDomain :: RegisterDomain -> TestTree-testRegisterDomain = req+requestRegisterDomain :: RegisterDomain -> TestTree+requestRegisterDomain = req     "RegisterDomain"     "fixture/RegisterDomain.yaml" -testDisableDomainTransferLock :: DisableDomainTransferLock -> TestTree-testDisableDomainTransferLock = req+requestDisableDomainTransferLock :: DisableDomainTransferLock -> TestTree+requestDisableDomainTransferLock = req     "DisableDomainTransferLock"     "fixture/DisableDomainTransferLock.yaml" -testCheckDomainAvailability :: CheckDomainAvailability -> TestTree-testCheckDomainAvailability = req+requestCheckDomainAvailability :: CheckDomainAvailability -> TestTree+requestCheckDomainAvailability = req     "CheckDomainAvailability"     "fixture/CheckDomainAvailability.yaml" -testGetContactReachabilityStatus :: GetContactReachabilityStatus -> TestTree-testGetContactReachabilityStatus = req+requestGetContactReachabilityStatus :: GetContactReachabilityStatus -> TestTree+requestGetContactReachabilityStatus = req     "GetContactReachabilityStatus"     "fixture/GetContactReachabilityStatus.yaml" -testListTagsForDomain :: ListTagsForDomain -> TestTree-testListTagsForDomain = req+requestListTagsForDomain :: ListTagsForDomain -> TestTree+requestListTagsForDomain = req     "ListTagsForDomain"     "fixture/ListTagsForDomain.yaml" -testUpdateDomainNameservers :: UpdateDomainNameservers -> TestTree-testUpdateDomainNameservers = req+requestUpdateDomainNameservers :: UpdateDomainNameservers -> TestTree+requestUpdateDomainNameservers = req     "UpdateDomainNameservers"     "fixture/UpdateDomainNameservers.yaml" -testDeleteTagsForDomain :: DeleteTagsForDomain -> TestTree-testDeleteTagsForDomain = req+requestDeleteTagsForDomain :: DeleteTagsForDomain -> TestTree+requestDeleteTagsForDomain = req     "DeleteTagsForDomain"     "fixture/DeleteTagsForDomain.yaml" -testUpdateTagsForDomain :: UpdateTagsForDomain -> TestTree-testUpdateTagsForDomain = req+requestUpdateTagsForDomain :: UpdateTagsForDomain -> TestTree+requestUpdateTagsForDomain = req     "UpdateTagsForDomain"     "fixture/UpdateTagsForDomain.yaml" -testRetrieveDomainAuthCode :: RetrieveDomainAuthCode -> TestTree-testRetrieveDomainAuthCode = req+requestRetrieveDomainAuthCode :: RetrieveDomainAuthCode -> TestTree+requestRetrieveDomainAuthCode = req     "RetrieveDomainAuthCode"     "fixture/RetrieveDomainAuthCode.yaml" -testTransferDomain :: TransferDomain -> TestTree-testTransferDomain = req+requestTransferDomain :: TransferDomain -> TestTree+requestTransferDomain = req     "TransferDomain"     "fixture/TransferDomain.yaml" -testListDomains :: ListDomains -> TestTree-testListDomains = req+requestListDomains :: ListDomains -> TestTree+requestListDomains = req     "ListDomains"     "fixture/ListDomains.yaml"  -- Responses -testListOperationsResponse :: ListOperationsResponse -> TestTree-testListOperationsResponse = res+responseListOperations :: ListOperationsResponse -> TestTree+responseListOperations = res     "ListOperationsResponse"     "fixture/ListOperationsResponse.proto"     route53Domains     (Proxy :: Proxy ListOperations) -testGetDomainDetailResponse :: GetDomainDetailResponse -> TestTree-testGetDomainDetailResponse = res+responseGetDomainDetail :: GetDomainDetailResponse -> TestTree+responseGetDomainDetail = res     "GetDomainDetailResponse"     "fixture/GetDomainDetailResponse.proto"     route53Domains     (Proxy :: Proxy GetDomainDetail) -testUpdateDomainContactPrivacyResponse :: UpdateDomainContactPrivacyResponse -> TestTree-testUpdateDomainContactPrivacyResponse = res+responseUpdateDomainContactPrivacy :: UpdateDomainContactPrivacyResponse -> TestTree+responseUpdateDomainContactPrivacy = res     "UpdateDomainContactPrivacyResponse"     "fixture/UpdateDomainContactPrivacyResponse.proto"     route53Domains     (Proxy :: Proxy UpdateDomainContactPrivacy) -testGetOperationDetailResponse :: GetOperationDetailResponse -> TestTree-testGetOperationDetailResponse = res+responseGetOperationDetail :: GetOperationDetailResponse -> TestTree+responseGetOperationDetail = res     "GetOperationDetailResponse"     "fixture/GetOperationDetailResponse.proto"     route53Domains     (Proxy :: Proxy GetOperationDetail) -testEnableDomainAutoRenewResponse :: EnableDomainAutoRenewResponse -> TestTree-testEnableDomainAutoRenewResponse = res+responseEnableDomainAutoRenew :: EnableDomainAutoRenewResponse -> TestTree+responseEnableDomainAutoRenew = res     "EnableDomainAutoRenewResponse"     "fixture/EnableDomainAutoRenewResponse.proto"     route53Domains     (Proxy :: Proxy EnableDomainAutoRenew) -testResendContactReachabilityEmailResponse :: ResendContactReachabilityEmailResponse -> TestTree-testResendContactReachabilityEmailResponse = res+responseResendContactReachabilityEmail :: ResendContactReachabilityEmailResponse -> TestTree+responseResendContactReachabilityEmail = res     "ResendContactReachabilityEmailResponse"     "fixture/ResendContactReachabilityEmailResponse.proto"     route53Domains     (Proxy :: Proxy ResendContactReachabilityEmail) -testDisableDomainAutoRenewResponse :: DisableDomainAutoRenewResponse -> TestTree-testDisableDomainAutoRenewResponse = res+responseDisableDomainAutoRenew :: DisableDomainAutoRenewResponse -> TestTree+responseDisableDomainAutoRenew = res     "DisableDomainAutoRenewResponse"     "fixture/DisableDomainAutoRenewResponse.proto"     route53Domains     (Proxy :: Proxy DisableDomainAutoRenew) -testUpdateDomainContactResponse :: UpdateDomainContactResponse -> TestTree-testUpdateDomainContactResponse = res+responseUpdateDomainContact :: UpdateDomainContactResponse -> TestTree+responseUpdateDomainContact = res     "UpdateDomainContactResponse"     "fixture/UpdateDomainContactResponse.proto"     route53Domains     (Proxy :: Proxy UpdateDomainContact) -testEnableDomainTransferLockResponse :: EnableDomainTransferLockResponse -> TestTree-testEnableDomainTransferLockResponse = res+responseEnableDomainTransferLock :: EnableDomainTransferLockResponse -> TestTree+responseEnableDomainTransferLock = res     "EnableDomainTransferLockResponse"     "fixture/EnableDomainTransferLockResponse.proto"     route53Domains     (Proxy :: Proxy EnableDomainTransferLock) -testRegisterDomainResponse :: RegisterDomainResponse -> TestTree-testRegisterDomainResponse = res+responseRegisterDomain :: RegisterDomainResponse -> TestTree+responseRegisterDomain = res     "RegisterDomainResponse"     "fixture/RegisterDomainResponse.proto"     route53Domains     (Proxy :: Proxy RegisterDomain) -testDisableDomainTransferLockResponse :: DisableDomainTransferLockResponse -> TestTree-testDisableDomainTransferLockResponse = res+responseDisableDomainTransferLock :: DisableDomainTransferLockResponse -> TestTree+responseDisableDomainTransferLock = res     "DisableDomainTransferLockResponse"     "fixture/DisableDomainTransferLockResponse.proto"     route53Domains     (Proxy :: Proxy DisableDomainTransferLock) -testCheckDomainAvailabilityResponse :: CheckDomainAvailabilityResponse -> TestTree-testCheckDomainAvailabilityResponse = res+responseCheckDomainAvailability :: CheckDomainAvailabilityResponse -> TestTree+responseCheckDomainAvailability = res     "CheckDomainAvailabilityResponse"     "fixture/CheckDomainAvailabilityResponse.proto"     route53Domains     (Proxy :: Proxy CheckDomainAvailability) -testGetContactReachabilityStatusResponse :: GetContactReachabilityStatusResponse -> TestTree-testGetContactReachabilityStatusResponse = res+responseGetContactReachabilityStatus :: GetContactReachabilityStatusResponse -> TestTree+responseGetContactReachabilityStatus = res     "GetContactReachabilityStatusResponse"     "fixture/GetContactReachabilityStatusResponse.proto"     route53Domains     (Proxy :: Proxy GetContactReachabilityStatus) -testListTagsForDomainResponse :: ListTagsForDomainResponse -> TestTree-testListTagsForDomainResponse = res+responseListTagsForDomain :: ListTagsForDomainResponse -> TestTree+responseListTagsForDomain = res     "ListTagsForDomainResponse"     "fixture/ListTagsForDomainResponse.proto"     route53Domains     (Proxy :: Proxy ListTagsForDomain) -testUpdateDomainNameserversResponse :: UpdateDomainNameserversResponse -> TestTree-testUpdateDomainNameserversResponse = res+responseUpdateDomainNameservers :: UpdateDomainNameserversResponse -> TestTree+responseUpdateDomainNameservers = res     "UpdateDomainNameserversResponse"     "fixture/UpdateDomainNameserversResponse.proto"     route53Domains     (Proxy :: Proxy UpdateDomainNameservers) -testDeleteTagsForDomainResponse :: DeleteTagsForDomainResponse -> TestTree-testDeleteTagsForDomainResponse = res+responseDeleteTagsForDomain :: DeleteTagsForDomainResponse -> TestTree+responseDeleteTagsForDomain = res     "DeleteTagsForDomainResponse"     "fixture/DeleteTagsForDomainResponse.proto"     route53Domains     (Proxy :: Proxy DeleteTagsForDomain) -testUpdateTagsForDomainResponse :: UpdateTagsForDomainResponse -> TestTree-testUpdateTagsForDomainResponse = res+responseUpdateTagsForDomain :: UpdateTagsForDomainResponse -> TestTree+responseUpdateTagsForDomain = res     "UpdateTagsForDomainResponse"     "fixture/UpdateTagsForDomainResponse.proto"     route53Domains     (Proxy :: Proxy UpdateTagsForDomain) -testRetrieveDomainAuthCodeResponse :: RetrieveDomainAuthCodeResponse -> TestTree-testRetrieveDomainAuthCodeResponse = res+responseRetrieveDomainAuthCode :: RetrieveDomainAuthCodeResponse -> TestTree+responseRetrieveDomainAuthCode = res     "RetrieveDomainAuthCodeResponse"     "fixture/RetrieveDomainAuthCodeResponse.proto"     route53Domains     (Proxy :: Proxy RetrieveDomainAuthCode) -testTransferDomainResponse :: TransferDomainResponse -> TestTree-testTransferDomainResponse = res+responseTransferDomain :: TransferDomainResponse -> TestTree+responseTransferDomain = res     "TransferDomainResponse"     "fixture/TransferDomainResponse.proto"     route53Domains     (Proxy :: Proxy TransferDomain) -testListDomainsResponse :: ListDomainsResponse -> TestTree-testListDomainsResponse = res+responseListDomains :: ListDomainsResponse -> TestTree+responseListDomains = res     "ListDomainsResponse"     "fixture/ListDomainsResponse.proto"     route53Domains