aws-sdk-core 2.7.12 → 2.7.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -214,6 +214,7 @@
214
214
  },
215
215
  "output":{"shape":"CreateVPCAssociationAuthorizationResponse"},
216
216
  "errors":[
217
+ {"shape":"ConcurrentModification"},
217
218
  {"shape":"TooManyVPCAssociationAuthorizations"},
218
219
  {"shape":"NoSuchHostedZone"},
219
220
  {"shape":"InvalidVPCId"},
@@ -307,6 +308,7 @@
307
308
  },
308
309
  "output":{"shape":"DeleteVPCAssociationAuthorizationResponse"},
309
310
  "errors":[
311
+ {"shape":"ConcurrentModification"},
310
312
  {"shape":"VPCAssociationAuthorizationNotFound"},
311
313
  {"shape":"NoSuchHostedZone"},
312
314
  {"shape":"InvalidVPCId"},
@@ -2836,7 +2838,7 @@
2836
2838
  },
2837
2839
  "SubnetMask":{
2838
2840
  "type":"string",
2839
- "max":2,
2841
+ "max":3,
2840
2842
  "min":0
2841
2843
  },
2842
2844
  "TTL":{
@@ -1,5 +1,762 @@
1
1
  {
2
2
  "version": "1.0",
3
3
  "examples": {
4
+ "AssociateVPCWithHostedZone": [
5
+ {
6
+ "input": {
7
+ "Comment": "",
8
+ "HostedZoneId": "Z3M3LMPEXAMPLE",
9
+ "VPC": {
10
+ "VPCId": "vpc-1a2b3c4d",
11
+ "VPCRegion": "us-east-2"
12
+ }
13
+ },
14
+ "output": {
15
+ "ChangeInfo": {
16
+ "Comment": "",
17
+ "Id": "/change/C3HC6WDB2UANE2",
18
+ "Status": "INSYNC",
19
+ "SubmittedAt": "2017-01-31T01:36:41.958Z"
20
+ }
21
+ },
22
+ "comments": {
23
+ "input": {
24
+ },
25
+ "output": {
26
+ "Status": "Valid values are PENDING and INSYNC.",
27
+ "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
28
+ }
29
+ },
30
+ "description": "The following example associates the VPC with ID vpc-1a2b3c4d with the hosted zone with ID Z3M3LMPEXAMPLE.",
31
+ "id": "to-associate-a-vpc-with-a-hosted-zone-1484069228699",
32
+ "title": "To associate a VPC with a hosted zone"
33
+ }
34
+ ],
35
+ "ChangeResourceRecordSets": [
36
+ {
37
+ "input": {
38
+ "ChangeBatch": {
39
+ "Changes": [
40
+ {
41
+ "Action": "CREATE",
42
+ "ResourceRecordSet": {
43
+ "Name": "example.com",
44
+ "ResourceRecords": [
45
+ {
46
+ "Value": "192.0.2.44"
47
+ }
48
+ ],
49
+ "TTL": 60,
50
+ "Type": "A"
51
+ }
52
+ }
53
+ ],
54
+ "Comment": "Web server for example.com"
55
+ },
56
+ "HostedZoneId": "Z3M3LMPEXAMPLE"
57
+ },
58
+ "output": {
59
+ "ChangeInfo": {
60
+ "Comment": "Web server for example.com",
61
+ "Id": "/change/C2682N5HXP0BZ4",
62
+ "Status": "PENDING",
63
+ "SubmittedAt": "2017-02-10T01:36:41.958Z"
64
+ }
65
+ },
66
+ "comments": {
67
+ "input": {
68
+ "Action": "Valid values: CREATE, DELETE, UPSERT",
69
+ "TTL": "The amount of time in seconds that you want DNS resolvers to cache the values in this resource record set before submitting another request to Route 53",
70
+ "Value": "The value that is applicable to the value of Type. For example, if Type is A, Value is an IPv4 address"
71
+ },
72
+ "output": {
73
+ "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
74
+ }
75
+ },
76
+ "description": "The following example creates a resource record set that routes Internet traffic to a resource with an IP address of 192.0.2.44.",
77
+ "id": "to-create-update-or-delete-resource-record-sets-1484344703668",
78
+ "title": "To create a basic resource record set"
79
+ },
80
+ {
81
+ "input": {
82
+ "ChangeBatch": {
83
+ "Changes": [
84
+ {
85
+ "Action": "CREATE",
86
+ "ResourceRecordSet": {
87
+ "HealthCheckId": "abcdef11-2222-3333-4444-555555fedcba",
88
+ "Name": "example.com",
89
+ "ResourceRecords": [
90
+ {
91
+ "Value": "192.0.2.44"
92
+ }
93
+ ],
94
+ "SetIdentifier": "Seattle data center",
95
+ "TTL": 60,
96
+ "Type": "A",
97
+ "Weight": 100
98
+ }
99
+ },
100
+ {
101
+ "Action": "CREATE",
102
+ "ResourceRecordSet": {
103
+ "HealthCheckId": "abcdef66-7777-8888-9999-000000fedcba",
104
+ "Name": "example.com",
105
+ "ResourceRecords": [
106
+ {
107
+ "Value": "192.0.2.45"
108
+ }
109
+ ],
110
+ "SetIdentifier": "Portland data center",
111
+ "TTL": 60,
112
+ "Type": "A",
113
+ "Weight": 200
114
+ }
115
+ }
116
+ ],
117
+ "Comment": "Web servers for example.com"
118
+ },
119
+ "HostedZoneId": "Z3M3LMPEXAMPLE"
120
+ },
121
+ "output": {
122
+ "ChangeInfo": {
123
+ "Comment": "Web servers for example.com",
124
+ "Id": "/change/C2682N5HXP0BZ4",
125
+ "Status": "PENDING",
126
+ "SubmittedAt": "2017-02-10T01:36:41.958Z"
127
+ }
128
+ },
129
+ "comments": {
130
+ "input": {
131
+ "Action": "Valid values: CREATE, DELETE, UPSERT",
132
+ "TTL": "The amount of time in seconds that you want DNS resolvers to cache the values in this resource record set before submitting another request to Route 53. TTLs must be the same for all weighted resource record sets that have the same name and type.",
133
+ "Value": "The value that is applicable to the value of Type. For example, if Type is A, Value is an IPv4 address"
134
+ },
135
+ "output": {
136
+ "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
137
+ }
138
+ },
139
+ "description": "The following example creates two weighted resource record sets. The resource with a Weight of 100 will get 1/3rd of traffic (100/100+200), and the other resource will get the rest of the traffic for example.com.",
140
+ "id": "to-create-weighted-resource-record-sets-1484348208522",
141
+ "title": "To create weighted resource record sets"
142
+ },
143
+ {
144
+ "input": {
145
+ "ChangeBatch": {
146
+ "Changes": [
147
+ {
148
+ "Action": "CREATE",
149
+ "ResourceRecordSet": {
150
+ "AliasTarget": {
151
+ "DNSName": "d123rk29d0stfj.cloudfront.net",
152
+ "EvaluateTargetHealth": false,
153
+ "HostedZoneId": "Z2FDTNDATAQYW2"
154
+ },
155
+ "Name": "example.com",
156
+ "Type": "A"
157
+ }
158
+ }
159
+ ],
160
+ "Comment": "CloudFront distribution for example.com"
161
+ },
162
+ "HostedZoneId": "Z3M3LMPEXAMPLE"
163
+ },
164
+ "output": {
165
+ "ChangeInfo": {
166
+ "Comment": "CloudFront distribution for example.com",
167
+ "Id": "/change/C2682N5HXP0BZ4",
168
+ "Status": "PENDING",
169
+ "SubmittedAt": "2017-02-10T01:36:41.958Z"
170
+ }
171
+ },
172
+ "comments": {
173
+ "input": {
174
+ "Action": "Valid values: CREATE, DELETE, UPSERT",
175
+ "DNSName": "The DNS name assigned to the resource",
176
+ "HostedZoneId": "Depends on the type of resource that you want to route traffic to",
177
+ "Type": "A or AAAA, depending on the type of resource that you want to route traffic to"
178
+ },
179
+ "output": {
180
+ "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
181
+ }
182
+ },
183
+ "description": "The following example creates an alias resource record set that routes traffic to a CloudFront distribution.",
184
+ "id": "to-create-an-alias-resource-record-set-1484348404062",
185
+ "title": "To create an alias resource record set"
186
+ },
187
+ {
188
+ "input": {
189
+ "ChangeBatch": {
190
+ "Changes": [
191
+ {
192
+ "Action": "CREATE",
193
+ "ResourceRecordSet": {
194
+ "AliasTarget": {
195
+ "DNSName": "example-com-123456789.us-east-2.elb.amazonaws.com ",
196
+ "EvaluateTargetHealth": true,
197
+ "HostedZoneId": "Z3AADJGX6KTTL2"
198
+ },
199
+ "Name": "example.com",
200
+ "SetIdentifier": "Ohio region",
201
+ "Type": "A",
202
+ "Weight": 100
203
+ }
204
+ },
205
+ {
206
+ "Action": "CREATE",
207
+ "ResourceRecordSet": {
208
+ "AliasTarget": {
209
+ "DNSName": "example-com-987654321.us-west-2.elb.amazonaws.com ",
210
+ "EvaluateTargetHealth": true,
211
+ "HostedZoneId": "Z1H1FL5HABSF5"
212
+ },
213
+ "Name": "example.com",
214
+ "SetIdentifier": "Oregon region",
215
+ "Type": "A",
216
+ "Weight": 200
217
+ }
218
+ }
219
+ ],
220
+ "Comment": "ELB load balancers for example.com"
221
+ },
222
+ "HostedZoneId": "Z3M3LMPEXAMPLE"
223
+ },
224
+ "output": {
225
+ "ChangeInfo": {
226
+ "Comment": "ELB load balancers for example.com",
227
+ "Id": "/change/C2682N5HXP0BZ4",
228
+ "Status": "PENDING",
229
+ "SubmittedAt": "2017-02-10T01:36:41.958Z"
230
+ }
231
+ },
232
+ "comments": {
233
+ "input": {
234
+ "Action": "Valid values: CREATE, DELETE, UPSERT",
235
+ "DNSName": "The DNS name assigned to the resource",
236
+ "HostedZoneId": "Depends on the type of resource that you want to route traffic to",
237
+ "Type": "A or AAAA, depending on the type of resource that you want to route traffic to"
238
+ },
239
+ "output": {
240
+ "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
241
+ }
242
+ },
243
+ "description": "The following example creates two weighted alias resource record sets that route traffic to ELB load balancers. The resource with a Weight of 100 will get 1/3rd of traffic (100/100+200), and the other resource will get the rest of the traffic for example.com.",
244
+ "id": "to-create-weighted-alias-resource-record-sets-1484349467416",
245
+ "title": "To create weighted alias resource record sets"
246
+ },
247
+ {
248
+ "input": {
249
+ "ChangeBatch": {
250
+ "Changes": [
251
+ {
252
+ "Action": "CREATE",
253
+ "ResourceRecordSet": {
254
+ "HealthCheckId": "abcdef11-2222-3333-4444-555555fedcba",
255
+ "Name": "example.com",
256
+ "Region": "us-east-2",
257
+ "ResourceRecords": [
258
+ {
259
+ "Value": "192.0.2.44"
260
+ }
261
+ ],
262
+ "SetIdentifier": "Ohio region",
263
+ "TTL": 60,
264
+ "Type": "A"
265
+ }
266
+ },
267
+ {
268
+ "Action": "CREATE",
269
+ "ResourceRecordSet": {
270
+ "HealthCheckId": "abcdef66-7777-8888-9999-000000fedcba",
271
+ "Name": "example.com",
272
+ "Region": "us-west-2",
273
+ "ResourceRecords": [
274
+ {
275
+ "Value": "192.0.2.45"
276
+ }
277
+ ],
278
+ "SetIdentifier": "Oregon region",
279
+ "TTL": 60,
280
+ "Type": "A"
281
+ }
282
+ }
283
+ ],
284
+ "Comment": "EC2 instances for example.com"
285
+ },
286
+ "HostedZoneId": "Z3M3LMPEXAMPLE"
287
+ },
288
+ "output": {
289
+ "ChangeInfo": {
290
+ "Comment": "EC2 instances for example.com",
291
+ "Id": "/change/C2682N5HXP0BZ4",
292
+ "Status": "PENDING",
293
+ "SubmittedAt": "2017-02-10T01:36:41.958Z"
294
+ }
295
+ },
296
+ "comments": {
297
+ "input": {
298
+ "Action": "Valid values: CREATE, DELETE, UPSERT",
299
+ "TTL": "The amount of time in seconds that you want DNS resolvers to cache the values in this resource record set before submitting another request to Route 53",
300
+ "Value": "The value that is applicable to the value of Type. For example, if Type is A, Value is an IPv4 address"
301
+ },
302
+ "output": {
303
+ "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
304
+ }
305
+ },
306
+ "description": "The following example creates two latency resource record sets that route traffic to EC2 instances. Traffic for example.com is routed either to the Ohio region or the Oregon region, depending on the latency between the user and those regions.",
307
+ "id": "to-create-latency-resource-record-sets-1484350219917",
308
+ "title": "To create latency resource record sets"
309
+ },
310
+ {
311
+ "input": {
312
+ "ChangeBatch": {
313
+ "Changes": [
314
+ {
315
+ "Action": "CREATE",
316
+ "ResourceRecordSet": {
317
+ "AliasTarget": {
318
+ "DNSName": "example-com-123456789.us-east-2.elb.amazonaws.com ",
319
+ "EvaluateTargetHealth": true,
320
+ "HostedZoneId": "Z3AADJGX6KTTL2"
321
+ },
322
+ "Name": "example.com",
323
+ "Region": "us-east-2",
324
+ "SetIdentifier": "Ohio region",
325
+ "Type": "A"
326
+ }
327
+ },
328
+ {
329
+ "Action": "CREATE",
330
+ "ResourceRecordSet": {
331
+ "AliasTarget": {
332
+ "DNSName": "example-com-987654321.us-west-2.elb.amazonaws.com ",
333
+ "EvaluateTargetHealth": true,
334
+ "HostedZoneId": "Z1H1FL5HABSF5"
335
+ },
336
+ "Name": "example.com",
337
+ "Region": "us-west-2",
338
+ "SetIdentifier": "Oregon region",
339
+ "Type": "A"
340
+ }
341
+ }
342
+ ],
343
+ "Comment": "ELB load balancers for example.com"
344
+ },
345
+ "HostedZoneId": "Z3M3LMPEXAMPLE"
346
+ },
347
+ "output": {
348
+ "ChangeInfo": {
349
+ "Comment": "ELB load balancers for example.com",
350
+ "Id": "/change/C2682N5HXP0BZ4",
351
+ "Status": "PENDING",
352
+ "SubmittedAt": "2017-02-10T01:36:41.958Z"
353
+ }
354
+ },
355
+ "comments": {
356
+ "input": {
357
+ "Action": "Valid values: CREATE, DELETE, UPSERT",
358
+ "DNSName": "The DNS name assigned to the resource",
359
+ "HostedZoneId": "Depends on the type of resource that you want to route traffic to",
360
+ "Type": "A or AAAA, depending on the type of resource that you want to route traffic to"
361
+ },
362
+ "output": {
363
+ "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
364
+ }
365
+ },
366
+ "description": "The following example creates two latency alias resource record sets that route traffic for example.com to ELB load balancers. Requests are routed either to the Ohio region or the Oregon region, depending on the latency between the user and those regions.",
367
+ "id": "to-create-latency-alias-resource-record-sets-1484601774179",
368
+ "title": "To create latency alias resource record sets"
369
+ },
370
+ {
371
+ "input": {
372
+ "ChangeBatch": {
373
+ "Changes": [
374
+ {
375
+ "Action": "CREATE",
376
+ "ResourceRecordSet": {
377
+ "Failover": "PRIMARY",
378
+ "HealthCheckId": "abcdef11-2222-3333-4444-555555fedcba",
379
+ "Name": "example.com",
380
+ "ResourceRecords": [
381
+ {
382
+ "Value": "192.0.2.44"
383
+ }
384
+ ],
385
+ "SetIdentifier": "Ohio region",
386
+ "TTL": 60,
387
+ "Type": "A"
388
+ }
389
+ },
390
+ {
391
+ "Action": "CREATE",
392
+ "ResourceRecordSet": {
393
+ "Failover": "SECONDARY",
394
+ "HealthCheckId": "abcdef66-7777-8888-9999-000000fedcba",
395
+ "Name": "example.com",
396
+ "ResourceRecords": [
397
+ {
398
+ "Value": "192.0.2.45"
399
+ }
400
+ ],
401
+ "SetIdentifier": "Oregon region",
402
+ "TTL": 60,
403
+ "Type": "A"
404
+ }
405
+ }
406
+ ],
407
+ "Comment": "Failover configuration for example.com"
408
+ },
409
+ "HostedZoneId": "Z3M3LMPEXAMPLE"
410
+ },
411
+ "output": {
412
+ "ChangeInfo": {
413
+ "Comment": "Failover configuration for example.com",
414
+ "Id": "/change/C2682N5HXP0BZ4",
415
+ "Status": "PENDING",
416
+ "SubmittedAt": "2017-02-10T01:36:41.958Z"
417
+ }
418
+ },
419
+ "comments": {
420
+ "input": {
421
+ "Action": "Valid values: CREATE, DELETE, UPSERT",
422
+ "TTL": "The amount of time in seconds that you want DNS resolvers to cache the values in this resource record set before submitting another request to Route 53",
423
+ "Value": "The value that is applicable to the value of Type. For example, if Type is A, Value is an IPv4 address"
424
+ },
425
+ "output": {
426
+ "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
427
+ }
428
+ },
429
+ "description": "The following example creates primary and secondary failover resource record sets that route traffic to EC2 instances. Traffic is generally routed to the primary resource, in the Ohio region. If that resource is unavailable, traffic is routed to the secondary resource, in the Oregon region.",
430
+ "id": "to-create-failover-resource-record-sets-1484604541740",
431
+ "title": "To create failover resource record sets"
432
+ },
433
+ {
434
+ "input": {
435
+ "ChangeBatch": {
436
+ "Changes": [
437
+ {
438
+ "Action": "CREATE",
439
+ "ResourceRecordSet": {
440
+ "AliasTarget": {
441
+ "DNSName": "example-com-123456789.us-east-2.elb.amazonaws.com ",
442
+ "EvaluateTargetHealth": true,
443
+ "HostedZoneId": "Z3AADJGX6KTTL2"
444
+ },
445
+ "Failover": "PRIMARY",
446
+ "Name": "example.com",
447
+ "SetIdentifier": "Ohio region",
448
+ "Type": "A"
449
+ }
450
+ },
451
+ {
452
+ "Action": "CREATE",
453
+ "ResourceRecordSet": {
454
+ "AliasTarget": {
455
+ "DNSName": "example-com-987654321.us-west-2.elb.amazonaws.com ",
456
+ "EvaluateTargetHealth": true,
457
+ "HostedZoneId": "Z1H1FL5HABSF5"
458
+ },
459
+ "Failover": "SECONDARY",
460
+ "Name": "example.com",
461
+ "SetIdentifier": "Oregon region",
462
+ "Type": "A"
463
+ }
464
+ }
465
+ ],
466
+ "Comment": "Failover alias configuration for example.com"
467
+ },
468
+ "HostedZoneId": "Z3M3LMPEXAMPLE"
469
+ },
470
+ "output": {
471
+ "ChangeInfo": {
472
+ "Comment": "Failover alias configuration for example.com",
473
+ "Id": "/change/C2682N5HXP0BZ4",
474
+ "Status": "PENDING",
475
+ "SubmittedAt": "2017-02-10T01:36:41.958Z"
476
+ }
477
+ },
478
+ "comments": {
479
+ "input": {
480
+ "Action": "Valid values: CREATE, DELETE, UPSERT",
481
+ "DNSName": "The DNS name assigned to the resource",
482
+ "HostedZoneId": "Depends on the type of resource that you want to route traffic to",
483
+ "Type": "A or AAAA, depending on the type of resource that you want to route traffic to"
484
+ },
485
+ "output": {
486
+ "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
487
+ }
488
+ },
489
+ "description": "The following example creates primary and secondary failover alias resource record sets that route traffic to ELB load balancers. Traffic is generally routed to the primary resource, in the Ohio region. If that resource is unavailable, traffic is routed to the secondary resource, in the Oregon region.",
490
+ "id": "to-create-failover-alias-resource-record-sets-1484607497724",
491
+ "title": "To create failover alias resource record sets"
492
+ },
493
+ {
494
+ "input": {
495
+ "ChangeBatch": {
496
+ "Changes": [
497
+ {
498
+ "Action": "CREATE",
499
+ "ResourceRecordSet": {
500
+ "GeoLocation": {
501
+ "ContinentCode": "NA"
502
+ },
503
+ "Name": "example.com",
504
+ "ResourceRecords": [
505
+ {
506
+ "Value": "192.0.2.44"
507
+ }
508
+ ],
509
+ "SetIdentifier": "North America",
510
+ "TTL": 60,
511
+ "Type": "A"
512
+ }
513
+ },
514
+ {
515
+ "Action": "CREATE",
516
+ "ResourceRecordSet": {
517
+ "GeoLocation": {
518
+ "ContinentCode": "SA"
519
+ },
520
+ "Name": "example.com",
521
+ "ResourceRecords": [
522
+ {
523
+ "Value": "192.0.2.45"
524
+ }
525
+ ],
526
+ "SetIdentifier": "South America",
527
+ "TTL": 60,
528
+ "Type": "A"
529
+ }
530
+ },
531
+ {
532
+ "Action": "CREATE",
533
+ "ResourceRecordSet": {
534
+ "GeoLocation": {
535
+ "ContinentCode": "EU"
536
+ },
537
+ "Name": "example.com",
538
+ "ResourceRecords": [
539
+ {
540
+ "Value": "192.0.2.46"
541
+ }
542
+ ],
543
+ "SetIdentifier": "Europe",
544
+ "TTL": 60,
545
+ "Type": "A"
546
+ }
547
+ },
548
+ {
549
+ "Action": "CREATE",
550
+ "ResourceRecordSet": {
551
+ "GeoLocation": {
552
+ "CountryCode": "*"
553
+ },
554
+ "Name": "example.com",
555
+ "ResourceRecords": [
556
+ {
557
+ "Value": "192.0.2.47"
558
+ }
559
+ ],
560
+ "SetIdentifier": "Other locations",
561
+ "TTL": 60,
562
+ "Type": "A"
563
+ }
564
+ }
565
+ ],
566
+ "Comment": "Geolocation configuration for example.com"
567
+ },
568
+ "HostedZoneId": "Z3M3LMPEXAMPLE"
569
+ },
570
+ "output": {
571
+ "ChangeInfo": {
572
+ "Comment": "Geolocation configuration for example.com",
573
+ "Id": "/change/C2682N5HXP0BZ4",
574
+ "Status": "PENDING",
575
+ "SubmittedAt": "2017-02-10T01:36:41.958Z"
576
+ }
577
+ },
578
+ "comments": {
579
+ "input": {
580
+ "Action": "Valid values: CREATE, DELETE, UPSERT",
581
+ "TTL": "The amount of time in seconds that you want DNS resolvers to cache the values in this resource record set before submitting another request to Route 53",
582
+ "Value": "The value that is applicable to the value of Type. For example, if Type is A, Value is an IPv4 address"
583
+ },
584
+ "output": {
585
+ "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
586
+ }
587
+ },
588
+ "description": "The following example creates four geolocation resource record sets that use IPv4 addresses to route traffic to resources such as web servers running on EC2 instances. Traffic is routed to one of four IP addresses, for North America (NA), for South America (SA), for Europe (EU), and for all other locations (*).",
589
+ "id": "to-create-geolocation-resource-record-sets-1484612462466",
590
+ "title": "To create geolocation resource record sets"
591
+ },
592
+ {
593
+ "input": {
594
+ "ChangeBatch": {
595
+ "Changes": [
596
+ {
597
+ "Action": "CREATE",
598
+ "ResourceRecordSet": {
599
+ "AliasTarget": {
600
+ "DNSName": "example-com-123456789.us-east-2.elb.amazonaws.com ",
601
+ "EvaluateTargetHealth": true,
602
+ "HostedZoneId": "Z3AADJGX6KTTL2"
603
+ },
604
+ "GeoLocation": {
605
+ "ContinentCode": "NA"
606
+ },
607
+ "Name": "example.com",
608
+ "SetIdentifier": "North America",
609
+ "Type": "A"
610
+ }
611
+ },
612
+ {
613
+ "Action": "CREATE",
614
+ "ResourceRecordSet": {
615
+ "AliasTarget": {
616
+ "DNSName": "example-com-234567890.sa-east-1.elb.amazonaws.com ",
617
+ "EvaluateTargetHealth": true,
618
+ "HostedZoneId": "Z2P70J7HTTTPLU"
619
+ },
620
+ "GeoLocation": {
621
+ "ContinentCode": "SA"
622
+ },
623
+ "Name": "example.com",
624
+ "SetIdentifier": "South America",
625
+ "Type": "A"
626
+ }
627
+ },
628
+ {
629
+ "Action": "CREATE",
630
+ "ResourceRecordSet": {
631
+ "AliasTarget": {
632
+ "DNSName": "example-com-234567890.eu-central-1.elb.amazonaws.com ",
633
+ "EvaluateTargetHealth": true,
634
+ "HostedZoneId": "Z215JYRZR1TBD5"
635
+ },
636
+ "GeoLocation": {
637
+ "ContinentCode": "EU"
638
+ },
639
+ "Name": "example.com",
640
+ "SetIdentifier": "Europe",
641
+ "Type": "A"
642
+ }
643
+ },
644
+ {
645
+ "Action": "CREATE",
646
+ "ResourceRecordSet": {
647
+ "AliasTarget": {
648
+ "DNSName": "example-com-234567890.ap-southeast-1.elb.amazonaws.com ",
649
+ "EvaluateTargetHealth": true,
650
+ "HostedZoneId": "Z1LMS91P8CMLE5"
651
+ },
652
+ "GeoLocation": {
653
+ "CountryCode": "*"
654
+ },
655
+ "Name": "example.com",
656
+ "SetIdentifier": "Other locations",
657
+ "Type": "A"
658
+ }
659
+ }
660
+ ],
661
+ "Comment": "Geolocation alias configuration for example.com"
662
+ },
663
+ "HostedZoneId": "Z3M3LMPEXAMPLE"
664
+ },
665
+ "output": {
666
+ "ChangeInfo": {
667
+ "Comment": "Geolocation alias configuration for example.com",
668
+ "Id": "/change/C2682N5HXP0BZ4",
669
+ "Status": "PENDING",
670
+ "SubmittedAt": "2017-02-10T01:36:41.958Z"
671
+ }
672
+ },
673
+ "comments": {
674
+ "input": {
675
+ "Action": "Valid values: CREATE, DELETE, UPSERT",
676
+ "DNSName": "The DNS name assigned to the resource",
677
+ "HostedZoneId": "Depends on the type of resource that you want to route traffic to",
678
+ "Type": "A or AAAA, depending on the type of resource that you want to route traffic to"
679
+ },
680
+ "output": {
681
+ "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
682
+ }
683
+ },
684
+ "description": "The following example creates four geolocation alias resource record sets that route traffic to ELB load balancers. Traffic is routed to one of four IP addresses, for North America (NA), for South America (SA), for Europe (EU), and for all other locations (*).",
685
+ "id": "to-create-geolocation-alias-resource-record-sets-1484612871203",
686
+ "title": "To create geolocation alias resource record sets"
687
+ }
688
+ ],
689
+ "ChangeTagsForResource": [
690
+ {
691
+ "input": {
692
+ "AddTags": [
693
+ {
694
+ "Key": "apex",
695
+ "Value": "3874"
696
+ },
697
+ {
698
+ "Key": "acme",
699
+ "Value": "4938"
700
+ }
701
+ ],
702
+ "RemoveTagKeys": [
703
+ "Nadir"
704
+ ],
705
+ "ResourceId": "Z3M3LMPEXAMPLE",
706
+ "ResourceType": "hostedzone"
707
+ },
708
+ "output": {
709
+ },
710
+ "comments": {
711
+ "input": {
712
+ "ResourceType": "Valid values are healthcheck and hostedzone."
713
+ },
714
+ "output": {
715
+ }
716
+ },
717
+ "description": "The following example adds two tags and removes one tag from the hosted zone with ID Z3M3LMPEXAMPLE.",
718
+ "id": "to-add-or-remove-tags-from-a-hosted-zone-or-health-check-1484084752409",
719
+ "title": "To add or remove tags from a hosted zone or health check"
720
+ }
721
+ ],
722
+ "GetHostedZone": [
723
+ {
724
+ "input": {
725
+ "Id": "Z3M3LMPEXAMPLE"
726
+ },
727
+ "output": {
728
+ "DelegationSet": {
729
+ "NameServers": [
730
+ "ns-2048.awsdns-64.com",
731
+ "ns-2049.awsdns-65.net",
732
+ "ns-2050.awsdns-66.org",
733
+ "ns-2051.awsdns-67.co.uk"
734
+ ]
735
+ },
736
+ "HostedZone": {
737
+ "CallerReference": "C741617D-04E4-F8DE-B9D7-0D150FC61C2E",
738
+ "Config": {
739
+ "PrivateZone": false
740
+ },
741
+ "Id": "/hostedzone/Z3M3LMPEXAMPLE",
742
+ "Name": "myawsbucket.com.",
743
+ "ResourceRecordSetCount": 8
744
+ }
745
+ },
746
+ "comments": {
747
+ "input": {
748
+ },
749
+ "output": {
750
+ "Id": "The ID of the hosted zone that you specified in the GetHostedZone request.",
751
+ "Name": "The name of the hosted zone.",
752
+ "NameServers": "The servers that you specify in your domain configuration.",
753
+ "PrivateZone": "True if this is a private hosted zone, false if it's a public hosted zone."
754
+ }
755
+ },
756
+ "description": "The following example gets information about the Z3M3LMPEXAMPLE hosted zone.",
757
+ "id": "to-get-information-about-a-hosted-zone-1481752361124",
758
+ "title": "To get information about a hosted zone"
759
+ }
760
+ ]
4
761
  }
5
762
  }