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

Description

 
Synopsis

Documentation

data ECSService Source #

Contains the service and cluster names used to identify an Amazon ECS deployment's target.

See: newECSService smart constructor.

Constructors

ECSService' 

Fields

Instances

Instances details
Eq ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

Read ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

Show ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

Generic ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

Associated Types

type Rep ECSService :: Type -> Type #

NFData ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

Methods

rnf :: ECSService -> () #

Hashable ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

ToJSON ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

FromJSON ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

type Rep ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

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

newECSService :: ECSService Source #

Create a value of ECSService 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:serviceName:ECSService', eCSService_serviceName - The name of the target Amazon ECS service.

$sel:clusterName:ECSService', eCSService_clusterName - The name of the cluster that the Amazon ECS service is associated with.

eCSService_serviceName :: Lens' ECSService (Maybe Text) Source #

The name of the target Amazon ECS service.

eCSService_clusterName :: Lens' ECSService (Maybe Text) Source #

The name of the cluster that the Amazon ECS service is associated with.