aws-sdk-core 2.11.630 → 2.11.631

Sign up to get free protection for your applications and to get access to all the features.
@@ -435,7 +435,8 @@
435
435
  {"shape":"ResourceNotFoundException"},
436
436
  {"shape":"PolicyLengthExceededException"},
437
437
  {"shape":"InternalException"},
438
- {"shape":"ConcurrentModificationException"}
438
+ {"shape":"ConcurrentModificationException"},
439
+ {"shape":"OperationDisabledException"}
439
440
  ]
440
441
  },
441
442
  "PutRule":{
@@ -481,7 +482,8 @@
481
482
  "errors":[
482
483
  {"shape":"ResourceNotFoundException"},
483
484
  {"shape":"InternalException"},
484
- {"shape":"ConcurrentModificationException"}
485
+ {"shape":"ConcurrentModificationException"},
486
+ {"shape":"OperationDisabledException"}
485
487
  ]
486
488
  },
487
489
  "RemoveTargets":{
@@ -781,6 +783,11 @@
781
783
  "EventSourceArn":{"shape":"String"}
782
784
  }
783
785
  },
786
+ "CreatedBy":{
787
+ "type":"string",
788
+ "max":128,
789
+ "min":1
790
+ },
784
791
  "Database":{
785
792
  "type":"string",
786
793
  "max":64,
@@ -841,7 +848,7 @@
841
848
  "required":["Name"],
842
849
  "members":{
843
850
  "Name":{"shape":"RuleName"},
844
- "EventBusName":{"shape":"EventBusName"},
851
+ "EventBusName":{"shape":"EventBusNameOrArn"},
845
852
  "Force":{"shape":"Boolean"}
846
853
  }
847
854
  },
@@ -871,7 +878,7 @@
871
878
  "DescribeEventBusRequest":{
872
879
  "type":"structure",
873
880
  "members":{
874
- "Name":{"shape":"EventBusName"}
881
+ "Name":{"shape":"EventBusNameOrArn"}
875
882
  }
876
883
  },
877
884
  "DescribeEventBusResponse":{
@@ -943,7 +950,7 @@
943
950
  "required":["Name"],
944
951
  "members":{
945
952
  "Name":{"shape":"RuleName"},
946
- "EventBusName":{"shape":"EventBusName"}
953
+ "EventBusName":{"shape":"EventBusNameOrArn"}
947
954
  }
948
955
  },
949
956
  "DescribeRuleResponse":{
@@ -957,7 +964,8 @@
957
964
  "Description":{"shape":"RuleDescription"},
958
965
  "RoleArn":{"shape":"RoleArn"},
959
966
  "ManagedBy":{"shape":"ManagedBy"},
960
- "EventBusName":{"shape":"EventBusName"}
967
+ "EventBusName":{"shape":"EventBusName"},
968
+ "CreatedBy":{"shape":"CreatedBy"}
961
969
  }
962
970
  },
963
971
  "DisableRuleRequest":{
@@ -965,7 +973,7 @@
965
973
  "required":["Name"],
966
974
  "members":{
967
975
  "Name":{"shape":"RuleName"},
968
- "EventBusName":{"shape":"EventBusName"}
976
+ "EventBusName":{"shape":"EventBusNameOrArn"}
969
977
  }
970
978
  },
971
979
  "EcsParameters":{
@@ -985,7 +993,7 @@
985
993
  "required":["Name"],
986
994
  "members":{
987
995
  "Name":{"shape":"RuleName"},
988
- "EventBusName":{"shape":"EventBusName"}
996
+ "EventBusName":{"shape":"EventBusNameOrArn"}
989
997
  }
990
998
  },
991
999
  "ErrorCode":{"type":"string"},
@@ -1008,6 +1016,12 @@
1008
1016
  "min":1,
1009
1017
  "pattern":"[/\\.\\-_A-Za-z0-9]+"
1010
1018
  },
1019
+ "EventBusNameOrArn":{
1020
+ "type":"string",
1021
+ "max":1600,
1022
+ "min":1,
1023
+ "pattern":"(arn:aws[\\w-]*:events:[a-z]{2}-[a-z]+-[\\w-]+:[0-9]{12}:event-bus\\/)?[/\\.\\-_A-Za-z0-9]+"
1024
+ },
1011
1025
  "EventId":{"type":"string"},
1012
1026
  "EventPattern":{"type":"string"},
1013
1027
  "EventResource":{"type":"string"},
@@ -1244,7 +1258,7 @@
1244
1258
  "required":["TargetArn"],
1245
1259
  "members":{
1246
1260
  "TargetArn":{"shape":"TargetArn"},
1247
- "EventBusName":{"shape":"EventBusName"},
1261
+ "EventBusName":{"shape":"EventBusNameOrArn"},
1248
1262
  "NextToken":{"shape":"NextToken"},
1249
1263
  "Limit":{"shape":"LimitMax100"}
1250
1264
  }
@@ -1260,7 +1274,7 @@
1260
1274
  "type":"structure",
1261
1275
  "members":{
1262
1276
  "NamePrefix":{"shape":"RuleName"},
1263
- "EventBusName":{"shape":"EventBusName"},
1277
+ "EventBusName":{"shape":"EventBusNameOrArn"},
1264
1278
  "NextToken":{"shape":"NextToken"},
1265
1279
  "Limit":{"shape":"LimitMax100"}
1266
1280
  }
@@ -1290,7 +1304,7 @@
1290
1304
  "required":["Rule"],
1291
1305
  "members":{
1292
1306
  "Rule":{"shape":"RuleName"},
1293
- "EventBusName":{"shape":"EventBusName"},
1307
+ "EventBusName":{"shape":"EventBusNameOrArn"},
1294
1308
  "NextToken":{"shape":"NextToken"},
1295
1309
  "Limit":{"shape":"LimitMax100"}
1296
1310
  }
@@ -1342,6 +1356,12 @@
1342
1356
  "min":1,
1343
1357
  "pattern":"[\\.\\-_A-Za-z0-9]+"
1344
1358
  },
1359
+ "NonPartnerEventBusNameOrArn":{
1360
+ "type":"string",
1361
+ "max":1600,
1362
+ "min":1,
1363
+ "pattern":"(arn:aws[\\w-]*:events:[a-z]{2}-[a-z]+-[\\w-]+:[0-9]{12}:event-bus\\/)?[\\.\\-_A-Za-z0-9]+"
1364
+ },
1345
1365
  "OperationDisabledException":{
1346
1366
  "type":"structure",
1347
1367
  "members":{
@@ -1413,7 +1433,7 @@
1413
1433
  "Resources":{"shape":"EventResourceList"},
1414
1434
  "DetailType":{"shape":"String"},
1415
1435
  "Detail":{"shape":"String"},
1416
- "EventBusName":{"shape":"NonPartnerEventBusName"}
1436
+ "EventBusName":{"shape":"NonPartnerEventBusNameOrArn"}
1417
1437
  }
1418
1438
  },
1419
1439
  "PutEventsRequestEntryList":{
@@ -1485,17 +1505,13 @@
1485
1505
  },
1486
1506
  "PutPermissionRequest":{
1487
1507
  "type":"structure",
1488
- "required":[
1489
- "Action",
1490
- "Principal",
1491
- "StatementId"
1492
- ],
1493
1508
  "members":{
1494
1509
  "EventBusName":{"shape":"NonPartnerEventBusName"},
1495
1510
  "Action":{"shape":"Action"},
1496
1511
  "Principal":{"shape":"Principal"},
1497
1512
  "StatementId":{"shape":"StatementId"},
1498
- "Condition":{"shape":"Condition"}
1513
+ "Condition":{"shape":"Condition"},
1514
+ "Policy":{"shape":"String"}
1499
1515
  }
1500
1516
  },
1501
1517
  "PutRuleRequest":{
@@ -1509,7 +1525,7 @@
1509
1525
  "Description":{"shape":"RuleDescription"},
1510
1526
  "RoleArn":{"shape":"RoleArn"},
1511
1527
  "Tags":{"shape":"TagList"},
1512
- "EventBusName":{"shape":"EventBusName"}
1528
+ "EventBusName":{"shape":"EventBusNameOrArn"}
1513
1529
  }
1514
1530
  },
1515
1531
  "PutRuleResponse":{
@@ -1526,7 +1542,7 @@
1526
1542
  ],
1527
1543
  "members":{
1528
1544
  "Rule":{"shape":"RuleName"},
1529
- "EventBusName":{"shape":"EventBusName"},
1545
+ "EventBusName":{"shape":"EventBusNameOrArn"},
1530
1546
  "Targets":{"shape":"TargetList"}
1531
1547
  }
1532
1548
  },
@@ -1587,9 +1603,9 @@
1587
1603
  },
1588
1604
  "RemovePermissionRequest":{
1589
1605
  "type":"structure",
1590
- "required":["StatementId"],
1591
1606
  "members":{
1592
1607
  "StatementId":{"shape":"StatementId"},
1608
+ "RemoveAllPermissions":{"shape":"Boolean"},
1593
1609
  "EventBusName":{"shape":"NonPartnerEventBusName"}
1594
1610
  }
1595
1611
  },
@@ -1601,7 +1617,7 @@
1601
1617
  ],
1602
1618
  "members":{
1603
1619
  "Rule":{"shape":"RuleName"},
1604
- "EventBusName":{"shape":"EventBusName"},
1620
+ "EventBusName":{"shape":"EventBusNameOrArn"},
1605
1621
  "Ids":{"shape":"TargetIdList"},
1606
1622
  "Force":{"shape":"Boolean"}
1607
1623
  }
@@ -219,6 +219,20 @@
219
219
  {"shape":"InternalServiceException"}
220
220
  ]
221
221
  },
222
+ "CheckSchemaVersionValidity":{
223
+ "name":"CheckSchemaVersionValidity",
224
+ "http":{
225
+ "method":"POST",
226
+ "requestUri":"/"
227
+ },
228
+ "input":{"shape":"CheckSchemaVersionValidityInput"},
229
+ "output":{"shape":"CheckSchemaVersionValidityResponse"},
230
+ "errors":[
231
+ {"shape":"InvalidInputException"},
232
+ {"shape":"AccessDeniedException"},
233
+ {"shape":"InternalServiceException"}
234
+ ]
235
+ },
222
236
  "CreateClassifier":{
223
237
  "name":"CreateClassifier",
224
238
  "http":{
@@ -354,6 +368,39 @@
354
368
  {"shape":"GlueEncryptionException"}
355
369
  ]
356
370
  },
371
+ "CreateRegistry":{
372
+ "name":"CreateRegistry",
373
+ "http":{
374
+ "method":"POST",
375
+ "requestUri":"/"
376
+ },
377
+ "input":{"shape":"CreateRegistryInput"},
378
+ "output":{"shape":"CreateRegistryResponse"},
379
+ "errors":[
380
+ {"shape":"InvalidInputException"},
381
+ {"shape":"AccessDeniedException"},
382
+ {"shape":"AlreadyExistsException"},
383
+ {"shape":"ResourceNumberLimitExceededException"},
384
+ {"shape":"InternalServiceException"}
385
+ ]
386
+ },
387
+ "CreateSchema":{
388
+ "name":"CreateSchema",
389
+ "http":{
390
+ "method":"POST",
391
+ "requestUri":"/"
392
+ },
393
+ "input":{"shape":"CreateSchemaInput"},
394
+ "output":{"shape":"CreateSchemaResponse"},
395
+ "errors":[
396
+ {"shape":"InvalidInputException"},
397
+ {"shape":"AccessDeniedException"},
398
+ {"shape":"EntityNotFoundException"},
399
+ {"shape":"AlreadyExistsException"},
400
+ {"shape":"ResourceNumberLimitExceededException"},
401
+ {"shape":"InternalServiceException"}
402
+ ]
403
+ },
357
404
  "CreateScript":{
358
405
  "name":"CreateScript",
359
406
  "http":{
@@ -603,6 +650,21 @@
603
650
  {"shape":"OperationTimeoutException"}
604
651
  ]
605
652
  },
653
+ "DeleteRegistry":{
654
+ "name":"DeleteRegistry",
655
+ "http":{
656
+ "method":"POST",
657
+ "requestUri":"/"
658
+ },
659
+ "input":{"shape":"DeleteRegistryInput"},
660
+ "output":{"shape":"DeleteRegistryResponse"},
661
+ "errors":[
662
+ {"shape":"InvalidInputException"},
663
+ {"shape":"EntityNotFoundException"},
664
+ {"shape":"AccessDeniedException"},
665
+ {"shape":"ConcurrentModificationException"}
666
+ ]
667
+ },
606
668
  "DeleteResourcePolicy":{
607
669
  "name":"DeleteResourcePolicy",
608
670
  "http":{
@@ -619,6 +681,36 @@
619
681
  {"shape":"ConditionCheckFailureException"}
620
682
  ]
621
683
  },
684
+ "DeleteSchema":{
685
+ "name":"DeleteSchema",
686
+ "http":{
687
+ "method":"POST",
688
+ "requestUri":"/"
689
+ },
690
+ "input":{"shape":"DeleteSchemaInput"},
691
+ "output":{"shape":"DeleteSchemaResponse"},
692
+ "errors":[
693
+ {"shape":"InvalidInputException"},
694
+ {"shape":"EntityNotFoundException"},
695
+ {"shape":"AccessDeniedException"},
696
+ {"shape":"ConcurrentModificationException"}
697
+ ]
698
+ },
699
+ "DeleteSchemaVersions":{
700
+ "name":"DeleteSchemaVersions",
701
+ "http":{
702
+ "method":"POST",
703
+ "requestUri":"/"
704
+ },
705
+ "input":{"shape":"DeleteSchemaVersionsInput"},
706
+ "output":{"shape":"DeleteSchemaVersionsResponse"},
707
+ "errors":[
708
+ {"shape":"InvalidInputException"},
709
+ {"shape":"EntityNotFoundException"},
710
+ {"shape":"AccessDeniedException"},
711
+ {"shape":"ConcurrentModificationException"}
712
+ ]
713
+ },
622
714
  "DeleteSecurityConfiguration":{
623
715
  "name":"DeleteSecurityConfiguration",
624
716
  "http":{
@@ -1148,6 +1240,21 @@
1148
1240
  {"shape":"OperationTimeoutException"}
1149
1241
  ]
1150
1242
  },
1243
+ "GetRegistry":{
1244
+ "name":"GetRegistry",
1245
+ "http":{
1246
+ "method":"POST",
1247
+ "requestUri":"/"
1248
+ },
1249
+ "input":{"shape":"GetRegistryInput"},
1250
+ "output":{"shape":"GetRegistryResponse"},
1251
+ "errors":[
1252
+ {"shape":"InvalidInputException"},
1253
+ {"shape":"AccessDeniedException"},
1254
+ {"shape":"EntityNotFoundException"},
1255
+ {"shape":"InternalServiceException"}
1256
+ ]
1257
+ },
1151
1258
  "GetResourcePolicies":{
1152
1259
  "name":"GetResourcePolicies",
1153
1260
  "http":{
@@ -1178,6 +1285,66 @@
1178
1285
  {"shape":"InvalidInputException"}
1179
1286
  ]
1180
1287
  },
1288
+ "GetSchema":{
1289
+ "name":"GetSchema",
1290
+ "http":{
1291
+ "method":"POST",
1292
+ "requestUri":"/"
1293
+ },
1294
+ "input":{"shape":"GetSchemaInput"},
1295
+ "output":{"shape":"GetSchemaResponse"},
1296
+ "errors":[
1297
+ {"shape":"InvalidInputException"},
1298
+ {"shape":"AccessDeniedException"},
1299
+ {"shape":"EntityNotFoundException"},
1300
+ {"shape":"InternalServiceException"}
1301
+ ]
1302
+ },
1303
+ "GetSchemaByDefinition":{
1304
+ "name":"GetSchemaByDefinition",
1305
+ "http":{
1306
+ "method":"POST",
1307
+ "requestUri":"/"
1308
+ },
1309
+ "input":{"shape":"GetSchemaByDefinitionInput"},
1310
+ "output":{"shape":"GetSchemaByDefinitionResponse"},
1311
+ "errors":[
1312
+ {"shape":"InvalidInputException"},
1313
+ {"shape":"AccessDeniedException"},
1314
+ {"shape":"EntityNotFoundException"},
1315
+ {"shape":"InternalServiceException"}
1316
+ ]
1317
+ },
1318
+ "GetSchemaVersion":{
1319
+ "name":"GetSchemaVersion",
1320
+ "http":{
1321
+ "method":"POST",
1322
+ "requestUri":"/"
1323
+ },
1324
+ "input":{"shape":"GetSchemaVersionInput"},
1325
+ "output":{"shape":"GetSchemaVersionResponse"},
1326
+ "errors":[
1327
+ {"shape":"InvalidInputException"},
1328
+ {"shape":"AccessDeniedException"},
1329
+ {"shape":"EntityNotFoundException"},
1330
+ {"shape":"InternalServiceException"}
1331
+ ]
1332
+ },
1333
+ "GetSchemaVersionsDiff":{
1334
+ "name":"GetSchemaVersionsDiff",
1335
+ "http":{
1336
+ "method":"POST",
1337
+ "requestUri":"/"
1338
+ },
1339
+ "input":{"shape":"GetSchemaVersionsDiffInput"},
1340
+ "output":{"shape":"GetSchemaVersionsDiffResponse"},
1341
+ "errors":[
1342
+ {"shape":"InvalidInputException"},
1343
+ {"shape":"EntityNotFoundException"},
1344
+ {"shape":"AccessDeniedException"},
1345
+ {"shape":"InternalServiceException"}
1346
+ ]
1347
+ },
1181
1348
  "GetSecurityConfiguration":{
1182
1349
  "name":"GetSecurityConfiguration",
1183
1350
  "http":{
@@ -1479,6 +1646,50 @@
1479
1646
  {"shape":"InternalServiceException"}
1480
1647
  ]
1481
1648
  },
1649
+ "ListRegistries":{
1650
+ "name":"ListRegistries",
1651
+ "http":{
1652
+ "method":"POST",
1653
+ "requestUri":"/"
1654
+ },
1655
+ "input":{"shape":"ListRegistriesInput"},
1656
+ "output":{"shape":"ListRegistriesResponse"},
1657
+ "errors":[
1658
+ {"shape":"InvalidInputException"},
1659
+ {"shape":"AccessDeniedException"},
1660
+ {"shape":"InternalServiceException"}
1661
+ ]
1662
+ },
1663
+ "ListSchemaVersions":{
1664
+ "name":"ListSchemaVersions",
1665
+ "http":{
1666
+ "method":"POST",
1667
+ "requestUri":"/"
1668
+ },
1669
+ "input":{"shape":"ListSchemaVersionsInput"},
1670
+ "output":{"shape":"ListSchemaVersionsResponse"},
1671
+ "errors":[
1672
+ {"shape":"InvalidInputException"},
1673
+ {"shape":"AccessDeniedException"},
1674
+ {"shape":"EntityNotFoundException"},
1675
+ {"shape":"InternalServiceException"}
1676
+ ]
1677
+ },
1678
+ "ListSchemas":{
1679
+ "name":"ListSchemas",
1680
+ "http":{
1681
+ "method":"POST",
1682
+ "requestUri":"/"
1683
+ },
1684
+ "input":{"shape":"ListSchemasInput"},
1685
+ "output":{"shape":"ListSchemasResponse"},
1686
+ "errors":[
1687
+ {"shape":"InvalidInputException"},
1688
+ {"shape":"AccessDeniedException"},
1689
+ {"shape":"EntityNotFoundException"},
1690
+ {"shape":"InternalServiceException"}
1691
+ ]
1692
+ },
1482
1693
  "ListTriggers":{
1483
1694
  "name":"ListTriggers",
1484
1695
  "http":{
@@ -1538,6 +1749,22 @@
1538
1749
  {"shape":"ConditionCheckFailureException"}
1539
1750
  ]
1540
1751
  },
1752
+ "PutSchemaVersionMetadata":{
1753
+ "name":"PutSchemaVersionMetadata",
1754
+ "http":{
1755
+ "method":"POST",
1756
+ "requestUri":"/"
1757
+ },
1758
+ "input":{"shape":"PutSchemaVersionMetadataInput"},
1759
+ "output":{"shape":"PutSchemaVersionMetadataResponse"},
1760
+ "errors":[
1761
+ {"shape":"InvalidInputException"},
1762
+ {"shape":"AccessDeniedException"},
1763
+ {"shape":"AlreadyExistsException"},
1764
+ {"shape":"EntityNotFoundException"},
1765
+ {"shape":"ResourceNumberLimitExceededException"}
1766
+ ]
1767
+ },
1541
1768
  "PutWorkflowRunProperties":{
1542
1769
  "name":"PutWorkflowRunProperties",
1543
1770
  "http":{
@@ -1556,6 +1783,51 @@
1556
1783
  {"shape":"ConcurrentModificationException"}
1557
1784
  ]
1558
1785
  },
1786
+ "QuerySchemaVersionMetadata":{
1787
+ "name":"QuerySchemaVersionMetadata",
1788
+ "http":{
1789
+ "method":"POST",
1790
+ "requestUri":"/"
1791
+ },
1792
+ "input":{"shape":"QuerySchemaVersionMetadataInput"},
1793
+ "output":{"shape":"QuerySchemaVersionMetadataResponse"},
1794
+ "errors":[
1795
+ {"shape":"InvalidInputException"},
1796
+ {"shape":"AccessDeniedException"},
1797
+ {"shape":"EntityNotFoundException"}
1798
+ ]
1799
+ },
1800
+ "RegisterSchemaVersion":{
1801
+ "name":"RegisterSchemaVersion",
1802
+ "http":{
1803
+ "method":"POST",
1804
+ "requestUri":"/"
1805
+ },
1806
+ "input":{"shape":"RegisterSchemaVersionInput"},
1807
+ "output":{"shape":"RegisterSchemaVersionResponse"},
1808
+ "errors":[
1809
+ {"shape":"InvalidInputException"},
1810
+ {"shape":"AccessDeniedException"},
1811
+ {"shape":"EntityNotFoundException"},
1812
+ {"shape":"ResourceNumberLimitExceededException"},
1813
+ {"shape":"ConcurrentModificationException"},
1814
+ {"shape":"InternalServiceException"}
1815
+ ]
1816
+ },
1817
+ "RemoveSchemaVersionMetadata":{
1818
+ "name":"RemoveSchemaVersionMetadata",
1819
+ "http":{
1820
+ "method":"POST",
1821
+ "requestUri":"/"
1822
+ },
1823
+ "input":{"shape":"RemoveSchemaVersionMetadataInput"},
1824
+ "output":{"shape":"RemoveSchemaVersionMetadataResponse"},
1825
+ "errors":[
1826
+ {"shape":"InvalidInputException"},
1827
+ {"shape":"AccessDeniedException"},
1828
+ {"shape":"EntityNotFoundException"}
1829
+ ]
1830
+ },
1559
1831
  "ResetJobBookmark":{
1560
1832
  "name":"ResetJobBookmark",
1561
1833
  "http":{
@@ -2014,6 +2286,38 @@
2014
2286
  {"shape":"GlueEncryptionException"}
2015
2287
  ]
2016
2288
  },
2289
+ "UpdateRegistry":{
2290
+ "name":"UpdateRegistry",
2291
+ "http":{
2292
+ "method":"POST",
2293
+ "requestUri":"/"
2294
+ },
2295
+ "input":{"shape":"UpdateRegistryInput"},
2296
+ "output":{"shape":"UpdateRegistryResponse"},
2297
+ "errors":[
2298
+ {"shape":"InvalidInputException"},
2299
+ {"shape":"AccessDeniedException"},
2300
+ {"shape":"EntityNotFoundException"},
2301
+ {"shape":"ConcurrentModificationException"},
2302
+ {"shape":"InternalServiceException"}
2303
+ ]
2304
+ },
2305
+ "UpdateSchema":{
2306
+ "name":"UpdateSchema",
2307
+ "http":{
2308
+ "method":"POST",
2309
+ "requestUri":"/"
2310
+ },
2311
+ "input":{"shape":"UpdateSchemaInput"},
2312
+ "output":{"shape":"UpdateSchemaResponse"},
2313
+ "errors":[
2314
+ {"shape":"InvalidInputException"},
2315
+ {"shape":"AccessDeniedException"},
2316
+ {"shape":"EntityNotFoundException"},
2317
+ {"shape":"ConcurrentModificationException"},
2318
+ {"shape":"InternalServiceException"}
2319
+ ]
2320
+ },
2017
2321
  "UpdateTable":{
2018
2322
  "name":"UpdateTable",
2019
2323
  "http":{
@@ -2532,6 +2836,24 @@
2532
2836
  "type":"list",
2533
2837
  "member":{"shape":"CatalogTarget"}
2534
2838
  },
2839
+ "CheckSchemaVersionValidityInput":{
2840
+ "type":"structure",
2841
+ "required":[
2842
+ "DataFormat",
2843
+ "SchemaDefinition"
2844
+ ],
2845
+ "members":{
2846
+ "DataFormat":{"shape":"DataFormat"},
2847
+ "SchemaDefinition":{"shape":"SchemaDefinitionString"}
2848
+ }
2849
+ },
2850
+ "CheckSchemaVersionValidityResponse":{
2851
+ "type":"structure",
2852
+ "members":{
2853
+ "Valid":{"shape":"IsVersionValid"},
2854
+ "Error":{"shape":"SchemaValidationError"}
2855
+ }
2856
+ },
2535
2857
  "Classification":{"type":"string"},
2536
2858
  "Classifier":{
2537
2859
  "type":"structure",
@@ -2731,6 +3053,19 @@
2731
3053
  "LESS_THAN_EQUALS"
2732
3054
  ]
2733
3055
  },
3056
+ "Compatibility":{
3057
+ "type":"string",
3058
+ "enum":[
3059
+ "NONE",
3060
+ "DISABLED",
3061
+ "BACKWARD",
3062
+ "BACKWARD_ALL",
3063
+ "FORWARD",
3064
+ "FORWARD_ALL",
3065
+ "FULL",
3066
+ "FULL_ALL"
3067
+ ]
3068
+ },
2734
3069
  "ConcurrentModificationException":{
2735
3070
  "type":"structure",
2736
3071
  "members":{
@@ -3242,6 +3577,59 @@
3242
3577
  "members":{
3243
3578
  }
3244
3579
  },
3580
+ "CreateRegistryInput":{
3581
+ "type":"structure",
3582
+ "required":["RegistryName"],
3583
+ "members":{
3584
+ "RegistryName":{"shape":"SchemaRegistryNameString"},
3585
+ "Description":{"shape":"DescriptionString"},
3586
+ "Tags":{"shape":"TagsMap"}
3587
+ }
3588
+ },
3589
+ "CreateRegistryResponse":{
3590
+ "type":"structure",
3591
+ "members":{
3592
+ "RegistryArn":{"shape":"GlueResourceArn"},
3593
+ "RegistryName":{"shape":"SchemaRegistryNameString"},
3594
+ "Description":{"shape":"DescriptionString"},
3595
+ "Tags":{"shape":"TagsMap"}
3596
+ }
3597
+ },
3598
+ "CreateSchemaInput":{
3599
+ "type":"structure",
3600
+ "required":[
3601
+ "SchemaName",
3602
+ "DataFormat"
3603
+ ],
3604
+ "members":{
3605
+ "RegistryId":{"shape":"RegistryId"},
3606
+ "SchemaName":{"shape":"SchemaRegistryNameString"},
3607
+ "DataFormat":{"shape":"DataFormat"},
3608
+ "Compatibility":{"shape":"Compatibility"},
3609
+ "Description":{"shape":"DescriptionString"},
3610
+ "Tags":{"shape":"TagsMap"},
3611
+ "SchemaDefinition":{"shape":"SchemaDefinitionString"}
3612
+ }
3613
+ },
3614
+ "CreateSchemaResponse":{
3615
+ "type":"structure",
3616
+ "members":{
3617
+ "RegistryName":{"shape":"SchemaRegistryNameString"},
3618
+ "RegistryArn":{"shape":"GlueResourceArn"},
3619
+ "SchemaName":{"shape":"SchemaRegistryNameString"},
3620
+ "SchemaArn":{"shape":"GlueResourceArn"},
3621
+ "Description":{"shape":"DescriptionString"},
3622
+ "DataFormat":{"shape":"DataFormat"},
3623
+ "Compatibility":{"shape":"Compatibility"},
3624
+ "SchemaCheckpoint":{"shape":"SchemaCheckpointNumber"},
3625
+ "LatestSchemaVersion":{"shape":"VersionLongNumber"},
3626
+ "NextSchemaVersion":{"shape":"VersionLongNumber"},
3627
+ "SchemaStatus":{"shape":"SchemaStatus"},
3628
+ "Tags":{"shape":"TagsMap"},
3629
+ "SchemaVersionId":{"shape":"SchemaVersionIdString"},
3630
+ "SchemaVersionStatus":{"shape":"SchemaVersionStatus"}
3631
+ }
3632
+ },
3245
3633
  "CreateScriptRequest":{
3246
3634
  "type":"structure",
3247
3635
  "members":{
@@ -3364,6 +3752,7 @@
3364
3752
  "RowTag":{"shape":"RowTag"}
3365
3753
  }
3366
3754
  },
3755
+ "CreatedTimestamp":{"type":"string"},
3367
3756
  "CronExpression":{"type":"string"},
3368
3757
  "CsvClassifier":{
3369
3758
  "type":"structure",
@@ -3426,6 +3815,10 @@
3426
3815
  "ConnectionPasswordEncryption":{"shape":"ConnectionPasswordEncryption"}
3427
3816
  }
3428
3817
  },
3818
+ "DataFormat":{
3819
+ "type":"string",
3820
+ "enum":["AVRO"]
3821
+ },
3429
3822
  "DataLakePrincipal":{
3430
3823
  "type":"structure",
3431
3824
  "members":{
@@ -3651,38 +4044,85 @@
3651
4044
  "DeleteMLTransformResponse":{
3652
4045
  "type":"structure",
3653
4046
  "members":{
3654
- "TransformId":{"shape":"HashString"}
4047
+ "TransformId":{"shape":"HashString"}
4048
+ }
4049
+ },
4050
+ "DeletePartitionRequest":{
4051
+ "type":"structure",
4052
+ "required":[
4053
+ "DatabaseName",
4054
+ "TableName",
4055
+ "PartitionValues"
4056
+ ],
4057
+ "members":{
4058
+ "CatalogId":{"shape":"CatalogIdString"},
4059
+ "DatabaseName":{"shape":"NameString"},
4060
+ "TableName":{"shape":"NameString"},
4061
+ "PartitionValues":{"shape":"ValueStringList"}
4062
+ }
4063
+ },
4064
+ "DeletePartitionResponse":{
4065
+ "type":"structure",
4066
+ "members":{
4067
+ }
4068
+ },
4069
+ "DeleteRegistryInput":{
4070
+ "type":"structure",
4071
+ "required":["RegistryId"],
4072
+ "members":{
4073
+ "RegistryId":{"shape":"RegistryId"}
4074
+ }
4075
+ },
4076
+ "DeleteRegistryResponse":{
4077
+ "type":"structure",
4078
+ "members":{
4079
+ "RegistryName":{"shape":"SchemaRegistryNameString"},
4080
+ "RegistryArn":{"shape":"GlueResourceArn"},
4081
+ "Status":{"shape":"RegistryStatus"}
4082
+ }
4083
+ },
4084
+ "DeleteResourcePolicyRequest":{
4085
+ "type":"structure",
4086
+ "members":{
4087
+ "PolicyHashCondition":{"shape":"HashString"},
4088
+ "ResourceArn":{"shape":"GlueResourceArn"}
4089
+ }
4090
+ },
4091
+ "DeleteResourcePolicyResponse":{
4092
+ "type":"structure",
4093
+ "members":{
3655
4094
  }
3656
4095
  },
3657
- "DeletePartitionRequest":{
4096
+ "DeleteSchemaInput":{
3658
4097
  "type":"structure",
3659
- "required":[
3660
- "DatabaseName",
3661
- "TableName",
3662
- "PartitionValues"
3663
- ],
4098
+ "required":["SchemaId"],
3664
4099
  "members":{
3665
- "CatalogId":{"shape":"CatalogIdString"},
3666
- "DatabaseName":{"shape":"NameString"},
3667
- "TableName":{"shape":"NameString"},
3668
- "PartitionValues":{"shape":"ValueStringList"}
4100
+ "SchemaId":{"shape":"SchemaId"}
3669
4101
  }
3670
4102
  },
3671
- "DeletePartitionResponse":{
4103
+ "DeleteSchemaResponse":{
3672
4104
  "type":"structure",
3673
4105
  "members":{
4106
+ "SchemaArn":{"shape":"GlueResourceArn"},
4107
+ "SchemaName":{"shape":"SchemaRegistryNameString"},
4108
+ "Status":{"shape":"SchemaStatus"}
3674
4109
  }
3675
4110
  },
3676
- "DeleteResourcePolicyRequest":{
4111
+ "DeleteSchemaVersionsInput":{
3677
4112
  "type":"structure",
4113
+ "required":[
4114
+ "SchemaId",
4115
+ "Versions"
4116
+ ],
3678
4117
  "members":{
3679
- "PolicyHashCondition":{"shape":"HashString"},
3680
- "ResourceArn":{"shape":"GlueResourceArn"}
4118
+ "SchemaId":{"shape":"SchemaId"},
4119
+ "Versions":{"shape":"VersionsString"}
3681
4120
  }
3682
4121
  },
3683
- "DeleteResourcePolicyResponse":{
4122
+ "DeleteSchemaVersionsResponse":{
3684
4123
  "type":"structure",
3685
4124
  "members":{
4125
+ "SchemaVersionErrors":{"shape":"SchemaVersionErrorList"}
3686
4126
  }
3687
4127
  },
3688
4128
  "DeleteSecurityConfigurationRequest":{
@@ -3911,6 +4351,7 @@
3911
4351
  "key":{"shape":"NameString"},
3912
4352
  "value":{"shape":"ErrorDetail"}
3913
4353
  },
4354
+ "ErrorCodeString":{"type":"string"},
3914
4355
  "ErrorDetail":{
3915
4356
  "type":"structure",
3916
4357
  "members":{
@@ -3918,6 +4359,14 @@
3918
4359
  "ErrorMessage":{"shape":"DescriptionString"}
3919
4360
  }
3920
4361
  },
4362
+ "ErrorDetails":{
4363
+ "type":"structure",
4364
+ "members":{
4365
+ "ErrorCode":{"shape":"ErrorCodeString"},
4366
+ "ErrorMessage":{"shape":"ErrorMessageString"}
4367
+ }
4368
+ },
4369
+ "ErrorMessageString":{"type":"string"},
3921
4370
  "ErrorString":{"type":"string"},
3922
4371
  "EvaluationMetrics":{
3923
4372
  "type":"structure",
@@ -4520,6 +4969,24 @@
4520
4969
  "ScalaCode":{"shape":"ScalaCode"}
4521
4970
  }
4522
4971
  },
4972
+ "GetRegistryInput":{
4973
+ "type":"structure",
4974
+ "required":["RegistryId"],
4975
+ "members":{
4976
+ "RegistryId":{"shape":"RegistryId"}
4977
+ }
4978
+ },
4979
+ "GetRegistryResponse":{
4980
+ "type":"structure",
4981
+ "members":{
4982
+ "RegistryName":{"shape":"SchemaRegistryNameString"},
4983
+ "RegistryArn":{"shape":"GlueResourceArn"},
4984
+ "Description":{"shape":"DescriptionString"},
4985
+ "Status":{"shape":"RegistryStatus"},
4986
+ "CreatedTime":{"shape":"CreatedTimestamp"},
4987
+ "UpdatedTime":{"shape":"UpdatedTimestamp"}
4988
+ }
4989
+ },
4523
4990
  "GetResourcePoliciesRequest":{
4524
4991
  "type":"structure",
4525
4992
  "members":{
@@ -4553,6 +5020,93 @@
4553
5020
  "UpdateTime":{"shape":"Timestamp"}
4554
5021
  }
4555
5022
  },
5023
+ "GetSchemaByDefinitionInput":{
5024
+ "type":"structure",
5025
+ "required":[
5026
+ "SchemaId",
5027
+ "SchemaDefinition"
5028
+ ],
5029
+ "members":{
5030
+ "SchemaId":{"shape":"SchemaId"},
5031
+ "SchemaDefinition":{"shape":"SchemaDefinitionString"}
5032
+ }
5033
+ },
5034
+ "GetSchemaByDefinitionResponse":{
5035
+ "type":"structure",
5036
+ "members":{
5037
+ "SchemaVersionId":{"shape":"SchemaVersionIdString"},
5038
+ "SchemaArn":{"shape":"GlueResourceArn"},
5039
+ "DataFormat":{"shape":"DataFormat"},
5040
+ "Status":{"shape":"SchemaVersionStatus"},
5041
+ "CreatedTime":{"shape":"CreatedTimestamp"}
5042
+ }
5043
+ },
5044
+ "GetSchemaInput":{
5045
+ "type":"structure",
5046
+ "required":["SchemaId"],
5047
+ "members":{
5048
+ "SchemaId":{"shape":"SchemaId"}
5049
+ }
5050
+ },
5051
+ "GetSchemaResponse":{
5052
+ "type":"structure",
5053
+ "members":{
5054
+ "RegistryName":{"shape":"SchemaRegistryNameString"},
5055
+ "RegistryArn":{"shape":"GlueResourceArn"},
5056
+ "SchemaName":{"shape":"SchemaRegistryNameString"},
5057
+ "SchemaArn":{"shape":"GlueResourceArn"},
5058
+ "Description":{"shape":"DescriptionString"},
5059
+ "DataFormat":{"shape":"DataFormat"},
5060
+ "Compatibility":{"shape":"Compatibility"},
5061
+ "SchemaCheckpoint":{"shape":"SchemaCheckpointNumber"},
5062
+ "LatestSchemaVersion":{"shape":"VersionLongNumber"},
5063
+ "NextSchemaVersion":{"shape":"VersionLongNumber"},
5064
+ "SchemaStatus":{"shape":"SchemaStatus"},
5065
+ "CreatedTime":{"shape":"CreatedTimestamp"},
5066
+ "UpdatedTime":{"shape":"UpdatedTimestamp"}
5067
+ }
5068
+ },
5069
+ "GetSchemaVersionInput":{
5070
+ "type":"structure",
5071
+ "members":{
5072
+ "SchemaId":{"shape":"SchemaId"},
5073
+ "SchemaVersionId":{"shape":"SchemaVersionIdString"},
5074
+ "SchemaVersionNumber":{"shape":"SchemaVersionNumber"}
5075
+ }
5076
+ },
5077
+ "GetSchemaVersionResponse":{
5078
+ "type":"structure",
5079
+ "members":{
5080
+ "SchemaVersionId":{"shape":"SchemaVersionIdString"},
5081
+ "SchemaDefinition":{"shape":"SchemaDefinitionString"},
5082
+ "DataFormat":{"shape":"DataFormat"},
5083
+ "SchemaArn":{"shape":"GlueResourceArn"},
5084
+ "VersionNumber":{"shape":"VersionLongNumber"},
5085
+ "Status":{"shape":"SchemaVersionStatus"},
5086
+ "CreatedTime":{"shape":"CreatedTimestamp"}
5087
+ }
5088
+ },
5089
+ "GetSchemaVersionsDiffInput":{
5090
+ "type":"structure",
5091
+ "required":[
5092
+ "SchemaId",
5093
+ "FirstSchemaVersionNumber",
5094
+ "SecondSchemaVersionNumber",
5095
+ "SchemaDiffType"
5096
+ ],
5097
+ "members":{
5098
+ "SchemaId":{"shape":"SchemaId"},
5099
+ "FirstSchemaVersionNumber":{"shape":"SchemaVersionNumber"},
5100
+ "SecondSchemaVersionNumber":{"shape":"SchemaVersionNumber"},
5101
+ "SchemaDiffType":{"shape":"SchemaDiffType"}
5102
+ }
5103
+ },
5104
+ "GetSchemaVersionsDiffResponse":{
5105
+ "type":"structure",
5106
+ "members":{
5107
+ "Diff":{"shape":"SchemaDefinitionDiff"}
5108
+ }
5109
+ },
4556
5110
  "GetSecurityConfigurationRequest":{
4557
5111
  "type":"structure",
4558
5112
  "required":["Name"],
@@ -4939,6 +5493,7 @@
4939
5493
  },
4940
5494
  "exception":true
4941
5495
  },
5496
+ "IsVersionValid":{"type":"boolean"},
4942
5497
  "JdbcTarget":{
4943
5498
  "type":"structure",
4944
5499
  "members":{
@@ -5182,6 +5737,7 @@
5182
5737
  "FAILED"
5183
5738
  ]
5184
5739
  },
5740
+ "LatestSchemaVersionBoolean":{"type":"boolean"},
5185
5741
  "ListCrawlersRequest":{
5186
5742
  "type":"structure",
5187
5743
  "members":{
@@ -5245,6 +5801,51 @@
5245
5801
  "NextToken":{"shape":"PaginationToken"}
5246
5802
  }
5247
5803
  },
5804
+ "ListRegistriesInput":{
5805
+ "type":"structure",
5806
+ "members":{
5807
+ "MaxResults":{"shape":"MaxResultsNumber"},
5808
+ "NextToken":{"shape":"SchemaRegistryTokenString"}
5809
+ }
5810
+ },
5811
+ "ListRegistriesResponse":{
5812
+ "type":"structure",
5813
+ "members":{
5814
+ "Registries":{"shape":"RegistryListDefinition"},
5815
+ "NextToken":{"shape":"SchemaRegistryTokenString"}
5816
+ }
5817
+ },
5818
+ "ListSchemaVersionsInput":{
5819
+ "type":"structure",
5820
+ "required":["SchemaId"],
5821
+ "members":{
5822
+ "SchemaId":{"shape":"SchemaId"},
5823
+ "MaxResults":{"shape":"MaxResultsNumber"},
5824
+ "NextToken":{"shape":"SchemaRegistryTokenString"}
5825
+ }
5826
+ },
5827
+ "ListSchemaVersionsResponse":{
5828
+ "type":"structure",
5829
+ "members":{
5830
+ "Schemas":{"shape":"SchemaVersionList"},
5831
+ "NextToken":{"shape":"SchemaRegistryTokenString"}
5832
+ }
5833
+ },
5834
+ "ListSchemasInput":{
5835
+ "type":"structure",
5836
+ "members":{
5837
+ "RegistryId":{"shape":"RegistryId"},
5838
+ "MaxResults":{"shape":"MaxResultsNumber"},
5839
+ "NextToken":{"shape":"SchemaRegistryTokenString"}
5840
+ }
5841
+ },
5842
+ "ListSchemasResponse":{
5843
+ "type":"structure",
5844
+ "members":{
5845
+ "Schemas":{"shape":"SchemaListDefinition"},
5846
+ "NextToken":{"shape":"SchemaRegistryTokenString"}
5847
+ }
5848
+ },
5248
5849
  "ListTriggersRequest":{
5249
5850
  "type":"structure",
5250
5851
  "members":{
@@ -5405,6 +6006,12 @@
5405
6006
  "min":0
5406
6007
  },
5407
6008
  "MaxConcurrentRuns":{"type":"integer"},
6009
+ "MaxResultsNumber":{
6010
+ "type":"integer",
6011
+ "box":true,
6012
+ "max":100,
6013
+ "min":1
6014
+ },
5408
6015
  "MaxRetries":{"type":"integer"},
5409
6016
  "MessagePrefix":{
5410
6017
  "type":"string",
@@ -5413,6 +6020,41 @@
5413
6020
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
5414
6021
  },
5415
6022
  "MessageString":{"type":"string"},
6023
+ "MetadataInfo":{
6024
+ "type":"structure",
6025
+ "members":{
6026
+ "MetadataValue":{"shape":"MetadataValueString"},
6027
+ "CreatedTime":{"shape":"CreatedTimestamp"}
6028
+ }
6029
+ },
6030
+ "MetadataInfoMap":{
6031
+ "type":"map",
6032
+ "key":{"shape":"MetadataKeyString"},
6033
+ "value":{"shape":"MetadataInfo"}
6034
+ },
6035
+ "MetadataKeyString":{
6036
+ "type":"string",
6037
+ "max":128,
6038
+ "min":1,
6039
+ "pattern":"[a-zA-Z0-9+-=._./@]+"
6040
+ },
6041
+ "MetadataKeyValuePair":{
6042
+ "type":"structure",
6043
+ "members":{
6044
+ "MetadataKey":{"shape":"MetadataKeyString"},
6045
+ "MetadataValue":{"shape":"MetadataValueString"}
6046
+ }
6047
+ },
6048
+ "MetadataList":{
6049
+ "type":"list",
6050
+ "member":{"shape":"MetadataKeyValuePair"}
6051
+ },
6052
+ "MetadataValueString":{
6053
+ "type":"string",
6054
+ "max":256,
6055
+ "min":1,
6056
+ "pattern":"[a-zA-Z0-9+-=._./@]+"
6057
+ },
5416
6058
  "MillisecondsCount":{"type":"long"},
5417
6059
  "MongoDBTarget":{
5418
6060
  "type":"structure",
@@ -5758,6 +6400,29 @@
5758
6400
  "PolicyHash":{"shape":"HashString"}
5759
6401
  }
5760
6402
  },
6403
+ "PutSchemaVersionMetadataInput":{
6404
+ "type":"structure",
6405
+ "required":["MetadataKeyValue"],
6406
+ "members":{
6407
+ "SchemaId":{"shape":"SchemaId"},
6408
+ "SchemaVersionNumber":{"shape":"SchemaVersionNumber"},
6409
+ "SchemaVersionId":{"shape":"SchemaVersionIdString"},
6410
+ "MetadataKeyValue":{"shape":"MetadataKeyValuePair"}
6411
+ }
6412
+ },
6413
+ "PutSchemaVersionMetadataResponse":{
6414
+ "type":"structure",
6415
+ "members":{
6416
+ "SchemaArn":{"shape":"GlueResourceArn"},
6417
+ "SchemaName":{"shape":"SchemaRegistryNameString"},
6418
+ "RegistryName":{"shape":"SchemaRegistryNameString"},
6419
+ "LatestVersion":{"shape":"LatestSchemaVersionBoolean"},
6420
+ "VersionNumber":{"shape":"VersionLongNumber"},
6421
+ "SchemaVersionId":{"shape":"SchemaVersionIdString"},
6422
+ "MetadataKey":{"shape":"MetadataKeyString"},
6423
+ "MetadataValue":{"shape":"MetadataValueString"}
6424
+ }
6425
+ },
5761
6426
  "PutWorkflowRunPropertiesRequest":{
5762
6427
  "type":"structure",
5763
6428
  "required":[
@@ -5781,6 +6446,30 @@
5781
6446
  "type":"string",
5782
6447
  "pattern":"^[2-3]$"
5783
6448
  },
6449
+ "QuerySchemaVersionMetadataInput":{
6450
+ "type":"structure",
6451
+ "members":{
6452
+ "SchemaId":{"shape":"SchemaId"},
6453
+ "SchemaVersionNumber":{"shape":"SchemaVersionNumber"},
6454
+ "SchemaVersionId":{"shape":"SchemaVersionIdString"},
6455
+ "MetadataList":{"shape":"MetadataList"},
6456
+ "MaxResults":{"shape":"QuerySchemaVersionMetadataMaxResults"},
6457
+ "NextToken":{"shape":"SchemaRegistryTokenString"}
6458
+ }
6459
+ },
6460
+ "QuerySchemaVersionMetadataMaxResults":{
6461
+ "type":"integer",
6462
+ "max":50,
6463
+ "min":1
6464
+ },
6465
+ "QuerySchemaVersionMetadataResponse":{
6466
+ "type":"structure",
6467
+ "members":{
6468
+ "MetadataInfoMap":{"shape":"MetadataInfoMap"},
6469
+ "SchemaVersionId":{"shape":"SchemaVersionIdString"},
6470
+ "NextToken":{"shape":"SchemaRegistryTokenString"}
6471
+ }
6472
+ },
5784
6473
  "RecordsCount":{
5785
6474
  "type":"long",
5786
6475
  "box":true
@@ -5798,6 +6487,77 @@
5798
6487
  "RecrawlBehavior":{"shape":"RecrawlBehavior"}
5799
6488
  }
5800
6489
  },
6490
+ "RegisterSchemaVersionInput":{
6491
+ "type":"structure",
6492
+ "required":[
6493
+ "SchemaId",
6494
+ "SchemaDefinition"
6495
+ ],
6496
+ "members":{
6497
+ "SchemaId":{"shape":"SchemaId"},
6498
+ "SchemaDefinition":{"shape":"SchemaDefinitionString"}
6499
+ }
6500
+ },
6501
+ "RegisterSchemaVersionResponse":{
6502
+ "type":"structure",
6503
+ "members":{
6504
+ "SchemaVersionId":{"shape":"SchemaVersionIdString"},
6505
+ "VersionNumber":{"shape":"VersionLongNumber"},
6506
+ "Status":{"shape":"SchemaVersionStatus"}
6507
+ }
6508
+ },
6509
+ "RegistryId":{
6510
+ "type":"structure",
6511
+ "members":{
6512
+ "RegistryName":{"shape":"SchemaRegistryNameString"},
6513
+ "RegistryArn":{"shape":"GlueResourceArn"}
6514
+ }
6515
+ },
6516
+ "RegistryListDefinition":{
6517
+ "type":"list",
6518
+ "member":{"shape":"RegistryListItem"}
6519
+ },
6520
+ "RegistryListItem":{
6521
+ "type":"structure",
6522
+ "members":{
6523
+ "RegistryName":{"shape":"SchemaRegistryNameString"},
6524
+ "RegistryArn":{"shape":"GlueResourceArn"},
6525
+ "Description":{"shape":"DescriptionString"},
6526
+ "Status":{"shape":"RegistryStatus"},
6527
+ "CreatedTime":{"shape":"CreatedTimestamp"},
6528
+ "UpdatedTime":{"shape":"UpdatedTimestamp"}
6529
+ }
6530
+ },
6531
+ "RegistryStatus":{
6532
+ "type":"string",
6533
+ "enum":[
6534
+ "AVAILABLE",
6535
+ "DELETING"
6536
+ ]
6537
+ },
6538
+ "RemoveSchemaVersionMetadataInput":{
6539
+ "type":"structure",
6540
+ "required":["MetadataKeyValue"],
6541
+ "members":{
6542
+ "SchemaId":{"shape":"SchemaId"},
6543
+ "SchemaVersionNumber":{"shape":"SchemaVersionNumber"},
6544
+ "SchemaVersionId":{"shape":"SchemaVersionIdString"},
6545
+ "MetadataKeyValue":{"shape":"MetadataKeyValuePair"}
6546
+ }
6547
+ },
6548
+ "RemoveSchemaVersionMetadataResponse":{
6549
+ "type":"structure",
6550
+ "members":{
6551
+ "SchemaArn":{"shape":"GlueResourceArn"},
6552
+ "SchemaName":{"shape":"SchemaRegistryNameString"},
6553
+ "RegistryName":{"shape":"SchemaRegistryNameString"},
6554
+ "LatestVersion":{"shape":"LatestSchemaVersionBoolean"},
6555
+ "VersionNumber":{"shape":"VersionLongNumber"},
6556
+ "SchemaVersionId":{"shape":"SchemaVersionIdString"},
6557
+ "MetadataKey":{"shape":"MetadataKeyString"},
6558
+ "MetadataValue":{"shape":"MetadataValueString"}
6559
+ }
6560
+ },
5801
6561
  "ReplaceBoolean":{"type":"boolean"},
5802
6562
  "ResetJobBookmarkRequest":{
5803
6563
  "type":"structure",
@@ -5951,6 +6711,11 @@
5951
6711
  "DeleteBehavior":{"shape":"DeleteBehavior"}
5952
6712
  }
5953
6713
  },
6714
+ "SchemaCheckpointNumber":{
6715
+ "type":"long",
6716
+ "max":100000,
6717
+ "min":1
6718
+ },
5954
6719
  "SchemaColumn":{
5955
6720
  "type":"structure",
5956
6721
  "members":{
@@ -5958,7 +6723,125 @@
5958
6723
  "DataType":{"shape":"ColumnTypeString"}
5959
6724
  }
5960
6725
  },
6726
+ "SchemaDefinitionDiff":{
6727
+ "type":"string",
6728
+ "max":340000,
6729
+ "min":1,
6730
+ "pattern":".*\\S.*"
6731
+ },
6732
+ "SchemaDefinitionString":{
6733
+ "type":"string",
6734
+ "max":170000,
6735
+ "min":1,
6736
+ "pattern":".*\\S.*"
6737
+ },
6738
+ "SchemaDiffType":{
6739
+ "type":"string",
6740
+ "enum":["SYNTAX_DIFF"]
6741
+ },
6742
+ "SchemaId":{
6743
+ "type":"structure",
6744
+ "members":{
6745
+ "SchemaArn":{"shape":"GlueResourceArn"},
6746
+ "SchemaName":{"shape":"SchemaRegistryNameString"},
6747
+ "RegistryName":{"shape":"SchemaRegistryNameString"}
6748
+ }
6749
+ },
6750
+ "SchemaListDefinition":{
6751
+ "type":"list",
6752
+ "member":{"shape":"SchemaListItem"}
6753
+ },
6754
+ "SchemaListItem":{
6755
+ "type":"structure",
6756
+ "members":{
6757
+ "RegistryName":{"shape":"SchemaRegistryNameString"},
6758
+ "SchemaName":{"shape":"SchemaRegistryNameString"},
6759
+ "SchemaArn":{"shape":"GlueResourceArn"},
6760
+ "Description":{"shape":"DescriptionString"},
6761
+ "SchemaStatus":{"shape":"SchemaStatus"},
6762
+ "CreatedTime":{"shape":"CreatedTimestamp"},
6763
+ "UpdatedTime":{"shape":"UpdatedTimestamp"}
6764
+ }
6765
+ },
5961
6766
  "SchemaPathString":{"type":"string"},
6767
+ "SchemaReference":{
6768
+ "type":"structure",
6769
+ "members":{
6770
+ "SchemaId":{"shape":"SchemaId"},
6771
+ "SchemaVersionId":{"shape":"SchemaVersionIdString"},
6772
+ "SchemaVersionNumber":{
6773
+ "shape":"VersionLongNumber",
6774
+ "box":true
6775
+ }
6776
+ }
6777
+ },
6778
+ "SchemaRegistryNameString":{
6779
+ "type":"string",
6780
+ "max":255,
6781
+ "min":1,
6782
+ "pattern":"[a-zA-Z0-9-_$#]+"
6783
+ },
6784
+ "SchemaRegistryTokenString":{"type":"string"},
6785
+ "SchemaStatus":{
6786
+ "type":"string",
6787
+ "enum":[
6788
+ "AVAILABLE",
6789
+ "PENDING",
6790
+ "DELETING"
6791
+ ]
6792
+ },
6793
+ "SchemaValidationError":{
6794
+ "type":"string",
6795
+ "max":5000,
6796
+ "min":1
6797
+ },
6798
+ "SchemaVersionErrorItem":{
6799
+ "type":"structure",
6800
+ "members":{
6801
+ "VersionNumber":{"shape":"VersionLongNumber"},
6802
+ "ErrorDetails":{"shape":"ErrorDetails"}
6803
+ }
6804
+ },
6805
+ "SchemaVersionErrorList":{
6806
+ "type":"list",
6807
+ "member":{"shape":"SchemaVersionErrorItem"}
6808
+ },
6809
+ "SchemaVersionIdString":{
6810
+ "type":"string",
6811
+ "max":36,
6812
+ "min":36,
6813
+ "pattern":"[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}"
6814
+ },
6815
+ "SchemaVersionList":{
6816
+ "type":"list",
6817
+ "member":{"shape":"SchemaVersionListItem"}
6818
+ },
6819
+ "SchemaVersionListItem":{
6820
+ "type":"structure",
6821
+ "members":{
6822
+ "SchemaArn":{"shape":"GlueResourceArn"},
6823
+ "SchemaVersionId":{"shape":"SchemaVersionIdString"},
6824
+ "VersionNumber":{"shape":"VersionLongNumber"},
6825
+ "Status":{"shape":"SchemaVersionStatus"},
6826
+ "CreatedTime":{"shape":"CreatedTimestamp"}
6827
+ }
6828
+ },
6829
+ "SchemaVersionNumber":{
6830
+ "type":"structure",
6831
+ "members":{
6832
+ "LatestVersion":{"shape":"LatestSchemaVersionBoolean"},
6833
+ "VersionNumber":{"shape":"VersionLongNumber"}
6834
+ }
6835
+ },
6836
+ "SchemaVersionStatus":{
6837
+ "type":"string",
6838
+ "enum":[
6839
+ "AVAILABLE",
6840
+ "PENDING",
6841
+ "FAILURE",
6842
+ "DELETING"
6843
+ ]
6844
+ },
5962
6845
  "ScriptLocationString":{"type":"string"},
5963
6846
  "SearchPropertyPredicates":{
5964
6847
  "type":"list",
@@ -6263,7 +7146,8 @@
6263
7146
  "SortColumns":{"shape":"OrderList"},
6264
7147
  "Parameters":{"shape":"ParametersMap"},
6265
7148
  "SkewedInfo":{"shape":"SkewedInfo"},
6266
- "StoredAsSubDirectories":{"shape":"Boolean"}
7149
+ "StoredAsSubDirectories":{"shape":"Boolean"},
7150
+ "SchemaReference":{"shape":"SchemaReference"}
6267
7151
  }
6268
7152
  },
6269
7153
  "StringColumnStatisticsData":{
@@ -6924,6 +7808,42 @@
6924
7808
  "members":{
6925
7809
  }
6926
7810
  },
7811
+ "UpdateRegistryInput":{
7812
+ "type":"structure",
7813
+ "required":[
7814
+ "RegistryId",
7815
+ "Description"
7816
+ ],
7817
+ "members":{
7818
+ "RegistryId":{"shape":"RegistryId"},
7819
+ "Description":{"shape":"DescriptionString"}
7820
+ }
7821
+ },
7822
+ "UpdateRegistryResponse":{
7823
+ "type":"structure",
7824
+ "members":{
7825
+ "RegistryName":{"shape":"SchemaRegistryNameString"},
7826
+ "RegistryArn":{"shape":"GlueResourceArn"}
7827
+ }
7828
+ },
7829
+ "UpdateSchemaInput":{
7830
+ "type":"structure",
7831
+ "required":["SchemaId"],
7832
+ "members":{
7833
+ "SchemaId":{"shape":"SchemaId"},
7834
+ "SchemaVersionNumber":{"shape":"SchemaVersionNumber"},
7835
+ "Compatibility":{"shape":"Compatibility"},
7836
+ "Description":{"shape":"DescriptionString"}
7837
+ }
7838
+ },
7839
+ "UpdateSchemaResponse":{
7840
+ "type":"structure",
7841
+ "members":{
7842
+ "SchemaArn":{"shape":"GlueResourceArn"},
7843
+ "SchemaName":{"shape":"SchemaRegistryNameString"},
7844
+ "RegistryName":{"shape":"SchemaRegistryNameString"}
7845
+ }
7846
+ },
6927
7847
  "UpdateTableRequest":{
6928
7848
  "type":"structure",
6929
7849
  "required":[
@@ -7003,6 +7923,7 @@
7003
7923
  "RowTag":{"shape":"RowTag"}
7004
7924
  }
7005
7925
  },
7926
+ "UpdatedTimestamp":{"type":"string"},
7006
7927
  "UriString":{"type":"string"},
7007
7928
  "UserDefinedFunction":{
7008
7929
  "type":"structure",
@@ -7047,6 +7968,11 @@
7047
7968
  "member":{"shape":"ValueString"}
7048
7969
  },
7049
7970
  "VersionId":{"type":"long"},
7971
+ "VersionLongNumber":{
7972
+ "type":"long",
7973
+ "max":100000,
7974
+ "min":1
7975
+ },
7050
7976
  "VersionMismatchException":{
7051
7977
  "type":"structure",
7052
7978
  "members":{
@@ -7060,6 +7986,12 @@
7060
7986
  "min":1,
7061
7987
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
7062
7988
  },
7989
+ "VersionsString":{
7990
+ "type":"string",
7991
+ "max":100000,
7992
+ "min":1,
7993
+ "pattern":"[1-9][0-9]*|[1-9][0-9]*-[1-9][0-9]*"
7994
+ },
7063
7995
  "ViewTextString":{
7064
7996
  "type":"string",
7065
7997
  "max":409600