aws-sdk-core 2.11.486 → 2.11.487

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,1951 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "examples": {
4
- "AddSourceIdentifierToSubscription": [
5
- {
6
- "input": {
7
- "SourceIdentifier": "mymysqlinstance",
8
- "SubscriptionName": "mymysqleventsubscription"
9
- },
10
- "output": {
11
- "EventSubscription": {
12
- }
13
- },
14
- "comments": {
15
- "input": {
16
- },
17
- "output": {
18
- }
19
- },
20
- "description": "This example add a source identifier to an event notification subscription.",
21
- "id": "add-source-identifier-to-subscription-93fb6a15-0a59-4577-a7b5-e12db9752c14",
22
- "title": "To add a source identifier to an event notification subscription"
23
- }
24
- ],
25
- "AddTagsToResource": [
26
- {
27
- "input": {
28
- "ResourceName": "arn:aws:rds:us-east-1:992648334831:og:mymysqloptiongroup",
29
- "Tags": [
30
- {
31
- "Key": "Staging",
32
- "Value": "LocationDB"
33
- }
34
- ]
35
- },
36
- "comments": {
37
- "input": {
38
- },
39
- "output": {
40
- }
41
- },
42
- "description": "This example adds a tag to an option group.",
43
- "id": "add-tags-to-resource-fa99ef50-228b-449d-b893-ca4d4e9768ab",
44
- "title": "To add tags to a resource"
45
- }
46
- ],
47
- "ApplyPendingMaintenanceAction": [
48
- {
49
- "input": {
50
- "ApplyAction": "system-update",
51
- "OptInType": "immediate",
52
- "ResourceIdentifier": "arn:aws:rds:us-east-1:992648334831:db:mymysqlinstance"
53
- },
54
- "output": {
55
- "ResourcePendingMaintenanceActions": {
56
- }
57
- },
58
- "comments": {
59
- "input": {
60
- },
61
- "output": {
62
- }
63
- },
64
- "description": "This example immediately applies a pending system update to a DB instance.",
65
- "id": "apply-pending-maintenance-action-2a026047-8bbb-47fc-b695-abad9f308c24",
66
- "title": "To apply a pending maintenance action"
67
- }
68
- ],
69
- "AuthorizeDBSecurityGroupIngress": [
70
- {
71
- "input": {
72
- "CIDRIP": "203.0.113.5/32",
73
- "DBSecurityGroupName": "mydbsecuritygroup"
74
- },
75
- "output": {
76
- "DBSecurityGroup": {
77
- }
78
- },
79
- "comments": {
80
- "input": {
81
- },
82
- "output": {
83
- }
84
- },
85
- "description": "This example authorizes access to the specified security group by the specified CIDR block.",
86
- "id": "authorize-db-security-group-ingress-ebf9ab91-8912-4b07-a32e-ca150668164f",
87
- "title": "To authorize DB security group integress"
88
- }
89
- ],
90
- "CopyDBClusterParameterGroup": [
91
- {
92
- "input": {
93
- "SourceDBClusterParameterGroupIdentifier": "mydbclusterparametergroup",
94
- "TargetDBClusterParameterGroupDescription": "My DB cluster parameter group copy",
95
- "TargetDBClusterParameterGroupIdentifier": "mydbclusterparametergroup-copy"
96
- },
97
- "output": {
98
- "DBClusterParameterGroup": {
99
- }
100
- },
101
- "comments": {
102
- "input": {
103
- },
104
- "output": {
105
- }
106
- },
107
- "description": "This example copies a DB cluster parameter group.",
108
- "id": "copy-db-cluster-parameter-group-6fefaffe-cde9-4dba-9f0b-d3f593572fe4",
109
- "title": "To copy a DB cluster parameter group"
110
- }
111
- ],
112
- "CopyDBClusterSnapshot": [
113
- {
114
- "input": {
115
- "SourceDBClusterSnapshotIdentifier": "rds:sample-cluster-2016-09-14-10-38",
116
- "TargetDBClusterSnapshotIdentifier": "cluster-snapshot-copy-1"
117
- },
118
- "output": {
119
- "DBClusterSnapshot": {
120
- }
121
- },
122
- "comments": {
123
- "input": {
124
- },
125
- "output": {
126
- }
127
- },
128
- "description": "The following example copies an automated snapshot of a DB cluster to a new DB cluster snapshot.",
129
- "id": "to-copy-a-db-cluster-snapshot-1473879770564",
130
- "title": "To copy a DB cluster snapshot"
131
- }
132
- ],
133
- "CopyDBParameterGroup": [
134
- {
135
- "input": {
136
- "SourceDBParameterGroupIdentifier": "mymysqlparametergroup",
137
- "TargetDBParameterGroupDescription": "My MySQL parameter group copy",
138
- "TargetDBParameterGroupIdentifier": "mymysqlparametergroup-copy"
139
- },
140
- "output": {
141
- "DBParameterGroup": {
142
- }
143
- },
144
- "comments": {
145
- "input": {
146
- },
147
- "output": {
148
- }
149
- },
150
- "description": "This example copies a DB parameter group.",
151
- "id": "copy-db-parameter-group-610d4dba-2c87-467f-ae5d-edd7f8e47349",
152
- "title": "To copy a DB parameter group"
153
- }
154
- ],
155
- "CopyDBSnapshot": [
156
- {
157
- "input": {
158
- "SourceDBSnapshotIdentifier": "mydbsnapshot",
159
- "TargetDBSnapshotIdentifier": "mydbsnapshot-copy"
160
- },
161
- "output": {
162
- "DBSnapshot": {
163
- }
164
- },
165
- "comments": {
166
- "input": {
167
- },
168
- "output": {
169
- }
170
- },
171
- "description": "This example copies a DB snapshot.",
172
- "id": "copy-db-snapshot-1b2f0210-bc67-415d-9822-6eecf447dc86",
173
- "title": "To copy a DB snapshot"
174
- }
175
- ],
176
- "CopyOptionGroup": [
177
- {
178
- "input": {
179
- "SourceOptionGroupIdentifier": "mymysqloptiongroup",
180
- "TargetOptionGroupDescription": "My MySQL option group copy",
181
- "TargetOptionGroupIdentifier": "mymysqloptiongroup-copy"
182
- },
183
- "output": {
184
- "OptionGroup": {
185
- }
186
- },
187
- "comments": {
188
- "input": {
189
- },
190
- "output": {
191
- }
192
- },
193
- "description": "This example copies an option group.",
194
- "id": "copy-option-group-8d5c01c3-8846-4e9c-a4b0-1b7237f7d0ec",
195
- "title": "To copy an option group"
196
- }
197
- ],
198
- "CreateDBCluster": [
199
- {
200
- "input": {
201
- "AvailabilityZones": [
202
- "us-east-1a"
203
- ],
204
- "BackupRetentionPeriod": 1,
205
- "DBClusterIdentifier": "mydbcluster",
206
- "DBClusterParameterGroupName": "mydbclusterparametergroup",
207
- "DatabaseName": "myauroradb",
208
- "Engine": "aurora",
209
- "EngineVersion": "5.6.10a",
210
- "MasterUserPassword": "mypassword",
211
- "MasterUsername": "myuser",
212
- "Port": 3306,
213
- "StorageEncrypted": true
214
- },
215
- "output": {
216
- "DBCluster": {
217
- }
218
- },
219
- "comments": {
220
- "input": {
221
- },
222
- "output": {
223
- }
224
- },
225
- "description": "This example creates a DB cluster.",
226
- "id": "create-db-cluster-423b998d-eba9-40dd-8e19-96c5b6e5f31d",
227
- "title": "To create a DB cluster"
228
- }
229
- ],
230
- "CreateDBClusterParameterGroup": [
231
- {
232
- "input": {
233
- "DBClusterParameterGroupName": "mydbclusterparametergroup",
234
- "DBParameterGroupFamily": "aurora5.6",
235
- "Description": "My DB cluster parameter group"
236
- },
237
- "output": {
238
- "DBClusterParameterGroup": {
239
- }
240
- },
241
- "comments": {
242
- "input": {
243
- },
244
- "output": {
245
- }
246
- },
247
- "description": "This example creates a DB cluster parameter group.",
248
- "id": "create-db-cluster-parameter-group-8eb1c3ae-1965-4262-afe3-ee134c4430b1",
249
- "title": "To create a DB cluster parameter group"
250
- }
251
- ],
252
- "CreateDBClusterSnapshot": [
253
- {
254
- "input": {
255
- "DBClusterIdentifier": "mydbcluster",
256
- "DBClusterSnapshotIdentifier": "mydbclustersnapshot"
257
- },
258
- "output": {
259
- "DBClusterSnapshot": {
260
- }
261
- },
262
- "comments": {
263
- "input": {
264
- },
265
- "output": {
266
- }
267
- },
268
- "description": "This example creates a DB cluster snapshot.",
269
- "id": "create-db-cluster-snapshot-",
270
- "title": "To create a DB cluster snapshot"
271
- }
272
- ],
273
- "CreateDBInstance": [
274
- {
275
- "input": {
276
- "AllocatedStorage": 5,
277
- "DBInstanceClass": "db.t2.micro",
278
- "DBInstanceIdentifier": "mymysqlinstance",
279
- "Engine": "MySQL",
280
- "MasterUserPassword": "MyPassword",
281
- "MasterUsername": "MyUser"
282
- },
283
- "output": {
284
- "DBInstance": {
285
- }
286
- },
287
- "comments": {
288
- "input": {
289
- },
290
- "output": {
291
- }
292
- },
293
- "description": "This example creates a DB instance.",
294
- "id": "create-db-instance-57eb5d16-8bf8-4c84-9709-1700322b37b9",
295
- "title": "To create a DB instance."
296
- }
297
- ],
298
- "CreateDBInstanceReadReplica": [
299
- {
300
- "input": {
301
- "AvailabilityZone": "us-east-1a",
302
- "CopyTagsToSnapshot": true,
303
- "DBInstanceClass": "db.t2.micro",
304
- "DBInstanceIdentifier": "mydbreadreplica",
305
- "PubliclyAccessible": true,
306
- "SourceDBInstanceIdentifier": "mymysqlinstance",
307
- "StorageType": "gp2",
308
- "Tags": [
309
- {
310
- "Key": "mydbreadreplicakey",
311
- "Value": "mydbreadreplicavalue"
312
- }
313
- ]
314
- },
315
- "output": {
316
- "DBInstance": {
317
- }
318
- },
319
- "comments": {
320
- "input": {
321
- },
322
- "output": {
323
- }
324
- },
325
- "description": "This example creates a DB instance read replica.",
326
- "id": "create-db-instance-read-replica-81b41cd5-2871-4dae-bc59-3e264449d5fe",
327
- "title": "To create a DB instance read replica."
328
- }
329
- ],
330
- "CreateDBParameterGroup": [
331
- {
332
- "input": {
333
- "DBParameterGroupFamily": "mysql5.6",
334
- "DBParameterGroupName": "mymysqlparametergroup",
335
- "Description": "My MySQL parameter group"
336
- },
337
- "output": {
338
- "DBParameterGroup": {
339
- }
340
- },
341
- "comments": {
342
- "input": {
343
- },
344
- "output": {
345
- }
346
- },
347
- "description": "This example creates a DB parameter group.",
348
- "id": "create-db-parameter-group-42afcc37-12e9-4b6a-a55c-b8a141246e87",
349
- "title": "To create a DB parameter group."
350
- }
351
- ],
352
- "CreateDBSecurityGroup": [
353
- {
354
- "input": {
355
- "DBSecurityGroupDescription": "My DB security group",
356
- "DBSecurityGroupName": "mydbsecuritygroup"
357
- },
358
- "output": {
359
- "DBSecurityGroup": {
360
- }
361
- },
362
- "comments": {
363
- "input": {
364
- },
365
- "output": {
366
- }
367
- },
368
- "description": "This example creates a DB security group.",
369
- "id": "create-db-security-group-41b6786a-539e-42a5-a645-a8bc3cf99353",
370
- "title": "To create a DB security group."
371
- }
372
- ],
373
- "CreateDBSnapshot": [
374
- {
375
- "input": {
376
- "DBInstanceIdentifier": "mymysqlinstance",
377
- "DBSnapshotIdentifier": "mydbsnapshot"
378
- },
379
- "output": {
380
- "DBSnapshot": {
381
- }
382
- },
383
- "comments": {
384
- "input": {
385
- },
386
- "output": {
387
- }
388
- },
389
- "description": "This example creates a DB snapshot.",
390
- "id": "create-db-snapshot-e10e0e2c-9ac4-426d-9b17-6b6a3e382ce2",
391
- "title": "To create a DB snapshot."
392
- }
393
- ],
394
- "CreateDBSubnetGroup": [
395
- {
396
- "input": {
397
- "DBSubnetGroupDescription": "My DB subnet group",
398
- "DBSubnetGroupName": "mydbsubnetgroup",
399
- "SubnetIds": [
400
- "subnet-1fab8a69",
401
- "subnet-d43a468c"
402
- ]
403
- },
404
- "output": {
405
- "DBSubnetGroup": {
406
- }
407
- },
408
- "comments": {
409
- "input": {
410
- },
411
- "output": {
412
- }
413
- },
414
- "description": "This example creates a DB subnet group.",
415
- "id": "create-db-subnet-group-c3d162c2-0ec4-4955-ba89-18967615fdb8",
416
- "title": "To create a DB subnet group."
417
- }
418
- ],
419
- "CreateEventSubscription": [
420
- {
421
- "input": {
422
- "Enabled": true,
423
- "EventCategories": [
424
- "availability"
425
- ],
426
- "SnsTopicArn": "arn:aws:sns:us-east-1:992648334831:MyDemoSNSTopic",
427
- "SourceIds": [
428
- "mymysqlinstance"
429
- ],
430
- "SourceType": "db-instance",
431
- "SubscriptionName": "mymysqleventsubscription"
432
- },
433
- "output": {
434
- "EventSubscription": {
435
- }
436
- },
437
- "comments": {
438
- "input": {
439
- },
440
- "output": {
441
- }
442
- },
443
- "description": "This example creates an event notification subscription.",
444
- "id": "create-event-subscription-00dd0ee6-0e0f-4a38-ae83-e5f2ded5f69a",
445
- "title": "To create an event notification subscription"
446
- }
447
- ],
448
- "CreateOptionGroup": [
449
- {
450
- "input": {
451
- "EngineName": "MySQL",
452
- "MajorEngineVersion": "5.6",
453
- "OptionGroupDescription": "My MySQL 5.6 option group",
454
- "OptionGroupName": "mymysqloptiongroup"
455
- },
456
- "output": {
457
- "OptionGroup": {
458
- }
459
- },
460
- "comments": {
461
- "input": {
462
- },
463
- "output": {
464
- }
465
- },
466
- "description": "This example creates an option group.",
467
- "id": "create-option-group-a7708c87-1b79-4a5e-a762-21cf8fc62b78",
468
- "title": "To create an option group"
469
- }
470
- ],
471
- "DeleteDBCluster": [
472
- {
473
- "input": {
474
- "DBClusterIdentifier": "mydbcluster",
475
- "SkipFinalSnapshot": true
476
- },
477
- "output": {
478
- "DBCluster": {
479
- }
480
- },
481
- "comments": {
482
- "input": {
483
- },
484
- "output": {
485
- }
486
- },
487
- "description": "This example deletes the specified DB cluster.",
488
- "id": "delete-db-cluster-927fc2c8-6c67-4075-b1ba-75490be0f7d6",
489
- "title": "To delete a DB cluster."
490
- }
491
- ],
492
- "DeleteDBClusterParameterGroup": [
493
- {
494
- "input": {
495
- "DBClusterParameterGroupName": "mydbclusterparametergroup"
496
- },
497
- "comments": {
498
- "input": {
499
- },
500
- "output": {
501
- }
502
- },
503
- "description": "This example deletes the specified DB cluster parameter group.",
504
- "id": "delete-db-cluster-parameter-group-364f5555-ba0a-4cc8-979c-e769098924fc",
505
- "title": "To delete a DB cluster parameter group."
506
- }
507
- ],
508
- "DeleteDBClusterSnapshot": [
509
- {
510
- "input": {
511
- "DBClusterSnapshotIdentifier": "mydbclustersnapshot"
512
- },
513
- "output": {
514
- "DBClusterSnapshot": {
515
- }
516
- },
517
- "comments": {
518
- "input": {
519
- },
520
- "output": {
521
- }
522
- },
523
- "description": "This example deletes the specified DB cluster snapshot.",
524
- "id": "delete-db-cluster-snapshot-c67e0d95-670e-4fb5-af90-6d9a70a91b07",
525
- "title": "To delete a DB cluster snapshot."
526
- }
527
- ],
528
- "DeleteDBInstance": [
529
- {
530
- "input": {
531
- "DBInstanceIdentifier": "mymysqlinstance",
532
- "SkipFinalSnapshot": true
533
- },
534
- "output": {
535
- "DBInstance": {
536
- }
537
- },
538
- "comments": {
539
- "input": {
540
- },
541
- "output": {
542
- }
543
- },
544
- "description": "This example deletes the specified DB instance.",
545
- "id": "delete-db-instance-4412e650-949c-488a-b32a-7d3038ebccc4",
546
- "title": "To delete a DB instance."
547
- }
548
- ],
549
- "DeleteDBParameterGroup": [
550
- {
551
- "input": {
552
- "DBParameterGroupName": "mydbparamgroup3"
553
- },
554
- "comments": {
555
- "input": {
556
- },
557
- "output": {
558
- }
559
- },
560
- "description": "The following example deletes a DB parameter group.",
561
- "id": "to-delete-a-db-parameter-group-1473888796509",
562
- "title": "To delete a DB parameter group"
563
- }
564
- ],
565
- "DeleteDBSecurityGroup": [
566
- {
567
- "input": {
568
- "DBSecurityGroupName": "mysecgroup"
569
- },
570
- "comments": {
571
- "input": {
572
- },
573
- "output": {
574
- }
575
- },
576
- "description": "The following example deletes a DB security group.",
577
- "id": "to-delete-a-db-security-group-1473960141889",
578
- "title": "To delete a DB security group"
579
- }
580
- ],
581
- "DeleteDBSnapshot": [
582
- {
583
- "input": {
584
- "DBSnapshotIdentifier": "mydbsnapshot"
585
- },
586
- "output": {
587
- "DBSnapshot": {
588
- }
589
- },
590
- "comments": {
591
- "input": {
592
- },
593
- "output": {
594
- }
595
- },
596
- "description": "This example deletes the specified DB snapshot.",
597
- "id": "delete-db-snapshot-505d6b4e-8ced-479c-856a-c460a33fe07b",
598
- "title": "To delete a DB cluster snapshot."
599
- }
600
- ],
601
- "DeleteDBSubnetGroup": [
602
- {
603
- "input": {
604
- "DBSubnetGroupName": "mydbsubnetgroup"
605
- },
606
- "comments": {
607
- "input": {
608
- },
609
- "output": {
610
- }
611
- },
612
- "description": "This example deletes the specified DB subnetgroup.",
613
- "id": "delete-db-subnet-group-4ae00375-511e-443d-a01d-4b9f552244aa",
614
- "title": "To delete a DB subnet group."
615
- }
616
- ],
617
- "DeleteEventSubscription": [
618
- {
619
- "input": {
620
- "SubscriptionName": "myeventsubscription"
621
- },
622
- "output": {
623
- "EventSubscription": {
624
- }
625
- },
626
- "comments": {
627
- "input": {
628
- },
629
- "output": {
630
- }
631
- },
632
- "description": "This example deletes the specified DB event subscription.",
633
- "id": "delete-db-event-subscription-d33567e3-1d5d-48ff-873f-0270453f4a75",
634
- "title": "To delete a DB event subscription."
635
- }
636
- ],
637
- "DeleteOptionGroup": [
638
- {
639
- "input": {
640
- "OptionGroupName": "mydboptiongroup"
641
- },
642
- "comments": {
643
- "input": {
644
- },
645
- "output": {
646
- }
647
- },
648
- "description": "This example deletes the specified option group.",
649
- "id": "delete-db-option-group-578be2be-3095-431a-9ea4-9a3c3b0daef4",
650
- "title": "To delete an option group."
651
- }
652
- ],
653
- "DescribeAccountAttributes": [
654
- {
655
- "input": {
656
- },
657
- "output": {
658
- },
659
- "comments": {
660
- "input": {
661
- },
662
- "output": {
663
- }
664
- },
665
- "description": "This example lists account attributes.",
666
- "id": "describe-account-attributes-683d3ff7-5524-421a-8da5-e88f1ea2222b",
667
- "title": "To list account attributes"
668
- }
669
- ],
670
- "DescribeCertificates": [
671
- {
672
- "input": {
673
- "CertificateIdentifier": "rds-ca-2015",
674
- "MaxRecords": 20
675
- },
676
- "output": {
677
- },
678
- "comments": {
679
- "input": {
680
- },
681
- "output": {
682
- }
683
- },
684
- "description": "This example lists up to 20 certificates for the specified certificate identifier.",
685
- "id": "describe-certificates-9d71a70d-7908-4444-b43f-321d842c62dc",
686
- "title": "To list certificates"
687
- }
688
- ],
689
- "DescribeDBClusterParameterGroups": [
690
- {
691
- "input": {
692
- "DBClusterParameterGroupName": "mydbclusterparametergroup"
693
- },
694
- "output": {
695
- },
696
- "comments": {
697
- "input": {
698
- },
699
- "output": {
700
- }
701
- },
702
- "description": "This example lists settings for the specified DB cluster parameter group.",
703
- "id": "describe-db-cluster-parameter-groups-cf9c6e66-664e-4f57-8e29-a9080abfc013",
704
- "title": "To list DB cluster parameter group settings"
705
- }
706
- ],
707
- "DescribeDBClusterParameters": [
708
- {
709
- "input": {
710
- "DBClusterParameterGroupName": "mydbclusterparametergroup",
711
- "Source": "system"
712
- },
713
- "output": {
714
- },
715
- "comments": {
716
- "input": {
717
- },
718
- "output": {
719
- }
720
- },
721
- "description": "This example lists system parameters for the specified DB cluster parameter group.",
722
- "id": "describe-db-cluster-parameters-98043c28-e489-41a7-b118-bfd96dc779a1",
723
- "title": "To list DB cluster parameters"
724
- }
725
- ],
726
- "DescribeDBClusterSnapshotAttributes": [
727
- {
728
- "input": {
729
- "DBClusterSnapshotIdentifier": "mydbclustersnapshot"
730
- },
731
- "output": {
732
- "DBClusterSnapshotAttributesResult": {
733
- }
734
- },
735
- "comments": {
736
- "input": {
737
- },
738
- "output": {
739
- }
740
- },
741
- "description": "This example lists attributes for the specified DB cluster snapshot.",
742
- "id": "describe-db-cluster-snapshot-attributes-6752ade3-0c7b-4b06-a8e4-b76bf4e2d3571",
743
- "title": "To list DB cluster snapshot attributes"
744
- }
745
- ],
746
- "DescribeDBClusterSnapshots": [
747
- {
748
- "input": {
749
- "DBClusterSnapshotIdentifier": "mydbclustersnapshot",
750
- "SnapshotType": "manual"
751
- },
752
- "output": {
753
- },
754
- "comments": {
755
- "input": {
756
- },
757
- "output": {
758
- }
759
- },
760
- "description": "This example lists settings for the specified, manually-created cluster snapshot.",
761
- "id": "describe-db-cluster-snapshots-52f38af1-3431-4a51-9a6a-e6bb8c961b32",
762
- "title": "To list DB cluster snapshots"
763
- }
764
- ],
765
- "DescribeDBClusters": [
766
- {
767
- "input": {
768
- "DBClusterIdentifier": "mynewdbcluster"
769
- },
770
- "output": {
771
- },
772
- "comments": {
773
- "input": {
774
- },
775
- "output": {
776
- }
777
- },
778
- "description": "This example lists settings for the specified DB cluster.",
779
- "id": "describe-db-clusters-7aae8861-cb95-4b3b-9042-f62df7698635",
780
- "title": "To list DB clusters"
781
- }
782
- ],
783
- "DescribeDBEngineVersions": [
784
- {
785
- "input": {
786
- "DBParameterGroupFamily": "mysql5.6",
787
- "DefaultOnly": true,
788
- "Engine": "mysql",
789
- "EngineVersion": "5.6",
790
- "ListSupportedCharacterSets": true
791
- },
792
- "output": {
793
- },
794
- "comments": {
795
- "input": {
796
- },
797
- "output": {
798
- }
799
- },
800
- "description": "This example lists settings for the specified DB engine version.",
801
- "id": "describe-db-engine-versions-8e698cf2-2162-425a-a854-111cdaceb52b",
802
- "title": "To list DB engine version settings"
803
- }
804
- ],
805
- "DescribeDBInstances": [
806
- {
807
- "input": {
808
- "DBInstanceIdentifier": "mymysqlinstance"
809
- },
810
- "output": {
811
- },
812
- "comments": {
813
- "input": {
814
- },
815
- "output": {
816
- }
817
- },
818
- "description": "This example lists settings for the specified DB instance.",
819
- "id": "describe-db-instances-0e11a8c5-4ec3-4463-8cbf-f7254d04c4fc",
820
- "title": "To list DB instance settings"
821
- }
822
- ],
823
- "DescribeDBLogFiles": [
824
- {
825
- "input": {
826
- "DBInstanceIdentifier": "mymysqlinstance",
827
- "FileLastWritten": 1470873600000,
828
- "FileSize": 0,
829
- "FilenameContains": "error"
830
- },
831
- "output": {
832
- },
833
- "comments": {
834
- "input": {
835
- },
836
- "output": {
837
- }
838
- },
839
- "description": "This example lists matching log file names for the specified DB instance, file name pattern, last write date in POSIX time with milleseconds, and minimum file size.",
840
- "id": "describe-db-log-files-5f002d8d-5c1d-44c2-b5f4-bd284c0f1285",
841
- "title": "To list DB log file names"
842
- }
843
- ],
844
- "DescribeDBParameterGroups": [
845
- {
846
- "input": {
847
- "DBParameterGroupName": "mymysqlparametergroup"
848
- },
849
- "output": {
850
- },
851
- "comments": {
852
- "input": {
853
- },
854
- "output": {
855
- }
856
- },
857
- "description": "This example lists information about the specified DB parameter group.",
858
- "id": "describe-db-parameter-groups-",
859
- "title": "To list information about DB parameter groups"
860
- }
861
- ],
862
- "DescribeDBParameters": [
863
- {
864
- "input": {
865
- "DBParameterGroupName": "mymysqlparametergroup",
866
- "MaxRecords": 20,
867
- "Source": "system"
868
- },
869
- "output": {
870
- },
871
- "comments": {
872
- "input": {
873
- },
874
- "output": {
875
- }
876
- },
877
- "description": "This example lists information for up to the first 20 system parameters for the specified DB parameter group.",
878
- "id": "describe-db-parameters-09db4201-ef4f-4d97-a4b5-d71c0715b901",
879
- "title": "To list information about DB parameters"
880
- }
881
- ],
882
- "DescribeDBSecurityGroups": [
883
- {
884
- "input": {
885
- "DBSecurityGroupName": "mydbsecuritygroup"
886
- },
887
- "output": {
888
- },
889
- "comments": {
890
- "input": {
891
- },
892
- "output": {
893
- }
894
- },
895
- "description": "This example lists settings for the specified security group.",
896
- "id": "describe-db-security-groups-66fe9ea1-17dd-4275-b82e-f771cee0c849",
897
- "title": "To list DB security group settings"
898
- }
899
- ],
900
- "DescribeDBSnapshotAttributes": [
901
- {
902
- "input": {
903
- "DBSnapshotIdentifier": "mydbsnapshot"
904
- },
905
- "output": {
906
- "DBSnapshotAttributesResult": {
907
- }
908
- },
909
- "comments": {
910
- "input": {
911
- },
912
- "output": {
913
- }
914
- },
915
- "description": "This example lists attributes for the specified DB snapshot.",
916
- "id": "describe-db-snapshot-attributes-1d4fb750-34f6-4e43-8b3d-b2751d796a95",
917
- "title": "To list DB snapshot attributes"
918
- }
919
- ],
920
- "DescribeDBSnapshots": [
921
- {
922
- "input": {
923
- "DBInstanceIdentifier": "mymysqlinstance",
924
- "IncludePublic": false,
925
- "IncludeShared": true,
926
- "SnapshotType": "manual"
927
- },
928
- "output": {
929
- },
930
- "comments": {
931
- "input": {
932
- },
933
- "output": {
934
- }
935
- },
936
- "description": "This example lists all manually-created, shared snapshots for the specified DB instance.",
937
- "id": "describe-db-snapshots-2c935989-a1ef-4c85-aea4-1d0f45f17f26",
938
- "title": "To list DB snapshot attributes"
939
- }
940
- ],
941
- "DescribeDBSubnetGroups": [
942
- {
943
- "input": {
944
- "DBSubnetGroupName": "mydbsubnetgroup"
945
- },
946
- "output": {
947
- },
948
- "comments": {
949
- "input": {
950
- },
951
- "output": {
952
- }
953
- },
954
- "description": "This example lists information about the specified DB subnet group.",
955
- "id": "describe-db-subnet-groups-1d97b340-682f-4dd6-9653-8ed72a8d1221",
956
- "title": "To list information about DB subnet groups"
957
- }
958
- ],
959
- "DescribeEngineDefaultClusterParameters": [
960
- {
961
- "input": {
962
- "DBParameterGroupFamily": "aurora5.6"
963
- },
964
- "output": {
965
- "EngineDefaults": {
966
- }
967
- },
968
- "comments": {
969
- "input": {
970
- },
971
- "output": {
972
- }
973
- },
974
- "description": "This example lists default parameters for the specified DB cluster engine.",
975
- "id": "describe-engine-default-cluster-parameters-f130374a-7bee-434b-b51d-da20b6e000e0",
976
- "title": "To list default parameters for a DB cluster engine"
977
- }
978
- ],
979
- "DescribeEngineDefaultParameters": [
980
- {
981
- "input": {
982
- "DBParameterGroupFamily": "mysql5.6"
983
- },
984
- "output": {
985
- "EngineDefaults": {
986
- }
987
- },
988
- "comments": {
989
- "input": {
990
- },
991
- "output": {
992
- }
993
- },
994
- "description": "This example lists default parameters for the specified DB engine.",
995
- "id": "describe-engine-default-parameters-35d5108e-1d44-4fac-8aeb-04b8fdfface1",
996
- "title": "To list default parameters for a DB engine"
997
- }
998
- ],
999
- "DescribeEventCategories": [
1000
- {
1001
- "input": {
1002
- "SourceType": "db-instance"
1003
- },
1004
- "output": {
1005
- },
1006
- "comments": {
1007
- "input": {
1008
- },
1009
- "output": {
1010
- }
1011
- },
1012
- "description": "This example lists all DB instance event categories.",
1013
- "id": "describe-event-categories-97bd4c77-12da-4be6-b42f-edf77771428b",
1014
- "title": "To list event categories."
1015
- }
1016
- ],
1017
- "DescribeEventSubscriptions": [
1018
- {
1019
- "input": {
1020
- "SubscriptionName": "mymysqleventsubscription"
1021
- },
1022
- "output": {
1023
- },
1024
- "comments": {
1025
- "input": {
1026
- },
1027
- "output": {
1028
- }
1029
- },
1030
- "description": "This example lists information for the specified DB event notification subscription.",
1031
- "id": "describe-event-subscriptions-11184a82-e58a-4d0c-b558-f3a7489e0850",
1032
- "title": "To list information about DB event notification subscriptions"
1033
- }
1034
- ],
1035
- "DescribeEvents": [
1036
- {
1037
- "input": {
1038
- "Duration": 10080,
1039
- "EventCategories": [
1040
- "backup"
1041
- ],
1042
- "SourceIdentifier": "mymysqlinstance",
1043
- "SourceType": "db-instance"
1044
- },
1045
- "output": {
1046
- },
1047
- "comments": {
1048
- "input": {
1049
- },
1050
- "output": {
1051
- }
1052
- },
1053
- "description": "This example lists information for all backup-related events for the specified DB instance for the past 7 days (7 days * 24 hours * 60 minutes = 10,080 minutes).",
1054
- "id": "describe-events-3836e5ed-3913-4f76-8452-c77fcad5016b",
1055
- "title": "To list information about events"
1056
- }
1057
- ],
1058
- "DescribeOptionGroupOptions": [
1059
- {
1060
- "input": {
1061
- "EngineName": "mysql",
1062
- "MajorEngineVersion": "5.6"
1063
- },
1064
- "output": {
1065
- },
1066
- "comments": {
1067
- "input": {
1068
- },
1069
- "output": {
1070
- }
1071
- },
1072
- "description": "This example lists information for all option group options for the specified DB engine.",
1073
- "id": "describe-option-group-options-30d735a4-81f1-49e4-b3f2-5dc45d50c8ed",
1074
- "title": "To list information about DB option group options"
1075
- }
1076
- ],
1077
- "DescribeOptionGroups": [
1078
- {
1079
- "input": {
1080
- "EngineName": "mysql",
1081
- "MajorEngineVersion": "5.6"
1082
- },
1083
- "output": {
1084
- },
1085
- "comments": {
1086
- "input": {
1087
- },
1088
- "output": {
1089
- }
1090
- },
1091
- "description": "This example lists information for all option groups for the specified DB engine.",
1092
- "id": "describe-option-groups-4ef478a1-66d5-45f2-bec3-e608720418a4",
1093
- "title": "To list information about DB option groups"
1094
- }
1095
- ],
1096
- "DescribeOrderableDBInstanceOptions": [
1097
- {
1098
- "input": {
1099
- "DBInstanceClass": "db.t2.micro",
1100
- "Engine": "mysql",
1101
- "EngineVersion": "5.6.27",
1102
- "LicenseModel": "general-public-license",
1103
- "Vpc": true
1104
- },
1105
- "output": {
1106
- },
1107
- "comments": {
1108
- "input": {
1109
- },
1110
- "output": {
1111
- }
1112
- },
1113
- "description": "This example lists information for all orderable DB instance options for the specified DB engine, engine version, DB instance class, license model, and VPC settings.",
1114
- "id": "describe-orderable-db-instance-options-7444d3ed-82eb-42b9-9ed9-896b8c27a782",
1115
- "title": "To list information about orderable DB instance options"
1116
- }
1117
- ],
1118
- "DescribePendingMaintenanceActions": [
1119
- {
1120
- "input": {
1121
- "ResourceIdentifier": "arn:aws:rds:us-east-1:992648334831:db:mymysqlinstance"
1122
- },
1123
- "output": {
1124
- },
1125
- "comments": {
1126
- "input": {
1127
- },
1128
- "output": {
1129
- }
1130
- },
1131
- "description": "This example lists information for all pending maintenance actions for the specified DB instance.",
1132
- "id": "describe-pending-maintenance-actions-e6021f7e-58ae-49cc-b874-11996176835c",
1133
- "title": "To list information about pending maintenance actions"
1134
- }
1135
- ],
1136
- "DescribeReservedDBInstances": [
1137
- {
1138
- "input": {
1139
- "DBInstanceClass": "db.t2.micro",
1140
- "Duration": "1y",
1141
- "MultiAZ": false,
1142
- "OfferingType": "No Upfront",
1143
- "ProductDescription": "mysql"
1144
- },
1145
- "output": {
1146
- },
1147
- "comments": {
1148
- "input": {
1149
- },
1150
- "output": {
1151
- }
1152
- },
1153
- "description": "This example lists information for all reserved DB instances for the specified DB instance class, duration, product, offering type, and availability zone settings.",
1154
- "id": "describe-reserved-db-instances-d45adaca-2e30-407c-a0f3-aa7b98bea17f",
1155
- "title": "To list information about reserved DB instances"
1156
- }
1157
- ],
1158
- "DescribeReservedDBInstancesOfferings": [
1159
- {
1160
- "input": {
1161
- "DBInstanceClass": "db.t2.micro",
1162
- "Duration": "1y",
1163
- "MultiAZ": false,
1164
- "OfferingType": "No Upfront",
1165
- "ProductDescription": "mysql"
1166
- },
1167
- "output": {
1168
- },
1169
- "comments": {
1170
- "input": {
1171
- },
1172
- "output": {
1173
- }
1174
- },
1175
- "description": "This example lists information for all reserved DB instance offerings for the specified DB instance class, duration, product, offering type, and availability zone settings.",
1176
- "id": "describe-reserved-db-instances-offerings-9de7d1fd-d6a6-4a72-84ae-b2ef58d47d8d",
1177
- "title": "To list information about reserved DB instance offerings"
1178
- }
1179
- ],
1180
- "DescribeSourceRegions": [
1181
- {
1182
- "input": {
1183
- },
1184
- "output": {
1185
- "SourceRegions": [
1186
- {
1187
- "Endpoint": "https://rds.ap-northeast-1.amazonaws.com",
1188
- "RegionName": "ap-northeast-1",
1189
- "Status": "available"
1190
- },
1191
- {
1192
- "Endpoint": "https://rds.ap-northeast-2.amazonaws.com",
1193
- "RegionName": "ap-northeast-2",
1194
- "Status": "available"
1195
- },
1196
- {
1197
- "Endpoint": "https://rds.ap-south-1.amazonaws.com",
1198
- "RegionName": "ap-south-1",
1199
- "Status": "available"
1200
- },
1201
- {
1202
- "Endpoint": "https://rds.ap-southeast-1.amazonaws.com",
1203
- "RegionName": "ap-southeast-1",
1204
- "Status": "available"
1205
- },
1206
- {
1207
- "Endpoint": "https://rds.ap-southeast-2.amazonaws.com",
1208
- "RegionName": "ap-southeast-2",
1209
- "Status": "available"
1210
- },
1211
- {
1212
- "Endpoint": "https://rds.eu-central-1.amazonaws.com",
1213
- "RegionName": "eu-central-1",
1214
- "Status": "available"
1215
- },
1216
- {
1217
- "Endpoint": "https://rds.eu-west-1.amazonaws.com",
1218
- "RegionName": "eu-west-1",
1219
- "Status": "available"
1220
- },
1221
- {
1222
- "Endpoint": "https://rds.sa-east-1.amazonaws.com",
1223
- "RegionName": "sa-east-1",
1224
- "Status": "available"
1225
- },
1226
- {
1227
- "Endpoint": "https://rds.us-west-1.amazonaws.com",
1228
- "RegionName": "us-west-1",
1229
- "Status": "available"
1230
- },
1231
- {
1232
- "Endpoint": "https://rds.us-west-2.amazonaws.com",
1233
- "RegionName": "us-west-2",
1234
- "Status": "available"
1235
- }
1236
- ]
1237
- },
1238
- "comments": {
1239
- },
1240
- "description": "To list the AWS regions where a Read Replica can be created.",
1241
- "id": "to-describe-source-regions-1473457722410",
1242
- "title": "To describe source regions"
1243
- }
1244
- ],
1245
- "DownloadDBLogFilePortion": [
1246
- {
1247
- "input": {
1248
- "DBInstanceIdentifier": "mymysqlinstance",
1249
- "LogFileName": "mysqlUpgrade"
1250
- },
1251
- "output": {
1252
- },
1253
- "comments": {
1254
- "input": {
1255
- },
1256
- "output": {
1257
- }
1258
- },
1259
- "description": "This example lists information for the specified log file for the specified DB instance.",
1260
- "id": "download-db-log-file-portion-54a82731-a441-4fc7-a010-8eccae6fa202",
1261
- "title": "To list information about DB log files"
1262
- }
1263
- ],
1264
- "FailoverDBCluster": [
1265
- {
1266
- "input": {
1267
- "DBClusterIdentifier": "myaurorainstance-cluster",
1268
- "TargetDBInstanceIdentifier": "myaurorareplica"
1269
- },
1270
- "output": {
1271
- "DBCluster": {
1272
- }
1273
- },
1274
- "comments": {
1275
- "input": {
1276
- },
1277
- "output": {
1278
- }
1279
- },
1280
- "description": "This example performs a failover for the specified DB cluster to the specified DB instance.",
1281
- "id": "failover-db-cluster-9e7f2f93-d98c-42c7-bb0e-d6c485c096d6",
1282
- "title": "To perform a failover for a DB cluster"
1283
- }
1284
- ],
1285
- "ListTagsForResource": [
1286
- {
1287
- "input": {
1288
- "ResourceName": "arn:aws:rds:us-east-1:992648334831:og:mymysqloptiongroup"
1289
- },
1290
- "output": {
1291
- },
1292
- "comments": {
1293
- "input": {
1294
- },
1295
- "output": {
1296
- }
1297
- },
1298
- "description": "This example lists information about all tags associated with the specified DB option group.",
1299
- "id": "list-tags-for-resource-8401f3c2-77cd-4f90-bfd5-b523f0adcc2f",
1300
- "title": "To list information about tags associated with a resource"
1301
- }
1302
- ],
1303
- "ModifyDBCluster": [
1304
- {
1305
- "input": {
1306
- "ApplyImmediately": true,
1307
- "DBClusterIdentifier": "mydbcluster",
1308
- "MasterUserPassword": "mynewpassword",
1309
- "NewDBClusterIdentifier": "mynewdbcluster",
1310
- "PreferredBackupWindow": "04:00-04:30",
1311
- "PreferredMaintenanceWindow": "Tue:05:00-Tue:05:30"
1312
- },
1313
- "output": {
1314
- "DBCluster": {
1315
- }
1316
- },
1317
- "comments": {
1318
- "input": {
1319
- },
1320
- "output": {
1321
- }
1322
- },
1323
- "description": "This example changes the specified settings for the specified DB cluster.",
1324
- "id": "modify-db-cluster-a370ee1b-768d-450a-853b-707cb1ab663d",
1325
- "title": "To change DB cluster settings"
1326
- }
1327
- ],
1328
- "ModifyDBClusterParameterGroup": [
1329
- {
1330
- "input": {
1331
- "DBClusterParameterGroupName": "mydbclusterparametergroup",
1332
- "Parameters": [
1333
- {
1334
- "ApplyMethod": "immediate",
1335
- "ParameterName": "time_zone",
1336
- "ParameterValue": "America/Phoenix"
1337
- }
1338
- ]
1339
- },
1340
- "output": {
1341
- },
1342
- "comments": {
1343
- "input": {
1344
- },
1345
- "output": {
1346
- }
1347
- },
1348
- "description": "This example immediately changes the specified setting for the specified DB cluster parameter group.",
1349
- "id": "modify-db-cluster-parameter-group-f9156bc9-082a-442e-8d12-239542c1a113",
1350
- "title": "To change DB cluster parameter group settings"
1351
- }
1352
- ],
1353
- "ModifyDBClusterSnapshotAttribute": [
1354
- {
1355
- "input": {
1356
- "AttributeName": "restore",
1357
- "DBClusterSnapshotIdentifier": "manual-cluster-snapshot1",
1358
- "ValuesToAdd": [
1359
- "123451234512",
1360
- "123456789012"
1361
- ],
1362
- "ValuesToRemove": [
1363
- "all"
1364
- ]
1365
- },
1366
- "output": {
1367
- "DBClusterSnapshotAttributesResult": {
1368
- }
1369
- },
1370
- "comments": {
1371
- "input": {
1372
- },
1373
- "output": {
1374
- }
1375
- },
1376
- "description": "The following example gives two AWS accounts access to a manual DB cluster snapshot and ensures that the DB cluster snapshot is private by removing the value \"all\".",
1377
- "id": "to-add-or-remove-access-to-a-manual-db-cluster-snapshot-1473889426431",
1378
- "title": "To add or remove access to a manual DB cluster snapshot"
1379
- }
1380
- ],
1381
- "ModifyDBInstance": [
1382
- {
1383
- "input": {
1384
- "AllocatedStorage": 10,
1385
- "ApplyImmediately": true,
1386
- "BackupRetentionPeriod": 1,
1387
- "DBInstanceClass": "db.t2.small",
1388
- "DBInstanceIdentifier": "mymysqlinstance",
1389
- "MasterUserPassword": "mynewpassword",
1390
- "PreferredBackupWindow": "04:00-04:30",
1391
- "PreferredMaintenanceWindow": "Tue:05:00-Tue:05:30"
1392
- },
1393
- "output": {
1394
- "DBInstance": {
1395
- }
1396
- },
1397
- "comments": {
1398
- "input": {
1399
- },
1400
- "output": {
1401
- }
1402
- },
1403
- "description": "This example immediately changes the specified settings for the specified DB instance.",
1404
- "id": "modify-db-instance-6979a368-6254-467b-8a8d-61103f4fcde9",
1405
- "title": "To change DB instance settings"
1406
- }
1407
- ],
1408
- "ModifyDBParameterGroup": [
1409
- {
1410
- "input": {
1411
- "DBParameterGroupName": "mymysqlparametergroup",
1412
- "Parameters": [
1413
- {
1414
- "ApplyMethod": "immediate",
1415
- "ParameterName": "time_zone",
1416
- "ParameterValue": "America/Phoenix"
1417
- }
1418
- ]
1419
- },
1420
- "output": {
1421
- },
1422
- "comments": {
1423
- "input": {
1424
- },
1425
- "output": {
1426
- }
1427
- },
1428
- "description": "This example immediately changes the specified setting for the specified DB parameter group.",
1429
- "id": "modify-db-parameter-group-f3a4e52a-68e4-4b88-b559-f912d34c457a",
1430
- "title": "To change DB parameter group settings"
1431
- }
1432
- ],
1433
- "ModifyDBSnapshotAttribute": [
1434
- {
1435
- "input": {
1436
- "AttributeName": "restore",
1437
- "DBSnapshotIdentifier": "mydbsnapshot",
1438
- "ValuesToAdd": [
1439
- "all"
1440
- ]
1441
- },
1442
- "output": {
1443
- "DBSnapshotAttributesResult": {
1444
- }
1445
- },
1446
- "comments": {
1447
- "input": {
1448
- },
1449
- "output": {
1450
- }
1451
- },
1452
- "description": "This example adds the specified attribute for the specified DB snapshot.",
1453
- "id": "modify-db-snapshot-attribute-2e66f120-2b21-4a7c-890b-4474da88bde6",
1454
- "title": "To change DB snapshot attributes"
1455
- }
1456
- ],
1457
- "ModifyDBSubnetGroup": [
1458
- {
1459
- "input": {
1460
- "DBSubnetGroupName": "mydbsubnetgroup",
1461
- "SubnetIds": [
1462
- "subnet-70e1975a",
1463
- "subnet-747a5c49"
1464
- ]
1465
- },
1466
- "output": {
1467
- "DBSubnetGroup": {
1468
- }
1469
- },
1470
- "comments": {
1471
- "input": {
1472
- },
1473
- "output": {
1474
- }
1475
- },
1476
- "description": "This example changes the specified setting for the specified DB subnet group.",
1477
- "id": "modify-db-subnet-group-e34a97d9-8fe6-4239-a4ed-ad6e73a956b0",
1478
- "title": "To change DB subnet group settings"
1479
- }
1480
- ],
1481
- "ModifyEventSubscription": [
1482
- {
1483
- "input": {
1484
- "Enabled": true,
1485
- "EventCategories": [
1486
- "deletion",
1487
- "low storage"
1488
- ],
1489
- "SourceType": "db-instance",
1490
- "SubscriptionName": "mymysqleventsubscription"
1491
- },
1492
- "output": {
1493
- "EventSubscription": {
1494
- }
1495
- },
1496
- "comments": {
1497
- "input": {
1498
- },
1499
- "output": {
1500
- }
1501
- },
1502
- "description": "This example changes the specified setting for the specified event notification subscription.",
1503
- "id": "modify-event-subscription-405ac869-1f02-42cd-b8f4-6950a435f30e",
1504
- "title": "To change event notification subscription settings"
1505
- }
1506
- ],
1507
- "ModifyOptionGroup": [
1508
- {
1509
- "input": {
1510
- "ApplyImmediately": true,
1511
- "OptionGroupName": "myawsuser-og02",
1512
- "OptionsToInclude": [
1513
- {
1514
- "DBSecurityGroupMemberships": [
1515
- "default"
1516
- ],
1517
- "OptionName": "MEMCACHED"
1518
- }
1519
- ]
1520
- },
1521
- "output": {
1522
- "OptionGroup": {
1523
- }
1524
- },
1525
- "comments": {
1526
- "input": {
1527
- },
1528
- "output": {
1529
- }
1530
- },
1531
- "description": "The following example adds an option to an option group.",
1532
- "id": "to-modify-an-option-group-1473890247875",
1533
- "title": "To modify an option group"
1534
- }
1535
- ],
1536
- "PromoteReadReplica": [
1537
- {
1538
- "input": {
1539
- "BackupRetentionPeriod": 1,
1540
- "DBInstanceIdentifier": "mydbreadreplica",
1541
- "PreferredBackupWindow": "03:30-04:00"
1542
- },
1543
- "output": {
1544
- "DBInstance": {
1545
- }
1546
- },
1547
- "comments": {
1548
- "input": {
1549
- },
1550
- "output": {
1551
- }
1552
- },
1553
- "description": "This example promotes the specified read replica and sets its backup retention period and preferred backup window.",
1554
- "id": "promote-read-replica-cc580039-c55d-4035-838a-def4a1ae4181",
1555
- "title": "To promote a read replica"
1556
- }
1557
- ],
1558
- "PurchaseReservedDBInstancesOffering": [
1559
- {
1560
- "input": {
1561
- "ReservedDBInstanceId": "myreservationid",
1562
- "ReservedDBInstancesOfferingId": "fb29428a-646d-4390-850e-5fe89926e727"
1563
- },
1564
- "output": {
1565
- "ReservedDBInstance": {
1566
- }
1567
- },
1568
- "comments": {
1569
- "input": {
1570
- },
1571
- "output": {
1572
- }
1573
- },
1574
- "description": "This example purchases a reserved DB instance offering that matches the specified settings.",
1575
- "id": "purchase-reserved-db-instances-offfering-f423c736-8413-429b-ba13-850fd4fa4dcd",
1576
- "title": "To purchase a reserved DB instance offering"
1577
- }
1578
- ],
1579
- "RebootDBInstance": [
1580
- {
1581
- "input": {
1582
- "DBInstanceIdentifier": "mymysqlinstance",
1583
- "ForceFailover": false
1584
- },
1585
- "output": {
1586
- "DBInstance": {
1587
- }
1588
- },
1589
- "comments": {
1590
- "input": {
1591
- },
1592
- "output": {
1593
- }
1594
- },
1595
- "description": "This example reboots the specified DB instance without forcing a failover.",
1596
- "id": "reboot-db-instance-b9ce8a0a-2920-451d-a1f3-01d288aa7366",
1597
- "title": "To reboot a DB instance"
1598
- }
1599
- ],
1600
- "RemoveSourceIdentifierFromSubscription": [
1601
- {
1602
- "input": {
1603
- "SourceIdentifier": "mymysqlinstance",
1604
- "SubscriptionName": "myeventsubscription"
1605
- },
1606
- "output": {
1607
- "EventSubscription": {
1608
- }
1609
- },
1610
- "comments": {
1611
- "input": {
1612
- },
1613
- "output": {
1614
- }
1615
- },
1616
- "description": "This example removes the specified source identifier from the specified DB event subscription.",
1617
- "id": "remove-source-identifier-from-subscription-30d25493-c19d-4cf7-b4e5-68371d0d8770",
1618
- "title": "To remove a source identifier from a DB event subscription"
1619
- }
1620
- ],
1621
- "RemoveTagsFromResource": [
1622
- {
1623
- "input": {
1624
- "ResourceName": "arn:aws:rds:us-east-1:992648334831:og:mydboptiongroup",
1625
- "TagKeys": [
1626
- "MyKey"
1627
- ]
1628
- },
1629
- "comments": {
1630
- "input": {
1631
- },
1632
- "output": {
1633
- }
1634
- },
1635
- "description": "This example removes the specified tag associated with the specified DB option group.",
1636
- "id": "remove-tags-from-resource-49f00574-38f6-4d01-ac89-d3c668449ce3",
1637
- "title": "To remove tags from a resource"
1638
- }
1639
- ],
1640
- "ResetDBClusterParameterGroup": [
1641
- {
1642
- "input": {
1643
- "DBClusterParameterGroupName": "mydbclusterparametergroup",
1644
- "ResetAllParameters": true
1645
- },
1646
- "output": {
1647
- },
1648
- "comments": {
1649
- "input": {
1650
- },
1651
- "output": {
1652
- }
1653
- },
1654
- "description": "This example resets all parameters for the specified DB cluster parameter group to their default values.",
1655
- "id": "reset-db-cluster-parameter-group-b04aeaf7-7f73-49e1-9bb4-857573ea3ee4",
1656
- "title": "To reset the values of a DB cluster parameter group"
1657
- }
1658
- ],
1659
- "ResetDBParameterGroup": [
1660
- {
1661
- "input": {
1662
- "DBParameterGroupName": "mydbparametergroup",
1663
- "ResetAllParameters": true
1664
- },
1665
- "output": {
1666
- },
1667
- "comments": {
1668
- "input": {
1669
- },
1670
- "output": {
1671
- }
1672
- },
1673
- "description": "This example resets all parameters for the specified DB parameter group to their default values.",
1674
- "id": "reset-db-parameter-group-ed2ed723-de0d-4824-8af5-3c65fa130abf",
1675
- "title": "To reset the values of a DB parameter group"
1676
- }
1677
- ],
1678
- "RestoreDBClusterFromSnapshot": [
1679
- {
1680
- "input": {
1681
- "DBClusterIdentifier": "restored-cluster1",
1682
- "Engine": "aurora",
1683
- "SnapshotIdentifier": "sample-cluster-snapshot1"
1684
- },
1685
- "output": {
1686
- "DBCluster": {
1687
- }
1688
- },
1689
- "comments": {
1690
- "input": {
1691
- },
1692
- "output": {
1693
- }
1694
- },
1695
- "description": "The following example restores an Amazon Aurora DB cluster from a DB cluster snapshot.",
1696
- "id": "to-restore-an-amazon-aurora-db-cluster-from-a-db-cluster-snapshot-1473958144325",
1697
- "title": "To restore an Amazon Aurora DB cluster from a DB cluster snapshot"
1698
- }
1699
- ],
1700
- "RestoreDBClusterToPointInTime": [
1701
- {
1702
- "input": {
1703
- "DBClusterIdentifier": "sample-restored-cluster1",
1704
- "RestoreToTime": "2016-09-13T18:45:00Z",
1705
- "SourceDBClusterIdentifier": "sample-cluster1"
1706
- },
1707
- "output": {
1708
- "DBCluster": {
1709
- }
1710
- },
1711
- "comments": {
1712
- "input": {
1713
- },
1714
- "output": {
1715
- }
1716
- },
1717
- "description": "The following example restores a DB cluster to a new DB cluster at a point in time from the source DB cluster.",
1718
- "id": "to-restore-a-db-cluster-to-a-point-in-time-1473962082214",
1719
- "title": "To restore a DB cluster to a point in time."
1720
- }
1721
- ],
1722
- "RestoreDBInstanceFromDBSnapshot": [
1723
- {
1724
- "input": {
1725
- "DBInstanceIdentifier": "mysqldb-restored",
1726
- "DBSnapshotIdentifier": "rds:mysqldb-2014-04-22-08-15"
1727
- },
1728
- "output": {
1729
- "DBInstance": {
1730
- "AllocatedStorage": 200,
1731
- "AutoMinorVersionUpgrade": true,
1732
- "AvailabilityZone": "us-west-2b",
1733
- "BackupRetentionPeriod": 7,
1734
- "CACertificateIdentifier": "rds-ca-2015",
1735
- "CopyTagsToSnapshot": false,
1736
- "DBInstanceArn": "arn:aws:rds:us-west-2:123456789012:db:mysqldb-restored",
1737
- "DBInstanceClass": "db.t2.small",
1738
- "DBInstanceIdentifier": "mysqldb-restored",
1739
- "DBInstanceStatus": "available",
1740
- "DBName": "sample",
1741
- "DBParameterGroups": [
1742
- {
1743
- "DBParameterGroupName": "default.mysql5.6",
1744
- "ParameterApplyStatus": "in-sync"
1745
- }
1746
- ],
1747
- "DBSecurityGroups": [
1748
-
1749
- ],
1750
- "DBSubnetGroup": {
1751
- "DBSubnetGroupDescription": "default",
1752
- "DBSubnetGroupName": "default",
1753
- "SubnetGroupStatus": "Complete",
1754
- "Subnets": [
1755
- {
1756
- "SubnetAvailabilityZone": {
1757
- "Name": "us-west-2a"
1758
- },
1759
- "SubnetIdentifier": "subnet-77e8db03",
1760
- "SubnetStatus": "Active"
1761
- },
1762
- {
1763
- "SubnetAvailabilityZone": {
1764
- "Name": "us-west-2b"
1765
- },
1766
- "SubnetIdentifier": "subnet-c39989a1",
1767
- "SubnetStatus": "Active"
1768
- },
1769
- {
1770
- "SubnetAvailabilityZone": {
1771
- "Name": "us-west-2c"
1772
- },
1773
- "SubnetIdentifier": "subnet-4b267b0d",
1774
- "SubnetStatus": "Active"
1775
- }
1776
- ],
1777
- "VpcId": "vpc-c1c5b3a3"
1778
- },
1779
- "DbInstancePort": 0,
1780
- "DbiResourceId": "db-VNZUCCBTEDC4WR7THXNJO72HVQ",
1781
- "DomainMemberships": [
1782
-
1783
- ],
1784
- "Engine": "mysql",
1785
- "EngineVersion": "5.6.27",
1786
- "LicenseModel": "general-public-license",
1787
- "MasterUsername": "mymasteruser",
1788
- "MonitoringInterval": 0,
1789
- "MultiAZ": false,
1790
- "OptionGroupMemberships": [
1791
- {
1792
- "OptionGroupName": "default:mysql-5-6",
1793
- "Status": "in-sync"
1794
- }
1795
- ],
1796
- "PendingModifiedValues": {
1797
- },
1798
- "PreferredBackupWindow": "12:58-13:28",
1799
- "PreferredMaintenanceWindow": "tue:10:16-tue:10:46",
1800
- "PubliclyAccessible": true,
1801
- "ReadReplicaDBInstanceIdentifiers": [
1802
-
1803
- ],
1804
- "StorageEncrypted": false,
1805
- "StorageType": "gp2",
1806
- "VpcSecurityGroups": [
1807
- {
1808
- "Status": "active",
1809
- "VpcSecurityGroupId": "sg-e5e5b0d2"
1810
- }
1811
- ]
1812
- }
1813
- },
1814
- "comments": {
1815
- "input": {
1816
- },
1817
- "output": {
1818
- }
1819
- },
1820
- "description": "The following example restores a DB instance from a DB snapshot.",
1821
- "id": "to-restore-a-db-instance-from-a-db-snapshot-1473961657311",
1822
- "title": "To restore a DB instance from a DB snapshot."
1823
- }
1824
- ],
1825
- "RestoreDBInstanceToPointInTime": [
1826
- {
1827
- "input": {
1828
- "RestoreTime": "2016-09-13T18:45:00Z",
1829
- "SourceDBInstanceIdentifier": "mysql-sample",
1830
- "TargetDBInstanceIdentifier": "mysql-sample-restored"
1831
- },
1832
- "output": {
1833
- "DBInstance": {
1834
- "AllocatedStorage": 200,
1835
- "AutoMinorVersionUpgrade": true,
1836
- "AvailabilityZone": "us-west-2b",
1837
- "BackupRetentionPeriod": 7,
1838
- "CACertificateIdentifier": "rds-ca-2015",
1839
- "CopyTagsToSnapshot": false,
1840
- "DBInstanceArn": "arn:aws:rds:us-west-2:123456789012:db:mysql-sample-restored",
1841
- "DBInstanceClass": "db.t2.small",
1842
- "DBInstanceIdentifier": "mysql-sample-restored",
1843
- "DBInstanceStatus": "available",
1844
- "DBName": "sample",
1845
- "DBParameterGroups": [
1846
- {
1847
- "DBParameterGroupName": "default.mysql5.6",
1848
- "ParameterApplyStatus": "in-sync"
1849
- }
1850
- ],
1851
- "DBSecurityGroups": [
1852
-
1853
- ],
1854
- "DBSubnetGroup": {
1855
- "DBSubnetGroupDescription": "default",
1856
- "DBSubnetGroupName": "default",
1857
- "SubnetGroupStatus": "Complete",
1858
- "Subnets": [
1859
- {
1860
- "SubnetAvailabilityZone": {
1861
- "Name": "us-west-2a"
1862
- },
1863
- "SubnetIdentifier": "subnet-77e8db03",
1864
- "SubnetStatus": "Active"
1865
- },
1866
- {
1867
- "SubnetAvailabilityZone": {
1868
- "Name": "us-west-2b"
1869
- },
1870
- "SubnetIdentifier": "subnet-c39989a1",
1871
- "SubnetStatus": "Active"
1872
- },
1873
- {
1874
- "SubnetAvailabilityZone": {
1875
- "Name": "us-west-2c"
1876
- },
1877
- "SubnetIdentifier": "subnet-4b267b0d",
1878
- "SubnetStatus": "Active"
1879
- }
1880
- ],
1881
- "VpcId": "vpc-c1c5b3a3"
1882
- },
1883
- "DbInstancePort": 0,
1884
- "DbiResourceId": "db-VNZUCCBTEDC4WR7THXNJO72HVQ",
1885
- "DomainMemberships": [
1886
-
1887
- ],
1888
- "Engine": "mysql",
1889
- "EngineVersion": "5.6.27",
1890
- "LicenseModel": "general-public-license",
1891
- "MasterUsername": "mymasteruser",
1892
- "MonitoringInterval": 0,
1893
- "MultiAZ": false,
1894
- "OptionGroupMemberships": [
1895
- {
1896
- "OptionGroupName": "default:mysql-5-6",
1897
- "Status": "in-sync"
1898
- }
1899
- ],
1900
- "PendingModifiedValues": {
1901
- },
1902
- "PreferredBackupWindow": "12:58-13:28",
1903
- "PreferredMaintenanceWindow": "tue:10:16-tue:10:46",
1904
- "PubliclyAccessible": true,
1905
- "ReadReplicaDBInstanceIdentifiers": [
1906
-
1907
- ],
1908
- "StorageEncrypted": false,
1909
- "StorageType": "gp2",
1910
- "VpcSecurityGroups": [
1911
- {
1912
- "Status": "active",
1913
- "VpcSecurityGroupId": "sg-e5e5b0d2"
1914
- }
1915
- ]
1916
- }
1917
- },
1918
- "comments": {
1919
- "input": {
1920
- },
1921
- "output": {
1922
- }
1923
- },
1924
- "description": "The following example restores a DB instance to a new DB instance at a point in time from the source DB instance.",
1925
- "id": "to-restore-a-db-instance-to-a-point-in-time-1473962652154",
1926
- "title": "To restore a DB instance to a point in time."
1927
- }
1928
- ],
1929
- "RevokeDBSecurityGroupIngress": [
1930
- {
1931
- "input": {
1932
- "CIDRIP": "203.0.113.5/32",
1933
- "DBSecurityGroupName": "mydbsecuritygroup"
1934
- },
1935
- "output": {
1936
- "DBSecurityGroup": {
1937
- }
1938
- },
1939
- "comments": {
1940
- "input": {
1941
- },
1942
- "output": {
1943
- }
1944
- },
1945
- "description": "This example revokes ingress for the specified CIDR block associated with the specified DB security group.",
1946
- "id": "revoke-db-security-group-ingress-ce5b2c1c-bd4e-4809-b04a-6d78ec448813",
1947
- "title": "To revoke ingress for a DB security group"
1948
- }
1949
- ]
1950
- }
1951
- }