packages feed

amazonka-route53 1.2.0.1 → 1.2.0.2

raw patch · 63 files changed

+67/−66 lines, 63 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -8,7 +8,7 @@  ## Version -`1.2.0.1`+`1.2.0.2`   ## Description
amazonka-route53.cabal view
@@ -1,7 +1,8 @@ name:                  amazonka-route53-version:               1.2.0.1+version:               1.2.0.2 synopsis:              Amazon Route 53 SDK. homepage:              https://github.com/brendanhay/amazonka+bug-reports:           https://github.com/brendanhay/amazonka/issues license:               OtherLicense license-file:          LICENSE author:                Brendan Hay@@ -9,9 +10,8 @@ copyright:             Copyright (c) 2013-2015 Brendan Hay category:              Network, AWS, Cloud, Distributed Computing build-type:            Simple-extra-source-files:    README.md 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@@ -96,8 +96,9 @@      ghc-options:       -Wall -threaded -    -- This is not comprehensive if modules have manually been added.-    -- It exists to ensure cabal 'somewhat' detects test module changes.+    -- This section is encoded by the template and any modules added by+    -- hand outside these namespaces will not correctly be added to the+    -- distribution package.     other-modules:           Test.AWS.Route53         , Test.AWS.Gen.Route53
+ fixture/AssociateVPCWithHostedZone.yaml view
+ fixture/AssociateVPCWithHostedZoneResponse.proto view
+ fixture/ChangeResourceRecordSets.yaml view
+ fixture/ChangeResourceRecordSetsResponse.proto view
+ fixture/ChangeTagsForResource.yaml view
+ fixture/ChangeTagsForResourceResponse.proto view
+ fixture/CreateHealthCheck.yaml view
+ fixture/CreateHealthCheckResponse.proto view
+ fixture/CreateHostedZone.yaml view
+ fixture/CreateHostedZoneResponse.proto view
+ fixture/CreateReusableDelegationSet.yaml view
+ fixture/CreateReusableDelegationSetResponse.proto view
+ fixture/DeleteHealthCheck.yaml view
+ fixture/DeleteHealthCheckResponse.proto view
+ fixture/DeleteHostedZone.yaml view
+ fixture/DeleteHostedZoneResponse.proto view
+ fixture/DeleteReusableDelegationSet.yaml view
+ fixture/DeleteReusableDelegationSetResponse.proto view
+ fixture/DisassociateVPCFromHostedZone.yaml view
+ fixture/DisassociateVPCFromHostedZoneResponse.proto view
+ fixture/GetChange.yaml view
+ fixture/GetChangeResponse.proto view
+ fixture/GetCheckerIPRanges.yaml view
+ fixture/GetCheckerIPRangesResponse.proto view
+ fixture/GetGeoLocation.yaml view
+ fixture/GetGeoLocationResponse.proto view
+ fixture/GetHealthCheck.yaml view
+ fixture/GetHealthCheckCount.yaml view
+ fixture/GetHealthCheckCountResponse.proto view
+ fixture/GetHealthCheckLastFailureReason.yaml view
+ fixture/GetHealthCheckLastFailureReasonResponse.proto view
+ fixture/GetHealthCheckResponse.proto view
+ fixture/GetHealthCheckStatus.yaml view
+ fixture/GetHealthCheckStatusResponse.proto view
+ fixture/GetHostedZone.yaml view
+ fixture/GetHostedZoneCount.yaml view
+ fixture/GetHostedZoneCountResponse.proto view
+ fixture/GetHostedZoneResponse.proto view
+ fixture/GetReusableDelegationSet.yaml view
+ fixture/GetReusableDelegationSetResponse.proto view
+ fixture/ListGeoLocations.yaml view
+ fixture/ListGeoLocationsResponse.proto view
+ fixture/ListHealthChecks.yaml view
+ fixture/ListHealthChecksResponse.proto view
+ fixture/ListHostedZones.yaml view
+ fixture/ListHostedZonesByName.yaml view
+ fixture/ListHostedZonesByNameResponse.proto view
+ fixture/ListHostedZonesResponse.proto view
+ fixture/ListResourceRecordSets.yaml view
+ fixture/ListResourceRecordSetsResponse.proto view
+ fixture/ListReusableDelegationSets.yaml view
+ fixture/ListReusableDelegationSetsResponse.proto view
+ fixture/ListTagsForResource.yaml view
+ fixture/ListTagsForResourceResponse.proto view
+ fixture/ListTagsForResources.yaml view
+ fixture/ListTagsForResourcesResponse.proto view
+ fixture/UpdateHealthCheck.yaml view
+ fixture/UpdateHealthCheckResponse.proto view
+ fixture/UpdateHostedZoneComment.yaml view
+ fixture/UpdateHostedZoneCommentResponse.proto view
test/Test/AWS/Gen/Route53.hs view
@@ -219,361 +219,361 @@ testAssociateVPCWithHostedZone :: AssociateVPCWithHostedZone -> TestTree testAssociateVPCWithHostedZone = req     "AssociateVPCWithHostedZone"-    "fixture/AssociateVPCWithHostedZone"+    "fixture/AssociateVPCWithHostedZone.yaml"  testGetHealthCheckLastFailureReason :: GetHealthCheckLastFailureReason -> TestTree testGetHealthCheckLastFailureReason = req     "GetHealthCheckLastFailureReason"-    "fixture/GetHealthCheckLastFailureReason"+    "fixture/GetHealthCheckLastFailureReason.yaml"  testListHostedZonesByName :: ListHostedZonesByName -> TestTree testListHostedZonesByName = req     "ListHostedZonesByName"-    "fixture/ListHostedZonesByName"+    "fixture/ListHostedZonesByName.yaml"  testDeleteReusableDelegationSet :: DeleteReusableDelegationSet -> TestTree testDeleteReusableDelegationSet = req     "DeleteReusableDelegationSet"-    "fixture/DeleteReusableDelegationSet"+    "fixture/DeleteReusableDelegationSet.yaml"  testListReusableDelegationSets :: ListReusableDelegationSets -> TestTree testListReusableDelegationSets = req     "ListReusableDelegationSets"-    "fixture/ListReusableDelegationSets"+    "fixture/ListReusableDelegationSets.yaml"  testGetCheckerIPRanges :: GetCheckerIPRanges -> TestTree testGetCheckerIPRanges = req     "GetCheckerIPRanges"-    "fixture/GetCheckerIPRanges"+    "fixture/GetCheckerIPRanges.yaml"  testListTagsForResource :: ListTagsForResource -> TestTree testListTagsForResource = req     "ListTagsForResource"-    "fixture/ListTagsForResource"+    "fixture/ListTagsForResource.yaml"  testChangeResourceRecordSets :: ChangeResourceRecordSets -> TestTree testChangeResourceRecordSets = req     "ChangeResourceRecordSets"-    "fixture/ChangeResourceRecordSets"+    "fixture/ChangeResourceRecordSets.yaml"  testGetChange :: GetChange -> TestTree testGetChange = req     "GetChange"-    "fixture/GetChange"+    "fixture/GetChange.yaml"  testCreateHostedZone :: CreateHostedZone -> TestTree testCreateHostedZone = req     "CreateHostedZone"-    "fixture/CreateHostedZone"+    "fixture/CreateHostedZone.yaml"  testDeleteHealthCheck :: DeleteHealthCheck -> TestTree testDeleteHealthCheck = req     "DeleteHealthCheck"-    "fixture/DeleteHealthCheck"+    "fixture/DeleteHealthCheck.yaml"  testUpdateHealthCheck :: UpdateHealthCheck -> TestTree testUpdateHealthCheck = req     "UpdateHealthCheck"-    "fixture/UpdateHealthCheck"+    "fixture/UpdateHealthCheck.yaml"  testChangeTagsForResource :: ChangeTagsForResource -> TestTree testChangeTagsForResource = req     "ChangeTagsForResource"-    "fixture/ChangeTagsForResource"+    "fixture/ChangeTagsForResource.yaml"  testCreateHealthCheck :: CreateHealthCheck -> TestTree testCreateHealthCheck = req     "CreateHealthCheck"-    "fixture/CreateHealthCheck"+    "fixture/CreateHealthCheck.yaml"  testListHostedZones :: ListHostedZones -> TestTree testListHostedZones = req     "ListHostedZones"-    "fixture/ListHostedZones"+    "fixture/ListHostedZones.yaml"  testDisassociateVPCFromHostedZone :: DisassociateVPCFromHostedZone -> TestTree testDisassociateVPCFromHostedZone = req     "DisassociateVPCFromHostedZone"-    "fixture/DisassociateVPCFromHostedZone"+    "fixture/DisassociateVPCFromHostedZone.yaml"  testGetHostedZone :: GetHostedZone -> TestTree testGetHostedZone = req     "GetHostedZone"-    "fixture/GetHostedZone"+    "fixture/GetHostedZone.yaml"  testListGeoLocations :: ListGeoLocations -> TestTree testListGeoLocations = req     "ListGeoLocations"-    "fixture/ListGeoLocations"+    "fixture/ListGeoLocations.yaml"  testGetHealthCheck :: GetHealthCheck -> TestTree testGetHealthCheck = req     "GetHealthCheck"-    "fixture/GetHealthCheck"+    "fixture/GetHealthCheck.yaml"  testListResourceRecordSets :: ListResourceRecordSets -> TestTree testListResourceRecordSets = req     "ListResourceRecordSets"-    "fixture/ListResourceRecordSets"+    "fixture/ListResourceRecordSets.yaml"  testGetHealthCheckCount :: GetHealthCheckCount -> TestTree testGetHealthCheckCount = req     "GetHealthCheckCount"-    "fixture/GetHealthCheckCount"+    "fixture/GetHealthCheckCount.yaml"  testCreateReusableDelegationSet :: CreateReusableDelegationSet -> TestTree testCreateReusableDelegationSet = req     "CreateReusableDelegationSet"-    "fixture/CreateReusableDelegationSet"+    "fixture/CreateReusableDelegationSet.yaml"  testGetHostedZoneCount :: GetHostedZoneCount -> TestTree testGetHostedZoneCount = req     "GetHostedZoneCount"-    "fixture/GetHostedZoneCount"+    "fixture/GetHostedZoneCount.yaml"  testGetReusableDelegationSet :: GetReusableDelegationSet -> TestTree testGetReusableDelegationSet = req     "GetReusableDelegationSet"-    "fixture/GetReusableDelegationSet"+    "fixture/GetReusableDelegationSet.yaml"  testUpdateHostedZoneComment :: UpdateHostedZoneComment -> TestTree testUpdateHostedZoneComment = req     "UpdateHostedZoneComment"-    "fixture/UpdateHostedZoneComment"+    "fixture/UpdateHostedZoneComment.yaml"  testGetHealthCheckStatus :: GetHealthCheckStatus -> TestTree testGetHealthCheckStatus = req     "GetHealthCheckStatus"-    "fixture/GetHealthCheckStatus"+    "fixture/GetHealthCheckStatus.yaml"  testListHealthChecks :: ListHealthChecks -> TestTree testListHealthChecks = req     "ListHealthChecks"-    "fixture/ListHealthChecks"+    "fixture/ListHealthChecks.yaml"  testDeleteHostedZone :: DeleteHostedZone -> TestTree testDeleteHostedZone = req     "DeleteHostedZone"-    "fixture/DeleteHostedZone"+    "fixture/DeleteHostedZone.yaml"  testGetGeoLocation :: GetGeoLocation -> TestTree testGetGeoLocation = req     "GetGeoLocation"-    "fixture/GetGeoLocation"+    "fixture/GetGeoLocation.yaml"  testListTagsForResources :: ListTagsForResources -> TestTree testListTagsForResources = req     "ListTagsForResources"-    "fixture/ListTagsForResources"+    "fixture/ListTagsForResources.yaml"  -- Responses  testAssociateVPCWithHostedZoneResponse :: AssociateVPCWithHostedZoneResponse -> TestTree testAssociateVPCWithHostedZoneResponse = res     "AssociateVPCWithHostedZoneResponse"-    "fixture/AssociateVPCWithHostedZoneResponse"+    "fixture/AssociateVPCWithHostedZoneResponse.proto"     route53     (Proxy :: Proxy AssociateVPCWithHostedZone)  testGetHealthCheckLastFailureReasonResponse :: GetHealthCheckLastFailureReasonResponse -> TestTree testGetHealthCheckLastFailureReasonResponse = res     "GetHealthCheckLastFailureReasonResponse"-    "fixture/GetHealthCheckLastFailureReasonResponse"+    "fixture/GetHealthCheckLastFailureReasonResponse.proto"     route53     (Proxy :: Proxy GetHealthCheckLastFailureReason)  testListHostedZonesByNameResponse :: ListHostedZonesByNameResponse -> TestTree testListHostedZonesByNameResponse = res     "ListHostedZonesByNameResponse"-    "fixture/ListHostedZonesByNameResponse"+    "fixture/ListHostedZonesByNameResponse.proto"     route53     (Proxy :: Proxy ListHostedZonesByName)  testDeleteReusableDelegationSetResponse :: DeleteReusableDelegationSetResponse -> TestTree testDeleteReusableDelegationSetResponse = res     "DeleteReusableDelegationSetResponse"-    "fixture/DeleteReusableDelegationSetResponse"+    "fixture/DeleteReusableDelegationSetResponse.proto"     route53     (Proxy :: Proxy DeleteReusableDelegationSet)  testListReusableDelegationSetsResponse :: ListReusableDelegationSetsResponse -> TestTree testListReusableDelegationSetsResponse = res     "ListReusableDelegationSetsResponse"-    "fixture/ListReusableDelegationSetsResponse"+    "fixture/ListReusableDelegationSetsResponse.proto"     route53     (Proxy :: Proxy ListReusableDelegationSets)  testGetCheckerIPRangesResponse :: GetCheckerIPRangesResponse -> TestTree testGetCheckerIPRangesResponse = res     "GetCheckerIPRangesResponse"-    "fixture/GetCheckerIPRangesResponse"+    "fixture/GetCheckerIPRangesResponse.proto"     route53     (Proxy :: Proxy GetCheckerIPRanges)  testListTagsForResourceResponse :: ListTagsForResourceResponse -> TestTree testListTagsForResourceResponse = res     "ListTagsForResourceResponse"-    "fixture/ListTagsForResourceResponse"+    "fixture/ListTagsForResourceResponse.proto"     route53     (Proxy :: Proxy ListTagsForResource)  testChangeResourceRecordSetsResponse :: ChangeResourceRecordSetsResponse -> TestTree testChangeResourceRecordSetsResponse = res     "ChangeResourceRecordSetsResponse"-    "fixture/ChangeResourceRecordSetsResponse"+    "fixture/ChangeResourceRecordSetsResponse.proto"     route53     (Proxy :: Proxy ChangeResourceRecordSets)  testGetChangeResponse :: GetChangeResponse -> TestTree testGetChangeResponse = res     "GetChangeResponse"-    "fixture/GetChangeResponse"+    "fixture/GetChangeResponse.proto"     route53     (Proxy :: Proxy GetChange)  testCreateHostedZoneResponse :: CreateHostedZoneResponse -> TestTree testCreateHostedZoneResponse = res     "CreateHostedZoneResponse"-    "fixture/CreateHostedZoneResponse"+    "fixture/CreateHostedZoneResponse.proto"     route53     (Proxy :: Proxy CreateHostedZone)  testDeleteHealthCheckResponse :: DeleteHealthCheckResponse -> TestTree testDeleteHealthCheckResponse = res     "DeleteHealthCheckResponse"-    "fixture/DeleteHealthCheckResponse"+    "fixture/DeleteHealthCheckResponse.proto"     route53     (Proxy :: Proxy DeleteHealthCheck)  testUpdateHealthCheckResponse :: UpdateHealthCheckResponse -> TestTree testUpdateHealthCheckResponse = res     "UpdateHealthCheckResponse"-    "fixture/UpdateHealthCheckResponse"+    "fixture/UpdateHealthCheckResponse.proto"     route53     (Proxy :: Proxy UpdateHealthCheck)  testChangeTagsForResourceResponse :: ChangeTagsForResourceResponse -> TestTree testChangeTagsForResourceResponse = res     "ChangeTagsForResourceResponse"-    "fixture/ChangeTagsForResourceResponse"+    "fixture/ChangeTagsForResourceResponse.proto"     route53     (Proxy :: Proxy ChangeTagsForResource)  testCreateHealthCheckResponse :: CreateHealthCheckResponse -> TestTree testCreateHealthCheckResponse = res     "CreateHealthCheckResponse"-    "fixture/CreateHealthCheckResponse"+    "fixture/CreateHealthCheckResponse.proto"     route53     (Proxy :: Proxy CreateHealthCheck)  testListHostedZonesResponse :: ListHostedZonesResponse -> TestTree testListHostedZonesResponse = res     "ListHostedZonesResponse"-    "fixture/ListHostedZonesResponse"+    "fixture/ListHostedZonesResponse.proto"     route53     (Proxy :: Proxy ListHostedZones)  testDisassociateVPCFromHostedZoneResponse :: DisassociateVPCFromHostedZoneResponse -> TestTree testDisassociateVPCFromHostedZoneResponse = res     "DisassociateVPCFromHostedZoneResponse"-    "fixture/DisassociateVPCFromHostedZoneResponse"+    "fixture/DisassociateVPCFromHostedZoneResponse.proto"     route53     (Proxy :: Proxy DisassociateVPCFromHostedZone)  testGetHostedZoneResponse :: GetHostedZoneResponse -> TestTree testGetHostedZoneResponse = res     "GetHostedZoneResponse"-    "fixture/GetHostedZoneResponse"+    "fixture/GetHostedZoneResponse.proto"     route53     (Proxy :: Proxy GetHostedZone)  testListGeoLocationsResponse :: ListGeoLocationsResponse -> TestTree testListGeoLocationsResponse = res     "ListGeoLocationsResponse"-    "fixture/ListGeoLocationsResponse"+    "fixture/ListGeoLocationsResponse.proto"     route53     (Proxy :: Proxy ListGeoLocations)  testGetHealthCheckResponse :: GetHealthCheckResponse -> TestTree testGetHealthCheckResponse = res     "GetHealthCheckResponse"-    "fixture/GetHealthCheckResponse"+    "fixture/GetHealthCheckResponse.proto"     route53     (Proxy :: Proxy GetHealthCheck)  testListResourceRecordSetsResponse :: ListResourceRecordSetsResponse -> TestTree testListResourceRecordSetsResponse = res     "ListResourceRecordSetsResponse"-    "fixture/ListResourceRecordSetsResponse"+    "fixture/ListResourceRecordSetsResponse.proto"     route53     (Proxy :: Proxy ListResourceRecordSets)  testGetHealthCheckCountResponse :: GetHealthCheckCountResponse -> TestTree testGetHealthCheckCountResponse = res     "GetHealthCheckCountResponse"-    "fixture/GetHealthCheckCountResponse"+    "fixture/GetHealthCheckCountResponse.proto"     route53     (Proxy :: Proxy GetHealthCheckCount)  testCreateReusableDelegationSetResponse :: CreateReusableDelegationSetResponse -> TestTree testCreateReusableDelegationSetResponse = res     "CreateReusableDelegationSetResponse"-    "fixture/CreateReusableDelegationSetResponse"+    "fixture/CreateReusableDelegationSetResponse.proto"     route53     (Proxy :: Proxy CreateReusableDelegationSet)  testGetHostedZoneCountResponse :: GetHostedZoneCountResponse -> TestTree testGetHostedZoneCountResponse = res     "GetHostedZoneCountResponse"-    "fixture/GetHostedZoneCountResponse"+    "fixture/GetHostedZoneCountResponse.proto"     route53     (Proxy :: Proxy GetHostedZoneCount)  testGetReusableDelegationSetResponse :: GetReusableDelegationSetResponse -> TestTree testGetReusableDelegationSetResponse = res     "GetReusableDelegationSetResponse"-    "fixture/GetReusableDelegationSetResponse"+    "fixture/GetReusableDelegationSetResponse.proto"     route53     (Proxy :: Proxy GetReusableDelegationSet)  testUpdateHostedZoneCommentResponse :: UpdateHostedZoneCommentResponse -> TestTree testUpdateHostedZoneCommentResponse = res     "UpdateHostedZoneCommentResponse"-    "fixture/UpdateHostedZoneCommentResponse"+    "fixture/UpdateHostedZoneCommentResponse.proto"     route53     (Proxy :: Proxy UpdateHostedZoneComment)  testGetHealthCheckStatusResponse :: GetHealthCheckStatusResponse -> TestTree testGetHealthCheckStatusResponse = res     "GetHealthCheckStatusResponse"-    "fixture/GetHealthCheckStatusResponse"+    "fixture/GetHealthCheckStatusResponse.proto"     route53     (Proxy :: Proxy GetHealthCheckStatus)  testListHealthChecksResponse :: ListHealthChecksResponse -> TestTree testListHealthChecksResponse = res     "ListHealthChecksResponse"-    "fixture/ListHealthChecksResponse"+    "fixture/ListHealthChecksResponse.proto"     route53     (Proxy :: Proxy ListHealthChecks)  testDeleteHostedZoneResponse :: DeleteHostedZoneResponse -> TestTree testDeleteHostedZoneResponse = res     "DeleteHostedZoneResponse"-    "fixture/DeleteHostedZoneResponse"+    "fixture/DeleteHostedZoneResponse.proto"     route53     (Proxy :: Proxy DeleteHostedZone)  testGetGeoLocationResponse :: GetGeoLocationResponse -> TestTree testGetGeoLocationResponse = res     "GetGeoLocationResponse"-    "fixture/GetGeoLocationResponse"+    "fixture/GetGeoLocationResponse.proto"     route53     (Proxy :: Proxy GetGeoLocation)  testListTagsForResourcesResponse :: ListTagsForResourcesResponse -> TestTree testListTagsForResourcesResponse = res     "ListTagsForResourcesResponse"-    "fixture/ListTagsForResourcesResponse"+    "fixture/ListTagsForResourcesResponse.proto"     route53     (Proxy :: Proxy ListTagsForResources)