| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.Route53HostedZone
Description
Synopsis
- data Route53HostedZone = Route53HostedZone {
- _route53HostedZoneHostedZoneConfig :: Maybe Route53HostedZoneHostedZoneConfig
- _route53HostedZoneHostedZoneTags :: Maybe [Route53HostedZoneHostedZoneTag]
- _route53HostedZoneName :: Val Text
- _route53HostedZoneQueryLoggingConfig :: Maybe Route53HostedZoneQueryLoggingConfig
- _route53HostedZoneVPCs :: Maybe [Route53HostedZoneVPC]
- route53HostedZone :: Val Text -> Route53HostedZone
- rhzHostedZoneConfig :: Lens' Route53HostedZone (Maybe Route53HostedZoneHostedZoneConfig)
- rhzHostedZoneTags :: Lens' Route53HostedZone (Maybe [Route53HostedZoneHostedZoneTag])
- rhzName :: Lens' Route53HostedZone (Val Text)
- rhzQueryLoggingConfig :: Lens' Route53HostedZone (Maybe Route53HostedZoneQueryLoggingConfig)
- rhzVPCs :: Lens' Route53HostedZone (Maybe [Route53HostedZoneVPC])
Documentation
data Route53HostedZone #
Full data type definition for Route53HostedZone. See route53HostedZone
for a more convenient constructor.
Constructors
Instances
| Eq Route53HostedZone # | |
Defined in Stratosphere.Resources.Route53HostedZone Methods (==) :: Route53HostedZone -> Route53HostedZone -> Bool # (/=) :: Route53HostedZone -> Route53HostedZone -> Bool # | |
| Show Route53HostedZone # | |
Defined in Stratosphere.Resources.Route53HostedZone Methods showsPrec :: Int -> Route53HostedZone -> ShowS # show :: Route53HostedZone -> String # showList :: [Route53HostedZone] -> ShowS # | |
| ToJSON Route53HostedZone # | |
Defined in Stratosphere.Resources.Route53HostedZone Methods toJSON :: Route53HostedZone -> Value # toEncoding :: Route53HostedZone -> Encoding # toJSONList :: [Route53HostedZone] -> Value # toEncodingList :: [Route53HostedZone] -> Encoding # | |
| FromJSON Route53HostedZone # | |
Defined in Stratosphere.Resources.Route53HostedZone Methods parseJSON :: Value -> Parser Route53HostedZone # parseJSONList :: Value -> Parser [Route53HostedZone] # | |
Arguments
| :: Val Text | |
| -> Route53HostedZone |
Constructor for Route53HostedZone containing required fields as
arguments.