aws-sdk-core 2.2.17 → 2.2.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,71 +1,3261 @@
1
1
  {
2
- "service": {
3
- "actions": {
4
- "CreateDBInstance": {
5
- "request": { "operation": "CreateDBInstance" },
6
- "resource": {
7
- "type": "DBInstance",
8
- "identifiers": [
9
- { "target": "Id", "source": "requestParameter", "path": "DBInstanceIdentifier" }
10
- ]
11
- }
12
- }
13
- },
14
- "has": {
15
- "DBInstance": {
16
- "resource": {
17
- "type": "DBInstance",
18
- "identifiers": [
19
- { "target": "Id", "source": "input" }
20
- ]
2
+ "service": {
3
+ "actions": {
4
+ "CreateDBCluster": {
5
+ "request": { "operation": "CreateDBCluster" },
6
+ "resource": {
7
+ "type": "DBCluster",
8
+ "identifiers": [
9
+ {
10
+ "target": "Id",
11
+ "source": "requestParameter",
12
+ "path": "DBCluster.DBClusterIdentifier"
13
+ }
14
+ ],
15
+ "path": "DBCluster"
16
+ }
17
+ },
18
+ "CreateDBClusterParameterGroup": {
19
+ "request": { "operation": "CreateDBClusterParameterGroup" },
20
+ "resource": {
21
+ "type": "DBClusterParameterGroup",
22
+ "identifiers": [
23
+ {
24
+ "target": "Name",
25
+ "source": "response",
26
+ "path": "DBClusterParameterGroup.DBClusterParameterGroupName"
27
+ }
28
+ ],
29
+ "path": "DBClusterParameterGroup"
30
+ }
31
+ },
32
+ "CreateDBInstance": {
33
+ "request": { "operation": "CreateDBInstance" },
34
+ "resource": {
35
+ "type": "DBInstance",
36
+ "identifiers": [
37
+ {
38
+ "target": "Id",
39
+ "source": "response",
40
+ "path": "DBInstance.DBInstanceIdentifier"
41
+ }
42
+ ],
43
+ "path": "DBInstance"
44
+ }
45
+ },
46
+ "CreateDBParameterGroup": {
47
+ "request": { "operation": "CreateDBParameterGroup" },
48
+ "resource": {
49
+ "type": "DBParameterGroup",
50
+ "identifiers": [
51
+ {
52
+ "target": "Name",
53
+ "source": "response",
54
+ "path": "DBParameterGroup.DBParameterGroupName"
55
+ }
56
+ ],
57
+ "path": "DBParameterGroup"
58
+ }
59
+ },
60
+ "CreateDBSecurityGroup": {
61
+ "request": { "operation": "CreateDBSecurityGroup" },
62
+ "resource": {
63
+ "type": "DBSecurityGroup",
64
+ "identifiers": [
65
+ {
66
+ "target": "Name",
67
+ "source": "response",
68
+ "path": "DBSecurityGroup.DBSecurityGroupName"
69
+ }
70
+ ],
71
+ "path": "DBSecurityGroup"
72
+ }
73
+ },
74
+ "CreateDBSubnetGroup": {
75
+ "request": { "operation": "CreateDBSubnetGroup" },
76
+ "resource": {
77
+ "type": "DBSubnetGroup",
78
+ "identifiers": [
79
+ {
80
+ "target": "Name",
81
+ "source": "response",
82
+ "path": "DBSubnetGroup.DBSubnetGroupName"
83
+ }
84
+ ],
85
+ "path": "DBSubnetGroup"
86
+ }
87
+ },
88
+ "CreateEventSubscription": {
89
+ "request": { "operation": "CreateEventSubscription" },
90
+ "resource": {
91
+ "type": "EventSubscription",
92
+ "identifiers": [
93
+ {
94
+ "target": "Name",
95
+ "source": "response",
96
+ "path": "EventSubscription.CustSubscriptionId"
97
+ }
98
+ ],
99
+ "path": "EventSubscription"
100
+ }
101
+ },
102
+ "CreateOptionGroup": {
103
+ "request": { "operation": "CreateOptionGroup" },
104
+ "resource": {
105
+ "type": "OptionGroup",
106
+ "identifiers": [
107
+ {
108
+ "target": "Name",
109
+ "source": "response",
110
+ "path": "OptionGroup.OptionGroupName"
111
+ }
112
+ ],
113
+ "path": "OptionGroup"
114
+ }
115
+ }
116
+ },
117
+ "has": {
118
+ "Certificate": {
119
+ "resource": {
120
+ "type": "Certificate",
121
+ "identifiers": [
122
+ {
123
+ "target": "Id",
124
+ "source": "input"
125
+ }
126
+ ]
127
+ }
128
+ },
129
+ "DBCluster": {
130
+ "resource": {
131
+ "type": "DBCluster",
132
+ "identifiers": [
133
+ {
134
+ "target": "Id",
135
+ "source": "input"
136
+ }
137
+ ]
138
+ }
139
+ },
140
+ "DBClusterParameterGroup": {
141
+ "resource": {
142
+ "type": "DBClusterParameterGroup",
143
+ "identifiers": [
144
+ {
145
+ "target": "Name",
146
+ "source": "input"
147
+ }
148
+ ]
149
+ }
150
+ },
151
+ "DBEngineVersion": {
152
+ "resource": {
153
+ "type": "DBEngineVersion",
154
+ "identifiers": [
155
+ {
156
+ "target": "EngineName",
157
+ "source": "input"
158
+ },
159
+ {
160
+ "target": "Version",
161
+ "source": "input"
162
+ }
163
+ ]
164
+ }
165
+ },
166
+ "DBInstance": {
167
+ "resource": {
168
+ "type": "DBInstance",
169
+ "identifiers": [
170
+ {
171
+ "target": "Id",
172
+ "source": "input"
173
+ }
174
+ ]
175
+ }
176
+ },
177
+ "DBParameterGroup": {
178
+ "resource": {
179
+ "type": "DBParameterGroup",
180
+ "identifiers": [
181
+ {
182
+ "target": "Name",
183
+ "source": "input"
184
+ }
185
+ ]
186
+ }
187
+ },
188
+ "DBParameterGroupFamily": {
189
+ "resource": {
190
+ "type": "DBParameterGroupFamily",
191
+ "identifiers": [
192
+ {
193
+ "target": "Name",
194
+ "source": "input"
195
+ }
196
+ ]
197
+ }
198
+ },
199
+ "DBSecurityGroup": {
200
+ "resource": {
201
+ "type": "DBSecurityGroup",
202
+ "identifiers": [
203
+ {
204
+ "target": "Name",
205
+ "source": "input"
206
+ }
207
+ ]
208
+ }
209
+ },
210
+ "DBSubnetGroup": {
211
+ "resource": {
212
+ "type": "DBSubnetGroup",
213
+ "identifiers": [
214
+ {
215
+ "target": "Name",
216
+ "source": "input"
217
+ }
218
+ ]
219
+ }
220
+ },
221
+ "EventCategoryMap": {
222
+ "resource": {
223
+ "type": "EventCategoryMap",
224
+ "identifiers": [
225
+ {
226
+ "target": "SourceType",
227
+ "source": "input"
228
+ }
229
+ ]
230
+ }
231
+ },
232
+ "EventSubscription": {
233
+ "resource": {
234
+ "type": "EventSubscription",
235
+ "identifiers": [
236
+ {
237
+ "target": "Name",
238
+ "source": "input"
239
+ }
240
+ ]
241
+ }
242
+ },
243
+ "OptionGroup": {
244
+ "resource": {
245
+ "type": "OptionGroup",
246
+ "identifiers": [
247
+ {
248
+ "target": "Name",
249
+ "source": "input"
250
+ }
251
+ ]
252
+ }
253
+ },
254
+ "PendingMaintenanceAction": {
255
+ "resource": {
256
+ "type": "PendingMaintenanceAction",
257
+ "identifiers": [
258
+ {
259
+ "target": "TargetARN",
260
+ "source": "input"
261
+ },
262
+ {
263
+ "target": "Name",
264
+ "source": "input"
265
+ }
266
+ ]
267
+ }
268
+ },
269
+ "ReservedDBInstance": {
270
+ "resource": {
271
+ "type": "ReservedDBInstance",
272
+ "identifiers": [
273
+ {
274
+ "target": "Id",
275
+ "source": "input"
276
+ }
277
+ ]
278
+ }
279
+ },
280
+ "ReservedDBInstancesOffering": {
281
+ "resource": {
282
+ "type": "ReservedDBInstancesOffering",
283
+ "identifiers": [
284
+ {
285
+ "target": "Id",
286
+ "source": "input"
287
+ }
288
+ ]
289
+ }
290
+ },
291
+ "ResourceWithPendingMaintenanceActions": {
292
+ "resource": {
293
+ "type": "ResourcePendingMaintenanceActionList",
294
+ "identifiers": [
295
+ {
296
+ "target": "ARN",
297
+ "source": "input"
298
+ }
299
+ ]
300
+ }
301
+ }
302
+ },
303
+ "hasMany": {
304
+ "AccountQuotas": {
305
+ "request": { "operation": "DescribeAccountAttributes" },
306
+ "resource": {
307
+ "type": "AccountQuota",
308
+ "identifiers": [
309
+ {
310
+ "target": "Name",
311
+ "source": "response",
312
+ "path": "AccountQuotas[].AccountQuotaName"
313
+ }
314
+ ],
315
+ "path": "AccountQuotas[]"
316
+ }
317
+ },
318
+ "Certificates": {
319
+ "request": { "operation": "DescribeCertificates" },
320
+ "resource": {
321
+ "type": "Certificate",
322
+ "identifiers": [
323
+ {
324
+ "target": "Id",
325
+ "source": "response",
326
+ "path": "Certificates[].CertificateIdentifier"
327
+ }
328
+ ],
329
+ "path": "Certificates[]"
330
+ }
331
+ },
332
+ "DBClusters": {
333
+ "request": { "operation": "DescribeDBClusters" },
334
+ "resource": {
335
+ "type": "DBCluster",
336
+ "identifiers": [
337
+ {
338
+ "target": "Id",
339
+ "source": "response",
340
+ "path": "DBClusters[].DBClusterIdentifier"
341
+ }
342
+ ],
343
+ "path": "DBClusters[]"
344
+ }
345
+ },
346
+ "DBClusterParameterGroups": {
347
+ "request": { "operation": "DescribeDBClusterParameterGroups" },
348
+ "resource": {
349
+ "type": "DBClusterParameterGroup",
350
+ "identifiers": [
351
+ {
352
+ "target": "Name",
353
+ "source": "response",
354
+ "path": "DBClusterParameterGroups[].DBClusterParameterGroupName"
355
+ }
356
+ ],
357
+ "path": "DBClusterParameterGroups[]"
358
+ }
359
+ },
360
+ "DBEngineVersions": {
361
+ "request": { "operation": "DescribeDBEngineVersions" },
362
+ "resource": {
363
+ "type": "DBEngineVersion",
364
+ "identifiers": [
365
+ {
366
+ "target": "EngineName",
367
+ "source": "response",
368
+ "path": "DBEngineVersions[].Engine"
369
+ },
370
+ {
371
+ "target": "Version",
372
+ "source": "response",
373
+ "path": "DBEngineVersions[].EngineVersion"
374
+ }
375
+ ],
376
+ "path": "DBEngineVersions[]"
377
+ }
378
+ },
379
+ "DBInstances": {
380
+ "request": { "operation": "DescribeDBInstances" },
381
+ "resource": {
382
+ "type": "DBInstance",
383
+ "identifiers": [
384
+ {
385
+ "target": "Id",
386
+ "source": "response",
387
+ "path": "DBInstances[].DBInstanceIdentifier"
388
+ }
389
+ ],
390
+ "path": "DBInstances[]"
391
+ }
392
+ },
393
+ "DBParameterGroups": {
394
+ "request": { "operation": "DescribeDBParameterGroups" },
395
+ "resource": {
396
+ "type": "DBParameterGroup",
397
+ "identifiers": [
398
+ {
399
+ "target": "Name",
400
+ "source": "response",
401
+ "path": "DBParameterGroups[].DBParameterGroupName"
402
+ }
403
+ ],
404
+ "path": "DBParameterGroups[]"
405
+ }
406
+ },
407
+ "DBSecurityGroups": {
408
+ "request": { "operation": "DescribeDBSecurityGroups" },
409
+ "resource": {
410
+ "type": "DBSecurityGroup",
411
+ "identifiers": [
412
+ {
413
+ "target": "Name",
414
+ "source": "response",
415
+ "path": "DBSecurityGroups[].DBSecurityGroupName"
416
+ }
417
+ ],
418
+ "path": "DBSecurityGroups[]"
419
+ }
420
+ },
421
+ "DBSnapshots": {
422
+ "request": { "operation": "DescribeDBSnapshots" },
423
+ "resource": {
424
+ "type": "DBSnapshot",
425
+ "identifiers": [
426
+ {
427
+ "target": "InstanceId",
428
+ "source": "response",
429
+ "path": "DBSnapshots[].DBInstanceIdentifier"
430
+ },
431
+ {
432
+ "target": "SnapshotId",
433
+ "source": "response",
434
+ "path": "DBSnapshots[].DBSnapshotIdentifier"
435
+ }
436
+ ],
437
+ "path": "DBSnapshots[]"
438
+ }
439
+ },
440
+ "DBSubnetGroups": {
441
+ "request": { "operation": "DescribeDBSubnetGroups" },
442
+ "resource": {
443
+ "type": "DBSubnetGroup",
444
+ "identifiers": [
445
+ {
446
+ "target": "Name",
447
+ "source": "response",
448
+ "path": "DBSubnetGroups[].DBSubnetGroupName"
449
+ }
450
+ ],
451
+ "path": "DBSubnetGroups[]"
452
+ }
453
+ },
454
+ "EventCategoryMaps": {
455
+ "request": { "operation": "DescribeEventCategories" },
456
+ "resource": {
457
+ "type": "EventCategoryMap",
458
+ "identifiers": [
459
+ {
460
+ "target": "SourceType",
461
+ "source": "response",
462
+ "path": "EventCategoriesMapList[].SourceType"
463
+ }
464
+ ],
465
+ "path": "EventCategoriesMapList[]"
466
+ }
467
+ },
468
+ "Events": {
469
+ "request": { "operation": "DescribeEvents" },
470
+ "resource": {
471
+ "type": "Event",
472
+ "identifiers": [
473
+ {
474
+ "target": "SourceId",
475
+ "source": "response",
476
+ "path": "Events[].SourceIdentifier"
477
+ },
478
+ {
479
+ "target": "Date",
480
+ "source": "response",
481
+ "path": "Events[].Date"
482
+ }
483
+ ],
484
+ "path": "Events[]"
485
+ }
486
+ },
487
+ "EventSubscriptions": {
488
+ "request": { "operation": "DescribeEventSubscriptions" },
489
+ "resource": {
490
+ "type": "EventSubscription",
491
+ "identifiers": [
492
+ {
493
+ "target": "Name",
494
+ "source": "response",
495
+ "path": "EventSubscriptionsList[].CustSubscriptionId"
496
+ }
497
+ ],
498
+ "path": "EventSubscriptionsList[]"
499
+ }
500
+ },
501
+ "OptionGroups": {
502
+ "request": { "operation": "DescribeOptionGroups" },
503
+ "resource": {
504
+ "type": "OptionGroup",
505
+ "identifiers": [
506
+ {
507
+ "target": "Name",
508
+ "source": "response",
509
+ "path": "OptionGroupsList[].OptionGroupName"
510
+ }
511
+ ],
512
+ "path": "OptionGroupsList[]"
513
+ }
514
+ },
515
+ "ReservedDBInstancesOfferings": {
516
+ "request": { "operation": "DescribeReservedDBInstancesOfferings" },
517
+ "resource": {
518
+ "type": "ReservedDBInstancesOffering",
519
+ "identifiers": [
520
+ {
521
+ "target": "Id",
522
+ "source": "response",
523
+ "path": "ReservedDBInstancesOfferings[].ReservedDBInstancesOfferingId"
524
+ }
525
+ ],
526
+ "path": "ReservedDBInstancesOfferings[]"
527
+ }
528
+ },
529
+ "ReservedDBInstances": {
530
+ "request": { "operation": "DescribeReservedDBInstances" },
531
+ "resource": {
532
+ "type": "ReservedDBInstance",
533
+ "identifiers": [
534
+ {
535
+ "target": "Id",
536
+ "source": "response",
537
+ "path": "ReservedDBInstances[].ReservedDBInstanceId"
538
+ }
539
+ ],
540
+ "path": "ReservedDBInstances[]"
541
+ }
542
+ },
543
+ "ResourcesWithPendingMaintenanceActions": {
544
+ "request": { "operation": "DescribePendingMaintenanceActions" },
545
+ "resource": {
546
+ "type": "ResourcePendingMaintenanceActionList",
547
+ "identifiers": [
548
+ {
549
+ "target": "ARN",
550
+ "source": "response",
551
+ "path": "PendingMaintenanceActions[].ResourceIdentifier"
552
+ }
553
+ ],
554
+ "path": "PendingMaintenanceActions[]"
555
+ }
556
+ }
21
557
  }
22
- }
23
558
  },
24
- "hasMany": {
25
- "DBInstances": {
26
- "request": { "operation": "DescribeDBInstances" },
27
- "resource": {
28
- "type": "DBInstance",
29
- "identifiers": [
30
- { "target": "Id", "source": "response", "path": "DBInstances[].DBInstanceIdentifier" }
31
- ]
32
- }
33
- }
34
- }
35
- },
36
- "resources": {
37
- "DBInstance": {
38
- "identifiers": [
39
- { "name": "Id" }
40
- ],
41
- "shape": "DBInstance",
42
- "load": {
43
- "request": {
44
- "operation": "DescribeDBInstances",
45
- "params": [
46
- { "target": "DBInstanceIdentifier", "source": "identifier", "name": "Id" }
47
- ]
48
- },
49
- "path": "DBInstances[0]"
50
- },
51
- "actions": {
52
- "Delete": {
53
- "request": {
54
- "operation": "DeleteDBInstance",
55
- "params": [
56
- { "target": "DBInstanceIdentifier", "source": "identifier", "name": "Id" }
57
- ]
58
- }
59
- },
60
- "Modify": {
61
- "request": {
62
- "operation": "ModifyDBInstance",
63
- "params": [
64
- { "target": "DBInstanceIdentifier", "source": "identifier", "name": "Id" }
65
- ]
66
- }
559
+ "resources": {
560
+ "AccountQuota": {
561
+ "identifiers": [
562
+ {
563
+ "name": "Name",
564
+ "memberName": "AccountQuotaName"
565
+ }
566
+ ],
567
+ "shape": "AccountQuota"
568
+ },
569
+ "Certificate": {
570
+ "identifiers": [
571
+ {
572
+ "name": "Id",
573
+ "memberName": "CertificateIdentifier"
574
+ }
575
+ ],
576
+ "shape": "Certificate",
577
+ "load": {
578
+ "request": {
579
+ "operation": "DescribeCertificates",
580
+ "params": [
581
+ {
582
+ "target": "CertificateIdentifier",
583
+ "source": "identifier",
584
+ "name": "Id"
585
+ }
586
+ ]
587
+ },
588
+ "path": "Certificates[0]"
589
+ }
590
+ },
591
+ "DBCluster": {
592
+ "identifiers": [
593
+ {
594
+ "name": "Id",
595
+ "memberName": "DBClusterIdentifier"
596
+ }
597
+ ],
598
+ "shape": "DBCluster",
599
+ "load": {
600
+ "request": {
601
+ "operation": "DescribeDBClusters",
602
+ "params": [
603
+ {
604
+ "target": "DBClusterIdentifier",
605
+ "source": "identifier",
606
+ "name": "Id"
607
+ }
608
+ ]
609
+ },
610
+ "path": "DBClusters[0]"
611
+ },
612
+ "actions": {
613
+ "Create": {
614
+ "request": {
615
+ "operation": "CreateDBCluster",
616
+ "params": [
617
+ {
618
+ "target": "DBClusterIdentifier",
619
+ "source": "identifier",
620
+ "name": "Id"
621
+ }
622
+ ]
623
+ },
624
+ "resource": {
625
+ "type": "DBCluster",
626
+ "identifiers": [
627
+ {
628
+ "target": "Id",
629
+ "source": "response",
630
+ "path": "DBCluster.DBClusterIdentifier"
631
+ }
632
+ ],
633
+ "path": "DBCluster"
634
+ }
635
+ },
636
+ "CreateSnapshot": {
637
+ "request": {
638
+ "operation": "CreateDBClusterSnapshot",
639
+ "params": [
640
+ {
641
+ "target": "DBClusterIdentifier",
642
+ "source": "identifier",
643
+ "name": "Id"
644
+ }
645
+ ]
646
+ },
647
+ "resource": {
648
+ "type": "DBClusterSnapshot",
649
+ "identifiers": [
650
+ {
651
+ "target": "ClusterId",
652
+ "source": "response",
653
+ "path": "DBClusterSnapshot.DBClusterIdentifier"
654
+ },
655
+ {
656
+ "target": "SnapshotId",
657
+ "source": "response",
658
+ "path": "DBClusterSnapshot.DBClusterSnapshotIdentifier"
659
+ }
660
+ ],
661
+ "path": "DBClusterSnapshot"
662
+ }
663
+ },
664
+ "Delete": {
665
+ "request": {
666
+ "operation": "DeleteDBCluster",
667
+ "params": [
668
+ {
669
+ "target": "DBClusterIdentifier",
670
+ "source": "identifier",
671
+ "name": "Id"
672
+ }
673
+ ]
674
+ },
675
+ "resource": {
676
+ "type": "DBCluster",
677
+ "identifiers": [
678
+ {
679
+ "target": "Id",
680
+ "source": "response",
681
+ "path": "DBCluster.DBClusterIdentifier"
682
+ }
683
+ ],
684
+ "path": "DBCluster"
685
+ }
686
+ },
687
+ "Failover": {
688
+ "request": {
689
+ "operation": "FailoverDBCluster",
690
+ "params": [
691
+ {
692
+ "target": "DBClusterIdentifier",
693
+ "source": "identifier",
694
+ "name": "Id"
695
+ }
696
+ ]
697
+ },
698
+ "resource": {
699
+ "type": "DBCluster",
700
+ "identifiers": [
701
+ {
702
+ "target": "Id",
703
+ "source": "response",
704
+ "path": "DBCluster.DBClusterIdentifier"
705
+ }
706
+ ],
707
+ "path": "DBCluster"
708
+ }
709
+ },
710
+ "Modify": {
711
+ "request": {
712
+ "operation": "ModifyDBCluster",
713
+ "params": [
714
+ {
715
+ "target": "DBClusterIdentifier",
716
+ "source": "identifier",
717
+ "name": "Id"
718
+ }
719
+ ]
720
+ },
721
+ "resource": {
722
+ "type": "DBCluster",
723
+ "identifiers": [
724
+ {
725
+ "target": "Id",
726
+ "source": "response",
727
+ "path": "DBCluster.DBClusterIdentifier"
728
+ }
729
+ ],
730
+ "path": "DBCluster"
731
+ }
732
+ },
733
+ "Restore": {
734
+ "request": {
735
+ "operation": "RestoreDBClusterToPointInTime",
736
+ "params": [
737
+ {
738
+ "target": "SourceDBClusterIdentifier",
739
+ "source": "identifier",
740
+ "name": "Id"
741
+ }
742
+ ]
743
+ },
744
+ "resource": {
745
+ "type": "DBCluster",
746
+ "identifiers": [
747
+ {
748
+ "target": "Id",
749
+ "source": "response",
750
+ "path": "DBCluster.DBClusterIdentifier"
751
+ }
752
+ ],
753
+ "path": "DBCluster"
754
+ }
755
+ }
756
+ },
757
+ "has": {
758
+ "Members": {
759
+ "resource": {
760
+ "type": "DBInstance",
761
+ "identifiers": [
762
+ {
763
+ "target": "Id",
764
+ "source": "data",
765
+ "path": "DBClusterMembers[].DBInstanceIdentifier"
766
+ }
767
+ ],
768
+ "path": "DBClusterMembers[]"
769
+ }
770
+ },
771
+ "OptionGroups": {
772
+ "resource": {
773
+ "type": "OptionGroup",
774
+ "identifiers": [
775
+ {
776
+ "target": "Name",
777
+ "source": "data",
778
+ "path": "DBClusterOptionGroupMemberships[].DBClusterOptionGroupName"
779
+ }
780
+ ],
781
+ "path": "DBClusterOptionGroupMemberships[]"
782
+ }
783
+ },
784
+ "ParameterGroup": {
785
+ "resource": {
786
+ "type": "DBClusterParameterGroup",
787
+ "identifiers": [
788
+ {
789
+ "target": "Name",
790
+ "source": "data",
791
+ "path": "DBClusterParameterGroup"
792
+ }
793
+ ]
794
+ }
795
+ },
796
+ "SubnetGroup": {
797
+ "resource": {
798
+ "type": "DBSubnetGroup",
799
+ "identifiers": [
800
+ {
801
+ "target": "Name",
802
+ "source": "data",
803
+ "path": "DBSubnetGroup"
804
+ }
805
+ ]
806
+ }
807
+ }
808
+ },
809
+ "hasMany": {
810
+ "Events": {
811
+ "request": {
812
+ "operation": "DescribeEvents",
813
+ "params": [
814
+ {
815
+ "target": "SourceType",
816
+ "source": "string",
817
+ "value": "db-cluster"
818
+ },
819
+ {
820
+ "target": "SourceIdentifier",
821
+ "source": "identifier",
822
+ "name": "Id"
823
+ }
824
+ ]
825
+ },
826
+ "resource": {
827
+ "type": "Event",
828
+ "identifiers": [
829
+ {
830
+ "target": "SourceId",
831
+ "source": "response",
832
+ "path": "Events[].SourceIdentifier"
833
+ },
834
+ {
835
+ "target": "Date",
836
+ "source": "response",
837
+ "path": "Events[].Date"
838
+ }
839
+ ],
840
+ "path": "Events[]"
841
+ }
842
+ },
843
+ "Snapshots": {
844
+ "request": {
845
+ "operation": "DescribeDBClusterSnapshots",
846
+ "params": [
847
+ {
848
+ "target": "DBClusterIdentifier",
849
+ "source": "identifier",
850
+ "name": "Id"
851
+ }
852
+ ]
853
+ },
854
+ "resource": {
855
+ "type": "DBClusterSnapshot",
856
+ "identifiers": [
857
+ {
858
+ "target": "ClusterId",
859
+ "source": "identifier",
860
+ "name": "Id"
861
+ },
862
+ {
863
+ "target": "SnapshotId",
864
+ "source": "response",
865
+ "path": "DBClusterSnapshots[].DBClusterSnapshotIdentifier"
866
+ }
867
+ ],
868
+ "path": "DBClusterSnapshots[]"
869
+ }
870
+ }
871
+ }
872
+ },
873
+ "DBClusterParameterGroup": {
874
+ "identifiers": [
875
+ {
876
+ "name": "Name",
877
+ "memberName": "DBClusterParameterGroupName"
878
+ }
879
+ ],
880
+ "shape": "DBClusterParameterGroup",
881
+ "load": {
882
+ "request": {
883
+ "operation": "DescribeDBClusterParameterGroups",
884
+ "params": [
885
+ {
886
+ "target": "DBClusterParameterGroupName",
887
+ "source": "identifier",
888
+ "name": "Name"
889
+ }
890
+ ]
891
+ },
892
+ "path": "DBClusterParameterGroups[0]"
893
+ },
894
+ "actions": {
895
+ "Create": {
896
+ "request": {
897
+ "operation": "CreateDBClusterParameterGroup",
898
+ "params": [
899
+ {
900
+ "target": "DBClusterParameterGroupName",
901
+ "source": "identifier",
902
+ "name": "Name"
903
+ }
904
+ ]
905
+ },
906
+ "resource": {
907
+ "type": "DBClusterParameterGroup",
908
+ "identifiers": [
909
+ {
910
+ "target": "Name",
911
+ "source": "response",
912
+ "path": "DBClusterParameterGroup.DBClusterParameterGroupName"
913
+ }
914
+ ],
915
+ "path": "DBClusterParameterGroup"
916
+ }
917
+ },
918
+ "Delete": {
919
+ "request": {
920
+ "operation": "DeleteDBClusterParameterGroup",
921
+ "params": [
922
+ {
923
+ "target": "DBClusterParameterGroupName",
924
+ "source": "identifier",
925
+ "name": "Name"
926
+ }
927
+ ]
928
+ }
929
+ },
930
+ "Modify": {
931
+ "request": {
932
+ "operation": "ModifyDBClusterParameterGroup",
933
+ "params": [
934
+ {
935
+ "target": "DBClusterParameterGroupName",
936
+ "source": "identifier",
937
+ "name": "Name"
938
+ }
939
+ ]
940
+ },
941
+ "resource": {
942
+ "type": "DBClusterParameterGroup",
943
+ "identifiers": [
944
+ {
945
+ "target": "Name",
946
+ "source": "response",
947
+ "path": "DBClusterParameterGroupName"
948
+ }
949
+ ]
950
+ }
951
+ },
952
+ "Reset": {
953
+ "request": {
954
+ "operation": "ResetDBClusterParameterGroup",
955
+ "params": [
956
+ {
957
+ "target": "DBClusterParameterGroupName",
958
+ "source": "identifier",
959
+ "name": "Name"
960
+ }
961
+ ]
962
+ },
963
+ "resource": {
964
+ "type": "DBClusterParameterGroup",
965
+ "identifiers": [
966
+ {
967
+ "target": "Name",
968
+ "source": "response",
969
+ "path": "DBClusterParameterGroupName"
970
+ }
971
+ ]
972
+ }
973
+ }
974
+ }
975
+ },
976
+ "DBClusterSnapshot": {
977
+ "identifiers": [
978
+ {
979
+ "name": "ClusterId",
980
+ "memberName": "DBClusterIdentifier"
981
+ },
982
+ {
983
+ "name": "SnapshotId",
984
+ "memberName": "DBClusterSnapshotIdentifier"
985
+ }
986
+ ],
987
+ "shape": "DBClusterSnapshot",
988
+ "load": {
989
+ "request": {
990
+ "operation": "DescribeDBClusterSnapshots",
991
+ "params": [
992
+ {
993
+ "target": "DBClusterSnapshotIdentifier",
994
+ "source": "identifier",
995
+ "name": "SnapshotId"
996
+ }
997
+ ]
998
+ },
999
+ "path": "DBClusterSnapshots[0]"
1000
+ },
1001
+ "actions": {
1002
+ "Create": {
1003
+ "request": {
1004
+ "operation": "CreateDBClusterSnapshot",
1005
+ "params": [
1006
+ {
1007
+ "target": "DBClusterIdentifier",
1008
+ "source": "identifier",
1009
+ "name": "ClusterId"
1010
+ },
1011
+ {
1012
+ "target": "DBClusterSnapshotIdentifier",
1013
+ "source": "identifier",
1014
+ "name": "SnapshotId"
1015
+ }
1016
+ ]
1017
+ },
1018
+ "resource": {
1019
+ "type": "DBClusterSnapshot",
1020
+ "identifiers": [
1021
+ {
1022
+ "target": "ClusterId",
1023
+ "source": "response",
1024
+ "path": "DBClusterSnapshot.DBClusterIdentifier"
1025
+ },
1026
+ {
1027
+ "target": "SnapshotId",
1028
+ "source": "response",
1029
+ "path": "DBClusterSnapshot.DBClusterSnapshotIdentifier"
1030
+ }
1031
+ ],
1032
+ "path": "DBClusterSnapshot"
1033
+ }
1034
+ },
1035
+ "Copy": {
1036
+ "request": {
1037
+ "operation": "CopyDBClusterSnapshot",
1038
+ "params": [
1039
+ {
1040
+ "target": "SourceDBClusterSnapshotIdentifier",
1041
+ "source": "identifier",
1042
+ "name": "SnapshotId"
1043
+ }
1044
+ ]
1045
+ },
1046
+ "resource": {
1047
+ "type": "DBClusterSnapshot",
1048
+ "identifiers": [
1049
+ {
1050
+ "target": "ClusterId",
1051
+ "source": "response",
1052
+ "path": "DBClusterSnapshot.DBClusterIdentifier"
1053
+ },
1054
+ {
1055
+ "target": "SnapshotId",
1056
+ "source": "response",
1057
+ "path": "DBClusterSnapshot.DBClusterSnapshotIdentifier"
1058
+ }
1059
+ ],
1060
+ "path": "DBClusterSnapshot"
1061
+ }
1062
+ },
1063
+ "Delete": {
1064
+ "request": {
1065
+ "operation": "DeleteDBClusterSnapshot",
1066
+ "params": [
1067
+ {
1068
+ "target": "DBClusterSnapshotIdentifier",
1069
+ "source": "identifier",
1070
+ "name": "SnapshotId"
1071
+ }
1072
+ ]
1073
+ },
1074
+ "resource": {
1075
+ "type": "DBClusterSnapshot",
1076
+ "identifiers": [
1077
+ {
1078
+ "target": "ClusterId",
1079
+ "source": "response",
1080
+ "path": "DBClusterSnapshot.DBClusterIdentifier"
1081
+ },
1082
+ {
1083
+ "target": "SnapshotId",
1084
+ "source": "response",
1085
+ "path": "DBClusterSnapshot.DBClusterSnapshotIdentifier"
1086
+ }
1087
+ ],
1088
+ "path": "DBClusterSnapshot"
1089
+ }
1090
+ },
1091
+ "Restore": {
1092
+ "request": {
1093
+ "operation": "RestoreDBClusterFromSnapshot",
1094
+ "params": [
1095
+ {
1096
+ "target": "SnapshotIdentifier",
1097
+ "source": "identifier",
1098
+ "name": "SnapshotId"
1099
+ }
1100
+ ]
1101
+ },
1102
+ "resource": {
1103
+ "type": "DBCluster",
1104
+ "identifiers": [
1105
+ {
1106
+ "target": "Id",
1107
+ "source": "response",
1108
+ "path": "DBCluster.DBClusterIdentifier"
1109
+ }
1110
+ ],
1111
+ "path": "DBCluster"
1112
+ }
1113
+ }
1114
+ },
1115
+ "has": {
1116
+ "Cluster": {
1117
+ "resource": {
1118
+ "type": "DBCluster",
1119
+ "identifiers": [
1120
+ {
1121
+ "target": "Id",
1122
+ "source": "identifier",
1123
+ "name": "ClusterId"
1124
+ }
1125
+ ]
1126
+ }
1127
+ }
1128
+ },
1129
+ "hasMany": {
1130
+ "Events": {
1131
+ "request": {
1132
+ "operation": "DescribeEvents",
1133
+ "params": [
1134
+ {
1135
+ "target": "SourceType",
1136
+ "source": "string",
1137
+ "value": "db-cluster-snapshot"
1138
+ },
1139
+ {
1140
+ "target": "SourceIdentifier",
1141
+ "source": "identifier",
1142
+ "name": "SnapshotId"
1143
+ }
1144
+ ]
1145
+ },
1146
+ "resource": {
1147
+ "type": "Event",
1148
+ "identifiers": [
1149
+ {
1150
+ "target": "SourceId",
1151
+ "source": "response",
1152
+ "path": "Events[].SourceIdentifier"
1153
+ },
1154
+ {
1155
+ "target": "Date",
1156
+ "source": "response",
1157
+ "path": "Events[].Date"
1158
+ }
1159
+ ],
1160
+ "path": "Events[]"
1161
+ }
1162
+ }
1163
+ }
1164
+ },
1165
+ "DBEngine": {
1166
+ "identifiers": [{ "name": "Name" }],
1167
+ "has": {
1168
+ "Version": {
1169
+ "resource": {
1170
+ "type": "DBEngineVersion",
1171
+ "identifiers": [
1172
+ {
1173
+ "target": "EngineName",
1174
+ "source": "identifier",
1175
+ "name": "Name"
1176
+ },
1177
+ {
1178
+ "target": "Version",
1179
+ "source": "input"
1180
+ }
1181
+ ]
1182
+ }
1183
+ }
1184
+ },
1185
+ "hasMany": {
1186
+ "OptionGroupOptions": {
1187
+ "request": {
1188
+ "operation": "DescribeOptionGroupOptions",
1189
+ "params": [
1190
+ {
1191
+ "target": "EngineName",
1192
+ "source": "identifier",
1193
+ "name": "Name"
1194
+ }
1195
+ ]
1196
+ },
1197
+ "resource": {
1198
+ "type": "OptionGroupOption",
1199
+ "identifiers": [
1200
+ {
1201
+ "target": "Name",
1202
+ "source": "response",
1203
+ "path": "OptionGroupOptions[].Name"
1204
+ }
1205
+ ],
1206
+ "path": "OptionGroupOptions[]"
1207
+ }
1208
+ },
1209
+ "OptionGroups": {
1210
+ "request": {
1211
+ "operation": "DescribeOptionGroups",
1212
+ "params": [
1213
+ {
1214
+ "target": "EngineName",
1215
+ "source": "identifier",
1216
+ "name": "Name"
1217
+ }
1218
+ ]
1219
+ },
1220
+ "resource": {
1221
+ "type": "OptionGroup",
1222
+ "identifiers": [
1223
+ {
1224
+ "target": "Name",
1225
+ "source": "response",
1226
+ "path": "OptionGroupsList[].OptionGroupName"
1227
+ }
1228
+ ],
1229
+ "path": "OptionGroupsList[]"
1230
+ }
1231
+ },
1232
+ "Versions": {
1233
+ "request": {
1234
+ "operation": "DescribeDBEngineVersions",
1235
+ "params": [
1236
+ {
1237
+ "target": "Engine",
1238
+ "source": "identifier",
1239
+ "name": "Name"
1240
+ }
1241
+ ]
1242
+ },
1243
+ "resource": {
1244
+ "type": "DBEngineVersion",
1245
+ "identifiers": [
1246
+ {
1247
+ "target": "EngineName",
1248
+ "source": "identifier",
1249
+ "name": "Name"
1250
+ },
1251
+ {
1252
+ "target": "Version",
1253
+ "source": "response",
1254
+ "path": "DBEngineVersions[].EngineVersion"
1255
+ }
1256
+ ],
1257
+ "path": "DBEngineVersions[]"
1258
+ }
1259
+ }
1260
+ }
1261
+ },
1262
+ "DBEngineVersion": {
1263
+ "identifiers": [
1264
+ {
1265
+ "name": "EngineName",
1266
+ "memberName": "Engine"
1267
+ },
1268
+ {
1269
+ "name": "Version",
1270
+ "memberName": "EngineVersion"
1271
+ }
1272
+ ],
1273
+ "shape": "DBEngineVersion",
1274
+ "load": {
1275
+ "request": {
1276
+ "operation": "DescribeDBEngineVersions",
1277
+ "params": [
1278
+ {
1279
+ "target": "Engine",
1280
+ "source": "identifier",
1281
+ "name": "Engine"
1282
+ },
1283
+ {
1284
+ "target": "EngineVersion",
1285
+ "source": "identifier",
1286
+ "name": "Version"
1287
+ }
1288
+ ]
1289
+ },
1290
+ "path": "DBEngineVersions[0]"
1291
+ },
1292
+ "has": {
1293
+ "Engine": {
1294
+ "resource": {
1295
+ "type": "DBEngine",
1296
+ "identifiers": [
1297
+ {
1298
+ "target": "Name",
1299
+ "source": "identifier",
1300
+ "name": "Engine"
1301
+ }
1302
+ ]
1303
+ }
1304
+ },
1305
+ "ParameterGroupFamily": {
1306
+ "resource": {
1307
+ "type": "DBParameterGroupFamily",
1308
+ "identifiers": [
1309
+ {
1310
+ "target": "Name",
1311
+ "source": "data",
1312
+ "path": "DBParameterGroupFamily"
1313
+ }
1314
+ ]
1315
+ }
1316
+ }
1317
+ },
1318
+ "hasMany": {
1319
+ "OptionGroupOptions": {
1320
+ "request": {
1321
+ "operation": "DescribeOptionGroupOptions",
1322
+ "params": [
1323
+ {
1324
+ "target": "EngineName",
1325
+ "source": "identifier",
1326
+ "name": "Engine"
1327
+ },
1328
+ {
1329
+ "target": "MajorEngineVersion",
1330
+ "source": "identifier",
1331
+ "name": "Version"
1332
+ }
1333
+ ]
1334
+ },
1335
+ "resource": {
1336
+ "type": "OptionGroupOption",
1337
+ "identifiers": [
1338
+ {
1339
+ "target": "Name",
1340
+ "source": "response",
1341
+ "path": "OptionGroupOptions[].Name"
1342
+ }
1343
+ ],
1344
+ "path": "OptionGroupOptions[]"
1345
+ }
1346
+ },
1347
+ "OptionGroups": {
1348
+ "request": {
1349
+ "operation": "DescribeOptionGroups",
1350
+ "params": [
1351
+ {
1352
+ "target": "EngineName",
1353
+ "source": "identifier",
1354
+ "name": "Engine"
1355
+ },
1356
+ {
1357
+ "target": "MajorEngineVersion",
1358
+ "source": "identifier",
1359
+ "name": "Version"
1360
+ }
1361
+ ]
1362
+ },
1363
+ "resource": {
1364
+ "type": "OptionGroup",
1365
+ "identifiers": [
1366
+ {
1367
+ "target": "Name",
1368
+ "source": "response",
1369
+ "path": "OptionGroupsList[].OptionGroupName"
1370
+ }
1371
+ ],
1372
+ "path": "OptionGroupsList[]"
1373
+ }
1374
+ }
1375
+ }
1376
+ },
1377
+ "DBInstance": {
1378
+ "identifiers": [
1379
+ {
1380
+ "name": "Id",
1381
+ "memberName": "DBInstanceIdentifier"
1382
+ }
1383
+ ],
1384
+ "shape": "DBInstance",
1385
+ "load": {
1386
+ "request": {
1387
+ "operation": "DescribeDBInstances",
1388
+ "params": [
1389
+ {
1390
+ "target": "DBInstanceIdentifier",
1391
+ "source": "identifier",
1392
+ "name": "Id"
1393
+ }
1394
+ ]
1395
+ },
1396
+ "path": "DBInstances[0]"
1397
+ },
1398
+ "actions": {
1399
+ "Create": {
1400
+ "request": {
1401
+ "operation": "CreateDBInstance",
1402
+ "params": [
1403
+ {
1404
+ "target": "DBInstanceIdentifier",
1405
+ "source": "identifier",
1406
+ "name": "Id"
1407
+ }
1408
+ ]
1409
+ },
1410
+ "resource": {
1411
+ "type": "DBInstance",
1412
+ "identifiers": [
1413
+ {
1414
+ "target": "Id",
1415
+ "source": "response",
1416
+ "path": "DBInstance.DBInstanceIdentifier"
1417
+ }
1418
+ ],
1419
+ "path": "DBInstance"
1420
+ }
1421
+ },
1422
+ "CreateReadReplica": {
1423
+ "request": {
1424
+ "operation": "CreateDBInstanceReadReplica",
1425
+ "params": [
1426
+ {
1427
+ "target": "SourceDBInstanceIdentifier",
1428
+ "source": "identifier",
1429
+ "name": "Id"
1430
+ }
1431
+ ]
1432
+ },
1433
+ "resource": {
1434
+ "type": "DBInstance",
1435
+ "identifiers": [
1436
+ {
1437
+ "target": "Id",
1438
+ "source": "response",
1439
+ "path": "DBInstance.DBInstanceIdentifier"
1440
+ }
1441
+ ],
1442
+ "path": "DBInstance"
1443
+ }
1444
+ },
1445
+ "CreateSnapshot": {
1446
+ "request": {
1447
+ "operation": "CreateDBSnapshot",
1448
+ "params": [
1449
+ {
1450
+ "target": "DBInstanceIdentifier",
1451
+ "source": "identifier",
1452
+ "name": "Id"
1453
+ }
1454
+ ]
1455
+ },
1456
+ "resource": {
1457
+ "type": "DBSnapshot",
1458
+ "identifiers": [
1459
+ {
1460
+ "target": "InstanceId",
1461
+ "source": "response",
1462
+ "path": "DBSnapshot.DBInstanceIdentifier"
1463
+ },
1464
+ {
1465
+ "target": "SnapshotId",
1466
+ "source": "response",
1467
+ "path": "DBSnapshot.DBSnapshotIdentifier"
1468
+ }
1469
+ ],
1470
+ "path": "DBSnapshot"
1471
+ }
1472
+ },
1473
+ "Delete": {
1474
+ "request": {
1475
+ "operation": "DeleteDBInstance",
1476
+ "params": [
1477
+ {
1478
+ "target": "DBInstanceIdentifier",
1479
+ "source": "identifier",
1480
+ "name": "Id"
1481
+ }
1482
+ ]
1483
+ },
1484
+ "resource": {
1485
+ "type": "DBInstance",
1486
+ "identifiers": [
1487
+ {
1488
+ "target": "Id",
1489
+ "source": "response",
1490
+ "path": "DBInstance.DBInstanceIdentifier"
1491
+ }
1492
+ ],
1493
+ "path": "DBInstance"
1494
+ }
1495
+ },
1496
+ "Modify": {
1497
+ "request": {
1498
+ "operation": "ModifyDBInstance",
1499
+ "params": [
1500
+ {
1501
+ "target": "DBInstanceIdentifier",
1502
+ "source": "identifier",
1503
+ "name": "Id"
1504
+ }
1505
+ ]
1506
+ },
1507
+ "resource": {
1508
+ "type": "DBInstance",
1509
+ "identifiers": [
1510
+ {
1511
+ "target": "Id",
1512
+ "source": "response",
1513
+ "path": "DBInstance.DBInstanceIdentifier"
1514
+ }
1515
+ ],
1516
+ "path": "DBInstance"
1517
+ }
1518
+ },
1519
+ "Promote": {
1520
+ "request": {
1521
+ "operation": "PromoteReadReplica",
1522
+ "params": [
1523
+ {
1524
+ "target": "DBInstanceIdentifier",
1525
+ "source": "identifier",
1526
+ "name": "Id"
1527
+ }
1528
+ ]
1529
+ },
1530
+ "resource": {
1531
+ "type": "DBInstance",
1532
+ "identifiers": [
1533
+ {
1534
+ "target": "Id",
1535
+ "source": "response",
1536
+ "path": "DBInstance.DBInstanceIdentifier"
1537
+ }
1538
+ ],
1539
+ "path": "DBInstance"
1540
+ }
1541
+ },
1542
+ "Reboot": {
1543
+ "request": {
1544
+ "operation": "RebootDBInstance",
1545
+ "params": [
1546
+ {
1547
+ "target": "DBInstanceIdentifier",
1548
+ "source": "identifier",
1549
+ "name": "Id"
1550
+ }
1551
+ ]
1552
+ },
1553
+ "resource": {
1554
+ "type": "DBInstance",
1555
+ "identifiers": [
1556
+ {
1557
+ "target": "Id",
1558
+ "source": "response",
1559
+ "path": "DBInstance.DBInstanceIdentifier"
1560
+ }
1561
+ ],
1562
+ "path": "DBInstance"
1563
+ }
1564
+ },
1565
+ "Restore": {
1566
+ "request": {
1567
+ "operation": "RestoreDBInstanceToPointInTime",
1568
+ "params": [
1569
+ {
1570
+ "target": "SourceDBInstanceIdentifier",
1571
+ "source": "identifier",
1572
+ "name": "Id"
1573
+ }
1574
+ ]
1575
+ },
1576
+ "resource": {
1577
+ "type": "DBInstance",
1578
+ "identifiers": [
1579
+ {
1580
+ "target": "Id",
1581
+ "source": "response",
1582
+ "path": "DBInstance.DBInstanceIdentifier"
1583
+ }
1584
+ ],
1585
+ "path": "DBInstance"
1586
+ }
1587
+ },
1588
+ "SubscribeTo": {
1589
+ "request": {
1590
+ "operation": "AddSourceIdentifierToSubscription",
1591
+ "params": [
1592
+ {
1593
+ "target": "SourceIdentifier",
1594
+ "source": "identifier",
1595
+ "name": "Id"
1596
+ }
1597
+ ]
1598
+ },
1599
+ "resource": {
1600
+ "type": "EventSubscription",
1601
+ "identifiers": [
1602
+ {
1603
+ "target": "Name",
1604
+ "source": "response",
1605
+ "path": "EventSubscription.CustSubscriptionId"
1606
+ }
1607
+ ],
1608
+ "path": "EventSubscription"
1609
+ }
1610
+ },
1611
+ "UnsubscribeFrom": {
1612
+ "request": {
1613
+ "operation": "RemoveSourceIdentifierFromSubscription",
1614
+ "params": [
1615
+ {
1616
+ "target": "SourceIdentifier",
1617
+ "source": "identifier",
1618
+ "name": "Id"
1619
+ }
1620
+ ]
1621
+ },
1622
+ "resource": {
1623
+ "type": "EventSubscription",
1624
+ "identifiers": [
1625
+ {
1626
+ "target": "Name",
1627
+ "source": "response",
1628
+ "path": "EventSubscription.CustSubscriptionId"
1629
+ }
1630
+ ],
1631
+ "path": "EventSubscription"
1632
+ }
1633
+ }
1634
+ },
1635
+ "has": {
1636
+ "Certificate": {
1637
+ "resource": {
1638
+ "type": "Certificate",
1639
+ "identifiers": [
1640
+ {
1641
+ "target": "Id",
1642
+ "source": "data",
1643
+ "path": "CACertificateIdentifier"
1644
+ }
1645
+ ]
1646
+ }
1647
+ },
1648
+ "Cluster": {
1649
+ "resource": {
1650
+ "type": "DBCluster",
1651
+ "identifiers": [
1652
+ {
1653
+ "target": "Id",
1654
+ "source": "data",
1655
+ "path": "DBClusterIdentifier"
1656
+ }
1657
+ ]
1658
+ }
1659
+ },
1660
+ "OptionGroups": {
1661
+ "resource": {
1662
+ "type": "OptionGroup",
1663
+ "identifiers": [
1664
+ {
1665
+ "target": "Name",
1666
+ "source": "data",
1667
+ "path": "OptionGroupMemberships[].OptionGroupName"
1668
+ }
1669
+ ]
1670
+ }
1671
+ },
1672
+ "ParameterGroups": {
1673
+ "resource": {
1674
+ "type": "DBParameterGroup",
1675
+ "identifiers": [
1676
+ {
1677
+ "target": "Name",
1678
+ "source": "data",
1679
+ "path": "DBParameterGroups[].DBParameterGroupName"
1680
+ }
1681
+ ]
1682
+ }
1683
+ },
1684
+ "ReadReplicas": {
1685
+ "resource": {
1686
+ "type": "DBInstance",
1687
+ "identifiers": [
1688
+ {
1689
+ "target": "Id",
1690
+ "source": "data",
1691
+ "path": "ReadReplicaDBInstanceIdentifiers[]"
1692
+ }
1693
+ ]
1694
+ }
1695
+ },
1696
+ "SecurityGroups": {
1697
+ "resource": {
1698
+ "type": "DBSecurityGroup",
1699
+ "identifiers": [
1700
+ {
1701
+ "target": "Name",
1702
+ "source": "data",
1703
+ "path": "DBSecurityGroups[].DBSecurityGroupName"
1704
+ }
1705
+ ]
1706
+ }
1707
+ },
1708
+ "Source": {
1709
+ "resource": {
1710
+ "type": "DBInstance",
1711
+ "identifiers": [
1712
+ {
1713
+ "target": "Id",
1714
+ "source": "data",
1715
+ "path": "ReadReplicaSourceDBInstanceIdentifier"
1716
+ }
1717
+ ]
1718
+ }
1719
+ },
1720
+ "SubnetGroup": {
1721
+ "resource": {
1722
+ "type": "DBSubnetGroup",
1723
+ "identifiers": [
1724
+ {
1725
+ "target": "Name",
1726
+ "source": "data",
1727
+ "path": "DBSubnetGroup.DBSubnetGroupName"
1728
+ }
1729
+ ]
1730
+ }
1731
+ }
1732
+ },
1733
+ "hasMany": {
1734
+ "Events": {
1735
+ "request": {
1736
+ "operation": "DescribeEvents",
1737
+ "params": [
1738
+ {
1739
+ "target": "SourceType",
1740
+ "source": "string",
1741
+ "value": "db-instance"
1742
+ },
1743
+ {
1744
+ "target": "SourceIdentifier",
1745
+ "source": "identifier",
1746
+ "name": "Id"
1747
+ }
1748
+ ]
1749
+ },
1750
+ "resource": {
1751
+ "type": "Event",
1752
+ "identifiers": [
1753
+ {
1754
+ "target": "SourceId",
1755
+ "source": "response",
1756
+ "path": "Events[].SourceIdentifier"
1757
+ },
1758
+ {
1759
+ "target": "Date",
1760
+ "source": "response",
1761
+ "path": "Events[].Date"
1762
+ }
1763
+ ],
1764
+ "path": "Events[]"
1765
+ }
1766
+ },
1767
+ "LogFiles": {
1768
+ "request": {
1769
+ "operation": "DescribeDBLogFiles",
1770
+ "params": [
1771
+ {
1772
+ "target": "DBInstanceIdentifier",
1773
+ "source": "identifier",
1774
+ "name": "Id"
1775
+ }
1776
+ ]
1777
+ },
1778
+ "resource": {
1779
+ "type": "DBLogFile",
1780
+ "identifiers": [
1781
+ {
1782
+ "target": "InstanceId",
1783
+ "source": "identifier",
1784
+ "name": "Id"
1785
+ },
1786
+ {
1787
+ "target": "Name",
1788
+ "source": "response",
1789
+ "path": "DescribeDBLogFiles[].LogFileName"
1790
+ }
1791
+ ],
1792
+ "path": "DescribeDBLogFiles[]"
1793
+ }
1794
+ },
1795
+ "PendingMaintenanceActions": {
1796
+ "request": {
1797
+ "operation": "DescribePendingMaintenanceActions",
1798
+ "params": [
1799
+ {
1800
+ "target": "Filters[0].Name",
1801
+ "source": "string",
1802
+ "value": "db-instance-id"
1803
+ },
1804
+ {
1805
+ "target": "Filters[0].Value",
1806
+ "source": "identifier",
1807
+ "name": "InstanceId"
1808
+ }
1809
+ ]
1810
+ },
1811
+ "resource": {
1812
+ "type": "PendingMaintenanceAction",
1813
+ "identifiers": [
1814
+ {
1815
+ "target": "TargetARN",
1816
+ "source": "response",
1817
+ "path": "PendingMaintenanceActions[0].ResourceIdentifier"
1818
+ },
1819
+ {
1820
+ "target": "Name",
1821
+ "source": "response",
1822
+ "path": "PendingMaintenanceActions[0].PendingMaintenanceActionDetails[].Action"
1823
+ }
1824
+ ],
1825
+ "path": "PendingMaintenanceActions[0].PendingMaintenanceActionDetails[]"
1826
+ }
1827
+ },
1828
+ "Snapshots": {
1829
+ "request": {
1830
+ "operation": "DescribeDBSnapshots",
1831
+ "params": [
1832
+ {
1833
+ "target": "DBInstanceIdentifier",
1834
+ "source": "identifier",
1835
+ "name": "Id"
1836
+ }
1837
+ ]
1838
+ },
1839
+ "resource": {
1840
+ "type": "DBSnapshot",
1841
+ "identifiers": [
1842
+ {
1843
+ "target": "InstanceId",
1844
+ "source": "requestParameter",
1845
+ "path": "DBInstanceIdentifier"
1846
+ },
1847
+ {
1848
+ "target": "SnapshotId",
1849
+ "source": "response",
1850
+ "path": "DBSnapshots[].DBSnapshotIdentifier"
1851
+ }
1852
+ ],
1853
+ "path": "DBSnapshots[]"
1854
+ }
1855
+ }
1856
+ }
1857
+ },
1858
+ "DBLogFile": {
1859
+ "identifiers": [
1860
+ { "name": "InstanceId" },
1861
+ {
1862
+ "name": "Name",
1863
+ "memberName": "LogFileName"
1864
+ }
1865
+ ],
1866
+ "shape": "DescribeDBLogFilesDetails",
1867
+ "actions": {
1868
+ "Download": {
1869
+ "request": {
1870
+ "operation": "DownloadDBLogFilePortion",
1871
+ "params": [
1872
+ {
1873
+ "target": "DBInstanceIdentifier",
1874
+ "source": "identifier",
1875
+ "name": "InstanceId"
1876
+ },
1877
+ {
1878
+ "target": "LogFileName",
1879
+ "source": "identifier",
1880
+ "name": "Name"
1881
+ }
1882
+ ]
1883
+ }
1884
+ }
1885
+ }
1886
+ },
1887
+ "DBParameterGroup": {
1888
+ "identifiers": [
1889
+ {
1890
+ "name": "Name",
1891
+ "memberName": "DBParameterGroupName"
1892
+ }
1893
+ ],
1894
+ "shape": "DBParameterGroup",
1895
+ "load": {
1896
+ "request": {
1897
+ "operation": "DescribeDBParameterGroups",
1898
+ "params": [
1899
+ {
1900
+ "target": "DBParameterGroupName",
1901
+ "source": "identifier",
1902
+ "name": "Name"
1903
+ }
1904
+ ]
1905
+ },
1906
+ "path": "DBParameterGroups[0]"
1907
+ },
1908
+ "actions": {
1909
+ "Create": {
1910
+ "request": {
1911
+ "operation": "CreateDBParameterGroup",
1912
+ "params": [
1913
+ {
1914
+ "target": "DBParameterGroupName",
1915
+ "source": "identifier",
1916
+ "name": "Name"
1917
+ }
1918
+ ]
1919
+ },
1920
+ "resource": {
1921
+ "type": "DBParameterGroup",
1922
+ "identifiers": [
1923
+ {
1924
+ "target": "Name",
1925
+ "source": "response",
1926
+ "path": "DBParameterGroup.DBParameterGroupName"
1927
+ }
1928
+ ],
1929
+ "path": "DBParameterGroup"
1930
+ }
1931
+ },
1932
+ "Copy": {
1933
+ "request": {
1934
+ "operation": "CopyDBParameterGroup",
1935
+ "params": [
1936
+ {
1937
+ "target": "SourceDBParameterGroupIdentifier",
1938
+ "source": "identifier",
1939
+ "name": "Name"
1940
+ }
1941
+ ]
1942
+ },
1943
+ "resource": {
1944
+ "type": "DBParameterGroup",
1945
+ "identifiers": [
1946
+ {
1947
+ "target": "Name",
1948
+ "source": "response",
1949
+ "path": "DBParameterGroup.DBParameterGroupName"
1950
+ }
1951
+ ],
1952
+ "path": "DBParameterGroup"
1953
+ }
1954
+ },
1955
+ "Delete": {
1956
+ "request": {
1957
+ "operation": "DeleteDBParameterGroup",
1958
+ "params": [
1959
+ {
1960
+ "target": "DBParameterGroupName",
1961
+ "source": "identifier",
1962
+ "name": "Name"
1963
+ }
1964
+ ]
1965
+ }
1966
+ },
1967
+ "Modify": {
1968
+ "request": {
1969
+ "operation": "ModifyDBParameterGroup",
1970
+ "params": [
1971
+ {
1972
+ "target": "DBParameterGroupName",
1973
+ "source": "identifier",
1974
+ "name": "Name"
1975
+ }
1976
+ ]
1977
+ },
1978
+ "resource": {
1979
+ "type": "DBParameterGroup",
1980
+ "identifiers": [
1981
+ {
1982
+ "target": "Name",
1983
+ "source": "response",
1984
+ "path": "DBParameterGroupName"
1985
+ }
1986
+ ]
1987
+ }
1988
+ },
1989
+ "Reset": {
1990
+ "request": {
1991
+ "operation": "ResetDBParameterGroup",
1992
+ "params": [
1993
+ {
1994
+ "target": "DBParameterGroupName",
1995
+ "source": "identifier",
1996
+ "name": "Name"
1997
+ }
1998
+ ]
1999
+ },
2000
+ "resource": {
2001
+ "type": "DBParameterGroup",
2002
+ "identifiers": [
2003
+ {
2004
+ "target": "Name",
2005
+ "source": "response",
2006
+ "path": "DBParameterGroupName"
2007
+ }
2008
+ ]
2009
+ }
2010
+ },
2011
+ "SubscribeTo": {
2012
+ "request": {
2013
+ "operation": "AddSourceIdentifierToSubscription",
2014
+ "params": [
2015
+ {
2016
+ "target": "SourceIdentifier",
2017
+ "source": "identifier",
2018
+ "name": "Name"
2019
+ }
2020
+ ]
2021
+ },
2022
+ "resource": {
2023
+ "type": "EventSubscription",
2024
+ "identifiers": [
2025
+ {
2026
+ "target": "Name",
2027
+ "source": "response",
2028
+ "path": "EventSubscription.CustSubscriptionId"
2029
+ }
2030
+ ],
2031
+ "path": "EventSubscription"
2032
+ }
2033
+ },
2034
+ "UnsubscribeFrom": {
2035
+ "request": {
2036
+ "operation": "RemoveSourceIdentifierFromSubscription",
2037
+ "params": [
2038
+ {
2039
+ "target": "SourceIdentifier",
2040
+ "source": "identifier",
2041
+ "name": "Name"
2042
+ }
2043
+ ]
2044
+ },
2045
+ "resource": {
2046
+ "type": "EventSubscription",
2047
+ "identifiers": [
2048
+ {
2049
+ "target": "Name",
2050
+ "source": "response",
2051
+ "path": "EventSubscription.CustSubscriptionId"
2052
+ }
2053
+ ],
2054
+ "path": "EventSubscription"
2055
+ }
2056
+ }
2057
+ },
2058
+ "hasMany": {
2059
+ "Events": {
2060
+ "request": {
2061
+ "operation": "DescribeEvents",
2062
+ "params": [
2063
+ {
2064
+ "target": "SourceType",
2065
+ "source": "string",
2066
+ "value": "db-parameter-group"
2067
+ },
2068
+ {
2069
+ "target": "SourceIdentifier",
2070
+ "source": "identifier",
2071
+ "name": "Name"
2072
+ }
2073
+ ]
2074
+ },
2075
+ "resource": {
2076
+ "type": "Event",
2077
+ "identifiers": [
2078
+ {
2079
+ "target": "SourceId",
2080
+ "source": "response",
2081
+ "path": "Events[].SourceIdentifier"
2082
+ },
2083
+ {
2084
+ "target": "Date",
2085
+ "source": "response",
2086
+ "path": "Events[].Date"
2087
+ }
2088
+ ],
2089
+ "path": "Events[]"
2090
+ }
2091
+ },
2092
+ "Parameters": {
2093
+ "request": {
2094
+ "operation": "DescribeDBParameters",
2095
+ "params": [
2096
+ {
2097
+ "target": "DBParameterGroupName",
2098
+ "source": "identifier",
2099
+ "name": "Name"
2100
+ }
2101
+ ]
2102
+ },
2103
+ "resource": {
2104
+ "type": "Parameter",
2105
+ "identifiers": [
2106
+ {
2107
+ "target": "Name",
2108
+ "source": "response",
2109
+ "path": "Parameters[].ParameterName"
2110
+ }
2111
+ ],
2112
+ "path": "Parameters[]"
2113
+ }
2114
+ }
2115
+ }
2116
+ },
2117
+ "DBParameterGroupFamily": {
2118
+ "identifiers": [{ "name": "Name" }],
2119
+ "hasMany": {
2120
+ "EngineDefaultClusterParameters": {
2121
+ "request": {
2122
+ "operation": "DescribeEngineDefaultClusterParameters",
2123
+ "params": [
2124
+ {
2125
+ "target": "DBParameterGroupFamily",
2126
+ "source": "identifier",
2127
+ "name": "Name"
2128
+ }
2129
+ ]
2130
+ },
2131
+ "resource": {
2132
+ "type": "Parameter",
2133
+ "identifiers": [
2134
+ {
2135
+ "target": "Name",
2136
+ "source": "response",
2137
+ "path": "EngineDefaults.Parameters[].ParameterName"
2138
+ }
2139
+ ],
2140
+ "path": "EngineDefaults.Parameters[]"
2141
+ }
2142
+ },
2143
+ "EngineDefaultParameters": {
2144
+ "request": {
2145
+ "operation": "DescribeEngineDefaultParameters",
2146
+ "params": [
2147
+ {
2148
+ "target": "DBParameterGroupFamily",
2149
+ "source": "identifier",
2150
+ "name": "Name"
2151
+ }
2152
+ ]
2153
+ },
2154
+ "resource": {
2155
+ "type": "Parameter",
2156
+ "identifiers": [
2157
+ {
2158
+ "target": "Name",
2159
+ "source": "response",
2160
+ "path": "EngineDefaults.Parameters[].ParameterName"
2161
+ }
2162
+ ],
2163
+ "path": "EngineDefaults.Parameters[]"
2164
+ }
2165
+ }
2166
+ }
2167
+ },
2168
+ "DBSecurityGroup": {
2169
+ "identifiers": [
2170
+ {
2171
+ "name": "Name",
2172
+ "memberName": "DBSecurityGroupName"
2173
+ }
2174
+ ],
2175
+ "shape": "DBSecurityGroup",
2176
+ "load": {
2177
+ "request": {
2178
+ "operation": "DescribeDBSecurityGroups",
2179
+ "params": [
2180
+ {
2181
+ "target": "DBSecurityGroupName",
2182
+ "source": "identifier",
2183
+ "name": "Name"
2184
+ }
2185
+ ]
2186
+ },
2187
+ "path": "DBSecurityGroups[0]"
2188
+ },
2189
+ "actions": {
2190
+ "AuthorizeIngress": {
2191
+ "request": {
2192
+ "operation": "AuthorizeDBSecurityGroupIngress",
2193
+ "params": [
2194
+ {
2195
+ "target": "DBSecurityGroupName",
2196
+ "source": "identifier",
2197
+ "name": "Name"
2198
+ }
2199
+ ]
2200
+ },
2201
+ "resource": {
2202
+ "type": "DBSecurityGroup",
2203
+ "identifiers": [
2204
+ {
2205
+ "target": "Name",
2206
+ "source": "response",
2207
+ "path": "DBSecurityGroup.DBSecurityGroupName"
2208
+ }
2209
+ ],
2210
+ "path": "DBSecurityGroup"
2211
+ }
2212
+ },
2213
+ "Create": {
2214
+ "request": {
2215
+ "operation": "CreateDBSecurityGroup",
2216
+ "params": [
2217
+ {
2218
+ "target": "DBSecurityGroupName",
2219
+ "source": "identifier",
2220
+ "name": "Name"
2221
+ }
2222
+ ]
2223
+ },
2224
+ "resource": {
2225
+ "type": "DBSecurityGroup",
2226
+ "identifiers": [
2227
+ {
2228
+ "target": "Name",
2229
+ "source": "response",
2230
+ "path": "DBSecurityGroup.DBSecurityGroupName"
2231
+ }
2232
+ ],
2233
+ "path": "DBSecurityGroup"
2234
+ }
2235
+ },
2236
+ "Delete": {
2237
+ "request": {
2238
+ "operation": "DeleteDBSecurityGroup",
2239
+ "params": [
2240
+ {
2241
+ "target": "DBSecurityGroupName",
2242
+ "source": "identifier",
2243
+ "name": "Name"
2244
+ }
2245
+ ]
2246
+ }
2247
+ },
2248
+ "RevokeIngress": {
2249
+ "request": {
2250
+ "operation": "RevokeDBSecurityGroupIngress",
2251
+ "params": [
2252
+ {
2253
+ "target": "DBSecurityGroupName",
2254
+ "source": "identifier",
2255
+ "name": "Name"
2256
+ }
2257
+ ]
2258
+ },
2259
+ "resource": {
2260
+ "type": "DBSecurityGroup",
2261
+ "identifiers": [
2262
+ {
2263
+ "target": "Name",
2264
+ "source": "response",
2265
+ "path": "DBSecurityGroup.DBSecurityGroupName"
2266
+ }
2267
+ ],
2268
+ "path": "DBSecurityGroup"
2269
+ }
2270
+ },
2271
+ "SubscribeTo": {
2272
+ "request": {
2273
+ "operation": "AddSourceIdentifierToSubscription",
2274
+ "params": [
2275
+ {
2276
+ "target": "SourceIdentifier",
2277
+ "source": "identifier",
2278
+ "name": "Name"
2279
+ }
2280
+ ]
2281
+ },
2282
+ "resource": {
2283
+ "type": "EventSubscription",
2284
+ "identifiers": [
2285
+ {
2286
+ "target": "Name",
2287
+ "source": "response",
2288
+ "path": "EventSubscription.CustSubscriptionId"
2289
+ }
2290
+ ],
2291
+ "path": "EventSubscription"
2292
+ }
2293
+ },
2294
+ "UnsubscribeFrom": {
2295
+ "request": {
2296
+ "operation": "RemoveSourceIdentifierFromSubscription",
2297
+ "params": [
2298
+ {
2299
+ "target": "SourceIdentifier",
2300
+ "source": "identifier",
2301
+ "name": "Name"
2302
+ }
2303
+ ]
2304
+ },
2305
+ "resource": {
2306
+ "type": "EventSubscription",
2307
+ "identifiers": [
2308
+ {
2309
+ "target": "Name",
2310
+ "source": "response",
2311
+ "path": "EventSubscription.CustSubscriptionId"
2312
+ }
2313
+ ],
2314
+ "path": "EventSubscription"
2315
+ }
2316
+ }
2317
+ },
2318
+ "hasMany": {
2319
+ "Events": {
2320
+ "request": {
2321
+ "operation": "DescribeEvents",
2322
+ "params": [
2323
+ {
2324
+ "target": "SourceType",
2325
+ "source": "string",
2326
+ "value": "db-security-group"
2327
+ },
2328
+ {
2329
+ "target": "SourceIdentifier",
2330
+ "source": "identifier",
2331
+ "name": "Name"
2332
+ }
2333
+ ]
2334
+ },
2335
+ "resource": {
2336
+ "type": "Event",
2337
+ "identifiers": [
2338
+ {
2339
+ "target": "SourceId",
2340
+ "source": "response",
2341
+ "path": "Events[].SourceIdentifier"
2342
+ },
2343
+ {
2344
+ "target": "Date",
2345
+ "source": "response",
2346
+ "path": "Events[].Date"
2347
+ }
2348
+ ],
2349
+ "path": "Events[]"
2350
+ }
2351
+ }
2352
+ }
2353
+ },
2354
+ "DBSnapshot": {
2355
+ "identifiers": [
2356
+ {
2357
+ "name": "InstanceId",
2358
+ "memberName": "DBInstanceIdentifier"
2359
+ },
2360
+ {
2361
+ "name": "SnapshotId",
2362
+ "memberName": "DBSnapshotIdentifier"
2363
+ }
2364
+ ],
2365
+ "shape": "DBSnapshot",
2366
+ "load": {
2367
+ "request": {
2368
+ "operation": "DescribeDBSnapshots",
2369
+ "params": [
2370
+ {
2371
+ "target": "DBSnapshotIdentifier",
2372
+ "source": "identifier",
2373
+ "name": "SnapshotId"
2374
+ }
2375
+ ]
2376
+ },
2377
+ "path": "DBSnapshots[0]"
2378
+ },
2379
+ "actions": {
2380
+ "Create": {
2381
+ "request": {
2382
+ "operation": "CreateDBSnapshot",
2383
+ "params": [
2384
+ {
2385
+ "target": "DBInstanceIdentifier",
2386
+ "source": "identifier",
2387
+ "name": "InstanceId"
2388
+ },
2389
+ {
2390
+ "target": "DBSnapshotIdentifier",
2391
+ "source": "identifier",
2392
+ "name": "SnapshotId"
2393
+ }
2394
+ ]
2395
+ },
2396
+ "resource": {
2397
+ "type": "DBSnapshot",
2398
+ "identifiers": [
2399
+ {
2400
+ "target": "InstanceId",
2401
+ "source": "response",
2402
+ "path": "DBSnapshot.DBInstanceIdentifier"
2403
+ },
2404
+ {
2405
+ "target": "SnapshotId",
2406
+ "source": "response",
2407
+ "path": "DBSnapshot.DBSnapshotIdentifier"
2408
+ }
2409
+ ],
2410
+ "path": "DBSnapshot"
2411
+ }
2412
+ },
2413
+ "Copy": {
2414
+ "request": {
2415
+ "operation": "CopyDBSnapshot",
2416
+ "params": [
2417
+ {
2418
+ "target": "SourceDBSnapshotIdentifier",
2419
+ "source": "identifier",
2420
+ "name": "SnapshotId"
2421
+ }
2422
+ ]
2423
+ },
2424
+ "resource": {
2425
+ "type": "DBSnapshot",
2426
+ "identifiers": [
2427
+ {
2428
+ "target": "InstanceId",
2429
+ "source": "response",
2430
+ "path": "DBSnapshot.DBInstanceIdentifier"
2431
+ },
2432
+ {
2433
+ "target": "SnapshotId",
2434
+ "source": "response",
2435
+ "path": "DBSnapshot.DBSnapshotIdentifier"
2436
+ }
2437
+ ],
2438
+ "path": "DBSnapshot"
2439
+ }
2440
+ },
2441
+ "Delete": {
2442
+ "request": {
2443
+ "operation": "DeleteDBSnapshot",
2444
+ "params": [
2445
+ {
2446
+ "target": "DBSnapshotIdentifier",
2447
+ "source": "identifier",
2448
+ "name": "SnapshotId"
2449
+ }
2450
+ ]
2451
+ },
2452
+ "resource": {
2453
+ "type": "DBSnapshot",
2454
+ "identifiers": [
2455
+ {
2456
+ "target": "InstanceId",
2457
+ "source": "response",
2458
+ "path": "DBSnapshot.DBInstanceIdentifier"
2459
+ },
2460
+ {
2461
+ "target": "SnapshotId",
2462
+ "source": "response",
2463
+ "path": "DBSnapshot.DBSnapshotIdentifier"
2464
+ }
2465
+ ],
2466
+ "path": "DBSnapshot"
2467
+ }
2468
+ },
2469
+ "Restore": {
2470
+ "request": {
2471
+ "operation": "RestoreDBInstanceFromDBSnapshot",
2472
+ "params": [
2473
+ {
2474
+ "target": "DBSnapshotIdentifier",
2475
+ "source": "identifier",
2476
+ "name": "SnapshotId"
2477
+ }
2478
+ ]
2479
+ },
2480
+ "resource": {
2481
+ "type": "DBInstance",
2482
+ "identifiers": [
2483
+ {
2484
+ "target": "Id",
2485
+ "source": "response",
2486
+ "path": "DBInstance.DBInstanceIdentifier"
2487
+ }
2488
+ ],
2489
+ "path": "DBInstance"
2490
+ }
2491
+ },
2492
+ "SubscribeTo": {
2493
+ "request": {
2494
+ "operation": "AddSourceIdentifierToSubscription",
2495
+ "params": [
2496
+ {
2497
+ "target": "SourceIdentifier",
2498
+ "source": "identifier",
2499
+ "name": "SnapshotId"
2500
+ }
2501
+ ]
2502
+ },
2503
+ "resource": {
2504
+ "type": "EventSubscription",
2505
+ "identifiers": [
2506
+ {
2507
+ "target": "Name",
2508
+ "source": "response",
2509
+ "path": "EventSubscription.CustSubscriptionId"
2510
+ }
2511
+ ],
2512
+ "path": "EventSubscription"
2513
+ }
2514
+ },
2515
+ "UnsubscribeFrom": {
2516
+ "request": {
2517
+ "operation": "RemoveSourceIdentifierFromSubscription",
2518
+ "params": [
2519
+ {
2520
+ "target": "SourceIdentifier",
2521
+ "source": "identifier",
2522
+ "name": "SnapshotId"
2523
+ }
2524
+ ]
2525
+ },
2526
+ "resource": {
2527
+ "type": "EventSubscription",
2528
+ "identifiers": [
2529
+ {
2530
+ "target": "Name",
2531
+ "source": "response",
2532
+ "path": "EventSubscription.CustSubscriptionId"
2533
+ }
2534
+ ],
2535
+ "path": "EventSubscription"
2536
+ }
2537
+ }
2538
+ },
2539
+ "has": {
2540
+ "Instance": {
2541
+ "resource": {
2542
+ "type": "DBInstance",
2543
+ "identifiers": [
2544
+ {
2545
+ "target": "Id",
2546
+ "source": "identifier",
2547
+ "name": "InstanceId"
2548
+ }
2549
+ ]
2550
+ }
2551
+ },
2552
+ "OptionGroup": {
2553
+ "resource": {
2554
+ "type": "OptionGroup",
2555
+ "identifiers": [
2556
+ {
2557
+ "target": "Name",
2558
+ "source": "data",
2559
+ "path": "DBSnapshot.OptionGroupName"
2560
+ }
2561
+ ]
2562
+ }
2563
+ }
2564
+ },
2565
+ "hasMany": {
2566
+ "Attributes": {
2567
+ "request": {
2568
+ "operation": "DescribeDBSnapshotAttributes",
2569
+ "params": [
2570
+ {
2571
+ "target": "DBSnapshotIdentifier",
2572
+ "source": "identifier",
2573
+ "name": "SnapshotId"
2574
+ }
2575
+ ]
2576
+ },
2577
+ "resource": {
2578
+ "type": "DBSnapshotAttribute",
2579
+ "identifiers": [
2580
+ {
2581
+ "target": "SnapshotId",
2582
+ "source": "identifier",
2583
+ "name": "SnapshotId"
2584
+ },
2585
+ {
2586
+ "target": "Name",
2587
+ "source": "response",
2588
+ "path": "DBSnapshotAttributesResult.DBSnapshotAttributes[].AttributeName"
2589
+ }
2590
+ ],
2591
+ "path": "DBSnapshotAttributesResult.DBSnapshotAttributes[]"
2592
+ }
2593
+ },
2594
+ "Events": {
2595
+ "request": {
2596
+ "operation": "DescribeEvents",
2597
+ "params": [
2598
+ {
2599
+ "target": "SourceType",
2600
+ "source": "string",
2601
+ "value": "db-snapshot"
2602
+ },
2603
+ {
2604
+ "target": "SourceIdentifier",
2605
+ "source": "identifier",
2606
+ "name": "SnapshotId"
2607
+ }
2608
+ ]
2609
+ },
2610
+ "resource": {
2611
+ "type": "Event",
2612
+ "identifiers": [
2613
+ {
2614
+ "target": "SourceId",
2615
+ "source": "response",
2616
+ "path": "Events[].SourceIdentifier"
2617
+ },
2618
+ {
2619
+ "target": "Date",
2620
+ "source": "response",
2621
+ "path": "Events[].Date"
2622
+ }
2623
+ ],
2624
+ "path": "Events[]"
2625
+ }
2626
+ }
2627
+ }
2628
+ },
2629
+ "DBSnapshotAttribute": {
2630
+ "identifiers": [
2631
+ { "name": "SnapshotId" },
2632
+ {
2633
+ "name": "Name",
2634
+ "memberName": "AttributeName"
2635
+ }
2636
+ ],
2637
+ "shape": "DBSnapshotAttribute",
2638
+ "actions": {
2639
+ "Modify": {
2640
+ "request": {
2641
+ "operation": "ModifyDBSnapshotAttribute",
2642
+ "params": [
2643
+ {
2644
+ "target": "AttributeName",
2645
+ "source": "identifier",
2646
+ "name": "Name"
2647
+ },
2648
+ {
2649
+ "target": "DBSnapshotIdentifier",
2650
+ "source": "identifier",
2651
+ "name": "SnapshotId"
2652
+ }
2653
+ ]
2654
+ }
2655
+ }
2656
+ }
2657
+ },
2658
+ "DBSubnetGroup": {
2659
+ "identifiers": [
2660
+ {
2661
+ "name": "Name",
2662
+ "memberName": "DBSubnetGroupName"
2663
+ }
2664
+ ],
2665
+ "shape": "DBSubnetGroup",
2666
+ "load": {
2667
+ "request": {
2668
+ "operation": "DescribeDBSubnetGroups",
2669
+ "params": [
2670
+ {
2671
+ "target": "DBSubnetGroupName",
2672
+ "source": "identifier",
2673
+ "name": "Name"
2674
+ }
2675
+ ]
2676
+ },
2677
+ "path": "DBSubnetGroups[0]"
2678
+ },
2679
+ "actions": {
2680
+ "Create": {
2681
+ "request": {
2682
+ "operation": "CreateDBSubnetGroup",
2683
+ "params": [
2684
+ {
2685
+ "target": "DBSubnetGroupName",
2686
+ "source": "identifier",
2687
+ "name": "Name"
2688
+ }
2689
+ ]
2690
+ },
2691
+ "resource": {
2692
+ "type": "DBSubnetGroup",
2693
+ "identifiers": [
2694
+ {
2695
+ "target": "Name",
2696
+ "source": "response",
2697
+ "path": "DBSubnetGroup.DBSubnetGroupName"
2698
+ }
2699
+ ],
2700
+ "path": "DBSubnetGroup"
2701
+ }
2702
+ },
2703
+ "Delete": {
2704
+ "request": {
2705
+ "operation": "DeleteDBSubnetGroup",
2706
+ "params": [
2707
+ {
2708
+ "target": "DBSubnetGroupName",
2709
+ "source": "identifier",
2710
+ "name": "Name"
2711
+ }
2712
+ ]
2713
+ }
2714
+ },
2715
+ "Modify": {
2716
+ "request": {
2717
+ "operation": "ModifyDBSubnetGroup",
2718
+ "params": [
2719
+ {
2720
+ "target": "DBSubnetGroupName",
2721
+ "source": "identifier",
2722
+ "name": "Name"
2723
+ }
2724
+ ]
2725
+ },
2726
+ "resource": {
2727
+ "type": "DBSubnetGroup",
2728
+ "identifiers": [
2729
+ {
2730
+ "target": "Name",
2731
+ "source": "response",
2732
+ "path": "DBSubnetGroup.DBSubnetGroupName"
2733
+ }
2734
+ ],
2735
+ "path": "DBSubnetGroup"
2736
+ }
2737
+ }
2738
+ }
2739
+ },
2740
+ "EventCategoryMap": {
2741
+ "identifiers": [
2742
+ {
2743
+ "name": "SourceType",
2744
+ "memberName": "SourceType"
2745
+ }
2746
+ ],
2747
+ "shape": "EventCategoriesMap",
2748
+ "load": {
2749
+ "request": {
2750
+ "operation": "DescribeEventCategories",
2751
+ "params": [
2752
+ {
2753
+ "target": "SourceType",
2754
+ "source": "identifier",
2755
+ "name": "Name"
2756
+ }
2757
+ ]
2758
+ },
2759
+ "path": "EventCategoriesMapList[0]"
2760
+ }
2761
+ },
2762
+ "Event": {
2763
+ "identifiers": [
2764
+ {
2765
+ "name": "SourceId",
2766
+ "memberName": "SourceIdentifier"
2767
+ },
2768
+ {
2769
+ "name": "Date",
2770
+ "memberName": "Date"
2771
+ }
2772
+ ],
2773
+ "shape": "Event"
2774
+ },
2775
+ "EventSubscription": {
2776
+ "identifiers": [
2777
+ {
2778
+ "name": "Name",
2779
+ "memberName": "CustSubscriptionId"
2780
+ }
2781
+ ],
2782
+ "shape": "EventSubscription",
2783
+ "load": {
2784
+ "request": {
2785
+ "operation": "DescribeEventSubscriptions",
2786
+ "params": [
2787
+ {
2788
+ "target": "SubscriptionName",
2789
+ "source": "identifier",
2790
+ "name": "Name"
2791
+ }
2792
+ ]
2793
+ },
2794
+ "path": "EventSubscriptionsList[0]"
2795
+ },
2796
+ "actions": {
2797
+ "AddSubscriber": {
2798
+ "request": {
2799
+ "operation": "AddSourceIdentifierToSubscription",
2800
+ "params": [
2801
+ {
2802
+ "target": "SubscriptionName",
2803
+ "source": "identifier",
2804
+ "name": "Name"
2805
+ }
2806
+ ]
2807
+ },
2808
+ "resource": {
2809
+ "type": "EventSubscription",
2810
+ "identifiers": [
2811
+ {
2812
+ "target": "Name",
2813
+ "source": "response",
2814
+ "path": "EventSubscription.CustSubscriptionId"
2815
+ }
2816
+ ],
2817
+ "path": "EventSubscription"
2818
+ }
2819
+ },
2820
+ "Create": {
2821
+ "request": {
2822
+ "operation": "CreateEventSubscription",
2823
+ "params": [
2824
+ {
2825
+ "target": "SubscriptionName",
2826
+ "source": "identifier",
2827
+ "name": "Name"
2828
+ }
2829
+ ]
2830
+ },
2831
+ "resource": {
2832
+ "type": "EventSubscription",
2833
+ "identifiers": [
2834
+ {
2835
+ "target": "Name",
2836
+ "source": "response",
2837
+ "path": "EventSubscription.CustSubscriptionId"
2838
+ }
2839
+ ],
2840
+ "path": "EventSubscription"
2841
+ }
2842
+ },
2843
+ "Delete": {
2844
+ "request": {
2845
+ "operation": "DeleteEventSubscription",
2846
+ "params": [
2847
+ {
2848
+ "target": "SubscriptionName",
2849
+ "source": "identifier",
2850
+ "name": "Name"
2851
+ }
2852
+ ]
2853
+ },
2854
+ "resource": {
2855
+ "type": "EventSubscription",
2856
+ "identifiers": [
2857
+ {
2858
+ "target": "Name",
2859
+ "source": "response",
2860
+ "path": "EventSubscription.CustSubscriptionId"
2861
+ }
2862
+ ],
2863
+ "path": "EventSubscription"
2864
+ }
2865
+ },
2866
+ "Modify": {
2867
+ "request": {
2868
+ "operation": "ModifyEventSubscription",
2869
+ "params": [
2870
+ {
2871
+ "target": "SubscriptionName",
2872
+ "source": "identifier",
2873
+ "name": "Name"
2874
+ }
2875
+ ]
2876
+ },
2877
+ "resource": {
2878
+ "type": "EventSubscription",
2879
+ "identifiers": [
2880
+ {
2881
+ "target": "Name",
2882
+ "source": "response",
2883
+ "path": "EventSubscription.CustSubscriptionId"
2884
+ }
2885
+ ],
2886
+ "path": "EventSubscription"
2887
+ }
2888
+ },
2889
+ "RemoveSubscriber": {
2890
+ "request": {
2891
+ "operation": "RemoveSourceIdentifierFromSubscription",
2892
+ "params": [
2893
+ {
2894
+ "target": "SubscriptionName",
2895
+ "source": "identifier",
2896
+ "name": "Name"
2897
+ }
2898
+ ]
2899
+ },
2900
+ "resource": {
2901
+ "type": "EventSubscription",
2902
+ "identifiers": [
2903
+ {
2904
+ "target": "Name",
2905
+ "source": "response",
2906
+ "path": "EventSubscription.CustSubscriptionId"
2907
+ }
2908
+ ],
2909
+ "path": "EventSubscription"
2910
+ }
2911
+ }
2912
+ }
2913
+ },
2914
+ "OptionGroup": {
2915
+ "identifiers": [
2916
+ {
2917
+ "name": "Name",
2918
+ "memberName": "OptionGroupName"
2919
+ }
2920
+ ],
2921
+ "shape": "OptionGroup",
2922
+ "load": {
2923
+ "request": {
2924
+ "operation": "DescribeOptionGroups",
2925
+ "params": [
2926
+ {
2927
+ "target": "OptionGroupName",
2928
+ "source": "identifier",
2929
+ "name": "Name"
2930
+ }
2931
+ ]
2932
+ },
2933
+ "path": "OptionGroupsList[0]"
2934
+ },
2935
+ "actions": {
2936
+ "Create": {
2937
+ "request": {
2938
+ "operation": "CreateOptionGroup",
2939
+ "params": [
2940
+ {
2941
+ "target": "OptionGroupName",
2942
+ "source": "identifier",
2943
+ "name": "Name"
2944
+ }
2945
+ ]
2946
+ },
2947
+ "resource": {
2948
+ "type": "OptionGroup",
2949
+ "identifiers": [
2950
+ {
2951
+ "target": "Name",
2952
+ "source": "response",
2953
+ "path": "OptionGroup.OptionGroupName"
2954
+ }
2955
+ ],
2956
+ "path": "OptionGroup"
2957
+ }
2958
+ },
2959
+ "Copy": {
2960
+ "request": {
2961
+ "operation": "CopyOptionGroup",
2962
+ "params": [
2963
+ {
2964
+ "target": "SourceOptionGroupIdentifier",
2965
+ "source": "identifier",
2966
+ "name": "Name"
2967
+ }
2968
+ ]
2969
+ },
2970
+ "resource": {
2971
+ "type": "OptionGroup",
2972
+ "identifiers": [
2973
+ {
2974
+ "target": "Name",
2975
+ "source": "response",
2976
+ "path": "OptionGroup.OptionGroupName"
2977
+ }
2978
+ ],
2979
+ "path": "OptionGroup"
2980
+ }
2981
+ },
2982
+ "Delete": {
2983
+ "request": {
2984
+ "operation": "DeleteOptionGroup",
2985
+ "params": [
2986
+ {
2987
+ "target": "OptionGroupName",
2988
+ "source": "identifier",
2989
+ "name": "Name"
2990
+ }
2991
+ ]
2992
+ }
2993
+ },
2994
+ "Modify": {
2995
+ "request": {
2996
+ "operation": "ModifyOptionGroup",
2997
+ "params": [
2998
+ {
2999
+ "target": "OptionGroupName",
3000
+ "source": "identifier",
3001
+ "name": "Name"
3002
+ }
3003
+ ]
3004
+ },
3005
+ "resource": {
3006
+ "type": "OptionGroup",
3007
+ "identifiers": [
3008
+ {
3009
+ "target": "Name",
3010
+ "source": "response",
3011
+ "path": "OptionGroup.OptionGroupName"
3012
+ }
3013
+ ],
3014
+ "path": "OptionGroup"
3015
+ }
3016
+ }
3017
+ }
3018
+ },
3019
+ "OptionGroupOption": {
3020
+ "identifiers": [
3021
+ {
3022
+ "name": "Name",
3023
+ "memberName": "Name"
3024
+ }
3025
+ ],
3026
+ "shape": "OptionGroupOption"
3027
+ },
3028
+ "Parameter": {
3029
+ "identifiers": [
3030
+ {
3031
+ "name": "Name",
3032
+ "memberName": "ParameterName"
3033
+ }
3034
+ ],
3035
+ "shape": "Parameter"
3036
+ },
3037
+ "PendingMaintenanceAction": {
3038
+ "identifiers": [
3039
+ {"name": "TargetARN"},
3040
+ {
3041
+ "name": "Name",
3042
+ "memberName": "Action"
3043
+ }
3044
+ ],
3045
+ "shape": "PendingMaintenanceAction",
3046
+ "actions": {
3047
+ "ApplyImmediately": {
3048
+ "request": {
3049
+ "operation": "ApplyPendingMaintenanceAction",
3050
+ "params": [
3051
+ {
3052
+ "target": "ApplyAction",
3053
+ "source": "identifier",
3054
+ "name": "Name"
3055
+ },
3056
+ {
3057
+ "target": "ResourceIdentifier",
3058
+ "source": "identifier",
3059
+ "name": "TargetARN"
3060
+ },
3061
+ {
3062
+ "target": "OptInType",
3063
+ "source": "string",
3064
+ "value": "immediate"
3065
+ }
3066
+ ]
3067
+ },
3068
+ "resource": {
3069
+ "type": "ResourcePendingMaintenanceActionList",
3070
+ "identifiers": [
3071
+ {
3072
+ "target": "ARN",
3073
+ "source": "response",
3074
+ "path": "ResourcePendingMaintenanceActions.ResourceIdentifier"
3075
+ }
3076
+ ],
3077
+ "path": "ResourcePendingMaintenanceActions"
3078
+ }
3079
+ },
3080
+ "UndoOptIn": {
3081
+ "request": {
3082
+ "operation": "ApplyPendingMaintenanceAction",
3083
+ "params": [
3084
+ {
3085
+ "target": "ApplyAction",
3086
+ "source": "identifier",
3087
+ "name": "Name"
3088
+ },
3089
+ {
3090
+ "target": "ResourceIdentifier",
3091
+ "source": "identifier",
3092
+ "name": "TargetARN"
3093
+ },
3094
+ {
3095
+ "target": "OptInType",
3096
+ "source": "string",
3097
+ "value": "undo-opt-in"
3098
+ }
3099
+ ]
3100
+ },
3101
+ "resource": {
3102
+ "type": "ResourcePendingMaintenanceActionList",
3103
+ "identifiers": [
3104
+ {
3105
+ "target": "ARN",
3106
+ "source": "response",
3107
+ "path": "ResourcePendingMaintenanceActions.ResourceIdentifier"
3108
+ }
3109
+ ],
3110
+ "path": "ResourcePendingMaintenanceActions"
3111
+ }
3112
+ },
3113
+ "ApplyOnNextMaintenance": {
3114
+ "request": {
3115
+ "operation": "ApplyPendingMaintenanceAction",
3116
+ "params": [
3117
+ {
3118
+ "target": "ApplyAction",
3119
+ "source": "identifier",
3120
+ "name": "Name"
3121
+ },
3122
+ {
3123
+ "target": "ResourceIdentifier",
3124
+ "source": "identifier",
3125
+ "name": "TargetARN"
3126
+ },
3127
+ {
3128
+ "target": "OptInType",
3129
+ "source": "string",
3130
+ "value": "next-maintenance"
3131
+ }
3132
+ ]
3133
+ },
3134
+ "resource": {
3135
+ "type": "ResourcePendingMaintenanceActionList",
3136
+ "identifiers": [
3137
+ {
3138
+ "target": "ARN",
3139
+ "source": "response",
3140
+ "path": "ResourcePendingMaintenanceActions.ResourceIdentifier"
3141
+ }
3142
+ ],
3143
+ "path": "ResourcePendingMaintenanceActions"
3144
+ }
3145
+ }
3146
+ }
3147
+ },
3148
+ "ReservedDBInstance": {
3149
+ "identifiers": [
3150
+ {
3151
+ "name": "Id",
3152
+ "memberName": "ReservedDBInstanceId"
3153
+ }
3154
+ ],
3155
+ "shape": "ReservedDBInstance",
3156
+ "load": {
3157
+ "request": {
3158
+ "operation": "DescribeReservedDBInstances",
3159
+ "params": [
3160
+ {
3161
+ "target": "ReservedDBInstanceId",
3162
+ "source": "identifier",
3163
+ "name": "Id"
3164
+ }
3165
+ ]
3166
+ },
3167
+ "path": "ReservedDBInstances[0]"
3168
+ },
3169
+ "has": {
3170
+ "Offering": {
3171
+ "resource": {
3172
+ "type": "ReservedDBInstancesOffering",
3173
+ "identifiers": [
3174
+ {
3175
+ "target": "Id",
3176
+ "source": "data",
3177
+ "path": "ReservedDBInstancesOfferingId"
3178
+ }
3179
+ ]
3180
+ }
3181
+ }
3182
+ }
3183
+ },
3184
+ "ReservedDBInstancesOffering": {
3185
+ "identifiers": [
3186
+ {
3187
+ "name": "Id",
3188
+ "memberName": "ReservedDBInstancesOfferingId"
3189
+ }
3190
+ ],
3191
+ "shape": "ReservedDBInstancesOffering",
3192
+ "load": {
3193
+ "request": {
3194
+ "operation": "DescribeReservedDBInstancesOfferings",
3195
+ "params": [
3196
+ {
3197
+ "target": "ReservedDBInstancesOfferingId",
3198
+ "source": "identifier",
3199
+ "name": "Id"
3200
+ }
3201
+ ]
3202
+ },
3203
+ "path": "ReservedDBInstancesOfferings[0]"
3204
+ },
3205
+ "actions": {
3206
+ "Purchase": {
3207
+ "request": {
3208
+ "operation": "PurchaseReservedDBInstancesOffering",
3209
+ "params": [
3210
+ {
3211
+ "target": "ReservedDBInstancesOfferingId",
3212
+ "source": "identifier",
3213
+ "name": "Id"
3214
+ }
3215
+ ]
3216
+ },
3217
+ "resource": {
3218
+ "type": "ReservedDBInstance",
3219
+ "identifiers": [
3220
+ {
3221
+ "target": "Id",
3222
+ "source": "response",
3223
+ "path": "ReservedDBInstance.ReservedDBInstanceId"
3224
+ }
3225
+ ],
3226
+ "path": "ReservedDBInstance"
3227
+ }
3228
+ }
3229
+ }
3230
+ },
3231
+ "ResourcePendingMaintenanceActionList": {
3232
+ "identifiers": [
3233
+ {
3234
+ "name": "ARN",
3235
+ "memberName": "ResourceIdentifier"
3236
+ }
3237
+ ],
3238
+ "shape": "ResourcePendingMaintenanceActions",
3239
+ "has": {
3240
+ "PendingMaintenanceActions": {
3241
+ "resource": {
3242
+ "type": "PendingMaintenanceAction",
3243
+ "identifiers": [
3244
+ {
3245
+ "target": "TargetARN",
3246
+ "source": "identifier",
3247
+ "name": "ARN"
3248
+ },
3249
+ {
3250
+ "target": "Name",
3251
+ "source": "data",
3252
+ "path": "PendingMaintenanceActionDetails[].Action"
3253
+ }
3254
+ ],
3255
+ "path": "PendingMaintenanceActionDetails[]"
3256
+ }
3257
+ }
3258
+ }
67
3259
  }
68
- }
69
3260
  }
70
- }
71
3261
  }