Copyright | (c) 2013-2021 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 |
Deletes an Access Control List. The ACL must first be disassociated from the cluster before it can be deleted. For more information, see Authenticating users with Access Contol Lists (ACLs).
Synopsis
- data DeleteACL = DeleteACL' {}
- newDeleteACL :: Text -> DeleteACL
- deleteACL_aCLName :: Lens' DeleteACL Text
- data DeleteACLResponse = DeleteACLResponse' {
- acl :: Maybe ACL
- httpStatus :: Int
- newDeleteACLResponse :: Int -> DeleteACLResponse
- deleteACLResponse_acl :: Lens' DeleteACLResponse (Maybe ACL)
- deleteACLResponse_httpStatus :: Lens' DeleteACLResponse Int
Creating a Request
See: newDeleteACL
smart constructor.
Instances
Create a value of DeleteACL
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:aCLName:DeleteACL'
, deleteACL_aCLName
- The name of the Access Control List to delete
Request Lenses
Destructuring the Response
data DeleteACLResponse Source #
See: newDeleteACLResponse
smart constructor.
DeleteACLResponse' | |
|
Instances
Create a value of DeleteACLResponse
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:acl:DeleteACLResponse'
, deleteACLResponse_acl
- The Access Control List object that has been deleted.
$sel:httpStatus:DeleteACLResponse'
, deleteACLResponse_httpStatus
- The response's http status code.
Response Lenses
deleteACLResponse_acl :: Lens' DeleteACLResponse (Maybe ACL) Source #
The Access Control List object that has been deleted.
deleteACLResponse_httpStatus :: Lens' DeleteACLResponse Int Source #
The response's http status code.