packages feed

amazonka-sns 1.2.0.1 → 1.2.0.2

raw patch · 53 files changed

+57/−56 lines, 53 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-sns.cabal view
@@ -1,7 +1,8 @@ name:                  amazonka-sns-version:               1.2.0.1+version:               1.2.0.2 synopsis:              Amazon Simple Notification Service 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 Simple Notification Service @@ -102,8 +102,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.SNS         , Test.AWS.Gen.SNS
+ fixture/AddPermission.yaml view
+ fixture/AddPermissionResponse.proto view
+ fixture/ConfirmSubscription.yaml view
+ fixture/ConfirmSubscriptionResponse.proto view
+ fixture/CreatePlatformApplication.yaml view
+ fixture/CreatePlatformApplicationResponse.proto view
+ fixture/CreatePlatformEndpoint.yaml view
+ fixture/CreatePlatformEndpointResponse.proto view
+ fixture/CreateTopic.yaml view
+ fixture/CreateTopicResponse.proto view
+ fixture/DeleteEndpoint.yaml view
+ fixture/DeleteEndpointResponse.proto view
+ fixture/DeletePlatformApplication.yaml view
+ fixture/DeletePlatformApplicationResponse.proto view
+ fixture/DeleteTopic.yaml view
+ fixture/DeleteTopicResponse.proto view
+ fixture/GetEndpointAttributes.yaml view
+ fixture/GetEndpointAttributesResponse.proto view
+ fixture/GetPlatformApplicationAttributes.yaml view
+ fixture/GetPlatformApplicationAttributesResponse.proto view
+ fixture/GetSubscriptionAttributes.yaml view
+ fixture/GetSubscriptionAttributesResponse.proto view
+ fixture/GetTopicAttributes.yaml view
+ fixture/GetTopicAttributesResponse.proto view
+ fixture/ListEndpointsByPlatformApplication.yaml view
+ fixture/ListEndpointsByPlatformApplicationResponse.proto view
+ fixture/ListPlatformApplications.yaml view
+ fixture/ListPlatformApplicationsResponse.proto view
+ fixture/ListSubscriptions.yaml view
+ fixture/ListSubscriptionsByTopic.yaml view
+ fixture/ListSubscriptionsByTopicResponse.proto view
+ fixture/ListSubscriptionsResponse.proto view
+ fixture/ListTopics.yaml view
+ fixture/ListTopicsResponse.proto view
+ fixture/Publish.yaml view
+ fixture/PublishResponse.proto view
+ fixture/RemovePermission.yaml view
+ fixture/RemovePermissionResponse.proto view
+ fixture/SetEndpointAttributes.yaml view
+ fixture/SetEndpointAttributesResponse.proto view
+ fixture/SetPlatformApplicationAttributes.yaml view
+ fixture/SetPlatformApplicationAttributesResponse.proto view
+ fixture/SetSubscriptionAttributes.yaml view
+ fixture/SetSubscriptionAttributesResponse.proto view
+ fixture/SetTopicAttributes.yaml view
+ fixture/SetTopicAttributesResponse.proto view
+ fixture/Subscribe.yaml view
+ fixture/SubscribeResponse.proto view
+ fixture/Unsubscribe.yaml view
+ fixture/UnsubscribeResponse.proto view
test/Test/AWS/Gen/SNS.hs view
@@ -189,301 +189,301 @@ testDeleteEndpoint :: DeleteEndpoint -> TestTree testDeleteEndpoint = req     "DeleteEndpoint"-    "fixture/DeleteEndpoint"+    "fixture/DeleteEndpoint.yaml"  testRemovePermission :: RemovePermission -> TestTree testRemovePermission = req     "RemovePermission"-    "fixture/RemovePermission"+    "fixture/RemovePermission.yaml"  testSetPlatformApplicationAttributes :: SetPlatformApplicationAttributes -> TestTree testSetPlatformApplicationAttributes = req     "SetPlatformApplicationAttributes"-    "fixture/SetPlatformApplicationAttributes"+    "fixture/SetPlatformApplicationAttributes.yaml"  testCreatePlatformEndpoint :: CreatePlatformEndpoint -> TestTree testCreatePlatformEndpoint = req     "CreatePlatformEndpoint"-    "fixture/CreatePlatformEndpoint"+    "fixture/CreatePlatformEndpoint.yaml"  testListSubscriptionsByTopic :: ListSubscriptionsByTopic -> TestTree testListSubscriptionsByTopic = req     "ListSubscriptionsByTopic"-    "fixture/ListSubscriptionsByTopic"+    "fixture/ListSubscriptionsByTopic.yaml"  testGetTopicAttributes :: GetTopicAttributes -> TestTree testGetTopicAttributes = req     "GetTopicAttributes"-    "fixture/GetTopicAttributes"+    "fixture/GetTopicAttributes.yaml"  testDeleteTopic :: DeleteTopic -> TestTree testDeleteTopic = req     "DeleteTopic"-    "fixture/DeleteTopic"+    "fixture/DeleteTopic.yaml"  testListTopics :: ListTopics -> TestTree testListTopics = req     "ListTopics"-    "fixture/ListTopics"+    "fixture/ListTopics.yaml"  testCreatePlatformApplication :: CreatePlatformApplication -> TestTree testCreatePlatformApplication = req     "CreatePlatformApplication"-    "fixture/CreatePlatformApplication"+    "fixture/CreatePlatformApplication.yaml"  testListEndpointsByPlatformApplication :: ListEndpointsByPlatformApplication -> TestTree testListEndpointsByPlatformApplication = req     "ListEndpointsByPlatformApplication"-    "fixture/ListEndpointsByPlatformApplication"+    "fixture/ListEndpointsByPlatformApplication.yaml"  testGetPlatformApplicationAttributes :: GetPlatformApplicationAttributes -> TestTree testGetPlatformApplicationAttributes = req     "GetPlatformApplicationAttributes"-    "fixture/GetPlatformApplicationAttributes"+    "fixture/GetPlatformApplicationAttributes.yaml"  testDeletePlatformApplication :: DeletePlatformApplication -> TestTree testDeletePlatformApplication = req     "DeletePlatformApplication"-    "fixture/DeletePlatformApplication"+    "fixture/DeletePlatformApplication.yaml"  testListPlatformApplications :: ListPlatformApplications -> TestTree testListPlatformApplications = req     "ListPlatformApplications"-    "fixture/ListPlatformApplications"+    "fixture/ListPlatformApplications.yaml"  testSetTopicAttributes :: SetTopicAttributes -> TestTree testSetTopicAttributes = req     "SetTopicAttributes"-    "fixture/SetTopicAttributes"+    "fixture/SetTopicAttributes.yaml"  testGetEndpointAttributes :: GetEndpointAttributes -> TestTree testGetEndpointAttributes = req     "GetEndpointAttributes"-    "fixture/GetEndpointAttributes"+    "fixture/GetEndpointAttributes.yaml"  testAddPermission :: AddPermission -> TestTree testAddPermission = req     "AddPermission"-    "fixture/AddPermission"+    "fixture/AddPermission.yaml"  testGetSubscriptionAttributes :: GetSubscriptionAttributes -> TestTree testGetSubscriptionAttributes = req     "GetSubscriptionAttributes"-    "fixture/GetSubscriptionAttributes"+    "fixture/GetSubscriptionAttributes.yaml"  testListSubscriptions :: ListSubscriptions -> TestTree testListSubscriptions = req     "ListSubscriptions"-    "fixture/ListSubscriptions"+    "fixture/ListSubscriptions.yaml"  testCreateTopic :: CreateTopic -> TestTree testCreateTopic = req     "CreateTopic"-    "fixture/CreateTopic"+    "fixture/CreateTopic.yaml"  testSubscribe :: Subscribe -> TestTree testSubscribe = req     "Subscribe"-    "fixture/Subscribe"+    "fixture/Subscribe.yaml"  testUnsubscribe :: Unsubscribe -> TestTree testUnsubscribe = req     "Unsubscribe"-    "fixture/Unsubscribe"+    "fixture/Unsubscribe.yaml"  testSetEndpointAttributes :: SetEndpointAttributes -> TestTree testSetEndpointAttributes = req     "SetEndpointAttributes"-    "fixture/SetEndpointAttributes"+    "fixture/SetEndpointAttributes.yaml"  testSetSubscriptionAttributes :: SetSubscriptionAttributes -> TestTree testSetSubscriptionAttributes = req     "SetSubscriptionAttributes"-    "fixture/SetSubscriptionAttributes"+    "fixture/SetSubscriptionAttributes.yaml"  testConfirmSubscription :: ConfirmSubscription -> TestTree testConfirmSubscription = req     "ConfirmSubscription"-    "fixture/ConfirmSubscription"+    "fixture/ConfirmSubscription.yaml"  testPublish :: Publish -> TestTree testPublish = req     "Publish"-    "fixture/Publish"+    "fixture/Publish.yaml"  -- Responses  testDeleteEndpointResponse :: DeleteEndpointResponse -> TestTree testDeleteEndpointResponse = res     "DeleteEndpointResponse"-    "fixture/DeleteEndpointResponse"+    "fixture/DeleteEndpointResponse.proto"     sNS     (Proxy :: Proxy DeleteEndpoint)  testRemovePermissionResponse :: RemovePermissionResponse -> TestTree testRemovePermissionResponse = res     "RemovePermissionResponse"-    "fixture/RemovePermissionResponse"+    "fixture/RemovePermissionResponse.proto"     sNS     (Proxy :: Proxy RemovePermission)  testSetPlatformApplicationAttributesResponse :: SetPlatformApplicationAttributesResponse -> TestTree testSetPlatformApplicationAttributesResponse = res     "SetPlatformApplicationAttributesResponse"-    "fixture/SetPlatformApplicationAttributesResponse"+    "fixture/SetPlatformApplicationAttributesResponse.proto"     sNS     (Proxy :: Proxy SetPlatformApplicationAttributes)  testCreatePlatformEndpointResponse :: CreatePlatformEndpointResponse -> TestTree testCreatePlatformEndpointResponse = res     "CreatePlatformEndpointResponse"-    "fixture/CreatePlatformEndpointResponse"+    "fixture/CreatePlatformEndpointResponse.proto"     sNS     (Proxy :: Proxy CreatePlatformEndpoint)  testListSubscriptionsByTopicResponse :: ListSubscriptionsByTopicResponse -> TestTree testListSubscriptionsByTopicResponse = res     "ListSubscriptionsByTopicResponse"-    "fixture/ListSubscriptionsByTopicResponse"+    "fixture/ListSubscriptionsByTopicResponse.proto"     sNS     (Proxy :: Proxy ListSubscriptionsByTopic)  testGetTopicAttributesResponse :: GetTopicAttributesResponse -> TestTree testGetTopicAttributesResponse = res     "GetTopicAttributesResponse"-    "fixture/GetTopicAttributesResponse"+    "fixture/GetTopicAttributesResponse.proto"     sNS     (Proxy :: Proxy GetTopicAttributes)  testDeleteTopicResponse :: DeleteTopicResponse -> TestTree testDeleteTopicResponse = res     "DeleteTopicResponse"-    "fixture/DeleteTopicResponse"+    "fixture/DeleteTopicResponse.proto"     sNS     (Proxy :: Proxy DeleteTopic)  testListTopicsResponse :: ListTopicsResponse -> TestTree testListTopicsResponse = res     "ListTopicsResponse"-    "fixture/ListTopicsResponse"+    "fixture/ListTopicsResponse.proto"     sNS     (Proxy :: Proxy ListTopics)  testCreatePlatformApplicationResponse :: CreatePlatformApplicationResponse -> TestTree testCreatePlatformApplicationResponse = res     "CreatePlatformApplicationResponse"-    "fixture/CreatePlatformApplicationResponse"+    "fixture/CreatePlatformApplicationResponse.proto"     sNS     (Proxy :: Proxy CreatePlatformApplication)  testListEndpointsByPlatformApplicationResponse :: ListEndpointsByPlatformApplicationResponse -> TestTree testListEndpointsByPlatformApplicationResponse = res     "ListEndpointsByPlatformApplicationResponse"-    "fixture/ListEndpointsByPlatformApplicationResponse"+    "fixture/ListEndpointsByPlatformApplicationResponse.proto"     sNS     (Proxy :: Proxy ListEndpointsByPlatformApplication)  testGetPlatformApplicationAttributesResponse :: GetPlatformApplicationAttributesResponse -> TestTree testGetPlatformApplicationAttributesResponse = res     "GetPlatformApplicationAttributesResponse"-    "fixture/GetPlatformApplicationAttributesResponse"+    "fixture/GetPlatformApplicationAttributesResponse.proto"     sNS     (Proxy :: Proxy GetPlatformApplicationAttributes)  testDeletePlatformApplicationResponse :: DeletePlatformApplicationResponse -> TestTree testDeletePlatformApplicationResponse = res     "DeletePlatformApplicationResponse"-    "fixture/DeletePlatformApplicationResponse"+    "fixture/DeletePlatformApplicationResponse.proto"     sNS     (Proxy :: Proxy DeletePlatformApplication)  testListPlatformApplicationsResponse :: ListPlatformApplicationsResponse -> TestTree testListPlatformApplicationsResponse = res     "ListPlatformApplicationsResponse"-    "fixture/ListPlatformApplicationsResponse"+    "fixture/ListPlatformApplicationsResponse.proto"     sNS     (Proxy :: Proxy ListPlatformApplications)  testSetTopicAttributesResponse :: SetTopicAttributesResponse -> TestTree testSetTopicAttributesResponse = res     "SetTopicAttributesResponse"-    "fixture/SetTopicAttributesResponse"+    "fixture/SetTopicAttributesResponse.proto"     sNS     (Proxy :: Proxy SetTopicAttributes)  testGetEndpointAttributesResponse :: GetEndpointAttributesResponse -> TestTree testGetEndpointAttributesResponse = res     "GetEndpointAttributesResponse"-    "fixture/GetEndpointAttributesResponse"+    "fixture/GetEndpointAttributesResponse.proto"     sNS     (Proxy :: Proxy GetEndpointAttributes)  testAddPermissionResponse :: AddPermissionResponse -> TestTree testAddPermissionResponse = res     "AddPermissionResponse"-    "fixture/AddPermissionResponse"+    "fixture/AddPermissionResponse.proto"     sNS     (Proxy :: Proxy AddPermission)  testGetSubscriptionAttributesResponse :: GetSubscriptionAttributesResponse -> TestTree testGetSubscriptionAttributesResponse = res     "GetSubscriptionAttributesResponse"-    "fixture/GetSubscriptionAttributesResponse"+    "fixture/GetSubscriptionAttributesResponse.proto"     sNS     (Proxy :: Proxy GetSubscriptionAttributes)  testListSubscriptionsResponse :: ListSubscriptionsResponse -> TestTree testListSubscriptionsResponse = res     "ListSubscriptionsResponse"-    "fixture/ListSubscriptionsResponse"+    "fixture/ListSubscriptionsResponse.proto"     sNS     (Proxy :: Proxy ListSubscriptions)  testCreateTopicResponse :: CreateTopicResponse -> TestTree testCreateTopicResponse = res     "CreateTopicResponse"-    "fixture/CreateTopicResponse"+    "fixture/CreateTopicResponse.proto"     sNS     (Proxy :: Proxy CreateTopic)  testSubscribeResponse :: SubscribeResponse -> TestTree testSubscribeResponse = res     "SubscribeResponse"-    "fixture/SubscribeResponse"+    "fixture/SubscribeResponse.proto"     sNS     (Proxy :: Proxy Subscribe)  testUnsubscribeResponse :: UnsubscribeResponse -> TestTree testUnsubscribeResponse = res     "UnsubscribeResponse"-    "fixture/UnsubscribeResponse"+    "fixture/UnsubscribeResponse.proto"     sNS     (Proxy :: Proxy Unsubscribe)  testSetEndpointAttributesResponse :: SetEndpointAttributesResponse -> TestTree testSetEndpointAttributesResponse = res     "SetEndpointAttributesResponse"-    "fixture/SetEndpointAttributesResponse"+    "fixture/SetEndpointAttributesResponse.proto"     sNS     (Proxy :: Proxy SetEndpointAttributes)  testSetSubscriptionAttributesResponse :: SetSubscriptionAttributesResponse -> TestTree testSetSubscriptionAttributesResponse = res     "SetSubscriptionAttributesResponse"-    "fixture/SetSubscriptionAttributesResponse"+    "fixture/SetSubscriptionAttributesResponse.proto"     sNS     (Proxy :: Proxy SetSubscriptionAttributes)  testConfirmSubscriptionResponse :: ConfirmSubscriptionResponse -> TestTree testConfirmSubscriptionResponse = res     "ConfirmSubscriptionResponse"-    "fixture/ConfirmSubscriptionResponse"+    "fixture/ConfirmSubscriptionResponse.proto"     sNS     (Proxy :: Proxy ConfirmSubscription)  testPublishResponse :: PublishResponse -> TestTree testPublishResponse = res     "PublishResponse"-    "fixture/PublishResponse"+    "fixture/PublishResponse.proto"     sNS     (Proxy :: Proxy Publish)