aws-sdk-core 2.0.6 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,37 +2,25 @@
2
2
  "service": {
3
3
  "actions": {
4
4
  "CreateStack": {
5
- "request": {
6
- "operation": "CreateStack"
7
- },
5
+ "request": { "operation": "CreateStack" },
8
6
  "resource": {
9
7
  "type": "Stack",
10
8
  "identifiers": [
11
- {
12
- "target": "Id",
13
- "sourceType": "responsePath",
14
- "source": "StackId"
15
- }
9
+ { "target": "Id", "sourceType": "responsePath", "source": "StackId" }
16
10
  ]
17
11
  }
18
12
  }
19
13
  },
20
14
  "hasMany": {
21
15
  "Stacks": {
22
- "request": {
23
- "operation": "DescribeStacks"
24
- },
16
+ "request": { "operation": "DescribeStacks" },
25
17
  "resource": {
26
18
  "type": "Stack",
27
19
  "identifiers": [
28
- {
29
- "target": "Id",
30
- "sourceType": "responsePath",
31
- "source": "Stacks[].StackId"
32
- }
33
- ]
34
- },
35
- "path": "Stacks[]"
20
+ { "target": "Id", "sourceType": "responsePath", "source": "Stacks[].StackId" }
21
+ ],
22
+ "path": "Stacks[]"
23
+ }
36
24
  }
37
25
  }
38
26
  },
@@ -46,11 +34,7 @@
46
34
  "request": {
47
35
  "operation": "DescribeLayers",
48
36
  "params": [
49
- {
50
- "target": "LayerIds[]",
51
- "sourceType": "identifier",
52
- "source": "Id"
53
- }
37
+ { "target": "LayerIds[]", "sourceType": "identifier", "source": "Id" }
54
38
  ]
55
39
  },
56
40
  "path": "Layers[0]"
@@ -60,25 +44,17 @@
60
44
  "request": {
61
45
  "operation": "DeleteLayer",
62
46
  "params": [
63
- {
64
- "target": "LayerId",
65
- "sourceType": "identifier",
66
- "source": "Id"
67
- }
47
+ { "target": "LayerId", "sourceType": "identifier", "source": "Id" }
68
48
  ]
69
49
  }
70
50
  }
71
51
  },
72
- "hasOne": {
52
+ "belongsTo": {
73
53
  "Stack": {
74
54
  "resource": {
75
55
  "type": "Stack",
76
56
  "identifiers": [
77
- {
78
- "target": "Id",
79
- "sourceType": "dataMember",
80
- "source": "StackId"
81
- }
57
+ { "target": "Id", "sourceType": "dataMember", "source": "StackId" }
82
58
  ]
83
59
  }
84
60
  }
@@ -93,11 +69,7 @@
93
69
  "request": {
94
70
  "operation": "DescribeStacks",
95
71
  "params": [
96
- {
97
- "target": "StackIds[]",
98
- "sourceType": "identifier",
99
- "source": "Id"
100
- }
72
+ { "target": "StackIds[]", "sourceType": "identifier", "source": "Id" }
101
73
  ]
102
74
  },
103
75
  "path": "Stacks[0]"
@@ -107,46 +79,21 @@
107
79
  "request": {
108
80
  "operation": "CreateLayer",
109
81
  "params": [
110
- {
111
- "target": "StackId",
112
- "sourceType": "identifier",
113
- "source": "Id"
114
- }
82
+ { "target": "StackId", "sourceType": "identifier", "source": "Id" }
115
83
  ]
116
84
  },
117
85
  "resource": {
118
86
  "type": "Layer",
119
87
  "identifiers": [
120
- {
121
- "target": "Id",
122
- "sourceType": "responsePath",
123
- "source": "LayerId"
124
- }
88
+ { "target": "Id", "sourceType": "responsePath", "source": "LayerId" }
125
89
  ]
126
90
  }
127
91
  },
128
- "GetSummary": {
129
- "request": {
130
- "operation": "DescribeStackSummary",
131
- "params": [
132
- {
133
- "target": "StackId",
134
- "sourceType": "identifier",
135
- "source": "Id"
136
- }
137
- ]
138
- },
139
- "path": "StackSummary"
140
- },
141
92
  "Delete": {
142
93
  "request": {
143
94
  "operation": "DeleteStack",
144
95
  "params": [
145
- {
146
- "target": "StackId",
147
- "sourceType": "identifier",
148
- "source": "Id"
149
- }
96
+ { "target": "StackId", "sourceType": "identifier", "source": "Id" }
150
97
  ]
151
98
  }
152
99
  }
@@ -156,25 +103,36 @@
156
103
  "request": {
157
104
  "operation": "DescribeLayers",
158
105
  "params": [
159
- {
160
- "target": "StackId",
161
- "sourceType": "identifier",
162
- "source": "Id"
163
- }
106
+ { "target": "StackId", "sourceType": "identifier", "source": "Id" }
164
107
  ]
165
108
  },
166
109
  "resource": {
167
110
  "type": "Layer",
168
111
  "identifiers": [
169
- {
170
- "target": "Id",
171
- "sourceType": "responsePath",
172
- "source": "Layers[].LayerId"
173
- }
174
- ]
175
- },
176
- "path": "Layers[]"
112
+ { "target": "Id", "sourceType": "responsePath", "source": "Layers[].LayerId" }
113
+ ],
114
+ "path": "Layers[]"
115
+ }
177
116
  }
117
+ },
118
+ "subResources": {
119
+ "resources": [ "StackSummary" ],
120
+ "identifiers": { "Id": "StackId" }
121
+ }
122
+ },
123
+ "StackSummary": {
124
+ "identifiers": [
125
+ { "name": "StackId" }
126
+ ],
127
+ "shape": "StackSummary",
128
+ "load": {
129
+ "request": {
130
+ "operation": "DescribeStackSummary",
131
+ "params": [
132
+ { "target": "StackId", "sourceType": "identifier", "source": "StackId" }
133
+ ]
134
+ },
135
+ "path": "StackSummary"
178
136
  }
179
137
  }
180
138
  }
@@ -5,10 +5,49 @@
5
5
  "globalEndpoint":"route53.amazonaws.com",
6
6
  "serviceAbbreviation":"Route 53",
7
7
  "serviceFullName":"Amazon Route 53",
8
- "signatureVersion":"v3https",
8
+ "signatureVersion":"v4",
9
9
  "protocol":"rest-xml"
10
10
  },
11
11
  "operations":{
12
+ "AssociateVPCWithHostedZone":{
13
+ "name":"AssociateVPCWithHostedZone",
14
+ "http":{
15
+ "method":"POST",
16
+ "requestUri":"/2013-04-01/hostedzone/{Id}/associatevpc"
17
+ },
18
+ "input":{
19
+ "shape":"AssociateVPCWithHostedZoneRequest",
20
+ "xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"},
21
+ "locationName":"AssociateVPCWithHostedZoneRequest"
22
+ },
23
+ "output":{"shape":"AssociateVPCWithHostedZoneResponse"},
24
+ "errors":[
25
+ {
26
+ "shape":"NoSuchHostedZone",
27
+ "error":{"httpStatusCode":404},
28
+ "exception":true
29
+ },
30
+ {
31
+ "shape":"InvalidVPCId",
32
+ "error":{"httpStatusCode":400},
33
+ "exception":true
34
+ },
35
+ {
36
+ "shape":"InvalidInput",
37
+ "error":{"httpStatusCode":400},
38
+ "exception":true
39
+ },
40
+ {
41
+ "shape":"PublicZoneVPCAssociation",
42
+ "error":{"httpStatusCode":400},
43
+ "exception":true
44
+ },
45
+ {
46
+ "shape":"ConflictingDomainExists",
47
+ "exception":true
48
+ }
49
+ ]
50
+ },
12
51
  "ChangeResourceRecordSets":{
13
52
  "name":"ChangeResourceRecordSets",
14
53
  "http":{
@@ -17,17 +56,10 @@
17
56
  },
18
57
  "input":{
19
58
  "shape":"ChangeResourceRecordSetsRequest",
20
- "xmlOrder":[
21
- "HostedZoneId",
22
- "ChangeBatch"
23
- ],
24
59
  "xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"},
25
60
  "locationName":"ChangeResourceRecordSetsRequest"
26
61
  },
27
- "output":{
28
- "shape":"ChangeResourceRecordSetsResponse",
29
- "xmlOrder":["ChangeInfo"]
30
- },
62
+ "output":{"shape":"ChangeResourceRecordSetsResponse"},
31
63
  "errors":[
32
64
  {
33
65
  "shape":"NoSuchHostedZone",
@@ -63,12 +95,6 @@
63
95
  },
64
96
  "input":{
65
97
  "shape":"ChangeTagsForResourceRequest",
66
- "xmlOrder":[
67
- "ResourceType",
68
- "ResourceId",
69
- "AddTags",
70
- "RemoveTagKeys"
71
- ],
72
98
  "xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"},
73
99
  "locationName":"ChangeTagsForResourceRequest"
74
100
  },
@@ -105,20 +131,10 @@
105
131
  },
106
132
  "input":{
107
133
  "shape":"CreateHealthCheckRequest",
108
- "xmlOrder":[
109
- "CallerReference",
110
- "HealthCheckConfig"
111
- ],
112
134
  "xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"},
113
135
  "locationName":"CreateHealthCheckRequest"
114
136
  },
115
- "output":{
116
- "shape":"CreateHealthCheckResponse",
117
- "xmlOrder":[
118
- "HealthCheck",
119
- "Location"
120
- ]
121
- },
137
+ "output":{"shape":"CreateHealthCheckResponse"},
122
138
  "errors":[
123
139
  {
124
140
  "shape":"TooManyHealthChecks",
@@ -145,23 +161,10 @@
145
161
  },
146
162
  "input":{
147
163
  "shape":"CreateHostedZoneRequest",
148
- "xmlOrder":[
149
- "Name",
150
- "CallerReference",
151
- "HostedZoneConfig"
152
- ],
153
164
  "xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"},
154
165
  "locationName":"CreateHostedZoneRequest"
155
166
  },
156
- "output":{
157
- "shape":"CreateHostedZoneResponse",
158
- "xmlOrder":[
159
- "HostedZone",
160
- "ChangeInfo",
161
- "DelegationSet",
162
- "Location"
163
- ]
164
- },
167
+ "output":{"shape":"CreateHostedZoneResponse"},
165
168
  "errors":[
166
169
  {
167
170
  "shape":"InvalidDomainName",
@@ -178,6 +181,11 @@
178
181
  "error":{"httpStatusCode":400},
179
182
  "exception":true
180
183
  },
184
+ {
185
+ "shape":"InvalidVPCId",
186
+ "error":{"httpStatusCode":400},
187
+ "exception":true
188
+ },
181
189
  {
182
190
  "shape":"InvalidInput",
183
191
  "error":{"httpStatusCode":400},
@@ -186,6 +194,63 @@
186
194
  {
187
195
  "shape":"DelegationSetNotAvailable",
188
196
  "exception":true
197
+ },
198
+ {
199
+ "shape":"ConflictingDomainExists",
200
+ "exception":true
201
+ },
202
+ {
203
+ "shape":"NoSuchDelegationSet",
204
+ "exception":true
205
+ },
206
+ {
207
+ "shape":"DelegationSetNotReusable",
208
+ "exception":true
209
+ }
210
+ ]
211
+ },
212
+ "CreateReusableDelegationSet":{
213
+ "name":"CreateReusableDelegationSet",
214
+ "http":{
215
+ "method":"POST",
216
+ "requestUri":"/2013-04-01/delegationset",
217
+ "responseCode":201
218
+ },
219
+ "input":{
220
+ "shape":"CreateReusableDelegationSetRequest",
221
+ "xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"},
222
+ "locationName":"CreateReusableDelegationSetRequest"
223
+ },
224
+ "output":{"shape":"CreateReusableDelegationSetResponse"},
225
+ "errors":[
226
+ {
227
+ "shape":"DelegationSetAlreadyCreated",
228
+ "exception":true
229
+ },
230
+ {
231
+ "shape":"LimitsExceeded",
232
+ "exception":true
233
+ },
234
+ {
235
+ "shape":"HostedZoneNotFound",
236
+ "exception":true
237
+ },
238
+ {
239
+ "shape":"InvalidArgument",
240
+ "exception":true
241
+ },
242
+ {
243
+ "shape":"InvalidInput",
244
+ "error":{"httpStatusCode":400},
245
+ "exception":true
246
+ },
247
+ {
248
+ "shape":"DelegationSetNotAvailable",
249
+ "exception":true
250
+ },
251
+ {
252
+ "shape":"DelegationSetAlreadyReusable",
253
+ "exception":true
189
254
  }
190
255
  ]
191
256
  },
@@ -195,10 +260,7 @@
195
260
  "method":"DELETE",
196
261
  "requestUri":"/2013-04-01/healthcheck/{HealthCheckId}"
197
262
  },
198
- "input":{
199
- "shape":"DeleteHealthCheckRequest",
200
- "xmlOrder":["HealthCheckId"]
201
- },
263
+ "input":{"shape":"DeleteHealthCheckRequest"},
202
264
  "output":{"shape":"DeleteHealthCheckResponse"},
203
265
  "errors":[
204
266
  {
@@ -224,14 +286,8 @@
224
286
  "method":"DELETE",
225
287
  "requestUri":"/2013-04-01/hostedzone/{Id}"
226
288
  },
227
- "input":{
228
- "shape":"DeleteHostedZoneRequest",
229
- "xmlOrder":["Id"]
230
- },
231
- "output":{
232
- "shape":"DeleteHostedZoneResponse",
233
- "xmlOrder":["ChangeInfo"]
234
- },
289
+ "input":{"shape":"DeleteHostedZoneRequest"},
290
+ "output":{"shape":"DeleteHostedZoneResponse"},
235
291
  "errors":[
236
292
  {
237
293
  "shape":"NoSuchHostedZone",
@@ -255,20 +311,82 @@
255
311
  }
256
312
  ]
257
313
  },
314
+ "DeleteReusableDelegationSet":{
315
+ "name":"DeleteReusableDelegationSet",
316
+ "http":{
317
+ "method":"DELETE",
318
+ "requestUri":"/2013-04-01/delegationset/{Id}"
319
+ },
320
+ "input":{"shape":"DeleteReusableDelegationSetRequest"},
321
+ "output":{"shape":"DeleteReusableDelegationSetResponse"},
322
+ "errors":[
323
+ {
324
+ "shape":"NoSuchDelegationSet",
325
+ "exception":true
326
+ },
327
+ {
328
+ "shape":"DelegationSetInUse",
329
+ "exception":true
330
+ },
331
+ {
332
+ "shape":"DelegationSetNotReusable",
333
+ "exception":true
334
+ },
335
+ {
336
+ "shape":"InvalidInput",
337
+ "error":{"httpStatusCode":400},
338
+ "exception":true
339
+ }
340
+ ]
341
+ },
342
+ "DisassociateVPCFromHostedZone":{
343
+ "name":"DisassociateVPCFromHostedZone",
344
+ "http":{
345
+ "method":"POST",
346
+ "requestUri":"/2013-04-01/hostedzone/{Id}/disassociatevpc"
347
+ },
348
+ "input":{
349
+ "shape":"DisassociateVPCFromHostedZoneRequest",
350
+ "xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"},
351
+ "locationName":"DisassociateVPCFromHostedZoneRequest"
352
+ },
353
+ "output":{"shape":"DisassociateVPCFromHostedZoneResponse"},
354
+ "errors":[
355
+ {
356
+ "shape":"NoSuchHostedZone",
357
+ "error":{"httpStatusCode":404},
358
+ "exception":true
359
+ },
360
+ {
361
+ "shape":"InvalidVPCId",
362
+ "error":{"httpStatusCode":400},
363
+ "exception":true
364
+ },
365
+ {
366
+ "shape":"VPCAssociationNotFound",
367
+ "error":{"httpStatusCode":404},
368
+ "exception":true
369
+ },
370
+ {
371
+ "shape":"LastVPCAssociation",
372
+ "error":{"httpStatusCode":400},
373
+ "exception":true
374
+ },
375
+ {
376
+ "shape":"InvalidInput",
377
+ "error":{"httpStatusCode":400},
378
+ "exception":true
379
+ }
380
+ ]
381
+ },
258
382
  "GetChange":{
259
383
  "name":"GetChange",
260
384
  "http":{
261
385
  "method":"GET",
262
386
  "requestUri":"/2013-04-01/change/{Id}"
263
387
  },
264
- "input":{
265
- "shape":"GetChangeRequest",
266
- "xmlOrder":["Id"]
267
- },
268
- "output":{
269
- "shape":"GetChangeResponse",
270
- "xmlOrder":["ChangeInfo"]
271
- },
388
+ "input":{"shape":"GetChangeRequest"},
389
+ "output":{"shape":"GetChangeResponse"},
272
390
  "errors":[
273
391
  {
274
392
  "shape":"NoSuchChange",
@@ -297,18 +415,8 @@
297
415
  "method":"GET",
298
416
  "requestUri":"/2013-04-01/geolocation"
299
417
  },
300
- "input":{
301
- "shape":"GetGeoLocationRequest",
302
- "xmlOrder":[
303
- "ContinentCode",
304
- "CountryCode",
305
- "SubdivisionCode"
306
- ]
307
- },
308
- "output":{
309
- "shape":"GetGeoLocationResponse",
310
- "xmlOrder":["GeoLocationDetails"]
311
- },
418
+ "input":{"shape":"GetGeoLocationRequest"},
419
+ "output":{"shape":"GetGeoLocationResponse"},
312
420
  "errors":[
313
421
  {
314
422
  "shape":"NoSuchGeoLocation",
@@ -328,14 +436,8 @@
328
436
  "method":"GET",
329
437
  "requestUri":"/2013-04-01/healthcheck/{HealthCheckId}"
330
438
  },
331
- "input":{
332
- "shape":"GetHealthCheckRequest",
333
- "xmlOrder":["HealthCheckId"]
334
- },
335
- "output":{
336
- "shape":"GetHealthCheckResponse",
337
- "xmlOrder":["HealthCheck"]
338
- },
439
+ "input":{"shape":"GetHealthCheckRequest"},
440
+ "output":{"shape":"GetHealthCheckResponse"},
339
441
  "errors":[
340
442
  {
341
443
  "shape":"NoSuchHealthCheck",
@@ -363,23 +465,46 @@
363
465
  "input":{"shape":"GetHealthCheckCountRequest"},
364
466
  "output":{"shape":"GetHealthCheckCountResponse"}
365
467
  },
468
+ "GetHealthCheckLastFailureReason":{
469
+ "name":"GetHealthCheckLastFailureReason",
470
+ "http":{
471
+ "method":"GET",
472
+ "requestUri":"/2013-04-01/healthcheck/{HealthCheckId}/lastfailurereason"
473
+ },
474
+ "input":{"shape":"GetHealthCheckLastFailureReasonRequest"},
475
+ "output":{"shape":"GetHealthCheckLastFailureReasonResponse"},
476
+ "errors":[
477
+ {
478
+ "shape":"NoSuchHealthCheck",
479
+ "error":{"httpStatusCode":404},
480
+ "exception":true
481
+ }
482
+ ]
483
+ },
484
+ "GetHealthCheckStatus":{
485
+ "name":"GetHealthCheckStatus",
486
+ "http":{
487
+ "method":"GET",
488
+ "requestUri":"/2013-04-01/healthcheck/{HealthCheckId}/status"
489
+ },
490
+ "input":{"shape":"GetHealthCheckStatusRequest"},
491
+ "output":{"shape":"GetHealthCheckStatusResponse"},
492
+ "errors":[
493
+ {
494
+ "shape":"NoSuchHealthCheck",
495
+ "error":{"httpStatusCode":404},
496
+ "exception":true
497
+ }
498
+ ]
499
+ },
366
500
  "GetHostedZone":{
367
501
  "name":"GetHostedZone",
368
502
  "http":{
369
503
  "method":"GET",
370
504
  "requestUri":"/2013-04-01/hostedzone/{Id}"
371
505
  },
372
- "input":{
373
- "shape":"GetHostedZoneRequest",
374
- "xmlOrder":["Id"]
375
- },
376
- "output":{
377
- "shape":"GetHostedZoneResponse",
378
- "xmlOrder":[
379
- "HostedZone",
380
- "DelegationSet"
381
- ]
382
- },
506
+ "input":{"shape":"GetHostedZoneRequest"},
507
+ "output":{"shape":"GetHostedZoneResponse"},
383
508
  "errors":[
384
509
  {
385
510
  "shape":"NoSuchHostedZone",
@@ -393,32 +518,38 @@
393
518
  }
394
519
  ]
395
520
  },
521
+ "GetReusableDelegationSet":{
522
+ "name":"GetReusableDelegationSet",
523
+ "http":{
524
+ "method":"GET",
525
+ "requestUri":"/2013-04-01/delegationset/{Id}"
526
+ },
527
+ "input":{"shape":"GetReusableDelegationSetRequest"},
528
+ "output":{"shape":"GetReusableDelegationSetResponse"},
529
+ "errors":[
530
+ {
531
+ "shape":"NoSuchDelegationSet",
532
+ "exception":true
533
+ },
534
+ {
535
+ "shape":"DelegationSetNotReusable",
536
+ "exception":true
537
+ },
538
+ {
539
+ "shape":"InvalidInput",
540
+ "error":{"httpStatusCode":400},
541
+ "exception":true
542
+ }
543
+ ]
544
+ },
396
545
  "ListGeoLocations":{
397
546
  "name":"ListGeoLocations",
398
547
  "http":{
399
548
  "method":"GET",
400
549
  "requestUri":"/2013-04-01/geolocations"
401
550
  },
402
- "input":{
403
- "shape":"ListGeoLocationsRequest",
404
- "xmlOrder":[
405
- "StartContinentCode",
406
- "StartCountryCode",
407
- "StartSubdivisionCode",
408
- "MaxItems"
409
- ]
410
- },
411
- "output":{
412
- "shape":"ListGeoLocationsResponse",
413
- "xmlOrder":[
414
- "GeoLocationDetailsList",
415
- "IsTruncated",
416
- "NextContinentCode",
417
- "NextCountryCode",
418
- "NextSubdivisionCode",
419
- "MaxItems"
420
- ]
421
- },
551
+ "input":{"shape":"ListGeoLocationsRequest"},
552
+ "output":{"shape":"ListGeoLocationsResponse"},
422
553
  "errors":[
423
554
  {
424
555
  "shape":"InvalidInput",
@@ -433,23 +564,8 @@
433
564
  "method":"GET",
434
565
  "requestUri":"/2013-04-01/healthcheck"
435
566
  },
436
- "input":{
437
- "shape":"ListHealthChecksRequest",
438
- "xmlOrder":[
439
- "Marker",
440
- "MaxItems"
441
- ]
442
- },
443
- "output":{
444
- "shape":"ListHealthChecksResponse",
445
- "xmlOrder":[
446
- "HealthChecks",
447
- "Marker",
448
- "IsTruncated",
449
- "NextMarker",
450
- "MaxItems"
451
- ]
452
- },
567
+ "input":{"shape":"ListHealthChecksRequest"},
568
+ "output":{"shape":"ListHealthChecksResponse"},
453
569
  "errors":[
454
570
  {
455
571
  "shape":"InvalidInput",
@@ -469,28 +585,21 @@
469
585
  "method":"GET",
470
586
  "requestUri":"/2013-04-01/hostedzone"
471
587
  },
472
- "input":{
473
- "shape":"ListHostedZonesRequest",
474
- "xmlOrder":[
475
- "Marker",
476
- "MaxItems"
477
- ]
478
- },
479
- "output":{
480
- "shape":"ListHostedZonesResponse",
481
- "xmlOrder":[
482
- "HostedZones",
483
- "Marker",
484
- "IsTruncated",
485
- "NextMarker",
486
- "MaxItems"
487
- ]
488
- },
588
+ "input":{"shape":"ListHostedZonesRequest"},
589
+ "output":{"shape":"ListHostedZonesResponse"},
489
590
  "errors":[
490
591
  {
491
592
  "shape":"InvalidInput",
492
593
  "error":{"httpStatusCode":400},
493
594
  "exception":true
595
+ },
596
+ {
597
+ "shape":"NoSuchDelegationSet",
598
+ "exception":true
599
+ },
600
+ {
601
+ "shape":"DelegationSetNotReusable",
602
+ "exception":true
494
603
  }
495
604
  ]
496
605
  },
@@ -500,27 +609,8 @@
500
609
  "method":"GET",
501
610
  "requestUri":"/2013-04-01/hostedzone/{Id}/rrset"
502
611
  },
503
- "input":{
504
- "shape":"ListResourceRecordSetsRequest",
505
- "xmlOrder":[
506
- "HostedZoneId",
507
- "StartRecordName",
508
- "StartRecordType",
509
- "StartRecordIdentifier",
510
- "MaxItems"
511
- ]
512
- },
513
- "output":{
514
- "shape":"ListResourceRecordSetsResponse",
515
- "xmlOrder":[
516
- "ResourceRecordSets",
517
- "IsTruncated",
518
- "NextRecordName",
519
- "NextRecordType",
520
- "NextRecordIdentifier",
521
- "MaxItems"
522
- ]
523
- },
612
+ "input":{"shape":"ListResourceRecordSetsRequest"},
613
+ "output":{"shape":"ListResourceRecordSetsResponse"},
524
614
  "errors":[
525
615
  {
526
616
  "shape":"NoSuchHostedZone",
@@ -534,23 +624,30 @@
534
624
  }
535
625
  ]
536
626
  },
627
+ "ListReusableDelegationSets":{
628
+ "name":"ListReusableDelegationSets",
629
+ "http":{
630
+ "method":"GET",
631
+ "requestUri":"/2013-04-01/delegationset"
632
+ },
633
+ "input":{"shape":"ListReusableDelegationSetsRequest"},
634
+ "output":{"shape":"ListReusableDelegationSetsResponse"},
635
+ "errors":[
636
+ {
637
+ "shape":"InvalidInput",
638
+ "error":{"httpStatusCode":400},
639
+ "exception":true
640
+ }
641
+ ]
642
+ },
537
643
  "ListTagsForResource":{
538
644
  "name":"ListTagsForResource",
539
645
  "http":{
540
646
  "method":"GET",
541
647
  "requestUri":"/2013-04-01/tags/{ResourceType}/{ResourceId}"
542
648
  },
543
- "input":{
544
- "shape":"ListTagsForResourceRequest",
545
- "xmlOrder":[
546
- "ResourceType",
547
- "ResourceId"
548
- ]
549
- },
550
- "output":{
551
- "shape":"ListTagsForResourceResponse",
552
- "xmlOrder":["ResourceTagSet"]
553
- },
649
+ "input":{"shape":"ListTagsForResourceRequest"},
650
+ "output":{"shape":"ListTagsForResourceResponse"},
554
651
  "errors":[
555
652
  {
556
653
  "shape":"InvalidInput",
@@ -582,17 +679,10 @@
582
679
  },
583
680
  "input":{
584
681
  "shape":"ListTagsForResourcesRequest",
585
- "xmlOrder":[
586
- "ResourceType",
587
- "ResourceIds"
588
- ],
589
682
  "xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"},
590
683
  "locationName":"ListTagsForResourcesRequest"
591
684
  },
592
- "output":{
593
- "shape":"ListTagsForResourcesResponse",
594
- "xmlOrder":["ResourceTagSets"]
595
- },
685
+ "output":{"shape":"ListTagsForResourcesResponse"},
596
686
  "errors":[
597
687
  {
598
688
  "shape":"InvalidInput",
@@ -624,23 +714,10 @@
624
714
  },
625
715
  "input":{
626
716
  "shape":"UpdateHealthCheckRequest",
627
- "xmlOrder":[
628
- "HealthCheckId",
629
- "HealthCheckVersion",
630
- "IPAddress",
631
- "Port",
632
- "ResourcePath",
633
- "FullyQualifiedDomainName",
634
- "SearchString",
635
- "FailureThreshold"
636
- ],
637
717
  "xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"},
638
718
  "locationName":"UpdateHealthCheckRequest"
639
719
  },
640
- "output":{
641
- "shape":"UpdateHealthCheckResponse",
642
- "xmlOrder":["HealthCheck"]
643
- },
720
+ "output":{"shape":"UpdateHealthCheckResponse"},
644
721
  "errors":[
645
722
  {
646
723
  "shape":"NoSuchHealthCheck",
@@ -673,12 +750,31 @@
673
750
  "HostedZoneId":{"shape":"ResourceId"},
674
751
  "DNSName":{"shape":"DNSName"},
675
752
  "EvaluateTargetHealth":{"shape":"AliasHealthEnabled"}
676
- },
677
- "xmlOrder":[
753
+ }
754
+ },
755
+ "AssociateVPCComment":{"type":"string"},
756
+ "AssociateVPCWithHostedZoneRequest":{
757
+ "type":"structure",
758
+ "required":[
678
759
  "HostedZoneId",
679
- "DNSName",
680
- "EvaluateTargetHealth"
681
- ]
760
+ "VPC"
761
+ ],
762
+ "members":{
763
+ "HostedZoneId":{
764
+ "shape":"ResourceId",
765
+ "location":"uri",
766
+ "locationName":"Id"
767
+ },
768
+ "VPC":{"shape":"VPC"},
769
+ "Comment":{"shape":"AssociateVPCComment"}
770
+ }
771
+ },
772
+ "AssociateVPCWithHostedZoneResponse":{
773
+ "type":"structure",
774
+ "required":["ChangeInfo"],
775
+ "members":{
776
+ "ChangeInfo":{"shape":"ChangeInfo"}
777
+ }
682
778
  },
683
779
  "Change":{
684
780
  "type":"structure",
@@ -689,11 +785,7 @@
689
785
  "members":{
690
786
  "Action":{"shape":"ChangeAction"},
691
787
  "ResourceRecordSet":{"shape":"ResourceRecordSet"}
692
- },
693
- "xmlOrder":[
694
- "Action",
695
- "ResourceRecordSet"
696
- ]
788
+ }
697
789
  },
698
790
  "ChangeAction":{
699
791
  "type":"string",
@@ -709,11 +801,7 @@
709
801
  "members":{
710
802
  "Comment":{"shape":"ResourceDescription"},
711
803
  "Changes":{"shape":"Changes"}
712
- },
713
- "xmlOrder":[
714
- "Comment",
715
- "Changes"
716
- ]
804
+ }
717
805
  },
718
806
  "ChangeInfo":{
719
807
  "type":"structure",
@@ -727,13 +815,7 @@
727
815
  "Status":{"shape":"ChangeStatus"},
728
816
  "SubmittedAt":{"shape":"TimeStamp"},
729
817
  "Comment":{"shape":"ResourceDescription"}
730
- },
731
- "xmlOrder":[
732
- "Id",
733
- "Status",
734
- "SubmittedAt",
735
- "Comment"
736
- ]
818
+ }
737
819
  },
738
820
  "ChangeResourceRecordSetsRequest":{
739
821
  "type":"structure",
@@ -748,19 +830,14 @@
748
830
  "locationName":"Id"
749
831
  },
750
832
  "ChangeBatch":{"shape":"ChangeBatch"}
751
- },
752
- "xmlOrder":[
753
- "HostedZoneId",
754
- "ChangeBatch"
755
- ]
833
+ }
756
834
  },
757
835
  "ChangeResourceRecordSetsResponse":{
758
836
  "type":"structure",
759
837
  "required":["ChangeInfo"],
760
838
  "members":{
761
839
  "ChangeInfo":{"shape":"ChangeInfo"}
762
- },
763
- "xmlOrder":["ChangeInfo"]
840
+ }
764
841
  },
765
842
  "ChangeStatus":{
766
843
  "type":"string",
@@ -788,13 +865,7 @@
788
865
  },
789
866
  "AddTags":{"shape":"TagList"},
790
867
  "RemoveTagKeys":{"shape":"TagKeyList"}
791
- },
792
- "xmlOrder":[
793
- "ResourceType",
794
- "ResourceId",
795
- "AddTags",
796
- "RemoveTagKeys"
797
- ]
868
+ }
798
869
  },
799
870
  "ChangeTagsForResourceResponse":{
800
871
  "type":"structure",
@@ -813,6 +884,13 @@
813
884
  "type":"list",
814
885
  "member":{"shape":"IPAddressCidr"}
815
886
  },
887
+ "ConflictingDomainExists":{
888
+ "type":"structure",
889
+ "members":{
890
+ "message":{"shape":"ErrorMessage"}
891
+ },
892
+ "exception":true
893
+ },
816
894
  "CreateHealthCheckRequest":{
817
895
  "type":"structure",
818
896
  "required":[
@@ -822,11 +900,7 @@
822
900
  "members":{
823
901
  "CallerReference":{"shape":"HealthCheckNonce"},
824
902
  "HealthCheckConfig":{"shape":"HealthCheckConfig"}
825
- },
826
- "xmlOrder":[
827
- "CallerReference",
828
- "HealthCheckConfig"
829
- ]
903
+ }
830
904
  },
831
905
  "CreateHealthCheckResponse":{
832
906
  "type":"structure",
@@ -841,11 +915,7 @@
841
915
  "location":"header",
842
916
  "locationName":"Location"
843
917
  }
844
- },
845
- "xmlOrder":[
846
- "HealthCheck",
847
- "Location"
848
- ]
918
+ }
849
919
  },
850
920
  "CreateHostedZoneRequest":{
851
921
  "type":"structure",
@@ -855,14 +925,11 @@
855
925
  ],
856
926
  "members":{
857
927
  "Name":{"shape":"DNSName"},
928
+ "VPC":{"shape":"VPC"},
858
929
  "CallerReference":{"shape":"Nonce"},
859
- "HostedZoneConfig":{"shape":"HostedZoneConfig"}
860
- },
861
- "xmlOrder":[
862
- "Name",
863
- "CallerReference",
864
- "HostedZoneConfig"
865
- ]
930
+ "HostedZoneConfig":{"shape":"HostedZoneConfig"},
931
+ "DelegationSetId":{"shape":"ResourceId"}
932
+ }
866
933
  },
867
934
  "CreateHostedZoneResponse":{
868
935
  "type":"structure",
@@ -876,18 +943,36 @@
876
943
  "HostedZone":{"shape":"HostedZone"},
877
944
  "ChangeInfo":{"shape":"ChangeInfo"},
878
945
  "DelegationSet":{"shape":"DelegationSet"},
946
+ "VPC":{"shape":"VPC"},
879
947
  "Location":{
880
948
  "shape":"ResourceURI",
881
949
  "location":"header",
882
950
  "locationName":"Location"
883
951
  }
884
- },
885
- "xmlOrder":[
886
- "HostedZone",
887
- "ChangeInfo",
952
+ }
953
+ },
954
+ "CreateReusableDelegationSetRequest":{
955
+ "type":"structure",
956
+ "required":["CallerReference"],
957
+ "members":{
958
+ "CallerReference":{"shape":"Nonce"},
959
+ "HostedZoneId":{"shape":"ResourceId"}
960
+ }
961
+ },
962
+ "CreateReusableDelegationSetResponse":{
963
+ "type":"structure",
964
+ "required":[
888
965
  "DelegationSet",
889
966
  "Location"
890
- ]
967
+ ],
968
+ "members":{
969
+ "DelegationSet":{"shape":"DelegationSet"},
970
+ "Location":{
971
+ "shape":"ResourceURI",
972
+ "location":"header",
973
+ "locationName":"Location"
974
+ }
975
+ }
891
976
  },
892
977
  "DNSName":{
893
978
  "type":"string",
@@ -897,9 +982,31 @@
897
982
  "type":"structure",
898
983
  "required":["NameServers"],
899
984
  "members":{
985
+ "Id":{"shape":"ResourceId"},
986
+ "CallerReference":{"shape":"Nonce"},
900
987
  "NameServers":{"shape":"DelegationSetNameServers"}
988
+ }
989
+ },
990
+ "DelegationSetAlreadyCreated":{
991
+ "type":"structure",
992
+ "members":{
993
+ "message":{"shape":"ErrorMessage"}
901
994
  },
902
- "xmlOrder":["NameServers"]
995
+ "exception":true
996
+ },
997
+ "DelegationSetAlreadyReusable":{
998
+ "type":"structure",
999
+ "members":{
1000
+ "message":{"shape":"ErrorMessage"}
1001
+ },
1002
+ "exception":true
1003
+ },
1004
+ "DelegationSetInUse":{
1005
+ "type":"structure",
1006
+ "members":{
1007
+ "message":{"shape":"ErrorMessage"}
1008
+ },
1009
+ "exception":true
903
1010
  },
904
1011
  "DelegationSetNameServers":{
905
1012
  "type":"list",
@@ -916,6 +1023,20 @@
916
1023
  },
917
1024
  "exception":true
918
1025
  },
1026
+ "DelegationSetNotReusable":{
1027
+ "type":"structure",
1028
+ "members":{
1029
+ "message":{"shape":"ErrorMessage"}
1030
+ },
1031
+ "exception":true
1032
+ },
1033
+ "DelegationSets":{
1034
+ "type":"list",
1035
+ "member":{
1036
+ "shape":"DelegationSet",
1037
+ "locationName":"DelegationSet"
1038
+ }
1039
+ },
919
1040
  "DeleteHealthCheckRequest":{
920
1041
  "type":"structure",
921
1042
  "required":["HealthCheckId"],
@@ -925,8 +1046,7 @@
925
1046
  "location":"uri",
926
1047
  "locationName":"HealthCheckId"
927
1048
  }
928
- },
929
- "xmlOrder":["HealthCheckId"]
1049
+ }
930
1050
  },
931
1051
  "DeleteHealthCheckResponse":{
932
1052
  "type":"structure",
@@ -942,16 +1062,54 @@
942
1062
  "location":"uri",
943
1063
  "locationName":"Id"
944
1064
  }
945
- },
946
- "xmlOrder":["Id"]
1065
+ }
947
1066
  },
948
1067
  "DeleteHostedZoneResponse":{
949
1068
  "type":"structure",
950
1069
  "required":["ChangeInfo"],
951
1070
  "members":{
952
1071
  "ChangeInfo":{"shape":"ChangeInfo"}
953
- },
954
- "xmlOrder":["ChangeInfo"]
1072
+ }
1073
+ },
1074
+ "DeleteReusableDelegationSetRequest":{
1075
+ "type":"structure",
1076
+ "required":["Id"],
1077
+ "members":{
1078
+ "Id":{
1079
+ "shape":"ResourceId",
1080
+ "location":"uri",
1081
+ "locationName":"Id"
1082
+ }
1083
+ }
1084
+ },
1085
+ "DeleteReusableDelegationSetResponse":{
1086
+ "type":"structure",
1087
+ "members":{
1088
+ }
1089
+ },
1090
+ "DisassociateVPCComment":{"type":"string"},
1091
+ "DisassociateVPCFromHostedZoneRequest":{
1092
+ "type":"structure",
1093
+ "required":[
1094
+ "HostedZoneId",
1095
+ "VPC"
1096
+ ],
1097
+ "members":{
1098
+ "HostedZoneId":{
1099
+ "shape":"ResourceId",
1100
+ "location":"uri",
1101
+ "locationName":"Id"
1102
+ },
1103
+ "VPC":{"shape":"VPC"},
1104
+ "Comment":{"shape":"DisassociateVPCComment"}
1105
+ }
1106
+ },
1107
+ "DisassociateVPCFromHostedZoneResponse":{
1108
+ "type":"structure",
1109
+ "required":["ChangeInfo"],
1110
+ "members":{
1111
+ "ChangeInfo":{"shape":"ChangeInfo"}
1112
+ }
955
1113
  },
956
1114
  "ErrorMessage":{"type":"string"},
957
1115
  "ErrorMessages":{
@@ -976,12 +1134,7 @@
976
1134
  "ContinentCode":{"shape":"GeoLocationContinentCode"},
977
1135
  "CountryCode":{"shape":"GeoLocationCountryCode"},
978
1136
  "SubdivisionCode":{"shape":"GeoLocationSubdivisionCode"}
979
- },
980
- "xmlOrder":[
981
- "ContinentCode",
982
- "CountryCode",
983
- "SubdivisionCode"
984
- ]
1137
+ }
985
1138
  },
986
1139
  "GeoLocationContinentCode":{
987
1140
  "type":"string",
@@ -1012,15 +1165,7 @@
1012
1165
  "CountryName":{"shape":"GeoLocationCountryName"},
1013
1166
  "SubdivisionCode":{"shape":"GeoLocationSubdivisionCode"},
1014
1167
  "SubdivisionName":{"shape":"GeoLocationSubdivisionName"}
1015
- },
1016
- "xmlOrder":[
1017
- "ContinentCode",
1018
- "ContinentName",
1019
- "CountryCode",
1020
- "CountryName",
1021
- "SubdivisionCode",
1022
- "SubdivisionName"
1023
- ]
1168
+ }
1024
1169
  },
1025
1170
  "GeoLocationDetailsList":{
1026
1171
  "type":"list",
@@ -1048,16 +1193,14 @@
1048
1193
  "location":"uri",
1049
1194
  "locationName":"Id"
1050
1195
  }
1051
- },
1052
- "xmlOrder":["Id"]
1196
+ }
1053
1197
  },
1054
1198
  "GetChangeResponse":{
1055
1199
  "type":"structure",
1056
1200
  "required":["ChangeInfo"],
1057
1201
  "members":{
1058
1202
  "ChangeInfo":{"shape":"ChangeInfo"}
1059
- },
1060
- "xmlOrder":["ChangeInfo"]
1203
+ }
1061
1204
  },
1062
1205
  "GetCheckerIpRangesRequest":{
1063
1206
  "type":"structure",
@@ -1089,31 +1232,43 @@
1089
1232
  "location":"querystring",
1090
1233
  "locationName":"subdivisioncode"
1091
1234
  }
1092
- },
1093
- "xmlOrder":[
1094
- "ContinentCode",
1095
- "CountryCode",
1096
- "SubdivisionCode"
1097
- ]
1235
+ }
1098
1236
  },
1099
1237
  "GetGeoLocationResponse":{
1100
1238
  "type":"structure",
1101
1239
  "required":["GeoLocationDetails"],
1102
1240
  "members":{
1103
1241
  "GeoLocationDetails":{"shape":"GeoLocationDetails"}
1104
- },
1105
- "xmlOrder":["GeoLocationDetails"]
1242
+ }
1106
1243
  },
1107
1244
  "GetHealthCheckCountRequest":{
1108
1245
  "type":"structure",
1109
1246
  "members":{
1110
1247
  }
1111
1248
  },
1112
- "GetHealthCheckCountResponse":{
1249
+ "GetHealthCheckCountResponse":{
1250
+ "type":"structure",
1251
+ "required":["HealthCheckCount"],
1252
+ "members":{
1253
+ "HealthCheckCount":{"shape":"HealthCheckCount"}
1254
+ }
1255
+ },
1256
+ "GetHealthCheckLastFailureReasonRequest":{
1257
+ "type":"structure",
1258
+ "required":["HealthCheckId"],
1259
+ "members":{
1260
+ "HealthCheckId":{
1261
+ "shape":"HealthCheckId",
1262
+ "location":"uri",
1263
+ "locationName":"HealthCheckId"
1264
+ }
1265
+ }
1266
+ },
1267
+ "GetHealthCheckLastFailureReasonResponse":{
1113
1268
  "type":"structure",
1114
- "required":["HealthCheckCount"],
1269
+ "required":["HealthCheckObservations"],
1115
1270
  "members":{
1116
- "HealthCheckCount":{"shape":"HealthCheckCount"}
1271
+ "HealthCheckObservations":{"shape":"HealthCheckObservations"}
1117
1272
  }
1118
1273
  },
1119
1274
  "GetHealthCheckRequest":{
@@ -1125,16 +1280,32 @@
1125
1280
  "location":"uri",
1126
1281
  "locationName":"HealthCheckId"
1127
1282
  }
1128
- },
1129
- "xmlOrder":["HealthCheckId"]
1283
+ }
1130
1284
  },
1131
1285
  "GetHealthCheckResponse":{
1132
1286
  "type":"structure",
1133
1287
  "required":["HealthCheck"],
1134
1288
  "members":{
1135
1289
  "HealthCheck":{"shape":"HealthCheck"}
1136
- },
1137
- "xmlOrder":["HealthCheck"]
1290
+ }
1291
+ },
1292
+ "GetHealthCheckStatusRequest":{
1293
+ "type":"structure",
1294
+ "required":["HealthCheckId"],
1295
+ "members":{
1296
+ "HealthCheckId":{
1297
+ "shape":"HealthCheckId",
1298
+ "location":"uri",
1299
+ "locationName":"HealthCheckId"
1300
+ }
1301
+ }
1302
+ },
1303
+ "GetHealthCheckStatusResponse":{
1304
+ "type":"structure",
1305
+ "required":["HealthCheckObservations"],
1306
+ "members":{
1307
+ "HealthCheckObservations":{"shape":"HealthCheckObservations"}
1308
+ }
1138
1309
  },
1139
1310
  "GetHostedZoneRequest":{
1140
1311
  "type":"structure",
@@ -1145,23 +1316,34 @@
1145
1316
  "location":"uri",
1146
1317
  "locationName":"Id"
1147
1318
  }
1148
- },
1149
- "xmlOrder":["Id"]
1319
+ }
1150
1320
  },
1151
1321
  "GetHostedZoneResponse":{
1152
1322
  "type":"structure",
1153
- "required":[
1154
- "HostedZone",
1155
- "DelegationSet"
1156
- ],
1323
+ "required":["HostedZone"],
1157
1324
  "members":{
1158
1325
  "HostedZone":{"shape":"HostedZone"},
1326
+ "DelegationSet":{"shape":"DelegationSet"},
1327
+ "VPCs":{"shape":"VPCs"}
1328
+ }
1329
+ },
1330
+ "GetReusableDelegationSetRequest":{
1331
+ "type":"structure",
1332
+ "required":["Id"],
1333
+ "members":{
1334
+ "Id":{
1335
+ "shape":"ResourceId",
1336
+ "location":"uri",
1337
+ "locationName":"Id"
1338
+ }
1339
+ }
1340
+ },
1341
+ "GetReusableDelegationSetResponse":{
1342
+ "type":"structure",
1343
+ "required":["DelegationSet"],
1344
+ "members":{
1159
1345
  "DelegationSet":{"shape":"DelegationSet"}
1160
- },
1161
- "xmlOrder":[
1162
- "HostedZone",
1163
- "DelegationSet"
1164
- ]
1346
+ }
1165
1347
  },
1166
1348
  "HealthCheck":{
1167
1349
  "type":"structure",
@@ -1176,13 +1358,7 @@
1176
1358
  "CallerReference":{"shape":"HealthCheckNonce"},
1177
1359
  "HealthCheckConfig":{"shape":"HealthCheckConfig"},
1178
1360
  "HealthCheckVersion":{"shape":"HealthCheckVersion"}
1179
- },
1180
- "xmlOrder":[
1181
- "Id",
1182
- "CallerReference",
1183
- "HealthCheckConfig",
1184
- "HealthCheckVersion"
1185
- ]
1361
+ }
1186
1362
  },
1187
1363
  "HealthCheckAlreadyExists":{
1188
1364
  "type":"structure",
@@ -1204,17 +1380,7 @@
1204
1380
  "SearchString":{"shape":"SearchString"},
1205
1381
  "RequestInterval":{"shape":"RequestInterval"},
1206
1382
  "FailureThreshold":{"shape":"FailureThreshold"}
1207
- },
1208
- "xmlOrder":[
1209
- "IPAddress",
1210
- "Port",
1211
- "Type",
1212
- "ResourcePath",
1213
- "FullyQualifiedDomainName",
1214
- "SearchString",
1215
- "RequestInterval",
1216
- "FailureThreshold"
1217
- ]
1383
+ }
1218
1384
  },
1219
1385
  "HealthCheckCount":{"type":"long"},
1220
1386
  "HealthCheckId":{
@@ -1234,6 +1400,20 @@
1234
1400
  "min":1,
1235
1401
  "max":64
1236
1402
  },
1403
+ "HealthCheckObservation":{
1404
+ "type":"structure",
1405
+ "members":{
1406
+ "IPAddress":{"shape":"IPAddress"},
1407
+ "StatusReport":{"shape":"StatusReport"}
1408
+ }
1409
+ },
1410
+ "HealthCheckObservations":{
1411
+ "type":"list",
1412
+ "member":{
1413
+ "shape":"HealthCheckObservation",
1414
+ "locationName":"HealthCheckObservation"
1415
+ }
1416
+ },
1237
1417
  "HealthCheckType":{
1238
1418
  "type":"string",
1239
1419
  "enum":[
@@ -1276,14 +1456,7 @@
1276
1456
  "CallerReference":{"shape":"Nonce"},
1277
1457
  "Config":{"shape":"HostedZoneConfig"},
1278
1458
  "ResourceRecordSetCount":{"shape":"HostedZoneRRSetCount"}
1279
- },
1280
- "xmlOrder":[
1281
- "Id",
1282
- "Name",
1283
- "CallerReference",
1284
- "Config",
1285
- "ResourceRecordSetCount"
1286
- ]
1459
+ }
1287
1460
  },
1288
1461
  "HostedZoneAlreadyExists":{
1289
1462
  "type":"structure",
@@ -1296,9 +1469,9 @@
1296
1469
  "HostedZoneConfig":{
1297
1470
  "type":"structure",
1298
1471
  "members":{
1299
- "Comment":{"shape":"ResourceDescription"}
1300
- },
1301
- "xmlOrder":["Comment"]
1472
+ "Comment":{"shape":"ResourceDescription"},
1473
+ "PrivateZone":{"shape":"IsPrivateZone"}
1474
+ }
1302
1475
  },
1303
1476
  "HostedZoneNotEmpty":{
1304
1477
  "type":"structure",
@@ -1308,6 +1481,13 @@
1308
1481
  "error":{"httpStatusCode":400},
1309
1482
  "exception":true
1310
1483
  },
1484
+ "HostedZoneNotFound":{
1485
+ "type":"structure",
1486
+ "members":{
1487
+ "message":{"shape":"ErrorMessage"}
1488
+ },
1489
+ "exception":true
1490
+ },
1311
1491
  "HostedZoneRRSetCount":{"type":"long"},
1312
1492
  "HostedZones":{
1313
1493
  "type":"list",
@@ -1330,6 +1510,13 @@
1330
1510
  "error":{"httpStatusCode":400},
1331
1511
  "exception":true
1332
1512
  },
1513
+ "InvalidArgument":{
1514
+ "type":"structure",
1515
+ "members":{
1516
+ "message":{"shape":"ErrorMessage"}
1517
+ },
1518
+ "exception":true
1519
+ },
1333
1520
  "InvalidChangeBatch":{
1334
1521
  "type":"structure",
1335
1522
  "members":{
@@ -1353,6 +1540,30 @@
1353
1540
  "error":{"httpStatusCode":400},
1354
1541
  "exception":true
1355
1542
  },
1543
+ "InvalidVPCId":{
1544
+ "type":"structure",
1545
+ "members":{
1546
+ "message":{"shape":"ErrorMessage"}
1547
+ },
1548
+ "error":{"httpStatusCode":400},
1549
+ "exception":true
1550
+ },
1551
+ "IsPrivateZone":{"type":"boolean"},
1552
+ "LastVPCAssociation":{
1553
+ "type":"structure",
1554
+ "members":{
1555
+ "message":{"shape":"ErrorMessage"}
1556
+ },
1557
+ "error":{"httpStatusCode":400},
1558
+ "exception":true
1559
+ },
1560
+ "LimitsExceeded":{
1561
+ "type":"structure",
1562
+ "members":{
1563
+ "message":{"shape":"ErrorMessage"}
1564
+ },
1565
+ "exception":true
1566
+ },
1356
1567
  "ListGeoLocationsRequest":{
1357
1568
  "type":"structure",
1358
1569
  "members":{
@@ -1376,13 +1587,7 @@
1376
1587
  "location":"querystring",
1377
1588
  "locationName":"maxitems"
1378
1589
  }
1379
- },
1380
- "xmlOrder":[
1381
- "StartContinentCode",
1382
- "StartCountryCode",
1383
- "StartSubdivisionCode",
1384
- "MaxItems"
1385
- ]
1590
+ }
1386
1591
  },
1387
1592
  "ListGeoLocationsResponse":{
1388
1593
  "type":"structure",
@@ -1398,15 +1603,7 @@
1398
1603
  "NextCountryCode":{"shape":"GeoLocationCountryCode"},
1399
1604
  "NextSubdivisionCode":{"shape":"GeoLocationSubdivisionCode"},
1400
1605
  "MaxItems":{"shape":"PageMaxItems"}
1401
- },
1402
- "xmlOrder":[
1403
- "GeoLocationDetailsList",
1404
- "IsTruncated",
1405
- "NextContinentCode",
1406
- "NextCountryCode",
1407
- "NextSubdivisionCode",
1408
- "MaxItems"
1409
- ]
1606
+ }
1410
1607
  },
1411
1608
  "ListHealthChecksRequest":{
1412
1609
  "type":"structure",
@@ -1421,11 +1618,7 @@
1421
1618
  "location":"querystring",
1422
1619
  "locationName":"maxitems"
1423
1620
  }
1424
- },
1425
- "xmlOrder":[
1426
- "Marker",
1427
- "MaxItems"
1428
- ]
1621
+ }
1429
1622
  },
1430
1623
  "ListHealthChecksResponse":{
1431
1624
  "type":"structure",
@@ -1441,14 +1634,7 @@
1441
1634
  "IsTruncated":{"shape":"PageTruncated"},
1442
1635
  "NextMarker":{"shape":"PageMarker"},
1443
1636
  "MaxItems":{"shape":"PageMaxItems"}
1444
- },
1445
- "xmlOrder":[
1446
- "HealthChecks",
1447
- "Marker",
1448
- "IsTruncated",
1449
- "NextMarker",
1450
- "MaxItems"
1451
- ]
1637
+ }
1452
1638
  },
1453
1639
  "ListHostedZonesRequest":{
1454
1640
  "type":"structure",
@@ -1462,12 +1648,13 @@
1462
1648
  "shape":"PageMaxItems",
1463
1649
  "location":"querystring",
1464
1650
  "locationName":"maxitems"
1651
+ },
1652
+ "DelegationSetId":{
1653
+ "shape":"ResourceId",
1654
+ "location":"querystring",
1655
+ "locationName":"delegationsetid"
1465
1656
  }
1466
- },
1467
- "xmlOrder":[
1468
- "Marker",
1469
- "MaxItems"
1470
- ]
1657
+ }
1471
1658
  },
1472
1659
  "ListHostedZonesResponse":{
1473
1660
  "type":"structure",
@@ -1483,14 +1670,7 @@
1483
1670
  "IsTruncated":{"shape":"PageTruncated"},
1484
1671
  "NextMarker":{"shape":"PageMarker"},
1485
1672
  "MaxItems":{"shape":"PageMaxItems"}
1486
- },
1487
- "xmlOrder":[
1488
- "HostedZones",
1489
- "Marker",
1490
- "IsTruncated",
1491
- "NextMarker",
1492
- "MaxItems"
1493
- ]
1673
+ }
1494
1674
  },
1495
1675
  "ListResourceRecordSetsRequest":{
1496
1676
  "type":"structure",
@@ -1521,14 +1701,7 @@
1521
1701
  "location":"querystring",
1522
1702
  "locationName":"maxitems"
1523
1703
  }
1524
- },
1525
- "xmlOrder":[
1526
- "HostedZoneId",
1527
- "StartRecordName",
1528
- "StartRecordType",
1529
- "StartRecordIdentifier",
1530
- "MaxItems"
1531
- ]
1704
+ }
1532
1705
  },
1533
1706
  "ListResourceRecordSetsResponse":{
1534
1707
  "type":"structure",
@@ -1544,15 +1717,38 @@
1544
1717
  "NextRecordType":{"shape":"RRType"},
1545
1718
  "NextRecordIdentifier":{"shape":"ResourceRecordSetIdentifier"},
1546
1719
  "MaxItems":{"shape":"PageMaxItems"}
1547
- },
1548
- "xmlOrder":[
1549
- "ResourceRecordSets",
1720
+ }
1721
+ },
1722
+ "ListReusableDelegationSetsRequest":{
1723
+ "type":"structure",
1724
+ "members":{
1725
+ "Marker":{
1726
+ "shape":"PageMarker",
1727
+ "location":"querystring",
1728
+ "locationName":"marker"
1729
+ },
1730
+ "MaxItems":{
1731
+ "shape":"PageMaxItems",
1732
+ "location":"querystring",
1733
+ "locationName":"maxitems"
1734
+ }
1735
+ }
1736
+ },
1737
+ "ListReusableDelegationSetsResponse":{
1738
+ "type":"structure",
1739
+ "required":[
1740
+ "DelegationSets",
1741
+ "Marker",
1550
1742
  "IsTruncated",
1551
- "NextRecordName",
1552
- "NextRecordType",
1553
- "NextRecordIdentifier",
1554
1743
  "MaxItems"
1555
- ]
1744
+ ],
1745
+ "members":{
1746
+ "DelegationSets":{"shape":"DelegationSets"},
1747
+ "Marker":{"shape":"PageMarker"},
1748
+ "IsTruncated":{"shape":"PageTruncated"},
1749
+ "NextMarker":{"shape":"PageMarker"},
1750
+ "MaxItems":{"shape":"PageMaxItems"}
1751
+ }
1556
1752
  },
1557
1753
  "ListTagsForResourceRequest":{
1558
1754
  "type":"structure",
@@ -1571,19 +1767,14 @@
1571
1767
  "location":"uri",
1572
1768
  "locationName":"ResourceId"
1573
1769
  }
1574
- },
1575
- "xmlOrder":[
1576
- "ResourceType",
1577
- "ResourceId"
1578
- ]
1770
+ }
1579
1771
  },
1580
1772
  "ListTagsForResourceResponse":{
1581
1773
  "type":"structure",
1582
1774
  "required":["ResourceTagSet"],
1583
1775
  "members":{
1584
1776
  "ResourceTagSet":{"shape":"ResourceTagSet"}
1585
- },
1586
- "xmlOrder":["ResourceTagSet"]
1777
+ }
1587
1778
  },
1588
1779
  "ListTagsForResourcesRequest":{
1589
1780
  "type":"structure",
@@ -1598,19 +1789,14 @@
1598
1789
  "locationName":"ResourceType"
1599
1790
  },
1600
1791
  "ResourceIds":{"shape":"TagResourceIdList"}
1601
- },
1602
- "xmlOrder":[
1603
- "ResourceType",
1604
- "ResourceIds"
1605
- ]
1792
+ }
1606
1793
  },
1607
1794
  "ListTagsForResourcesResponse":{
1608
1795
  "type":"structure",
1609
1796
  "required":["ResourceTagSets"],
1610
1797
  "members":{
1611
1798
  "ResourceTagSets":{"shape":"ResourceTagSetList"}
1612
- },
1613
- "xmlOrder":["ResourceTagSets"]
1799
+ }
1614
1800
  },
1615
1801
  "NoSuchChange":{
1616
1802
  "type":"structure",
@@ -1620,6 +1806,13 @@
1620
1806
  "error":{"httpStatusCode":404},
1621
1807
  "exception":true
1622
1808
  },
1809
+ "NoSuchDelegationSet":{
1810
+ "type":"structure",
1811
+ "members":{
1812
+ "message":{"shape":"ErrorMessage"}
1813
+ },
1814
+ "exception":true
1815
+ },
1623
1816
  "NoSuchGeoLocation":{
1624
1817
  "type":"structure",
1625
1818
  "members":{
@@ -1668,6 +1861,14 @@
1668
1861
  "error":{"httpStatusCode":400},
1669
1862
  "exception":true
1670
1863
  },
1864
+ "PublicZoneVPCAssociation":{
1865
+ "type":"structure",
1866
+ "members":{
1867
+ "message":{"shape":"ErrorMessage"}
1868
+ },
1869
+ "error":{"httpStatusCode":400},
1870
+ "exception":true
1871
+ },
1671
1872
  "RData":{
1672
1873
  "type":"string",
1673
1874
  "max":4000
@@ -1709,8 +1910,7 @@
1709
1910
  "required":["Value"],
1710
1911
  "members":{
1711
1912
  "Value":{"shape":"RData"}
1712
- },
1713
- "xmlOrder":["Value"]
1913
+ }
1714
1914
  },
1715
1915
  "ResourceRecordSet":{
1716
1916
  "type":"structure",
@@ -1730,20 +1930,7 @@
1730
1930
  "ResourceRecords":{"shape":"ResourceRecords"},
1731
1931
  "AliasTarget":{"shape":"AliasTarget"},
1732
1932
  "HealthCheckId":{"shape":"HealthCheckId"}
1733
- },
1734
- "xmlOrder":[
1735
- "Name",
1736
- "Type",
1737
- "SetIdentifier",
1738
- "Weight",
1739
- "Region",
1740
- "GeoLocation",
1741
- "Failover",
1742
- "TTL",
1743
- "ResourceRecords",
1744
- "AliasTarget",
1745
- "HealthCheckId"
1746
- ]
1933
+ }
1747
1934
  },
1748
1935
  "ResourceRecordSetFailover":{
1749
1936
  "type":"string",
@@ -1764,6 +1951,7 @@
1764
1951
  "us-west-1",
1765
1952
  "us-west-2",
1766
1953
  "eu-west-1",
1954
+ "eu-central-1",
1767
1955
  "ap-southeast-1",
1768
1956
  "ap-southeast-2",
1769
1957
  "ap-northeast-1",
@@ -1816,6 +2004,14 @@
1816
2004
  "type":"string",
1817
2005
  "max":255
1818
2006
  },
2007
+ "Status":{"type":"string"},
2008
+ "StatusReport":{
2009
+ "type":"structure",
2010
+ "members":{
2011
+ "Status":{"shape":"Status"},
2012
+ "CheckedTime":{"shape":"TimeStamp"}
2013
+ }
2014
+ },
1819
2015
  "TTL":{
1820
2016
  "type":"long",
1821
2017
  "min":0,
@@ -1911,25 +2107,58 @@
1911
2107
  "FullyQualifiedDomainName":{"shape":"FullyQualifiedDomainName"},
1912
2108
  "SearchString":{"shape":"SearchString"},
1913
2109
  "FailureThreshold":{"shape":"FailureThreshold"}
1914
- },
1915
- "xmlOrder":[
1916
- "HealthCheckId",
1917
- "HealthCheckVersion",
1918
- "IPAddress",
1919
- "Port",
1920
- "ResourcePath",
1921
- "FullyQualifiedDomainName",
1922
- "SearchString",
1923
- "FailureThreshold"
1924
- ]
2110
+ }
1925
2111
  },
1926
2112
  "UpdateHealthCheckResponse":{
1927
2113
  "type":"structure",
1928
2114
  "required":["HealthCheck"],
1929
2115
  "members":{
1930
2116
  "HealthCheck":{"shape":"HealthCheck"}
2117
+ }
2118
+ },
2119
+ "VPC":{
2120
+ "type":"structure",
2121
+ "members":{
2122
+ "VPCRegion":{"shape":"VPCRegion"},
2123
+ "VPCId":{"shape":"VPCId"}
2124
+ }
2125
+ },
2126
+ "VPCAssociationNotFound":{
2127
+ "type":"structure",
2128
+ "members":{
2129
+ "message":{"shape":"ErrorMessage"}
2130
+ },
2131
+ "error":{"httpStatusCode":404},
2132
+ "exception":true
2133
+ },
2134
+ "VPCId":{
2135
+ "type":"string",
2136
+ "max":1024
2137
+ },
2138
+ "VPCRegion":{
2139
+ "type":"string",
2140
+ "enum":[
2141
+ "us-east-1",
2142
+ "us-west-1",
2143
+ "us-west-2",
2144
+ "eu-west-1",
2145
+ "eu-central-1",
2146
+ "ap-southeast-1",
2147
+ "ap-southeast-2",
2148
+ "ap-northeast-1",
2149
+ "sa-east-1",
2150
+ "cn-north-1"
2151
+ ],
2152
+ "min":1,
2153
+ "max":64
2154
+ },
2155
+ "VPCs":{
2156
+ "type":"list",
2157
+ "member":{
2158
+ "shape":"VPC",
2159
+ "locationName":"VPC"
1931
2160
  },
1932
- "xmlOrder":["HealthCheck"]
2161
+ "min":1
1933
2162
  }
1934
2163
  }
1935
2164
  }