| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ApiGatewayDocumentationVersion
Synopsis
- data ApiGatewayDocumentationVersion = ApiGatewayDocumentationVersion {}
- apiGatewayDocumentationVersion :: Val Text -> Val Text -> ApiGatewayDocumentationVersion
- agdvDescription :: Lens' ApiGatewayDocumentationVersion (Maybe (Val Text))
- agdvDocumentationVersion :: Lens' ApiGatewayDocumentationVersion (Val Text)
- agdvRestApiId :: Lens' ApiGatewayDocumentationVersion (Val Text)
Documentation
data ApiGatewayDocumentationVersion #
Full data type definition for ApiGatewayDocumentationVersion. See
apiGatewayDocumentationVersion for a more convenient constructor.
Constructors
| ApiGatewayDocumentationVersion | |
Instances
apiGatewayDocumentationVersion #
Arguments
| :: Val Text | |
| -> Val Text | |
| -> ApiGatewayDocumentationVersion |
Constructor for ApiGatewayDocumentationVersion containing required
fields as arguments.