aws-sdk 1.9.1 → 1.9.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +249 -0
- data/lib/aws-sdk.rb +0 -68
- data/lib/aws/core.rb +187 -80
- data/lib/aws/core/client.rb +7 -2
- data/lib/aws/core/configuration.rb +0 -4
- data/lib/aws/core/deprecations.rb +84 -0
- data/lib/aws/core/region.rb +7 -0
- data/lib/aws/ec2/subnet.rb +1 -1
- data/lib/aws/elastic_beanstalk.rb +1 -1
- data/lib/aws/elastic_transcoder.rb +1 -1
- data/lib/aws/version.rb +1 -1
- metadata +4 -7
- data/README.rdoc +0 -197
- data/lib/aws/api_config/CloudFront-2012-05-05.yml +0 -2102
- data/lib/aws/api_config/ElastiCache-2012-03-09.yml +0 -777
- data/lib/aws/api_config/RDS-2012-09-17.yml +0 -1861
- data/lib/aws/api_config/Route53-2012-02-29.yml +0 -380
@@ -1,1861 +0,0 @@
|
|
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: '2012-09-17'
|
16
|
-
:operations:
|
17
|
-
- :name: AddTagsToResource
|
18
|
-
:method: :add_tags_to_resource
|
19
|
-
:inputs:
|
20
|
-
ResourceName:
|
21
|
-
- :string
|
22
|
-
- :required
|
23
|
-
Tags:
|
24
|
-
- :membered_list:
|
25
|
-
- :structure:
|
26
|
-
Key:
|
27
|
-
- :string
|
28
|
-
Value:
|
29
|
-
- :string
|
30
|
-
- :required
|
31
|
-
:outputs:
|
32
|
-
:children:
|
33
|
-
AddTagsToResourceResult:
|
34
|
-
:ignore: true
|
35
|
-
- :name: AuthorizeDBSecurityGroupIngress
|
36
|
-
:method: :authorize_db_security_group_ingress
|
37
|
-
:inputs:
|
38
|
-
DBSecurityGroupName:
|
39
|
-
- :string
|
40
|
-
- :required
|
41
|
-
CIDRIP:
|
42
|
-
- :string
|
43
|
-
EC2SecurityGroupName:
|
44
|
-
- :string
|
45
|
-
EC2SecurityGroupId:
|
46
|
-
- :string
|
47
|
-
EC2SecurityGroupOwnerId:
|
48
|
-
- :string
|
49
|
-
:outputs:
|
50
|
-
:children:
|
51
|
-
AuthorizeDBSecurityGroupIngressResult:
|
52
|
-
:ignore: true
|
53
|
-
:children:
|
54
|
-
DBSecurityGroup:
|
55
|
-
:children:
|
56
|
-
EC2SecurityGroups:
|
57
|
-
:ignore: true
|
58
|
-
:children:
|
59
|
-
EC2SecurityGroup:
|
60
|
-
:rename: :ec2_security_groups
|
61
|
-
:list: true
|
62
|
-
IPRanges:
|
63
|
-
:ignore: true
|
64
|
-
:children:
|
65
|
-
IPRange:
|
66
|
-
:rename: :ip_ranges
|
67
|
-
:list: true
|
68
|
-
:ignore: true
|
69
|
-
- :name: CopyDBSnapshot
|
70
|
-
:method: :copy_db_snapshot
|
71
|
-
:inputs:
|
72
|
-
SourceDBSnapshotIdentifier:
|
73
|
-
- :string
|
74
|
-
- :required
|
75
|
-
TargetDBSnapshotIdentifier:
|
76
|
-
- :string
|
77
|
-
- :required
|
78
|
-
:outputs:
|
79
|
-
:children:
|
80
|
-
CopyDBSnapshotResult:
|
81
|
-
:ignore: true
|
82
|
-
:children:
|
83
|
-
DBSnapshot:
|
84
|
-
:children:
|
85
|
-
SnapshotCreateTime:
|
86
|
-
:type: :time
|
87
|
-
AllocatedStorage:
|
88
|
-
:type: :integer
|
89
|
-
Port:
|
90
|
-
:type: :integer
|
91
|
-
InstanceCreateTime:
|
92
|
-
:type: :time
|
93
|
-
Iops:
|
94
|
-
:type: :integer
|
95
|
-
:ignore: true
|
96
|
-
- :name: CreateDBInstance
|
97
|
-
:method: :create_db_instance
|
98
|
-
:inputs:
|
99
|
-
DBName:
|
100
|
-
- :string
|
101
|
-
DBInstanceIdentifier:
|
102
|
-
- :string
|
103
|
-
- :required
|
104
|
-
AllocatedStorage:
|
105
|
-
- :integer
|
106
|
-
- :required
|
107
|
-
DBInstanceClass:
|
108
|
-
- :string
|
109
|
-
- :required
|
110
|
-
Engine:
|
111
|
-
- :string
|
112
|
-
- :required
|
113
|
-
MasterUsername:
|
114
|
-
- :string
|
115
|
-
- :required
|
116
|
-
MasterUserPassword:
|
117
|
-
- :string
|
118
|
-
- :required
|
119
|
-
DBSecurityGroups:
|
120
|
-
- :membered_list:
|
121
|
-
- :string
|
122
|
-
AvailabilityZone:
|
123
|
-
- :string
|
124
|
-
DBSubnetGroupName:
|
125
|
-
- :string
|
126
|
-
PreferredMaintenanceWindow:
|
127
|
-
- :string
|
128
|
-
DBParameterGroupName:
|
129
|
-
- :string
|
130
|
-
BackupRetentionPeriod:
|
131
|
-
- :integer
|
132
|
-
PreferredBackupWindow:
|
133
|
-
- :string
|
134
|
-
Port:
|
135
|
-
- :integer
|
136
|
-
MultiAZ:
|
137
|
-
- :boolean
|
138
|
-
EngineVersion:
|
139
|
-
- :string
|
140
|
-
AutoMinorVersionUpgrade:
|
141
|
-
- :boolean
|
142
|
-
LicenseModel:
|
143
|
-
- :string
|
144
|
-
Iops:
|
145
|
-
- :integer
|
146
|
-
OptionGroupName:
|
147
|
-
- :string
|
148
|
-
CharacterSetName:
|
149
|
-
- :string
|
150
|
-
:outputs:
|
151
|
-
:children:
|
152
|
-
CreateDBInstanceResult:
|
153
|
-
:ignore: true
|
154
|
-
:children:
|
155
|
-
DBInstance:
|
156
|
-
:children:
|
157
|
-
Endpoint:
|
158
|
-
:children:
|
159
|
-
Port:
|
160
|
-
:type: :integer
|
161
|
-
AllocatedStorage:
|
162
|
-
:type: :integer
|
163
|
-
InstanceCreateTime:
|
164
|
-
:type: :time
|
165
|
-
BackupRetentionPeriod:
|
166
|
-
:type: :integer
|
167
|
-
DBSecurityGroups:
|
168
|
-
:ignore: true
|
169
|
-
:children:
|
170
|
-
DBSecurityGroup:
|
171
|
-
:rename: :db_security_groups
|
172
|
-
:list: true
|
173
|
-
DBParameterGroups:
|
174
|
-
:ignore: true
|
175
|
-
:children:
|
176
|
-
DBParameterGroup:
|
177
|
-
:rename: :db_parameter_groups
|
178
|
-
:list: true
|
179
|
-
DBSubnetGroup:
|
180
|
-
:children:
|
181
|
-
Subnets:
|
182
|
-
:ignore: true
|
183
|
-
:children:
|
184
|
-
Subnet:
|
185
|
-
:rename: :subnets
|
186
|
-
:list: true
|
187
|
-
:children:
|
188
|
-
SubnetAvailabilityZone:
|
189
|
-
:children:
|
190
|
-
ProvisionedIopsCapable:
|
191
|
-
:type: :boolean
|
192
|
-
PendingModifiedValues:
|
193
|
-
:children:
|
194
|
-
AllocatedStorage:
|
195
|
-
:type: :integer
|
196
|
-
Port:
|
197
|
-
:type: :integer
|
198
|
-
BackupRetentionPeriod:
|
199
|
-
:type: :integer
|
200
|
-
MultiAZ:
|
201
|
-
:type: :boolean
|
202
|
-
Iops:
|
203
|
-
:type: :integer
|
204
|
-
LatestRestorableTime:
|
205
|
-
:type: :time
|
206
|
-
MultiAZ:
|
207
|
-
:type: :boolean
|
208
|
-
AutoMinorVersionUpgrade:
|
209
|
-
:type: :boolean
|
210
|
-
ReadReplicaDBInstanceIdentifiers:
|
211
|
-
:ignore: true
|
212
|
-
:children:
|
213
|
-
ReadReplicaDBInstanceIdentifier:
|
214
|
-
:rename: :read_replica_db_instance_identifiers
|
215
|
-
:list: true
|
216
|
-
Iops:
|
217
|
-
:type: :integer
|
218
|
-
:ignore: true
|
219
|
-
- :name: CreateDBInstanceReadReplica
|
220
|
-
:method: :create_db_instance_read_replica
|
221
|
-
:inputs:
|
222
|
-
DBInstanceIdentifier:
|
223
|
-
- :string
|
224
|
-
- :required
|
225
|
-
SourceDBInstanceIdentifier:
|
226
|
-
- :string
|
227
|
-
- :required
|
228
|
-
DBInstanceClass:
|
229
|
-
- :string
|
230
|
-
AvailabilityZone:
|
231
|
-
- :string
|
232
|
-
Port:
|
233
|
-
- :integer
|
234
|
-
AutoMinorVersionUpgrade:
|
235
|
-
- :boolean
|
236
|
-
Iops:
|
237
|
-
- :integer
|
238
|
-
OptionGroupName:
|
239
|
-
- :string
|
240
|
-
:outputs:
|
241
|
-
:children:
|
242
|
-
CreateDBInstanceReadReplicaResult:
|
243
|
-
:ignore: true
|
244
|
-
:children:
|
245
|
-
DBInstance:
|
246
|
-
:children:
|
247
|
-
Endpoint:
|
248
|
-
:children:
|
249
|
-
Port:
|
250
|
-
:type: :integer
|
251
|
-
AllocatedStorage:
|
252
|
-
:type: :integer
|
253
|
-
InstanceCreateTime:
|
254
|
-
:type: :time
|
255
|
-
BackupRetentionPeriod:
|
256
|
-
:type: :integer
|
257
|
-
DBSecurityGroups:
|
258
|
-
:ignore: true
|
259
|
-
:children:
|
260
|
-
DBSecurityGroup:
|
261
|
-
:rename: :db_security_groups
|
262
|
-
:list: true
|
263
|
-
DBParameterGroups:
|
264
|
-
:ignore: true
|
265
|
-
:children:
|
266
|
-
DBParameterGroup:
|
267
|
-
:rename: :db_parameter_groups
|
268
|
-
:list: true
|
269
|
-
DBSubnetGroup:
|
270
|
-
:children:
|
271
|
-
Subnets:
|
272
|
-
:ignore: true
|
273
|
-
:children:
|
274
|
-
Subnet:
|
275
|
-
:rename: :subnets
|
276
|
-
:list: true
|
277
|
-
:children:
|
278
|
-
SubnetAvailabilityZone:
|
279
|
-
:children:
|
280
|
-
ProvisionedIopsCapable:
|
281
|
-
:type: :boolean
|
282
|
-
PendingModifiedValues:
|
283
|
-
:children:
|
284
|
-
AllocatedStorage:
|
285
|
-
:type: :integer
|
286
|
-
Port:
|
287
|
-
:type: :integer
|
288
|
-
BackupRetentionPeriod:
|
289
|
-
:type: :integer
|
290
|
-
MultiAZ:
|
291
|
-
:type: :boolean
|
292
|
-
Iops:
|
293
|
-
:type: :integer
|
294
|
-
LatestRestorableTime:
|
295
|
-
:type: :time
|
296
|
-
MultiAZ:
|
297
|
-
:type: :boolean
|
298
|
-
AutoMinorVersionUpgrade:
|
299
|
-
:type: :boolean
|
300
|
-
ReadReplicaDBInstanceIdentifiers:
|
301
|
-
:ignore: true
|
302
|
-
:children:
|
303
|
-
ReadReplicaDBInstanceIdentifier:
|
304
|
-
:rename: :read_replica_db_instance_identifiers
|
305
|
-
:list: true
|
306
|
-
Iops:
|
307
|
-
:type: :integer
|
308
|
-
:ignore: true
|
309
|
-
- :name: CreateDBParameterGroup
|
310
|
-
:method: :create_db_parameter_group
|
311
|
-
:inputs:
|
312
|
-
DBParameterGroupName:
|
313
|
-
- :string
|
314
|
-
- :required
|
315
|
-
DBParameterGroupFamily:
|
316
|
-
- :string
|
317
|
-
- :required
|
318
|
-
Description:
|
319
|
-
- :string
|
320
|
-
- :required
|
321
|
-
:outputs:
|
322
|
-
:children:
|
323
|
-
CreateDBParameterGroupResult:
|
324
|
-
:ignore: true
|
325
|
-
:children:
|
326
|
-
DBParameterGroup:
|
327
|
-
:ignore: true
|
328
|
-
- :name: CreateDBSecurityGroup
|
329
|
-
:method: :create_db_security_group
|
330
|
-
:inputs:
|
331
|
-
DBSecurityGroupName:
|
332
|
-
- :string
|
333
|
-
- :required
|
334
|
-
DBSecurityGroupDescription:
|
335
|
-
- :string
|
336
|
-
- :required
|
337
|
-
EC2VpcId:
|
338
|
-
- :string
|
339
|
-
:outputs:
|
340
|
-
:children:
|
341
|
-
CreateDBSecurityGroupResult:
|
342
|
-
:ignore: true
|
343
|
-
:children:
|
344
|
-
DBSecurityGroup:
|
345
|
-
:children:
|
346
|
-
EC2SecurityGroups:
|
347
|
-
:ignore: true
|
348
|
-
:children:
|
349
|
-
EC2SecurityGroup:
|
350
|
-
:rename: :ec2_security_groups
|
351
|
-
:list: true
|
352
|
-
IPRanges:
|
353
|
-
:ignore: true
|
354
|
-
:children:
|
355
|
-
IPRange:
|
356
|
-
:rename: :ip_ranges
|
357
|
-
:list: true
|
358
|
-
:ignore: true
|
359
|
-
- :name: CreateDBSnapshot
|
360
|
-
:method: :create_db_snapshot
|
361
|
-
:inputs:
|
362
|
-
DBSnapshotIdentifier:
|
363
|
-
- :string
|
364
|
-
- :required
|
365
|
-
DBInstanceIdentifier:
|
366
|
-
- :string
|
367
|
-
- :required
|
368
|
-
:outputs:
|
369
|
-
:children:
|
370
|
-
CreateDBSnapshotResult:
|
371
|
-
:ignore: true
|
372
|
-
:children:
|
373
|
-
DBSnapshot:
|
374
|
-
:children:
|
375
|
-
SnapshotCreateTime:
|
376
|
-
:type: :time
|
377
|
-
AllocatedStorage:
|
378
|
-
:type: :integer
|
379
|
-
Port:
|
380
|
-
:type: :integer
|
381
|
-
InstanceCreateTime:
|
382
|
-
:type: :time
|
383
|
-
Iops:
|
384
|
-
:type: :integer
|
385
|
-
:ignore: true
|
386
|
-
- :name: CreateDBSubnetGroup
|
387
|
-
:method: :create_db_subnet_group
|
388
|
-
:inputs:
|
389
|
-
DBSubnetGroupName:
|
390
|
-
- :string
|
391
|
-
- :required
|
392
|
-
DBSubnetGroupDescription:
|
393
|
-
- :string
|
394
|
-
- :required
|
395
|
-
SubnetIds:
|
396
|
-
- :membered_list:
|
397
|
-
- :string
|
398
|
-
- :required
|
399
|
-
:outputs:
|
400
|
-
:children:
|
401
|
-
CreateDBSubnetGroupResult:
|
402
|
-
:ignore: true
|
403
|
-
:children:
|
404
|
-
DBSubnetGroup:
|
405
|
-
:children:
|
406
|
-
Subnets:
|
407
|
-
:ignore: true
|
408
|
-
:children:
|
409
|
-
Subnet:
|
410
|
-
:rename: :subnets
|
411
|
-
:list: true
|
412
|
-
:children:
|
413
|
-
SubnetAvailabilityZone:
|
414
|
-
:children:
|
415
|
-
ProvisionedIopsCapable:
|
416
|
-
:type: :boolean
|
417
|
-
:ignore: true
|
418
|
-
- :name: CreateOptionGroup
|
419
|
-
:method: :create_option_group
|
420
|
-
:inputs:
|
421
|
-
OptionGroupName:
|
422
|
-
- :string
|
423
|
-
- :required
|
424
|
-
EngineName:
|
425
|
-
- :string
|
426
|
-
- :required
|
427
|
-
MajorEngineVersion:
|
428
|
-
- :string
|
429
|
-
- :required
|
430
|
-
OptionGroupDescription:
|
431
|
-
- :string
|
432
|
-
- :required
|
433
|
-
:outputs:
|
434
|
-
:children:
|
435
|
-
CreateOptionGroupResult:
|
436
|
-
:ignore: true
|
437
|
-
:children:
|
438
|
-
OptionGroup:
|
439
|
-
:children:
|
440
|
-
Options:
|
441
|
-
:ignore: true
|
442
|
-
:children:
|
443
|
-
Option:
|
444
|
-
:rename: :options
|
445
|
-
:list: true
|
446
|
-
:children:
|
447
|
-
Port:
|
448
|
-
:type: :integer
|
449
|
-
DBSecurityGroupMemberships:
|
450
|
-
:ignore: true
|
451
|
-
:children:
|
452
|
-
DBSecurityGroup:
|
453
|
-
:rename: :db_security_group_memberships
|
454
|
-
:list: true
|
455
|
-
AllowsVpcAndNonVpcInstanceMemberships:
|
456
|
-
:type: :boolean
|
457
|
-
:ignore: true
|
458
|
-
- :name: DeleteDBInstance
|
459
|
-
:method: :delete_db_instance
|
460
|
-
:inputs:
|
461
|
-
DBInstanceIdentifier:
|
462
|
-
- :string
|
463
|
-
- :required
|
464
|
-
SkipFinalSnapshot:
|
465
|
-
- :boolean
|
466
|
-
FinalDBSnapshotIdentifier:
|
467
|
-
- :string
|
468
|
-
:outputs:
|
469
|
-
:children:
|
470
|
-
DeleteDBInstanceResult:
|
471
|
-
:ignore: true
|
472
|
-
:children:
|
473
|
-
DBInstance:
|
474
|
-
:children:
|
475
|
-
Endpoint:
|
476
|
-
:children:
|
477
|
-
Port:
|
478
|
-
:type: :integer
|
479
|
-
AllocatedStorage:
|
480
|
-
:type: :integer
|
481
|
-
InstanceCreateTime:
|
482
|
-
:type: :time
|
483
|
-
BackupRetentionPeriod:
|
484
|
-
:type: :integer
|
485
|
-
DBSecurityGroups:
|
486
|
-
:ignore: true
|
487
|
-
:children:
|
488
|
-
DBSecurityGroup:
|
489
|
-
:rename: :db_security_groups
|
490
|
-
:list: true
|
491
|
-
DBParameterGroups:
|
492
|
-
:ignore: true
|
493
|
-
:children:
|
494
|
-
DBParameterGroup:
|
495
|
-
:rename: :db_parameter_groups
|
496
|
-
:list: true
|
497
|
-
DBSubnetGroup:
|
498
|
-
:children:
|
499
|
-
Subnets:
|
500
|
-
:ignore: true
|
501
|
-
:children:
|
502
|
-
Subnet:
|
503
|
-
:rename: :subnets
|
504
|
-
:list: true
|
505
|
-
:children:
|
506
|
-
SubnetAvailabilityZone:
|
507
|
-
:children:
|
508
|
-
ProvisionedIopsCapable:
|
509
|
-
:type: :boolean
|
510
|
-
PendingModifiedValues:
|
511
|
-
:children:
|
512
|
-
AllocatedStorage:
|
513
|
-
:type: :integer
|
514
|
-
Port:
|
515
|
-
:type: :integer
|
516
|
-
BackupRetentionPeriod:
|
517
|
-
:type: :integer
|
518
|
-
MultiAZ:
|
519
|
-
:type: :boolean
|
520
|
-
Iops:
|
521
|
-
:type: :integer
|
522
|
-
LatestRestorableTime:
|
523
|
-
:type: :time
|
524
|
-
MultiAZ:
|
525
|
-
:type: :boolean
|
526
|
-
AutoMinorVersionUpgrade:
|
527
|
-
:type: :boolean
|
528
|
-
ReadReplicaDBInstanceIdentifiers:
|
529
|
-
:ignore: true
|
530
|
-
:children:
|
531
|
-
ReadReplicaDBInstanceIdentifier:
|
532
|
-
:rename: :read_replica_db_instance_identifiers
|
533
|
-
:list: true
|
534
|
-
Iops:
|
535
|
-
:type: :integer
|
536
|
-
:ignore: true
|
537
|
-
- :name: DeleteDBParameterGroup
|
538
|
-
:method: :delete_db_parameter_group
|
539
|
-
:inputs:
|
540
|
-
DBParameterGroupName:
|
541
|
-
- :string
|
542
|
-
- :required
|
543
|
-
:outputs:
|
544
|
-
:children:
|
545
|
-
DeleteDBParameterGroupResult:
|
546
|
-
:ignore: true
|
547
|
-
- :name: DeleteDBSecurityGroup
|
548
|
-
:method: :delete_db_security_group
|
549
|
-
:inputs:
|
550
|
-
DBSecurityGroupName:
|
551
|
-
- :string
|
552
|
-
- :required
|
553
|
-
:outputs:
|
554
|
-
:children:
|
555
|
-
DeleteDBSecurityGroupResult:
|
556
|
-
:ignore: true
|
557
|
-
- :name: DeleteDBSnapshot
|
558
|
-
:method: :delete_db_snapshot
|
559
|
-
:inputs:
|
560
|
-
DBSnapshotIdentifier:
|
561
|
-
- :string
|
562
|
-
- :required
|
563
|
-
:outputs:
|
564
|
-
:children:
|
565
|
-
DeleteDBSnapshotResult:
|
566
|
-
:ignore: true
|
567
|
-
:children:
|
568
|
-
DBSnapshot:
|
569
|
-
:children:
|
570
|
-
SnapshotCreateTime:
|
571
|
-
:type: :time
|
572
|
-
AllocatedStorage:
|
573
|
-
:type: :integer
|
574
|
-
Port:
|
575
|
-
:type: :integer
|
576
|
-
InstanceCreateTime:
|
577
|
-
:type: :time
|
578
|
-
Iops:
|
579
|
-
:type: :integer
|
580
|
-
:ignore: true
|
581
|
-
- :name: DeleteDBSubnetGroup
|
582
|
-
:method: :delete_db_subnet_group
|
583
|
-
:inputs:
|
584
|
-
DBSubnetGroupName:
|
585
|
-
- :string
|
586
|
-
- :required
|
587
|
-
:outputs:
|
588
|
-
:children:
|
589
|
-
DeleteDBSubnetGroupResult:
|
590
|
-
:ignore: true
|
591
|
-
- :name: DeleteOptionGroup
|
592
|
-
:method: :delete_option_group
|
593
|
-
:inputs:
|
594
|
-
OptionGroupName:
|
595
|
-
- :string
|
596
|
-
- :required
|
597
|
-
:outputs:
|
598
|
-
:children:
|
599
|
-
DeleteOptionGroupResult:
|
600
|
-
:ignore: true
|
601
|
-
- :name: DescribeDBEngineVersions
|
602
|
-
:method: :describe_db_engine_versions
|
603
|
-
:inputs:
|
604
|
-
Engine:
|
605
|
-
- :string
|
606
|
-
EngineVersion:
|
607
|
-
- :string
|
608
|
-
DBParameterGroupFamily:
|
609
|
-
- :string
|
610
|
-
MaxRecords:
|
611
|
-
- :integer
|
612
|
-
Marker:
|
613
|
-
- :string
|
614
|
-
DefaultOnly:
|
615
|
-
- :boolean
|
616
|
-
ListSupportedCharacterSets:
|
617
|
-
- :boolean
|
618
|
-
:outputs:
|
619
|
-
:children:
|
620
|
-
DescribeDBEngineVersionsResult:
|
621
|
-
:ignore: true
|
622
|
-
:children:
|
623
|
-
DBEngineVersions:
|
624
|
-
:ignore: true
|
625
|
-
:children:
|
626
|
-
DBEngineVersion:
|
627
|
-
:rename: :db_engine_versions
|
628
|
-
:list: true
|
629
|
-
:children:
|
630
|
-
SupportedCharacterSets:
|
631
|
-
:ignore: true
|
632
|
-
:children:
|
633
|
-
CharacterSet:
|
634
|
-
:rename: :supported_character_sets
|
635
|
-
:list: true
|
636
|
-
- :name: DescribeDBInstances
|
637
|
-
:method: :describe_db_instances
|
638
|
-
:inputs:
|
639
|
-
DBInstanceIdentifier:
|
640
|
-
- :string
|
641
|
-
MaxRecords:
|
642
|
-
- :integer
|
643
|
-
Marker:
|
644
|
-
- :string
|
645
|
-
:outputs:
|
646
|
-
:children:
|
647
|
-
DescribeDBInstancesResult:
|
648
|
-
:ignore: true
|
649
|
-
:children:
|
650
|
-
DBInstances:
|
651
|
-
:ignore: true
|
652
|
-
:children:
|
653
|
-
DBInstance:
|
654
|
-
:rename: :db_instances
|
655
|
-
:list: true
|
656
|
-
:children:
|
657
|
-
Endpoint:
|
658
|
-
:children:
|
659
|
-
Port:
|
660
|
-
:type: :integer
|
661
|
-
AllocatedStorage:
|
662
|
-
:type: :integer
|
663
|
-
InstanceCreateTime:
|
664
|
-
:type: :time
|
665
|
-
BackupRetentionPeriod:
|
666
|
-
:type: :integer
|
667
|
-
DBSecurityGroups:
|
668
|
-
:ignore: true
|
669
|
-
:children:
|
670
|
-
DBSecurityGroup:
|
671
|
-
:rename: :db_security_groups
|
672
|
-
:list: true
|
673
|
-
DBParameterGroups:
|
674
|
-
:ignore: true
|
675
|
-
:children:
|
676
|
-
DBParameterGroup:
|
677
|
-
:rename: :db_parameter_groups
|
678
|
-
:list: true
|
679
|
-
DBSubnetGroup:
|
680
|
-
:children:
|
681
|
-
Subnets:
|
682
|
-
:ignore: true
|
683
|
-
:children:
|
684
|
-
Subnet:
|
685
|
-
:rename: :subnets
|
686
|
-
:list: true
|
687
|
-
:children:
|
688
|
-
SubnetAvailabilityZone:
|
689
|
-
:children:
|
690
|
-
ProvisionedIopsCapable:
|
691
|
-
:type: :boolean
|
692
|
-
PendingModifiedValues:
|
693
|
-
:children:
|
694
|
-
AllocatedStorage:
|
695
|
-
:type: :integer
|
696
|
-
Port:
|
697
|
-
:type: :integer
|
698
|
-
BackupRetentionPeriod:
|
699
|
-
:type: :integer
|
700
|
-
MultiAZ:
|
701
|
-
:type: :boolean
|
702
|
-
Iops:
|
703
|
-
:type: :integer
|
704
|
-
LatestRestorableTime:
|
705
|
-
:type: :time
|
706
|
-
MultiAZ:
|
707
|
-
:type: :boolean
|
708
|
-
AutoMinorVersionUpgrade:
|
709
|
-
:type: :boolean
|
710
|
-
ReadReplicaDBInstanceIdentifiers:
|
711
|
-
:ignore: true
|
712
|
-
:children:
|
713
|
-
ReadReplicaDBInstanceIdentifier:
|
714
|
-
:rename: :read_replica_db_instance_identifiers
|
715
|
-
:list: true
|
716
|
-
Iops:
|
717
|
-
:type: :integer
|
718
|
-
- :name: DescribeDBParameterGroups
|
719
|
-
:method: :describe_db_parameter_groups
|
720
|
-
:inputs:
|
721
|
-
DBParameterGroupName:
|
722
|
-
- :string
|
723
|
-
MaxRecords:
|
724
|
-
- :integer
|
725
|
-
Marker:
|
726
|
-
- :string
|
727
|
-
:outputs:
|
728
|
-
:children:
|
729
|
-
DescribeDBParameterGroupsResult:
|
730
|
-
:ignore: true
|
731
|
-
:children:
|
732
|
-
DBParameterGroups:
|
733
|
-
:ignore: true
|
734
|
-
:children:
|
735
|
-
DBParameterGroup:
|
736
|
-
:rename: :db_parameter_groups
|
737
|
-
:list: true
|
738
|
-
- :name: DescribeDBParameters
|
739
|
-
:method: :describe_db_parameters
|
740
|
-
:inputs:
|
741
|
-
DBParameterGroupName:
|
742
|
-
- :string
|
743
|
-
- :required
|
744
|
-
Source:
|
745
|
-
- :string
|
746
|
-
MaxRecords:
|
747
|
-
- :integer
|
748
|
-
Marker:
|
749
|
-
- :string
|
750
|
-
:outputs:
|
751
|
-
:children:
|
752
|
-
DescribeDBParametersResult:
|
753
|
-
:ignore: true
|
754
|
-
:children:
|
755
|
-
Parameters:
|
756
|
-
:ignore: true
|
757
|
-
:children:
|
758
|
-
Parameter:
|
759
|
-
:rename: :parameters
|
760
|
-
:list: true
|
761
|
-
:children:
|
762
|
-
IsModifiable:
|
763
|
-
:type: :boolean
|
764
|
-
- :name: DescribeDBSecurityGroups
|
765
|
-
:method: :describe_db_security_groups
|
766
|
-
:inputs:
|
767
|
-
DBSecurityGroupName:
|
768
|
-
- :string
|
769
|
-
MaxRecords:
|
770
|
-
- :integer
|
771
|
-
Marker:
|
772
|
-
- :string
|
773
|
-
:outputs:
|
774
|
-
:children:
|
775
|
-
DescribeDBSecurityGroupsResult:
|
776
|
-
:ignore: true
|
777
|
-
:children:
|
778
|
-
DBSecurityGroups:
|
779
|
-
:ignore: true
|
780
|
-
:children:
|
781
|
-
DBSecurityGroup:
|
782
|
-
:rename: :db_security_groups
|
783
|
-
:list: true
|
784
|
-
:children:
|
785
|
-
EC2SecurityGroups:
|
786
|
-
:ignore: true
|
787
|
-
:children:
|
788
|
-
EC2SecurityGroup:
|
789
|
-
:rename: :ec2_security_groups
|
790
|
-
:list: true
|
791
|
-
IPRanges:
|
792
|
-
:ignore: true
|
793
|
-
:children:
|
794
|
-
IPRange:
|
795
|
-
:rename: :ip_ranges
|
796
|
-
:list: true
|
797
|
-
- :name: DescribeDBSnapshots
|
798
|
-
:method: :describe_db_snapshots
|
799
|
-
:inputs:
|
800
|
-
DBInstanceIdentifier:
|
801
|
-
- :string
|
802
|
-
DBSnapshotIdentifier:
|
803
|
-
- :string
|
804
|
-
SnapshotType:
|
805
|
-
- :string
|
806
|
-
MaxRecords:
|
807
|
-
- :integer
|
808
|
-
Marker:
|
809
|
-
- :string
|
810
|
-
:outputs:
|
811
|
-
:children:
|
812
|
-
DescribeDBSnapshotsResult:
|
813
|
-
:ignore: true
|
814
|
-
:children:
|
815
|
-
DBSnapshots:
|
816
|
-
:ignore: true
|
817
|
-
:children:
|
818
|
-
DBSnapshot:
|
819
|
-
:rename: :db_snapshots
|
820
|
-
:list: true
|
821
|
-
:children:
|
822
|
-
SnapshotCreateTime:
|
823
|
-
:type: :time
|
824
|
-
AllocatedStorage:
|
825
|
-
:type: :integer
|
826
|
-
Port:
|
827
|
-
:type: :integer
|
828
|
-
InstanceCreateTime:
|
829
|
-
:type: :time
|
830
|
-
Iops:
|
831
|
-
:type: :integer
|
832
|
-
- :name: DescribeDBSubnetGroups
|
833
|
-
:method: :describe_db_subnet_groups
|
834
|
-
:inputs:
|
835
|
-
DBSubnetGroupName:
|
836
|
-
- :string
|
837
|
-
MaxRecords:
|
838
|
-
- :integer
|
839
|
-
Marker:
|
840
|
-
- :string
|
841
|
-
:outputs:
|
842
|
-
:children:
|
843
|
-
DescribeDBSubnetGroupsResult:
|
844
|
-
:ignore: true
|
845
|
-
:children:
|
846
|
-
DBSubnetGroups:
|
847
|
-
:ignore: true
|
848
|
-
:children:
|
849
|
-
DBSubnetGroup:
|
850
|
-
:rename: :db_subnet_groups
|
851
|
-
:list: true
|
852
|
-
:children:
|
853
|
-
Subnets:
|
854
|
-
:ignore: true
|
855
|
-
:children:
|
856
|
-
Subnet:
|
857
|
-
:rename: :subnets
|
858
|
-
:list: true
|
859
|
-
:children:
|
860
|
-
SubnetAvailabilityZone:
|
861
|
-
:children:
|
862
|
-
ProvisionedIopsCapable:
|
863
|
-
:type: :boolean
|
864
|
-
- :name: DescribeEngineDefaultParameters
|
865
|
-
:method: :describe_engine_default_parameters
|
866
|
-
:inputs:
|
867
|
-
DBParameterGroupFamily:
|
868
|
-
- :string
|
869
|
-
- :required
|
870
|
-
MaxRecords:
|
871
|
-
- :integer
|
872
|
-
Marker:
|
873
|
-
- :string
|
874
|
-
:outputs:
|
875
|
-
:children:
|
876
|
-
DescribeEngineDefaultParametersResult:
|
877
|
-
:ignore: true
|
878
|
-
:children:
|
879
|
-
EngineDefaults:
|
880
|
-
:children:
|
881
|
-
Parameters:
|
882
|
-
:ignore: true
|
883
|
-
:children:
|
884
|
-
Parameter:
|
885
|
-
:rename: :parameters
|
886
|
-
:list: true
|
887
|
-
:children:
|
888
|
-
IsModifiable:
|
889
|
-
:type: :boolean
|
890
|
-
:ignore: true
|
891
|
-
- :name: DescribeEvents
|
892
|
-
:method: :describe_events
|
893
|
-
:inputs:
|
894
|
-
SourceIdentifier:
|
895
|
-
- :string
|
896
|
-
SourceType:
|
897
|
-
- :string
|
898
|
-
StartTime:
|
899
|
-
- :timestamp
|
900
|
-
EndTime:
|
901
|
-
- :timestamp
|
902
|
-
Duration:
|
903
|
-
- :integer
|
904
|
-
MaxRecords:
|
905
|
-
- :integer
|
906
|
-
Marker:
|
907
|
-
- :string
|
908
|
-
:outputs:
|
909
|
-
:children:
|
910
|
-
DescribeEventsResult:
|
911
|
-
:ignore: true
|
912
|
-
:children:
|
913
|
-
Events:
|
914
|
-
:ignore: true
|
915
|
-
:children:
|
916
|
-
Event:
|
917
|
-
:rename: :events
|
918
|
-
:list: true
|
919
|
-
:children:
|
920
|
-
Date:
|
921
|
-
:type: :time
|
922
|
-
- :name: DescribeOptionGroupOptions
|
923
|
-
:method: :describe_option_group_options
|
924
|
-
:inputs:
|
925
|
-
EngineName:
|
926
|
-
- :string
|
927
|
-
- :required
|
928
|
-
MajorEngineVersion:
|
929
|
-
- :string
|
930
|
-
MaxRecords:
|
931
|
-
- :integer
|
932
|
-
Marker:
|
933
|
-
- :string
|
934
|
-
:outputs:
|
935
|
-
:children:
|
936
|
-
DescribeOptionGroupOptionsResult:
|
937
|
-
:ignore: true
|
938
|
-
:children:
|
939
|
-
OptionGroupOptions:
|
940
|
-
:ignore: true
|
941
|
-
:children:
|
942
|
-
OptionGroupOption:
|
943
|
-
:rename: :option_group_options
|
944
|
-
:list: true
|
945
|
-
:children:
|
946
|
-
PortRequired:
|
947
|
-
:type: :boolean
|
948
|
-
DefaultPort:
|
949
|
-
:type: :integer
|
950
|
-
OptionsDependedOn:
|
951
|
-
:ignore: true
|
952
|
-
:children:
|
953
|
-
OptionName:
|
954
|
-
:rename: :options_depended_on
|
955
|
-
:list: true
|
956
|
-
- :name: DescribeOptionGroups
|
957
|
-
:method: :describe_option_groups
|
958
|
-
:inputs:
|
959
|
-
OptionGroupName:
|
960
|
-
- :string
|
961
|
-
Marker:
|
962
|
-
- :string
|
963
|
-
MaxRecords:
|
964
|
-
- :integer
|
965
|
-
EngineName:
|
966
|
-
- :string
|
967
|
-
MajorEngineVersion:
|
968
|
-
- :string
|
969
|
-
:outputs:
|
970
|
-
:children:
|
971
|
-
DescribeOptionGroupsResult:
|
972
|
-
:ignore: true
|
973
|
-
:children:
|
974
|
-
OptionGroupsList:
|
975
|
-
:ignore: true
|
976
|
-
:children:
|
977
|
-
OptionGroup:
|
978
|
-
:rename: :option_groups_list
|
979
|
-
:list: true
|
980
|
-
:children:
|
981
|
-
Options:
|
982
|
-
:ignore: true
|
983
|
-
:children:
|
984
|
-
Option:
|
985
|
-
:rename: :options
|
986
|
-
:list: true
|
987
|
-
:children:
|
988
|
-
Port:
|
989
|
-
:type: :integer
|
990
|
-
DBSecurityGroupMemberships:
|
991
|
-
:ignore: true
|
992
|
-
:children:
|
993
|
-
DBSecurityGroup:
|
994
|
-
:rename: :db_security_group_memberships
|
995
|
-
:list: true
|
996
|
-
AllowsVpcAndNonVpcInstanceMemberships:
|
997
|
-
:type: :boolean
|
998
|
-
- :name: DescribeOrderableDBInstanceOptions
|
999
|
-
:method: :describe_orderable_db_instance_options
|
1000
|
-
:inputs:
|
1001
|
-
Engine:
|
1002
|
-
- :string
|
1003
|
-
- :required
|
1004
|
-
EngineVersion:
|
1005
|
-
- :string
|
1006
|
-
DBInstanceClass:
|
1007
|
-
- :string
|
1008
|
-
LicenseModel:
|
1009
|
-
- :string
|
1010
|
-
Vpc:
|
1011
|
-
- :boolean
|
1012
|
-
MaxRecords:
|
1013
|
-
- :integer
|
1014
|
-
Marker:
|
1015
|
-
- :string
|
1016
|
-
:outputs:
|
1017
|
-
:children:
|
1018
|
-
DescribeOrderableDBInstanceOptionsResult:
|
1019
|
-
:ignore: true
|
1020
|
-
:children:
|
1021
|
-
OrderableDBInstanceOptions:
|
1022
|
-
:ignore: true
|
1023
|
-
:children:
|
1024
|
-
OrderableDBInstanceOption:
|
1025
|
-
:rename: :orderable_db_instance_options
|
1026
|
-
:list: true
|
1027
|
-
:children:
|
1028
|
-
AvailabilityZones:
|
1029
|
-
:ignore: true
|
1030
|
-
:children:
|
1031
|
-
AvailabilityZone:
|
1032
|
-
:rename: :availability_zones
|
1033
|
-
:list: true
|
1034
|
-
:children:
|
1035
|
-
ProvisionedIopsCapable:
|
1036
|
-
:type: :boolean
|
1037
|
-
MultiAZCapable:
|
1038
|
-
:type: :boolean
|
1039
|
-
ReadReplicaCapable:
|
1040
|
-
:type: :boolean
|
1041
|
-
Vpc:
|
1042
|
-
:type: :boolean
|
1043
|
-
- :name: DescribeReservedDBInstances
|
1044
|
-
:method: :describe_reserved_db_instances
|
1045
|
-
:inputs:
|
1046
|
-
ReservedDBInstanceId:
|
1047
|
-
- :string
|
1048
|
-
ReservedDBInstancesOfferingId:
|
1049
|
-
- :string
|
1050
|
-
DBInstanceClass:
|
1051
|
-
- :string
|
1052
|
-
Duration:
|
1053
|
-
- :string
|
1054
|
-
ProductDescription:
|
1055
|
-
- :string
|
1056
|
-
OfferingType:
|
1057
|
-
- :string
|
1058
|
-
MultiAZ:
|
1059
|
-
- :boolean
|
1060
|
-
MaxRecords:
|
1061
|
-
- :integer
|
1062
|
-
Marker:
|
1063
|
-
- :string
|
1064
|
-
:outputs:
|
1065
|
-
:children:
|
1066
|
-
DescribeReservedDBInstancesResult:
|
1067
|
-
:ignore: true
|
1068
|
-
:children:
|
1069
|
-
ReservedDBInstances:
|
1070
|
-
:ignore: true
|
1071
|
-
:children:
|
1072
|
-
ReservedDBInstance:
|
1073
|
-
:rename: :reserved_db_instances
|
1074
|
-
:list: true
|
1075
|
-
:children:
|
1076
|
-
StartTime:
|
1077
|
-
:type: :time
|
1078
|
-
Duration:
|
1079
|
-
:type: :integer
|
1080
|
-
FixedPrice:
|
1081
|
-
:type: :float
|
1082
|
-
UsagePrice:
|
1083
|
-
:type: :float
|
1084
|
-
DBInstanceCount:
|
1085
|
-
:type: :integer
|
1086
|
-
MultiAZ:
|
1087
|
-
:type: :boolean
|
1088
|
-
RecurringCharges:
|
1089
|
-
:ignore: true
|
1090
|
-
:children:
|
1091
|
-
RecurringCharge:
|
1092
|
-
:rename: :recurring_charges
|
1093
|
-
:list: true
|
1094
|
-
:children:
|
1095
|
-
RecurringChargeAmount:
|
1096
|
-
:type: :float
|
1097
|
-
- :name: DescribeReservedDBInstancesOfferings
|
1098
|
-
:method: :describe_reserved_db_instances_offerings
|
1099
|
-
:inputs:
|
1100
|
-
ReservedDBInstancesOfferingId:
|
1101
|
-
- :string
|
1102
|
-
DBInstanceClass:
|
1103
|
-
- :string
|
1104
|
-
Duration:
|
1105
|
-
- :string
|
1106
|
-
ProductDescription:
|
1107
|
-
- :string
|
1108
|
-
OfferingType:
|
1109
|
-
- :string
|
1110
|
-
MultiAZ:
|
1111
|
-
- :boolean
|
1112
|
-
MaxRecords:
|
1113
|
-
- :integer
|
1114
|
-
Marker:
|
1115
|
-
- :string
|
1116
|
-
:outputs:
|
1117
|
-
:children:
|
1118
|
-
DescribeReservedDBInstancesOfferingsResult:
|
1119
|
-
:ignore: true
|
1120
|
-
:children:
|
1121
|
-
ReservedDBInstancesOfferings:
|
1122
|
-
:ignore: true
|
1123
|
-
:children:
|
1124
|
-
ReservedDBInstancesOffering:
|
1125
|
-
:rename: :reserved_db_instances_offerings
|
1126
|
-
:list: true
|
1127
|
-
:children:
|
1128
|
-
Duration:
|
1129
|
-
:type: :integer
|
1130
|
-
FixedPrice:
|
1131
|
-
:type: :float
|
1132
|
-
UsagePrice:
|
1133
|
-
:type: :float
|
1134
|
-
MultiAZ:
|
1135
|
-
:type: :boolean
|
1136
|
-
RecurringCharges:
|
1137
|
-
:ignore: true
|
1138
|
-
:children:
|
1139
|
-
RecurringCharge:
|
1140
|
-
:rename: :recurring_charges
|
1141
|
-
:list: true
|
1142
|
-
:children:
|
1143
|
-
RecurringChargeAmount:
|
1144
|
-
:type: :float
|
1145
|
-
- :name: ListTagsForResource
|
1146
|
-
:method: :list_tags_for_resource
|
1147
|
-
:inputs:
|
1148
|
-
ResourceName:
|
1149
|
-
- :string
|
1150
|
-
- :required
|
1151
|
-
:outputs:
|
1152
|
-
:children:
|
1153
|
-
ListTagsForResourceResult:
|
1154
|
-
:ignore: true
|
1155
|
-
:children:
|
1156
|
-
TagList:
|
1157
|
-
:ignore: true
|
1158
|
-
:children:
|
1159
|
-
Tag:
|
1160
|
-
:rename: :tag_list
|
1161
|
-
:list: true
|
1162
|
-
- :name: ModifyDBInstance
|
1163
|
-
:method: :modify_db_instance
|
1164
|
-
:inputs:
|
1165
|
-
DBInstanceIdentifier:
|
1166
|
-
- :string
|
1167
|
-
- :required
|
1168
|
-
AllocatedStorage:
|
1169
|
-
- :integer
|
1170
|
-
DBInstanceClass:
|
1171
|
-
- :string
|
1172
|
-
DBSecurityGroups:
|
1173
|
-
- :membered_list:
|
1174
|
-
- :string
|
1175
|
-
ApplyImmediately:
|
1176
|
-
- :boolean
|
1177
|
-
MasterUserPassword:
|
1178
|
-
- :string
|
1179
|
-
DBParameterGroupName:
|
1180
|
-
- :string
|
1181
|
-
BackupRetentionPeriod:
|
1182
|
-
- :integer
|
1183
|
-
PreferredBackupWindow:
|
1184
|
-
- :string
|
1185
|
-
PreferredMaintenanceWindow:
|
1186
|
-
- :string
|
1187
|
-
MultiAZ:
|
1188
|
-
- :boolean
|
1189
|
-
EngineVersion:
|
1190
|
-
- :string
|
1191
|
-
AllowMajorVersionUpgrade:
|
1192
|
-
- :boolean
|
1193
|
-
AutoMinorVersionUpgrade:
|
1194
|
-
- :boolean
|
1195
|
-
Iops:
|
1196
|
-
- :integer
|
1197
|
-
OptionGroupName:
|
1198
|
-
- :string
|
1199
|
-
:outputs:
|
1200
|
-
:children:
|
1201
|
-
ModifyDBInstanceResult:
|
1202
|
-
:ignore: true
|
1203
|
-
:children:
|
1204
|
-
DBInstance:
|
1205
|
-
:children:
|
1206
|
-
Endpoint:
|
1207
|
-
:children:
|
1208
|
-
Port:
|
1209
|
-
:type: :integer
|
1210
|
-
AllocatedStorage:
|
1211
|
-
:type: :integer
|
1212
|
-
InstanceCreateTime:
|
1213
|
-
:type: :time
|
1214
|
-
BackupRetentionPeriod:
|
1215
|
-
:type: :integer
|
1216
|
-
DBSecurityGroups:
|
1217
|
-
:ignore: true
|
1218
|
-
:children:
|
1219
|
-
DBSecurityGroup:
|
1220
|
-
:rename: :db_security_groups
|
1221
|
-
:list: true
|
1222
|
-
DBParameterGroups:
|
1223
|
-
:ignore: true
|
1224
|
-
:children:
|
1225
|
-
DBParameterGroup:
|
1226
|
-
:rename: :db_parameter_groups
|
1227
|
-
:list: true
|
1228
|
-
DBSubnetGroup:
|
1229
|
-
:children:
|
1230
|
-
Subnets:
|
1231
|
-
:ignore: true
|
1232
|
-
:children:
|
1233
|
-
Subnet:
|
1234
|
-
:rename: :subnets
|
1235
|
-
:list: true
|
1236
|
-
:children:
|
1237
|
-
SubnetAvailabilityZone:
|
1238
|
-
:children:
|
1239
|
-
ProvisionedIopsCapable:
|
1240
|
-
:type: :boolean
|
1241
|
-
PendingModifiedValues:
|
1242
|
-
:children:
|
1243
|
-
AllocatedStorage:
|
1244
|
-
:type: :integer
|
1245
|
-
Port:
|
1246
|
-
:type: :integer
|
1247
|
-
BackupRetentionPeriod:
|
1248
|
-
:type: :integer
|
1249
|
-
MultiAZ:
|
1250
|
-
:type: :boolean
|
1251
|
-
Iops:
|
1252
|
-
:type: :integer
|
1253
|
-
LatestRestorableTime:
|
1254
|
-
:type: :time
|
1255
|
-
MultiAZ:
|
1256
|
-
:type: :boolean
|
1257
|
-
AutoMinorVersionUpgrade:
|
1258
|
-
:type: :boolean
|
1259
|
-
ReadReplicaDBInstanceIdentifiers:
|
1260
|
-
:ignore: true
|
1261
|
-
:children:
|
1262
|
-
ReadReplicaDBInstanceIdentifier:
|
1263
|
-
:rename: :read_replica_db_instance_identifiers
|
1264
|
-
:list: true
|
1265
|
-
Iops:
|
1266
|
-
:type: :integer
|
1267
|
-
:ignore: true
|
1268
|
-
- :name: ModifyDBParameterGroup
|
1269
|
-
:method: :modify_db_parameter_group
|
1270
|
-
:inputs:
|
1271
|
-
DBParameterGroupName:
|
1272
|
-
- :string
|
1273
|
-
- :required
|
1274
|
-
Parameters:
|
1275
|
-
- :membered_list:
|
1276
|
-
- :structure:
|
1277
|
-
ParameterName:
|
1278
|
-
- :string
|
1279
|
-
ParameterValue:
|
1280
|
-
- :string
|
1281
|
-
Description:
|
1282
|
-
- :string
|
1283
|
-
Source:
|
1284
|
-
- :string
|
1285
|
-
ApplyType:
|
1286
|
-
- :string
|
1287
|
-
DataType:
|
1288
|
-
- :string
|
1289
|
-
AllowedValues:
|
1290
|
-
- :string
|
1291
|
-
IsModifiable:
|
1292
|
-
- :boolean
|
1293
|
-
MinimumEngineVersion:
|
1294
|
-
- :string
|
1295
|
-
ApplyMethod:
|
1296
|
-
- :string
|
1297
|
-
- :required
|
1298
|
-
:outputs:
|
1299
|
-
:children:
|
1300
|
-
ModifyDBParameterGroupResult:
|
1301
|
-
:ignore: true
|
1302
|
-
- :name: ModifyDBSubnetGroup
|
1303
|
-
:method: :modify_db_subnet_group
|
1304
|
-
:inputs:
|
1305
|
-
DBSubnetGroupName:
|
1306
|
-
- :string
|
1307
|
-
- :required
|
1308
|
-
DBSubnetGroupDescription:
|
1309
|
-
- :string
|
1310
|
-
SubnetIds:
|
1311
|
-
- :membered_list:
|
1312
|
-
- :string
|
1313
|
-
- :required
|
1314
|
-
:outputs:
|
1315
|
-
:children:
|
1316
|
-
ModifyDBSubnetGroupResult:
|
1317
|
-
:ignore: true
|
1318
|
-
:children:
|
1319
|
-
DBSubnetGroup:
|
1320
|
-
:children:
|
1321
|
-
Subnets:
|
1322
|
-
:ignore: true
|
1323
|
-
:children:
|
1324
|
-
Subnet:
|
1325
|
-
:rename: :subnets
|
1326
|
-
:list: true
|
1327
|
-
:children:
|
1328
|
-
SubnetAvailabilityZone:
|
1329
|
-
:children:
|
1330
|
-
ProvisionedIopsCapable:
|
1331
|
-
:type: :boolean
|
1332
|
-
:ignore: true
|
1333
|
-
- :name: ModifyOptionGroup
|
1334
|
-
:method: :modify_option_group
|
1335
|
-
:inputs:
|
1336
|
-
OptionGroupName:
|
1337
|
-
- :string
|
1338
|
-
- :required
|
1339
|
-
OptionsToInclude:
|
1340
|
-
- :membered_list:
|
1341
|
-
- :structure:
|
1342
|
-
OptionName:
|
1343
|
-
- :string
|
1344
|
-
- :required
|
1345
|
-
Port:
|
1346
|
-
- :integer
|
1347
|
-
DBSecurityGroupMemberships:
|
1348
|
-
- :membered_list:
|
1349
|
-
- :string
|
1350
|
-
OptionsToRemove:
|
1351
|
-
- :membered_list:
|
1352
|
-
- :string
|
1353
|
-
ApplyImmediately:
|
1354
|
-
- :boolean
|
1355
|
-
:outputs:
|
1356
|
-
:children:
|
1357
|
-
ModifyOptionGroupResult:
|
1358
|
-
:ignore: true
|
1359
|
-
:children:
|
1360
|
-
OptionGroup:
|
1361
|
-
:children:
|
1362
|
-
Options:
|
1363
|
-
:ignore: true
|
1364
|
-
:children:
|
1365
|
-
Option:
|
1366
|
-
:rename: :options
|
1367
|
-
:list: true
|
1368
|
-
:children:
|
1369
|
-
Port:
|
1370
|
-
:type: :integer
|
1371
|
-
DBSecurityGroupMemberships:
|
1372
|
-
:ignore: true
|
1373
|
-
:children:
|
1374
|
-
DBSecurityGroup:
|
1375
|
-
:rename: :db_security_group_memberships
|
1376
|
-
:list: true
|
1377
|
-
AllowsVpcAndNonVpcInstanceMemberships:
|
1378
|
-
:type: :boolean
|
1379
|
-
:ignore: true
|
1380
|
-
- :name: PromoteReadReplica
|
1381
|
-
:method: :promote_read_replica
|
1382
|
-
:inputs:
|
1383
|
-
DBInstanceIdentifier:
|
1384
|
-
- :string
|
1385
|
-
- :required
|
1386
|
-
BackupRetentionPeriod:
|
1387
|
-
- :integer
|
1388
|
-
PreferredBackupWindow:
|
1389
|
-
- :string
|
1390
|
-
:outputs:
|
1391
|
-
:children:
|
1392
|
-
PromoteReadReplicaResult:
|
1393
|
-
:ignore: true
|
1394
|
-
:children:
|
1395
|
-
DBInstance:
|
1396
|
-
:children:
|
1397
|
-
Endpoint:
|
1398
|
-
:children:
|
1399
|
-
Port:
|
1400
|
-
:type: :integer
|
1401
|
-
AllocatedStorage:
|
1402
|
-
:type: :integer
|
1403
|
-
InstanceCreateTime:
|
1404
|
-
:type: :time
|
1405
|
-
BackupRetentionPeriod:
|
1406
|
-
:type: :integer
|
1407
|
-
DBSecurityGroups:
|
1408
|
-
:ignore: true
|
1409
|
-
:children:
|
1410
|
-
DBSecurityGroup:
|
1411
|
-
:rename: :db_security_groups
|
1412
|
-
:list: true
|
1413
|
-
DBParameterGroups:
|
1414
|
-
:ignore: true
|
1415
|
-
:children:
|
1416
|
-
DBParameterGroup:
|
1417
|
-
:rename: :db_parameter_groups
|
1418
|
-
:list: true
|
1419
|
-
DBSubnetGroup:
|
1420
|
-
:children:
|
1421
|
-
Subnets:
|
1422
|
-
:ignore: true
|
1423
|
-
:children:
|
1424
|
-
Subnet:
|
1425
|
-
:rename: :subnets
|
1426
|
-
:list: true
|
1427
|
-
:children:
|
1428
|
-
SubnetAvailabilityZone:
|
1429
|
-
:children:
|
1430
|
-
ProvisionedIopsCapable:
|
1431
|
-
:type: :boolean
|
1432
|
-
PendingModifiedValues:
|
1433
|
-
:children:
|
1434
|
-
AllocatedStorage:
|
1435
|
-
:type: :integer
|
1436
|
-
Port:
|
1437
|
-
:type: :integer
|
1438
|
-
BackupRetentionPeriod:
|
1439
|
-
:type: :integer
|
1440
|
-
MultiAZ:
|
1441
|
-
:type: :boolean
|
1442
|
-
Iops:
|
1443
|
-
:type: :integer
|
1444
|
-
LatestRestorableTime:
|
1445
|
-
:type: :time
|
1446
|
-
MultiAZ:
|
1447
|
-
:type: :boolean
|
1448
|
-
AutoMinorVersionUpgrade:
|
1449
|
-
:type: :boolean
|
1450
|
-
ReadReplicaDBInstanceIdentifiers:
|
1451
|
-
:ignore: true
|
1452
|
-
:children:
|
1453
|
-
ReadReplicaDBInstanceIdentifier:
|
1454
|
-
:rename: :read_replica_db_instance_identifiers
|
1455
|
-
:list: true
|
1456
|
-
Iops:
|
1457
|
-
:type: :integer
|
1458
|
-
:ignore: true
|
1459
|
-
- :name: PurchaseReservedDBInstancesOffering
|
1460
|
-
:method: :purchase_reserved_db_instances_offering
|
1461
|
-
:inputs:
|
1462
|
-
ReservedDBInstancesOfferingId:
|
1463
|
-
- :string
|
1464
|
-
- :required
|
1465
|
-
ReservedDBInstanceId:
|
1466
|
-
- :string
|
1467
|
-
DBInstanceCount:
|
1468
|
-
- :integer
|
1469
|
-
:outputs:
|
1470
|
-
:children:
|
1471
|
-
PurchaseReservedDBInstancesOfferingResult:
|
1472
|
-
:ignore: true
|
1473
|
-
:children:
|
1474
|
-
ReservedDBInstance:
|
1475
|
-
:children:
|
1476
|
-
StartTime:
|
1477
|
-
:type: :time
|
1478
|
-
Duration:
|
1479
|
-
:type: :integer
|
1480
|
-
FixedPrice:
|
1481
|
-
:type: :float
|
1482
|
-
UsagePrice:
|
1483
|
-
:type: :float
|
1484
|
-
DBInstanceCount:
|
1485
|
-
:type: :integer
|
1486
|
-
MultiAZ:
|
1487
|
-
:type: :boolean
|
1488
|
-
RecurringCharges:
|
1489
|
-
:ignore: true
|
1490
|
-
:children:
|
1491
|
-
RecurringCharge:
|
1492
|
-
:rename: :recurring_charges
|
1493
|
-
:list: true
|
1494
|
-
:children:
|
1495
|
-
RecurringChargeAmount:
|
1496
|
-
:type: :float
|
1497
|
-
:ignore: true
|
1498
|
-
- :name: RebootDBInstance
|
1499
|
-
:method: :reboot_db_instance
|
1500
|
-
:inputs:
|
1501
|
-
DBInstanceIdentifier:
|
1502
|
-
- :string
|
1503
|
-
- :required
|
1504
|
-
ForceFailover:
|
1505
|
-
- :boolean
|
1506
|
-
:outputs:
|
1507
|
-
:children:
|
1508
|
-
RebootDBInstanceResult:
|
1509
|
-
:ignore: true
|
1510
|
-
:children:
|
1511
|
-
DBInstance:
|
1512
|
-
:children:
|
1513
|
-
Endpoint:
|
1514
|
-
:children:
|
1515
|
-
Port:
|
1516
|
-
:type: :integer
|
1517
|
-
AllocatedStorage:
|
1518
|
-
:type: :integer
|
1519
|
-
InstanceCreateTime:
|
1520
|
-
:type: :time
|
1521
|
-
BackupRetentionPeriod:
|
1522
|
-
:type: :integer
|
1523
|
-
DBSecurityGroups:
|
1524
|
-
:ignore: true
|
1525
|
-
:children:
|
1526
|
-
DBSecurityGroup:
|
1527
|
-
:rename: :db_security_groups
|
1528
|
-
:list: true
|
1529
|
-
DBParameterGroups:
|
1530
|
-
:ignore: true
|
1531
|
-
:children:
|
1532
|
-
DBParameterGroup:
|
1533
|
-
:rename: :db_parameter_groups
|
1534
|
-
:list: true
|
1535
|
-
DBSubnetGroup:
|
1536
|
-
:children:
|
1537
|
-
Subnets:
|
1538
|
-
:ignore: true
|
1539
|
-
:children:
|
1540
|
-
Subnet:
|
1541
|
-
:rename: :subnets
|
1542
|
-
:list: true
|
1543
|
-
:children:
|
1544
|
-
SubnetAvailabilityZone:
|
1545
|
-
:children:
|
1546
|
-
ProvisionedIopsCapable:
|
1547
|
-
:type: :boolean
|
1548
|
-
PendingModifiedValues:
|
1549
|
-
:children:
|
1550
|
-
AllocatedStorage:
|
1551
|
-
:type: :integer
|
1552
|
-
Port:
|
1553
|
-
:type: :integer
|
1554
|
-
BackupRetentionPeriod:
|
1555
|
-
:type: :integer
|
1556
|
-
MultiAZ:
|
1557
|
-
:type: :boolean
|
1558
|
-
Iops:
|
1559
|
-
:type: :integer
|
1560
|
-
LatestRestorableTime:
|
1561
|
-
:type: :time
|
1562
|
-
MultiAZ:
|
1563
|
-
:type: :boolean
|
1564
|
-
AutoMinorVersionUpgrade:
|
1565
|
-
:type: :boolean
|
1566
|
-
ReadReplicaDBInstanceIdentifiers:
|
1567
|
-
:ignore: true
|
1568
|
-
:children:
|
1569
|
-
ReadReplicaDBInstanceIdentifier:
|
1570
|
-
:rename: :read_replica_db_instance_identifiers
|
1571
|
-
:list: true
|
1572
|
-
Iops:
|
1573
|
-
:type: :integer
|
1574
|
-
:ignore: true
|
1575
|
-
- :name: RemoveTagsFromResource
|
1576
|
-
:method: :remove_tags_from_resource
|
1577
|
-
:inputs:
|
1578
|
-
ResourceName:
|
1579
|
-
- :string
|
1580
|
-
- :required
|
1581
|
-
TagKeys:
|
1582
|
-
- :membered_list:
|
1583
|
-
- :string
|
1584
|
-
- :required
|
1585
|
-
:outputs:
|
1586
|
-
:children:
|
1587
|
-
RemoveTagsFromResourceResult:
|
1588
|
-
:ignore: true
|
1589
|
-
- :name: ResetDBParameterGroup
|
1590
|
-
:method: :reset_db_parameter_group
|
1591
|
-
:inputs:
|
1592
|
-
DBParameterGroupName:
|
1593
|
-
- :string
|
1594
|
-
- :required
|
1595
|
-
ResetAllParameters:
|
1596
|
-
- :boolean
|
1597
|
-
Parameters:
|
1598
|
-
- :membered_list:
|
1599
|
-
- :structure:
|
1600
|
-
ParameterName:
|
1601
|
-
- :string
|
1602
|
-
ParameterValue:
|
1603
|
-
- :string
|
1604
|
-
Description:
|
1605
|
-
- :string
|
1606
|
-
Source:
|
1607
|
-
- :string
|
1608
|
-
ApplyType:
|
1609
|
-
- :string
|
1610
|
-
DataType:
|
1611
|
-
- :string
|
1612
|
-
AllowedValues:
|
1613
|
-
- :string
|
1614
|
-
IsModifiable:
|
1615
|
-
- :boolean
|
1616
|
-
MinimumEngineVersion:
|
1617
|
-
- :string
|
1618
|
-
ApplyMethod:
|
1619
|
-
- :string
|
1620
|
-
:outputs:
|
1621
|
-
:children:
|
1622
|
-
ResetDBParameterGroupResult:
|
1623
|
-
:ignore: true
|
1624
|
-
- :name: RestoreDBInstanceFromDBSnapshot
|
1625
|
-
:method: :restore_db_instance_from_db_snapshot
|
1626
|
-
:inputs:
|
1627
|
-
DBInstanceIdentifier:
|
1628
|
-
- :string
|
1629
|
-
- :required
|
1630
|
-
DBSnapshotIdentifier:
|
1631
|
-
- :string
|
1632
|
-
- :required
|
1633
|
-
DBInstanceClass:
|
1634
|
-
- :string
|
1635
|
-
Port:
|
1636
|
-
- :integer
|
1637
|
-
AvailabilityZone:
|
1638
|
-
- :string
|
1639
|
-
DBSubnetGroupName:
|
1640
|
-
- :string
|
1641
|
-
MultiAZ:
|
1642
|
-
- :boolean
|
1643
|
-
AutoMinorVersionUpgrade:
|
1644
|
-
- :boolean
|
1645
|
-
LicenseModel:
|
1646
|
-
- :string
|
1647
|
-
DBName:
|
1648
|
-
- :string
|
1649
|
-
Engine:
|
1650
|
-
- :string
|
1651
|
-
Iops:
|
1652
|
-
- :integer
|
1653
|
-
OptionGroupName:
|
1654
|
-
- :string
|
1655
|
-
:outputs:
|
1656
|
-
:children:
|
1657
|
-
RestoreDBInstanceFromDBSnapshotResult:
|
1658
|
-
:ignore: true
|
1659
|
-
:children:
|
1660
|
-
DBInstance:
|
1661
|
-
:children:
|
1662
|
-
Endpoint:
|
1663
|
-
:children:
|
1664
|
-
Port:
|
1665
|
-
:type: :integer
|
1666
|
-
AllocatedStorage:
|
1667
|
-
:type: :integer
|
1668
|
-
InstanceCreateTime:
|
1669
|
-
:type: :time
|
1670
|
-
BackupRetentionPeriod:
|
1671
|
-
:type: :integer
|
1672
|
-
DBSecurityGroups:
|
1673
|
-
:ignore: true
|
1674
|
-
:children:
|
1675
|
-
DBSecurityGroup:
|
1676
|
-
:rename: :db_security_groups
|
1677
|
-
:list: true
|
1678
|
-
DBParameterGroups:
|
1679
|
-
:ignore: true
|
1680
|
-
:children:
|
1681
|
-
DBParameterGroup:
|
1682
|
-
:rename: :db_parameter_groups
|
1683
|
-
:list: true
|
1684
|
-
DBSubnetGroup:
|
1685
|
-
:children:
|
1686
|
-
Subnets:
|
1687
|
-
:ignore: true
|
1688
|
-
:children:
|
1689
|
-
Subnet:
|
1690
|
-
:rename: :subnets
|
1691
|
-
:list: true
|
1692
|
-
:children:
|
1693
|
-
SubnetAvailabilityZone:
|
1694
|
-
:children:
|
1695
|
-
ProvisionedIopsCapable:
|
1696
|
-
:type: :boolean
|
1697
|
-
PendingModifiedValues:
|
1698
|
-
:children:
|
1699
|
-
AllocatedStorage:
|
1700
|
-
:type: :integer
|
1701
|
-
Port:
|
1702
|
-
:type: :integer
|
1703
|
-
BackupRetentionPeriod:
|
1704
|
-
:type: :integer
|
1705
|
-
MultiAZ:
|
1706
|
-
:type: :boolean
|
1707
|
-
Iops:
|
1708
|
-
:type: :integer
|
1709
|
-
LatestRestorableTime:
|
1710
|
-
:type: :time
|
1711
|
-
MultiAZ:
|
1712
|
-
:type: :boolean
|
1713
|
-
AutoMinorVersionUpgrade:
|
1714
|
-
:type: :boolean
|
1715
|
-
ReadReplicaDBInstanceIdentifiers:
|
1716
|
-
:ignore: true
|
1717
|
-
:children:
|
1718
|
-
ReadReplicaDBInstanceIdentifier:
|
1719
|
-
:rename: :read_replica_db_instance_identifiers
|
1720
|
-
:list: true
|
1721
|
-
Iops:
|
1722
|
-
:type: :integer
|
1723
|
-
:ignore: true
|
1724
|
-
- :name: RestoreDBInstanceToPointInTime
|
1725
|
-
:method: :restore_db_instance_to_point_in_time
|
1726
|
-
:inputs:
|
1727
|
-
SourceDBInstanceIdentifier:
|
1728
|
-
- :string
|
1729
|
-
- :required
|
1730
|
-
TargetDBInstanceIdentifier:
|
1731
|
-
- :string
|
1732
|
-
- :required
|
1733
|
-
RestoreTime:
|
1734
|
-
- :timestamp
|
1735
|
-
UseLatestRestorableTime:
|
1736
|
-
- :boolean
|
1737
|
-
DBInstanceClass:
|
1738
|
-
- :string
|
1739
|
-
Port:
|
1740
|
-
- :integer
|
1741
|
-
AvailabilityZone:
|
1742
|
-
- :string
|
1743
|
-
DBSubnetGroupName:
|
1744
|
-
- :string
|
1745
|
-
MultiAZ:
|
1746
|
-
- :boolean
|
1747
|
-
AutoMinorVersionUpgrade:
|
1748
|
-
- :boolean
|
1749
|
-
LicenseModel:
|
1750
|
-
- :string
|
1751
|
-
DBName:
|
1752
|
-
- :string
|
1753
|
-
Engine:
|
1754
|
-
- :string
|
1755
|
-
Iops:
|
1756
|
-
- :integer
|
1757
|
-
OptionGroupName:
|
1758
|
-
- :string
|
1759
|
-
:outputs:
|
1760
|
-
:children:
|
1761
|
-
RestoreDBInstanceToPointInTimeResult:
|
1762
|
-
:ignore: true
|
1763
|
-
:children:
|
1764
|
-
DBInstance:
|
1765
|
-
:children:
|
1766
|
-
Endpoint:
|
1767
|
-
:children:
|
1768
|
-
Port:
|
1769
|
-
:type: :integer
|
1770
|
-
AllocatedStorage:
|
1771
|
-
:type: :integer
|
1772
|
-
InstanceCreateTime:
|
1773
|
-
:type: :time
|
1774
|
-
BackupRetentionPeriod:
|
1775
|
-
:type: :integer
|
1776
|
-
DBSecurityGroups:
|
1777
|
-
:ignore: true
|
1778
|
-
:children:
|
1779
|
-
DBSecurityGroup:
|
1780
|
-
:rename: :db_security_groups
|
1781
|
-
:list: true
|
1782
|
-
DBParameterGroups:
|
1783
|
-
:ignore: true
|
1784
|
-
:children:
|
1785
|
-
DBParameterGroup:
|
1786
|
-
:rename: :db_parameter_groups
|
1787
|
-
:list: true
|
1788
|
-
DBSubnetGroup:
|
1789
|
-
:children:
|
1790
|
-
Subnets:
|
1791
|
-
:ignore: true
|
1792
|
-
:children:
|
1793
|
-
Subnet:
|
1794
|
-
:rename: :subnets
|
1795
|
-
:list: true
|
1796
|
-
:children:
|
1797
|
-
SubnetAvailabilityZone:
|
1798
|
-
:children:
|
1799
|
-
ProvisionedIopsCapable:
|
1800
|
-
:type: :boolean
|
1801
|
-
PendingModifiedValues:
|
1802
|
-
:children:
|
1803
|
-
AllocatedStorage:
|
1804
|
-
:type: :integer
|
1805
|
-
Port:
|
1806
|
-
:type: :integer
|
1807
|
-
BackupRetentionPeriod:
|
1808
|
-
:type: :integer
|
1809
|
-
MultiAZ:
|
1810
|
-
:type: :boolean
|
1811
|
-
Iops:
|
1812
|
-
:type: :integer
|
1813
|
-
LatestRestorableTime:
|
1814
|
-
:type: :time
|
1815
|
-
MultiAZ:
|
1816
|
-
:type: :boolean
|
1817
|
-
AutoMinorVersionUpgrade:
|
1818
|
-
:type: :boolean
|
1819
|
-
ReadReplicaDBInstanceIdentifiers:
|
1820
|
-
:ignore: true
|
1821
|
-
:children:
|
1822
|
-
ReadReplicaDBInstanceIdentifier:
|
1823
|
-
:rename: :read_replica_db_instance_identifiers
|
1824
|
-
:list: true
|
1825
|
-
Iops:
|
1826
|
-
:type: :integer
|
1827
|
-
:ignore: true
|
1828
|
-
- :name: RevokeDBSecurityGroupIngress
|
1829
|
-
:method: :revoke_db_security_group_ingress
|
1830
|
-
:inputs:
|
1831
|
-
DBSecurityGroupName:
|
1832
|
-
- :string
|
1833
|
-
- :required
|
1834
|
-
CIDRIP:
|
1835
|
-
- :string
|
1836
|
-
EC2SecurityGroupName:
|
1837
|
-
- :string
|
1838
|
-
EC2SecurityGroupId:
|
1839
|
-
- :string
|
1840
|
-
EC2SecurityGroupOwnerId:
|
1841
|
-
- :string
|
1842
|
-
:outputs:
|
1843
|
-
:children:
|
1844
|
-
RevokeDBSecurityGroupIngressResult:
|
1845
|
-
:ignore: true
|
1846
|
-
:children:
|
1847
|
-
DBSecurityGroup:
|
1848
|
-
:children:
|
1849
|
-
EC2SecurityGroups:
|
1850
|
-
:ignore: true
|
1851
|
-
:children:
|
1852
|
-
EC2SecurityGroup:
|
1853
|
-
:rename: :ec2_security_groups
|
1854
|
-
:list: true
|
1855
|
-
IPRanges:
|
1856
|
-
:ignore: true
|
1857
|
-
:children:
|
1858
|
-
IPRange:
|
1859
|
-
:rename: :ip_ranges
|
1860
|
-
:list: true
|
1861
|
-
:ignore: true
|