aws-sdk-core 2.11.150 → 2.11.151

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bc1fbca0b90074832a1dc7c88d45edede1702716
4
- data.tar.gz: 898c8347cbae698e890b25edb2fdfe2843fc6768
3
+ metadata.gz: ef0a8829ddd6250cb24ea77019cf2e63be2e5d6f
4
+ data.tar.gz: a0b85fdd9239431bc9c83d90322a150f71e4eb28
5
5
  SHA512:
6
- metadata.gz: 3e24d1d7084629e2bfa3302287e7ef3b936c998f23c32c2470711aa6f457948f67282ed56a6addfde04e653367cf188dc8d64c83af7fff0d5ec0198714c74830
7
- data.tar.gz: 566da88a26db1879054f87562c8e8f8325dbf7dca4bdd2bbf9e87aa183d85e1152eb9de84e45147468cf0297e2d028b11d63b83aa0684ac73b2c45d3aff3a737
6
+ metadata.gz: 6f37492c43aaec491935e5515e168e4915de275f86003aca54cc899de58add72116ff9cb576df7c3327eeea656ee60eb66ff9578a004d05178ed5cd6ba23cc7a
7
+ data.tar.gz: 6bc07f0811a8a1e458ec8e33035d944c23422e85752b35a5e3519889046c8ca6eae62e7a695bd2e7a4111872a88c526d8fdf57e1845a26d9da2ea4172d3b7458
@@ -419,6 +419,22 @@
419
419
  {"shape":"OperationTimeoutException"}
420
420
  ]
421
421
  },
422
+ "DeleteResourcePolicy":{
423
+ "name":"DeleteResourcePolicy",
424
+ "http":{
425
+ "method":"POST",
426
+ "requestUri":"/"
427
+ },
428
+ "input":{"shape":"DeleteResourcePolicyRequest"},
429
+ "output":{"shape":"DeleteResourcePolicyResponse"},
430
+ "errors":[
431
+ {"shape":"EntityNotFoundException"},
432
+ {"shape":"InternalServiceException"},
433
+ {"shape":"OperationTimeoutException"},
434
+ {"shape":"InvalidInputException"},
435
+ {"shape":"ConditionCheckFailureException"}
436
+ ]
437
+ },
422
438
  "DeleteSecurityConfiguration":{
423
439
  "name":"DeleteSecurityConfiguration",
424
440
  "http":{
@@ -809,6 +825,21 @@
809
825
  {"shape":"OperationTimeoutException"}
810
826
  ]
811
827
  },
828
+ "GetResourcePolicy":{
829
+ "name":"GetResourcePolicy",
830
+ "http":{
831
+ "method":"POST",
832
+ "requestUri":"/"
833
+ },
834
+ "input":{"shape":"GetResourcePolicyRequest"},
835
+ "output":{"shape":"GetResourcePolicyResponse"},
836
+ "errors":[
837
+ {"shape":"EntityNotFoundException"},
838
+ {"shape":"InternalServiceException"},
839
+ {"shape":"OperationTimeoutException"},
840
+ {"shape":"InvalidInputException"}
841
+ ]
842
+ },
812
843
  "GetSecurityConfiguration":{
813
844
  "name":"GetSecurityConfiguration",
814
845
  "http":{
@@ -992,6 +1023,22 @@
992
1023
  {"shape":"OperationTimeoutException"}
993
1024
  ]
994
1025
  },
1026
+ "PutResourcePolicy":{
1027
+ "name":"PutResourcePolicy",
1028
+ "http":{
1029
+ "method":"POST",
1030
+ "requestUri":"/"
1031
+ },
1032
+ "input":{"shape":"PutResourcePolicyRequest"},
1033
+ "output":{"shape":"PutResourcePolicyResponse"},
1034
+ "errors":[
1035
+ {"shape":"EntityNotFoundException"},
1036
+ {"shape":"InternalServiceException"},
1037
+ {"shape":"OperationTimeoutException"},
1038
+ {"shape":"InvalidInputException"},
1039
+ {"shape":"ConditionCheckFailureException"}
1040
+ ]
1041
+ },
995
1042
  "ResetJobBookmark":{
996
1043
  "name":"ResetJobBookmark",
997
1044
  "http":{
@@ -1691,6 +1738,13 @@
1691
1738
  "State":{"shape":"JobRunState"}
1692
1739
  }
1693
1740
  },
1741
+ "ConditionCheckFailureException":{
1742
+ "type":"structure",
1743
+ "members":{
1744
+ "Message":{"shape":"MessageString"}
1745
+ },
1746
+ "exception":true
1747
+ },
1694
1748
  "ConditionList":{
1695
1749
  "type":"list",
1696
1750
  "member":{"shape":"Condition"}
@@ -2294,6 +2348,17 @@
2294
2348
  "members":{
2295
2349
  }
2296
2350
  },
2351
+ "DeleteResourcePolicyRequest":{
2352
+ "type":"structure",
2353
+ "members":{
2354
+ "PolicyHashCondition":{"shape":"HashString"}
2355
+ }
2356
+ },
2357
+ "DeleteResourcePolicyResponse":{
2358
+ "type":"structure",
2359
+ "members":{
2360
+ }
2361
+ },
2297
2362
  "DeleteSecurityConfigurationRequest":{
2298
2363
  "type":"structure",
2299
2364
  "required":["Name"],
@@ -2474,6 +2539,14 @@
2474
2539
  }
2475
2540
  },
2476
2541
  "ExecutionTime":{"type":"integer"},
2542
+ "ExistCondition":{
2543
+ "type":"string",
2544
+ "enum":[
2545
+ "MUST_EXIST",
2546
+ "NOT_EXIST",
2547
+ "NONE"
2548
+ ]
2549
+ },
2477
2550
  "FieldType":{"type":"string"},
2478
2551
  "FilterString":{
2479
2552
  "type":"string",
@@ -2833,6 +2906,20 @@
2833
2906
  "ScalaCode":{"shape":"ScalaCode"}
2834
2907
  }
2835
2908
  },
2909
+ "GetResourcePolicyRequest":{
2910
+ "type":"structure",
2911
+ "members":{
2912
+ }
2913
+ },
2914
+ "GetResourcePolicyResponse":{
2915
+ "type":"structure",
2916
+ "members":{
2917
+ "PolicyInJson":{"shape":"PolicyJsonString"},
2918
+ "PolicyHash":{"shape":"HashString"},
2919
+ "CreateTime":{"shape":"Timestamp"},
2920
+ "UpdateTime":{"shape":"Timestamp"}
2921
+ }
2922
+ },
2836
2923
  "GetSecurityConfigurationRequest":{
2837
2924
  "type":"structure",
2838
2925
  "required":["Name"],
@@ -3037,6 +3124,12 @@
3037
3124
  "min":1,
3038
3125
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\t]*"
3039
3126
  },
3127
+ "HashString":{
3128
+ "type":"string",
3129
+ "max":255,
3130
+ "min":1,
3131
+ "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
3132
+ },
3040
3133
  "IdString":{
3041
3134
  "type":"string",
3042
3135
  "max":255,
@@ -3468,6 +3561,11 @@
3468
3561
  "AvailabilityZone":{"shape":"NameString"}
3469
3562
  }
3470
3563
  },
3564
+ "PolicyJsonString":{
3565
+ "type":"string",
3566
+ "max":10240,
3567
+ "min":2
3568
+ },
3471
3569
  "Predecessor":{
3472
3570
  "type":"structure",
3473
3571
  "members":{
@@ -3518,6 +3616,21 @@
3518
3616
  "members":{
3519
3617
  }
3520
3618
  },
3619
+ "PutResourcePolicyRequest":{
3620
+ "type":"structure",
3621
+ "required":["PolicyInJson"],
3622
+ "members":{
3623
+ "PolicyInJson":{"shape":"PolicyJsonString"},
3624
+ "PolicyHashCondition":{"shape":"HashString"},
3625
+ "PolicyExistsCondition":{"shape":"ExistCondition"}
3626
+ }
3627
+ },
3628
+ "PutResourcePolicyResponse":{
3629
+ "type":"structure",
3630
+ "members":{
3631
+ "PolicyHash":{"shape":"HashString"}
3632
+ }
3633
+ },
3521
3634
  "PythonScript":{"type":"string"},
3522
3635
  "ResetJobBookmarkRequest":{
3523
3636
  "type":"structure",
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "GetCatalogImportStatus",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ }
10
+ ]
11
+ }
@@ -318,6 +318,60 @@
318
318
  {"shape":"UnauthenticatedException"}
319
319
  ]
320
320
  },
321
+ "CreateRelationalDatabase":{
322
+ "name":"CreateRelationalDatabase",
323
+ "http":{
324
+ "method":"POST",
325
+ "requestUri":"/"
326
+ },
327
+ "input":{"shape":"CreateRelationalDatabaseRequest"},
328
+ "output":{"shape":"CreateRelationalDatabaseResult"},
329
+ "errors":[
330
+ {"shape":"ServiceException"},
331
+ {"shape":"InvalidInputException"},
332
+ {"shape":"NotFoundException"},
333
+ {"shape":"OperationFailureException"},
334
+ {"shape":"AccessDeniedException"},
335
+ {"shape":"AccountSetupInProgressException"},
336
+ {"shape":"UnauthenticatedException"}
337
+ ]
338
+ },
339
+ "CreateRelationalDatabaseFromSnapshot":{
340
+ "name":"CreateRelationalDatabaseFromSnapshot",
341
+ "http":{
342
+ "method":"POST",
343
+ "requestUri":"/"
344
+ },
345
+ "input":{"shape":"CreateRelationalDatabaseFromSnapshotRequest"},
346
+ "output":{"shape":"CreateRelationalDatabaseFromSnapshotResult"},
347
+ "errors":[
348
+ {"shape":"ServiceException"},
349
+ {"shape":"InvalidInputException"},
350
+ {"shape":"NotFoundException"},
351
+ {"shape":"OperationFailureException"},
352
+ {"shape":"AccessDeniedException"},
353
+ {"shape":"AccountSetupInProgressException"},
354
+ {"shape":"UnauthenticatedException"}
355
+ ]
356
+ },
357
+ "CreateRelationalDatabaseSnapshot":{
358
+ "name":"CreateRelationalDatabaseSnapshot",
359
+ "http":{
360
+ "method":"POST",
361
+ "requestUri":"/"
362
+ },
363
+ "input":{"shape":"CreateRelationalDatabaseSnapshotRequest"},
364
+ "output":{"shape":"CreateRelationalDatabaseSnapshotResult"},
365
+ "errors":[
366
+ {"shape":"ServiceException"},
367
+ {"shape":"InvalidInputException"},
368
+ {"shape":"NotFoundException"},
369
+ {"shape":"OperationFailureException"},
370
+ {"shape":"AccessDeniedException"},
371
+ {"shape":"AccountSetupInProgressException"},
372
+ {"shape":"UnauthenticatedException"}
373
+ ]
374
+ },
321
375
  "DeleteDisk":{
322
376
  "name":"DeleteDisk",
323
377
  "http":{
@@ -480,6 +534,42 @@
480
534
  {"shape":"UnauthenticatedException"}
481
535
  ]
482
536
  },
537
+ "DeleteRelationalDatabase":{
538
+ "name":"DeleteRelationalDatabase",
539
+ "http":{
540
+ "method":"POST",
541
+ "requestUri":"/"
542
+ },
543
+ "input":{"shape":"DeleteRelationalDatabaseRequest"},
544
+ "output":{"shape":"DeleteRelationalDatabaseResult"},
545
+ "errors":[
546
+ {"shape":"ServiceException"},
547
+ {"shape":"InvalidInputException"},
548
+ {"shape":"NotFoundException"},
549
+ {"shape":"OperationFailureException"},
550
+ {"shape":"AccessDeniedException"},
551
+ {"shape":"AccountSetupInProgressException"},
552
+ {"shape":"UnauthenticatedException"}
553
+ ]
554
+ },
555
+ "DeleteRelationalDatabaseSnapshot":{
556
+ "name":"DeleteRelationalDatabaseSnapshot",
557
+ "http":{
558
+ "method":"POST",
559
+ "requestUri":"/"
560
+ },
561
+ "input":{"shape":"DeleteRelationalDatabaseSnapshotRequest"},
562
+ "output":{"shape":"DeleteRelationalDatabaseSnapshotResult"},
563
+ "errors":[
564
+ {"shape":"ServiceException"},
565
+ {"shape":"InvalidInputException"},
566
+ {"shape":"NotFoundException"},
567
+ {"shape":"OperationFailureException"},
568
+ {"shape":"AccessDeniedException"},
569
+ {"shape":"AccountSetupInProgressException"},
570
+ {"shape":"UnauthenticatedException"}
571
+ ]
572
+ },
483
573
  "DetachDisk":{
484
574
  "name":"DetachDisk",
485
575
  "http":{
@@ -1038,14 +1128,14 @@
1038
1128
  {"shape":"UnauthenticatedException"}
1039
1129
  ]
1040
1130
  },
1041
- "GetStaticIp":{
1042
- "name":"GetStaticIp",
1131
+ "GetRelationalDatabase":{
1132
+ "name":"GetRelationalDatabase",
1043
1133
  "http":{
1044
1134
  "method":"POST",
1045
1135
  "requestUri":"/"
1046
1136
  },
1047
- "input":{"shape":"GetStaticIpRequest"},
1048
- "output":{"shape":"GetStaticIpResult"},
1137
+ "input":{"shape":"GetRelationalDatabaseRequest"},
1138
+ "output":{"shape":"GetRelationalDatabaseResult"},
1049
1139
  "errors":[
1050
1140
  {"shape":"ServiceException"},
1051
1141
  {"shape":"InvalidInputException"},
@@ -1056,14 +1146,14 @@
1056
1146
  {"shape":"UnauthenticatedException"}
1057
1147
  ]
1058
1148
  },
1059
- "GetStaticIps":{
1060
- "name":"GetStaticIps",
1149
+ "GetRelationalDatabaseBlueprints":{
1150
+ "name":"GetRelationalDatabaseBlueprints",
1061
1151
  "http":{
1062
1152
  "method":"POST",
1063
1153
  "requestUri":"/"
1064
1154
  },
1065
- "input":{"shape":"GetStaticIpsRequest"},
1066
- "output":{"shape":"GetStaticIpsResult"},
1155
+ "input":{"shape":"GetRelationalDatabaseBlueprintsRequest"},
1156
+ "output":{"shape":"GetRelationalDatabaseBlueprintsResult"},
1067
1157
  "errors":[
1068
1158
  {"shape":"ServiceException"},
1069
1159
  {"shape":"InvalidInputException"},
@@ -1074,14 +1164,14 @@
1074
1164
  {"shape":"UnauthenticatedException"}
1075
1165
  ]
1076
1166
  },
1077
- "ImportKeyPair":{
1078
- "name":"ImportKeyPair",
1167
+ "GetRelationalDatabaseBundles":{
1168
+ "name":"GetRelationalDatabaseBundles",
1079
1169
  "http":{
1080
1170
  "method":"POST",
1081
1171
  "requestUri":"/"
1082
1172
  },
1083
- "input":{"shape":"ImportKeyPairRequest"},
1084
- "output":{"shape":"ImportKeyPairResult"},
1173
+ "input":{"shape":"GetRelationalDatabaseBundlesRequest"},
1174
+ "output":{"shape":"GetRelationalDatabaseBundlesResult"},
1085
1175
  "errors":[
1086
1176
  {"shape":"ServiceException"},
1087
1177
  {"shape":"InvalidInputException"},
@@ -1092,14 +1182,14 @@
1092
1182
  {"shape":"UnauthenticatedException"}
1093
1183
  ]
1094
1184
  },
1095
- "IsVpcPeered":{
1096
- "name":"IsVpcPeered",
1185
+ "GetRelationalDatabaseEvents":{
1186
+ "name":"GetRelationalDatabaseEvents",
1097
1187
  "http":{
1098
1188
  "method":"POST",
1099
1189
  "requestUri":"/"
1100
1190
  },
1101
- "input":{"shape":"IsVpcPeeredRequest"},
1102
- "output":{"shape":"IsVpcPeeredResult"},
1191
+ "input":{"shape":"GetRelationalDatabaseEventsRequest"},
1192
+ "output":{"shape":"GetRelationalDatabaseEventsResult"},
1103
1193
  "errors":[
1104
1194
  {"shape":"ServiceException"},
1105
1195
  {"shape":"InvalidInputException"},
@@ -1110,14 +1200,14 @@
1110
1200
  {"shape":"UnauthenticatedException"}
1111
1201
  ]
1112
1202
  },
1113
- "OpenInstancePublicPorts":{
1114
- "name":"OpenInstancePublicPorts",
1203
+ "GetRelationalDatabaseLogEvents":{
1204
+ "name":"GetRelationalDatabaseLogEvents",
1115
1205
  "http":{
1116
1206
  "method":"POST",
1117
1207
  "requestUri":"/"
1118
1208
  },
1119
- "input":{"shape":"OpenInstancePublicPortsRequest"},
1120
- "output":{"shape":"OpenInstancePublicPortsResult"},
1209
+ "input":{"shape":"GetRelationalDatabaseLogEventsRequest"},
1210
+ "output":{"shape":"GetRelationalDatabaseLogEventsResult"},
1121
1211
  "errors":[
1122
1212
  {"shape":"ServiceException"},
1123
1213
  {"shape":"InvalidInputException"},
@@ -1128,14 +1218,14 @@
1128
1218
  {"shape":"UnauthenticatedException"}
1129
1219
  ]
1130
1220
  },
1131
- "PeerVpc":{
1132
- "name":"PeerVpc",
1221
+ "GetRelationalDatabaseLogStreams":{
1222
+ "name":"GetRelationalDatabaseLogStreams",
1133
1223
  "http":{
1134
1224
  "method":"POST",
1135
1225
  "requestUri":"/"
1136
1226
  },
1137
- "input":{"shape":"PeerVpcRequest"},
1138
- "output":{"shape":"PeerVpcResult"},
1227
+ "input":{"shape":"GetRelationalDatabaseLogStreamsRequest"},
1228
+ "output":{"shape":"GetRelationalDatabaseLogStreamsResult"},
1139
1229
  "errors":[
1140
1230
  {"shape":"ServiceException"},
1141
1231
  {"shape":"InvalidInputException"},
@@ -1146,14 +1236,14 @@
1146
1236
  {"shape":"UnauthenticatedException"}
1147
1237
  ]
1148
1238
  },
1149
- "PutInstancePublicPorts":{
1150
- "name":"PutInstancePublicPorts",
1239
+ "GetRelationalDatabaseMasterUserPassword":{
1240
+ "name":"GetRelationalDatabaseMasterUserPassword",
1151
1241
  "http":{
1152
1242
  "method":"POST",
1153
1243
  "requestUri":"/"
1154
1244
  },
1155
- "input":{"shape":"PutInstancePublicPortsRequest"},
1156
- "output":{"shape":"PutInstancePublicPortsResult"},
1245
+ "input":{"shape":"GetRelationalDatabaseMasterUserPasswordRequest"},
1246
+ "output":{"shape":"GetRelationalDatabaseMasterUserPasswordResult"},
1157
1247
  "errors":[
1158
1248
  {"shape":"ServiceException"},
1159
1249
  {"shape":"InvalidInputException"},
@@ -1164,14 +1254,14 @@
1164
1254
  {"shape":"UnauthenticatedException"}
1165
1255
  ]
1166
1256
  },
1167
- "RebootInstance":{
1168
- "name":"RebootInstance",
1257
+ "GetRelationalDatabaseMetricData":{
1258
+ "name":"GetRelationalDatabaseMetricData",
1169
1259
  "http":{
1170
1260
  "method":"POST",
1171
1261
  "requestUri":"/"
1172
1262
  },
1173
- "input":{"shape":"RebootInstanceRequest"},
1174
- "output":{"shape":"RebootInstanceResult"},
1263
+ "input":{"shape":"GetRelationalDatabaseMetricDataRequest"},
1264
+ "output":{"shape":"GetRelationalDatabaseMetricDataResult"},
1175
1265
  "errors":[
1176
1266
  {"shape":"ServiceException"},
1177
1267
  {"shape":"InvalidInputException"},
@@ -1182,14 +1272,14 @@
1182
1272
  {"shape":"UnauthenticatedException"}
1183
1273
  ]
1184
1274
  },
1185
- "ReleaseStaticIp":{
1186
- "name":"ReleaseStaticIp",
1275
+ "GetRelationalDatabaseParameters":{
1276
+ "name":"GetRelationalDatabaseParameters",
1187
1277
  "http":{
1188
1278
  "method":"POST",
1189
1279
  "requestUri":"/"
1190
1280
  },
1191
- "input":{"shape":"ReleaseStaticIpRequest"},
1192
- "output":{"shape":"ReleaseStaticIpResult"},
1281
+ "input":{"shape":"GetRelationalDatabaseParametersRequest"},
1282
+ "output":{"shape":"GetRelationalDatabaseParametersResult"},
1193
1283
  "errors":[
1194
1284
  {"shape":"ServiceException"},
1195
1285
  {"shape":"InvalidInputException"},
@@ -1200,14 +1290,14 @@
1200
1290
  {"shape":"UnauthenticatedException"}
1201
1291
  ]
1202
1292
  },
1203
- "StartInstance":{
1204
- "name":"StartInstance",
1293
+ "GetRelationalDatabaseSnapshot":{
1294
+ "name":"GetRelationalDatabaseSnapshot",
1205
1295
  "http":{
1206
1296
  "method":"POST",
1207
1297
  "requestUri":"/"
1208
1298
  },
1209
- "input":{"shape":"StartInstanceRequest"},
1210
- "output":{"shape":"StartInstanceResult"},
1299
+ "input":{"shape":"GetRelationalDatabaseSnapshotRequest"},
1300
+ "output":{"shape":"GetRelationalDatabaseSnapshotResult"},
1211
1301
  "errors":[
1212
1302
  {"shape":"ServiceException"},
1213
1303
  {"shape":"InvalidInputException"},
@@ -1218,14 +1308,14 @@
1218
1308
  {"shape":"UnauthenticatedException"}
1219
1309
  ]
1220
1310
  },
1221
- "StopInstance":{
1222
- "name":"StopInstance",
1311
+ "GetRelationalDatabaseSnapshots":{
1312
+ "name":"GetRelationalDatabaseSnapshots",
1223
1313
  "http":{
1224
1314
  "method":"POST",
1225
1315
  "requestUri":"/"
1226
1316
  },
1227
- "input":{"shape":"StopInstanceRequest"},
1228
- "output":{"shape":"StopInstanceResult"},
1317
+ "input":{"shape":"GetRelationalDatabaseSnapshotsRequest"},
1318
+ "output":{"shape":"GetRelationalDatabaseSnapshotsResult"},
1229
1319
  "errors":[
1230
1320
  {"shape":"ServiceException"},
1231
1321
  {"shape":"InvalidInputException"},
@@ -1236,14 +1326,14 @@
1236
1326
  {"shape":"UnauthenticatedException"}
1237
1327
  ]
1238
1328
  },
1239
- "UnpeerVpc":{
1240
- "name":"UnpeerVpc",
1329
+ "GetRelationalDatabases":{
1330
+ "name":"GetRelationalDatabases",
1241
1331
  "http":{
1242
1332
  "method":"POST",
1243
1333
  "requestUri":"/"
1244
1334
  },
1245
- "input":{"shape":"UnpeerVpcRequest"},
1246
- "output":{"shape":"UnpeerVpcResult"},
1335
+ "input":{"shape":"GetRelationalDatabasesRequest"},
1336
+ "output":{"shape":"GetRelationalDatabasesResult"},
1247
1337
  "errors":[
1248
1338
  {"shape":"ServiceException"},
1249
1339
  {"shape":"InvalidInputException"},
@@ -1254,14 +1344,14 @@
1254
1344
  {"shape":"UnauthenticatedException"}
1255
1345
  ]
1256
1346
  },
1257
- "UpdateDomainEntry":{
1258
- "name":"UpdateDomainEntry",
1347
+ "GetStaticIp":{
1348
+ "name":"GetStaticIp",
1259
1349
  "http":{
1260
1350
  "method":"POST",
1261
1351
  "requestUri":"/"
1262
1352
  },
1263
- "input":{"shape":"UpdateDomainEntryRequest"},
1264
- "output":{"shape":"UpdateDomainEntryResult"},
1353
+ "input":{"shape":"GetStaticIpRequest"},
1354
+ "output":{"shape":"GetStaticIpResult"},
1265
1355
  "errors":[
1266
1356
  {"shape":"ServiceException"},
1267
1357
  {"shape":"InvalidInputException"},
@@ -1272,14 +1362,14 @@
1272
1362
  {"shape":"UnauthenticatedException"}
1273
1363
  ]
1274
1364
  },
1275
- "UpdateLoadBalancerAttribute":{
1276
- "name":"UpdateLoadBalancerAttribute",
1365
+ "GetStaticIps":{
1366
+ "name":"GetStaticIps",
1277
1367
  "http":{
1278
1368
  "method":"POST",
1279
1369
  "requestUri":"/"
1280
1370
  },
1281
- "input":{"shape":"UpdateLoadBalancerAttributeRequest"},
1282
- "output":{"shape":"UpdateLoadBalancerAttributeResult"},
1371
+ "input":{"shape":"GetStaticIpsRequest"},
1372
+ "output":{"shape":"GetStaticIpsResult"},
1283
1373
  "errors":[
1284
1374
  {"shape":"ServiceException"},
1285
1375
  {"shape":"InvalidInputException"},
@@ -1289,53 +1379,359 @@
1289
1379
  {"shape":"AccountSetupInProgressException"},
1290
1380
  {"shape":"UnauthenticatedException"}
1291
1381
  ]
1292
- }
1293
- },
1294
- "shapes":{
1295
- "AccessDeniedException":{
1296
- "type":"structure",
1297
- "members":{
1298
- "code":{"shape":"string"},
1299
- "docs":{"shape":"string"},
1300
- "message":{"shape":"string"},
1301
- "tip":{"shape":"string"}
1382
+ },
1383
+ "ImportKeyPair":{
1384
+ "name":"ImportKeyPair",
1385
+ "http":{
1386
+ "method":"POST",
1387
+ "requestUri":"/"
1302
1388
  },
1303
- "exception":true
1389
+ "input":{"shape":"ImportKeyPairRequest"},
1390
+ "output":{"shape":"ImportKeyPairResult"},
1391
+ "errors":[
1392
+ {"shape":"ServiceException"},
1393
+ {"shape":"InvalidInputException"},
1394
+ {"shape":"NotFoundException"},
1395
+ {"shape":"OperationFailureException"},
1396
+ {"shape":"AccessDeniedException"},
1397
+ {"shape":"AccountSetupInProgressException"},
1398
+ {"shape":"UnauthenticatedException"}
1399
+ ]
1304
1400
  },
1305
- "AccessDirection":{
1306
- "type":"string",
1307
- "enum":[
1308
- "inbound",
1309
- "outbound"
1401
+ "IsVpcPeered":{
1402
+ "name":"IsVpcPeered",
1403
+ "http":{
1404
+ "method":"POST",
1405
+ "requestUri":"/"
1406
+ },
1407
+ "input":{"shape":"IsVpcPeeredRequest"},
1408
+ "output":{"shape":"IsVpcPeeredResult"},
1409
+ "errors":[
1410
+ {"shape":"ServiceException"},
1411
+ {"shape":"InvalidInputException"},
1412
+ {"shape":"NotFoundException"},
1413
+ {"shape":"OperationFailureException"},
1414
+ {"shape":"AccessDeniedException"},
1415
+ {"shape":"AccountSetupInProgressException"},
1416
+ {"shape":"UnauthenticatedException"}
1310
1417
  ]
1311
1418
  },
1312
- "AccountSetupInProgressException":{
1313
- "type":"structure",
1314
- "members":{
1315
- "code":{"shape":"string"},
1316
- "docs":{"shape":"string"},
1317
- "message":{"shape":"string"},
1318
- "tip":{"shape":"string"}
1419
+ "OpenInstancePublicPorts":{
1420
+ "name":"OpenInstancePublicPorts",
1421
+ "http":{
1422
+ "method":"POST",
1423
+ "requestUri":"/"
1319
1424
  },
1320
- "exception":true
1425
+ "input":{"shape":"OpenInstancePublicPortsRequest"},
1426
+ "output":{"shape":"OpenInstancePublicPortsResult"},
1427
+ "errors":[
1428
+ {"shape":"ServiceException"},
1429
+ {"shape":"InvalidInputException"},
1430
+ {"shape":"NotFoundException"},
1431
+ {"shape":"OperationFailureException"},
1432
+ {"shape":"AccessDeniedException"},
1433
+ {"shape":"AccountSetupInProgressException"},
1434
+ {"shape":"UnauthenticatedException"}
1435
+ ]
1321
1436
  },
1322
- "AllocateStaticIpRequest":{
1323
- "type":"structure",
1324
- "required":["staticIpName"],
1325
- "members":{
1326
- "staticIpName":{"shape":"ResourceName"}
1327
- }
1437
+ "PeerVpc":{
1438
+ "name":"PeerVpc",
1439
+ "http":{
1440
+ "method":"POST",
1441
+ "requestUri":"/"
1442
+ },
1443
+ "input":{"shape":"PeerVpcRequest"},
1444
+ "output":{"shape":"PeerVpcResult"},
1445
+ "errors":[
1446
+ {"shape":"ServiceException"},
1447
+ {"shape":"InvalidInputException"},
1448
+ {"shape":"NotFoundException"},
1449
+ {"shape":"OperationFailureException"},
1450
+ {"shape":"AccessDeniedException"},
1451
+ {"shape":"AccountSetupInProgressException"},
1452
+ {"shape":"UnauthenticatedException"}
1453
+ ]
1328
1454
  },
1329
- "AllocateStaticIpResult":{
1330
- "type":"structure",
1331
- "members":{
1332
- "operations":{"shape":"OperationList"}
1333
- }
1455
+ "PutInstancePublicPorts":{
1456
+ "name":"PutInstancePublicPorts",
1457
+ "http":{
1458
+ "method":"POST",
1459
+ "requestUri":"/"
1460
+ },
1461
+ "input":{"shape":"PutInstancePublicPortsRequest"},
1462
+ "output":{"shape":"PutInstancePublicPortsResult"},
1463
+ "errors":[
1464
+ {"shape":"ServiceException"},
1465
+ {"shape":"InvalidInputException"},
1466
+ {"shape":"NotFoundException"},
1467
+ {"shape":"OperationFailureException"},
1468
+ {"shape":"AccessDeniedException"},
1469
+ {"shape":"AccountSetupInProgressException"},
1470
+ {"shape":"UnauthenticatedException"}
1471
+ ]
1334
1472
  },
1335
- "AttachDiskRequest":{
1336
- "type":"structure",
1337
- "required":[
1338
- "diskName",
1473
+ "RebootInstance":{
1474
+ "name":"RebootInstance",
1475
+ "http":{
1476
+ "method":"POST",
1477
+ "requestUri":"/"
1478
+ },
1479
+ "input":{"shape":"RebootInstanceRequest"},
1480
+ "output":{"shape":"RebootInstanceResult"},
1481
+ "errors":[
1482
+ {"shape":"ServiceException"},
1483
+ {"shape":"InvalidInputException"},
1484
+ {"shape":"NotFoundException"},
1485
+ {"shape":"OperationFailureException"},
1486
+ {"shape":"AccessDeniedException"},
1487
+ {"shape":"AccountSetupInProgressException"},
1488
+ {"shape":"UnauthenticatedException"}
1489
+ ]
1490
+ },
1491
+ "RebootRelationalDatabase":{
1492
+ "name":"RebootRelationalDatabase",
1493
+ "http":{
1494
+ "method":"POST",
1495
+ "requestUri":"/"
1496
+ },
1497
+ "input":{"shape":"RebootRelationalDatabaseRequest"},
1498
+ "output":{"shape":"RebootRelationalDatabaseResult"},
1499
+ "errors":[
1500
+ {"shape":"ServiceException"},
1501
+ {"shape":"InvalidInputException"},
1502
+ {"shape":"NotFoundException"},
1503
+ {"shape":"OperationFailureException"},
1504
+ {"shape":"AccessDeniedException"},
1505
+ {"shape":"AccountSetupInProgressException"},
1506
+ {"shape":"UnauthenticatedException"}
1507
+ ]
1508
+ },
1509
+ "ReleaseStaticIp":{
1510
+ "name":"ReleaseStaticIp",
1511
+ "http":{
1512
+ "method":"POST",
1513
+ "requestUri":"/"
1514
+ },
1515
+ "input":{"shape":"ReleaseStaticIpRequest"},
1516
+ "output":{"shape":"ReleaseStaticIpResult"},
1517
+ "errors":[
1518
+ {"shape":"ServiceException"},
1519
+ {"shape":"InvalidInputException"},
1520
+ {"shape":"NotFoundException"},
1521
+ {"shape":"OperationFailureException"},
1522
+ {"shape":"AccessDeniedException"},
1523
+ {"shape":"AccountSetupInProgressException"},
1524
+ {"shape":"UnauthenticatedException"}
1525
+ ]
1526
+ },
1527
+ "StartInstance":{
1528
+ "name":"StartInstance",
1529
+ "http":{
1530
+ "method":"POST",
1531
+ "requestUri":"/"
1532
+ },
1533
+ "input":{"shape":"StartInstanceRequest"},
1534
+ "output":{"shape":"StartInstanceResult"},
1535
+ "errors":[
1536
+ {"shape":"ServiceException"},
1537
+ {"shape":"InvalidInputException"},
1538
+ {"shape":"NotFoundException"},
1539
+ {"shape":"OperationFailureException"},
1540
+ {"shape":"AccessDeniedException"},
1541
+ {"shape":"AccountSetupInProgressException"},
1542
+ {"shape":"UnauthenticatedException"}
1543
+ ]
1544
+ },
1545
+ "StartRelationalDatabase":{
1546
+ "name":"StartRelationalDatabase",
1547
+ "http":{
1548
+ "method":"POST",
1549
+ "requestUri":"/"
1550
+ },
1551
+ "input":{"shape":"StartRelationalDatabaseRequest"},
1552
+ "output":{"shape":"StartRelationalDatabaseResult"},
1553
+ "errors":[
1554
+ {"shape":"ServiceException"},
1555
+ {"shape":"InvalidInputException"},
1556
+ {"shape":"NotFoundException"},
1557
+ {"shape":"OperationFailureException"},
1558
+ {"shape":"AccessDeniedException"},
1559
+ {"shape":"AccountSetupInProgressException"},
1560
+ {"shape":"UnauthenticatedException"}
1561
+ ]
1562
+ },
1563
+ "StopInstance":{
1564
+ "name":"StopInstance",
1565
+ "http":{
1566
+ "method":"POST",
1567
+ "requestUri":"/"
1568
+ },
1569
+ "input":{"shape":"StopInstanceRequest"},
1570
+ "output":{"shape":"StopInstanceResult"},
1571
+ "errors":[
1572
+ {"shape":"ServiceException"},
1573
+ {"shape":"InvalidInputException"},
1574
+ {"shape":"NotFoundException"},
1575
+ {"shape":"OperationFailureException"},
1576
+ {"shape":"AccessDeniedException"},
1577
+ {"shape":"AccountSetupInProgressException"},
1578
+ {"shape":"UnauthenticatedException"}
1579
+ ]
1580
+ },
1581
+ "StopRelationalDatabase":{
1582
+ "name":"StopRelationalDatabase",
1583
+ "http":{
1584
+ "method":"POST",
1585
+ "requestUri":"/"
1586
+ },
1587
+ "input":{"shape":"StopRelationalDatabaseRequest"},
1588
+ "output":{"shape":"StopRelationalDatabaseResult"},
1589
+ "errors":[
1590
+ {"shape":"ServiceException"},
1591
+ {"shape":"InvalidInputException"},
1592
+ {"shape":"NotFoundException"},
1593
+ {"shape":"OperationFailureException"},
1594
+ {"shape":"AccessDeniedException"},
1595
+ {"shape":"AccountSetupInProgressException"},
1596
+ {"shape":"UnauthenticatedException"}
1597
+ ]
1598
+ },
1599
+ "UnpeerVpc":{
1600
+ "name":"UnpeerVpc",
1601
+ "http":{
1602
+ "method":"POST",
1603
+ "requestUri":"/"
1604
+ },
1605
+ "input":{"shape":"UnpeerVpcRequest"},
1606
+ "output":{"shape":"UnpeerVpcResult"},
1607
+ "errors":[
1608
+ {"shape":"ServiceException"},
1609
+ {"shape":"InvalidInputException"},
1610
+ {"shape":"NotFoundException"},
1611
+ {"shape":"OperationFailureException"},
1612
+ {"shape":"AccessDeniedException"},
1613
+ {"shape":"AccountSetupInProgressException"},
1614
+ {"shape":"UnauthenticatedException"}
1615
+ ]
1616
+ },
1617
+ "UpdateDomainEntry":{
1618
+ "name":"UpdateDomainEntry",
1619
+ "http":{
1620
+ "method":"POST",
1621
+ "requestUri":"/"
1622
+ },
1623
+ "input":{"shape":"UpdateDomainEntryRequest"},
1624
+ "output":{"shape":"UpdateDomainEntryResult"},
1625
+ "errors":[
1626
+ {"shape":"ServiceException"},
1627
+ {"shape":"InvalidInputException"},
1628
+ {"shape":"NotFoundException"},
1629
+ {"shape":"OperationFailureException"},
1630
+ {"shape":"AccessDeniedException"},
1631
+ {"shape":"AccountSetupInProgressException"},
1632
+ {"shape":"UnauthenticatedException"}
1633
+ ]
1634
+ },
1635
+ "UpdateLoadBalancerAttribute":{
1636
+ "name":"UpdateLoadBalancerAttribute",
1637
+ "http":{
1638
+ "method":"POST",
1639
+ "requestUri":"/"
1640
+ },
1641
+ "input":{"shape":"UpdateLoadBalancerAttributeRequest"},
1642
+ "output":{"shape":"UpdateLoadBalancerAttributeResult"},
1643
+ "errors":[
1644
+ {"shape":"ServiceException"},
1645
+ {"shape":"InvalidInputException"},
1646
+ {"shape":"NotFoundException"},
1647
+ {"shape":"OperationFailureException"},
1648
+ {"shape":"AccessDeniedException"},
1649
+ {"shape":"AccountSetupInProgressException"},
1650
+ {"shape":"UnauthenticatedException"}
1651
+ ]
1652
+ },
1653
+ "UpdateRelationalDatabase":{
1654
+ "name":"UpdateRelationalDatabase",
1655
+ "http":{
1656
+ "method":"POST",
1657
+ "requestUri":"/"
1658
+ },
1659
+ "input":{"shape":"UpdateRelationalDatabaseRequest"},
1660
+ "output":{"shape":"UpdateRelationalDatabaseResult"},
1661
+ "errors":[
1662
+ {"shape":"ServiceException"},
1663
+ {"shape":"InvalidInputException"},
1664
+ {"shape":"NotFoundException"},
1665
+ {"shape":"OperationFailureException"},
1666
+ {"shape":"AccessDeniedException"},
1667
+ {"shape":"AccountSetupInProgressException"},
1668
+ {"shape":"UnauthenticatedException"}
1669
+ ]
1670
+ },
1671
+ "UpdateRelationalDatabaseParameters":{
1672
+ "name":"UpdateRelationalDatabaseParameters",
1673
+ "http":{
1674
+ "method":"POST",
1675
+ "requestUri":"/"
1676
+ },
1677
+ "input":{"shape":"UpdateRelationalDatabaseParametersRequest"},
1678
+ "output":{"shape":"UpdateRelationalDatabaseParametersResult"},
1679
+ "errors":[
1680
+ {"shape":"ServiceException"},
1681
+ {"shape":"InvalidInputException"},
1682
+ {"shape":"NotFoundException"},
1683
+ {"shape":"OperationFailureException"},
1684
+ {"shape":"AccessDeniedException"},
1685
+ {"shape":"AccountSetupInProgressException"},
1686
+ {"shape":"UnauthenticatedException"}
1687
+ ]
1688
+ }
1689
+ },
1690
+ "shapes":{
1691
+ "AccessDeniedException":{
1692
+ "type":"structure",
1693
+ "members":{
1694
+ "code":{"shape":"string"},
1695
+ "docs":{"shape":"string"},
1696
+ "message":{"shape":"string"},
1697
+ "tip":{"shape":"string"}
1698
+ },
1699
+ "exception":true
1700
+ },
1701
+ "AccessDirection":{
1702
+ "type":"string",
1703
+ "enum":[
1704
+ "inbound",
1705
+ "outbound"
1706
+ ]
1707
+ },
1708
+ "AccountSetupInProgressException":{
1709
+ "type":"structure",
1710
+ "members":{
1711
+ "code":{"shape":"string"},
1712
+ "docs":{"shape":"string"},
1713
+ "message":{"shape":"string"},
1714
+ "tip":{"shape":"string"}
1715
+ },
1716
+ "exception":true
1717
+ },
1718
+ "AllocateStaticIpRequest":{
1719
+ "type":"structure",
1720
+ "required":["staticIpName"],
1721
+ "members":{
1722
+ "staticIpName":{"shape":"ResourceName"}
1723
+ }
1724
+ },
1725
+ "AllocateStaticIpResult":{
1726
+ "type":"structure",
1727
+ "members":{
1728
+ "operations":{"shape":"OperationList"}
1729
+ }
1730
+ },
1731
+ "AttachDiskRequest":{
1732
+ "type":"structure",
1733
+ "required":[
1734
+ "diskName",
1339
1735
  "instanceName",
1340
1736
  "diskPath"
1341
1737
  ],
@@ -1696,6 +2092,71 @@
1696
2092
  "operations":{"shape":"OperationList"}
1697
2093
  }
1698
2094
  },
2095
+ "CreateRelationalDatabaseFromSnapshotRequest":{
2096
+ "type":"structure",
2097
+ "required":["relationalDatabaseName"],
2098
+ "members":{
2099
+ "relationalDatabaseName":{"shape":"ResourceName"},
2100
+ "availabilityZone":{"shape":"string"},
2101
+ "publiclyAccessible":{"shape":"boolean"},
2102
+ "relationalDatabaseSnapshotName":{"shape":"ResourceName"},
2103
+ "relationalDatabaseBundleId":{"shape":"string"},
2104
+ "sourceRelationalDatabaseName":{"shape":"ResourceName"},
2105
+ "restoreTime":{"shape":"IsoDate"},
2106
+ "useLatestRestorableTime":{"shape":"boolean"}
2107
+ }
2108
+ },
2109
+ "CreateRelationalDatabaseFromSnapshotResult":{
2110
+ "type":"structure",
2111
+ "members":{
2112
+ "operations":{"shape":"OperationList"}
2113
+ }
2114
+ },
2115
+ "CreateRelationalDatabaseRequest":{
2116
+ "type":"structure",
2117
+ "required":[
2118
+ "relationalDatabaseName",
2119
+ "relationalDatabaseBlueprintId",
2120
+ "relationalDatabaseBundleId",
2121
+ "masterDatabaseName",
2122
+ "masterUsername"
2123
+ ],
2124
+ "members":{
2125
+ "relationalDatabaseName":{"shape":"ResourceName"},
2126
+ "availabilityZone":{"shape":"string"},
2127
+ "relationalDatabaseBlueprintId":{"shape":"string"},
2128
+ "relationalDatabaseBundleId":{"shape":"string"},
2129
+ "masterDatabaseName":{"shape":"string"},
2130
+ "masterUsername":{"shape":"string"},
2131
+ "masterUserPassword":{"shape":"SensitiveString"},
2132
+ "preferredBackupWindow":{"shape":"string"},
2133
+ "preferredMaintenanceWindow":{"shape":"string"},
2134
+ "publiclyAccessible":{"shape":"boolean"}
2135
+ }
2136
+ },
2137
+ "CreateRelationalDatabaseResult":{
2138
+ "type":"structure",
2139
+ "members":{
2140
+ "operations":{"shape":"OperationList"}
2141
+ }
2142
+ },
2143
+ "CreateRelationalDatabaseSnapshotRequest":{
2144
+ "type":"structure",
2145
+ "required":[
2146
+ "relationalDatabaseName",
2147
+ "relationalDatabaseSnapshotName"
2148
+ ],
2149
+ "members":{
2150
+ "relationalDatabaseName":{"shape":"ResourceName"},
2151
+ "relationalDatabaseSnapshotName":{"shape":"ResourceName"}
2152
+ }
2153
+ },
2154
+ "CreateRelationalDatabaseSnapshotResult":{
2155
+ "type":"structure",
2156
+ "members":{
2157
+ "operations":{"shape":"OperationList"}
2158
+ }
2159
+ },
1699
2160
  "DeleteDiskRequest":{
1700
2161
  "type":"structure",
1701
2162
  "required":["diskName"],
@@ -1822,6 +2283,34 @@
1822
2283
  "operations":{"shape":"OperationList"}
1823
2284
  }
1824
2285
  },
2286
+ "DeleteRelationalDatabaseRequest":{
2287
+ "type":"structure",
2288
+ "required":["relationalDatabaseName"],
2289
+ "members":{
2290
+ "relationalDatabaseName":{"shape":"ResourceName"},
2291
+ "skipFinalSnapshot":{"shape":"boolean"},
2292
+ "finalRelationalDatabaseSnapshotName":{"shape":"ResourceName"}
2293
+ }
2294
+ },
2295
+ "DeleteRelationalDatabaseResult":{
2296
+ "type":"structure",
2297
+ "members":{
2298
+ "operations":{"shape":"OperationList"}
2299
+ }
2300
+ },
2301
+ "DeleteRelationalDatabaseSnapshotRequest":{
2302
+ "type":"structure",
2303
+ "required":["relationalDatabaseSnapshotName"],
2304
+ "members":{
2305
+ "relationalDatabaseSnapshotName":{"shape":"ResourceName"}
2306
+ }
2307
+ },
2308
+ "DeleteRelationalDatabaseSnapshotResult":{
2309
+ "type":"structure",
2310
+ "members":{
2311
+ "operations":{"shape":"OperationList"}
2312
+ }
2313
+ },
1825
2314
  "DetachDiskRequest":{
1826
2315
  "type":"structure",
1827
2316
  "required":["diskName"],
@@ -2164,114 +2653,332 @@
2164
2653
  "metricData":{"shape":"MetricDatapointList"}
2165
2654
  }
2166
2655
  },
2167
- "GetInstancePortStatesRequest":{
2656
+ "GetInstancePortStatesRequest":{
2657
+ "type":"structure",
2658
+ "required":["instanceName"],
2659
+ "members":{
2660
+ "instanceName":{"shape":"ResourceName"}
2661
+ }
2662
+ },
2663
+ "GetInstancePortStatesResult":{
2664
+ "type":"structure",
2665
+ "members":{
2666
+ "portStates":{"shape":"InstancePortStateList"}
2667
+ }
2668
+ },
2669
+ "GetInstanceRequest":{
2670
+ "type":"structure",
2671
+ "required":["instanceName"],
2672
+ "members":{
2673
+ "instanceName":{"shape":"ResourceName"}
2674
+ }
2675
+ },
2676
+ "GetInstanceResult":{
2677
+ "type":"structure",
2678
+ "members":{
2679
+ "instance":{"shape":"Instance"}
2680
+ }
2681
+ },
2682
+ "GetInstanceSnapshotRequest":{
2683
+ "type":"structure",
2684
+ "required":["instanceSnapshotName"],
2685
+ "members":{
2686
+ "instanceSnapshotName":{"shape":"ResourceName"}
2687
+ }
2688
+ },
2689
+ "GetInstanceSnapshotResult":{
2690
+ "type":"structure",
2691
+ "members":{
2692
+ "instanceSnapshot":{"shape":"InstanceSnapshot"}
2693
+ }
2694
+ },
2695
+ "GetInstanceSnapshotsRequest":{
2696
+ "type":"structure",
2697
+ "members":{
2698
+ "pageToken":{"shape":"string"}
2699
+ }
2700
+ },
2701
+ "GetInstanceSnapshotsResult":{
2702
+ "type":"structure",
2703
+ "members":{
2704
+ "instanceSnapshots":{"shape":"InstanceSnapshotList"},
2705
+ "nextPageToken":{"shape":"string"}
2706
+ }
2707
+ },
2708
+ "GetInstanceStateRequest":{
2709
+ "type":"structure",
2710
+ "required":["instanceName"],
2711
+ "members":{
2712
+ "instanceName":{"shape":"ResourceName"}
2713
+ }
2714
+ },
2715
+ "GetInstanceStateResult":{
2716
+ "type":"structure",
2717
+ "members":{
2718
+ "state":{"shape":"InstanceState"}
2719
+ }
2720
+ },
2721
+ "GetInstancesRequest":{
2722
+ "type":"structure",
2723
+ "members":{
2724
+ "pageToken":{"shape":"string"}
2725
+ }
2726
+ },
2727
+ "GetInstancesResult":{
2728
+ "type":"structure",
2729
+ "members":{
2730
+ "instances":{"shape":"InstanceList"},
2731
+ "nextPageToken":{"shape":"string"}
2732
+ }
2733
+ },
2734
+ "GetKeyPairRequest":{
2735
+ "type":"structure",
2736
+ "required":["keyPairName"],
2737
+ "members":{
2738
+ "keyPairName":{"shape":"ResourceName"}
2739
+ }
2740
+ },
2741
+ "GetKeyPairResult":{
2742
+ "type":"structure",
2743
+ "members":{
2744
+ "keyPair":{"shape":"KeyPair"}
2745
+ }
2746
+ },
2747
+ "GetKeyPairsRequest":{
2748
+ "type":"structure",
2749
+ "members":{
2750
+ "pageToken":{"shape":"string"}
2751
+ }
2752
+ },
2753
+ "GetKeyPairsResult":{
2754
+ "type":"structure",
2755
+ "members":{
2756
+ "keyPairs":{"shape":"KeyPairList"},
2757
+ "nextPageToken":{"shape":"string"}
2758
+ }
2759
+ },
2760
+ "GetLoadBalancerMetricDataRequest":{
2761
+ "type":"structure",
2762
+ "required":[
2763
+ "loadBalancerName",
2764
+ "metricName",
2765
+ "period",
2766
+ "startTime",
2767
+ "endTime",
2768
+ "unit",
2769
+ "statistics"
2770
+ ],
2771
+ "members":{
2772
+ "loadBalancerName":{"shape":"ResourceName"},
2773
+ "metricName":{"shape":"LoadBalancerMetricName"},
2774
+ "period":{"shape":"MetricPeriod"},
2775
+ "startTime":{"shape":"timestamp"},
2776
+ "endTime":{"shape":"timestamp"},
2777
+ "unit":{"shape":"MetricUnit"},
2778
+ "statistics":{"shape":"MetricStatisticList"}
2779
+ }
2780
+ },
2781
+ "GetLoadBalancerMetricDataResult":{
2782
+ "type":"structure",
2783
+ "members":{
2784
+ "metricName":{"shape":"LoadBalancerMetricName"},
2785
+ "metricData":{"shape":"MetricDatapointList"}
2786
+ }
2787
+ },
2788
+ "GetLoadBalancerRequest":{
2789
+ "type":"structure",
2790
+ "required":["loadBalancerName"],
2791
+ "members":{
2792
+ "loadBalancerName":{"shape":"ResourceName"}
2793
+ }
2794
+ },
2795
+ "GetLoadBalancerResult":{
2796
+ "type":"structure",
2797
+ "members":{
2798
+ "loadBalancer":{"shape":"LoadBalancer"}
2799
+ }
2800
+ },
2801
+ "GetLoadBalancerTlsCertificatesRequest":{
2802
+ "type":"structure",
2803
+ "required":["loadBalancerName"],
2804
+ "members":{
2805
+ "loadBalancerName":{"shape":"ResourceName"}
2806
+ }
2807
+ },
2808
+ "GetLoadBalancerTlsCertificatesResult":{
2809
+ "type":"structure",
2810
+ "members":{
2811
+ "tlsCertificates":{"shape":"LoadBalancerTlsCertificateList"}
2812
+ }
2813
+ },
2814
+ "GetLoadBalancersRequest":{
2815
+ "type":"structure",
2816
+ "members":{
2817
+ "pageToken":{"shape":"string"}
2818
+ }
2819
+ },
2820
+ "GetLoadBalancersResult":{
2821
+ "type":"structure",
2822
+ "members":{
2823
+ "loadBalancers":{"shape":"LoadBalancerList"},
2824
+ "nextPageToken":{"shape":"string"}
2825
+ }
2826
+ },
2827
+ "GetOperationRequest":{
2828
+ "type":"structure",
2829
+ "required":["operationId"],
2830
+ "members":{
2831
+ "operationId":{"shape":"NonEmptyString"}
2832
+ }
2833
+ },
2834
+ "GetOperationResult":{
2835
+ "type":"structure",
2836
+ "members":{
2837
+ "operation":{"shape":"Operation"}
2838
+ }
2839
+ },
2840
+ "GetOperationsForResourceRequest":{
2841
+ "type":"structure",
2842
+ "required":["resourceName"],
2843
+ "members":{
2844
+ "resourceName":{"shape":"ResourceName"},
2845
+ "pageToken":{"shape":"string"}
2846
+ }
2847
+ },
2848
+ "GetOperationsForResourceResult":{
2849
+ "type":"structure",
2850
+ "members":{
2851
+ "operations":{"shape":"OperationList"},
2852
+ "nextPageCount":{
2853
+ "shape":"string",
2854
+ "deprecated":true
2855
+ },
2856
+ "nextPageToken":{"shape":"string"}
2857
+ }
2858
+ },
2859
+ "GetOperationsRequest":{
2168
2860
  "type":"structure",
2169
- "required":["instanceName"],
2170
2861
  "members":{
2171
- "instanceName":{"shape":"ResourceName"}
2862
+ "pageToken":{"shape":"string"}
2172
2863
  }
2173
2864
  },
2174
- "GetInstancePortStatesResult":{
2865
+ "GetOperationsResult":{
2175
2866
  "type":"structure",
2176
2867
  "members":{
2177
- "portStates":{"shape":"InstancePortStateList"}
2868
+ "operations":{"shape":"OperationList"},
2869
+ "nextPageToken":{"shape":"string"}
2178
2870
  }
2179
2871
  },
2180
- "GetInstanceRequest":{
2872
+ "GetRegionsRequest":{
2181
2873
  "type":"structure",
2182
- "required":["instanceName"],
2183
2874
  "members":{
2184
- "instanceName":{"shape":"ResourceName"}
2875
+ "includeAvailabilityZones":{"shape":"boolean"},
2876
+ "includeRelationalDatabaseAvailabilityZones":{"shape":"boolean"}
2185
2877
  }
2186
2878
  },
2187
- "GetInstanceResult":{
2879
+ "GetRegionsResult":{
2188
2880
  "type":"structure",
2189
2881
  "members":{
2190
- "instance":{"shape":"Instance"}
2882
+ "regions":{"shape":"RegionList"}
2191
2883
  }
2192
2884
  },
2193
- "GetInstanceSnapshotRequest":{
2885
+ "GetRelationalDatabaseBlueprintsRequest":{
2194
2886
  "type":"structure",
2195
- "required":["instanceSnapshotName"],
2196
2887
  "members":{
2197
- "instanceSnapshotName":{"shape":"ResourceName"}
2888
+ "pageToken":{"shape":"string"}
2198
2889
  }
2199
2890
  },
2200
- "GetInstanceSnapshotResult":{
2891
+ "GetRelationalDatabaseBlueprintsResult":{
2201
2892
  "type":"structure",
2202
2893
  "members":{
2203
- "instanceSnapshot":{"shape":"InstanceSnapshot"}
2894
+ "blueprints":{"shape":"RelationalDatabaseBlueprintList"},
2895
+ "nextPageToken":{"shape":"string"}
2204
2896
  }
2205
2897
  },
2206
- "GetInstanceSnapshotsRequest":{
2898
+ "GetRelationalDatabaseBundlesRequest":{
2207
2899
  "type":"structure",
2208
2900
  "members":{
2209
2901
  "pageToken":{"shape":"string"}
2210
2902
  }
2211
2903
  },
2212
- "GetInstanceSnapshotsResult":{
2904
+ "GetRelationalDatabaseBundlesResult":{
2213
2905
  "type":"structure",
2214
2906
  "members":{
2215
- "instanceSnapshots":{"shape":"InstanceSnapshotList"},
2907
+ "bundles":{"shape":"RelationalDatabaseBundleList"},
2216
2908
  "nextPageToken":{"shape":"string"}
2217
2909
  }
2218
2910
  },
2219
- "GetInstanceStateRequest":{
2911
+ "GetRelationalDatabaseEventsRequest":{
2220
2912
  "type":"structure",
2221
- "required":["instanceName"],
2913
+ "required":["relationalDatabaseName"],
2222
2914
  "members":{
2223
- "instanceName":{"shape":"ResourceName"}
2915
+ "relationalDatabaseName":{"shape":"ResourceName"},
2916
+ "durationInMinutes":{"shape":"integer"},
2917
+ "pageToken":{"shape":"string"}
2224
2918
  }
2225
2919
  },
2226
- "GetInstanceStateResult":{
2920
+ "GetRelationalDatabaseEventsResult":{
2227
2921
  "type":"structure",
2228
2922
  "members":{
2229
- "state":{"shape":"InstanceState"}
2923
+ "relationalDatabaseEvents":{"shape":"RelationalDatabaseEventList"},
2924
+ "nextPageToken":{"shape":"string"}
2230
2925
  }
2231
2926
  },
2232
- "GetInstancesRequest":{
2927
+ "GetRelationalDatabaseLogEventsRequest":{
2233
2928
  "type":"structure",
2929
+ "required":[
2930
+ "relationalDatabaseName",
2931
+ "logStreamName"
2932
+ ],
2234
2933
  "members":{
2934
+ "relationalDatabaseName":{"shape":"ResourceName"},
2935
+ "logStreamName":{"shape":"string"},
2936
+ "startTime":{"shape":"IsoDate"},
2937
+ "endTime":{"shape":"IsoDate"},
2938
+ "startFromHead":{"shape":"boolean"},
2235
2939
  "pageToken":{"shape":"string"}
2236
2940
  }
2237
2941
  },
2238
- "GetInstancesResult":{
2942
+ "GetRelationalDatabaseLogEventsResult":{
2239
2943
  "type":"structure",
2240
2944
  "members":{
2241
- "instances":{"shape":"InstanceList"},
2242
- "nextPageToken":{"shape":"string"}
2945
+ "resourceLogEvents":{"shape":"LogEventList"},
2946
+ "nextBackwardToken":{"shape":"string"},
2947
+ "nextForwardToken":{"shape":"string"}
2243
2948
  }
2244
2949
  },
2245
- "GetKeyPairRequest":{
2950
+ "GetRelationalDatabaseLogStreamsRequest":{
2246
2951
  "type":"structure",
2247
- "required":["keyPairName"],
2952
+ "required":["relationalDatabaseName"],
2248
2953
  "members":{
2249
- "keyPairName":{"shape":"ResourceName"}
2954
+ "relationalDatabaseName":{"shape":"ResourceName"}
2250
2955
  }
2251
2956
  },
2252
- "GetKeyPairResult":{
2957
+ "GetRelationalDatabaseLogStreamsResult":{
2253
2958
  "type":"structure",
2254
2959
  "members":{
2255
- "keyPair":{"shape":"KeyPair"}
2960
+ "logStreams":{"shape":"StringList"}
2256
2961
  }
2257
2962
  },
2258
- "GetKeyPairsRequest":{
2963
+ "GetRelationalDatabaseMasterUserPasswordRequest":{
2259
2964
  "type":"structure",
2965
+ "required":["relationalDatabaseName"],
2260
2966
  "members":{
2261
- "pageToken":{"shape":"string"}
2967
+ "relationalDatabaseName":{"shape":"ResourceName"},
2968
+ "passwordVersion":{"shape":"RelationalDatabasePasswordVersion"}
2262
2969
  }
2263
2970
  },
2264
- "GetKeyPairsResult":{
2971
+ "GetRelationalDatabaseMasterUserPasswordResult":{
2265
2972
  "type":"structure",
2266
2973
  "members":{
2267
- "keyPairs":{"shape":"KeyPairList"},
2268
- "nextPageToken":{"shape":"string"}
2974
+ "masterUserPassword":{"shape":"SensitiveString"},
2975
+ "createdAt":{"shape":"IsoDate"}
2269
2976
  }
2270
2977
  },
2271
- "GetLoadBalancerMetricDataRequest":{
2978
+ "GetRelationalDatabaseMetricDataRequest":{
2272
2979
  "type":"structure",
2273
2980
  "required":[
2274
- "loadBalancerName",
2981
+ "relationalDatabaseName",
2275
2982
  "metricName",
2276
2983
  "period",
2277
2984
  "startTime",
@@ -2280,116 +2987,87 @@
2280
2987
  "statistics"
2281
2988
  ],
2282
2989
  "members":{
2283
- "loadBalancerName":{"shape":"ResourceName"},
2284
- "metricName":{"shape":"LoadBalancerMetricName"},
2990
+ "relationalDatabaseName":{"shape":"ResourceName"},
2991
+ "metricName":{"shape":"RelationalDatabaseMetricName"},
2285
2992
  "period":{"shape":"MetricPeriod"},
2286
- "startTime":{"shape":"timestamp"},
2287
- "endTime":{"shape":"timestamp"},
2993
+ "startTime":{"shape":"IsoDate"},
2994
+ "endTime":{"shape":"IsoDate"},
2288
2995
  "unit":{"shape":"MetricUnit"},
2289
2996
  "statistics":{"shape":"MetricStatisticList"}
2290
2997
  }
2291
2998
  },
2292
- "GetLoadBalancerMetricDataResult":{
2999
+ "GetRelationalDatabaseMetricDataResult":{
2293
3000
  "type":"structure",
2294
3001
  "members":{
2295
- "metricName":{"shape":"LoadBalancerMetricName"},
3002
+ "metricName":{"shape":"RelationalDatabaseMetricName"},
2296
3003
  "metricData":{"shape":"MetricDatapointList"}
2297
3004
  }
2298
3005
  },
2299
- "GetLoadBalancerRequest":{
2300
- "type":"structure",
2301
- "required":["loadBalancerName"],
2302
- "members":{
2303
- "loadBalancerName":{"shape":"ResourceName"}
2304
- }
2305
- },
2306
- "GetLoadBalancerResult":{
2307
- "type":"structure",
2308
- "members":{
2309
- "loadBalancer":{"shape":"LoadBalancer"}
2310
- }
2311
- },
2312
- "GetLoadBalancerTlsCertificatesRequest":{
2313
- "type":"structure",
2314
- "required":["loadBalancerName"],
2315
- "members":{
2316
- "loadBalancerName":{"shape":"ResourceName"}
2317
- }
2318
- },
2319
- "GetLoadBalancerTlsCertificatesResult":{
2320
- "type":"structure",
2321
- "members":{
2322
- "tlsCertificates":{"shape":"LoadBalancerTlsCertificateList"}
2323
- }
2324
- },
2325
- "GetLoadBalancersRequest":{
3006
+ "GetRelationalDatabaseParametersRequest":{
2326
3007
  "type":"structure",
3008
+ "required":["relationalDatabaseName"],
2327
3009
  "members":{
3010
+ "relationalDatabaseName":{"shape":"ResourceName"},
2328
3011
  "pageToken":{"shape":"string"}
2329
3012
  }
2330
3013
  },
2331
- "GetLoadBalancersResult":{
3014
+ "GetRelationalDatabaseParametersResult":{
2332
3015
  "type":"structure",
2333
3016
  "members":{
2334
- "loadBalancers":{"shape":"LoadBalancerList"},
3017
+ "parameters":{"shape":"RelationalDatabaseParameterList"},
2335
3018
  "nextPageToken":{"shape":"string"}
2336
3019
  }
2337
3020
  },
2338
- "GetOperationRequest":{
3021
+ "GetRelationalDatabaseRequest":{
2339
3022
  "type":"structure",
2340
- "required":["operationId"],
3023
+ "required":["relationalDatabaseName"],
2341
3024
  "members":{
2342
- "operationId":{"shape":"NonEmptyString"}
3025
+ "relationalDatabaseName":{"shape":"ResourceName"}
2343
3026
  }
2344
3027
  },
2345
- "GetOperationResult":{
3028
+ "GetRelationalDatabaseResult":{
2346
3029
  "type":"structure",
2347
3030
  "members":{
2348
- "operation":{"shape":"Operation"}
3031
+ "relationalDatabase":{"shape":"RelationalDatabase"}
2349
3032
  }
2350
3033
  },
2351
- "GetOperationsForResourceRequest":{
3034
+ "GetRelationalDatabaseSnapshotRequest":{
2352
3035
  "type":"structure",
2353
- "required":["resourceName"],
3036
+ "required":["relationalDatabaseSnapshotName"],
2354
3037
  "members":{
2355
- "resourceName":{"shape":"ResourceName"},
2356
- "pageToken":{"shape":"string"}
3038
+ "relationalDatabaseSnapshotName":{"shape":"ResourceName"}
2357
3039
  }
2358
3040
  },
2359
- "GetOperationsForResourceResult":{
3041
+ "GetRelationalDatabaseSnapshotResult":{
2360
3042
  "type":"structure",
2361
3043
  "members":{
2362
- "operations":{"shape":"OperationList"},
2363
- "nextPageCount":{
2364
- "shape":"string",
2365
- "deprecated":true
2366
- },
2367
- "nextPageToken":{"shape":"string"}
3044
+ "relationalDatabaseSnapshot":{"shape":"RelationalDatabaseSnapshot"}
2368
3045
  }
2369
3046
  },
2370
- "GetOperationsRequest":{
3047
+ "GetRelationalDatabaseSnapshotsRequest":{
2371
3048
  "type":"structure",
2372
3049
  "members":{
2373
3050
  "pageToken":{"shape":"string"}
2374
3051
  }
2375
3052
  },
2376
- "GetOperationsResult":{
3053
+ "GetRelationalDatabaseSnapshotsResult":{
2377
3054
  "type":"structure",
2378
3055
  "members":{
2379
- "operations":{"shape":"OperationList"},
3056
+ "relationalDatabaseSnapshots":{"shape":"RelationalDatabaseSnapshotList"},
2380
3057
  "nextPageToken":{"shape":"string"}
2381
3058
  }
2382
3059
  },
2383
- "GetRegionsRequest":{
3060
+ "GetRelationalDatabasesRequest":{
2384
3061
  "type":"structure",
2385
3062
  "members":{
2386
- "includeAvailabilityZones":{"shape":"boolean"}
3063
+ "pageToken":{"shape":"string"}
2387
3064
  }
2388
3065
  },
2389
- "GetRegionsResult":{
3066
+ "GetRelationalDatabasesResult":{
2390
3067
  "type":"structure",
2391
3068
  "members":{
2392
- "regions":{"shape":"RegionList"}
3069
+ "relationalDatabases":{"shape":"RelationalDatabaseList"},
3070
+ "nextPageToken":{"shape":"string"}
2393
3071
  }
2394
3072
  },
2395
3073
  "GetStaticIpRequest":{
@@ -2874,6 +3552,17 @@
2874
3552
  "type":"list",
2875
3553
  "member":{"shape":"LoadBalancerTlsCertificateSummary"}
2876
3554
  },
3555
+ "LogEvent":{
3556
+ "type":"structure",
3557
+ "members":{
3558
+ "createdAt":{"shape":"IsoDate"},
3559
+ "message":{"shape":"string"}
3560
+ }
3561
+ },
3562
+ "LogEventList":{
3563
+ "type":"list",
3564
+ "member":{"shape":"LogEvent"}
3565
+ },
2877
3566
  "MetricDatapoint":{
2878
3567
  "type":"structure",
2879
3568
  "members":{
@@ -3084,6 +3773,26 @@
3084
3773
  "operation":{"shape":"Operation"}
3085
3774
  }
3086
3775
  },
3776
+ "PendingMaintenanceAction":{
3777
+ "type":"structure",
3778
+ "members":{
3779
+ "action":{"shape":"NonEmptyString"},
3780
+ "description":{"shape":"NonEmptyString"},
3781
+ "currentApplyDate":{"shape":"IsoDate"}
3782
+ }
3783
+ },
3784
+ "PendingMaintenanceActionList":{
3785
+ "type":"list",
3786
+ "member":{"shape":"PendingMaintenanceAction"}
3787
+ },
3788
+ "PendingModifiedRelationalDatabaseValues":{
3789
+ "type":"structure",
3790
+ "members":{
3791
+ "masterUserPassword":{"shape":"string"},
3792
+ "engineVersion":{"shape":"string"},
3793
+ "backupRetentionEnabled":{"shape":"boolean"}
3794
+ }
3795
+ },
3087
3796
  "Port":{
3088
3797
  "type":"integer",
3089
3798
  "max":65535,
@@ -3149,6 +3858,19 @@
3149
3858
  "operations":{"shape":"OperationList"}
3150
3859
  }
3151
3860
  },
3861
+ "RebootRelationalDatabaseRequest":{
3862
+ "type":"structure",
3863
+ "required":["relationalDatabaseName"],
3864
+ "members":{
3865
+ "relationalDatabaseName":{"shape":"ResourceName"}
3866
+ }
3867
+ },
3868
+ "RebootRelationalDatabaseResult":{
3869
+ "type":"structure",
3870
+ "members":{
3871
+ "operations":{"shape":"OperationList"}
3872
+ }
3873
+ },
3152
3874
  "Region":{
3153
3875
  "type":"structure",
3154
3876
  "members":{
@@ -3156,7 +3878,8 @@
3156
3878
  "description":{"shape":"string"},
3157
3879
  "displayName":{"shape":"string"},
3158
3880
  "name":{"shape":"RegionName"},
3159
- "availabilityZones":{"shape":"AvailabilityZoneList"}
3881
+ "availabilityZones":{"shape":"AvailabilityZoneList"},
3882
+ "relationalDatabaseAvailabilityZones":{"shape":"AvailabilityZoneList"}
3160
3883
  }
3161
3884
  },
3162
3885
  "RegionList":{
@@ -3170,9 +3893,11 @@
3170
3893
  "us-east-2",
3171
3894
  "us-west-1",
3172
3895
  "us-west-2",
3173
- "eu-central-1",
3174
3896
  "eu-west-1",
3175
3897
  "eu-west-2",
3898
+ "eu-west-3",
3899
+ "eu-central-1",
3900
+ "ca-central-1",
3176
3901
  "ap-south-1",
3177
3902
  "ap-southeast-1",
3178
3903
  "ap-southeast-2",
@@ -3180,6 +3905,163 @@
3180
3905
  "ap-northeast-2"
3181
3906
  ]
3182
3907
  },
3908
+ "RelationalDatabase":{
3909
+ "type":"structure",
3910
+ "members":{
3911
+ "name":{"shape":"ResourceName"},
3912
+ "arn":{"shape":"NonEmptyString"},
3913
+ "supportCode":{"shape":"string"},
3914
+ "createdAt":{"shape":"IsoDate"},
3915
+ "location":{"shape":"ResourceLocation"},
3916
+ "resourceType":{"shape":"ResourceType"},
3917
+ "relationalDatabaseBlueprintId":{"shape":"NonEmptyString"},
3918
+ "relationalDatabaseBundleId":{"shape":"NonEmptyString"},
3919
+ "masterDatabaseName":{"shape":"string"},
3920
+ "hardware":{"shape":"RelationalDatabaseHardware"},
3921
+ "state":{"shape":"NonEmptyString"},
3922
+ "secondaryAvailabilityZone":{"shape":"string"},
3923
+ "backupRetentionEnabled":{"shape":"boolean"},
3924
+ "pendingModifiedValues":{"shape":"PendingModifiedRelationalDatabaseValues"},
3925
+ "engine":{"shape":"NonEmptyString"},
3926
+ "engineVersion":{"shape":"NonEmptyString"},
3927
+ "latestRestorableTime":{"shape":"IsoDate"},
3928
+ "masterUsername":{"shape":"NonEmptyString"},
3929
+ "parameterApplyStatus":{"shape":"NonEmptyString"},
3930
+ "preferredBackupWindow":{"shape":"NonEmptyString"},
3931
+ "preferredMaintenanceWindow":{"shape":"NonEmptyString"},
3932
+ "publiclyAccessible":{"shape":"boolean"},
3933
+ "masterEndpoint":{"shape":"RelationalDatabaseEndpoint"},
3934
+ "pendingMaintenanceActions":{"shape":"PendingMaintenanceActionList"}
3935
+ }
3936
+ },
3937
+ "RelationalDatabaseBlueprint":{
3938
+ "type":"structure",
3939
+ "members":{
3940
+ "blueprintId":{"shape":"string"},
3941
+ "engine":{"shape":"RelationalDatabaseEngine"},
3942
+ "engineVersion":{"shape":"string"},
3943
+ "engineDescription":{"shape":"string"},
3944
+ "engineVersionDescription":{"shape":"string"},
3945
+ "isEngineDefault":{"shape":"boolean"}
3946
+ }
3947
+ },
3948
+ "RelationalDatabaseBlueprintList":{
3949
+ "type":"list",
3950
+ "member":{"shape":"RelationalDatabaseBlueprint"}
3951
+ },
3952
+ "RelationalDatabaseBundle":{
3953
+ "type":"structure",
3954
+ "members":{
3955
+ "bundleId":{"shape":"string"},
3956
+ "name":{"shape":"string"},
3957
+ "price":{"shape":"float"},
3958
+ "ramSizeInGb":{"shape":"float"},
3959
+ "diskSizeInGb":{"shape":"integer"},
3960
+ "transferPerMonthInGb":{"shape":"integer"},
3961
+ "cpuCount":{"shape":"integer"},
3962
+ "isEncrypted":{"shape":"boolean"},
3963
+ "isActive":{"shape":"boolean"}
3964
+ }
3965
+ },
3966
+ "RelationalDatabaseBundleList":{
3967
+ "type":"list",
3968
+ "member":{"shape":"RelationalDatabaseBundle"}
3969
+ },
3970
+ "RelationalDatabaseEndpoint":{
3971
+ "type":"structure",
3972
+ "members":{
3973
+ "port":{"shape":"integer"},
3974
+ "address":{"shape":"NonEmptyString"}
3975
+ }
3976
+ },
3977
+ "RelationalDatabaseEngine":{
3978
+ "type":"string",
3979
+ "enum":["mysql"]
3980
+ },
3981
+ "RelationalDatabaseEvent":{
3982
+ "type":"structure",
3983
+ "members":{
3984
+ "resource":{"shape":"ResourceName"},
3985
+ "createdAt":{"shape":"IsoDate"},
3986
+ "message":{"shape":"string"},
3987
+ "eventCategories":{"shape":"StringList"}
3988
+ }
3989
+ },
3990
+ "RelationalDatabaseEventList":{
3991
+ "type":"list",
3992
+ "member":{"shape":"RelationalDatabaseEvent"}
3993
+ },
3994
+ "RelationalDatabaseHardware":{
3995
+ "type":"structure",
3996
+ "members":{
3997
+ "cpuCount":{"shape":"integer"},
3998
+ "diskSizeInGb":{"shape":"integer"},
3999
+ "ramSizeInGb":{"shape":"float"}
4000
+ }
4001
+ },
4002
+ "RelationalDatabaseList":{
4003
+ "type":"list",
4004
+ "member":{"shape":"RelationalDatabase"}
4005
+ },
4006
+ "RelationalDatabaseMetricName":{
4007
+ "type":"string",
4008
+ "enum":[
4009
+ "CPUUtilization",
4010
+ "DatabaseConnections",
4011
+ "DiskQueueDepth",
4012
+ "FreeStorageSpace",
4013
+ "NetworkReceiveThroughput",
4014
+ "NetworkTransmitThroughput"
4015
+ ]
4016
+ },
4017
+ "RelationalDatabaseParameter":{
4018
+ "type":"structure",
4019
+ "members":{
4020
+ "allowedValues":{"shape":"string"},
4021
+ "applyMethod":{"shape":"string"},
4022
+ "applyType":{"shape":"string"},
4023
+ "dataType":{"shape":"string"},
4024
+ "description":{"shape":"string"},
4025
+ "isModifiable":{"shape":"boolean"},
4026
+ "parameterName":{"shape":"string"},
4027
+ "parameterValue":{"shape":"string"}
4028
+ }
4029
+ },
4030
+ "RelationalDatabaseParameterList":{
4031
+ "type":"list",
4032
+ "member":{"shape":"RelationalDatabaseParameter"}
4033
+ },
4034
+ "RelationalDatabasePasswordVersion":{
4035
+ "type":"string",
4036
+ "enum":[
4037
+ "CURRENT",
4038
+ "PREVIOUS",
4039
+ "PENDING"
4040
+ ]
4041
+ },
4042
+ "RelationalDatabaseSnapshot":{
4043
+ "type":"structure",
4044
+ "members":{
4045
+ "name":{"shape":"ResourceName"},
4046
+ "arn":{"shape":"NonEmptyString"},
4047
+ "supportCode":{"shape":"string"},
4048
+ "createdAt":{"shape":"IsoDate"},
4049
+ "location":{"shape":"ResourceLocation"},
4050
+ "resourceType":{"shape":"ResourceType"},
4051
+ "engine":{"shape":"NonEmptyString"},
4052
+ "engineVersion":{"shape":"NonEmptyString"},
4053
+ "sizeInGb":{"shape":"integer"},
4054
+ "state":{"shape":"NonEmptyString"},
4055
+ "fromRelationalDatabaseName":{"shape":"NonEmptyString"},
4056
+ "fromRelationalDatabaseArn":{"shape":"NonEmptyString"},
4057
+ "fromRelationalDatabaseBundleId":{"shape":"string"},
4058
+ "fromRelationalDatabaseBlueprintId":{"shape":"string"}
4059
+ }
4060
+ },
4061
+ "RelationalDatabaseSnapshotList":{
4062
+ "type":"list",
4063
+ "member":{"shape":"RelationalDatabaseSnapshot"}
4064
+ },
3183
4065
  "ReleaseStaticIpRequest":{
3184
4066
  "type":"structure",
3185
4067
  "required":["staticIpName"],
@@ -3220,9 +4102,15 @@
3220
4102
  "LoadBalancer",
3221
4103
  "LoadBalancerTlsCertificate",
3222
4104
  "Disk",
3223
- "DiskSnapshot"
4105
+ "DiskSnapshot",
4106
+ "RelationalDatabase",
4107
+ "RelationalDatabaseSnapshot"
3224
4108
  ]
3225
4109
  },
4110
+ "SensitiveString":{
4111
+ "type":"string",
4112
+ "sensitive":true
4113
+ },
3226
4114
  "ServiceException":{
3227
4115
  "type":"structure",
3228
4116
  "members":{
@@ -3247,6 +4135,19 @@
3247
4135
  "operations":{"shape":"OperationList"}
3248
4136
  }
3249
4137
  },
4138
+ "StartRelationalDatabaseRequest":{
4139
+ "type":"structure",
4140
+ "required":["relationalDatabaseName"],
4141
+ "members":{
4142
+ "relationalDatabaseName":{"shape":"ResourceName"}
4143
+ }
4144
+ },
4145
+ "StartRelationalDatabaseResult":{
4146
+ "type":"structure",
4147
+ "members":{
4148
+ "operations":{"shape":"OperationList"}
4149
+ }
4150
+ },
3250
4151
  "StaticIp":{
3251
4152
  "type":"structure",
3252
4153
  "members":{
@@ -3279,6 +4180,20 @@
3279
4180
  "operations":{"shape":"OperationList"}
3280
4181
  }
3281
4182
  },
4183
+ "StopRelationalDatabaseRequest":{
4184
+ "type":"structure",
4185
+ "required":["relationalDatabaseName"],
4186
+ "members":{
4187
+ "relationalDatabaseName":{"shape":"ResourceName"},
4188
+ "relationalDatabaseSnapshotName":{"shape":"ResourceName"}
4189
+ }
4190
+ },
4191
+ "StopRelationalDatabaseResult":{
4192
+ "type":"structure",
4193
+ "members":{
4194
+ "operations":{"shape":"OperationList"}
4195
+ }
4196
+ },
3282
4197
  "StringList":{
3283
4198
  "type":"list",
3284
4199
  "member":{"shape":"string"}
@@ -3345,6 +4260,44 @@
3345
4260
  "operations":{"shape":"OperationList"}
3346
4261
  }
3347
4262
  },
4263
+ "UpdateRelationalDatabaseParametersRequest":{
4264
+ "type":"structure",
4265
+ "required":[
4266
+ "relationalDatabaseName",
4267
+ "parameters"
4268
+ ],
4269
+ "members":{
4270
+ "relationalDatabaseName":{"shape":"ResourceName"},
4271
+ "parameters":{"shape":"RelationalDatabaseParameterList"}
4272
+ }
4273
+ },
4274
+ "UpdateRelationalDatabaseParametersResult":{
4275
+ "type":"structure",
4276
+ "members":{
4277
+ "operations":{"shape":"OperationList"}
4278
+ }
4279
+ },
4280
+ "UpdateRelationalDatabaseRequest":{
4281
+ "type":"structure",
4282
+ "required":["relationalDatabaseName"],
4283
+ "members":{
4284
+ "relationalDatabaseName":{"shape":"ResourceName"},
4285
+ "masterUserPassword":{"shape":"SensitiveString"},
4286
+ "rotateMasterUserPassword":{"shape":"boolean"},
4287
+ "preferredBackupWindow":{"shape":"string"},
4288
+ "preferredMaintenanceWindow":{"shape":"string"},
4289
+ "enableBackupRetention":{"shape":"boolean"},
4290
+ "disableBackupRetention":{"shape":"boolean"},
4291
+ "publiclyAccessible":{"shape":"boolean"},
4292
+ "applyImmediately":{"shape":"boolean"}
4293
+ }
4294
+ },
4295
+ "UpdateRelationalDatabaseResult":{
4296
+ "type":"structure",
4297
+ "members":{
4298
+ "operations":{"shape":"OperationList"}
4299
+ }
4300
+ },
3348
4301
  "boolean":{"type":"boolean"},
3349
4302
  "double":{"type":"double"},
3350
4303
  "float":{"type":"float"},