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