libZSservicesZSamazonka-codedeployZSamazonka-codedeploy
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.CodeDeploy.Types.RollbackInfo

Description

 
Synopsis

Documentation

data RollbackInfo Source #

Information about a deployment rollback.

See: newRollbackInfo smart constructor.

Constructors

RollbackInfo' 

Fields

Instances

Instances details
Eq RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

Read RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

Show RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

Generic RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

Associated Types

type Rep RollbackInfo :: Type -> Type #

NFData RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

Methods

rnf :: RollbackInfo -> () #

Hashable RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

FromJSON RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

type Rep RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

type Rep RollbackInfo = D1 ('MetaData "RollbackInfo" "Amazonka.CodeDeploy.Types.RollbackInfo" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "RollbackInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rollbackTriggeringDeploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "rollbackMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rollbackDeploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newRollbackInfo :: RollbackInfo Source #

Create a value of RollbackInfo 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:rollbackTriggeringDeploymentId:RollbackInfo', rollbackInfo_rollbackTriggeringDeploymentId - The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.

$sel:rollbackMessage:RollbackInfo', rollbackInfo_rollbackMessage - Information that describes the status of a deployment rollback (for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded).

$sel:rollbackDeploymentId:RollbackInfo', rollbackInfo_rollbackDeploymentId - The ID of the deployment rollback.

rollbackInfo_rollbackTriggeringDeploymentId :: Lens' RollbackInfo (Maybe Text) Source #

The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.

rollbackInfo_rollbackMessage :: Lens' RollbackInfo (Maybe Text) Source #

Information that describes the status of a deployment rollback (for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded).

rollbackInfo_rollbackDeploymentId :: Lens' RollbackInfo (Maybe Text) Source #

The ID of the deployment rollback.