packages feed

amazonka-directconnect 0.0.6 → 0.0.7

raw patch · 12 files changed

+16/−16 lines, 12 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

Files

amazonka-directconnect.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-directconnect-version:               0.0.6+version:               0.0.7 synopsis:              Amazon Direct Connect SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -62,5 +62,5 @@     other-modules:      build-depends:-          amazonka-core == 0.0.6.*+          amazonka-core == 0.0.7.*         , base          >= 4.7     && < 5
gen/Network/AWS/DirectConnect/AllocatePrivateVirtualInterface.hs view
@@ -283,7 +283,7 @@         <*> o .:? "customerRouterConfig"         <*> o .:? "location"         <*> o .:? "ownerAccount"-        <*> o .:  "routeFilterPrefixes"+        <*> o .:? "routeFilterPrefixes" .!= mempty         <*> o .:? "virtualGatewayId"         <*> o .:? "virtualInterfaceId"         <*> o .:? "virtualInterfaceName"
gen/Network/AWS/DirectConnect/AllocatePublicVirtualInterface.hs view
@@ -286,7 +286,7 @@         <*> o .:? "customerRouterConfig"         <*> o .:? "location"         <*> o .:? "ownerAccount"-        <*> o .:  "routeFilterPrefixes"+        <*> o .:? "routeFilterPrefixes" .!= mempty         <*> o .:? "virtualGatewayId"         <*> o .:? "virtualInterfaceId"         <*> o .:? "virtualInterfaceName"
gen/Network/AWS/DirectConnect/CreatePrivateVirtualInterface.hs view
@@ -263,7 +263,7 @@         <*> o .:? "customerRouterConfig"         <*> o .:? "location"         <*> o .:? "ownerAccount"-        <*> o .:  "routeFilterPrefixes"+        <*> o .:? "routeFilterPrefixes" .!= mempty         <*> o .:? "virtualGatewayId"         <*> o .:? "virtualInterfaceId"         <*> o .:? "virtualInterfaceName"
gen/Network/AWS/DirectConnect/CreatePublicVirtualInterface.hs view
@@ -262,7 +262,7 @@         <*> o .:? "customerRouterConfig"         <*> o .:? "location"         <*> o .:? "ownerAccount"-        <*> o .:  "routeFilterPrefixes"+        <*> o .:? "routeFilterPrefixes" .!= mempty         <*> o .:? "virtualGatewayId"         <*> o .:? "virtualInterfaceId"         <*> o .:? "virtualInterfaceName"
gen/Network/AWS/DirectConnect/DescribeConnections.hs view
@@ -115,4 +115,4 @@  instance FromJSON DescribeConnectionsResponse where     parseJSON = withObject "DescribeConnectionsResponse" $ \o -> DescribeConnectionsResponse-        <$> o .:  "connections"+        <$> o .:? "connections" .!= mempty
gen/Network/AWS/DirectConnect/DescribeConnectionsOnInterconnect.hs view
@@ -120,4 +120,4 @@  instance FromJSON DescribeConnectionsOnInterconnectResponse where     parseJSON = withObject "DescribeConnectionsOnInterconnectResponse" $ \o -> DescribeConnectionsOnInterconnectResponse-        <$> o .:  "connections"+        <$> o .:? "connections" .!= mempty
gen/Network/AWS/DirectConnect/DescribeInterconnects.hs view
@@ -115,4 +115,4 @@  instance FromJSON DescribeInterconnectsResponse where     parseJSON = withObject "DescribeInterconnectsResponse" $ \o -> DescribeInterconnectsResponse-        <$> o .:  "interconnects"+        <$> o .:? "interconnects" .!= mempty
gen/Network/AWS/DirectConnect/DescribeLocations.hs view
@@ -98,4 +98,4 @@  instance FromJSON DescribeLocationsResponse where     parseJSON = withObject "DescribeLocationsResponse" $ \o -> DescribeLocationsResponse-        <$> o .:  "locations"+        <$> o .:? "locations" .!= mempty
gen/Network/AWS/DirectConnect/DescribeVirtualGateways.hs view
@@ -103,4 +103,4 @@  instance FromJSON DescribeVirtualGatewaysResponse where     parseJSON = withObject "DescribeVirtualGatewaysResponse" $ \o -> DescribeVirtualGatewaysResponse-        <$> o .:  "virtualGateways"+        <$> o .:? "virtualGateways" .!= mempty
gen/Network/AWS/DirectConnect/DescribeVirtualInterfaces.hs view
@@ -135,4 +135,4 @@  instance FromJSON DescribeVirtualInterfacesResponse where     parseJSON = withObject "DescribeVirtualInterfacesResponse" $ \o -> DescribeVirtualInterfacesResponse-        <$> o .:  "virtualInterfaces"+        <$> o .:? "virtualInterfaces" .!= mempty
gen/Network/AWS/DirectConnect/Types.hs view
@@ -305,7 +305,7 @@         <*> o .:? "customerRouterConfig"         <*> o .:? "location"         <*> o .:? "ownerAccount"-        <*> o .:  "routeFilterPrefixes"+        <*> o .:? "routeFilterPrefixes" .!= mempty         <*> o .:? "virtualGatewayId"         <*> o .:? "virtualInterfaceId"         <*> o .:? "virtualInterfaceName"@@ -398,7 +398,7 @@  instance FromJSON Connections where     parseJSON = withObject "Connections" $ \o -> Connections-        <$> o .:  "connections"+        <$> o .:? "connections" .!= mempty  instance ToJSON Connections where     toJSON Connections{..} = object@@ -709,7 +709,7 @@         <*> o .:  "asn"         <*> o .:? "authKey"         <*> o .:  "customerAddress"-        <*> o .:  "routeFilterPrefixes"+        <*> o .:? "routeFilterPrefixes" .!= mempty         <*> o .:  "virtualInterfaceName"         <*> o .:  "vlan" @@ -1007,7 +1007,7 @@         <*> o .:  "asn"         <*> o .:? "authKey"         <*> o .:  "customerAddress"-        <*> o .:  "routeFilterPrefixes"+        <*> o .:? "routeFilterPrefixes" .!= mempty         <*> o .:  "virtualInterfaceName"         <*> o .:  "vlan"