-
Notifications
You must be signed in to change notification settings - Fork 11
route53.createHostedZone
jordanryanmoore edited this page May 11, 2011
·
8 revisions
{
name: "example.com",
callerReference: "myUniqueIdentifier",
config: { // optional
comment: "This is my first hosted zone.", // optional
},
}
{
hostedZone: {
id: "/hostedzone/Z1PA6795UKMFR9",
name: "example.com.",
callerReference: "myUniqueIdentifier",
config: { // optional
comment: "This is my first hosted zone.", // optional
},
},
changeInfo: {
id: "/change/C1PA6795UKMFR9",
status: "PENDING",
submittedAt: new Date("2010-09-10T01:36:41.958Z"),
},
nameServers: [
"ns-01.awsdns-00.com",
"ns-500.awsdns-11.net",
"ns-1112.awsdns-31.org",
"ns-1600.awsdns-27.co.uk",
],
}
- ec2.allocateAddress
- ec2.associateAddress
- ec2.createKeyPair
- ec2.deleteKeyPair
- ec2.describeAddresses
- ec2.describeAvailabilityZones
- ec2.describeInstanceAttribute
- ec2.describeInstances
- ec2.describeKeyPairs
- ec2.describeRegions
- ec2.disassociateAddress
- ec2.getConsoleOutput
- ec2.importKeyPair
- ec2.rebootInstances
- ec2.releaseAddress
- ec2.startInstances
- ec2.stopInstances
- ec2.terminateInstances
- route53.changeResourceRecordSets
- route53.createHostedZone
- route53.deleteHostedZone
- route53.getChange
- route53.getHostedZone
- route53.listHostedZones
- route53.listResourceRecordSets
- s3.createBucket
- s3.deleteBucket
- s3.deleteObject
- s3.getObject
- s3.listAllMyBuckets
- s3.listBucket
- s3.putObject