aws-sdk-v1 1.55.0 → 1.56.0

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