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 |
Amazonka.EFS.DeleteAccessPoint
Description
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.
Constructors
DeleteAccessPoint' | |
Fields
|
Instances
Arguments
:: Text | |
-> DeleteAccessPoint |
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.
Constructors
DeleteAccessPointResponse' | |
Instances
newDeleteAccessPointResponse :: DeleteAccessPointResponse Source #
Create a value of DeleteAccessPointResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.