cdk-docker-image-deployment 0.0.76 → 0.0.78

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 (56) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +18 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +24 -0
  8. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +41 -27
  9. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.examples.json → chime-sdk-voice-2022-08-03.examples.json} +0 -0
  10. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2734 -0
  11. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +46 -0
  12. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +774 -409
  13. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +185 -158
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +3 -0
  15. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +505 -501
  16. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.examples.json +5 -0
  17. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +923 -0
  18. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +28 -0
  19. package/node_modules/aws-sdk/apis/metadata.json +9 -0
  20. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +321 -138
  21. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +263 -263
  23. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +183 -115
  24. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.examples.json +5 -0
  25. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.min.json → ssm-sap-2018-05-10.min.json} +2 -2
  26. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.paginators.json → ssm-sap-2018-05-10.paginators.json} +0 -0
  27. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +17 -5
  28. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  29. package/node_modules/aws-sdk/clients/all.js +2 -0
  30. package/node_modules/aws-sdk/clients/appflow.d.ts +30 -5
  31. package/node_modules/aws-sdk/clients/auditmanager.d.ts +50 -12
  32. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1401 -0
  33. package/node_modules/aws-sdk/clients/chimesdkvoice.js +18 -0
  34. package/node_modules/aws-sdk/clients/cloudfront.d.ts +300 -12
  35. package/node_modules/aws-sdk/clients/connect.d.ts +31 -1
  36. package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
  37. package/node_modules/aws-sdk/clients/ec2.d.ts +17 -13
  38. package/node_modules/aws-sdk/clients/glue.d.ts +9 -3
  39. package/node_modules/aws-sdk/clients/iotroborunner.d.ts +534 -0
  40. package/node_modules/aws-sdk/clients/iotroborunner.js +18 -0
  41. package/node_modules/aws-sdk/clients/quicksight.d.ts +230 -13
  42. package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -1
  43. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +141 -29
  44. package/node_modules/aws-sdk/clients/ssmsap.d.ts +31 -31
  45. package/node_modules/aws-sdk/clients/ssmsap.js +2 -2
  46. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -52
  47. package/node_modules/aws-sdk/clients/transfer.d.ts +7 -7
  48. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  49. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +94 -20
  50. package/node_modules/aws-sdk/dist/aws-sdk.js +1155 -683
  51. package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -86
  52. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  53. package/node_modules/aws-sdk/lib/core.js +1 -1
  54. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
  55. package/node_modules/aws-sdk/package.json +1 -1
  56. package/package.json +4 -4
@@ -238,7 +238,7 @@
238
238
  ],
239
239
  "members": {
240
240
  "Names": {
241
- "shape": "S3l"
241
+ "shape": "S3n"
242
242
  }
243
243
  }
244
244
  },
@@ -246,10 +246,10 @@
246
246
  "type": "structure",
247
247
  "members": {
248
248
  "CustomEntityTypes": {
249
- "shape": "S3n"
249
+ "shape": "S3p"
250
250
  },
251
251
  "CustomEntityTypesNotFound": {
252
- "shape": "S3l"
252
+ "shape": "S3n"
253
253
  }
254
254
  }
255
255
  }
@@ -262,7 +262,7 @@
262
262
  ],
263
263
  "members": {
264
264
  "DevEndpointNames": {
265
- "shape": "S3r"
265
+ "shape": "S3t"
266
266
  }
267
267
  }
268
268
  },
@@ -270,10 +270,10 @@
270
270
  "type": "structure",
271
271
  "members": {
272
272
  "DevEndpoints": {
273
- "shape": "S3t"
273
+ "shape": "S3v"
274
274
  },
275
275
  "DevEndpointsNotFound": {
276
- "shape": "S3r"
276
+ "shape": "S3t"
277
277
  }
278
278
  }
279
279
  }
@@ -286,7 +286,7 @@
286
286
  ],
287
287
  "members": {
288
288
  "JobNames": {
289
- "shape": "S43"
289
+ "shape": "S45"
290
290
  }
291
291
  }
292
292
  },
@@ -294,10 +294,10 @@
294
294
  "type": "structure",
295
295
  "members": {
296
296
  "Jobs": {
297
- "shape": "S45"
297
+ "shape": "S47"
298
298
  },
299
299
  "JobsNotFound": {
300
- "shape": "S43"
300
+ "shape": "S45"
301
301
  }
302
302
  }
303
303
  }
@@ -315,7 +315,7 @@
315
315
  "DatabaseName": {},
316
316
  "TableName": {},
317
317
  "PartitionsToGet": {
318
- "shape": "S8a"
318
+ "shape": "S8c"
319
319
  }
320
320
  }
321
321
  },
@@ -323,10 +323,10 @@
323
323
  "type": "structure",
324
324
  "members": {
325
325
  "Partitions": {
326
- "shape": "S8c"
326
+ "shape": "S8e"
327
327
  },
328
328
  "UnprocessedKeys": {
329
- "shape": "S8a"
329
+ "shape": "S8c"
330
330
  }
331
331
  }
332
332
  }
@@ -339,7 +339,7 @@
339
339
  ],
340
340
  "members": {
341
341
  "TriggerNames": {
342
- "shape": "S8f"
342
+ "shape": "S8h"
343
343
  }
344
344
  }
345
345
  },
@@ -347,10 +347,10 @@
347
347
  "type": "structure",
348
348
  "members": {
349
349
  "Triggers": {
350
- "shape": "S8h"
350
+ "shape": "S8j"
351
351
  },
352
352
  "TriggersNotFound": {
353
- "shape": "S8f"
353
+ "shape": "S8h"
354
354
  }
355
355
  }
356
356
  }
@@ -363,7 +363,7 @@
363
363
  ],
364
364
  "members": {
365
365
  "Names": {
366
- "shape": "S8z"
366
+ "shape": "S91"
367
367
  },
368
368
  "IncludeGraph": {
369
369
  "type": "boolean"
@@ -376,11 +376,11 @@
376
376
  "Workflows": {
377
377
  "type": "list",
378
378
  "member": {
379
- "shape": "S92"
379
+ "shape": "S94"
380
380
  }
381
381
  },
382
382
  "MissingWorkflows": {
383
- "shape": "S8z"
383
+ "shape": "S91"
384
384
  }
385
385
  }
386
386
  }
@@ -451,7 +451,7 @@
451
451
  ],
452
452
  "members": {
453
453
  "PartitionValueList": {
454
- "shape": "Sa0"
454
+ "shape": "Sa2"
455
455
  },
456
456
  "PartitionInput": {
457
457
  "shape": "S5"
@@ -470,7 +470,7 @@
470
470
  "type": "structure",
471
471
  "members": {
472
472
  "PartitionValueList": {
473
- "shape": "Sa0"
473
+ "shape": "Sa2"
474
474
  },
475
475
  "ErrorDetail": {
476
476
  "shape": "S14"
@@ -556,7 +556,7 @@
556
556
  "Description": {},
557
557
  "BlueprintLocation": {},
558
558
  "Tags": {
559
- "shape": "Sai"
559
+ "shape": "Sak"
560
560
  }
561
561
  }
562
562
  },
@@ -619,7 +619,7 @@
619
619
  "QuoteSymbol": {},
620
620
  "ContainsHeader": {},
621
621
  "Header": {
622
- "shape": "Saz"
622
+ "shape": "Sb1"
623
623
  },
624
624
  "DisableValueTrimming": {
625
625
  "type": "boolean"
@@ -631,7 +631,7 @@
631
631
  "type": "boolean"
632
632
  },
633
633
  "CustomDatatypes": {
634
- "shape": "Sb0"
634
+ "shape": "Sb2"
635
635
  }
636
636
  }
637
637
  }
@@ -651,10 +651,10 @@
651
651
  "members": {
652
652
  "CatalogId": {},
653
653
  "ConnectionInput": {
654
- "shape": "Sb3"
654
+ "shape": "Sb5"
655
655
  },
656
656
  "Tags": {
657
- "shape": "Sai"
657
+ "shape": "Sak"
658
658
  }
659
659
  }
660
660
  },
@@ -681,25 +681,25 @@
681
681
  },
682
682
  "Schedule": {},
683
683
  "Classifiers": {
684
- "shape": "S2w"
684
+ "shape": "S2y"
685
685
  },
686
686
  "TablePrefix": {},
687
687
  "SchemaChangePolicy": {
688
- "shape": "S2z"
688
+ "shape": "S31"
689
689
  },
690
690
  "RecrawlPolicy": {
691
- "shape": "S2x"
691
+ "shape": "S2z"
692
692
  },
693
693
  "LineageConfiguration": {
694
- "shape": "S32"
694
+ "shape": "S34"
695
695
  },
696
696
  "LakeFormationConfiguration": {
697
- "shape": "S3i"
697
+ "shape": "S3k"
698
698
  },
699
699
  "Configuration": {},
700
700
  "CrawlerSecurityConfiguration": {},
701
701
  "Tags": {
702
- "shape": "Sai"
702
+ "shape": "Sak"
703
703
  }
704
704
  }
705
705
  },
@@ -719,7 +719,7 @@
719
719
  "Name": {},
720
720
  "RegexString": {},
721
721
  "ContextWords": {
722
- "shape": "S3p"
722
+ "shape": "S3r"
723
723
  }
724
724
  }
725
725
  },
@@ -739,10 +739,10 @@
739
739
  "members": {
740
740
  "CatalogId": {},
741
741
  "DatabaseInput": {
742
- "shape": "Sbg"
742
+ "shape": "Sbi"
743
743
  },
744
744
  "Tags": {
745
- "shape": "Sai"
745
+ "shape": "Sak"
746
746
  }
747
747
  }
748
748
  },
@@ -762,12 +762,12 @@
762
762
  "EndpointName": {},
763
763
  "RoleArn": {},
764
764
  "SecurityGroupIds": {
765
- "shape": "S3w"
765
+ "shape": "S3y"
766
766
  },
767
767
  "SubnetId": {},
768
768
  "PublicKey": {},
769
769
  "PublicKeys": {
770
- "shape": "S40"
770
+ "shape": "S42"
771
771
  },
772
772
  "NumberOfNodes": {
773
773
  "type": "integer"
@@ -781,10 +781,10 @@
781
781
  "ExtraJarsS3Path": {},
782
782
  "SecurityConfiguration": {},
783
783
  "Tags": {
784
- "shape": "Sai"
784
+ "shape": "Sak"
785
785
  },
786
786
  "Arguments": {
787
- "shape": "S41"
787
+ "shape": "S43"
788
788
  }
789
789
  }
790
790
  },
@@ -794,7 +794,7 @@
794
794
  "EndpointName": {},
795
795
  "Status": {},
796
796
  "SecurityGroupIds": {
797
- "shape": "S3w"
797
+ "shape": "S3y"
798
798
  },
799
799
  "SubnetId": {},
800
800
  "RoleArn": {},
@@ -820,7 +820,7 @@
820
820
  "type": "timestamp"
821
821
  },
822
822
  "Arguments": {
823
- "shape": "S41"
823
+ "shape": "S43"
824
824
  }
825
825
  }
826
826
  }
@@ -839,19 +839,19 @@
839
839
  "LogUri": {},
840
840
  "Role": {},
841
841
  "ExecutionProperty": {
842
- "shape": "S49"
842
+ "shape": "S4b"
843
843
  },
844
844
  "Command": {
845
- "shape": "S4b"
845
+ "shape": "S4d"
846
846
  },
847
847
  "DefaultArguments": {
848
- "shape": "S4e"
848
+ "shape": "S4g"
849
849
  },
850
850
  "NonOverridableArguments": {
851
- "shape": "S4e"
851
+ "shape": "S4g"
852
852
  },
853
853
  "Connections": {
854
- "shape": "S4f"
854
+ "shape": "S4h"
855
855
  },
856
856
  "MaxRetries": {
857
857
  "type": "integer"
@@ -869,10 +869,10 @@
869
869
  },
870
870
  "SecurityConfiguration": {},
871
871
  "Tags": {
872
- "shape": "Sai"
872
+ "shape": "Sak"
873
873
  },
874
874
  "NotificationProperty": {
875
- "shape": "S4j"
875
+ "shape": "S4l"
876
876
  },
877
877
  "GlueVersion": {},
878
878
  "NumberOfWorkers": {
@@ -880,11 +880,11 @@
880
880
  },
881
881
  "WorkerType": {},
882
882
  "CodeGenConfigurationNodes": {
883
- "shape": "S4l"
883
+ "shape": "S4n"
884
884
  },
885
885
  "ExecutionClass": {},
886
886
  "SourceControlDetails": {
887
- "shape": "S86"
887
+ "shape": "S88"
888
888
  }
889
889
  }
890
890
  },
@@ -908,10 +908,10 @@
908
908
  "Name": {},
909
909
  "Description": {},
910
910
  "InputRecordTables": {
911
- "shape": "Sbv"
911
+ "shape": "Sbx"
912
912
  },
913
913
  "Parameters": {
914
- "shape": "Sbx"
914
+ "shape": "Sbz"
915
915
  },
916
916
  "Role": {},
917
917
  "GlueVersion": {},
@@ -929,10 +929,10 @@
929
929
  "type": "integer"
930
930
  },
931
931
  "Tags": {
932
- "shape": "Sai"
932
+ "shape": "Sak"
933
933
  },
934
934
  "TransformEncryption": {
935
- "shape": "Sc2"
935
+ "shape": "Sc4"
936
936
  }
937
937
  }
938
938
  },
@@ -978,7 +978,7 @@
978
978
  "DatabaseName": {},
979
979
  "TableName": {},
980
980
  "PartitionIndex": {
981
- "shape": "Sc9"
981
+ "shape": "Scb"
982
982
  }
983
983
  }
984
984
  },
@@ -997,7 +997,7 @@
997
997
  "RegistryName": {},
998
998
  "Description": {},
999
999
  "Tags": {
1000
- "shape": "Sai"
1000
+ "shape": "Sak"
1001
1001
  }
1002
1002
  }
1003
1003
  },
@@ -1008,7 +1008,7 @@
1008
1008
  "RegistryName": {},
1009
1009
  "Description": {},
1010
1010
  "Tags": {
1011
- "shape": "Sai"
1011
+ "shape": "Sak"
1012
1012
  }
1013
1013
  }
1014
1014
  }
@@ -1022,14 +1022,14 @@
1022
1022
  ],
1023
1023
  "members": {
1024
1024
  "RegistryId": {
1025
- "shape": "Scf"
1025
+ "shape": "Sch"
1026
1026
  },
1027
1027
  "SchemaName": {},
1028
1028
  "DataFormat": {},
1029
1029
  "Compatibility": {},
1030
1030
  "Description": {},
1031
1031
  "Tags": {
1032
- "shape": "Sai"
1032
+ "shape": "Sak"
1033
1033
  },
1034
1034
  "SchemaDefinition": {}
1035
1035
  }
@@ -1055,7 +1055,7 @@
1055
1055
  },
1056
1056
  "SchemaStatus": {},
1057
1057
  "Tags": {
1058
- "shape": "Sai"
1058
+ "shape": "Sak"
1059
1059
  },
1060
1060
  "SchemaVersionId": {},
1061
1061
  "SchemaVersionStatus": {}
@@ -1067,10 +1067,10 @@
1067
1067
  "type": "structure",
1068
1068
  "members": {
1069
1069
  "DagNodes": {
1070
- "shape": "Scm"
1070
+ "shape": "Sco"
1071
1071
  },
1072
1072
  "DagEdges": {
1073
- "shape": "Scu"
1073
+ "shape": "Scw"
1074
1074
  },
1075
1075
  "Language": {}
1076
1076
  }
@@ -1093,7 +1093,7 @@
1093
1093
  "members": {
1094
1094
  "Name": {},
1095
1095
  "EncryptionConfiguration": {
1096
- "shape": "Sd1"
1096
+ "shape": "Sd3"
1097
1097
  }
1098
1098
  }
1099
1099
  },
@@ -1120,7 +1120,7 @@
1120
1120
  "Description": {},
1121
1121
  "Role": {},
1122
1122
  "Command": {
1123
- "shape": "Sdd"
1123
+ "shape": "Sdf"
1124
1124
  },
1125
1125
  "Timeout": {
1126
1126
  "type": "integer"
@@ -1129,10 +1129,10 @@
1129
1129
  "type": "integer"
1130
1130
  },
1131
1131
  "DefaultArguments": {
1132
- "shape": "Sde"
1132
+ "shape": "Sdg"
1133
1133
  },
1134
1134
  "Connections": {
1135
- "shape": "S4f"
1135
+ "shape": "S4h"
1136
1136
  },
1137
1137
  "MaxCapacity": {
1138
1138
  "type": "double"
@@ -1144,7 +1144,7 @@
1144
1144
  "SecurityConfiguration": {},
1145
1145
  "GlueVersion": {},
1146
1146
  "Tags": {
1147
- "shape": "Sai"
1147
+ "shape": "Sak"
1148
1148
  },
1149
1149
  "RequestOrigin": {}
1150
1150
  }
@@ -1153,7 +1153,7 @@
1153
1153
  "type": "structure",
1154
1154
  "members": {
1155
1155
  "Session": {
1156
- "shape": "Sdh"
1156
+ "shape": "Sdj"
1157
1157
  }
1158
1158
  }
1159
1159
  }
@@ -1169,12 +1169,12 @@
1169
1169
  "CatalogId": {},
1170
1170
  "DatabaseName": {},
1171
1171
  "TableInput": {
1172
- "shape": "Sdl"
1172
+ "shape": "Sdn"
1173
1173
  },
1174
1174
  "PartitionIndexes": {
1175
1175
  "type": "list",
1176
1176
  "member": {
1177
- "shape": "Sc9"
1177
+ "shape": "Scb"
1178
1178
  }
1179
1179
  },
1180
1180
  "TransactionId": {}
@@ -1199,20 +1199,20 @@
1199
1199
  "Type": {},
1200
1200
  "Schedule": {},
1201
1201
  "Predicate": {
1202
- "shape": "S8o"
1202
+ "shape": "S8q"
1203
1203
  },
1204
1204
  "Actions": {
1205
- "shape": "S8m"
1205
+ "shape": "S8o"
1206
1206
  },
1207
1207
  "Description": {},
1208
1208
  "StartOnCreation": {
1209
1209
  "type": "boolean"
1210
1210
  },
1211
1211
  "Tags": {
1212
- "shape": "Sai"
1212
+ "shape": "Sak"
1213
1213
  },
1214
1214
  "EventBatchingCondition": {
1215
- "shape": "S8v"
1215
+ "shape": "S8x"
1216
1216
  }
1217
1217
  }
1218
1218
  },
@@ -1234,7 +1234,7 @@
1234
1234
  "CatalogId": {},
1235
1235
  "DatabaseName": {},
1236
1236
  "FunctionInput": {
1237
- "shape": "Sdv"
1237
+ "shape": "Sdx"
1238
1238
  }
1239
1239
  }
1240
1240
  },
@@ -1253,10 +1253,10 @@
1253
1253
  "Name": {},
1254
1254
  "Description": {},
1255
1255
  "DefaultRunProperties": {
1256
- "shape": "S93"
1256
+ "shape": "S95"
1257
1257
  },
1258
1258
  "Tags": {
1259
- "shape": "Sai"
1259
+ "shape": "Sak"
1260
1260
  },
1261
1261
  "MaxConcurrentRuns": {
1262
1262
  "type": "integer"
@@ -1509,7 +1509,7 @@
1509
1509
  ],
1510
1510
  "members": {
1511
1511
  "RegistryId": {
1512
- "shape": "Scf"
1512
+ "shape": "Sch"
1513
1513
  }
1514
1514
  }
1515
1515
  },
@@ -1759,7 +1759,7 @@
1759
1759
  "type": "structure",
1760
1760
  "members": {
1761
1761
  "BlueprintRun": {
1762
- "shape": "Sfq"
1762
+ "shape": "Sfs"
1763
1763
  }
1764
1764
  }
1765
1765
  }
@@ -1784,7 +1784,7 @@
1784
1784
  "BlueprintRuns": {
1785
1785
  "type": "list",
1786
1786
  "member": {
1787
- "shape": "Sfq"
1787
+ "shape": "Sfs"
1788
1788
  }
1789
1789
  },
1790
1790
  "NextToken": {}
@@ -1830,7 +1830,7 @@
1830
1830
  "type": "structure",
1831
1831
  "members": {
1832
1832
  "Classifier": {
1833
- "shape": "Sg4"
1833
+ "shape": "Sg6"
1834
1834
  }
1835
1835
  }
1836
1836
  }
@@ -1851,7 +1851,7 @@
1851
1851
  "Classifiers": {
1852
1852
  "type": "list",
1853
1853
  "member": {
1854
- "shape": "Sg4"
1854
+ "shape": "Sg6"
1855
1855
  }
1856
1856
  },
1857
1857
  "NextToken": {}
@@ -1875,7 +1875,7 @@
1875
1875
  "shape": "S6"
1876
1876
  },
1877
1877
  "ColumnNames": {
1878
- "shape": "Sge"
1878
+ "shape": "Sgg"
1879
1879
  }
1880
1880
  }
1881
1881
  },
@@ -1883,10 +1883,10 @@
1883
1883
  "type": "structure",
1884
1884
  "members": {
1885
1885
  "ColumnStatisticsList": {
1886
- "shape": "Sgg"
1886
+ "shape": "Sgi"
1887
1887
  },
1888
1888
  "Errors": {
1889
- "shape": "Sgy"
1889
+ "shape": "Sh0"
1890
1890
  }
1891
1891
  }
1892
1892
  }
@@ -1904,7 +1904,7 @@
1904
1904
  "DatabaseName": {},
1905
1905
  "TableName": {},
1906
1906
  "ColumnNames": {
1907
- "shape": "Sge"
1907
+ "shape": "Sgg"
1908
1908
  }
1909
1909
  }
1910
1910
  },
@@ -1912,10 +1912,10 @@
1912
1912
  "type": "structure",
1913
1913
  "members": {
1914
1914
  "ColumnStatisticsList": {
1915
- "shape": "Sgg"
1915
+ "shape": "Sgi"
1916
1916
  },
1917
1917
  "Errors": {
1918
- "shape": "Sgy"
1918
+ "shape": "Sh0"
1919
1919
  }
1920
1920
  }
1921
1921
  }
@@ -1938,7 +1938,7 @@
1938
1938
  "type": "structure",
1939
1939
  "members": {
1940
1940
  "Connection": {
1941
- "shape": "Sh4"
1941
+ "shape": "Sh6"
1942
1942
  }
1943
1943
  }
1944
1944
  }
@@ -1952,7 +1952,7 @@
1952
1952
  "type": "structure",
1953
1953
  "members": {
1954
1954
  "MatchCriteria": {
1955
- "shape": "Sb5"
1955
+ "shape": "Sb7"
1956
1956
  },
1957
1957
  "ConnectionType": {}
1958
1958
  }
@@ -1972,7 +1972,7 @@
1972
1972
  "ConnectionList": {
1973
1973
  "type": "list",
1974
1974
  "member": {
1975
- "shape": "Sh4"
1975
+ "shape": "Sh6"
1976
1976
  }
1977
1977
  },
1978
1978
  "NextToken": {}
@@ -2084,7 +2084,7 @@
2084
2084
  "Name": {},
2085
2085
  "RegexString": {},
2086
2086
  "ContextWords": {
2087
- "shape": "S3p"
2087
+ "shape": "S3r"
2088
2088
  }
2089
2089
  }
2090
2090
  }
@@ -2100,7 +2100,7 @@
2100
2100
  "type": "structure",
2101
2101
  "members": {
2102
2102
  "DataCatalogEncryptionSettings": {
2103
- "shape": "Shl"
2103
+ "shape": "Shn"
2104
2104
  }
2105
2105
  }
2106
2106
  }
@@ -2120,7 +2120,7 @@
2120
2120
  "type": "structure",
2121
2121
  "members": {
2122
2122
  "Database": {
2123
- "shape": "Shr"
2123
+ "shape": "Sht"
2124
2124
  }
2125
2125
  }
2126
2126
  }
@@ -2146,7 +2146,7 @@
2146
2146
  "DatabaseList": {
2147
2147
  "type": "list",
2148
2148
  "member": {
2149
- "shape": "Shr"
2149
+ "shape": "Sht"
2150
2150
  }
2151
2151
  },
2152
2152
  "NextToken": {}
@@ -2164,10 +2164,10 @@
2164
2164
  "type": "structure",
2165
2165
  "members": {
2166
2166
  "DagNodes": {
2167
- "shape": "Scm"
2167
+ "shape": "Sco"
2168
2168
  },
2169
2169
  "DagEdges": {
2170
- "shape": "Scu"
2170
+ "shape": "Scw"
2171
2171
  }
2172
2172
  }
2173
2173
  }
@@ -2186,7 +2186,7 @@
2186
2186
  "type": "structure",
2187
2187
  "members": {
2188
2188
  "DevEndpoint": {
2189
- "shape": "S3u"
2189
+ "shape": "S3w"
2190
2190
  }
2191
2191
  }
2192
2192
  }
@@ -2205,7 +2205,7 @@
2205
2205
  "type": "structure",
2206
2206
  "members": {
2207
2207
  "DevEndpoints": {
2208
- "shape": "S3t"
2208
+ "shape": "S3v"
2209
2209
  },
2210
2210
  "NextToken": {}
2211
2211
  }
@@ -2225,7 +2225,7 @@
2225
2225
  "type": "structure",
2226
2226
  "members": {
2227
2227
  "Job": {
2228
- "shape": "S46"
2228
+ "shape": "S48"
2229
2229
  }
2230
2230
  }
2231
2231
  }
@@ -2245,7 +2245,7 @@
2245
2245
  "type": "structure",
2246
2246
  "members": {
2247
2247
  "JobBookmarkEntry": {
2248
- "shape": "Si9"
2248
+ "shape": "Sib"
2249
2249
  }
2250
2250
  }
2251
2251
  }
@@ -2269,7 +2269,7 @@
2269
2269
  "type": "structure",
2270
2270
  "members": {
2271
2271
  "JobRun": {
2272
- "shape": "S9e"
2272
+ "shape": "S9g"
2273
2273
  }
2274
2274
  }
2275
2275
  }
@@ -2292,7 +2292,7 @@
2292
2292
  "type": "structure",
2293
2293
  "members": {
2294
2294
  "JobRuns": {
2295
- "shape": "S9d"
2295
+ "shape": "S9f"
2296
2296
  },
2297
2297
  "NextToken": {}
2298
2298
  }
@@ -2312,7 +2312,7 @@
2312
2312
  "type": "structure",
2313
2313
  "members": {
2314
2314
  "Jobs": {
2315
- "shape": "S45"
2315
+ "shape": "S47"
2316
2316
  },
2317
2317
  "NextToken": {}
2318
2318
  }
@@ -2338,7 +2338,7 @@
2338
2338
  "Status": {},
2339
2339
  "LogGroupName": {},
2340
2340
  "Properties": {
2341
- "shape": "Sij"
2341
+ "shape": "Sil"
2342
2342
  },
2343
2343
  "ErrorString": {},
2344
2344
  "StartedOn": {
@@ -2407,7 +2407,7 @@
2407
2407
  "Status": {},
2408
2408
  "LogGroupName": {},
2409
2409
  "Properties": {
2410
- "shape": "Sij"
2410
+ "shape": "Sil"
2411
2411
  },
2412
2412
  "ErrorString": {},
2413
2413
  "StartedOn": {
@@ -2453,19 +2453,19 @@
2453
2453
  "type": "timestamp"
2454
2454
  },
2455
2455
  "InputRecordTables": {
2456
- "shape": "Sbv"
2456
+ "shape": "Sbx"
2457
2457
  },
2458
2458
  "Parameters": {
2459
- "shape": "Sbx"
2459
+ "shape": "Sbz"
2460
2460
  },
2461
2461
  "EvaluationMetrics": {
2462
- "shape": "Sj2"
2462
+ "shape": "Sj4"
2463
2463
  },
2464
2464
  "LabelCount": {
2465
2465
  "type": "integer"
2466
2466
  },
2467
2467
  "Schema": {
2468
- "shape": "Sj9"
2468
+ "shape": "Sjb"
2469
2469
  },
2470
2470
  "Role": {},
2471
2471
  "GlueVersion": {},
@@ -2483,7 +2483,7 @@
2483
2483
  "type": "integer"
2484
2484
  },
2485
2485
  "TransformEncryption": {
2486
- "shape": "Sc2"
2486
+ "shape": "Sc4"
2487
2487
  }
2488
2488
  }
2489
2489
  }
@@ -2497,10 +2497,10 @@
2497
2497
  "type": "integer"
2498
2498
  },
2499
2499
  "Filter": {
2500
- "shape": "Sjc"
2500
+ "shape": "Sje"
2501
2501
  },
2502
2502
  "Sort": {
2503
- "shape": "Sjd"
2503
+ "shape": "Sjf"
2504
2504
  }
2505
2505
  }
2506
2506
  },
@@ -2526,19 +2526,19 @@
2526
2526
  "type": "timestamp"
2527
2527
  },
2528
2528
  "InputRecordTables": {
2529
- "shape": "Sbv"
2529
+ "shape": "Sbx"
2530
2530
  },
2531
2531
  "Parameters": {
2532
- "shape": "Sbx"
2532
+ "shape": "Sbz"
2533
2533
  },
2534
2534
  "EvaluationMetrics": {
2535
- "shape": "Sj2"
2535
+ "shape": "Sj4"
2536
2536
  },
2537
2537
  "LabelCount": {
2538
2538
  "type": "integer"
2539
2539
  },
2540
2540
  "Schema": {
2541
- "shape": "Sj9"
2541
+ "shape": "Sjb"
2542
2542
  },
2543
2543
  "Role": {},
2544
2544
  "GlueVersion": {},
@@ -2556,7 +2556,7 @@
2556
2556
  "type": "integer"
2557
2557
  },
2558
2558
  "TransformEncryption": {
2559
- "shape": "Sc2"
2559
+ "shape": "Sc4"
2560
2560
  }
2561
2561
  }
2562
2562
  }
@@ -2573,13 +2573,13 @@
2573
2573
  ],
2574
2574
  "members": {
2575
2575
  "Source": {
2576
- "shape": "Sjj"
2576
+ "shape": "Sjl"
2577
2577
  },
2578
2578
  "Sinks": {
2579
- "shape": "Sjk"
2579
+ "shape": "Sjm"
2580
2580
  },
2581
2581
  "Location": {
2582
- "shape": "Sjl"
2582
+ "shape": "Sjn"
2583
2583
  }
2584
2584
  }
2585
2585
  },
@@ -2590,7 +2590,7 @@
2590
2590
  ],
2591
2591
  "members": {
2592
2592
  "Mapping": {
2593
- "shape": "Sjn"
2593
+ "shape": "Sjp"
2594
2594
  }
2595
2595
  }
2596
2596
  }
@@ -2616,7 +2616,7 @@
2616
2616
  "type": "structure",
2617
2617
  "members": {
2618
2618
  "Partition": {
2619
- "shape": "S8d"
2619
+ "shape": "S8f"
2620
2620
  }
2621
2621
  }
2622
2622
  }
@@ -2700,7 +2700,7 @@
2700
2700
  "Expression": {},
2701
2701
  "NextToken": {},
2702
2702
  "Segment": {
2703
- "shape": "Sk7"
2703
+ "shape": "Sk9"
2704
2704
  },
2705
2705
  "MaxResults": {
2706
2706
  "type": "integer"
@@ -2718,7 +2718,7 @@
2718
2718
  "type": "structure",
2719
2719
  "members": {
2720
2720
  "Partitions": {
2721
- "shape": "S8c"
2721
+ "shape": "S8e"
2722
2722
  },
2723
2723
  "NextToken": {}
2724
2724
  }
@@ -2733,16 +2733,16 @@
2733
2733
  ],
2734
2734
  "members": {
2735
2735
  "Mapping": {
2736
- "shape": "Sjn"
2736
+ "shape": "Sjp"
2737
2737
  },
2738
2738
  "Source": {
2739
- "shape": "Sjj"
2739
+ "shape": "Sjl"
2740
2740
  },
2741
2741
  "Sinks": {
2742
- "shape": "Sjk"
2742
+ "shape": "Sjm"
2743
2743
  },
2744
2744
  "Location": {
2745
- "shape": "Sjl"
2745
+ "shape": "Sjn"
2746
2746
  },
2747
2747
  "Language": {},
2748
2748
  "AdditionalPlanOptionsMap": {
@@ -2768,7 +2768,7 @@
2768
2768
  ],
2769
2769
  "members": {
2770
2770
  "RegistryId": {
2771
- "shape": "Scf"
2771
+ "shape": "Sch"
2772
2772
  }
2773
2773
  }
2774
2774
  },
@@ -2909,7 +2909,7 @@
2909
2909
  },
2910
2910
  "SchemaVersionId": {},
2911
2911
  "SchemaVersionNumber": {
2912
- "shape": "Sku"
2912
+ "shape": "Skw"
2913
2913
  }
2914
2914
  }
2915
2915
  },
@@ -2942,10 +2942,10 @@
2942
2942
  "shape": "Sw"
2943
2943
  },
2944
2944
  "FirstSchemaVersionNumber": {
2945
- "shape": "Sku"
2945
+ "shape": "Skw"
2946
2946
  },
2947
2947
  "SecondSchemaVersionNumber": {
2948
- "shape": "Sku"
2948
+ "shape": "Skw"
2949
2949
  },
2950
2950
  "SchemaDiffType": {}
2951
2951
  }
@@ -2971,7 +2971,7 @@
2971
2971
  "type": "structure",
2972
2972
  "members": {
2973
2973
  "SecurityConfiguration": {
2974
- "shape": "Sl3"
2974
+ "shape": "Sl5"
2975
2975
  }
2976
2976
  }
2977
2977
  }
@@ -2992,7 +2992,7 @@
2992
2992
  "SecurityConfigurations": {
2993
2993
  "type": "list",
2994
2994
  "member": {
2995
- "shape": "Sl3"
2995
+ "shape": "Sl5"
2996
2996
  }
2997
2997
  },
2998
2998
  "NextToken": {}
@@ -3014,7 +3014,7 @@
3014
3014
  "type": "structure",
3015
3015
  "members": {
3016
3016
  "Session": {
3017
- "shape": "Sdh"
3017
+ "shape": "Sdj"
3018
3018
  }
3019
3019
  }
3020
3020
  }
@@ -3038,7 +3038,7 @@
3038
3038
  "type": "structure",
3039
3039
  "members": {
3040
3040
  "Statement": {
3041
- "shape": "Slb"
3041
+ "shape": "Sld"
3042
3042
  }
3043
3043
  }
3044
3044
  }
@@ -3064,7 +3064,7 @@
3064
3064
  "type": "structure",
3065
3065
  "members": {
3066
3066
  "Table": {
3067
- "shape": "Sli"
3067
+ "shape": "Slk"
3068
3068
  }
3069
3069
  }
3070
3070
  }
@@ -3087,7 +3087,7 @@
3087
3087
  "type": "structure",
3088
3088
  "members": {
3089
3089
  "TableVersion": {
3090
- "shape": "Sll"
3090
+ "shape": "Sln"
3091
3091
  }
3092
3092
  }
3093
3093
  }
@@ -3115,7 +3115,7 @@
3115
3115
  "TableVersions": {
3116
3116
  "type": "list",
3117
3117
  "member": {
3118
- "shape": "Sll"
3118
+ "shape": "Sln"
3119
3119
  }
3120
3120
  },
3121
3121
  "NextToken": {}
@@ -3146,7 +3146,7 @@
3146
3146
  "type": "structure",
3147
3147
  "members": {
3148
3148
  "TableList": {
3149
- "shape": "Sls"
3149
+ "shape": "Slu"
3150
3150
  },
3151
3151
  "NextToken": {}
3152
3152
  }
@@ -3166,7 +3166,7 @@
3166
3166
  "type": "structure",
3167
3167
  "members": {
3168
3168
  "Tags": {
3169
- "shape": "Sai"
3169
+ "shape": "Sak"
3170
3170
  }
3171
3171
  }
3172
3172
  }
@@ -3185,7 +3185,7 @@
3185
3185
  "type": "structure",
3186
3186
  "members": {
3187
3187
  "Trigger": {
3188
- "shape": "S8i"
3188
+ "shape": "S8k"
3189
3189
  }
3190
3190
  }
3191
3191
  }
@@ -3205,7 +3205,7 @@
3205
3205
  "type": "structure",
3206
3206
  "members": {
3207
3207
  "Triggers": {
3208
- "shape": "S8h"
3208
+ "shape": "S8j"
3209
3209
  },
3210
3210
  "NextToken": {}
3211
3211
  }
@@ -3229,10 +3229,10 @@
3229
3229
  "shape": "S6"
3230
3230
  },
3231
3231
  "AuditContext": {
3232
- "shape": "Sm0"
3232
+ "shape": "Sm2"
3233
3233
  },
3234
3234
  "SupportedPermissionTypes": {
3235
- "shape": "Sm3"
3235
+ "shape": "Sm5"
3236
3236
  }
3237
3237
  }
3238
3238
  },
@@ -3240,7 +3240,7 @@
3240
3240
  "type": "structure",
3241
3241
  "members": {
3242
3242
  "Partition": {
3243
- "shape": "S8d"
3243
+ "shape": "S8f"
3244
3244
  },
3245
3245
  "AuthorizedColumns": {
3246
3246
  "shape": "Sn"
@@ -3266,14 +3266,14 @@
3266
3266
  "TableName": {},
3267
3267
  "Expression": {},
3268
3268
  "AuditContext": {
3269
- "shape": "Sm0"
3269
+ "shape": "Sm2"
3270
3270
  },
3271
3271
  "SupportedPermissionTypes": {
3272
- "shape": "Sm3"
3272
+ "shape": "Sm5"
3273
3273
  },
3274
3274
  "NextToken": {},
3275
3275
  "Segment": {
3276
- "shape": "Sk7"
3276
+ "shape": "Sk9"
3277
3277
  },
3278
3278
  "MaxResults": {
3279
3279
  "type": "integer"
@@ -3289,7 +3289,7 @@
3289
3289
  "type": "structure",
3290
3290
  "members": {
3291
3291
  "Partition": {
3292
- "shape": "S8d"
3292
+ "shape": "S8f"
3293
3293
  },
3294
3294
  "AuthorizedColumns": {
3295
3295
  "shape": "Sn"
@@ -3318,10 +3318,10 @@
3318
3318
  "DatabaseName": {},
3319
3319
  "Name": {},
3320
3320
  "AuditContext": {
3321
- "shape": "Sm0"
3321
+ "shape": "Sm2"
3322
3322
  },
3323
3323
  "SupportedPermissionTypes": {
3324
- "shape": "Sm3"
3324
+ "shape": "Sm5"
3325
3325
  }
3326
3326
  }
3327
3327
  },
@@ -3329,7 +3329,7 @@
3329
3329
  "type": "structure",
3330
3330
  "members": {
3331
3331
  "Table": {
3332
- "shape": "Sli"
3332
+ "shape": "Slk"
3333
3333
  },
3334
3334
  "AuthorizedColumns": {
3335
3335
  "shape": "Sn"
@@ -3367,7 +3367,7 @@
3367
3367
  "type": "structure",
3368
3368
  "members": {
3369
3369
  "UserDefinedFunction": {
3370
- "shape": "Smg"
3370
+ "shape": "Smi"
3371
3371
  }
3372
3372
  }
3373
3373
  }
@@ -3394,7 +3394,7 @@
3394
3394
  "UserDefinedFunctions": {
3395
3395
  "type": "list",
3396
3396
  "member": {
3397
- "shape": "Smg"
3397
+ "shape": "Smi"
3398
3398
  }
3399
3399
  },
3400
3400
  "NextToken": {}
@@ -3418,7 +3418,7 @@
3418
3418
  "type": "structure",
3419
3419
  "members": {
3420
3420
  "Workflow": {
3421
- "shape": "S92"
3421
+ "shape": "S94"
3422
3422
  }
3423
3423
  }
3424
3424
  }
@@ -3442,7 +3442,7 @@
3442
3442
  "type": "structure",
3443
3443
  "members": {
3444
3444
  "Run": {
3445
- "shape": "S94"
3445
+ "shape": "S96"
3446
3446
  }
3447
3447
  }
3448
3448
  }
@@ -3463,7 +3463,7 @@
3463
3463
  "type": "structure",
3464
3464
  "members": {
3465
3465
  "RunProperties": {
3466
- "shape": "S93"
3466
+ "shape": "S95"
3467
3467
  }
3468
3468
  }
3469
3469
  }
@@ -3491,7 +3491,7 @@
3491
3491
  "Runs": {
3492
3492
  "type": "list",
3493
3493
  "member": {
3494
- "shape": "S94"
3494
+ "shape": "S96"
3495
3495
  }
3496
3496
  },
3497
3497
  "NextToken": {}
@@ -3519,7 +3519,7 @@
3519
3519
  "type": "integer"
3520
3520
  },
3521
3521
  "Tags": {
3522
- "shape": "Sai"
3522
+ "shape": "Sak"
3523
3523
  }
3524
3524
  }
3525
3525
  },
@@ -3542,7 +3542,7 @@
3542
3542
  },
3543
3543
  "NextToken": {},
3544
3544
  "Tags": {
3545
- "shape": "Sai"
3545
+ "shape": "Sak"
3546
3546
  }
3547
3547
  }
3548
3548
  },
@@ -3626,7 +3626,7 @@
3626
3626
  "type": "structure",
3627
3627
  "members": {
3628
3628
  "CustomEntityTypes": {
3629
- "shape": "S3n"
3629
+ "shape": "S3p"
3630
3630
  },
3631
3631
  "NextToken": {}
3632
3632
  }
@@ -3641,7 +3641,7 @@
3641
3641
  "type": "integer"
3642
3642
  },
3643
3643
  "Tags": {
3644
- "shape": "Sai"
3644
+ "shape": "Sak"
3645
3645
  }
3646
3646
  }
3647
3647
  },
@@ -3665,7 +3665,7 @@
3665
3665
  "type": "integer"
3666
3666
  },
3667
3667
  "Tags": {
3668
- "shape": "Sai"
3668
+ "shape": "Sak"
3669
3669
  }
3670
3670
  }
3671
3671
  },
@@ -3673,7 +3673,7 @@
3673
3673
  "type": "structure",
3674
3674
  "members": {
3675
3675
  "JobNames": {
3676
- "shape": "S43"
3676
+ "shape": "S45"
3677
3677
  },
3678
3678
  "NextToken": {}
3679
3679
  }
@@ -3688,13 +3688,13 @@
3688
3688
  "type": "integer"
3689
3689
  },
3690
3690
  "Filter": {
3691
- "shape": "Sjc"
3691
+ "shape": "Sje"
3692
3692
  },
3693
3693
  "Sort": {
3694
- "shape": "Sjd"
3694
+ "shape": "Sjf"
3695
3695
  },
3696
3696
  "Tags": {
3697
- "shape": "Sai"
3697
+ "shape": "Sak"
3698
3698
  }
3699
3699
  }
3700
3700
  },
@@ -3786,7 +3786,7 @@
3786
3786
  "type": "structure",
3787
3787
  "members": {
3788
3788
  "RegistryId": {
3789
- "shape": "Scf"
3789
+ "shape": "Sch"
3790
3790
  },
3791
3791
  "MaxResults": {
3792
3792
  "type": "integer"
@@ -3825,7 +3825,7 @@
3825
3825
  "type": "integer"
3826
3826
  },
3827
3827
  "Tags": {
3828
- "shape": "Sai"
3828
+ "shape": "Sak"
3829
3829
  },
3830
3830
  "RequestOrigin": {}
3831
3831
  }
@@ -3840,7 +3840,7 @@
3840
3840
  "Sessions": {
3841
3841
  "type": "list",
3842
3842
  "member": {
3843
- "shape": "Sdh"
3843
+ "shape": "Sdj"
3844
3844
  }
3845
3845
  },
3846
3846
  "NextToken": {}
@@ -3865,7 +3865,7 @@
3865
3865
  "Statements": {
3866
3866
  "type": "list",
3867
3867
  "member": {
3868
- "shape": "Slb"
3868
+ "shape": "Sld"
3869
3869
  }
3870
3870
  },
3871
3871
  "NextToken": {}
@@ -3882,7 +3882,7 @@
3882
3882
  "type": "integer"
3883
3883
  },
3884
3884
  "Tags": {
3885
- "shape": "Sai"
3885
+ "shape": "Sak"
3886
3886
  }
3887
3887
  }
3888
3888
  },
@@ -3890,7 +3890,7 @@
3890
3890
  "type": "structure",
3891
3891
  "members": {
3892
3892
  "TriggerNames": {
3893
- "shape": "S8f"
3893
+ "shape": "S8h"
3894
3894
  },
3895
3895
  "NextToken": {}
3896
3896
  }
@@ -3910,7 +3910,7 @@
3910
3910
  "type": "structure",
3911
3911
  "members": {
3912
3912
  "Workflows": {
3913
- "shape": "S8z"
3913
+ "shape": "S91"
3914
3914
  },
3915
3915
  "NextToken": {}
3916
3916
  }
@@ -3925,7 +3925,7 @@
3925
3925
  "members": {
3926
3926
  "CatalogId": {},
3927
3927
  "DataCatalogEncryptionSettings": {
3928
- "shape": "Shl"
3928
+ "shape": "Shn"
3929
3929
  }
3930
3930
  }
3931
3931
  },
@@ -3966,11 +3966,11 @@
3966
3966
  "shape": "Sw"
3967
3967
  },
3968
3968
  "SchemaVersionNumber": {
3969
- "shape": "Sku"
3969
+ "shape": "Skw"
3970
3970
  },
3971
3971
  "SchemaVersionId": {},
3972
3972
  "MetadataKeyValue": {
3973
- "shape": "Sog"
3973
+ "shape": "Soi"
3974
3974
  }
3975
3975
  }
3976
3976
  },
@@ -4004,7 +4004,7 @@
4004
4004
  "Name": {},
4005
4005
  "RunId": {},
4006
4006
  "RunProperties": {
4007
- "shape": "S93"
4007
+ "shape": "S95"
4008
4008
  }
4009
4009
  }
4010
4010
  },
@@ -4021,13 +4021,13 @@
4021
4021
  "shape": "Sw"
4022
4022
  },
4023
4023
  "SchemaVersionNumber": {
4024
- "shape": "Sku"
4024
+ "shape": "Skw"
4025
4025
  },
4026
4026
  "SchemaVersionId": {},
4027
4027
  "MetadataList": {
4028
4028
  "type": "list",
4029
4029
  "member": {
4030
- "shape": "Sog"
4030
+ "shape": "Soi"
4031
4031
  }
4032
4032
  },
4033
4033
  "MaxResults": {
@@ -4101,11 +4101,11 @@
4101
4101
  "shape": "Sw"
4102
4102
  },
4103
4103
  "SchemaVersionNumber": {
4104
- "shape": "Sku"
4104
+ "shape": "Skw"
4105
4105
  },
4106
4106
  "SchemaVersionId": {},
4107
4107
  "MetadataKeyValue": {
4108
- "shape": "Sog"
4108
+ "shape": "Soi"
4109
4109
  }
4110
4110
  }
4111
4111
  },
@@ -4142,7 +4142,7 @@
4142
4142
  "type": "structure",
4143
4143
  "members": {
4144
4144
  "JobBookmarkEntry": {
4145
- "shape": "Si9"
4145
+ "shape": "Sib"
4146
4146
  }
4147
4147
  }
4148
4148
  }
@@ -4159,7 +4159,7 @@
4159
4159
  "Name": {},
4160
4160
  "RunId": {},
4161
4161
  "NodeIds": {
4162
- "shape": "Sp1"
4162
+ "shape": "Sp3"
4163
4163
  }
4164
4164
  }
4165
4165
  },
@@ -4168,7 +4168,7 @@
4168
4168
  "members": {
4169
4169
  "RunId": {},
4170
4170
  "NodeIds": {
4171
- "shape": "Sp1"
4171
+ "shape": "Sp3"
4172
4172
  }
4173
4173
  }
4174
4174
  }
@@ -4234,7 +4234,7 @@
4234
4234
  "members": {
4235
4235
  "NextToken": {},
4236
4236
  "TableList": {
4237
- "shape": "Sls"
4237
+ "shape": "Slu"
4238
4238
  }
4239
4239
  }
4240
4240
  }
@@ -4340,7 +4340,7 @@
4340
4340
  "JobName": {},
4341
4341
  "JobRunId": {},
4342
4342
  "Arguments": {
4343
- "shape": "S4e"
4343
+ "shape": "S4g"
4344
4344
  },
4345
4345
  "AllocatedCapacity": {
4346
4346
  "deprecated": true,
@@ -4355,7 +4355,7 @@
4355
4355
  },
4356
4356
  "SecurityConfiguration": {},
4357
4357
  "NotificationProperty": {
4358
- "shape": "S4j"
4358
+ "shape": "S4l"
4359
4359
  },
4360
4360
  "WorkerType": {},
4361
4361
  "NumberOfWorkers": {
@@ -4433,7 +4433,7 @@
4433
4433
  "members": {
4434
4434
  "Name": {},
4435
4435
  "RunProperties": {
4436
- "shape": "S93"
4436
+ "shape": "S95"
4437
4437
  }
4438
4438
  }
4439
4439
  },
@@ -4536,7 +4536,7 @@
4536
4536
  "members": {
4537
4537
  "ResourceArn": {},
4538
4538
  "TagsToAdd": {
4539
- "shape": "Sai"
4539
+ "shape": "Sak"
4540
4540
  }
4541
4541
  }
4542
4542
  },
@@ -4633,7 +4633,7 @@
4633
4633
  "QuoteSymbol": {},
4634
4634
  "ContainsHeader": {},
4635
4635
  "Header": {
4636
- "shape": "Saz"
4636
+ "shape": "Sb1"
4637
4637
  },
4638
4638
  "DisableValueTrimming": {
4639
4639
  "type": "boolean"
@@ -4645,7 +4645,7 @@
4645
4645
  "type": "boolean"
4646
4646
  },
4647
4647
  "CustomDatatypes": {
4648
- "shape": "Sb0"
4648
+ "shape": "Sb2"
4649
4649
  }
4650
4650
  }
4651
4651
  }
@@ -4673,7 +4673,7 @@
4673
4673
  "shape": "S6"
4674
4674
  },
4675
4675
  "ColumnStatisticsList": {
4676
- "shape": "Sqm"
4676
+ "shape": "Sqo"
4677
4677
  }
4678
4678
  }
4679
4679
  },
@@ -4681,7 +4681,7 @@
4681
4681
  "type": "structure",
4682
4682
  "members": {
4683
4683
  "Errors": {
4684
- "shape": "Sqo"
4684
+ "shape": "Sqq"
4685
4685
  }
4686
4686
  }
4687
4687
  }
@@ -4699,7 +4699,7 @@
4699
4699
  "DatabaseName": {},
4700
4700
  "TableName": {},
4701
4701
  "ColumnStatisticsList": {
4702
- "shape": "Sqm"
4702
+ "shape": "Sqo"
4703
4703
  }
4704
4704
  }
4705
4705
  },
@@ -4707,7 +4707,7 @@
4707
4707
  "type": "structure",
4708
4708
  "members": {
4709
4709
  "Errors": {
4710
- "shape": "Sqo"
4710
+ "shape": "Sqq"
4711
4711
  }
4712
4712
  }
4713
4713
  }
@@ -4723,7 +4723,7 @@
4723
4723
  "CatalogId": {},
4724
4724
  "Name": {},
4725
4725
  "ConnectionInput": {
4726
- "shape": "Sb3"
4726
+ "shape": "Sb5"
4727
4727
  }
4728
4728
  }
4729
4729
  },
@@ -4748,20 +4748,20 @@
4748
4748
  },
4749
4749
  "Schedule": {},
4750
4750
  "Classifiers": {
4751
- "shape": "S2w"
4751
+ "shape": "S2y"
4752
4752
  },
4753
4753
  "TablePrefix": {},
4754
4754
  "SchemaChangePolicy": {
4755
- "shape": "S2z"
4755
+ "shape": "S31"
4756
4756
  },
4757
4757
  "RecrawlPolicy": {
4758
- "shape": "S2x"
4758
+ "shape": "S2z"
4759
4759
  },
4760
4760
  "LineageConfiguration": {
4761
- "shape": "S32"
4761
+ "shape": "S34"
4762
4762
  },
4763
4763
  "LakeFormationConfiguration": {
4764
- "shape": "S3i"
4764
+ "shape": "S3k"
4765
4765
  },
4766
4766
  "Configuration": {},
4767
4767
  "CrawlerSecurityConfiguration": {}
@@ -4799,7 +4799,7 @@
4799
4799
  "CatalogId": {},
4800
4800
  "Name": {},
4801
4801
  "DatabaseInput": {
4802
- "shape": "Sbg"
4802
+ "shape": "Sbi"
4803
4803
  }
4804
4804
  }
4805
4805
  },
@@ -4818,10 +4818,10 @@
4818
4818
  "EndpointName": {},
4819
4819
  "PublicKey": {},
4820
4820
  "AddPublicKeys": {
4821
- "shape": "S40"
4821
+ "shape": "S42"
4822
4822
  },
4823
4823
  "DeletePublicKeys": {
4824
- "shape": "S40"
4824
+ "shape": "S42"
4825
4825
  },
4826
4826
  "CustomLibraries": {
4827
4827
  "type": "structure",
@@ -4834,10 +4834,10 @@
4834
4834
  "type": "boolean"
4835
4835
  },
4836
4836
  "DeleteArguments": {
4837
- "shape": "S3w"
4837
+ "shape": "S3y"
4838
4838
  },
4839
4839
  "AddArguments": {
4840
- "shape": "S41"
4840
+ "shape": "S43"
4841
4841
  }
4842
4842
  }
4843
4843
  },
@@ -4862,19 +4862,19 @@
4862
4862
  "LogUri": {},
4863
4863
  "Role": {},
4864
4864
  "ExecutionProperty": {
4865
- "shape": "S49"
4865
+ "shape": "S4b"
4866
4866
  },
4867
4867
  "Command": {
4868
- "shape": "S4b"
4868
+ "shape": "S4d"
4869
4869
  },
4870
4870
  "DefaultArguments": {
4871
- "shape": "S4e"
4871
+ "shape": "S4g"
4872
4872
  },
4873
4873
  "NonOverridableArguments": {
4874
- "shape": "S4e"
4874
+ "shape": "S4g"
4875
4875
  },
4876
4876
  "Connections": {
4877
- "shape": "S4f"
4877
+ "shape": "S4h"
4878
4878
  },
4879
4879
  "MaxRetries": {
4880
4880
  "type": "integer"
@@ -4896,15 +4896,15 @@
4896
4896
  },
4897
4897
  "SecurityConfiguration": {},
4898
4898
  "NotificationProperty": {
4899
- "shape": "S4j"
4899
+ "shape": "S4l"
4900
4900
  },
4901
4901
  "GlueVersion": {},
4902
4902
  "CodeGenConfigurationNodes": {
4903
- "shape": "S4l"
4903
+ "shape": "S4n"
4904
4904
  },
4905
4905
  "ExecutionClass": {},
4906
4906
  "SourceControlDetails": {
4907
- "shape": "S86"
4907
+ "shape": "S88"
4908
4908
  }
4909
4909
  }
4910
4910
  }
@@ -4950,7 +4950,7 @@
4950
4950
  "Name": {},
4951
4951
  "Description": {},
4952
4952
  "Parameters": {
4953
- "shape": "Sbx"
4953
+ "shape": "Sbz"
4954
4954
  },
4955
4955
  "Role": {},
4956
4956
  "GlueVersion": {},
@@ -4990,7 +4990,7 @@
4990
4990
  "DatabaseName": {},
4991
4991
  "TableName": {},
4992
4992
  "PartitionValueList": {
4993
- "shape": "Sa0"
4993
+ "shape": "Sa2"
4994
4994
  },
4995
4995
  "PartitionInput": {
4996
4996
  "shape": "S5"
@@ -5011,7 +5011,7 @@
5011
5011
  ],
5012
5012
  "members": {
5013
5013
  "RegistryId": {
5014
- "shape": "Scf"
5014
+ "shape": "Sch"
5015
5015
  },
5016
5016
  "Description": {}
5017
5017
  }
@@ -5035,7 +5035,7 @@
5035
5035
  "shape": "Sw"
5036
5036
  },
5037
5037
  "SchemaVersionNumber": {
5038
- "shape": "Sku"
5038
+ "shape": "Skw"
5039
5039
  },
5040
5040
  "Compatibility": {},
5041
5041
  "Description": {}
@@ -5083,7 +5083,7 @@
5083
5083
  "CatalogId": {},
5084
5084
  "DatabaseName": {},
5085
5085
  "TableInput": {
5086
- "shape": "Sdl"
5086
+ "shape": "Sdn"
5087
5087
  },
5088
5088
  "SkipArchive": {
5089
5089
  "type": "boolean"
@@ -5113,13 +5113,13 @@
5113
5113
  "Description": {},
5114
5114
  "Schedule": {},
5115
5115
  "Actions": {
5116
- "shape": "S8m"
5116
+ "shape": "S8o"
5117
5117
  },
5118
5118
  "Predicate": {
5119
- "shape": "S8o"
5119
+ "shape": "S8q"
5120
5120
  },
5121
5121
  "EventBatchingCondition": {
5122
- "shape": "S8v"
5122
+ "shape": "S8x"
5123
5123
  }
5124
5124
  }
5125
5125
  }
@@ -5129,7 +5129,7 @@
5129
5129
  "type": "structure",
5130
5130
  "members": {
5131
5131
  "Trigger": {
5132
- "shape": "S8i"
5132
+ "shape": "S8k"
5133
5133
  }
5134
5134
  }
5135
5135
  }
@@ -5147,7 +5147,7 @@
5147
5147
  "DatabaseName": {},
5148
5148
  "FunctionName": {},
5149
5149
  "FunctionInput": {
5150
- "shape": "Sdv"
5150
+ "shape": "Sdx"
5151
5151
  }
5152
5152
  }
5153
5153
  },
@@ -5166,7 +5166,7 @@
5166
5166
  "Name": {},
5167
5167
  "Description": {},
5168
5168
  "DefaultRunProperties": {
5169
- "shape": "S93"
5169
+ "shape": "S95"
5170
5170
  },
5171
5171
  "MaxConcurrentRuns": {
5172
5172
  "type": "integer"
@@ -5412,16 +5412,16 @@
5412
5412
  "DatabaseName": {},
5413
5413
  "Description": {},
5414
5414
  "Classifiers": {
5415
- "shape": "S2w"
5415
+ "shape": "S2y"
5416
5416
  },
5417
5417
  "RecrawlPolicy": {
5418
- "shape": "S2x"
5418
+ "shape": "S2z"
5419
5419
  },
5420
5420
  "SchemaChangePolicy": {
5421
- "shape": "S2z"
5421
+ "shape": "S31"
5422
5422
  },
5423
5423
  "LineageConfiguration": {
5424
- "shape": "S32"
5424
+ "shape": "S34"
5425
5425
  },
5426
5426
  "State": {},
5427
5427
  "TablePrefix": {},
@@ -5460,7 +5460,7 @@
5460
5460
  "Configuration": {},
5461
5461
  "CrawlerSecurityConfiguration": {},
5462
5462
  "LakeFormationConfiguration": {
5463
- "shape": "S3i"
5463
+ "shape": "S3k"
5464
5464
  }
5465
5465
  }
5466
5466
  },
@@ -5494,6 +5494,10 @@
5494
5494
  "Path": {},
5495
5495
  "Exclusions": {
5496
5496
  "shape": "S2f"
5497
+ },
5498
+ "EnableAdditionalMetadata": {
5499
+ "type": "list",
5500
+ "member": {}
5497
5501
  }
5498
5502
  }
5499
5503
  }
@@ -5567,30 +5571,30 @@
5567
5571
  "type": "list",
5568
5572
  "member": {}
5569
5573
  },
5570
- "S2w": {
5574
+ "S2y": {
5571
5575
  "type": "list",
5572
5576
  "member": {}
5573
5577
  },
5574
- "S2x": {
5578
+ "S2z": {
5575
5579
  "type": "structure",
5576
5580
  "members": {
5577
5581
  "RecrawlBehavior": {}
5578
5582
  }
5579
5583
  },
5580
- "S2z": {
5584
+ "S31": {
5581
5585
  "type": "structure",
5582
5586
  "members": {
5583
5587
  "UpdateBehavior": {},
5584
5588
  "DeleteBehavior": {}
5585
5589
  }
5586
5590
  },
5587
- "S32": {
5591
+ "S34": {
5588
5592
  "type": "structure",
5589
5593
  "members": {
5590
5594
  "CrawlerLineageSettings": {}
5591
5595
  }
5592
5596
  },
5593
- "S3i": {
5597
+ "S3k": {
5594
5598
  "type": "structure",
5595
5599
  "members": {
5596
5600
  "UseLakeFormationCredentials": {
@@ -5599,11 +5603,11 @@
5599
5603
  "AccountId": {}
5600
5604
  }
5601
5605
  },
5602
- "S3l": {
5606
+ "S3n": {
5603
5607
  "type": "list",
5604
5608
  "member": {}
5605
5609
  },
5606
- "S3n": {
5610
+ "S3p": {
5607
5611
  "type": "list",
5608
5612
  "member": {
5609
5613
  "type": "structure",
@@ -5615,32 +5619,32 @@
5615
5619
  "Name": {},
5616
5620
  "RegexString": {},
5617
5621
  "ContextWords": {
5618
- "shape": "S3p"
5622
+ "shape": "S3r"
5619
5623
  }
5620
5624
  }
5621
5625
  }
5622
5626
  },
5623
- "S3p": {
5627
+ "S3r": {
5624
5628
  "type": "list",
5625
5629
  "member": {}
5626
5630
  },
5627
- "S3r": {
5631
+ "S3t": {
5628
5632
  "type": "list",
5629
5633
  "member": {}
5630
5634
  },
5631
- "S3t": {
5635
+ "S3v": {
5632
5636
  "type": "list",
5633
5637
  "member": {
5634
- "shape": "S3u"
5638
+ "shape": "S3w"
5635
5639
  }
5636
5640
  },
5637
- "S3u": {
5641
+ "S3w": {
5638
5642
  "type": "structure",
5639
5643
  "members": {
5640
5644
  "EndpointName": {},
5641
5645
  "RoleArn": {},
5642
5646
  "SecurityGroupIds": {
5643
- "shape": "S3w"
5647
+ "shape": "S3y"
5644
5648
  },
5645
5649
  "SubnetId": {},
5646
5650
  "YarnEndpointAddress": {},
@@ -5672,38 +5676,38 @@
5672
5676
  },
5673
5677
  "PublicKey": {},
5674
5678
  "PublicKeys": {
5675
- "shape": "S40"
5679
+ "shape": "S42"
5676
5680
  },
5677
5681
  "SecurityConfiguration": {},
5678
5682
  "Arguments": {
5679
- "shape": "S41"
5683
+ "shape": "S43"
5680
5684
  }
5681
5685
  }
5682
5686
  },
5683
- "S3w": {
5687
+ "S3y": {
5684
5688
  "type": "list",
5685
5689
  "member": {}
5686
5690
  },
5687
- "S40": {
5691
+ "S42": {
5688
5692
  "type": "list",
5689
5693
  "member": {}
5690
5694
  },
5691
- "S41": {
5695
+ "S43": {
5692
5696
  "type": "map",
5693
5697
  "key": {},
5694
5698
  "value": {}
5695
5699
  },
5696
- "S43": {
5700
+ "S45": {
5697
5701
  "type": "list",
5698
5702
  "member": {}
5699
5703
  },
5700
- "S45": {
5704
+ "S47": {
5701
5705
  "type": "list",
5702
5706
  "member": {
5703
- "shape": "S46"
5707
+ "shape": "S48"
5704
5708
  }
5705
5709
  },
5706
- "S46": {
5710
+ "S48": {
5707
5711
  "type": "structure",
5708
5712
  "members": {
5709
5713
  "Name": {},
@@ -5717,19 +5721,19 @@
5717
5721
  "type": "timestamp"
5718
5722
  },
5719
5723
  "ExecutionProperty": {
5720
- "shape": "S49"
5724
+ "shape": "S4b"
5721
5725
  },
5722
5726
  "Command": {
5723
- "shape": "S4b"
5727
+ "shape": "S4d"
5724
5728
  },
5725
5729
  "DefaultArguments": {
5726
- "shape": "S4e"
5730
+ "shape": "S4g"
5727
5731
  },
5728
5732
  "NonOverridableArguments": {
5729
- "shape": "S4e"
5733
+ "shape": "S4g"
5730
5734
  },
5731
5735
  "Connections": {
5732
- "shape": "S4f"
5736
+ "shape": "S4h"
5733
5737
  },
5734
5738
  "MaxRetries": {
5735
5739
  "type": "integer"
@@ -5751,19 +5755,19 @@
5751
5755
  },
5752
5756
  "SecurityConfiguration": {},
5753
5757
  "NotificationProperty": {
5754
- "shape": "S4j"
5758
+ "shape": "S4l"
5755
5759
  },
5756
5760
  "GlueVersion": {},
5757
5761
  "CodeGenConfigurationNodes": {
5758
- "shape": "S4l"
5762
+ "shape": "S4n"
5759
5763
  },
5760
5764
  "ExecutionClass": {},
5761
5765
  "SourceControlDetails": {
5762
- "shape": "S86"
5766
+ "shape": "S88"
5763
5767
  }
5764
5768
  }
5765
5769
  },
5766
- "S49": {
5770
+ "S4b": {
5767
5771
  "type": "structure",
5768
5772
  "members": {
5769
5773
  "MaxConcurrentRuns": {
@@ -5771,7 +5775,7 @@
5771
5775
  }
5772
5776
  }
5773
5777
  },
5774
- "S4b": {
5778
+ "S4d": {
5775
5779
  "type": "structure",
5776
5780
  "members": {
5777
5781
  "Name": {},
@@ -5779,24 +5783,24 @@
5779
5783
  "PythonVersion": {}
5780
5784
  }
5781
5785
  },
5782
- "S4e": {
5786
+ "S4g": {
5783
5787
  "type": "map",
5784
5788
  "key": {},
5785
5789
  "value": {}
5786
5790
  },
5787
- "S4f": {
5791
+ "S4h": {
5788
5792
  "type": "structure",
5789
5793
  "members": {
5790
5794
  "Connections": {
5791
- "shape": "S4g"
5795
+ "shape": "S4i"
5792
5796
  }
5793
5797
  }
5794
5798
  },
5795
- "S4g": {
5799
+ "S4i": {
5796
5800
  "type": "list",
5797
5801
  "member": {}
5798
5802
  },
5799
- "S4j": {
5803
+ "S4l": {
5800
5804
  "type": "structure",
5801
5805
  "members": {
5802
5806
  "NotifyDelayAfter": {
@@ -5804,7 +5808,7 @@
5804
5808
  }
5805
5809
  }
5806
5810
  },
5807
- "S4l": {
5811
+ "S4n": {
5808
5812
  "type": "map",
5809
5813
  "key": {},
5810
5814
  "value": {
@@ -5827,7 +5831,7 @@
5827
5831
  "ConnectionTable": {},
5828
5832
  "SchemaName": {},
5829
5833
  "OutputSchemas": {
5830
- "shape": "S4s"
5834
+ "shape": "S4u"
5831
5835
  }
5832
5836
  }
5833
5837
  },
@@ -5859,7 +5863,7 @@
5859
5863
  "type": "long"
5860
5864
  },
5861
5865
  "JobBookmarkKeys": {
5862
- "shape": "S50"
5866
+ "shape": "S52"
5863
5867
  },
5864
5868
  "JobBookmarkKeysSortOrder": {},
5865
5869
  "DataTypeMapping": {
@@ -5872,7 +5876,7 @@
5872
5876
  "ConnectionTable": {},
5873
5877
  "Query": {},
5874
5878
  "OutputSchemas": {
5875
- "shape": "S4s"
5879
+ "shape": "S4u"
5876
5880
  }
5877
5881
  }
5878
5882
  },
@@ -5890,10 +5894,10 @@
5890
5894
  "ConnectorName": {},
5891
5895
  "ConnectionType": {},
5892
5896
  "AdditionalOptions": {
5893
- "shape": "S56"
5897
+ "shape": "S58"
5894
5898
  },
5895
5899
  "OutputSchemas": {
5896
- "shape": "S4s"
5900
+ "shape": "S4u"
5897
5901
  }
5898
5902
  }
5899
5903
  },
@@ -5938,7 +5942,7 @@
5938
5942
  "Table": {},
5939
5943
  "PartitionPredicate": {},
5940
5944
  "AdditionalOptions": {
5941
- "shape": "S5a"
5945
+ "shape": "S5c"
5942
5946
  }
5943
5947
  }
5944
5948
  },
@@ -5953,11 +5957,11 @@
5953
5957
  "members": {
5954
5958
  "Name": {},
5955
5959
  "Paths": {
5956
- "shape": "S50"
5960
+ "shape": "S52"
5957
5961
  },
5958
5962
  "CompressionType": {},
5959
5963
  "Exclusions": {
5960
- "shape": "S50"
5964
+ "shape": "S52"
5961
5965
  },
5962
5966
  "GroupSize": {},
5963
5967
  "GroupFiles": {},
@@ -5971,7 +5975,7 @@
5971
5975
  "type": "integer"
5972
5976
  },
5973
5977
  "AdditionalOptions": {
5974
- "shape": "S5g"
5978
+ "shape": "S5i"
5975
5979
  },
5976
5980
  "Separator": {},
5977
5981
  "Escaper": {},
@@ -5992,7 +5996,7 @@
5992
5996
  "type": "boolean"
5993
5997
  },
5994
5998
  "OutputSchemas": {
5995
- "shape": "S4s"
5999
+ "shape": "S4u"
5996
6000
  }
5997
6001
  }
5998
6002
  },
@@ -6005,11 +6009,11 @@
6005
6009
  "members": {
6006
6010
  "Name": {},
6007
6011
  "Paths": {
6008
- "shape": "S50"
6012
+ "shape": "S52"
6009
6013
  },
6010
6014
  "CompressionType": {},
6011
6015
  "Exclusions": {
6012
- "shape": "S50"
6016
+ "shape": "S52"
6013
6017
  },
6014
6018
  "GroupSize": {},
6015
6019
  "GroupFiles": {},
@@ -6023,14 +6027,14 @@
6023
6027
  "type": "integer"
6024
6028
  },
6025
6029
  "AdditionalOptions": {
6026
- "shape": "S5g"
6030
+ "shape": "S5i"
6027
6031
  },
6028
6032
  "JsonPath": {},
6029
6033
  "Multiline": {
6030
6034
  "type": "boolean"
6031
6035
  },
6032
6036
  "OutputSchemas": {
6033
- "shape": "S4s"
6037
+ "shape": "S4u"
6034
6038
  }
6035
6039
  }
6036
6040
  },
@@ -6043,11 +6047,11 @@
6043
6047
  "members": {
6044
6048
  "Name": {},
6045
6049
  "Paths": {
6046
- "shape": "S50"
6050
+ "shape": "S52"
6047
6051
  },
6048
6052
  "CompressionType": {},
6049
6053
  "Exclusions": {
6050
- "shape": "S50"
6054
+ "shape": "S52"
6051
6055
  },
6052
6056
  "GroupSize": {},
6053
6057
  "GroupFiles": {},
@@ -6061,10 +6065,10 @@
6061
6065
  "type": "integer"
6062
6066
  },
6063
6067
  "AdditionalOptions": {
6064
- "shape": "S5g"
6068
+ "shape": "S5i"
6065
6069
  },
6066
6070
  "OutputSchemas": {
6067
- "shape": "S4s"
6071
+ "shape": "S4u"
6068
6072
  }
6069
6073
  }
6070
6074
  },
@@ -6107,17 +6111,17 @@
6107
6111
  "members": {
6108
6112
  "Name": {},
6109
6113
  "Inputs": {
6110
- "shape": "S5q"
6114
+ "shape": "S5s"
6111
6115
  },
6112
6116
  "ConnectionName": {},
6113
6117
  "ConnectionTable": {},
6114
6118
  "ConnectorName": {},
6115
6119
  "ConnectionType": {},
6116
6120
  "AdditionalOptions": {
6117
- "shape": "S56"
6121
+ "shape": "S58"
6118
6122
  },
6119
6123
  "OutputSchemas": {
6120
- "shape": "S4s"
6124
+ "shape": "S4u"
6121
6125
  }
6122
6126
  }
6123
6127
  },
@@ -6133,16 +6137,16 @@
6133
6137
  "members": {
6134
6138
  "Name": {},
6135
6139
  "Inputs": {
6136
- "shape": "S5q"
6140
+ "shape": "S5s"
6137
6141
  },
6138
6142
  "ConnectionName": {},
6139
6143
  "ConnectorName": {},
6140
6144
  "ConnectionType": {},
6141
6145
  "AdditionalOptions": {
6142
- "shape": "S56"
6146
+ "shape": "S58"
6143
6147
  },
6144
6148
  "OutputSchemas": {
6145
- "shape": "S4s"
6149
+ "shape": "S4u"
6146
6150
  }
6147
6151
  }
6148
6152
  },
@@ -6157,7 +6161,7 @@
6157
6161
  "members": {
6158
6162
  "Name": {},
6159
6163
  "Inputs": {
6160
- "shape": "S5q"
6164
+ "shape": "S5s"
6161
6165
  },
6162
6166
  "Database": {},
6163
6167
  "Table": {}
@@ -6174,7 +6178,7 @@
6174
6178
  "members": {
6175
6179
  "Name": {},
6176
6180
  "Inputs": {
6177
- "shape": "S5q"
6181
+ "shape": "S5s"
6178
6182
  },
6179
6183
  "Database": {},
6180
6184
  "Table": {},
@@ -6204,15 +6208,15 @@
6204
6208
  "members": {
6205
6209
  "Name": {},
6206
6210
  "Inputs": {
6207
- "shape": "S5q"
6211
+ "shape": "S5s"
6208
6212
  },
6209
6213
  "PartitionKeys": {
6210
- "shape": "S5x"
6214
+ "shape": "S5z"
6211
6215
  },
6212
6216
  "Table": {},
6213
6217
  "Database": {},
6214
6218
  "SchemaChangePolicy": {
6215
- "shape": "S5y"
6219
+ "shape": "S60"
6216
6220
  }
6217
6221
  }
6218
6222
  },
@@ -6226,15 +6230,15 @@
6226
6230
  "members": {
6227
6231
  "Name": {},
6228
6232
  "Inputs": {
6229
- "shape": "S5q"
6233
+ "shape": "S5s"
6230
6234
  },
6231
6235
  "PartitionKeys": {
6232
- "shape": "S5x"
6236
+ "shape": "S5z"
6233
6237
  },
6234
6238
  "Path": {},
6235
6239
  "Compression": {},
6236
6240
  "SchemaChangePolicy": {
6237
- "shape": "S61"
6241
+ "shape": "S63"
6238
6242
  }
6239
6243
  }
6240
6244
  },
@@ -6249,16 +6253,16 @@
6249
6253
  "members": {
6250
6254
  "Name": {},
6251
6255
  "Inputs": {
6252
- "shape": "S5q"
6256
+ "shape": "S5s"
6253
6257
  },
6254
6258
  "PartitionKeys": {
6255
- "shape": "S5x"
6259
+ "shape": "S5z"
6256
6260
  },
6257
6261
  "Path": {},
6258
6262
  "Compression": {},
6259
6263
  "Format": {},
6260
6264
  "SchemaChangePolicy": {
6261
- "shape": "S61"
6265
+ "shape": "S63"
6262
6266
  }
6263
6267
  }
6264
6268
  },
@@ -6272,10 +6276,10 @@
6272
6276
  "members": {
6273
6277
  "Name": {},
6274
6278
  "Inputs": {
6275
- "shape": "S5q"
6279
+ "shape": "S5s"
6276
6280
  },
6277
6281
  "Mapping": {
6278
- "shape": "S65"
6282
+ "shape": "S67"
6279
6283
  }
6280
6284
  }
6281
6285
  },
@@ -6289,10 +6293,10 @@
6289
6293
  "members": {
6290
6294
  "Name": {},
6291
6295
  "Inputs": {
6292
- "shape": "S5q"
6296
+ "shape": "S5s"
6293
6297
  },
6294
6298
  "Paths": {
6295
- "shape": "S5x"
6299
+ "shape": "S5z"
6296
6300
  }
6297
6301
  }
6298
6302
  },
@@ -6306,10 +6310,10 @@
6306
6310
  "members": {
6307
6311
  "Name": {},
6308
6312
  "Inputs": {
6309
- "shape": "S5q"
6313
+ "shape": "S5s"
6310
6314
  },
6311
6315
  "Paths": {
6312
- "shape": "S5x"
6316
+ "shape": "S5z"
6313
6317
  }
6314
6318
  }
6315
6319
  },
@@ -6324,13 +6328,13 @@
6324
6328
  "members": {
6325
6329
  "Name": {},
6326
6330
  "Inputs": {
6327
- "shape": "S5q"
6331
+ "shape": "S5s"
6328
6332
  },
6329
6333
  "SourcePath": {
6330
- "shape": "S50"
6334
+ "shape": "S52"
6331
6335
  },
6332
6336
  "TargetPath": {
6333
- "shape": "S50"
6337
+ "shape": "S52"
6334
6338
  }
6335
6339
  }
6336
6340
  },
@@ -6344,7 +6348,7 @@
6344
6348
  "members": {
6345
6349
  "Name": {},
6346
6350
  "Inputs": {
6347
- "shape": "S5q"
6351
+ "shape": "S5s"
6348
6352
  },
6349
6353
  "Path": {},
6350
6354
  "Topk": {
@@ -6366,7 +6370,7 @@
6366
6370
  "members": {
6367
6371
  "Name": {},
6368
6372
  "Inputs": {
6369
- "shape": "S6e"
6373
+ "shape": "S6g"
6370
6374
  },
6371
6375
  "JoinType": {},
6372
6376
  "Columns": {
@@ -6380,7 +6384,7 @@
6380
6384
  "members": {
6381
6385
  "From": {},
6382
6386
  "Keys": {
6383
- "shape": "S5x"
6387
+ "shape": "S5z"
6384
6388
  }
6385
6389
  }
6386
6390
  }
@@ -6397,10 +6401,10 @@
6397
6401
  "members": {
6398
6402
  "Name": {},
6399
6403
  "Inputs": {
6400
- "shape": "S5q"
6404
+ "shape": "S5s"
6401
6405
  },
6402
6406
  "Paths": {
6403
- "shape": "S5x"
6407
+ "shape": "S5z"
6404
6408
  }
6405
6409
  }
6406
6410
  },
@@ -6414,7 +6418,7 @@
6414
6418
  "members": {
6415
6419
  "Name": {},
6416
6420
  "Inputs": {
6417
- "shape": "S5q"
6421
+ "shape": "S5s"
6418
6422
  },
6419
6423
  "Index": {
6420
6424
  "type": "integer"
@@ -6431,7 +6435,7 @@
6431
6435
  "members": {
6432
6436
  "Name": {},
6433
6437
  "Inputs": {
6434
- "shape": "S5q"
6438
+ "shape": "S5s"
6435
6439
  },
6436
6440
  "ImputedPath": {},
6437
6441
  "FilledPath": {}
@@ -6448,7 +6452,7 @@
6448
6452
  "members": {
6449
6453
  "Name": {},
6450
6454
  "Inputs": {
6451
- "shape": "S5q"
6455
+ "shape": "S5s"
6452
6456
  },
6453
6457
  "LogicalOperator": {},
6454
6458
  "Filters": {
@@ -6475,7 +6479,7 @@
6475
6479
  "members": {
6476
6480
  "Type": {},
6477
6481
  "Value": {
6478
- "shape": "S50"
6482
+ "shape": "S52"
6479
6483
  }
6480
6484
  }
6481
6485
  }
@@ -6496,12 +6500,12 @@
6496
6500
  "members": {
6497
6501
  "Name": {},
6498
6502
  "Inputs": {
6499
- "shape": "S6v"
6503
+ "shape": "S6x"
6500
6504
  },
6501
6505
  "Code": {},
6502
6506
  "ClassName": {},
6503
6507
  "OutputSchemas": {
6504
- "shape": "S4s"
6508
+ "shape": "S4u"
6505
6509
  }
6506
6510
  }
6507
6511
  },
@@ -6516,7 +6520,7 @@
6516
6520
  "members": {
6517
6521
  "Name": {},
6518
6522
  "Inputs": {
6519
- "shape": "S6v"
6523
+ "shape": "S6x"
6520
6524
  },
6521
6525
  "SqlQuery": {},
6522
6526
  "SqlAliases": {
@@ -6534,7 +6538,7 @@
6534
6538
  }
6535
6539
  },
6536
6540
  "OutputSchemas": {
6537
- "shape": "S4s"
6541
+ "shape": "S4u"
6538
6542
  }
6539
6543
  }
6540
6544
  },
@@ -6552,10 +6556,10 @@
6552
6556
  "type": "boolean"
6553
6557
  },
6554
6558
  "StreamingOptions": {
6555
- "shape": "S72"
6559
+ "shape": "S74"
6556
6560
  },
6557
6561
  "DataPreviewOptions": {
6558
- "shape": "S74"
6562
+ "shape": "S76"
6559
6563
  }
6560
6564
  }
6561
6565
  },
@@ -6567,7 +6571,7 @@
6567
6571
  "members": {
6568
6572
  "Name": {},
6569
6573
  "StreamingOptions": {
6570
- "shape": "S78"
6574
+ "shape": "S7a"
6571
6575
  },
6572
6576
  "WindowSize": {
6573
6577
  "type": "integer"
@@ -6576,7 +6580,7 @@
6576
6580
  "type": "boolean"
6577
6581
  },
6578
6582
  "DataPreviewOptions": {
6579
- "shape": "S74"
6583
+ "shape": "S76"
6580
6584
  }
6581
6585
  }
6582
6586
  },
@@ -6598,10 +6602,10 @@
6598
6602
  "Table": {},
6599
6603
  "Database": {},
6600
6604
  "StreamingOptions": {
6601
- "shape": "S72"
6605
+ "shape": "S74"
6602
6606
  },
6603
6607
  "DataPreviewOptions": {
6604
- "shape": "S74"
6608
+ "shape": "S76"
6605
6609
  }
6606
6610
  }
6607
6611
  },
@@ -6623,10 +6627,10 @@
6623
6627
  "Table": {},
6624
6628
  "Database": {},
6625
6629
  "StreamingOptions": {
6626
- "shape": "S78"
6630
+ "shape": "S7a"
6627
6631
  },
6628
6632
  "DataPreviewOptions": {
6629
- "shape": "S74"
6633
+ "shape": "S76"
6630
6634
  }
6631
6635
  }
6632
6636
  },
@@ -6639,7 +6643,7 @@
6639
6643
  "members": {
6640
6644
  "Name": {},
6641
6645
  "Inputs": {
6642
- "shape": "S5q"
6646
+ "shape": "S5s"
6643
6647
  },
6644
6648
  "NullCheckBoxList": {
6645
6649
  "type": "structure",
@@ -6692,11 +6696,11 @@
6692
6696
  "members": {
6693
6697
  "Name": {},
6694
6698
  "Inputs": {
6695
- "shape": "S6e"
6699
+ "shape": "S6g"
6696
6700
  },
6697
6701
  "Source": {},
6698
6702
  "PrimaryKeys": {
6699
- "shape": "S5x"
6703
+ "shape": "S5z"
6700
6704
  }
6701
6705
  }
6702
6706
  },
@@ -6710,7 +6714,7 @@
6710
6714
  "members": {
6711
6715
  "Name": {},
6712
6716
  "Inputs": {
6713
- "shape": "S6e"
6717
+ "shape": "S6g"
6714
6718
  },
6715
6719
  "UnionType": {}
6716
6720
  }
@@ -6726,11 +6730,11 @@
6726
6730
  "members": {
6727
6731
  "Name": {},
6728
6732
  "Inputs": {
6729
- "shape": "S5q"
6733
+ "shape": "S5s"
6730
6734
  },
6731
6735
  "PiiType": {},
6732
6736
  "EntityTypesToDetect": {
6733
- "shape": "S50"
6737
+ "shape": "S52"
6734
6738
  },
6735
6739
  "OutputColumnName": {},
6736
6740
  "SampleFraction": {
@@ -6753,10 +6757,10 @@
6753
6757
  "members": {
6754
6758
  "Name": {},
6755
6759
  "Inputs": {
6756
- "shape": "S5q"
6760
+ "shape": "S5s"
6757
6761
  },
6758
6762
  "Groups": {
6759
- "shape": "S5x"
6763
+ "shape": "S5z"
6760
6764
  },
6761
6765
  "Aggs": {
6762
6766
  "type": "list",
@@ -6768,7 +6772,7 @@
6768
6772
  ],
6769
6773
  "members": {
6770
6774
  "Column": {
6771
- "shape": "S50"
6775
+ "shape": "S52"
6772
6776
  },
6773
6777
  "AggFunc": {}
6774
6778
  }
@@ -6785,7 +6789,7 @@
6785
6789
  "members": {
6786
6790
  "Name": {},
6787
6791
  "Inputs": {
6788
- "shape": "S5q"
6792
+ "shape": "S5s"
6789
6793
  },
6790
6794
  "Columns": {
6791
6795
  "type": "list",
@@ -6807,15 +6811,15 @@
6807
6811
  "members": {
6808
6812
  "Name": {},
6809
6813
  "Inputs": {
6810
- "shape": "S5q"
6814
+ "shape": "S5s"
6811
6815
  },
6812
6816
  "PartitionKeys": {
6813
- "shape": "S5x"
6817
+ "shape": "S5z"
6814
6818
  },
6815
6819
  "Table": {},
6816
6820
  "Database": {},
6817
6821
  "SchemaChangePolicy": {
6818
- "shape": "S5y"
6822
+ "shape": "S60"
6819
6823
  }
6820
6824
  }
6821
6825
  },
@@ -6832,7 +6836,7 @@
6832
6836
  "Table": {},
6833
6837
  "PartitionPredicate": {},
6834
6838
  "AdditionalOptions": {
6835
- "shape": "S5a"
6839
+ "shape": "S5c"
6836
6840
  }
6837
6841
  }
6838
6842
  },
@@ -6899,7 +6903,7 @@
6899
6903
  "members": {
6900
6904
  "Name": {},
6901
6905
  "Inputs": {
6902
- "shape": "S5q"
6906
+ "shape": "S5s"
6903
6907
  },
6904
6908
  "Database": {},
6905
6909
  "Table": {}
@@ -6916,7 +6920,7 @@
6916
6920
  "members": {
6917
6921
  "Name": {},
6918
6922
  "Inputs": {
6919
- "shape": "S5q"
6923
+ "shape": "S5s"
6920
6924
  },
6921
6925
  "Database": {},
6922
6926
  "Table": {}
@@ -6933,7 +6937,7 @@
6933
6937
  "members": {
6934
6938
  "Name": {},
6935
6939
  "Inputs": {
6936
- "shape": "S5q"
6940
+ "shape": "S5s"
6937
6941
  },
6938
6942
  "Database": {},
6939
6943
  "Table": {}
@@ -6950,7 +6954,7 @@
6950
6954
  "members": {
6951
6955
  "Name": {},
6952
6956
  "Inputs": {
6953
- "shape": "S5q"
6957
+ "shape": "S5s"
6954
6958
  },
6955
6959
  "Database": {},
6956
6960
  "Table": {}
@@ -6960,7 +6964,7 @@
6960
6964
  },
6961
6965
  "sensitive": true
6962
6966
  },
6963
- "S4s": {
6967
+ "S4u": {
6964
6968
  "type": "list",
6965
6969
  "member": {
6966
6970
  "type": "structure",
@@ -6981,16 +6985,16 @@
6981
6985
  }
6982
6986
  }
6983
6987
  },
6984
- "S50": {
6988
+ "S52": {
6985
6989
  "type": "list",
6986
6990
  "member": {}
6987
6991
  },
6988
- "S56": {
6992
+ "S58": {
6989
6993
  "type": "map",
6990
6994
  "key": {},
6991
6995
  "value": {}
6992
6996
  },
6993
- "S5a": {
6997
+ "S5c": {
6994
6998
  "type": "structure",
6995
6999
  "members": {
6996
7000
  "BoundedSize": {
@@ -7001,7 +7005,7 @@
7001
7005
  }
7002
7006
  }
7003
7007
  },
7004
- "S5g": {
7008
+ "S5i": {
7005
7009
  "type": "structure",
7006
7010
  "members": {
7007
7011
  "BoundedSize": {
@@ -7016,17 +7020,17 @@
7016
7020
  "SamplePath": {}
7017
7021
  }
7018
7022
  },
7019
- "S5q": {
7023
+ "S5s": {
7020
7024
  "type": "list",
7021
7025
  "member": {}
7022
7026
  },
7023
- "S5x": {
7027
+ "S5z": {
7024
7028
  "type": "list",
7025
7029
  "member": {
7026
- "shape": "S50"
7030
+ "shape": "S52"
7027
7031
  }
7028
7032
  },
7029
- "S5y": {
7033
+ "S60": {
7030
7034
  "type": "structure",
7031
7035
  "members": {
7032
7036
  "EnableUpdateCatalog": {
@@ -7035,7 +7039,7 @@
7035
7039
  "UpdateBehavior": {}
7036
7040
  }
7037
7041
  },
7038
- "S61": {
7042
+ "S63": {
7039
7043
  "type": "structure",
7040
7044
  "members": {
7041
7045
  "EnableUpdateCatalog": {
@@ -7046,14 +7050,14 @@
7046
7050
  "Database": {}
7047
7051
  }
7048
7052
  },
7049
- "S65": {
7053
+ "S67": {
7050
7054
  "type": "list",
7051
7055
  "member": {
7052
7056
  "type": "structure",
7053
7057
  "members": {
7054
7058
  "ToKey": {},
7055
7059
  "FromPath": {
7056
- "shape": "S50"
7060
+ "shape": "S52"
7057
7061
  },
7058
7062
  "FromType": {},
7059
7063
  "ToType": {},
@@ -7061,20 +7065,20 @@
7061
7065
  "type": "boolean"
7062
7066
  },
7063
7067
  "Children": {
7064
- "shape": "S65"
7068
+ "shape": "S67"
7065
7069
  }
7066
7070
  }
7067
7071
  }
7068
7072
  },
7069
- "S6e": {
7073
+ "S6g": {
7070
7074
  "type": "list",
7071
7075
  "member": {}
7072
7076
  },
7073
- "S6v": {
7077
+ "S6x": {
7074
7078
  "type": "list",
7075
7079
  "member": {}
7076
7080
  },
7077
- "S72": {
7081
+ "S74": {
7078
7082
  "type": "structure",
7079
7083
  "members": {
7080
7084
  "EndpointUrl": {},
@@ -7117,7 +7121,7 @@
7117
7121
  "RoleSessionName": {}
7118
7122
  }
7119
7123
  },
7120
- "S74": {
7124
+ "S76": {
7121
7125
  "type": "structure",
7122
7126
  "members": {
7123
7127
  "PollingTime": {
@@ -7128,7 +7132,7 @@
7128
7132
  }
7129
7133
  }
7130
7134
  },
7131
- "S78": {
7135
+ "S7a": {
7132
7136
  "type": "structure",
7133
7137
  "members": {
7134
7138
  "BootstrapServers": {},
@@ -7158,7 +7162,7 @@
7158
7162
  }
7159
7163
  }
7160
7164
  },
7161
- "S86": {
7165
+ "S88": {
7162
7166
  "type": "structure",
7163
7167
  "members": {
7164
7168
  "Provider": {},
@@ -7171,19 +7175,19 @@
7171
7175
  "AuthToken": {}
7172
7176
  }
7173
7177
  },
7174
- "S8a": {
7178
+ "S8c": {
7175
7179
  "type": "list",
7176
7180
  "member": {
7177
7181
  "shape": "S1c"
7178
7182
  }
7179
7183
  },
7180
- "S8c": {
7184
+ "S8e": {
7181
7185
  "type": "list",
7182
7186
  "member": {
7183
- "shape": "S8d"
7187
+ "shape": "S8f"
7184
7188
  }
7185
7189
  },
7186
- "S8d": {
7190
+ "S8f": {
7187
7191
  "type": "structure",
7188
7192
  "members": {
7189
7193
  "Values": {
@@ -7209,17 +7213,17 @@
7209
7213
  "CatalogId": {}
7210
7214
  }
7211
7215
  },
7212
- "S8f": {
7216
+ "S8h": {
7213
7217
  "type": "list",
7214
7218
  "member": {}
7215
7219
  },
7216
- "S8h": {
7220
+ "S8j": {
7217
7221
  "type": "list",
7218
7222
  "member": {
7219
- "shape": "S8i"
7223
+ "shape": "S8k"
7220
7224
  }
7221
7225
  },
7222
- "S8i": {
7226
+ "S8k": {
7223
7227
  "type": "structure",
7224
7228
  "members": {
7225
7229
  "Name": {},
@@ -7230,37 +7234,37 @@
7230
7234
  "Description": {},
7231
7235
  "Schedule": {},
7232
7236
  "Actions": {
7233
- "shape": "S8m"
7237
+ "shape": "S8o"
7234
7238
  },
7235
7239
  "Predicate": {
7236
- "shape": "S8o"
7240
+ "shape": "S8q"
7237
7241
  },
7238
7242
  "EventBatchingCondition": {
7239
- "shape": "S8v"
7243
+ "shape": "S8x"
7240
7244
  }
7241
7245
  }
7242
7246
  },
7243
- "S8m": {
7247
+ "S8o": {
7244
7248
  "type": "list",
7245
7249
  "member": {
7246
7250
  "type": "structure",
7247
7251
  "members": {
7248
7252
  "JobName": {},
7249
7253
  "Arguments": {
7250
- "shape": "S4e"
7254
+ "shape": "S4g"
7251
7255
  },
7252
7256
  "Timeout": {
7253
7257
  "type": "integer"
7254
7258
  },
7255
7259
  "SecurityConfiguration": {},
7256
7260
  "NotificationProperty": {
7257
- "shape": "S4j"
7261
+ "shape": "S4l"
7258
7262
  },
7259
7263
  "CrawlerName": {}
7260
7264
  }
7261
7265
  }
7262
7266
  },
7263
- "S8o": {
7267
+ "S8q": {
7264
7268
  "type": "structure",
7265
7269
  "members": {
7266
7270
  "Logical": {},
@@ -7279,7 +7283,7 @@
7279
7283
  }
7280
7284
  }
7281
7285
  },
7282
- "S8v": {
7286
+ "S8x": {
7283
7287
  "type": "structure",
7284
7288
  "required": [
7285
7289
  "BatchSize"
@@ -7293,17 +7297,17 @@
7293
7297
  }
7294
7298
  }
7295
7299
  },
7296
- "S8z": {
7300
+ "S91": {
7297
7301
  "type": "list",
7298
7302
  "member": {}
7299
7303
  },
7300
- "S92": {
7304
+ "S94": {
7301
7305
  "type": "structure",
7302
7306
  "members": {
7303
7307
  "Name": {},
7304
7308
  "Description": {},
7305
7309
  "DefaultRunProperties": {
7306
- "shape": "S93"
7310
+ "shape": "S95"
7307
7311
  },
7308
7312
  "CreatedOn": {
7309
7313
  "type": "timestamp"
@@ -7312,10 +7316,10 @@
7312
7316
  "type": "timestamp"
7313
7317
  },
7314
7318
  "LastRun": {
7315
- "shape": "S94"
7319
+ "shape": "S96"
7316
7320
  },
7317
7321
  "Graph": {
7318
- "shape": "S97"
7322
+ "shape": "S99"
7319
7323
  },
7320
7324
  "MaxConcurrentRuns": {
7321
7325
  "type": "integer"
@@ -7329,19 +7333,19 @@
7329
7333
  }
7330
7334
  }
7331
7335
  },
7332
- "S93": {
7336
+ "S95": {
7333
7337
  "type": "map",
7334
7338
  "key": {},
7335
7339
  "value": {}
7336
7340
  },
7337
- "S94": {
7341
+ "S96": {
7338
7342
  "type": "structure",
7339
7343
  "members": {
7340
7344
  "Name": {},
7341
7345
  "WorkflowRunId": {},
7342
7346
  "PreviousRunId": {},
7343
7347
  "WorkflowRunProperties": {
7344
- "shape": "S93"
7348
+ "shape": "S95"
7345
7349
  },
7346
7350
  "StartedOn": {
7347
7351
  "type": "timestamp"
@@ -7381,7 +7385,7 @@
7381
7385
  }
7382
7386
  },
7383
7387
  "Graph": {
7384
- "shape": "S97"
7388
+ "shape": "S99"
7385
7389
  },
7386
7390
  "StartingEventBatchCondition": {
7387
7391
  "type": "structure",
@@ -7396,7 +7400,7 @@
7396
7400
  }
7397
7401
  }
7398
7402
  },
7399
- "S97": {
7403
+ "S99": {
7400
7404
  "type": "structure",
7401
7405
  "members": {
7402
7406
  "Nodes": {
@@ -7411,7 +7415,7 @@
7411
7415
  "type": "structure",
7412
7416
  "members": {
7413
7417
  "Trigger": {
7414
- "shape": "S8i"
7418
+ "shape": "S8k"
7415
7419
  }
7416
7420
  }
7417
7421
  },
@@ -7419,7 +7423,7 @@
7419
7423
  "type": "structure",
7420
7424
  "members": {
7421
7425
  "JobRuns": {
7422
- "shape": "S9d"
7426
+ "shape": "S9f"
7423
7427
  }
7424
7428
  }
7425
7429
  },
@@ -7461,13 +7465,13 @@
7461
7465
  }
7462
7466
  }
7463
7467
  },
7464
- "S9d": {
7468
+ "S9f": {
7465
7469
  "type": "list",
7466
7470
  "member": {
7467
- "shape": "S9e"
7471
+ "shape": "S9g"
7468
7472
  }
7469
7473
  },
7470
- "S9e": {
7474
+ "S9g": {
7471
7475
  "type": "structure",
7472
7476
  "members": {
7473
7477
  "Id": {},
@@ -7488,7 +7492,7 @@
7488
7492
  },
7489
7493
  "JobRunState": {},
7490
7494
  "Arguments": {
7491
- "shape": "S4e"
7495
+ "shape": "S4g"
7492
7496
  },
7493
7497
  "ErrorMessage": {},
7494
7498
  "PredecessorRuns": {
@@ -7522,7 +7526,7 @@
7522
7526
  "SecurityConfiguration": {},
7523
7527
  "LogGroupName": {},
7524
7528
  "NotificationProperty": {
7525
- "shape": "S4j"
7529
+ "shape": "S4l"
7526
7530
  },
7527
7531
  "GlueVersion": {},
7528
7532
  "DPUSeconds": {
@@ -7531,24 +7535,24 @@
7531
7535
  "ExecutionClass": {}
7532
7536
  }
7533
7537
  },
7534
- "Sa0": {
7538
+ "Sa2": {
7535
7539
  "type": "list",
7536
7540
  "member": {}
7537
7541
  },
7538
- "Sai": {
7542
+ "Sak": {
7539
7543
  "type": "map",
7540
7544
  "key": {},
7541
7545
  "value": {}
7542
7546
  },
7543
- "Saz": {
7547
+ "Sb1": {
7544
7548
  "type": "list",
7545
7549
  "member": {}
7546
7550
  },
7547
- "Sb0": {
7551
+ "Sb2": {
7548
7552
  "type": "list",
7549
7553
  "member": {}
7550
7554
  },
7551
- "Sb3": {
7555
+ "Sb5": {
7552
7556
  "type": "structure",
7553
7557
  "required": [
7554
7558
  "Name",
@@ -7560,26 +7564,26 @@
7560
7564
  "Description": {},
7561
7565
  "ConnectionType": {},
7562
7566
  "MatchCriteria": {
7563
- "shape": "Sb5"
7567
+ "shape": "Sb7"
7564
7568
  },
7565
7569
  "ConnectionProperties": {
7566
- "shape": "Sb6"
7570
+ "shape": "Sb8"
7567
7571
  },
7568
7572
  "PhysicalConnectionRequirements": {
7569
- "shape": "Sb8"
7573
+ "shape": "Sba"
7570
7574
  }
7571
7575
  }
7572
7576
  },
7573
- "Sb5": {
7577
+ "Sb7": {
7574
7578
  "type": "list",
7575
7579
  "member": {}
7576
7580
  },
7577
- "Sb6": {
7581
+ "Sb8": {
7578
7582
  "type": "map",
7579
7583
  "key": {},
7580
7584
  "value": {}
7581
7585
  },
7582
- "Sb8": {
7586
+ "Sba": {
7583
7587
  "type": "structure",
7584
7588
  "members": {
7585
7589
  "SubnetId": {},
@@ -7590,7 +7594,7 @@
7590
7594
  "AvailabilityZone": {}
7591
7595
  }
7592
7596
  },
7593
- "Sbg": {
7597
+ "Sbi": {
7594
7598
  "type": "structure",
7595
7599
  "required": [
7596
7600
  "Name"
@@ -7603,14 +7607,14 @@
7603
7607
  "shape": "Se"
7604
7608
  },
7605
7609
  "CreateTableDefaultPermissions": {
7606
- "shape": "Sbi"
7610
+ "shape": "Sbk"
7607
7611
  },
7608
7612
  "TargetDatabase": {
7609
- "shape": "Sbo"
7613
+ "shape": "Sbq"
7610
7614
  }
7611
7615
  }
7612
7616
  },
7613
- "Sbi": {
7617
+ "Sbk": {
7614
7618
  "type": "list",
7615
7619
  "member": {
7616
7620
  "type": "structure",
@@ -7628,14 +7632,14 @@
7628
7632
  }
7629
7633
  }
7630
7634
  },
7631
- "Sbo": {
7635
+ "Sbq": {
7632
7636
  "type": "structure",
7633
7637
  "members": {
7634
7638
  "CatalogId": {},
7635
7639
  "DatabaseName": {}
7636
7640
  }
7637
7641
  },
7638
- "Sbv": {
7642
+ "Sbx": {
7639
7643
  "type": "list",
7640
7644
  "member": {
7641
7645
  "type": "structure",
@@ -7651,7 +7655,7 @@
7651
7655
  }
7652
7656
  }
7653
7657
  },
7654
- "Sbx": {
7658
+ "Sbz": {
7655
7659
  "type": "structure",
7656
7660
  "required": [
7657
7661
  "TransformType"
@@ -7675,7 +7679,7 @@
7675
7679
  }
7676
7680
  }
7677
7681
  },
7678
- "Sc2": {
7682
+ "Sc4": {
7679
7683
  "type": "structure",
7680
7684
  "members": {
7681
7685
  "MlUserDataEncryption": {
@@ -7691,7 +7695,7 @@
7691
7695
  "TaskRunSecurityConfigurationName": {}
7692
7696
  }
7693
7697
  },
7694
- "Sc9": {
7698
+ "Scb": {
7695
7699
  "type": "structure",
7696
7700
  "required": [
7697
7701
  "Keys",
@@ -7705,14 +7709,14 @@
7705
7709
  "IndexName": {}
7706
7710
  }
7707
7711
  },
7708
- "Scf": {
7712
+ "Sch": {
7709
7713
  "type": "structure",
7710
7714
  "members": {
7711
7715
  "RegistryName": {},
7712
7716
  "RegistryArn": {}
7713
7717
  }
7714
7718
  },
7715
- "Scm": {
7719
+ "Sco": {
7716
7720
  "type": "list",
7717
7721
  "member": {
7718
7722
  "type": "structure",
@@ -7725,7 +7729,7 @@
7725
7729
  "Id": {},
7726
7730
  "NodeType": {},
7727
7731
  "Args": {
7728
- "shape": "Scq"
7732
+ "shape": "Scs"
7729
7733
  },
7730
7734
  "LineNumber": {
7731
7735
  "type": "integer"
@@ -7733,7 +7737,7 @@
7733
7737
  }
7734
7738
  }
7735
7739
  },
7736
- "Scq": {
7740
+ "Scs": {
7737
7741
  "type": "list",
7738
7742
  "member": {
7739
7743
  "type": "structure",
@@ -7750,7 +7754,7 @@
7750
7754
  }
7751
7755
  }
7752
7756
  },
7753
- "Scu": {
7757
+ "Scw": {
7754
7758
  "type": "list",
7755
7759
  "member": {
7756
7760
  "type": "structure",
@@ -7765,7 +7769,7 @@
7765
7769
  }
7766
7770
  }
7767
7771
  },
7768
- "Sd1": {
7772
+ "Sd3": {
7769
7773
  "type": "structure",
7770
7774
  "members": {
7771
7775
  "S3Encryption": {
@@ -7794,19 +7798,19 @@
7794
7798
  }
7795
7799
  }
7796
7800
  },
7797
- "Sdd": {
7801
+ "Sdf": {
7798
7802
  "type": "structure",
7799
7803
  "members": {
7800
7804
  "Name": {},
7801
7805
  "PythonVersion": {}
7802
7806
  }
7803
7807
  },
7804
- "Sde": {
7808
+ "Sdg": {
7805
7809
  "type": "map",
7806
7810
  "key": {},
7807
7811
  "value": {}
7808
7812
  },
7809
- "Sdh": {
7813
+ "Sdj": {
7810
7814
  "type": "structure",
7811
7815
  "members": {
7812
7816
  "Id": {},
@@ -7818,13 +7822,13 @@
7818
7822
  "Description": {},
7819
7823
  "Role": {},
7820
7824
  "Command": {
7821
- "shape": "Sdd"
7825
+ "shape": "Sdf"
7822
7826
  },
7823
7827
  "DefaultArguments": {
7824
- "shape": "Sde"
7828
+ "shape": "Sdg"
7825
7829
  },
7826
7830
  "Connections": {
7827
- "shape": "S4f"
7831
+ "shape": "S4h"
7828
7832
  },
7829
7833
  "Progress": {
7830
7834
  "type": "double"
@@ -7836,7 +7840,7 @@
7836
7840
  "GlueVersion": {}
7837
7841
  }
7838
7842
  },
7839
- "Sdl": {
7843
+ "Sdn": {
7840
7844
  "type": "structure",
7841
7845
  "required": [
7842
7846
  "Name"
@@ -7867,11 +7871,11 @@
7867
7871
  "shape": "Se"
7868
7872
  },
7869
7873
  "TargetTable": {
7870
- "shape": "Sdp"
7874
+ "shape": "Sdr"
7871
7875
  }
7872
7876
  }
7873
7877
  },
7874
- "Sdp": {
7878
+ "Sdr": {
7875
7879
  "type": "structure",
7876
7880
  "members": {
7877
7881
  "CatalogId": {},
@@ -7879,7 +7883,7 @@
7879
7883
  "Name": {}
7880
7884
  }
7881
7885
  },
7882
- "Sdv": {
7886
+ "Sdx": {
7883
7887
  "type": "structure",
7884
7888
  "members": {
7885
7889
  "FunctionName": {},
@@ -7887,11 +7891,11 @@
7887
7891
  "OwnerName": {},
7888
7892
  "OwnerType": {},
7889
7893
  "ResourceUris": {
7890
- "shape": "Sdx"
7894
+ "shape": "Sdz"
7891
7895
  }
7892
7896
  }
7893
7897
  },
7894
- "Sdx": {
7898
+ "Sdz": {
7895
7899
  "type": "list",
7896
7900
  "member": {
7897
7901
  "type": "structure",
@@ -7901,7 +7905,7 @@
7901
7905
  }
7902
7906
  }
7903
7907
  },
7904
- "Sfq": {
7908
+ "Sfs": {
7905
7909
  "type": "structure",
7906
7910
  "members": {
7907
7911
  "BlueprintName": {},
@@ -7920,7 +7924,7 @@
7920
7924
  "RoleArn": {}
7921
7925
  }
7922
7926
  },
7923
- "Sg4": {
7927
+ "Sg6": {
7924
7928
  "type": "structure",
7925
7929
  "members": {
7926
7930
  "GrokClassifier": {
@@ -8007,7 +8011,7 @@
8007
8011
  "QuoteSymbol": {},
8008
8012
  "ContainsHeader": {},
8009
8013
  "Header": {
8010
- "shape": "Saz"
8014
+ "shape": "Sb1"
8011
8015
  },
8012
8016
  "DisableValueTrimming": {
8013
8017
  "type": "boolean"
@@ -8019,23 +8023,23 @@
8019
8023
  "type": "boolean"
8020
8024
  },
8021
8025
  "CustomDatatypes": {
8022
- "shape": "Sb0"
8026
+ "shape": "Sb2"
8023
8027
  }
8024
8028
  }
8025
8029
  }
8026
8030
  }
8027
8031
  },
8028
- "Sge": {
8032
+ "Sgg": {
8029
8033
  "type": "list",
8030
8034
  "member": {}
8031
8035
  },
8032
- "Sgg": {
8036
+ "Sgi": {
8033
8037
  "type": "list",
8034
8038
  "member": {
8035
- "shape": "Sgh"
8039
+ "shape": "Sgj"
8036
8040
  }
8037
8041
  },
8038
- "Sgh": {
8042
+ "Sgj": {
8039
8043
  "type": "structure",
8040
8044
  "required": [
8041
8045
  "ColumnName",
@@ -8104,10 +8108,10 @@
8104
8108
  ],
8105
8109
  "members": {
8106
8110
  "MinimumValue": {
8107
- "shape": "Sgp"
8111
+ "shape": "Sgr"
8108
8112
  },
8109
8113
  "MaximumValue": {
8110
- "shape": "Sgp"
8114
+ "shape": "Sgr"
8111
8115
  },
8112
8116
  "NumberOfNulls": {
8113
8117
  "type": "long"
@@ -8205,7 +8209,7 @@
8205
8209
  }
8206
8210
  }
8207
8211
  },
8208
- "Sgp": {
8212
+ "Sgr": {
8209
8213
  "type": "structure",
8210
8214
  "required": [
8211
8215
  "UnscaledValue",
@@ -8220,7 +8224,7 @@
8220
8224
  }
8221
8225
  }
8222
8226
  },
8223
- "Sgy": {
8227
+ "Sh0": {
8224
8228
  "type": "list",
8225
8229
  "member": {
8226
8230
  "type": "structure",
@@ -8232,20 +8236,20 @@
8232
8236
  }
8233
8237
  }
8234
8238
  },
8235
- "Sh4": {
8239
+ "Sh6": {
8236
8240
  "type": "structure",
8237
8241
  "members": {
8238
8242
  "Name": {},
8239
8243
  "Description": {},
8240
8244
  "ConnectionType": {},
8241
8245
  "MatchCriteria": {
8242
- "shape": "Sb5"
8246
+ "shape": "Sb7"
8243
8247
  },
8244
8248
  "ConnectionProperties": {
8245
- "shape": "Sb6"
8249
+ "shape": "Sb8"
8246
8250
  },
8247
8251
  "PhysicalConnectionRequirements": {
8248
- "shape": "Sb8"
8252
+ "shape": "Sba"
8249
8253
  },
8250
8254
  "CreationTime": {
8251
8255
  "type": "timestamp"
@@ -8256,7 +8260,7 @@
8256
8260
  "LastUpdatedBy": {}
8257
8261
  }
8258
8262
  },
8259
- "Shl": {
8263
+ "Shn": {
8260
8264
  "type": "structure",
8261
8265
  "members": {
8262
8266
  "EncryptionAtRest": {
@@ -8283,7 +8287,7 @@
8283
8287
  }
8284
8288
  }
8285
8289
  },
8286
- "Shr": {
8290
+ "Sht": {
8287
8291
  "type": "structure",
8288
8292
  "required": [
8289
8293
  "Name"
@@ -8299,15 +8303,15 @@
8299
8303
  "type": "timestamp"
8300
8304
  },
8301
8305
  "CreateTableDefaultPermissions": {
8302
- "shape": "Sbi"
8306
+ "shape": "Sbk"
8303
8307
  },
8304
8308
  "TargetDatabase": {
8305
- "shape": "Sbo"
8309
+ "shape": "Sbq"
8306
8310
  },
8307
8311
  "CatalogId": {}
8308
8312
  }
8309
8313
  },
8310
- "Si9": {
8314
+ "Sib": {
8311
8315
  "type": "structure",
8312
8316
  "members": {
8313
8317
  "JobName": {},
@@ -8325,7 +8329,7 @@
8325
8329
  "JobBookmark": {}
8326
8330
  }
8327
8331
  },
8328
- "Sij": {
8332
+ "Sil": {
8329
8333
  "type": "structure",
8330
8334
  "members": {
8331
8335
  "TaskType": {},
@@ -8360,7 +8364,7 @@
8360
8364
  }
8361
8365
  }
8362
8366
  },
8363
- "Sj2": {
8367
+ "Sj4": {
8364
8368
  "type": "structure",
8365
8369
  "required": [
8366
8370
  "TransformType"
@@ -8415,7 +8419,7 @@
8415
8419
  }
8416
8420
  }
8417
8421
  },
8418
- "Sj9": {
8422
+ "Sjb": {
8419
8423
  "type": "list",
8420
8424
  "member": {
8421
8425
  "type": "structure",
@@ -8425,7 +8429,7 @@
8425
8429
  }
8426
8430
  }
8427
8431
  },
8428
- "Sjc": {
8432
+ "Sje": {
8429
8433
  "type": "structure",
8430
8434
  "members": {
8431
8435
  "Name": {},
@@ -8445,11 +8449,11 @@
8445
8449
  "type": "timestamp"
8446
8450
  },
8447
8451
  "Schema": {
8448
- "shape": "Sj9"
8452
+ "shape": "Sjb"
8449
8453
  }
8450
8454
  }
8451
8455
  },
8452
- "Sjd": {
8456
+ "Sjf": {
8453
8457
  "type": "structure",
8454
8458
  "required": [
8455
8459
  "Column",
@@ -8460,7 +8464,7 @@
8460
8464
  "SortDirection": {}
8461
8465
  }
8462
8466
  },
8463
- "Sjj": {
8467
+ "Sjl": {
8464
8468
  "type": "structure",
8465
8469
  "required": [
8466
8470
  "DatabaseName",
@@ -8471,27 +8475,27 @@
8471
8475
  "TableName": {}
8472
8476
  }
8473
8477
  },
8474
- "Sjk": {
8478
+ "Sjm": {
8475
8479
  "type": "list",
8476
8480
  "member": {
8477
- "shape": "Sjj"
8481
+ "shape": "Sjl"
8478
8482
  }
8479
8483
  },
8480
- "Sjl": {
8484
+ "Sjn": {
8481
8485
  "type": "structure",
8482
8486
  "members": {
8483
8487
  "Jdbc": {
8484
- "shape": "Scq"
8488
+ "shape": "Scs"
8485
8489
  },
8486
8490
  "S3": {
8487
- "shape": "Scq"
8491
+ "shape": "Scs"
8488
8492
  },
8489
8493
  "DynamoDB": {
8490
- "shape": "Scq"
8494
+ "shape": "Scs"
8491
8495
  }
8492
8496
  }
8493
8497
  },
8494
- "Sjn": {
8498
+ "Sjp": {
8495
8499
  "type": "list",
8496
8500
  "member": {
8497
8501
  "type": "structure",
@@ -8505,7 +8509,7 @@
8505
8509
  }
8506
8510
  }
8507
8511
  },
8508
- "Sk7": {
8512
+ "Sk9": {
8509
8513
  "type": "structure",
8510
8514
  "required": [
8511
8515
  "SegmentNumber",
@@ -8520,7 +8524,7 @@
8520
8524
  }
8521
8525
  }
8522
8526
  },
8523
- "Sku": {
8527
+ "Skw": {
8524
8528
  "type": "structure",
8525
8529
  "members": {
8526
8530
  "LatestVersion": {
@@ -8531,7 +8535,7 @@
8531
8535
  }
8532
8536
  }
8533
8537
  },
8534
- "Sl3": {
8538
+ "Sl5": {
8535
8539
  "type": "structure",
8536
8540
  "members": {
8537
8541
  "Name": {},
@@ -8539,11 +8543,11 @@
8539
8543
  "type": "timestamp"
8540
8544
  },
8541
8545
  "EncryptionConfiguration": {
8542
- "shape": "Sd1"
8546
+ "shape": "Sd3"
8543
8547
  }
8544
8548
  }
8545
8549
  },
8546
- "Slb": {
8550
+ "Sld": {
8547
8551
  "type": "structure",
8548
8552
  "members": {
8549
8553
  "Id": {
@@ -8567,7 +8571,7 @@
8567
8571
  "ErrorName": {},
8568
8572
  "ErrorValue": {},
8569
8573
  "Traceback": {
8570
- "shape": "S4g"
8574
+ "shape": "S4i"
8571
8575
  }
8572
8576
  }
8573
8577
  },
@@ -8582,7 +8586,7 @@
8582
8586
  }
8583
8587
  }
8584
8588
  },
8585
- "Sli": {
8589
+ "Slk": {
8586
8590
  "type": "structure",
8587
8591
  "required": [
8588
8592
  "Name"
@@ -8624,28 +8628,28 @@
8624
8628
  "type": "boolean"
8625
8629
  },
8626
8630
  "TargetTable": {
8627
- "shape": "Sdp"
8631
+ "shape": "Sdr"
8628
8632
  },
8629
8633
  "CatalogId": {},
8630
8634
  "VersionId": {}
8631
8635
  }
8632
8636
  },
8633
- "Sll": {
8637
+ "Sln": {
8634
8638
  "type": "structure",
8635
8639
  "members": {
8636
8640
  "Table": {
8637
- "shape": "Sli"
8641
+ "shape": "Slk"
8638
8642
  },
8639
8643
  "VersionId": {}
8640
8644
  }
8641
8645
  },
8642
- "Sls": {
8646
+ "Slu": {
8643
8647
  "type": "list",
8644
8648
  "member": {
8645
- "shape": "Sli"
8649
+ "shape": "Slk"
8646
8650
  }
8647
8651
  },
8648
- "Sm0": {
8652
+ "Sm2": {
8649
8653
  "type": "structure",
8650
8654
  "members": {
8651
8655
  "AdditionalAuditContext": {},
@@ -8658,11 +8662,11 @@
8658
8662
  }
8659
8663
  }
8660
8664
  },
8661
- "Sm3": {
8665
+ "Sm5": {
8662
8666
  "type": "list",
8663
8667
  "member": {}
8664
8668
  },
8665
- "Smg": {
8669
+ "Smi": {
8666
8670
  "type": "structure",
8667
8671
  "members": {
8668
8672
  "FunctionName": {},
@@ -8674,35 +8678,35 @@
8674
8678
  "type": "timestamp"
8675
8679
  },
8676
8680
  "ResourceUris": {
8677
- "shape": "Sdx"
8681
+ "shape": "Sdz"
8678
8682
  },
8679
8683
  "CatalogId": {}
8680
8684
  }
8681
8685
  },
8682
- "Sog": {
8686
+ "Soi": {
8683
8687
  "type": "structure",
8684
8688
  "members": {
8685
8689
  "MetadataKey": {},
8686
8690
  "MetadataValue": {}
8687
8691
  }
8688
8692
  },
8689
- "Sp1": {
8693
+ "Sp3": {
8690
8694
  "type": "list",
8691
8695
  "member": {}
8692
8696
  },
8693
- "Sqm": {
8697
+ "Sqo": {
8694
8698
  "type": "list",
8695
8699
  "member": {
8696
- "shape": "Sgh"
8700
+ "shape": "Sgj"
8697
8701
  }
8698
8702
  },
8699
- "Sqo": {
8703
+ "Sqq": {
8700
8704
  "type": "list",
8701
8705
  "member": {
8702
8706
  "type": "structure",
8703
8707
  "members": {
8704
8708
  "ColumnStatistics": {
8705
- "shape": "Sgh"
8709
+ "shape": "Sgj"
8706
8710
  },
8707
8711
  "Error": {
8708
8712
  "shape": "S14"