amazonka-redshift-2.0: Amazon Redshift SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
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

AWSRequest 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 #

Read DeleteClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

Show DeleteClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

NFData DeleteClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

Eq DeleteClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

Hashable DeleteClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

type AWSResponse 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" "amazonka-redshift-2.0-4tocKxBWIuj2GdXa6djdUl" 'False) (C1 ('MetaCons "DeleteClusterSubnetGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DeleteClusterSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

Associated Types

type Rep DeleteClusterSubnetGroupResponse :: Type -> Type #

Read DeleteClusterSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

Show DeleteClusterSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

NFData DeleteClusterSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterSubnetGroup

Eq 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" "amazonka-redshift-2.0-4tocKxBWIuj2GdXa6djdUl" '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.