| 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.DeleteConstraint
Description
Deletes the specified constraint.
Creating a Request
Arguments
| :: Text | |
| -> DeleteConstraint |
Creates a value of DeleteConstraint with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcAcceptLanguage- The language code. *en- English (default) *jp- Japanese *zh- ChinesedcId- The identifier of the constraint to delete.
data DeleteConstraint Source #
See: deleteConstraint smart constructor.
Instances
Request Lenses
dcAcceptLanguage :: Lens' DeleteConstraint (Maybe Text) Source #
The language code. * en - English (default) * jp - Japanese * zh - Chinese
Destructuring the Response
deleteConstraintResponse Source #
Arguments
| :: Int | |
| -> DeleteConstraintResponse |
Creates a value of DeleteConstraintResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcrsResponseStatus- -- | The response status code.
data DeleteConstraintResponse Source #
See: deleteConstraintResponse smart constructor.
Response Lenses
dcrsResponseStatus :: Lens' DeleteConstraintResponse Int Source #
- - | The response status code.