| 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.EFS.DeleteReplicationConfiguration
Description
Deletes an existing replication configuration. To delete a replication
configuration, you must make the request from the Amazon Web Services
Region in which the destination file system is located. Deleting a
replication configuration ends the replication process. After a
replication configuration is deleted, the destination file system is no
longer read-only. You can write to the destination file system after its
status becomes Writeable.
Synopsis
- data DeleteReplicationConfiguration = DeleteReplicationConfiguration' {}
- newDeleteReplicationConfiguration :: Text -> DeleteReplicationConfiguration
- deleteReplicationConfiguration_sourceFileSystemId :: Lens' DeleteReplicationConfiguration Text
- data DeleteReplicationConfigurationResponse = DeleteReplicationConfigurationResponse' {
- newDeleteReplicationConfigurationResponse :: DeleteReplicationConfigurationResponse
Creating a Request
data DeleteReplicationConfiguration Source #
See: newDeleteReplicationConfiguration smart constructor.
Constructors
| DeleteReplicationConfiguration' | |
Fields
| |
Instances
newDeleteReplicationConfiguration Source #
Create a value of DeleteReplicationConfiguration 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:
DeleteReplicationConfiguration, deleteReplicationConfiguration_sourceFileSystemId - The ID of the source file system in the replication configuration.
Request Lenses
deleteReplicationConfiguration_sourceFileSystemId :: Lens' DeleteReplicationConfiguration Text Source #
The ID of the source file system in the replication configuration.
Destructuring the Response
data DeleteReplicationConfigurationResponse Source #
See: newDeleteReplicationConfigurationResponse smart constructor.
Constructors
| DeleteReplicationConfigurationResponse' | |
Instances
newDeleteReplicationConfigurationResponse :: DeleteReplicationConfigurationResponse Source #
Create a value of DeleteReplicationConfigurationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.