packages feed

amazonka-support 1.2.0.1 → 1.2.0.2

raw patch · 31 files changed

+35/−34 lines, 31 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-support.cabal view
@@ -1,7 +1,8 @@ name:                  amazonka-support-version:               1.2.0.1+version:               1.2.0.2 synopsis:              Amazon Support 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:     AWS Support @@ -126,8 +126,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.Support         , Test.AWS.Gen.Support
+ fixture/AddAttachmentsToSet.yaml view
+ fixture/AddAttachmentsToSetResponse.proto view
+ fixture/AddCommunicationToCase.yaml view
+ fixture/AddCommunicationToCaseResponse.proto view
+ fixture/CreateCase.yaml view
+ fixture/CreateCaseResponse.proto view
+ fixture/DescribeAttachment.yaml view
+ fixture/DescribeAttachmentResponse.proto view
+ fixture/DescribeCases.yaml view
+ fixture/DescribeCasesResponse.proto view
+ fixture/DescribeCommunications.yaml view
+ fixture/DescribeCommunicationsResponse.proto view
+ fixture/DescribeServices.yaml view
+ fixture/DescribeServicesResponse.proto view
+ fixture/DescribeSeverityLevels.yaml view
+ fixture/DescribeSeverityLevelsResponse.proto view
+ fixture/DescribeTrustedAdvisorCheckRefreshStatuses.yaml view
+ fixture/DescribeTrustedAdvisorCheckRefreshStatusesResponse.proto view
+ fixture/DescribeTrustedAdvisorCheckResult.yaml view
+ fixture/DescribeTrustedAdvisorCheckResultResponse.proto view
+ fixture/DescribeTrustedAdvisorCheckSummaries.yaml view
+ fixture/DescribeTrustedAdvisorCheckSummariesResponse.proto view
+ fixture/DescribeTrustedAdvisorChecks.yaml view
+ fixture/DescribeTrustedAdvisorChecksResponse.proto view
+ fixture/RefreshTrustedAdvisorCheck.yaml view
+ fixture/RefreshTrustedAdvisorCheckResponse.proto view
+ fixture/ResolveCase.yaml view
+ fixture/ResolveCaseResponse.proto view
test/Test/AWS/Gen/Support.hs view
@@ -123,169 +123,169 @@ testRefreshTrustedAdvisorCheck :: RefreshTrustedAdvisorCheck -> TestTree testRefreshTrustedAdvisorCheck = req     "RefreshTrustedAdvisorCheck"-    "fixture/RefreshTrustedAdvisorCheck"+    "fixture/RefreshTrustedAdvisorCheck.yaml"  testDescribeCases :: DescribeCases -> TestTree testDescribeCases = req     "DescribeCases"-    "fixture/DescribeCases"+    "fixture/DescribeCases.yaml"  testDescribeTrustedAdvisorCheckRefreshStatuses :: DescribeTrustedAdvisorCheckRefreshStatuses -> TestTree testDescribeTrustedAdvisorCheckRefreshStatuses = req     "DescribeTrustedAdvisorCheckRefreshStatuses"-    "fixture/DescribeTrustedAdvisorCheckRefreshStatuses"+    "fixture/DescribeTrustedAdvisorCheckRefreshStatuses.yaml"  testCreateCase :: CreateCase -> TestTree testCreateCase = req     "CreateCase"-    "fixture/CreateCase"+    "fixture/CreateCase.yaml"  testDescribeTrustedAdvisorCheckSummaries :: DescribeTrustedAdvisorCheckSummaries -> TestTree testDescribeTrustedAdvisorCheckSummaries = req     "DescribeTrustedAdvisorCheckSummaries"-    "fixture/DescribeTrustedAdvisorCheckSummaries"+    "fixture/DescribeTrustedAdvisorCheckSummaries.yaml"  testResolveCase :: ResolveCase -> TestTree testResolveCase = req     "ResolveCase"-    "fixture/ResolveCase"+    "fixture/ResolveCase.yaml"  testDescribeSeverityLevels :: DescribeSeverityLevels -> TestTree testDescribeSeverityLevels = req     "DescribeSeverityLevels"-    "fixture/DescribeSeverityLevels"+    "fixture/DescribeSeverityLevels.yaml"  testDescribeTrustedAdvisorChecks :: DescribeTrustedAdvisorChecks -> TestTree testDescribeTrustedAdvisorChecks = req     "DescribeTrustedAdvisorChecks"-    "fixture/DescribeTrustedAdvisorChecks"+    "fixture/DescribeTrustedAdvisorChecks.yaml"  testDescribeAttachment :: DescribeAttachment -> TestTree testDescribeAttachment = req     "DescribeAttachment"-    "fixture/DescribeAttachment"+    "fixture/DescribeAttachment.yaml"  testAddAttachmentsToSet :: AddAttachmentsToSet -> TestTree testAddAttachmentsToSet = req     "AddAttachmentsToSet"-    "fixture/AddAttachmentsToSet"+    "fixture/AddAttachmentsToSet.yaml"  testDescribeTrustedAdvisorCheckResult :: DescribeTrustedAdvisorCheckResult -> TestTree testDescribeTrustedAdvisorCheckResult = req     "DescribeTrustedAdvisorCheckResult"-    "fixture/DescribeTrustedAdvisorCheckResult"+    "fixture/DescribeTrustedAdvisorCheckResult.yaml"  testDescribeServices :: DescribeServices -> TestTree testDescribeServices = req     "DescribeServices"-    "fixture/DescribeServices"+    "fixture/DescribeServices.yaml"  testDescribeCommunications :: DescribeCommunications -> TestTree testDescribeCommunications = req     "DescribeCommunications"-    "fixture/DescribeCommunications"+    "fixture/DescribeCommunications.yaml"  testAddCommunicationToCase :: AddCommunicationToCase -> TestTree testAddCommunicationToCase = req     "AddCommunicationToCase"-    "fixture/AddCommunicationToCase"+    "fixture/AddCommunicationToCase.yaml"  -- Responses  testRefreshTrustedAdvisorCheckResponse :: RefreshTrustedAdvisorCheckResponse -> TestTree testRefreshTrustedAdvisorCheckResponse = res     "RefreshTrustedAdvisorCheckResponse"-    "fixture/RefreshTrustedAdvisorCheckResponse"+    "fixture/RefreshTrustedAdvisorCheckResponse.proto"     support     (Proxy :: Proxy RefreshTrustedAdvisorCheck)  testDescribeCasesResponse :: DescribeCasesResponse -> TestTree testDescribeCasesResponse = res     "DescribeCasesResponse"-    "fixture/DescribeCasesResponse"+    "fixture/DescribeCasesResponse.proto"     support     (Proxy :: Proxy DescribeCases)  testDescribeTrustedAdvisorCheckRefreshStatusesResponse :: DescribeTrustedAdvisorCheckRefreshStatusesResponse -> TestTree testDescribeTrustedAdvisorCheckRefreshStatusesResponse = res     "DescribeTrustedAdvisorCheckRefreshStatusesResponse"-    "fixture/DescribeTrustedAdvisorCheckRefreshStatusesResponse"+    "fixture/DescribeTrustedAdvisorCheckRefreshStatusesResponse.proto"     support     (Proxy :: Proxy DescribeTrustedAdvisorCheckRefreshStatuses)  testCreateCaseResponse :: CreateCaseResponse -> TestTree testCreateCaseResponse = res     "CreateCaseResponse"-    "fixture/CreateCaseResponse"+    "fixture/CreateCaseResponse.proto"     support     (Proxy :: Proxy CreateCase)  testDescribeTrustedAdvisorCheckSummariesResponse :: DescribeTrustedAdvisorCheckSummariesResponse -> TestTree testDescribeTrustedAdvisorCheckSummariesResponse = res     "DescribeTrustedAdvisorCheckSummariesResponse"-    "fixture/DescribeTrustedAdvisorCheckSummariesResponse"+    "fixture/DescribeTrustedAdvisorCheckSummariesResponse.proto"     support     (Proxy :: Proxy DescribeTrustedAdvisorCheckSummaries)  testResolveCaseResponse :: ResolveCaseResponse -> TestTree testResolveCaseResponse = res     "ResolveCaseResponse"-    "fixture/ResolveCaseResponse"+    "fixture/ResolveCaseResponse.proto"     support     (Proxy :: Proxy ResolveCase)  testDescribeSeverityLevelsResponse :: DescribeSeverityLevelsResponse -> TestTree testDescribeSeverityLevelsResponse = res     "DescribeSeverityLevelsResponse"-    "fixture/DescribeSeverityLevelsResponse"+    "fixture/DescribeSeverityLevelsResponse.proto"     support     (Proxy :: Proxy DescribeSeverityLevels)  testDescribeTrustedAdvisorChecksResponse :: DescribeTrustedAdvisorChecksResponse -> TestTree testDescribeTrustedAdvisorChecksResponse = res     "DescribeTrustedAdvisorChecksResponse"-    "fixture/DescribeTrustedAdvisorChecksResponse"+    "fixture/DescribeTrustedAdvisorChecksResponse.proto"     support     (Proxy :: Proxy DescribeTrustedAdvisorChecks)  testDescribeAttachmentResponse :: DescribeAttachmentResponse -> TestTree testDescribeAttachmentResponse = res     "DescribeAttachmentResponse"-    "fixture/DescribeAttachmentResponse"+    "fixture/DescribeAttachmentResponse.proto"     support     (Proxy :: Proxy DescribeAttachment)  testAddAttachmentsToSetResponse :: AddAttachmentsToSetResponse -> TestTree testAddAttachmentsToSetResponse = res     "AddAttachmentsToSetResponse"-    "fixture/AddAttachmentsToSetResponse"+    "fixture/AddAttachmentsToSetResponse.proto"     support     (Proxy :: Proxy AddAttachmentsToSet)  testDescribeTrustedAdvisorCheckResultResponse :: DescribeTrustedAdvisorCheckResultResponse -> TestTree testDescribeTrustedAdvisorCheckResultResponse = res     "DescribeTrustedAdvisorCheckResultResponse"-    "fixture/DescribeTrustedAdvisorCheckResultResponse"+    "fixture/DescribeTrustedAdvisorCheckResultResponse.proto"     support     (Proxy :: Proxy DescribeTrustedAdvisorCheckResult)  testDescribeServicesResponse :: DescribeServicesResponse -> TestTree testDescribeServicesResponse = res     "DescribeServicesResponse"-    "fixture/DescribeServicesResponse"+    "fixture/DescribeServicesResponse.proto"     support     (Proxy :: Proxy DescribeServices)  testDescribeCommunicationsResponse :: DescribeCommunicationsResponse -> TestTree testDescribeCommunicationsResponse = res     "DescribeCommunicationsResponse"-    "fixture/DescribeCommunicationsResponse"+    "fixture/DescribeCommunicationsResponse.proto"     support     (Proxy :: Proxy DescribeCommunications)  testAddCommunicationToCaseResponse :: AddCommunicationToCaseResponse -> TestTree testAddCommunicationToCaseResponse = res     "AddCommunicationToCaseResponse"-    "fixture/AddCommunicationToCaseResponse"+    "fixture/AddCommunicationToCaseResponse.proto"     support     (Proxy :: Proxy AddCommunicationToCase)