Safe Haskell | None |
---|
Aws.Route53.Commands.CreateHostedZone
Description
POST CreateHostedZone
Create a new Route53 hosted zone.
http://docs.amazonwebservices.com/Route53/latest/APIReference/API_CreateHostedZone.html
Documentation
data CreateHostedZone Source
Constructors
CreateHostedZone | |
Fields
|
Instances
data CreateHostedZoneResponse Source
Constructors
CreateHostedZoneResponse | |
Fields |
createHostedZone :: Domain -> Text -> Text -> CreateHostedZoneSource