| 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.Neptune.DeleteGlobalCluster
Description
Deletes a global database. The primary and all secondary clusters must already be detached or deleted first.
Synopsis
- data DeleteGlobalCluster = DeleteGlobalCluster' {}
- newDeleteGlobalCluster :: Text -> DeleteGlobalCluster
- deleteGlobalCluster_globalClusterIdentifier :: Lens' DeleteGlobalCluster Text
- data DeleteGlobalClusterResponse = DeleteGlobalClusterResponse' {}
- newDeleteGlobalClusterResponse :: Int -> DeleteGlobalClusterResponse
- deleteGlobalClusterResponse_globalCluster :: Lens' DeleteGlobalClusterResponse (Maybe GlobalCluster)
- deleteGlobalClusterResponse_httpStatus :: Lens' DeleteGlobalClusterResponse Int
Creating a Request
data DeleteGlobalCluster Source #
See: newDeleteGlobalCluster smart constructor.
Constructors
| DeleteGlobalCluster' | |
Fields
| |
Instances
newDeleteGlobalCluster Source #
Arguments
| :: Text | |
| -> DeleteGlobalCluster |
Create a value of DeleteGlobalCluster 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:
DeleteGlobalCluster, deleteGlobalCluster_globalClusterIdentifier - The cluster identifier of the global database cluster being deleted.
Request Lenses
deleteGlobalCluster_globalClusterIdentifier :: Lens' DeleteGlobalCluster Text Source #
The cluster identifier of the global database cluster being deleted.
Destructuring the Response
data DeleteGlobalClusterResponse Source #
See: newDeleteGlobalClusterResponse smart constructor.
Constructors
| DeleteGlobalClusterResponse' | |
Fields
| |
Instances
newDeleteGlobalClusterResponse Source #
Create a value of DeleteGlobalClusterResponse 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:globalCluster:DeleteGlobalClusterResponse', deleteGlobalClusterResponse_globalCluster - Undocumented member.
$sel:httpStatus:DeleteGlobalClusterResponse', deleteGlobalClusterResponse_httpStatus - The response's http status code.
Response Lenses
deleteGlobalClusterResponse_globalCluster :: Lens' DeleteGlobalClusterResponse (Maybe GlobalCluster) Source #
Undocumented member.
deleteGlobalClusterResponse_httpStatus :: Lens' DeleteGlobalClusterResponse Int Source #
The response's http status code.