| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteProperty
Documentation
data HttpGatewayRoutePrefixRewriteProperty Source #
Constructors
| HttpGatewayRoutePrefixRewriteProperty | |
Fields
| |
Instances
data HttpGatewayRouteHeaderMatchProperty Source #
Constructors
| HttpGatewayRouteHeaderMatchProperty | |
Fields | |
Instances
| ToJSON HttpGatewayRouteHeaderMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteHeaderMatchProperty | |||||
| Show HttpGatewayRouteHeaderMatchProperty Source # | |||||
| Eq HttpGatewayRouteHeaderMatchProperty Source # | |||||
| ToResourceProperties HttpGatewayRouteHeaderMatchProperty Source # | |||||
| Property "Exact" HttpGatewayRouteHeaderMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteHeaderMatchProperty Associated Types
| |||||
| Property "Prefix" HttpGatewayRouteHeaderMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteHeaderMatchProperty Associated Types
| |||||
| Property "Range" HttpGatewayRouteHeaderMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteHeaderMatchProperty Associated Types
| |||||
| Property "Regex" HttpGatewayRouteHeaderMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteHeaderMatchProperty Associated Types
| |||||
| Property "Suffix" HttpGatewayRouteHeaderMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteHeaderMatchProperty Associated Types
| |||||
| type PropertyType "Exact" HttpGatewayRouteHeaderMatchProperty Source # | |||||
| type PropertyType "Prefix" HttpGatewayRouteHeaderMatchProperty Source # | |||||
| type PropertyType "Range" HttpGatewayRouteHeaderMatchProperty Source # | |||||
| type PropertyType "Regex" HttpGatewayRouteHeaderMatchProperty Source # | |||||
| type PropertyType "Suffix" HttpGatewayRouteHeaderMatchProperty Source # | |||||
data HttpGatewayRouteRewriteProperty Source #
Constructors
| HttpGatewayRouteRewriteProperty | |
Instances
| ToJSON HttpGatewayRouteRewriteProperty Source # | |||||
| Show HttpGatewayRouteRewriteProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteRewriteProperty Methods showsPrec :: Int -> HttpGatewayRouteRewriteProperty -> ShowS # | |||||
| Eq HttpGatewayRouteRewriteProperty Source # | |||||
| ToResourceProperties HttpGatewayRouteRewriteProperty Source # | |||||
| Property "Hostname" HttpGatewayRouteRewriteProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteRewriteProperty Associated Types
Methods set :: PropertyType "Hostname" HttpGatewayRouteRewriteProperty -> HttpGatewayRouteRewriteProperty -> HttpGatewayRouteRewriteProperty # | |||||
| Property "Path" HttpGatewayRouteRewriteProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteRewriteProperty Associated Types
Methods set :: PropertyType "Path" HttpGatewayRouteRewriteProperty -> HttpGatewayRouteRewriteProperty -> HttpGatewayRouteRewriteProperty # | |||||
| Property "Prefix" HttpGatewayRouteRewriteProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteRewriteProperty Associated Types
Methods set :: PropertyType "Prefix" HttpGatewayRouteRewriteProperty -> HttpGatewayRouteRewriteProperty -> HttpGatewayRouteRewriteProperty # | |||||
| type PropertyType "Hostname" HttpGatewayRouteRewriteProperty Source # | |||||
| type PropertyType "Path" HttpGatewayRouteRewriteProperty Source # | |||||
| type PropertyType "Prefix" HttpGatewayRouteRewriteProperty Source # | |||||
data HttpGatewayRouteMatchProperty Source #
Constructors
| HttpGatewayRouteMatchProperty | |
Fields
| |
Instances
| ToJSON HttpGatewayRouteMatchProperty Source # | |||||
| Show HttpGatewayRouteMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteMatchProperty Methods showsPrec :: Int -> HttpGatewayRouteMatchProperty -> ShowS # show :: HttpGatewayRouteMatchProperty -> String # showList :: [HttpGatewayRouteMatchProperty] -> ShowS # | |||||
| Eq HttpGatewayRouteMatchProperty Source # | |||||
| ToResourceProperties HttpGatewayRouteMatchProperty Source # | |||||
| Property "Headers" HttpGatewayRouteMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteMatchProperty Associated Types
Methods set :: PropertyType "Headers" HttpGatewayRouteMatchProperty -> HttpGatewayRouteMatchProperty -> HttpGatewayRouteMatchProperty # | |||||
| Property "Hostname" HttpGatewayRouteMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteMatchProperty Associated Types
Methods set :: PropertyType "Hostname" HttpGatewayRouteMatchProperty -> HttpGatewayRouteMatchProperty -> HttpGatewayRouteMatchProperty # | |||||
| Property "Method" HttpGatewayRouteMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteMatchProperty Associated Types
Methods set :: PropertyType "Method" HttpGatewayRouteMatchProperty -> HttpGatewayRouteMatchProperty -> HttpGatewayRouteMatchProperty # | |||||
| Property "Path" HttpGatewayRouteMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteMatchProperty Associated Types
Methods set :: PropertyType "Path" HttpGatewayRouteMatchProperty -> HttpGatewayRouteMatchProperty -> HttpGatewayRouteMatchProperty # | |||||
| Property "Port" HttpGatewayRouteMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteMatchProperty Associated Types
Methods set :: PropertyType "Port" HttpGatewayRouteMatchProperty -> HttpGatewayRouteMatchProperty -> HttpGatewayRouteMatchProperty # | |||||
| Property "Prefix" HttpGatewayRouteMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteMatchProperty Associated Types
Methods set :: PropertyType "Prefix" HttpGatewayRouteMatchProperty -> HttpGatewayRouteMatchProperty -> HttpGatewayRouteMatchProperty # | |||||
| Property "QueryParameters" HttpGatewayRouteMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteMatchProperty Associated Types
Methods set :: PropertyType "QueryParameters" HttpGatewayRouteMatchProperty -> HttpGatewayRouteMatchProperty -> HttpGatewayRouteMatchProperty # | |||||
| type PropertyType "Headers" HttpGatewayRouteMatchProperty Source # | |||||
| type PropertyType "Hostname" HttpGatewayRouteMatchProperty Source # | |||||
| type PropertyType "Method" HttpGatewayRouteMatchProperty Source # | |||||
| type PropertyType "Path" HttpGatewayRouteMatchProperty Source # | |||||
| type PropertyType "Port" HttpGatewayRouteMatchProperty Source # | |||||
| type PropertyType "Prefix" HttpGatewayRouteMatchProperty Source # | |||||
| type PropertyType "QueryParameters" HttpGatewayRouteMatchProperty Source # | |||||
data HttpGatewayRouteHeaderProperty Source #
Constructors
| HttpGatewayRouteHeaderProperty | |
Fields | |
Instances
| ToJSON HttpGatewayRouteHeaderProperty Source # | |||||
| Show HttpGatewayRouteHeaderProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteHeaderProperty Methods showsPrec :: Int -> HttpGatewayRouteHeaderProperty -> ShowS # show :: HttpGatewayRouteHeaderProperty -> String # showList :: [HttpGatewayRouteHeaderProperty] -> ShowS # | |||||
| Eq HttpGatewayRouteHeaderProperty Source # | |||||
| ToResourceProperties HttpGatewayRouteHeaderProperty Source # | |||||
| Property "Invert" HttpGatewayRouteHeaderProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteHeaderProperty Associated Types
Methods set :: PropertyType "Invert" HttpGatewayRouteHeaderProperty -> HttpGatewayRouteHeaderProperty -> HttpGatewayRouteHeaderProperty # | |||||
| Property "Match" HttpGatewayRouteHeaderProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteHeaderProperty Associated Types
Methods set :: PropertyType "Match" HttpGatewayRouteHeaderProperty -> HttpGatewayRouteHeaderProperty -> HttpGatewayRouteHeaderProperty # | |||||
| Property "Name" HttpGatewayRouteHeaderProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteHeaderProperty Associated Types
Methods set :: PropertyType "Name" HttpGatewayRouteHeaderProperty -> HttpGatewayRouteHeaderProperty -> HttpGatewayRouteHeaderProperty # | |||||
| type PropertyType "Invert" HttpGatewayRouteHeaderProperty Source # | |||||
| type PropertyType "Match" HttpGatewayRouteHeaderProperty Source # | |||||
| type PropertyType "Name" HttpGatewayRouteHeaderProperty Source # | |||||
data QueryParameterProperty Source #
Constructors
| QueryParameterProperty | |
Fields | |
Instances
| ToJSON QueryParameterProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.QueryParameterProperty Methods toJSON :: QueryParameterProperty -> Value # toEncoding :: QueryParameterProperty -> Encoding # toJSONList :: [QueryParameterProperty] -> Value # toEncodingList :: [QueryParameterProperty] -> Encoding # omitField :: QueryParameterProperty -> Bool # | |||||
| Show QueryParameterProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.QueryParameterProperty Methods showsPrec :: Int -> QueryParameterProperty -> ShowS # show :: QueryParameterProperty -> String # showList :: [QueryParameterProperty] -> ShowS # | |||||
| Eq QueryParameterProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.QueryParameterProperty Methods (==) :: QueryParameterProperty -> QueryParameterProperty -> Bool # (/=) :: QueryParameterProperty -> QueryParameterProperty -> Bool # | |||||
| ToResourceProperties QueryParameterProperty Source # | |||||
| Property "Match" QueryParameterProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.QueryParameterProperty Associated Types
Methods set :: PropertyType "Match" QueryParameterProperty -> QueryParameterProperty -> QueryParameterProperty # | |||||
| Property "Name" QueryParameterProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.QueryParameterProperty Associated Types
Methods set :: PropertyType "Name" QueryParameterProperty -> QueryParameterProperty -> QueryParameterProperty # | |||||
| type PropertyType "Match" QueryParameterProperty Source # | |||||
| type PropertyType "Name" QueryParameterProperty Source # | |||||
data GatewayRouteHostnameMatchProperty Source #
Constructors
| GatewayRouteHostnameMatchProperty | |
Fields | |
Instances
| ToJSON GatewayRouteHostnameMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.GatewayRouteHostnameMatchProperty | |||||
| Show GatewayRouteHostnameMatchProperty Source # | |||||
| Eq GatewayRouteHostnameMatchProperty Source # | |||||
| ToResourceProperties GatewayRouteHostnameMatchProperty Source # | |||||
| Property "Exact" GatewayRouteHostnameMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.GatewayRouteHostnameMatchProperty Associated Types
Methods set :: PropertyType "Exact" GatewayRouteHostnameMatchProperty -> GatewayRouteHostnameMatchProperty -> GatewayRouteHostnameMatchProperty # | |||||
| Property "Suffix" GatewayRouteHostnameMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.GatewayRouteHostnameMatchProperty Associated Types
Methods set :: PropertyType "Suffix" GatewayRouteHostnameMatchProperty -> GatewayRouteHostnameMatchProperty -> GatewayRouteHostnameMatchProperty # | |||||
| type PropertyType "Exact" GatewayRouteHostnameMatchProperty Source # | |||||
| type PropertyType "Suffix" GatewayRouteHostnameMatchProperty Source # | |||||
data GatewayRouteHostnameRewriteProperty Source #
Constructors
| GatewayRouteHostnameRewriteProperty | |
Instances
| ToJSON GatewayRouteHostnameRewriteProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.GatewayRouteHostnameRewriteProperty | |||||
| Show GatewayRouteHostnameRewriteProperty Source # | |||||
| Eq GatewayRouteHostnameRewriteProperty Source # | |||||
| ToResourceProperties GatewayRouteHostnameRewriteProperty Source # | |||||
| Property "DefaultTargetHostname" GatewayRouteHostnameRewriteProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.GatewayRouteHostnameRewriteProperty Associated Types
Methods set :: PropertyType "DefaultTargetHostname" GatewayRouteHostnameRewriteProperty -> GatewayRouteHostnameRewriteProperty -> GatewayRouteHostnameRewriteProperty # | |||||
| type PropertyType "DefaultTargetHostname" GatewayRouteHostnameRewriteProperty Source # | |||||
data GatewayRouteRangeMatchProperty Source #
Constructors
| GatewayRouteRangeMatchProperty | |
Fields | |
Instances
| ToJSON GatewayRouteRangeMatchProperty Source # | |||||
| Show GatewayRouteRangeMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.GatewayRouteRangeMatchProperty Methods showsPrec :: Int -> GatewayRouteRangeMatchProperty -> ShowS # show :: GatewayRouteRangeMatchProperty -> String # showList :: [GatewayRouteRangeMatchProperty] -> ShowS # | |||||
| Eq GatewayRouteRangeMatchProperty Source # | |||||
| ToResourceProperties GatewayRouteRangeMatchProperty Source # | |||||
| Property "End" GatewayRouteRangeMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.GatewayRouteRangeMatchProperty Associated Types
Methods set :: PropertyType "End" GatewayRouteRangeMatchProperty -> GatewayRouteRangeMatchProperty -> GatewayRouteRangeMatchProperty # | |||||
| Property "Start" GatewayRouteRangeMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.GatewayRouteRangeMatchProperty Associated Types
Methods set :: PropertyType "Start" GatewayRouteRangeMatchProperty -> GatewayRouteRangeMatchProperty -> GatewayRouteRangeMatchProperty # | |||||
| type PropertyType "End" GatewayRouteRangeMatchProperty Source # | |||||
| type PropertyType "Start" GatewayRouteRangeMatchProperty Source # | |||||
data GatewayRouteTargetProperty Source #
Constructors
| GatewayRouteTargetProperty | |
Fields | |
Instances
| ToJSON GatewayRouteTargetProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.GatewayRouteTargetProperty Methods toJSON :: GatewayRouteTargetProperty -> Value # toEncoding :: GatewayRouteTargetProperty -> Encoding # toJSONList :: [GatewayRouteTargetProperty] -> Value # toEncodingList :: [GatewayRouteTargetProperty] -> Encoding # | |||||
| Show GatewayRouteTargetProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.GatewayRouteTargetProperty Methods showsPrec :: Int -> GatewayRouteTargetProperty -> ShowS # show :: GatewayRouteTargetProperty -> String # showList :: [GatewayRouteTargetProperty] -> ShowS # | |||||
| Eq GatewayRouteTargetProperty Source # | |||||
| ToResourceProperties GatewayRouteTargetProperty Source # | |||||
| Property "Port" GatewayRouteTargetProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.GatewayRouteTargetProperty Associated Types
Methods set :: PropertyType "Port" GatewayRouteTargetProperty -> GatewayRouteTargetProperty -> GatewayRouteTargetProperty # | |||||
| Property "VirtualService" GatewayRouteTargetProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.GatewayRouteTargetProperty Associated Types
Methods set :: PropertyType "VirtualService" GatewayRouteTargetProperty -> GatewayRouteTargetProperty -> GatewayRouteTargetProperty # | |||||
| type PropertyType "Port" GatewayRouteTargetProperty Source # | |||||
| type PropertyType "VirtualService" GatewayRouteTargetProperty Source # | |||||
data GatewayRouteVirtualServiceProperty Source #
Constructors
| GatewayRouteVirtualServiceProperty | |
Instances
| ToJSON GatewayRouteVirtualServiceProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.GatewayRouteVirtualServiceProperty | |||||
| Show GatewayRouteVirtualServiceProperty Source # | |||||
| Eq GatewayRouteVirtualServiceProperty Source # | |||||
| ToResourceProperties GatewayRouteVirtualServiceProperty Source # | |||||
| Property "VirtualServiceName" GatewayRouteVirtualServiceProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.GatewayRouteVirtualServiceProperty Associated Types
Methods set :: PropertyType "VirtualServiceName" GatewayRouteVirtualServiceProperty -> GatewayRouteVirtualServiceProperty -> GatewayRouteVirtualServiceProperty # | |||||
| type PropertyType "VirtualServiceName" GatewayRouteVirtualServiceProperty Source # | |||||
data HttpGatewayRouteActionProperty Source #
Constructors
| HttpGatewayRouteActionProperty | |
Instances
| ToJSON HttpGatewayRouteActionProperty Source # | |||||
| Show HttpGatewayRouteActionProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteActionProperty Methods showsPrec :: Int -> HttpGatewayRouteActionProperty -> ShowS # show :: HttpGatewayRouteActionProperty -> String # showList :: [HttpGatewayRouteActionProperty] -> ShowS # | |||||
| Eq HttpGatewayRouteActionProperty Source # | |||||
| ToResourceProperties HttpGatewayRouteActionProperty Source # | |||||
| Property "Rewrite" HttpGatewayRouteActionProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteActionProperty Associated Types
Methods set :: PropertyType "Rewrite" HttpGatewayRouteActionProperty -> HttpGatewayRouteActionProperty -> HttpGatewayRouteActionProperty # | |||||
| Property "Target" HttpGatewayRouteActionProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteActionProperty Associated Types
Methods set :: PropertyType "Target" HttpGatewayRouteActionProperty -> HttpGatewayRouteActionProperty -> HttpGatewayRouteActionProperty # | |||||
| type PropertyType "Rewrite" HttpGatewayRouteActionProperty Source # | |||||
| type PropertyType "Target" HttpGatewayRouteActionProperty Source # | |||||
data HttpPathMatchProperty Source #
Constructors
| HttpPathMatchProperty | |
Instances
| ToJSON HttpPathMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpPathMatchProperty Methods toJSON :: HttpPathMatchProperty -> Value # toEncoding :: HttpPathMatchProperty -> Encoding # toJSONList :: [HttpPathMatchProperty] -> Value # toEncodingList :: [HttpPathMatchProperty] -> Encoding # omitField :: HttpPathMatchProperty -> Bool # | |||||
| Show HttpPathMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpPathMatchProperty Methods showsPrec :: Int -> HttpPathMatchProperty -> ShowS # show :: HttpPathMatchProperty -> String # showList :: [HttpPathMatchProperty] -> ShowS # | |||||
| Eq HttpPathMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpPathMatchProperty Methods (==) :: HttpPathMatchProperty -> HttpPathMatchProperty -> Bool # (/=) :: HttpPathMatchProperty -> HttpPathMatchProperty -> Bool # | |||||
| ToResourceProperties HttpPathMatchProperty Source # | |||||
| Property "Exact" HttpPathMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpPathMatchProperty Associated Types
Methods set :: PropertyType "Exact" HttpPathMatchProperty -> HttpPathMatchProperty -> HttpPathMatchProperty # | |||||
| Property "Regex" HttpPathMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpPathMatchProperty Associated Types
Methods set :: PropertyType "Regex" HttpPathMatchProperty -> HttpPathMatchProperty -> HttpPathMatchProperty # | |||||
| type PropertyType "Exact" HttpPathMatchProperty Source # | |||||
| type PropertyType "Regex" HttpPathMatchProperty Source # | |||||
data HttpGatewayRoutePathRewriteProperty Source #
Constructors
| HttpGatewayRoutePathRewriteProperty | |
Instances
| ToJSON HttpGatewayRoutePathRewriteProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRoutePathRewriteProperty | |||||
| Show HttpGatewayRoutePathRewriteProperty Source # | |||||
| Eq HttpGatewayRoutePathRewriteProperty Source # | |||||
| ToResourceProperties HttpGatewayRoutePathRewriteProperty Source # | |||||
| Property "Exact" HttpGatewayRoutePathRewriteProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRoutePathRewriteProperty Associated Types
| |||||
| type PropertyType "Exact" HttpGatewayRoutePathRewriteProperty Source # | |||||
data HttpQueryParameterMatchProperty Source #
Constructors
| HttpQueryParameterMatchProperty | |
Fields
| |
Instances
| ToJSON HttpQueryParameterMatchProperty Source # | |||||
| Show HttpQueryParameterMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpQueryParameterMatchProperty Methods showsPrec :: Int -> HttpQueryParameterMatchProperty -> ShowS # | |||||
| Eq HttpQueryParameterMatchProperty Source # | |||||
| ToResourceProperties HttpQueryParameterMatchProperty Source # | |||||
| Property "Exact" HttpQueryParameterMatchProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpQueryParameterMatchProperty Associated Types
Methods set :: PropertyType "Exact" HttpQueryParameterMatchProperty -> HttpQueryParameterMatchProperty -> HttpQueryParameterMatchProperty # | |||||
| type PropertyType "Exact" HttpQueryParameterMatchProperty Source # | |||||
mkGatewayRouteRangeMatchProperty :: Value Integer -> Value Integer -> GatewayRouteRangeMatchProperty Source #
mkGatewayRouteTargetProperty :: GatewayRouteVirtualServiceProperty -> GatewayRouteTargetProperty Source #
mkHttpGatewayRouteActionProperty :: GatewayRouteTargetProperty -> HttpGatewayRouteActionProperty Source #
data HttpGatewayRouteProperty Source #
Constructors
| HttpGatewayRouteProperty | |
Fields | |
Instances
| ToJSON HttpGatewayRouteProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteProperty Methods toJSON :: HttpGatewayRouteProperty -> Value # toEncoding :: HttpGatewayRouteProperty -> Encoding # toJSONList :: [HttpGatewayRouteProperty] -> Value # | |||||
| Show HttpGatewayRouteProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteProperty Methods showsPrec :: Int -> HttpGatewayRouteProperty -> ShowS # show :: HttpGatewayRouteProperty -> String # showList :: [HttpGatewayRouteProperty] -> ShowS # | |||||
| Eq HttpGatewayRouteProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteProperty Methods (==) :: HttpGatewayRouteProperty -> HttpGatewayRouteProperty -> Bool # (/=) :: HttpGatewayRouteProperty -> HttpGatewayRouteProperty -> Bool # | |||||
| ToResourceProperties HttpGatewayRouteProperty Source # | |||||
| Property "Action" HttpGatewayRouteProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteProperty Associated Types
Methods set :: PropertyType "Action" HttpGatewayRouteProperty -> HttpGatewayRouteProperty -> HttpGatewayRouteProperty # | |||||
| Property "Match" HttpGatewayRouteProperty Source # | |||||
Defined in Stratosphere.AppMesh.GatewayRoute.HttpGatewayRouteProperty Associated Types
Methods set :: PropertyType "Match" HttpGatewayRouteProperty -> HttpGatewayRouteProperty -> HttpGatewayRouteProperty # | |||||
| type PropertyType "Action" HttpGatewayRouteProperty Source # | |||||
| type PropertyType "Match" HttpGatewayRouteProperty Source # | |||||