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

Description

 
Synopsis

Documentation

data DeploymentTarget Source #

Information about the deployment target.

See: newDeploymentTarget smart constructor.

Constructors

DeploymentTarget' 

Fields

Instances

Instances details
Eq DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

Read DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

Show DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

Generic DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

Associated Types

type Rep DeploymentTarget :: Type -> Type #

NFData DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

Methods

rnf :: DeploymentTarget -> () #

Hashable DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

FromJSON DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

type Rep DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

type Rep DeploymentTarget = D1 ('MetaData "DeploymentTarget" "Amazonka.CodeDeploy.Types.DeploymentTarget" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeploymentTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "instanceTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceTarget)) :*: S1 ('MetaSel ('Just "cloudFormationTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudFormationTarget))) :*: (S1 ('MetaSel ('Just "ecsTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ECSTarget)) :*: (S1 ('MetaSel ('Just "deploymentTargetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentTargetType)) :*: S1 ('MetaSel ('Just "lambdaTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaTarget))))))

newDeploymentTarget :: DeploymentTarget Source #

Create a value of DeploymentTarget 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:instanceTarget:DeploymentTarget', deploymentTarget_instanceTarget - Information about the target for a deployment that uses the EC2/On-premises compute platform.

$sel:cloudFormationTarget:DeploymentTarget', deploymentTarget_cloudFormationTarget - Undocumented member.

$sel:ecsTarget:DeploymentTarget', deploymentTarget_ecsTarget - Information about the target for a deployment that uses the Amazon ECS compute platform.

$sel:deploymentTargetType:DeploymentTarget', deploymentTarget_deploymentTargetType - The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.

$sel:lambdaTarget:DeploymentTarget', deploymentTarget_lambdaTarget - Information about the target for a deployment that uses the AWS Lambda compute platform.

deploymentTarget_instanceTarget :: Lens' DeploymentTarget (Maybe InstanceTarget) Source #

Information about the target for a deployment that uses the EC2/On-premises compute platform.

deploymentTarget_ecsTarget :: Lens' DeploymentTarget (Maybe ECSTarget) Source #

Information about the target for a deployment that uses the Amazon ECS compute platform.

deploymentTarget_deploymentTargetType :: Lens' DeploymentTarget (Maybe DeploymentTargetType) Source #

The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.

deploymentTarget_lambdaTarget :: Lens' DeploymentTarget (Maybe LambdaTarget) Source #

Information about the target for a deployment that uses the AWS Lambda compute platform.