aws-sdk 2.624.0 → 2.628.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -1
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.min.json +1 -0
- package/apis/eventbridge-2015-10-07.min.json +8 -5
- package/apis/events-2015-10-07.min.json +8 -5
- package/apis/fsx-2018-03-01.min.json +28 -19
- package/apis/globalaccelerator-2018-08-08.min.json +235 -30
- package/apis/kafka-2018-11-14.min.json +118 -37
- package/apis/lightsail-2016-11-28.min.json +368 -110
- package/apis/outposts-2019-12-03.min.json +44 -0
- package/apis/sagemaker-2017-07-24.min.json +163 -147
- package/apis/securityhub-2018-10-26.min.json +19 -15
- package/apis/snowball-2016-06-30.min.json +36 -13
- package/apis/states-2016-11-23.min.json +3 -0
- package/apis/transcribe-2017-10-26.min.json +23 -2
- package/clients/cloudwatchevents.d.ts +115 -111
- package/clients/docdb.d.ts +5 -5
- package/clients/ec2.d.ts +7 -7
- package/clients/eventbridge.d.ts +117 -113
- package/clients/fsx.d.ts +30 -7
- package/clients/globalaccelerator.d.ts +240 -23
- package/clients/iotevents.d.ts +22 -22
- package/clients/kafka.d.ts +25 -0
- package/clients/lightsail.d.ts +492 -130
- package/clients/outposts.d.ts +26 -0
- package/clients/sagemaker.d.ts +47 -28
- package/clients/secretsmanager.d.ts +7 -1
- package/clients/securityhub.d.ts +31 -25
- package/clients/snowball.d.ts +32 -3
- package/clients/stepfunctions.d.ts +36 -38
- package/clients/transcribeservice.d.ts +33 -5
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +15 -15
- package/dist/aws-sdk.js +13 -9
- package/dist/aws-sdk.min.js +45 -45
- package/lib/core.js +1 -1
- package/lib/s3/managed_upload.js +1 -1
- package/package.json +2 -2
|
@@ -206,6 +206,27 @@
|
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
208
|
},
|
|
209
|
+
"CreateContactMethod": {
|
|
210
|
+
"input": {
|
|
211
|
+
"type": "structure",
|
|
212
|
+
"required": [
|
|
213
|
+
"protocol",
|
|
214
|
+
"contactEndpoint"
|
|
215
|
+
],
|
|
216
|
+
"members": {
|
|
217
|
+
"protocol": {},
|
|
218
|
+
"contactEndpoint": {}
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"output": {
|
|
222
|
+
"type": "structure",
|
|
223
|
+
"members": {
|
|
224
|
+
"operations": {
|
|
225
|
+
"shape": "S4"
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
},
|
|
209
230
|
"CreateDisk": {
|
|
210
231
|
"input": {
|
|
211
232
|
"type": "structure",
|
|
@@ -221,10 +242,10 @@
|
|
|
221
242
|
"type": "integer"
|
|
222
243
|
},
|
|
223
244
|
"tags": {
|
|
224
|
-
"shape": "
|
|
245
|
+
"shape": "S16"
|
|
225
246
|
},
|
|
226
247
|
"addOns": {
|
|
227
|
-
"shape": "
|
|
248
|
+
"shape": "S1a"
|
|
228
249
|
}
|
|
229
250
|
}
|
|
230
251
|
},
|
|
@@ -253,10 +274,10 @@
|
|
|
253
274
|
"type": "integer"
|
|
254
275
|
},
|
|
255
276
|
"tags": {
|
|
256
|
-
"shape": "
|
|
277
|
+
"shape": "S16"
|
|
257
278
|
},
|
|
258
279
|
"addOns": {
|
|
259
|
-
"shape": "
|
|
280
|
+
"shape": "S1a"
|
|
260
281
|
},
|
|
261
282
|
"sourceDiskName": {},
|
|
262
283
|
"restoreDate": {},
|
|
@@ -285,7 +306,7 @@
|
|
|
285
306
|
"diskSnapshotName": {},
|
|
286
307
|
"instanceName": {},
|
|
287
308
|
"tags": {
|
|
288
|
-
"shape": "
|
|
309
|
+
"shape": "S16"
|
|
289
310
|
}
|
|
290
311
|
}
|
|
291
312
|
},
|
|
@@ -307,7 +328,7 @@
|
|
|
307
328
|
"members": {
|
|
308
329
|
"domainName": {},
|
|
309
330
|
"tags": {
|
|
310
|
-
"shape": "
|
|
331
|
+
"shape": "S16"
|
|
311
332
|
}
|
|
312
333
|
}
|
|
313
334
|
},
|
|
@@ -330,7 +351,7 @@
|
|
|
330
351
|
"members": {
|
|
331
352
|
"domainName": {},
|
|
332
353
|
"domainEntry": {
|
|
333
|
-
"shape": "
|
|
354
|
+
"shape": "S1o"
|
|
334
355
|
}
|
|
335
356
|
}
|
|
336
357
|
},
|
|
@@ -354,7 +375,7 @@
|
|
|
354
375
|
"instanceSnapshotName": {},
|
|
355
376
|
"instanceName": {},
|
|
356
377
|
"tags": {
|
|
357
|
-
"shape": "
|
|
378
|
+
"shape": "S16"
|
|
358
379
|
}
|
|
359
380
|
}
|
|
360
381
|
},
|
|
@@ -378,7 +399,7 @@
|
|
|
378
399
|
],
|
|
379
400
|
"members": {
|
|
380
401
|
"instanceNames": {
|
|
381
|
-
"shape": "
|
|
402
|
+
"shape": "S1w"
|
|
382
403
|
},
|
|
383
404
|
"availabilityZone": {},
|
|
384
405
|
"customImageName": {
|
|
@@ -389,10 +410,10 @@
|
|
|
389
410
|
"userData": {},
|
|
390
411
|
"keyPairName": {},
|
|
391
412
|
"tags": {
|
|
392
|
-
"shape": "
|
|
413
|
+
"shape": "S16"
|
|
393
414
|
},
|
|
394
415
|
"addOns": {
|
|
395
|
-
"shape": "
|
|
416
|
+
"shape": "S1a"
|
|
396
417
|
}
|
|
397
418
|
}
|
|
398
419
|
},
|
|
@@ -415,7 +436,7 @@
|
|
|
415
436
|
],
|
|
416
437
|
"members": {
|
|
417
438
|
"instanceNames": {
|
|
418
|
-
"shape": "
|
|
439
|
+
"shape": "S1w"
|
|
419
440
|
},
|
|
420
441
|
"attachedDiskMapping": {
|
|
421
442
|
"type": "map",
|
|
@@ -437,10 +458,10 @@
|
|
|
437
458
|
"userData": {},
|
|
438
459
|
"keyPairName": {},
|
|
439
460
|
"tags": {
|
|
440
|
-
"shape": "
|
|
461
|
+
"shape": "S16"
|
|
441
462
|
},
|
|
442
463
|
"addOns": {
|
|
443
|
-
"shape": "
|
|
464
|
+
"shape": "S1a"
|
|
444
465
|
},
|
|
445
466
|
"sourceInstanceName": {},
|
|
446
467
|
"restoreDate": {},
|
|
@@ -467,7 +488,7 @@
|
|
|
467
488
|
"members": {
|
|
468
489
|
"keyPairName": {},
|
|
469
490
|
"tags": {
|
|
470
|
-
"shape": "
|
|
491
|
+
"shape": "S16"
|
|
471
492
|
}
|
|
472
493
|
}
|
|
473
494
|
},
|
|
@@ -475,7 +496,7 @@
|
|
|
475
496
|
"type": "structure",
|
|
476
497
|
"members": {
|
|
477
498
|
"keyPair": {
|
|
478
|
-
"shape": "
|
|
499
|
+
"shape": "S25"
|
|
479
500
|
},
|
|
480
501
|
"publicKeyBase64": {},
|
|
481
502
|
"privateKeyBase64": {},
|
|
@@ -501,10 +522,10 @@
|
|
|
501
522
|
"certificateName": {},
|
|
502
523
|
"certificateDomainName": {},
|
|
503
524
|
"certificateAlternativeNames": {
|
|
504
|
-
"shape": "
|
|
525
|
+
"shape": "S28"
|
|
505
526
|
},
|
|
506
527
|
"tags": {
|
|
507
|
-
"shape": "
|
|
528
|
+
"shape": "S16"
|
|
508
529
|
}
|
|
509
530
|
}
|
|
510
531
|
},
|
|
@@ -530,10 +551,10 @@
|
|
|
530
551
|
"certificateName": {},
|
|
531
552
|
"certificateDomainName": {},
|
|
532
553
|
"certificateAlternativeNames": {
|
|
533
|
-
"shape": "
|
|
554
|
+
"shape": "S28"
|
|
534
555
|
},
|
|
535
556
|
"tags": {
|
|
536
|
-
"shape": "
|
|
557
|
+
"shape": "S16"
|
|
537
558
|
}
|
|
538
559
|
}
|
|
539
560
|
},
|
|
@@ -564,7 +585,7 @@
|
|
|
564
585
|
"masterDatabaseName": {},
|
|
565
586
|
"masterUsername": {},
|
|
566
587
|
"masterUserPassword": {
|
|
567
|
-
"shape": "
|
|
588
|
+
"shape": "S2d"
|
|
568
589
|
},
|
|
569
590
|
"preferredBackupWindow": {},
|
|
570
591
|
"preferredMaintenanceWindow": {},
|
|
@@ -572,7 +593,7 @@
|
|
|
572
593
|
"type": "boolean"
|
|
573
594
|
},
|
|
574
595
|
"tags": {
|
|
575
|
-
"shape": "
|
|
596
|
+
"shape": "S16"
|
|
576
597
|
}
|
|
577
598
|
}
|
|
578
599
|
},
|
|
@@ -607,7 +628,7 @@
|
|
|
607
628
|
"type": "boolean"
|
|
608
629
|
},
|
|
609
630
|
"tags": {
|
|
610
|
-
"shape": "
|
|
631
|
+
"shape": "S16"
|
|
611
632
|
}
|
|
612
633
|
}
|
|
613
634
|
},
|
|
@@ -631,7 +652,7 @@
|
|
|
631
652
|
"relationalDatabaseName": {},
|
|
632
653
|
"relationalDatabaseSnapshotName": {},
|
|
633
654
|
"tags": {
|
|
634
|
-
"shape": "
|
|
655
|
+
"shape": "S16"
|
|
635
656
|
}
|
|
636
657
|
}
|
|
637
658
|
},
|
|
@@ -644,6 +665,25 @@
|
|
|
644
665
|
}
|
|
645
666
|
}
|
|
646
667
|
},
|
|
668
|
+
"DeleteAlarm": {
|
|
669
|
+
"input": {
|
|
670
|
+
"type": "structure",
|
|
671
|
+
"required": [
|
|
672
|
+
"alarmName"
|
|
673
|
+
],
|
|
674
|
+
"members": {
|
|
675
|
+
"alarmName": {}
|
|
676
|
+
}
|
|
677
|
+
},
|
|
678
|
+
"output": {
|
|
679
|
+
"type": "structure",
|
|
680
|
+
"members": {
|
|
681
|
+
"operations": {
|
|
682
|
+
"shape": "S4"
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
},
|
|
647
687
|
"DeleteAutoSnapshot": {
|
|
648
688
|
"input": {
|
|
649
689
|
"type": "structure",
|
|
@@ -665,6 +705,25 @@
|
|
|
665
705
|
}
|
|
666
706
|
}
|
|
667
707
|
},
|
|
708
|
+
"DeleteContactMethod": {
|
|
709
|
+
"input": {
|
|
710
|
+
"type": "structure",
|
|
711
|
+
"required": [
|
|
712
|
+
"protocol"
|
|
713
|
+
],
|
|
714
|
+
"members": {
|
|
715
|
+
"protocol": {}
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
"output": {
|
|
719
|
+
"type": "structure",
|
|
720
|
+
"members": {
|
|
721
|
+
"operations": {
|
|
722
|
+
"shape": "S4"
|
|
723
|
+
}
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
},
|
|
668
727
|
"DeleteDisk": {
|
|
669
728
|
"input": {
|
|
670
729
|
"type": "structure",
|
|
@@ -735,7 +794,7 @@
|
|
|
735
794
|
"members": {
|
|
736
795
|
"domainName": {},
|
|
737
796
|
"domainEntry": {
|
|
738
|
-
"shape": "
|
|
797
|
+
"shape": "S1o"
|
|
739
798
|
}
|
|
740
799
|
}
|
|
741
800
|
},
|
|
@@ -1017,7 +1076,7 @@
|
|
|
1017
1076
|
"members": {
|
|
1018
1077
|
"resourceName": {},
|
|
1019
1078
|
"addOnRequest": {
|
|
1020
|
-
"shape": "
|
|
1079
|
+
"shape": "S1b"
|
|
1021
1080
|
}
|
|
1022
1081
|
}
|
|
1023
1082
|
},
|
|
@@ -1060,7 +1119,76 @@
|
|
|
1060
1119
|
"type": "structure",
|
|
1061
1120
|
"members": {
|
|
1062
1121
|
"activeNames": {
|
|
1063
|
-
"shape": "
|
|
1122
|
+
"shape": "S1w"
|
|
1123
|
+
},
|
|
1124
|
+
"nextPageToken": {}
|
|
1125
|
+
}
|
|
1126
|
+
}
|
|
1127
|
+
},
|
|
1128
|
+
"GetAlarms": {
|
|
1129
|
+
"input": {
|
|
1130
|
+
"type": "structure",
|
|
1131
|
+
"members": {
|
|
1132
|
+
"alarmName": {},
|
|
1133
|
+
"pageToken": {},
|
|
1134
|
+
"monitoredResourceName": {}
|
|
1135
|
+
}
|
|
1136
|
+
},
|
|
1137
|
+
"output": {
|
|
1138
|
+
"type": "structure",
|
|
1139
|
+
"members": {
|
|
1140
|
+
"alarms": {
|
|
1141
|
+
"type": "list",
|
|
1142
|
+
"member": {
|
|
1143
|
+
"type": "structure",
|
|
1144
|
+
"members": {
|
|
1145
|
+
"name": {},
|
|
1146
|
+
"arn": {},
|
|
1147
|
+
"createdAt": {
|
|
1148
|
+
"type": "timestamp"
|
|
1149
|
+
},
|
|
1150
|
+
"location": {
|
|
1151
|
+
"shape": "S9"
|
|
1152
|
+
},
|
|
1153
|
+
"resourceType": {},
|
|
1154
|
+
"supportCode": {},
|
|
1155
|
+
"monitoredResourceInfo": {
|
|
1156
|
+
"type": "structure",
|
|
1157
|
+
"members": {
|
|
1158
|
+
"arn": {},
|
|
1159
|
+
"name": {},
|
|
1160
|
+
"resourceType": {}
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
1163
|
+
"comparisonOperator": {},
|
|
1164
|
+
"evaluationPeriods": {
|
|
1165
|
+
"type": "integer"
|
|
1166
|
+
},
|
|
1167
|
+
"period": {
|
|
1168
|
+
"type": "integer"
|
|
1169
|
+
},
|
|
1170
|
+
"threshold": {
|
|
1171
|
+
"type": "double"
|
|
1172
|
+
},
|
|
1173
|
+
"datapointsToAlarm": {
|
|
1174
|
+
"type": "integer"
|
|
1175
|
+
},
|
|
1176
|
+
"treatMissingData": {},
|
|
1177
|
+
"statistic": {},
|
|
1178
|
+
"metricName": {},
|
|
1179
|
+
"state": {},
|
|
1180
|
+
"unit": {},
|
|
1181
|
+
"contactProtocols": {
|
|
1182
|
+
"shape": "S48"
|
|
1183
|
+
},
|
|
1184
|
+
"notificationTriggers": {
|
|
1185
|
+
"shape": "S49"
|
|
1186
|
+
},
|
|
1187
|
+
"notificationEnabled": {
|
|
1188
|
+
"type": "boolean"
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
}
|
|
1064
1192
|
},
|
|
1065
1193
|
"nextPageToken": {}
|
|
1066
1194
|
}
|
|
@@ -1240,7 +1368,7 @@
|
|
|
1240
1368
|
}
|
|
1241
1369
|
},
|
|
1242
1370
|
"destinationInfo": {
|
|
1243
|
-
"shape": "
|
|
1371
|
+
"shape": "S51"
|
|
1244
1372
|
}
|
|
1245
1373
|
}
|
|
1246
1374
|
}
|
|
@@ -1249,6 +1377,42 @@
|
|
|
1249
1377
|
}
|
|
1250
1378
|
}
|
|
1251
1379
|
},
|
|
1380
|
+
"GetContactMethods": {
|
|
1381
|
+
"input": {
|
|
1382
|
+
"type": "structure",
|
|
1383
|
+
"members": {
|
|
1384
|
+
"protocols": {
|
|
1385
|
+
"shape": "S48"
|
|
1386
|
+
}
|
|
1387
|
+
}
|
|
1388
|
+
},
|
|
1389
|
+
"output": {
|
|
1390
|
+
"type": "structure",
|
|
1391
|
+
"members": {
|
|
1392
|
+
"contactMethods": {
|
|
1393
|
+
"type": "list",
|
|
1394
|
+
"member": {
|
|
1395
|
+
"type": "structure",
|
|
1396
|
+
"members": {
|
|
1397
|
+
"contactEndpoint": {},
|
|
1398
|
+
"status": {},
|
|
1399
|
+
"protocol": {},
|
|
1400
|
+
"name": {},
|
|
1401
|
+
"arn": {},
|
|
1402
|
+
"createdAt": {
|
|
1403
|
+
"type": "timestamp"
|
|
1404
|
+
},
|
|
1405
|
+
"location": {
|
|
1406
|
+
"shape": "S9"
|
|
1407
|
+
},
|
|
1408
|
+
"resourceType": {},
|
|
1409
|
+
"supportCode": {}
|
|
1410
|
+
}
|
|
1411
|
+
}
|
|
1412
|
+
}
|
|
1413
|
+
}
|
|
1414
|
+
}
|
|
1415
|
+
},
|
|
1252
1416
|
"GetDisk": {
|
|
1253
1417
|
"input": {
|
|
1254
1418
|
"type": "structure",
|
|
@@ -1263,7 +1427,7 @@
|
|
|
1263
1427
|
"type": "structure",
|
|
1264
1428
|
"members": {
|
|
1265
1429
|
"disk": {
|
|
1266
|
-
"shape": "
|
|
1430
|
+
"shape": "S59"
|
|
1267
1431
|
}
|
|
1268
1432
|
}
|
|
1269
1433
|
}
|
|
@@ -1282,7 +1446,7 @@
|
|
|
1282
1446
|
"type": "structure",
|
|
1283
1447
|
"members": {
|
|
1284
1448
|
"diskSnapshot": {
|
|
1285
|
-
"shape": "
|
|
1449
|
+
"shape": "S5f"
|
|
1286
1450
|
}
|
|
1287
1451
|
}
|
|
1288
1452
|
}
|
|
@@ -1300,7 +1464,7 @@
|
|
|
1300
1464
|
"diskSnapshots": {
|
|
1301
1465
|
"type": "list",
|
|
1302
1466
|
"member": {
|
|
1303
|
-
"shape": "
|
|
1467
|
+
"shape": "S5f"
|
|
1304
1468
|
}
|
|
1305
1469
|
},
|
|
1306
1470
|
"nextPageToken": {}
|
|
@@ -1318,7 +1482,7 @@
|
|
|
1318
1482
|
"type": "structure",
|
|
1319
1483
|
"members": {
|
|
1320
1484
|
"disks": {
|
|
1321
|
-
"shape": "
|
|
1485
|
+
"shape": "S5m"
|
|
1322
1486
|
},
|
|
1323
1487
|
"nextPageToken": {}
|
|
1324
1488
|
}
|
|
@@ -1338,7 +1502,7 @@
|
|
|
1338
1502
|
"type": "structure",
|
|
1339
1503
|
"members": {
|
|
1340
1504
|
"domain": {
|
|
1341
|
-
"shape": "
|
|
1505
|
+
"shape": "S5p"
|
|
1342
1506
|
}
|
|
1343
1507
|
}
|
|
1344
1508
|
}
|
|
@@ -1356,7 +1520,7 @@
|
|
|
1356
1520
|
"domains": {
|
|
1357
1521
|
"type": "list",
|
|
1358
1522
|
"member": {
|
|
1359
|
-
"shape": "
|
|
1523
|
+
"shape": "S5p"
|
|
1360
1524
|
}
|
|
1361
1525
|
},
|
|
1362
1526
|
"nextPageToken": {}
|
|
@@ -1433,7 +1597,7 @@
|
|
|
1433
1597
|
}
|
|
1434
1598
|
},
|
|
1435
1599
|
"destinationInfo": {
|
|
1436
|
-
"shape": "
|
|
1600
|
+
"shape": "S51"
|
|
1437
1601
|
}
|
|
1438
1602
|
}
|
|
1439
1603
|
}
|
|
@@ -1456,7 +1620,7 @@
|
|
|
1456
1620
|
"type": "structure",
|
|
1457
1621
|
"members": {
|
|
1458
1622
|
"instance": {
|
|
1459
|
-
"shape": "
|
|
1623
|
+
"shape": "S66"
|
|
1460
1624
|
}
|
|
1461
1625
|
}
|
|
1462
1626
|
}
|
|
@@ -1547,7 +1711,7 @@
|
|
|
1547
1711
|
},
|
|
1548
1712
|
"unit": {},
|
|
1549
1713
|
"statistics": {
|
|
1550
|
-
"shape": "
|
|
1714
|
+
"shape": "S6r"
|
|
1551
1715
|
}
|
|
1552
1716
|
}
|
|
1553
1717
|
},
|
|
@@ -1556,7 +1720,7 @@
|
|
|
1556
1720
|
"members": {
|
|
1557
1721
|
"metricName": {},
|
|
1558
1722
|
"metricData": {
|
|
1559
|
-
"shape": "
|
|
1723
|
+
"shape": "S6t"
|
|
1560
1724
|
}
|
|
1561
1725
|
}
|
|
1562
1726
|
}
|
|
@@ -1607,7 +1771,7 @@
|
|
|
1607
1771
|
"type": "structure",
|
|
1608
1772
|
"members": {
|
|
1609
1773
|
"instanceSnapshot": {
|
|
1610
|
-
"shape": "
|
|
1774
|
+
"shape": "S72"
|
|
1611
1775
|
}
|
|
1612
1776
|
}
|
|
1613
1777
|
}
|
|
@@ -1625,7 +1789,7 @@
|
|
|
1625
1789
|
"instanceSnapshots": {
|
|
1626
1790
|
"type": "list",
|
|
1627
1791
|
"member": {
|
|
1628
|
-
"shape": "
|
|
1792
|
+
"shape": "S72"
|
|
1629
1793
|
}
|
|
1630
1794
|
},
|
|
1631
1795
|
"nextPageToken": {}
|
|
@@ -1646,7 +1810,7 @@
|
|
|
1646
1810
|
"type": "structure",
|
|
1647
1811
|
"members": {
|
|
1648
1812
|
"state": {
|
|
1649
|
-
"shape": "
|
|
1813
|
+
"shape": "S6g"
|
|
1650
1814
|
}
|
|
1651
1815
|
}
|
|
1652
1816
|
}
|
|
@@ -1664,7 +1828,7 @@
|
|
|
1664
1828
|
"instances": {
|
|
1665
1829
|
"type": "list",
|
|
1666
1830
|
"member": {
|
|
1667
|
-
"shape": "
|
|
1831
|
+
"shape": "S66"
|
|
1668
1832
|
}
|
|
1669
1833
|
},
|
|
1670
1834
|
"nextPageToken": {}
|
|
@@ -1685,7 +1849,7 @@
|
|
|
1685
1849
|
"type": "structure",
|
|
1686
1850
|
"members": {
|
|
1687
1851
|
"keyPair": {
|
|
1688
|
-
"shape": "
|
|
1852
|
+
"shape": "S25"
|
|
1689
1853
|
}
|
|
1690
1854
|
}
|
|
1691
1855
|
}
|
|
@@ -1703,7 +1867,7 @@
|
|
|
1703
1867
|
"keyPairs": {
|
|
1704
1868
|
"type": "list",
|
|
1705
1869
|
"member": {
|
|
1706
|
-
"shape": "
|
|
1870
|
+
"shape": "S25"
|
|
1707
1871
|
}
|
|
1708
1872
|
},
|
|
1709
1873
|
"nextPageToken": {}
|
|
@@ -1724,7 +1888,7 @@
|
|
|
1724
1888
|
"type": "structure",
|
|
1725
1889
|
"members": {
|
|
1726
1890
|
"loadBalancer": {
|
|
1727
|
-
"shape": "
|
|
1891
|
+
"shape": "S7j"
|
|
1728
1892
|
}
|
|
1729
1893
|
}
|
|
1730
1894
|
}
|
|
@@ -1755,7 +1919,7 @@
|
|
|
1755
1919
|
},
|
|
1756
1920
|
"unit": {},
|
|
1757
1921
|
"statistics": {
|
|
1758
|
-
"shape": "
|
|
1922
|
+
"shape": "S6r"
|
|
1759
1923
|
}
|
|
1760
1924
|
}
|
|
1761
1925
|
},
|
|
@@ -1764,7 +1928,7 @@
|
|
|
1764
1928
|
"members": {
|
|
1765
1929
|
"metricName": {},
|
|
1766
1930
|
"metricData": {
|
|
1767
|
-
"shape": "
|
|
1931
|
+
"shape": "S6t"
|
|
1768
1932
|
}
|
|
1769
1933
|
}
|
|
1770
1934
|
}
|
|
@@ -1798,7 +1962,7 @@
|
|
|
1798
1962
|
},
|
|
1799
1963
|
"resourceType": {},
|
|
1800
1964
|
"tags": {
|
|
1801
|
-
"shape": "
|
|
1965
|
+
"shape": "S16"
|
|
1802
1966
|
},
|
|
1803
1967
|
"loadBalancerName": {},
|
|
1804
1968
|
"isAttached": {
|
|
@@ -1855,7 +2019,7 @@
|
|
|
1855
2019
|
"signatureAlgorithm": {},
|
|
1856
2020
|
"subject": {},
|
|
1857
2021
|
"subjectAlternativeNames": {
|
|
1858
|
-
"shape": "
|
|
2022
|
+
"shape": "S1w"
|
|
1859
2023
|
}
|
|
1860
2024
|
}
|
|
1861
2025
|
}
|
|
@@ -1876,7 +2040,7 @@
|
|
|
1876
2040
|
"loadBalancers": {
|
|
1877
2041
|
"type": "list",
|
|
1878
2042
|
"member": {
|
|
1879
|
-
"shape": "
|
|
2043
|
+
"shape": "S7j"
|
|
1880
2044
|
}
|
|
1881
2045
|
},
|
|
1882
2046
|
"nextPageToken": {}
|
|
@@ -1968,10 +2132,10 @@
|
|
|
1968
2132
|
"displayName": {},
|
|
1969
2133
|
"name": {},
|
|
1970
2134
|
"availabilityZones": {
|
|
1971
|
-
"shape": "
|
|
2135
|
+
"shape": "S8p"
|
|
1972
2136
|
},
|
|
1973
2137
|
"relationalDatabaseAvailabilityZones": {
|
|
1974
|
-
"shape": "
|
|
2138
|
+
"shape": "S8p"
|
|
1975
2139
|
}
|
|
1976
2140
|
}
|
|
1977
2141
|
}
|
|
@@ -1993,7 +2157,7 @@
|
|
|
1993
2157
|
"type": "structure",
|
|
1994
2158
|
"members": {
|
|
1995
2159
|
"relationalDatabase": {
|
|
1996
|
-
"shape": "
|
|
2160
|
+
"shape": "S8t"
|
|
1997
2161
|
}
|
|
1998
2162
|
}
|
|
1999
2163
|
}
|
|
@@ -2101,7 +2265,7 @@
|
|
|
2101
2265
|
},
|
|
2102
2266
|
"message": {},
|
|
2103
2267
|
"eventCategories": {
|
|
2104
|
-
"shape": "
|
|
2268
|
+
"shape": "S1w"
|
|
2105
2269
|
}
|
|
2106
2270
|
}
|
|
2107
2271
|
}
|
|
@@ -2166,7 +2330,7 @@
|
|
|
2166
2330
|
"type": "structure",
|
|
2167
2331
|
"members": {
|
|
2168
2332
|
"logStreams": {
|
|
2169
|
-
"shape": "
|
|
2333
|
+
"shape": "S1w"
|
|
2170
2334
|
}
|
|
2171
2335
|
}
|
|
2172
2336
|
}
|
|
@@ -2186,7 +2350,7 @@
|
|
|
2186
2350
|
"type": "structure",
|
|
2187
2351
|
"members": {
|
|
2188
2352
|
"masterUserPassword": {
|
|
2189
|
-
"shape": "
|
|
2353
|
+
"shape": "S2d"
|
|
2190
2354
|
},
|
|
2191
2355
|
"createdAt": {
|
|
2192
2356
|
"type": "timestamp"
|
|
@@ -2220,7 +2384,7 @@
|
|
|
2220
2384
|
},
|
|
2221
2385
|
"unit": {},
|
|
2222
2386
|
"statistics": {
|
|
2223
|
-
"shape": "
|
|
2387
|
+
"shape": "S6r"
|
|
2224
2388
|
}
|
|
2225
2389
|
}
|
|
2226
2390
|
},
|
|
@@ -2229,7 +2393,7 @@
|
|
|
2229
2393
|
"members": {
|
|
2230
2394
|
"metricName": {},
|
|
2231
2395
|
"metricData": {
|
|
2232
|
-
"shape": "
|
|
2396
|
+
"shape": "S6t"
|
|
2233
2397
|
}
|
|
2234
2398
|
}
|
|
2235
2399
|
}
|
|
@@ -2249,7 +2413,7 @@
|
|
|
2249
2413
|
"type": "structure",
|
|
2250
2414
|
"members": {
|
|
2251
2415
|
"parameters": {
|
|
2252
|
-
"shape": "
|
|
2416
|
+
"shape": "S9q"
|
|
2253
2417
|
},
|
|
2254
2418
|
"nextPageToken": {}
|
|
2255
2419
|
}
|
|
@@ -2269,7 +2433,7 @@
|
|
|
2269
2433
|
"type": "structure",
|
|
2270
2434
|
"members": {
|
|
2271
2435
|
"relationalDatabaseSnapshot": {
|
|
2272
|
-
"shape": "
|
|
2436
|
+
"shape": "S9u"
|
|
2273
2437
|
}
|
|
2274
2438
|
}
|
|
2275
2439
|
}
|
|
@@ -2287,7 +2451,7 @@
|
|
|
2287
2451
|
"relationalDatabaseSnapshots": {
|
|
2288
2452
|
"type": "list",
|
|
2289
2453
|
"member": {
|
|
2290
|
-
"shape": "
|
|
2454
|
+
"shape": "S9u"
|
|
2291
2455
|
}
|
|
2292
2456
|
},
|
|
2293
2457
|
"nextPageToken": {}
|
|
@@ -2307,7 +2471,7 @@
|
|
|
2307
2471
|
"relationalDatabases": {
|
|
2308
2472
|
"type": "list",
|
|
2309
2473
|
"member": {
|
|
2310
|
-
"shape": "
|
|
2474
|
+
"shape": "S8t"
|
|
2311
2475
|
}
|
|
2312
2476
|
},
|
|
2313
2477
|
"nextPageToken": {}
|
|
@@ -2328,7 +2492,7 @@
|
|
|
2328
2492
|
"type": "structure",
|
|
2329
2493
|
"members": {
|
|
2330
2494
|
"staticIp": {
|
|
2331
|
-
"shape": "
|
|
2495
|
+
"shape": "Sa3"
|
|
2332
2496
|
}
|
|
2333
2497
|
}
|
|
2334
2498
|
}
|
|
@@ -2346,7 +2510,7 @@
|
|
|
2346
2510
|
"staticIps": {
|
|
2347
2511
|
"type": "list",
|
|
2348
2512
|
"member": {
|
|
2349
|
-
"shape": "
|
|
2513
|
+
"shape": "Sa3"
|
|
2350
2514
|
}
|
|
2351
2515
|
},
|
|
2352
2516
|
"nextPageToken": {}
|
|
@@ -2425,6 +2589,52 @@
|
|
|
2425
2589
|
}
|
|
2426
2590
|
}
|
|
2427
2591
|
},
|
|
2592
|
+
"PutAlarm": {
|
|
2593
|
+
"input": {
|
|
2594
|
+
"type": "structure",
|
|
2595
|
+
"required": [
|
|
2596
|
+
"alarmName",
|
|
2597
|
+
"metricName",
|
|
2598
|
+
"monitoredResourceName",
|
|
2599
|
+
"comparisonOperator",
|
|
2600
|
+
"threshold",
|
|
2601
|
+
"evaluationPeriods"
|
|
2602
|
+
],
|
|
2603
|
+
"members": {
|
|
2604
|
+
"alarmName": {},
|
|
2605
|
+
"metricName": {},
|
|
2606
|
+
"monitoredResourceName": {},
|
|
2607
|
+
"comparisonOperator": {},
|
|
2608
|
+
"threshold": {
|
|
2609
|
+
"type": "double"
|
|
2610
|
+
},
|
|
2611
|
+
"evaluationPeriods": {
|
|
2612
|
+
"type": "integer"
|
|
2613
|
+
},
|
|
2614
|
+
"datapointsToAlarm": {
|
|
2615
|
+
"type": "integer"
|
|
2616
|
+
},
|
|
2617
|
+
"treatMissingData": {},
|
|
2618
|
+
"contactProtocols": {
|
|
2619
|
+
"shape": "S48"
|
|
2620
|
+
},
|
|
2621
|
+
"notificationTriggers": {
|
|
2622
|
+
"shape": "S49"
|
|
2623
|
+
},
|
|
2624
|
+
"notificationEnabled": {
|
|
2625
|
+
"type": "boolean"
|
|
2626
|
+
}
|
|
2627
|
+
}
|
|
2628
|
+
},
|
|
2629
|
+
"output": {
|
|
2630
|
+
"type": "structure",
|
|
2631
|
+
"members": {
|
|
2632
|
+
"operations": {
|
|
2633
|
+
"shape": "S4"
|
|
2634
|
+
}
|
|
2635
|
+
}
|
|
2636
|
+
}
|
|
2637
|
+
},
|
|
2428
2638
|
"PutInstancePublicPorts": {
|
|
2429
2639
|
"input": {
|
|
2430
2640
|
"type": "structure",
|
|
@@ -2508,6 +2718,25 @@
|
|
|
2508
2718
|
}
|
|
2509
2719
|
}
|
|
2510
2720
|
},
|
|
2721
|
+
"SendContactMethodVerification": {
|
|
2722
|
+
"input": {
|
|
2723
|
+
"type": "structure",
|
|
2724
|
+
"required": [
|
|
2725
|
+
"protocol"
|
|
2726
|
+
],
|
|
2727
|
+
"members": {
|
|
2728
|
+
"protocol": {}
|
|
2729
|
+
}
|
|
2730
|
+
},
|
|
2731
|
+
"output": {
|
|
2732
|
+
"type": "structure",
|
|
2733
|
+
"members": {
|
|
2734
|
+
"operations": {
|
|
2735
|
+
"shape": "S4"
|
|
2736
|
+
}
|
|
2737
|
+
}
|
|
2738
|
+
}
|
|
2739
|
+
},
|
|
2511
2740
|
"StartInstance": {
|
|
2512
2741
|
"input": {
|
|
2513
2742
|
"type": "structure",
|
|
@@ -2599,7 +2828,7 @@
|
|
|
2599
2828
|
"resourceName": {},
|
|
2600
2829
|
"resourceArn": {},
|
|
2601
2830
|
"tags": {
|
|
2602
|
-
"shape": "
|
|
2831
|
+
"shape": "S16"
|
|
2603
2832
|
}
|
|
2604
2833
|
}
|
|
2605
2834
|
},
|
|
@@ -2612,6 +2841,27 @@
|
|
|
2612
2841
|
}
|
|
2613
2842
|
}
|
|
2614
2843
|
},
|
|
2844
|
+
"TestAlarm": {
|
|
2845
|
+
"input": {
|
|
2846
|
+
"type": "structure",
|
|
2847
|
+
"required": [
|
|
2848
|
+
"alarmName",
|
|
2849
|
+
"state"
|
|
2850
|
+
],
|
|
2851
|
+
"members": {
|
|
2852
|
+
"alarmName": {},
|
|
2853
|
+
"state": {}
|
|
2854
|
+
}
|
|
2855
|
+
},
|
|
2856
|
+
"output": {
|
|
2857
|
+
"type": "structure",
|
|
2858
|
+
"members": {
|
|
2859
|
+
"operations": {
|
|
2860
|
+
"shape": "S4"
|
|
2861
|
+
}
|
|
2862
|
+
}
|
|
2863
|
+
}
|
|
2864
|
+
},
|
|
2615
2865
|
"UnpeerVpc": {
|
|
2616
2866
|
"input": {
|
|
2617
2867
|
"type": "structure",
|
|
@@ -2661,7 +2911,7 @@
|
|
|
2661
2911
|
"members": {
|
|
2662
2912
|
"domainName": {},
|
|
2663
2913
|
"domainEntry": {
|
|
2664
|
-
"shape": "
|
|
2914
|
+
"shape": "S1o"
|
|
2665
2915
|
}
|
|
2666
2916
|
}
|
|
2667
2917
|
},
|
|
@@ -2706,7 +2956,7 @@
|
|
|
2706
2956
|
"members": {
|
|
2707
2957
|
"relationalDatabaseName": {},
|
|
2708
2958
|
"masterUserPassword": {
|
|
2709
|
-
"shape": "
|
|
2959
|
+
"shape": "S2d"
|
|
2710
2960
|
},
|
|
2711
2961
|
"rotateMasterUserPassword": {
|
|
2712
2962
|
"type": "boolean"
|
|
@@ -2747,7 +2997,7 @@
|
|
|
2747
2997
|
"members": {
|
|
2748
2998
|
"relationalDatabaseName": {},
|
|
2749
2999
|
"parameters": {
|
|
2750
|
-
"shape": "
|
|
3000
|
+
"shape": "S9q"
|
|
2751
3001
|
}
|
|
2752
3002
|
}
|
|
2753
3003
|
},
|
|
@@ -2816,7 +3066,7 @@
|
|
|
2816
3066
|
"protocol": {}
|
|
2817
3067
|
}
|
|
2818
3068
|
},
|
|
2819
|
-
"
|
|
3069
|
+
"S16": {
|
|
2820
3070
|
"type": "list",
|
|
2821
3071
|
"member": {
|
|
2822
3072
|
"type": "structure",
|
|
@@ -2826,13 +3076,13 @@
|
|
|
2826
3076
|
}
|
|
2827
3077
|
}
|
|
2828
3078
|
},
|
|
2829
|
-
"
|
|
3079
|
+
"S1a": {
|
|
2830
3080
|
"type": "list",
|
|
2831
3081
|
"member": {
|
|
2832
|
-
"shape": "
|
|
3082
|
+
"shape": "S1b"
|
|
2833
3083
|
}
|
|
2834
3084
|
},
|
|
2835
|
-
"
|
|
3085
|
+
"S1b": {
|
|
2836
3086
|
"type": "structure",
|
|
2837
3087
|
"required": [
|
|
2838
3088
|
"addOnType"
|
|
@@ -2847,7 +3097,7 @@
|
|
|
2847
3097
|
}
|
|
2848
3098
|
}
|
|
2849
3099
|
},
|
|
2850
|
-
"
|
|
3100
|
+
"S1o": {
|
|
2851
3101
|
"type": "structure",
|
|
2852
3102
|
"members": {
|
|
2853
3103
|
"id": {},
|
|
@@ -2865,11 +3115,11 @@
|
|
|
2865
3115
|
}
|
|
2866
3116
|
}
|
|
2867
3117
|
},
|
|
2868
|
-
"
|
|
3118
|
+
"S1w": {
|
|
2869
3119
|
"type": "list",
|
|
2870
3120
|
"member": {}
|
|
2871
3121
|
},
|
|
2872
|
-
"
|
|
3122
|
+
"S25": {
|
|
2873
3123
|
"type": "structure",
|
|
2874
3124
|
"members": {
|
|
2875
3125
|
"name": {},
|
|
@@ -2883,27 +3133,35 @@
|
|
|
2883
3133
|
},
|
|
2884
3134
|
"resourceType": {},
|
|
2885
3135
|
"tags": {
|
|
2886
|
-
"shape": "
|
|
3136
|
+
"shape": "S16"
|
|
2887
3137
|
},
|
|
2888
3138
|
"fingerprint": {}
|
|
2889
3139
|
}
|
|
2890
3140
|
},
|
|
2891
|
-
"
|
|
3141
|
+
"S28": {
|
|
2892
3142
|
"type": "list",
|
|
2893
3143
|
"member": {}
|
|
2894
3144
|
},
|
|
2895
|
-
"
|
|
3145
|
+
"S2d": {
|
|
2896
3146
|
"type": "string",
|
|
2897
3147
|
"sensitive": true
|
|
2898
3148
|
},
|
|
2899
|
-
"
|
|
3149
|
+
"S48": {
|
|
3150
|
+
"type": "list",
|
|
3151
|
+
"member": {}
|
|
3152
|
+
},
|
|
3153
|
+
"S49": {
|
|
3154
|
+
"type": "list",
|
|
3155
|
+
"member": {}
|
|
3156
|
+
},
|
|
3157
|
+
"S51": {
|
|
2900
3158
|
"type": "structure",
|
|
2901
3159
|
"members": {
|
|
2902
3160
|
"id": {},
|
|
2903
3161
|
"service": {}
|
|
2904
3162
|
}
|
|
2905
3163
|
},
|
|
2906
|
-
"
|
|
3164
|
+
"S59": {
|
|
2907
3165
|
"type": "structure",
|
|
2908
3166
|
"members": {
|
|
2909
3167
|
"name": {},
|
|
@@ -2917,10 +3175,10 @@
|
|
|
2917
3175
|
},
|
|
2918
3176
|
"resourceType": {},
|
|
2919
3177
|
"tags": {
|
|
2920
|
-
"shape": "
|
|
3178
|
+
"shape": "S16"
|
|
2921
3179
|
},
|
|
2922
3180
|
"addOns": {
|
|
2923
|
-
"shape": "
|
|
3181
|
+
"shape": "S5a"
|
|
2924
3182
|
},
|
|
2925
3183
|
"sizeInGb": {
|
|
2926
3184
|
"type": "integer"
|
|
@@ -2946,7 +3204,7 @@
|
|
|
2946
3204
|
}
|
|
2947
3205
|
}
|
|
2948
3206
|
},
|
|
2949
|
-
"
|
|
3207
|
+
"S5a": {
|
|
2950
3208
|
"type": "list",
|
|
2951
3209
|
"member": {
|
|
2952
3210
|
"type": "structure",
|
|
@@ -2958,7 +3216,7 @@
|
|
|
2958
3216
|
}
|
|
2959
3217
|
}
|
|
2960
3218
|
},
|
|
2961
|
-
"
|
|
3219
|
+
"S5f": {
|
|
2962
3220
|
"type": "structure",
|
|
2963
3221
|
"members": {
|
|
2964
3222
|
"name": {},
|
|
@@ -2972,7 +3230,7 @@
|
|
|
2972
3230
|
},
|
|
2973
3231
|
"resourceType": {},
|
|
2974
3232
|
"tags": {
|
|
2975
|
-
"shape": "
|
|
3233
|
+
"shape": "S16"
|
|
2976
3234
|
},
|
|
2977
3235
|
"sizeInGb": {
|
|
2978
3236
|
"type": "integer"
|
|
@@ -2988,13 +3246,13 @@
|
|
|
2988
3246
|
}
|
|
2989
3247
|
}
|
|
2990
3248
|
},
|
|
2991
|
-
"
|
|
3249
|
+
"S5m": {
|
|
2992
3250
|
"type": "list",
|
|
2993
3251
|
"member": {
|
|
2994
|
-
"shape": "
|
|
3252
|
+
"shape": "S59"
|
|
2995
3253
|
}
|
|
2996
3254
|
},
|
|
2997
|
-
"
|
|
3255
|
+
"S5p": {
|
|
2998
3256
|
"type": "structure",
|
|
2999
3257
|
"members": {
|
|
3000
3258
|
"name": {},
|
|
@@ -3008,17 +3266,17 @@
|
|
|
3008
3266
|
},
|
|
3009
3267
|
"resourceType": {},
|
|
3010
3268
|
"tags": {
|
|
3011
|
-
"shape": "
|
|
3269
|
+
"shape": "S16"
|
|
3012
3270
|
},
|
|
3013
3271
|
"domainEntries": {
|
|
3014
3272
|
"type": "list",
|
|
3015
3273
|
"member": {
|
|
3016
|
-
"shape": "
|
|
3274
|
+
"shape": "S1o"
|
|
3017
3275
|
}
|
|
3018
3276
|
}
|
|
3019
3277
|
}
|
|
3020
3278
|
},
|
|
3021
|
-
"
|
|
3279
|
+
"S66": {
|
|
3022
3280
|
"type": "structure",
|
|
3023
3281
|
"members": {
|
|
3024
3282
|
"name": {},
|
|
@@ -3032,13 +3290,13 @@
|
|
|
3032
3290
|
},
|
|
3033
3291
|
"resourceType": {},
|
|
3034
3292
|
"tags": {
|
|
3035
|
-
"shape": "
|
|
3293
|
+
"shape": "S16"
|
|
3036
3294
|
},
|
|
3037
3295
|
"blueprintId": {},
|
|
3038
3296
|
"blueprintName": {},
|
|
3039
3297
|
"bundleId": {},
|
|
3040
3298
|
"addOns": {
|
|
3041
|
-
"shape": "
|
|
3299
|
+
"shape": "S5a"
|
|
3042
3300
|
},
|
|
3043
3301
|
"isStaticIp": {
|
|
3044
3302
|
"type": "boolean"
|
|
@@ -3053,7 +3311,7 @@
|
|
|
3053
3311
|
"type": "integer"
|
|
3054
3312
|
},
|
|
3055
3313
|
"disks": {
|
|
3056
|
-
"shape": "
|
|
3314
|
+
"shape": "S5m"
|
|
3057
3315
|
},
|
|
3058
3316
|
"ramSizeInGb": {
|
|
3059
3317
|
"type": "float"
|
|
@@ -3093,13 +3351,13 @@
|
|
|
3093
3351
|
}
|
|
3094
3352
|
},
|
|
3095
3353
|
"state": {
|
|
3096
|
-
"shape": "
|
|
3354
|
+
"shape": "S6g"
|
|
3097
3355
|
},
|
|
3098
3356
|
"username": {},
|
|
3099
3357
|
"sshKeyName": {}
|
|
3100
3358
|
}
|
|
3101
3359
|
},
|
|
3102
|
-
"
|
|
3360
|
+
"S6g": {
|
|
3103
3361
|
"type": "structure",
|
|
3104
3362
|
"members": {
|
|
3105
3363
|
"code": {
|
|
@@ -3108,11 +3366,11 @@
|
|
|
3108
3366
|
"name": {}
|
|
3109
3367
|
}
|
|
3110
3368
|
},
|
|
3111
|
-
"
|
|
3369
|
+
"S6r": {
|
|
3112
3370
|
"type": "list",
|
|
3113
3371
|
"member": {}
|
|
3114
3372
|
},
|
|
3115
|
-
"
|
|
3373
|
+
"S6t": {
|
|
3116
3374
|
"type": "list",
|
|
3117
3375
|
"member": {
|
|
3118
3376
|
"type": "structure",
|
|
@@ -3139,7 +3397,7 @@
|
|
|
3139
3397
|
}
|
|
3140
3398
|
}
|
|
3141
3399
|
},
|
|
3142
|
-
"
|
|
3400
|
+
"S72": {
|
|
3143
3401
|
"type": "structure",
|
|
3144
3402
|
"members": {
|
|
3145
3403
|
"name": {},
|
|
@@ -3153,12 +3411,12 @@
|
|
|
3153
3411
|
},
|
|
3154
3412
|
"resourceType": {},
|
|
3155
3413
|
"tags": {
|
|
3156
|
-
"shape": "
|
|
3414
|
+
"shape": "S16"
|
|
3157
3415
|
},
|
|
3158
3416
|
"state": {},
|
|
3159
3417
|
"progress": {},
|
|
3160
3418
|
"fromAttachedDisks": {
|
|
3161
|
-
"shape": "
|
|
3419
|
+
"shape": "S5m"
|
|
3162
3420
|
},
|
|
3163
3421
|
"fromInstanceName": {},
|
|
3164
3422
|
"fromInstanceArn": {},
|
|
@@ -3172,7 +3430,7 @@
|
|
|
3172
3430
|
}
|
|
3173
3431
|
}
|
|
3174
3432
|
},
|
|
3175
|
-
"
|
|
3433
|
+
"S7j": {
|
|
3176
3434
|
"type": "structure",
|
|
3177
3435
|
"members": {
|
|
3178
3436
|
"name": {},
|
|
@@ -3186,7 +3444,7 @@
|
|
|
3186
3444
|
},
|
|
3187
3445
|
"resourceType": {},
|
|
3188
3446
|
"tags": {
|
|
3189
|
-
"shape": "
|
|
3447
|
+
"shape": "S16"
|
|
3190
3448
|
},
|
|
3191
3449
|
"dnsName": {},
|
|
3192
3450
|
"state": {},
|
|
@@ -3231,7 +3489,7 @@
|
|
|
3231
3489
|
}
|
|
3232
3490
|
}
|
|
3233
3491
|
},
|
|
3234
|
-
"
|
|
3492
|
+
"S8p": {
|
|
3235
3493
|
"type": "list",
|
|
3236
3494
|
"member": {
|
|
3237
3495
|
"type": "structure",
|
|
@@ -3241,7 +3499,7 @@
|
|
|
3241
3499
|
}
|
|
3242
3500
|
}
|
|
3243
3501
|
},
|
|
3244
|
-
"
|
|
3502
|
+
"S8t": {
|
|
3245
3503
|
"type": "structure",
|
|
3246
3504
|
"members": {
|
|
3247
3505
|
"name": {},
|
|
@@ -3255,7 +3513,7 @@
|
|
|
3255
3513
|
},
|
|
3256
3514
|
"resourceType": {},
|
|
3257
3515
|
"tags": {
|
|
3258
|
-
"shape": "
|
|
3516
|
+
"shape": "S16"
|
|
3259
3517
|
},
|
|
3260
3518
|
"relationalDatabaseBlueprintId": {},
|
|
3261
3519
|
"relationalDatabaseBundleId": {},
|
|
@@ -3326,7 +3584,7 @@
|
|
|
3326
3584
|
"caCertificateIdentifier": {}
|
|
3327
3585
|
}
|
|
3328
3586
|
},
|
|
3329
|
-
"
|
|
3587
|
+
"S9q": {
|
|
3330
3588
|
"type": "list",
|
|
3331
3589
|
"member": {
|
|
3332
3590
|
"type": "structure",
|
|
@@ -3344,7 +3602,7 @@
|
|
|
3344
3602
|
}
|
|
3345
3603
|
}
|
|
3346
3604
|
},
|
|
3347
|
-
"
|
|
3605
|
+
"S9u": {
|
|
3348
3606
|
"type": "structure",
|
|
3349
3607
|
"members": {
|
|
3350
3608
|
"name": {},
|
|
@@ -3358,7 +3616,7 @@
|
|
|
3358
3616
|
},
|
|
3359
3617
|
"resourceType": {},
|
|
3360
3618
|
"tags": {
|
|
3361
|
-
"shape": "
|
|
3619
|
+
"shape": "S16"
|
|
3362
3620
|
},
|
|
3363
3621
|
"engine": {},
|
|
3364
3622
|
"engineVersion": {},
|
|
@@ -3372,7 +3630,7 @@
|
|
|
3372
3630
|
"fromRelationalDatabaseBlueprintId": {}
|
|
3373
3631
|
}
|
|
3374
3632
|
},
|
|
3375
|
-
"
|
|
3633
|
+
"Sa3": {
|
|
3376
3634
|
"type": "structure",
|
|
3377
3635
|
"members": {
|
|
3378
3636
|
"name": {},
|