| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ApiGatewayBasePathMapping
Synopsis
- data ApiGatewayBasePathMapping = ApiGatewayBasePathMapping {}
- apiGatewayBasePathMapping :: Val Text -> ApiGatewayBasePathMapping
- agbpmBasePath :: Lens' ApiGatewayBasePathMapping (Maybe (Val Text))
- agbpmDomainName :: Lens' ApiGatewayBasePathMapping (Val Text)
- agbpmRestApiId :: Lens' ApiGatewayBasePathMapping (Maybe (Val Text))
- agbpmStage :: Lens' ApiGatewayBasePathMapping (Maybe (Val Text))
Documentation
data ApiGatewayBasePathMapping #
Full data type definition for ApiGatewayBasePathMapping. See
apiGatewayBasePathMapping for a more convenient constructor.
Constructors
| ApiGatewayBasePathMapping | |
Instances
| Eq ApiGatewayBasePathMapping # | |
Defined in Stratosphere.Resources.ApiGatewayBasePathMapping Methods (==) :: ApiGatewayBasePathMapping -> ApiGatewayBasePathMapping -> Bool # (/=) :: ApiGatewayBasePathMapping -> ApiGatewayBasePathMapping -> Bool # | |
| Show ApiGatewayBasePathMapping # | |
Defined in Stratosphere.Resources.ApiGatewayBasePathMapping Methods showsPrec :: Int -> ApiGatewayBasePathMapping -> ShowS # show :: ApiGatewayBasePathMapping -> String # showList :: [ApiGatewayBasePathMapping] -> ShowS # | |
| ToJSON ApiGatewayBasePathMapping # | |
Defined in Stratosphere.Resources.ApiGatewayBasePathMapping Methods toJSON :: ApiGatewayBasePathMapping -> Value # toEncoding :: ApiGatewayBasePathMapping -> Encoding # toJSONList :: [ApiGatewayBasePathMapping] -> Value # | |
| FromJSON ApiGatewayBasePathMapping # | |
Defined in Stratosphere.Resources.ApiGatewayBasePathMapping Methods parseJSON :: Value -> Parser ApiGatewayBasePathMapping # parseJSONList :: Value -> Parser [ApiGatewayBasePathMapping] # | |
Arguments
| :: Val Text | |
| -> ApiGatewayBasePathMapping |
Constructor for ApiGatewayBasePathMapping containing required fields as
arguments.