| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.ApiGatewayDocumentationPartLocation
Synopsis
- data ApiGatewayDocumentationPartLocation = ApiGatewayDocumentationPartLocation {
- _apiGatewayDocumentationPartLocationMethod :: Maybe (Val Text)
- _apiGatewayDocumentationPartLocationName :: Maybe (Val Text)
- _apiGatewayDocumentationPartLocationPath :: Maybe (Val Text)
- _apiGatewayDocumentationPartLocationStatusCode :: Maybe (Val Text)
- _apiGatewayDocumentationPartLocationType :: Maybe (Val Text)
- apiGatewayDocumentationPartLocation :: ApiGatewayDocumentationPartLocation
- agdplMethod :: Lens' ApiGatewayDocumentationPartLocation (Maybe (Val Text))
- agdplName :: Lens' ApiGatewayDocumentationPartLocation (Maybe (Val Text))
- agdplPath :: Lens' ApiGatewayDocumentationPartLocation (Maybe (Val Text))
- agdplStatusCode :: Lens' ApiGatewayDocumentationPartLocation (Maybe (Val Text))
- agdplType :: Lens' ApiGatewayDocumentationPartLocation (Maybe (Val Text))
Documentation
data ApiGatewayDocumentationPartLocation #
Full data type definition for ApiGatewayDocumentationPartLocation. See
apiGatewayDocumentationPartLocation for a more convenient constructor.
Constructors
apiGatewayDocumentationPartLocation :: ApiGatewayDocumentationPartLocation #
Constructor for ApiGatewayDocumentationPartLocation containing required
fields as arguments.