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

Description

 
Synopsis

Documentation

data ECSTarget Source #

Information about the target of an Amazon ECS deployment.

See: newECSTarget smart constructor.

Constructors

ECSTarget' 

Fields

Instances

Instances details
Eq ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

Read ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

Show ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

Generic ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

Associated Types

type Rep ECSTarget :: Type -> Type #

NFData ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

Methods

rnf :: ECSTarget -> () #

Hashable ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

FromJSON ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

type Rep ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

newECSTarget :: ECSTarget Source #

Create a value of ECSTarget 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:targetArn:ECSTarget', eCSTarget_targetArn - The Amazon Resource Name (ARN) of the target.

$sel:targetId:ECSTarget', eCSTarget_targetId - The unique ID of a deployment target that has a type of ecsTarget.

$sel:status:ECSTarget', eCSTarget_status - The status an Amazon ECS deployment's target ECS application.

$sel:deploymentId:ECSTarget', eCSTarget_deploymentId - The unique ID of a deployment.

$sel:lastUpdatedAt:ECSTarget', eCSTarget_lastUpdatedAt - The date and time when the target Amazon ECS application was updated by a deployment.

$sel:taskSetsInfo:ECSTarget', eCSTarget_taskSetsInfo - The ECSTaskSet objects associated with the ECS target.

$sel:lifecycleEvents:ECSTarget', eCSTarget_lifecycleEvents - The lifecycle events of the deployment to this target Amazon ECS application.

eCSTarget_targetArn :: Lens' ECSTarget (Maybe Text) Source #

The Amazon Resource Name (ARN) of the target.

eCSTarget_targetId :: Lens' ECSTarget (Maybe Text) Source #

The unique ID of a deployment target that has a type of ecsTarget.

eCSTarget_status :: Lens' ECSTarget (Maybe TargetStatus) Source #

The status an Amazon ECS deployment's target ECS application.

eCSTarget_deploymentId :: Lens' ECSTarget (Maybe Text) Source #

The unique ID of a deployment.

eCSTarget_lastUpdatedAt :: Lens' ECSTarget (Maybe UTCTime) Source #

The date and time when the target Amazon ECS application was updated by a deployment.

eCSTarget_taskSetsInfo :: Lens' ECSTarget (Maybe [ECSTaskSet]) Source #

The ECSTaskSet objects associated with the ECS target.

eCSTarget_lifecycleEvents :: Lens' ECSTarget (Maybe [LifecycleEvent]) Source #

The lifecycle events of the deployment to this target Amazon ECS application.