diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
 
 ## Version
 
-`1.2.0.1`
+`1.2.0.2`
 
 
 ## Description
diff --git a/amazonka-importexport.cabal b/amazonka-importexport.cabal
--- a/amazonka-importexport.cabal
+++ b/amazonka-importexport.cabal
@@ -1,7 +1,8 @@
 name:                  amazonka-importexport
-version:               1.2.0.1
+version:               1.2.0.2
 synopsis:              Amazon Import/Export 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 Import\/Export Service AWS Import\/Export accelerates transferring
     large amounts of data between the AWS cloud and portable storage devices
@@ -72,8 +72,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.ImportExport
         , Test.AWS.Gen.ImportExport
diff --git a/fixture/CancelJob.yaml b/fixture/CancelJob.yaml
new file mode 100644
--- /dev/null
+++ b/fixture/CancelJob.yaml
diff --git a/fixture/CancelJobResponse.proto b/fixture/CancelJobResponse.proto
new file mode 100644
--- /dev/null
+++ b/fixture/CancelJobResponse.proto
diff --git a/fixture/CreateJob.yaml b/fixture/CreateJob.yaml
new file mode 100644
--- /dev/null
+++ b/fixture/CreateJob.yaml
diff --git a/fixture/CreateJobResponse.proto b/fixture/CreateJobResponse.proto
new file mode 100644
--- /dev/null
+++ b/fixture/CreateJobResponse.proto
diff --git a/fixture/GetShippingLabel.yaml b/fixture/GetShippingLabel.yaml
new file mode 100644
--- /dev/null
+++ b/fixture/GetShippingLabel.yaml
diff --git a/fixture/GetShippingLabelResponse.proto b/fixture/GetShippingLabelResponse.proto
new file mode 100644
--- /dev/null
+++ b/fixture/GetShippingLabelResponse.proto
diff --git a/fixture/GetStatus.yaml b/fixture/GetStatus.yaml
new file mode 100644
--- /dev/null
+++ b/fixture/GetStatus.yaml
diff --git a/fixture/GetStatusResponse.proto b/fixture/GetStatusResponse.proto
new file mode 100644
--- /dev/null
+++ b/fixture/GetStatusResponse.proto
diff --git a/fixture/ListJobs.yaml b/fixture/ListJobs.yaml
new file mode 100644
--- /dev/null
+++ b/fixture/ListJobs.yaml
diff --git a/fixture/ListJobsResponse.proto b/fixture/ListJobsResponse.proto
new file mode 100644
--- /dev/null
+++ b/fixture/ListJobsResponse.proto
diff --git a/fixture/UpdateJob.yaml b/fixture/UpdateJob.yaml
new file mode 100644
--- /dev/null
+++ b/fixture/UpdateJob.yaml
diff --git a/fixture/UpdateJobResponse.proto b/fixture/UpdateJobResponse.proto
new file mode 100644
--- /dev/null
+++ b/fixture/UpdateJobResponse.proto
diff --git a/test/Test/AWS/Gen/ImportExport.hs b/test/Test/AWS/Gen/ImportExport.hs
--- a/test/Test/AWS/Gen/ImportExport.hs
+++ b/test/Test/AWS/Gen/ImportExport.hs
@@ -75,73 +75,73 @@
 testGetShippingLabel :: GetShippingLabel -> TestTree
 testGetShippingLabel = req
     "GetShippingLabel"
-    "fixture/GetShippingLabel"
+    "fixture/GetShippingLabel.yaml"
 
 testCreateJob :: CreateJob -> TestTree
 testCreateJob = req
     "CreateJob"
-    "fixture/CreateJob"
+    "fixture/CreateJob.yaml"
 
 testListJobs :: ListJobs -> TestTree
 testListJobs = req
     "ListJobs"
-    "fixture/ListJobs"
+    "fixture/ListJobs.yaml"
 
 testUpdateJob :: UpdateJob -> TestTree
 testUpdateJob = req
     "UpdateJob"
-    "fixture/UpdateJob"
+    "fixture/UpdateJob.yaml"
 
 testGetStatus :: GetStatus -> TestTree
 testGetStatus = req
     "GetStatus"
-    "fixture/GetStatus"
+    "fixture/GetStatus.yaml"
 
 testCancelJob :: CancelJob -> TestTree
 testCancelJob = req
     "CancelJob"
-    "fixture/CancelJob"
+    "fixture/CancelJob.yaml"
 
 -- Responses
 
 testGetShippingLabelResponse :: GetShippingLabelResponse -> TestTree
 testGetShippingLabelResponse = res
     "GetShippingLabelResponse"
-    "fixture/GetShippingLabelResponse"
+    "fixture/GetShippingLabelResponse.proto"
     importExport
     (Proxy :: Proxy GetShippingLabel)
 
 testCreateJobResponse :: CreateJobResponse -> TestTree
 testCreateJobResponse = res
     "CreateJobResponse"
-    "fixture/CreateJobResponse"
+    "fixture/CreateJobResponse.proto"
     importExport
     (Proxy :: Proxy CreateJob)
 
 testListJobsResponse :: ListJobsResponse -> TestTree
 testListJobsResponse = res
     "ListJobsResponse"
-    "fixture/ListJobsResponse"
+    "fixture/ListJobsResponse.proto"
     importExport
     (Proxy :: Proxy ListJobs)
 
 testUpdateJobResponse :: UpdateJobResponse -> TestTree
 testUpdateJobResponse = res
     "UpdateJobResponse"
-    "fixture/UpdateJobResponse"
+    "fixture/UpdateJobResponse.proto"
     importExport
     (Proxy :: Proxy UpdateJob)
 
 testGetStatusResponse :: GetStatusResponse -> TestTree
 testGetStatusResponse = res
     "GetStatusResponse"
-    "fixture/GetStatusResponse"
+    "fixture/GetStatusResponse.proto"
     importExport
     (Proxy :: Proxy GetStatus)
 
 testCancelJobResponse :: CancelJobResponse -> TestTree
 testCancelJobResponse = res
     "CancelJobResponse"
-    "fixture/CancelJobResponse"
+    "fixture/CancelJobResponse.proto"
     importExport
     (Proxy :: Proxy CancelJob)
