libZSservicesZSamazonka-eksZSamazonka-eks
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.EKS.DeleteNodegroup

Description

Deletes an Amazon EKS node group for a cluster.

Synopsis

Creating a Request

data DeleteNodegroup Source #

See: newDeleteNodegroup smart constructor.

Constructors

DeleteNodegroup' 

Fields

Instances

Instances details
Eq DeleteNodegroup Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

Read DeleteNodegroup Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

Show DeleteNodegroup Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

Generic DeleteNodegroup Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

Associated Types

type Rep DeleteNodegroup :: Type -> Type #

NFData DeleteNodegroup Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

Methods

rnf :: DeleteNodegroup -> () #

Hashable DeleteNodegroup Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

AWSRequest DeleteNodegroup Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

Associated Types

type AWSResponse DeleteNodegroup #

ToHeaders DeleteNodegroup Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

ToPath DeleteNodegroup Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

ToQuery DeleteNodegroup Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

type Rep DeleteNodegroup Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

type Rep DeleteNodegroup = D1 ('MetaData "DeleteNodegroup" "Amazonka.EKS.DeleteNodegroup" "libZSservicesZSamazonka-eksZSamazonka-eks" 'False) (C1 ('MetaCons "DeleteNodegroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "nodegroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteNodegroup Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

newDeleteNodegroup Source #

Create a value of DeleteNodegroup 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:clusterName:DeleteNodegroup', deleteNodegroup_clusterName - The name of the Amazon EKS cluster that is associated with your node group.

$sel:nodegroupName:DeleteNodegroup', deleteNodegroup_nodegroupName - The name of the node group to delete.

Request Lenses

deleteNodegroup_clusterName :: Lens' DeleteNodegroup Text Source #

The name of the Amazon EKS cluster that is associated with your node group.

deleteNodegroup_nodegroupName :: Lens' DeleteNodegroup Text Source #

The name of the node group to delete.

Destructuring the Response

data DeleteNodegroupResponse Source #

See: newDeleteNodegroupResponse smart constructor.

Constructors

DeleteNodegroupResponse' 

Fields

Instances

Instances details
Eq DeleteNodegroupResponse Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

Read DeleteNodegroupResponse Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

Show DeleteNodegroupResponse Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

Generic DeleteNodegroupResponse Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

Associated Types

type Rep DeleteNodegroupResponse :: Type -> Type #

NFData DeleteNodegroupResponse Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

Methods

rnf :: DeleteNodegroupResponse -> () #

type Rep DeleteNodegroupResponse Source # 
Instance details

Defined in Amazonka.EKS.DeleteNodegroup

type Rep DeleteNodegroupResponse = D1 ('MetaData "DeleteNodegroupResponse" "Amazonka.EKS.DeleteNodegroup" "libZSservicesZSamazonka-eksZSamazonka-eks" 'False) (C1 ('MetaCons "DeleteNodegroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nodegroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Nodegroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteNodegroupResponse Source #

Create a value of DeleteNodegroupResponse 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:nodegroup:DeleteNodegroupResponse', deleteNodegroupResponse_nodegroup - The full description of your deleted node group.

$sel:httpStatus:DeleteNodegroupResponse', deleteNodegroupResponse_httpStatus - The response's http status code.

Response Lenses

deleteNodegroupResponse_nodegroup :: Lens' DeleteNodegroupResponse (Maybe Nodegroup) Source #

The full description of your deleted node group.