Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Swaps the CNAMEs of two environments.
Synopsis
- data SwapEnvironmentCNAMEs = SwapEnvironmentCNAMEs' {}
- newSwapEnvironmentCNAMEs :: SwapEnvironmentCNAMEs
- swapEnvironmentCNAMEs_destinationEnvironmentName :: Lens' SwapEnvironmentCNAMEs (Maybe Text)
- swapEnvironmentCNAMEs_destinationEnvironmentId :: Lens' SwapEnvironmentCNAMEs (Maybe Text)
- swapEnvironmentCNAMEs_sourceEnvironmentName :: Lens' SwapEnvironmentCNAMEs (Maybe Text)
- swapEnvironmentCNAMEs_sourceEnvironmentId :: Lens' SwapEnvironmentCNAMEs (Maybe Text)
- data SwapEnvironmentCNAMEsResponse = SwapEnvironmentCNAMEsResponse' {
- newSwapEnvironmentCNAMEsResponse :: SwapEnvironmentCNAMEsResponse
Creating a Request
data SwapEnvironmentCNAMEs Source #
Swaps the CNAMEs of two environments.
See: newSwapEnvironmentCNAMEs
smart constructor.
SwapEnvironmentCNAMEs' | |
|
Instances
newSwapEnvironmentCNAMEs :: SwapEnvironmentCNAMEs Source #
Create a value of SwapEnvironmentCNAMEs
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:destinationEnvironmentName:SwapEnvironmentCNAMEs'
, swapEnvironmentCNAMEs_destinationEnvironmentName
- 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
.
$sel:destinationEnvironmentId:SwapEnvironmentCNAMEs'
, swapEnvironmentCNAMEs_destinationEnvironmentId
- 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
.
$sel:sourceEnvironmentName:SwapEnvironmentCNAMEs'
, swapEnvironmentCNAMEs_sourceEnvironmentName
- 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
.
$sel:sourceEnvironmentId:SwapEnvironmentCNAMEs'
, swapEnvironmentCNAMEs_sourceEnvironmentId
- 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
.
Request Lenses
swapEnvironmentCNAMEs_destinationEnvironmentName :: 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
.
swapEnvironmentCNAMEs_destinationEnvironmentId :: 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
.
swapEnvironmentCNAMEs_sourceEnvironmentName :: 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
.
swapEnvironmentCNAMEs_sourceEnvironmentId :: 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
.
Destructuring the Response
data SwapEnvironmentCNAMEsResponse Source #
See: newSwapEnvironmentCNAMEsResponse
smart constructor.
Instances
Eq SwapEnvironmentCNAMEsResponse Source # | |
Read SwapEnvironmentCNAMEsResponse Source # | |
Show SwapEnvironmentCNAMEsResponse Source # | |
Defined in Amazonka.ElasticBeanstalk.SwapEnvironmentCNAMEs showsPrec :: Int -> SwapEnvironmentCNAMEsResponse -> ShowS # show :: SwapEnvironmentCNAMEsResponse -> String # showList :: [SwapEnvironmentCNAMEsResponse] -> ShowS # | |
Generic SwapEnvironmentCNAMEsResponse Source # | |
NFData SwapEnvironmentCNAMEsResponse Source # | |
Defined in Amazonka.ElasticBeanstalk.SwapEnvironmentCNAMEs rnf :: SwapEnvironmentCNAMEsResponse -> () # | |
type Rep SwapEnvironmentCNAMEsResponse Source # | |
Defined in Amazonka.ElasticBeanstalk.SwapEnvironmentCNAMEs type Rep SwapEnvironmentCNAMEsResponse = D1 ('MetaData "SwapEnvironmentCNAMEsResponse" "Amazonka.ElasticBeanstalk.SwapEnvironmentCNAMEs" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "SwapEnvironmentCNAMEsResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newSwapEnvironmentCNAMEsResponse :: SwapEnvironmentCNAMEsResponse Source #
Create a value of SwapEnvironmentCNAMEsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.