cdk-lambda-subminute 2.0.313 → 2.0.314

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 (36) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +319 -17
  5. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +6 -0
  6. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +654 -589
  7. package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.min.json +397 -0
  9. package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.paginators.json +14 -0
  10. package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +542 -7
  11. package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.examples.json +5 -0
  12. package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.min.json +178 -0
  13. package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.paginators.json +4 -0
  14. package/node_modules/aws-sdk/apis/metadata.json +8 -0
  15. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +436 -74
  16. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +12 -0
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1227 -992
  18. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  19. package/node_modules/aws-sdk/clients/all.js +3 -1
  20. package/node_modules/aws-sdk/clients/arczonalshift.d.ts +330 -30
  21. package/node_modules/aws-sdk/clients/glue.d.ts +83 -2
  22. package/node_modules/aws-sdk/clients/marketplaceagreement.d.ts +602 -0
  23. package/node_modules/aws-sdk/clients/marketplaceagreement.js +18 -0
  24. package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +883 -2
  25. package/node_modules/aws-sdk/clients/marketplacedeployment.d.ts +172 -0
  26. package/node_modules/aws-sdk/clients/marketplacedeployment.js +18 -0
  27. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +463 -6
  28. package/node_modules/aws-sdk/clients/sagemaker.d.ts +264 -2
  29. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  30. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +85 -11
  31. package/node_modules/aws-sdk/dist/aws-sdk.js +553 -10
  32. package/node_modules/aws-sdk/dist/aws-sdk.min.js +40 -40
  33. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  34. package/node_modules/aws-sdk/lib/core.js +1 -1
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/package.json +2 -2
@@ -297,6 +297,12 @@
297
297
  "RulesetEvaluationRunId": {},
298
298
  "RuleResults": {
299
299
  "shape": "S46"
300
+ },
301
+ "AnalyzerResults": {
302
+ "shape": "S4b"
303
+ },
304
+ "Observations": {
305
+ "shape": "S4d"
300
306
  }
301
307
  }
302
308
  }
@@ -315,7 +321,7 @@
315
321
  ],
316
322
  "members": {
317
323
  "DevEndpointNames": {
318
- "shape": "S4b"
324
+ "shape": "S4k"
319
325
  }
320
326
  }
321
327
  },
@@ -323,10 +329,10 @@
323
329
  "type": "structure",
324
330
  "members": {
325
331
  "DevEndpoints": {
326
- "shape": "S4d"
332
+ "shape": "S4m"
327
333
  },
328
334
  "DevEndpointsNotFound": {
329
- "shape": "S4b"
335
+ "shape": "S4k"
330
336
  }
331
337
  }
332
338
  }
@@ -339,7 +345,7 @@
339
345
  ],
340
346
  "members": {
341
347
  "JobNames": {
342
- "shape": "S4n"
348
+ "shape": "S4w"
343
349
  }
344
350
  }
345
351
  },
@@ -347,10 +353,10 @@
347
353
  "type": "structure",
348
354
  "members": {
349
355
  "Jobs": {
350
- "shape": "S4p"
356
+ "shape": "S4y"
351
357
  },
352
358
  "JobsNotFound": {
353
- "shape": "S4n"
359
+ "shape": "S4w"
354
360
  }
355
361
  }
356
362
  }
@@ -368,7 +374,7 @@
368
374
  "DatabaseName": {},
369
375
  "TableName": {},
370
376
  "PartitionsToGet": {
371
- "shape": "Sa4"
377
+ "shape": "Sad"
372
378
  }
373
379
  }
374
380
  },
@@ -376,10 +382,10 @@
376
382
  "type": "structure",
377
383
  "members": {
378
384
  "Partitions": {
379
- "shape": "Sa6"
385
+ "shape": "Saf"
380
386
  },
381
387
  "UnprocessedKeys": {
382
- "shape": "Sa4"
388
+ "shape": "Sad"
383
389
  }
384
390
  }
385
391
  }
@@ -417,7 +423,7 @@
417
423
  "databaseName": {},
418
424
  "tableName": {},
419
425
  "tableOptimizer": {
420
- "shape": "Sah"
426
+ "shape": "Saq"
421
427
  }
422
428
  }
423
429
  }
@@ -448,7 +454,7 @@
448
454
  ],
449
455
  "members": {
450
456
  "TriggerNames": {
451
- "shape": "Sas"
457
+ "shape": "Sb1"
452
458
  }
453
459
  }
454
460
  },
@@ -456,10 +462,10 @@
456
462
  "type": "structure",
457
463
  "members": {
458
464
  "Triggers": {
459
- "shape": "Sau"
465
+ "shape": "Sb3"
460
466
  },
461
467
  "TriggersNotFound": {
462
- "shape": "Sas"
468
+ "shape": "Sb1"
463
469
  }
464
470
  }
465
471
  }
@@ -472,7 +478,7 @@
472
478
  ],
473
479
  "members": {
474
480
  "Names": {
475
- "shape": "Sbc"
481
+ "shape": "Sbl"
476
482
  },
477
483
  "IncludeGraph": {
478
484
  "type": "boolean"
@@ -485,11 +491,11 @@
485
491
  "Workflows": {
486
492
  "type": "list",
487
493
  "member": {
488
- "shape": "Sbf"
494
+ "shape": "Sbo"
489
495
  }
490
496
  },
491
497
  "MissingWorkflows": {
492
- "shape": "Sbc"
498
+ "shape": "Sbl"
493
499
  }
494
500
  }
495
501
  }
@@ -560,7 +566,7 @@
560
566
  ],
561
567
  "members": {
562
568
  "PartitionValueList": {
563
- "shape": "Scd"
569
+ "shape": "Scm"
564
570
  },
565
571
  "PartitionInput": {
566
572
  "shape": "S5"
@@ -579,7 +585,7 @@
579
585
  "type": "structure",
580
586
  "members": {
581
587
  "PartitionValueList": {
582
- "shape": "Scd"
588
+ "shape": "Scm"
583
589
  },
584
590
  "ErrorDetail": {
585
591
  "shape": "S14"
@@ -695,7 +701,7 @@
695
701
  "Description": {},
696
702
  "BlueprintLocation": {},
697
703
  "Tags": {
698
- "shape": "Scy"
704
+ "shape": "Sd7"
699
705
  }
700
706
  }
701
707
  },
@@ -758,7 +764,7 @@
758
764
  "QuoteSymbol": {},
759
765
  "ContainsHeader": {},
760
766
  "Header": {
761
- "shape": "Sdf"
767
+ "shape": "Sdo"
762
768
  },
763
769
  "DisableValueTrimming": {
764
770
  "type": "boolean"
@@ -770,7 +776,7 @@
770
776
  "type": "boolean"
771
777
  },
772
778
  "CustomDatatypes": {
773
- "shape": "Sdg"
779
+ "shape": "Sdp"
774
780
  },
775
781
  "Serde": {}
776
782
  }
@@ -791,10 +797,10 @@
791
797
  "members": {
792
798
  "CatalogId": {},
793
799
  "ConnectionInput": {
794
- "shape": "Sdk"
800
+ "shape": "Sdt"
795
801
  },
796
802
  "Tags": {
797
- "shape": "Scy"
803
+ "shape": "Sd7"
798
804
  }
799
805
  }
800
806
  },
@@ -839,7 +845,7 @@
839
845
  "Configuration": {},
840
846
  "CrawlerSecurityConfiguration": {},
841
847
  "Tags": {
842
- "shape": "Scy"
848
+ "shape": "Sd7"
843
849
  }
844
850
  }
845
851
  },
@@ -862,7 +868,7 @@
862
868
  "shape": "S3v"
863
869
  },
864
870
  "Tags": {
865
- "shape": "Scy"
871
+ "shape": "Sd7"
866
872
  }
867
873
  }
868
874
  },
@@ -885,10 +891,10 @@
885
891
  "Description": {},
886
892
  "Ruleset": {},
887
893
  "Tags": {
888
- "shape": "Scy"
894
+ "shape": "Sd7"
889
895
  },
890
896
  "TargetTable": {
891
- "shape": "Sdy"
897
+ "shape": "Se7"
892
898
  },
893
899
  "ClientToken": {}
894
900
  }
@@ -910,10 +916,10 @@
910
916
  "members": {
911
917
  "CatalogId": {},
912
918
  "DatabaseInput": {
913
- "shape": "Se1"
919
+ "shape": "Sea"
914
920
  },
915
921
  "Tags": {
916
- "shape": "Scy"
922
+ "shape": "Sd7"
917
923
  }
918
924
  }
919
925
  },
@@ -933,12 +939,12 @@
933
939
  "EndpointName": {},
934
940
  "RoleArn": {},
935
941
  "SecurityGroupIds": {
936
- "shape": "S4g"
942
+ "shape": "S4p"
937
943
  },
938
944
  "SubnetId": {},
939
945
  "PublicKey": {},
940
946
  "PublicKeys": {
941
- "shape": "S4k"
947
+ "shape": "S4t"
942
948
  },
943
949
  "NumberOfNodes": {
944
950
  "type": "integer"
@@ -952,10 +958,10 @@
952
958
  "ExtraJarsS3Path": {},
953
959
  "SecurityConfiguration": {},
954
960
  "Tags": {
955
- "shape": "Scy"
961
+ "shape": "Sd7"
956
962
  },
957
963
  "Arguments": {
958
- "shape": "S4l"
964
+ "shape": "S4u"
959
965
  }
960
966
  }
961
967
  },
@@ -965,7 +971,7 @@
965
971
  "EndpointName": {},
966
972
  "Status": {},
967
973
  "SecurityGroupIds": {
968
- "shape": "S4g"
974
+ "shape": "S4p"
969
975
  },
970
976
  "SubnetId": {},
971
977
  "RoleArn": {},
@@ -991,7 +997,7 @@
991
997
  "type": "timestamp"
992
998
  },
993
999
  "Arguments": {
994
- "shape": "S4l"
1000
+ "shape": "S4u"
995
1001
  }
996
1002
  }
997
1003
  }
@@ -1010,19 +1016,19 @@
1010
1016
  "LogUri": {},
1011
1017
  "Role": {},
1012
1018
  "ExecutionProperty": {
1013
- "shape": "S4t"
1019
+ "shape": "S52"
1014
1020
  },
1015
1021
  "Command": {
1016
- "shape": "S4v"
1022
+ "shape": "S54"
1017
1023
  },
1018
1024
  "DefaultArguments": {
1019
- "shape": "S4z"
1025
+ "shape": "S58"
1020
1026
  },
1021
1027
  "NonOverridableArguments": {
1022
- "shape": "S4z"
1028
+ "shape": "S58"
1023
1029
  },
1024
1030
  "Connections": {
1025
- "shape": "S50"
1031
+ "shape": "S59"
1026
1032
  },
1027
1033
  "MaxRetries": {
1028
1034
  "type": "integer"
@@ -1040,10 +1046,10 @@
1040
1046
  },
1041
1047
  "SecurityConfiguration": {},
1042
1048
  "Tags": {
1043
- "shape": "Scy"
1049
+ "shape": "Sd7"
1044
1050
  },
1045
1051
  "NotificationProperty": {
1046
- "shape": "S54"
1052
+ "shape": "S5d"
1047
1053
  },
1048
1054
  "GlueVersion": {},
1049
1055
  "NumberOfWorkers": {
@@ -1051,11 +1057,11 @@
1051
1057
  },
1052
1058
  "WorkerType": {},
1053
1059
  "CodeGenConfigurationNodes": {
1054
- "shape": "S56"
1060
+ "shape": "S5f"
1055
1061
  },
1056
1062
  "ExecutionClass": {},
1057
1063
  "SourceControlDetails": {
1058
- "shape": "Sa0"
1064
+ "shape": "Sa9"
1059
1065
  }
1060
1066
  }
1061
1067
  },
@@ -1079,10 +1085,10 @@
1079
1085
  "Name": {},
1080
1086
  "Description": {},
1081
1087
  "InputRecordTables": {
1082
- "shape": "Sei"
1088
+ "shape": "Ser"
1083
1089
  },
1084
1090
  "Parameters": {
1085
- "shape": "Sej"
1091
+ "shape": "Ses"
1086
1092
  },
1087
1093
  "Role": {},
1088
1094
  "GlueVersion": {},
@@ -1100,10 +1106,10 @@
1100
1106
  "type": "integer"
1101
1107
  },
1102
1108
  "Tags": {
1103
- "shape": "Scy"
1109
+ "shape": "Sd7"
1104
1110
  },
1105
1111
  "TransformEncryption": {
1106
- "shape": "Sen"
1112
+ "shape": "Sew"
1107
1113
  }
1108
1114
  }
1109
1115
  },
@@ -1149,7 +1155,7 @@
1149
1155
  "DatabaseName": {},
1150
1156
  "TableName": {},
1151
1157
  "PartitionIndex": {
1152
- "shape": "Seu"
1158
+ "shape": "Sf3"
1153
1159
  }
1154
1160
  }
1155
1161
  },
@@ -1168,7 +1174,7 @@
1168
1174
  "RegistryName": {},
1169
1175
  "Description": {},
1170
1176
  "Tags": {
1171
- "shape": "Scy"
1177
+ "shape": "Sd7"
1172
1178
  }
1173
1179
  }
1174
1180
  },
@@ -1179,7 +1185,7 @@
1179
1185
  "RegistryName": {},
1180
1186
  "Description": {},
1181
1187
  "Tags": {
1182
- "shape": "Scy"
1188
+ "shape": "Sd7"
1183
1189
  }
1184
1190
  }
1185
1191
  }
@@ -1193,14 +1199,14 @@
1193
1199
  ],
1194
1200
  "members": {
1195
1201
  "RegistryId": {
1196
- "shape": "Sf0"
1202
+ "shape": "Sf9"
1197
1203
  },
1198
1204
  "SchemaName": {},
1199
1205
  "DataFormat": {},
1200
1206
  "Compatibility": {},
1201
1207
  "Description": {},
1202
1208
  "Tags": {
1203
- "shape": "Scy"
1209
+ "shape": "Sd7"
1204
1210
  },
1205
1211
  "SchemaDefinition": {}
1206
1212
  }
@@ -1226,7 +1232,7 @@
1226
1232
  },
1227
1233
  "SchemaStatus": {},
1228
1234
  "Tags": {
1229
- "shape": "Scy"
1235
+ "shape": "Sd7"
1230
1236
  },
1231
1237
  "SchemaVersionId": {},
1232
1238
  "SchemaVersionStatus": {}
@@ -1238,10 +1244,10 @@
1238
1244
  "type": "structure",
1239
1245
  "members": {
1240
1246
  "DagNodes": {
1241
- "shape": "Sf7"
1247
+ "shape": "Sfg"
1242
1248
  },
1243
1249
  "DagEdges": {
1244
- "shape": "Sff"
1250
+ "shape": "Sfo"
1245
1251
  },
1246
1252
  "Language": {}
1247
1253
  }
@@ -1264,7 +1270,7 @@
1264
1270
  "members": {
1265
1271
  "Name": {},
1266
1272
  "EncryptionConfiguration": {
1267
- "shape": "Sfm"
1273
+ "shape": "Sfv"
1268
1274
  }
1269
1275
  }
1270
1276
  },
@@ -1291,7 +1297,7 @@
1291
1297
  "Description": {},
1292
1298
  "Role": {},
1293
1299
  "Command": {
1294
- "shape": "Sfy"
1300
+ "shape": "Sg7"
1295
1301
  },
1296
1302
  "Timeout": {
1297
1303
  "type": "integer"
@@ -1300,10 +1306,10 @@
1300
1306
  "type": "integer"
1301
1307
  },
1302
1308
  "DefaultArguments": {
1303
- "shape": "Sfz"
1309
+ "shape": "Sg8"
1304
1310
  },
1305
1311
  "Connections": {
1306
- "shape": "S50"
1312
+ "shape": "S59"
1307
1313
  },
1308
1314
  "MaxCapacity": {
1309
1315
  "type": "double"
@@ -1315,7 +1321,7 @@
1315
1321
  "SecurityConfiguration": {},
1316
1322
  "GlueVersion": {},
1317
1323
  "Tags": {
1318
- "shape": "Scy"
1324
+ "shape": "Sd7"
1319
1325
  },
1320
1326
  "RequestOrigin": {}
1321
1327
  }
@@ -1324,7 +1330,7 @@
1324
1330
  "type": "structure",
1325
1331
  "members": {
1326
1332
  "Session": {
1327
- "shape": "Sg2"
1333
+ "shape": "Sgb"
1328
1334
  }
1329
1335
  }
1330
1336
  }
@@ -1340,12 +1346,12 @@
1340
1346
  "CatalogId": {},
1341
1347
  "DatabaseName": {},
1342
1348
  "TableInput": {
1343
- "shape": "Sg7"
1349
+ "shape": "Sgg"
1344
1350
  },
1345
1351
  "PartitionIndexes": {
1346
1352
  "type": "list",
1347
1353
  "member": {
1348
- "shape": "Seu"
1354
+ "shape": "Sf3"
1349
1355
  }
1350
1356
  },
1351
1357
  "TransactionId": {},
@@ -1387,7 +1393,7 @@
1387
1393
  "TableName": {},
1388
1394
  "Type": {},
1389
1395
  "TableOptimizerConfiguration": {
1390
- "shape": "Sai"
1396
+ "shape": "Sar"
1391
1397
  }
1392
1398
  }
1393
1399
  },
@@ -1410,20 +1416,20 @@
1410
1416
  "Type": {},
1411
1417
  "Schedule": {},
1412
1418
  "Predicate": {
1413
- "shape": "Sb1"
1419
+ "shape": "Sba"
1414
1420
  },
1415
1421
  "Actions": {
1416
- "shape": "Saz"
1422
+ "shape": "Sb8"
1417
1423
  },
1418
1424
  "Description": {},
1419
1425
  "StartOnCreation": {
1420
1426
  "type": "boolean"
1421
1427
  },
1422
1428
  "Tags": {
1423
- "shape": "Scy"
1429
+ "shape": "Sd7"
1424
1430
  },
1425
1431
  "EventBatchingCondition": {
1426
- "shape": "Sb8"
1432
+ "shape": "Sbh"
1427
1433
  }
1428
1434
  }
1429
1435
  },
@@ -1445,7 +1451,7 @@
1445
1451
  "CatalogId": {},
1446
1452
  "DatabaseName": {},
1447
1453
  "FunctionInput": {
1448
- "shape": "Sgm"
1454
+ "shape": "Sgv"
1449
1455
  }
1450
1456
  }
1451
1457
  },
@@ -1464,10 +1470,10 @@
1464
1470
  "Name": {},
1465
1471
  "Description": {},
1466
1472
  "DefaultRunProperties": {
1467
- "shape": "Sbg"
1473
+ "shape": "Sbp"
1468
1474
  },
1469
1475
  "Tags": {
1470
- "shape": "Scy"
1476
+ "shape": "Sd7"
1471
1477
  },
1472
1478
  "MaxConcurrentRuns": {
1473
1479
  "type": "integer"
@@ -1735,7 +1741,7 @@
1735
1741
  ],
1736
1742
  "members": {
1737
1743
  "RegistryId": {
1738
- "shape": "Sf0"
1744
+ "shape": "Sf9"
1739
1745
  }
1740
1746
  }
1741
1747
  },
@@ -2006,7 +2012,7 @@
2006
2012
  "type": "structure",
2007
2013
  "members": {
2008
2014
  "BlueprintRun": {
2009
- "shape": "Sil"
2015
+ "shape": "Siu"
2010
2016
  }
2011
2017
  }
2012
2018
  }
@@ -2031,7 +2037,7 @@
2031
2037
  "BlueprintRuns": {
2032
2038
  "type": "list",
2033
2039
  "member": {
2034
- "shape": "Sil"
2040
+ "shape": "Siu"
2035
2041
  }
2036
2042
  },
2037
2043
  "NextToken": {}
@@ -2077,7 +2083,7 @@
2077
2083
  "type": "structure",
2078
2084
  "members": {
2079
2085
  "Classifier": {
2080
- "shape": "Siy"
2086
+ "shape": "Sj7"
2081
2087
  }
2082
2088
  }
2083
2089
  }
@@ -2098,7 +2104,7 @@
2098
2104
  "Classifiers": {
2099
2105
  "type": "list",
2100
2106
  "member": {
2101
- "shape": "Siy"
2107
+ "shape": "Sj7"
2102
2108
  }
2103
2109
  },
2104
2110
  "NextToken": {}
@@ -2122,7 +2128,7 @@
2122
2128
  "shape": "S6"
2123
2129
  },
2124
2130
  "ColumnNames": {
2125
- "shape": "Sj8"
2131
+ "shape": "Sjh"
2126
2132
  }
2127
2133
  }
2128
2134
  },
@@ -2130,10 +2136,10 @@
2130
2136
  "type": "structure",
2131
2137
  "members": {
2132
2138
  "ColumnStatisticsList": {
2133
- "shape": "Sja"
2139
+ "shape": "Sjj"
2134
2140
  },
2135
2141
  "Errors": {
2136
- "shape": "Sjs"
2142
+ "shape": "Sk1"
2137
2143
  }
2138
2144
  }
2139
2145
  }
@@ -2151,7 +2157,7 @@
2151
2157
  "DatabaseName": {},
2152
2158
  "TableName": {},
2153
2159
  "ColumnNames": {
2154
- "shape": "Sj8"
2160
+ "shape": "Sjh"
2155
2161
  }
2156
2162
  }
2157
2163
  },
@@ -2159,10 +2165,10 @@
2159
2165
  "type": "structure",
2160
2166
  "members": {
2161
2167
  "ColumnStatisticsList": {
2162
- "shape": "Sja"
2168
+ "shape": "Sjj"
2163
2169
  },
2164
2170
  "Errors": {
2165
- "shape": "Sjs"
2171
+ "shape": "Sk1"
2166
2172
  }
2167
2173
  }
2168
2174
  }
@@ -2181,7 +2187,7 @@
2181
2187
  "type": "structure",
2182
2188
  "members": {
2183
2189
  "ColumnStatisticsTaskRun": {
2184
- "shape": "Sjy"
2190
+ "shape": "Sk7"
2185
2191
  }
2186
2192
  }
2187
2193
  }
@@ -2208,7 +2214,7 @@
2208
2214
  "ColumnStatisticsTaskRuns": {
2209
2215
  "type": "list",
2210
2216
  "member": {
2211
- "shape": "Sjy"
2217
+ "shape": "Sk7"
2212
2218
  }
2213
2219
  },
2214
2220
  "NextToken": {}
@@ -2233,7 +2239,7 @@
2233
2239
  "type": "structure",
2234
2240
  "members": {
2235
2241
  "Connection": {
2236
- "shape": "Sk9"
2242
+ "shape": "Ski"
2237
2243
  }
2238
2244
  }
2239
2245
  }
@@ -2247,7 +2253,7 @@
2247
2253
  "type": "structure",
2248
2254
  "members": {
2249
2255
  "MatchCriteria": {
2250
- "shape": "Sdm"
2256
+ "shape": "Sdv"
2251
2257
  },
2252
2258
  "ConnectionType": {}
2253
2259
  }
@@ -2267,7 +2273,7 @@
2267
2273
  "ConnectionList": {
2268
2274
  "type": "list",
2269
2275
  "member": {
2270
- "shape": "Sk9"
2276
+ "shape": "Ski"
2271
2277
  }
2272
2278
  },
2273
2279
  "NextToken": {}
@@ -2395,7 +2401,7 @@
2395
2401
  "type": "structure",
2396
2402
  "members": {
2397
2403
  "DataCatalogEncryptionSettings": {
2398
- "shape": "Skq"
2404
+ "shape": "Skz"
2399
2405
  }
2400
2406
  }
2401
2407
  }
@@ -2433,6 +2439,12 @@
2433
2439
  "RulesetEvaluationRunId": {},
2434
2440
  "RuleResults": {
2435
2441
  "shape": "S46"
2442
+ },
2443
+ "AnalyzerResults": {
2444
+ "shape": "S4b"
2445
+ },
2446
+ "Observations": {
2447
+ "shape": "S4d"
2436
2448
  }
2437
2449
  }
2438
2450
  }
@@ -2497,7 +2509,7 @@
2497
2509
  "Description": {},
2498
2510
  "Ruleset": {},
2499
2511
  "TargetTable": {
2500
- "shape": "Sdy"
2512
+ "shape": "Se7"
2501
2513
  },
2502
2514
  "CreatedOn": {
2503
2515
  "type": "timestamp"
@@ -2534,7 +2546,7 @@
2534
2546
  "type": "integer"
2535
2547
  },
2536
2548
  "AdditionalRunOptions": {
2537
- "shape": "Sl2"
2549
+ "shape": "Slb"
2538
2550
  },
2539
2551
  "Status": {},
2540
2552
  "ErrorString": {},
@@ -2551,14 +2563,14 @@
2551
2563
  "type": "integer"
2552
2564
  },
2553
2565
  "RulesetNames": {
2554
- "shape": "Sl3"
2566
+ "shape": "Slc"
2555
2567
  },
2556
2568
  "ResultIds": {
2557
2569
  "type": "list",
2558
2570
  "member": {}
2559
2571
  },
2560
2572
  "AdditionalDataSources": {
2561
- "shape": "Sl5"
2573
+ "shape": "Sle"
2562
2574
  }
2563
2575
  }
2564
2576
  }
@@ -2578,7 +2590,7 @@
2578
2590
  "type": "structure",
2579
2591
  "members": {
2580
2592
  "Database": {
2581
- "shape": "Sl8"
2593
+ "shape": "Slh"
2582
2594
  }
2583
2595
  }
2584
2596
  }
@@ -2604,7 +2616,7 @@
2604
2616
  "DatabaseList": {
2605
2617
  "type": "list",
2606
2618
  "member": {
2607
- "shape": "Sl8"
2619
+ "shape": "Slh"
2608
2620
  }
2609
2621
  },
2610
2622
  "NextToken": {}
@@ -2622,10 +2634,10 @@
2622
2634
  "type": "structure",
2623
2635
  "members": {
2624
2636
  "DagNodes": {
2625
- "shape": "Sf7"
2637
+ "shape": "Sfg"
2626
2638
  },
2627
2639
  "DagEdges": {
2628
- "shape": "Sff"
2640
+ "shape": "Sfo"
2629
2641
  }
2630
2642
  }
2631
2643
  }
@@ -2644,7 +2656,7 @@
2644
2656
  "type": "structure",
2645
2657
  "members": {
2646
2658
  "DevEndpoint": {
2647
- "shape": "S4e"
2659
+ "shape": "S4n"
2648
2660
  }
2649
2661
  }
2650
2662
  }
@@ -2663,7 +2675,7 @@
2663
2675
  "type": "structure",
2664
2676
  "members": {
2665
2677
  "DevEndpoints": {
2666
- "shape": "S4d"
2678
+ "shape": "S4m"
2667
2679
  },
2668
2680
  "NextToken": {}
2669
2681
  }
@@ -2683,7 +2695,7 @@
2683
2695
  "type": "structure",
2684
2696
  "members": {
2685
2697
  "Job": {
2686
- "shape": "S4q"
2698
+ "shape": "S4z"
2687
2699
  }
2688
2700
  }
2689
2701
  }
@@ -2703,7 +2715,7 @@
2703
2715
  "type": "structure",
2704
2716
  "members": {
2705
2717
  "JobBookmarkEntry": {
2706
- "shape": "Slq"
2718
+ "shape": "Slz"
2707
2719
  }
2708
2720
  }
2709
2721
  }
@@ -2727,7 +2739,7 @@
2727
2739
  "type": "structure",
2728
2740
  "members": {
2729
2741
  "JobRun": {
2730
- "shape": "Sbr"
2742
+ "shape": "Sc0"
2731
2743
  }
2732
2744
  }
2733
2745
  }
@@ -2750,7 +2762,7 @@
2750
2762
  "type": "structure",
2751
2763
  "members": {
2752
2764
  "JobRuns": {
2753
- "shape": "Sbq"
2765
+ "shape": "Sbz"
2754
2766
  },
2755
2767
  "NextToken": {}
2756
2768
  }
@@ -2770,7 +2782,7 @@
2770
2782
  "type": "structure",
2771
2783
  "members": {
2772
2784
  "Jobs": {
2773
- "shape": "S4p"
2785
+ "shape": "S4y"
2774
2786
  },
2775
2787
  "NextToken": {}
2776
2788
  }
@@ -2796,7 +2808,7 @@
2796
2808
  "Status": {},
2797
2809
  "LogGroupName": {},
2798
2810
  "Properties": {
2799
- "shape": "Sm0"
2811
+ "shape": "Sm9"
2800
2812
  },
2801
2813
  "ErrorString": {},
2802
2814
  "StartedOn": {
@@ -2865,7 +2877,7 @@
2865
2877
  "Status": {},
2866
2878
  "LogGroupName": {},
2867
2879
  "Properties": {
2868
- "shape": "Sm0"
2880
+ "shape": "Sm9"
2869
2881
  },
2870
2882
  "ErrorString": {},
2871
2883
  "StartedOn": {
@@ -2911,19 +2923,19 @@
2911
2923
  "type": "timestamp"
2912
2924
  },
2913
2925
  "InputRecordTables": {
2914
- "shape": "Sei"
2926
+ "shape": "Ser"
2915
2927
  },
2916
2928
  "Parameters": {
2917
- "shape": "Sej"
2929
+ "shape": "Ses"
2918
2930
  },
2919
2931
  "EvaluationMetrics": {
2920
- "shape": "Smj"
2932
+ "shape": "Sms"
2921
2933
  },
2922
2934
  "LabelCount": {
2923
2935
  "type": "integer"
2924
2936
  },
2925
2937
  "Schema": {
2926
- "shape": "Smq"
2938
+ "shape": "Smz"
2927
2939
  },
2928
2940
  "Role": {},
2929
2941
  "GlueVersion": {},
@@ -2941,7 +2953,7 @@
2941
2953
  "type": "integer"
2942
2954
  },
2943
2955
  "TransformEncryption": {
2944
- "shape": "Sen"
2956
+ "shape": "Sew"
2945
2957
  }
2946
2958
  }
2947
2959
  }
@@ -2955,10 +2967,10 @@
2955
2967
  "type": "integer"
2956
2968
  },
2957
2969
  "Filter": {
2958
- "shape": "Smt"
2970
+ "shape": "Sn2"
2959
2971
  },
2960
2972
  "Sort": {
2961
- "shape": "Smu"
2973
+ "shape": "Sn3"
2962
2974
  }
2963
2975
  }
2964
2976
  },
@@ -2984,19 +2996,19 @@
2984
2996
  "type": "timestamp"
2985
2997
  },
2986
2998
  "InputRecordTables": {
2987
- "shape": "Sei"
2999
+ "shape": "Ser"
2988
3000
  },
2989
3001
  "Parameters": {
2990
- "shape": "Sej"
3002
+ "shape": "Ses"
2991
3003
  },
2992
3004
  "EvaluationMetrics": {
2993
- "shape": "Smj"
3005
+ "shape": "Sms"
2994
3006
  },
2995
3007
  "LabelCount": {
2996
3008
  "type": "integer"
2997
3009
  },
2998
3010
  "Schema": {
2999
- "shape": "Smq"
3011
+ "shape": "Smz"
3000
3012
  },
3001
3013
  "Role": {},
3002
3014
  "GlueVersion": {},
@@ -3014,7 +3026,7 @@
3014
3026
  "type": "integer"
3015
3027
  },
3016
3028
  "TransformEncryption": {
3017
- "shape": "Sen"
3029
+ "shape": "Sew"
3018
3030
  }
3019
3031
  }
3020
3032
  }
@@ -3031,13 +3043,13 @@
3031
3043
  ],
3032
3044
  "members": {
3033
3045
  "Source": {
3034
- "shape": "Sn0"
3046
+ "shape": "Sn9"
3035
3047
  },
3036
3048
  "Sinks": {
3037
- "shape": "Sn1"
3049
+ "shape": "Sna"
3038
3050
  },
3039
3051
  "Location": {
3040
- "shape": "Sn2"
3052
+ "shape": "Snb"
3041
3053
  }
3042
3054
  }
3043
3055
  },
@@ -3048,7 +3060,7 @@
3048
3060
  ],
3049
3061
  "members": {
3050
3062
  "Mapping": {
3051
- "shape": "Sn4"
3063
+ "shape": "Snd"
3052
3064
  }
3053
3065
  }
3054
3066
  }
@@ -3074,7 +3086,7 @@
3074
3086
  "type": "structure",
3075
3087
  "members": {
3076
3088
  "Partition": {
3077
- "shape": "Sa7"
3089
+ "shape": "Sag"
3078
3090
  }
3079
3091
  }
3080
3092
  }
@@ -3158,7 +3170,7 @@
3158
3170
  "Expression": {},
3159
3171
  "NextToken": {},
3160
3172
  "Segment": {
3161
- "shape": "Snn"
3173
+ "shape": "Snw"
3162
3174
  },
3163
3175
  "MaxResults": {
3164
3176
  "type": "integer"
@@ -3176,7 +3188,7 @@
3176
3188
  "type": "structure",
3177
3189
  "members": {
3178
3190
  "Partitions": {
3179
- "shape": "Sa6"
3191
+ "shape": "Saf"
3180
3192
  },
3181
3193
  "NextToken": {}
3182
3194
  }
@@ -3191,16 +3203,16 @@
3191
3203
  ],
3192
3204
  "members": {
3193
3205
  "Mapping": {
3194
- "shape": "Sn4"
3206
+ "shape": "Snd"
3195
3207
  },
3196
3208
  "Source": {
3197
- "shape": "Sn0"
3209
+ "shape": "Sn9"
3198
3210
  },
3199
3211
  "Sinks": {
3200
- "shape": "Sn1"
3212
+ "shape": "Sna"
3201
3213
  },
3202
3214
  "Location": {
3203
- "shape": "Sn2"
3215
+ "shape": "Snb"
3204
3216
  },
3205
3217
  "Language": {},
3206
3218
  "AdditionalPlanOptionsMap": {
@@ -3226,7 +3238,7 @@
3226
3238
  ],
3227
3239
  "members": {
3228
3240
  "RegistryId": {
3229
- "shape": "Sf0"
3241
+ "shape": "Sf9"
3230
3242
  }
3231
3243
  }
3232
3244
  },
@@ -3367,7 +3379,7 @@
3367
3379
  },
3368
3380
  "SchemaVersionId": {},
3369
3381
  "SchemaVersionNumber": {
3370
- "shape": "Soa"
3382
+ "shape": "Soj"
3371
3383
  }
3372
3384
  }
3373
3385
  },
@@ -3400,10 +3412,10 @@
3400
3412
  "shape": "Sw"
3401
3413
  },
3402
3414
  "FirstSchemaVersionNumber": {
3403
- "shape": "Soa"
3415
+ "shape": "Soj"
3404
3416
  },
3405
3417
  "SecondSchemaVersionNumber": {
3406
- "shape": "Soa"
3418
+ "shape": "Soj"
3407
3419
  },
3408
3420
  "SchemaDiffType": {}
3409
3421
  }
@@ -3429,7 +3441,7 @@
3429
3441
  "type": "structure",
3430
3442
  "members": {
3431
3443
  "SecurityConfiguration": {
3432
- "shape": "Soj"
3444
+ "shape": "Sos"
3433
3445
  }
3434
3446
  }
3435
3447
  }
@@ -3450,7 +3462,7 @@
3450
3462
  "SecurityConfigurations": {
3451
3463
  "type": "list",
3452
3464
  "member": {
3453
- "shape": "Soj"
3465
+ "shape": "Sos"
3454
3466
  }
3455
3467
  },
3456
3468
  "NextToken": {}
@@ -3472,7 +3484,7 @@
3472
3484
  "type": "structure",
3473
3485
  "members": {
3474
3486
  "Session": {
3475
- "shape": "Sg2"
3487
+ "shape": "Sgb"
3476
3488
  }
3477
3489
  }
3478
3490
  }
@@ -3496,7 +3508,7 @@
3496
3508
  "type": "structure",
3497
3509
  "members": {
3498
3510
  "Statement": {
3499
- "shape": "Sor"
3511
+ "shape": "Sp0"
3500
3512
  }
3501
3513
  }
3502
3514
  }
@@ -3522,7 +3534,7 @@
3522
3534
  "type": "structure",
3523
3535
  "members": {
3524
3536
  "Table": {
3525
- "shape": "Soy"
3537
+ "shape": "Sp7"
3526
3538
  }
3527
3539
  }
3528
3540
  }
@@ -3550,7 +3562,7 @@
3550
3562
  "DatabaseName": {},
3551
3563
  "TableName": {},
3552
3564
  "TableOptimizer": {
3553
- "shape": "Sah"
3565
+ "shape": "Saq"
3554
3566
  }
3555
3567
  }
3556
3568
  }
@@ -3573,7 +3585,7 @@
3573
3585
  "type": "structure",
3574
3586
  "members": {
3575
3587
  "TableVersion": {
3576
- "shape": "Sp4"
3588
+ "shape": "Spd"
3577
3589
  }
3578
3590
  }
3579
3591
  }
@@ -3601,7 +3613,7 @@
3601
3613
  "TableVersions": {
3602
3614
  "type": "list",
3603
3615
  "member": {
3604
- "shape": "Sp4"
3616
+ "shape": "Spd"
3605
3617
  }
3606
3618
  },
3607
3619
  "NextToken": {}
@@ -3632,7 +3644,7 @@
3632
3644
  "type": "structure",
3633
3645
  "members": {
3634
3646
  "TableList": {
3635
- "shape": "Spb"
3647
+ "shape": "Spk"
3636
3648
  },
3637
3649
  "NextToken": {}
3638
3650
  }
@@ -3652,7 +3664,7 @@
3652
3664
  "type": "structure",
3653
3665
  "members": {
3654
3666
  "Tags": {
3655
- "shape": "Scy"
3667
+ "shape": "Sd7"
3656
3668
  }
3657
3669
  }
3658
3670
  }
@@ -3671,7 +3683,7 @@
3671
3683
  "type": "structure",
3672
3684
  "members": {
3673
3685
  "Trigger": {
3674
- "shape": "Sav"
3686
+ "shape": "Sb4"
3675
3687
  }
3676
3688
  }
3677
3689
  }
@@ -3691,7 +3703,7 @@
3691
3703
  "type": "structure",
3692
3704
  "members": {
3693
3705
  "Triggers": {
3694
- "shape": "Sau"
3706
+ "shape": "Sb3"
3695
3707
  },
3696
3708
  "NextToken": {}
3697
3709
  }
@@ -3715,10 +3727,10 @@
3715
3727
  "shape": "S6"
3716
3728
  },
3717
3729
  "AuditContext": {
3718
- "shape": "Spj"
3730
+ "shape": "Sps"
3719
3731
  },
3720
3732
  "SupportedPermissionTypes": {
3721
- "shape": "Spm"
3733
+ "shape": "Spv"
3722
3734
  }
3723
3735
  }
3724
3736
  },
@@ -3726,7 +3738,7 @@
3726
3738
  "type": "structure",
3727
3739
  "members": {
3728
3740
  "Partition": {
3729
- "shape": "Sa7"
3741
+ "shape": "Sag"
3730
3742
  },
3731
3743
  "AuthorizedColumns": {
3732
3744
  "shape": "Sn"
@@ -3752,14 +3764,14 @@
3752
3764
  "TableName": {},
3753
3765
  "Expression": {},
3754
3766
  "AuditContext": {
3755
- "shape": "Spj"
3767
+ "shape": "Sps"
3756
3768
  },
3757
3769
  "SupportedPermissionTypes": {
3758
- "shape": "Spm"
3770
+ "shape": "Spv"
3759
3771
  },
3760
3772
  "NextToken": {},
3761
3773
  "Segment": {
3762
- "shape": "Snn"
3774
+ "shape": "Snw"
3763
3775
  },
3764
3776
  "MaxResults": {
3765
3777
  "type": "integer"
@@ -3775,7 +3787,7 @@
3775
3787
  "type": "structure",
3776
3788
  "members": {
3777
3789
  "Partition": {
3778
- "shape": "Sa7"
3790
+ "shape": "Sag"
3779
3791
  },
3780
3792
  "AuthorizedColumns": {
3781
3793
  "shape": "Sn"
@@ -3804,10 +3816,10 @@
3804
3816
  "DatabaseName": {},
3805
3817
  "Name": {},
3806
3818
  "AuditContext": {
3807
- "shape": "Spj"
3819
+ "shape": "Sps"
3808
3820
  },
3809
3821
  "SupportedPermissionTypes": {
3810
- "shape": "Spm"
3822
+ "shape": "Spv"
3811
3823
  }
3812
3824
  }
3813
3825
  },
@@ -3815,7 +3827,7 @@
3815
3827
  "type": "structure",
3816
3828
  "members": {
3817
3829
  "Table": {
3818
- "shape": "Soy"
3830
+ "shape": "Sp7"
3819
3831
  },
3820
3832
  "AuthorizedColumns": {
3821
3833
  "shape": "Sn"
@@ -3853,7 +3865,7 @@
3853
3865
  "type": "structure",
3854
3866
  "members": {
3855
3867
  "UserDefinedFunction": {
3856
- "shape": "Spz"
3868
+ "shape": "Sq8"
3857
3869
  }
3858
3870
  }
3859
3871
  }
@@ -3880,7 +3892,7 @@
3880
3892
  "UserDefinedFunctions": {
3881
3893
  "type": "list",
3882
3894
  "member": {
3883
- "shape": "Spz"
3895
+ "shape": "Sq8"
3884
3896
  }
3885
3897
  },
3886
3898
  "NextToken": {}
@@ -3904,7 +3916,7 @@
3904
3916
  "type": "structure",
3905
3917
  "members": {
3906
3918
  "Workflow": {
3907
- "shape": "Sbf"
3919
+ "shape": "Sbo"
3908
3920
  }
3909
3921
  }
3910
3922
  }
@@ -3928,7 +3940,7 @@
3928
3940
  "type": "structure",
3929
3941
  "members": {
3930
3942
  "Run": {
3931
- "shape": "Sbh"
3943
+ "shape": "Sbq"
3932
3944
  }
3933
3945
  }
3934
3946
  }
@@ -3949,7 +3961,7 @@
3949
3961
  "type": "structure",
3950
3962
  "members": {
3951
3963
  "RunProperties": {
3952
- "shape": "Sbg"
3964
+ "shape": "Sbp"
3953
3965
  }
3954
3966
  }
3955
3967
  }
@@ -3977,7 +3989,7 @@
3977
3989
  "Runs": {
3978
3990
  "type": "list",
3979
3991
  "member": {
3980
- "shape": "Sbh"
3992
+ "shape": "Sbq"
3981
3993
  }
3982
3994
  },
3983
3995
  "NextToken": {}
@@ -4005,7 +4017,7 @@
4005
4017
  "type": "integer"
4006
4018
  },
4007
4019
  "Tags": {
4008
- "shape": "Scy"
4020
+ "shape": "Sd7"
4009
4021
  }
4010
4022
  }
4011
4023
  },
@@ -4049,7 +4061,7 @@
4049
4061
  },
4050
4062
  "NextToken": {},
4051
4063
  "Tags": {
4052
- "shape": "Scy"
4064
+ "shape": "Sd7"
4053
4065
  }
4054
4066
  }
4055
4067
  },
@@ -4128,7 +4140,7 @@
4128
4140
  "type": "integer"
4129
4141
  },
4130
4142
  "Tags": {
4131
- "shape": "Scy"
4143
+ "shape": "Sd7"
4132
4144
  }
4133
4145
  }
4134
4146
  },
@@ -4321,12 +4333,12 @@
4321
4333
  "type": "timestamp"
4322
4334
  },
4323
4335
  "TargetTable": {
4324
- "shape": "Sdy"
4336
+ "shape": "Se7"
4325
4337
  }
4326
4338
  }
4327
4339
  },
4328
4340
  "Tags": {
4329
- "shape": "Scy"
4341
+ "shape": "Sd7"
4330
4342
  }
4331
4343
  }
4332
4344
  },
@@ -4347,7 +4359,7 @@
4347
4359
  "type": "timestamp"
4348
4360
  },
4349
4361
  "TargetTable": {
4350
- "shape": "Sdy"
4362
+ "shape": "Se7"
4351
4363
  },
4352
4364
  "RecommendationRunId": {},
4353
4365
  "RuleCount": {
@@ -4369,7 +4381,7 @@
4369
4381
  "type": "integer"
4370
4382
  },
4371
4383
  "Tags": {
4372
- "shape": "Scy"
4384
+ "shape": "Sd7"
4373
4385
  }
4374
4386
  }
4375
4387
  },
@@ -4393,7 +4405,7 @@
4393
4405
  "type": "integer"
4394
4406
  },
4395
4407
  "Tags": {
4396
- "shape": "Scy"
4408
+ "shape": "Sd7"
4397
4409
  }
4398
4410
  }
4399
4411
  },
@@ -4401,7 +4413,7 @@
4401
4413
  "type": "structure",
4402
4414
  "members": {
4403
4415
  "JobNames": {
4404
- "shape": "S4n"
4416
+ "shape": "S4w"
4405
4417
  },
4406
4418
  "NextToken": {}
4407
4419
  }
@@ -4416,13 +4428,13 @@
4416
4428
  "type": "integer"
4417
4429
  },
4418
4430
  "Filter": {
4419
- "shape": "Smt"
4431
+ "shape": "Sn2"
4420
4432
  },
4421
4433
  "Sort": {
4422
- "shape": "Smu"
4434
+ "shape": "Sn3"
4423
4435
  },
4424
4436
  "Tags": {
4425
- "shape": "Scy"
4437
+ "shape": "Sd7"
4426
4438
  }
4427
4439
  }
4428
4440
  },
@@ -4514,7 +4526,7 @@
4514
4526
  "type": "structure",
4515
4527
  "members": {
4516
4528
  "RegistryId": {
4517
- "shape": "Sf0"
4529
+ "shape": "Sf9"
4518
4530
  },
4519
4531
  "MaxResults": {
4520
4532
  "type": "integer"
@@ -4553,7 +4565,7 @@
4553
4565
  "type": "integer"
4554
4566
  },
4555
4567
  "Tags": {
4556
- "shape": "Scy"
4568
+ "shape": "Sd7"
4557
4569
  },
4558
4570
  "RequestOrigin": {}
4559
4571
  }
@@ -4568,7 +4580,7 @@
4568
4580
  "Sessions": {
4569
4581
  "type": "list",
4570
4582
  "member": {
4571
- "shape": "Sg2"
4583
+ "shape": "Sgb"
4572
4584
  }
4573
4585
  },
4574
4586
  "NextToken": {}
@@ -4593,7 +4605,7 @@
4593
4605
  "Statements": {
4594
4606
  "type": "list",
4595
4607
  "member": {
4596
- "shape": "Sor"
4608
+ "shape": "Sp0"
4597
4609
  }
4598
4610
  },
4599
4611
  "NextToken": {}
@@ -4630,7 +4642,7 @@
4630
4642
  "TableOptimizerRuns": {
4631
4643
  "type": "list",
4632
4644
  "member": {
4633
- "shape": "Sak"
4645
+ "shape": "Sat"
4634
4646
  }
4635
4647
  }
4636
4648
  }
@@ -4646,7 +4658,7 @@
4646
4658
  "type": "integer"
4647
4659
  },
4648
4660
  "Tags": {
4649
- "shape": "Scy"
4661
+ "shape": "Sd7"
4650
4662
  }
4651
4663
  }
4652
4664
  },
@@ -4654,7 +4666,7 @@
4654
4666
  "type": "structure",
4655
4667
  "members": {
4656
4668
  "TriggerNames": {
4657
- "shape": "Sas"
4669
+ "shape": "Sb1"
4658
4670
  },
4659
4671
  "NextToken": {}
4660
4672
  }
@@ -4674,7 +4686,7 @@
4674
4686
  "type": "structure",
4675
4687
  "members": {
4676
4688
  "Workflows": {
4677
- "shape": "Sbc"
4689
+ "shape": "Sbl"
4678
4690
  },
4679
4691
  "NextToken": {}
4680
4692
  }
@@ -4689,7 +4701,7 @@
4689
4701
  "members": {
4690
4702
  "CatalogId": {},
4691
4703
  "DataCatalogEncryptionSettings": {
4692
- "shape": "Skq"
4704
+ "shape": "Skz"
4693
4705
  }
4694
4706
  }
4695
4707
  },
@@ -4730,11 +4742,11 @@
4730
4742
  "shape": "Sw"
4731
4743
  },
4732
4744
  "SchemaVersionNumber": {
4733
- "shape": "Soa"
4745
+ "shape": "Soj"
4734
4746
  },
4735
4747
  "SchemaVersionId": {},
4736
4748
  "MetadataKeyValue": {
4737
- "shape": "Ssr"
4749
+ "shape": "St0"
4738
4750
  }
4739
4751
  }
4740
4752
  },
@@ -4768,7 +4780,7 @@
4768
4780
  "Name": {},
4769
4781
  "RunId": {},
4770
4782
  "RunProperties": {
4771
- "shape": "Sbg"
4783
+ "shape": "Sbp"
4772
4784
  }
4773
4785
  }
4774
4786
  },
@@ -4785,13 +4797,13 @@
4785
4797
  "shape": "Sw"
4786
4798
  },
4787
4799
  "SchemaVersionNumber": {
4788
- "shape": "Soa"
4800
+ "shape": "Soj"
4789
4801
  },
4790
4802
  "SchemaVersionId": {},
4791
4803
  "MetadataList": {
4792
4804
  "type": "list",
4793
4805
  "member": {
4794
- "shape": "Ssr"
4806
+ "shape": "St0"
4795
4807
  }
4796
4808
  },
4797
4809
  "MaxResults": {
@@ -4865,11 +4877,11 @@
4865
4877
  "shape": "Sw"
4866
4878
  },
4867
4879
  "SchemaVersionNumber": {
4868
- "shape": "Soa"
4880
+ "shape": "Soj"
4869
4881
  },
4870
4882
  "SchemaVersionId": {},
4871
4883
  "MetadataKeyValue": {
4872
- "shape": "Ssr"
4884
+ "shape": "St0"
4873
4885
  }
4874
4886
  }
4875
4887
  },
@@ -4906,7 +4918,7 @@
4906
4918
  "type": "structure",
4907
4919
  "members": {
4908
4920
  "JobBookmarkEntry": {
4909
- "shape": "Slq"
4921
+ "shape": "Slz"
4910
4922
  }
4911
4923
  }
4912
4924
  }
@@ -4923,7 +4935,7 @@
4923
4935
  "Name": {},
4924
4936
  "RunId": {},
4925
4937
  "NodeIds": {
4926
- "shape": "Stc"
4938
+ "shape": "Stl"
4927
4939
  }
4928
4940
  }
4929
4941
  },
@@ -4932,7 +4944,7 @@
4932
4944
  "members": {
4933
4945
  "RunId": {},
4934
4946
  "NodeIds": {
4935
- "shape": "Stc"
4947
+ "shape": "Stl"
4936
4948
  }
4937
4949
  }
4938
4950
  }
@@ -4998,7 +5010,7 @@
4998
5010
  "members": {
4999
5011
  "NextToken": {},
5000
5012
  "TableList": {
5001
- "shape": "Spb"
5013
+ "shape": "Spk"
5002
5014
  }
5003
5015
  }
5004
5016
  }
@@ -5035,7 +5047,7 @@
5035
5047
  "DatabaseName": {},
5036
5048
  "TableName": {},
5037
5049
  "ColumnNameList": {
5038
- "shape": "Sk0"
5050
+ "shape": "Sk9"
5039
5051
  },
5040
5052
  "Role": {},
5041
5053
  "SampleSize": {
@@ -5133,13 +5145,13 @@
5133
5145
  },
5134
5146
  "ClientToken": {},
5135
5147
  "AdditionalRunOptions": {
5136
- "shape": "Sl2"
5148
+ "shape": "Slb"
5137
5149
  },
5138
5150
  "RulesetNames": {
5139
- "shape": "Sl3"
5151
+ "shape": "Slc"
5140
5152
  },
5141
5153
  "AdditionalDataSources": {
5142
- "shape": "Sl5"
5154
+ "shape": "Sle"
5143
5155
  }
5144
5156
  }
5145
5157
  },
@@ -5202,7 +5214,7 @@
5202
5214
  "JobName": {},
5203
5215
  "JobRunId": {},
5204
5216
  "Arguments": {
5205
- "shape": "S4z"
5217
+ "shape": "S58"
5206
5218
  },
5207
5219
  "AllocatedCapacity": {
5208
5220
  "deprecated": true,
@@ -5217,7 +5229,7 @@
5217
5229
  },
5218
5230
  "SecurityConfiguration": {},
5219
5231
  "NotificationProperty": {
5220
- "shape": "S54"
5232
+ "shape": "S5d"
5221
5233
  },
5222
5234
  "WorkerType": {},
5223
5235
  "NumberOfWorkers": {
@@ -5295,7 +5307,7 @@
5295
5307
  "members": {
5296
5308
  "Name": {},
5297
5309
  "RunProperties": {
5298
- "shape": "Sbg"
5310
+ "shape": "Sbp"
5299
5311
  }
5300
5312
  }
5301
5313
  },
@@ -5415,7 +5427,7 @@
5415
5427
  "members": {
5416
5428
  "ResourceArn": {},
5417
5429
  "TagsToAdd": {
5418
- "shape": "Scy"
5430
+ "shape": "Sd7"
5419
5431
  }
5420
5432
  }
5421
5433
  },
@@ -5512,7 +5524,7 @@
5512
5524
  "QuoteSymbol": {},
5513
5525
  "ContainsHeader": {},
5514
5526
  "Header": {
5515
- "shape": "Sdf"
5527
+ "shape": "Sdo"
5516
5528
  },
5517
5529
  "DisableValueTrimming": {
5518
5530
  "type": "boolean"
@@ -5524,7 +5536,7 @@
5524
5536
  "type": "boolean"
5525
5537
  },
5526
5538
  "CustomDatatypes": {
5527
- "shape": "Sdg"
5539
+ "shape": "Sdp"
5528
5540
  },
5529
5541
  "Serde": {}
5530
5542
  }
@@ -5553,7 +5565,7 @@
5553
5565
  "shape": "S6"
5554
5566
  },
5555
5567
  "ColumnStatisticsList": {
5556
- "shape": "Sv5"
5568
+ "shape": "Sve"
5557
5569
  }
5558
5570
  }
5559
5571
  },
@@ -5561,7 +5573,7 @@
5561
5573
  "type": "structure",
5562
5574
  "members": {
5563
5575
  "Errors": {
5564
- "shape": "Sv7"
5576
+ "shape": "Svg"
5565
5577
  }
5566
5578
  }
5567
5579
  }
@@ -5579,7 +5591,7 @@
5579
5591
  "DatabaseName": {},
5580
5592
  "TableName": {},
5581
5593
  "ColumnStatisticsList": {
5582
- "shape": "Sv5"
5594
+ "shape": "Sve"
5583
5595
  }
5584
5596
  }
5585
5597
  },
@@ -5587,7 +5599,7 @@
5587
5599
  "type": "structure",
5588
5600
  "members": {
5589
5601
  "Errors": {
5590
- "shape": "Sv7"
5602
+ "shape": "Svg"
5591
5603
  }
5592
5604
  }
5593
5605
  }
@@ -5603,7 +5615,7 @@
5603
5615
  "CatalogId": {},
5604
5616
  "Name": {},
5605
5617
  "ConnectionInput": {
5606
- "shape": "Sdk"
5618
+ "shape": "Sdt"
5607
5619
  }
5608
5620
  }
5609
5621
  },
@@ -5700,7 +5712,7 @@
5700
5712
  "CatalogId": {},
5701
5713
  "Name": {},
5702
5714
  "DatabaseInput": {
5703
- "shape": "Se1"
5715
+ "shape": "Sea"
5704
5716
  }
5705
5717
  }
5706
5718
  },
@@ -5719,10 +5731,10 @@
5719
5731
  "EndpointName": {},
5720
5732
  "PublicKey": {},
5721
5733
  "AddPublicKeys": {
5722
- "shape": "S4k"
5734
+ "shape": "S4t"
5723
5735
  },
5724
5736
  "DeletePublicKeys": {
5725
- "shape": "S4k"
5737
+ "shape": "S4t"
5726
5738
  },
5727
5739
  "CustomLibraries": {
5728
5740
  "type": "structure",
@@ -5735,10 +5747,10 @@
5735
5747
  "type": "boolean"
5736
5748
  },
5737
5749
  "DeleteArguments": {
5738
- "shape": "S4g"
5750
+ "shape": "S4p"
5739
5751
  },
5740
5752
  "AddArguments": {
5741
- "shape": "S4l"
5753
+ "shape": "S4u"
5742
5754
  }
5743
5755
  }
5744
5756
  },
@@ -5763,19 +5775,19 @@
5763
5775
  "LogUri": {},
5764
5776
  "Role": {},
5765
5777
  "ExecutionProperty": {
5766
- "shape": "S4t"
5778
+ "shape": "S52"
5767
5779
  },
5768
5780
  "Command": {
5769
- "shape": "S4v"
5781
+ "shape": "S54"
5770
5782
  },
5771
5783
  "DefaultArguments": {
5772
- "shape": "S4z"
5784
+ "shape": "S58"
5773
5785
  },
5774
5786
  "NonOverridableArguments": {
5775
- "shape": "S4z"
5787
+ "shape": "S58"
5776
5788
  },
5777
5789
  "Connections": {
5778
- "shape": "S50"
5790
+ "shape": "S59"
5779
5791
  },
5780
5792
  "MaxRetries": {
5781
5793
  "type": "integer"
@@ -5797,15 +5809,15 @@
5797
5809
  },
5798
5810
  "SecurityConfiguration": {},
5799
5811
  "NotificationProperty": {
5800
- "shape": "S54"
5812
+ "shape": "S5d"
5801
5813
  },
5802
5814
  "GlueVersion": {},
5803
5815
  "CodeGenConfigurationNodes": {
5804
- "shape": "S56"
5816
+ "shape": "S5f"
5805
5817
  },
5806
5818
  "ExecutionClass": {},
5807
5819
  "SourceControlDetails": {
5808
- "shape": "Sa0"
5820
+ "shape": "Sa9"
5809
5821
  }
5810
5822
  }
5811
5823
  }
@@ -5851,7 +5863,7 @@
5851
5863
  "Name": {},
5852
5864
  "Description": {},
5853
5865
  "Parameters": {
5854
- "shape": "Sej"
5866
+ "shape": "Ses"
5855
5867
  },
5856
5868
  "Role": {},
5857
5869
  "GlueVersion": {},
@@ -5891,7 +5903,7 @@
5891
5903
  "DatabaseName": {},
5892
5904
  "TableName": {},
5893
5905
  "PartitionValueList": {
5894
- "shape": "Scd"
5906
+ "shape": "Scm"
5895
5907
  },
5896
5908
  "PartitionInput": {
5897
5909
  "shape": "S5"
@@ -5912,7 +5924,7 @@
5912
5924
  ],
5913
5925
  "members": {
5914
5926
  "RegistryId": {
5915
- "shape": "Sf0"
5927
+ "shape": "Sf9"
5916
5928
  },
5917
5929
  "Description": {}
5918
5930
  }
@@ -5936,7 +5948,7 @@
5936
5948
  "shape": "Sw"
5937
5949
  },
5938
5950
  "SchemaVersionNumber": {
5939
- "shape": "Soa"
5951
+ "shape": "Soj"
5940
5952
  },
5941
5953
  "Compatibility": {},
5942
5954
  "Description": {}
@@ -5984,7 +5996,7 @@
5984
5996
  "CatalogId": {},
5985
5997
  "DatabaseName": {},
5986
5998
  "TableInput": {
5987
- "shape": "Sg7"
5999
+ "shape": "Sgg"
5988
6000
  },
5989
6001
  "SkipArchive": {
5990
6002
  "type": "boolean"
@@ -6014,7 +6026,7 @@
6014
6026
  "TableName": {},
6015
6027
  "Type": {},
6016
6028
  "TableOptimizerConfiguration": {
6017
- "shape": "Sai"
6029
+ "shape": "Sar"
6018
6030
  }
6019
6031
  }
6020
6032
  },
@@ -6039,13 +6051,13 @@
6039
6051
  "Description": {},
6040
6052
  "Schedule": {},
6041
6053
  "Actions": {
6042
- "shape": "Saz"
6054
+ "shape": "Sb8"
6043
6055
  },
6044
6056
  "Predicate": {
6045
- "shape": "Sb1"
6057
+ "shape": "Sba"
6046
6058
  },
6047
6059
  "EventBatchingCondition": {
6048
- "shape": "Sb8"
6060
+ "shape": "Sbh"
6049
6061
  }
6050
6062
  }
6051
6063
  }
@@ -6055,7 +6067,7 @@
6055
6067
  "type": "structure",
6056
6068
  "members": {
6057
6069
  "Trigger": {
6058
- "shape": "Sav"
6070
+ "shape": "Sb4"
6059
6071
  }
6060
6072
  }
6061
6073
  }
@@ -6073,7 +6085,7 @@
6073
6085
  "DatabaseName": {},
6074
6086
  "FunctionName": {},
6075
6087
  "FunctionInput": {
6076
- "shape": "Sgm"
6088
+ "shape": "Sgv"
6077
6089
  }
6078
6090
  }
6079
6091
  },
@@ -6092,7 +6104,7 @@
6092
6104
  "Name": {},
6093
6105
  "Description": {},
6094
6106
  "DefaultRunProperties": {
6095
- "shape": "Sbg"
6107
+ "shape": "Sbp"
6096
6108
  },
6097
6109
  "MaxConcurrentRuns": {
6098
6110
  "type": "integer"
@@ -6636,32 +6648,85 @@
6636
6648
  "EvaluationMessage": {},
6637
6649
  "Result": {},
6638
6650
  "EvaluatedMetrics": {
6639
- "type": "map",
6640
- "key": {},
6641
- "value": {
6642
- "type": "double"
6643
- }
6651
+ "shape": "S4a"
6644
6652
  }
6645
6653
  }
6646
6654
  }
6647
6655
  },
6656
+ "S4a": {
6657
+ "type": "map",
6658
+ "key": {},
6659
+ "value": {
6660
+ "type": "double"
6661
+ }
6662
+ },
6648
6663
  "S4b": {
6649
6664
  "type": "list",
6650
- "member": {}
6665
+ "member": {
6666
+ "type": "structure",
6667
+ "members": {
6668
+ "Name": {},
6669
+ "Description": {},
6670
+ "EvaluationMessage": {},
6671
+ "EvaluatedMetrics": {
6672
+ "shape": "S4a"
6673
+ }
6674
+ }
6675
+ }
6651
6676
  },
6652
6677
  "S4d": {
6653
6678
  "type": "list",
6654
6679
  "member": {
6655
- "shape": "S4e"
6680
+ "type": "structure",
6681
+ "members": {
6682
+ "Description": {},
6683
+ "MetricBasedObservation": {
6684
+ "type": "structure",
6685
+ "members": {
6686
+ "MetricName": {},
6687
+ "MetricValues": {
6688
+ "type": "structure",
6689
+ "members": {
6690
+ "ActualValue": {
6691
+ "type": "double"
6692
+ },
6693
+ "ExpectedValue": {
6694
+ "type": "double"
6695
+ },
6696
+ "LowerLimit": {
6697
+ "type": "double"
6698
+ },
6699
+ "UpperLimit": {
6700
+ "type": "double"
6701
+ }
6702
+ }
6703
+ },
6704
+ "NewRules": {
6705
+ "type": "list",
6706
+ "member": {}
6707
+ }
6708
+ }
6709
+ }
6710
+ }
6711
+ }
6712
+ },
6713
+ "S4k": {
6714
+ "type": "list",
6715
+ "member": {}
6716
+ },
6717
+ "S4m": {
6718
+ "type": "list",
6719
+ "member": {
6720
+ "shape": "S4n"
6656
6721
  }
6657
6722
  },
6658
- "S4e": {
6723
+ "S4n": {
6659
6724
  "type": "structure",
6660
6725
  "members": {
6661
6726
  "EndpointName": {},
6662
6727
  "RoleArn": {},
6663
6728
  "SecurityGroupIds": {
6664
- "shape": "S4g"
6729
+ "shape": "S4p"
6665
6730
  },
6666
6731
  "SubnetId": {},
6667
6732
  "YarnEndpointAddress": {},
@@ -6693,38 +6758,38 @@
6693
6758
  },
6694
6759
  "PublicKey": {},
6695
6760
  "PublicKeys": {
6696
- "shape": "S4k"
6761
+ "shape": "S4t"
6697
6762
  },
6698
6763
  "SecurityConfiguration": {},
6699
6764
  "Arguments": {
6700
- "shape": "S4l"
6765
+ "shape": "S4u"
6701
6766
  }
6702
6767
  }
6703
6768
  },
6704
- "S4g": {
6769
+ "S4p": {
6705
6770
  "type": "list",
6706
6771
  "member": {}
6707
6772
  },
6708
- "S4k": {
6773
+ "S4t": {
6709
6774
  "type": "list",
6710
6775
  "member": {}
6711
6776
  },
6712
- "S4l": {
6777
+ "S4u": {
6713
6778
  "type": "map",
6714
6779
  "key": {},
6715
6780
  "value": {}
6716
6781
  },
6717
- "S4n": {
6782
+ "S4w": {
6718
6783
  "type": "list",
6719
6784
  "member": {}
6720
6785
  },
6721
- "S4p": {
6786
+ "S4y": {
6722
6787
  "type": "list",
6723
6788
  "member": {
6724
- "shape": "S4q"
6789
+ "shape": "S4z"
6725
6790
  }
6726
6791
  },
6727
- "S4q": {
6792
+ "S4z": {
6728
6793
  "type": "structure",
6729
6794
  "members": {
6730
6795
  "Name": {},
@@ -6738,19 +6803,19 @@
6738
6803
  "type": "timestamp"
6739
6804
  },
6740
6805
  "ExecutionProperty": {
6741
- "shape": "S4t"
6806
+ "shape": "S52"
6742
6807
  },
6743
6808
  "Command": {
6744
- "shape": "S4v"
6809
+ "shape": "S54"
6745
6810
  },
6746
6811
  "DefaultArguments": {
6747
- "shape": "S4z"
6812
+ "shape": "S58"
6748
6813
  },
6749
6814
  "NonOverridableArguments": {
6750
- "shape": "S4z"
6815
+ "shape": "S58"
6751
6816
  },
6752
6817
  "Connections": {
6753
- "shape": "S50"
6818
+ "shape": "S59"
6754
6819
  },
6755
6820
  "MaxRetries": {
6756
6821
  "type": "integer"
@@ -6772,19 +6837,19 @@
6772
6837
  },
6773
6838
  "SecurityConfiguration": {},
6774
6839
  "NotificationProperty": {
6775
- "shape": "S54"
6840
+ "shape": "S5d"
6776
6841
  },
6777
6842
  "GlueVersion": {},
6778
6843
  "CodeGenConfigurationNodes": {
6779
- "shape": "S56"
6844
+ "shape": "S5f"
6780
6845
  },
6781
6846
  "ExecutionClass": {},
6782
6847
  "SourceControlDetails": {
6783
- "shape": "Sa0"
6848
+ "shape": "Sa9"
6784
6849
  }
6785
6850
  }
6786
6851
  },
6787
- "S4t": {
6852
+ "S52": {
6788
6853
  "type": "structure",
6789
6854
  "members": {
6790
6855
  "MaxConcurrentRuns": {
@@ -6792,7 +6857,7 @@
6792
6857
  }
6793
6858
  }
6794
6859
  },
6795
- "S4v": {
6860
+ "S54": {
6796
6861
  "type": "structure",
6797
6862
  "members": {
6798
6863
  "Name": {},
@@ -6801,24 +6866,24 @@
6801
6866
  "Runtime": {}
6802
6867
  }
6803
6868
  },
6804
- "S4z": {
6869
+ "S58": {
6805
6870
  "type": "map",
6806
6871
  "key": {},
6807
6872
  "value": {}
6808
6873
  },
6809
- "S50": {
6874
+ "S59": {
6810
6875
  "type": "structure",
6811
6876
  "members": {
6812
6877
  "Connections": {
6813
- "shape": "S51"
6878
+ "shape": "S5a"
6814
6879
  }
6815
6880
  }
6816
6881
  },
6817
- "S51": {
6882
+ "S5a": {
6818
6883
  "type": "list",
6819
6884
  "member": {}
6820
6885
  },
6821
- "S54": {
6886
+ "S5d": {
6822
6887
  "type": "structure",
6823
6888
  "members": {
6824
6889
  "NotifyDelayAfter": {
@@ -6826,7 +6891,7 @@
6826
6891
  }
6827
6892
  }
6828
6893
  },
6829
- "S56": {
6894
+ "S5f": {
6830
6895
  "type": "map",
6831
6896
  "key": {},
6832
6897
  "value": {
@@ -6849,7 +6914,7 @@
6849
6914
  "ConnectionTable": {},
6850
6915
  "SchemaName": {},
6851
6916
  "OutputSchemas": {
6852
- "shape": "S5d"
6917
+ "shape": "S5m"
6853
6918
  }
6854
6919
  }
6855
6920
  },
@@ -6881,7 +6946,7 @@
6881
6946
  "type": "long"
6882
6947
  },
6883
6948
  "JobBookmarkKeys": {
6884
- "shape": "S5l"
6949
+ "shape": "S5u"
6885
6950
  },
6886
6951
  "JobBookmarkKeysSortOrder": {},
6887
6952
  "DataTypeMapping": {
@@ -6894,7 +6959,7 @@
6894
6959
  "ConnectionTable": {},
6895
6960
  "Query": {},
6896
6961
  "OutputSchemas": {
6897
- "shape": "S5d"
6962
+ "shape": "S5m"
6898
6963
  }
6899
6964
  }
6900
6965
  },
@@ -6912,10 +6977,10 @@
6912
6977
  "ConnectorName": {},
6913
6978
  "ConnectionType": {},
6914
6979
  "AdditionalOptions": {
6915
- "shape": "S5r"
6980
+ "shape": "S60"
6916
6981
  },
6917
6982
  "OutputSchemas": {
6918
- "shape": "S5d"
6983
+ "shape": "S5m"
6919
6984
  }
6920
6985
  }
6921
6986
  },
@@ -6960,7 +7025,7 @@
6960
7025
  "Table": {},
6961
7026
  "PartitionPredicate": {},
6962
7027
  "AdditionalOptions": {
6963
- "shape": "S5v"
7028
+ "shape": "S64"
6964
7029
  }
6965
7030
  }
6966
7031
  },
@@ -6975,11 +7040,11 @@
6975
7040
  "members": {
6976
7041
  "Name": {},
6977
7042
  "Paths": {
6978
- "shape": "S5l"
7043
+ "shape": "S5u"
6979
7044
  },
6980
7045
  "CompressionType": {},
6981
7046
  "Exclusions": {
6982
- "shape": "S5l"
7047
+ "shape": "S5u"
6983
7048
  },
6984
7049
  "GroupSize": {},
6985
7050
  "GroupFiles": {},
@@ -6993,7 +7058,7 @@
6993
7058
  "type": "integer"
6994
7059
  },
6995
7060
  "AdditionalOptions": {
6996
- "shape": "S61"
7061
+ "shape": "S6a"
6997
7062
  },
6998
7063
  "Separator": {},
6999
7064
  "Escaper": {},
@@ -7014,7 +7079,7 @@
7014
7079
  "type": "boolean"
7015
7080
  },
7016
7081
  "OutputSchemas": {
7017
- "shape": "S5d"
7082
+ "shape": "S5m"
7018
7083
  }
7019
7084
  }
7020
7085
  },
@@ -7027,11 +7092,11 @@
7027
7092
  "members": {
7028
7093
  "Name": {},
7029
7094
  "Paths": {
7030
- "shape": "S5l"
7095
+ "shape": "S5u"
7031
7096
  },
7032
7097
  "CompressionType": {},
7033
7098
  "Exclusions": {
7034
- "shape": "S5l"
7099
+ "shape": "S5u"
7035
7100
  },
7036
7101
  "GroupSize": {},
7037
7102
  "GroupFiles": {},
@@ -7045,14 +7110,14 @@
7045
7110
  "type": "integer"
7046
7111
  },
7047
7112
  "AdditionalOptions": {
7048
- "shape": "S61"
7113
+ "shape": "S6a"
7049
7114
  },
7050
7115
  "JsonPath": {},
7051
7116
  "Multiline": {
7052
7117
  "type": "boolean"
7053
7118
  },
7054
7119
  "OutputSchemas": {
7055
- "shape": "S5d"
7120
+ "shape": "S5m"
7056
7121
  }
7057
7122
  }
7058
7123
  },
@@ -7065,11 +7130,11 @@
7065
7130
  "members": {
7066
7131
  "Name": {},
7067
7132
  "Paths": {
7068
- "shape": "S5l"
7133
+ "shape": "S5u"
7069
7134
  },
7070
7135
  "CompressionType": {},
7071
7136
  "Exclusions": {
7072
- "shape": "S5l"
7137
+ "shape": "S5u"
7073
7138
  },
7074
7139
  "GroupSize": {},
7075
7140
  "GroupFiles": {},
@@ -7083,10 +7148,10 @@
7083
7148
  "type": "integer"
7084
7149
  },
7085
7150
  "AdditionalOptions": {
7086
- "shape": "S61"
7151
+ "shape": "S6a"
7087
7152
  },
7088
7153
  "OutputSchemas": {
7089
- "shape": "S5d"
7154
+ "shape": "S5m"
7090
7155
  }
7091
7156
  }
7092
7157
  },
@@ -7129,17 +7194,17 @@
7129
7194
  "members": {
7130
7195
  "Name": {},
7131
7196
  "Inputs": {
7132
- "shape": "S6b"
7197
+ "shape": "S6k"
7133
7198
  },
7134
7199
  "ConnectionName": {},
7135
7200
  "ConnectionTable": {},
7136
7201
  "ConnectorName": {},
7137
7202
  "ConnectionType": {},
7138
7203
  "AdditionalOptions": {
7139
- "shape": "S5r"
7204
+ "shape": "S60"
7140
7205
  },
7141
7206
  "OutputSchemas": {
7142
- "shape": "S5d"
7207
+ "shape": "S5m"
7143
7208
  }
7144
7209
  }
7145
7210
  },
@@ -7155,16 +7220,16 @@
7155
7220
  "members": {
7156
7221
  "Name": {},
7157
7222
  "Inputs": {
7158
- "shape": "S6b"
7223
+ "shape": "S6k"
7159
7224
  },
7160
7225
  "ConnectionName": {},
7161
7226
  "ConnectorName": {},
7162
7227
  "ConnectionType": {},
7163
7228
  "AdditionalOptions": {
7164
- "shape": "S5r"
7229
+ "shape": "S60"
7165
7230
  },
7166
7231
  "OutputSchemas": {
7167
- "shape": "S5d"
7232
+ "shape": "S5m"
7168
7233
  }
7169
7234
  }
7170
7235
  },
@@ -7179,7 +7244,7 @@
7179
7244
  "members": {
7180
7245
  "Name": {},
7181
7246
  "Inputs": {
7182
- "shape": "S6b"
7247
+ "shape": "S6k"
7183
7248
  },
7184
7249
  "Database": {},
7185
7250
  "Table": {}
@@ -7196,7 +7261,7 @@
7196
7261
  "members": {
7197
7262
  "Name": {},
7198
7263
  "Inputs": {
7199
- "shape": "S6b"
7264
+ "shape": "S6k"
7200
7265
  },
7201
7266
  "Database": {},
7202
7267
  "Table": {},
@@ -7226,15 +7291,15 @@
7226
7291
  "members": {
7227
7292
  "Name": {},
7228
7293
  "Inputs": {
7229
- "shape": "S6b"
7294
+ "shape": "S6k"
7230
7295
  },
7231
7296
  "PartitionKeys": {
7232
- "shape": "S6i"
7297
+ "shape": "S6r"
7233
7298
  },
7234
7299
  "Table": {},
7235
7300
  "Database": {},
7236
7301
  "SchemaChangePolicy": {
7237
- "shape": "S6j"
7302
+ "shape": "S6s"
7238
7303
  }
7239
7304
  }
7240
7305
  },
@@ -7248,15 +7313,15 @@
7248
7313
  "members": {
7249
7314
  "Name": {},
7250
7315
  "Inputs": {
7251
- "shape": "S6b"
7316
+ "shape": "S6k"
7252
7317
  },
7253
7318
  "PartitionKeys": {
7254
- "shape": "S6i"
7319
+ "shape": "S6r"
7255
7320
  },
7256
7321
  "Path": {},
7257
7322
  "Compression": {},
7258
7323
  "SchemaChangePolicy": {
7259
- "shape": "S6m"
7324
+ "shape": "S6v"
7260
7325
  }
7261
7326
  }
7262
7327
  },
@@ -7271,16 +7336,16 @@
7271
7336
  "members": {
7272
7337
  "Name": {},
7273
7338
  "Inputs": {
7274
- "shape": "S6b"
7339
+ "shape": "S6k"
7275
7340
  },
7276
7341
  "PartitionKeys": {
7277
- "shape": "S6i"
7342
+ "shape": "S6r"
7278
7343
  },
7279
7344
  "Path": {},
7280
7345
  "Compression": {},
7281
7346
  "Format": {},
7282
7347
  "SchemaChangePolicy": {
7283
- "shape": "S6m"
7348
+ "shape": "S6v"
7284
7349
  }
7285
7350
  }
7286
7351
  },
@@ -7294,10 +7359,10 @@
7294
7359
  "members": {
7295
7360
  "Name": {},
7296
7361
  "Inputs": {
7297
- "shape": "S6b"
7362
+ "shape": "S6k"
7298
7363
  },
7299
7364
  "Mapping": {
7300
- "shape": "S6q"
7365
+ "shape": "S6z"
7301
7366
  }
7302
7367
  }
7303
7368
  },
@@ -7311,10 +7376,10 @@
7311
7376
  "members": {
7312
7377
  "Name": {},
7313
7378
  "Inputs": {
7314
- "shape": "S6b"
7379
+ "shape": "S6k"
7315
7380
  },
7316
7381
  "Paths": {
7317
- "shape": "S6i"
7382
+ "shape": "S6r"
7318
7383
  }
7319
7384
  }
7320
7385
  },
@@ -7328,10 +7393,10 @@
7328
7393
  "members": {
7329
7394
  "Name": {},
7330
7395
  "Inputs": {
7331
- "shape": "S6b"
7396
+ "shape": "S6k"
7332
7397
  },
7333
7398
  "Paths": {
7334
- "shape": "S6i"
7399
+ "shape": "S6r"
7335
7400
  }
7336
7401
  }
7337
7402
  },
@@ -7346,13 +7411,13 @@
7346
7411
  "members": {
7347
7412
  "Name": {},
7348
7413
  "Inputs": {
7349
- "shape": "S6b"
7414
+ "shape": "S6k"
7350
7415
  },
7351
7416
  "SourcePath": {
7352
- "shape": "S5l"
7417
+ "shape": "S5u"
7353
7418
  },
7354
7419
  "TargetPath": {
7355
- "shape": "S5l"
7420
+ "shape": "S5u"
7356
7421
  }
7357
7422
  }
7358
7423
  },
@@ -7366,7 +7431,7 @@
7366
7431
  "members": {
7367
7432
  "Name": {},
7368
7433
  "Inputs": {
7369
- "shape": "S6b"
7434
+ "shape": "S6k"
7370
7435
  },
7371
7436
  "Path": {},
7372
7437
  "Topk": {
@@ -7388,7 +7453,7 @@
7388
7453
  "members": {
7389
7454
  "Name": {},
7390
7455
  "Inputs": {
7391
- "shape": "S6z"
7456
+ "shape": "S78"
7392
7457
  },
7393
7458
  "JoinType": {},
7394
7459
  "Columns": {
@@ -7402,7 +7467,7 @@
7402
7467
  "members": {
7403
7468
  "From": {},
7404
7469
  "Keys": {
7405
- "shape": "S6i"
7470
+ "shape": "S6r"
7406
7471
  }
7407
7472
  }
7408
7473
  }
@@ -7419,10 +7484,10 @@
7419
7484
  "members": {
7420
7485
  "Name": {},
7421
7486
  "Inputs": {
7422
- "shape": "S6b"
7487
+ "shape": "S6k"
7423
7488
  },
7424
7489
  "Paths": {
7425
- "shape": "S6i"
7490
+ "shape": "S6r"
7426
7491
  }
7427
7492
  }
7428
7493
  },
@@ -7436,7 +7501,7 @@
7436
7501
  "members": {
7437
7502
  "Name": {},
7438
7503
  "Inputs": {
7439
- "shape": "S6b"
7504
+ "shape": "S6k"
7440
7505
  },
7441
7506
  "Index": {
7442
7507
  "type": "integer"
@@ -7453,7 +7518,7 @@
7453
7518
  "members": {
7454
7519
  "Name": {},
7455
7520
  "Inputs": {
7456
- "shape": "S6b"
7521
+ "shape": "S6k"
7457
7522
  },
7458
7523
  "ImputedPath": {},
7459
7524
  "FilledPath": {}
@@ -7470,7 +7535,7 @@
7470
7535
  "members": {
7471
7536
  "Name": {},
7472
7537
  "Inputs": {
7473
- "shape": "S6b"
7538
+ "shape": "S6k"
7474
7539
  },
7475
7540
  "LogicalOperator": {},
7476
7541
  "Filters": {
@@ -7497,7 +7562,7 @@
7497
7562
  "members": {
7498
7563
  "Type": {},
7499
7564
  "Value": {
7500
- "shape": "S5l"
7565
+ "shape": "S5u"
7501
7566
  }
7502
7567
  }
7503
7568
  }
@@ -7518,12 +7583,12 @@
7518
7583
  "members": {
7519
7584
  "Name": {},
7520
7585
  "Inputs": {
7521
- "shape": "S7g"
7586
+ "shape": "S7p"
7522
7587
  },
7523
7588
  "Code": {},
7524
7589
  "ClassName": {},
7525
7590
  "OutputSchemas": {
7526
- "shape": "S5d"
7591
+ "shape": "S5m"
7527
7592
  }
7528
7593
  }
7529
7594
  },
@@ -7538,7 +7603,7 @@
7538
7603
  "members": {
7539
7604
  "Name": {},
7540
7605
  "Inputs": {
7541
- "shape": "S7g"
7606
+ "shape": "S7p"
7542
7607
  },
7543
7608
  "SqlQuery": {},
7544
7609
  "SqlAliases": {
@@ -7556,7 +7621,7 @@
7556
7621
  }
7557
7622
  },
7558
7623
  "OutputSchemas": {
7559
- "shape": "S5d"
7624
+ "shape": "S5m"
7560
7625
  }
7561
7626
  }
7562
7627
  },
@@ -7574,10 +7639,10 @@
7574
7639
  "type": "boolean"
7575
7640
  },
7576
7641
  "StreamingOptions": {
7577
- "shape": "S7n"
7642
+ "shape": "S7w"
7578
7643
  },
7579
7644
  "DataPreviewOptions": {
7580
- "shape": "S7q"
7645
+ "shape": "S7z"
7581
7646
  }
7582
7647
  }
7583
7648
  },
@@ -7589,7 +7654,7 @@
7589
7654
  "members": {
7590
7655
  "Name": {},
7591
7656
  "StreamingOptions": {
7592
- "shape": "S7u"
7657
+ "shape": "S83"
7593
7658
  },
7594
7659
  "WindowSize": {
7595
7660
  "type": "integer"
@@ -7598,7 +7663,7 @@
7598
7663
  "type": "boolean"
7599
7664
  },
7600
7665
  "DataPreviewOptions": {
7601
- "shape": "S7q"
7666
+ "shape": "S7z"
7602
7667
  }
7603
7668
  }
7604
7669
  },
@@ -7620,10 +7685,10 @@
7620
7685
  "Table": {},
7621
7686
  "Database": {},
7622
7687
  "StreamingOptions": {
7623
- "shape": "S7n"
7688
+ "shape": "S7w"
7624
7689
  },
7625
7690
  "DataPreviewOptions": {
7626
- "shape": "S7q"
7691
+ "shape": "S7z"
7627
7692
  }
7628
7693
  }
7629
7694
  },
@@ -7645,10 +7710,10 @@
7645
7710
  "Table": {},
7646
7711
  "Database": {},
7647
7712
  "StreamingOptions": {
7648
- "shape": "S7u"
7713
+ "shape": "S83"
7649
7714
  },
7650
7715
  "DataPreviewOptions": {
7651
- "shape": "S7q"
7716
+ "shape": "S7z"
7652
7717
  }
7653
7718
  }
7654
7719
  },
@@ -7661,7 +7726,7 @@
7661
7726
  "members": {
7662
7727
  "Name": {},
7663
7728
  "Inputs": {
7664
- "shape": "S6b"
7729
+ "shape": "S6k"
7665
7730
  },
7666
7731
  "NullCheckBoxList": {
7667
7732
  "type": "structure",
@@ -7714,11 +7779,11 @@
7714
7779
  "members": {
7715
7780
  "Name": {},
7716
7781
  "Inputs": {
7717
- "shape": "S6z"
7782
+ "shape": "S78"
7718
7783
  },
7719
7784
  "Source": {},
7720
7785
  "PrimaryKeys": {
7721
- "shape": "S6i"
7786
+ "shape": "S6r"
7722
7787
  }
7723
7788
  }
7724
7789
  },
@@ -7732,7 +7797,7 @@
7732
7797
  "members": {
7733
7798
  "Name": {},
7734
7799
  "Inputs": {
7735
- "shape": "S6z"
7800
+ "shape": "S78"
7736
7801
  },
7737
7802
  "UnionType": {}
7738
7803
  }
@@ -7748,11 +7813,11 @@
7748
7813
  "members": {
7749
7814
  "Name": {},
7750
7815
  "Inputs": {
7751
- "shape": "S6b"
7816
+ "shape": "S6k"
7752
7817
  },
7753
7818
  "PiiType": {},
7754
7819
  "EntityTypesToDetect": {
7755
- "shape": "S5l"
7820
+ "shape": "S5u"
7756
7821
  },
7757
7822
  "OutputColumnName": {},
7758
7823
  "SampleFraction": {
@@ -7775,10 +7840,10 @@
7775
7840
  "members": {
7776
7841
  "Name": {},
7777
7842
  "Inputs": {
7778
- "shape": "S6b"
7843
+ "shape": "S6k"
7779
7844
  },
7780
7845
  "Groups": {
7781
- "shape": "S6i"
7846
+ "shape": "S6r"
7782
7847
  },
7783
7848
  "Aggs": {
7784
7849
  "type": "list",
@@ -7790,7 +7855,7 @@
7790
7855
  ],
7791
7856
  "members": {
7792
7857
  "Column": {
7793
- "shape": "S5l"
7858
+ "shape": "S5u"
7794
7859
  },
7795
7860
  "AggFunc": {}
7796
7861
  }
@@ -7807,7 +7872,7 @@
7807
7872
  "members": {
7808
7873
  "Name": {},
7809
7874
  "Inputs": {
7810
- "shape": "S6b"
7875
+ "shape": "S6k"
7811
7876
  },
7812
7877
  "Columns": {
7813
7878
  "type": "list",
@@ -7829,15 +7894,15 @@
7829
7894
  "members": {
7830
7895
  "Name": {},
7831
7896
  "Inputs": {
7832
- "shape": "S6b"
7897
+ "shape": "S6k"
7833
7898
  },
7834
7899
  "PartitionKeys": {
7835
- "shape": "S6i"
7900
+ "shape": "S6r"
7836
7901
  },
7837
7902
  "Table": {},
7838
7903
  "Database": {},
7839
7904
  "SchemaChangePolicy": {
7840
- "shape": "S6j"
7905
+ "shape": "S6s"
7841
7906
  }
7842
7907
  }
7843
7908
  },
@@ -7854,7 +7919,7 @@
7854
7919
  "Table": {},
7855
7920
  "PartitionPredicate": {},
7856
7921
  "AdditionalOptions": {
7857
- "shape": "S5v"
7922
+ "shape": "S64"
7858
7923
  }
7859
7924
  }
7860
7925
  },
@@ -7921,7 +7986,7 @@
7921
7986
  "members": {
7922
7987
  "Name": {},
7923
7988
  "Inputs": {
7924
- "shape": "S6b"
7989
+ "shape": "S6k"
7925
7990
  },
7926
7991
  "Database": {},
7927
7992
  "Table": {}
@@ -7938,7 +8003,7 @@
7938
8003
  "members": {
7939
8004
  "Name": {},
7940
8005
  "Inputs": {
7941
- "shape": "S6b"
8006
+ "shape": "S6k"
7942
8007
  },
7943
8008
  "Database": {},
7944
8009
  "Table": {}
@@ -7955,7 +8020,7 @@
7955
8020
  "members": {
7956
8021
  "Name": {},
7957
8022
  "Inputs": {
7958
- "shape": "S6b"
8023
+ "shape": "S6k"
7959
8024
  },
7960
8025
  "Database": {},
7961
8026
  "Table": {}
@@ -7972,7 +8037,7 @@
7972
8037
  "members": {
7973
8038
  "Name": {},
7974
8039
  "Inputs": {
7975
- "shape": "S6b"
8040
+ "shape": "S6k"
7976
8041
  },
7977
8042
  "Database": {},
7978
8043
  "Table": {}
@@ -7991,7 +8056,7 @@
7991
8056
  "Name": {},
7992
8057
  "TransformName": {},
7993
8058
  "Inputs": {
7994
- "shape": "S6b"
8059
+ "shape": "S6k"
7995
8060
  },
7996
8061
  "Parameters": {
7997
8062
  "type": "list",
@@ -8007,7 +8072,7 @@
8007
8072
  "ValidationRule": {},
8008
8073
  "ValidationMessage": {},
8009
8074
  "Value": {
8010
- "shape": "S5l"
8075
+ "shape": "S5u"
8011
8076
  },
8012
8077
  "ListType": {},
8013
8078
  "IsOptional": {
@@ -8020,7 +8085,7 @@
8020
8085
  "Path": {},
8021
8086
  "Version": {},
8022
8087
  "OutputSchemas": {
8023
- "shape": "S5d"
8088
+ "shape": "S5m"
8024
8089
  }
8025
8090
  }
8026
8091
  },
@@ -8034,15 +8099,15 @@
8034
8099
  "members": {
8035
8100
  "Name": {},
8036
8101
  "Inputs": {
8037
- "shape": "S6b"
8102
+ "shape": "S6k"
8038
8103
  },
8039
8104
  "Ruleset": {},
8040
8105
  "Output": {},
8041
8106
  "PublishingOptions": {
8042
- "shape": "S8y"
8107
+ "shape": "S97"
8043
8108
  },
8044
8109
  "StopJobOnFailureOptions": {
8045
- "shape": "S8z"
8110
+ "shape": "S98"
8046
8111
  }
8047
8112
  }
8048
8113
  },
@@ -8058,10 +8123,10 @@
8058
8123
  "Database": {},
8059
8124
  "Table": {},
8060
8125
  "AdditionalHudiOptions": {
8061
- "shape": "S5r"
8126
+ "shape": "S60"
8062
8127
  },
8063
8128
  "OutputSchemas": {
8064
- "shape": "S5d"
8129
+ "shape": "S5m"
8065
8130
  }
8066
8131
  }
8067
8132
  },
@@ -8077,10 +8142,10 @@
8077
8142
  "Database": {},
8078
8143
  "Table": {},
8079
8144
  "AdditionalHudiOptions": {
8080
- "shape": "S5r"
8145
+ "shape": "S60"
8081
8146
  },
8082
8147
  "OutputSchemas": {
8083
- "shape": "S5d"
8148
+ "shape": "S5m"
8084
8149
  }
8085
8150
  }
8086
8151
  },
@@ -8093,16 +8158,16 @@
8093
8158
  "members": {
8094
8159
  "Name": {},
8095
8160
  "Paths": {
8096
- "shape": "S5l"
8161
+ "shape": "S5u"
8097
8162
  },
8098
8163
  "AdditionalHudiOptions": {
8099
- "shape": "S5r"
8164
+ "shape": "S60"
8100
8165
  },
8101
8166
  "AdditionalOptions": {
8102
- "shape": "S61"
8167
+ "shape": "S6a"
8103
8168
  },
8104
8169
  "OutputSchemas": {
8105
- "shape": "S5d"
8170
+ "shape": "S5m"
8106
8171
  }
8107
8172
  }
8108
8173
  },
@@ -8118,18 +8183,18 @@
8118
8183
  "members": {
8119
8184
  "Name": {},
8120
8185
  "Inputs": {
8121
- "shape": "S6b"
8186
+ "shape": "S6k"
8122
8187
  },
8123
8188
  "PartitionKeys": {
8124
- "shape": "S6i"
8189
+ "shape": "S6r"
8125
8190
  },
8126
8191
  "Table": {},
8127
8192
  "Database": {},
8128
8193
  "AdditionalOptions": {
8129
- "shape": "S5r"
8194
+ "shape": "S60"
8130
8195
  },
8131
8196
  "SchemaChangePolicy": {
8132
- "shape": "S6j"
8197
+ "shape": "S6s"
8133
8198
  }
8134
8199
  }
8135
8200
  },
@@ -8146,19 +8211,19 @@
8146
8211
  "members": {
8147
8212
  "Name": {},
8148
8213
  "Inputs": {
8149
- "shape": "S6b"
8214
+ "shape": "S6k"
8150
8215
  },
8151
8216
  "Path": {},
8152
8217
  "Compression": {},
8153
8218
  "PartitionKeys": {
8154
- "shape": "S6i"
8219
+ "shape": "S6r"
8155
8220
  },
8156
8221
  "Format": {},
8157
8222
  "AdditionalOptions": {
8158
- "shape": "S5r"
8223
+ "shape": "S60"
8159
8224
  },
8160
8225
  "SchemaChangePolicy": {
8161
- "shape": "S6m"
8226
+ "shape": "S6v"
8162
8227
  }
8163
8228
  }
8164
8229
  },
@@ -8192,10 +8257,10 @@
8192
8257
  "Database": {},
8193
8258
  "Table": {},
8194
8259
  "AdditionalDeltaOptions": {
8195
- "shape": "S5r"
8260
+ "shape": "S60"
8196
8261
  },
8197
8262
  "OutputSchemas": {
8198
- "shape": "S5d"
8263
+ "shape": "S5m"
8199
8264
  }
8200
8265
  }
8201
8266
  },
@@ -8211,10 +8276,10 @@
8211
8276
  "Database": {},
8212
8277
  "Table": {},
8213
8278
  "AdditionalDeltaOptions": {
8214
- "shape": "S5r"
8279
+ "shape": "S60"
8215
8280
  },
8216
8281
  "OutputSchemas": {
8217
- "shape": "S5d"
8282
+ "shape": "S5m"
8218
8283
  }
8219
8284
  }
8220
8285
  },
@@ -8227,16 +8292,16 @@
8227
8292
  "members": {
8228
8293
  "Name": {},
8229
8294
  "Paths": {
8230
- "shape": "S5l"
8295
+ "shape": "S5u"
8231
8296
  },
8232
8297
  "AdditionalDeltaOptions": {
8233
- "shape": "S5r"
8298
+ "shape": "S60"
8234
8299
  },
8235
8300
  "AdditionalOptions": {
8236
- "shape": "S61"
8301
+ "shape": "S6a"
8237
8302
  },
8238
8303
  "OutputSchemas": {
8239
- "shape": "S5d"
8304
+ "shape": "S5m"
8240
8305
  }
8241
8306
  }
8242
8307
  },
@@ -8251,18 +8316,18 @@
8251
8316
  "members": {
8252
8317
  "Name": {},
8253
8318
  "Inputs": {
8254
- "shape": "S6b"
8319
+ "shape": "S6k"
8255
8320
  },
8256
8321
  "PartitionKeys": {
8257
- "shape": "S6i"
8322
+ "shape": "S6r"
8258
8323
  },
8259
8324
  "Table": {},
8260
8325
  "Database": {},
8261
8326
  "AdditionalOptions": {
8262
- "shape": "S5r"
8327
+ "shape": "S60"
8263
8328
  },
8264
8329
  "SchemaChangePolicy": {
8265
- "shape": "S6j"
8330
+ "shape": "S6s"
8266
8331
  }
8267
8332
  }
8268
8333
  },
@@ -8278,19 +8343,19 @@
8278
8343
  "members": {
8279
8344
  "Name": {},
8280
8345
  "Inputs": {
8281
- "shape": "S6b"
8346
+ "shape": "S6k"
8282
8347
  },
8283
8348
  "PartitionKeys": {
8284
- "shape": "S6i"
8349
+ "shape": "S6r"
8285
8350
  },
8286
8351
  "Path": {},
8287
8352
  "Compression": {},
8288
8353
  "Format": {},
8289
8354
  "AdditionalOptions": {
8290
- "shape": "S5r"
8355
+ "shape": "S60"
8291
8356
  },
8292
8357
  "SchemaChangePolicy": {
8293
- "shape": "S6m"
8358
+ "shape": "S6v"
8294
8359
  }
8295
8360
  }
8296
8361
  },
@@ -8299,7 +8364,7 @@
8299
8364
  "members": {
8300
8365
  "Name": {},
8301
8366
  "Data": {
8302
- "shape": "S9g"
8367
+ "shape": "S9p"
8303
8368
  }
8304
8369
  }
8305
8370
  },
@@ -8308,10 +8373,10 @@
8308
8373
  "members": {
8309
8374
  "Name": {},
8310
8375
  "Data": {
8311
- "shape": "S9g"
8376
+ "shape": "S9p"
8312
8377
  },
8313
8378
  "Inputs": {
8314
- "shape": "S6b"
8379
+ "shape": "S6k"
8315
8380
  }
8316
8381
  }
8317
8382
  },
@@ -8325,7 +8390,7 @@
8325
8390
  "members": {
8326
8391
  "Name": {},
8327
8392
  "Inputs": {
8328
- "shape": "S7g"
8393
+ "shape": "S7p"
8329
8394
  },
8330
8395
  "AdditionalDataSources": {
8331
8396
  "type": "map",
@@ -8334,7 +8399,7 @@
8334
8399
  },
8335
8400
  "Ruleset": {},
8336
8401
  "PublishingOptions": {
8337
- "shape": "S8y"
8402
+ "shape": "S97"
8338
8403
  },
8339
8404
  "AdditionalOptions": {
8340
8405
  "type": "map",
@@ -8342,7 +8407,7 @@
8342
8407
  "value": {}
8343
8408
  },
8344
8409
  "StopJobOnFailureOptions": {
8345
- "shape": "S8z"
8410
+ "shape": "S98"
8346
8411
  }
8347
8412
  }
8348
8413
  },
@@ -8356,7 +8421,7 @@
8356
8421
  "members": {
8357
8422
  "Name": {},
8358
8423
  "Inputs": {
8359
- "shape": "S6b"
8424
+ "shape": "S6k"
8360
8425
  },
8361
8426
  "RecipeReference": {
8362
8427
  "type": "structure",
@@ -8380,10 +8445,10 @@
8380
8445
  "members": {
8381
8446
  "Name": {},
8382
8447
  "Data": {
8383
- "shape": "S9u"
8448
+ "shape": "Sa3"
8384
8449
  },
8385
8450
  "OutputSchemas": {
8386
- "shape": "S5d"
8451
+ "shape": "S5m"
8387
8452
  }
8388
8453
  }
8389
8454
  },
@@ -8396,10 +8461,10 @@
8396
8461
  "members": {
8397
8462
  "Name": {},
8398
8463
  "Data": {
8399
- "shape": "S9u"
8464
+ "shape": "Sa3"
8400
8465
  },
8401
8466
  "Inputs": {
8402
- "shape": "S6b"
8467
+ "shape": "S6k"
8403
8468
  }
8404
8469
  }
8405
8470
  },
@@ -8414,10 +8479,10 @@
8414
8479
  "Name": {},
8415
8480
  "ConnectionType": {},
8416
8481
  "Data": {
8417
- "shape": "S9x"
8482
+ "shape": "Sa6"
8418
8483
  },
8419
8484
  "OutputSchemas": {
8420
- "shape": "S5d"
8485
+ "shape": "S5m"
8421
8486
  }
8422
8487
  }
8423
8488
  },
@@ -8432,10 +8497,10 @@
8432
8497
  "Name": {},
8433
8498
  "ConnectionType": {},
8434
8499
  "Data": {
8435
- "shape": "S9x"
8500
+ "shape": "Sa6"
8436
8501
  },
8437
8502
  "Inputs": {
8438
- "shape": "S6b"
8503
+ "shape": "S6k"
8439
8504
  }
8440
8505
  }
8441
8506
  }
@@ -8443,7 +8508,7 @@
8443
8508
  },
8444
8509
  "sensitive": true
8445
8510
  },
8446
- "S5d": {
8511
+ "S5m": {
8447
8512
  "type": "list",
8448
8513
  "member": {
8449
8514
  "type": "structure",
@@ -8464,16 +8529,16 @@
8464
8529
  }
8465
8530
  }
8466
8531
  },
8467
- "S5l": {
8532
+ "S5u": {
8468
8533
  "type": "list",
8469
8534
  "member": {}
8470
8535
  },
8471
- "S5r": {
8536
+ "S60": {
8472
8537
  "type": "map",
8473
8538
  "key": {},
8474
8539
  "value": {}
8475
8540
  },
8476
- "S5v": {
8541
+ "S64": {
8477
8542
  "type": "structure",
8478
8543
  "members": {
8479
8544
  "BoundedSize": {
@@ -8484,7 +8549,7 @@
8484
8549
  }
8485
8550
  }
8486
8551
  },
8487
- "S61": {
8552
+ "S6a": {
8488
8553
  "type": "structure",
8489
8554
  "members": {
8490
8555
  "BoundedSize": {
@@ -8499,17 +8564,17 @@
8499
8564
  "SamplePath": {}
8500
8565
  }
8501
8566
  },
8502
- "S6b": {
8567
+ "S6k": {
8503
8568
  "type": "list",
8504
8569
  "member": {}
8505
8570
  },
8506
- "S6i": {
8571
+ "S6r": {
8507
8572
  "type": "list",
8508
8573
  "member": {
8509
- "shape": "S5l"
8574
+ "shape": "S5u"
8510
8575
  }
8511
8576
  },
8512
- "S6j": {
8577
+ "S6s": {
8513
8578
  "type": "structure",
8514
8579
  "members": {
8515
8580
  "EnableUpdateCatalog": {
@@ -8518,7 +8583,7 @@
8518
8583
  "UpdateBehavior": {}
8519
8584
  }
8520
8585
  },
8521
- "S6m": {
8586
+ "S6v": {
8522
8587
  "type": "structure",
8523
8588
  "members": {
8524
8589
  "EnableUpdateCatalog": {
@@ -8529,14 +8594,14 @@
8529
8594
  "Database": {}
8530
8595
  }
8531
8596
  },
8532
- "S6q": {
8597
+ "S6z": {
8533
8598
  "type": "list",
8534
8599
  "member": {
8535
8600
  "type": "structure",
8536
8601
  "members": {
8537
8602
  "ToKey": {},
8538
8603
  "FromPath": {
8539
- "shape": "S5l"
8604
+ "shape": "S5u"
8540
8605
  },
8541
8606
  "FromType": {},
8542
8607
  "ToType": {},
@@ -8544,20 +8609,20 @@
8544
8609
  "type": "boolean"
8545
8610
  },
8546
8611
  "Children": {
8547
- "shape": "S6q"
8612
+ "shape": "S6z"
8548
8613
  }
8549
8614
  }
8550
8615
  }
8551
8616
  },
8552
- "S6z": {
8617
+ "S78": {
8553
8618
  "type": "list",
8554
8619
  "member": {}
8555
8620
  },
8556
- "S7g": {
8621
+ "S7p": {
8557
8622
  "type": "list",
8558
8623
  "member": {}
8559
8624
  },
8560
- "S7n": {
8625
+ "S7w": {
8561
8626
  "type": "structure",
8562
8627
  "members": {
8563
8628
  "EndpointUrl": {},
@@ -8601,15 +8666,15 @@
8601
8666
  "AddRecordTimestamp": {},
8602
8667
  "EmitConsumerLagMetrics": {},
8603
8668
  "StartingTimestamp": {
8604
- "shape": "S7p"
8669
+ "shape": "S7y"
8605
8670
  }
8606
8671
  }
8607
8672
  },
8608
- "S7p": {
8673
+ "S7y": {
8609
8674
  "type": "timestamp",
8610
8675
  "timestampFormat": "iso8601"
8611
8676
  },
8612
- "S7q": {
8677
+ "S7z": {
8613
8678
  "type": "structure",
8614
8679
  "members": {
8615
8680
  "PollingTime": {
@@ -8620,7 +8685,7 @@
8620
8685
  }
8621
8686
  }
8622
8687
  },
8623
- "S7u": {
8688
+ "S83": {
8624
8689
  "type": "structure",
8625
8690
  "members": {
8626
8691
  "BootstrapServers": {},
@@ -8654,11 +8719,11 @@
8654
8719
  "AddRecordTimestamp": {},
8655
8720
  "EmitConsumerLagMetrics": {},
8656
8721
  "StartingTimestamp": {
8657
- "shape": "S7p"
8722
+ "shape": "S7y"
8658
8723
  }
8659
8724
  }
8660
8725
  },
8661
- "S8y": {
8726
+ "S97": {
8662
8727
  "type": "structure",
8663
8728
  "members": {
8664
8729
  "EvaluationContext": {},
@@ -8671,37 +8736,37 @@
8671
8736
  }
8672
8737
  }
8673
8738
  },
8674
- "S8z": {
8739
+ "S98": {
8675
8740
  "type": "structure",
8676
8741
  "members": {
8677
8742
  "StopJobOnFailureTiming": {}
8678
8743
  }
8679
8744
  },
8680
- "S9g": {
8745
+ "S9p": {
8681
8746
  "type": "structure",
8682
8747
  "members": {
8683
8748
  "AccessType": {},
8684
8749
  "SourceType": {},
8685
8750
  "Connection": {
8686
- "shape": "S9h"
8751
+ "shape": "S9q"
8687
8752
  },
8688
8753
  "Schema": {
8689
- "shape": "S9h"
8754
+ "shape": "S9q"
8690
8755
  },
8691
8756
  "Table": {
8692
- "shape": "S9h"
8757
+ "shape": "S9q"
8693
8758
  },
8694
8759
  "CatalogDatabase": {
8695
- "shape": "S9h"
8760
+ "shape": "S9q"
8696
8761
  },
8697
8762
  "CatalogTable": {
8698
- "shape": "S9h"
8763
+ "shape": "S9q"
8699
8764
  },
8700
8765
  "CatalogRedshiftSchema": {},
8701
8766
  "CatalogRedshiftTable": {},
8702
8767
  "TempDir": {},
8703
8768
  "IamRole": {
8704
- "shape": "S9h"
8769
+ "shape": "S9q"
8705
8770
  },
8706
8771
  "AdvancedOptions": {
8707
8772
  "type": "list",
@@ -8727,15 +8792,15 @@
8727
8792
  "MergeClause": {},
8728
8793
  "CrawlerConnection": {},
8729
8794
  "TableSchema": {
8730
- "shape": "S9k"
8795
+ "shape": "S9t"
8731
8796
  },
8732
8797
  "StagingTable": {},
8733
8798
  "SelectedColumns": {
8734
- "shape": "S9k"
8799
+ "shape": "S9t"
8735
8800
  }
8736
8801
  }
8737
8802
  },
8738
- "S9h": {
8803
+ "S9q": {
8739
8804
  "type": "structure",
8740
8805
  "members": {
8741
8806
  "Value": {},
@@ -8743,28 +8808,28 @@
8743
8808
  "Description": {}
8744
8809
  }
8745
8810
  },
8746
- "S9k": {
8811
+ "S9t": {
8747
8812
  "type": "list",
8748
8813
  "member": {
8749
- "shape": "S9h"
8814
+ "shape": "S9q"
8750
8815
  }
8751
8816
  },
8752
- "S9u": {
8817
+ "Sa3": {
8753
8818
  "type": "structure",
8754
8819
  "members": {
8755
8820
  "SourceType": {},
8756
8821
  "Connection": {
8757
- "shape": "S9h"
8822
+ "shape": "S9q"
8758
8823
  },
8759
8824
  "Schema": {},
8760
8825
  "Table": {},
8761
8826
  "Database": {},
8762
8827
  "TempDir": {},
8763
8828
  "IamRole": {
8764
- "shape": "S9h"
8829
+ "shape": "S9q"
8765
8830
  },
8766
8831
  "AdditionalOptions": {
8767
- "shape": "S5r"
8832
+ "shape": "S60"
8768
8833
  },
8769
8834
  "SampleQuery": {},
8770
8835
  "PreAction": {},
@@ -8779,22 +8844,22 @@
8779
8844
  "MergeClause": {},
8780
8845
  "StagingTable": {},
8781
8846
  "SelectedColumns": {
8782
- "shape": "S9k"
8847
+ "shape": "S9t"
8783
8848
  },
8784
8849
  "AutoPushdown": {
8785
8850
  "type": "boolean"
8786
8851
  },
8787
8852
  "TableSchema": {
8788
- "shape": "S9k"
8853
+ "shape": "S9t"
8789
8854
  }
8790
8855
  }
8791
8856
  },
8792
- "S9x": {
8857
+ "Sa6": {
8793
8858
  "type": "map",
8794
8859
  "key": {},
8795
8860
  "value": {}
8796
8861
  },
8797
- "Sa0": {
8862
+ "Sa9": {
8798
8863
  "type": "structure",
8799
8864
  "members": {
8800
8865
  "Provider": {},
@@ -8807,19 +8872,19 @@
8807
8872
  "AuthToken": {}
8808
8873
  }
8809
8874
  },
8810
- "Sa4": {
8875
+ "Sad": {
8811
8876
  "type": "list",
8812
8877
  "member": {
8813
8878
  "shape": "S1c"
8814
8879
  }
8815
8880
  },
8816
- "Sa6": {
8881
+ "Saf": {
8817
8882
  "type": "list",
8818
8883
  "member": {
8819
- "shape": "Sa7"
8884
+ "shape": "Sag"
8820
8885
  }
8821
8886
  },
8822
- "Sa7": {
8887
+ "Sag": {
8823
8888
  "type": "structure",
8824
8889
  "members": {
8825
8890
  "Values": {
@@ -8845,19 +8910,19 @@
8845
8910
  "CatalogId": {}
8846
8911
  }
8847
8912
  },
8848
- "Sah": {
8913
+ "Saq": {
8849
8914
  "type": "structure",
8850
8915
  "members": {
8851
8916
  "type": {},
8852
8917
  "configuration": {
8853
- "shape": "Sai"
8918
+ "shape": "Sar"
8854
8919
  },
8855
8920
  "lastRun": {
8856
- "shape": "Sak"
8921
+ "shape": "Sat"
8857
8922
  }
8858
8923
  }
8859
8924
  },
8860
- "Sai": {
8925
+ "Sar": {
8861
8926
  "type": "structure",
8862
8927
  "members": {
8863
8928
  "roleArn": {},
@@ -8866,7 +8931,7 @@
8866
8931
  }
8867
8932
  }
8868
8933
  },
8869
- "Sak": {
8934
+ "Sat": {
8870
8935
  "type": "structure",
8871
8936
  "members": {
8872
8937
  "eventType": {},
@@ -8888,17 +8953,17 @@
8888
8953
  "error": {}
8889
8954
  }
8890
8955
  },
8891
- "Sas": {
8956
+ "Sb1": {
8892
8957
  "type": "list",
8893
8958
  "member": {}
8894
8959
  },
8895
- "Sau": {
8960
+ "Sb3": {
8896
8961
  "type": "list",
8897
8962
  "member": {
8898
- "shape": "Sav"
8963
+ "shape": "Sb4"
8899
8964
  }
8900
8965
  },
8901
- "Sav": {
8966
+ "Sb4": {
8902
8967
  "type": "structure",
8903
8968
  "members": {
8904
8969
  "Name": {},
@@ -8909,37 +8974,37 @@
8909
8974
  "Description": {},
8910
8975
  "Schedule": {},
8911
8976
  "Actions": {
8912
- "shape": "Saz"
8977
+ "shape": "Sb8"
8913
8978
  },
8914
8979
  "Predicate": {
8915
- "shape": "Sb1"
8980
+ "shape": "Sba"
8916
8981
  },
8917
8982
  "EventBatchingCondition": {
8918
- "shape": "Sb8"
8983
+ "shape": "Sbh"
8919
8984
  }
8920
8985
  }
8921
8986
  },
8922
- "Saz": {
8987
+ "Sb8": {
8923
8988
  "type": "list",
8924
8989
  "member": {
8925
8990
  "type": "structure",
8926
8991
  "members": {
8927
8992
  "JobName": {},
8928
8993
  "Arguments": {
8929
- "shape": "S4z"
8994
+ "shape": "S58"
8930
8995
  },
8931
8996
  "Timeout": {
8932
8997
  "type": "integer"
8933
8998
  },
8934
8999
  "SecurityConfiguration": {},
8935
9000
  "NotificationProperty": {
8936
- "shape": "S54"
9001
+ "shape": "S5d"
8937
9002
  },
8938
9003
  "CrawlerName": {}
8939
9004
  }
8940
9005
  }
8941
9006
  },
8942
- "Sb1": {
9007
+ "Sba": {
8943
9008
  "type": "structure",
8944
9009
  "members": {
8945
9010
  "Logical": {},
@@ -8958,7 +9023,7 @@
8958
9023
  }
8959
9024
  }
8960
9025
  },
8961
- "Sb8": {
9026
+ "Sbh": {
8962
9027
  "type": "structure",
8963
9028
  "required": [
8964
9029
  "BatchSize"
@@ -8972,17 +9037,17 @@
8972
9037
  }
8973
9038
  }
8974
9039
  },
8975
- "Sbc": {
9040
+ "Sbl": {
8976
9041
  "type": "list",
8977
9042
  "member": {}
8978
9043
  },
8979
- "Sbf": {
9044
+ "Sbo": {
8980
9045
  "type": "structure",
8981
9046
  "members": {
8982
9047
  "Name": {},
8983
9048
  "Description": {},
8984
9049
  "DefaultRunProperties": {
8985
- "shape": "Sbg"
9050
+ "shape": "Sbp"
8986
9051
  },
8987
9052
  "CreatedOn": {
8988
9053
  "type": "timestamp"
@@ -8991,10 +9056,10 @@
8991
9056
  "type": "timestamp"
8992
9057
  },
8993
9058
  "LastRun": {
8994
- "shape": "Sbh"
9059
+ "shape": "Sbq"
8995
9060
  },
8996
9061
  "Graph": {
8997
- "shape": "Sbk"
9062
+ "shape": "Sbt"
8998
9063
  },
8999
9064
  "MaxConcurrentRuns": {
9000
9065
  "type": "integer"
@@ -9008,19 +9073,19 @@
9008
9073
  }
9009
9074
  }
9010
9075
  },
9011
- "Sbg": {
9076
+ "Sbp": {
9012
9077
  "type": "map",
9013
9078
  "key": {},
9014
9079
  "value": {}
9015
9080
  },
9016
- "Sbh": {
9081
+ "Sbq": {
9017
9082
  "type": "structure",
9018
9083
  "members": {
9019
9084
  "Name": {},
9020
9085
  "WorkflowRunId": {},
9021
9086
  "PreviousRunId": {},
9022
9087
  "WorkflowRunProperties": {
9023
- "shape": "Sbg"
9088
+ "shape": "Sbp"
9024
9089
  },
9025
9090
  "StartedOn": {
9026
9091
  "type": "timestamp"
@@ -9060,7 +9125,7 @@
9060
9125
  }
9061
9126
  },
9062
9127
  "Graph": {
9063
- "shape": "Sbk"
9128
+ "shape": "Sbt"
9064
9129
  },
9065
9130
  "StartingEventBatchCondition": {
9066
9131
  "type": "structure",
@@ -9075,7 +9140,7 @@
9075
9140
  }
9076
9141
  }
9077
9142
  },
9078
- "Sbk": {
9143
+ "Sbt": {
9079
9144
  "type": "structure",
9080
9145
  "members": {
9081
9146
  "Nodes": {
@@ -9090,7 +9155,7 @@
9090
9155
  "type": "structure",
9091
9156
  "members": {
9092
9157
  "Trigger": {
9093
- "shape": "Sav"
9158
+ "shape": "Sb4"
9094
9159
  }
9095
9160
  }
9096
9161
  },
@@ -9098,7 +9163,7 @@
9098
9163
  "type": "structure",
9099
9164
  "members": {
9100
9165
  "JobRuns": {
9101
- "shape": "Sbq"
9166
+ "shape": "Sbz"
9102
9167
  }
9103
9168
  }
9104
9169
  },
@@ -9140,13 +9205,13 @@
9140
9205
  }
9141
9206
  }
9142
9207
  },
9143
- "Sbq": {
9208
+ "Sbz": {
9144
9209
  "type": "list",
9145
9210
  "member": {
9146
- "shape": "Sbr"
9211
+ "shape": "Sc0"
9147
9212
  }
9148
9213
  },
9149
- "Sbr": {
9214
+ "Sc0": {
9150
9215
  "type": "structure",
9151
9216
  "members": {
9152
9217
  "Id": {},
@@ -9167,7 +9232,7 @@
9167
9232
  },
9168
9233
  "JobRunState": {},
9169
9234
  "Arguments": {
9170
- "shape": "S4z"
9235
+ "shape": "S58"
9171
9236
  },
9172
9237
  "ErrorMessage": {},
9173
9238
  "PredecessorRuns": {
@@ -9201,7 +9266,7 @@
9201
9266
  "SecurityConfiguration": {},
9202
9267
  "LogGroupName": {},
9203
9268
  "NotificationProperty": {
9204
- "shape": "S54"
9269
+ "shape": "S5d"
9205
9270
  },
9206
9271
  "GlueVersion": {},
9207
9272
  "DPUSeconds": {
@@ -9210,24 +9275,24 @@
9210
9275
  "ExecutionClass": {}
9211
9276
  }
9212
9277
  },
9213
- "Scd": {
9278
+ "Scm": {
9214
9279
  "type": "list",
9215
9280
  "member": {}
9216
9281
  },
9217
- "Scy": {
9282
+ "Sd7": {
9218
9283
  "type": "map",
9219
9284
  "key": {},
9220
9285
  "value": {}
9221
9286
  },
9222
- "Sdf": {
9287
+ "Sdo": {
9223
9288
  "type": "list",
9224
9289
  "member": {}
9225
9290
  },
9226
- "Sdg": {
9291
+ "Sdp": {
9227
9292
  "type": "list",
9228
9293
  "member": {}
9229
9294
  },
9230
- "Sdk": {
9295
+ "Sdt": {
9231
9296
  "type": "structure",
9232
9297
  "required": [
9233
9298
  "Name",
@@ -9239,26 +9304,26 @@
9239
9304
  "Description": {},
9240
9305
  "ConnectionType": {},
9241
9306
  "MatchCriteria": {
9242
- "shape": "Sdm"
9307
+ "shape": "Sdv"
9243
9308
  },
9244
9309
  "ConnectionProperties": {
9245
- "shape": "Sdn"
9310
+ "shape": "Sdw"
9246
9311
  },
9247
9312
  "PhysicalConnectionRequirements": {
9248
- "shape": "Sdp"
9313
+ "shape": "Sdy"
9249
9314
  }
9250
9315
  }
9251
9316
  },
9252
- "Sdm": {
9317
+ "Sdv": {
9253
9318
  "type": "list",
9254
9319
  "member": {}
9255
9320
  },
9256
- "Sdn": {
9321
+ "Sdw": {
9257
9322
  "type": "map",
9258
9323
  "key": {},
9259
9324
  "value": {}
9260
9325
  },
9261
- "Sdp": {
9326
+ "Sdy": {
9262
9327
  "type": "structure",
9263
9328
  "members": {
9264
9329
  "SubnetId": {},
@@ -9269,7 +9334,7 @@
9269
9334
  "AvailabilityZone": {}
9270
9335
  }
9271
9336
  },
9272
- "Sdy": {
9337
+ "Se7": {
9273
9338
  "type": "structure",
9274
9339
  "required": [
9275
9340
  "TableName",
@@ -9281,7 +9346,7 @@
9281
9346
  "CatalogId": {}
9282
9347
  }
9283
9348
  },
9284
- "Se1": {
9349
+ "Sea": {
9285
9350
  "type": "structure",
9286
9351
  "required": [
9287
9352
  "Name"
@@ -9294,17 +9359,17 @@
9294
9359
  "shape": "Se"
9295
9360
  },
9296
9361
  "CreateTableDefaultPermissions": {
9297
- "shape": "Se3"
9362
+ "shape": "Sec"
9298
9363
  },
9299
9364
  "TargetDatabase": {
9300
- "shape": "Se9"
9365
+ "shape": "Sei"
9301
9366
  },
9302
9367
  "FederatedDatabase": {
9303
- "shape": "Sea"
9368
+ "shape": "Sej"
9304
9369
  }
9305
9370
  }
9306
9371
  },
9307
- "Se3": {
9372
+ "Sec": {
9308
9373
  "type": "list",
9309
9374
  "member": {
9310
9375
  "type": "structure",
@@ -9322,7 +9387,7 @@
9322
9387
  }
9323
9388
  }
9324
9389
  },
9325
- "Se9": {
9390
+ "Sei": {
9326
9391
  "type": "structure",
9327
9392
  "members": {
9328
9393
  "CatalogId": {},
@@ -9330,20 +9395,20 @@
9330
9395
  "Region": {}
9331
9396
  }
9332
9397
  },
9333
- "Sea": {
9398
+ "Sej": {
9334
9399
  "type": "structure",
9335
9400
  "members": {
9336
9401
  "Identifier": {},
9337
9402
  "ConnectionName": {}
9338
9403
  }
9339
9404
  },
9340
- "Sei": {
9405
+ "Ser": {
9341
9406
  "type": "list",
9342
9407
  "member": {
9343
9408
  "shape": "S44"
9344
9409
  }
9345
9410
  },
9346
- "Sej": {
9411
+ "Ses": {
9347
9412
  "type": "structure",
9348
9413
  "required": [
9349
9414
  "TransformType"
@@ -9367,7 +9432,7 @@
9367
9432
  }
9368
9433
  }
9369
9434
  },
9370
- "Sen": {
9435
+ "Sew": {
9371
9436
  "type": "structure",
9372
9437
  "members": {
9373
9438
  "MlUserDataEncryption": {
@@ -9383,7 +9448,7 @@
9383
9448
  "TaskRunSecurityConfigurationName": {}
9384
9449
  }
9385
9450
  },
9386
- "Seu": {
9451
+ "Sf3": {
9387
9452
  "type": "structure",
9388
9453
  "required": [
9389
9454
  "Keys",
@@ -9397,14 +9462,14 @@
9397
9462
  "IndexName": {}
9398
9463
  }
9399
9464
  },
9400
- "Sf0": {
9465
+ "Sf9": {
9401
9466
  "type": "structure",
9402
9467
  "members": {
9403
9468
  "RegistryName": {},
9404
9469
  "RegistryArn": {}
9405
9470
  }
9406
9471
  },
9407
- "Sf7": {
9472
+ "Sfg": {
9408
9473
  "type": "list",
9409
9474
  "member": {
9410
9475
  "type": "structure",
@@ -9417,7 +9482,7 @@
9417
9482
  "Id": {},
9418
9483
  "NodeType": {},
9419
9484
  "Args": {
9420
- "shape": "Sfb"
9485
+ "shape": "Sfk"
9421
9486
  },
9422
9487
  "LineNumber": {
9423
9488
  "type": "integer"
@@ -9425,7 +9490,7 @@
9425
9490
  }
9426
9491
  }
9427
9492
  },
9428
- "Sfb": {
9493
+ "Sfk": {
9429
9494
  "type": "list",
9430
9495
  "member": {
9431
9496
  "type": "structure",
@@ -9442,7 +9507,7 @@
9442
9507
  }
9443
9508
  }
9444
9509
  },
9445
- "Sff": {
9510
+ "Sfo": {
9446
9511
  "type": "list",
9447
9512
  "member": {
9448
9513
  "type": "structure",
@@ -9457,7 +9522,7 @@
9457
9522
  }
9458
9523
  }
9459
9524
  },
9460
- "Sfm": {
9525
+ "Sfv": {
9461
9526
  "type": "structure",
9462
9527
  "members": {
9463
9528
  "S3Encryption": {
@@ -9486,19 +9551,19 @@
9486
9551
  }
9487
9552
  }
9488
9553
  },
9489
- "Sfy": {
9554
+ "Sg7": {
9490
9555
  "type": "structure",
9491
9556
  "members": {
9492
9557
  "Name": {},
9493
9558
  "PythonVersion": {}
9494
9559
  }
9495
9560
  },
9496
- "Sfz": {
9561
+ "Sg8": {
9497
9562
  "type": "map",
9498
9563
  "key": {},
9499
9564
  "value": {}
9500
9565
  },
9501
- "Sg2": {
9566
+ "Sgb": {
9502
9567
  "type": "structure",
9503
9568
  "members": {
9504
9569
  "Id": {},
@@ -9510,13 +9575,13 @@
9510
9575
  "Description": {},
9511
9576
  "Role": {},
9512
9577
  "Command": {
9513
- "shape": "Sfy"
9578
+ "shape": "Sg7"
9514
9579
  },
9515
9580
  "DefaultArguments": {
9516
- "shape": "Sfz"
9581
+ "shape": "Sg8"
9517
9582
  },
9518
9583
  "Connections": {
9519
- "shape": "S50"
9584
+ "shape": "S59"
9520
9585
  },
9521
9586
  "Progress": {
9522
9587
  "type": "double"
@@ -9544,7 +9609,7 @@
9544
9609
  }
9545
9610
  }
9546
9611
  },
9547
- "Sg7": {
9612
+ "Sgg": {
9548
9613
  "type": "structure",
9549
9614
  "required": [
9550
9615
  "Name"
@@ -9575,11 +9640,11 @@
9575
9640
  "shape": "Se"
9576
9641
  },
9577
9642
  "TargetTable": {
9578
- "shape": "Sgb"
9643
+ "shape": "Sgk"
9579
9644
  }
9580
9645
  }
9581
9646
  },
9582
- "Sgb": {
9647
+ "Sgk": {
9583
9648
  "type": "structure",
9584
9649
  "members": {
9585
9650
  "CatalogId": {},
@@ -9588,7 +9653,7 @@
9588
9653
  "Region": {}
9589
9654
  }
9590
9655
  },
9591
- "Sgm": {
9656
+ "Sgv": {
9592
9657
  "type": "structure",
9593
9658
  "members": {
9594
9659
  "FunctionName": {},
@@ -9596,11 +9661,11 @@
9596
9661
  "OwnerName": {},
9597
9662
  "OwnerType": {},
9598
9663
  "ResourceUris": {
9599
- "shape": "Sgo"
9664
+ "shape": "Sgx"
9600
9665
  }
9601
9666
  }
9602
9667
  },
9603
- "Sgo": {
9668
+ "Sgx": {
9604
9669
  "type": "list",
9605
9670
  "member": {
9606
9671
  "type": "structure",
@@ -9610,7 +9675,7 @@
9610
9675
  }
9611
9676
  }
9612
9677
  },
9613
- "Sil": {
9678
+ "Siu": {
9614
9679
  "type": "structure",
9615
9680
  "members": {
9616
9681
  "BlueprintName": {},
@@ -9629,7 +9694,7 @@
9629
9694
  "RoleArn": {}
9630
9695
  }
9631
9696
  },
9632
- "Siy": {
9697
+ "Sj7": {
9633
9698
  "type": "structure",
9634
9699
  "members": {
9635
9700
  "GrokClassifier": {
@@ -9716,7 +9781,7 @@
9716
9781
  "QuoteSymbol": {},
9717
9782
  "ContainsHeader": {},
9718
9783
  "Header": {
9719
- "shape": "Sdf"
9784
+ "shape": "Sdo"
9720
9785
  },
9721
9786
  "DisableValueTrimming": {
9722
9787
  "type": "boolean"
@@ -9728,24 +9793,24 @@
9728
9793
  "type": "boolean"
9729
9794
  },
9730
9795
  "CustomDatatypes": {
9731
- "shape": "Sdg"
9796
+ "shape": "Sdp"
9732
9797
  },
9733
9798
  "Serde": {}
9734
9799
  }
9735
9800
  }
9736
9801
  }
9737
9802
  },
9738
- "Sj8": {
9803
+ "Sjh": {
9739
9804
  "type": "list",
9740
9805
  "member": {}
9741
9806
  },
9742
- "Sja": {
9807
+ "Sjj": {
9743
9808
  "type": "list",
9744
9809
  "member": {
9745
- "shape": "Sjb"
9810
+ "shape": "Sjk"
9746
9811
  }
9747
9812
  },
9748
- "Sjb": {
9813
+ "Sjk": {
9749
9814
  "type": "structure",
9750
9815
  "required": [
9751
9816
  "ColumnName",
@@ -9814,10 +9879,10 @@
9814
9879
  ],
9815
9880
  "members": {
9816
9881
  "MinimumValue": {
9817
- "shape": "Sjj"
9882
+ "shape": "Sjs"
9818
9883
  },
9819
9884
  "MaximumValue": {
9820
- "shape": "Sjj"
9885
+ "shape": "Sjs"
9821
9886
  },
9822
9887
  "NumberOfNulls": {
9823
9888
  "type": "long"
@@ -9915,7 +9980,7 @@
9915
9980
  }
9916
9981
  }
9917
9982
  },
9918
- "Sjj": {
9983
+ "Sjs": {
9919
9984
  "type": "structure",
9920
9985
  "required": [
9921
9986
  "UnscaledValue",
@@ -9930,7 +9995,7 @@
9930
9995
  }
9931
9996
  }
9932
9997
  },
9933
- "Sjs": {
9998
+ "Sk1": {
9934
9999
  "type": "list",
9935
10000
  "member": {
9936
10001
  "type": "structure",
@@ -9942,7 +10007,7 @@
9942
10007
  }
9943
10008
  }
9944
10009
  },
9945
- "Sjy": {
10010
+ "Sk7": {
9946
10011
  "type": "structure",
9947
10012
  "members": {
9948
10013
  "CustomerId": {},
@@ -9950,7 +10015,7 @@
9950
10015
  "DatabaseName": {},
9951
10016
  "TableName": {},
9952
10017
  "ColumnNameList": {
9953
- "shape": "Sk0"
10018
+ "shape": "Sk9"
9954
10019
  },
9955
10020
  "CatalogID": {},
9956
10021
  "Role": {},
@@ -9981,24 +10046,24 @@
9981
10046
  }
9982
10047
  }
9983
10048
  },
9984
- "Sk0": {
10049
+ "Sk9": {
9985
10050
  "type": "list",
9986
10051
  "member": {}
9987
10052
  },
9988
- "Sk9": {
10053
+ "Ski": {
9989
10054
  "type": "structure",
9990
10055
  "members": {
9991
10056
  "Name": {},
9992
10057
  "Description": {},
9993
10058
  "ConnectionType": {},
9994
10059
  "MatchCriteria": {
9995
- "shape": "Sdm"
10060
+ "shape": "Sdv"
9996
10061
  },
9997
10062
  "ConnectionProperties": {
9998
- "shape": "Sdn"
10063
+ "shape": "Sdw"
9999
10064
  },
10000
10065
  "PhysicalConnectionRequirements": {
10001
- "shape": "Sdp"
10066
+ "shape": "Sdy"
10002
10067
  },
10003
10068
  "CreationTime": {
10004
10069
  "type": "timestamp"
@@ -10009,7 +10074,7 @@
10009
10074
  "LastUpdatedBy": {}
10010
10075
  }
10011
10076
  },
10012
- "Skq": {
10077
+ "Skz": {
10013
10078
  "type": "structure",
10014
10079
  "members": {
10015
10080
  "EncryptionAtRest": {
@@ -10036,7 +10101,7 @@
10036
10101
  }
10037
10102
  }
10038
10103
  },
10039
- "Sl2": {
10104
+ "Slb": {
10040
10105
  "type": "structure",
10041
10106
  "members": {
10042
10107
  "CloudWatchMetricsEnabled": {
@@ -10045,18 +10110,18 @@
10045
10110
  "ResultsS3Prefix": {}
10046
10111
  }
10047
10112
  },
10048
- "Sl3": {
10113
+ "Slc": {
10049
10114
  "type": "list",
10050
10115
  "member": {}
10051
10116
  },
10052
- "Sl5": {
10117
+ "Sle": {
10053
10118
  "type": "map",
10054
10119
  "key": {},
10055
10120
  "value": {
10056
10121
  "shape": "S43"
10057
10122
  }
10058
10123
  },
10059
- "Sl8": {
10124
+ "Slh": {
10060
10125
  "type": "structure",
10061
10126
  "required": [
10062
10127
  "Name"
@@ -10072,18 +10137,18 @@
10072
10137
  "type": "timestamp"
10073
10138
  },
10074
10139
  "CreateTableDefaultPermissions": {
10075
- "shape": "Se3"
10140
+ "shape": "Sec"
10076
10141
  },
10077
10142
  "TargetDatabase": {
10078
- "shape": "Se9"
10143
+ "shape": "Sei"
10079
10144
  },
10080
10145
  "CatalogId": {},
10081
10146
  "FederatedDatabase": {
10082
- "shape": "Sea"
10147
+ "shape": "Sej"
10083
10148
  }
10084
10149
  }
10085
10150
  },
10086
- "Slq": {
10151
+ "Slz": {
10087
10152
  "type": "structure",
10088
10153
  "members": {
10089
10154
  "JobName": {},
@@ -10101,7 +10166,7 @@
10101
10166
  "JobBookmark": {}
10102
10167
  }
10103
10168
  },
10104
- "Sm0": {
10169
+ "Sm9": {
10105
10170
  "type": "structure",
10106
10171
  "members": {
10107
10172
  "TaskType": {},
@@ -10136,7 +10201,7 @@
10136
10201
  }
10137
10202
  }
10138
10203
  },
10139
- "Smj": {
10204
+ "Sms": {
10140
10205
  "type": "structure",
10141
10206
  "required": [
10142
10207
  "TransformType"
@@ -10191,7 +10256,7 @@
10191
10256
  }
10192
10257
  }
10193
10258
  },
10194
- "Smq": {
10259
+ "Smz": {
10195
10260
  "type": "list",
10196
10261
  "member": {
10197
10262
  "type": "structure",
@@ -10201,7 +10266,7 @@
10201
10266
  }
10202
10267
  }
10203
10268
  },
10204
- "Smt": {
10269
+ "Sn2": {
10205
10270
  "type": "structure",
10206
10271
  "members": {
10207
10272
  "Name": {},
@@ -10221,11 +10286,11 @@
10221
10286
  "type": "timestamp"
10222
10287
  },
10223
10288
  "Schema": {
10224
- "shape": "Smq"
10289
+ "shape": "Smz"
10225
10290
  }
10226
10291
  }
10227
10292
  },
10228
- "Smu": {
10293
+ "Sn3": {
10229
10294
  "type": "structure",
10230
10295
  "required": [
10231
10296
  "Column",
@@ -10236,7 +10301,7 @@
10236
10301
  "SortDirection": {}
10237
10302
  }
10238
10303
  },
10239
- "Sn0": {
10304
+ "Sn9": {
10240
10305
  "type": "structure",
10241
10306
  "required": [
10242
10307
  "DatabaseName",
@@ -10247,27 +10312,27 @@
10247
10312
  "TableName": {}
10248
10313
  }
10249
10314
  },
10250
- "Sn1": {
10315
+ "Sna": {
10251
10316
  "type": "list",
10252
10317
  "member": {
10253
- "shape": "Sn0"
10318
+ "shape": "Sn9"
10254
10319
  }
10255
10320
  },
10256
- "Sn2": {
10321
+ "Snb": {
10257
10322
  "type": "structure",
10258
10323
  "members": {
10259
10324
  "Jdbc": {
10260
- "shape": "Sfb"
10325
+ "shape": "Sfk"
10261
10326
  },
10262
10327
  "S3": {
10263
- "shape": "Sfb"
10328
+ "shape": "Sfk"
10264
10329
  },
10265
10330
  "DynamoDB": {
10266
- "shape": "Sfb"
10331
+ "shape": "Sfk"
10267
10332
  }
10268
10333
  }
10269
10334
  },
10270
- "Sn4": {
10335
+ "Snd": {
10271
10336
  "type": "list",
10272
10337
  "member": {
10273
10338
  "type": "structure",
@@ -10281,7 +10346,7 @@
10281
10346
  }
10282
10347
  }
10283
10348
  },
10284
- "Snn": {
10349
+ "Snw": {
10285
10350
  "type": "structure",
10286
10351
  "required": [
10287
10352
  "SegmentNumber",
@@ -10296,7 +10361,7 @@
10296
10361
  }
10297
10362
  }
10298
10363
  },
10299
- "Soa": {
10364
+ "Soj": {
10300
10365
  "type": "structure",
10301
10366
  "members": {
10302
10367
  "LatestVersion": {
@@ -10307,7 +10372,7 @@
10307
10372
  }
10308
10373
  }
10309
10374
  },
10310
- "Soj": {
10375
+ "Sos": {
10311
10376
  "type": "structure",
10312
10377
  "members": {
10313
10378
  "Name": {},
@@ -10315,11 +10380,11 @@
10315
10380
  "type": "timestamp"
10316
10381
  },
10317
10382
  "EncryptionConfiguration": {
10318
- "shape": "Sfm"
10383
+ "shape": "Sfv"
10319
10384
  }
10320
10385
  }
10321
10386
  },
10322
- "Sor": {
10387
+ "Sp0": {
10323
10388
  "type": "structure",
10324
10389
  "members": {
10325
10390
  "Id": {
@@ -10343,7 +10408,7 @@
10343
10408
  "ErrorName": {},
10344
10409
  "ErrorValue": {},
10345
10410
  "Traceback": {
10346
- "shape": "S51"
10411
+ "shape": "S5a"
10347
10412
  }
10348
10413
  }
10349
10414
  },
@@ -10358,7 +10423,7 @@
10358
10423
  }
10359
10424
  }
10360
10425
  },
10361
- "Soy": {
10426
+ "Sp7": {
10362
10427
  "type": "structure",
10363
10428
  "required": [
10364
10429
  "Name"
@@ -10400,7 +10465,7 @@
10400
10465
  "type": "boolean"
10401
10466
  },
10402
10467
  "TargetTable": {
10403
- "shape": "Sgb"
10468
+ "shape": "Sgk"
10404
10469
  },
10405
10470
  "CatalogId": {},
10406
10471
  "VersionId": {},
@@ -10414,22 +10479,22 @@
10414
10479
  }
10415
10480
  }
10416
10481
  },
10417
- "Sp4": {
10482
+ "Spd": {
10418
10483
  "type": "structure",
10419
10484
  "members": {
10420
10485
  "Table": {
10421
- "shape": "Soy"
10486
+ "shape": "Sp7"
10422
10487
  },
10423
10488
  "VersionId": {}
10424
10489
  }
10425
10490
  },
10426
- "Spb": {
10491
+ "Spk": {
10427
10492
  "type": "list",
10428
10493
  "member": {
10429
- "shape": "Soy"
10494
+ "shape": "Sp7"
10430
10495
  }
10431
10496
  },
10432
- "Spj": {
10497
+ "Sps": {
10433
10498
  "type": "structure",
10434
10499
  "members": {
10435
10500
  "AdditionalAuditContext": {},
@@ -10442,11 +10507,11 @@
10442
10507
  }
10443
10508
  }
10444
10509
  },
10445
- "Spm": {
10510
+ "Spv": {
10446
10511
  "type": "list",
10447
10512
  "member": {}
10448
10513
  },
10449
- "Spz": {
10514
+ "Sq8": {
10450
10515
  "type": "structure",
10451
10516
  "members": {
10452
10517
  "FunctionName": {},
@@ -10458,35 +10523,35 @@
10458
10523
  "type": "timestamp"
10459
10524
  },
10460
10525
  "ResourceUris": {
10461
- "shape": "Sgo"
10526
+ "shape": "Sgx"
10462
10527
  },
10463
10528
  "CatalogId": {}
10464
10529
  }
10465
10530
  },
10466
- "Ssr": {
10531
+ "St0": {
10467
10532
  "type": "structure",
10468
10533
  "members": {
10469
10534
  "MetadataKey": {},
10470
10535
  "MetadataValue": {}
10471
10536
  }
10472
10537
  },
10473
- "Stc": {
10538
+ "Stl": {
10474
10539
  "type": "list",
10475
10540
  "member": {}
10476
10541
  },
10477
- "Sv5": {
10542
+ "Sve": {
10478
10543
  "type": "list",
10479
10544
  "member": {
10480
- "shape": "Sjb"
10545
+ "shape": "Sjk"
10481
10546
  }
10482
10547
  },
10483
- "Sv7": {
10548
+ "Svg": {
10484
10549
  "type": "list",
10485
10550
  "member": {
10486
10551
  "type": "structure",
10487
10552
  "members": {
10488
10553
  "ColumnStatistics": {
10489
- "shape": "Sjb"
10554
+ "shape": "Sjk"
10490
10555
  },
10491
10556
  "Error": {
10492
10557
  "shape": "S14"