{-# OPTIONS_GHC -fno-warn-unused-imports #-} {-# OPTIONS_GHC -fno-warn-orphans #-} -- Derived from AWS service descriptions, licensed under Apache 2.0. -- | -- Module : Test.AWS.Gen.Pricing -- Copyright : (c) 2013-2018 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay -- Stability : auto-generated -- Portability : non-portable (GHC extensions) -- module Test.AWS.Gen.Pricing where import Data.Proxy import Network.AWS.Pricing import Test.AWS.Fixture import Test.AWS.Prelude import Test.AWS.Pricing.Internal import Test.Tasty -- Auto-generated: the actual test selection needs to be manually placed into -- the top-level so that real test data can be incrementally added. -- -- This commented snippet is what the entire set should look like: -- fixtures :: TestTree -- fixtures = -- [ testGroup "request" -- [ requestGetAttributeValues $ -- getAttributeValues -- -- , requestDescribeServices $ -- describeServices -- -- , requestGetProducts $ -- getProducts -- -- ] -- , testGroup "response" -- [ responseGetAttributeValues $ -- getAttributeValuesResponse -- -- , responseDescribeServices $ -- describeServicesResponse -- -- , responseGetProducts $ -- getProductsResponse -- -- ] -- ] -- Requests requestGetAttributeValues :: GetAttributeValues -> TestTree requestGetAttributeValues = req "GetAttributeValues" "fixture/GetAttributeValues.yaml" requestDescribeServices :: DescribeServices -> TestTree requestDescribeServices = req "DescribeServices" "fixture/DescribeServices.yaml" requestGetProducts :: GetProducts -> TestTree requestGetProducts = req "GetProducts" "fixture/GetProducts.yaml" -- Responses responseGetAttributeValues :: GetAttributeValuesResponse -> TestTree responseGetAttributeValues = res "GetAttributeValuesResponse" "fixture/GetAttributeValuesResponse.proto" pricing (Proxy :: Proxy GetAttributeValues) responseDescribeServices :: DescribeServicesResponse -> TestTree responseDescribeServices = res "DescribeServicesResponse" "fixture/DescribeServicesResponse.proto" pricing (Proxy :: Proxy DescribeServices) responseGetProducts :: GetProductsResponse -> TestTree responseGetProducts = res "GetProductsResponse" "fixture/GetProductsResponse.proto" pricing (Proxy :: Proxy GetProducts)