Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data UpdateRoutingControlStateEntry = UpdateRoutingControlStateEntry' {}
- newUpdateRoutingControlStateEntry :: Text -> RoutingControlState -> UpdateRoutingControlStateEntry
- updateRoutingControlStateEntry_routingControlArn :: Lens' UpdateRoutingControlStateEntry Text
- updateRoutingControlStateEntry_routingControlState :: Lens' UpdateRoutingControlStateEntry RoutingControlState
Documentation
data UpdateRoutingControlStateEntry Source #
A routing control state entry.
See: newUpdateRoutingControlStateEntry
smart constructor.
UpdateRoutingControlStateEntry' | |
|
Instances
ToJSON UpdateRoutingControlStateEntry Source # | |
Generic UpdateRoutingControlStateEntry Source # | |
Read UpdateRoutingControlStateEntry Source # | |
Show UpdateRoutingControlStateEntry Source # | |
NFData UpdateRoutingControlStateEntry Source # | |
Eq UpdateRoutingControlStateEntry Source # | |
Hashable UpdateRoutingControlStateEntry Source # | |
type Rep UpdateRoutingControlStateEntry Source # | |
Defined in Amazonka.Route53RecoveryCluster.Types.UpdateRoutingControlStateEntry type Rep UpdateRoutingControlStateEntry = D1 ('MetaData "UpdateRoutingControlStateEntry" "Amazonka.Route53RecoveryCluster.Types.UpdateRoutingControlStateEntry" "amazonka-route53-recovery-cluster-2.0-DxeQnRCPOPo1FMbWCdEnyv" 'False) (C1 ('MetaCons "UpdateRoutingControlStateEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "routingControlArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "routingControlState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RoutingControlState))) |
newUpdateRoutingControlStateEntry Source #
Create a value of UpdateRoutingControlStateEntry
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:routingControlArn:UpdateRoutingControlStateEntry'
, updateRoutingControlStateEntry_routingControlArn
- The Amazon Resource Name (ARN) for a routing control state entry.
$sel:routingControlState:UpdateRoutingControlStateEntry'
, updateRoutingControlStateEntry_routingControlState
- The routing control state in a set of routing control state entries.
updateRoutingControlStateEntry_routingControlArn :: Lens' UpdateRoutingControlStateEntry Text Source #
The Amazon Resource Name (ARN) for a routing control state entry.
updateRoutingControlStateEntry_routingControlState :: Lens' UpdateRoutingControlStateEntry RoutingControlState Source #
The routing control state in a set of routing control state entries.