| 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.Redshift.DeleteClusterSubnetGroup
Description
Deletes the specified cluster subnet group.
Synopsis
- data DeleteClusterSubnetGroup = DeleteClusterSubnetGroup' {}
- newDeleteClusterSubnetGroup :: Text -> DeleteClusterSubnetGroup
- deleteClusterSubnetGroup_clusterSubnetGroupName :: Lens' DeleteClusterSubnetGroup Text
- data DeleteClusterSubnetGroupResponse = DeleteClusterSubnetGroupResponse' {
- newDeleteClusterSubnetGroupResponse :: DeleteClusterSubnetGroupResponse
Creating a Request
data DeleteClusterSubnetGroup Source #
See: newDeleteClusterSubnetGroup smart constructor.
Constructors
| DeleteClusterSubnetGroup' | |
Fields
| |
Instances
newDeleteClusterSubnetGroup Source #
Arguments
| :: Text | |
| -> DeleteClusterSubnetGroup |
Create a value of DeleteClusterSubnetGroup 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:
DeleteClusterSubnetGroup, deleteClusterSubnetGroup_clusterSubnetGroupName - The name of the cluster subnet group name to be deleted.
Request Lenses
deleteClusterSubnetGroup_clusterSubnetGroupName :: Lens' DeleteClusterSubnetGroup Text Source #
The name of the cluster subnet group name to be deleted.
Destructuring the Response
data DeleteClusterSubnetGroupResponse Source #
See: newDeleteClusterSubnetGroupResponse smart constructor.
Constructors
| DeleteClusterSubnetGroupResponse' | |
Instances
| Generic DeleteClusterSubnetGroupResponse Source # | |
Defined in Amazonka.Redshift.DeleteClusterSubnetGroup Associated Types type Rep DeleteClusterSubnetGroupResponse :: Type -> Type # | |
| Read DeleteClusterSubnetGroupResponse Source # | |
| Show DeleteClusterSubnetGroupResponse Source # | |
Defined in Amazonka.Redshift.DeleteClusterSubnetGroup Methods showsPrec :: Int -> DeleteClusterSubnetGroupResponse -> ShowS # | |
| NFData DeleteClusterSubnetGroupResponse Source # | |
Defined in Amazonka.Redshift.DeleteClusterSubnetGroup Methods rnf :: DeleteClusterSubnetGroupResponse -> () # | |
| Eq DeleteClusterSubnetGroupResponse Source # | |
| type Rep DeleteClusterSubnetGroupResponse Source # | |
Defined in Amazonka.Redshift.DeleteClusterSubnetGroup | |
newDeleteClusterSubnetGroupResponse :: DeleteClusterSubnetGroupResponse Source #
Create a value of DeleteClusterSubnetGroupResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.