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 |
Deletes a data repository association on an Amazon FSx for Lustre file
system. Deleting the data repository association unlinks the file system
from the Amazon S3 bucket. When deleting a data repository association,
you have the option of deleting the data in the file system that
corresponds to the data repository association. Data repository
associations are supported only for file systems with the Persistent_2
deployment type.
Synopsis
- data DeleteDataRepositoryAssociation = DeleteDataRepositoryAssociation' {}
- newDeleteDataRepositoryAssociation :: Text -> DeleteDataRepositoryAssociation
- deleteDataRepositoryAssociation_clientRequestToken :: Lens' DeleteDataRepositoryAssociation (Maybe Text)
- deleteDataRepositoryAssociation_deleteDataInFileSystem :: Lens' DeleteDataRepositoryAssociation (Maybe Bool)
- deleteDataRepositoryAssociation_associationId :: Lens' DeleteDataRepositoryAssociation Text
- data DeleteDataRepositoryAssociationResponse = DeleteDataRepositoryAssociationResponse' {}
- newDeleteDataRepositoryAssociationResponse :: Int -> DeleteDataRepositoryAssociationResponse
- deleteDataRepositoryAssociationResponse_associationId :: Lens' DeleteDataRepositoryAssociationResponse (Maybe Text)
- deleteDataRepositoryAssociationResponse_deleteDataInFileSystem :: Lens' DeleteDataRepositoryAssociationResponse (Maybe Bool)
- deleteDataRepositoryAssociationResponse_lifecycle :: Lens' DeleteDataRepositoryAssociationResponse (Maybe DataRepositoryLifecycle)
- deleteDataRepositoryAssociationResponse_httpStatus :: Lens' DeleteDataRepositoryAssociationResponse Int
Creating a Request
data DeleteDataRepositoryAssociation Source #
See: newDeleteDataRepositoryAssociation
smart constructor.
DeleteDataRepositoryAssociation' | |
|
Instances
newDeleteDataRepositoryAssociation Source #
Create a value of DeleteDataRepositoryAssociation
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:clientRequestToken:DeleteDataRepositoryAssociation'
, deleteDataRepositoryAssociation_clientRequestToken
- Undocumented member.
DeleteDataRepositoryAssociation
, deleteDataRepositoryAssociation_deleteDataInFileSystem
- Set to true
to delete the data in the file system that corresponds to
the data repository association.
DeleteDataRepositoryAssociation
, deleteDataRepositoryAssociation_associationId
- The ID of the data repository association that you want to delete.
Request Lenses
deleteDataRepositoryAssociation_clientRequestToken :: Lens' DeleteDataRepositoryAssociation (Maybe Text) Source #
Undocumented member.
deleteDataRepositoryAssociation_deleteDataInFileSystem :: Lens' DeleteDataRepositoryAssociation (Maybe Bool) Source #
Set to true
to delete the data in the file system that corresponds to
the data repository association.
deleteDataRepositoryAssociation_associationId :: Lens' DeleteDataRepositoryAssociation Text Source #
The ID of the data repository association that you want to delete.
Destructuring the Response
data DeleteDataRepositoryAssociationResponse Source #
See: newDeleteDataRepositoryAssociationResponse
smart constructor.
DeleteDataRepositoryAssociationResponse' | |
|
Instances
newDeleteDataRepositoryAssociationResponse Source #
Create a value of DeleteDataRepositoryAssociationResponse
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:
DeleteDataRepositoryAssociation
, deleteDataRepositoryAssociationResponse_associationId
- The ID of the data repository association being deleted.
DeleteDataRepositoryAssociation
, deleteDataRepositoryAssociationResponse_deleteDataInFileSystem
- Indicates whether data in the file system that corresponds to the data
repository association is being deleted. Default is false
.
DeleteDataRepositoryAssociationResponse
, deleteDataRepositoryAssociationResponse_lifecycle
- Describes the lifecycle state of the data repository association being
deleted.
$sel:httpStatus:DeleteDataRepositoryAssociationResponse'
, deleteDataRepositoryAssociationResponse_httpStatus
- The response's http status code.
Response Lenses
deleteDataRepositoryAssociationResponse_associationId :: Lens' DeleteDataRepositoryAssociationResponse (Maybe Text) Source #
The ID of the data repository association being deleted.
deleteDataRepositoryAssociationResponse_deleteDataInFileSystem :: Lens' DeleteDataRepositoryAssociationResponse (Maybe Bool) Source #
Indicates whether data in the file system that corresponds to the data
repository association is being deleted. Default is false
.
deleteDataRepositoryAssociationResponse_lifecycle :: Lens' DeleteDataRepositoryAssociationResponse (Maybe DataRepositoryLifecycle) Source #
Describes the lifecycle state of the data repository association being deleted.
deleteDataRepositoryAssociationResponse_httpStatus :: Lens' DeleteDataRepositoryAssociationResponse Int Source #
The response's http status code.