aws-route53 0.1.2 → 0.1.2.1
raw patch · 3 files changed
+9/−2 lines, 3 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Aws.Route53.Commands.ChangeResourceRecordSets: crrComment :: ChangeResourceRecordSets -> Maybe Text
- Aws.Route53.Commands.ChangeResourceRecordSets: crrHostedZoneId :: ChangeResourceRecordSets -> HostedZoneId
- Aws.Route53.Commands.ChangeResourceRecordSets: crrsChanges :: ChangeResourceRecordSets -> [(ACTION, ResourceRecordSet)]
- Aws.Route53.Commands.ChangeResourceRecordSets: crrsrChangeInfo :: ChangeResourceRecordSetsResponse -> ChangeInfo
- Aws.Route53.Commands.ChangeResourceRecordSets: instance ResponseConsumer r ChangeResourceRecordSetsResponse
- Aws.Route53.Commands.ChangeResourceRecordSets: instance Show ACTION
- Aws.Route53.Commands.ChangeResourceRecordSets: instance Show ChangeResourceRecordSets
- Aws.Route53.Commands.ChangeResourceRecordSets: instance Show ChangeResourceRecordSetsResponse
- Aws.Route53.Commands.ChangeResourceRecordSets: instance SignQuery ChangeResourceRecordSets
- Aws.Route53.Commands.ChangeResourceRecordSets: instance Transaction ChangeResourceRecordSets ChangeResourceRecordSetsResponse
- Aws.Route53.Commands.CreateHostedZone: chzCallerReference :: CreateHostedZone -> Text
- Aws.Route53.Commands.CreateHostedZone: chzComment :: CreateHostedZone -> Text
- Aws.Route53.Commands.CreateHostedZone: chzName :: CreateHostedZone -> Domain
- Aws.Route53.Commands.CreateHostedZone: chzrChangeInfo :: CreateHostedZoneResponse -> ChangeInfo
- Aws.Route53.Commands.CreateHostedZone: chzrDelegationSet :: CreateHostedZoneResponse -> DelegationSet
- Aws.Route53.Commands.CreateHostedZone: chzrHostedZone :: CreateHostedZoneResponse -> HostedZone
- Aws.Route53.Commands.CreateHostedZone: instance ResponseConsumer r CreateHostedZoneResponse
- Aws.Route53.Commands.CreateHostedZone: instance Show CreateHostedZone
- Aws.Route53.Commands.CreateHostedZone: instance Show CreateHostedZoneResponse
- Aws.Route53.Commands.CreateHostedZone: instance SignQuery CreateHostedZone
- Aws.Route53.Commands.CreateHostedZone: instance Transaction CreateHostedZone CreateHostedZoneResponse
- Aws.Route53.Commands.DeleteHostedZone: dhzHostedZoneId :: DeleteHostedZone -> HostedZoneId
- Aws.Route53.Commands.DeleteHostedZone: dhzrChangeInfo :: DeleteHostedZoneResponse -> ChangeInfo
- Aws.Route53.Commands.DeleteHostedZone: instance ResponseConsumer r DeleteHostedZoneResponse
- Aws.Route53.Commands.DeleteHostedZone: instance Show DeleteHostedZone
- Aws.Route53.Commands.DeleteHostedZone: instance Show DeleteHostedZoneResponse
- Aws.Route53.Commands.DeleteHostedZone: instance SignQuery DeleteHostedZone
- Aws.Route53.Commands.DeleteHostedZone: instance Transaction DeleteHostedZone DeleteHostedZoneResponse
- Aws.Route53.Commands.GetChange: changeId :: GetChange -> ChangeId
- Aws.Route53.Commands.GetChange: gcrChangeInfo :: GetChangeResponse -> ChangeInfo
- Aws.Route53.Commands.GetChange: instance ResponseConsumer r GetChangeResponse
- Aws.Route53.Commands.GetChange: instance Show GetChange
- Aws.Route53.Commands.GetChange: instance Show GetChangeResponse
- Aws.Route53.Commands.GetChange: instance SignQuery GetChange
- Aws.Route53.Commands.GetChange: instance Transaction GetChange GetChangeResponse
- Aws.Route53.Commands.GetDate: date :: GetDateResponse -> UTCTime
- Aws.Route53.Commands.GetDate: instance Loggable Empty
- Aws.Route53.Commands.GetDate: instance Monoid Empty
- Aws.Route53.Commands.GetDate: instance ResponseConsumer r GetDateResponse
- Aws.Route53.Commands.GetDate: instance Show GetDate
- Aws.Route53.Commands.GetDate: instance Show GetDateResponse
- Aws.Route53.Commands.GetDate: instance SignQuery GetDate
- Aws.Route53.Commands.GetDate: instance Transaction GetDate GetDateResponse
- Aws.Route53.Commands.GetHostedZone: ghzrDelegationSet :: GetHostedZoneResponse -> DelegationSet
- Aws.Route53.Commands.GetHostedZone: ghzrHostedZone :: GetHostedZoneResponse -> HostedZone
- Aws.Route53.Commands.GetHostedZone: hostedZoneId :: GetHostedZone -> HostedZoneId
- Aws.Route53.Commands.GetHostedZone: instance ResponseConsumer r GetHostedZoneResponse
- Aws.Route53.Commands.GetHostedZone: instance Show GetHostedZone
- Aws.Route53.Commands.GetHostedZone: instance Show GetHostedZoneResponse
- Aws.Route53.Commands.GetHostedZone: instance SignQuery GetHostedZone
- Aws.Route53.Commands.GetHostedZone: instance Transaction GetHostedZone GetHostedZoneResponse
- Aws.Route53.Commands.ListHostedZones: instance IteratedTransaction ListHostedZones ListHostedZonesResponse
- Aws.Route53.Commands.ListHostedZones: instance ResponseConsumer r ListHostedZonesResponse
- Aws.Route53.Commands.ListHostedZones: instance Show ListHostedZones
- Aws.Route53.Commands.ListHostedZones: instance Show ListHostedZonesResponse
- Aws.Route53.Commands.ListHostedZones: instance SignQuery ListHostedZones
- Aws.Route53.Commands.ListHostedZones: instance Transaction ListHostedZones ListHostedZonesResponse
- Aws.Route53.Commands.ListHostedZones: lhzMaxNumberOfItems :: ListHostedZones -> Maybe Int
- Aws.Route53.Commands.ListHostedZones: lhzNextToken :: ListHostedZones -> Maybe Text
- Aws.Route53.Commands.ListHostedZones: lhzrHostedZones :: ListHostedZonesResponse -> HostedZones
- Aws.Route53.Commands.ListHostedZones: lhzrNextToken :: ListHostedZonesResponse -> Maybe Text
- Aws.Route53.Commands.ListResourceRecordSets: instance IteratedTransaction ListResourceRecordSets ListResourceRecordSetsResponse
- Aws.Route53.Commands.ListResourceRecordSets: instance ResponseConsumer r ListResourceRecordSetsResponse
- Aws.Route53.Commands.ListResourceRecordSets: instance Show ListResourceRecordSets
- Aws.Route53.Commands.ListResourceRecordSets: instance Show ListResourceRecordSetsResponse
- Aws.Route53.Commands.ListResourceRecordSets: instance SignQuery ListResourceRecordSets
- Aws.Route53.Commands.ListResourceRecordSets: instance Transaction ListResourceRecordSets ListResourceRecordSetsResponse
- Aws.Route53.Commands.ListResourceRecordSets: lrrsHostedZoneId :: ListResourceRecordSets -> HostedZoneId
- Aws.Route53.Commands.ListResourceRecordSets: lrrsIdentifier :: ListResourceRecordSets -> Maybe Text
- Aws.Route53.Commands.ListResourceRecordSets: lrrsMaxItems :: ListResourceRecordSets -> Maybe Int
- Aws.Route53.Commands.ListResourceRecordSets: lrrsName :: ListResourceRecordSets -> Maybe Domain
- Aws.Route53.Commands.ListResourceRecordSets: lrrsRecordType :: ListResourceRecordSets -> Maybe RecordType
- Aws.Route53.Commands.ListResourceRecordSets: lrrsrIsTruncated :: ListResourceRecordSetsResponse -> Bool
- Aws.Route53.Commands.ListResourceRecordSets: lrrsrMaxItems :: ListResourceRecordSetsResponse -> Maybe Int
- Aws.Route53.Commands.ListResourceRecordSets: lrrsrNextRecordIdentifier :: ListResourceRecordSetsResponse -> Maybe Text
- Aws.Route53.Commands.ListResourceRecordSets: lrrsrNextRecordName :: ListResourceRecordSetsResponse -> Maybe Domain
- Aws.Route53.Commands.ListResourceRecordSets: lrrsrNextRecordType :: ListResourceRecordSetsResponse -> Maybe RecordType
- Aws.Route53.Commands.ListResourceRecordSets: lrrsrResourceRecordSets :: ListResourceRecordSetsResponse -> ResourceRecordSets
- Aws.Route53.Core: atDNSName :: AliasTarget -> Domain
- Aws.Route53.Core: atHostedZoneId :: AliasTarget -> HostedZoneId
- Aws.Route53.Core: changeIdText :: ChangeId -> Text
- Aws.Route53.Core: ciId :: ChangeInfo -> ChangeId
- Aws.Route53.Core: ciStatus :: ChangeInfo -> ChangeInfoStatus
- Aws.Route53.Core: ciSubmittedAt :: ChangeInfo -> UTCTime
- Aws.Route53.Core: dText :: Domain -> Text
- Aws.Route53.Core: dsNameserver1 :: DelegationSet -> Domain
- Aws.Route53.Core: dsNameserver2 :: DelegationSet -> Domain
- Aws.Route53.Core: dsNameserver3 :: DelegationSet -> Domain
- Aws.Route53.Core: dsNameserver4 :: DelegationSet -> Domain
- Aws.Route53.Core: hzCallerReference :: HostedZone -> Text
- Aws.Route53.Core: hzComment :: HostedZone -> Text
- Aws.Route53.Core: hzId :: HostedZone -> HostedZoneId
- Aws.Route53.Core: hzName :: HostedZone -> Domain
- Aws.Route53.Core: hzResourceRecordSetCount :: HostedZone -> Int
- Aws.Route53.Core: hziText :: HostedZoneId -> Text
- Aws.Route53.Core: instance DefaultServiceConfiguration (Route53Configuration NormalQuery)
- Aws.Route53.Core: instance DefaultServiceConfiguration (Route53Configuration UriOnlyQuery)
- Aws.Route53.Core: instance Eq ChangeId
- Aws.Route53.Core: instance Eq Domain
- Aws.Route53.Core: instance Eq HostedZoneId
- Aws.Route53.Core: instance Eq REGION
- Aws.Route53.Core: instance Eq RecordType
- Aws.Route53.Core: instance Eq ResourceRecord
- Aws.Route53.Core: instance Exception Route53Error
- Aws.Route53.Core: instance IsString Domain
- Aws.Route53.Core: instance IsString HostedZoneId
- Aws.Route53.Core: instance Loggable Route53Metadata
- Aws.Route53.Core: instance Monoid Route53Metadata
- Aws.Route53.Core: instance Read ChangeInfoStatus
- Aws.Route53.Core: instance Read RecordType
- Aws.Route53.Core: instance Route53Id ChangeId
- Aws.Route53.Core: instance Route53Id HostedZoneId
- Aws.Route53.Core: instance Route53Parseable AliasTarget
- Aws.Route53.Core: instance Route53Parseable ChangeInfo
- Aws.Route53.Core: instance Route53Parseable DelegationSet
- Aws.Route53.Core: instance Route53Parseable HostedZone
- Aws.Route53.Core: instance Route53Parseable HostedZones
- Aws.Route53.Core: instance Route53Parseable Nameserver
- Aws.Route53.Core: instance Route53Parseable Nameservers
- Aws.Route53.Core: instance Route53Parseable ResourceRecord
- Aws.Route53.Core: instance Route53Parseable ResourceRecordSet
- Aws.Route53.Core: instance Route53Parseable ResourceRecordSets
- Aws.Route53.Core: instance Route53Parseable ResourceRecords
- Aws.Route53.Core: instance Route53XmlSerializable AliasTarget
- Aws.Route53.Core: instance Route53XmlSerializable HostedZone
- Aws.Route53.Core: instance Route53XmlSerializable HostedZones
- Aws.Route53.Core: instance Route53XmlSerializable ResourceRecord
- Aws.Route53.Core: instance Route53XmlSerializable ResourceRecordSet
- Aws.Route53.Core: instance Show (Route53Configuration qt)
- Aws.Route53.Core: instance Show AliasTarget
- Aws.Route53.Core: instance Show ChangeId
- Aws.Route53.Core: instance Show ChangeInfo
- Aws.Route53.Core: instance Show ChangeInfoStatus
- Aws.Route53.Core: instance Show DelegationSet
- Aws.Route53.Core: instance Show Domain
- Aws.Route53.Core: instance Show HostedZone
- Aws.Route53.Core: instance Show HostedZoneId
- Aws.Route53.Core: instance Show REGION
- Aws.Route53.Core: instance Show RecordType
- Aws.Route53.Core: instance Show ResourceRecord
- Aws.Route53.Core: instance Show ResourceRecordSet
- Aws.Route53.Core: instance Show Route53Error
- Aws.Route53.Core: instance Show Route53Metadata
- Aws.Route53.Core: instance Typeable Route53Error
- Aws.Route53.Core: instance Typeable Route53Metadata
- Aws.Route53.Core: requestId :: Route53Metadata -> Maybe Text
- Aws.Route53.Core: route53ApiVersion :: Route53Configuration qt -> ByteString
- Aws.Route53.Core: route53Endpoint :: Route53Configuration qt -> ByteString
- Aws.Route53.Core: route53ErrorCode :: Route53Error -> Text
- Aws.Route53.Core: route53ErrorMessage :: Route53Error -> Text
- Aws.Route53.Core: route53Port :: Route53Configuration qt -> Int
- Aws.Route53.Core: route53Protocol :: Route53Configuration qt -> Protocol
- Aws.Route53.Core: route53StatusCode :: Route53Error -> Status
- Aws.Route53.Core: route53XmlNamespace :: Route53Configuration qt -> Text
- Aws.Route53.Core: rrsAliasTarget :: ResourceRecordSet -> Maybe AliasTarget
- Aws.Route53.Core: rrsName :: ResourceRecordSet -> Domain
- Aws.Route53.Core: rrsRecords :: ResourceRecordSet -> ResourceRecords
- Aws.Route53.Core: rrsRegion :: ResourceRecordSet -> Maybe REGION
- Aws.Route53.Core: rrsSetIdentifier :: ResourceRecordSet -> Maybe Text
- Aws.Route53.Core: rrsTTL :: ResourceRecordSet -> Maybe Int
- Aws.Route53.Core: rrsType :: ResourceRecordSet -> RecordType
- Aws.Route53.Core: rrsWeight :: ResourceRecordSet -> Maybe Int
- Aws.Route53.Core: value :: ResourceRecord -> Text
+ Aws.Route53.Commands.ChangeResourceRecordSets: [crrComment] :: ChangeResourceRecordSets -> Maybe Text
+ Aws.Route53.Commands.ChangeResourceRecordSets: [crrHostedZoneId] :: ChangeResourceRecordSets -> HostedZoneId
+ Aws.Route53.Commands.ChangeResourceRecordSets: [crrsChanges] :: ChangeResourceRecordSets -> [(ACTION, ResourceRecordSet)]
+ Aws.Route53.Commands.ChangeResourceRecordSets: [crrsrChangeInfo] :: ChangeResourceRecordSetsResponse -> ChangeInfo
+ Aws.Route53.Commands.ChangeResourceRecordSets: instance Aws.Core.ResponseConsumer r Aws.Route53.Commands.ChangeResourceRecordSets.ChangeResourceRecordSetsResponse
+ Aws.Route53.Commands.ChangeResourceRecordSets: instance Aws.Core.SignQuery Aws.Route53.Commands.ChangeResourceRecordSets.ChangeResourceRecordSets
+ Aws.Route53.Commands.ChangeResourceRecordSets: instance Aws.Core.Transaction Aws.Route53.Commands.ChangeResourceRecordSets.ChangeResourceRecordSets Aws.Route53.Commands.ChangeResourceRecordSets.ChangeResourceRecordSetsResponse
+ Aws.Route53.Commands.ChangeResourceRecordSets: instance GHC.Show.Show Aws.Route53.Commands.ChangeResourceRecordSets.ACTION
+ Aws.Route53.Commands.ChangeResourceRecordSets: instance GHC.Show.Show Aws.Route53.Commands.ChangeResourceRecordSets.ChangeResourceRecordSets
+ Aws.Route53.Commands.ChangeResourceRecordSets: instance GHC.Show.Show Aws.Route53.Commands.ChangeResourceRecordSets.ChangeResourceRecordSetsResponse
+ Aws.Route53.Commands.CreateHostedZone: [chzCallerReference] :: CreateHostedZone -> Text
+ Aws.Route53.Commands.CreateHostedZone: [chzComment] :: CreateHostedZone -> Text
+ Aws.Route53.Commands.CreateHostedZone: [chzName] :: CreateHostedZone -> Domain
+ Aws.Route53.Commands.CreateHostedZone: [chzrChangeInfo] :: CreateHostedZoneResponse -> ChangeInfo
+ Aws.Route53.Commands.CreateHostedZone: [chzrDelegationSet] :: CreateHostedZoneResponse -> DelegationSet
+ Aws.Route53.Commands.CreateHostedZone: [chzrHostedZone] :: CreateHostedZoneResponse -> HostedZone
+ Aws.Route53.Commands.CreateHostedZone: instance Aws.Core.ResponseConsumer r Aws.Route53.Commands.CreateHostedZone.CreateHostedZoneResponse
+ Aws.Route53.Commands.CreateHostedZone: instance Aws.Core.SignQuery Aws.Route53.Commands.CreateHostedZone.CreateHostedZone
+ Aws.Route53.Commands.CreateHostedZone: instance Aws.Core.Transaction Aws.Route53.Commands.CreateHostedZone.CreateHostedZone Aws.Route53.Commands.CreateHostedZone.CreateHostedZoneResponse
+ Aws.Route53.Commands.CreateHostedZone: instance GHC.Show.Show Aws.Route53.Commands.CreateHostedZone.CreateHostedZone
+ Aws.Route53.Commands.CreateHostedZone: instance GHC.Show.Show Aws.Route53.Commands.CreateHostedZone.CreateHostedZoneResponse
+ Aws.Route53.Commands.DeleteHostedZone: [dhzHostedZoneId] :: DeleteHostedZone -> HostedZoneId
+ Aws.Route53.Commands.DeleteHostedZone: [dhzrChangeInfo] :: DeleteHostedZoneResponse -> ChangeInfo
+ Aws.Route53.Commands.DeleteHostedZone: instance Aws.Core.ResponseConsumer r Aws.Route53.Commands.DeleteHostedZone.DeleteHostedZoneResponse
+ Aws.Route53.Commands.DeleteHostedZone: instance Aws.Core.SignQuery Aws.Route53.Commands.DeleteHostedZone.DeleteHostedZone
+ Aws.Route53.Commands.DeleteHostedZone: instance Aws.Core.Transaction Aws.Route53.Commands.DeleteHostedZone.DeleteHostedZone Aws.Route53.Commands.DeleteHostedZone.DeleteHostedZoneResponse
+ Aws.Route53.Commands.DeleteHostedZone: instance GHC.Show.Show Aws.Route53.Commands.DeleteHostedZone.DeleteHostedZone
+ Aws.Route53.Commands.DeleteHostedZone: instance GHC.Show.Show Aws.Route53.Commands.DeleteHostedZone.DeleteHostedZoneResponse
+ Aws.Route53.Commands.GetChange: [changeId] :: GetChange -> ChangeId
+ Aws.Route53.Commands.GetChange: [gcrChangeInfo] :: GetChangeResponse -> ChangeInfo
+ Aws.Route53.Commands.GetChange: instance Aws.Core.ResponseConsumer r Aws.Route53.Commands.GetChange.GetChangeResponse
+ Aws.Route53.Commands.GetChange: instance Aws.Core.SignQuery Aws.Route53.Commands.GetChange.GetChange
+ Aws.Route53.Commands.GetChange: instance Aws.Core.Transaction Aws.Route53.Commands.GetChange.GetChange Aws.Route53.Commands.GetChange.GetChangeResponse
+ Aws.Route53.Commands.GetChange: instance GHC.Show.Show Aws.Route53.Commands.GetChange.GetChange
+ Aws.Route53.Commands.GetChange: instance GHC.Show.Show Aws.Route53.Commands.GetChange.GetChangeResponse
+ Aws.Route53.Commands.GetDate: [date] :: GetDateResponse -> UTCTime
+ Aws.Route53.Commands.GetDate: instance Aws.Core.Loggable Aws.Route53.Commands.GetDate.Empty
+ Aws.Route53.Commands.GetDate: instance Aws.Core.ResponseConsumer r Aws.Route53.Commands.GetDate.GetDateResponse
+ Aws.Route53.Commands.GetDate: instance Aws.Core.SignQuery Aws.Route53.Commands.GetDate.GetDate
+ Aws.Route53.Commands.GetDate: instance Aws.Core.Transaction Aws.Route53.Commands.GetDate.GetDate Aws.Route53.Commands.GetDate.GetDateResponse
+ Aws.Route53.Commands.GetDate: instance GHC.Base.Monoid Aws.Route53.Commands.GetDate.Empty
+ Aws.Route53.Commands.GetDate: instance GHC.Show.Show Aws.Route53.Commands.GetDate.GetDate
+ Aws.Route53.Commands.GetDate: instance GHC.Show.Show Aws.Route53.Commands.GetDate.GetDateResponse
+ Aws.Route53.Commands.GetHostedZone: [ghzrDelegationSet] :: GetHostedZoneResponse -> DelegationSet
+ Aws.Route53.Commands.GetHostedZone: [ghzrHostedZone] :: GetHostedZoneResponse -> HostedZone
+ Aws.Route53.Commands.GetHostedZone: [hostedZoneId] :: GetHostedZone -> HostedZoneId
+ Aws.Route53.Commands.GetHostedZone: instance Aws.Core.ResponseConsumer r Aws.Route53.Commands.GetHostedZone.GetHostedZoneResponse
+ Aws.Route53.Commands.GetHostedZone: instance Aws.Core.SignQuery Aws.Route53.Commands.GetHostedZone.GetHostedZone
+ Aws.Route53.Commands.GetHostedZone: instance Aws.Core.Transaction Aws.Route53.Commands.GetHostedZone.GetHostedZone Aws.Route53.Commands.GetHostedZone.GetHostedZoneResponse
+ Aws.Route53.Commands.GetHostedZone: instance GHC.Show.Show Aws.Route53.Commands.GetHostedZone.GetHostedZone
+ Aws.Route53.Commands.GetHostedZone: instance GHC.Show.Show Aws.Route53.Commands.GetHostedZone.GetHostedZoneResponse
+ Aws.Route53.Commands.ListHostedZones: [lhzMaxNumberOfItems] :: ListHostedZones -> Maybe Int
+ Aws.Route53.Commands.ListHostedZones: [lhzNextToken] :: ListHostedZones -> Maybe Text
+ Aws.Route53.Commands.ListHostedZones: [lhzrHostedZones] :: ListHostedZonesResponse -> HostedZones
+ Aws.Route53.Commands.ListHostedZones: [lhzrNextToken] :: ListHostedZonesResponse -> Maybe Text
+ Aws.Route53.Commands.ListHostedZones: instance Aws.Core.IteratedTransaction Aws.Route53.Commands.ListHostedZones.ListHostedZones Aws.Route53.Commands.ListHostedZones.ListHostedZonesResponse
+ Aws.Route53.Commands.ListHostedZones: instance Aws.Core.ResponseConsumer r Aws.Route53.Commands.ListHostedZones.ListHostedZonesResponse
+ Aws.Route53.Commands.ListHostedZones: instance Aws.Core.SignQuery Aws.Route53.Commands.ListHostedZones.ListHostedZones
+ Aws.Route53.Commands.ListHostedZones: instance Aws.Core.Transaction Aws.Route53.Commands.ListHostedZones.ListHostedZones Aws.Route53.Commands.ListHostedZones.ListHostedZonesResponse
+ Aws.Route53.Commands.ListHostedZones: instance GHC.Show.Show Aws.Route53.Commands.ListHostedZones.ListHostedZones
+ Aws.Route53.Commands.ListHostedZones: instance GHC.Show.Show Aws.Route53.Commands.ListHostedZones.ListHostedZonesResponse
+ Aws.Route53.Commands.ListResourceRecordSets: [lrrsHostedZoneId] :: ListResourceRecordSets -> HostedZoneId
+ Aws.Route53.Commands.ListResourceRecordSets: [lrrsIdentifier] :: ListResourceRecordSets -> Maybe Text
+ Aws.Route53.Commands.ListResourceRecordSets: [lrrsMaxItems] :: ListResourceRecordSets -> Maybe Int
+ Aws.Route53.Commands.ListResourceRecordSets: [lrrsName] :: ListResourceRecordSets -> Maybe Domain
+ Aws.Route53.Commands.ListResourceRecordSets: [lrrsRecordType] :: ListResourceRecordSets -> Maybe RecordType
+ Aws.Route53.Commands.ListResourceRecordSets: [lrrsrIsTruncated] :: ListResourceRecordSetsResponse -> Bool
+ Aws.Route53.Commands.ListResourceRecordSets: [lrrsrMaxItems] :: ListResourceRecordSetsResponse -> Maybe Int
+ Aws.Route53.Commands.ListResourceRecordSets: [lrrsrNextRecordIdentifier] :: ListResourceRecordSetsResponse -> Maybe Text
+ Aws.Route53.Commands.ListResourceRecordSets: [lrrsrNextRecordName] :: ListResourceRecordSetsResponse -> Maybe Domain
+ Aws.Route53.Commands.ListResourceRecordSets: [lrrsrNextRecordType] :: ListResourceRecordSetsResponse -> Maybe RecordType
+ Aws.Route53.Commands.ListResourceRecordSets: [lrrsrResourceRecordSets] :: ListResourceRecordSetsResponse -> ResourceRecordSets
+ Aws.Route53.Commands.ListResourceRecordSets: instance Aws.Core.IteratedTransaction Aws.Route53.Commands.ListResourceRecordSets.ListResourceRecordSets Aws.Route53.Commands.ListResourceRecordSets.ListResourceRecordSetsResponse
+ Aws.Route53.Commands.ListResourceRecordSets: instance Aws.Core.ResponseConsumer r Aws.Route53.Commands.ListResourceRecordSets.ListResourceRecordSetsResponse
+ Aws.Route53.Commands.ListResourceRecordSets: instance Aws.Core.SignQuery Aws.Route53.Commands.ListResourceRecordSets.ListResourceRecordSets
+ Aws.Route53.Commands.ListResourceRecordSets: instance Aws.Core.Transaction Aws.Route53.Commands.ListResourceRecordSets.ListResourceRecordSets Aws.Route53.Commands.ListResourceRecordSets.ListResourceRecordSetsResponse
+ Aws.Route53.Commands.ListResourceRecordSets: instance GHC.Show.Show Aws.Route53.Commands.ListResourceRecordSets.ListResourceRecordSets
+ Aws.Route53.Commands.ListResourceRecordSets: instance GHC.Show.Show Aws.Route53.Commands.ListResourceRecordSets.ListResourceRecordSetsResponse
+ Aws.Route53.Core: [atDNSName] :: AliasTarget -> Domain
+ Aws.Route53.Core: [atHostedZoneId] :: AliasTarget -> HostedZoneId
+ Aws.Route53.Core: [changeIdText] :: ChangeId -> Text
+ Aws.Route53.Core: [ciId] :: ChangeInfo -> ChangeId
+ Aws.Route53.Core: [ciStatus] :: ChangeInfo -> ChangeInfoStatus
+ Aws.Route53.Core: [ciSubmittedAt] :: ChangeInfo -> UTCTime
+ Aws.Route53.Core: [dText] :: Domain -> Text
+ Aws.Route53.Core: [dsNameserver1] :: DelegationSet -> Domain
+ Aws.Route53.Core: [dsNameserver2] :: DelegationSet -> Domain
+ Aws.Route53.Core: [dsNameserver3] :: DelegationSet -> Domain
+ Aws.Route53.Core: [dsNameserver4] :: DelegationSet -> Domain
+ Aws.Route53.Core: [hzCallerReference] :: HostedZone -> Text
+ Aws.Route53.Core: [hzComment] :: HostedZone -> Text
+ Aws.Route53.Core: [hzId] :: HostedZone -> HostedZoneId
+ Aws.Route53.Core: [hzName] :: HostedZone -> Domain
+ Aws.Route53.Core: [hzResourceRecordSetCount] :: HostedZone -> Int
+ Aws.Route53.Core: [hziText] :: HostedZoneId -> Text
+ Aws.Route53.Core: [requestId] :: Route53Metadata -> Maybe Text
+ Aws.Route53.Core: [route53ApiVersion] :: Route53Configuration qt -> ByteString
+ Aws.Route53.Core: [route53Endpoint] :: Route53Configuration qt -> ByteString
+ Aws.Route53.Core: [route53ErrorCode] :: Route53Error -> Text
+ Aws.Route53.Core: [route53ErrorMessage] :: Route53Error -> Text
+ Aws.Route53.Core: [route53Port] :: Route53Configuration qt -> Int
+ Aws.Route53.Core: [route53Protocol] :: Route53Configuration qt -> Protocol
+ Aws.Route53.Core: [route53StatusCode] :: Route53Error -> Status
+ Aws.Route53.Core: [route53XmlNamespace] :: Route53Configuration qt -> Text
+ Aws.Route53.Core: [rrsAliasTarget] :: ResourceRecordSet -> Maybe AliasTarget
+ Aws.Route53.Core: [rrsName] :: ResourceRecordSet -> Domain
+ Aws.Route53.Core: [rrsRecords] :: ResourceRecordSet -> ResourceRecords
+ Aws.Route53.Core: [rrsRegion] :: ResourceRecordSet -> Maybe REGION
+ Aws.Route53.Core: [rrsSetIdentifier] :: ResourceRecordSet -> Maybe Text
+ Aws.Route53.Core: [rrsTTL] :: ResourceRecordSet -> Maybe Int
+ Aws.Route53.Core: [rrsType] :: ResourceRecordSet -> RecordType
+ Aws.Route53.Core: [rrsWeight] :: ResourceRecordSet -> Maybe Int
+ Aws.Route53.Core: [value] :: ResourceRecord -> Text
+ Aws.Route53.Core: instance Aws.Core.DefaultServiceConfiguration (Aws.Route53.Core.Route53Configuration Aws.Core.NormalQuery)
+ Aws.Route53.Core: instance Aws.Core.DefaultServiceConfiguration (Aws.Route53.Core.Route53Configuration Aws.Core.UriOnlyQuery)
+ Aws.Route53.Core: instance Aws.Core.Loggable Aws.Route53.Core.Route53Metadata
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53Id Aws.Route53.Core.ChangeId
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53Id Aws.Route53.Core.HostedZoneId
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53Parseable Aws.Route53.Core.AliasTarget
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53Parseable Aws.Route53.Core.ChangeInfo
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53Parseable Aws.Route53.Core.DelegationSet
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53Parseable Aws.Route53.Core.HostedZone
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53Parseable Aws.Route53.Core.HostedZones
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53Parseable Aws.Route53.Core.Nameserver
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53Parseable Aws.Route53.Core.Nameservers
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53Parseable Aws.Route53.Core.ResourceRecord
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53Parseable Aws.Route53.Core.ResourceRecordSet
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53Parseable Aws.Route53.Core.ResourceRecordSets
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53Parseable Aws.Route53.Core.ResourceRecords
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53XmlSerializable Aws.Route53.Core.AliasTarget
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53XmlSerializable Aws.Route53.Core.HostedZone
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53XmlSerializable Aws.Route53.Core.HostedZones
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53XmlSerializable Aws.Route53.Core.ResourceRecord
+ Aws.Route53.Core: instance Aws.Route53.Core.Route53XmlSerializable Aws.Route53.Core.ResourceRecordSet
+ Aws.Route53.Core: instance Data.String.IsString Aws.Route53.Core.Domain
+ Aws.Route53.Core: instance Data.String.IsString Aws.Route53.Core.HostedZoneId
+ Aws.Route53.Core: instance GHC.Base.Monoid Aws.Route53.Core.Route53Metadata
+ Aws.Route53.Core: instance GHC.Classes.Eq Aws.Route53.Core.ChangeId
+ Aws.Route53.Core: instance GHC.Classes.Eq Aws.Route53.Core.Domain
+ Aws.Route53.Core: instance GHC.Classes.Eq Aws.Route53.Core.HostedZoneId
+ Aws.Route53.Core: instance GHC.Classes.Eq Aws.Route53.Core.REGION
+ Aws.Route53.Core: instance GHC.Classes.Eq Aws.Route53.Core.RecordType
+ Aws.Route53.Core: instance GHC.Classes.Eq Aws.Route53.Core.ResourceRecord
+ Aws.Route53.Core: instance GHC.Exception.Exception Aws.Route53.Core.Route53Error
+ Aws.Route53.Core: instance GHC.Read.Read Aws.Route53.Core.ChangeInfoStatus
+ Aws.Route53.Core: instance GHC.Read.Read Aws.Route53.Core.RecordType
+ Aws.Route53.Core: instance GHC.Show.Show (Aws.Route53.Core.Route53Configuration qt)
+ Aws.Route53.Core: instance GHC.Show.Show Aws.Route53.Core.AliasTarget
+ Aws.Route53.Core: instance GHC.Show.Show Aws.Route53.Core.ChangeId
+ Aws.Route53.Core: instance GHC.Show.Show Aws.Route53.Core.ChangeInfo
+ Aws.Route53.Core: instance GHC.Show.Show Aws.Route53.Core.ChangeInfoStatus
+ Aws.Route53.Core: instance GHC.Show.Show Aws.Route53.Core.DelegationSet
+ Aws.Route53.Core: instance GHC.Show.Show Aws.Route53.Core.Domain
+ Aws.Route53.Core: instance GHC.Show.Show Aws.Route53.Core.HostedZone
+ Aws.Route53.Core: instance GHC.Show.Show Aws.Route53.Core.HostedZoneId
+ Aws.Route53.Core: instance GHC.Show.Show Aws.Route53.Core.REGION
+ Aws.Route53.Core: instance GHC.Show.Show Aws.Route53.Core.RecordType
+ Aws.Route53.Core: instance GHC.Show.Show Aws.Route53.Core.ResourceRecord
+ Aws.Route53.Core: instance GHC.Show.Show Aws.Route53.Core.ResourceRecordSet
+ Aws.Route53.Core: instance GHC.Show.Show Aws.Route53.Core.Route53Error
+ Aws.Route53.Core: instance GHC.Show.Show Aws.Route53.Core.Route53Metadata
Files
Aws/Route53/Commands/ListResourceRecordSets.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} {-# LANGUAGE TupleSections #-} -- ------------------------------------------------------ -- -- Copyright © 2012 AlephCloud Systems, Inc.@@ -19,7 +20,9 @@ import Aws.Core import Aws.Route53.Core import Data.Maybe (catMaybes, listToMaybe)+#if __GLASGOW_HASKELL__ < 710 import Control.Applicative ((<$>))+#endif import Control.Monad (guard) import Text.XML.Cursor (($//), (&|), ($/)) import qualified Data.Text as T
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.2.1 - 30th October, 2015++* Fix warning with GHC 7.10.+ # 0.1.2 - 27th April, 2015 * Fix compilation with GHC 7.10.
aws-route53.cabal view
@@ -1,5 +1,5 @@ name: aws-route53-version: 0.1.2+version: 0.1.2.1 synopsis: Amazon Route53 DNS service plugin for the aws package. description: Amazon Route53 DNS service plugin for the aws package. license: BSD3@@ -55,7 +55,7 @@ Source-repository this type: git location: https://github.com/memcachier/aws-route53.git- tag: 0.1.2+ tag: 0.1.2.1 Source-repository head type: git