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 |
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.
DeleteClusterSubnetGroup' | |
|
Instances
newDeleteClusterSubnetGroup Source #
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:
$sel:clusterSubnetGroupName: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.
Instances
newDeleteClusterSubnetGroupResponse :: DeleteClusterSubnetGroupResponse Source #
Create a value of DeleteClusterSubnetGroupResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.