aws-sdk-core 2.11.201 → 2.11.202
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/docdb/2014-10-31/api-2.json +2413 -0
- data/apis/docdb/2014-10-31/examples-1.json +5 -0
- data/apis/docdb/2014-10-31/paginators-1.json +43 -0
- data/apis/docdb/2014-10-31/smoke.json +18 -0
- data/apis/docdb/2014-10-31/waiters-2.json +90 -0
- data/apis/redshift/2012-12-01/api-2.json +17 -1
- data/endpoints.json +42 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/docdb.rb +7 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +8 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b1cb65cac7eb7929fc0a41870583fd487f89310
|
4
|
+
data.tar.gz: 907c3223b1ccac6608c5cca51ec2735dfd42345a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2d3dcdd05b79a22c6b9255391ba402d8f3d799c162167c4d37e87c30da42e6482b5d1633b6df37bc435f6f4e3d7b84f629f7fb7ca5006afe7fb6d41f22f425c
|
7
|
+
data.tar.gz: 666027113fe66e55d49c6ddaea492ba5b4516ec6e0f697e1fbe1b3816d053eb000f61dceae3cb7b470d20f663445e1e8b1850d298f3d6f95ed50b00132e8cf18
|
@@ -0,0 +1,2413 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2014-10-31",
|
5
|
+
"endpointPrefix":"rds",
|
6
|
+
"protocol":"query",
|
7
|
+
"serviceAbbreviation":"Amazon DocDB",
|
8
|
+
"serviceFullName":"Amazon DocumentDB with MongoDB compatibility",
|
9
|
+
"serviceId":"DocDB",
|
10
|
+
"signatureVersion":"v4",
|
11
|
+
"signingName":"rds",
|
12
|
+
"uid":"docdb-2014-10-31",
|
13
|
+
"xmlNamespace":"http://rds.amazonaws.com/doc/2014-10-31/"
|
14
|
+
},
|
15
|
+
"operations":{
|
16
|
+
"AddTagsToResource":{
|
17
|
+
"name":"AddTagsToResource",
|
18
|
+
"http":{
|
19
|
+
"method":"POST",
|
20
|
+
"requestUri":"/"
|
21
|
+
},
|
22
|
+
"input":{"shape":"AddTagsToResourceMessage"},
|
23
|
+
"errors":[
|
24
|
+
{"shape":"DBInstanceNotFoundFault"},
|
25
|
+
{"shape":"DBSnapshotNotFoundFault"},
|
26
|
+
{"shape":"DBClusterNotFoundFault"}
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"ApplyPendingMaintenanceAction":{
|
30
|
+
"name":"ApplyPendingMaintenanceAction",
|
31
|
+
"http":{
|
32
|
+
"method":"POST",
|
33
|
+
"requestUri":"/"
|
34
|
+
},
|
35
|
+
"input":{"shape":"ApplyPendingMaintenanceActionMessage"},
|
36
|
+
"output":{
|
37
|
+
"shape":"ApplyPendingMaintenanceActionResult",
|
38
|
+
"resultWrapper":"ApplyPendingMaintenanceActionResult"
|
39
|
+
},
|
40
|
+
"errors":[
|
41
|
+
{"shape":"ResourceNotFoundFault"}
|
42
|
+
]
|
43
|
+
},
|
44
|
+
"CopyDBClusterParameterGroup":{
|
45
|
+
"name":"CopyDBClusterParameterGroup",
|
46
|
+
"http":{
|
47
|
+
"method":"POST",
|
48
|
+
"requestUri":"/"
|
49
|
+
},
|
50
|
+
"input":{"shape":"CopyDBClusterParameterGroupMessage"},
|
51
|
+
"output":{
|
52
|
+
"shape":"CopyDBClusterParameterGroupResult",
|
53
|
+
"resultWrapper":"CopyDBClusterParameterGroupResult"
|
54
|
+
},
|
55
|
+
"errors":[
|
56
|
+
{"shape":"DBParameterGroupNotFoundFault"},
|
57
|
+
{"shape":"DBParameterGroupQuotaExceededFault"},
|
58
|
+
{"shape":"DBParameterGroupAlreadyExistsFault"}
|
59
|
+
]
|
60
|
+
},
|
61
|
+
"CopyDBClusterSnapshot":{
|
62
|
+
"name":"CopyDBClusterSnapshot",
|
63
|
+
"http":{
|
64
|
+
"method":"POST",
|
65
|
+
"requestUri":"/"
|
66
|
+
},
|
67
|
+
"input":{"shape":"CopyDBClusterSnapshotMessage"},
|
68
|
+
"output":{
|
69
|
+
"shape":"CopyDBClusterSnapshotResult",
|
70
|
+
"resultWrapper":"CopyDBClusterSnapshotResult"
|
71
|
+
},
|
72
|
+
"errors":[
|
73
|
+
{"shape":"DBClusterSnapshotAlreadyExistsFault"},
|
74
|
+
{"shape":"DBClusterSnapshotNotFoundFault"},
|
75
|
+
{"shape":"InvalidDBClusterStateFault"},
|
76
|
+
{"shape":"InvalidDBClusterSnapshotStateFault"},
|
77
|
+
{"shape":"SnapshotQuotaExceededFault"},
|
78
|
+
{"shape":"KMSKeyNotAccessibleFault"}
|
79
|
+
]
|
80
|
+
},
|
81
|
+
"CreateDBCluster":{
|
82
|
+
"name":"CreateDBCluster",
|
83
|
+
"http":{
|
84
|
+
"method":"POST",
|
85
|
+
"requestUri":"/"
|
86
|
+
},
|
87
|
+
"input":{"shape":"CreateDBClusterMessage"},
|
88
|
+
"output":{
|
89
|
+
"shape":"CreateDBClusterResult",
|
90
|
+
"resultWrapper":"CreateDBClusterResult"
|
91
|
+
},
|
92
|
+
"errors":[
|
93
|
+
{"shape":"DBClusterAlreadyExistsFault"},
|
94
|
+
{"shape":"InsufficientStorageClusterCapacityFault"},
|
95
|
+
{"shape":"DBClusterQuotaExceededFault"},
|
96
|
+
{"shape":"StorageQuotaExceededFault"},
|
97
|
+
{"shape":"DBSubnetGroupNotFoundFault"},
|
98
|
+
{"shape":"InvalidVPCNetworkStateFault"},
|
99
|
+
{"shape":"InvalidDBClusterStateFault"},
|
100
|
+
{"shape":"InvalidDBSubnetGroupStateFault"},
|
101
|
+
{"shape":"InvalidSubnet"},
|
102
|
+
{"shape":"InvalidDBInstanceStateFault"},
|
103
|
+
{"shape":"DBClusterParameterGroupNotFoundFault"},
|
104
|
+
{"shape":"KMSKeyNotAccessibleFault"},
|
105
|
+
{"shape":"DBClusterNotFoundFault"},
|
106
|
+
{"shape":"DBInstanceNotFoundFault"},
|
107
|
+
{"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"}
|
108
|
+
]
|
109
|
+
},
|
110
|
+
"CreateDBClusterParameterGroup":{
|
111
|
+
"name":"CreateDBClusterParameterGroup",
|
112
|
+
"http":{
|
113
|
+
"method":"POST",
|
114
|
+
"requestUri":"/"
|
115
|
+
},
|
116
|
+
"input":{"shape":"CreateDBClusterParameterGroupMessage"},
|
117
|
+
"output":{
|
118
|
+
"shape":"CreateDBClusterParameterGroupResult",
|
119
|
+
"resultWrapper":"CreateDBClusterParameterGroupResult"
|
120
|
+
},
|
121
|
+
"errors":[
|
122
|
+
{"shape":"DBParameterGroupQuotaExceededFault"},
|
123
|
+
{"shape":"DBParameterGroupAlreadyExistsFault"}
|
124
|
+
]
|
125
|
+
},
|
126
|
+
"CreateDBClusterSnapshot":{
|
127
|
+
"name":"CreateDBClusterSnapshot",
|
128
|
+
"http":{
|
129
|
+
"method":"POST",
|
130
|
+
"requestUri":"/"
|
131
|
+
},
|
132
|
+
"input":{"shape":"CreateDBClusterSnapshotMessage"},
|
133
|
+
"output":{
|
134
|
+
"shape":"CreateDBClusterSnapshotResult",
|
135
|
+
"resultWrapper":"CreateDBClusterSnapshotResult"
|
136
|
+
},
|
137
|
+
"errors":[
|
138
|
+
{"shape":"DBClusterSnapshotAlreadyExistsFault"},
|
139
|
+
{"shape":"InvalidDBClusterStateFault"},
|
140
|
+
{"shape":"DBClusterNotFoundFault"},
|
141
|
+
{"shape":"SnapshotQuotaExceededFault"},
|
142
|
+
{"shape":"InvalidDBClusterSnapshotStateFault"}
|
143
|
+
]
|
144
|
+
},
|
145
|
+
"CreateDBInstance":{
|
146
|
+
"name":"CreateDBInstance",
|
147
|
+
"http":{
|
148
|
+
"method":"POST",
|
149
|
+
"requestUri":"/"
|
150
|
+
},
|
151
|
+
"input":{"shape":"CreateDBInstanceMessage"},
|
152
|
+
"output":{
|
153
|
+
"shape":"CreateDBInstanceResult",
|
154
|
+
"resultWrapper":"CreateDBInstanceResult"
|
155
|
+
},
|
156
|
+
"errors":[
|
157
|
+
{"shape":"DBInstanceAlreadyExistsFault"},
|
158
|
+
{"shape":"InsufficientDBInstanceCapacityFault"},
|
159
|
+
{"shape":"DBParameterGroupNotFoundFault"},
|
160
|
+
{"shape":"DBSecurityGroupNotFoundFault"},
|
161
|
+
{"shape":"InstanceQuotaExceededFault"},
|
162
|
+
{"shape":"StorageQuotaExceededFault"},
|
163
|
+
{"shape":"DBSubnetGroupNotFoundFault"},
|
164
|
+
{"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
|
165
|
+
{"shape":"InvalidDBClusterStateFault"},
|
166
|
+
{"shape":"InvalidSubnet"},
|
167
|
+
{"shape":"InvalidVPCNetworkStateFault"},
|
168
|
+
{"shape":"DBClusterNotFoundFault"},
|
169
|
+
{"shape":"StorageTypeNotSupportedFault"},
|
170
|
+
{"shape":"AuthorizationNotFoundFault"},
|
171
|
+
{"shape":"KMSKeyNotAccessibleFault"}
|
172
|
+
]
|
173
|
+
},
|
174
|
+
"CreateDBSubnetGroup":{
|
175
|
+
"name":"CreateDBSubnetGroup",
|
176
|
+
"http":{
|
177
|
+
"method":"POST",
|
178
|
+
"requestUri":"/"
|
179
|
+
},
|
180
|
+
"input":{"shape":"CreateDBSubnetGroupMessage"},
|
181
|
+
"output":{
|
182
|
+
"shape":"CreateDBSubnetGroupResult",
|
183
|
+
"resultWrapper":"CreateDBSubnetGroupResult"
|
184
|
+
},
|
185
|
+
"errors":[
|
186
|
+
{"shape":"DBSubnetGroupAlreadyExistsFault"},
|
187
|
+
{"shape":"DBSubnetGroupQuotaExceededFault"},
|
188
|
+
{"shape":"DBSubnetQuotaExceededFault"},
|
189
|
+
{"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
|
190
|
+
{"shape":"InvalidSubnet"}
|
191
|
+
]
|
192
|
+
},
|
193
|
+
"DeleteDBCluster":{
|
194
|
+
"name":"DeleteDBCluster",
|
195
|
+
"http":{
|
196
|
+
"method":"POST",
|
197
|
+
"requestUri":"/"
|
198
|
+
},
|
199
|
+
"input":{"shape":"DeleteDBClusterMessage"},
|
200
|
+
"output":{
|
201
|
+
"shape":"DeleteDBClusterResult",
|
202
|
+
"resultWrapper":"DeleteDBClusterResult"
|
203
|
+
},
|
204
|
+
"errors":[
|
205
|
+
{"shape":"DBClusterNotFoundFault"},
|
206
|
+
{"shape":"InvalidDBClusterStateFault"},
|
207
|
+
{"shape":"DBClusterSnapshotAlreadyExistsFault"},
|
208
|
+
{"shape":"SnapshotQuotaExceededFault"},
|
209
|
+
{"shape":"InvalidDBClusterSnapshotStateFault"}
|
210
|
+
]
|
211
|
+
},
|
212
|
+
"DeleteDBClusterParameterGroup":{
|
213
|
+
"name":"DeleteDBClusterParameterGroup",
|
214
|
+
"http":{
|
215
|
+
"method":"POST",
|
216
|
+
"requestUri":"/"
|
217
|
+
},
|
218
|
+
"input":{"shape":"DeleteDBClusterParameterGroupMessage"},
|
219
|
+
"errors":[
|
220
|
+
{"shape":"InvalidDBParameterGroupStateFault"},
|
221
|
+
{"shape":"DBParameterGroupNotFoundFault"}
|
222
|
+
]
|
223
|
+
},
|
224
|
+
"DeleteDBClusterSnapshot":{
|
225
|
+
"name":"DeleteDBClusterSnapshot",
|
226
|
+
"http":{
|
227
|
+
"method":"POST",
|
228
|
+
"requestUri":"/"
|
229
|
+
},
|
230
|
+
"input":{"shape":"DeleteDBClusterSnapshotMessage"},
|
231
|
+
"output":{
|
232
|
+
"shape":"DeleteDBClusterSnapshotResult",
|
233
|
+
"resultWrapper":"DeleteDBClusterSnapshotResult"
|
234
|
+
},
|
235
|
+
"errors":[
|
236
|
+
{"shape":"InvalidDBClusterSnapshotStateFault"},
|
237
|
+
{"shape":"DBClusterSnapshotNotFoundFault"}
|
238
|
+
]
|
239
|
+
},
|
240
|
+
"DeleteDBInstance":{
|
241
|
+
"name":"DeleteDBInstance",
|
242
|
+
"http":{
|
243
|
+
"method":"POST",
|
244
|
+
"requestUri":"/"
|
245
|
+
},
|
246
|
+
"input":{"shape":"DeleteDBInstanceMessage"},
|
247
|
+
"output":{
|
248
|
+
"shape":"DeleteDBInstanceResult",
|
249
|
+
"resultWrapper":"DeleteDBInstanceResult"
|
250
|
+
},
|
251
|
+
"errors":[
|
252
|
+
{"shape":"DBInstanceNotFoundFault"},
|
253
|
+
{"shape":"InvalidDBInstanceStateFault"},
|
254
|
+
{"shape":"DBSnapshotAlreadyExistsFault"},
|
255
|
+
{"shape":"SnapshotQuotaExceededFault"},
|
256
|
+
{"shape":"InvalidDBClusterStateFault"}
|
257
|
+
]
|
258
|
+
},
|
259
|
+
"DeleteDBSubnetGroup":{
|
260
|
+
"name":"DeleteDBSubnetGroup",
|
261
|
+
"http":{
|
262
|
+
"method":"POST",
|
263
|
+
"requestUri":"/"
|
264
|
+
},
|
265
|
+
"input":{"shape":"DeleteDBSubnetGroupMessage"},
|
266
|
+
"errors":[
|
267
|
+
{"shape":"InvalidDBSubnetGroupStateFault"},
|
268
|
+
{"shape":"InvalidDBSubnetStateFault"},
|
269
|
+
{"shape":"DBSubnetGroupNotFoundFault"}
|
270
|
+
]
|
271
|
+
},
|
272
|
+
"DescribeDBClusterParameterGroups":{
|
273
|
+
"name":"DescribeDBClusterParameterGroups",
|
274
|
+
"http":{
|
275
|
+
"method":"POST",
|
276
|
+
"requestUri":"/"
|
277
|
+
},
|
278
|
+
"input":{"shape":"DescribeDBClusterParameterGroupsMessage"},
|
279
|
+
"output":{
|
280
|
+
"shape":"DBClusterParameterGroupsMessage",
|
281
|
+
"resultWrapper":"DescribeDBClusterParameterGroupsResult"
|
282
|
+
},
|
283
|
+
"errors":[
|
284
|
+
{"shape":"DBParameterGroupNotFoundFault"}
|
285
|
+
]
|
286
|
+
},
|
287
|
+
"DescribeDBClusterParameters":{
|
288
|
+
"name":"DescribeDBClusterParameters",
|
289
|
+
"http":{
|
290
|
+
"method":"POST",
|
291
|
+
"requestUri":"/"
|
292
|
+
},
|
293
|
+
"input":{"shape":"DescribeDBClusterParametersMessage"},
|
294
|
+
"output":{
|
295
|
+
"shape":"DBClusterParameterGroupDetails",
|
296
|
+
"resultWrapper":"DescribeDBClusterParametersResult"
|
297
|
+
},
|
298
|
+
"errors":[
|
299
|
+
{"shape":"DBParameterGroupNotFoundFault"}
|
300
|
+
]
|
301
|
+
},
|
302
|
+
"DescribeDBClusterSnapshotAttributes":{
|
303
|
+
"name":"DescribeDBClusterSnapshotAttributes",
|
304
|
+
"http":{
|
305
|
+
"method":"POST",
|
306
|
+
"requestUri":"/"
|
307
|
+
},
|
308
|
+
"input":{"shape":"DescribeDBClusterSnapshotAttributesMessage"},
|
309
|
+
"output":{
|
310
|
+
"shape":"DescribeDBClusterSnapshotAttributesResult",
|
311
|
+
"resultWrapper":"DescribeDBClusterSnapshotAttributesResult"
|
312
|
+
},
|
313
|
+
"errors":[
|
314
|
+
{"shape":"DBClusterSnapshotNotFoundFault"}
|
315
|
+
]
|
316
|
+
},
|
317
|
+
"DescribeDBClusterSnapshots":{
|
318
|
+
"name":"DescribeDBClusterSnapshots",
|
319
|
+
"http":{
|
320
|
+
"method":"POST",
|
321
|
+
"requestUri":"/"
|
322
|
+
},
|
323
|
+
"input":{"shape":"DescribeDBClusterSnapshotsMessage"},
|
324
|
+
"output":{
|
325
|
+
"shape":"DBClusterSnapshotMessage",
|
326
|
+
"resultWrapper":"DescribeDBClusterSnapshotsResult"
|
327
|
+
},
|
328
|
+
"errors":[
|
329
|
+
{"shape":"DBClusterSnapshotNotFoundFault"}
|
330
|
+
]
|
331
|
+
},
|
332
|
+
"DescribeDBClusters":{
|
333
|
+
"name":"DescribeDBClusters",
|
334
|
+
"http":{
|
335
|
+
"method":"POST",
|
336
|
+
"requestUri":"/"
|
337
|
+
},
|
338
|
+
"input":{"shape":"DescribeDBClustersMessage"},
|
339
|
+
"output":{
|
340
|
+
"shape":"DBClusterMessage",
|
341
|
+
"resultWrapper":"DescribeDBClustersResult"
|
342
|
+
},
|
343
|
+
"errors":[
|
344
|
+
{"shape":"DBClusterNotFoundFault"}
|
345
|
+
]
|
346
|
+
},
|
347
|
+
"DescribeDBEngineVersions":{
|
348
|
+
"name":"DescribeDBEngineVersions",
|
349
|
+
"http":{
|
350
|
+
"method":"POST",
|
351
|
+
"requestUri":"/"
|
352
|
+
},
|
353
|
+
"input":{"shape":"DescribeDBEngineVersionsMessage"},
|
354
|
+
"output":{
|
355
|
+
"shape":"DBEngineVersionMessage",
|
356
|
+
"resultWrapper":"DescribeDBEngineVersionsResult"
|
357
|
+
}
|
358
|
+
},
|
359
|
+
"DescribeDBInstances":{
|
360
|
+
"name":"DescribeDBInstances",
|
361
|
+
"http":{
|
362
|
+
"method":"POST",
|
363
|
+
"requestUri":"/"
|
364
|
+
},
|
365
|
+
"input":{"shape":"DescribeDBInstancesMessage"},
|
366
|
+
"output":{
|
367
|
+
"shape":"DBInstanceMessage",
|
368
|
+
"resultWrapper":"DescribeDBInstancesResult"
|
369
|
+
},
|
370
|
+
"errors":[
|
371
|
+
{"shape":"DBInstanceNotFoundFault"}
|
372
|
+
]
|
373
|
+
},
|
374
|
+
"DescribeDBSubnetGroups":{
|
375
|
+
"name":"DescribeDBSubnetGroups",
|
376
|
+
"http":{
|
377
|
+
"method":"POST",
|
378
|
+
"requestUri":"/"
|
379
|
+
},
|
380
|
+
"input":{"shape":"DescribeDBSubnetGroupsMessage"},
|
381
|
+
"output":{
|
382
|
+
"shape":"DBSubnetGroupMessage",
|
383
|
+
"resultWrapper":"DescribeDBSubnetGroupsResult"
|
384
|
+
},
|
385
|
+
"errors":[
|
386
|
+
{"shape":"DBSubnetGroupNotFoundFault"}
|
387
|
+
]
|
388
|
+
},
|
389
|
+
"DescribeEngineDefaultClusterParameters":{
|
390
|
+
"name":"DescribeEngineDefaultClusterParameters",
|
391
|
+
"http":{
|
392
|
+
"method":"POST",
|
393
|
+
"requestUri":"/"
|
394
|
+
},
|
395
|
+
"input":{"shape":"DescribeEngineDefaultClusterParametersMessage"},
|
396
|
+
"output":{
|
397
|
+
"shape":"DescribeEngineDefaultClusterParametersResult",
|
398
|
+
"resultWrapper":"DescribeEngineDefaultClusterParametersResult"
|
399
|
+
}
|
400
|
+
},
|
401
|
+
"DescribeEventCategories":{
|
402
|
+
"name":"DescribeEventCategories",
|
403
|
+
"http":{
|
404
|
+
"method":"POST",
|
405
|
+
"requestUri":"/"
|
406
|
+
},
|
407
|
+
"input":{"shape":"DescribeEventCategoriesMessage"},
|
408
|
+
"output":{
|
409
|
+
"shape":"EventCategoriesMessage",
|
410
|
+
"resultWrapper":"DescribeEventCategoriesResult"
|
411
|
+
}
|
412
|
+
},
|
413
|
+
"DescribeEvents":{
|
414
|
+
"name":"DescribeEvents",
|
415
|
+
"http":{
|
416
|
+
"method":"POST",
|
417
|
+
"requestUri":"/"
|
418
|
+
},
|
419
|
+
"input":{"shape":"DescribeEventsMessage"},
|
420
|
+
"output":{
|
421
|
+
"shape":"EventsMessage",
|
422
|
+
"resultWrapper":"DescribeEventsResult"
|
423
|
+
}
|
424
|
+
},
|
425
|
+
"DescribeOrderableDBInstanceOptions":{
|
426
|
+
"name":"DescribeOrderableDBInstanceOptions",
|
427
|
+
"http":{
|
428
|
+
"method":"POST",
|
429
|
+
"requestUri":"/"
|
430
|
+
},
|
431
|
+
"input":{"shape":"DescribeOrderableDBInstanceOptionsMessage"},
|
432
|
+
"output":{
|
433
|
+
"shape":"OrderableDBInstanceOptionsMessage",
|
434
|
+
"resultWrapper":"DescribeOrderableDBInstanceOptionsResult"
|
435
|
+
}
|
436
|
+
},
|
437
|
+
"DescribePendingMaintenanceActions":{
|
438
|
+
"name":"DescribePendingMaintenanceActions",
|
439
|
+
"http":{
|
440
|
+
"method":"POST",
|
441
|
+
"requestUri":"/"
|
442
|
+
},
|
443
|
+
"input":{"shape":"DescribePendingMaintenanceActionsMessage"},
|
444
|
+
"output":{
|
445
|
+
"shape":"PendingMaintenanceActionsMessage",
|
446
|
+
"resultWrapper":"DescribePendingMaintenanceActionsResult"
|
447
|
+
},
|
448
|
+
"errors":[
|
449
|
+
{"shape":"ResourceNotFoundFault"}
|
450
|
+
]
|
451
|
+
},
|
452
|
+
"FailoverDBCluster":{
|
453
|
+
"name":"FailoverDBCluster",
|
454
|
+
"http":{
|
455
|
+
"method":"POST",
|
456
|
+
"requestUri":"/"
|
457
|
+
},
|
458
|
+
"input":{"shape":"FailoverDBClusterMessage"},
|
459
|
+
"output":{
|
460
|
+
"shape":"FailoverDBClusterResult",
|
461
|
+
"resultWrapper":"FailoverDBClusterResult"
|
462
|
+
},
|
463
|
+
"errors":[
|
464
|
+
{"shape":"DBClusterNotFoundFault"},
|
465
|
+
{"shape":"InvalidDBClusterStateFault"},
|
466
|
+
{"shape":"InvalidDBInstanceStateFault"}
|
467
|
+
]
|
468
|
+
},
|
469
|
+
"ListTagsForResource":{
|
470
|
+
"name":"ListTagsForResource",
|
471
|
+
"http":{
|
472
|
+
"method":"POST",
|
473
|
+
"requestUri":"/"
|
474
|
+
},
|
475
|
+
"input":{"shape":"ListTagsForResourceMessage"},
|
476
|
+
"output":{
|
477
|
+
"shape":"TagListMessage",
|
478
|
+
"resultWrapper":"ListTagsForResourceResult"
|
479
|
+
},
|
480
|
+
"errors":[
|
481
|
+
{"shape":"DBInstanceNotFoundFault"},
|
482
|
+
{"shape":"DBSnapshotNotFoundFault"},
|
483
|
+
{"shape":"DBClusterNotFoundFault"}
|
484
|
+
]
|
485
|
+
},
|
486
|
+
"ModifyDBCluster":{
|
487
|
+
"name":"ModifyDBCluster",
|
488
|
+
"http":{
|
489
|
+
"method":"POST",
|
490
|
+
"requestUri":"/"
|
491
|
+
},
|
492
|
+
"input":{"shape":"ModifyDBClusterMessage"},
|
493
|
+
"output":{
|
494
|
+
"shape":"ModifyDBClusterResult",
|
495
|
+
"resultWrapper":"ModifyDBClusterResult"
|
496
|
+
},
|
497
|
+
"errors":[
|
498
|
+
{"shape":"DBClusterNotFoundFault"},
|
499
|
+
{"shape":"InvalidDBClusterStateFault"},
|
500
|
+
{"shape":"StorageQuotaExceededFault"},
|
501
|
+
{"shape":"DBSubnetGroupNotFoundFault"},
|
502
|
+
{"shape":"InvalidVPCNetworkStateFault"},
|
503
|
+
{"shape":"InvalidDBSubnetGroupStateFault"},
|
504
|
+
{"shape":"InvalidSubnet"},
|
505
|
+
{"shape":"DBClusterParameterGroupNotFoundFault"},
|
506
|
+
{"shape":"InvalidDBSecurityGroupStateFault"},
|
507
|
+
{"shape":"InvalidDBInstanceStateFault"},
|
508
|
+
{"shape":"DBClusterAlreadyExistsFault"}
|
509
|
+
]
|
510
|
+
},
|
511
|
+
"ModifyDBClusterParameterGroup":{
|
512
|
+
"name":"ModifyDBClusterParameterGroup",
|
513
|
+
"http":{
|
514
|
+
"method":"POST",
|
515
|
+
"requestUri":"/"
|
516
|
+
},
|
517
|
+
"input":{"shape":"ModifyDBClusterParameterGroupMessage"},
|
518
|
+
"output":{
|
519
|
+
"shape":"DBClusterParameterGroupNameMessage",
|
520
|
+
"resultWrapper":"ModifyDBClusterParameterGroupResult"
|
521
|
+
},
|
522
|
+
"errors":[
|
523
|
+
{"shape":"DBParameterGroupNotFoundFault"},
|
524
|
+
{"shape":"InvalidDBParameterGroupStateFault"}
|
525
|
+
]
|
526
|
+
},
|
527
|
+
"ModifyDBClusterSnapshotAttribute":{
|
528
|
+
"name":"ModifyDBClusterSnapshotAttribute",
|
529
|
+
"http":{
|
530
|
+
"method":"POST",
|
531
|
+
"requestUri":"/"
|
532
|
+
},
|
533
|
+
"input":{"shape":"ModifyDBClusterSnapshotAttributeMessage"},
|
534
|
+
"output":{
|
535
|
+
"shape":"ModifyDBClusterSnapshotAttributeResult",
|
536
|
+
"resultWrapper":"ModifyDBClusterSnapshotAttributeResult"
|
537
|
+
},
|
538
|
+
"errors":[
|
539
|
+
{"shape":"DBClusterSnapshotNotFoundFault"},
|
540
|
+
{"shape":"InvalidDBClusterSnapshotStateFault"},
|
541
|
+
{"shape":"SharedSnapshotQuotaExceededFault"}
|
542
|
+
]
|
543
|
+
},
|
544
|
+
"ModifyDBInstance":{
|
545
|
+
"name":"ModifyDBInstance",
|
546
|
+
"http":{
|
547
|
+
"method":"POST",
|
548
|
+
"requestUri":"/"
|
549
|
+
},
|
550
|
+
"input":{"shape":"ModifyDBInstanceMessage"},
|
551
|
+
"output":{
|
552
|
+
"shape":"ModifyDBInstanceResult",
|
553
|
+
"resultWrapper":"ModifyDBInstanceResult"
|
554
|
+
},
|
555
|
+
"errors":[
|
556
|
+
{"shape":"InvalidDBInstanceStateFault"},
|
557
|
+
{"shape":"InvalidDBSecurityGroupStateFault"},
|
558
|
+
{"shape":"DBInstanceAlreadyExistsFault"},
|
559
|
+
{"shape":"DBInstanceNotFoundFault"},
|
560
|
+
{"shape":"DBSecurityGroupNotFoundFault"},
|
561
|
+
{"shape":"DBParameterGroupNotFoundFault"},
|
562
|
+
{"shape":"InsufficientDBInstanceCapacityFault"},
|
563
|
+
{"shape":"StorageQuotaExceededFault"},
|
564
|
+
{"shape":"InvalidVPCNetworkStateFault"},
|
565
|
+
{"shape":"DBUpgradeDependencyFailureFault"},
|
566
|
+
{"shape":"StorageTypeNotSupportedFault"},
|
567
|
+
{"shape":"AuthorizationNotFoundFault"},
|
568
|
+
{"shape":"CertificateNotFoundFault"}
|
569
|
+
]
|
570
|
+
},
|
571
|
+
"ModifyDBSubnetGroup":{
|
572
|
+
"name":"ModifyDBSubnetGroup",
|
573
|
+
"http":{
|
574
|
+
"method":"POST",
|
575
|
+
"requestUri":"/"
|
576
|
+
},
|
577
|
+
"input":{"shape":"ModifyDBSubnetGroupMessage"},
|
578
|
+
"output":{
|
579
|
+
"shape":"ModifyDBSubnetGroupResult",
|
580
|
+
"resultWrapper":"ModifyDBSubnetGroupResult"
|
581
|
+
},
|
582
|
+
"errors":[
|
583
|
+
{"shape":"DBSubnetGroupNotFoundFault"},
|
584
|
+
{"shape":"DBSubnetQuotaExceededFault"},
|
585
|
+
{"shape":"SubnetAlreadyInUse"},
|
586
|
+
{"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
|
587
|
+
{"shape":"InvalidSubnet"}
|
588
|
+
]
|
589
|
+
},
|
590
|
+
"RebootDBInstance":{
|
591
|
+
"name":"RebootDBInstance",
|
592
|
+
"http":{
|
593
|
+
"method":"POST",
|
594
|
+
"requestUri":"/"
|
595
|
+
},
|
596
|
+
"input":{"shape":"RebootDBInstanceMessage"},
|
597
|
+
"output":{
|
598
|
+
"shape":"RebootDBInstanceResult",
|
599
|
+
"resultWrapper":"RebootDBInstanceResult"
|
600
|
+
},
|
601
|
+
"errors":[
|
602
|
+
{"shape":"InvalidDBInstanceStateFault"},
|
603
|
+
{"shape":"DBInstanceNotFoundFault"}
|
604
|
+
]
|
605
|
+
},
|
606
|
+
"RemoveTagsFromResource":{
|
607
|
+
"name":"RemoveTagsFromResource",
|
608
|
+
"http":{
|
609
|
+
"method":"POST",
|
610
|
+
"requestUri":"/"
|
611
|
+
},
|
612
|
+
"input":{"shape":"RemoveTagsFromResourceMessage"},
|
613
|
+
"errors":[
|
614
|
+
{"shape":"DBInstanceNotFoundFault"},
|
615
|
+
{"shape":"DBSnapshotNotFoundFault"},
|
616
|
+
{"shape":"DBClusterNotFoundFault"}
|
617
|
+
]
|
618
|
+
},
|
619
|
+
"ResetDBClusterParameterGroup":{
|
620
|
+
"name":"ResetDBClusterParameterGroup",
|
621
|
+
"http":{
|
622
|
+
"method":"POST",
|
623
|
+
"requestUri":"/"
|
624
|
+
},
|
625
|
+
"input":{"shape":"ResetDBClusterParameterGroupMessage"},
|
626
|
+
"output":{
|
627
|
+
"shape":"DBClusterParameterGroupNameMessage",
|
628
|
+
"resultWrapper":"ResetDBClusterParameterGroupResult"
|
629
|
+
},
|
630
|
+
"errors":[
|
631
|
+
{"shape":"InvalidDBParameterGroupStateFault"},
|
632
|
+
{"shape":"DBParameterGroupNotFoundFault"}
|
633
|
+
]
|
634
|
+
},
|
635
|
+
"RestoreDBClusterFromSnapshot":{
|
636
|
+
"name":"RestoreDBClusterFromSnapshot",
|
637
|
+
"http":{
|
638
|
+
"method":"POST",
|
639
|
+
"requestUri":"/"
|
640
|
+
},
|
641
|
+
"input":{"shape":"RestoreDBClusterFromSnapshotMessage"},
|
642
|
+
"output":{
|
643
|
+
"shape":"RestoreDBClusterFromSnapshotResult",
|
644
|
+
"resultWrapper":"RestoreDBClusterFromSnapshotResult"
|
645
|
+
},
|
646
|
+
"errors":[
|
647
|
+
{"shape":"DBClusterAlreadyExistsFault"},
|
648
|
+
{"shape":"DBClusterQuotaExceededFault"},
|
649
|
+
{"shape":"StorageQuotaExceededFault"},
|
650
|
+
{"shape":"DBSubnetGroupNotFoundFault"},
|
651
|
+
{"shape":"DBSnapshotNotFoundFault"},
|
652
|
+
{"shape":"DBClusterSnapshotNotFoundFault"},
|
653
|
+
{"shape":"InsufficientDBClusterCapacityFault"},
|
654
|
+
{"shape":"InsufficientStorageClusterCapacityFault"},
|
655
|
+
{"shape":"InvalidDBSnapshotStateFault"},
|
656
|
+
{"shape":"InvalidDBClusterSnapshotStateFault"},
|
657
|
+
{"shape":"StorageQuotaExceededFault"},
|
658
|
+
{"shape":"InvalidVPCNetworkStateFault"},
|
659
|
+
{"shape":"InvalidRestoreFault"},
|
660
|
+
{"shape":"DBSubnetGroupNotFoundFault"},
|
661
|
+
{"shape":"InvalidSubnet"},
|
662
|
+
{"shape":"KMSKeyNotAccessibleFault"}
|
663
|
+
]
|
664
|
+
},
|
665
|
+
"RestoreDBClusterToPointInTime":{
|
666
|
+
"name":"RestoreDBClusterToPointInTime",
|
667
|
+
"http":{
|
668
|
+
"method":"POST",
|
669
|
+
"requestUri":"/"
|
670
|
+
},
|
671
|
+
"input":{"shape":"RestoreDBClusterToPointInTimeMessage"},
|
672
|
+
"output":{
|
673
|
+
"shape":"RestoreDBClusterToPointInTimeResult",
|
674
|
+
"resultWrapper":"RestoreDBClusterToPointInTimeResult"
|
675
|
+
},
|
676
|
+
"errors":[
|
677
|
+
{"shape":"DBClusterAlreadyExistsFault"},
|
678
|
+
{"shape":"DBClusterNotFoundFault"},
|
679
|
+
{"shape":"DBClusterQuotaExceededFault"},
|
680
|
+
{"shape":"DBClusterSnapshotNotFoundFault"},
|
681
|
+
{"shape":"DBSubnetGroupNotFoundFault"},
|
682
|
+
{"shape":"InsufficientDBClusterCapacityFault"},
|
683
|
+
{"shape":"InsufficientStorageClusterCapacityFault"},
|
684
|
+
{"shape":"InvalidDBClusterSnapshotStateFault"},
|
685
|
+
{"shape":"InvalidDBClusterStateFault"},
|
686
|
+
{"shape":"InvalidDBSnapshotStateFault"},
|
687
|
+
{"shape":"InvalidRestoreFault"},
|
688
|
+
{"shape":"InvalidSubnet"},
|
689
|
+
{"shape":"InvalidVPCNetworkStateFault"},
|
690
|
+
{"shape":"KMSKeyNotAccessibleFault"},
|
691
|
+
{"shape":"StorageQuotaExceededFault"}
|
692
|
+
]
|
693
|
+
}
|
694
|
+
},
|
695
|
+
"shapes":{
|
696
|
+
"AddTagsToResourceMessage":{
|
697
|
+
"type":"structure",
|
698
|
+
"required":[
|
699
|
+
"ResourceName",
|
700
|
+
"Tags"
|
701
|
+
],
|
702
|
+
"members":{
|
703
|
+
"ResourceName":{"shape":"String"},
|
704
|
+
"Tags":{"shape":"TagList"}
|
705
|
+
}
|
706
|
+
},
|
707
|
+
"ApplyMethod":{
|
708
|
+
"type":"string",
|
709
|
+
"enum":[
|
710
|
+
"immediate",
|
711
|
+
"pending-reboot"
|
712
|
+
]
|
713
|
+
},
|
714
|
+
"ApplyPendingMaintenanceActionMessage":{
|
715
|
+
"type":"structure",
|
716
|
+
"required":[
|
717
|
+
"ResourceIdentifier",
|
718
|
+
"ApplyAction",
|
719
|
+
"OptInType"
|
720
|
+
],
|
721
|
+
"members":{
|
722
|
+
"ResourceIdentifier":{"shape":"String"},
|
723
|
+
"ApplyAction":{"shape":"String"},
|
724
|
+
"OptInType":{"shape":"String"}
|
725
|
+
}
|
726
|
+
},
|
727
|
+
"ApplyPendingMaintenanceActionResult":{
|
728
|
+
"type":"structure",
|
729
|
+
"members":{
|
730
|
+
"ResourcePendingMaintenanceActions":{"shape":"ResourcePendingMaintenanceActions"}
|
731
|
+
}
|
732
|
+
},
|
733
|
+
"AttributeValueList":{
|
734
|
+
"type":"list",
|
735
|
+
"member":{
|
736
|
+
"shape":"String",
|
737
|
+
"locationName":"AttributeValue"
|
738
|
+
}
|
739
|
+
},
|
740
|
+
"AuthorizationNotFoundFault":{
|
741
|
+
"type":"structure",
|
742
|
+
"members":{
|
743
|
+
},
|
744
|
+
"error":{
|
745
|
+
"code":"AuthorizationNotFound",
|
746
|
+
"httpStatusCode":404,
|
747
|
+
"senderFault":true
|
748
|
+
},
|
749
|
+
"exception":true
|
750
|
+
},
|
751
|
+
"AvailabilityZone":{
|
752
|
+
"type":"structure",
|
753
|
+
"members":{
|
754
|
+
"Name":{"shape":"String"}
|
755
|
+
},
|
756
|
+
"wrapper":true
|
757
|
+
},
|
758
|
+
"AvailabilityZoneList":{
|
759
|
+
"type":"list",
|
760
|
+
"member":{
|
761
|
+
"shape":"AvailabilityZone",
|
762
|
+
"locationName":"AvailabilityZone"
|
763
|
+
}
|
764
|
+
},
|
765
|
+
"AvailabilityZones":{
|
766
|
+
"type":"list",
|
767
|
+
"member":{
|
768
|
+
"shape":"String",
|
769
|
+
"locationName":"AvailabilityZone"
|
770
|
+
}
|
771
|
+
},
|
772
|
+
"Boolean":{"type":"boolean"},
|
773
|
+
"BooleanOptional":{"type":"boolean"},
|
774
|
+
"CertificateNotFoundFault":{
|
775
|
+
"type":"structure",
|
776
|
+
"members":{
|
777
|
+
},
|
778
|
+
"error":{
|
779
|
+
"code":"CertificateNotFound",
|
780
|
+
"httpStatusCode":404,
|
781
|
+
"senderFault":true
|
782
|
+
},
|
783
|
+
"exception":true
|
784
|
+
},
|
785
|
+
"CloudwatchLogsExportConfiguration":{
|
786
|
+
"type":"structure",
|
787
|
+
"members":{
|
788
|
+
"EnableLogTypes":{"shape":"LogTypeList"},
|
789
|
+
"DisableLogTypes":{"shape":"LogTypeList"}
|
790
|
+
}
|
791
|
+
},
|
792
|
+
"CopyDBClusterParameterGroupMessage":{
|
793
|
+
"type":"structure",
|
794
|
+
"required":[
|
795
|
+
"SourceDBClusterParameterGroupIdentifier",
|
796
|
+
"TargetDBClusterParameterGroupIdentifier",
|
797
|
+
"TargetDBClusterParameterGroupDescription"
|
798
|
+
],
|
799
|
+
"members":{
|
800
|
+
"SourceDBClusterParameterGroupIdentifier":{"shape":"String"},
|
801
|
+
"TargetDBClusterParameterGroupIdentifier":{"shape":"String"},
|
802
|
+
"TargetDBClusterParameterGroupDescription":{"shape":"String"},
|
803
|
+
"Tags":{"shape":"TagList"}
|
804
|
+
}
|
805
|
+
},
|
806
|
+
"CopyDBClusterParameterGroupResult":{
|
807
|
+
"type":"structure",
|
808
|
+
"members":{
|
809
|
+
"DBClusterParameterGroup":{"shape":"DBClusterParameterGroup"}
|
810
|
+
}
|
811
|
+
},
|
812
|
+
"CopyDBClusterSnapshotMessage":{
|
813
|
+
"type":"structure",
|
814
|
+
"required":[
|
815
|
+
"SourceDBClusterSnapshotIdentifier",
|
816
|
+
"TargetDBClusterSnapshotIdentifier"
|
817
|
+
],
|
818
|
+
"members":{
|
819
|
+
"SourceDBClusterSnapshotIdentifier":{"shape":"String"},
|
820
|
+
"TargetDBClusterSnapshotIdentifier":{"shape":"String"},
|
821
|
+
"KmsKeyId":{"shape":"String"},
|
822
|
+
"PreSignedUrl":{"shape":"String"},
|
823
|
+
"CopyTags":{"shape":"BooleanOptional"},
|
824
|
+
"Tags":{"shape":"TagList"}
|
825
|
+
}
|
826
|
+
},
|
827
|
+
"CopyDBClusterSnapshotResult":{
|
828
|
+
"type":"structure",
|
829
|
+
"members":{
|
830
|
+
"DBClusterSnapshot":{"shape":"DBClusterSnapshot"}
|
831
|
+
}
|
832
|
+
},
|
833
|
+
"CreateDBClusterMessage":{
|
834
|
+
"type":"structure",
|
835
|
+
"required":[
|
836
|
+
"DBClusterIdentifier",
|
837
|
+
"Engine"
|
838
|
+
],
|
839
|
+
"members":{
|
840
|
+
"AvailabilityZones":{"shape":"AvailabilityZones"},
|
841
|
+
"BackupRetentionPeriod":{"shape":"IntegerOptional"},
|
842
|
+
"DBClusterIdentifier":{"shape":"String"},
|
843
|
+
"DBClusterParameterGroupName":{"shape":"String"},
|
844
|
+
"VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
|
845
|
+
"DBSubnetGroupName":{"shape":"String"},
|
846
|
+
"Engine":{"shape":"String"},
|
847
|
+
"EngineVersion":{"shape":"String"},
|
848
|
+
"Port":{"shape":"IntegerOptional"},
|
849
|
+
"MasterUsername":{"shape":"String"},
|
850
|
+
"MasterUserPassword":{"shape":"String"},
|
851
|
+
"PreferredBackupWindow":{"shape":"String"},
|
852
|
+
"PreferredMaintenanceWindow":{"shape":"String"},
|
853
|
+
"Tags":{"shape":"TagList"},
|
854
|
+
"StorageEncrypted":{"shape":"BooleanOptional"},
|
855
|
+
"KmsKeyId":{"shape":"String"},
|
856
|
+
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
|
857
|
+
}
|
858
|
+
},
|
859
|
+
"CreateDBClusterParameterGroupMessage":{
|
860
|
+
"type":"structure",
|
861
|
+
"required":[
|
862
|
+
"DBClusterParameterGroupName",
|
863
|
+
"DBParameterGroupFamily",
|
864
|
+
"Description"
|
865
|
+
],
|
866
|
+
"members":{
|
867
|
+
"DBClusterParameterGroupName":{"shape":"String"},
|
868
|
+
"DBParameterGroupFamily":{"shape":"String"},
|
869
|
+
"Description":{"shape":"String"},
|
870
|
+
"Tags":{"shape":"TagList"}
|
871
|
+
}
|
872
|
+
},
|
873
|
+
"CreateDBClusterParameterGroupResult":{
|
874
|
+
"type":"structure",
|
875
|
+
"members":{
|
876
|
+
"DBClusterParameterGroup":{"shape":"DBClusterParameterGroup"}
|
877
|
+
}
|
878
|
+
},
|
879
|
+
"CreateDBClusterResult":{
|
880
|
+
"type":"structure",
|
881
|
+
"members":{
|
882
|
+
"DBCluster":{"shape":"DBCluster"}
|
883
|
+
}
|
884
|
+
},
|
885
|
+
"CreateDBClusterSnapshotMessage":{
|
886
|
+
"type":"structure",
|
887
|
+
"required":[
|
888
|
+
"DBClusterSnapshotIdentifier",
|
889
|
+
"DBClusterIdentifier"
|
890
|
+
],
|
891
|
+
"members":{
|
892
|
+
"DBClusterSnapshotIdentifier":{"shape":"String"},
|
893
|
+
"DBClusterIdentifier":{"shape":"String"},
|
894
|
+
"Tags":{"shape":"TagList"}
|
895
|
+
}
|
896
|
+
},
|
897
|
+
"CreateDBClusterSnapshotResult":{
|
898
|
+
"type":"structure",
|
899
|
+
"members":{
|
900
|
+
"DBClusterSnapshot":{"shape":"DBClusterSnapshot"}
|
901
|
+
}
|
902
|
+
},
|
903
|
+
"CreateDBInstanceMessage":{
|
904
|
+
"type":"structure",
|
905
|
+
"required":[
|
906
|
+
"DBInstanceIdentifier",
|
907
|
+
"DBInstanceClass",
|
908
|
+
"Engine",
|
909
|
+
"DBClusterIdentifier"
|
910
|
+
],
|
911
|
+
"members":{
|
912
|
+
"DBInstanceIdentifier":{"shape":"String"},
|
913
|
+
"DBInstanceClass":{"shape":"String"},
|
914
|
+
"Engine":{"shape":"String"},
|
915
|
+
"AvailabilityZone":{"shape":"String"},
|
916
|
+
"PreferredMaintenanceWindow":{"shape":"String"},
|
917
|
+
"AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
|
918
|
+
"Tags":{"shape":"TagList"},
|
919
|
+
"DBClusterIdentifier":{"shape":"String"},
|
920
|
+
"PromotionTier":{"shape":"IntegerOptional"}
|
921
|
+
}
|
922
|
+
},
|
923
|
+
"CreateDBInstanceResult":{
|
924
|
+
"type":"structure",
|
925
|
+
"members":{
|
926
|
+
"DBInstance":{"shape":"DBInstance"}
|
927
|
+
}
|
928
|
+
},
|
929
|
+
"CreateDBSubnetGroupMessage":{
|
930
|
+
"type":"structure",
|
931
|
+
"required":[
|
932
|
+
"DBSubnetGroupName",
|
933
|
+
"DBSubnetGroupDescription",
|
934
|
+
"SubnetIds"
|
935
|
+
],
|
936
|
+
"members":{
|
937
|
+
"DBSubnetGroupName":{"shape":"String"},
|
938
|
+
"DBSubnetGroupDescription":{"shape":"String"},
|
939
|
+
"SubnetIds":{"shape":"SubnetIdentifierList"},
|
940
|
+
"Tags":{"shape":"TagList"}
|
941
|
+
}
|
942
|
+
},
|
943
|
+
"CreateDBSubnetGroupResult":{
|
944
|
+
"type":"structure",
|
945
|
+
"members":{
|
946
|
+
"DBSubnetGroup":{"shape":"DBSubnetGroup"}
|
947
|
+
}
|
948
|
+
},
|
949
|
+
"DBCluster":{
|
950
|
+
"type":"structure",
|
951
|
+
"members":{
|
952
|
+
"AvailabilityZones":{"shape":"AvailabilityZones"},
|
953
|
+
"BackupRetentionPeriod":{"shape":"IntegerOptional"},
|
954
|
+
"DBClusterIdentifier":{"shape":"String"},
|
955
|
+
"DBClusterParameterGroup":{"shape":"String"},
|
956
|
+
"DBSubnetGroup":{"shape":"String"},
|
957
|
+
"Status":{"shape":"String"},
|
958
|
+
"PercentProgress":{"shape":"String"},
|
959
|
+
"EarliestRestorableTime":{"shape":"TStamp"},
|
960
|
+
"Endpoint":{"shape":"String"},
|
961
|
+
"ReaderEndpoint":{"shape":"String"},
|
962
|
+
"MultiAZ":{"shape":"Boolean"},
|
963
|
+
"Engine":{"shape":"String"},
|
964
|
+
"EngineVersion":{"shape":"String"},
|
965
|
+
"LatestRestorableTime":{"shape":"TStamp"},
|
966
|
+
"Port":{"shape":"IntegerOptional"},
|
967
|
+
"MasterUsername":{"shape":"String"},
|
968
|
+
"PreferredBackupWindow":{"shape":"String"},
|
969
|
+
"PreferredMaintenanceWindow":{"shape":"String"},
|
970
|
+
"DBClusterMembers":{"shape":"DBClusterMemberList"},
|
971
|
+
"VpcSecurityGroups":{"shape":"VpcSecurityGroupMembershipList"},
|
972
|
+
"HostedZoneId":{"shape":"String"},
|
973
|
+
"StorageEncrypted":{"shape":"Boolean"},
|
974
|
+
"KmsKeyId":{"shape":"String"},
|
975
|
+
"DbClusterResourceId":{"shape":"String"},
|
976
|
+
"DBClusterArn":{"shape":"String"},
|
977
|
+
"AssociatedRoles":{"shape":"DBClusterRoles"},
|
978
|
+
"ClusterCreateTime":{"shape":"TStamp"},
|
979
|
+
"EnabledCloudwatchLogsExports":{"shape":"LogTypeList"}
|
980
|
+
},
|
981
|
+
"wrapper":true
|
982
|
+
},
|
983
|
+
"DBClusterAlreadyExistsFault":{
|
984
|
+
"type":"structure",
|
985
|
+
"members":{
|
986
|
+
},
|
987
|
+
"error":{
|
988
|
+
"code":"DBClusterAlreadyExistsFault",
|
989
|
+
"httpStatusCode":400,
|
990
|
+
"senderFault":true
|
991
|
+
},
|
992
|
+
"exception":true
|
993
|
+
},
|
994
|
+
"DBClusterList":{
|
995
|
+
"type":"list",
|
996
|
+
"member":{
|
997
|
+
"shape":"DBCluster",
|
998
|
+
"locationName":"DBCluster"
|
999
|
+
}
|
1000
|
+
},
|
1001
|
+
"DBClusterMember":{
|
1002
|
+
"type":"structure",
|
1003
|
+
"members":{
|
1004
|
+
"DBInstanceIdentifier":{"shape":"String"},
|
1005
|
+
"IsClusterWriter":{"shape":"Boolean"},
|
1006
|
+
"DBClusterParameterGroupStatus":{"shape":"String"},
|
1007
|
+
"PromotionTier":{"shape":"IntegerOptional"}
|
1008
|
+
},
|
1009
|
+
"wrapper":true
|
1010
|
+
},
|
1011
|
+
"DBClusterMemberList":{
|
1012
|
+
"type":"list",
|
1013
|
+
"member":{
|
1014
|
+
"shape":"DBClusterMember",
|
1015
|
+
"locationName":"DBClusterMember"
|
1016
|
+
}
|
1017
|
+
},
|
1018
|
+
"DBClusterMessage":{
|
1019
|
+
"type":"structure",
|
1020
|
+
"members":{
|
1021
|
+
"Marker":{"shape":"String"},
|
1022
|
+
"DBClusters":{"shape":"DBClusterList"}
|
1023
|
+
}
|
1024
|
+
},
|
1025
|
+
"DBClusterNotFoundFault":{
|
1026
|
+
"type":"structure",
|
1027
|
+
"members":{
|
1028
|
+
},
|
1029
|
+
"error":{
|
1030
|
+
"code":"DBClusterNotFoundFault",
|
1031
|
+
"httpStatusCode":404,
|
1032
|
+
"senderFault":true
|
1033
|
+
},
|
1034
|
+
"exception":true
|
1035
|
+
},
|
1036
|
+
"DBClusterParameterGroup":{
|
1037
|
+
"type":"structure",
|
1038
|
+
"members":{
|
1039
|
+
"DBClusterParameterGroupName":{"shape":"String"},
|
1040
|
+
"DBParameterGroupFamily":{"shape":"String"},
|
1041
|
+
"Description":{"shape":"String"},
|
1042
|
+
"DBClusterParameterGroupArn":{"shape":"String"}
|
1043
|
+
},
|
1044
|
+
"wrapper":true
|
1045
|
+
},
|
1046
|
+
"DBClusterParameterGroupDetails":{
|
1047
|
+
"type":"structure",
|
1048
|
+
"members":{
|
1049
|
+
"Parameters":{"shape":"ParametersList"},
|
1050
|
+
"Marker":{"shape":"String"}
|
1051
|
+
}
|
1052
|
+
},
|
1053
|
+
"DBClusterParameterGroupList":{
|
1054
|
+
"type":"list",
|
1055
|
+
"member":{
|
1056
|
+
"shape":"DBClusterParameterGroup",
|
1057
|
+
"locationName":"DBClusterParameterGroup"
|
1058
|
+
}
|
1059
|
+
},
|
1060
|
+
"DBClusterParameterGroupNameMessage":{
|
1061
|
+
"type":"structure",
|
1062
|
+
"members":{
|
1063
|
+
"DBClusterParameterGroupName":{"shape":"String"}
|
1064
|
+
}
|
1065
|
+
},
|
1066
|
+
"DBClusterParameterGroupNotFoundFault":{
|
1067
|
+
"type":"structure",
|
1068
|
+
"members":{
|
1069
|
+
},
|
1070
|
+
"error":{
|
1071
|
+
"code":"DBClusterParameterGroupNotFound",
|
1072
|
+
"httpStatusCode":404,
|
1073
|
+
"senderFault":true
|
1074
|
+
},
|
1075
|
+
"exception":true
|
1076
|
+
},
|
1077
|
+
"DBClusterParameterGroupsMessage":{
|
1078
|
+
"type":"structure",
|
1079
|
+
"members":{
|
1080
|
+
"Marker":{"shape":"String"},
|
1081
|
+
"DBClusterParameterGroups":{"shape":"DBClusterParameterGroupList"}
|
1082
|
+
}
|
1083
|
+
},
|
1084
|
+
"DBClusterQuotaExceededFault":{
|
1085
|
+
"type":"structure",
|
1086
|
+
"members":{
|
1087
|
+
},
|
1088
|
+
"error":{
|
1089
|
+
"code":"DBClusterQuotaExceededFault",
|
1090
|
+
"httpStatusCode":403,
|
1091
|
+
"senderFault":true
|
1092
|
+
},
|
1093
|
+
"exception":true
|
1094
|
+
},
|
1095
|
+
"DBClusterRole":{
|
1096
|
+
"type":"structure",
|
1097
|
+
"members":{
|
1098
|
+
"RoleArn":{"shape":"String"},
|
1099
|
+
"Status":{"shape":"String"}
|
1100
|
+
}
|
1101
|
+
},
|
1102
|
+
"DBClusterRoles":{
|
1103
|
+
"type":"list",
|
1104
|
+
"member":{
|
1105
|
+
"shape":"DBClusterRole",
|
1106
|
+
"locationName":"DBClusterRole"
|
1107
|
+
}
|
1108
|
+
},
|
1109
|
+
"DBClusterSnapshot":{
|
1110
|
+
"type":"structure",
|
1111
|
+
"members":{
|
1112
|
+
"AvailabilityZones":{"shape":"AvailabilityZones"},
|
1113
|
+
"DBClusterSnapshotIdentifier":{"shape":"String"},
|
1114
|
+
"DBClusterIdentifier":{"shape":"String"},
|
1115
|
+
"SnapshotCreateTime":{"shape":"TStamp"},
|
1116
|
+
"Engine":{"shape":"String"},
|
1117
|
+
"Status":{"shape":"String"},
|
1118
|
+
"Port":{"shape":"Integer"},
|
1119
|
+
"VpcId":{"shape":"String"},
|
1120
|
+
"ClusterCreateTime":{"shape":"TStamp"},
|
1121
|
+
"MasterUsername":{"shape":"String"},
|
1122
|
+
"EngineVersion":{"shape":"String"},
|
1123
|
+
"SnapshotType":{"shape":"String"},
|
1124
|
+
"PercentProgress":{"shape":"Integer"},
|
1125
|
+
"StorageEncrypted":{"shape":"Boolean"},
|
1126
|
+
"KmsKeyId":{"shape":"String"},
|
1127
|
+
"DBClusterSnapshotArn":{"shape":"String"},
|
1128
|
+
"SourceDBClusterSnapshotArn":{"shape":"String"}
|
1129
|
+
},
|
1130
|
+
"wrapper":true
|
1131
|
+
},
|
1132
|
+
"DBClusterSnapshotAlreadyExistsFault":{
|
1133
|
+
"type":"structure",
|
1134
|
+
"members":{
|
1135
|
+
},
|
1136
|
+
"error":{
|
1137
|
+
"code":"DBClusterSnapshotAlreadyExistsFault",
|
1138
|
+
"httpStatusCode":400,
|
1139
|
+
"senderFault":true
|
1140
|
+
},
|
1141
|
+
"exception":true
|
1142
|
+
},
|
1143
|
+
"DBClusterSnapshotAttribute":{
|
1144
|
+
"type":"structure",
|
1145
|
+
"members":{
|
1146
|
+
"AttributeName":{"shape":"String"},
|
1147
|
+
"AttributeValues":{"shape":"AttributeValueList"}
|
1148
|
+
}
|
1149
|
+
},
|
1150
|
+
"DBClusterSnapshotAttributeList":{
|
1151
|
+
"type":"list",
|
1152
|
+
"member":{
|
1153
|
+
"shape":"DBClusterSnapshotAttribute",
|
1154
|
+
"locationName":"DBClusterSnapshotAttribute"
|
1155
|
+
}
|
1156
|
+
},
|
1157
|
+
"DBClusterSnapshotAttributesResult":{
|
1158
|
+
"type":"structure",
|
1159
|
+
"members":{
|
1160
|
+
"DBClusterSnapshotIdentifier":{"shape":"String"},
|
1161
|
+
"DBClusterSnapshotAttributes":{"shape":"DBClusterSnapshotAttributeList"}
|
1162
|
+
},
|
1163
|
+
"wrapper":true
|
1164
|
+
},
|
1165
|
+
"DBClusterSnapshotList":{
|
1166
|
+
"type":"list",
|
1167
|
+
"member":{
|
1168
|
+
"shape":"DBClusterSnapshot",
|
1169
|
+
"locationName":"DBClusterSnapshot"
|
1170
|
+
}
|
1171
|
+
},
|
1172
|
+
"DBClusterSnapshotMessage":{
|
1173
|
+
"type":"structure",
|
1174
|
+
"members":{
|
1175
|
+
"Marker":{"shape":"String"},
|
1176
|
+
"DBClusterSnapshots":{"shape":"DBClusterSnapshotList"}
|
1177
|
+
}
|
1178
|
+
},
|
1179
|
+
"DBClusterSnapshotNotFoundFault":{
|
1180
|
+
"type":"structure",
|
1181
|
+
"members":{
|
1182
|
+
},
|
1183
|
+
"error":{
|
1184
|
+
"code":"DBClusterSnapshotNotFoundFault",
|
1185
|
+
"httpStatusCode":404,
|
1186
|
+
"senderFault":true
|
1187
|
+
},
|
1188
|
+
"exception":true
|
1189
|
+
},
|
1190
|
+
"DBEngineVersion":{
|
1191
|
+
"type":"structure",
|
1192
|
+
"members":{
|
1193
|
+
"Engine":{"shape":"String"},
|
1194
|
+
"EngineVersion":{"shape":"String"},
|
1195
|
+
"DBParameterGroupFamily":{"shape":"String"},
|
1196
|
+
"DBEngineDescription":{"shape":"String"},
|
1197
|
+
"DBEngineVersionDescription":{"shape":"String"},
|
1198
|
+
"ValidUpgradeTarget":{"shape":"ValidUpgradeTargetList"},
|
1199
|
+
"ExportableLogTypes":{"shape":"LogTypeList"},
|
1200
|
+
"SupportsLogExportsToCloudwatchLogs":{"shape":"Boolean"}
|
1201
|
+
}
|
1202
|
+
},
|
1203
|
+
"DBEngineVersionList":{
|
1204
|
+
"type":"list",
|
1205
|
+
"member":{
|
1206
|
+
"shape":"DBEngineVersion",
|
1207
|
+
"locationName":"DBEngineVersion"
|
1208
|
+
}
|
1209
|
+
},
|
1210
|
+
"DBEngineVersionMessage":{
|
1211
|
+
"type":"structure",
|
1212
|
+
"members":{
|
1213
|
+
"Marker":{"shape":"String"},
|
1214
|
+
"DBEngineVersions":{"shape":"DBEngineVersionList"}
|
1215
|
+
}
|
1216
|
+
},
|
1217
|
+
"DBInstance":{
|
1218
|
+
"type":"structure",
|
1219
|
+
"members":{
|
1220
|
+
"DBInstanceIdentifier":{"shape":"String"},
|
1221
|
+
"DBInstanceClass":{"shape":"String"},
|
1222
|
+
"Engine":{"shape":"String"},
|
1223
|
+
"DBInstanceStatus":{"shape":"String"},
|
1224
|
+
"Endpoint":{"shape":"Endpoint"},
|
1225
|
+
"InstanceCreateTime":{"shape":"TStamp"},
|
1226
|
+
"PreferredBackupWindow":{"shape":"String"},
|
1227
|
+
"BackupRetentionPeriod":{"shape":"Integer"},
|
1228
|
+
"VpcSecurityGroups":{"shape":"VpcSecurityGroupMembershipList"},
|
1229
|
+
"AvailabilityZone":{"shape":"String"},
|
1230
|
+
"DBSubnetGroup":{"shape":"DBSubnetGroup"},
|
1231
|
+
"PreferredMaintenanceWindow":{"shape":"String"},
|
1232
|
+
"PendingModifiedValues":{"shape":"PendingModifiedValues"},
|
1233
|
+
"LatestRestorableTime":{"shape":"TStamp"},
|
1234
|
+
"EngineVersion":{"shape":"String"},
|
1235
|
+
"AutoMinorVersionUpgrade":{"shape":"Boolean"},
|
1236
|
+
"PubliclyAccessible":{"shape":"Boolean"},
|
1237
|
+
"StatusInfos":{"shape":"DBInstanceStatusInfoList"},
|
1238
|
+
"DBClusterIdentifier":{"shape":"String"},
|
1239
|
+
"StorageEncrypted":{"shape":"Boolean"},
|
1240
|
+
"KmsKeyId":{"shape":"String"},
|
1241
|
+
"DbiResourceId":{"shape":"String"},
|
1242
|
+
"PromotionTier":{"shape":"IntegerOptional"},
|
1243
|
+
"DBInstanceArn":{"shape":"String"},
|
1244
|
+
"EnabledCloudwatchLogsExports":{"shape":"LogTypeList"}
|
1245
|
+
},
|
1246
|
+
"wrapper":true
|
1247
|
+
},
|
1248
|
+
"DBInstanceAlreadyExistsFault":{
|
1249
|
+
"type":"structure",
|
1250
|
+
"members":{
|
1251
|
+
},
|
1252
|
+
"error":{
|
1253
|
+
"code":"DBInstanceAlreadyExists",
|
1254
|
+
"httpStatusCode":400,
|
1255
|
+
"senderFault":true
|
1256
|
+
},
|
1257
|
+
"exception":true
|
1258
|
+
},
|
1259
|
+
"DBInstanceList":{
|
1260
|
+
"type":"list",
|
1261
|
+
"member":{
|
1262
|
+
"shape":"DBInstance",
|
1263
|
+
"locationName":"DBInstance"
|
1264
|
+
}
|
1265
|
+
},
|
1266
|
+
"DBInstanceMessage":{
|
1267
|
+
"type":"structure",
|
1268
|
+
"members":{
|
1269
|
+
"Marker":{"shape":"String"},
|
1270
|
+
"DBInstances":{"shape":"DBInstanceList"}
|
1271
|
+
}
|
1272
|
+
},
|
1273
|
+
"DBInstanceNotFoundFault":{
|
1274
|
+
"type":"structure",
|
1275
|
+
"members":{
|
1276
|
+
},
|
1277
|
+
"error":{
|
1278
|
+
"code":"DBInstanceNotFound",
|
1279
|
+
"httpStatusCode":404,
|
1280
|
+
"senderFault":true
|
1281
|
+
},
|
1282
|
+
"exception":true
|
1283
|
+
},
|
1284
|
+
"DBInstanceStatusInfo":{
|
1285
|
+
"type":"structure",
|
1286
|
+
"members":{
|
1287
|
+
"StatusType":{"shape":"String"},
|
1288
|
+
"Normal":{"shape":"Boolean"},
|
1289
|
+
"Status":{"shape":"String"},
|
1290
|
+
"Message":{"shape":"String"}
|
1291
|
+
}
|
1292
|
+
},
|
1293
|
+
"DBInstanceStatusInfoList":{
|
1294
|
+
"type":"list",
|
1295
|
+
"member":{
|
1296
|
+
"shape":"DBInstanceStatusInfo",
|
1297
|
+
"locationName":"DBInstanceStatusInfo"
|
1298
|
+
}
|
1299
|
+
},
|
1300
|
+
"DBParameterGroupAlreadyExistsFault":{
|
1301
|
+
"type":"structure",
|
1302
|
+
"members":{
|
1303
|
+
},
|
1304
|
+
"error":{
|
1305
|
+
"code":"DBParameterGroupAlreadyExists",
|
1306
|
+
"httpStatusCode":400,
|
1307
|
+
"senderFault":true
|
1308
|
+
},
|
1309
|
+
"exception":true
|
1310
|
+
},
|
1311
|
+
"DBParameterGroupNotFoundFault":{
|
1312
|
+
"type":"structure",
|
1313
|
+
"members":{
|
1314
|
+
},
|
1315
|
+
"error":{
|
1316
|
+
"code":"DBParameterGroupNotFound",
|
1317
|
+
"httpStatusCode":404,
|
1318
|
+
"senderFault":true
|
1319
|
+
},
|
1320
|
+
"exception":true
|
1321
|
+
},
|
1322
|
+
"DBParameterGroupQuotaExceededFault":{
|
1323
|
+
"type":"structure",
|
1324
|
+
"members":{
|
1325
|
+
},
|
1326
|
+
"error":{
|
1327
|
+
"code":"DBParameterGroupQuotaExceeded",
|
1328
|
+
"httpStatusCode":400,
|
1329
|
+
"senderFault":true
|
1330
|
+
},
|
1331
|
+
"exception":true
|
1332
|
+
},
|
1333
|
+
"DBSecurityGroupNotFoundFault":{
|
1334
|
+
"type":"structure",
|
1335
|
+
"members":{
|
1336
|
+
},
|
1337
|
+
"error":{
|
1338
|
+
"code":"DBSecurityGroupNotFound",
|
1339
|
+
"httpStatusCode":404,
|
1340
|
+
"senderFault":true
|
1341
|
+
},
|
1342
|
+
"exception":true
|
1343
|
+
},
|
1344
|
+
"DBSnapshotAlreadyExistsFault":{
|
1345
|
+
"type":"structure",
|
1346
|
+
"members":{
|
1347
|
+
},
|
1348
|
+
"error":{
|
1349
|
+
"code":"DBSnapshotAlreadyExists",
|
1350
|
+
"httpStatusCode":400,
|
1351
|
+
"senderFault":true
|
1352
|
+
},
|
1353
|
+
"exception":true
|
1354
|
+
},
|
1355
|
+
"DBSnapshotNotFoundFault":{
|
1356
|
+
"type":"structure",
|
1357
|
+
"members":{
|
1358
|
+
},
|
1359
|
+
"error":{
|
1360
|
+
"code":"DBSnapshotNotFound",
|
1361
|
+
"httpStatusCode":404,
|
1362
|
+
"senderFault":true
|
1363
|
+
},
|
1364
|
+
"exception":true
|
1365
|
+
},
|
1366
|
+
"DBSubnetGroup":{
|
1367
|
+
"type":"structure",
|
1368
|
+
"members":{
|
1369
|
+
"DBSubnetGroupName":{"shape":"String"},
|
1370
|
+
"DBSubnetGroupDescription":{"shape":"String"},
|
1371
|
+
"VpcId":{"shape":"String"},
|
1372
|
+
"SubnetGroupStatus":{"shape":"String"},
|
1373
|
+
"Subnets":{"shape":"SubnetList"},
|
1374
|
+
"DBSubnetGroupArn":{"shape":"String"}
|
1375
|
+
},
|
1376
|
+
"wrapper":true
|
1377
|
+
},
|
1378
|
+
"DBSubnetGroupAlreadyExistsFault":{
|
1379
|
+
"type":"structure",
|
1380
|
+
"members":{
|
1381
|
+
},
|
1382
|
+
"error":{
|
1383
|
+
"code":"DBSubnetGroupAlreadyExists",
|
1384
|
+
"httpStatusCode":400,
|
1385
|
+
"senderFault":true
|
1386
|
+
},
|
1387
|
+
"exception":true
|
1388
|
+
},
|
1389
|
+
"DBSubnetGroupDoesNotCoverEnoughAZs":{
|
1390
|
+
"type":"structure",
|
1391
|
+
"members":{
|
1392
|
+
},
|
1393
|
+
"error":{
|
1394
|
+
"code":"DBSubnetGroupDoesNotCoverEnoughAZs",
|
1395
|
+
"httpStatusCode":400,
|
1396
|
+
"senderFault":true
|
1397
|
+
},
|
1398
|
+
"exception":true
|
1399
|
+
},
|
1400
|
+
"DBSubnetGroupMessage":{
|
1401
|
+
"type":"structure",
|
1402
|
+
"members":{
|
1403
|
+
"Marker":{"shape":"String"},
|
1404
|
+
"DBSubnetGroups":{"shape":"DBSubnetGroups"}
|
1405
|
+
}
|
1406
|
+
},
|
1407
|
+
"DBSubnetGroupNotFoundFault":{
|
1408
|
+
"type":"structure",
|
1409
|
+
"members":{
|
1410
|
+
},
|
1411
|
+
"error":{
|
1412
|
+
"code":"DBSubnetGroupNotFoundFault",
|
1413
|
+
"httpStatusCode":404,
|
1414
|
+
"senderFault":true
|
1415
|
+
},
|
1416
|
+
"exception":true
|
1417
|
+
},
|
1418
|
+
"DBSubnetGroupQuotaExceededFault":{
|
1419
|
+
"type":"structure",
|
1420
|
+
"members":{
|
1421
|
+
},
|
1422
|
+
"error":{
|
1423
|
+
"code":"DBSubnetGroupQuotaExceeded",
|
1424
|
+
"httpStatusCode":400,
|
1425
|
+
"senderFault":true
|
1426
|
+
},
|
1427
|
+
"exception":true
|
1428
|
+
},
|
1429
|
+
"DBSubnetGroups":{
|
1430
|
+
"type":"list",
|
1431
|
+
"member":{
|
1432
|
+
"shape":"DBSubnetGroup",
|
1433
|
+
"locationName":"DBSubnetGroup"
|
1434
|
+
}
|
1435
|
+
},
|
1436
|
+
"DBSubnetQuotaExceededFault":{
|
1437
|
+
"type":"structure",
|
1438
|
+
"members":{
|
1439
|
+
},
|
1440
|
+
"error":{
|
1441
|
+
"code":"DBSubnetQuotaExceededFault",
|
1442
|
+
"httpStatusCode":400,
|
1443
|
+
"senderFault":true
|
1444
|
+
},
|
1445
|
+
"exception":true
|
1446
|
+
},
|
1447
|
+
"DBUpgradeDependencyFailureFault":{
|
1448
|
+
"type":"structure",
|
1449
|
+
"members":{
|
1450
|
+
},
|
1451
|
+
"error":{
|
1452
|
+
"code":"DBUpgradeDependencyFailure",
|
1453
|
+
"httpStatusCode":400,
|
1454
|
+
"senderFault":true
|
1455
|
+
},
|
1456
|
+
"exception":true
|
1457
|
+
},
|
1458
|
+
"DeleteDBClusterMessage":{
|
1459
|
+
"type":"structure",
|
1460
|
+
"required":["DBClusterIdentifier"],
|
1461
|
+
"members":{
|
1462
|
+
"DBClusterIdentifier":{"shape":"String"},
|
1463
|
+
"SkipFinalSnapshot":{"shape":"Boolean"},
|
1464
|
+
"FinalDBSnapshotIdentifier":{"shape":"String"}
|
1465
|
+
}
|
1466
|
+
},
|
1467
|
+
"DeleteDBClusterParameterGroupMessage":{
|
1468
|
+
"type":"structure",
|
1469
|
+
"required":["DBClusterParameterGroupName"],
|
1470
|
+
"members":{
|
1471
|
+
"DBClusterParameterGroupName":{"shape":"String"}
|
1472
|
+
}
|
1473
|
+
},
|
1474
|
+
"DeleteDBClusterResult":{
|
1475
|
+
"type":"structure",
|
1476
|
+
"members":{
|
1477
|
+
"DBCluster":{"shape":"DBCluster"}
|
1478
|
+
}
|
1479
|
+
},
|
1480
|
+
"DeleteDBClusterSnapshotMessage":{
|
1481
|
+
"type":"structure",
|
1482
|
+
"required":["DBClusterSnapshotIdentifier"],
|
1483
|
+
"members":{
|
1484
|
+
"DBClusterSnapshotIdentifier":{"shape":"String"}
|
1485
|
+
}
|
1486
|
+
},
|
1487
|
+
"DeleteDBClusterSnapshotResult":{
|
1488
|
+
"type":"structure",
|
1489
|
+
"members":{
|
1490
|
+
"DBClusterSnapshot":{"shape":"DBClusterSnapshot"}
|
1491
|
+
}
|
1492
|
+
},
|
1493
|
+
"DeleteDBInstanceMessage":{
|
1494
|
+
"type":"structure",
|
1495
|
+
"required":["DBInstanceIdentifier"],
|
1496
|
+
"members":{
|
1497
|
+
"DBInstanceIdentifier":{"shape":"String"}
|
1498
|
+
}
|
1499
|
+
},
|
1500
|
+
"DeleteDBInstanceResult":{
|
1501
|
+
"type":"structure",
|
1502
|
+
"members":{
|
1503
|
+
"DBInstance":{"shape":"DBInstance"}
|
1504
|
+
}
|
1505
|
+
},
|
1506
|
+
"DeleteDBSubnetGroupMessage":{
|
1507
|
+
"type":"structure",
|
1508
|
+
"required":["DBSubnetGroupName"],
|
1509
|
+
"members":{
|
1510
|
+
"DBSubnetGroupName":{"shape":"String"}
|
1511
|
+
}
|
1512
|
+
},
|
1513
|
+
"DescribeDBClusterParameterGroupsMessage":{
|
1514
|
+
"type":"structure",
|
1515
|
+
"members":{
|
1516
|
+
"DBClusterParameterGroupName":{"shape":"String"},
|
1517
|
+
"Filters":{"shape":"FilterList"},
|
1518
|
+
"MaxRecords":{"shape":"IntegerOptional"},
|
1519
|
+
"Marker":{"shape":"String"}
|
1520
|
+
}
|
1521
|
+
},
|
1522
|
+
"DescribeDBClusterParametersMessage":{
|
1523
|
+
"type":"structure",
|
1524
|
+
"required":["DBClusterParameterGroupName"],
|
1525
|
+
"members":{
|
1526
|
+
"DBClusterParameterGroupName":{"shape":"String"},
|
1527
|
+
"Source":{"shape":"String"},
|
1528
|
+
"Filters":{"shape":"FilterList"},
|
1529
|
+
"MaxRecords":{"shape":"IntegerOptional"},
|
1530
|
+
"Marker":{"shape":"String"}
|
1531
|
+
}
|
1532
|
+
},
|
1533
|
+
"DescribeDBClusterSnapshotAttributesMessage":{
|
1534
|
+
"type":"structure",
|
1535
|
+
"required":["DBClusterSnapshotIdentifier"],
|
1536
|
+
"members":{
|
1537
|
+
"DBClusterSnapshotIdentifier":{"shape":"String"}
|
1538
|
+
}
|
1539
|
+
},
|
1540
|
+
"DescribeDBClusterSnapshotAttributesResult":{
|
1541
|
+
"type":"structure",
|
1542
|
+
"members":{
|
1543
|
+
"DBClusterSnapshotAttributesResult":{"shape":"DBClusterSnapshotAttributesResult"}
|
1544
|
+
}
|
1545
|
+
},
|
1546
|
+
"DescribeDBClusterSnapshotsMessage":{
|
1547
|
+
"type":"structure",
|
1548
|
+
"members":{
|
1549
|
+
"DBClusterIdentifier":{"shape":"String"},
|
1550
|
+
"DBClusterSnapshotIdentifier":{"shape":"String"},
|
1551
|
+
"SnapshotType":{"shape":"String"},
|
1552
|
+
"Filters":{"shape":"FilterList"},
|
1553
|
+
"MaxRecords":{"shape":"IntegerOptional"},
|
1554
|
+
"Marker":{"shape":"String"},
|
1555
|
+
"IncludeShared":{"shape":"Boolean"},
|
1556
|
+
"IncludePublic":{"shape":"Boolean"}
|
1557
|
+
}
|
1558
|
+
},
|
1559
|
+
"DescribeDBClustersMessage":{
|
1560
|
+
"type":"structure",
|
1561
|
+
"members":{
|
1562
|
+
"DBClusterIdentifier":{"shape":"String"},
|
1563
|
+
"Filters":{"shape":"FilterList"},
|
1564
|
+
"MaxRecords":{"shape":"IntegerOptional"},
|
1565
|
+
"Marker":{"shape":"String"}
|
1566
|
+
}
|
1567
|
+
},
|
1568
|
+
"DescribeDBEngineVersionsMessage":{
|
1569
|
+
"type":"structure",
|
1570
|
+
"members":{
|
1571
|
+
"Engine":{"shape":"String"},
|
1572
|
+
"EngineVersion":{"shape":"String"},
|
1573
|
+
"DBParameterGroupFamily":{"shape":"String"},
|
1574
|
+
"Filters":{"shape":"FilterList"},
|
1575
|
+
"MaxRecords":{"shape":"IntegerOptional"},
|
1576
|
+
"Marker":{"shape":"String"},
|
1577
|
+
"DefaultOnly":{"shape":"Boolean"},
|
1578
|
+
"ListSupportedCharacterSets":{"shape":"BooleanOptional"},
|
1579
|
+
"ListSupportedTimezones":{"shape":"BooleanOptional"}
|
1580
|
+
}
|
1581
|
+
},
|
1582
|
+
"DescribeDBInstancesMessage":{
|
1583
|
+
"type":"structure",
|
1584
|
+
"members":{
|
1585
|
+
"DBInstanceIdentifier":{"shape":"String"},
|
1586
|
+
"Filters":{"shape":"FilterList"},
|
1587
|
+
"MaxRecords":{"shape":"IntegerOptional"},
|
1588
|
+
"Marker":{"shape":"String"}
|
1589
|
+
}
|
1590
|
+
},
|
1591
|
+
"DescribeDBSubnetGroupsMessage":{
|
1592
|
+
"type":"structure",
|
1593
|
+
"members":{
|
1594
|
+
"DBSubnetGroupName":{"shape":"String"},
|
1595
|
+
"Filters":{"shape":"FilterList"},
|
1596
|
+
"MaxRecords":{"shape":"IntegerOptional"},
|
1597
|
+
"Marker":{"shape":"String"}
|
1598
|
+
}
|
1599
|
+
},
|
1600
|
+
"DescribeEngineDefaultClusterParametersMessage":{
|
1601
|
+
"type":"structure",
|
1602
|
+
"required":["DBParameterGroupFamily"],
|
1603
|
+
"members":{
|
1604
|
+
"DBParameterGroupFamily":{"shape":"String"},
|
1605
|
+
"Filters":{"shape":"FilterList"},
|
1606
|
+
"MaxRecords":{"shape":"IntegerOptional"},
|
1607
|
+
"Marker":{"shape":"String"}
|
1608
|
+
}
|
1609
|
+
},
|
1610
|
+
"DescribeEngineDefaultClusterParametersResult":{
|
1611
|
+
"type":"structure",
|
1612
|
+
"members":{
|
1613
|
+
"EngineDefaults":{"shape":"EngineDefaults"}
|
1614
|
+
}
|
1615
|
+
},
|
1616
|
+
"DescribeEventCategoriesMessage":{
|
1617
|
+
"type":"structure",
|
1618
|
+
"members":{
|
1619
|
+
"SourceType":{"shape":"String"},
|
1620
|
+
"Filters":{"shape":"FilterList"}
|
1621
|
+
}
|
1622
|
+
},
|
1623
|
+
"DescribeEventsMessage":{
|
1624
|
+
"type":"structure",
|
1625
|
+
"members":{
|
1626
|
+
"SourceIdentifier":{"shape":"String"},
|
1627
|
+
"SourceType":{"shape":"SourceType"},
|
1628
|
+
"StartTime":{"shape":"TStamp"},
|
1629
|
+
"EndTime":{"shape":"TStamp"},
|
1630
|
+
"Duration":{"shape":"IntegerOptional"},
|
1631
|
+
"EventCategories":{"shape":"EventCategoriesList"},
|
1632
|
+
"Filters":{"shape":"FilterList"},
|
1633
|
+
"MaxRecords":{"shape":"IntegerOptional"},
|
1634
|
+
"Marker":{"shape":"String"}
|
1635
|
+
}
|
1636
|
+
},
|
1637
|
+
"DescribeOrderableDBInstanceOptionsMessage":{
|
1638
|
+
"type":"structure",
|
1639
|
+
"required":["Engine"],
|
1640
|
+
"members":{
|
1641
|
+
"Engine":{"shape":"String"},
|
1642
|
+
"EngineVersion":{"shape":"String"},
|
1643
|
+
"DBInstanceClass":{"shape":"String"},
|
1644
|
+
"LicenseModel":{"shape":"String"},
|
1645
|
+
"Vpc":{"shape":"BooleanOptional"},
|
1646
|
+
"Filters":{"shape":"FilterList"},
|
1647
|
+
"MaxRecords":{"shape":"IntegerOptional"},
|
1648
|
+
"Marker":{"shape":"String"}
|
1649
|
+
}
|
1650
|
+
},
|
1651
|
+
"DescribePendingMaintenanceActionsMessage":{
|
1652
|
+
"type":"structure",
|
1653
|
+
"members":{
|
1654
|
+
"ResourceIdentifier":{"shape":"String"},
|
1655
|
+
"Filters":{"shape":"FilterList"},
|
1656
|
+
"Marker":{"shape":"String"},
|
1657
|
+
"MaxRecords":{"shape":"IntegerOptional"}
|
1658
|
+
}
|
1659
|
+
},
|
1660
|
+
"Endpoint":{
|
1661
|
+
"type":"structure",
|
1662
|
+
"members":{
|
1663
|
+
"Address":{"shape":"String"},
|
1664
|
+
"Port":{"shape":"Integer"},
|
1665
|
+
"HostedZoneId":{"shape":"String"}
|
1666
|
+
}
|
1667
|
+
},
|
1668
|
+
"EngineDefaults":{
|
1669
|
+
"type":"structure",
|
1670
|
+
"members":{
|
1671
|
+
"DBParameterGroupFamily":{"shape":"String"},
|
1672
|
+
"Marker":{"shape":"String"},
|
1673
|
+
"Parameters":{"shape":"ParametersList"}
|
1674
|
+
},
|
1675
|
+
"wrapper":true
|
1676
|
+
},
|
1677
|
+
"Event":{
|
1678
|
+
"type":"structure",
|
1679
|
+
"members":{
|
1680
|
+
"SourceIdentifier":{"shape":"String"},
|
1681
|
+
"SourceType":{"shape":"SourceType"},
|
1682
|
+
"Message":{"shape":"String"},
|
1683
|
+
"EventCategories":{"shape":"EventCategoriesList"},
|
1684
|
+
"Date":{"shape":"TStamp"},
|
1685
|
+
"SourceArn":{"shape":"String"}
|
1686
|
+
}
|
1687
|
+
},
|
1688
|
+
"EventCategoriesList":{
|
1689
|
+
"type":"list",
|
1690
|
+
"member":{
|
1691
|
+
"shape":"String",
|
1692
|
+
"locationName":"EventCategory"
|
1693
|
+
}
|
1694
|
+
},
|
1695
|
+
"EventCategoriesMap":{
|
1696
|
+
"type":"structure",
|
1697
|
+
"members":{
|
1698
|
+
"SourceType":{"shape":"String"},
|
1699
|
+
"EventCategories":{"shape":"EventCategoriesList"}
|
1700
|
+
},
|
1701
|
+
"wrapper":true
|
1702
|
+
},
|
1703
|
+
"EventCategoriesMapList":{
|
1704
|
+
"type":"list",
|
1705
|
+
"member":{
|
1706
|
+
"shape":"EventCategoriesMap",
|
1707
|
+
"locationName":"EventCategoriesMap"
|
1708
|
+
}
|
1709
|
+
},
|
1710
|
+
"EventCategoriesMessage":{
|
1711
|
+
"type":"structure",
|
1712
|
+
"members":{
|
1713
|
+
"EventCategoriesMapList":{"shape":"EventCategoriesMapList"}
|
1714
|
+
}
|
1715
|
+
},
|
1716
|
+
"EventList":{
|
1717
|
+
"type":"list",
|
1718
|
+
"member":{
|
1719
|
+
"shape":"Event",
|
1720
|
+
"locationName":"Event"
|
1721
|
+
}
|
1722
|
+
},
|
1723
|
+
"EventsMessage":{
|
1724
|
+
"type":"structure",
|
1725
|
+
"members":{
|
1726
|
+
"Marker":{"shape":"String"},
|
1727
|
+
"Events":{"shape":"EventList"}
|
1728
|
+
}
|
1729
|
+
},
|
1730
|
+
"FailoverDBClusterMessage":{
|
1731
|
+
"type":"structure",
|
1732
|
+
"members":{
|
1733
|
+
"DBClusterIdentifier":{"shape":"String"},
|
1734
|
+
"TargetDBInstanceIdentifier":{"shape":"String"}
|
1735
|
+
}
|
1736
|
+
},
|
1737
|
+
"FailoverDBClusterResult":{
|
1738
|
+
"type":"structure",
|
1739
|
+
"members":{
|
1740
|
+
"DBCluster":{"shape":"DBCluster"}
|
1741
|
+
}
|
1742
|
+
},
|
1743
|
+
"Filter":{
|
1744
|
+
"type":"structure",
|
1745
|
+
"required":[
|
1746
|
+
"Name",
|
1747
|
+
"Values"
|
1748
|
+
],
|
1749
|
+
"members":{
|
1750
|
+
"Name":{"shape":"String"},
|
1751
|
+
"Values":{"shape":"FilterValueList"}
|
1752
|
+
}
|
1753
|
+
},
|
1754
|
+
"FilterList":{
|
1755
|
+
"type":"list",
|
1756
|
+
"member":{
|
1757
|
+
"shape":"Filter",
|
1758
|
+
"locationName":"Filter"
|
1759
|
+
}
|
1760
|
+
},
|
1761
|
+
"FilterValueList":{
|
1762
|
+
"type":"list",
|
1763
|
+
"member":{
|
1764
|
+
"shape":"String",
|
1765
|
+
"locationName":"Value"
|
1766
|
+
}
|
1767
|
+
},
|
1768
|
+
"InstanceQuotaExceededFault":{
|
1769
|
+
"type":"structure",
|
1770
|
+
"members":{
|
1771
|
+
},
|
1772
|
+
"error":{
|
1773
|
+
"code":"InstanceQuotaExceeded",
|
1774
|
+
"httpStatusCode":400,
|
1775
|
+
"senderFault":true
|
1776
|
+
},
|
1777
|
+
"exception":true
|
1778
|
+
},
|
1779
|
+
"InsufficientDBClusterCapacityFault":{
|
1780
|
+
"type":"structure",
|
1781
|
+
"members":{
|
1782
|
+
},
|
1783
|
+
"error":{
|
1784
|
+
"code":"InsufficientDBClusterCapacityFault",
|
1785
|
+
"httpStatusCode":403,
|
1786
|
+
"senderFault":true
|
1787
|
+
},
|
1788
|
+
"exception":true
|
1789
|
+
},
|
1790
|
+
"InsufficientDBInstanceCapacityFault":{
|
1791
|
+
"type":"structure",
|
1792
|
+
"members":{
|
1793
|
+
},
|
1794
|
+
"error":{
|
1795
|
+
"code":"InsufficientDBInstanceCapacity",
|
1796
|
+
"httpStatusCode":400,
|
1797
|
+
"senderFault":true
|
1798
|
+
},
|
1799
|
+
"exception":true
|
1800
|
+
},
|
1801
|
+
"InsufficientStorageClusterCapacityFault":{
|
1802
|
+
"type":"structure",
|
1803
|
+
"members":{
|
1804
|
+
},
|
1805
|
+
"error":{
|
1806
|
+
"code":"InsufficientStorageClusterCapacity",
|
1807
|
+
"httpStatusCode":400,
|
1808
|
+
"senderFault":true
|
1809
|
+
},
|
1810
|
+
"exception":true
|
1811
|
+
},
|
1812
|
+
"Integer":{"type":"integer"},
|
1813
|
+
"IntegerOptional":{"type":"integer"},
|
1814
|
+
"InvalidDBClusterSnapshotStateFault":{
|
1815
|
+
"type":"structure",
|
1816
|
+
"members":{
|
1817
|
+
},
|
1818
|
+
"error":{
|
1819
|
+
"code":"InvalidDBClusterSnapshotStateFault",
|
1820
|
+
"httpStatusCode":400,
|
1821
|
+
"senderFault":true
|
1822
|
+
},
|
1823
|
+
"exception":true
|
1824
|
+
},
|
1825
|
+
"InvalidDBClusterStateFault":{
|
1826
|
+
"type":"structure",
|
1827
|
+
"members":{
|
1828
|
+
},
|
1829
|
+
"error":{
|
1830
|
+
"code":"InvalidDBClusterStateFault",
|
1831
|
+
"httpStatusCode":400,
|
1832
|
+
"senderFault":true
|
1833
|
+
},
|
1834
|
+
"exception":true
|
1835
|
+
},
|
1836
|
+
"InvalidDBInstanceStateFault":{
|
1837
|
+
"type":"structure",
|
1838
|
+
"members":{
|
1839
|
+
},
|
1840
|
+
"error":{
|
1841
|
+
"code":"InvalidDBInstanceState",
|
1842
|
+
"httpStatusCode":400,
|
1843
|
+
"senderFault":true
|
1844
|
+
},
|
1845
|
+
"exception":true
|
1846
|
+
},
|
1847
|
+
"InvalidDBParameterGroupStateFault":{
|
1848
|
+
"type":"structure",
|
1849
|
+
"members":{
|
1850
|
+
},
|
1851
|
+
"error":{
|
1852
|
+
"code":"InvalidDBParameterGroupState",
|
1853
|
+
"httpStatusCode":400,
|
1854
|
+
"senderFault":true
|
1855
|
+
},
|
1856
|
+
"exception":true
|
1857
|
+
},
|
1858
|
+
"InvalidDBSecurityGroupStateFault":{
|
1859
|
+
"type":"structure",
|
1860
|
+
"members":{
|
1861
|
+
},
|
1862
|
+
"error":{
|
1863
|
+
"code":"InvalidDBSecurityGroupState",
|
1864
|
+
"httpStatusCode":400,
|
1865
|
+
"senderFault":true
|
1866
|
+
},
|
1867
|
+
"exception":true
|
1868
|
+
},
|
1869
|
+
"InvalidDBSnapshotStateFault":{
|
1870
|
+
"type":"structure",
|
1871
|
+
"members":{
|
1872
|
+
},
|
1873
|
+
"error":{
|
1874
|
+
"code":"InvalidDBSnapshotState",
|
1875
|
+
"httpStatusCode":400,
|
1876
|
+
"senderFault":true
|
1877
|
+
},
|
1878
|
+
"exception":true
|
1879
|
+
},
|
1880
|
+
"InvalidDBSubnetGroupStateFault":{
|
1881
|
+
"type":"structure",
|
1882
|
+
"members":{
|
1883
|
+
},
|
1884
|
+
"error":{
|
1885
|
+
"code":"InvalidDBSubnetGroupStateFault",
|
1886
|
+
"httpStatusCode":400,
|
1887
|
+
"senderFault":true
|
1888
|
+
},
|
1889
|
+
"exception":true
|
1890
|
+
},
|
1891
|
+
"InvalidDBSubnetStateFault":{
|
1892
|
+
"type":"structure",
|
1893
|
+
"members":{
|
1894
|
+
},
|
1895
|
+
"error":{
|
1896
|
+
"code":"InvalidDBSubnetStateFault",
|
1897
|
+
"httpStatusCode":400,
|
1898
|
+
"senderFault":true
|
1899
|
+
},
|
1900
|
+
"exception":true
|
1901
|
+
},
|
1902
|
+
"InvalidRestoreFault":{
|
1903
|
+
"type":"structure",
|
1904
|
+
"members":{
|
1905
|
+
},
|
1906
|
+
"error":{
|
1907
|
+
"code":"InvalidRestoreFault",
|
1908
|
+
"httpStatusCode":400,
|
1909
|
+
"senderFault":true
|
1910
|
+
},
|
1911
|
+
"exception":true
|
1912
|
+
},
|
1913
|
+
"InvalidSubnet":{
|
1914
|
+
"type":"structure",
|
1915
|
+
"members":{
|
1916
|
+
},
|
1917
|
+
"error":{
|
1918
|
+
"code":"InvalidSubnet",
|
1919
|
+
"httpStatusCode":400,
|
1920
|
+
"senderFault":true
|
1921
|
+
},
|
1922
|
+
"exception":true
|
1923
|
+
},
|
1924
|
+
"InvalidVPCNetworkStateFault":{
|
1925
|
+
"type":"structure",
|
1926
|
+
"members":{
|
1927
|
+
},
|
1928
|
+
"error":{
|
1929
|
+
"code":"InvalidVPCNetworkStateFault",
|
1930
|
+
"httpStatusCode":400,
|
1931
|
+
"senderFault":true
|
1932
|
+
},
|
1933
|
+
"exception":true
|
1934
|
+
},
|
1935
|
+
"KMSKeyNotAccessibleFault":{
|
1936
|
+
"type":"structure",
|
1937
|
+
"members":{
|
1938
|
+
},
|
1939
|
+
"error":{
|
1940
|
+
"code":"KMSKeyNotAccessibleFault",
|
1941
|
+
"httpStatusCode":400,
|
1942
|
+
"senderFault":true
|
1943
|
+
},
|
1944
|
+
"exception":true
|
1945
|
+
},
|
1946
|
+
"KeyList":{
|
1947
|
+
"type":"list",
|
1948
|
+
"member":{"shape":"String"}
|
1949
|
+
},
|
1950
|
+
"ListTagsForResourceMessage":{
|
1951
|
+
"type":"structure",
|
1952
|
+
"required":["ResourceName"],
|
1953
|
+
"members":{
|
1954
|
+
"ResourceName":{"shape":"String"},
|
1955
|
+
"Filters":{"shape":"FilterList"}
|
1956
|
+
}
|
1957
|
+
},
|
1958
|
+
"LogTypeList":{
|
1959
|
+
"type":"list",
|
1960
|
+
"member":{"shape":"String"}
|
1961
|
+
},
|
1962
|
+
"ModifyDBClusterMessage":{
|
1963
|
+
"type":"structure",
|
1964
|
+
"required":["DBClusterIdentifier"],
|
1965
|
+
"members":{
|
1966
|
+
"DBClusterIdentifier":{"shape":"String"},
|
1967
|
+
"NewDBClusterIdentifier":{"shape":"String"},
|
1968
|
+
"ApplyImmediately":{"shape":"Boolean"},
|
1969
|
+
"BackupRetentionPeriod":{"shape":"IntegerOptional"},
|
1970
|
+
"DBClusterParameterGroupName":{"shape":"String"},
|
1971
|
+
"VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
|
1972
|
+
"Port":{"shape":"IntegerOptional"},
|
1973
|
+
"MasterUserPassword":{"shape":"String"},
|
1974
|
+
"PreferredBackupWindow":{"shape":"String"},
|
1975
|
+
"PreferredMaintenanceWindow":{"shape":"String"},
|
1976
|
+
"CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"},
|
1977
|
+
"EngineVersion":{"shape":"String"}
|
1978
|
+
}
|
1979
|
+
},
|
1980
|
+
"ModifyDBClusterParameterGroupMessage":{
|
1981
|
+
"type":"structure",
|
1982
|
+
"required":[
|
1983
|
+
"DBClusterParameterGroupName",
|
1984
|
+
"Parameters"
|
1985
|
+
],
|
1986
|
+
"members":{
|
1987
|
+
"DBClusterParameterGroupName":{"shape":"String"},
|
1988
|
+
"Parameters":{"shape":"ParametersList"}
|
1989
|
+
}
|
1990
|
+
},
|
1991
|
+
"ModifyDBClusterResult":{
|
1992
|
+
"type":"structure",
|
1993
|
+
"members":{
|
1994
|
+
"DBCluster":{"shape":"DBCluster"}
|
1995
|
+
}
|
1996
|
+
},
|
1997
|
+
"ModifyDBClusterSnapshotAttributeMessage":{
|
1998
|
+
"type":"structure",
|
1999
|
+
"required":[
|
2000
|
+
"DBClusterSnapshotIdentifier",
|
2001
|
+
"AttributeName"
|
2002
|
+
],
|
2003
|
+
"members":{
|
2004
|
+
"DBClusterSnapshotIdentifier":{"shape":"String"},
|
2005
|
+
"AttributeName":{"shape":"String"},
|
2006
|
+
"ValuesToAdd":{"shape":"AttributeValueList"},
|
2007
|
+
"ValuesToRemove":{"shape":"AttributeValueList"}
|
2008
|
+
}
|
2009
|
+
},
|
2010
|
+
"ModifyDBClusterSnapshotAttributeResult":{
|
2011
|
+
"type":"structure",
|
2012
|
+
"members":{
|
2013
|
+
"DBClusterSnapshotAttributesResult":{"shape":"DBClusterSnapshotAttributesResult"}
|
2014
|
+
}
|
2015
|
+
},
|
2016
|
+
"ModifyDBInstanceMessage":{
|
2017
|
+
"type":"structure",
|
2018
|
+
"required":["DBInstanceIdentifier"],
|
2019
|
+
"members":{
|
2020
|
+
"DBInstanceIdentifier":{"shape":"String"},
|
2021
|
+
"DBInstanceClass":{"shape":"String"},
|
2022
|
+
"ApplyImmediately":{"shape":"Boolean"},
|
2023
|
+
"PreferredMaintenanceWindow":{"shape":"String"},
|
2024
|
+
"AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
|
2025
|
+
"NewDBInstanceIdentifier":{"shape":"String"},
|
2026
|
+
"PromotionTier":{"shape":"IntegerOptional"}
|
2027
|
+
}
|
2028
|
+
},
|
2029
|
+
"ModifyDBInstanceResult":{
|
2030
|
+
"type":"structure",
|
2031
|
+
"members":{
|
2032
|
+
"DBInstance":{"shape":"DBInstance"}
|
2033
|
+
}
|
2034
|
+
},
|
2035
|
+
"ModifyDBSubnetGroupMessage":{
|
2036
|
+
"type":"structure",
|
2037
|
+
"required":[
|
2038
|
+
"DBSubnetGroupName",
|
2039
|
+
"SubnetIds"
|
2040
|
+
],
|
2041
|
+
"members":{
|
2042
|
+
"DBSubnetGroupName":{"shape":"String"},
|
2043
|
+
"DBSubnetGroupDescription":{"shape":"String"},
|
2044
|
+
"SubnetIds":{"shape":"SubnetIdentifierList"}
|
2045
|
+
}
|
2046
|
+
},
|
2047
|
+
"ModifyDBSubnetGroupResult":{
|
2048
|
+
"type":"structure",
|
2049
|
+
"members":{
|
2050
|
+
"DBSubnetGroup":{"shape":"DBSubnetGroup"}
|
2051
|
+
}
|
2052
|
+
},
|
2053
|
+
"OrderableDBInstanceOption":{
|
2054
|
+
"type":"structure",
|
2055
|
+
"members":{
|
2056
|
+
"Engine":{"shape":"String"},
|
2057
|
+
"EngineVersion":{"shape":"String"},
|
2058
|
+
"DBInstanceClass":{"shape":"String"},
|
2059
|
+
"LicenseModel":{"shape":"String"},
|
2060
|
+
"AvailabilityZones":{"shape":"AvailabilityZoneList"},
|
2061
|
+
"Vpc":{"shape":"Boolean"}
|
2062
|
+
},
|
2063
|
+
"wrapper":true
|
2064
|
+
},
|
2065
|
+
"OrderableDBInstanceOptionsList":{
|
2066
|
+
"type":"list",
|
2067
|
+
"member":{
|
2068
|
+
"shape":"OrderableDBInstanceOption",
|
2069
|
+
"locationName":"OrderableDBInstanceOption"
|
2070
|
+
}
|
2071
|
+
},
|
2072
|
+
"OrderableDBInstanceOptionsMessage":{
|
2073
|
+
"type":"structure",
|
2074
|
+
"members":{
|
2075
|
+
"OrderableDBInstanceOptions":{"shape":"OrderableDBInstanceOptionsList"},
|
2076
|
+
"Marker":{"shape":"String"}
|
2077
|
+
}
|
2078
|
+
},
|
2079
|
+
"Parameter":{
|
2080
|
+
"type":"structure",
|
2081
|
+
"members":{
|
2082
|
+
"ParameterName":{"shape":"String"},
|
2083
|
+
"ParameterValue":{"shape":"String"},
|
2084
|
+
"Description":{"shape":"String"},
|
2085
|
+
"Source":{"shape":"String"},
|
2086
|
+
"ApplyType":{"shape":"String"},
|
2087
|
+
"DataType":{"shape":"String"},
|
2088
|
+
"AllowedValues":{"shape":"String"},
|
2089
|
+
"IsModifiable":{"shape":"Boolean"},
|
2090
|
+
"MinimumEngineVersion":{"shape":"String"},
|
2091
|
+
"ApplyMethod":{"shape":"ApplyMethod"}
|
2092
|
+
}
|
2093
|
+
},
|
2094
|
+
"ParametersList":{
|
2095
|
+
"type":"list",
|
2096
|
+
"member":{
|
2097
|
+
"shape":"Parameter",
|
2098
|
+
"locationName":"Parameter"
|
2099
|
+
}
|
2100
|
+
},
|
2101
|
+
"PendingCloudwatchLogsExports":{
|
2102
|
+
"type":"structure",
|
2103
|
+
"members":{
|
2104
|
+
"LogTypesToEnable":{"shape":"LogTypeList"},
|
2105
|
+
"LogTypesToDisable":{"shape":"LogTypeList"}
|
2106
|
+
}
|
2107
|
+
},
|
2108
|
+
"PendingMaintenanceAction":{
|
2109
|
+
"type":"structure",
|
2110
|
+
"members":{
|
2111
|
+
"Action":{"shape":"String"},
|
2112
|
+
"AutoAppliedAfterDate":{"shape":"TStamp"},
|
2113
|
+
"ForcedApplyDate":{"shape":"TStamp"},
|
2114
|
+
"OptInStatus":{"shape":"String"},
|
2115
|
+
"CurrentApplyDate":{"shape":"TStamp"},
|
2116
|
+
"Description":{"shape":"String"}
|
2117
|
+
}
|
2118
|
+
},
|
2119
|
+
"PendingMaintenanceActionDetails":{
|
2120
|
+
"type":"list",
|
2121
|
+
"member":{
|
2122
|
+
"shape":"PendingMaintenanceAction",
|
2123
|
+
"locationName":"PendingMaintenanceAction"
|
2124
|
+
}
|
2125
|
+
},
|
2126
|
+
"PendingMaintenanceActions":{
|
2127
|
+
"type":"list",
|
2128
|
+
"member":{
|
2129
|
+
"shape":"ResourcePendingMaintenanceActions",
|
2130
|
+
"locationName":"ResourcePendingMaintenanceActions"
|
2131
|
+
}
|
2132
|
+
},
|
2133
|
+
"PendingMaintenanceActionsMessage":{
|
2134
|
+
"type":"structure",
|
2135
|
+
"members":{
|
2136
|
+
"PendingMaintenanceActions":{"shape":"PendingMaintenanceActions"},
|
2137
|
+
"Marker":{"shape":"String"}
|
2138
|
+
}
|
2139
|
+
},
|
2140
|
+
"PendingModifiedValues":{
|
2141
|
+
"type":"structure",
|
2142
|
+
"members":{
|
2143
|
+
"DBInstanceClass":{"shape":"String"},
|
2144
|
+
"AllocatedStorage":{"shape":"IntegerOptional"},
|
2145
|
+
"MasterUserPassword":{"shape":"String"},
|
2146
|
+
"Port":{"shape":"IntegerOptional"},
|
2147
|
+
"BackupRetentionPeriod":{"shape":"IntegerOptional"},
|
2148
|
+
"MultiAZ":{"shape":"BooleanOptional"},
|
2149
|
+
"EngineVersion":{"shape":"String"},
|
2150
|
+
"LicenseModel":{"shape":"String"},
|
2151
|
+
"Iops":{"shape":"IntegerOptional"},
|
2152
|
+
"DBInstanceIdentifier":{"shape":"String"},
|
2153
|
+
"StorageType":{"shape":"String"},
|
2154
|
+
"CACertificateIdentifier":{"shape":"String"},
|
2155
|
+
"DBSubnetGroupName":{"shape":"String"},
|
2156
|
+
"PendingCloudwatchLogsExports":{"shape":"PendingCloudwatchLogsExports"}
|
2157
|
+
}
|
2158
|
+
},
|
2159
|
+
"RebootDBInstanceMessage":{
|
2160
|
+
"type":"structure",
|
2161
|
+
"required":["DBInstanceIdentifier"],
|
2162
|
+
"members":{
|
2163
|
+
"DBInstanceIdentifier":{"shape":"String"},
|
2164
|
+
"ForceFailover":{"shape":"BooleanOptional"}
|
2165
|
+
}
|
2166
|
+
},
|
2167
|
+
"RebootDBInstanceResult":{
|
2168
|
+
"type":"structure",
|
2169
|
+
"members":{
|
2170
|
+
"DBInstance":{"shape":"DBInstance"}
|
2171
|
+
}
|
2172
|
+
},
|
2173
|
+
"RemoveTagsFromResourceMessage":{
|
2174
|
+
"type":"structure",
|
2175
|
+
"required":[
|
2176
|
+
"ResourceName",
|
2177
|
+
"TagKeys"
|
2178
|
+
],
|
2179
|
+
"members":{
|
2180
|
+
"ResourceName":{"shape":"String"},
|
2181
|
+
"TagKeys":{"shape":"KeyList"}
|
2182
|
+
}
|
2183
|
+
},
|
2184
|
+
"ResetDBClusterParameterGroupMessage":{
|
2185
|
+
"type":"structure",
|
2186
|
+
"required":["DBClusterParameterGroupName"],
|
2187
|
+
"members":{
|
2188
|
+
"DBClusterParameterGroupName":{"shape":"String"},
|
2189
|
+
"ResetAllParameters":{"shape":"Boolean"},
|
2190
|
+
"Parameters":{"shape":"ParametersList"}
|
2191
|
+
}
|
2192
|
+
},
|
2193
|
+
"ResourceNotFoundFault":{
|
2194
|
+
"type":"structure",
|
2195
|
+
"members":{
|
2196
|
+
},
|
2197
|
+
"error":{
|
2198
|
+
"code":"ResourceNotFoundFault",
|
2199
|
+
"httpStatusCode":404,
|
2200
|
+
"senderFault":true
|
2201
|
+
},
|
2202
|
+
"exception":true
|
2203
|
+
},
|
2204
|
+
"ResourcePendingMaintenanceActions":{
|
2205
|
+
"type":"structure",
|
2206
|
+
"members":{
|
2207
|
+
"ResourceIdentifier":{"shape":"String"},
|
2208
|
+
"PendingMaintenanceActionDetails":{"shape":"PendingMaintenanceActionDetails"}
|
2209
|
+
},
|
2210
|
+
"wrapper":true
|
2211
|
+
},
|
2212
|
+
"RestoreDBClusterFromSnapshotMessage":{
|
2213
|
+
"type":"structure",
|
2214
|
+
"required":[
|
2215
|
+
"DBClusterIdentifier",
|
2216
|
+
"SnapshotIdentifier",
|
2217
|
+
"Engine"
|
2218
|
+
],
|
2219
|
+
"members":{
|
2220
|
+
"AvailabilityZones":{"shape":"AvailabilityZones"},
|
2221
|
+
"DBClusterIdentifier":{"shape":"String"},
|
2222
|
+
"SnapshotIdentifier":{"shape":"String"},
|
2223
|
+
"Engine":{"shape":"String"},
|
2224
|
+
"EngineVersion":{"shape":"String"},
|
2225
|
+
"Port":{"shape":"IntegerOptional"},
|
2226
|
+
"DBSubnetGroupName":{"shape":"String"},
|
2227
|
+
"VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
|
2228
|
+
"Tags":{"shape":"TagList"},
|
2229
|
+
"KmsKeyId":{"shape":"String"},
|
2230
|
+
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
|
2231
|
+
}
|
2232
|
+
},
|
2233
|
+
"RestoreDBClusterFromSnapshotResult":{
|
2234
|
+
"type":"structure",
|
2235
|
+
"members":{
|
2236
|
+
"DBCluster":{"shape":"DBCluster"}
|
2237
|
+
}
|
2238
|
+
},
|
2239
|
+
"RestoreDBClusterToPointInTimeMessage":{
|
2240
|
+
"type":"structure",
|
2241
|
+
"required":[
|
2242
|
+
"DBClusterIdentifier",
|
2243
|
+
"SourceDBClusterIdentifier"
|
2244
|
+
],
|
2245
|
+
"members":{
|
2246
|
+
"DBClusterIdentifier":{"shape":"String"},
|
2247
|
+
"SourceDBClusterIdentifier":{"shape":"String"},
|
2248
|
+
"RestoreToTime":{"shape":"TStamp"},
|
2249
|
+
"UseLatestRestorableTime":{"shape":"Boolean"},
|
2250
|
+
"Port":{"shape":"IntegerOptional"},
|
2251
|
+
"DBSubnetGroupName":{"shape":"String"},
|
2252
|
+
"VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
|
2253
|
+
"Tags":{"shape":"TagList"},
|
2254
|
+
"KmsKeyId":{"shape":"String"},
|
2255
|
+
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
|
2256
|
+
}
|
2257
|
+
},
|
2258
|
+
"RestoreDBClusterToPointInTimeResult":{
|
2259
|
+
"type":"structure",
|
2260
|
+
"members":{
|
2261
|
+
"DBCluster":{"shape":"DBCluster"}
|
2262
|
+
}
|
2263
|
+
},
|
2264
|
+
"SharedSnapshotQuotaExceededFault":{
|
2265
|
+
"type":"structure",
|
2266
|
+
"members":{
|
2267
|
+
},
|
2268
|
+
"error":{
|
2269
|
+
"code":"SharedSnapshotQuotaExceeded",
|
2270
|
+
"httpStatusCode":400,
|
2271
|
+
"senderFault":true
|
2272
|
+
},
|
2273
|
+
"exception":true
|
2274
|
+
},
|
2275
|
+
"SnapshotQuotaExceededFault":{
|
2276
|
+
"type":"structure",
|
2277
|
+
"members":{
|
2278
|
+
},
|
2279
|
+
"error":{
|
2280
|
+
"code":"SnapshotQuotaExceeded",
|
2281
|
+
"httpStatusCode":400,
|
2282
|
+
"senderFault":true
|
2283
|
+
},
|
2284
|
+
"exception":true
|
2285
|
+
},
|
2286
|
+
"SourceType":{
|
2287
|
+
"type":"string",
|
2288
|
+
"enum":[
|
2289
|
+
"db-instance",
|
2290
|
+
"db-parameter-group",
|
2291
|
+
"db-security-group",
|
2292
|
+
"db-snapshot",
|
2293
|
+
"db-cluster",
|
2294
|
+
"db-cluster-snapshot"
|
2295
|
+
]
|
2296
|
+
},
|
2297
|
+
"StorageQuotaExceededFault":{
|
2298
|
+
"type":"structure",
|
2299
|
+
"members":{
|
2300
|
+
},
|
2301
|
+
"error":{
|
2302
|
+
"code":"StorageQuotaExceeded",
|
2303
|
+
"httpStatusCode":400,
|
2304
|
+
"senderFault":true
|
2305
|
+
},
|
2306
|
+
"exception":true
|
2307
|
+
},
|
2308
|
+
"StorageTypeNotSupportedFault":{
|
2309
|
+
"type":"structure",
|
2310
|
+
"members":{
|
2311
|
+
},
|
2312
|
+
"error":{
|
2313
|
+
"code":"StorageTypeNotSupported",
|
2314
|
+
"httpStatusCode":400,
|
2315
|
+
"senderFault":true
|
2316
|
+
},
|
2317
|
+
"exception":true
|
2318
|
+
},
|
2319
|
+
"String":{"type":"string"},
|
2320
|
+
"Subnet":{
|
2321
|
+
"type":"structure",
|
2322
|
+
"members":{
|
2323
|
+
"SubnetIdentifier":{"shape":"String"},
|
2324
|
+
"SubnetAvailabilityZone":{"shape":"AvailabilityZone"},
|
2325
|
+
"SubnetStatus":{"shape":"String"}
|
2326
|
+
}
|
2327
|
+
},
|
2328
|
+
"SubnetAlreadyInUse":{
|
2329
|
+
"type":"structure",
|
2330
|
+
"members":{
|
2331
|
+
},
|
2332
|
+
"error":{
|
2333
|
+
"code":"SubnetAlreadyInUse",
|
2334
|
+
"httpStatusCode":400,
|
2335
|
+
"senderFault":true
|
2336
|
+
},
|
2337
|
+
"exception":true
|
2338
|
+
},
|
2339
|
+
"SubnetIdentifierList":{
|
2340
|
+
"type":"list",
|
2341
|
+
"member":{
|
2342
|
+
"shape":"String",
|
2343
|
+
"locationName":"SubnetIdentifier"
|
2344
|
+
}
|
2345
|
+
},
|
2346
|
+
"SubnetList":{
|
2347
|
+
"type":"list",
|
2348
|
+
"member":{
|
2349
|
+
"shape":"Subnet",
|
2350
|
+
"locationName":"Subnet"
|
2351
|
+
}
|
2352
|
+
},
|
2353
|
+
"TStamp":{"type":"timestamp"},
|
2354
|
+
"Tag":{
|
2355
|
+
"type":"structure",
|
2356
|
+
"members":{
|
2357
|
+
"Key":{"shape":"String"},
|
2358
|
+
"Value":{"shape":"String"}
|
2359
|
+
}
|
2360
|
+
},
|
2361
|
+
"TagList":{
|
2362
|
+
"type":"list",
|
2363
|
+
"member":{
|
2364
|
+
"shape":"Tag",
|
2365
|
+
"locationName":"Tag"
|
2366
|
+
}
|
2367
|
+
},
|
2368
|
+
"TagListMessage":{
|
2369
|
+
"type":"structure",
|
2370
|
+
"members":{
|
2371
|
+
"TagList":{"shape":"TagList"}
|
2372
|
+
}
|
2373
|
+
},
|
2374
|
+
"UpgradeTarget":{
|
2375
|
+
"type":"structure",
|
2376
|
+
"members":{
|
2377
|
+
"Engine":{"shape":"String"},
|
2378
|
+
"EngineVersion":{"shape":"String"},
|
2379
|
+
"Description":{"shape":"String"},
|
2380
|
+
"AutoUpgrade":{"shape":"Boolean"},
|
2381
|
+
"IsMajorVersionUpgrade":{"shape":"Boolean"}
|
2382
|
+
}
|
2383
|
+
},
|
2384
|
+
"ValidUpgradeTargetList":{
|
2385
|
+
"type":"list",
|
2386
|
+
"member":{
|
2387
|
+
"shape":"UpgradeTarget",
|
2388
|
+
"locationName":"UpgradeTarget"
|
2389
|
+
}
|
2390
|
+
},
|
2391
|
+
"VpcSecurityGroupIdList":{
|
2392
|
+
"type":"list",
|
2393
|
+
"member":{
|
2394
|
+
"shape":"String",
|
2395
|
+
"locationName":"VpcSecurityGroupId"
|
2396
|
+
}
|
2397
|
+
},
|
2398
|
+
"VpcSecurityGroupMembership":{
|
2399
|
+
"type":"structure",
|
2400
|
+
"members":{
|
2401
|
+
"VpcSecurityGroupId":{"shape":"String"},
|
2402
|
+
"Status":{"shape":"String"}
|
2403
|
+
}
|
2404
|
+
},
|
2405
|
+
"VpcSecurityGroupMembershipList":{
|
2406
|
+
"type":"list",
|
2407
|
+
"member":{
|
2408
|
+
"shape":"VpcSecurityGroupMembership",
|
2409
|
+
"locationName":"VpcSecurityGroupMembership"
|
2410
|
+
}
|
2411
|
+
}
|
2412
|
+
}
|
2413
|
+
}
|