| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.ServiceCatalog.DescribeConstraint
Description
Retrieves detailed information for a specified constraint.
- describeConstraint :: Text -> DescribeConstraint
- data DescribeConstraint
- dAcceptLanguage :: Lens' DescribeConstraint (Maybe Text)
- dId :: Lens' DescribeConstraint Text
- describeConstraintResponse :: Int -> DescribeConstraintResponse
- data DescribeConstraintResponse
- desrsStatus :: Lens' DescribeConstraintResponse (Maybe RequestStatus)
- desrsConstraintDetail :: Lens' DescribeConstraintResponse (Maybe ConstraintDetail)
- desrsConstraintParameters :: Lens' DescribeConstraintResponse (Maybe Text)
- desrsResponseStatus :: Lens' DescribeConstraintResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DescribeConstraint |
Creates a value of DescribeConstraint with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dAcceptLanguage- The language code. *en- English (default) *jp- Japanese *zh- ChinesedId- The identifier of the constraint.
data DescribeConstraint Source #
See: describeConstraint smart constructor.
Instances
Request Lenses
dAcceptLanguage :: Lens' DescribeConstraint (Maybe Text) Source #
The language code. * en - English (default) * jp - Japanese * zh - Chinese
Destructuring the Response
describeConstraintResponse Source #
Arguments
| :: Int | |
| -> DescribeConstraintResponse |
Creates a value of DescribeConstraintResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
desrsStatus- The status of the current request.desrsConstraintDetail- Detailed constraint information.desrsConstraintParameters- The current parameters associated with the specified constraint.desrsResponseStatus- -- | The response status code.
Response Lenses
desrsStatus :: Lens' DescribeConstraintResponse (Maybe RequestStatus) Source #
The status of the current request.
desrsConstraintDetail :: Lens' DescribeConstraintResponse (Maybe ConstraintDetail) Source #
Detailed constraint information.
desrsConstraintParameters :: Lens' DescribeConstraintResponse (Maybe Text) Source #
The current parameters associated with the specified constraint.
desrsResponseStatus :: Lens' DescribeConstraintResponse Int Source #
- - | The response status code.