aws-sdk 2.768.0 → 2.772.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.
Files changed (64) hide show
  1. package/CHANGELOG.md +40 -1
  2. package/README.md +1 -1
  3. package/apis/accessanalyzer-2019-11-01.min.json +70 -48
  4. package/apis/amplify-2017-07-25.min.json +58 -46
  5. package/apis/budgets-2016-10-20.min.json +411 -0
  6. package/apis/budgets-2016-10-20.paginators.json +18 -0
  7. package/apis/ce-2017-10-25.min.json +119 -87
  8. package/apis/dms-2016-01-01.min.json +15 -3
  9. package/apis/ec2-2016-11-15.min.json +33 -7
  10. package/apis/elasticache-2015-02-02.min.json +425 -106
  11. package/apis/elasticache-2015-02-02.paginators.json +12 -0
  12. package/apis/eventbridge-2015-10-07.min.json +20 -3
  13. package/apis/events-2015-10-07.min.json +20 -3
  14. package/apis/groundstation-2019-05-23.min.json +1 -0
  15. package/apis/iot-2015-05-28.min.json +4 -1
  16. package/apis/macie2-2020-01-01.min.json +159 -22
  17. package/apis/medialive-2017-10-14.min.json +366 -194
  18. package/apis/mediapackage-2017-10-12.min.json +214 -93
  19. package/apis/rds-2014-10-31.min.json +20 -2
  20. package/apis/rekognition-2016-06-27.min.json +206 -76
  21. package/apis/servicecatalog-2015-12-10.min.json +60 -30
  22. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  23. package/apis/snowball-2016-06-30.min.json +61 -9
  24. package/apis/ssm-2014-11-06.min.json +147 -126
  25. package/apis/transfer-2018-11-05.min.json +32 -28
  26. package/apis/workmail-2017-10-01.min.json +93 -30
  27. package/apis/xray-2016-04-12.min.json +11 -5
  28. package/apis/xray-2016-04-12.paginators.json +0 -15
  29. package/clients/accessanalyzer.d.ts +26 -4
  30. package/clients/amplify.d.ts +17 -0
  31. package/clients/budgets.d.ts +358 -0
  32. package/clients/cloudwatchevents.d.ts +27 -0
  33. package/clients/computeoptimizer.d.ts +15 -15
  34. package/clients/costexplorer.d.ts +64 -12
  35. package/clients/dms.d.ts +26 -2
  36. package/clients/ec2.d.ts +28 -8
  37. package/clients/eks.d.ts +2 -2
  38. package/clients/elasticache.d.ts +416 -4
  39. package/clients/eventbridge.d.ts +27 -0
  40. package/clients/glue.d.ts +1 -1
  41. package/clients/groundstation.d.ts +5 -1
  42. package/clients/iot.d.ts +10 -6
  43. package/clients/macie2.d.ts +182 -62
  44. package/clients/medialive.d.ts +206 -4
  45. package/clients/mediapackage.d.ts +58 -0
  46. package/clients/rds.d.ts +26 -14
  47. package/clients/rekognition.d.ts +155 -14
  48. package/clients/sagemaker.d.ts +5 -5
  49. package/clients/servicecatalog.d.ts +66 -21
  50. package/clients/snowball.d.ts +122 -52
  51. package/clients/sns.d.ts +1 -1
  52. package/clients/ssm.d.ts +63 -11
  53. package/clients/transfer.d.ts +77 -71
  54. package/clients/workmail.d.ts +91 -1
  55. package/clients/workspaces.d.ts +12 -12
  56. package/clients/xray.d.ts +29 -21
  57. package/dist/aws-sdk-core-react-native.js +1 -1
  58. package/dist/aws-sdk-react-native.js +27 -27
  59. package/dist/aws-sdk.js +1087 -483
  60. package/dist/aws-sdk.min.js +78 -78
  61. package/lib/config-base.d.ts +3 -0
  62. package/lib/core.d.ts +1 -1
  63. package/lib/core.js +1 -1
  64. package/package.json +1 -1
@@ -338,6 +338,9 @@
338
338
  },
339
339
  "Output": {
340
340
  "shape": "S12"
341
+ },
342
+ "Validation": {
343
+ "shape": "S2f"
341
344
  }
342
345
  }
343
346
  },
@@ -349,6 +352,9 @@
349
352
  },
350
353
  "Output": {
351
354
  "shape": "S16"
355
+ },
356
+ "Validation": {
357
+ "shape": "S2f"
352
358
  }
353
359
  }
354
360
  },
@@ -367,6 +373,9 @@
367
373
  }
368
374
  }
369
375
  }
376
+ },
377
+ "ManifestSummary": {
378
+ "shape": "S15"
370
379
  }
371
380
  }
372
381
  }
@@ -474,7 +483,7 @@
474
483
  "type": "float"
475
484
  },
476
485
  "Geometry": {
477
- "shape": "S2u"
486
+ "shape": "S2v"
478
487
  }
479
488
  }
480
489
  }
@@ -493,7 +502,7 @@
493
502
  "shape": "S2"
494
503
  },
495
504
  "Attributes": {
496
- "shape": "S2y"
505
+ "shape": "S2z"
497
506
  }
498
507
  }
499
508
  },
@@ -503,7 +512,7 @@
503
512
  "FaceDetails": {
504
513
  "type": "list",
505
514
  "member": {
506
- "shape": "S32"
515
+ "shape": "S33"
507
516
  }
508
517
  },
509
518
  "OrientationCorrection": {}
@@ -534,7 +543,7 @@
534
543
  "Labels": {
535
544
  "type": "list",
536
545
  "member": {
537
- "shape": "S3j"
546
+ "shape": "S3k"
538
547
  }
539
548
  },
540
549
  "OrientationCorrection": {},
@@ -583,7 +592,7 @@
583
592
  "ModerationLabels": {
584
593
  "type": "list",
585
594
  "member": {
586
- "shape": "S3x"
595
+ "shape": "S3y"
587
596
  }
588
597
  },
589
598
  "ModerationModelVersion": {},
@@ -603,6 +612,110 @@
603
612
  }
604
613
  }
605
614
  },
615
+ "DetectProtectiveEquipment": {
616
+ "input": {
617
+ "type": "structure",
618
+ "required": [
619
+ "Image"
620
+ ],
621
+ "members": {
622
+ "Image": {
623
+ "shape": "S2"
624
+ },
625
+ "SummarizationAttributes": {
626
+ "type": "structure",
627
+ "required": [
628
+ "MinConfidence",
629
+ "RequiredEquipmentTypes"
630
+ ],
631
+ "members": {
632
+ "MinConfidence": {
633
+ "type": "float"
634
+ },
635
+ "RequiredEquipmentTypes": {
636
+ "type": "list",
637
+ "member": {}
638
+ }
639
+ }
640
+ }
641
+ }
642
+ },
643
+ "output": {
644
+ "type": "structure",
645
+ "members": {
646
+ "ProtectiveEquipmentModelVersion": {},
647
+ "Persons": {
648
+ "type": "list",
649
+ "member": {
650
+ "type": "structure",
651
+ "members": {
652
+ "BodyParts": {
653
+ "type": "list",
654
+ "member": {
655
+ "type": "structure",
656
+ "members": {
657
+ "Name": {},
658
+ "Confidence": {
659
+ "type": "float"
660
+ },
661
+ "EquipmentDetections": {
662
+ "type": "list",
663
+ "member": {
664
+ "type": "structure",
665
+ "members": {
666
+ "BoundingBox": {
667
+ "shape": "Sc"
668
+ },
669
+ "Confidence": {
670
+ "type": "float"
671
+ },
672
+ "Type": {},
673
+ "CoversBodyPart": {
674
+ "type": "structure",
675
+ "members": {
676
+ "Confidence": {
677
+ "type": "float"
678
+ },
679
+ "Value": {
680
+ "type": "boolean"
681
+ }
682
+ }
683
+ }
684
+ }
685
+ }
686
+ }
687
+ }
688
+ }
689
+ },
690
+ "BoundingBox": {
691
+ "shape": "Sc"
692
+ },
693
+ "Confidence": {
694
+ "type": "float"
695
+ },
696
+ "Id": {
697
+ "type": "integer"
698
+ }
699
+ }
700
+ }
701
+ },
702
+ "Summary": {
703
+ "type": "structure",
704
+ "members": {
705
+ "PersonsWithRequiredEquipment": {
706
+ "shape": "S4i"
707
+ },
708
+ "PersonsWithoutRequiredEquipment": {
709
+ "shape": "S4i"
710
+ },
711
+ "PersonsIndeterminate": {
712
+ "shape": "S4i"
713
+ }
714
+ }
715
+ }
716
+ }
717
+ }
718
+ },
606
719
  "DetectText": {
607
720
  "input": {
608
721
  "type": "structure",
@@ -617,10 +730,10 @@
617
730
  "type": "structure",
618
731
  "members": {
619
732
  "WordFilter": {
620
- "shape": "S45"
733
+ "shape": "S4l"
621
734
  },
622
735
  "RegionsOfInterest": {
623
- "shape": "S48"
736
+ "shape": "S4o"
624
737
  }
625
738
  }
626
739
  }
@@ -632,7 +745,7 @@
632
745
  "TextDetections": {
633
746
  "type": "list",
634
747
  "member": {
635
- "shape": "S4c"
748
+ "shape": "S4s"
636
749
  }
637
750
  },
638
751
  "TextModelVersion": {}
@@ -653,7 +766,7 @@
653
766
  "type": "structure",
654
767
  "members": {
655
768
  "Urls": {
656
- "shape": "S4h"
769
+ "shape": "S4x"
657
770
  },
658
771
  "Name": {}
659
772
  }
@@ -680,7 +793,7 @@
680
793
  "JobStatus": {},
681
794
  "StatusMessage": {},
682
795
  "VideoMetadata": {
683
- "shape": "S4q"
796
+ "shape": "S56"
684
797
  },
685
798
  "NextToken": {},
686
799
  "Celebrities": {
@@ -695,7 +808,7 @@
695
808
  "type": "structure",
696
809
  "members": {
697
810
  "Urls": {
698
- "shape": "S4h"
811
+ "shape": "S4x"
699
812
  },
700
813
  "Name": {},
701
814
  "Id": {},
@@ -706,7 +819,7 @@
706
819
  "shape": "Sc"
707
820
  },
708
821
  "Face": {
709
- "shape": "S32"
822
+ "shape": "S33"
710
823
  }
711
824
  }
712
825
  }
@@ -737,7 +850,7 @@
737
850
  "JobStatus": {},
738
851
  "StatusMessage": {},
739
852
  "VideoMetadata": {
740
- "shape": "S4q"
853
+ "shape": "S56"
741
854
  },
742
855
  "ModerationLabels": {
743
856
  "type": "list",
@@ -748,7 +861,7 @@
748
861
  "type": "long"
749
862
  },
750
863
  "ModerationLabel": {
751
- "shape": "S3x"
864
+ "shape": "S3y"
752
865
  }
753
866
  }
754
867
  }
@@ -778,7 +891,7 @@
778
891
  "JobStatus": {},
779
892
  "StatusMessage": {},
780
893
  "VideoMetadata": {
781
- "shape": "S4q"
894
+ "shape": "S56"
782
895
  },
783
896
  "NextToken": {},
784
897
  "Faces": {
@@ -790,7 +903,7 @@
790
903
  "type": "long"
791
904
  },
792
905
  "Face": {
793
- "shape": "S32"
906
+ "shape": "S33"
794
907
  }
795
908
  }
796
909
  }
@@ -820,7 +933,7 @@
820
933
  "StatusMessage": {},
821
934
  "NextToken": {},
822
935
  "VideoMetadata": {
823
- "shape": "S4q"
936
+ "shape": "S56"
824
937
  },
825
938
  "Persons": {
826
939
  "type": "list",
@@ -831,10 +944,10 @@
831
944
  "type": "long"
832
945
  },
833
946
  "Person": {
834
- "shape": "S59"
947
+ "shape": "S5p"
835
948
  },
836
949
  "FaceMatches": {
837
- "shape": "S5b"
950
+ "shape": "S5r"
838
951
  }
839
952
  }
840
953
  }
@@ -863,7 +976,7 @@
863
976
  "JobStatus": {},
864
977
  "StatusMessage": {},
865
978
  "VideoMetadata": {
866
- "shape": "S4q"
979
+ "shape": "S56"
867
980
  },
868
981
  "NextToken": {},
869
982
  "Labels": {
@@ -875,7 +988,7 @@
875
988
  "type": "long"
876
989
  },
877
990
  "Label": {
878
- "shape": "S3j"
991
+ "shape": "S3k"
879
992
  }
880
993
  }
881
994
  }
@@ -905,7 +1018,7 @@
905
1018
  "JobStatus": {},
906
1019
  "StatusMessage": {},
907
1020
  "VideoMetadata": {
908
- "shape": "S4q"
1021
+ "shape": "S56"
909
1022
  },
910
1023
  "NextToken": {},
911
1024
  "Persons": {
@@ -917,7 +1030,7 @@
917
1030
  "type": "long"
918
1031
  },
919
1032
  "Person": {
920
- "shape": "S59"
1033
+ "shape": "S5p"
921
1034
  }
922
1035
  }
923
1036
  }
@@ -947,7 +1060,7 @@
947
1060
  "VideoMetadata": {
948
1061
  "type": "list",
949
1062
  "member": {
950
- "shape": "S4q"
1063
+ "shape": "S56"
951
1064
  }
952
1065
  },
953
1066
  "AudioMetadata": {
@@ -1043,7 +1156,7 @@
1043
1156
  "JobStatus": {},
1044
1157
  "StatusMessage": {},
1045
1158
  "VideoMetadata": {
1046
- "shape": "S4q"
1159
+ "shape": "S56"
1047
1160
  },
1048
1161
  "TextDetections": {
1049
1162
  "type": "list",
@@ -1054,7 +1167,7 @@
1054
1167
  "type": "long"
1055
1168
  },
1056
1169
  "TextDetection": {
1057
- "shape": "S4c"
1170
+ "shape": "S4s"
1058
1171
  }
1059
1172
  }
1060
1173
  }
@@ -1078,7 +1191,7 @@
1078
1191
  },
1079
1192
  "ExternalImageId": {},
1080
1193
  "DetectionAttributes": {
1081
- "shape": "S2y"
1194
+ "shape": "S2z"
1082
1195
  },
1083
1196
  "MaxFaces": {
1084
1197
  "type": "integer"
@@ -1095,10 +1208,10 @@
1095
1208
  "type": "structure",
1096
1209
  "members": {
1097
1210
  "Face": {
1098
- "shape": "S5d"
1211
+ "shape": "S5t"
1099
1212
  },
1100
1213
  "FaceDetail": {
1101
- "shape": "S32"
1214
+ "shape": "S33"
1102
1215
  }
1103
1216
  }
1104
1217
  }
@@ -1115,7 +1228,7 @@
1115
1228
  "member": {}
1116
1229
  },
1117
1230
  "FaceDetail": {
1118
- "shape": "S32"
1231
+ "shape": "S33"
1119
1232
  }
1120
1233
  }
1121
1234
  }
@@ -1168,7 +1281,7 @@
1168
1281
  "Faces": {
1169
1282
  "type": "list",
1170
1283
  "member": {
1171
- "shape": "S5d"
1284
+ "shape": "S5t"
1172
1285
  }
1173
1286
  },
1174
1287
  "NextToken": {},
@@ -1224,7 +1337,7 @@
1224
1337
  "type": "structure",
1225
1338
  "members": {
1226
1339
  "Urls": {
1227
- "shape": "S4h"
1340
+ "shape": "S4x"
1228
1341
  },
1229
1342
  "Name": {},
1230
1343
  "Id": {},
@@ -1270,7 +1383,7 @@
1270
1383
  "members": {
1271
1384
  "SearchedFaceId": {},
1272
1385
  "FaceMatches": {
1273
- "shape": "S5b"
1386
+ "shape": "S5r"
1274
1387
  },
1275
1388
  "FaceModelVersion": {}
1276
1389
  }
@@ -1307,7 +1420,7 @@
1307
1420
  "type": "float"
1308
1421
  },
1309
1422
  "FaceMatches": {
1310
- "shape": "S5b"
1423
+ "shape": "S5r"
1311
1424
  },
1312
1425
  "FaceModelVersion": {}
1313
1426
  }
@@ -1321,11 +1434,11 @@
1321
1434
  ],
1322
1435
  "members": {
1323
1436
  "Video": {
1324
- "shape": "S75"
1437
+ "shape": "S7l"
1325
1438
  },
1326
1439
  "ClientRequestToken": {},
1327
1440
  "NotificationChannel": {
1328
- "shape": "S77"
1441
+ "shape": "S7n"
1329
1442
  },
1330
1443
  "JobTag": {}
1331
1444
  }
@@ -1346,14 +1459,14 @@
1346
1459
  ],
1347
1460
  "members": {
1348
1461
  "Video": {
1349
- "shape": "S75"
1462
+ "shape": "S7l"
1350
1463
  },
1351
1464
  "MinConfidence": {
1352
1465
  "type": "float"
1353
1466
  },
1354
1467
  "ClientRequestToken": {},
1355
1468
  "NotificationChannel": {
1356
- "shape": "S77"
1469
+ "shape": "S7n"
1357
1470
  },
1358
1471
  "JobTag": {}
1359
1472
  }
@@ -1374,11 +1487,11 @@
1374
1487
  ],
1375
1488
  "members": {
1376
1489
  "Video": {
1377
- "shape": "S75"
1490
+ "shape": "S7l"
1378
1491
  },
1379
1492
  "ClientRequestToken": {},
1380
1493
  "NotificationChannel": {
1381
- "shape": "S77"
1494
+ "shape": "S7n"
1382
1495
  },
1383
1496
  "FaceAttributes": {},
1384
1497
  "JobTag": {}
@@ -1401,7 +1514,7 @@
1401
1514
  ],
1402
1515
  "members": {
1403
1516
  "Video": {
1404
- "shape": "S75"
1517
+ "shape": "S7l"
1405
1518
  },
1406
1519
  "ClientRequestToken": {},
1407
1520
  "FaceMatchThreshold": {
@@ -1409,7 +1522,7 @@
1409
1522
  },
1410
1523
  "CollectionId": {},
1411
1524
  "NotificationChannel": {
1412
- "shape": "S77"
1525
+ "shape": "S7n"
1413
1526
  },
1414
1527
  "JobTag": {}
1415
1528
  }
@@ -1430,14 +1543,14 @@
1430
1543
  ],
1431
1544
  "members": {
1432
1545
  "Video": {
1433
- "shape": "S75"
1546
+ "shape": "S7l"
1434
1547
  },
1435
1548
  "ClientRequestToken": {},
1436
1549
  "MinConfidence": {
1437
1550
  "type": "float"
1438
1551
  },
1439
1552
  "NotificationChannel": {
1440
- "shape": "S77"
1553
+ "shape": "S7n"
1441
1554
  },
1442
1555
  "JobTag": {}
1443
1556
  }
@@ -1458,11 +1571,11 @@
1458
1571
  ],
1459
1572
  "members": {
1460
1573
  "Video": {
1461
- "shape": "S75"
1574
+ "shape": "S7l"
1462
1575
  },
1463
1576
  "ClientRequestToken": {},
1464
1577
  "NotificationChannel": {
1465
- "shape": "S77"
1578
+ "shape": "S7n"
1466
1579
  },
1467
1580
  "JobTag": {}
1468
1581
  }
@@ -1505,11 +1618,11 @@
1505
1618
  ],
1506
1619
  "members": {
1507
1620
  "Video": {
1508
- "shape": "S75"
1621
+ "shape": "S7l"
1509
1622
  },
1510
1623
  "ClientRequestToken": {},
1511
1624
  "NotificationChannel": {
1512
- "shape": "S77"
1625
+ "shape": "S7n"
1513
1626
  },
1514
1627
  "JobTag": {},
1515
1628
  "Filters": {
@@ -1570,21 +1683,21 @@
1570
1683
  ],
1571
1684
  "members": {
1572
1685
  "Video": {
1573
- "shape": "S75"
1686
+ "shape": "S7l"
1574
1687
  },
1575
1688
  "ClientRequestToken": {},
1576
1689
  "NotificationChannel": {
1577
- "shape": "S77"
1690
+ "shape": "S7n"
1578
1691
  },
1579
1692
  "JobTag": {},
1580
1693
  "Filters": {
1581
1694
  "type": "structure",
1582
1695
  "members": {
1583
1696
  "WordFilter": {
1584
- "shape": "S45"
1697
+ "shape": "S4l"
1585
1698
  },
1586
1699
  "RegionsOfInterest": {
1587
- "shape": "S48"
1700
+ "shape": "S4o"
1588
1701
  }
1589
1702
  }
1590
1703
  }
@@ -1749,16 +1862,19 @@
1749
1862
  "type": "structure",
1750
1863
  "members": {
1751
1864
  "GroundTruthManifest": {
1752
- "type": "structure",
1753
- "members": {
1754
- "S3Object": {
1755
- "shape": "S4"
1756
- }
1757
- }
1865
+ "shape": "S15"
1758
1866
  }
1759
1867
  }
1760
1868
  }
1761
1869
  },
1870
+ "S15": {
1871
+ "type": "structure",
1872
+ "members": {
1873
+ "S3Object": {
1874
+ "shape": "S4"
1875
+ }
1876
+ }
1877
+ },
1762
1878
  "S16": {
1763
1879
  "type": "structure",
1764
1880
  "members": {
@@ -1810,7 +1926,15 @@
1810
1926
  "type": "list",
1811
1927
  "member": {}
1812
1928
  },
1813
- "S2u": {
1929
+ "S2f": {
1930
+ "type": "structure",
1931
+ "members": {
1932
+ "Assets": {
1933
+ "shape": "S13"
1934
+ }
1935
+ }
1936
+ },
1937
+ "S2v": {
1814
1938
  "type": "structure",
1815
1939
  "members": {
1816
1940
  "BoundingBox": {
@@ -1832,11 +1956,11 @@
1832
1956
  }
1833
1957
  }
1834
1958
  },
1835
- "S2y": {
1959
+ "S2z": {
1836
1960
  "type": "list",
1837
1961
  "member": {}
1838
1962
  },
1839
- "S32": {
1963
+ "S33": {
1840
1964
  "type": "structure",
1841
1965
  "members": {
1842
1966
  "BoundingBox": {
@@ -1965,7 +2089,7 @@
1965
2089
  }
1966
2090
  }
1967
2091
  },
1968
- "S3j": {
2092
+ "S3k": {
1969
2093
  "type": "structure",
1970
2094
  "members": {
1971
2095
  "Name": {},
@@ -1997,7 +2121,7 @@
1997
2121
  }
1998
2122
  }
1999
2123
  },
2000
- "S3x": {
2124
+ "S3y": {
2001
2125
  "type": "structure",
2002
2126
  "members": {
2003
2127
  "Confidence": {
@@ -2007,7 +2131,13 @@
2007
2131
  "ParentName": {}
2008
2132
  }
2009
2133
  },
2010
- "S45": {
2134
+ "S4i": {
2135
+ "type": "list",
2136
+ "member": {
2137
+ "type": "integer"
2138
+ }
2139
+ },
2140
+ "S4l": {
2011
2141
  "type": "structure",
2012
2142
  "members": {
2013
2143
  "MinConfidence": {
@@ -2021,7 +2151,7 @@
2021
2151
  }
2022
2152
  }
2023
2153
  },
2024
- "S48": {
2154
+ "S4o": {
2025
2155
  "type": "list",
2026
2156
  "member": {
2027
2157
  "type": "structure",
@@ -2032,7 +2162,7 @@
2032
2162
  }
2033
2163
  }
2034
2164
  },
2035
- "S4c": {
2165
+ "S4s": {
2036
2166
  "type": "structure",
2037
2167
  "members": {
2038
2168
  "DetectedText": {},
@@ -2047,15 +2177,15 @@
2047
2177
  "type": "float"
2048
2178
  },
2049
2179
  "Geometry": {
2050
- "shape": "S2u"
2180
+ "shape": "S2v"
2051
2181
  }
2052
2182
  }
2053
2183
  },
2054
- "S4h": {
2184
+ "S4x": {
2055
2185
  "type": "list",
2056
2186
  "member": {}
2057
2187
  },
2058
- "S4q": {
2188
+ "S56": {
2059
2189
  "type": "structure",
2060
2190
  "members": {
2061
2191
  "Codec": {},
@@ -2074,7 +2204,7 @@
2074
2204
  }
2075
2205
  }
2076
2206
  },
2077
- "S59": {
2207
+ "S5p": {
2078
2208
  "type": "structure",
2079
2209
  "members": {
2080
2210
  "Index": {
@@ -2084,11 +2214,11 @@
2084
2214
  "shape": "Sc"
2085
2215
  },
2086
2216
  "Face": {
2087
- "shape": "S32"
2217
+ "shape": "S33"
2088
2218
  }
2089
2219
  }
2090
2220
  },
2091
- "S5b": {
2221
+ "S5r": {
2092
2222
  "type": "list",
2093
2223
  "member": {
2094
2224
  "type": "structure",
@@ -2097,12 +2227,12 @@
2097
2227
  "type": "float"
2098
2228
  },
2099
2229
  "Face": {
2100
- "shape": "S5d"
2230
+ "shape": "S5t"
2101
2231
  }
2102
2232
  }
2103
2233
  }
2104
2234
  },
2105
- "S5d": {
2235
+ "S5t": {
2106
2236
  "type": "structure",
2107
2237
  "members": {
2108
2238
  "FaceId": {},
@@ -2116,7 +2246,7 @@
2116
2246
  }
2117
2247
  }
2118
2248
  },
2119
- "S75": {
2249
+ "S7l": {
2120
2250
  "type": "structure",
2121
2251
  "members": {
2122
2252
  "S3Object": {
@@ -2124,7 +2254,7 @@
2124
2254
  }
2125
2255
  }
2126
2256
  },
2127
- "S77": {
2257
+ "S7n": {
2128
2258
  "type": "structure",
2129
2259
  "required": [
2130
2260
  "SNSTopicArn",