| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AppStream.DeleteEntitlement
Description
Deletes the specified entitlement.
Synopsis
- data DeleteEntitlement = DeleteEntitlement' {}
- newDeleteEntitlement :: Text -> Text -> DeleteEntitlement
- deleteEntitlement_name :: Lens' DeleteEntitlement Text
- deleteEntitlement_stackName :: Lens' DeleteEntitlement Text
- data DeleteEntitlementResponse = DeleteEntitlementResponse' {
- httpStatus :: Int
- newDeleteEntitlementResponse :: Int -> DeleteEntitlementResponse
- deleteEntitlementResponse_httpStatus :: Lens' DeleteEntitlementResponse Int
Creating a Request
data DeleteEntitlement Source #
See: newDeleteEntitlement smart constructor.
Constructors
| DeleteEntitlement' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DeleteEntitlement |
Create a value of DeleteEntitlement with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteEntitlement, deleteEntitlement_name - The name of the entitlement.
DeleteEntitlement, deleteEntitlement_stackName - The name of the stack with which the entitlement is associated.
Request Lenses
deleteEntitlement_name :: Lens' DeleteEntitlement Text Source #
The name of the entitlement.
deleteEntitlement_stackName :: Lens' DeleteEntitlement Text Source #
The name of the stack with which the entitlement is associated.
Destructuring the Response
data DeleteEntitlementResponse Source #
See: newDeleteEntitlementResponse smart constructor.
Constructors
| DeleteEntitlementResponse' | |
Fields
| |
Instances
newDeleteEntitlementResponse Source #
Create a value of DeleteEntitlementResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteEntitlementResponse', deleteEntitlementResponse_httpStatus - The response's http status code.
Response Lenses
deleteEntitlementResponse_httpStatus :: Lens' DeleteEntitlementResponse Int Source #
The response's http status code.