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.Types.Update

Description

 
Synopsis

Documentation

data Update Source #

An object representing an asynchronous update.

See: newUpdate smart constructor.

Constructors

Update' 

Fields

Instances

Instances details
Eq Update Source # 
Instance details

Defined in Amazonka.EKS.Types.Update

Methods

(==) :: Update -> Update -> Bool #

(/=) :: Update -> Update -> Bool #

Read Update Source # 
Instance details

Defined in Amazonka.EKS.Types.Update

Show Update Source # 
Instance details

Defined in Amazonka.EKS.Types.Update

Generic Update Source # 
Instance details

Defined in Amazonka.EKS.Types.Update

Associated Types

type Rep Update :: Type -> Type #

Methods

from :: Update -> Rep Update x #

to :: Rep Update x -> Update #

NFData Update Source # 
Instance details

Defined in Amazonka.EKS.Types.Update

Methods

rnf :: Update -> () #

Hashable Update Source # 
Instance details

Defined in Amazonka.EKS.Types.Update

Methods

hashWithSalt :: Int -> Update -> Int #

hash :: Update -> Int #

FromJSON Update Source # 
Instance details

Defined in Amazonka.EKS.Types.Update

type Rep Update Source # 
Instance details

Defined in Amazonka.EKS.Types.Update

newUpdate :: Update Source #

Create a value of Update 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:status:Update', update_status - The current status of the update.

$sel:createdAt:Update', update_createdAt - The Unix epoch timestamp in seconds for when the update was created.

$sel:params:Update', update_params - A key-value map that contains the parameters associated with the update.

$sel:id:Update', update_id - A UUID that is used to track the update.

$sel:type':Update', update_type - The type of the update.

$sel:errors:Update', update_errors - Any errors associated with a Failed update.

update_status :: Lens' Update (Maybe UpdateStatus) Source #

The current status of the update.

update_createdAt :: Lens' Update (Maybe UTCTime) Source #

The Unix epoch timestamp in seconds for when the update was created.

update_params :: Lens' Update (Maybe [UpdateParam]) Source #

A key-value map that contains the parameters associated with the update.

update_id :: Lens' Update (Maybe Text) Source #

A UUID that is used to track the update.

update_type :: Lens' Update (Maybe UpdateType) Source #

The type of the update.

update_errors :: Lens' Update (Maybe [ErrorDetail]) Source #

Any errors associated with a Failed update.