libZSservicesZSamazonka-redshiftZSamazonka-redshift
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Redshift.DeleteClusterSubnetGroup

Description

Deletes the specified cluster subnet group.

Synopsis

Creating a Request

data DeleteClusterSubnetGroup Source #

See: newDeleteClusterSubnetGroup smart constructor.

Constructors

DeleteClusterSubnetGroup' 

Fields

Instances

Instances details
Eq DeleteClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

Read DeleteClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

Show DeleteClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

Generic DeleteClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

Associated Types

type Rep DeleteClusterSubnetGroup :: Type -> Type #

NFData DeleteClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

Hashable DeleteClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

AWSRequest DeleteClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

ToHeaders DeleteClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

ToPath DeleteClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

ToQuery DeleteClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

type Rep DeleteClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

type Rep DeleteClusterSubnetGroup = D1 ('MetaData "DeleteClusterSubnetGroup" "Amazonka.Redshift.DeleteClusterSubnetGroup" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "DeleteClusterSubnetGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

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

Instances details
Eq DeleteClusterSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

Read DeleteClusterSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

Show DeleteClusterSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

Generic DeleteClusterSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

Associated Types

type Rep DeleteClusterSubnetGroupResponse :: Type -> Type #

NFData DeleteClusterSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

type Rep DeleteClusterSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

type Rep DeleteClusterSubnetGroupResponse = D1 ('MetaData "DeleteClusterSubnetGroupResponse" "Amazonka.Redshift.DeleteClusterSubnetGroup" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "DeleteClusterSubnetGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteClusterSubnetGroupResponse :: DeleteClusterSubnetGroupResponse Source #

Create a value of DeleteClusterSubnetGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.