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 the specified access point. After deletion is complete, new clients can no longer connect to the access points. Clients connected to the access point at the time of deletion will continue to function until they terminate their connection.
This operation requires permissions for the
elasticfilesystem:DeleteAccessPoint
action.
Synopsis
Creating a Request
data DeleteAccessPoint Source #
See: newDeleteAccessPoint
smart constructor.
DeleteAccessPoint' | |
|
Instances
Create a value of DeleteAccessPoint
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:accessPointId:DeleteAccessPoint'
, deleteAccessPoint_accessPointId
- The ID of the access point that you want to delete.
Request Lenses
deleteAccessPoint_accessPointId :: Lens' DeleteAccessPoint Text Source #
The ID of the access point that you want to delete.
Destructuring the Response
data DeleteAccessPointResponse Source #
See: newDeleteAccessPointResponse
smart constructor.
Instances
Eq DeleteAccessPointResponse Source # | |
Defined in Amazonka.EFS.DeleteAccessPoint | |
Read DeleteAccessPointResponse Source # | |
Show DeleteAccessPointResponse Source # | |
Defined in Amazonka.EFS.DeleteAccessPoint showsPrec :: Int -> DeleteAccessPointResponse -> ShowS # show :: DeleteAccessPointResponse -> String # showList :: [DeleteAccessPointResponse] -> ShowS # | |
Generic DeleteAccessPointResponse Source # | |
Defined in Amazonka.EFS.DeleteAccessPoint type Rep DeleteAccessPointResponse :: Type -> Type # | |
NFData DeleteAccessPointResponse Source # | |
Defined in Amazonka.EFS.DeleteAccessPoint rnf :: DeleteAccessPointResponse -> () # | |
type Rep DeleteAccessPointResponse Source # | |
newDeleteAccessPointResponse :: DeleteAccessPointResponse Source #
Create a value of DeleteAccessPointResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.