packages feed

amazonka-iot-dataplane 1.3.6 → 1.3.7

raw patch · 10 files changed

+16/−16 lines, 10 filesdep −lensdep ~amazonka-coredep ~amazonka-iot-dataplanedep ~amazonka-testPVP ok

version bump matches the API change (PVP)

Dependencies removed: lens

Dependency ranges changed: amazonka-core, amazonka-iot-dataplane, amazonka-test

API changes (from Hackage documentation)

Files

README.md view
@@ -8,14 +8,12 @@  ## Version -`1.3.6`+`1.3.7`   ## Description -AWS IoT (Beta)--__AWS IoT is considered a beta service as defined in the Service Terms__+AWS IoT  AWS IoT-Data enables secure, bi-directional communication between Internet-connected things (such as sensors, actuators, embedded devices,
amazonka-iot-dataplane.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-iot-dataplane-version:               1.3.6+version:               1.3.7 synopsis:              Amazon IoT Data Plane SDK. homepage:              https://github.com/brendanhay/amazonka bug-reports:           https://github.com/brendanhay/amazonka/issues@@ -13,9 +13,7 @@ cabal-version:         >= 1.10 extra-source-files:    README.md fixture/*.yaml fixture/*.proto description:-    AWS IoT (Beta)--    __AWS IoT is considered a beta service as defined in the Service Terms__+    AWS IoT      AWS IoT-Data enables secure, bi-directional communication between     Internet-connected things (such as sensors, actuators, embedded devices,@@ -63,7 +61,7 @@         , Network.AWS.IoTDataPlane.Types.Sum      build-depends:-          amazonka-core == 1.3.6.*+          amazonka-core == 1.3.7.*         , base          >= 4.7     && < 5  test-suite amazonka-iot-dataplane-test@@ -83,12 +81,11 @@         , Test.AWS.IoTDataPlane.Internal      build-depends:-          amazonka-core == 1.3.6.*-        , amazonka-test == 1.3.6.*-        , amazonka-iot-dataplane == 1.3.6.*+          amazonka-core == 1.3.7.*+        , amazonka-test == 1.3.7.*+        , amazonka-iot-dataplane == 1.3.7.*         , base         , bytestring-        , lens         , tasty         , tasty-hunit         , text
gen/Network/AWS/IoTDataPlane.hs view
@@ -11,9 +11,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- AWS IoT (Beta)------ __AWS IoT is considered a beta service as defined in the Service Terms__+-- AWS IoT -- -- AWS IoT-Data enables secure, bi-directional communication between -- Internet-connected things (such as sensors, actuators, embedded devices,
gen/Network/AWS/IoTDataPlane/DeleteThingShadow.hs view
@@ -43,6 +43,7 @@  import           Network.AWS.IoTDataPlane.Types import           Network.AWS.IoTDataPlane.Types.Product+import           Network.AWS.Lens import           Network.AWS.Prelude import           Network.AWS.Request import           Network.AWS.Response
gen/Network/AWS/IoTDataPlane/GetThingShadow.hs view
@@ -43,6 +43,7 @@  import           Network.AWS.IoTDataPlane.Types import           Network.AWS.IoTDataPlane.Types.Product+import           Network.AWS.Lens import           Network.AWS.Prelude import           Network.AWS.Request import           Network.AWS.Response
gen/Network/AWS/IoTDataPlane/Publish.hs view
@@ -42,6 +42,7 @@  import           Network.AWS.IoTDataPlane.Types import           Network.AWS.IoTDataPlane.Types.Product+import           Network.AWS.Lens import           Network.AWS.Prelude import           Network.AWS.Request import           Network.AWS.Response
gen/Network/AWS/IoTDataPlane/Types.hs view
@@ -30,6 +30,7 @@  import           Network.AWS.IoTDataPlane.Types.Product import           Network.AWS.IoTDataPlane.Types.Sum+import           Network.AWS.Lens import           Network.AWS.Prelude import           Network.AWS.Sign.V4 
gen/Network/AWS/IoTDataPlane/Types/Product.hs view
@@ -18,4 +18,5 @@ module Network.AWS.IoTDataPlane.Types.Product where  import           Network.AWS.IoTDataPlane.Types.Sum+import           Network.AWS.Lens import           Network.AWS.Prelude
gen/Network/AWS/IoTDataPlane/UpdateThingShadow.hs view
@@ -44,6 +44,7 @@  import           Network.AWS.IoTDataPlane.Types import           Network.AWS.IoTDataPlane.Types.Product+import           Network.AWS.Lens import           Network.AWS.Prelude import           Network.AWS.Request import           Network.AWS.Response
gen/Network/AWS/IoTDataPlane/Waiters.hs view
@@ -16,5 +16,6 @@ module Network.AWS.IoTDataPlane.Waiters where  import           Network.AWS.IoTDataPlane.Types+import           Network.AWS.Lens import           Network.AWS.Prelude import           Network.AWS.Waiter