aws-sdk 1.27.0 → 1.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd4d41a13cc87d68a0714327c7fcd25d13c34ac4
4
- data.tar.gz: 8953ba9c3f69213247f28ac0d3315d05aaf46e99
3
+ metadata.gz: ddc1fc27301f123ea7c0bfe090476056616ee881
4
+ data.tar.gz: 3c3038d26494294eee02b5e67274dbe09a47459e
5
5
  SHA512:
6
- metadata.gz: add042317cd684bad48295d09cdb3ac57664ee020fb30df822c50c7642a862ac35a81bb82484182d66689aa013b01feb0132b5ae1528b72cfff09ea877e093f7
7
- data.tar.gz: fe434221b2fdbdac2203f1ecdde949d740e9b45731c0fb79dad29bd35940614f3452413a9861cf2d75ded4231c1a8f2f81f15021a6ce25eb8271cd4376c6e485
6
+ metadata.gz: 91dcd45dd3b675a7955191b16087359f57ccd15dfa75467a9ed7ff450a7336c355d5740eda5ca6c2fea4a33fb515b1f31fd87c68df53938e51dea9b92851224a
7
+ data.tar.gz: ca858dbb1f5b6dd36352af48c291089ed413a7041bb82a3b5d8f5f86c5fa52869d4e3a6b6686f8cddf83ac7681cd0ad447ef54f163c32e1d3f1aff217dbc86f8
@@ -4082,8 +4082,11 @@
4082
4082
  NoDevice:
4083
4083
  - :string
4084
4084
  - :rename: blockDeviceMappings
4085
- MonitoringEnabled:
4086
- - :boolean
4085
+ Monitoring:
4086
+ - :structure:
4087
+ Enabled:
4088
+ - :boolean
4089
+ - :required
4087
4090
  SubnetId:
4088
4091
  - :string
4089
4092
  NetworkInterface:
@@ -4084,8 +4084,11 @@
4084
4084
  NoDevice:
4085
4085
  - :string
4086
4086
  - :rename: blockDeviceMappings
4087
- MonitoringEnabled:
4088
- - :boolean
4087
+ Monitoring:
4088
+ - :structure:
4089
+ Enabled:
4090
+ - :boolean
4091
+ - :required
4089
4092
  SubnetId:
4090
4093
  - :string
4091
4094
  NetworkInterface:
@@ -0,0 +1,2641 @@
1
+ # Copyright 2011-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License"). You
4
+ # may not use this file except in compliance with the License. A copy of
5
+ # the License is located at
6
+ #
7
+ # http://aws.amazon.com/apache2.0/
8
+ #
9
+ # or in the "license" file accompanying this file. This file is
10
+ # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
+ # ANY KIND, either express or implied. See the License for the specific
12
+ # language governing permissions and limitations under the License.
13
+
14
+ ---
15
+ :api_version: '2013-09-09'
16
+ :operations:
17
+ - :name: AddSourceIdentifierToSubscription
18
+ :method: :add_source_identifier_to_subscription
19
+ :inputs:
20
+ SubscriptionName:
21
+ - :string
22
+ - :required
23
+ SourceIdentifier:
24
+ - :string
25
+ - :required
26
+ :outputs:
27
+ :children:
28
+ AddSourceIdentifierToSubscriptionResult:
29
+ :ignore: true
30
+ :children:
31
+ EventSubscription:
32
+ :children:
33
+ SourceIdsList:
34
+ :ignore: true
35
+ :children:
36
+ SourceId:
37
+ :rename: :source_ids_list
38
+ :list: true
39
+ EventCategoriesList:
40
+ :ignore: true
41
+ :children:
42
+ EventCategory:
43
+ :rename: :event_categories_list
44
+ :list: true
45
+ Enabled:
46
+ :type: :boolean
47
+ :ignore: true
48
+ - :name: AddTagsToResource
49
+ :method: :add_tags_to_resource
50
+ :inputs:
51
+ ResourceName:
52
+ - :string
53
+ - :required
54
+ Tags:
55
+ - :membered_list:
56
+ - :structure:
57
+ Key:
58
+ - :string
59
+ Value:
60
+ - :string
61
+ - :required
62
+ :outputs:
63
+ :children:
64
+ AddTagsToResourceResult:
65
+ :ignore: true
66
+ - :name: AuthorizeDBSecurityGroupIngress
67
+ :method: :authorize_db_security_group_ingress
68
+ :inputs:
69
+ DBSecurityGroupName:
70
+ - :string
71
+ - :required
72
+ CIDRIP:
73
+ - :string
74
+ EC2SecurityGroupName:
75
+ - :string
76
+ EC2SecurityGroupId:
77
+ - :string
78
+ EC2SecurityGroupOwnerId:
79
+ - :string
80
+ :outputs:
81
+ :children:
82
+ AuthorizeDBSecurityGroupIngressResult:
83
+ :ignore: true
84
+ :children:
85
+ DBSecurityGroup:
86
+ :children:
87
+ EC2SecurityGroups:
88
+ :ignore: true
89
+ :children:
90
+ EC2SecurityGroup:
91
+ :rename: :ec2_security_groups
92
+ :list: true
93
+ IPRanges:
94
+ :ignore: true
95
+ :children:
96
+ IPRange:
97
+ :rename: :ip_ranges
98
+ :list: true
99
+ :ignore: true
100
+ - :name: CopyDBSnapshot
101
+ :method: :copy_db_snapshot
102
+ :inputs:
103
+ SourceDBSnapshotIdentifier:
104
+ - :string
105
+ - :required
106
+ TargetDBSnapshotIdentifier:
107
+ - :string
108
+ - :required
109
+ Tags:
110
+ - :membered_list:
111
+ - :structure:
112
+ Key:
113
+ - :string
114
+ Value:
115
+ - :string
116
+ :outputs:
117
+ :children:
118
+ CopyDBSnapshotResult:
119
+ :ignore: true
120
+ :children:
121
+ DBSnapshot:
122
+ :children:
123
+ SnapshotCreateTime:
124
+ :type: :time
125
+ AllocatedStorage:
126
+ :type: :integer
127
+ Port:
128
+ :type: :integer
129
+ InstanceCreateTime:
130
+ :type: :time
131
+ Iops:
132
+ :type: :integer
133
+ PercentProgress:
134
+ :type: :integer
135
+ :ignore: true
136
+ - :name: CreateDBInstance
137
+ :method: :create_db_instance
138
+ :inputs:
139
+ DBName:
140
+ - :string
141
+ DBInstanceIdentifier:
142
+ - :string
143
+ - :required
144
+ AllocatedStorage:
145
+ - :integer
146
+ - :required
147
+ DBInstanceClass:
148
+ - :string
149
+ - :required
150
+ Engine:
151
+ - :string
152
+ - :required
153
+ MasterUsername:
154
+ - :string
155
+ - :required
156
+ MasterUserPassword:
157
+ - :string
158
+ - :required
159
+ DBSecurityGroups:
160
+ - :membered_list:
161
+ - :string
162
+ VpcSecurityGroupIds:
163
+ - :membered_list:
164
+ - :string
165
+ AvailabilityZone:
166
+ - :string
167
+ DBSubnetGroupName:
168
+ - :string
169
+ PreferredMaintenanceWindow:
170
+ - :string
171
+ DBParameterGroupName:
172
+ - :string
173
+ BackupRetentionPeriod:
174
+ - :integer
175
+ PreferredBackupWindow:
176
+ - :string
177
+ Port:
178
+ - :integer
179
+ MultiAZ:
180
+ - :boolean
181
+ EngineVersion:
182
+ - :string
183
+ AutoMinorVersionUpgrade:
184
+ - :boolean
185
+ LicenseModel:
186
+ - :string
187
+ Iops:
188
+ - :integer
189
+ OptionGroupName:
190
+ - :string
191
+ CharacterSetName:
192
+ - :string
193
+ PubliclyAccessible:
194
+ - :boolean
195
+ Tags:
196
+ - :membered_list:
197
+ - :structure:
198
+ Key:
199
+ - :string
200
+ Value:
201
+ - :string
202
+ :outputs:
203
+ :children:
204
+ CreateDBInstanceResult:
205
+ :ignore: true
206
+ :children:
207
+ DBInstance:
208
+ :children:
209
+ Endpoint:
210
+ :children:
211
+ Port:
212
+ :type: :integer
213
+ AllocatedStorage:
214
+ :type: :integer
215
+ InstanceCreateTime:
216
+ :type: :time
217
+ BackupRetentionPeriod:
218
+ :type: :integer
219
+ DBSecurityGroups:
220
+ :ignore: true
221
+ :children:
222
+ DBSecurityGroup:
223
+ :rename: :db_security_groups
224
+ :list: true
225
+ VpcSecurityGroups:
226
+ :ignore: true
227
+ :children:
228
+ VpcSecurityGroupMembership:
229
+ :rename: :vpc_security_groups
230
+ :list: true
231
+ DBParameterGroups:
232
+ :ignore: true
233
+ :children:
234
+ DBParameterGroup:
235
+ :rename: :db_parameter_groups
236
+ :list: true
237
+ DBSubnetGroup:
238
+ :children:
239
+ Subnets:
240
+ :ignore: true
241
+ :children:
242
+ Subnet:
243
+ :rename: :subnets
244
+ :list: true
245
+ :children:
246
+ SubnetAvailabilityZone:
247
+ :children:
248
+ ProvisionedIopsCapable:
249
+ :type: :boolean
250
+ PendingModifiedValues:
251
+ :children:
252
+ AllocatedStorage:
253
+ :type: :integer
254
+ Port:
255
+ :type: :integer
256
+ BackupRetentionPeriod:
257
+ :type: :integer
258
+ MultiAZ:
259
+ :type: :boolean
260
+ Iops:
261
+ :type: :integer
262
+ LatestRestorableTime:
263
+ :type: :time
264
+ MultiAZ:
265
+ :type: :boolean
266
+ AutoMinorVersionUpgrade:
267
+ :type: :boolean
268
+ ReadReplicaDBInstanceIdentifiers:
269
+ :ignore: true
270
+ :children:
271
+ ReadReplicaDBInstanceIdentifier:
272
+ :rename: :read_replica_db_instance_identifiers
273
+ :list: true
274
+ Iops:
275
+ :type: :integer
276
+ OptionGroupMemberships:
277
+ :ignore: true
278
+ :children:
279
+ OptionGroupMembership:
280
+ :rename: :option_group_memberships
281
+ :list: true
282
+ PubliclyAccessible:
283
+ :type: :boolean
284
+ StatusInfos:
285
+ :ignore: true
286
+ :children:
287
+ DBInstanceStatusInfo:
288
+ :rename: :status_infos
289
+ :list: true
290
+ :children:
291
+ Normal:
292
+ :type: :boolean
293
+ :ignore: true
294
+ - :name: CreateDBInstanceReadReplica
295
+ :method: :create_db_instance_read_replica
296
+ :inputs:
297
+ DBInstanceIdentifier:
298
+ - :string
299
+ - :required
300
+ SourceDBInstanceIdentifier:
301
+ - :string
302
+ - :required
303
+ DBInstanceClass:
304
+ - :string
305
+ AvailabilityZone:
306
+ - :string
307
+ Port:
308
+ - :integer
309
+ AutoMinorVersionUpgrade:
310
+ - :boolean
311
+ Iops:
312
+ - :integer
313
+ OptionGroupName:
314
+ - :string
315
+ PubliclyAccessible:
316
+ - :boolean
317
+ Tags:
318
+ - :membered_list:
319
+ - :structure:
320
+ Key:
321
+ - :string
322
+ Value:
323
+ - :string
324
+ DBSubnetGroupName:
325
+ - :string
326
+ :outputs:
327
+ :children:
328
+ CreateDBInstanceReadReplicaResult:
329
+ :ignore: true
330
+ :children:
331
+ DBInstance:
332
+ :children:
333
+ Endpoint:
334
+ :children:
335
+ Port:
336
+ :type: :integer
337
+ AllocatedStorage:
338
+ :type: :integer
339
+ InstanceCreateTime:
340
+ :type: :time
341
+ BackupRetentionPeriod:
342
+ :type: :integer
343
+ DBSecurityGroups:
344
+ :ignore: true
345
+ :children:
346
+ DBSecurityGroup:
347
+ :rename: :db_security_groups
348
+ :list: true
349
+ VpcSecurityGroups:
350
+ :ignore: true
351
+ :children:
352
+ VpcSecurityGroupMembership:
353
+ :rename: :vpc_security_groups
354
+ :list: true
355
+ DBParameterGroups:
356
+ :ignore: true
357
+ :children:
358
+ DBParameterGroup:
359
+ :rename: :db_parameter_groups
360
+ :list: true
361
+ DBSubnetGroup:
362
+ :children:
363
+ Subnets:
364
+ :ignore: true
365
+ :children:
366
+ Subnet:
367
+ :rename: :subnets
368
+ :list: true
369
+ :children:
370
+ SubnetAvailabilityZone:
371
+ :children:
372
+ ProvisionedIopsCapable:
373
+ :type: :boolean
374
+ PendingModifiedValues:
375
+ :children:
376
+ AllocatedStorage:
377
+ :type: :integer
378
+ Port:
379
+ :type: :integer
380
+ BackupRetentionPeriod:
381
+ :type: :integer
382
+ MultiAZ:
383
+ :type: :boolean
384
+ Iops:
385
+ :type: :integer
386
+ LatestRestorableTime:
387
+ :type: :time
388
+ MultiAZ:
389
+ :type: :boolean
390
+ AutoMinorVersionUpgrade:
391
+ :type: :boolean
392
+ ReadReplicaDBInstanceIdentifiers:
393
+ :ignore: true
394
+ :children:
395
+ ReadReplicaDBInstanceIdentifier:
396
+ :rename: :read_replica_db_instance_identifiers
397
+ :list: true
398
+ Iops:
399
+ :type: :integer
400
+ OptionGroupMemberships:
401
+ :ignore: true
402
+ :children:
403
+ OptionGroupMembership:
404
+ :rename: :option_group_memberships
405
+ :list: true
406
+ PubliclyAccessible:
407
+ :type: :boolean
408
+ StatusInfos:
409
+ :ignore: true
410
+ :children:
411
+ DBInstanceStatusInfo:
412
+ :rename: :status_infos
413
+ :list: true
414
+ :children:
415
+ Normal:
416
+ :type: :boolean
417
+ :ignore: true
418
+ - :name: CreateDBParameterGroup
419
+ :method: :create_db_parameter_group
420
+ :inputs:
421
+ DBParameterGroupName:
422
+ - :string
423
+ - :required
424
+ DBParameterGroupFamily:
425
+ - :string
426
+ - :required
427
+ Description:
428
+ - :string
429
+ - :required
430
+ Tags:
431
+ - :membered_list:
432
+ - :structure:
433
+ Key:
434
+ - :string
435
+ Value:
436
+ - :string
437
+ :outputs:
438
+ :children:
439
+ CreateDBParameterGroupResult:
440
+ :ignore: true
441
+ :children:
442
+ DBParameterGroup:
443
+ :ignore: true
444
+ - :name: CreateDBSecurityGroup
445
+ :method: :create_db_security_group
446
+ :inputs:
447
+ DBSecurityGroupName:
448
+ - :string
449
+ - :required
450
+ DBSecurityGroupDescription:
451
+ - :string
452
+ - :required
453
+ Tags:
454
+ - :membered_list:
455
+ - :structure:
456
+ Key:
457
+ - :string
458
+ Value:
459
+ - :string
460
+ :outputs:
461
+ :children:
462
+ CreateDBSecurityGroupResult:
463
+ :ignore: true
464
+ :children:
465
+ DBSecurityGroup:
466
+ :children:
467
+ EC2SecurityGroups:
468
+ :ignore: true
469
+ :children:
470
+ EC2SecurityGroup:
471
+ :rename: :ec2_security_groups
472
+ :list: true
473
+ IPRanges:
474
+ :ignore: true
475
+ :children:
476
+ IPRange:
477
+ :rename: :ip_ranges
478
+ :list: true
479
+ :ignore: true
480
+ - :name: CreateDBSnapshot
481
+ :method: :create_db_snapshot
482
+ :inputs:
483
+ DBSnapshotIdentifier:
484
+ - :string
485
+ - :required
486
+ DBInstanceIdentifier:
487
+ - :string
488
+ - :required
489
+ Tags:
490
+ - :membered_list:
491
+ - :structure:
492
+ Key:
493
+ - :string
494
+ Value:
495
+ - :string
496
+ :outputs:
497
+ :children:
498
+ CreateDBSnapshotResult:
499
+ :ignore: true
500
+ :children:
501
+ DBSnapshot:
502
+ :children:
503
+ SnapshotCreateTime:
504
+ :type: :time
505
+ AllocatedStorage:
506
+ :type: :integer
507
+ Port:
508
+ :type: :integer
509
+ InstanceCreateTime:
510
+ :type: :time
511
+ Iops:
512
+ :type: :integer
513
+ PercentProgress:
514
+ :type: :integer
515
+ :ignore: true
516
+ - :name: CreateDBSubnetGroup
517
+ :method: :create_db_subnet_group
518
+ :inputs:
519
+ DBSubnetGroupName:
520
+ - :string
521
+ - :required
522
+ DBSubnetGroupDescription:
523
+ - :string
524
+ - :required
525
+ SubnetIds:
526
+ - :membered_list:
527
+ - :string
528
+ - :required
529
+ Tags:
530
+ - :membered_list:
531
+ - :structure:
532
+ Key:
533
+ - :string
534
+ Value:
535
+ - :string
536
+ :outputs:
537
+ :children:
538
+ CreateDBSubnetGroupResult:
539
+ :ignore: true
540
+ :children:
541
+ DBSubnetGroup:
542
+ :children:
543
+ Subnets:
544
+ :ignore: true
545
+ :children:
546
+ Subnet:
547
+ :rename: :subnets
548
+ :list: true
549
+ :children:
550
+ SubnetAvailabilityZone:
551
+ :children:
552
+ ProvisionedIopsCapable:
553
+ :type: :boolean
554
+ :ignore: true
555
+ - :name: CreateEventSubscription
556
+ :method: :create_event_subscription
557
+ :inputs:
558
+ SubscriptionName:
559
+ - :string
560
+ - :required
561
+ SnsTopicArn:
562
+ - :string
563
+ - :required
564
+ SourceType:
565
+ - :string
566
+ EventCategories:
567
+ - :membered_list:
568
+ - :string
569
+ SourceIds:
570
+ - :membered_list:
571
+ - :string
572
+ Enabled:
573
+ - :boolean
574
+ Tags:
575
+ - :membered_list:
576
+ - :structure:
577
+ Key:
578
+ - :string
579
+ Value:
580
+ - :string
581
+ :outputs:
582
+ :children:
583
+ CreateEventSubscriptionResult:
584
+ :ignore: true
585
+ :children:
586
+ EventSubscription:
587
+ :children:
588
+ SourceIdsList:
589
+ :ignore: true
590
+ :children:
591
+ SourceId:
592
+ :rename: :source_ids_list
593
+ :list: true
594
+ EventCategoriesList:
595
+ :ignore: true
596
+ :children:
597
+ EventCategory:
598
+ :rename: :event_categories_list
599
+ :list: true
600
+ Enabled:
601
+ :type: :boolean
602
+ :ignore: true
603
+ - :name: CreateOptionGroup
604
+ :method: :create_option_group
605
+ :inputs:
606
+ OptionGroupName:
607
+ - :string
608
+ - :required
609
+ EngineName:
610
+ - :string
611
+ - :required
612
+ MajorEngineVersion:
613
+ - :string
614
+ - :required
615
+ OptionGroupDescription:
616
+ - :string
617
+ - :required
618
+ Tags:
619
+ - :membered_list:
620
+ - :structure:
621
+ Key:
622
+ - :string
623
+ Value:
624
+ - :string
625
+ :outputs:
626
+ :children:
627
+ CreateOptionGroupResult:
628
+ :ignore: true
629
+ :children:
630
+ OptionGroup:
631
+ :children:
632
+ Options:
633
+ :ignore: true
634
+ :children:
635
+ Option:
636
+ :rename: :options
637
+ :list: true
638
+ :children:
639
+ Persistent:
640
+ :type: :boolean
641
+ Permanent:
642
+ :type: :boolean
643
+ Port:
644
+ :type: :integer
645
+ OptionSettings:
646
+ :ignore: true
647
+ :children:
648
+ OptionSetting:
649
+ :rename: :option_settings
650
+ :list: true
651
+ :children:
652
+ IsModifiable:
653
+ :type: :boolean
654
+ IsCollection:
655
+ :type: :boolean
656
+ DBSecurityGroupMemberships:
657
+ :ignore: true
658
+ :children:
659
+ DBSecurityGroup:
660
+ :rename: :db_security_group_memberships
661
+ :list: true
662
+ VpcSecurityGroupMemberships:
663
+ :ignore: true
664
+ :children:
665
+ VpcSecurityGroupMembership:
666
+ :rename: :vpc_security_group_memberships
667
+ :list: true
668
+ AllowsVpcAndNonVpcInstanceMemberships:
669
+ :type: :boolean
670
+ :ignore: true
671
+ - :name: DeleteDBInstance
672
+ :method: :delete_db_instance
673
+ :inputs:
674
+ DBInstanceIdentifier:
675
+ - :string
676
+ - :required
677
+ SkipFinalSnapshot:
678
+ - :boolean
679
+ FinalDBSnapshotIdentifier:
680
+ - :string
681
+ :outputs:
682
+ :children:
683
+ DeleteDBInstanceResult:
684
+ :ignore: true
685
+ :children:
686
+ DBInstance:
687
+ :children:
688
+ Endpoint:
689
+ :children:
690
+ Port:
691
+ :type: :integer
692
+ AllocatedStorage:
693
+ :type: :integer
694
+ InstanceCreateTime:
695
+ :type: :time
696
+ BackupRetentionPeriod:
697
+ :type: :integer
698
+ DBSecurityGroups:
699
+ :ignore: true
700
+ :children:
701
+ DBSecurityGroup:
702
+ :rename: :db_security_groups
703
+ :list: true
704
+ VpcSecurityGroups:
705
+ :ignore: true
706
+ :children:
707
+ VpcSecurityGroupMembership:
708
+ :rename: :vpc_security_groups
709
+ :list: true
710
+ DBParameterGroups:
711
+ :ignore: true
712
+ :children:
713
+ DBParameterGroup:
714
+ :rename: :db_parameter_groups
715
+ :list: true
716
+ DBSubnetGroup:
717
+ :children:
718
+ Subnets:
719
+ :ignore: true
720
+ :children:
721
+ Subnet:
722
+ :rename: :subnets
723
+ :list: true
724
+ :children:
725
+ SubnetAvailabilityZone:
726
+ :children:
727
+ ProvisionedIopsCapable:
728
+ :type: :boolean
729
+ PendingModifiedValues:
730
+ :children:
731
+ AllocatedStorage:
732
+ :type: :integer
733
+ Port:
734
+ :type: :integer
735
+ BackupRetentionPeriod:
736
+ :type: :integer
737
+ MultiAZ:
738
+ :type: :boolean
739
+ Iops:
740
+ :type: :integer
741
+ LatestRestorableTime:
742
+ :type: :time
743
+ MultiAZ:
744
+ :type: :boolean
745
+ AutoMinorVersionUpgrade:
746
+ :type: :boolean
747
+ ReadReplicaDBInstanceIdentifiers:
748
+ :ignore: true
749
+ :children:
750
+ ReadReplicaDBInstanceIdentifier:
751
+ :rename: :read_replica_db_instance_identifiers
752
+ :list: true
753
+ Iops:
754
+ :type: :integer
755
+ OptionGroupMemberships:
756
+ :ignore: true
757
+ :children:
758
+ OptionGroupMembership:
759
+ :rename: :option_group_memberships
760
+ :list: true
761
+ PubliclyAccessible:
762
+ :type: :boolean
763
+ StatusInfos:
764
+ :ignore: true
765
+ :children:
766
+ DBInstanceStatusInfo:
767
+ :rename: :status_infos
768
+ :list: true
769
+ :children:
770
+ Normal:
771
+ :type: :boolean
772
+ :ignore: true
773
+ - :name: DeleteDBParameterGroup
774
+ :method: :delete_db_parameter_group
775
+ :inputs:
776
+ DBParameterGroupName:
777
+ - :string
778
+ - :required
779
+ :outputs:
780
+ :children:
781
+ DeleteDBParameterGroupResult:
782
+ :ignore: true
783
+ - :name: DeleteDBSecurityGroup
784
+ :method: :delete_db_security_group
785
+ :inputs:
786
+ DBSecurityGroupName:
787
+ - :string
788
+ - :required
789
+ :outputs:
790
+ :children:
791
+ DeleteDBSecurityGroupResult:
792
+ :ignore: true
793
+ - :name: DeleteDBSnapshot
794
+ :method: :delete_db_snapshot
795
+ :inputs:
796
+ DBSnapshotIdentifier:
797
+ - :string
798
+ - :required
799
+ :outputs:
800
+ :children:
801
+ DeleteDBSnapshotResult:
802
+ :ignore: true
803
+ :children:
804
+ DBSnapshot:
805
+ :children:
806
+ SnapshotCreateTime:
807
+ :type: :time
808
+ AllocatedStorage:
809
+ :type: :integer
810
+ Port:
811
+ :type: :integer
812
+ InstanceCreateTime:
813
+ :type: :time
814
+ Iops:
815
+ :type: :integer
816
+ PercentProgress:
817
+ :type: :integer
818
+ :ignore: true
819
+ - :name: DeleteDBSubnetGroup
820
+ :method: :delete_db_subnet_group
821
+ :inputs:
822
+ DBSubnetGroupName:
823
+ - :string
824
+ - :required
825
+ :outputs:
826
+ :children:
827
+ DeleteDBSubnetGroupResult:
828
+ :ignore: true
829
+ - :name: DeleteEventSubscription
830
+ :method: :delete_event_subscription
831
+ :inputs:
832
+ SubscriptionName:
833
+ - :string
834
+ - :required
835
+ :outputs:
836
+ :children:
837
+ DeleteEventSubscriptionResult:
838
+ :ignore: true
839
+ :children:
840
+ EventSubscription:
841
+ :children:
842
+ SourceIdsList:
843
+ :ignore: true
844
+ :children:
845
+ SourceId:
846
+ :rename: :source_ids_list
847
+ :list: true
848
+ EventCategoriesList:
849
+ :ignore: true
850
+ :children:
851
+ EventCategory:
852
+ :rename: :event_categories_list
853
+ :list: true
854
+ Enabled:
855
+ :type: :boolean
856
+ :ignore: true
857
+ - :name: DeleteOptionGroup
858
+ :method: :delete_option_group
859
+ :inputs:
860
+ OptionGroupName:
861
+ - :string
862
+ - :required
863
+ :outputs:
864
+ :children:
865
+ DeleteOptionGroupResult:
866
+ :ignore: true
867
+ - :name: DescribeDBEngineVersions
868
+ :method: :describe_db_engine_versions
869
+ :inputs:
870
+ Engine:
871
+ - :string
872
+ EngineVersion:
873
+ - :string
874
+ DBParameterGroupFamily:
875
+ - :string
876
+ MaxRecords:
877
+ - :integer
878
+ Marker:
879
+ - :string
880
+ DefaultOnly:
881
+ - :boolean
882
+ ListSupportedCharacterSets:
883
+ - :boolean
884
+ :outputs:
885
+ :children:
886
+ DescribeDBEngineVersionsResult:
887
+ :ignore: true
888
+ :children:
889
+ DBEngineVersions:
890
+ :ignore: true
891
+ :children:
892
+ DBEngineVersion:
893
+ :rename: :db_engine_versions
894
+ :list: true
895
+ :children:
896
+ SupportedCharacterSets:
897
+ :ignore: true
898
+ :children:
899
+ CharacterSet:
900
+ :rename: :supported_character_sets
901
+ :list: true
902
+ - :name: DescribeDBInstances
903
+ :method: :describe_db_instances
904
+ :inputs:
905
+ DBInstanceIdentifier:
906
+ - :string
907
+ Filters:
908
+ - :membered_list:
909
+ - :structure:
910
+ FilterName:
911
+ - :string
912
+ - :required
913
+ FilterValue:
914
+ - :membered_list:
915
+ - :string
916
+ - :required
917
+ MaxRecords:
918
+ - :integer
919
+ Marker:
920
+ - :string
921
+ :outputs:
922
+ :children:
923
+ DescribeDBInstancesResult:
924
+ :ignore: true
925
+ :children:
926
+ DBInstances:
927
+ :ignore: true
928
+ :children:
929
+ DBInstance:
930
+ :rename: :db_instances
931
+ :list: true
932
+ :children:
933
+ Endpoint:
934
+ :children:
935
+ Port:
936
+ :type: :integer
937
+ AllocatedStorage:
938
+ :type: :integer
939
+ InstanceCreateTime:
940
+ :type: :time
941
+ BackupRetentionPeriod:
942
+ :type: :integer
943
+ DBSecurityGroups:
944
+ :ignore: true
945
+ :children:
946
+ DBSecurityGroup:
947
+ :rename: :db_security_groups
948
+ :list: true
949
+ VpcSecurityGroups:
950
+ :ignore: true
951
+ :children:
952
+ VpcSecurityGroupMembership:
953
+ :rename: :vpc_security_groups
954
+ :list: true
955
+ DBParameterGroups:
956
+ :ignore: true
957
+ :children:
958
+ DBParameterGroup:
959
+ :rename: :db_parameter_groups
960
+ :list: true
961
+ DBSubnetGroup:
962
+ :children:
963
+ Subnets:
964
+ :ignore: true
965
+ :children:
966
+ Subnet:
967
+ :rename: :subnets
968
+ :list: true
969
+ :children:
970
+ SubnetAvailabilityZone:
971
+ :children:
972
+ ProvisionedIopsCapable:
973
+ :type: :boolean
974
+ PendingModifiedValues:
975
+ :children:
976
+ AllocatedStorage:
977
+ :type: :integer
978
+ Port:
979
+ :type: :integer
980
+ BackupRetentionPeriod:
981
+ :type: :integer
982
+ MultiAZ:
983
+ :type: :boolean
984
+ Iops:
985
+ :type: :integer
986
+ LatestRestorableTime:
987
+ :type: :time
988
+ MultiAZ:
989
+ :type: :boolean
990
+ AutoMinorVersionUpgrade:
991
+ :type: :boolean
992
+ ReadReplicaDBInstanceIdentifiers:
993
+ :ignore: true
994
+ :children:
995
+ ReadReplicaDBInstanceIdentifier:
996
+ :rename: :read_replica_db_instance_identifiers
997
+ :list: true
998
+ Iops:
999
+ :type: :integer
1000
+ OptionGroupMemberships:
1001
+ :ignore: true
1002
+ :children:
1003
+ OptionGroupMembership:
1004
+ :rename: :option_group_memberships
1005
+ :list: true
1006
+ PubliclyAccessible:
1007
+ :type: :boolean
1008
+ StatusInfos:
1009
+ :ignore: true
1010
+ :children:
1011
+ DBInstanceStatusInfo:
1012
+ :rename: :status_infos
1013
+ :list: true
1014
+ :children:
1015
+ Normal:
1016
+ :type: :boolean
1017
+ - :name: DescribeDBLogFiles
1018
+ :method: :describe_db_log_files
1019
+ :inputs:
1020
+ DBInstanceIdentifier:
1021
+ - :string
1022
+ - :required
1023
+ FilenameContains:
1024
+ - :string
1025
+ FileLastWritten:
1026
+ - :long
1027
+ FileSize:
1028
+ - :long
1029
+ MaxRecords:
1030
+ - :integer
1031
+ Marker:
1032
+ - :string
1033
+ :outputs:
1034
+ :children:
1035
+ DescribeDBLogFilesResult:
1036
+ :ignore: true
1037
+ :children:
1038
+ DescribeDBLogFiles:
1039
+ :ignore: true
1040
+ :children:
1041
+ DescribeDBLogFilesDetails:
1042
+ :rename: :describe_db_log_files
1043
+ :list: true
1044
+ :children:
1045
+ LastWritten:
1046
+ :type: :integer
1047
+ Size:
1048
+ :type: :integer
1049
+ - :name: DescribeDBParameterGroups
1050
+ :method: :describe_db_parameter_groups
1051
+ :inputs:
1052
+ DBParameterGroupName:
1053
+ - :string
1054
+ Filters:
1055
+ - :membered_list:
1056
+ - :structure:
1057
+ FilterName:
1058
+ - :string
1059
+ - :required
1060
+ FilterValue:
1061
+ - :membered_list:
1062
+ - :string
1063
+ - :required
1064
+ MaxRecords:
1065
+ - :integer
1066
+ Marker:
1067
+ - :string
1068
+ :outputs:
1069
+ :children:
1070
+ DescribeDBParameterGroupsResult:
1071
+ :ignore: true
1072
+ :children:
1073
+ DBParameterGroups:
1074
+ :ignore: true
1075
+ :children:
1076
+ DBParameterGroup:
1077
+ :rename: :db_parameter_groups
1078
+ :list: true
1079
+ - :name: DescribeDBParameters
1080
+ :method: :describe_db_parameters
1081
+ :inputs:
1082
+ DBParameterGroupName:
1083
+ - :string
1084
+ - :required
1085
+ Source:
1086
+ - :string
1087
+ MaxRecords:
1088
+ - :integer
1089
+ Marker:
1090
+ - :string
1091
+ :outputs:
1092
+ :children:
1093
+ DescribeDBParametersResult:
1094
+ :ignore: true
1095
+ :children:
1096
+ Parameters:
1097
+ :ignore: true
1098
+ :children:
1099
+ Parameter:
1100
+ :rename: :parameters
1101
+ :list: true
1102
+ :children:
1103
+ IsModifiable:
1104
+ :type: :boolean
1105
+ - :name: DescribeDBSecurityGroups
1106
+ :method: :describe_db_security_groups
1107
+ :inputs:
1108
+ DBSecurityGroupName:
1109
+ - :string
1110
+ Filters:
1111
+ - :membered_list:
1112
+ - :structure:
1113
+ FilterName:
1114
+ - :string
1115
+ - :required
1116
+ FilterValue:
1117
+ - :membered_list:
1118
+ - :string
1119
+ - :required
1120
+ MaxRecords:
1121
+ - :integer
1122
+ Marker:
1123
+ - :string
1124
+ :outputs:
1125
+ :children:
1126
+ DescribeDBSecurityGroupsResult:
1127
+ :ignore: true
1128
+ :children:
1129
+ DBSecurityGroups:
1130
+ :ignore: true
1131
+ :children:
1132
+ DBSecurityGroup:
1133
+ :rename: :db_security_groups
1134
+ :list: true
1135
+ :children:
1136
+ EC2SecurityGroups:
1137
+ :ignore: true
1138
+ :children:
1139
+ EC2SecurityGroup:
1140
+ :rename: :ec2_security_groups
1141
+ :list: true
1142
+ IPRanges:
1143
+ :ignore: true
1144
+ :children:
1145
+ IPRange:
1146
+ :rename: :ip_ranges
1147
+ :list: true
1148
+ - :name: DescribeDBSnapshots
1149
+ :method: :describe_db_snapshots
1150
+ :inputs:
1151
+ DBInstanceIdentifier:
1152
+ - :string
1153
+ DBSnapshotIdentifier:
1154
+ - :string
1155
+ SnapshotType:
1156
+ - :string
1157
+ Filters:
1158
+ - :membered_list:
1159
+ - :structure:
1160
+ FilterName:
1161
+ - :string
1162
+ - :required
1163
+ FilterValue:
1164
+ - :membered_list:
1165
+ - :string
1166
+ - :required
1167
+ MaxRecords:
1168
+ - :integer
1169
+ Marker:
1170
+ - :string
1171
+ :outputs:
1172
+ :children:
1173
+ DescribeDBSnapshotsResult:
1174
+ :ignore: true
1175
+ :children:
1176
+ DBSnapshots:
1177
+ :ignore: true
1178
+ :children:
1179
+ DBSnapshot:
1180
+ :rename: :db_snapshots
1181
+ :list: true
1182
+ :children:
1183
+ SnapshotCreateTime:
1184
+ :type: :time
1185
+ AllocatedStorage:
1186
+ :type: :integer
1187
+ Port:
1188
+ :type: :integer
1189
+ InstanceCreateTime:
1190
+ :type: :time
1191
+ Iops:
1192
+ :type: :integer
1193
+ PercentProgress:
1194
+ :type: :integer
1195
+ - :name: DescribeDBSubnetGroups
1196
+ :method: :describe_db_subnet_groups
1197
+ :inputs:
1198
+ DBSubnetGroupName:
1199
+ - :string
1200
+ Filters:
1201
+ - :membered_list:
1202
+ - :structure:
1203
+ FilterName:
1204
+ - :string
1205
+ - :required
1206
+ FilterValue:
1207
+ - :membered_list:
1208
+ - :string
1209
+ - :required
1210
+ MaxRecords:
1211
+ - :integer
1212
+ Marker:
1213
+ - :string
1214
+ :outputs:
1215
+ :children:
1216
+ DescribeDBSubnetGroupsResult:
1217
+ :ignore: true
1218
+ :children:
1219
+ DBSubnetGroups:
1220
+ :ignore: true
1221
+ :children:
1222
+ DBSubnetGroup:
1223
+ :rename: :db_subnet_groups
1224
+ :list: true
1225
+ :children:
1226
+ Subnets:
1227
+ :ignore: true
1228
+ :children:
1229
+ Subnet:
1230
+ :rename: :subnets
1231
+ :list: true
1232
+ :children:
1233
+ SubnetAvailabilityZone:
1234
+ :children:
1235
+ ProvisionedIopsCapable:
1236
+ :type: :boolean
1237
+ - :name: DescribeEngineDefaultParameters
1238
+ :method: :describe_engine_default_parameters
1239
+ :inputs:
1240
+ DBParameterGroupFamily:
1241
+ - :string
1242
+ - :required
1243
+ MaxRecords:
1244
+ - :integer
1245
+ Marker:
1246
+ - :string
1247
+ :outputs:
1248
+ :children:
1249
+ DescribeEngineDefaultParametersResult:
1250
+ :ignore: true
1251
+ :children:
1252
+ EngineDefaults:
1253
+ :children:
1254
+ Parameters:
1255
+ :ignore: true
1256
+ :children:
1257
+ Parameter:
1258
+ :rename: :parameters
1259
+ :list: true
1260
+ :children:
1261
+ IsModifiable:
1262
+ :type: :boolean
1263
+ :ignore: true
1264
+ - :name: DescribeEventCategories
1265
+ :method: :describe_event_categories
1266
+ :inputs:
1267
+ SourceType:
1268
+ - :string
1269
+ :outputs:
1270
+ :children:
1271
+ DescribeEventCategoriesResult:
1272
+ :ignore: true
1273
+ :children:
1274
+ EventCategoriesMapList:
1275
+ :ignore: true
1276
+ :children:
1277
+ EventCategoriesMap:
1278
+ :rename: :event_categories_map_list
1279
+ :list: true
1280
+ :children:
1281
+ EventCategories:
1282
+ :ignore: true
1283
+ :children:
1284
+ EventCategory:
1285
+ :rename: :event_categories
1286
+ :list: true
1287
+ - :name: DescribeEventSubscriptions
1288
+ :method: :describe_event_subscriptions
1289
+ :inputs:
1290
+ SubscriptionName:
1291
+ - :string
1292
+ Filters:
1293
+ - :membered_list:
1294
+ - :structure:
1295
+ FilterName:
1296
+ - :string
1297
+ - :required
1298
+ FilterValue:
1299
+ - :membered_list:
1300
+ - :string
1301
+ - :required
1302
+ MaxRecords:
1303
+ - :integer
1304
+ Marker:
1305
+ - :string
1306
+ :outputs:
1307
+ :children:
1308
+ DescribeEventSubscriptionsResult:
1309
+ :ignore: true
1310
+ :children:
1311
+ EventSubscriptionsList:
1312
+ :ignore: true
1313
+ :children:
1314
+ EventSubscription:
1315
+ :rename: :event_subscriptions_list
1316
+ :list: true
1317
+ :children:
1318
+ SourceIdsList:
1319
+ :ignore: true
1320
+ :children:
1321
+ SourceId:
1322
+ :rename: :source_ids_list
1323
+ :list: true
1324
+ EventCategoriesList:
1325
+ :ignore: true
1326
+ :children:
1327
+ EventCategory:
1328
+ :rename: :event_categories_list
1329
+ :list: true
1330
+ Enabled:
1331
+ :type: :boolean
1332
+ - :name: DescribeEvents
1333
+ :method: :describe_events
1334
+ :inputs:
1335
+ SourceIdentifier:
1336
+ - :string
1337
+ SourceType:
1338
+ - :string
1339
+ StartTime:
1340
+ - :timestamp
1341
+ EndTime:
1342
+ - :timestamp
1343
+ Duration:
1344
+ - :integer
1345
+ EventCategories:
1346
+ - :membered_list:
1347
+ - :string
1348
+ MaxRecords:
1349
+ - :integer
1350
+ Marker:
1351
+ - :string
1352
+ :outputs:
1353
+ :children:
1354
+ DescribeEventsResult:
1355
+ :ignore: true
1356
+ :children:
1357
+ Events:
1358
+ :ignore: true
1359
+ :children:
1360
+ Event:
1361
+ :rename: :events
1362
+ :list: true
1363
+ :children:
1364
+ EventCategories:
1365
+ :ignore: true
1366
+ :children:
1367
+ EventCategory:
1368
+ :rename: :event_categories
1369
+ :list: true
1370
+ Date:
1371
+ :type: :time
1372
+ - :name: DescribeOptionGroupOptions
1373
+ :method: :describe_option_group_options
1374
+ :inputs:
1375
+ EngineName:
1376
+ - :string
1377
+ - :required
1378
+ MajorEngineVersion:
1379
+ - :string
1380
+ MaxRecords:
1381
+ - :integer
1382
+ Marker:
1383
+ - :string
1384
+ :outputs:
1385
+ :children:
1386
+ DescribeOptionGroupOptionsResult:
1387
+ :ignore: true
1388
+ :children:
1389
+ OptionGroupOptions:
1390
+ :ignore: true
1391
+ :children:
1392
+ OptionGroupOption:
1393
+ :rename: :option_group_options
1394
+ :list: true
1395
+ :children:
1396
+ PortRequired:
1397
+ :type: :boolean
1398
+ DefaultPort:
1399
+ :type: :integer
1400
+ OptionsDependedOn:
1401
+ :ignore: true
1402
+ :children:
1403
+ OptionName:
1404
+ :rename: :options_depended_on
1405
+ :list: true
1406
+ Persistent:
1407
+ :type: :boolean
1408
+ Permanent:
1409
+ :type: :boolean
1410
+ OptionGroupOptionSettings:
1411
+ :ignore: true
1412
+ :children:
1413
+ OptionGroupOptionSetting:
1414
+ :rename: :option_group_option_settings
1415
+ :list: true
1416
+ :children:
1417
+ IsModifiable:
1418
+ :type: :boolean
1419
+ - :name: DescribeOptionGroups
1420
+ :method: :describe_option_groups
1421
+ :inputs:
1422
+ OptionGroupName:
1423
+ - :string
1424
+ Filters:
1425
+ - :membered_list:
1426
+ - :structure:
1427
+ FilterName:
1428
+ - :string
1429
+ - :required
1430
+ FilterValue:
1431
+ - :membered_list:
1432
+ - :string
1433
+ - :required
1434
+ Marker:
1435
+ - :string
1436
+ MaxRecords:
1437
+ - :integer
1438
+ EngineName:
1439
+ - :string
1440
+ MajorEngineVersion:
1441
+ - :string
1442
+ :outputs:
1443
+ :children:
1444
+ DescribeOptionGroupsResult:
1445
+ :ignore: true
1446
+ :children:
1447
+ OptionGroupsList:
1448
+ :ignore: true
1449
+ :children:
1450
+ OptionGroup:
1451
+ :rename: :option_groups_list
1452
+ :list: true
1453
+ :children:
1454
+ Options:
1455
+ :ignore: true
1456
+ :children:
1457
+ Option:
1458
+ :rename: :options
1459
+ :list: true
1460
+ :children:
1461
+ Persistent:
1462
+ :type: :boolean
1463
+ Permanent:
1464
+ :type: :boolean
1465
+ Port:
1466
+ :type: :integer
1467
+ OptionSettings:
1468
+ :ignore: true
1469
+ :children:
1470
+ OptionSetting:
1471
+ :rename: :option_settings
1472
+ :list: true
1473
+ :children:
1474
+ IsModifiable:
1475
+ :type: :boolean
1476
+ IsCollection:
1477
+ :type: :boolean
1478
+ DBSecurityGroupMemberships:
1479
+ :ignore: true
1480
+ :children:
1481
+ DBSecurityGroup:
1482
+ :rename: :db_security_group_memberships
1483
+ :list: true
1484
+ VpcSecurityGroupMemberships:
1485
+ :ignore: true
1486
+ :children:
1487
+ VpcSecurityGroupMembership:
1488
+ :rename: :vpc_security_group_memberships
1489
+ :list: true
1490
+ AllowsVpcAndNonVpcInstanceMemberships:
1491
+ :type: :boolean
1492
+ - :name: DescribeOrderableDBInstanceOptions
1493
+ :method: :describe_orderable_db_instance_options
1494
+ :inputs:
1495
+ Engine:
1496
+ - :string
1497
+ - :required
1498
+ EngineVersion:
1499
+ - :string
1500
+ DBInstanceClass:
1501
+ - :string
1502
+ LicenseModel:
1503
+ - :string
1504
+ Vpc:
1505
+ - :boolean
1506
+ MaxRecords:
1507
+ - :integer
1508
+ Marker:
1509
+ - :string
1510
+ :outputs:
1511
+ :children:
1512
+ DescribeOrderableDBInstanceOptionsResult:
1513
+ :ignore: true
1514
+ :children:
1515
+ OrderableDBInstanceOptions:
1516
+ :ignore: true
1517
+ :children:
1518
+ OrderableDBInstanceOption:
1519
+ :rename: :orderable_db_instance_options
1520
+ :list: true
1521
+ :children:
1522
+ AvailabilityZones:
1523
+ :ignore: true
1524
+ :children:
1525
+ AvailabilityZone:
1526
+ :rename: :availability_zones
1527
+ :list: true
1528
+ :children:
1529
+ ProvisionedIopsCapable:
1530
+ :type: :boolean
1531
+ MultiAZCapable:
1532
+ :type: :boolean
1533
+ ReadReplicaCapable:
1534
+ :type: :boolean
1535
+ Vpc:
1536
+ :type: :boolean
1537
+ - :name: DescribeReservedDBInstances
1538
+ :method: :describe_reserved_db_instances
1539
+ :inputs:
1540
+ ReservedDBInstanceId:
1541
+ - :string
1542
+ ReservedDBInstancesOfferingId:
1543
+ - :string
1544
+ DBInstanceClass:
1545
+ - :string
1546
+ Duration:
1547
+ - :string
1548
+ ProductDescription:
1549
+ - :string
1550
+ OfferingType:
1551
+ - :string
1552
+ MultiAZ:
1553
+ - :boolean
1554
+ Filters:
1555
+ - :membered_list:
1556
+ - :structure:
1557
+ FilterName:
1558
+ - :string
1559
+ - :required
1560
+ FilterValue:
1561
+ - :membered_list:
1562
+ - :string
1563
+ - :required
1564
+ MaxRecords:
1565
+ - :integer
1566
+ Marker:
1567
+ - :string
1568
+ :outputs:
1569
+ :children:
1570
+ DescribeReservedDBInstancesResult:
1571
+ :ignore: true
1572
+ :children:
1573
+ ReservedDBInstances:
1574
+ :ignore: true
1575
+ :children:
1576
+ ReservedDBInstance:
1577
+ :rename: :reserved_db_instances
1578
+ :list: true
1579
+ :children:
1580
+ StartTime:
1581
+ :type: :time
1582
+ Duration:
1583
+ :type: :integer
1584
+ FixedPrice:
1585
+ :type: :float
1586
+ UsagePrice:
1587
+ :type: :float
1588
+ DBInstanceCount:
1589
+ :type: :integer
1590
+ MultiAZ:
1591
+ :type: :boolean
1592
+ RecurringCharges:
1593
+ :ignore: true
1594
+ :children:
1595
+ RecurringCharge:
1596
+ :rename: :recurring_charges
1597
+ :list: true
1598
+ :children:
1599
+ RecurringChargeAmount:
1600
+ :type: :float
1601
+ - :name: DescribeReservedDBInstancesOfferings
1602
+ :method: :describe_reserved_db_instances_offerings
1603
+ :inputs:
1604
+ ReservedDBInstancesOfferingId:
1605
+ - :string
1606
+ DBInstanceClass:
1607
+ - :string
1608
+ Duration:
1609
+ - :string
1610
+ ProductDescription:
1611
+ - :string
1612
+ OfferingType:
1613
+ - :string
1614
+ MultiAZ:
1615
+ - :boolean
1616
+ MaxRecords:
1617
+ - :integer
1618
+ Marker:
1619
+ - :string
1620
+ :outputs:
1621
+ :children:
1622
+ DescribeReservedDBInstancesOfferingsResult:
1623
+ :ignore: true
1624
+ :children:
1625
+ ReservedDBInstancesOfferings:
1626
+ :ignore: true
1627
+ :children:
1628
+ ReservedDBInstancesOffering:
1629
+ :rename: :reserved_db_instances_offerings
1630
+ :list: true
1631
+ :children:
1632
+ Duration:
1633
+ :type: :integer
1634
+ FixedPrice:
1635
+ :type: :float
1636
+ UsagePrice:
1637
+ :type: :float
1638
+ MultiAZ:
1639
+ :type: :boolean
1640
+ RecurringCharges:
1641
+ :ignore: true
1642
+ :children:
1643
+ RecurringCharge:
1644
+ :rename: :recurring_charges
1645
+ :list: true
1646
+ :children:
1647
+ RecurringChargeAmount:
1648
+ :type: :float
1649
+ - :name: DownloadDBLogFilePortion
1650
+ :method: :download_db_log_file_portion
1651
+ :inputs:
1652
+ DBInstanceIdentifier:
1653
+ - :string
1654
+ LogFileName:
1655
+ - :string
1656
+ Marker:
1657
+ - :string
1658
+ NumberOfLines:
1659
+ - :integer
1660
+ :outputs:
1661
+ :children:
1662
+ DownloadDBLogFilePortionResult:
1663
+ :ignore: true
1664
+ :children:
1665
+ AdditionalDataPending:
1666
+ :type: :boolean
1667
+ - :name: ListTagsForResource
1668
+ :method: :list_tags_for_resource
1669
+ :inputs:
1670
+ ResourceName:
1671
+ - :string
1672
+ - :required
1673
+ :outputs:
1674
+ :children:
1675
+ ListTagsForResourceResult:
1676
+ :ignore: true
1677
+ :children:
1678
+ TagList:
1679
+ :ignore: true
1680
+ :children:
1681
+ Tag:
1682
+ :rename: :tag_list
1683
+ :list: true
1684
+ - :name: ModifyDBInstance
1685
+ :method: :modify_db_instance
1686
+ :inputs:
1687
+ DBInstanceIdentifier:
1688
+ - :string
1689
+ - :required
1690
+ AllocatedStorage:
1691
+ - :integer
1692
+ DBInstanceClass:
1693
+ - :string
1694
+ DBSecurityGroups:
1695
+ - :membered_list:
1696
+ - :string
1697
+ VpcSecurityGroupIds:
1698
+ - :membered_list:
1699
+ - :string
1700
+ ApplyImmediately:
1701
+ - :boolean
1702
+ MasterUserPassword:
1703
+ - :string
1704
+ DBParameterGroupName:
1705
+ - :string
1706
+ BackupRetentionPeriod:
1707
+ - :integer
1708
+ PreferredBackupWindow:
1709
+ - :string
1710
+ PreferredMaintenanceWindow:
1711
+ - :string
1712
+ MultiAZ:
1713
+ - :boolean
1714
+ EngineVersion:
1715
+ - :string
1716
+ AllowMajorVersionUpgrade:
1717
+ - :boolean
1718
+ AutoMinorVersionUpgrade:
1719
+ - :boolean
1720
+ Iops:
1721
+ - :integer
1722
+ OptionGroupName:
1723
+ - :string
1724
+ NewDBInstanceIdentifier:
1725
+ - :string
1726
+ :outputs:
1727
+ :children:
1728
+ ModifyDBInstanceResult:
1729
+ :ignore: true
1730
+ :children:
1731
+ DBInstance:
1732
+ :children:
1733
+ Endpoint:
1734
+ :children:
1735
+ Port:
1736
+ :type: :integer
1737
+ AllocatedStorage:
1738
+ :type: :integer
1739
+ InstanceCreateTime:
1740
+ :type: :time
1741
+ BackupRetentionPeriod:
1742
+ :type: :integer
1743
+ DBSecurityGroups:
1744
+ :ignore: true
1745
+ :children:
1746
+ DBSecurityGroup:
1747
+ :rename: :db_security_groups
1748
+ :list: true
1749
+ VpcSecurityGroups:
1750
+ :ignore: true
1751
+ :children:
1752
+ VpcSecurityGroupMembership:
1753
+ :rename: :vpc_security_groups
1754
+ :list: true
1755
+ DBParameterGroups:
1756
+ :ignore: true
1757
+ :children:
1758
+ DBParameterGroup:
1759
+ :rename: :db_parameter_groups
1760
+ :list: true
1761
+ DBSubnetGroup:
1762
+ :children:
1763
+ Subnets:
1764
+ :ignore: true
1765
+ :children:
1766
+ Subnet:
1767
+ :rename: :subnets
1768
+ :list: true
1769
+ :children:
1770
+ SubnetAvailabilityZone:
1771
+ :children:
1772
+ ProvisionedIopsCapable:
1773
+ :type: :boolean
1774
+ PendingModifiedValues:
1775
+ :children:
1776
+ AllocatedStorage:
1777
+ :type: :integer
1778
+ Port:
1779
+ :type: :integer
1780
+ BackupRetentionPeriod:
1781
+ :type: :integer
1782
+ MultiAZ:
1783
+ :type: :boolean
1784
+ Iops:
1785
+ :type: :integer
1786
+ LatestRestorableTime:
1787
+ :type: :time
1788
+ MultiAZ:
1789
+ :type: :boolean
1790
+ AutoMinorVersionUpgrade:
1791
+ :type: :boolean
1792
+ ReadReplicaDBInstanceIdentifiers:
1793
+ :ignore: true
1794
+ :children:
1795
+ ReadReplicaDBInstanceIdentifier:
1796
+ :rename: :read_replica_db_instance_identifiers
1797
+ :list: true
1798
+ Iops:
1799
+ :type: :integer
1800
+ OptionGroupMemberships:
1801
+ :ignore: true
1802
+ :children:
1803
+ OptionGroupMembership:
1804
+ :rename: :option_group_memberships
1805
+ :list: true
1806
+ PubliclyAccessible:
1807
+ :type: :boolean
1808
+ StatusInfos:
1809
+ :ignore: true
1810
+ :children:
1811
+ DBInstanceStatusInfo:
1812
+ :rename: :status_infos
1813
+ :list: true
1814
+ :children:
1815
+ Normal:
1816
+ :type: :boolean
1817
+ :ignore: true
1818
+ - :name: ModifyDBParameterGroup
1819
+ :method: :modify_db_parameter_group
1820
+ :inputs:
1821
+ DBParameterGroupName:
1822
+ - :string
1823
+ - :required
1824
+ Parameters:
1825
+ - :membered_list:
1826
+ - :structure:
1827
+ ParameterName:
1828
+ - :string
1829
+ ParameterValue:
1830
+ - :string
1831
+ Description:
1832
+ - :string
1833
+ Source:
1834
+ - :string
1835
+ ApplyType:
1836
+ - :string
1837
+ DataType:
1838
+ - :string
1839
+ AllowedValues:
1840
+ - :string
1841
+ IsModifiable:
1842
+ - :boolean
1843
+ MinimumEngineVersion:
1844
+ - :string
1845
+ ApplyMethod:
1846
+ - :string
1847
+ - :required
1848
+ :outputs:
1849
+ :children:
1850
+ ModifyDBParameterGroupResult:
1851
+ :ignore: true
1852
+ - :name: ModifyDBSubnetGroup
1853
+ :method: :modify_db_subnet_group
1854
+ :inputs:
1855
+ DBSubnetGroupName:
1856
+ - :string
1857
+ - :required
1858
+ DBSubnetGroupDescription:
1859
+ - :string
1860
+ SubnetIds:
1861
+ - :membered_list:
1862
+ - :string
1863
+ - :required
1864
+ :outputs:
1865
+ :children:
1866
+ ModifyDBSubnetGroupResult:
1867
+ :ignore: true
1868
+ :children:
1869
+ DBSubnetGroup:
1870
+ :children:
1871
+ Subnets:
1872
+ :ignore: true
1873
+ :children:
1874
+ Subnet:
1875
+ :rename: :subnets
1876
+ :list: true
1877
+ :children:
1878
+ SubnetAvailabilityZone:
1879
+ :children:
1880
+ ProvisionedIopsCapable:
1881
+ :type: :boolean
1882
+ :ignore: true
1883
+ - :name: ModifyEventSubscription
1884
+ :method: :modify_event_subscription
1885
+ :inputs:
1886
+ SubscriptionName:
1887
+ - :string
1888
+ - :required
1889
+ SnsTopicArn:
1890
+ - :string
1891
+ SourceType:
1892
+ - :string
1893
+ EventCategories:
1894
+ - :membered_list:
1895
+ - :string
1896
+ Enabled:
1897
+ - :boolean
1898
+ :outputs:
1899
+ :children:
1900
+ ModifyEventSubscriptionResult:
1901
+ :ignore: true
1902
+ :children:
1903
+ EventSubscription:
1904
+ :children:
1905
+ SourceIdsList:
1906
+ :ignore: true
1907
+ :children:
1908
+ SourceId:
1909
+ :rename: :source_ids_list
1910
+ :list: true
1911
+ EventCategoriesList:
1912
+ :ignore: true
1913
+ :children:
1914
+ EventCategory:
1915
+ :rename: :event_categories_list
1916
+ :list: true
1917
+ Enabled:
1918
+ :type: :boolean
1919
+ :ignore: true
1920
+ - :name: ModifyOptionGroup
1921
+ :method: :modify_option_group
1922
+ :inputs:
1923
+ OptionGroupName:
1924
+ - :string
1925
+ - :required
1926
+ OptionsToInclude:
1927
+ - :membered_list:
1928
+ - :structure:
1929
+ OptionName:
1930
+ - :string
1931
+ - :required
1932
+ Port:
1933
+ - :integer
1934
+ DBSecurityGroupMemberships:
1935
+ - :membered_list:
1936
+ - :string
1937
+ VpcSecurityGroupMemberships:
1938
+ - :membered_list:
1939
+ - :string
1940
+ OptionSettings:
1941
+ - :membered_list:
1942
+ - :structure:
1943
+ Name:
1944
+ - :string
1945
+ Value:
1946
+ - :string
1947
+ DefaultValue:
1948
+ - :string
1949
+ Description:
1950
+ - :string
1951
+ ApplyType:
1952
+ - :string
1953
+ DataType:
1954
+ - :string
1955
+ AllowedValues:
1956
+ - :string
1957
+ IsModifiable:
1958
+ - :boolean
1959
+ IsCollection:
1960
+ - :boolean
1961
+ OptionsToRemove:
1962
+ - :membered_list:
1963
+ - :string
1964
+ ApplyImmediately:
1965
+ - :boolean
1966
+ :outputs:
1967
+ :children:
1968
+ ModifyOptionGroupResult:
1969
+ :ignore: true
1970
+ :children:
1971
+ OptionGroup:
1972
+ :children:
1973
+ Options:
1974
+ :ignore: true
1975
+ :children:
1976
+ Option:
1977
+ :rename: :options
1978
+ :list: true
1979
+ :children:
1980
+ Persistent:
1981
+ :type: :boolean
1982
+ Permanent:
1983
+ :type: :boolean
1984
+ Port:
1985
+ :type: :integer
1986
+ OptionSettings:
1987
+ :ignore: true
1988
+ :children:
1989
+ OptionSetting:
1990
+ :rename: :option_settings
1991
+ :list: true
1992
+ :children:
1993
+ IsModifiable:
1994
+ :type: :boolean
1995
+ IsCollection:
1996
+ :type: :boolean
1997
+ DBSecurityGroupMemberships:
1998
+ :ignore: true
1999
+ :children:
2000
+ DBSecurityGroup:
2001
+ :rename: :db_security_group_memberships
2002
+ :list: true
2003
+ VpcSecurityGroupMemberships:
2004
+ :ignore: true
2005
+ :children:
2006
+ VpcSecurityGroupMembership:
2007
+ :rename: :vpc_security_group_memberships
2008
+ :list: true
2009
+ AllowsVpcAndNonVpcInstanceMemberships:
2010
+ :type: :boolean
2011
+ :ignore: true
2012
+ - :name: PromoteReadReplica
2013
+ :method: :promote_read_replica
2014
+ :inputs:
2015
+ DBInstanceIdentifier:
2016
+ - :string
2017
+ - :required
2018
+ BackupRetentionPeriod:
2019
+ - :integer
2020
+ PreferredBackupWindow:
2021
+ - :string
2022
+ :outputs:
2023
+ :children:
2024
+ PromoteReadReplicaResult:
2025
+ :ignore: true
2026
+ :children:
2027
+ DBInstance:
2028
+ :children:
2029
+ Endpoint:
2030
+ :children:
2031
+ Port:
2032
+ :type: :integer
2033
+ AllocatedStorage:
2034
+ :type: :integer
2035
+ InstanceCreateTime:
2036
+ :type: :time
2037
+ BackupRetentionPeriod:
2038
+ :type: :integer
2039
+ DBSecurityGroups:
2040
+ :ignore: true
2041
+ :children:
2042
+ DBSecurityGroup:
2043
+ :rename: :db_security_groups
2044
+ :list: true
2045
+ VpcSecurityGroups:
2046
+ :ignore: true
2047
+ :children:
2048
+ VpcSecurityGroupMembership:
2049
+ :rename: :vpc_security_groups
2050
+ :list: true
2051
+ DBParameterGroups:
2052
+ :ignore: true
2053
+ :children:
2054
+ DBParameterGroup:
2055
+ :rename: :db_parameter_groups
2056
+ :list: true
2057
+ DBSubnetGroup:
2058
+ :children:
2059
+ Subnets:
2060
+ :ignore: true
2061
+ :children:
2062
+ Subnet:
2063
+ :rename: :subnets
2064
+ :list: true
2065
+ :children:
2066
+ SubnetAvailabilityZone:
2067
+ :children:
2068
+ ProvisionedIopsCapable:
2069
+ :type: :boolean
2070
+ PendingModifiedValues:
2071
+ :children:
2072
+ AllocatedStorage:
2073
+ :type: :integer
2074
+ Port:
2075
+ :type: :integer
2076
+ BackupRetentionPeriod:
2077
+ :type: :integer
2078
+ MultiAZ:
2079
+ :type: :boolean
2080
+ Iops:
2081
+ :type: :integer
2082
+ LatestRestorableTime:
2083
+ :type: :time
2084
+ MultiAZ:
2085
+ :type: :boolean
2086
+ AutoMinorVersionUpgrade:
2087
+ :type: :boolean
2088
+ ReadReplicaDBInstanceIdentifiers:
2089
+ :ignore: true
2090
+ :children:
2091
+ ReadReplicaDBInstanceIdentifier:
2092
+ :rename: :read_replica_db_instance_identifiers
2093
+ :list: true
2094
+ Iops:
2095
+ :type: :integer
2096
+ OptionGroupMemberships:
2097
+ :ignore: true
2098
+ :children:
2099
+ OptionGroupMembership:
2100
+ :rename: :option_group_memberships
2101
+ :list: true
2102
+ PubliclyAccessible:
2103
+ :type: :boolean
2104
+ StatusInfos:
2105
+ :ignore: true
2106
+ :children:
2107
+ DBInstanceStatusInfo:
2108
+ :rename: :status_infos
2109
+ :list: true
2110
+ :children:
2111
+ Normal:
2112
+ :type: :boolean
2113
+ :ignore: true
2114
+ - :name: PurchaseReservedDBInstancesOffering
2115
+ :method: :purchase_reserved_db_instances_offering
2116
+ :inputs:
2117
+ ReservedDBInstancesOfferingId:
2118
+ - :string
2119
+ - :required
2120
+ ReservedDBInstanceId:
2121
+ - :string
2122
+ DBInstanceCount:
2123
+ - :integer
2124
+ Tags:
2125
+ - :membered_list:
2126
+ - :structure:
2127
+ Key:
2128
+ - :string
2129
+ Value:
2130
+ - :string
2131
+ :outputs:
2132
+ :children:
2133
+ PurchaseReservedDBInstancesOfferingResult:
2134
+ :ignore: true
2135
+ :children:
2136
+ ReservedDBInstance:
2137
+ :children:
2138
+ StartTime:
2139
+ :type: :time
2140
+ Duration:
2141
+ :type: :integer
2142
+ FixedPrice:
2143
+ :type: :float
2144
+ UsagePrice:
2145
+ :type: :float
2146
+ DBInstanceCount:
2147
+ :type: :integer
2148
+ MultiAZ:
2149
+ :type: :boolean
2150
+ RecurringCharges:
2151
+ :ignore: true
2152
+ :children:
2153
+ RecurringCharge:
2154
+ :rename: :recurring_charges
2155
+ :list: true
2156
+ :children:
2157
+ RecurringChargeAmount:
2158
+ :type: :float
2159
+ :ignore: true
2160
+ - :name: RebootDBInstance
2161
+ :method: :reboot_db_instance
2162
+ :inputs:
2163
+ DBInstanceIdentifier:
2164
+ - :string
2165
+ - :required
2166
+ ForceFailover:
2167
+ - :boolean
2168
+ :outputs:
2169
+ :children:
2170
+ RebootDBInstanceResult:
2171
+ :ignore: true
2172
+ :children:
2173
+ DBInstance:
2174
+ :children:
2175
+ Endpoint:
2176
+ :children:
2177
+ Port:
2178
+ :type: :integer
2179
+ AllocatedStorage:
2180
+ :type: :integer
2181
+ InstanceCreateTime:
2182
+ :type: :time
2183
+ BackupRetentionPeriod:
2184
+ :type: :integer
2185
+ DBSecurityGroups:
2186
+ :ignore: true
2187
+ :children:
2188
+ DBSecurityGroup:
2189
+ :rename: :db_security_groups
2190
+ :list: true
2191
+ VpcSecurityGroups:
2192
+ :ignore: true
2193
+ :children:
2194
+ VpcSecurityGroupMembership:
2195
+ :rename: :vpc_security_groups
2196
+ :list: true
2197
+ DBParameterGroups:
2198
+ :ignore: true
2199
+ :children:
2200
+ DBParameterGroup:
2201
+ :rename: :db_parameter_groups
2202
+ :list: true
2203
+ DBSubnetGroup:
2204
+ :children:
2205
+ Subnets:
2206
+ :ignore: true
2207
+ :children:
2208
+ Subnet:
2209
+ :rename: :subnets
2210
+ :list: true
2211
+ :children:
2212
+ SubnetAvailabilityZone:
2213
+ :children:
2214
+ ProvisionedIopsCapable:
2215
+ :type: :boolean
2216
+ PendingModifiedValues:
2217
+ :children:
2218
+ AllocatedStorage:
2219
+ :type: :integer
2220
+ Port:
2221
+ :type: :integer
2222
+ BackupRetentionPeriod:
2223
+ :type: :integer
2224
+ MultiAZ:
2225
+ :type: :boolean
2226
+ Iops:
2227
+ :type: :integer
2228
+ LatestRestorableTime:
2229
+ :type: :time
2230
+ MultiAZ:
2231
+ :type: :boolean
2232
+ AutoMinorVersionUpgrade:
2233
+ :type: :boolean
2234
+ ReadReplicaDBInstanceIdentifiers:
2235
+ :ignore: true
2236
+ :children:
2237
+ ReadReplicaDBInstanceIdentifier:
2238
+ :rename: :read_replica_db_instance_identifiers
2239
+ :list: true
2240
+ Iops:
2241
+ :type: :integer
2242
+ OptionGroupMemberships:
2243
+ :ignore: true
2244
+ :children:
2245
+ OptionGroupMembership:
2246
+ :rename: :option_group_memberships
2247
+ :list: true
2248
+ PubliclyAccessible:
2249
+ :type: :boolean
2250
+ StatusInfos:
2251
+ :ignore: true
2252
+ :children:
2253
+ DBInstanceStatusInfo:
2254
+ :rename: :status_infos
2255
+ :list: true
2256
+ :children:
2257
+ Normal:
2258
+ :type: :boolean
2259
+ :ignore: true
2260
+ - :name: RemoveSourceIdentifierFromSubscription
2261
+ :method: :remove_source_identifier_from_subscription
2262
+ :inputs:
2263
+ SubscriptionName:
2264
+ - :string
2265
+ - :required
2266
+ SourceIdentifier:
2267
+ - :string
2268
+ - :required
2269
+ :outputs:
2270
+ :children:
2271
+ RemoveSourceIdentifierFromSubscriptionResult:
2272
+ :ignore: true
2273
+ :children:
2274
+ EventSubscription:
2275
+ :children:
2276
+ SourceIdsList:
2277
+ :ignore: true
2278
+ :children:
2279
+ SourceId:
2280
+ :rename: :source_ids_list
2281
+ :list: true
2282
+ EventCategoriesList:
2283
+ :ignore: true
2284
+ :children:
2285
+ EventCategory:
2286
+ :rename: :event_categories_list
2287
+ :list: true
2288
+ Enabled:
2289
+ :type: :boolean
2290
+ :ignore: true
2291
+ - :name: RemoveTagsFromResource
2292
+ :method: :remove_tags_from_resource
2293
+ :inputs:
2294
+ ResourceName:
2295
+ - :string
2296
+ - :required
2297
+ TagKeys:
2298
+ - :membered_list:
2299
+ - :string
2300
+ - :required
2301
+ :outputs:
2302
+ :children:
2303
+ RemoveTagsFromResourceResult:
2304
+ :ignore: true
2305
+ - :name: ResetDBParameterGroup
2306
+ :method: :reset_db_parameter_group
2307
+ :inputs:
2308
+ DBParameterGroupName:
2309
+ - :string
2310
+ - :required
2311
+ ResetAllParameters:
2312
+ - :boolean
2313
+ Parameters:
2314
+ - :membered_list:
2315
+ - :structure:
2316
+ ParameterName:
2317
+ - :string
2318
+ ParameterValue:
2319
+ - :string
2320
+ Description:
2321
+ - :string
2322
+ Source:
2323
+ - :string
2324
+ ApplyType:
2325
+ - :string
2326
+ DataType:
2327
+ - :string
2328
+ AllowedValues:
2329
+ - :string
2330
+ IsModifiable:
2331
+ - :boolean
2332
+ MinimumEngineVersion:
2333
+ - :string
2334
+ ApplyMethod:
2335
+ - :string
2336
+ :outputs:
2337
+ :children:
2338
+ ResetDBParameterGroupResult:
2339
+ :ignore: true
2340
+ - :name: RestoreDBInstanceFromDBSnapshot
2341
+ :method: :restore_db_instance_from_db_snapshot
2342
+ :inputs:
2343
+ DBInstanceIdentifier:
2344
+ - :string
2345
+ - :required
2346
+ DBSnapshotIdentifier:
2347
+ - :string
2348
+ - :required
2349
+ DBInstanceClass:
2350
+ - :string
2351
+ Port:
2352
+ - :integer
2353
+ AvailabilityZone:
2354
+ - :string
2355
+ DBSubnetGroupName:
2356
+ - :string
2357
+ MultiAZ:
2358
+ - :boolean
2359
+ PubliclyAccessible:
2360
+ - :boolean
2361
+ AutoMinorVersionUpgrade:
2362
+ - :boolean
2363
+ LicenseModel:
2364
+ - :string
2365
+ DBName:
2366
+ - :string
2367
+ Engine:
2368
+ - :string
2369
+ Iops:
2370
+ - :integer
2371
+ OptionGroupName:
2372
+ - :string
2373
+ Tags:
2374
+ - :membered_list:
2375
+ - :structure:
2376
+ Key:
2377
+ - :string
2378
+ Value:
2379
+ - :string
2380
+ :outputs:
2381
+ :children:
2382
+ RestoreDBInstanceFromDBSnapshotResult:
2383
+ :ignore: true
2384
+ :children:
2385
+ DBInstance:
2386
+ :children:
2387
+ Endpoint:
2388
+ :children:
2389
+ Port:
2390
+ :type: :integer
2391
+ AllocatedStorage:
2392
+ :type: :integer
2393
+ InstanceCreateTime:
2394
+ :type: :time
2395
+ BackupRetentionPeriod:
2396
+ :type: :integer
2397
+ DBSecurityGroups:
2398
+ :ignore: true
2399
+ :children:
2400
+ DBSecurityGroup:
2401
+ :rename: :db_security_groups
2402
+ :list: true
2403
+ VpcSecurityGroups:
2404
+ :ignore: true
2405
+ :children:
2406
+ VpcSecurityGroupMembership:
2407
+ :rename: :vpc_security_groups
2408
+ :list: true
2409
+ DBParameterGroups:
2410
+ :ignore: true
2411
+ :children:
2412
+ DBParameterGroup:
2413
+ :rename: :db_parameter_groups
2414
+ :list: true
2415
+ DBSubnetGroup:
2416
+ :children:
2417
+ Subnets:
2418
+ :ignore: true
2419
+ :children:
2420
+ Subnet:
2421
+ :rename: :subnets
2422
+ :list: true
2423
+ :children:
2424
+ SubnetAvailabilityZone:
2425
+ :children:
2426
+ ProvisionedIopsCapable:
2427
+ :type: :boolean
2428
+ PendingModifiedValues:
2429
+ :children:
2430
+ AllocatedStorage:
2431
+ :type: :integer
2432
+ Port:
2433
+ :type: :integer
2434
+ BackupRetentionPeriod:
2435
+ :type: :integer
2436
+ MultiAZ:
2437
+ :type: :boolean
2438
+ Iops:
2439
+ :type: :integer
2440
+ LatestRestorableTime:
2441
+ :type: :time
2442
+ MultiAZ:
2443
+ :type: :boolean
2444
+ AutoMinorVersionUpgrade:
2445
+ :type: :boolean
2446
+ ReadReplicaDBInstanceIdentifiers:
2447
+ :ignore: true
2448
+ :children:
2449
+ ReadReplicaDBInstanceIdentifier:
2450
+ :rename: :read_replica_db_instance_identifiers
2451
+ :list: true
2452
+ Iops:
2453
+ :type: :integer
2454
+ OptionGroupMemberships:
2455
+ :ignore: true
2456
+ :children:
2457
+ OptionGroupMembership:
2458
+ :rename: :option_group_memberships
2459
+ :list: true
2460
+ PubliclyAccessible:
2461
+ :type: :boolean
2462
+ StatusInfos:
2463
+ :ignore: true
2464
+ :children:
2465
+ DBInstanceStatusInfo:
2466
+ :rename: :status_infos
2467
+ :list: true
2468
+ :children:
2469
+ Normal:
2470
+ :type: :boolean
2471
+ :ignore: true
2472
+ - :name: RestoreDBInstanceToPointInTime
2473
+ :method: :restore_db_instance_to_point_in_time
2474
+ :inputs:
2475
+ SourceDBInstanceIdentifier:
2476
+ - :string
2477
+ - :required
2478
+ TargetDBInstanceIdentifier:
2479
+ - :string
2480
+ - :required
2481
+ RestoreTime:
2482
+ - :timestamp
2483
+ UseLatestRestorableTime:
2484
+ - :boolean
2485
+ DBInstanceClass:
2486
+ - :string
2487
+ Port:
2488
+ - :integer
2489
+ AvailabilityZone:
2490
+ - :string
2491
+ DBSubnetGroupName:
2492
+ - :string
2493
+ MultiAZ:
2494
+ - :boolean
2495
+ PubliclyAccessible:
2496
+ - :boolean
2497
+ AutoMinorVersionUpgrade:
2498
+ - :boolean
2499
+ LicenseModel:
2500
+ - :string
2501
+ DBName:
2502
+ - :string
2503
+ Engine:
2504
+ - :string
2505
+ Iops:
2506
+ - :integer
2507
+ OptionGroupName:
2508
+ - :string
2509
+ Tags:
2510
+ - :membered_list:
2511
+ - :structure:
2512
+ Key:
2513
+ - :string
2514
+ Value:
2515
+ - :string
2516
+ :outputs:
2517
+ :children:
2518
+ RestoreDBInstanceToPointInTimeResult:
2519
+ :ignore: true
2520
+ :children:
2521
+ DBInstance:
2522
+ :children:
2523
+ Endpoint:
2524
+ :children:
2525
+ Port:
2526
+ :type: :integer
2527
+ AllocatedStorage:
2528
+ :type: :integer
2529
+ InstanceCreateTime:
2530
+ :type: :time
2531
+ BackupRetentionPeriod:
2532
+ :type: :integer
2533
+ DBSecurityGroups:
2534
+ :ignore: true
2535
+ :children:
2536
+ DBSecurityGroup:
2537
+ :rename: :db_security_groups
2538
+ :list: true
2539
+ VpcSecurityGroups:
2540
+ :ignore: true
2541
+ :children:
2542
+ VpcSecurityGroupMembership:
2543
+ :rename: :vpc_security_groups
2544
+ :list: true
2545
+ DBParameterGroups:
2546
+ :ignore: true
2547
+ :children:
2548
+ DBParameterGroup:
2549
+ :rename: :db_parameter_groups
2550
+ :list: true
2551
+ DBSubnetGroup:
2552
+ :children:
2553
+ Subnets:
2554
+ :ignore: true
2555
+ :children:
2556
+ Subnet:
2557
+ :rename: :subnets
2558
+ :list: true
2559
+ :children:
2560
+ SubnetAvailabilityZone:
2561
+ :children:
2562
+ ProvisionedIopsCapable:
2563
+ :type: :boolean
2564
+ PendingModifiedValues:
2565
+ :children:
2566
+ AllocatedStorage:
2567
+ :type: :integer
2568
+ Port:
2569
+ :type: :integer
2570
+ BackupRetentionPeriod:
2571
+ :type: :integer
2572
+ MultiAZ:
2573
+ :type: :boolean
2574
+ Iops:
2575
+ :type: :integer
2576
+ LatestRestorableTime:
2577
+ :type: :time
2578
+ MultiAZ:
2579
+ :type: :boolean
2580
+ AutoMinorVersionUpgrade:
2581
+ :type: :boolean
2582
+ ReadReplicaDBInstanceIdentifiers:
2583
+ :ignore: true
2584
+ :children:
2585
+ ReadReplicaDBInstanceIdentifier:
2586
+ :rename: :read_replica_db_instance_identifiers
2587
+ :list: true
2588
+ Iops:
2589
+ :type: :integer
2590
+ OptionGroupMemberships:
2591
+ :ignore: true
2592
+ :children:
2593
+ OptionGroupMembership:
2594
+ :rename: :option_group_memberships
2595
+ :list: true
2596
+ PubliclyAccessible:
2597
+ :type: :boolean
2598
+ StatusInfos:
2599
+ :ignore: true
2600
+ :children:
2601
+ DBInstanceStatusInfo:
2602
+ :rename: :status_infos
2603
+ :list: true
2604
+ :children:
2605
+ Normal:
2606
+ :type: :boolean
2607
+ :ignore: true
2608
+ - :name: RevokeDBSecurityGroupIngress
2609
+ :method: :revoke_db_security_group_ingress
2610
+ :inputs:
2611
+ DBSecurityGroupName:
2612
+ - :string
2613
+ - :required
2614
+ CIDRIP:
2615
+ - :string
2616
+ EC2SecurityGroupName:
2617
+ - :string
2618
+ EC2SecurityGroupId:
2619
+ - :string
2620
+ EC2SecurityGroupOwnerId:
2621
+ - :string
2622
+ :outputs:
2623
+ :children:
2624
+ RevokeDBSecurityGroupIngressResult:
2625
+ :ignore: true
2626
+ :children:
2627
+ DBSecurityGroup:
2628
+ :children:
2629
+ EC2SecurityGroups:
2630
+ :ignore: true
2631
+ :children:
2632
+ EC2SecurityGroup:
2633
+ :rename: :ec2_security_groups
2634
+ :list: true
2635
+ IPRanges:
2636
+ :ignore: true
2637
+ :children:
2638
+ IPRange:
2639
+ :rename: :ip_ranges
2640
+ :list: true
2641
+ :ignore: true