libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch
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.ElasticSearch.Types.UpgradeStepItem

Description

 
Synopsis

Documentation

data UpgradeStepItem Source #

Represents a single step of the Upgrade or Upgrade Eligibility Check workflow.

See: newUpgradeStepItem smart constructor.

Constructors

UpgradeStepItem' 

Fields

  • upgradeStepStatus :: Maybe UpgradeStatus

    The status of a particular step during an upgrade. The status can take one of the following values:

    • In Progress
    • Succeeded
    • Succeeded with Issues
    • Failed
  • progressPercent :: Maybe Double

    The Floating point value representing progress percentage of a particular step.

  • issues :: Maybe [Text]

    A list of strings containing detailed information about the errors encountered in a particular step.

  • upgradeStep :: Maybe UpgradeStep

    Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:

    • PreUpgradeCheck
    • Snapshot
    • Upgrade

Instances

Instances details
Eq UpgradeStepItem Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.UpgradeStepItem

Read UpgradeStepItem Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.UpgradeStepItem

Show UpgradeStepItem Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.UpgradeStepItem

Generic UpgradeStepItem Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.UpgradeStepItem

Associated Types

type Rep UpgradeStepItem :: Type -> Type #

NFData UpgradeStepItem Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.UpgradeStepItem

Methods

rnf :: UpgradeStepItem -> () #

Hashable UpgradeStepItem Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.UpgradeStepItem

FromJSON UpgradeStepItem Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.UpgradeStepItem

type Rep UpgradeStepItem Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.UpgradeStepItem

type Rep UpgradeStepItem = D1 ('MetaData "UpgradeStepItem" "Amazonka.ElasticSearch.Types.UpgradeStepItem" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "UpgradeStepItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "upgradeStepStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpgradeStatus)) :*: S1 ('MetaSel ('Just "progressPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "issues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "upgradeStep") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpgradeStep)))))

newUpgradeStepItem :: UpgradeStepItem Source #

Create a value of UpgradeStepItem 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:upgradeStepStatus:UpgradeStepItem', upgradeStepItem_upgradeStepStatus - The status of a particular step during an upgrade. The status can take one of the following values:

  • In Progress
  • Succeeded
  • Succeeded with Issues
  • Failed

$sel:progressPercent:UpgradeStepItem', upgradeStepItem_progressPercent - The Floating point value representing progress percentage of a particular step.

$sel:issues:UpgradeStepItem', upgradeStepItem_issues - A list of strings containing detailed information about the errors encountered in a particular step.

$sel:upgradeStep:UpgradeStepItem', upgradeStepItem_upgradeStep - Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:

  • PreUpgradeCheck
  • Snapshot
  • Upgrade

upgradeStepItem_upgradeStepStatus :: Lens' UpgradeStepItem (Maybe UpgradeStatus) Source #

The status of a particular step during an upgrade. The status can take one of the following values:

  • In Progress
  • Succeeded
  • Succeeded with Issues
  • Failed

upgradeStepItem_progressPercent :: Lens' UpgradeStepItem (Maybe Double) Source #

The Floating point value representing progress percentage of a particular step.

upgradeStepItem_issues :: Lens' UpgradeStepItem (Maybe [Text]) Source #

A list of strings containing detailed information about the errors encountered in a particular step.

upgradeStepItem_upgradeStep :: Lens' UpgradeStepItem (Maybe UpgradeStep) Source #

Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:

  • PreUpgradeCheck
  • Snapshot
  • Upgrade