amazonka-elasticbeanstalk-0.3.5: Amazon Elastic Beanstalk SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

Contents

Description

Synopsis

Request

Request constructor

Request lenses

secnameDestinationEnvironmentId :: Lens' SwapEnvironmentCNAMEs (Maybe Text) Source

The ID of the destination environment.

Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentId with the DestinationEnvironmentId.

secnameDestinationEnvironmentName :: Lens' SwapEnvironmentCNAMEs (Maybe Text) Source

The name of the destination environment.

Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentName with the DestinationEnvironmentName.

secnameSourceEnvironmentId :: Lens' SwapEnvironmentCNAMEs (Maybe Text) Source

The ID of the source environment.

Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentId, you must specify the DestinationEnvironmentId.

secnameSourceEnvironmentName :: Lens' SwapEnvironmentCNAMEs (Maybe Text) Source

The name of the source environment.

Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentName, you must specify the DestinationEnvironmentName.

Response

Response constructor