aws-sdk-core 2.2.3 → 2.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/config/2014-11-12/api-2.json +80 -232
- data/apis/config/2014-11-12/examples-1.json +5 -0
- data/apis/ds/2015-04-16/api-2.json +336 -344
- data/apis/ds/2015-04-16/examples-1.json +5 -0
- data/apis/iam/2010-05-08/api-2.json +398 -3038
- data/apis/iam/2010-05-08/examples-1.json +5 -0
- data/apis/iam/2010-05-08/paginators-1.json +0 -7
- data/apis/rds/2014-10-31/api-2.json +531 -2780
- data/apis/rds/2014-10-31/examples-1.json +5 -0
- data/apis/route53/2013-04-01/api-2.json +1239 -509
- data/apis/route53/2013-04-01/examples-1.json +5 -0
- data/lib/aws-sdk-core/client_stubs.rb +1 -1
- data/lib/aws-sdk-core/devicefarm.rb +1 -0
- data/lib/aws-sdk-core/directoryservice.rb +1 -0
- data/lib/aws-sdk-core/ec2.rb +1 -0
- data/lib/aws-sdk-core/ecs.rb +1 -0
- data/lib/aws-sdk-core/elasticbeanstalk.rb +1 -0
- data/lib/aws-sdk-core/iam.rb +1 -0
- data/lib/aws-sdk-core/inspector.rb +1 -0
- data/lib/aws-sdk-core/log/param_filter.rb +1 -1
- data/lib/aws-sdk-core/rds.rb +1 -0
- data/lib/aws-sdk-core/route53.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +7 -2
@@ -4,10 +4,10 @@
|
|
4
4
|
"apiVersion":"2013-04-01",
|
5
5
|
"endpointPrefix":"route53",
|
6
6
|
"globalEndpoint":"route53.amazonaws.com",
|
7
|
+
"protocol":"rest-xml",
|
7
8
|
"serviceAbbreviation":"Route 53",
|
8
9
|
"serviceFullName":"Amazon Route 53",
|
9
|
-
"signatureVersion":"v4"
|
10
|
-
"protocol":"rest-xml"
|
10
|
+
"signatureVersion":"v4"
|
11
11
|
},
|
12
12
|
"operations":{
|
13
13
|
"AssociateVPCWithHostedZone":{
|
@@ -18,35 +18,17 @@
|
|
18
18
|
},
|
19
19
|
"input":{
|
20
20
|
"shape":"AssociateVPCWithHostedZoneRequest",
|
21
|
-
"
|
22
|
-
"
|
21
|
+
"locationName":"AssociateVPCWithHostedZoneRequest",
|
22
|
+
"xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
|
23
23
|
},
|
24
24
|
"output":{"shape":"AssociateVPCWithHostedZoneResponse"},
|
25
25
|
"errors":[
|
26
|
-
{
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
},
|
31
|
-
{
|
32
|
-
"shape":"InvalidVPCId",
|
33
|
-
"error":{"httpStatusCode":400},
|
34
|
-
"exception":true
|
35
|
-
},
|
36
|
-
{
|
37
|
-
"shape":"InvalidInput",
|
38
|
-
"error":{"httpStatusCode":400},
|
39
|
-
"exception":true
|
40
|
-
},
|
41
|
-
{
|
42
|
-
"shape":"PublicZoneVPCAssociation",
|
43
|
-
"error":{"httpStatusCode":400},
|
44
|
-
"exception":true
|
45
|
-
},
|
46
|
-
{
|
47
|
-
"shape":"ConflictingDomainExists",
|
48
|
-
"exception":true
|
49
|
-
}
|
26
|
+
{"shape":"NoSuchHostedZone"},
|
27
|
+
{"shape":"InvalidVPCId"},
|
28
|
+
{"shape":"InvalidInput"},
|
29
|
+
{"shape":"PublicZoneVPCAssociation"},
|
30
|
+
{"shape":"ConflictingDomainExists"},
|
31
|
+
{"shape":"LimitsExceeded"}
|
50
32
|
]
|
51
33
|
},
|
52
34
|
"ChangeResourceRecordSets":{
|
@@ -57,35 +39,16 @@
|
|
57
39
|
},
|
58
40
|
"input":{
|
59
41
|
"shape":"ChangeResourceRecordSetsRequest",
|
60
|
-
"
|
61
|
-
"
|
42
|
+
"locationName":"ChangeResourceRecordSetsRequest",
|
43
|
+
"xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
|
62
44
|
},
|
63
45
|
"output":{"shape":"ChangeResourceRecordSetsResponse"},
|
64
46
|
"errors":[
|
65
|
-
{
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
}
|
70
|
-
{
|
71
|
-
"shape":"NoSuchHealthCheck",
|
72
|
-
"error":{"httpStatusCode":404},
|
73
|
-
"exception":true
|
74
|
-
},
|
75
|
-
{
|
76
|
-
"shape":"InvalidChangeBatch",
|
77
|
-
"exception":true
|
78
|
-
},
|
79
|
-
{
|
80
|
-
"shape":"InvalidInput",
|
81
|
-
"error":{"httpStatusCode":400},
|
82
|
-
"exception":true
|
83
|
-
},
|
84
|
-
{
|
85
|
-
"shape":"PriorRequestNotComplete",
|
86
|
-
"error":{"httpStatusCode":400},
|
87
|
-
"exception":true
|
88
|
-
}
|
47
|
+
{"shape":"NoSuchHostedZone"},
|
48
|
+
{"shape":"NoSuchHealthCheck"},
|
49
|
+
{"shape":"InvalidChangeBatch"},
|
50
|
+
{"shape":"InvalidInput"},
|
51
|
+
{"shape":"PriorRequestNotComplete"}
|
89
52
|
]
|
90
53
|
},
|
91
54
|
"ChangeTagsForResource":{
|
@@ -96,36 +59,16 @@
|
|
96
59
|
},
|
97
60
|
"input":{
|
98
61
|
"shape":"ChangeTagsForResourceRequest",
|
99
|
-
"
|
100
|
-
"
|
62
|
+
"locationName":"ChangeTagsForResourceRequest",
|
63
|
+
"xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
|
101
64
|
},
|
102
65
|
"output":{"shape":"ChangeTagsForResourceResponse"},
|
103
66
|
"errors":[
|
104
|
-
{
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
}
|
109
|
-
{
|
110
|
-
"shape":"NoSuchHealthCheck",
|
111
|
-
"error":{"httpStatusCode":404},
|
112
|
-
"exception":true
|
113
|
-
},
|
114
|
-
{
|
115
|
-
"shape":"NoSuchHostedZone",
|
116
|
-
"error":{"httpStatusCode":404},
|
117
|
-
"exception":true
|
118
|
-
},
|
119
|
-
{
|
120
|
-
"shape":"PriorRequestNotComplete",
|
121
|
-
"error":{"httpStatusCode":400},
|
122
|
-
"exception":true
|
123
|
-
},
|
124
|
-
{
|
125
|
-
"shape":"ThrottlingException",
|
126
|
-
"error":{"httpStatusCode":400},
|
127
|
-
"exception":true
|
128
|
-
}
|
67
|
+
{"shape":"InvalidInput"},
|
68
|
+
{"shape":"NoSuchHealthCheck"},
|
69
|
+
{"shape":"NoSuchHostedZone"},
|
70
|
+
{"shape":"PriorRequestNotComplete"},
|
71
|
+
{"shape":"ThrottlingException"}
|
129
72
|
]
|
130
73
|
},
|
131
74
|
"CreateHealthCheck":{
|
@@ -137,25 +80,14 @@
|
|
137
80
|
},
|
138
81
|
"input":{
|
139
82
|
"shape":"CreateHealthCheckRequest",
|
140
|
-
"
|
141
|
-
"
|
83
|
+
"locationName":"CreateHealthCheckRequest",
|
84
|
+
"xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
|
142
85
|
},
|
143
86
|
"output":{"shape":"CreateHealthCheckResponse"},
|
144
87
|
"errors":[
|
145
|
-
{
|
146
|
-
|
147
|
-
|
148
|
-
},
|
149
|
-
{
|
150
|
-
"shape":"HealthCheckAlreadyExists",
|
151
|
-
"error":{"httpStatusCode":409},
|
152
|
-
"exception":true
|
153
|
-
},
|
154
|
-
{
|
155
|
-
"shape":"InvalidInput",
|
156
|
-
"error":{"httpStatusCode":400},
|
157
|
-
"exception":true
|
158
|
-
}
|
88
|
+
{"shape":"TooManyHealthChecks"},
|
89
|
+
{"shape":"HealthCheckAlreadyExists"},
|
90
|
+
{"shape":"InvalidInput"}
|
159
91
|
]
|
160
92
|
},
|
161
93
|
"CreateHostedZone":{
|
@@ -167,52 +99,20 @@
|
|
167
99
|
},
|
168
100
|
"input":{
|
169
101
|
"shape":"CreateHostedZoneRequest",
|
170
|
-
"
|
171
|
-
"
|
102
|
+
"locationName":"CreateHostedZoneRequest",
|
103
|
+
"xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
|
172
104
|
},
|
173
105
|
"output":{"shape":"CreateHostedZoneResponse"},
|
174
106
|
"errors":[
|
175
|
-
{
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
},
|
180
|
-
{
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
},
|
185
|
-
{
|
186
|
-
"shape":"TooManyHostedZones",
|
187
|
-
"error":{"httpStatusCode":400},
|
188
|
-
"exception":true
|
189
|
-
},
|
190
|
-
{
|
191
|
-
"shape":"InvalidVPCId",
|
192
|
-
"error":{"httpStatusCode":400},
|
193
|
-
"exception":true
|
194
|
-
},
|
195
|
-
{
|
196
|
-
"shape":"InvalidInput",
|
197
|
-
"error":{"httpStatusCode":400},
|
198
|
-
"exception":true
|
199
|
-
},
|
200
|
-
{
|
201
|
-
"shape":"DelegationSetNotAvailable",
|
202
|
-
"exception":true
|
203
|
-
},
|
204
|
-
{
|
205
|
-
"shape":"ConflictingDomainExists",
|
206
|
-
"exception":true
|
207
|
-
},
|
208
|
-
{
|
209
|
-
"shape":"NoSuchDelegationSet",
|
210
|
-
"exception":true
|
211
|
-
},
|
212
|
-
{
|
213
|
-
"shape":"DelegationSetNotReusable",
|
214
|
-
"exception":true
|
215
|
-
}
|
107
|
+
{"shape":"InvalidDomainName"},
|
108
|
+
{"shape":"HostedZoneAlreadyExists"},
|
109
|
+
{"shape":"TooManyHostedZones"},
|
110
|
+
{"shape":"InvalidVPCId"},
|
111
|
+
{"shape":"InvalidInput"},
|
112
|
+
{"shape":"DelegationSetNotAvailable"},
|
113
|
+
{"shape":"ConflictingDomainExists"},
|
114
|
+
{"shape":"NoSuchDelegationSet"},
|
115
|
+
{"shape":"DelegationSetNotReusable"}
|
216
116
|
]
|
217
117
|
},
|
218
118
|
"CreateReusableDelegationSet":{
|
@@ -224,40 +124,79 @@
|
|
224
124
|
},
|
225
125
|
"input":{
|
226
126
|
"shape":"CreateReusableDelegationSetRequest",
|
227
|
-
"
|
228
|
-
"
|
127
|
+
"locationName":"CreateReusableDelegationSetRequest",
|
128
|
+
"xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
|
229
129
|
},
|
230
130
|
"output":{"shape":"CreateReusableDelegationSetResponse"},
|
231
131
|
"errors":[
|
232
|
-
{
|
233
|
-
|
234
|
-
|
235
|
-
},
|
236
|
-
{
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
},
|
257
|
-
{
|
258
|
-
|
259
|
-
|
260
|
-
|
132
|
+
{"shape":"DelegationSetAlreadyCreated"},
|
133
|
+
{"shape":"LimitsExceeded"},
|
134
|
+
{"shape":"HostedZoneNotFound"},
|
135
|
+
{"shape":"InvalidArgument"},
|
136
|
+
{"shape":"InvalidInput"},
|
137
|
+
{"shape":"DelegationSetNotAvailable"},
|
138
|
+
{"shape":"DelegationSetAlreadyReusable"}
|
139
|
+
]
|
140
|
+
},
|
141
|
+
"CreateTrafficPolicy":{
|
142
|
+
"name":"CreateTrafficPolicy",
|
143
|
+
"http":{
|
144
|
+
"method":"POST",
|
145
|
+
"requestUri":"/2013-04-01/trafficpolicy",
|
146
|
+
"responseCode":201
|
147
|
+
},
|
148
|
+
"input":{
|
149
|
+
"shape":"CreateTrafficPolicyRequest",
|
150
|
+
"locationName":"CreateTrafficPolicyRequest",
|
151
|
+
"xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
|
152
|
+
},
|
153
|
+
"output":{"shape":"CreateTrafficPolicyResponse"},
|
154
|
+
"errors":[
|
155
|
+
{"shape":"InvalidInput"},
|
156
|
+
{"shape":"TooManyTrafficPolicies"},
|
157
|
+
{"shape":"TrafficPolicyAlreadyExists"},
|
158
|
+
{"shape":"InvalidTrafficPolicyDocument"}
|
159
|
+
]
|
160
|
+
},
|
161
|
+
"CreateTrafficPolicyInstance":{
|
162
|
+
"name":"CreateTrafficPolicyInstance",
|
163
|
+
"http":{
|
164
|
+
"method":"POST",
|
165
|
+
"requestUri":"/2013-04-01/trafficpolicyinstance",
|
166
|
+
"responseCode":201
|
167
|
+
},
|
168
|
+
"input":{
|
169
|
+
"shape":"CreateTrafficPolicyInstanceRequest",
|
170
|
+
"locationName":"CreateTrafficPolicyInstanceRequest",
|
171
|
+
"xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
|
172
|
+
},
|
173
|
+
"output":{"shape":"CreateTrafficPolicyInstanceResponse"},
|
174
|
+
"errors":[
|
175
|
+
{"shape":"NoSuchHostedZone"},
|
176
|
+
{"shape":"InvalidInput"},
|
177
|
+
{"shape":"TooManyTrafficPolicyInstances"},
|
178
|
+
{"shape":"NoSuchTrafficPolicy"},
|
179
|
+
{"shape":"TrafficPolicyInstanceAlreadyExists"}
|
180
|
+
]
|
181
|
+
},
|
182
|
+
"CreateTrafficPolicyVersion":{
|
183
|
+
"name":"CreateTrafficPolicyVersion",
|
184
|
+
"http":{
|
185
|
+
"method":"POST",
|
186
|
+
"requestUri":"/2013-04-01/trafficpolicy/{Id}",
|
187
|
+
"responseCode":201
|
188
|
+
},
|
189
|
+
"input":{
|
190
|
+
"shape":"CreateTrafficPolicyVersionRequest",
|
191
|
+
"locationName":"CreateTrafficPolicyVersionRequest",
|
192
|
+
"xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
|
193
|
+
},
|
194
|
+
"output":{"shape":"CreateTrafficPolicyVersionResponse"},
|
195
|
+
"errors":[
|
196
|
+
{"shape":"NoSuchTrafficPolicy"},
|
197
|
+
{"shape":"InvalidInput"},
|
198
|
+
{"shape":"ConcurrentModification"},
|
199
|
+
{"shape":"InvalidTrafficPolicyDocument"}
|
261
200
|
]
|
262
201
|
},
|
263
202
|
"DeleteHealthCheck":{
|
@@ -269,21 +208,9 @@
|
|
269
208
|
"input":{"shape":"DeleteHealthCheckRequest"},
|
270
209
|
"output":{"shape":"DeleteHealthCheckResponse"},
|
271
210
|
"errors":[
|
272
|
-
{
|
273
|
-
|
274
|
-
|
275
|
-
"exception":true
|
276
|
-
},
|
277
|
-
{
|
278
|
-
"shape":"HealthCheckInUse",
|
279
|
-
"error":{"httpStatusCode":400},
|
280
|
-
"exception":true
|
281
|
-
},
|
282
|
-
{
|
283
|
-
"shape":"InvalidInput",
|
284
|
-
"error":{"httpStatusCode":400},
|
285
|
-
"exception":true
|
286
|
-
}
|
211
|
+
{"shape":"NoSuchHealthCheck"},
|
212
|
+
{"shape":"HealthCheckInUse"},
|
213
|
+
{"shape":"InvalidInput"}
|
287
214
|
]
|
288
215
|
},
|
289
216
|
"DeleteHostedZone":{
|
@@ -295,26 +222,10 @@
|
|
295
222
|
"input":{"shape":"DeleteHostedZoneRequest"},
|
296
223
|
"output":{"shape":"DeleteHostedZoneResponse"},
|
297
224
|
"errors":[
|
298
|
-
{
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
},
|
303
|
-
{
|
304
|
-
"shape":"HostedZoneNotEmpty",
|
305
|
-
"error":{"httpStatusCode":400},
|
306
|
-
"exception":true
|
307
|
-
},
|
308
|
-
{
|
309
|
-
"shape":"PriorRequestNotComplete",
|
310
|
-
"error":{"httpStatusCode":400},
|
311
|
-
"exception":true
|
312
|
-
},
|
313
|
-
{
|
314
|
-
"shape":"InvalidInput",
|
315
|
-
"error":{"httpStatusCode":400},
|
316
|
-
"exception":true
|
317
|
-
}
|
225
|
+
{"shape":"NoSuchHostedZone"},
|
226
|
+
{"shape":"HostedZoneNotEmpty"},
|
227
|
+
{"shape":"PriorRequestNotComplete"},
|
228
|
+
{"shape":"InvalidInput"}
|
318
229
|
]
|
319
230
|
},
|
320
231
|
"DeleteReusableDelegationSet":{
|
@@ -326,23 +237,39 @@
|
|
326
237
|
"input":{"shape":"DeleteReusableDelegationSetRequest"},
|
327
238
|
"output":{"shape":"DeleteReusableDelegationSetResponse"},
|
328
239
|
"errors":[
|
329
|
-
{
|
330
|
-
|
331
|
-
|
332
|
-
}
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
}
|
240
|
+
{"shape":"NoSuchDelegationSet"},
|
241
|
+
{"shape":"DelegationSetInUse"},
|
242
|
+
{"shape":"DelegationSetNotReusable"},
|
243
|
+
{"shape":"InvalidInput"}
|
244
|
+
]
|
245
|
+
},
|
246
|
+
"DeleteTrafficPolicy":{
|
247
|
+
"name":"DeleteTrafficPolicy",
|
248
|
+
"http":{
|
249
|
+
"method":"DELETE",
|
250
|
+
"requestUri":"/2013-04-01/trafficpolicy/{Id}/{Version}"
|
251
|
+
},
|
252
|
+
"input":{"shape":"DeleteTrafficPolicyRequest"},
|
253
|
+
"output":{"shape":"DeleteTrafficPolicyResponse"},
|
254
|
+
"errors":[
|
255
|
+
{"shape":"NoSuchTrafficPolicy"},
|
256
|
+
{"shape":"InvalidInput"},
|
257
|
+
{"shape":"TrafficPolicyInUse"},
|
258
|
+
{"shape":"ConcurrentModification"}
|
259
|
+
]
|
260
|
+
},
|
261
|
+
"DeleteTrafficPolicyInstance":{
|
262
|
+
"name":"DeleteTrafficPolicyInstance",
|
263
|
+
"http":{
|
264
|
+
"method":"DELETE",
|
265
|
+
"requestUri":"/2013-04-01/trafficpolicyinstance/{Id}"
|
266
|
+
},
|
267
|
+
"input":{"shape":"DeleteTrafficPolicyInstanceRequest"},
|
268
|
+
"output":{"shape":"DeleteTrafficPolicyInstanceResponse"},
|
269
|
+
"errors":[
|
270
|
+
{"shape":"NoSuchTrafficPolicyInstance"},
|
271
|
+
{"shape":"InvalidInput"},
|
272
|
+
{"shape":"PriorRequestNotComplete"}
|
346
273
|
]
|
347
274
|
},
|
348
275
|
"DisassociateVPCFromHostedZone":{
|
@@ -353,36 +280,16 @@
|
|
353
280
|
},
|
354
281
|
"input":{
|
355
282
|
"shape":"DisassociateVPCFromHostedZoneRequest",
|
356
|
-
"
|
357
|
-
"
|
283
|
+
"locationName":"DisassociateVPCFromHostedZoneRequest",
|
284
|
+
"xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
|
358
285
|
},
|
359
286
|
"output":{"shape":"DisassociateVPCFromHostedZoneResponse"},
|
360
287
|
"errors":[
|
361
|
-
{
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
}
|
366
|
-
{
|
367
|
-
"shape":"InvalidVPCId",
|
368
|
-
"error":{"httpStatusCode":400},
|
369
|
-
"exception":true
|
370
|
-
},
|
371
|
-
{
|
372
|
-
"shape":"VPCAssociationNotFound",
|
373
|
-
"error":{"httpStatusCode":404},
|
374
|
-
"exception":true
|
375
|
-
},
|
376
|
-
{
|
377
|
-
"shape":"LastVPCAssociation",
|
378
|
-
"error":{"httpStatusCode":400},
|
379
|
-
"exception":true
|
380
|
-
},
|
381
|
-
{
|
382
|
-
"shape":"InvalidInput",
|
383
|
-
"error":{"httpStatusCode":400},
|
384
|
-
"exception":true
|
385
|
-
}
|
288
|
+
{"shape":"NoSuchHostedZone"},
|
289
|
+
{"shape":"InvalidVPCId"},
|
290
|
+
{"shape":"VPCAssociationNotFound"},
|
291
|
+
{"shape":"LastVPCAssociation"},
|
292
|
+
{"shape":"InvalidInput"}
|
386
293
|
]
|
387
294
|
},
|
388
295
|
"GetChange":{
|
@@ -394,16 +301,21 @@
|
|
394
301
|
"input":{"shape":"GetChangeRequest"},
|
395
302
|
"output":{"shape":"GetChangeResponse"},
|
396
303
|
"errors":[
|
397
|
-
{
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
304
|
+
{"shape":"NoSuchChange"},
|
305
|
+
{"shape":"InvalidInput"}
|
306
|
+
]
|
307
|
+
},
|
308
|
+
"GetChangeDetails":{
|
309
|
+
"name":"GetChangeDetails",
|
310
|
+
"http":{
|
311
|
+
"method":"GET",
|
312
|
+
"requestUri":"/2013-04-01/changedetails/{Id}"
|
313
|
+
},
|
314
|
+
"input":{"shape":"GetChangeDetailsRequest"},
|
315
|
+
"output":{"shape":"GetChangeDetailsResponse"},
|
316
|
+
"errors":[
|
317
|
+
{"shape":"NoSuchChange"},
|
318
|
+
{"shape":"InvalidInput"}
|
407
319
|
]
|
408
320
|
},
|
409
321
|
"GetCheckerIpRanges":{
|
@@ -424,16 +336,8 @@
|
|
424
336
|
"input":{"shape":"GetGeoLocationRequest"},
|
425
337
|
"output":{"shape":"GetGeoLocationResponse"},
|
426
338
|
"errors":[
|
427
|
-
{
|
428
|
-
|
429
|
-
"error":{"httpStatusCode":404},
|
430
|
-
"exception":true
|
431
|
-
},
|
432
|
-
{
|
433
|
-
"shape":"InvalidInput",
|
434
|
-
"error":{"httpStatusCode":400},
|
435
|
-
"exception":true
|
436
|
-
}
|
339
|
+
{"shape":"NoSuchGeoLocation"},
|
340
|
+
{"shape":"InvalidInput"}
|
437
341
|
]
|
438
342
|
},
|
439
343
|
"GetHealthCheck":{
|
@@ -445,21 +349,9 @@
|
|
445
349
|
"input":{"shape":"GetHealthCheckRequest"},
|
446
350
|
"output":{"shape":"GetHealthCheckResponse"},
|
447
351
|
"errors":[
|
448
|
-
{
|
449
|
-
|
450
|
-
|
451
|
-
"exception":true
|
452
|
-
},
|
453
|
-
{
|
454
|
-
"shape":"InvalidInput",
|
455
|
-
"error":{"httpStatusCode":400},
|
456
|
-
"exception":true
|
457
|
-
},
|
458
|
-
{
|
459
|
-
"shape":"IncompatibleVersion",
|
460
|
-
"error":{"httpStatusCode":400},
|
461
|
-
"exception":true
|
462
|
-
}
|
352
|
+
{"shape":"NoSuchHealthCheck"},
|
353
|
+
{"shape":"InvalidInput"},
|
354
|
+
{"shape":"IncompatibleVersion"}
|
463
355
|
]
|
464
356
|
},
|
465
357
|
"GetHealthCheckCount":{
|
@@ -480,11 +372,8 @@
|
|
480
372
|
"input":{"shape":"GetHealthCheckLastFailureReasonRequest"},
|
481
373
|
"output":{"shape":"GetHealthCheckLastFailureReasonResponse"},
|
482
374
|
"errors":[
|
483
|
-
{
|
484
|
-
|
485
|
-
"error":{"httpStatusCode":404},
|
486
|
-
"exception":true
|
487
|
-
}
|
375
|
+
{"shape":"NoSuchHealthCheck"},
|
376
|
+
{"shape":"InvalidInput"}
|
488
377
|
]
|
489
378
|
},
|
490
379
|
"GetHealthCheckStatus":{
|
@@ -496,11 +385,8 @@
|
|
496
385
|
"input":{"shape":"GetHealthCheckStatusRequest"},
|
497
386
|
"output":{"shape":"GetHealthCheckStatusResponse"},
|
498
387
|
"errors":[
|
499
|
-
{
|
500
|
-
|
501
|
-
"error":{"httpStatusCode":404},
|
502
|
-
"exception":true
|
503
|
-
}
|
388
|
+
{"shape":"NoSuchHealthCheck"},
|
389
|
+
{"shape":"InvalidInput"}
|
504
390
|
]
|
505
391
|
},
|
506
392
|
"GetHostedZone":{
|
@@ -512,16 +398,8 @@
|
|
512
398
|
"input":{"shape":"GetHostedZoneRequest"},
|
513
399
|
"output":{"shape":"GetHostedZoneResponse"},
|
514
400
|
"errors":[
|
515
|
-
{
|
516
|
-
|
517
|
-
"error":{"httpStatusCode":404},
|
518
|
-
"exception":true
|
519
|
-
},
|
520
|
-
{
|
521
|
-
"shape":"InvalidInput",
|
522
|
-
"error":{"httpStatusCode":400},
|
523
|
-
"exception":true
|
524
|
-
}
|
401
|
+
{"shape":"NoSuchHostedZone"},
|
402
|
+
{"shape":"InvalidInput"}
|
525
403
|
]
|
526
404
|
},
|
527
405
|
"GetHostedZoneCount":{
|
@@ -533,11 +411,7 @@
|
|
533
411
|
"input":{"shape":"GetHostedZoneCountRequest"},
|
534
412
|
"output":{"shape":"GetHostedZoneCountResponse"},
|
535
413
|
"errors":[
|
536
|
-
{
|
537
|
-
"shape":"InvalidInput",
|
538
|
-
"error":{"httpStatusCode":400},
|
539
|
-
"exception":true
|
540
|
-
}
|
414
|
+
{"shape":"InvalidInput"}
|
541
415
|
]
|
542
416
|
},
|
543
417
|
"GetReusableDelegationSet":{
|
@@ -549,19 +423,70 @@
|
|
549
423
|
"input":{"shape":"GetReusableDelegationSetRequest"},
|
550
424
|
"output":{"shape":"GetReusableDelegationSetResponse"},
|
551
425
|
"errors":[
|
552
|
-
{
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
426
|
+
{"shape":"NoSuchDelegationSet"},
|
427
|
+
{"shape":"DelegationSetNotReusable"},
|
428
|
+
{"shape":"InvalidInput"}
|
429
|
+
]
|
430
|
+
},
|
431
|
+
"GetTrafficPolicy":{
|
432
|
+
"name":"GetTrafficPolicy",
|
433
|
+
"http":{
|
434
|
+
"method":"GET",
|
435
|
+
"requestUri":"/2013-04-01/trafficpolicy/{Id}/{Version}"
|
436
|
+
},
|
437
|
+
"input":{"shape":"GetTrafficPolicyRequest"},
|
438
|
+
"output":{"shape":"GetTrafficPolicyResponse"},
|
439
|
+
"errors":[
|
440
|
+
{"shape":"NoSuchTrafficPolicy"},
|
441
|
+
{"shape":"InvalidInput"}
|
442
|
+
]
|
443
|
+
},
|
444
|
+
"GetTrafficPolicyInstance":{
|
445
|
+
"name":"GetTrafficPolicyInstance",
|
446
|
+
"http":{
|
447
|
+
"method":"GET",
|
448
|
+
"requestUri":"/2013-04-01/trafficpolicyinstance/{Id}"
|
449
|
+
},
|
450
|
+
"input":{"shape":"GetTrafficPolicyInstanceRequest"},
|
451
|
+
"output":{"shape":"GetTrafficPolicyInstanceResponse"},
|
452
|
+
"errors":[
|
453
|
+
{"shape":"NoSuchTrafficPolicyInstance"},
|
454
|
+
{"shape":"InvalidInput"}
|
455
|
+
]
|
456
|
+
},
|
457
|
+
"GetTrafficPolicyInstanceCount":{
|
458
|
+
"name":"GetTrafficPolicyInstanceCount",
|
459
|
+
"http":{
|
460
|
+
"method":"GET",
|
461
|
+
"requestUri":"/2013-04-01/trafficpolicyinstancecount"
|
462
|
+
},
|
463
|
+
"input":{"shape":"GetTrafficPolicyInstanceCountRequest"},
|
464
|
+
"output":{"shape":"GetTrafficPolicyInstanceCountResponse"}
|
465
|
+
},
|
466
|
+
"ListChangeBatchesByHostedZone":{
|
467
|
+
"name":"ListChangeBatchesByHostedZone",
|
468
|
+
"http":{
|
469
|
+
"method":"GET",
|
470
|
+
"requestUri":"/2013-04-01/hostedzone/{Id}/changes"
|
471
|
+
},
|
472
|
+
"input":{"shape":"ListChangeBatchesByHostedZoneRequest"},
|
473
|
+
"output":{"shape":"ListChangeBatchesByHostedZoneResponse"},
|
474
|
+
"errors":[
|
475
|
+
{"shape":"NoSuchHostedZone"},
|
476
|
+
{"shape":"InvalidInput"}
|
477
|
+
]
|
478
|
+
},
|
479
|
+
"ListChangeBatchesByRRSet":{
|
480
|
+
"name":"ListChangeBatchesByRRSet",
|
481
|
+
"http":{
|
482
|
+
"method":"GET",
|
483
|
+
"requestUri":"/2013-04-01/hostedzone/{Id}/rrsChanges"
|
484
|
+
},
|
485
|
+
"input":{"shape":"ListChangeBatchesByRRSetRequest"},
|
486
|
+
"output":{"shape":"ListChangeBatchesByRRSetResponse"},
|
487
|
+
"errors":[
|
488
|
+
{"shape":"NoSuchHostedZone"},
|
489
|
+
{"shape":"InvalidInput"}
|
565
490
|
]
|
566
491
|
},
|
567
492
|
"ListGeoLocations":{
|
@@ -573,11 +498,7 @@
|
|
573
498
|
"input":{"shape":"ListGeoLocationsRequest"},
|
574
499
|
"output":{"shape":"ListGeoLocationsResponse"},
|
575
500
|
"errors":[
|
576
|
-
{
|
577
|
-
"shape":"InvalidInput",
|
578
|
-
"error":{"httpStatusCode":400},
|
579
|
-
"exception":true
|
580
|
-
}
|
501
|
+
{"shape":"InvalidInput"}
|
581
502
|
]
|
582
503
|
},
|
583
504
|
"ListHealthChecks":{
|
@@ -589,16 +510,8 @@
|
|
589
510
|
"input":{"shape":"ListHealthChecksRequest"},
|
590
511
|
"output":{"shape":"ListHealthChecksResponse"},
|
591
512
|
"errors":[
|
592
|
-
{
|
593
|
-
|
594
|
-
"error":{"httpStatusCode":400},
|
595
|
-
"exception":true
|
596
|
-
},
|
597
|
-
{
|
598
|
-
"shape":"IncompatibleVersion",
|
599
|
-
"error":{"httpStatusCode":400},
|
600
|
-
"exception":true
|
601
|
-
}
|
513
|
+
{"shape":"InvalidInput"},
|
514
|
+
{"shape":"IncompatibleVersion"}
|
602
515
|
]
|
603
516
|
},
|
604
517
|
"ListHostedZones":{
|
@@ -610,19 +523,9 @@
|
|
610
523
|
"input":{"shape":"ListHostedZonesRequest"},
|
611
524
|
"output":{"shape":"ListHostedZonesResponse"},
|
612
525
|
"errors":[
|
613
|
-
{
|
614
|
-
|
615
|
-
|
616
|
-
"exception":true
|
617
|
-
},
|
618
|
-
{
|
619
|
-
"shape":"NoSuchDelegationSet",
|
620
|
-
"exception":true
|
621
|
-
},
|
622
|
-
{
|
623
|
-
"shape":"DelegationSetNotReusable",
|
624
|
-
"exception":true
|
625
|
-
}
|
526
|
+
{"shape":"InvalidInput"},
|
527
|
+
{"shape":"NoSuchDelegationSet"},
|
528
|
+
{"shape":"DelegationSetNotReusable"}
|
626
529
|
]
|
627
530
|
},
|
628
531
|
"ListHostedZonesByName":{
|
@@ -634,16 +537,8 @@
|
|
634
537
|
"input":{"shape":"ListHostedZonesByNameRequest"},
|
635
538
|
"output":{"shape":"ListHostedZonesByNameResponse"},
|
636
539
|
"errors":[
|
637
|
-
{
|
638
|
-
|
639
|
-
"error":{"httpStatusCode":400},
|
640
|
-
"exception":true
|
641
|
-
},
|
642
|
-
{
|
643
|
-
"shape":"InvalidDomainName",
|
644
|
-
"error":{"httpStatusCode":400},
|
645
|
-
"exception":true
|
646
|
-
}
|
540
|
+
{"shape":"InvalidInput"},
|
541
|
+
{"shape":"InvalidDomainName"}
|
647
542
|
]
|
648
543
|
},
|
649
544
|
"ListResourceRecordSets":{
|
@@ -655,16 +550,8 @@
|
|
655
550
|
"input":{"shape":"ListResourceRecordSetsRequest"},
|
656
551
|
"output":{"shape":"ListResourceRecordSetsResponse"},
|
657
552
|
"errors":[
|
658
|
-
{
|
659
|
-
|
660
|
-
"error":{"httpStatusCode":404},
|
661
|
-
"exception":true
|
662
|
-
},
|
663
|
-
{
|
664
|
-
"shape":"InvalidInput",
|
665
|
-
"error":{"httpStatusCode":400},
|
666
|
-
"exception":true
|
667
|
-
}
|
553
|
+
{"shape":"NoSuchHostedZone"},
|
554
|
+
{"shape":"InvalidInput"}
|
668
555
|
]
|
669
556
|
},
|
670
557
|
"ListReusableDelegationSets":{
|
@@ -676,11 +563,7 @@
|
|
676
563
|
"input":{"shape":"ListReusableDelegationSetsRequest"},
|
677
564
|
"output":{"shape":"ListReusableDelegationSetsResponse"},
|
678
565
|
"errors":[
|
679
|
-
{
|
680
|
-
"shape":"InvalidInput",
|
681
|
-
"error":{"httpStatusCode":400},
|
682
|
-
"exception":true
|
683
|
-
}
|
566
|
+
{"shape":"InvalidInput"}
|
684
567
|
]
|
685
568
|
},
|
686
569
|
"ListTagsForResource":{
|
@@ -692,31 +575,11 @@
|
|
692
575
|
"input":{"shape":"ListTagsForResourceRequest"},
|
693
576
|
"output":{"shape":"ListTagsForResourceResponse"},
|
694
577
|
"errors":[
|
695
|
-
{
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
}
|
700
|
-
{
|
701
|
-
"shape":"NoSuchHealthCheck",
|
702
|
-
"error":{"httpStatusCode":404},
|
703
|
-
"exception":true
|
704
|
-
},
|
705
|
-
{
|
706
|
-
"shape":"NoSuchHostedZone",
|
707
|
-
"error":{"httpStatusCode":404},
|
708
|
-
"exception":true
|
709
|
-
},
|
710
|
-
{
|
711
|
-
"shape":"PriorRequestNotComplete",
|
712
|
-
"error":{"httpStatusCode":400},
|
713
|
-
"exception":true
|
714
|
-
},
|
715
|
-
{
|
716
|
-
"shape":"ThrottlingException",
|
717
|
-
"error":{"httpStatusCode":400},
|
718
|
-
"exception":true
|
719
|
-
}
|
578
|
+
{"shape":"InvalidInput"},
|
579
|
+
{"shape":"NoSuchHealthCheck"},
|
580
|
+
{"shape":"NoSuchHostedZone"},
|
581
|
+
{"shape":"PriorRequestNotComplete"},
|
582
|
+
{"shape":"ThrottlingException"}
|
720
583
|
]
|
721
584
|
},
|
722
585
|
"ListTagsForResources":{
|
@@ -727,36 +590,82 @@
|
|
727
590
|
},
|
728
591
|
"input":{
|
729
592
|
"shape":"ListTagsForResourcesRequest",
|
730
|
-
"
|
731
|
-
"
|
593
|
+
"locationName":"ListTagsForResourcesRequest",
|
594
|
+
"xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
|
732
595
|
},
|
733
596
|
"output":{"shape":"ListTagsForResourcesResponse"},
|
734
597
|
"errors":[
|
735
|
-
{
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
}
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
598
|
+
{"shape":"InvalidInput"},
|
599
|
+
{"shape":"NoSuchHealthCheck"},
|
600
|
+
{"shape":"NoSuchHostedZone"},
|
601
|
+
{"shape":"PriorRequestNotComplete"},
|
602
|
+
{"shape":"ThrottlingException"}
|
603
|
+
]
|
604
|
+
},
|
605
|
+
"ListTrafficPolicies":{
|
606
|
+
"name":"ListTrafficPolicies",
|
607
|
+
"http":{
|
608
|
+
"method":"GET",
|
609
|
+
"requestUri":"/2013-04-01/trafficpolicies"
|
610
|
+
},
|
611
|
+
"input":{"shape":"ListTrafficPoliciesRequest"},
|
612
|
+
"output":{"shape":"ListTrafficPoliciesResponse"},
|
613
|
+
"errors":[
|
614
|
+
{"shape":"InvalidInput"}
|
615
|
+
]
|
616
|
+
},
|
617
|
+
"ListTrafficPolicyInstances":{
|
618
|
+
"name":"ListTrafficPolicyInstances",
|
619
|
+
"http":{
|
620
|
+
"method":"GET",
|
621
|
+
"requestUri":"/2013-04-01/trafficpolicyinstances"
|
622
|
+
},
|
623
|
+
"input":{"shape":"ListTrafficPolicyInstancesRequest"},
|
624
|
+
"output":{"shape":"ListTrafficPolicyInstancesResponse"},
|
625
|
+
"errors":[
|
626
|
+
{"shape":"InvalidInput"},
|
627
|
+
{"shape":"NoSuchTrafficPolicyInstance"}
|
628
|
+
]
|
629
|
+
},
|
630
|
+
"ListTrafficPolicyInstancesByHostedZone":{
|
631
|
+
"name":"ListTrafficPolicyInstancesByHostedZone",
|
632
|
+
"http":{
|
633
|
+
"method":"GET",
|
634
|
+
"requestUri":"/2013-04-01/trafficpolicyinstances/hostedzone"
|
635
|
+
},
|
636
|
+
"input":{"shape":"ListTrafficPolicyInstancesByHostedZoneRequest"},
|
637
|
+
"output":{"shape":"ListTrafficPolicyInstancesByHostedZoneResponse"},
|
638
|
+
"errors":[
|
639
|
+
{"shape":"InvalidInput"},
|
640
|
+
{"shape":"NoSuchTrafficPolicyInstance"},
|
641
|
+
{"shape":"NoSuchHostedZone"}
|
642
|
+
]
|
643
|
+
},
|
644
|
+
"ListTrafficPolicyInstancesByPolicy":{
|
645
|
+
"name":"ListTrafficPolicyInstancesByPolicy",
|
646
|
+
"http":{
|
647
|
+
"method":"GET",
|
648
|
+
"requestUri":"/2013-04-01/trafficpolicyinstances/trafficpolicy"
|
649
|
+
},
|
650
|
+
"input":{"shape":"ListTrafficPolicyInstancesByPolicyRequest"},
|
651
|
+
"output":{"shape":"ListTrafficPolicyInstancesByPolicyResponse"},
|
652
|
+
"errors":[
|
653
|
+
{"shape":"InvalidInput"},
|
654
|
+
{"shape":"NoSuchTrafficPolicyInstance"},
|
655
|
+
{"shape":"NoSuchTrafficPolicy"}
|
656
|
+
]
|
657
|
+
},
|
658
|
+
"ListTrafficPolicyVersions":{
|
659
|
+
"name":"ListTrafficPolicyVersions",
|
660
|
+
"http":{
|
661
|
+
"method":"GET",
|
662
|
+
"requestUri":"/2013-04-01/trafficpolicies/{Id}/versions"
|
663
|
+
},
|
664
|
+
"input":{"shape":"ListTrafficPolicyVersionsRequest"},
|
665
|
+
"output":{"shape":"ListTrafficPolicyVersionsResponse"},
|
666
|
+
"errors":[
|
667
|
+
{"shape":"InvalidInput"},
|
668
|
+
{"shape":"NoSuchTrafficPolicy"}
|
760
669
|
]
|
761
670
|
},
|
762
671
|
"UpdateHealthCheck":{
|
@@ -767,26 +676,14 @@
|
|
767
676
|
},
|
768
677
|
"input":{
|
769
678
|
"shape":"UpdateHealthCheckRequest",
|
770
|
-
"
|
771
|
-
"
|
679
|
+
"locationName":"UpdateHealthCheckRequest",
|
680
|
+
"xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
|
772
681
|
},
|
773
682
|
"output":{"shape":"UpdateHealthCheckResponse"},
|
774
683
|
"errors":[
|
775
|
-
{
|
776
|
-
|
777
|
-
|
778
|
-
"exception":true
|
779
|
-
},
|
780
|
-
{
|
781
|
-
"shape":"InvalidInput",
|
782
|
-
"error":{"httpStatusCode":400},
|
783
|
-
"exception":true
|
784
|
-
},
|
785
|
-
{
|
786
|
-
"shape":"HealthCheckVersionMismatch",
|
787
|
-
"error":{"httpStatusCode":409},
|
788
|
-
"exception":true
|
789
|
-
}
|
684
|
+
{"shape":"NoSuchHealthCheck"},
|
685
|
+
{"shape":"InvalidInput"},
|
686
|
+
{"shape":"HealthCheckVersionMismatch"}
|
790
687
|
]
|
791
688
|
},
|
792
689
|
"UpdateHostedZoneComment":{
|
@@ -797,25 +694,56 @@
|
|
797
694
|
},
|
798
695
|
"input":{
|
799
696
|
"shape":"UpdateHostedZoneCommentRequest",
|
800
|
-
"
|
801
|
-
"
|
697
|
+
"locationName":"UpdateHostedZoneCommentRequest",
|
698
|
+
"xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
|
802
699
|
},
|
803
700
|
"output":{"shape":"UpdateHostedZoneCommentResponse"},
|
804
701
|
"errors":[
|
805
|
-
{
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
702
|
+
{"shape":"NoSuchHostedZone"},
|
703
|
+
{"shape":"InvalidInput"}
|
704
|
+
]
|
705
|
+
},
|
706
|
+
"UpdateTrafficPolicyComment":{
|
707
|
+
"name":"UpdateTrafficPolicyComment",
|
708
|
+
"http":{
|
709
|
+
"method":"POST",
|
710
|
+
"requestUri":"/2013-04-01/trafficpolicy/{Id}/{Version}"
|
711
|
+
},
|
712
|
+
"input":{
|
713
|
+
"shape":"UpdateTrafficPolicyCommentRequest",
|
714
|
+
"locationName":"UpdateTrafficPolicyCommentRequest",
|
715
|
+
"xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
|
716
|
+
},
|
717
|
+
"output":{"shape":"UpdateTrafficPolicyCommentResponse"},
|
718
|
+
"errors":[
|
719
|
+
{"shape":"InvalidInput"},
|
720
|
+
{"shape":"NoSuchTrafficPolicy"},
|
721
|
+
{"shape":"ConcurrentModification"}
|
722
|
+
]
|
723
|
+
},
|
724
|
+
"UpdateTrafficPolicyInstance":{
|
725
|
+
"name":"UpdateTrafficPolicyInstance",
|
726
|
+
"http":{
|
727
|
+
"method":"POST",
|
728
|
+
"requestUri":"/2013-04-01/trafficpolicyinstance/{Id}"
|
729
|
+
},
|
730
|
+
"input":{
|
731
|
+
"shape":"UpdateTrafficPolicyInstanceRequest",
|
732
|
+
"locationName":"UpdateTrafficPolicyInstanceRequest",
|
733
|
+
"xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
|
734
|
+
},
|
735
|
+
"output":{"shape":"UpdateTrafficPolicyInstanceResponse"},
|
736
|
+
"errors":[
|
737
|
+
{"shape":"InvalidInput"},
|
738
|
+
{"shape":"NoSuchTrafficPolicy"},
|
739
|
+
{"shape":"NoSuchTrafficPolicyInstance"},
|
740
|
+
{"shape":"PriorRequestNotComplete"},
|
741
|
+
{"shape":"ConflictingTypes"}
|
815
742
|
]
|
816
743
|
}
|
817
744
|
},
|
818
745
|
"shapes":{
|
746
|
+
"AWSAccountID":{"type":"string"},
|
819
747
|
"AliasHealthEnabled":{"type":"boolean"},
|
820
748
|
"AliasTarget":{
|
821
749
|
"type":"structure",
|
@@ -881,6 +809,29 @@
|
|
881
809
|
"Changes":{"shape":"Changes"}
|
882
810
|
}
|
883
811
|
},
|
812
|
+
"ChangeBatchRecord":{
|
813
|
+
"type":"structure",
|
814
|
+
"required":[
|
815
|
+
"Id",
|
816
|
+
"Status"
|
817
|
+
],
|
818
|
+
"members":{
|
819
|
+
"Id":{"shape":"ResourceId"},
|
820
|
+
"SubmittedAt":{"shape":"TimeStamp"},
|
821
|
+
"Status":{"shape":"ChangeStatus"},
|
822
|
+
"Comment":{"shape":"ResourceDescription"},
|
823
|
+
"Submitter":{"shape":"AWSAccountID"},
|
824
|
+
"Changes":{"shape":"Changes"}
|
825
|
+
}
|
826
|
+
},
|
827
|
+
"ChangeBatchRecords":{
|
828
|
+
"type":"list",
|
829
|
+
"member":{
|
830
|
+
"shape":"ChangeBatchRecord",
|
831
|
+
"locationName":"ChangeBatchRecord"
|
832
|
+
},
|
833
|
+
"min":1
|
834
|
+
},
|
884
835
|
"ChangeInfo":{
|
885
836
|
"type":"structure",
|
886
837
|
"required":[
|
@@ -970,6 +921,14 @@
|
|
970
921
|
},
|
971
922
|
"max":256
|
972
923
|
},
|
924
|
+
"ConcurrentModification":{
|
925
|
+
"type":"structure",
|
926
|
+
"members":{
|
927
|
+
"message":{"shape":"ErrorMessage"}
|
928
|
+
},
|
929
|
+
"error":{"httpStatusCode":400},
|
930
|
+
"exception":true
|
931
|
+
},
|
973
932
|
"ConflictingDomainExists":{
|
974
933
|
"type":"structure",
|
975
934
|
"members":{
|
@@ -977,6 +936,14 @@
|
|
977
936
|
},
|
978
937
|
"exception":true
|
979
938
|
},
|
939
|
+
"ConflictingTypes":{
|
940
|
+
"type":"structure",
|
941
|
+
"members":{
|
942
|
+
"message":{"shape":"ErrorMessage"}
|
943
|
+
},
|
944
|
+
"error":{"httpStatusCode":400},
|
945
|
+
"exception":true
|
946
|
+
},
|
980
947
|
"CreateHealthCheckRequest":{
|
981
948
|
"type":"structure",
|
982
949
|
"required":[
|
@@ -1060,19 +1027,113 @@
|
|
1060
1027
|
}
|
1061
1028
|
}
|
1062
1029
|
},
|
1063
|
-
"
|
1064
|
-
"type":"string",
|
1065
|
-
"max":1024
|
1066
|
-
},
|
1067
|
-
"DelegationSet":{
|
1030
|
+
"CreateTrafficPolicyInstanceRequest":{
|
1068
1031
|
"type":"structure",
|
1069
|
-
"required":[
|
1032
|
+
"required":[
|
1033
|
+
"HostedZoneId",
|
1034
|
+
"Name",
|
1035
|
+
"TTL",
|
1036
|
+
"TrafficPolicyId",
|
1037
|
+
"TrafficPolicyVersion"
|
1038
|
+
],
|
1070
1039
|
"members":{
|
1071
|
-
"
|
1072
|
-
"
|
1073
|
-
"
|
1074
|
-
|
1075
|
-
|
1040
|
+
"HostedZoneId":{"shape":"ResourceId"},
|
1041
|
+
"Name":{"shape":"DNSName"},
|
1042
|
+
"TTL":{"shape":"TTL"},
|
1043
|
+
"TrafficPolicyId":{"shape":"TrafficPolicyId"},
|
1044
|
+
"TrafficPolicyVersion":{"shape":"TrafficPolicyVersion"}
|
1045
|
+
}
|
1046
|
+
},
|
1047
|
+
"CreateTrafficPolicyInstanceResponse":{
|
1048
|
+
"type":"structure",
|
1049
|
+
"required":[
|
1050
|
+
"TrafficPolicyInstance",
|
1051
|
+
"Location"
|
1052
|
+
],
|
1053
|
+
"members":{
|
1054
|
+
"TrafficPolicyInstance":{"shape":"TrafficPolicyInstance"},
|
1055
|
+
"Location":{
|
1056
|
+
"shape":"ResourceURI",
|
1057
|
+
"location":"header",
|
1058
|
+
"locationName":"Location"
|
1059
|
+
}
|
1060
|
+
}
|
1061
|
+
},
|
1062
|
+
"CreateTrafficPolicyRequest":{
|
1063
|
+
"type":"structure",
|
1064
|
+
"required":[
|
1065
|
+
"Name",
|
1066
|
+
"Document"
|
1067
|
+
],
|
1068
|
+
"members":{
|
1069
|
+
"Name":{"shape":"TrafficPolicyName"},
|
1070
|
+
"Document":{"shape":"TrafficPolicyDocument"},
|
1071
|
+
"Comment":{"shape":"TrafficPolicyComment"}
|
1072
|
+
}
|
1073
|
+
},
|
1074
|
+
"CreateTrafficPolicyResponse":{
|
1075
|
+
"type":"structure",
|
1076
|
+
"required":[
|
1077
|
+
"TrafficPolicy",
|
1078
|
+
"Location"
|
1079
|
+
],
|
1080
|
+
"members":{
|
1081
|
+
"TrafficPolicy":{"shape":"TrafficPolicy"},
|
1082
|
+
"Location":{
|
1083
|
+
"shape":"ResourceURI",
|
1084
|
+
"location":"header",
|
1085
|
+
"locationName":"Location"
|
1086
|
+
}
|
1087
|
+
}
|
1088
|
+
},
|
1089
|
+
"CreateTrafficPolicyVersionRequest":{
|
1090
|
+
"type":"structure",
|
1091
|
+
"required":[
|
1092
|
+
"Id",
|
1093
|
+
"Document"
|
1094
|
+
],
|
1095
|
+
"members":{
|
1096
|
+
"Id":{
|
1097
|
+
"shape":"TrafficPolicyId",
|
1098
|
+
"location":"uri",
|
1099
|
+
"locationName":"Id"
|
1100
|
+
},
|
1101
|
+
"Document":{"shape":"TrafficPolicyDocument"},
|
1102
|
+
"Comment":{"shape":"TrafficPolicyComment"}
|
1103
|
+
}
|
1104
|
+
},
|
1105
|
+
"CreateTrafficPolicyVersionResponse":{
|
1106
|
+
"type":"structure",
|
1107
|
+
"required":[
|
1108
|
+
"TrafficPolicy",
|
1109
|
+
"Location"
|
1110
|
+
],
|
1111
|
+
"members":{
|
1112
|
+
"TrafficPolicy":{"shape":"TrafficPolicy"},
|
1113
|
+
"Location":{
|
1114
|
+
"shape":"ResourceURI",
|
1115
|
+
"location":"header",
|
1116
|
+
"locationName":"Location"
|
1117
|
+
}
|
1118
|
+
}
|
1119
|
+
},
|
1120
|
+
"DNSName":{
|
1121
|
+
"type":"string",
|
1122
|
+
"max":1024
|
1123
|
+
},
|
1124
|
+
"Date":{
|
1125
|
+
"type":"string",
|
1126
|
+
"max":256
|
1127
|
+
},
|
1128
|
+
"DelegationSet":{
|
1129
|
+
"type":"structure",
|
1130
|
+
"required":["NameServers"],
|
1131
|
+
"members":{
|
1132
|
+
"Id":{"shape":"ResourceId"},
|
1133
|
+
"CallerReference":{"shape":"Nonce"},
|
1134
|
+
"NameServers":{"shape":"DelegationSetNameServers"}
|
1135
|
+
}
|
1136
|
+
},
|
1076
1137
|
"DelegationSetAlreadyCreated":{
|
1077
1138
|
"type":"structure",
|
1078
1139
|
"members":{
|
@@ -1173,6 +1234,46 @@
|
|
1173
1234
|
"members":{
|
1174
1235
|
}
|
1175
1236
|
},
|
1237
|
+
"DeleteTrafficPolicyInstanceRequest":{
|
1238
|
+
"type":"structure",
|
1239
|
+
"required":["Id"],
|
1240
|
+
"members":{
|
1241
|
+
"Id":{
|
1242
|
+
"shape":"TrafficPolicyInstanceId",
|
1243
|
+
"location":"uri",
|
1244
|
+
"locationName":"Id"
|
1245
|
+
}
|
1246
|
+
}
|
1247
|
+
},
|
1248
|
+
"DeleteTrafficPolicyInstanceResponse":{
|
1249
|
+
"type":"structure",
|
1250
|
+
"members":{
|
1251
|
+
}
|
1252
|
+
},
|
1253
|
+
"DeleteTrafficPolicyRequest":{
|
1254
|
+
"type":"structure",
|
1255
|
+
"required":[
|
1256
|
+
"Id",
|
1257
|
+
"Version"
|
1258
|
+
],
|
1259
|
+
"members":{
|
1260
|
+
"Id":{
|
1261
|
+
"shape":"TrafficPolicyId",
|
1262
|
+
"location":"uri",
|
1263
|
+
"locationName":"Id"
|
1264
|
+
},
|
1265
|
+
"Version":{
|
1266
|
+
"shape":"TrafficPolicyVersion",
|
1267
|
+
"location":"uri",
|
1268
|
+
"locationName":"Version"
|
1269
|
+
}
|
1270
|
+
}
|
1271
|
+
},
|
1272
|
+
"DeleteTrafficPolicyResponse":{
|
1273
|
+
"type":"structure",
|
1274
|
+
"members":{
|
1275
|
+
}
|
1276
|
+
},
|
1176
1277
|
"DisassociateVPCComment":{"type":"string"},
|
1177
1278
|
"DisassociateVPCFromHostedZoneRequest":{
|
1178
1279
|
"type":"structure",
|
@@ -1207,8 +1308,8 @@
|
|
1207
1308
|
},
|
1208
1309
|
"FailureThreshold":{
|
1209
1310
|
"type":"integer",
|
1210
|
-
"
|
1211
|
-
"
|
1311
|
+
"max":10,
|
1312
|
+
"min":1
|
1212
1313
|
},
|
1213
1314
|
"FullyQualifiedDomainName":{
|
1214
1315
|
"type":"string",
|
@@ -1224,23 +1325,23 @@
|
|
1224
1325
|
},
|
1225
1326
|
"GeoLocationContinentCode":{
|
1226
1327
|
"type":"string",
|
1227
|
-
"
|
1228
|
-
"
|
1328
|
+
"max":2,
|
1329
|
+
"min":2
|
1229
1330
|
},
|
1230
1331
|
"GeoLocationContinentName":{
|
1231
1332
|
"type":"string",
|
1232
|
-
"
|
1233
|
-
"
|
1333
|
+
"max":32,
|
1334
|
+
"min":1
|
1234
1335
|
},
|
1235
1336
|
"GeoLocationCountryCode":{
|
1236
1337
|
"type":"string",
|
1237
|
-
"
|
1238
|
-
"
|
1338
|
+
"max":2,
|
1339
|
+
"min":1
|
1239
1340
|
},
|
1240
1341
|
"GeoLocationCountryName":{
|
1241
1342
|
"type":"string",
|
1242
|
-
"
|
1243
|
-
"
|
1343
|
+
"max":64,
|
1344
|
+
"min":1
|
1244
1345
|
},
|
1245
1346
|
"GeoLocationDetails":{
|
1246
1347
|
"type":"structure",
|
@@ -1262,13 +1363,31 @@
|
|
1262
1363
|
},
|
1263
1364
|
"GeoLocationSubdivisionCode":{
|
1264
1365
|
"type":"string",
|
1265
|
-
"
|
1266
|
-
"
|
1366
|
+
"max":3,
|
1367
|
+
"min":1
|
1267
1368
|
},
|
1268
1369
|
"GeoLocationSubdivisionName":{
|
1269
1370
|
"type":"string",
|
1270
|
-
"
|
1271
|
-
"
|
1371
|
+
"max":64,
|
1372
|
+
"min":1
|
1373
|
+
},
|
1374
|
+
"GetChangeDetailsRequest":{
|
1375
|
+
"type":"structure",
|
1376
|
+
"required":["Id"],
|
1377
|
+
"members":{
|
1378
|
+
"Id":{
|
1379
|
+
"shape":"ResourceId",
|
1380
|
+
"location":"uri",
|
1381
|
+
"locationName":"Id"
|
1382
|
+
}
|
1383
|
+
}
|
1384
|
+
},
|
1385
|
+
"GetChangeDetailsResponse":{
|
1386
|
+
"type":"structure",
|
1387
|
+
"required":["ChangeBatchRecord"],
|
1388
|
+
"members":{
|
1389
|
+
"ChangeBatchRecord":{"shape":"ChangeBatchRecord"}
|
1390
|
+
}
|
1272
1391
|
},
|
1273
1392
|
"GetChangeRequest":{
|
1274
1393
|
"type":"structure",
|
@@ -1443,6 +1562,62 @@
|
|
1443
1562
|
"DelegationSet":{"shape":"DelegationSet"}
|
1444
1563
|
}
|
1445
1564
|
},
|
1565
|
+
"GetTrafficPolicyInstanceCountRequest":{
|
1566
|
+
"type":"structure",
|
1567
|
+
"members":{
|
1568
|
+
}
|
1569
|
+
},
|
1570
|
+
"GetTrafficPolicyInstanceCountResponse":{
|
1571
|
+
"type":"structure",
|
1572
|
+
"required":["TrafficPolicyInstanceCount"],
|
1573
|
+
"members":{
|
1574
|
+
"TrafficPolicyInstanceCount":{"shape":"TrafficPolicyInstanceCount"}
|
1575
|
+
}
|
1576
|
+
},
|
1577
|
+
"GetTrafficPolicyInstanceRequest":{
|
1578
|
+
"type":"structure",
|
1579
|
+
"required":["Id"],
|
1580
|
+
"members":{
|
1581
|
+
"Id":{
|
1582
|
+
"shape":"TrafficPolicyInstanceId",
|
1583
|
+
"location":"uri",
|
1584
|
+
"locationName":"Id"
|
1585
|
+
}
|
1586
|
+
}
|
1587
|
+
},
|
1588
|
+
"GetTrafficPolicyInstanceResponse":{
|
1589
|
+
"type":"structure",
|
1590
|
+
"required":["TrafficPolicyInstance"],
|
1591
|
+
"members":{
|
1592
|
+
"TrafficPolicyInstance":{"shape":"TrafficPolicyInstance"}
|
1593
|
+
}
|
1594
|
+
},
|
1595
|
+
"GetTrafficPolicyRequest":{
|
1596
|
+
"type":"structure",
|
1597
|
+
"required":[
|
1598
|
+
"Id",
|
1599
|
+
"Version"
|
1600
|
+
],
|
1601
|
+
"members":{
|
1602
|
+
"Id":{
|
1603
|
+
"shape":"TrafficPolicyId",
|
1604
|
+
"location":"uri",
|
1605
|
+
"locationName":"Id"
|
1606
|
+
},
|
1607
|
+
"Version":{
|
1608
|
+
"shape":"TrafficPolicyVersion",
|
1609
|
+
"location":"uri",
|
1610
|
+
"locationName":"Version"
|
1611
|
+
}
|
1612
|
+
}
|
1613
|
+
},
|
1614
|
+
"GetTrafficPolicyResponse":{
|
1615
|
+
"type":"structure",
|
1616
|
+
"required":["TrafficPolicy"],
|
1617
|
+
"members":{
|
1618
|
+
"TrafficPolicy":{"shape":"TrafficPolicy"}
|
1619
|
+
}
|
1620
|
+
},
|
1446
1621
|
"HealthCheck":{
|
1447
1622
|
"type":"structure",
|
1448
1623
|
"required":[
|
@@ -1499,8 +1674,8 @@
|
|
1499
1674
|
},
|
1500
1675
|
"HealthCheckNonce":{
|
1501
1676
|
"type":"string",
|
1502
|
-
"
|
1503
|
-
"
|
1677
|
+
"max":64,
|
1678
|
+
"min":1
|
1504
1679
|
},
|
1505
1680
|
"HealthCheckObservation":{
|
1506
1681
|
"type":"structure",
|
@@ -1548,8 +1723,8 @@
|
|
1548
1723
|
},
|
1549
1724
|
"HealthThreshold":{
|
1550
1725
|
"type":"integer",
|
1551
|
-
"
|
1552
|
-
"
|
1726
|
+
"max":256,
|
1727
|
+
"min":0
|
1553
1728
|
},
|
1554
1729
|
"HostedZone":{
|
1555
1730
|
"type":"structure",
|
@@ -1649,6 +1824,14 @@
|
|
1649
1824
|
"error":{"httpStatusCode":400},
|
1650
1825
|
"exception":true
|
1651
1826
|
},
|
1827
|
+
"InvalidTrafficPolicyDocument":{
|
1828
|
+
"type":"structure",
|
1829
|
+
"members":{
|
1830
|
+
"message":{"shape":"ErrorMessage"}
|
1831
|
+
},
|
1832
|
+
"error":{"httpStatusCode":400},
|
1833
|
+
"exception":true
|
1834
|
+
},
|
1652
1835
|
"InvalidVPCId":{
|
1653
1836
|
"type":"structure",
|
1654
1837
|
"members":{
|
@@ -1674,6 +1857,123 @@
|
|
1674
1857
|
},
|
1675
1858
|
"exception":true
|
1676
1859
|
},
|
1860
|
+
"ListChangeBatchesByHostedZoneRequest":{
|
1861
|
+
"type":"structure",
|
1862
|
+
"required":[
|
1863
|
+
"HostedZoneId",
|
1864
|
+
"StartDate",
|
1865
|
+
"EndDate"
|
1866
|
+
],
|
1867
|
+
"members":{
|
1868
|
+
"HostedZoneId":{
|
1869
|
+
"shape":"ResourceId",
|
1870
|
+
"location":"uri",
|
1871
|
+
"locationName":"Id"
|
1872
|
+
},
|
1873
|
+
"StartDate":{
|
1874
|
+
"shape":"Date",
|
1875
|
+
"location":"querystring",
|
1876
|
+
"locationName":"startDate"
|
1877
|
+
},
|
1878
|
+
"EndDate":{
|
1879
|
+
"shape":"Date",
|
1880
|
+
"location":"querystring",
|
1881
|
+
"locationName":"endDate"
|
1882
|
+
},
|
1883
|
+
"MaxItems":{
|
1884
|
+
"shape":"PageMaxItems",
|
1885
|
+
"location":"querystring",
|
1886
|
+
"locationName":"maxItems"
|
1887
|
+
},
|
1888
|
+
"Marker":{
|
1889
|
+
"shape":"PageMarker",
|
1890
|
+
"location":"querystring",
|
1891
|
+
"locationName":"marker"
|
1892
|
+
}
|
1893
|
+
}
|
1894
|
+
},
|
1895
|
+
"ListChangeBatchesByHostedZoneResponse":{
|
1896
|
+
"type":"structure",
|
1897
|
+
"required":[
|
1898
|
+
"MaxItems",
|
1899
|
+
"Marker",
|
1900
|
+
"ChangeBatchRecords"
|
1901
|
+
],
|
1902
|
+
"members":{
|
1903
|
+
"MaxItems":{"shape":"PageMaxItems"},
|
1904
|
+
"Marker":{"shape":"PageMarker"},
|
1905
|
+
"IsTruncated":{"shape":"PageTruncated"},
|
1906
|
+
"ChangeBatchRecords":{"shape":"ChangeBatchRecords"},
|
1907
|
+
"NextMarker":{"shape":"PageMarker"}
|
1908
|
+
}
|
1909
|
+
},
|
1910
|
+
"ListChangeBatchesByRRSetRequest":{
|
1911
|
+
"type":"structure",
|
1912
|
+
"required":[
|
1913
|
+
"HostedZoneId",
|
1914
|
+
"Name",
|
1915
|
+
"Type",
|
1916
|
+
"StartDate",
|
1917
|
+
"EndDate"
|
1918
|
+
],
|
1919
|
+
"members":{
|
1920
|
+
"HostedZoneId":{
|
1921
|
+
"shape":"ResourceId",
|
1922
|
+
"location":"uri",
|
1923
|
+
"locationName":"Id"
|
1924
|
+
},
|
1925
|
+
"Name":{
|
1926
|
+
"shape":"DNSName",
|
1927
|
+
"location":"querystring",
|
1928
|
+
"locationName":"rrSet_name"
|
1929
|
+
},
|
1930
|
+
"Type":{
|
1931
|
+
"shape":"RRType",
|
1932
|
+
"location":"querystring",
|
1933
|
+
"locationName":"type"
|
1934
|
+
},
|
1935
|
+
"SetIdentifier":{
|
1936
|
+
"shape":"ResourceRecordSetIdentifier",
|
1937
|
+
"location":"querystring",
|
1938
|
+
"locationName":"identifier"
|
1939
|
+
},
|
1940
|
+
"StartDate":{
|
1941
|
+
"shape":"Date",
|
1942
|
+
"location":"querystring",
|
1943
|
+
"locationName":"startDate"
|
1944
|
+
},
|
1945
|
+
"EndDate":{
|
1946
|
+
"shape":"Date",
|
1947
|
+
"location":"querystring",
|
1948
|
+
"locationName":"endDate"
|
1949
|
+
},
|
1950
|
+
"MaxItems":{
|
1951
|
+
"shape":"PageMaxItems",
|
1952
|
+
"location":"querystring",
|
1953
|
+
"locationName":"maxItems"
|
1954
|
+
},
|
1955
|
+
"Marker":{
|
1956
|
+
"shape":"PageMarker",
|
1957
|
+
"location":"querystring",
|
1958
|
+
"locationName":"marker"
|
1959
|
+
}
|
1960
|
+
}
|
1961
|
+
},
|
1962
|
+
"ListChangeBatchesByRRSetResponse":{
|
1963
|
+
"type":"structure",
|
1964
|
+
"required":[
|
1965
|
+
"MaxItems",
|
1966
|
+
"Marker",
|
1967
|
+
"ChangeBatchRecords"
|
1968
|
+
],
|
1969
|
+
"members":{
|
1970
|
+
"MaxItems":{"shape":"PageMaxItems"},
|
1971
|
+
"Marker":{"shape":"PageMarker"},
|
1972
|
+
"IsTruncated":{"shape":"PageTruncated"},
|
1973
|
+
"ChangeBatchRecords":{"shape":"ChangeBatchRecords"},
|
1974
|
+
"NextMarker":{"shape":"PageMarker"}
|
1975
|
+
}
|
1976
|
+
},
|
1677
1977
|
"ListGeoLocationsRequest":{
|
1678
1978
|
"type":"structure",
|
1679
1979
|
"members":{
|
@@ -1945,7 +2245,214 @@
|
|
1945
2245
|
"ResourceTagSets":{"shape":"ResourceTagSetList"}
|
1946
2246
|
}
|
1947
2247
|
},
|
2248
|
+
"ListTrafficPoliciesRequest":{
|
2249
|
+
"type":"structure",
|
2250
|
+
"members":{
|
2251
|
+
"TrafficPolicyIdMarker":{
|
2252
|
+
"shape":"TrafficPolicyId",
|
2253
|
+
"location":"querystring",
|
2254
|
+
"locationName":"trafficpolicyid"
|
2255
|
+
},
|
2256
|
+
"MaxItems":{
|
2257
|
+
"shape":"PageMaxItems",
|
2258
|
+
"location":"querystring",
|
2259
|
+
"locationName":"maxitems"
|
2260
|
+
}
|
2261
|
+
}
|
2262
|
+
},
|
2263
|
+
"ListTrafficPoliciesResponse":{
|
2264
|
+
"type":"structure",
|
2265
|
+
"required":[
|
2266
|
+
"TrafficPolicySummaries",
|
2267
|
+
"IsTruncated",
|
2268
|
+
"TrafficPolicyIdMarker",
|
2269
|
+
"MaxItems"
|
2270
|
+
],
|
2271
|
+
"members":{
|
2272
|
+
"TrafficPolicySummaries":{"shape":"TrafficPolicySummaries"},
|
2273
|
+
"IsTruncated":{"shape":"PageTruncated"},
|
2274
|
+
"TrafficPolicyIdMarker":{"shape":"TrafficPolicyId"},
|
2275
|
+
"MaxItems":{"shape":"PageMaxItems"}
|
2276
|
+
}
|
2277
|
+
},
|
2278
|
+
"ListTrafficPolicyInstancesByHostedZoneRequest":{
|
2279
|
+
"type":"structure",
|
2280
|
+
"required":["HostedZoneId"],
|
2281
|
+
"members":{
|
2282
|
+
"HostedZoneId":{
|
2283
|
+
"shape":"ResourceId",
|
2284
|
+
"location":"querystring",
|
2285
|
+
"locationName":"id"
|
2286
|
+
},
|
2287
|
+
"TrafficPolicyInstanceNameMarker":{
|
2288
|
+
"shape":"DNSName",
|
2289
|
+
"location":"querystring",
|
2290
|
+
"locationName":"trafficpolicyinstancename"
|
2291
|
+
},
|
2292
|
+
"TrafficPolicyInstanceTypeMarker":{
|
2293
|
+
"shape":"RRType",
|
2294
|
+
"location":"querystring",
|
2295
|
+
"locationName":"trafficpolicyinstancetype"
|
2296
|
+
},
|
2297
|
+
"MaxItems":{
|
2298
|
+
"shape":"PageMaxItems",
|
2299
|
+
"location":"querystring",
|
2300
|
+
"locationName":"maxitems"
|
2301
|
+
}
|
2302
|
+
}
|
2303
|
+
},
|
2304
|
+
"ListTrafficPolicyInstancesByHostedZoneResponse":{
|
2305
|
+
"type":"structure",
|
2306
|
+
"required":[
|
2307
|
+
"TrafficPolicyInstances",
|
2308
|
+
"IsTruncated",
|
2309
|
+
"MaxItems"
|
2310
|
+
],
|
2311
|
+
"members":{
|
2312
|
+
"TrafficPolicyInstances":{"shape":"TrafficPolicyInstances"},
|
2313
|
+
"TrafficPolicyInstanceNameMarker":{"shape":"DNSName"},
|
2314
|
+
"TrafficPolicyInstanceTypeMarker":{"shape":"RRType"},
|
2315
|
+
"IsTruncated":{"shape":"PageTruncated"},
|
2316
|
+
"MaxItems":{"shape":"PageMaxItems"}
|
2317
|
+
}
|
2318
|
+
},
|
2319
|
+
"ListTrafficPolicyInstancesByPolicyRequest":{
|
2320
|
+
"type":"structure",
|
2321
|
+
"required":[
|
2322
|
+
"TrafficPolicyId",
|
2323
|
+
"TrafficPolicyVersion"
|
2324
|
+
],
|
2325
|
+
"members":{
|
2326
|
+
"TrafficPolicyId":{
|
2327
|
+
"shape":"TrafficPolicyId",
|
2328
|
+
"location":"querystring",
|
2329
|
+
"locationName":"id"
|
2330
|
+
},
|
2331
|
+
"TrafficPolicyVersion":{
|
2332
|
+
"shape":"TrafficPolicyVersion",
|
2333
|
+
"location":"querystring",
|
2334
|
+
"locationName":"version"
|
2335
|
+
},
|
2336
|
+
"HostedZoneIdMarker":{
|
2337
|
+
"shape":"ResourceId",
|
2338
|
+
"location":"querystring",
|
2339
|
+
"locationName":"hostedzoneid"
|
2340
|
+
},
|
2341
|
+
"TrafficPolicyInstanceNameMarker":{
|
2342
|
+
"shape":"DNSName",
|
2343
|
+
"location":"querystring",
|
2344
|
+
"locationName":"trafficpolicyinstancename"
|
2345
|
+
},
|
2346
|
+
"TrafficPolicyInstanceTypeMarker":{
|
2347
|
+
"shape":"RRType",
|
2348
|
+
"location":"querystring",
|
2349
|
+
"locationName":"trafficpolicyinstancetype"
|
2350
|
+
},
|
2351
|
+
"MaxItems":{
|
2352
|
+
"shape":"PageMaxItems",
|
2353
|
+
"location":"querystring",
|
2354
|
+
"locationName":"maxitems"
|
2355
|
+
}
|
2356
|
+
}
|
2357
|
+
},
|
2358
|
+
"ListTrafficPolicyInstancesByPolicyResponse":{
|
2359
|
+
"type":"structure",
|
2360
|
+
"required":[
|
2361
|
+
"TrafficPolicyInstances",
|
2362
|
+
"IsTruncated",
|
2363
|
+
"MaxItems"
|
2364
|
+
],
|
2365
|
+
"members":{
|
2366
|
+
"TrafficPolicyInstances":{"shape":"TrafficPolicyInstances"},
|
2367
|
+
"HostedZoneIdMarker":{"shape":"ResourceId"},
|
2368
|
+
"TrafficPolicyInstanceNameMarker":{"shape":"DNSName"},
|
2369
|
+
"TrafficPolicyInstanceTypeMarker":{"shape":"RRType"},
|
2370
|
+
"IsTruncated":{"shape":"PageTruncated"},
|
2371
|
+
"MaxItems":{"shape":"PageMaxItems"}
|
2372
|
+
}
|
2373
|
+
},
|
2374
|
+
"ListTrafficPolicyInstancesRequest":{
|
2375
|
+
"type":"structure",
|
2376
|
+
"members":{
|
2377
|
+
"HostedZoneIdMarker":{
|
2378
|
+
"shape":"ResourceId",
|
2379
|
+
"location":"querystring",
|
2380
|
+
"locationName":"hostedzoneid"
|
2381
|
+
},
|
2382
|
+
"TrafficPolicyInstanceNameMarker":{
|
2383
|
+
"shape":"DNSName",
|
2384
|
+
"location":"querystring",
|
2385
|
+
"locationName":"trafficpolicyinstancename"
|
2386
|
+
},
|
2387
|
+
"TrafficPolicyInstanceTypeMarker":{
|
2388
|
+
"shape":"RRType",
|
2389
|
+
"location":"querystring",
|
2390
|
+
"locationName":"trafficpolicyinstancetype"
|
2391
|
+
},
|
2392
|
+
"MaxItems":{
|
2393
|
+
"shape":"PageMaxItems",
|
2394
|
+
"location":"querystring",
|
2395
|
+
"locationName":"maxitems"
|
2396
|
+
}
|
2397
|
+
}
|
2398
|
+
},
|
2399
|
+
"ListTrafficPolicyInstancesResponse":{
|
2400
|
+
"type":"structure",
|
2401
|
+
"required":[
|
2402
|
+
"TrafficPolicyInstances",
|
2403
|
+
"IsTruncated",
|
2404
|
+
"MaxItems"
|
2405
|
+
],
|
2406
|
+
"members":{
|
2407
|
+
"TrafficPolicyInstances":{"shape":"TrafficPolicyInstances"},
|
2408
|
+
"HostedZoneIdMarker":{"shape":"ResourceId"},
|
2409
|
+
"TrafficPolicyInstanceNameMarker":{"shape":"DNSName"},
|
2410
|
+
"TrafficPolicyInstanceTypeMarker":{"shape":"RRType"},
|
2411
|
+
"IsTruncated":{"shape":"PageTruncated"},
|
2412
|
+
"MaxItems":{"shape":"PageMaxItems"}
|
2413
|
+
}
|
2414
|
+
},
|
2415
|
+
"ListTrafficPolicyVersionsRequest":{
|
2416
|
+
"type":"structure",
|
2417
|
+
"required":["Id"],
|
2418
|
+
"members":{
|
2419
|
+
"Id":{
|
2420
|
+
"shape":"TrafficPolicyId",
|
2421
|
+
"location":"uri",
|
2422
|
+
"locationName":"Id"
|
2423
|
+
},
|
2424
|
+
"TrafficPolicyVersionMarker":{
|
2425
|
+
"shape":"TrafficPolicyVersionMarker",
|
2426
|
+
"location":"querystring",
|
2427
|
+
"locationName":"trafficpolicyversion"
|
2428
|
+
},
|
2429
|
+
"MaxItems":{
|
2430
|
+
"shape":"PageMaxItems",
|
2431
|
+
"location":"querystring",
|
2432
|
+
"locationName":"maxitems"
|
2433
|
+
}
|
2434
|
+
}
|
2435
|
+
},
|
2436
|
+
"ListTrafficPolicyVersionsResponse":{
|
2437
|
+
"type":"structure",
|
2438
|
+
"required":[
|
2439
|
+
"TrafficPolicies",
|
2440
|
+
"IsTruncated",
|
2441
|
+
"TrafficPolicyVersionMarker",
|
2442
|
+
"MaxItems"
|
2443
|
+
],
|
2444
|
+
"members":{
|
2445
|
+
"TrafficPolicies":{"shape":"TrafficPolicies"},
|
2446
|
+
"IsTruncated":{"shape":"PageTruncated"},
|
2447
|
+
"TrafficPolicyVersionMarker":{"shape":"TrafficPolicyVersionMarker"},
|
2448
|
+
"MaxItems":{"shape":"PageMaxItems"}
|
2449
|
+
}
|
2450
|
+
},
|
1948
2451
|
"MeasureLatency":{"type":"boolean"},
|
2452
|
+
"Message":{
|
2453
|
+
"type":"string",
|
2454
|
+
"max":1024
|
2455
|
+
},
|
1949
2456
|
"NoSuchChange":{
|
1950
2457
|
"type":"structure",
|
1951
2458
|
"members":{
|
@@ -1985,10 +2492,26 @@
|
|
1985
2492
|
"error":{"httpStatusCode":404},
|
1986
2493
|
"exception":true
|
1987
2494
|
},
|
2495
|
+
"NoSuchTrafficPolicy":{
|
2496
|
+
"type":"structure",
|
2497
|
+
"members":{
|
2498
|
+
"message":{"shape":"ErrorMessage"}
|
2499
|
+
},
|
2500
|
+
"error":{"httpStatusCode":404},
|
2501
|
+
"exception":true
|
2502
|
+
},
|
2503
|
+
"NoSuchTrafficPolicyInstance":{
|
2504
|
+
"type":"structure",
|
2505
|
+
"members":{
|
2506
|
+
"message":{"shape":"ErrorMessage"}
|
2507
|
+
},
|
2508
|
+
"error":{"httpStatusCode":404},
|
2509
|
+
"exception":true
|
2510
|
+
},
|
1988
2511
|
"Nonce":{
|
1989
2512
|
"type":"string",
|
1990
|
-
"
|
1991
|
-
"
|
2513
|
+
"max":128,
|
2514
|
+
"min":1
|
1992
2515
|
},
|
1993
2516
|
"PageMarker":{
|
1994
2517
|
"type":"string",
|
@@ -1998,8 +2521,8 @@
|
|
1998
2521
|
"PageTruncated":{"type":"boolean"},
|
1999
2522
|
"Port":{
|
2000
2523
|
"type":"integer",
|
2001
|
-
"
|
2002
|
-
"
|
2524
|
+
"max":65535,
|
2525
|
+
"min":1
|
2003
2526
|
},
|
2004
2527
|
"PriorRequestNotComplete":{
|
2005
2528
|
"type":"structure",
|
@@ -2038,8 +2561,8 @@
|
|
2038
2561
|
},
|
2039
2562
|
"RequestInterval":{
|
2040
2563
|
"type":"integer",
|
2041
|
-
"
|
2042
|
-
"
|
2564
|
+
"max":30,
|
2565
|
+
"min":10
|
2043
2566
|
},
|
2044
2567
|
"ResourceDescription":{
|
2045
2568
|
"type":"string",
|
@@ -2077,7 +2600,8 @@
|
|
2077
2600
|
"TTL":{"shape":"TTL"},
|
2078
2601
|
"ResourceRecords":{"shape":"ResourceRecords"},
|
2079
2602
|
"AliasTarget":{"shape":"AliasTarget"},
|
2080
|
-
"HealthCheckId":{"shape":"HealthCheckId"}
|
2603
|
+
"HealthCheckId":{"shape":"HealthCheckId"},
|
2604
|
+
"TrafficPolicyInstanceId":{"shape":"TrafficPolicyInstanceId"}
|
2081
2605
|
}
|
2082
2606
|
},
|
2083
2607
|
"ResourceRecordSetFailover":{
|
@@ -2089,8 +2613,8 @@
|
|
2089
2613
|
},
|
2090
2614
|
"ResourceRecordSetIdentifier":{
|
2091
2615
|
"type":"string",
|
2092
|
-
"
|
2093
|
-
"
|
2616
|
+
"max":128,
|
2617
|
+
"min":1
|
2094
2618
|
},
|
2095
2619
|
"ResourceRecordSetRegion":{
|
2096
2620
|
"type":"string",
|
@@ -2106,13 +2630,13 @@
|
|
2106
2630
|
"sa-east-1",
|
2107
2631
|
"cn-north-1"
|
2108
2632
|
],
|
2109
|
-
"
|
2110
|
-
"
|
2633
|
+
"max":64,
|
2634
|
+
"min":1
|
2111
2635
|
},
|
2112
2636
|
"ResourceRecordSetWeight":{
|
2113
2637
|
"type":"long",
|
2114
|
-
"
|
2115
|
-
"
|
2638
|
+
"max":255,
|
2639
|
+
"min":0
|
2116
2640
|
},
|
2117
2641
|
"ResourceRecordSets":{
|
2118
2642
|
"type":"list",
|
@@ -2162,8 +2686,8 @@
|
|
2162
2686
|
},
|
2163
2687
|
"TTL":{
|
2164
2688
|
"type":"long",
|
2165
|
-
"
|
2166
|
-
"
|
2689
|
+
"max":2147483647,
|
2690
|
+
"min":0
|
2167
2691
|
},
|
2168
2692
|
"Tag":{
|
2169
2693
|
"type":"structure",
|
@@ -2182,8 +2706,8 @@
|
|
2182
2706
|
"shape":"TagKey",
|
2183
2707
|
"locationName":"Key"
|
2184
2708
|
},
|
2185
|
-
"
|
2186
|
-
"
|
2709
|
+
"max":10,
|
2710
|
+
"min":1
|
2187
2711
|
},
|
2188
2712
|
"TagList":{
|
2189
2713
|
"type":"list",
|
@@ -2191,8 +2715,8 @@
|
|
2191
2715
|
"shape":"Tag",
|
2192
2716
|
"locationName":"Tag"
|
2193
2717
|
},
|
2194
|
-
"
|
2195
|
-
"
|
2718
|
+
"max":10,
|
2719
|
+
"min":1
|
2196
2720
|
},
|
2197
2721
|
"TagResourceId":{
|
2198
2722
|
"type":"string",
|
@@ -2204,8 +2728,8 @@
|
|
2204
2728
|
"shape":"TagResourceId",
|
2205
2729
|
"locationName":"ResourceId"
|
2206
2730
|
},
|
2207
|
-
"
|
2208
|
-
"
|
2731
|
+
"max":10,
|
2732
|
+
"min":1
|
2209
2733
|
},
|
2210
2734
|
"TagResourceType":{
|
2211
2735
|
"type":"string",
|
@@ -2242,6 +2766,158 @@
|
|
2242
2766
|
"error":{"httpStatusCode":400},
|
2243
2767
|
"exception":true
|
2244
2768
|
},
|
2769
|
+
"TooManyTrafficPolicies":{
|
2770
|
+
"type":"structure",
|
2771
|
+
"members":{
|
2772
|
+
"message":{"shape":"ErrorMessage"}
|
2773
|
+
},
|
2774
|
+
"error":{"httpStatusCode":400},
|
2775
|
+
"exception":true
|
2776
|
+
},
|
2777
|
+
"TooManyTrafficPolicyInstances":{
|
2778
|
+
"type":"structure",
|
2779
|
+
"members":{
|
2780
|
+
"message":{"shape":"ErrorMessage"}
|
2781
|
+
},
|
2782
|
+
"error":{"httpStatusCode":400},
|
2783
|
+
"exception":true
|
2784
|
+
},
|
2785
|
+
"TrafficPolicies":{
|
2786
|
+
"type":"list",
|
2787
|
+
"member":{
|
2788
|
+
"shape":"TrafficPolicy",
|
2789
|
+
"locationName":"TrafficPolicy"
|
2790
|
+
}
|
2791
|
+
},
|
2792
|
+
"TrafficPolicy":{
|
2793
|
+
"type":"structure",
|
2794
|
+
"required":[
|
2795
|
+
"Id",
|
2796
|
+
"Version",
|
2797
|
+
"Name",
|
2798
|
+
"Type",
|
2799
|
+
"Document"
|
2800
|
+
],
|
2801
|
+
"members":{
|
2802
|
+
"Id":{"shape":"TrafficPolicyId"},
|
2803
|
+
"Version":{"shape":"TrafficPolicyVersion"},
|
2804
|
+
"Name":{"shape":"TrafficPolicyName"},
|
2805
|
+
"Type":{"shape":"RRType"},
|
2806
|
+
"Document":{"shape":"TrafficPolicyDocument"},
|
2807
|
+
"Comment":{"shape":"TrafficPolicyComment"}
|
2808
|
+
}
|
2809
|
+
},
|
2810
|
+
"TrafficPolicyAlreadyExists":{
|
2811
|
+
"type":"structure",
|
2812
|
+
"members":{
|
2813
|
+
"message":{"shape":"ErrorMessage"}
|
2814
|
+
},
|
2815
|
+
"error":{"httpStatusCode":409},
|
2816
|
+
"exception":true
|
2817
|
+
},
|
2818
|
+
"TrafficPolicyComment":{
|
2819
|
+
"type":"string",
|
2820
|
+
"max":1024
|
2821
|
+
},
|
2822
|
+
"TrafficPolicyDocument":{
|
2823
|
+
"type":"string",
|
2824
|
+
"max":102400
|
2825
|
+
},
|
2826
|
+
"TrafficPolicyId":{
|
2827
|
+
"type":"string",
|
2828
|
+
"max":36
|
2829
|
+
},
|
2830
|
+
"TrafficPolicyInUse":{
|
2831
|
+
"type":"structure",
|
2832
|
+
"members":{
|
2833
|
+
"message":{"shape":"ErrorMessage"}
|
2834
|
+
},
|
2835
|
+
"error":{"httpStatusCode":400},
|
2836
|
+
"exception":true
|
2837
|
+
},
|
2838
|
+
"TrafficPolicyInstance":{
|
2839
|
+
"type":"structure",
|
2840
|
+
"required":[
|
2841
|
+
"Id",
|
2842
|
+
"HostedZoneId",
|
2843
|
+
"Name",
|
2844
|
+
"TTL",
|
2845
|
+
"State",
|
2846
|
+
"Message",
|
2847
|
+
"TrafficPolicyId",
|
2848
|
+
"TrafficPolicyVersion",
|
2849
|
+
"TrafficPolicyType"
|
2850
|
+
],
|
2851
|
+
"members":{
|
2852
|
+
"Id":{"shape":"TrafficPolicyInstanceId"},
|
2853
|
+
"HostedZoneId":{"shape":"ResourceId"},
|
2854
|
+
"Name":{"shape":"DNSName"},
|
2855
|
+
"TTL":{"shape":"TTL"},
|
2856
|
+
"State":{"shape":"TrafficPolicyInstanceState"},
|
2857
|
+
"Message":{"shape":"Message"},
|
2858
|
+
"TrafficPolicyId":{"shape":"TrafficPolicyId"},
|
2859
|
+
"TrafficPolicyVersion":{"shape":"TrafficPolicyVersion"},
|
2860
|
+
"TrafficPolicyType":{"shape":"RRType"}
|
2861
|
+
}
|
2862
|
+
},
|
2863
|
+
"TrafficPolicyInstanceAlreadyExists":{
|
2864
|
+
"type":"structure",
|
2865
|
+
"members":{
|
2866
|
+
"message":{"shape":"ErrorMessage"}
|
2867
|
+
},
|
2868
|
+
"error":{"httpStatusCode":409},
|
2869
|
+
"exception":true
|
2870
|
+
},
|
2871
|
+
"TrafficPolicyInstanceCount":{"type":"integer"},
|
2872
|
+
"TrafficPolicyInstanceId":{
|
2873
|
+
"type":"string",
|
2874
|
+
"max":36
|
2875
|
+
},
|
2876
|
+
"TrafficPolicyInstanceState":{"type":"string"},
|
2877
|
+
"TrafficPolicyInstances":{
|
2878
|
+
"type":"list",
|
2879
|
+
"member":{
|
2880
|
+
"shape":"TrafficPolicyInstance",
|
2881
|
+
"locationName":"TrafficPolicyInstance"
|
2882
|
+
}
|
2883
|
+
},
|
2884
|
+
"TrafficPolicyName":{
|
2885
|
+
"type":"string",
|
2886
|
+
"max":512
|
2887
|
+
},
|
2888
|
+
"TrafficPolicySummaries":{
|
2889
|
+
"type":"list",
|
2890
|
+
"member":{
|
2891
|
+
"shape":"TrafficPolicySummary",
|
2892
|
+
"locationName":"TrafficPolicySummary"
|
2893
|
+
}
|
2894
|
+
},
|
2895
|
+
"TrafficPolicySummary":{
|
2896
|
+
"type":"structure",
|
2897
|
+
"required":[
|
2898
|
+
"Id",
|
2899
|
+
"Name",
|
2900
|
+
"Type",
|
2901
|
+
"LatestVersion",
|
2902
|
+
"TrafficPolicyCount"
|
2903
|
+
],
|
2904
|
+
"members":{
|
2905
|
+
"Id":{"shape":"TrafficPolicyId"},
|
2906
|
+
"Name":{"shape":"TrafficPolicyName"},
|
2907
|
+
"Type":{"shape":"RRType"},
|
2908
|
+
"LatestVersion":{"shape":"TrafficPolicyVersion"},
|
2909
|
+
"TrafficPolicyCount":{"shape":"TrafficPolicyVersion"}
|
2910
|
+
}
|
2911
|
+
},
|
2912
|
+
"TrafficPolicyVersion":{
|
2913
|
+
"type":"integer",
|
2914
|
+
"max":1000,
|
2915
|
+
"min":1
|
2916
|
+
},
|
2917
|
+
"TrafficPolicyVersionMarker":{
|
2918
|
+
"type":"string",
|
2919
|
+
"max":4
|
2920
|
+
},
|
2245
2921
|
"UpdateHealthCheckRequest":{
|
2246
2922
|
"type":"structure",
|
2247
2923
|
"required":["HealthCheckId"],
|
@@ -2289,6 +2965,60 @@
|
|
2289
2965
|
"HostedZone":{"shape":"HostedZone"}
|
2290
2966
|
}
|
2291
2967
|
},
|
2968
|
+
"UpdateTrafficPolicyCommentRequest":{
|
2969
|
+
"type":"structure",
|
2970
|
+
"required":[
|
2971
|
+
"Id",
|
2972
|
+
"Version",
|
2973
|
+
"Comment"
|
2974
|
+
],
|
2975
|
+
"members":{
|
2976
|
+
"Id":{
|
2977
|
+
"shape":"TrafficPolicyId",
|
2978
|
+
"location":"uri",
|
2979
|
+
"locationName":"Id"
|
2980
|
+
},
|
2981
|
+
"Version":{
|
2982
|
+
"shape":"TrafficPolicyVersion",
|
2983
|
+
"location":"uri",
|
2984
|
+
"locationName":"Version"
|
2985
|
+
},
|
2986
|
+
"Comment":{"shape":"TrafficPolicyComment"}
|
2987
|
+
}
|
2988
|
+
},
|
2989
|
+
"UpdateTrafficPolicyCommentResponse":{
|
2990
|
+
"type":"structure",
|
2991
|
+
"required":["TrafficPolicy"],
|
2992
|
+
"members":{
|
2993
|
+
"TrafficPolicy":{"shape":"TrafficPolicy"}
|
2994
|
+
}
|
2995
|
+
},
|
2996
|
+
"UpdateTrafficPolicyInstanceRequest":{
|
2997
|
+
"type":"structure",
|
2998
|
+
"required":[
|
2999
|
+
"Id",
|
3000
|
+
"TTL",
|
3001
|
+
"TrafficPolicyId",
|
3002
|
+
"TrafficPolicyVersion"
|
3003
|
+
],
|
3004
|
+
"members":{
|
3005
|
+
"Id":{
|
3006
|
+
"shape":"TrafficPolicyInstanceId",
|
3007
|
+
"location":"uri",
|
3008
|
+
"locationName":"Id"
|
3009
|
+
},
|
3010
|
+
"TTL":{"shape":"TTL"},
|
3011
|
+
"TrafficPolicyId":{"shape":"TrafficPolicyId"},
|
3012
|
+
"TrafficPolicyVersion":{"shape":"TrafficPolicyVersion"}
|
3013
|
+
}
|
3014
|
+
},
|
3015
|
+
"UpdateTrafficPolicyInstanceResponse":{
|
3016
|
+
"type":"structure",
|
3017
|
+
"required":["TrafficPolicyInstance"],
|
3018
|
+
"members":{
|
3019
|
+
"TrafficPolicyInstance":{"shape":"TrafficPolicyInstance"}
|
3020
|
+
}
|
3021
|
+
},
|
2292
3022
|
"VPC":{
|
2293
3023
|
"type":"structure",
|
2294
3024
|
"members":{
|
@@ -2322,8 +3052,8 @@
|
|
2322
3052
|
"sa-east-1",
|
2323
3053
|
"cn-north-1"
|
2324
3054
|
],
|
2325
|
-
"
|
2326
|
-
"
|
3055
|
+
"max":64,
|
3056
|
+
"min":1
|
2327
3057
|
},
|
2328
3058
|
"VPCs":{
|
2329
3059
|
"type":"list",
|