aws-sdk-core 2.5.7 → 2.5.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/application-autoscaling/2016-02-06/api-2.json +8 -2
- data/apis/application-autoscaling/2016-02-06/examples-1.json +252 -0
- data/apis/cognito-idp/2016-04-18/api-2.json +374 -28
- data/apis/config/2014-11-12/api-2.json +2 -1
- data/apis/gamelift/2015-10-01/api-2.json +12 -2
- data/apis/rds/2014-10-31/api-2.json +8 -0
- data/apis/rds/2014-10-31/examples-1.json +1463 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -1275,7 +1275,8 @@
|
|
1275
1275
|
"AWS::RDS::DBSubnetGroup",
|
1276
1276
|
"AWS::RDS::DBSecurityGroup",
|
1277
1277
|
"AWS::RDS::DBSnapshot",
|
1278
|
-
"AWS::RDS::EventSubscription"
|
1278
|
+
"AWS::RDS::EventSubscription",
|
1279
|
+
"AWS::ElasticLoadBalancingV2::LoadBalancer"
|
1279
1280
|
]
|
1280
1281
|
},
|
1281
1282
|
"ResourceTypeList":{
|
@@ -1216,6 +1216,7 @@
|
|
1216
1216
|
"Version":{"shape":"FreeText"},
|
1217
1217
|
"Status":{"shape":"BuildStatus"},
|
1218
1218
|
"SizeOnDisk":{"shape":"PositiveLong"},
|
1219
|
+
"OperatingSystem":{"shape":"OperatingSystem"},
|
1219
1220
|
"CreationTime":{"shape":"Timestamp"}
|
1220
1221
|
}
|
1221
1222
|
},
|
@@ -1274,7 +1275,8 @@
|
|
1274
1275
|
"members":{
|
1275
1276
|
"Name":{"shape":"NonZeroAndMaxString"},
|
1276
1277
|
"Version":{"shape":"NonZeroAndMaxString"},
|
1277
|
-
"StorageLocation":{"shape":"S3Location"}
|
1278
|
+
"StorageLocation":{"shape":"S3Location"},
|
1279
|
+
"OperatingSystem":{"shape":"OperatingSystem"}
|
1278
1280
|
}
|
1279
1281
|
},
|
1280
1282
|
"CreateBuildOutput":{
|
@@ -1700,7 +1702,8 @@
|
|
1700
1702
|
"ServerLaunchPath":{"shape":"NonZeroAndMaxString"},
|
1701
1703
|
"ServerLaunchParameters":{"shape":"NonZeroAndMaxString"},
|
1702
1704
|
"LogPaths":{"shape":"StringList"},
|
1703
|
-
"NewGameSessionProtectionPolicy":{"shape":"ProtectionPolicy"}
|
1705
|
+
"NewGameSessionProtectionPolicy":{"shape":"ProtectionPolicy"},
|
1706
|
+
"OperatingSystem":{"shape":"OperatingSystem"}
|
1704
1707
|
}
|
1705
1708
|
},
|
1706
1709
|
"FleetAttributesList":{
|
@@ -1995,6 +1998,13 @@
|
|
1995
1998
|
},
|
1996
1999
|
"exception":true
|
1997
2000
|
},
|
2001
|
+
"OperatingSystem":{
|
2002
|
+
"type":"string",
|
2003
|
+
"enum":[
|
2004
|
+
"WINDOWS_2012",
|
2005
|
+
"AMAZON_LINUX"
|
2006
|
+
]
|
2007
|
+
},
|
1998
2008
|
"PlayerIdList":{
|
1999
2009
|
"type":"list",
|
2000
2010
|
"member":{"shape":"NonZeroAndMaxString"},
|
@@ -3934,6 +3934,7 @@
|
|
3934
3934
|
"PortRequired":{"shape":"Boolean"},
|
3935
3935
|
"DefaultPort":{"shape":"IntegerOptional"},
|
3936
3936
|
"OptionsDependedOn":{"shape":"OptionsDependedOn"},
|
3937
|
+
"OptionsConflictsWith":{"shape":"OptionsConflictsWith"},
|
3937
3938
|
"Persistent":{"shape":"Boolean"},
|
3938
3939
|
"Permanent":{"shape":"Boolean"},
|
3939
3940
|
"OptionGroupOptionSettings":{"shape":"OptionGroupOptionSettingsList"},
|
@@ -4043,6 +4044,13 @@
|
|
4043
4044
|
"IsDefault":{"shape":"Boolean"}
|
4044
4045
|
}
|
4045
4046
|
},
|
4047
|
+
"OptionsConflictsWith":{
|
4048
|
+
"type":"list",
|
4049
|
+
"member":{
|
4050
|
+
"shape":"String",
|
4051
|
+
"locationName":"OptionConflictName"
|
4052
|
+
}
|
4053
|
+
},
|
4046
4054
|
"OptionsDependedOn":{
|
4047
4055
|
"type":"list",
|
4048
4056
|
"member":{
|
@@ -1,5 +1,1468 @@
|
|
1
1
|
{
|
2
2
|
"version": "1.0",
|
3
3
|
"examples": {
|
4
|
+
"AddSourceIdentifierToSubscription": [
|
5
|
+
{
|
6
|
+
"input": {
|
7
|
+
"SourceIdentifier": "mymysqlinstance",
|
8
|
+
"SubscriptionName": "mymysqleventsubscription"
|
9
|
+
},
|
10
|
+
"output": {
|
11
|
+
},
|
12
|
+
"comments": {
|
13
|
+
"input": {
|
14
|
+
},
|
15
|
+
"output": {
|
16
|
+
}
|
17
|
+
},
|
18
|
+
"description": "This example add a source identifier to an event notification subscription.",
|
19
|
+
"id": "add-source-identifier-to-subscription-93fb6a15-0a59-4577-a7b5-e12db9752c14",
|
20
|
+
"title": "To add a source identifier to an event notification subscription"
|
21
|
+
}
|
22
|
+
],
|
23
|
+
"AddTagsToResource": [
|
24
|
+
{
|
25
|
+
"input": {
|
26
|
+
"ResourceName": "arn:aws:rds:us-east-1:992648334831:og:mymysqloptiongroup",
|
27
|
+
"Tags": [
|
28
|
+
{
|
29
|
+
"Key": "Staging",
|
30
|
+
"Value": "LocationDB"
|
31
|
+
}
|
32
|
+
]
|
33
|
+
},
|
34
|
+
"comments": {
|
35
|
+
"input": {
|
36
|
+
},
|
37
|
+
"output": {
|
38
|
+
}
|
39
|
+
},
|
40
|
+
"description": "This example adds a tag to an option group.",
|
41
|
+
"id": "add-tags-to-resource-fa99ef50-228b-449d-b893-ca4d4e9768ab",
|
42
|
+
"title": "To add tags to a resource"
|
43
|
+
}
|
44
|
+
],
|
45
|
+
"ApplyPendingMaintenanceAction": [
|
46
|
+
{
|
47
|
+
"input": {
|
48
|
+
"ApplyAction": "system-update",
|
49
|
+
"OptInType": "immediate",
|
50
|
+
"ResourceIdentifier": "arn:aws:rds:us-east-1:992648334831:db:mymysqlinstance"
|
51
|
+
},
|
52
|
+
"output": {
|
53
|
+
},
|
54
|
+
"comments": {
|
55
|
+
"input": {
|
56
|
+
},
|
57
|
+
"output": {
|
58
|
+
}
|
59
|
+
},
|
60
|
+
"description": "This example immediately applies a pending system update to a DB instance.",
|
61
|
+
"id": "apply-pending-maintenance-action-2a026047-8bbb-47fc-b695-abad9f308c24",
|
62
|
+
"title": "To apply a pending maintenance action"
|
63
|
+
}
|
64
|
+
],
|
65
|
+
"AuthorizeDBSecurityGroupIngress": [
|
66
|
+
{
|
67
|
+
"input": {
|
68
|
+
"CIDRIP": "203.0.113.5/32",
|
69
|
+
"DBSecurityGroupName": "mydbsecuritygroup"
|
70
|
+
},
|
71
|
+
"output": {
|
72
|
+
},
|
73
|
+
"comments": {
|
74
|
+
"input": {
|
75
|
+
},
|
76
|
+
"output": {
|
77
|
+
}
|
78
|
+
},
|
79
|
+
"description": "This example authorizes access to the specified security group by the specified CIDR block.",
|
80
|
+
"id": "authorize-db-security-group-ingress-ebf9ab91-8912-4b07-a32e-ca150668164f",
|
81
|
+
"title": "To authorize DB security group integress"
|
82
|
+
}
|
83
|
+
],
|
84
|
+
"CopyDBClusterParameterGroup": [
|
85
|
+
{
|
86
|
+
"input": {
|
87
|
+
"SourceDBClusterParameterGroupIdentifier": "mydbclusterparametergroup",
|
88
|
+
"TargetDBClusterParameterGroupDescription": "My DB cluster parameter group copy",
|
89
|
+
"TargetDBClusterParameterGroupIdentifier": "mydbclusterparametergroup-copy"
|
90
|
+
},
|
91
|
+
"output": {
|
92
|
+
},
|
93
|
+
"comments": {
|
94
|
+
"input": {
|
95
|
+
},
|
96
|
+
"output": {
|
97
|
+
}
|
98
|
+
},
|
99
|
+
"description": "This example copies a DB cluster parameter group.",
|
100
|
+
"id": "copy-db-cluster-parameter-group-6fefaffe-cde9-4dba-9f0b-d3f593572fe4",
|
101
|
+
"title": "To copy a DB cluster parameter group"
|
102
|
+
}
|
103
|
+
],
|
104
|
+
"CopyDBClusterSnapshot": [
|
105
|
+
{
|
106
|
+
"input": {
|
107
|
+
"SourceDBClusterSnapshotIdentifier": "mydbclustersnapshot",
|
108
|
+
"TargetDBClusterSnapshotIdentifier": "mydbclustersnapshot-copy"
|
109
|
+
},
|
110
|
+
"output": {
|
111
|
+
},
|
112
|
+
"comments": {
|
113
|
+
"input": {
|
114
|
+
},
|
115
|
+
"output": {
|
116
|
+
}
|
117
|
+
},
|
118
|
+
"description": "This example copies a DB cluster snapshot.",
|
119
|
+
"id": "copy-db-cluster-snapshot-433679d6-4a2e-480f-a057-32c97d729afc",
|
120
|
+
"title": "To copy a DB cluster snapshot"
|
121
|
+
}
|
122
|
+
],
|
123
|
+
"CopyDBParameterGroup": [
|
124
|
+
{
|
125
|
+
"input": {
|
126
|
+
"SourceDBParameterGroupIdentifier": "mymysqlparametergroup",
|
127
|
+
"TargetDBParameterGroupDescription": "My MySQL parameter group copy",
|
128
|
+
"TargetDBParameterGroupIdentifier": "mymysqlparametergroup-copy"
|
129
|
+
},
|
130
|
+
"output": {
|
131
|
+
},
|
132
|
+
"comments": {
|
133
|
+
"input": {
|
134
|
+
},
|
135
|
+
"output": {
|
136
|
+
}
|
137
|
+
},
|
138
|
+
"description": "This example copies a DB parameter group.",
|
139
|
+
"id": "copy-db-parameter-group-610d4dba-2c87-467f-ae5d-edd7f8e47349",
|
140
|
+
"title": "To copy a DB parameter group"
|
141
|
+
}
|
142
|
+
],
|
143
|
+
"CopyDBSnapshot": [
|
144
|
+
{
|
145
|
+
"input": {
|
146
|
+
"SourceDBSnapshotIdentifier": "mydbsnapshot",
|
147
|
+
"TargetDBSnapshotIdentifier": "mydbsnapshot-copy"
|
148
|
+
},
|
149
|
+
"output": {
|
150
|
+
},
|
151
|
+
"comments": {
|
152
|
+
"input": {
|
153
|
+
},
|
154
|
+
"output": {
|
155
|
+
}
|
156
|
+
},
|
157
|
+
"description": "This example copies a DB snapshot.",
|
158
|
+
"id": "copy-db-snapshot-1b2f0210-bc67-415d-9822-6eecf447dc86",
|
159
|
+
"title": "To copy a DB snapshot"
|
160
|
+
}
|
161
|
+
],
|
162
|
+
"CopyOptionGroup": [
|
163
|
+
{
|
164
|
+
"input": {
|
165
|
+
"SourceOptionGroupIdentifier": "mymysqloptiongroup",
|
166
|
+
"TargetOptionGroupDescription": "My MySQL option group copy",
|
167
|
+
"TargetOptionGroupIdentifier": "mymysqloptiongroup-copy"
|
168
|
+
},
|
169
|
+
"output": {
|
170
|
+
},
|
171
|
+
"comments": {
|
172
|
+
"input": {
|
173
|
+
},
|
174
|
+
"output": {
|
175
|
+
}
|
176
|
+
},
|
177
|
+
"description": "This example copies an option group.",
|
178
|
+
"id": "copy-option-group-8d5c01c3-8846-4e9c-a4b0-1b7237f7d0ec",
|
179
|
+
"title": "To copy an option group"
|
180
|
+
}
|
181
|
+
],
|
182
|
+
"CreateDBCluster": [
|
183
|
+
{
|
184
|
+
"input": {
|
185
|
+
"AvailabilityZones": [
|
186
|
+
"us-east-1a"
|
187
|
+
],
|
188
|
+
"BackupRetentionPeriod": 1,
|
189
|
+
"DBClusterIdentifier": "mydbcluster",
|
190
|
+
"DBClusterParameterGroupName": "mydbclusterparametergroup",
|
191
|
+
"DatabaseName": "myauroradb",
|
192
|
+
"Engine": "aurora",
|
193
|
+
"EngineVersion": "5.6.10a",
|
194
|
+
"MasterUserPassword": "mypassword",
|
195
|
+
"MasterUsername": "myuser",
|
196
|
+
"Port": 3306,
|
197
|
+
"StorageEncrypted": true
|
198
|
+
},
|
199
|
+
"output": {
|
200
|
+
},
|
201
|
+
"comments": {
|
202
|
+
"input": {
|
203
|
+
},
|
204
|
+
"output": {
|
205
|
+
}
|
206
|
+
},
|
207
|
+
"description": "This example creates a DB cluster.",
|
208
|
+
"id": "create-db-cluster-423b998d-eba9-40dd-8e19-96c5b6e5f31d",
|
209
|
+
"title": "To create a DB cluster"
|
210
|
+
}
|
211
|
+
],
|
212
|
+
"CreateDBClusterParameterGroup": [
|
213
|
+
{
|
214
|
+
"input": {
|
215
|
+
"DBClusterParameterGroupName": "mydbclusterparametergroup",
|
216
|
+
"DBParameterGroupFamily": "aurora5.6",
|
217
|
+
"Description": "My DB cluster parameter group"
|
218
|
+
},
|
219
|
+
"output": {
|
220
|
+
},
|
221
|
+
"comments": {
|
222
|
+
"input": {
|
223
|
+
},
|
224
|
+
"output": {
|
225
|
+
}
|
226
|
+
},
|
227
|
+
"description": "This example creates a DB cluster parameter group.",
|
228
|
+
"id": "create-db-cluster-parameter-group-8eb1c3ae-1965-4262-afe3-ee134c4430b1",
|
229
|
+
"title": "To create a DB cluster parameter group"
|
230
|
+
}
|
231
|
+
],
|
232
|
+
"CreateDBClusterSnapshot": [
|
233
|
+
{
|
234
|
+
"input": {
|
235
|
+
"DBClusterIdentifier": "mydbcluster",
|
236
|
+
"DBClusterSnapshotIdentifier": "mydbclustersnapshot"
|
237
|
+
},
|
238
|
+
"output": {
|
239
|
+
},
|
240
|
+
"comments": {
|
241
|
+
"input": {
|
242
|
+
},
|
243
|
+
"output": {
|
244
|
+
}
|
245
|
+
},
|
246
|
+
"description": "This example creates a DB cluster snapshot.",
|
247
|
+
"id": "create-db-cluster-snapshot-",
|
248
|
+
"title": "To create a DB cluster snapshot"
|
249
|
+
}
|
250
|
+
],
|
251
|
+
"CreateDBInstance": [
|
252
|
+
{
|
253
|
+
"input": {
|
254
|
+
"AllocatedStorage": 5,
|
255
|
+
"DBInstanceClass": "db.t2.micro",
|
256
|
+
"DBInstanceIdentifier": "mymysqlinstance",
|
257
|
+
"Engine": "MySQL",
|
258
|
+
"MasterUserPassword": "MyPassword",
|
259
|
+
"MasterUsername": "MyUser"
|
260
|
+
},
|
261
|
+
"output": {
|
262
|
+
},
|
263
|
+
"comments": {
|
264
|
+
"input": {
|
265
|
+
},
|
266
|
+
"output": {
|
267
|
+
}
|
268
|
+
},
|
269
|
+
"description": "This example creates a DB instance.",
|
270
|
+
"id": "create-db-instance-57eb5d16-8bf8-4c84-9709-1700322b37b9",
|
271
|
+
"title": "To create a DB instance."
|
272
|
+
}
|
273
|
+
],
|
274
|
+
"CreateDBInstanceReadReplica": [
|
275
|
+
{
|
276
|
+
"input": {
|
277
|
+
"AvailabilityZone": "us-east-1a",
|
278
|
+
"CopyTagsToSnapshot": true,
|
279
|
+
"DBInstanceClass": "db.t2.micro",
|
280
|
+
"DBInstanceIdentifier": "mydbreadreplica",
|
281
|
+
"PubliclyAccessible": true,
|
282
|
+
"SourceDBInstanceIdentifier": "mymysqlinstance",
|
283
|
+
"StorageType": "gp2",
|
284
|
+
"Tags": [
|
285
|
+
{
|
286
|
+
"Key": "mydbreadreplicakey",
|
287
|
+
"Value": "mydbreadreplicavalue"
|
288
|
+
}
|
289
|
+
]
|
290
|
+
},
|
291
|
+
"output": {
|
292
|
+
},
|
293
|
+
"comments": {
|
294
|
+
"input": {
|
295
|
+
},
|
296
|
+
"output": {
|
297
|
+
}
|
298
|
+
},
|
299
|
+
"description": "This example creates a DB instance read replica.",
|
300
|
+
"id": "create-db-instance-read-replica-81b41cd5-2871-4dae-bc59-3e264449d5fe",
|
301
|
+
"title": "To create a DB instance read replica."
|
302
|
+
}
|
303
|
+
],
|
304
|
+
"CreateDBParameterGroup": [
|
305
|
+
{
|
306
|
+
"input": {
|
307
|
+
"DBParameterGroupFamily": "mysql5.6",
|
308
|
+
"DBParameterGroupName": "mymysqlparametergroup",
|
309
|
+
"Description": "My MySQL parameter group"
|
310
|
+
},
|
311
|
+
"output": {
|
312
|
+
},
|
313
|
+
"comments": {
|
314
|
+
"input": {
|
315
|
+
},
|
316
|
+
"output": {
|
317
|
+
}
|
318
|
+
},
|
319
|
+
"description": "This example creates a DB parameter group.",
|
320
|
+
"id": "create-db-parameter-group-42afcc37-12e9-4b6a-a55c-b8a141246e87",
|
321
|
+
"title": "To create a DB parameter group."
|
322
|
+
}
|
323
|
+
],
|
324
|
+
"CreateDBSecurityGroup": [
|
325
|
+
{
|
326
|
+
"input": {
|
327
|
+
"DBSecurityGroupDescription": "My DB security group",
|
328
|
+
"DBSecurityGroupName": "mydbsecuritygroup"
|
329
|
+
},
|
330
|
+
"output": {
|
331
|
+
},
|
332
|
+
"comments": {
|
333
|
+
"input": {
|
334
|
+
},
|
335
|
+
"output": {
|
336
|
+
}
|
337
|
+
},
|
338
|
+
"description": "This example creates a DB security group.",
|
339
|
+
"id": "create-db-security-group-41b6786a-539e-42a5-a645-a8bc3cf99353",
|
340
|
+
"title": "To create a DB security group."
|
341
|
+
}
|
342
|
+
],
|
343
|
+
"CreateDBSnapshot": [
|
344
|
+
{
|
345
|
+
"input": {
|
346
|
+
"DBInstanceIdentifier": "mymysqlinstance",
|
347
|
+
"DBSnapshotIdentifier": "mydbsnapshot"
|
348
|
+
},
|
349
|
+
"output": {
|
350
|
+
},
|
351
|
+
"comments": {
|
352
|
+
"input": {
|
353
|
+
},
|
354
|
+
"output": {
|
355
|
+
}
|
356
|
+
},
|
357
|
+
"description": "This example creates a DB snapshot.",
|
358
|
+
"id": "create-db-snapshot-e10e0e2c-9ac4-426d-9b17-6b6a3e382ce2",
|
359
|
+
"title": "To create a DB snapshot."
|
360
|
+
}
|
361
|
+
],
|
362
|
+
"CreateDBSubnetGroup": [
|
363
|
+
{
|
364
|
+
"input": {
|
365
|
+
"DBSubnetGroupDescription": "My DB subnet group",
|
366
|
+
"DBSubnetGroupName": "mydbsubnetgroup",
|
367
|
+
"SubnetIds": [
|
368
|
+
"subnet-1fab8a69",
|
369
|
+
"subnet-d43a468c"
|
370
|
+
]
|
371
|
+
},
|
372
|
+
"output": {
|
373
|
+
},
|
374
|
+
"comments": {
|
375
|
+
"input": {
|
376
|
+
},
|
377
|
+
"output": {
|
378
|
+
}
|
379
|
+
},
|
380
|
+
"description": "This example creates a DB subnet group.",
|
381
|
+
"id": "create-db-subnet-group-c3d162c2-0ec4-4955-ba89-18967615fdb8",
|
382
|
+
"title": "To create a DB subnet group."
|
383
|
+
}
|
384
|
+
],
|
385
|
+
"CreateEventSubscription": [
|
386
|
+
{
|
387
|
+
"input": {
|
388
|
+
"Enabled": true,
|
389
|
+
"EventCategories": [
|
390
|
+
"availability"
|
391
|
+
],
|
392
|
+
"SnsTopicArn": "arn:aws:sns:us-east-1:992648334831:MyDemoSNSTopic",
|
393
|
+
"SourceIds": [
|
394
|
+
"mymysqlinstance"
|
395
|
+
],
|
396
|
+
"SourceType": "db-instance",
|
397
|
+
"SubscriptionName": "mymysqleventsubscription"
|
398
|
+
},
|
399
|
+
"output": {
|
400
|
+
},
|
401
|
+
"comments": {
|
402
|
+
"input": {
|
403
|
+
},
|
404
|
+
"output": {
|
405
|
+
}
|
406
|
+
},
|
407
|
+
"description": "This example creates an event notification subscription.",
|
408
|
+
"id": "create-event-subscription-00dd0ee6-0e0f-4a38-ae83-e5f2ded5f69a",
|
409
|
+
"title": "To create an event notification subscription"
|
410
|
+
}
|
411
|
+
],
|
412
|
+
"CreateOptionGroup": [
|
413
|
+
{
|
414
|
+
"input": {
|
415
|
+
"EngineName": "MySQL",
|
416
|
+
"MajorEngineVersion": "5.6",
|
417
|
+
"OptionGroupDescription": "My MySQL 5.6 option group",
|
418
|
+
"OptionGroupName": "mymysqloptiongroup"
|
419
|
+
},
|
420
|
+
"output": {
|
421
|
+
},
|
422
|
+
"comments": {
|
423
|
+
"input": {
|
424
|
+
},
|
425
|
+
"output": {
|
426
|
+
}
|
427
|
+
},
|
428
|
+
"description": "This example creates an option group.",
|
429
|
+
"id": "create-option-group-a7708c87-1b79-4a5e-a762-21cf8fc62b78",
|
430
|
+
"title": "To create an option group"
|
431
|
+
}
|
432
|
+
],
|
433
|
+
"DeleteDBCluster": [
|
434
|
+
{
|
435
|
+
"input": {
|
436
|
+
"DBClusterIdentifier": "mydbcluster",
|
437
|
+
"SkipFinalSnapshot": true
|
438
|
+
},
|
439
|
+
"output": {
|
440
|
+
},
|
441
|
+
"comments": {
|
442
|
+
"input": {
|
443
|
+
},
|
444
|
+
"output": {
|
445
|
+
}
|
446
|
+
},
|
447
|
+
"description": "This example deletes the specified DB cluster.",
|
448
|
+
"id": "delete-db-cluster-927fc2c8-6c67-4075-b1ba-75490be0f7d6",
|
449
|
+
"title": "To delete a DB cluster."
|
450
|
+
}
|
451
|
+
],
|
452
|
+
"DeleteDBClusterParameterGroup": [
|
453
|
+
{
|
454
|
+
"input": {
|
455
|
+
"DBClusterParameterGroupName": "mydbclusterparametergroup"
|
456
|
+
},
|
457
|
+
"comments": {
|
458
|
+
"input": {
|
459
|
+
},
|
460
|
+
"output": {
|
461
|
+
}
|
462
|
+
},
|
463
|
+
"description": "This example deletes the specified DB cluster parameter group.",
|
464
|
+
"id": "delete-db-cluster-parameter-group-364f5555-ba0a-4cc8-979c-e769098924fc",
|
465
|
+
"title": "To delete a DB cluster parameter group."
|
466
|
+
}
|
467
|
+
],
|
468
|
+
"DeleteDBClusterSnapshot": [
|
469
|
+
{
|
470
|
+
"input": {
|
471
|
+
"DBClusterSnapshotIdentifier": "mydbclustersnapshot"
|
472
|
+
},
|
473
|
+
"output": {
|
474
|
+
},
|
475
|
+
"comments": {
|
476
|
+
"input": {
|
477
|
+
},
|
478
|
+
"output": {
|
479
|
+
}
|
480
|
+
},
|
481
|
+
"description": "This example deletes the specified DB cluster snapshot.",
|
482
|
+
"id": "delete-db-cluster-snapshot-c67e0d95-670e-4fb5-af90-6d9a70a91b07",
|
483
|
+
"title": "To delete a DB cluster snapshot."
|
484
|
+
}
|
485
|
+
],
|
486
|
+
"DeleteDBInstance": [
|
487
|
+
{
|
488
|
+
"input": {
|
489
|
+
"DBInstanceIdentifier": "mymysqlinstance",
|
490
|
+
"SkipFinalSnapshot": true
|
491
|
+
},
|
492
|
+
"output": {
|
493
|
+
},
|
494
|
+
"comments": {
|
495
|
+
"input": {
|
496
|
+
},
|
497
|
+
"output": {
|
498
|
+
}
|
499
|
+
},
|
500
|
+
"description": "This example deletes the specified DB instance.",
|
501
|
+
"id": "delete-db-instance-4412e650-949c-488a-b32a-7d3038ebccc4",
|
502
|
+
"title": "To delete a DB instance."
|
503
|
+
}
|
504
|
+
],
|
505
|
+
"DeleteDBSnapshot": [
|
506
|
+
{
|
507
|
+
"input": {
|
508
|
+
"DBSnapshotIdentifier": "mydbsnapshot"
|
509
|
+
},
|
510
|
+
"output": {
|
511
|
+
},
|
512
|
+
"comments": {
|
513
|
+
"input": {
|
514
|
+
},
|
515
|
+
"output": {
|
516
|
+
}
|
517
|
+
},
|
518
|
+
"description": "This example deletes the specified DB snapshot.",
|
519
|
+
"id": "delete-db-snapshot-505d6b4e-8ced-479c-856a-c460a33fe07b",
|
520
|
+
"title": "To delete a DB cluster snapshot."
|
521
|
+
}
|
522
|
+
],
|
523
|
+
"DeleteDBSubnetGroup": [
|
524
|
+
{
|
525
|
+
"input": {
|
526
|
+
"DBSubnetGroupName": "mydbsubnetgroup"
|
527
|
+
},
|
528
|
+
"comments": {
|
529
|
+
"input": {
|
530
|
+
},
|
531
|
+
"output": {
|
532
|
+
}
|
533
|
+
},
|
534
|
+
"description": "This example deletes the specified DB subnetgroup.",
|
535
|
+
"id": "delete-db-subnet-group-4ae00375-511e-443d-a01d-4b9f552244aa",
|
536
|
+
"title": "To delete a DB subnet group."
|
537
|
+
}
|
538
|
+
],
|
539
|
+
"DeleteEventSubscription": [
|
540
|
+
{
|
541
|
+
"input": {
|
542
|
+
"SubscriptionName": "myeventsubscription"
|
543
|
+
},
|
544
|
+
"output": {
|
545
|
+
},
|
546
|
+
"comments": {
|
547
|
+
"input": {
|
548
|
+
},
|
549
|
+
"output": {
|
550
|
+
}
|
551
|
+
},
|
552
|
+
"description": "This example deletes the specified DB event subscription.",
|
553
|
+
"id": "delete-db-event-subscription-d33567e3-1d5d-48ff-873f-0270453f4a75",
|
554
|
+
"title": "To delete a DB event subscription."
|
555
|
+
}
|
556
|
+
],
|
557
|
+
"DeleteOptionGroup": [
|
558
|
+
{
|
559
|
+
"input": {
|
560
|
+
"OptionGroupName": "mydboptiongroup"
|
561
|
+
},
|
562
|
+
"comments": {
|
563
|
+
"input": {
|
564
|
+
},
|
565
|
+
"output": {
|
566
|
+
}
|
567
|
+
},
|
568
|
+
"description": "This example deletes the specified option group.",
|
569
|
+
"id": "delete-db-option-group-578be2be-3095-431a-9ea4-9a3c3b0daef4",
|
570
|
+
"title": "To delete an option group."
|
571
|
+
}
|
572
|
+
],
|
573
|
+
"DescribeAccountAttributes": [
|
574
|
+
{
|
575
|
+
"input": {
|
576
|
+
},
|
577
|
+
"output": {
|
578
|
+
},
|
579
|
+
"comments": {
|
580
|
+
"input": {
|
581
|
+
},
|
582
|
+
"output": {
|
583
|
+
}
|
584
|
+
},
|
585
|
+
"description": "This example lists account attributes.",
|
586
|
+
"id": "describe-account-attributes-683d3ff7-5524-421a-8da5-e88f1ea2222b",
|
587
|
+
"title": "To list account attributes"
|
588
|
+
}
|
589
|
+
],
|
590
|
+
"DescribeCertificates": [
|
591
|
+
{
|
592
|
+
"input": {
|
593
|
+
"CertificateIdentifier": "rds-ca-2015",
|
594
|
+
"MaxRecords": 20
|
595
|
+
},
|
596
|
+
"output": {
|
597
|
+
},
|
598
|
+
"comments": {
|
599
|
+
"input": {
|
600
|
+
},
|
601
|
+
"output": {
|
602
|
+
}
|
603
|
+
},
|
604
|
+
"description": "This example lists up to 20 certificates for the specified certificate identifier.",
|
605
|
+
"id": "describe-certificates-9d71a70d-7908-4444-b43f-321d842c62dc",
|
606
|
+
"title": "To list certificates"
|
607
|
+
}
|
608
|
+
],
|
609
|
+
"DescribeDBClusterParameterGroups": [
|
610
|
+
{
|
611
|
+
"input": {
|
612
|
+
"DBClusterParameterGroupName": "mydbclusterparametergroup"
|
613
|
+
},
|
614
|
+
"output": {
|
615
|
+
},
|
616
|
+
"comments": {
|
617
|
+
"input": {
|
618
|
+
},
|
619
|
+
"output": {
|
620
|
+
}
|
621
|
+
},
|
622
|
+
"description": "This example lists settings for the specified DB cluster parameter group.",
|
623
|
+
"id": "describe-db-cluster-parameter-groups-cf9c6e66-664e-4f57-8e29-a9080abfc013",
|
624
|
+
"title": "To list DB cluster parameter group settings"
|
625
|
+
}
|
626
|
+
],
|
627
|
+
"DescribeDBClusterParameters": [
|
628
|
+
{
|
629
|
+
"input": {
|
630
|
+
"DBClusterParameterGroupName": "mydbclusterparametergroup",
|
631
|
+
"Source": "system"
|
632
|
+
},
|
633
|
+
"output": {
|
634
|
+
},
|
635
|
+
"comments": {
|
636
|
+
"input": {
|
637
|
+
},
|
638
|
+
"output": {
|
639
|
+
}
|
640
|
+
},
|
641
|
+
"description": "This example lists system parameters for the specified DB cluster parameter group.",
|
642
|
+
"id": "describe-db-cluster-parameters-98043c28-e489-41a7-b118-bfd96dc779a1",
|
643
|
+
"title": "To list DB cluster parameters"
|
644
|
+
}
|
645
|
+
],
|
646
|
+
"DescribeDBClusterSnapshotAttributes": [
|
647
|
+
{
|
648
|
+
"input": {
|
649
|
+
"DBClusterSnapshotIdentifier": "mydbclustersnapshot"
|
650
|
+
},
|
651
|
+
"output": {
|
652
|
+
},
|
653
|
+
"comments": {
|
654
|
+
"input": {
|
655
|
+
},
|
656
|
+
"output": {
|
657
|
+
}
|
658
|
+
},
|
659
|
+
"description": "This example lists attributes for the specified DB cluster snapshot.",
|
660
|
+
"id": "describe-db-cluster-snapshot-attributes-6752ade3-0c7b-4b06-a8e4-b76bf4e2d3571",
|
661
|
+
"title": "To list DB cluster snapshot attributes"
|
662
|
+
}
|
663
|
+
],
|
664
|
+
"DescribeDBClusterSnapshots": [
|
665
|
+
{
|
666
|
+
"input": {
|
667
|
+
"DBClusterSnapshotIdentifier": "mydbclustersnapshot",
|
668
|
+
"SnapshotType": "manual"
|
669
|
+
},
|
670
|
+
"output": {
|
671
|
+
},
|
672
|
+
"comments": {
|
673
|
+
"input": {
|
674
|
+
},
|
675
|
+
"output": {
|
676
|
+
}
|
677
|
+
},
|
678
|
+
"description": "This example lists settings for the specified, manually-created cluster snapshot.",
|
679
|
+
"id": "describe-db-cluster-snapshots-52f38af1-3431-4a51-9a6a-e6bb8c961b32",
|
680
|
+
"title": "To list DB cluster snapshots"
|
681
|
+
}
|
682
|
+
],
|
683
|
+
"DescribeDBClusters": [
|
684
|
+
{
|
685
|
+
"input": {
|
686
|
+
"DBClusterIdentifier": "mynewdbcluster"
|
687
|
+
},
|
688
|
+
"output": {
|
689
|
+
},
|
690
|
+
"comments": {
|
691
|
+
"input": {
|
692
|
+
},
|
693
|
+
"output": {
|
694
|
+
}
|
695
|
+
},
|
696
|
+
"description": "This example lists settings for the specified DB cluster.",
|
697
|
+
"id": "describe-db-clusters-7aae8861-cb95-4b3b-9042-f62df7698635",
|
698
|
+
"title": "To list DB clusters"
|
699
|
+
}
|
700
|
+
],
|
701
|
+
"DescribeDBEngineVersions": [
|
702
|
+
{
|
703
|
+
"input": {
|
704
|
+
"DBParameterGroupFamily": "mysql5.6",
|
705
|
+
"DefaultOnly": true,
|
706
|
+
"Engine": "mysql",
|
707
|
+
"EngineVersion": "5.6",
|
708
|
+
"ListSupportedCharacterSets": true
|
709
|
+
},
|
710
|
+
"output": {
|
711
|
+
},
|
712
|
+
"comments": {
|
713
|
+
"input": {
|
714
|
+
},
|
715
|
+
"output": {
|
716
|
+
}
|
717
|
+
},
|
718
|
+
"description": "This example lists settings for the specified DB engine version.",
|
719
|
+
"id": "describe-db-engine-versions-8e698cf2-2162-425a-a854-111cdaceb52b",
|
720
|
+
"title": "To list DB engine version settings"
|
721
|
+
}
|
722
|
+
],
|
723
|
+
"DescribeDBInstances": [
|
724
|
+
{
|
725
|
+
"input": {
|
726
|
+
"DBInstanceIdentifier": "mymysqlinstance"
|
727
|
+
},
|
728
|
+
"output": {
|
729
|
+
},
|
730
|
+
"comments": {
|
731
|
+
"input": {
|
732
|
+
},
|
733
|
+
"output": {
|
734
|
+
}
|
735
|
+
},
|
736
|
+
"description": "This example lists settings for the specified DB instance.",
|
737
|
+
"id": "describe-db-instances-0e11a8c5-4ec3-4463-8cbf-f7254d04c4fc",
|
738
|
+
"title": "To list DB instance settings"
|
739
|
+
}
|
740
|
+
],
|
741
|
+
"DescribeDBLogFiles": [
|
742
|
+
{
|
743
|
+
"input": {
|
744
|
+
"DBInstanceIdentifier": "mymysqlinstance",
|
745
|
+
"FileLastWritten": 1470873600000,
|
746
|
+
"FileSize": 0,
|
747
|
+
"FilenameContains": "error"
|
748
|
+
},
|
749
|
+
"output": {
|
750
|
+
},
|
751
|
+
"comments": {
|
752
|
+
"input": {
|
753
|
+
},
|
754
|
+
"output": {
|
755
|
+
}
|
756
|
+
},
|
757
|
+
"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.",
|
758
|
+
"id": "describe-db-log-files-5f002d8d-5c1d-44c2-b5f4-bd284c0f1285",
|
759
|
+
"title": "To list DB log file names"
|
760
|
+
}
|
761
|
+
],
|
762
|
+
"DescribeDBParameterGroups": [
|
763
|
+
{
|
764
|
+
"input": {
|
765
|
+
"DBParameterGroupName": "mymysqlparametergroup"
|
766
|
+
},
|
767
|
+
"output": {
|
768
|
+
},
|
769
|
+
"comments": {
|
770
|
+
"input": {
|
771
|
+
},
|
772
|
+
"output": {
|
773
|
+
}
|
774
|
+
},
|
775
|
+
"description": "This example lists information about the specified DB parameter group.",
|
776
|
+
"id": "describe-db-parameter-groups-",
|
777
|
+
"title": "To list information about DB parameter groups"
|
778
|
+
}
|
779
|
+
],
|
780
|
+
"DescribeDBParameters": [
|
781
|
+
{
|
782
|
+
"input": {
|
783
|
+
"DBParameterGroupName": "mymysqlparametergroup",
|
784
|
+
"MaxRecords": 20,
|
785
|
+
"Source": "system"
|
786
|
+
},
|
787
|
+
"output": {
|
788
|
+
},
|
789
|
+
"comments": {
|
790
|
+
"input": {
|
791
|
+
},
|
792
|
+
"output": {
|
793
|
+
}
|
794
|
+
},
|
795
|
+
"description": "This example lists information for up to the first 20 system parameters for the specified DB parameter group.",
|
796
|
+
"id": "describe-db-parameters-09db4201-ef4f-4d97-a4b5-d71c0715b901",
|
797
|
+
"title": "To list information about DB parameters"
|
798
|
+
}
|
799
|
+
],
|
800
|
+
"DescribeDBSecurityGroups": [
|
801
|
+
{
|
802
|
+
"input": {
|
803
|
+
"DBSecurityGroupName": "mydbsecuritygroup"
|
804
|
+
},
|
805
|
+
"output": {
|
806
|
+
},
|
807
|
+
"comments": {
|
808
|
+
"input": {
|
809
|
+
},
|
810
|
+
"output": {
|
811
|
+
}
|
812
|
+
},
|
813
|
+
"description": "This example lists settings for the specified security group.",
|
814
|
+
"id": "describe-db-security-groups-66fe9ea1-17dd-4275-b82e-f771cee0c849",
|
815
|
+
"title": "To list DB security group settings"
|
816
|
+
}
|
817
|
+
],
|
818
|
+
"DescribeDBSnapshotAttributes": [
|
819
|
+
{
|
820
|
+
"input": {
|
821
|
+
"DBSnapshotIdentifier": "mydbsnapshot"
|
822
|
+
},
|
823
|
+
"output": {
|
824
|
+
},
|
825
|
+
"comments": {
|
826
|
+
"input": {
|
827
|
+
},
|
828
|
+
"output": {
|
829
|
+
}
|
830
|
+
},
|
831
|
+
"description": "This example lists attributes for the specified DB snapshot.",
|
832
|
+
"id": "describe-db-snapshot-attributes-1d4fb750-34f6-4e43-8b3d-b2751d796a95",
|
833
|
+
"title": "To list DB snapshot attributes"
|
834
|
+
}
|
835
|
+
],
|
836
|
+
"DescribeDBSnapshots": [
|
837
|
+
{
|
838
|
+
"input": {
|
839
|
+
"DBInstanceIdentifier": "mymysqlinstance",
|
840
|
+
"IncludePublic": true,
|
841
|
+
"IncludeShared": true,
|
842
|
+
"SnapshotType": "manual"
|
843
|
+
},
|
844
|
+
"output": {
|
845
|
+
},
|
846
|
+
"comments": {
|
847
|
+
"input": {
|
848
|
+
},
|
849
|
+
"output": {
|
850
|
+
}
|
851
|
+
},
|
852
|
+
"description": "This example lists all manually-created, shared, public snapshots for the specified DB instance.",
|
853
|
+
"id": "describe-db-snapshots-2c935989-a1ef-4c85-aea4-1d0f45f17f26",
|
854
|
+
"title": "To list DB snapshot attributes"
|
855
|
+
}
|
856
|
+
],
|
857
|
+
"DescribeDBSubnetGroups": [
|
858
|
+
{
|
859
|
+
"input": {
|
860
|
+
"DBSubnetGroupName": "mydbsubnetgroup"
|
861
|
+
},
|
862
|
+
"output": {
|
863
|
+
},
|
864
|
+
"comments": {
|
865
|
+
"input": {
|
866
|
+
},
|
867
|
+
"output": {
|
868
|
+
}
|
869
|
+
},
|
870
|
+
"description": "This example lists information about the specified DB subnet group.",
|
871
|
+
"id": "describe-db-subnet-groups-1d97b340-682f-4dd6-9653-8ed72a8d1221",
|
872
|
+
"title": "To list information about DB subnet groups"
|
873
|
+
}
|
874
|
+
],
|
875
|
+
"DescribeEngineDefaultClusterParameters": [
|
876
|
+
{
|
877
|
+
"input": {
|
878
|
+
"DBParameterGroupFamily": "aurora5.6"
|
879
|
+
},
|
880
|
+
"output": {
|
881
|
+
},
|
882
|
+
"comments": {
|
883
|
+
"input": {
|
884
|
+
},
|
885
|
+
"output": {
|
886
|
+
}
|
887
|
+
},
|
888
|
+
"description": "This example lists default parameters for the specified DB cluster engine.",
|
889
|
+
"id": "describe-engine-default-cluster-parameters-f130374a-7bee-434b-b51d-da20b6e000e0",
|
890
|
+
"title": "To list default parameters for a DB cluster engine"
|
891
|
+
}
|
892
|
+
],
|
893
|
+
"DescribeEngineDefaultParameters": [
|
894
|
+
{
|
895
|
+
"input": {
|
896
|
+
"DBParameterGroupFamily": "mysql5.6"
|
897
|
+
},
|
898
|
+
"output": {
|
899
|
+
},
|
900
|
+
"comments": {
|
901
|
+
"input": {
|
902
|
+
},
|
903
|
+
"output": {
|
904
|
+
}
|
905
|
+
},
|
906
|
+
"description": "This example lists default parameters for the specified DB engine.",
|
907
|
+
"id": "describe-engine-default-parameters-35d5108e-1d44-4fac-8aeb-04b8fdfface1",
|
908
|
+
"title": "To list default parameters for a DB engine"
|
909
|
+
}
|
910
|
+
],
|
911
|
+
"DescribeEventCategories": [
|
912
|
+
{
|
913
|
+
"input": {
|
914
|
+
"SourceType": "db-instance"
|
915
|
+
},
|
916
|
+
"output": {
|
917
|
+
},
|
918
|
+
"comments": {
|
919
|
+
"input": {
|
920
|
+
},
|
921
|
+
"output": {
|
922
|
+
}
|
923
|
+
},
|
924
|
+
"description": "This example lists all DB instance event categories.",
|
925
|
+
"id": "describe-event-categories-97bd4c77-12da-4be6-b42f-edf77771428b",
|
926
|
+
"title": "To list event categories."
|
927
|
+
}
|
928
|
+
],
|
929
|
+
"DescribeEventSubscriptions": [
|
930
|
+
{
|
931
|
+
"input": {
|
932
|
+
"SubscriptionName": "mymysqleventsubscription"
|
933
|
+
},
|
934
|
+
"output": {
|
935
|
+
},
|
936
|
+
"comments": {
|
937
|
+
"input": {
|
938
|
+
},
|
939
|
+
"output": {
|
940
|
+
}
|
941
|
+
},
|
942
|
+
"description": "This example lists information for the specified DB event notification subscription.",
|
943
|
+
"id": "describe-event-subscriptions-11184a82-e58a-4d0c-b558-f3a7489e0850",
|
944
|
+
"title": "To list information about DB event notification subscriptions"
|
945
|
+
}
|
946
|
+
],
|
947
|
+
"DescribeEvents": [
|
948
|
+
{
|
949
|
+
"input": {
|
950
|
+
"Duration": 10080,
|
951
|
+
"EventCategories": [
|
952
|
+
"backup"
|
953
|
+
],
|
954
|
+
"SourceIdentifier": "mymysqlinstance",
|
955
|
+
"SourceType": "db-instance"
|
956
|
+
},
|
957
|
+
"output": {
|
958
|
+
},
|
959
|
+
"comments": {
|
960
|
+
"input": {
|
961
|
+
},
|
962
|
+
"output": {
|
963
|
+
}
|
964
|
+
},
|
965
|
+
"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).",
|
966
|
+
"id": "describe-events-3836e5ed-3913-4f76-8452-c77fcad5016b",
|
967
|
+
"title": "To list information about events"
|
968
|
+
}
|
969
|
+
],
|
970
|
+
"DescribeOptionGroupOptions": [
|
971
|
+
{
|
972
|
+
"input": {
|
973
|
+
"EngineName": "mysql",
|
974
|
+
"MajorEngineVersion": "5.6"
|
975
|
+
},
|
976
|
+
"output": {
|
977
|
+
},
|
978
|
+
"comments": {
|
979
|
+
"input": {
|
980
|
+
},
|
981
|
+
"output": {
|
982
|
+
}
|
983
|
+
},
|
984
|
+
"description": "This example lists information for all option group options for the specified DB engine.",
|
985
|
+
"id": "describe-option-group-options-30d735a4-81f1-49e4-b3f2-5dc45d50c8ed",
|
986
|
+
"title": "To list information about DB option group options"
|
987
|
+
}
|
988
|
+
],
|
989
|
+
"DescribeOptionGroups": [
|
990
|
+
{
|
991
|
+
"input": {
|
992
|
+
"EngineName": "mysql",
|
993
|
+
"MajorEngineVersion": "5.6"
|
994
|
+
},
|
995
|
+
"output": {
|
996
|
+
},
|
997
|
+
"comments": {
|
998
|
+
"input": {
|
999
|
+
},
|
1000
|
+
"output": {
|
1001
|
+
}
|
1002
|
+
},
|
1003
|
+
"description": "This example lists information for all option groups for the specified DB engine.",
|
1004
|
+
"id": "describe-option-groups-4ef478a1-66d5-45f2-bec3-e608720418a4",
|
1005
|
+
"title": "To list information about DB option groups"
|
1006
|
+
}
|
1007
|
+
],
|
1008
|
+
"DescribeOrderableDBInstanceOptions": [
|
1009
|
+
{
|
1010
|
+
"input": {
|
1011
|
+
"DBInstanceClass": "db.t2.micro",
|
1012
|
+
"Engine": "mysql",
|
1013
|
+
"EngineVersion": "5.6.27",
|
1014
|
+
"LicenseModel": "general-public-license",
|
1015
|
+
"Vpc": true
|
1016
|
+
},
|
1017
|
+
"output": {
|
1018
|
+
},
|
1019
|
+
"comments": {
|
1020
|
+
"input": {
|
1021
|
+
},
|
1022
|
+
"output": {
|
1023
|
+
}
|
1024
|
+
},
|
1025
|
+
"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.",
|
1026
|
+
"id": "describe-orderable-db-instance-options-7444d3ed-82eb-42b9-9ed9-896b8c27a782",
|
1027
|
+
"title": "To list information about orderable DB instance options"
|
1028
|
+
}
|
1029
|
+
],
|
1030
|
+
"DescribePendingMaintenanceActions": [
|
1031
|
+
{
|
1032
|
+
"input": {
|
1033
|
+
"ResourceIdentifier": "arn:aws:rds:us-east-1:992648334831:db:mymysqlinstance"
|
1034
|
+
},
|
1035
|
+
"output": {
|
1036
|
+
},
|
1037
|
+
"comments": {
|
1038
|
+
"input": {
|
1039
|
+
},
|
1040
|
+
"output": {
|
1041
|
+
}
|
1042
|
+
},
|
1043
|
+
"description": "This example lists information for all pending maintenance actions for the specified DB instance.",
|
1044
|
+
"id": "describe-pending-maintenance-actions-e6021f7e-58ae-49cc-b874-11996176835c",
|
1045
|
+
"title": "To list information about pending maintenance actions"
|
1046
|
+
}
|
1047
|
+
],
|
1048
|
+
"DescribeReservedDBInstances": [
|
1049
|
+
{
|
1050
|
+
"input": {
|
1051
|
+
"DBInstanceClass": "db.t2.micro",
|
1052
|
+
"Duration": "1y",
|
1053
|
+
"MultiAZ": false,
|
1054
|
+
"OfferingType": "No Upfront",
|
1055
|
+
"ProductDescription": "mysql"
|
1056
|
+
},
|
1057
|
+
"output": {
|
1058
|
+
},
|
1059
|
+
"comments": {
|
1060
|
+
"input": {
|
1061
|
+
},
|
1062
|
+
"output": {
|
1063
|
+
}
|
1064
|
+
},
|
1065
|
+
"description": "This example lists information for all reserved DB instances for the specified DB instance class, duration, product, offering type, and availability zone settings.",
|
1066
|
+
"id": "describe-reserved-db-instances-d45adaca-2e30-407c-a0f3-aa7b98bea17f",
|
1067
|
+
"title": "To list information about reserved DB instances"
|
1068
|
+
}
|
1069
|
+
],
|
1070
|
+
"DescribeReservedDBInstancesOfferings": [
|
1071
|
+
{
|
1072
|
+
"input": {
|
1073
|
+
"DBInstanceClass": "db.t2.micro",
|
1074
|
+
"Duration": "1y",
|
1075
|
+
"MultiAZ": false,
|
1076
|
+
"OfferingType": "No Upfront",
|
1077
|
+
"ProductDescription": "mysql"
|
1078
|
+
},
|
1079
|
+
"output": {
|
1080
|
+
},
|
1081
|
+
"comments": {
|
1082
|
+
"input": {
|
1083
|
+
},
|
1084
|
+
"output": {
|
1085
|
+
}
|
1086
|
+
},
|
1087
|
+
"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.",
|
1088
|
+
"id": "describe-reserved-db-instances-offerings-9de7d1fd-d6a6-4a72-84ae-b2ef58d47d8d",
|
1089
|
+
"title": "To list information about reserved DB instance offerings"
|
1090
|
+
}
|
1091
|
+
],
|
1092
|
+
"DownloadDBLogFilePortion": [
|
1093
|
+
{
|
1094
|
+
"input": {
|
1095
|
+
"DBInstanceIdentifier": "mymysqlinstance",
|
1096
|
+
"LogFileName": "mysqlUpgrade"
|
1097
|
+
},
|
1098
|
+
"output": {
|
1099
|
+
},
|
1100
|
+
"comments": {
|
1101
|
+
"input": {
|
1102
|
+
},
|
1103
|
+
"output": {
|
1104
|
+
}
|
1105
|
+
},
|
1106
|
+
"description": "This example lists information for the specified log file for the specified DB instance.",
|
1107
|
+
"id": "download-db-log-file-portion-54a82731-a441-4fc7-a010-8eccae6fa202",
|
1108
|
+
"title": "To list information about DB log files"
|
1109
|
+
}
|
1110
|
+
],
|
1111
|
+
"FailoverDBCluster": [
|
1112
|
+
{
|
1113
|
+
"input": {
|
1114
|
+
"DBClusterIdentifier": "myaurorainstance-cluster",
|
1115
|
+
"TargetDBInstanceIdentifier": "myaurorareplica"
|
1116
|
+
},
|
1117
|
+
"output": {
|
1118
|
+
},
|
1119
|
+
"comments": {
|
1120
|
+
"input": {
|
1121
|
+
},
|
1122
|
+
"output": {
|
1123
|
+
}
|
1124
|
+
},
|
1125
|
+
"description": "This example performs a failover for the specified DB cluster to the specified DB instance.",
|
1126
|
+
"id": "failover-db-cluster-9e7f2f93-d98c-42c7-bb0e-d6c485c096d6",
|
1127
|
+
"title": "To perform a failover for a DB cluster"
|
1128
|
+
}
|
1129
|
+
],
|
1130
|
+
"ListTagsForResource": [
|
1131
|
+
{
|
1132
|
+
"input": {
|
1133
|
+
"ResourceName": "arn:aws:rds:us-east-1:992648334831:og:mymysqloptiongroup"
|
1134
|
+
},
|
1135
|
+
"output": {
|
1136
|
+
},
|
1137
|
+
"comments": {
|
1138
|
+
"input": {
|
1139
|
+
},
|
1140
|
+
"output": {
|
1141
|
+
}
|
1142
|
+
},
|
1143
|
+
"description": "This example lists information about all tags associated with the specified DB option group.",
|
1144
|
+
"id": "list-tags-for-resource-8401f3c2-77cd-4f90-bfd5-b523f0adcc2f",
|
1145
|
+
"title": "To list information about tags associated with a resource"
|
1146
|
+
}
|
1147
|
+
],
|
1148
|
+
"ModifyDBCluster": [
|
1149
|
+
{
|
1150
|
+
"input": {
|
1151
|
+
"ApplyImmediately": true,
|
1152
|
+
"DBClusterIdentifier": "mydbcluster",
|
1153
|
+
"MasterUserPassword": "mynewpassword",
|
1154
|
+
"NewDBClusterIdentifier": "mynewdbcluster",
|
1155
|
+
"PreferredBackupWindow": "04:00-04:30",
|
1156
|
+
"PreferredMaintenanceWindow": "Tue:05:00-Tue:05:30"
|
1157
|
+
},
|
1158
|
+
"output": {
|
1159
|
+
},
|
1160
|
+
"comments": {
|
1161
|
+
"input": {
|
1162
|
+
},
|
1163
|
+
"output": {
|
1164
|
+
}
|
1165
|
+
},
|
1166
|
+
"description": "This example changes the specified settings for the specified DB cluster.",
|
1167
|
+
"id": "modify-db-cluster-a370ee1b-768d-450a-853b-707cb1ab663d",
|
1168
|
+
"title": "To change DB cluster settings"
|
1169
|
+
}
|
1170
|
+
],
|
1171
|
+
"ModifyDBClusterParameterGroup": [
|
1172
|
+
{
|
1173
|
+
"input": {
|
1174
|
+
"DBClusterParameterGroupName": "mydbclusterparametergroup",
|
1175
|
+
"Parameters": [
|
1176
|
+
{
|
1177
|
+
"ApplyMethod": "immediate",
|
1178
|
+
"ParameterName": "time_zone",
|
1179
|
+
"ParameterValue": "America/Phoenix"
|
1180
|
+
}
|
1181
|
+
]
|
1182
|
+
},
|
1183
|
+
"output": {
|
1184
|
+
},
|
1185
|
+
"comments": {
|
1186
|
+
"input": {
|
1187
|
+
},
|
1188
|
+
"output": {
|
1189
|
+
}
|
1190
|
+
},
|
1191
|
+
"description": "This example immediately changes the specified setting for the specified DB cluster parameter group.",
|
1192
|
+
"id": "modify-db-cluster-parameter-group-f9156bc9-082a-442e-8d12-239542c1a113",
|
1193
|
+
"title": "To change DB cluster parameter group settings"
|
1194
|
+
}
|
1195
|
+
],
|
1196
|
+
"ModifyDBInstance": [
|
1197
|
+
{
|
1198
|
+
"input": {
|
1199
|
+
"AllocatedStorage": 10,
|
1200
|
+
"ApplyImmediately": true,
|
1201
|
+
"BackupRetentionPeriod": 1,
|
1202
|
+
"DBInstanceClass": "db.t2.small",
|
1203
|
+
"DBInstanceIdentifier": "mymysqlinstance",
|
1204
|
+
"MasterUserPassword": "mynewpassword",
|
1205
|
+
"PreferredBackupWindow": "04:00-04:30",
|
1206
|
+
"PreferredMaintenanceWindow": "Tue:05:00-Tue:05:30"
|
1207
|
+
},
|
1208
|
+
"output": {
|
1209
|
+
},
|
1210
|
+
"comments": {
|
1211
|
+
"input": {
|
1212
|
+
},
|
1213
|
+
"output": {
|
1214
|
+
}
|
1215
|
+
},
|
1216
|
+
"description": "This example immediately changes the specified settings for the specified DB instance.",
|
1217
|
+
"id": "modify-db-instance-6979a368-6254-467b-8a8d-61103f4fcde9",
|
1218
|
+
"title": "To change DB instance settings"
|
1219
|
+
}
|
1220
|
+
],
|
1221
|
+
"ModifyDBParameterGroup": [
|
1222
|
+
{
|
1223
|
+
"input": {
|
1224
|
+
"DBParameterGroupName": "mymysqlparametergroup",
|
1225
|
+
"Parameters": [
|
1226
|
+
{
|
1227
|
+
"ApplyMethod": "immediate",
|
1228
|
+
"ParameterName": "time_zone",
|
1229
|
+
"ParameterValue": "America/Phoenix"
|
1230
|
+
}
|
1231
|
+
]
|
1232
|
+
},
|
1233
|
+
"output": {
|
1234
|
+
},
|
1235
|
+
"comments": {
|
1236
|
+
"input": {
|
1237
|
+
},
|
1238
|
+
"output": {
|
1239
|
+
}
|
1240
|
+
},
|
1241
|
+
"description": "This example immediately changes the specified setting for the specified DB parameter group.",
|
1242
|
+
"id": "modify-db-parameter-group-f3a4e52a-68e4-4b88-b559-f912d34c457a",
|
1243
|
+
"title": "To change DB parameter group settings"
|
1244
|
+
}
|
1245
|
+
],
|
1246
|
+
"ModifyDBSnapshotAttribute": [
|
1247
|
+
{
|
1248
|
+
"input": {
|
1249
|
+
"AttributeName": "restore",
|
1250
|
+
"DBSnapshotIdentifier": "mydbsnapshot",
|
1251
|
+
"ValuesToAdd": [
|
1252
|
+
"all"
|
1253
|
+
]
|
1254
|
+
},
|
1255
|
+
"output": {
|
1256
|
+
},
|
1257
|
+
"comments": {
|
1258
|
+
"input": {
|
1259
|
+
},
|
1260
|
+
"output": {
|
1261
|
+
}
|
1262
|
+
},
|
1263
|
+
"description": "This example adds the specified attribute for the specified DB snapshot.",
|
1264
|
+
"id": "modify-db-snapshot-attribute-2e66f120-2b21-4a7c-890b-4474da88bde6",
|
1265
|
+
"title": "To change DB snapshot attributes"
|
1266
|
+
}
|
1267
|
+
],
|
1268
|
+
"ModifyDBSubnetGroup": [
|
1269
|
+
{
|
1270
|
+
"input": {
|
1271
|
+
"DBSubnetGroupName": "mydbsubnetgroup",
|
1272
|
+
"SubnetIds": [
|
1273
|
+
"subnet-70e1975a",
|
1274
|
+
"subnet-747a5c49"
|
1275
|
+
]
|
1276
|
+
},
|
1277
|
+
"output": {
|
1278
|
+
},
|
1279
|
+
"comments": {
|
1280
|
+
"input": {
|
1281
|
+
},
|
1282
|
+
"output": {
|
1283
|
+
}
|
1284
|
+
},
|
1285
|
+
"description": "This example changes the specified setting for the specified DB subnet group.",
|
1286
|
+
"id": "modify-db-subnet-group-e34a97d9-8fe6-4239-a4ed-ad6e73a956b0",
|
1287
|
+
"title": "To change DB subnet group settings"
|
1288
|
+
}
|
1289
|
+
],
|
1290
|
+
"ModifyEventSubscription": [
|
1291
|
+
{
|
1292
|
+
"input": {
|
1293
|
+
"Enabled": true,
|
1294
|
+
"EventCategories": [
|
1295
|
+
"deletion",
|
1296
|
+
"low storage"
|
1297
|
+
],
|
1298
|
+
"SourceType": "db-instance",
|
1299
|
+
"SubscriptionName": "mymysqleventsubscription"
|
1300
|
+
},
|
1301
|
+
"output": {
|
1302
|
+
},
|
1303
|
+
"comments": {
|
1304
|
+
"input": {
|
1305
|
+
},
|
1306
|
+
"output": {
|
1307
|
+
}
|
1308
|
+
},
|
1309
|
+
"description": "This example changes the specified setting for the specified event notification subscription.",
|
1310
|
+
"id": "modify-event-subscription-405ac869-1f02-42cd-b8f4-6950a435f30e",
|
1311
|
+
"title": "To change event notification subscription settings"
|
1312
|
+
}
|
1313
|
+
],
|
1314
|
+
"PromoteReadReplica": [
|
1315
|
+
{
|
1316
|
+
"input": {
|
1317
|
+
"BackupRetentionPeriod": 1,
|
1318
|
+
"DBInstanceIdentifier": "mydbreadreplica",
|
1319
|
+
"PreferredBackupWindow": "03:30-04:00"
|
1320
|
+
},
|
1321
|
+
"output": {
|
1322
|
+
},
|
1323
|
+
"comments": {
|
1324
|
+
"input": {
|
1325
|
+
},
|
1326
|
+
"output": {
|
1327
|
+
}
|
1328
|
+
},
|
1329
|
+
"description": "This example promotes the specified read replica and sets its backup retention period and preferred backup window.",
|
1330
|
+
"id": "promote-read-replica-cc580039-c55d-4035-838a-def4a1ae4181",
|
1331
|
+
"title": "To promote a read replica"
|
1332
|
+
}
|
1333
|
+
],
|
1334
|
+
"PurchaseReservedDBInstancesOffering": [
|
1335
|
+
{
|
1336
|
+
"input": {
|
1337
|
+
"ReservedDBInstanceId": "myreservationid",
|
1338
|
+
"ReservedDBInstancesOfferingId": "fb29428a-646d-4390-850e-5fe89926e727"
|
1339
|
+
},
|
1340
|
+
"output": {
|
1341
|
+
},
|
1342
|
+
"comments": {
|
1343
|
+
"input": {
|
1344
|
+
},
|
1345
|
+
"output": {
|
1346
|
+
}
|
1347
|
+
},
|
1348
|
+
"description": "This example purchases a reserved DB instance offering that matches the specified settings.",
|
1349
|
+
"id": "purchase-reserved-db-instances-offfering-f423c736-8413-429b-ba13-850fd4fa4dcd",
|
1350
|
+
"title": "To purchase a reserved DB instance offering"
|
1351
|
+
}
|
1352
|
+
],
|
1353
|
+
"RebootDBInstance": [
|
1354
|
+
{
|
1355
|
+
"input": {
|
1356
|
+
"DBInstanceIdentifier": "mymysqlinstance",
|
1357
|
+
"ForceFailover": false
|
1358
|
+
},
|
1359
|
+
"output": {
|
1360
|
+
},
|
1361
|
+
"comments": {
|
1362
|
+
"input": {
|
1363
|
+
},
|
1364
|
+
"output": {
|
1365
|
+
}
|
1366
|
+
},
|
1367
|
+
"description": "This example reboots the specified DB instance without forcing a failover.",
|
1368
|
+
"id": "reboot-db-instance-b9ce8a0a-2920-451d-a1f3-01d288aa7366",
|
1369
|
+
"title": "To reboot a DB instance"
|
1370
|
+
}
|
1371
|
+
],
|
1372
|
+
"RemoveSourceIdentifierFromSubscription": [
|
1373
|
+
{
|
1374
|
+
"input": {
|
1375
|
+
"SourceIdentifier": "mymysqlinstance",
|
1376
|
+
"SubscriptionName": "myeventsubscription"
|
1377
|
+
},
|
1378
|
+
"output": {
|
1379
|
+
},
|
1380
|
+
"comments": {
|
1381
|
+
"input": {
|
1382
|
+
},
|
1383
|
+
"output": {
|
1384
|
+
}
|
1385
|
+
},
|
1386
|
+
"description": "This example removes the specified source identifier from the specified DB event subscription.",
|
1387
|
+
"id": "remove-source-identifier-from-subscription-30d25493-c19d-4cf7-b4e5-68371d0d8770",
|
1388
|
+
"title": "To remove a source identifier from a DB event subscription"
|
1389
|
+
}
|
1390
|
+
],
|
1391
|
+
"RemoveTagsFromResource": [
|
1392
|
+
{
|
1393
|
+
"input": {
|
1394
|
+
"ResourceName": "arn:aws:rds:us-east-1:992648334831:og:mydboptiongroup",
|
1395
|
+
"TagKeys": [
|
1396
|
+
"MyKey"
|
1397
|
+
]
|
1398
|
+
},
|
1399
|
+
"comments": {
|
1400
|
+
"input": {
|
1401
|
+
},
|
1402
|
+
"output": {
|
1403
|
+
}
|
1404
|
+
},
|
1405
|
+
"description": "This example removes the specified tag associated with the specified DB option group.",
|
1406
|
+
"id": "remove-tags-from-resource-49f00574-38f6-4d01-ac89-d3c668449ce3",
|
1407
|
+
"title": "To remove tags from a resource"
|
1408
|
+
}
|
1409
|
+
],
|
1410
|
+
"ResetDBClusterParameterGroup": [
|
1411
|
+
{
|
1412
|
+
"input": {
|
1413
|
+
"DBClusterParameterGroupName": "mydbclusterparametergroup",
|
1414
|
+
"ResetAllParameters": true
|
1415
|
+
},
|
1416
|
+
"output": {
|
1417
|
+
},
|
1418
|
+
"comments": {
|
1419
|
+
"input": {
|
1420
|
+
},
|
1421
|
+
"output": {
|
1422
|
+
}
|
1423
|
+
},
|
1424
|
+
"description": "This example resets all parameters for the specified DB cluster parameter group to their default values.",
|
1425
|
+
"id": "reset-db-cluster-parameter-group-b04aeaf7-7f73-49e1-9bb4-857573ea3ee4",
|
1426
|
+
"title": "To reset the values of a DB cluster parameter group"
|
1427
|
+
}
|
1428
|
+
],
|
1429
|
+
"ResetDBParameterGroup": [
|
1430
|
+
{
|
1431
|
+
"input": {
|
1432
|
+
"DBParameterGroupName": "mydbparametergroup",
|
1433
|
+
"ResetAllParameters": true
|
1434
|
+
},
|
1435
|
+
"output": {
|
1436
|
+
},
|
1437
|
+
"comments": {
|
1438
|
+
"input": {
|
1439
|
+
},
|
1440
|
+
"output": {
|
1441
|
+
}
|
1442
|
+
},
|
1443
|
+
"description": "This example resets all parameters for the specified DB parameter group to their default values.",
|
1444
|
+
"id": "reset-db-parameter-group-ed2ed723-de0d-4824-8af5-3c65fa130abf",
|
1445
|
+
"title": "To reset the values of a DB parameter group"
|
1446
|
+
}
|
1447
|
+
],
|
1448
|
+
"RevokeDBSecurityGroupIngress": [
|
1449
|
+
{
|
1450
|
+
"input": {
|
1451
|
+
"CIDRIP": "203.0.113.5/32",
|
1452
|
+
"DBSecurityGroupName": "mydbsecuritygroup"
|
1453
|
+
},
|
1454
|
+
"output": {
|
1455
|
+
},
|
1456
|
+
"comments": {
|
1457
|
+
"input": {
|
1458
|
+
},
|
1459
|
+
"output": {
|
1460
|
+
}
|
1461
|
+
},
|
1462
|
+
"description": "This example revokes ingress for the specified CIDR block associated with the specified DB security group.",
|
1463
|
+
"id": "revoke-db-security-group-ingress-ce5b2c1c-bd4e-4809-b04a-6d78ec448813",
|
1464
|
+
"title": "To revoke ingress for a DB security group"
|
1465
|
+
}
|
1466
|
+
]
|
4
1467
|
}
|
5
1468
|
}
|