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

Description

Returns descriptive information about an update against your Amazon EKS cluster or associated managed node group.

When the status of the update is Succeeded, the update is complete. If an update fails, the status is Failed, and an error detail explains the reason for the failure.

Synopsis

Creating a Request

data DescribeUpdate Source #

See: newDescribeUpdate smart constructor.

Constructors

DescribeUpdate' 

Fields

Instances

Instances details
Eq DescribeUpdate Source # 
Instance details

Defined in Amazonka.EKS.DescribeUpdate

Read DescribeUpdate Source # 
Instance details

Defined in Amazonka.EKS.DescribeUpdate

Show DescribeUpdate Source # 
Instance details

Defined in Amazonka.EKS.DescribeUpdate

Generic DescribeUpdate Source # 
Instance details

Defined in Amazonka.EKS.DescribeUpdate

Associated Types

type Rep DescribeUpdate :: Type -> Type #

NFData DescribeUpdate Source # 
Instance details

Defined in Amazonka.EKS.DescribeUpdate

Methods

rnf :: DescribeUpdate -> () #

Hashable DescribeUpdate Source # 
Instance details

Defined in Amazonka.EKS.DescribeUpdate

AWSRequest DescribeUpdate Source # 
Instance details

Defined in Amazonka.EKS.DescribeUpdate

Associated Types

type AWSResponse DescribeUpdate #

ToHeaders DescribeUpdate Source # 
Instance details

Defined in Amazonka.EKS.DescribeUpdate

ToPath DescribeUpdate Source # 
Instance details

Defined in Amazonka.EKS.DescribeUpdate

ToQuery DescribeUpdate Source # 
Instance details

Defined in Amazonka.EKS.DescribeUpdate

type Rep DescribeUpdate Source # 
Instance details

Defined in Amazonka.EKS.DescribeUpdate

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

Defined in Amazonka.EKS.DescribeUpdate

newDescribeUpdate Source #

Create a value of DescribeUpdate 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:addonName:DescribeUpdate', describeUpdate_addonName - The name of the add-on. The name must match one of the names returned by ListAddons .

$sel:nodegroupName:DescribeUpdate', describeUpdate_nodegroupName - The name of the Amazon EKS node group associated with the update.

$sel:name:DescribeUpdate', describeUpdate_name - The name of the Amazon EKS cluster associated with the update.

$sel:updateId:DescribeUpdate', describeUpdate_updateId - The ID of the update to describe.

Request Lenses

describeUpdate_addonName :: Lens' DescribeUpdate (Maybe Text) Source #

The name of the add-on. The name must match one of the names returned by ListAddons .

describeUpdate_nodegroupName :: Lens' DescribeUpdate (Maybe Text) Source #

The name of the Amazon EKS node group associated with the update.

describeUpdate_name :: Lens' DescribeUpdate Text Source #

The name of the Amazon EKS cluster associated with the update.

describeUpdate_updateId :: Lens' DescribeUpdate Text Source #

The ID of the update to describe.

Destructuring the Response

data DescribeUpdateResponse Source #

See: newDescribeUpdateResponse smart constructor.

Constructors

DescribeUpdateResponse' 

Fields

Instances

Instances details
Eq DescribeUpdateResponse Source # 
Instance details

Defined in Amazonka.EKS.DescribeUpdate

Read DescribeUpdateResponse Source # 
Instance details

Defined in Amazonka.EKS.DescribeUpdate

Show DescribeUpdateResponse Source # 
Instance details

Defined in Amazonka.EKS.DescribeUpdate

Generic DescribeUpdateResponse Source # 
Instance details

Defined in Amazonka.EKS.DescribeUpdate

Associated Types

type Rep DescribeUpdateResponse :: Type -> Type #

NFData DescribeUpdateResponse Source # 
Instance details

Defined in Amazonka.EKS.DescribeUpdate

Methods

rnf :: DescribeUpdateResponse -> () #

type Rep DescribeUpdateResponse Source # 
Instance details

Defined in Amazonka.EKS.DescribeUpdate

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

newDescribeUpdateResponse Source #

Create a value of DescribeUpdateResponse 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:update:DescribeUpdateResponse', describeUpdateResponse_update - The full description of the specified update.

$sel:httpStatus:DescribeUpdateResponse', describeUpdateResponse_httpStatus - The response's http status code.

Response Lenses

describeUpdateResponse_update :: Lens' DescribeUpdateResponse (Maybe Update) Source #

The full description of the specified update.