@pgarbe/cdk-ecr-sync 0.5.27 → 0.5.30

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 (281) hide show
  1. package/.jsii +5 -5
  2. package/.projenrc.ts +5 -0
  3. package/API.md +106 -50
  4. package/CHANGELOG.md +1 -1
  5. package/lib/ecr-sync.d.ts +1 -0
  6. package/lib/ecr-sync.d.ts.map +1 -0
  7. package/lib/ecr-sync.js +1 -1
  8. package/lib/image.d.ts +1 -0
  9. package/lib/image.d.ts.map +1 -0
  10. package/lib/index.d.ts +1 -0
  11. package/lib/index.d.ts.map +1 -0
  12. package/lib/lambda/docker-adapter.d.ts +1 -0
  13. package/lib/lambda/docker-adapter.d.ts.map +1 -0
  14. package/lib/lambda/ecr-adapter.d.ts +1 -0
  15. package/lib/lambda/ecr-adapter.d.ts.map +1 -0
  16. package/lib/lambda/get-image-tags-handler.d.ts +1 -0
  17. package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
  18. package/node_modules/aws-sdk/CHANGELOG.md +153 -1
  19. package/node_modules/aws-sdk/README.md +1 -1
  20. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
  21. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
  22. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
  23. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
  24. package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
  25. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
  26. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
  27. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
  28. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
  29. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
  30. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
  31. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
  32. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +19 -2
  33. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
  34. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
  35. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +162 -9
  36. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
  37. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +82 -75
  38. package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
  39. package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
  40. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
  41. package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
  42. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +988 -853
  43. package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
  44. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
  45. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
  46. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
  47. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
  48. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
  49. package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1 -0
  50. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +316 -61
  51. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
  52. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
  53. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
  54. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1858 -495
  55. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +92 -15
  56. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
  57. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +74 -68
  58. package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
  59. package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
  60. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
  61. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
  62. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
  63. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
  64. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
  65. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
  66. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +153 -84
  67. package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
  68. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
  69. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
  70. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
  71. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +199 -125
  72. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +17 -12
  73. package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +1 -0
  74. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
  75. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
  76. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +84 -55
  77. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +213 -120
  78. package/node_modules/aws-sdk/apis/metadata.json +11 -0
  79. package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
  80. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
  81. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
  82. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +56 -0
  83. package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
  84. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
  85. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
  86. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +20 -7
  87. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
  88. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +2 -1
  89. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
  90. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
  91. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +124 -124
  92. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +749 -692
  93. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +3 -3
  94. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +20 -18
  95. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +160 -139
  96. package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
  97. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
  98. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +8 -3
  99. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
  100. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
  101. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +6 -0
  102. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
  103. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +196 -130
  104. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
  105. package/node_modules/aws-sdk/clients/all.d.ts +3 -0
  106. package/node_modules/aws-sdk/clients/all.js +4 -1
  107. package/node_modules/aws-sdk/clients/amplify.d.ts +5 -5
  108. package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
  109. package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
  110. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
  111. package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
  112. package/node_modules/aws-sdk/clients/auditmanager.d.ts +4 -4
  113. package/node_modules/aws-sdk/clients/backup.d.ts +25 -1
  114. package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
  115. package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
  116. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
  117. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
  118. package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +3 -3
  119. package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
  120. package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
  121. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +17 -17
  122. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
  123. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
  124. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
  125. package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
  126. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
  127. package/node_modules/aws-sdk/clients/connect.d.ts +200 -9
  128. package/node_modules/aws-sdk/clients/datasync.d.ts +48 -17
  129. package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
  130. package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
  131. package/node_modules/aws-sdk/clients/ec2.d.ts +236 -56
  132. package/node_modules/aws-sdk/clients/eks.d.ts +13 -13
  133. package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
  134. package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
  135. package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
  136. package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
  137. package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
  138. package/node_modules/aws-sdk/clients/evidently.d.ts +8 -4
  139. package/node_modules/aws-sdk/clients/forecastservice.d.ts +391 -18
  140. package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
  141. package/node_modules/aws-sdk/clients/gamelift.d.ts +67 -67
  142. package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
  143. package/node_modules/aws-sdk/clients/glue.d.ts +2082 -217
  144. package/node_modules/aws-sdk/clients/grafana.d.ts +72 -1
  145. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
  146. package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
  147. package/node_modules/aws-sdk/clients/iot.d.ts +12 -9
  148. package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
  149. package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
  150. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
  151. package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
  152. package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
  153. package/node_modules/aws-sdk/clients/ivschat.js +18 -0
  154. package/node_modules/aws-sdk/clients/kendra.d.ts +99 -14
  155. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
  156. package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
  157. package/node_modules/aws-sdk/clients/kms.d.ts +22 -22
  158. package/node_modules/aws-sdk/clients/lambda.d.ts +4 -4
  159. package/node_modules/aws-sdk/clients/lightsail.d.ts +162 -47
  160. package/node_modules/aws-sdk/clients/location.d.ts +20 -16
  161. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
  162. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +58 -4
  163. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +104 -8
  164. package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
  165. package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
  166. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
  167. package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
  168. package/node_modules/aws-sdk/clients/organizations.d.ts +5 -5
  169. package/node_modules/aws-sdk/clients/outposts.d.ts +79 -22
  170. package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
  171. package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
  172. package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
  173. package/node_modules/aws-sdk/clients/rds.d.ts +37 -1
  174. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
  175. package/node_modules/aws-sdk/clients/redshift.d.ts +16 -12
  176. package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
  177. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
  178. package/node_modules/aws-sdk/clients/s3.d.ts +8 -8
  179. package/node_modules/aws-sdk/clients/sagemaker.d.ts +273 -194
  180. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +9 -9
  181. package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -6
  182. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +4 -4
  183. package/node_modules/aws-sdk/clients/ssm.d.ts +29 -1
  184. package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
  185. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +19 -6
  186. package/node_modules/aws-sdk/clients/sts.d.ts +2 -2
  187. package/node_modules/aws-sdk/clients/synthetics.d.ts +7 -3
  188. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
  189. package/node_modules/aws-sdk/clients/transfer.d.ts +7 -2
  190. package/node_modules/aws-sdk/clients/voiceid.d.ts +9 -1
  191. package/node_modules/aws-sdk/clients/wafv2.d.ts +104 -27
  192. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
  193. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +702 -233
  194. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2644 -1816
  195. package/node_modules/aws-sdk/dist/aws-sdk.js +3131 -1600
  196. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -89
  197. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +6 -0
  198. package/node_modules/aws-sdk/lib/core.js +1 -1
  199. package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
  200. package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
  201. package/node_modules/aws-sdk/package.json +2 -2
  202. package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
  203. package/node_modules/jszip/CHANGES.md +5 -0
  204. package/node_modules/jszip/README.markdown +1 -3
  205. package/node_modules/jszip/dist/jszip.js +194 -13
  206. package/node_modules/jszip/dist/jszip.min.js +4 -4
  207. package/node_modules/jszip/index.d.ts +1 -1
  208. package/node_modules/jszip/lib/index.js +1 -1
  209. package/node_modules/jszip/lib/license_header.js +2 -2
  210. package/node_modules/jszip/lib/utils.js +1 -1
  211. package/node_modules/jszip/package.json +2 -2
  212. package/node_modules/jszip/vendor/FileSaver.js +1 -1
  213. package/node_modules/setimmediate/LICENSE.txt +20 -0
  214. package/node_modules/setimmediate/package.json +30 -0
  215. package/node_modules/setimmediate/setImmediate.js +186 -0
  216. package/node_modules/uuid/CHANGELOG.md +132 -44
  217. package/node_modules/uuid/CONTRIBUTING.md +20 -0
  218. package/node_modules/uuid/LICENSE.md +1 -1
  219. package/node_modules/uuid/README.md +298 -152
  220. package/node_modules/uuid/dist/bin/uuid +2 -0
  221. package/node_modules/uuid/dist/bytesToUuid.js +26 -0
  222. package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
  223. package/node_modules/uuid/dist/esm-browser/index.js +4 -0
  224. package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
  225. package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
  226. package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
  227. package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
  228. package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  229. package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
  230. package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
  231. package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  232. package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
  233. package/node_modules/uuid/dist/esm-node/index.js +4 -0
  234. package/node_modules/uuid/dist/esm-node/md5.js +13 -0
  235. package/node_modules/uuid/dist/esm-node/rng.js +4 -0
  236. package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  237. package/node_modules/uuid/dist/esm-node/v1.js +95 -0
  238. package/node_modules/uuid/dist/esm-node/v3.js +4 -0
  239. package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
  240. package/node_modules/uuid/dist/esm-node/v4.js +27 -0
  241. package/node_modules/uuid/dist/esm-node/v5.js +4 -0
  242. package/node_modules/uuid/dist/index.js +39 -0
  243. package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
  244. package/node_modules/uuid/dist/md5.js +23 -0
  245. package/node_modules/uuid/dist/rng-browser.js +21 -0
  246. package/node_modules/uuid/dist/rng.js +14 -0
  247. package/node_modules/uuid/dist/sha1-browser.js +95 -0
  248. package/node_modules/uuid/dist/sha1.js +23 -0
  249. package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  250. package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  251. package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  252. package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  253. package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  254. package/node_modules/uuid/dist/uuid-bin.js +67 -0
  255. package/node_modules/uuid/dist/v1.js +107 -0
  256. package/node_modules/uuid/dist/v3.js +16 -0
  257. package/node_modules/uuid/dist/v35.js +69 -0
  258. package/node_modules/uuid/dist/v4.js +40 -0
  259. package/node_modules/uuid/dist/v5.js +16 -0
  260. package/node_modules/uuid/package.json +92 -19
  261. package/node_modules/uuid/wrapper.mjs +5 -0
  262. package/package.json +17 -14
  263. package/releasetag.txt +1 -1
  264. package/version.txt +1 -1
  265. package/node_modules/set-immediate-shim/index.js +0 -7
  266. package/node_modules/set-immediate-shim/package.json +0 -34
  267. package/node_modules/set-immediate-shim/readme.md +0 -31
  268. package/node_modules/uuid/.eslintrc.json +0 -47
  269. package/node_modules/uuid/AUTHORS +0 -5
  270. package/node_modules/uuid/README_js.md +0 -280
  271. package/node_modules/uuid/bin/uuid +0 -65
  272. package/node_modules/uuid/index.js +0 -8
  273. package/node_modules/uuid/lib/bytesToUuid.js +0 -24
  274. package/node_modules/uuid/lib/md5.js +0 -25
  275. package/node_modules/uuid/lib/rng-browser.js +0 -34
  276. package/node_modules/uuid/lib/rng.js +0 -8
  277. package/node_modules/uuid/lib/sha1-browser.js +0 -89
  278. package/node_modules/uuid/lib/sha1.js +0 -25
  279. package/node_modules/uuid/v3.js +0 -4
  280. package/node_modules/uuid/v4.js +0 -29
  281. package/node_modules/uuid/v5.js +0 -3
@@ -315,7 +315,7 @@
315
315
  "DatabaseName": {},
316
316
  "TableName": {},
317
317
  "PartitionsToGet": {
318
- "shape": "S4m"
318
+ "shape": "S86"
319
319
  }
320
320
  }
321
321
  },
@@ -323,10 +323,10 @@
323
323
  "type": "structure",
324
324
  "members": {
325
325
  "Partitions": {
326
- "shape": "S4o"
326
+ "shape": "S88"
327
327
  },
328
328
  "UnprocessedKeys": {
329
- "shape": "S4m"
329
+ "shape": "S86"
330
330
  }
331
331
  }
332
332
  }
@@ -339,7 +339,7 @@
339
339
  ],
340
340
  "members": {
341
341
  "TriggerNames": {
342
- "shape": "S4r"
342
+ "shape": "S8b"
343
343
  }
344
344
  }
345
345
  },
@@ -347,10 +347,10 @@
347
347
  "type": "structure",
348
348
  "members": {
349
349
  "Triggers": {
350
- "shape": "S4t"
350
+ "shape": "S8d"
351
351
  },
352
352
  "TriggersNotFound": {
353
- "shape": "S4r"
353
+ "shape": "S8b"
354
354
  }
355
355
  }
356
356
  }
@@ -363,7 +363,7 @@
363
363
  ],
364
364
  "members": {
365
365
  "Names": {
366
- "shape": "S5b"
366
+ "shape": "S8v"
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": "S5e"
379
+ "shape": "S8y"
380
380
  }
381
381
  },
382
382
  "MissingWorkflows": {
383
- "shape": "S5b"
383
+ "shape": "S8v"
384
384
  }
385
385
  }
386
386
  }
@@ -451,7 +451,7 @@
451
451
  ],
452
452
  "members": {
453
453
  "PartitionValueList": {
454
- "shape": "S6c"
454
+ "shape": "S9w"
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": "S6c"
473
+ "shape": "S9w"
474
474
  },
475
475
  "ErrorDetail": {
476
476
  "shape": "S14"
@@ -556,7 +556,7 @@
556
556
  "Description": {},
557
557
  "BlueprintLocation": {},
558
558
  "Tags": {
559
- "shape": "S6u"
559
+ "shape": "Sae"
560
560
  }
561
561
  }
562
562
  },
@@ -619,7 +619,7 @@
619
619
  "QuoteSymbol": {},
620
620
  "ContainsHeader": {},
621
621
  "Header": {
622
- "shape": "S7b"
622
+ "shape": "Sav"
623
623
  },
624
624
  "DisableValueTrimming": {
625
625
  "type": "boolean"
@@ -645,10 +645,10 @@
645
645
  "members": {
646
646
  "CatalogId": {},
647
647
  "ConnectionInput": {
648
- "shape": "S7e"
648
+ "shape": "Say"
649
649
  },
650
650
  "Tags": {
651
- "shape": "S6u"
651
+ "shape": "Sae"
652
652
  }
653
653
  }
654
654
  },
@@ -693,7 +693,7 @@
693
693
  "Configuration": {},
694
694
  "CrawlerSecurityConfiguration": {},
695
695
  "Tags": {
696
- "shape": "S6u"
696
+ "shape": "Sae"
697
697
  }
698
698
  }
699
699
  },
@@ -733,7 +733,7 @@
733
733
  "members": {
734
734
  "CatalogId": {},
735
735
  "DatabaseInput": {
736
- "shape": "S7r"
736
+ "shape": "Sbb"
737
737
  }
738
738
  }
739
739
  },
@@ -772,7 +772,7 @@
772
772
  "ExtraJarsS3Path": {},
773
773
  "SecurityConfiguration": {},
774
774
  "Tags": {
775
- "shape": "S6u"
775
+ "shape": "Sae"
776
776
  },
777
777
  "Arguments": {
778
778
  "shape": "S41"
@@ -860,7 +860,7 @@
860
860
  },
861
861
  "SecurityConfiguration": {},
862
862
  "Tags": {
863
- "shape": "S6u"
863
+ "shape": "Sae"
864
864
  },
865
865
  "NotificationProperty": {
866
866
  "shape": "S4j"
@@ -869,7 +869,10 @@
869
869
  "NumberOfWorkers": {
870
870
  "type": "integer"
871
871
  },
872
- "WorkerType": {}
872
+ "WorkerType": {},
873
+ "CodeGenConfigurationNodes": {
874
+ "shape": "S4l"
875
+ }
873
876
  }
874
877
  },
875
878
  "output": {
@@ -892,10 +895,10 @@
892
895
  "Name": {},
893
896
  "Description": {},
894
897
  "InputRecordTables": {
895
- "shape": "S86"
898
+ "shape": "Sbq"
896
899
  },
897
900
  "Parameters": {
898
- "shape": "S88"
901
+ "shape": "Sbs"
899
902
  },
900
903
  "Role": {},
901
904
  "GlueVersion": {},
@@ -913,10 +916,10 @@
913
916
  "type": "integer"
914
917
  },
915
918
  "Tags": {
916
- "shape": "S6u"
919
+ "shape": "Sae"
917
920
  },
918
921
  "TransformEncryption": {
919
- "shape": "S8d"
922
+ "shape": "Sbx"
920
923
  }
921
924
  }
922
925
  },
@@ -962,7 +965,7 @@
962
965
  "DatabaseName": {},
963
966
  "TableName": {},
964
967
  "PartitionIndex": {
965
- "shape": "S8k"
968
+ "shape": "Sc4"
966
969
  }
967
970
  }
968
971
  },
@@ -981,7 +984,7 @@
981
984
  "RegistryName": {},
982
985
  "Description": {},
983
986
  "Tags": {
984
- "shape": "S6u"
987
+ "shape": "Sae"
985
988
  }
986
989
  }
987
990
  },
@@ -992,7 +995,7 @@
992
995
  "RegistryName": {},
993
996
  "Description": {},
994
997
  "Tags": {
995
- "shape": "S6u"
998
+ "shape": "Sae"
996
999
  }
997
1000
  }
998
1001
  }
@@ -1006,14 +1009,14 @@
1006
1009
  ],
1007
1010
  "members": {
1008
1011
  "RegistryId": {
1009
- "shape": "S8q"
1012
+ "shape": "Sca"
1010
1013
  },
1011
1014
  "SchemaName": {},
1012
1015
  "DataFormat": {},
1013
1016
  "Compatibility": {},
1014
1017
  "Description": {},
1015
1018
  "Tags": {
1016
- "shape": "S6u"
1019
+ "shape": "Sae"
1017
1020
  },
1018
1021
  "SchemaDefinition": {}
1019
1022
  }
@@ -1039,7 +1042,7 @@
1039
1042
  },
1040
1043
  "SchemaStatus": {},
1041
1044
  "Tags": {
1042
- "shape": "S6u"
1045
+ "shape": "Sae"
1043
1046
  },
1044
1047
  "SchemaVersionId": {},
1045
1048
  "SchemaVersionStatus": {}
@@ -1051,10 +1054,10 @@
1051
1054
  "type": "structure",
1052
1055
  "members": {
1053
1056
  "DagNodes": {
1054
- "shape": "S8x"
1057
+ "shape": "Sch"
1055
1058
  },
1056
1059
  "DagEdges": {
1057
- "shape": "S95"
1060
+ "shape": "Scp"
1058
1061
  },
1059
1062
  "Language": {}
1060
1063
  }
@@ -1077,7 +1080,7 @@
1077
1080
  "members": {
1078
1081
  "Name": {},
1079
1082
  "EncryptionConfiguration": {
1080
- "shape": "S9c"
1083
+ "shape": "Scw"
1081
1084
  }
1082
1085
  }
1083
1086
  },
@@ -1104,7 +1107,7 @@
1104
1107
  "Description": {},
1105
1108
  "Role": {},
1106
1109
  "Command": {
1107
- "shape": "S9o"
1110
+ "shape": "Sd8"
1108
1111
  },
1109
1112
  "Timeout": {
1110
1113
  "type": "integer"
@@ -1113,7 +1116,7 @@
1113
1116
  "type": "integer"
1114
1117
  },
1115
1118
  "DefaultArguments": {
1116
- "shape": "S9p"
1119
+ "shape": "Sd9"
1117
1120
  },
1118
1121
  "Connections": {
1119
1122
  "shape": "S4f"
@@ -1128,7 +1131,7 @@
1128
1131
  "SecurityConfiguration": {},
1129
1132
  "GlueVersion": {},
1130
1133
  "Tags": {
1131
- "shape": "S6u"
1134
+ "shape": "Sae"
1132
1135
  },
1133
1136
  "RequestOrigin": {}
1134
1137
  }
@@ -1137,7 +1140,7 @@
1137
1140
  "type": "structure",
1138
1141
  "members": {
1139
1142
  "Session": {
1140
- "shape": "S9s"
1143
+ "shape": "Sdc"
1141
1144
  }
1142
1145
  }
1143
1146
  }
@@ -1153,12 +1156,12 @@
1153
1156
  "CatalogId": {},
1154
1157
  "DatabaseName": {},
1155
1158
  "TableInput": {
1156
- "shape": "S9w"
1159
+ "shape": "Sdg"
1157
1160
  },
1158
1161
  "PartitionIndexes": {
1159
1162
  "type": "list",
1160
1163
  "member": {
1161
- "shape": "S8k"
1164
+ "shape": "Sc4"
1162
1165
  }
1163
1166
  },
1164
1167
  "TransactionId": {}
@@ -1183,20 +1186,20 @@
1183
1186
  "Type": {},
1184
1187
  "Schedule": {},
1185
1188
  "Predicate": {
1186
- "shape": "S50"
1189
+ "shape": "S8k"
1187
1190
  },
1188
1191
  "Actions": {
1189
- "shape": "S4y"
1192
+ "shape": "S8i"
1190
1193
  },
1191
1194
  "Description": {},
1192
1195
  "StartOnCreation": {
1193
1196
  "type": "boolean"
1194
1197
  },
1195
1198
  "Tags": {
1196
- "shape": "S6u"
1199
+ "shape": "Sae"
1197
1200
  },
1198
1201
  "EventBatchingCondition": {
1199
- "shape": "S57"
1202
+ "shape": "S8r"
1200
1203
  }
1201
1204
  }
1202
1205
  },
@@ -1218,7 +1221,7 @@
1218
1221
  "CatalogId": {},
1219
1222
  "DatabaseName": {},
1220
1223
  "FunctionInput": {
1221
- "shape": "Sa7"
1224
+ "shape": "Sdq"
1222
1225
  }
1223
1226
  }
1224
1227
  },
@@ -1237,10 +1240,10 @@
1237
1240
  "Name": {},
1238
1241
  "Description": {},
1239
1242
  "DefaultRunProperties": {
1240
- "shape": "S5f"
1243
+ "shape": "S8z"
1241
1244
  },
1242
1245
  "Tags": {
1243
- "shape": "S6u"
1246
+ "shape": "Sae"
1244
1247
  },
1245
1248
  "MaxConcurrentRuns": {
1246
1249
  "type": "integer"
@@ -1493,7 +1496,7 @@
1493
1496
  ],
1494
1497
  "members": {
1495
1498
  "RegistryId": {
1496
- "shape": "S8q"
1499
+ "shape": "Sca"
1497
1500
  }
1498
1501
  }
1499
1502
  },
@@ -1743,7 +1746,7 @@
1743
1746
  "type": "structure",
1744
1747
  "members": {
1745
1748
  "BlueprintRun": {
1746
- "shape": "Sc2"
1749
+ "shape": "Sfl"
1747
1750
  }
1748
1751
  }
1749
1752
  }
@@ -1768,7 +1771,7 @@
1768
1771
  "BlueprintRuns": {
1769
1772
  "type": "list",
1770
1773
  "member": {
1771
- "shape": "Sc2"
1774
+ "shape": "Sfl"
1772
1775
  }
1773
1776
  },
1774
1777
  "NextToken": {}
@@ -1814,7 +1817,7 @@
1814
1817
  "type": "structure",
1815
1818
  "members": {
1816
1819
  "Classifier": {
1817
- "shape": "Scg"
1820
+ "shape": "Sfz"
1818
1821
  }
1819
1822
  }
1820
1823
  }
@@ -1835,7 +1838,7 @@
1835
1838
  "Classifiers": {
1836
1839
  "type": "list",
1837
1840
  "member": {
1838
- "shape": "Scg"
1841
+ "shape": "Sfz"
1839
1842
  }
1840
1843
  },
1841
1844
  "NextToken": {}
@@ -1859,7 +1862,7 @@
1859
1862
  "shape": "S6"
1860
1863
  },
1861
1864
  "ColumnNames": {
1862
- "shape": "Scq"
1865
+ "shape": "Sg9"
1863
1866
  }
1864
1867
  }
1865
1868
  },
@@ -1867,10 +1870,10 @@
1867
1870
  "type": "structure",
1868
1871
  "members": {
1869
1872
  "ColumnStatisticsList": {
1870
- "shape": "Scs"
1873
+ "shape": "Sgb"
1871
1874
  },
1872
1875
  "Errors": {
1873
- "shape": "Sda"
1876
+ "shape": "Sgt"
1874
1877
  }
1875
1878
  }
1876
1879
  }
@@ -1888,7 +1891,7 @@
1888
1891
  "DatabaseName": {},
1889
1892
  "TableName": {},
1890
1893
  "ColumnNames": {
1891
- "shape": "Scq"
1894
+ "shape": "Sg9"
1892
1895
  }
1893
1896
  }
1894
1897
  },
@@ -1896,10 +1899,10 @@
1896
1899
  "type": "structure",
1897
1900
  "members": {
1898
1901
  "ColumnStatisticsList": {
1899
- "shape": "Scs"
1902
+ "shape": "Sgb"
1900
1903
  },
1901
1904
  "Errors": {
1902
- "shape": "Sda"
1905
+ "shape": "Sgt"
1903
1906
  }
1904
1907
  }
1905
1908
  }
@@ -1922,7 +1925,7 @@
1922
1925
  "type": "structure",
1923
1926
  "members": {
1924
1927
  "Connection": {
1925
- "shape": "Sdg"
1928
+ "shape": "Sgz"
1926
1929
  }
1927
1930
  }
1928
1931
  }
@@ -1936,7 +1939,7 @@
1936
1939
  "type": "structure",
1937
1940
  "members": {
1938
1941
  "MatchCriteria": {
1939
- "shape": "S7g"
1942
+ "shape": "Sb0"
1940
1943
  },
1941
1944
  "ConnectionType": {}
1942
1945
  }
@@ -1956,7 +1959,7 @@
1956
1959
  "ConnectionList": {
1957
1960
  "type": "list",
1958
1961
  "member": {
1959
- "shape": "Sdg"
1962
+ "shape": "Sgz"
1960
1963
  }
1961
1964
  },
1962
1965
  "NextToken": {}
@@ -2084,7 +2087,7 @@
2084
2087
  "type": "structure",
2085
2088
  "members": {
2086
2089
  "DataCatalogEncryptionSettings": {
2087
- "shape": "Sdx"
2090
+ "shape": "Shg"
2088
2091
  }
2089
2092
  }
2090
2093
  }
@@ -2104,7 +2107,7 @@
2104
2107
  "type": "structure",
2105
2108
  "members": {
2106
2109
  "Database": {
2107
- "shape": "Se3"
2110
+ "shape": "Shm"
2108
2111
  }
2109
2112
  }
2110
2113
  }
@@ -2130,7 +2133,7 @@
2130
2133
  "DatabaseList": {
2131
2134
  "type": "list",
2132
2135
  "member": {
2133
- "shape": "Se3"
2136
+ "shape": "Shm"
2134
2137
  }
2135
2138
  },
2136
2139
  "NextToken": {}
@@ -2148,10 +2151,10 @@
2148
2151
  "type": "structure",
2149
2152
  "members": {
2150
2153
  "DagNodes": {
2151
- "shape": "S8x"
2154
+ "shape": "Sch"
2152
2155
  },
2153
2156
  "DagEdges": {
2154
- "shape": "S95"
2157
+ "shape": "Scp"
2155
2158
  }
2156
2159
  }
2157
2160
  }
@@ -2229,7 +2232,7 @@
2229
2232
  "type": "structure",
2230
2233
  "members": {
2231
2234
  "JobBookmarkEntry": {
2232
- "shape": "Sel"
2235
+ "shape": "Si4"
2233
2236
  }
2234
2237
  }
2235
2238
  }
@@ -2253,7 +2256,7 @@
2253
2256
  "type": "structure",
2254
2257
  "members": {
2255
2258
  "JobRun": {
2256
- "shape": "S5q"
2259
+ "shape": "S9a"
2257
2260
  }
2258
2261
  }
2259
2262
  }
@@ -2276,7 +2279,7 @@
2276
2279
  "type": "structure",
2277
2280
  "members": {
2278
2281
  "JobRuns": {
2279
- "shape": "S5p"
2282
+ "shape": "S99"
2280
2283
  },
2281
2284
  "NextToken": {}
2282
2285
  }
@@ -2322,7 +2325,7 @@
2322
2325
  "Status": {},
2323
2326
  "LogGroupName": {},
2324
2327
  "Properties": {
2325
- "shape": "Sev"
2328
+ "shape": "Sie"
2326
2329
  },
2327
2330
  "ErrorString": {},
2328
2331
  "StartedOn": {
@@ -2391,7 +2394,7 @@
2391
2394
  "Status": {},
2392
2395
  "LogGroupName": {},
2393
2396
  "Properties": {
2394
- "shape": "Sev"
2397
+ "shape": "Sie"
2395
2398
  },
2396
2399
  "ErrorString": {},
2397
2400
  "StartedOn": {
@@ -2437,19 +2440,19 @@
2437
2440
  "type": "timestamp"
2438
2441
  },
2439
2442
  "InputRecordTables": {
2440
- "shape": "S86"
2443
+ "shape": "Sbq"
2441
2444
  },
2442
2445
  "Parameters": {
2443
- "shape": "S88"
2446
+ "shape": "Sbs"
2444
2447
  },
2445
2448
  "EvaluationMetrics": {
2446
- "shape": "Sfe"
2449
+ "shape": "Six"
2447
2450
  },
2448
2451
  "LabelCount": {
2449
2452
  "type": "integer"
2450
2453
  },
2451
2454
  "Schema": {
2452
- "shape": "Sfl"
2455
+ "shape": "Sj4"
2453
2456
  },
2454
2457
  "Role": {},
2455
2458
  "GlueVersion": {},
@@ -2467,7 +2470,7 @@
2467
2470
  "type": "integer"
2468
2471
  },
2469
2472
  "TransformEncryption": {
2470
- "shape": "S8d"
2473
+ "shape": "Sbx"
2471
2474
  }
2472
2475
  }
2473
2476
  }
@@ -2481,10 +2484,10 @@
2481
2484
  "type": "integer"
2482
2485
  },
2483
2486
  "Filter": {
2484
- "shape": "Sfo"
2487
+ "shape": "Sj7"
2485
2488
  },
2486
2489
  "Sort": {
2487
- "shape": "Sfp"
2490
+ "shape": "Sj8"
2488
2491
  }
2489
2492
  }
2490
2493
  },
@@ -2510,19 +2513,19 @@
2510
2513
  "type": "timestamp"
2511
2514
  },
2512
2515
  "InputRecordTables": {
2513
- "shape": "S86"
2516
+ "shape": "Sbq"
2514
2517
  },
2515
2518
  "Parameters": {
2516
- "shape": "S88"
2519
+ "shape": "Sbs"
2517
2520
  },
2518
2521
  "EvaluationMetrics": {
2519
- "shape": "Sfe"
2522
+ "shape": "Six"
2520
2523
  },
2521
2524
  "LabelCount": {
2522
2525
  "type": "integer"
2523
2526
  },
2524
2527
  "Schema": {
2525
- "shape": "Sfl"
2528
+ "shape": "Sj4"
2526
2529
  },
2527
2530
  "Role": {},
2528
2531
  "GlueVersion": {},
@@ -2540,7 +2543,7 @@
2540
2543
  "type": "integer"
2541
2544
  },
2542
2545
  "TransformEncryption": {
2543
- "shape": "S8d"
2546
+ "shape": "Sbx"
2544
2547
  }
2545
2548
  }
2546
2549
  }
@@ -2557,13 +2560,13 @@
2557
2560
  ],
2558
2561
  "members": {
2559
2562
  "Source": {
2560
- "shape": "Sfv"
2563
+ "shape": "Sje"
2561
2564
  },
2562
2565
  "Sinks": {
2563
- "shape": "Sfw"
2566
+ "shape": "Sjf"
2564
2567
  },
2565
2568
  "Location": {
2566
- "shape": "Sfx"
2569
+ "shape": "Sjg"
2567
2570
  }
2568
2571
  }
2569
2572
  },
@@ -2574,7 +2577,7 @@
2574
2577
  ],
2575
2578
  "members": {
2576
2579
  "Mapping": {
2577
- "shape": "Sfz"
2580
+ "shape": "Sji"
2578
2581
  }
2579
2582
  }
2580
2583
  }
@@ -2600,7 +2603,7 @@
2600
2603
  "type": "structure",
2601
2604
  "members": {
2602
2605
  "Partition": {
2603
- "shape": "S4p"
2606
+ "shape": "S89"
2604
2607
  }
2605
2608
  }
2606
2609
  }
@@ -2684,7 +2687,7 @@
2684
2687
  "Expression": {},
2685
2688
  "NextToken": {},
2686
2689
  "Segment": {
2687
- "shape": "Sgj"
2690
+ "shape": "Sk2"
2688
2691
  },
2689
2692
  "MaxResults": {
2690
2693
  "type": "integer"
@@ -2702,7 +2705,7 @@
2702
2705
  "type": "structure",
2703
2706
  "members": {
2704
2707
  "Partitions": {
2705
- "shape": "S4o"
2708
+ "shape": "S88"
2706
2709
  },
2707
2710
  "NextToken": {}
2708
2711
  }
@@ -2717,16 +2720,16 @@
2717
2720
  ],
2718
2721
  "members": {
2719
2722
  "Mapping": {
2720
- "shape": "Sfz"
2723
+ "shape": "Sji"
2721
2724
  },
2722
2725
  "Source": {
2723
- "shape": "Sfv"
2726
+ "shape": "Sje"
2724
2727
  },
2725
2728
  "Sinks": {
2726
- "shape": "Sfw"
2729
+ "shape": "Sjf"
2727
2730
  },
2728
2731
  "Location": {
2729
- "shape": "Sfx"
2732
+ "shape": "Sjg"
2730
2733
  },
2731
2734
  "Language": {},
2732
2735
  "AdditionalPlanOptionsMap": {
@@ -2752,7 +2755,7 @@
2752
2755
  ],
2753
2756
  "members": {
2754
2757
  "RegistryId": {
2755
- "shape": "S8q"
2758
+ "shape": "Sca"
2756
2759
  }
2757
2760
  }
2758
2761
  },
@@ -2893,7 +2896,7 @@
2893
2896
  },
2894
2897
  "SchemaVersionId": {},
2895
2898
  "SchemaVersionNumber": {
2896
- "shape": "Sh6"
2899
+ "shape": "Skp"
2897
2900
  }
2898
2901
  }
2899
2902
  },
@@ -2926,10 +2929,10 @@
2926
2929
  "shape": "Sw"
2927
2930
  },
2928
2931
  "FirstSchemaVersionNumber": {
2929
- "shape": "Sh6"
2932
+ "shape": "Skp"
2930
2933
  },
2931
2934
  "SecondSchemaVersionNumber": {
2932
- "shape": "Sh6"
2935
+ "shape": "Skp"
2933
2936
  },
2934
2937
  "SchemaDiffType": {}
2935
2938
  }
@@ -2955,7 +2958,7 @@
2955
2958
  "type": "structure",
2956
2959
  "members": {
2957
2960
  "SecurityConfiguration": {
2958
- "shape": "Shf"
2961
+ "shape": "Sky"
2959
2962
  }
2960
2963
  }
2961
2964
  }
@@ -2976,7 +2979,7 @@
2976
2979
  "SecurityConfigurations": {
2977
2980
  "type": "list",
2978
2981
  "member": {
2979
- "shape": "Shf"
2982
+ "shape": "Sky"
2980
2983
  }
2981
2984
  },
2982
2985
  "NextToken": {}
@@ -2998,7 +3001,7 @@
2998
3001
  "type": "structure",
2999
3002
  "members": {
3000
3003
  "Session": {
3001
- "shape": "S9s"
3004
+ "shape": "Sdc"
3002
3005
  }
3003
3006
  }
3004
3007
  }
@@ -3022,7 +3025,7 @@
3022
3025
  "type": "structure",
3023
3026
  "members": {
3024
3027
  "Statement": {
3025
- "shape": "Shn"
3028
+ "shape": "Sl6"
3026
3029
  }
3027
3030
  }
3028
3031
  }
@@ -3048,7 +3051,7 @@
3048
3051
  "type": "structure",
3049
3052
  "members": {
3050
3053
  "Table": {
3051
- "shape": "Shu"
3054
+ "shape": "Sld"
3052
3055
  }
3053
3056
  }
3054
3057
  }
@@ -3071,7 +3074,7 @@
3071
3074
  "type": "structure",
3072
3075
  "members": {
3073
3076
  "TableVersion": {
3074
- "shape": "Shx"
3077
+ "shape": "Slg"
3075
3078
  }
3076
3079
  }
3077
3080
  }
@@ -3099,7 +3102,7 @@
3099
3102
  "TableVersions": {
3100
3103
  "type": "list",
3101
3104
  "member": {
3102
- "shape": "Shx"
3105
+ "shape": "Slg"
3103
3106
  }
3104
3107
  },
3105
3108
  "NextToken": {}
@@ -3130,7 +3133,7 @@
3130
3133
  "type": "structure",
3131
3134
  "members": {
3132
3135
  "TableList": {
3133
- "shape": "Si4"
3136
+ "shape": "Sln"
3134
3137
  },
3135
3138
  "NextToken": {}
3136
3139
  }
@@ -3150,7 +3153,7 @@
3150
3153
  "type": "structure",
3151
3154
  "members": {
3152
3155
  "Tags": {
3153
- "shape": "S6u"
3156
+ "shape": "Sae"
3154
3157
  }
3155
3158
  }
3156
3159
  }
@@ -3169,7 +3172,7 @@
3169
3172
  "type": "structure",
3170
3173
  "members": {
3171
3174
  "Trigger": {
3172
- "shape": "S4u"
3175
+ "shape": "S8e"
3173
3176
  }
3174
3177
  }
3175
3178
  }
@@ -3189,7 +3192,7 @@
3189
3192
  "type": "structure",
3190
3193
  "members": {
3191
3194
  "Triggers": {
3192
- "shape": "S4t"
3195
+ "shape": "S8d"
3193
3196
  },
3194
3197
  "NextToken": {}
3195
3198
  }
@@ -3213,10 +3216,10 @@
3213
3216
  "shape": "S6"
3214
3217
  },
3215
3218
  "AuditContext": {
3216
- "shape": "Sic"
3219
+ "shape": "Slv"
3217
3220
  },
3218
3221
  "SupportedPermissionTypes": {
3219
- "shape": "Sif"
3222
+ "shape": "Sly"
3220
3223
  }
3221
3224
  }
3222
3225
  },
@@ -3224,7 +3227,7 @@
3224
3227
  "type": "structure",
3225
3228
  "members": {
3226
3229
  "Partition": {
3227
- "shape": "S4p"
3230
+ "shape": "S89"
3228
3231
  },
3229
3232
  "AuthorizedColumns": {
3230
3233
  "shape": "Sn"
@@ -3250,14 +3253,14 @@
3250
3253
  "TableName": {},
3251
3254
  "Expression": {},
3252
3255
  "AuditContext": {
3253
- "shape": "Sic"
3256
+ "shape": "Slv"
3254
3257
  },
3255
3258
  "SupportedPermissionTypes": {
3256
- "shape": "Sif"
3259
+ "shape": "Sly"
3257
3260
  },
3258
3261
  "NextToken": {},
3259
3262
  "Segment": {
3260
- "shape": "Sgj"
3263
+ "shape": "Sk2"
3261
3264
  },
3262
3265
  "MaxResults": {
3263
3266
  "type": "integer"
@@ -3273,7 +3276,7 @@
3273
3276
  "type": "structure",
3274
3277
  "members": {
3275
3278
  "Partition": {
3276
- "shape": "S4p"
3279
+ "shape": "S89"
3277
3280
  },
3278
3281
  "AuthorizedColumns": {
3279
3282
  "shape": "Sn"
@@ -3302,10 +3305,10 @@
3302
3305
  "DatabaseName": {},
3303
3306
  "Name": {},
3304
3307
  "AuditContext": {
3305
- "shape": "Sic"
3308
+ "shape": "Slv"
3306
3309
  },
3307
3310
  "SupportedPermissionTypes": {
3308
- "shape": "Sif"
3311
+ "shape": "Sly"
3309
3312
  }
3310
3313
  }
3311
3314
  },
@@ -3313,7 +3316,7 @@
3313
3316
  "type": "structure",
3314
3317
  "members": {
3315
3318
  "Table": {
3316
- "shape": "Shu"
3319
+ "shape": "Sld"
3317
3320
  },
3318
3321
  "AuthorizedColumns": {
3319
3322
  "shape": "Sn"
@@ -3351,7 +3354,7 @@
3351
3354
  "type": "structure",
3352
3355
  "members": {
3353
3356
  "UserDefinedFunction": {
3354
- "shape": "Sis"
3357
+ "shape": "Smb"
3355
3358
  }
3356
3359
  }
3357
3360
  }
@@ -3378,7 +3381,7 @@
3378
3381
  "UserDefinedFunctions": {
3379
3382
  "type": "list",
3380
3383
  "member": {
3381
- "shape": "Sis"
3384
+ "shape": "Smb"
3382
3385
  }
3383
3386
  },
3384
3387
  "NextToken": {}
@@ -3402,7 +3405,7 @@
3402
3405
  "type": "structure",
3403
3406
  "members": {
3404
3407
  "Workflow": {
3405
- "shape": "S5e"
3408
+ "shape": "S8y"
3406
3409
  }
3407
3410
  }
3408
3411
  }
@@ -3426,7 +3429,7 @@
3426
3429
  "type": "structure",
3427
3430
  "members": {
3428
3431
  "Run": {
3429
- "shape": "S5g"
3432
+ "shape": "S90"
3430
3433
  }
3431
3434
  }
3432
3435
  }
@@ -3447,7 +3450,7 @@
3447
3450
  "type": "structure",
3448
3451
  "members": {
3449
3452
  "RunProperties": {
3450
- "shape": "S5f"
3453
+ "shape": "S8z"
3451
3454
  }
3452
3455
  }
3453
3456
  }
@@ -3475,7 +3478,7 @@
3475
3478
  "Runs": {
3476
3479
  "type": "list",
3477
3480
  "member": {
3478
- "shape": "S5g"
3481
+ "shape": "S90"
3479
3482
  }
3480
3483
  },
3481
3484
  "NextToken": {}
@@ -3503,7 +3506,7 @@
3503
3506
  "type": "integer"
3504
3507
  },
3505
3508
  "Tags": {
3506
- "shape": "S6u"
3509
+ "shape": "Sae"
3507
3510
  }
3508
3511
  }
3509
3512
  },
@@ -3526,7 +3529,7 @@
3526
3529
  },
3527
3530
  "NextToken": {},
3528
3531
  "Tags": {
3529
- "shape": "S6u"
3532
+ "shape": "Sae"
3530
3533
  }
3531
3534
  }
3532
3535
  },
@@ -3569,7 +3572,7 @@
3569
3572
  "type": "integer"
3570
3573
  },
3571
3574
  "Tags": {
3572
- "shape": "S6u"
3575
+ "shape": "Sae"
3573
3576
  }
3574
3577
  }
3575
3578
  },
@@ -3593,7 +3596,7 @@
3593
3596
  "type": "integer"
3594
3597
  },
3595
3598
  "Tags": {
3596
- "shape": "S6u"
3599
+ "shape": "Sae"
3597
3600
  }
3598
3601
  }
3599
3602
  },
@@ -3616,13 +3619,13 @@
3616
3619
  "type": "integer"
3617
3620
  },
3618
3621
  "Filter": {
3619
- "shape": "Sfo"
3622
+ "shape": "Sj7"
3620
3623
  },
3621
3624
  "Sort": {
3622
- "shape": "Sfp"
3625
+ "shape": "Sj8"
3623
3626
  },
3624
3627
  "Tags": {
3625
- "shape": "S6u"
3628
+ "shape": "Sae"
3626
3629
  }
3627
3630
  }
3628
3631
  },
@@ -3714,7 +3717,7 @@
3714
3717
  "type": "structure",
3715
3718
  "members": {
3716
3719
  "RegistryId": {
3717
- "shape": "S8q"
3720
+ "shape": "Sca"
3718
3721
  },
3719
3722
  "MaxResults": {
3720
3723
  "type": "integer"
@@ -3753,7 +3756,7 @@
3753
3756
  "type": "integer"
3754
3757
  },
3755
3758
  "Tags": {
3756
- "shape": "S6u"
3759
+ "shape": "Sae"
3757
3760
  },
3758
3761
  "RequestOrigin": {}
3759
3762
  }
@@ -3768,7 +3771,7 @@
3768
3771
  "Sessions": {
3769
3772
  "type": "list",
3770
3773
  "member": {
3771
- "shape": "S9s"
3774
+ "shape": "Sdc"
3772
3775
  }
3773
3776
  },
3774
3777
  "NextToken": {}
@@ -3793,7 +3796,7 @@
3793
3796
  "Statements": {
3794
3797
  "type": "list",
3795
3798
  "member": {
3796
- "shape": "Shn"
3799
+ "shape": "Sl6"
3797
3800
  }
3798
3801
  },
3799
3802
  "NextToken": {}
@@ -3810,7 +3813,7 @@
3810
3813
  "type": "integer"
3811
3814
  },
3812
3815
  "Tags": {
3813
- "shape": "S6u"
3816
+ "shape": "Sae"
3814
3817
  }
3815
3818
  }
3816
3819
  },
@@ -3818,7 +3821,7 @@
3818
3821
  "type": "structure",
3819
3822
  "members": {
3820
3823
  "TriggerNames": {
3821
- "shape": "S4r"
3824
+ "shape": "S8b"
3822
3825
  },
3823
3826
  "NextToken": {}
3824
3827
  }
@@ -3838,7 +3841,7 @@
3838
3841
  "type": "structure",
3839
3842
  "members": {
3840
3843
  "Workflows": {
3841
- "shape": "S5b"
3844
+ "shape": "S8v"
3842
3845
  },
3843
3846
  "NextToken": {}
3844
3847
  }
@@ -3853,7 +3856,7 @@
3853
3856
  "members": {
3854
3857
  "CatalogId": {},
3855
3858
  "DataCatalogEncryptionSettings": {
3856
- "shape": "Sdx"
3859
+ "shape": "Shg"
3857
3860
  }
3858
3861
  }
3859
3862
  },
@@ -3894,11 +3897,11 @@
3894
3897
  "shape": "Sw"
3895
3898
  },
3896
3899
  "SchemaVersionNumber": {
3897
- "shape": "Sh6"
3900
+ "shape": "Skp"
3898
3901
  },
3899
3902
  "SchemaVersionId": {},
3900
3903
  "MetadataKeyValue": {
3901
- "shape": "Ski"
3904
+ "shape": "So1"
3902
3905
  }
3903
3906
  }
3904
3907
  },
@@ -3932,7 +3935,7 @@
3932
3935
  "Name": {},
3933
3936
  "RunId": {},
3934
3937
  "RunProperties": {
3935
- "shape": "S5f"
3938
+ "shape": "S8z"
3936
3939
  }
3937
3940
  }
3938
3941
  },
@@ -3949,13 +3952,13 @@
3949
3952
  "shape": "Sw"
3950
3953
  },
3951
3954
  "SchemaVersionNumber": {
3952
- "shape": "Sh6"
3955
+ "shape": "Skp"
3953
3956
  },
3954
3957
  "SchemaVersionId": {},
3955
3958
  "MetadataList": {
3956
3959
  "type": "list",
3957
3960
  "member": {
3958
- "shape": "Ski"
3961
+ "shape": "So1"
3959
3962
  }
3960
3963
  },
3961
3964
  "MaxResults": {
@@ -4029,11 +4032,11 @@
4029
4032
  "shape": "Sw"
4030
4033
  },
4031
4034
  "SchemaVersionNumber": {
4032
- "shape": "Sh6"
4035
+ "shape": "Skp"
4033
4036
  },
4034
4037
  "SchemaVersionId": {},
4035
4038
  "MetadataKeyValue": {
4036
- "shape": "Ski"
4039
+ "shape": "So1"
4037
4040
  }
4038
4041
  }
4039
4042
  },
@@ -4070,7 +4073,7 @@
4070
4073
  "type": "structure",
4071
4074
  "members": {
4072
4075
  "JobBookmarkEntry": {
4073
- "shape": "Sel"
4076
+ "shape": "Si4"
4074
4077
  }
4075
4078
  }
4076
4079
  }
@@ -4087,7 +4090,7 @@
4087
4090
  "Name": {},
4088
4091
  "RunId": {},
4089
4092
  "NodeIds": {
4090
- "shape": "Sl3"
4093
+ "shape": "Som"
4091
4094
  }
4092
4095
  }
4093
4096
  },
@@ -4096,7 +4099,7 @@
4096
4099
  "members": {
4097
4100
  "RunId": {},
4098
4101
  "NodeIds": {
4099
- "shape": "Sl3"
4102
+ "shape": "Som"
4100
4103
  }
4101
4104
  }
4102
4105
  }
@@ -4162,7 +4165,7 @@
4162
4165
  "members": {
4163
4166
  "NextToken": {},
4164
4167
  "TableList": {
4165
- "shape": "Si4"
4168
+ "shape": "Sln"
4166
4169
  }
4167
4170
  }
4168
4171
  }
@@ -4360,7 +4363,7 @@
4360
4363
  "members": {
4361
4364
  "Name": {},
4362
4365
  "RunProperties": {
4363
- "shape": "S5f"
4366
+ "shape": "S8z"
4364
4367
  }
4365
4368
  }
4366
4369
  },
@@ -4463,7 +4466,7 @@
4463
4466
  "members": {
4464
4467
  "ResourceArn": {},
4465
4468
  "TagsToAdd": {
4466
- "shape": "S6u"
4469
+ "shape": "Sae"
4467
4470
  }
4468
4471
  }
4469
4472
  },
@@ -4560,7 +4563,7 @@
4560
4563
  "QuoteSymbol": {},
4561
4564
  "ContainsHeader": {},
4562
4565
  "Header": {
4563
- "shape": "S7b"
4566
+ "shape": "Sav"
4564
4567
  },
4565
4568
  "DisableValueTrimming": {
4566
4569
  "type": "boolean"
@@ -4594,7 +4597,7 @@
4594
4597
  "shape": "S6"
4595
4598
  },
4596
4599
  "ColumnStatisticsList": {
4597
- "shape": "Smo"
4600
+ "shape": "Sq7"
4598
4601
  }
4599
4602
  }
4600
4603
  },
@@ -4602,7 +4605,7 @@
4602
4605
  "type": "structure",
4603
4606
  "members": {
4604
4607
  "Errors": {
4605
- "shape": "Smq"
4608
+ "shape": "Sq9"
4606
4609
  }
4607
4610
  }
4608
4611
  }
@@ -4620,7 +4623,7 @@
4620
4623
  "DatabaseName": {},
4621
4624
  "TableName": {},
4622
4625
  "ColumnStatisticsList": {
4623
- "shape": "Smo"
4626
+ "shape": "Sq7"
4624
4627
  }
4625
4628
  }
4626
4629
  },
@@ -4628,7 +4631,7 @@
4628
4631
  "type": "structure",
4629
4632
  "members": {
4630
4633
  "Errors": {
4631
- "shape": "Smq"
4634
+ "shape": "Sq9"
4632
4635
  }
4633
4636
  }
4634
4637
  }
@@ -4644,7 +4647,7 @@
4644
4647
  "CatalogId": {},
4645
4648
  "Name": {},
4646
4649
  "ConnectionInput": {
4647
- "shape": "S7e"
4650
+ "shape": "Say"
4648
4651
  }
4649
4652
  }
4650
4653
  },
@@ -4720,7 +4723,7 @@
4720
4723
  "CatalogId": {},
4721
4724
  "Name": {},
4722
4725
  "DatabaseInput": {
4723
- "shape": "S7r"
4726
+ "shape": "Sbb"
4724
4727
  }
4725
4728
  }
4726
4729
  },
@@ -4819,7 +4822,10 @@
4819
4822
  "NotificationProperty": {
4820
4823
  "shape": "S4j"
4821
4824
  },
4822
- "GlueVersion": {}
4825
+ "GlueVersion": {},
4826
+ "CodeGenConfigurationNodes": {
4827
+ "shape": "S4l"
4828
+ }
4823
4829
  }
4824
4830
  }
4825
4831
  }
@@ -4842,7 +4848,7 @@
4842
4848
  "Name": {},
4843
4849
  "Description": {},
4844
4850
  "Parameters": {
4845
- "shape": "S88"
4851
+ "shape": "Sbs"
4846
4852
  },
4847
4853
  "Role": {},
4848
4854
  "GlueVersion": {},
@@ -4882,7 +4888,7 @@
4882
4888
  "DatabaseName": {},
4883
4889
  "TableName": {},
4884
4890
  "PartitionValueList": {
4885
- "shape": "S6c"
4891
+ "shape": "S9w"
4886
4892
  },
4887
4893
  "PartitionInput": {
4888
4894
  "shape": "S5"
@@ -4903,7 +4909,7 @@
4903
4909
  ],
4904
4910
  "members": {
4905
4911
  "RegistryId": {
4906
- "shape": "S8q"
4912
+ "shape": "Sca"
4907
4913
  },
4908
4914
  "Description": {}
4909
4915
  }
@@ -4927,7 +4933,7 @@
4927
4933
  "shape": "Sw"
4928
4934
  },
4929
4935
  "SchemaVersionNumber": {
4930
- "shape": "Sh6"
4936
+ "shape": "Skp"
4931
4937
  },
4932
4938
  "Compatibility": {},
4933
4939
  "Description": {}
@@ -4953,7 +4959,7 @@
4953
4959
  "CatalogId": {},
4954
4960
  "DatabaseName": {},
4955
4961
  "TableInput": {
4956
- "shape": "S9w"
4962
+ "shape": "Sdg"
4957
4963
  },
4958
4964
  "SkipArchive": {
4959
4965
  "type": "boolean"
@@ -4983,13 +4989,13 @@
4983
4989
  "Description": {},
4984
4990
  "Schedule": {},
4985
4991
  "Actions": {
4986
- "shape": "S4y"
4992
+ "shape": "S8i"
4987
4993
  },
4988
4994
  "Predicate": {
4989
- "shape": "S50"
4995
+ "shape": "S8k"
4990
4996
  },
4991
4997
  "EventBatchingCondition": {
4992
- "shape": "S57"
4998
+ "shape": "S8r"
4993
4999
  }
4994
5000
  }
4995
5001
  }
@@ -4999,7 +5005,7 @@
4999
5005
  "type": "structure",
5000
5006
  "members": {
5001
5007
  "Trigger": {
5002
- "shape": "S4u"
5008
+ "shape": "S8e"
5003
5009
  }
5004
5010
  }
5005
5011
  }
@@ -5017,7 +5023,7 @@
5017
5023
  "DatabaseName": {},
5018
5024
  "FunctionName": {},
5019
5025
  "FunctionInput": {
5020
- "shape": "Sa7"
5026
+ "shape": "Sdq"
5021
5027
  }
5022
5028
  }
5023
5029
  },
@@ -5036,7 +5042,7 @@
5036
5042
  "Name": {},
5037
5043
  "Description": {},
5038
5044
  "DefaultRunProperties": {
5039
- "shape": "S5f"
5045
+ "shape": "S8z"
5040
5046
  },
5041
5047
  "MaxConcurrentRuns": {
5042
5048
  "type": "integer"
@@ -5621,7 +5627,10 @@
5621
5627
  "NotificationProperty": {
5622
5628
  "shape": "S4j"
5623
5629
  },
5624
- "GlueVersion": {}
5630
+ "GlueVersion": {},
5631
+ "CodeGenConfigurationNodes": {
5632
+ "shape": "S4l"
5633
+ }
5625
5634
  }
5626
5635
  },
5627
5636
  "S49": {
@@ -5665,249 +5674,1603 @@
5665
5674
  }
5666
5675
  }
5667
5676
  },
5668
- "S4m": {
5669
- "type": "list",
5670
- "member": {
5671
- "shape": "S1c"
5672
- }
5673
- },
5674
- "S4o": {
5675
- "type": "list",
5676
- "member": {
5677
- "shape": "S4p"
5678
- }
5679
- },
5680
- "S4p": {
5681
- "type": "structure",
5682
- "members": {
5683
- "Values": {
5684
- "shape": "S6"
5685
- },
5686
- "DatabaseName": {},
5687
- "TableName": {},
5688
- "CreationTime": {
5689
- "type": "timestamp"
5690
- },
5691
- "LastAccessTime": {
5692
- "type": "timestamp"
5693
- },
5694
- "StorageDescriptor": {
5695
- "shape": "S9"
5696
- },
5697
- "Parameters": {
5698
- "shape": "Se"
5699
- },
5700
- "LastAnalyzedTime": {
5701
- "type": "timestamp"
5702
- },
5703
- "CatalogId": {}
5704
- }
5705
- },
5706
- "S4r": {
5707
- "type": "list",
5708
- "member": {}
5709
- },
5710
- "S4t": {
5711
- "type": "list",
5712
- "member": {
5713
- "shape": "S4u"
5714
- }
5715
- },
5716
- "S4u": {
5717
- "type": "structure",
5718
- "members": {
5719
- "Name": {},
5720
- "WorkflowName": {},
5721
- "Id": {},
5722
- "Type": {},
5723
- "State": {},
5724
- "Description": {},
5725
- "Schedule": {},
5726
- "Actions": {
5727
- "shape": "S4y"
5728
- },
5729
- "Predicate": {
5730
- "shape": "S50"
5731
- },
5732
- "EventBatchingCondition": {
5733
- "shape": "S57"
5734
- }
5735
- }
5736
- },
5737
- "S4y": {
5738
- "type": "list",
5739
- "member": {
5677
+ "S4l": {
5678
+ "type": "map",
5679
+ "key": {},
5680
+ "value": {
5740
5681
  "type": "structure",
5741
5682
  "members": {
5742
- "JobName": {},
5743
- "Arguments": {
5744
- "shape": "S4e"
5745
- },
5746
- "Timeout": {
5747
- "type": "integer"
5748
- },
5749
- "SecurityConfiguration": {},
5750
- "NotificationProperty": {
5751
- "shape": "S4j"
5752
- },
5753
- "CrawlerName": {}
5754
- }
5755
- }
5756
- },
5757
- "S50": {
5758
- "type": "structure",
5759
- "members": {
5760
- "Logical": {},
5761
- "Conditions": {
5762
- "type": "list",
5763
- "member": {
5683
+ "AthenaConnectorSource": {
5764
5684
  "type": "structure",
5685
+ "required": [
5686
+ "Name",
5687
+ "ConnectionName",
5688
+ "ConnectorName",
5689
+ "ConnectionType",
5690
+ "SchemaName"
5691
+ ],
5765
5692
  "members": {
5766
- "LogicalOperator": {},
5767
- "JobName": {},
5768
- "State": {},
5769
- "CrawlerName": {},
5770
- "CrawlState": {}
5771
- }
5772
- }
5773
- }
5774
- }
5775
- },
5776
- "S57": {
5777
- "type": "structure",
5778
- "required": [
5779
- "BatchSize"
5780
- ],
5781
- "members": {
5782
- "BatchSize": {
5783
- "type": "integer"
5784
- },
5785
- "BatchWindow": {
5786
- "type": "integer"
5787
- }
5788
- }
5789
- },
5790
- "S5b": {
5791
- "type": "list",
5792
- "member": {}
5793
- },
5794
- "S5e": {
5795
- "type": "structure",
5796
- "members": {
5797
- "Name": {},
5798
- "Description": {},
5799
- "DefaultRunProperties": {
5800
- "shape": "S5f"
5801
- },
5802
- "CreatedOn": {
5803
- "type": "timestamp"
5804
- },
5805
- "LastModifiedOn": {
5806
- "type": "timestamp"
5807
- },
5808
- "LastRun": {
5809
- "shape": "S5g"
5810
- },
5811
- "Graph": {
5812
- "shape": "S5j"
5813
- },
5814
- "MaxConcurrentRuns": {
5815
- "type": "integer"
5816
- },
5817
- "BlueprintDetails": {
5818
- "type": "structure",
5819
- "members": {
5820
- "BlueprintName": {},
5821
- "RunId": {}
5822
- }
5823
- }
5824
- }
5825
- },
5826
- "S5f": {
5827
- "type": "map",
5828
- "key": {},
5829
- "value": {}
5830
- },
5831
- "S5g": {
5832
- "type": "structure",
5833
- "members": {
5834
- "Name": {},
5835
- "WorkflowRunId": {},
5836
- "PreviousRunId": {},
5837
- "WorkflowRunProperties": {
5838
- "shape": "S5f"
5839
- },
5840
- "StartedOn": {
5841
- "type": "timestamp"
5842
- },
5843
- "CompletedOn": {
5844
- "type": "timestamp"
5845
- },
5846
- "Status": {},
5847
- "ErrorMessage": {},
5848
- "Statistics": {
5849
- "type": "structure",
5850
- "members": {
5851
- "TotalActions": {
5852
- "type": "integer"
5853
- },
5854
- "TimeoutActions": {
5855
- "type": "integer"
5856
- },
5857
- "FailedActions": {
5858
- "type": "integer"
5859
- },
5860
- "StoppedActions": {
5861
- "type": "integer"
5862
- },
5863
- "SucceededActions": {
5864
- "type": "integer"
5865
- },
5866
- "RunningActions": {
5867
- "type": "integer"
5868
- }
5869
- }
5870
- },
5871
- "Graph": {
5872
- "shape": "S5j"
5873
- },
5874
- "StartingEventBatchCondition": {
5875
- "type": "structure",
5876
- "members": {
5877
- "BatchSize": {
5878
- "type": "integer"
5879
- },
5880
- "BatchWindow": {
5881
- "type": "integer"
5693
+ "Name": {},
5694
+ "ConnectionName": {},
5695
+ "ConnectorName": {},
5696
+ "ConnectionType": {},
5697
+ "ConnectionTable": {},
5698
+ "SchemaName": {},
5699
+ "OutputSchemas": {
5700
+ "shape": "S4s"
5701
+ }
5882
5702
  }
5883
- }
5884
- }
5885
- }
5886
- },
5887
- "S5j": {
5888
- "type": "structure",
5889
- "members": {
5890
- "Nodes": {
5891
- "type": "list",
5892
- "member": {
5703
+ },
5704
+ "JDBCConnectorSource": {
5893
5705
  "type": "structure",
5706
+ "required": [
5707
+ "Name",
5708
+ "ConnectionName",
5709
+ "ConnectorName",
5710
+ "ConnectionType"
5711
+ ],
5894
5712
  "members": {
5895
- "Type": {},
5896
5713
  "Name": {},
5897
- "UniqueId": {},
5898
- "TriggerDetails": {
5714
+ "ConnectionName": {},
5715
+ "ConnectorName": {},
5716
+ "ConnectionType": {},
5717
+ "AdditionalOptions": {
5899
5718
  "type": "structure",
5900
5719
  "members": {
5901
- "Trigger": {
5902
- "shape": "S4u"
5720
+ "FilterPredicate": {},
5721
+ "PartitionColumn": {},
5722
+ "LowerBound": {
5723
+ "type": "long"
5724
+ },
5725
+ "UpperBound": {
5726
+ "type": "long"
5727
+ },
5728
+ "NumPartitions": {
5729
+ "type": "long"
5730
+ },
5731
+ "JobBookmarkKeys": {
5732
+ "shape": "S50"
5733
+ },
5734
+ "JobBookmarkKeysSortOrder": {},
5735
+ "DataTypeMapping": {
5736
+ "type": "map",
5737
+ "key": {},
5738
+ "value": {}
5903
5739
  }
5904
5740
  }
5905
5741
  },
5906
- "JobDetails": {
5907
- "type": "structure",
5908
- "members": {
5742
+ "ConnectionTable": {},
5743
+ "Query": {},
5744
+ "OutputSchemas": {
5745
+ "shape": "S4s"
5746
+ }
5747
+ }
5748
+ },
5749
+ "SparkConnectorSource": {
5750
+ "type": "structure",
5751
+ "required": [
5752
+ "Name",
5753
+ "ConnectionName",
5754
+ "ConnectorName",
5755
+ "ConnectionType"
5756
+ ],
5757
+ "members": {
5758
+ "Name": {},
5759
+ "ConnectionName": {},
5760
+ "ConnectorName": {},
5761
+ "ConnectionType": {},
5762
+ "AdditionalOptions": {
5763
+ "shape": "S56"
5764
+ },
5765
+ "OutputSchemas": {
5766
+ "shape": "S4s"
5767
+ }
5768
+ }
5769
+ },
5770
+ "CatalogSource": {
5771
+ "type": "structure",
5772
+ "required": [
5773
+ "Name",
5774
+ "Database",
5775
+ "Table"
5776
+ ],
5777
+ "members": {
5778
+ "Name": {},
5779
+ "Database": {},
5780
+ "Table": {}
5781
+ }
5782
+ },
5783
+ "RedshiftSource": {
5784
+ "type": "structure",
5785
+ "required": [
5786
+ "Name",
5787
+ "Database",
5788
+ "Table"
5789
+ ],
5790
+ "members": {
5791
+ "Name": {},
5792
+ "Database": {},
5793
+ "Table": {},
5794
+ "RedshiftTmpDir": {},
5795
+ "TmpDirIAMRole": {}
5796
+ }
5797
+ },
5798
+ "S3CatalogSource": {
5799
+ "type": "structure",
5800
+ "required": [
5801
+ "Name",
5802
+ "Database",
5803
+ "Table"
5804
+ ],
5805
+ "members": {
5806
+ "Name": {},
5807
+ "Database": {},
5808
+ "Table": {},
5809
+ "PartitionPredicate": {},
5810
+ "AdditionalOptions": {
5811
+ "shape": "S5a"
5812
+ }
5813
+ }
5814
+ },
5815
+ "S3CsvSource": {
5816
+ "type": "structure",
5817
+ "required": [
5818
+ "Name",
5819
+ "Paths",
5820
+ "Separator",
5821
+ "QuoteChar"
5822
+ ],
5823
+ "members": {
5824
+ "Name": {},
5825
+ "Paths": {
5826
+ "shape": "S50"
5827
+ },
5828
+ "CompressionType": {},
5829
+ "Exclusions": {
5830
+ "shape": "S50"
5831
+ },
5832
+ "GroupSize": {},
5833
+ "GroupFiles": {},
5834
+ "Recurse": {
5835
+ "type": "boolean"
5836
+ },
5837
+ "MaxBand": {
5838
+ "type": "integer"
5839
+ },
5840
+ "MaxFilesInBand": {
5841
+ "type": "integer"
5842
+ },
5843
+ "AdditionalOptions": {
5844
+ "shape": "S5g"
5845
+ },
5846
+ "Separator": {},
5847
+ "Escaper": {},
5848
+ "QuoteChar": {},
5849
+ "Multiline": {
5850
+ "type": "boolean"
5851
+ },
5852
+ "WithHeader": {
5853
+ "type": "boolean"
5854
+ },
5855
+ "WriteHeader": {
5856
+ "type": "boolean"
5857
+ },
5858
+ "SkipFirst": {
5859
+ "type": "boolean"
5860
+ },
5861
+ "OptimizePerformance": {
5862
+ "type": "boolean"
5863
+ },
5864
+ "OutputSchemas": {
5865
+ "shape": "S4s"
5866
+ }
5867
+ }
5868
+ },
5869
+ "S3JsonSource": {
5870
+ "type": "structure",
5871
+ "required": [
5872
+ "Name",
5873
+ "Paths"
5874
+ ],
5875
+ "members": {
5876
+ "Name": {},
5877
+ "Paths": {
5878
+ "shape": "S50"
5879
+ },
5880
+ "CompressionType": {},
5881
+ "Exclusions": {
5882
+ "shape": "S50"
5883
+ },
5884
+ "GroupSize": {},
5885
+ "GroupFiles": {},
5886
+ "Recurse": {
5887
+ "type": "boolean"
5888
+ },
5889
+ "MaxBand": {
5890
+ "type": "integer"
5891
+ },
5892
+ "MaxFilesInBand": {
5893
+ "type": "integer"
5894
+ },
5895
+ "AdditionalOptions": {
5896
+ "shape": "S5g"
5897
+ },
5898
+ "JsonPath": {},
5899
+ "Multiline": {
5900
+ "type": "boolean"
5901
+ },
5902
+ "OutputSchemas": {
5903
+ "shape": "S4s"
5904
+ }
5905
+ }
5906
+ },
5907
+ "S3ParquetSource": {
5908
+ "type": "structure",
5909
+ "required": [
5910
+ "Name",
5911
+ "Paths"
5912
+ ],
5913
+ "members": {
5914
+ "Name": {},
5915
+ "Paths": {
5916
+ "shape": "S50"
5917
+ },
5918
+ "CompressionType": {},
5919
+ "Exclusions": {
5920
+ "shape": "S50"
5921
+ },
5922
+ "GroupSize": {},
5923
+ "GroupFiles": {},
5924
+ "Recurse": {
5925
+ "type": "boolean"
5926
+ },
5927
+ "MaxBand": {
5928
+ "type": "integer"
5929
+ },
5930
+ "MaxFilesInBand": {
5931
+ "type": "integer"
5932
+ },
5933
+ "AdditionalOptions": {
5934
+ "shape": "S5g"
5935
+ },
5936
+ "OutputSchemas": {
5937
+ "shape": "S4s"
5938
+ }
5939
+ }
5940
+ },
5941
+ "RelationalCatalogSource": {
5942
+ "type": "structure",
5943
+ "required": [
5944
+ "Name",
5945
+ "Database",
5946
+ "Table"
5947
+ ],
5948
+ "members": {
5949
+ "Name": {},
5950
+ "Database": {},
5951
+ "Table": {}
5952
+ }
5953
+ },
5954
+ "DynamoDBCatalogSource": {
5955
+ "type": "structure",
5956
+ "required": [
5957
+ "Name",
5958
+ "Database",
5959
+ "Table"
5960
+ ],
5961
+ "members": {
5962
+ "Name": {},
5963
+ "Database": {},
5964
+ "Table": {}
5965
+ }
5966
+ },
5967
+ "JDBCConnectorTarget": {
5968
+ "type": "structure",
5969
+ "required": [
5970
+ "Name",
5971
+ "Inputs",
5972
+ "ConnectionName",
5973
+ "ConnectionTable",
5974
+ "ConnectorName",
5975
+ "ConnectionType"
5976
+ ],
5977
+ "members": {
5978
+ "Name": {},
5979
+ "Inputs": {
5980
+ "shape": "S5q"
5981
+ },
5982
+ "ConnectionName": {},
5983
+ "ConnectionTable": {},
5984
+ "ConnectorName": {},
5985
+ "ConnectionType": {},
5986
+ "AdditionalOptions": {
5987
+ "shape": "S56"
5988
+ },
5989
+ "OutputSchemas": {
5990
+ "shape": "S4s"
5991
+ }
5992
+ }
5993
+ },
5994
+ "SparkConnectorTarget": {
5995
+ "type": "structure",
5996
+ "required": [
5997
+ "Name",
5998
+ "Inputs",
5999
+ "ConnectionName",
6000
+ "ConnectorName",
6001
+ "ConnectionType"
6002
+ ],
6003
+ "members": {
6004
+ "Name": {},
6005
+ "Inputs": {
6006
+ "shape": "S5q"
6007
+ },
6008
+ "ConnectionName": {},
6009
+ "ConnectorName": {},
6010
+ "ConnectionType": {},
6011
+ "AdditionalOptions": {
6012
+ "shape": "S56"
6013
+ },
6014
+ "OutputSchemas": {
6015
+ "shape": "S4s"
6016
+ }
6017
+ }
6018
+ },
6019
+ "CatalogTarget": {
6020
+ "type": "structure",
6021
+ "required": [
6022
+ "Name",
6023
+ "Inputs",
6024
+ "Database",
6025
+ "Table"
6026
+ ],
6027
+ "members": {
6028
+ "Name": {},
6029
+ "Inputs": {
6030
+ "shape": "S5q"
6031
+ },
6032
+ "Database": {},
6033
+ "Table": {}
6034
+ }
6035
+ },
6036
+ "RedshiftTarget": {
6037
+ "type": "structure",
6038
+ "required": [
6039
+ "Name",
6040
+ "Inputs",
6041
+ "Database",
6042
+ "Table"
6043
+ ],
6044
+ "members": {
6045
+ "Name": {},
6046
+ "Inputs": {
6047
+ "shape": "S5q"
6048
+ },
6049
+ "Database": {},
6050
+ "Table": {},
6051
+ "RedshiftTmpDir": {},
6052
+ "TmpDirIAMRole": {},
6053
+ "UpsertRedshiftOptions": {
6054
+ "type": "structure",
6055
+ "members": {
6056
+ "TableLocation": {},
6057
+ "ConnectionName": {},
6058
+ "UpsertKeys": {
6059
+ "type": "list",
6060
+ "member": {}
6061
+ }
6062
+ }
6063
+ }
6064
+ }
6065
+ },
6066
+ "S3CatalogTarget": {
6067
+ "type": "structure",
6068
+ "required": [
6069
+ "Name",
6070
+ "Inputs",
6071
+ "Table",
6072
+ "Database"
6073
+ ],
6074
+ "members": {
6075
+ "Name": {},
6076
+ "Inputs": {
6077
+ "shape": "S5q"
6078
+ },
6079
+ "PartitionKeys": {
6080
+ "shape": "S5x"
6081
+ },
6082
+ "Table": {},
6083
+ "Database": {},
6084
+ "SchemaChangePolicy": {
6085
+ "shape": "S5y"
6086
+ }
6087
+ }
6088
+ },
6089
+ "S3GlueParquetTarget": {
6090
+ "type": "structure",
6091
+ "required": [
6092
+ "Name",
6093
+ "Inputs",
6094
+ "Path"
6095
+ ],
6096
+ "members": {
6097
+ "Name": {},
6098
+ "Inputs": {
6099
+ "shape": "S5q"
6100
+ },
6101
+ "PartitionKeys": {
6102
+ "shape": "S5x"
6103
+ },
6104
+ "Path": {},
6105
+ "Compression": {},
6106
+ "SchemaChangePolicy": {
6107
+ "shape": "S61"
6108
+ }
6109
+ }
6110
+ },
6111
+ "S3DirectTarget": {
6112
+ "type": "structure",
6113
+ "required": [
6114
+ "Name",
6115
+ "Inputs",
6116
+ "Path",
6117
+ "Format"
6118
+ ],
6119
+ "members": {
6120
+ "Name": {},
6121
+ "Inputs": {
6122
+ "shape": "S5q"
6123
+ },
6124
+ "PartitionKeys": {
6125
+ "shape": "S5x"
6126
+ },
6127
+ "Path": {},
6128
+ "Compression": {},
6129
+ "Format": {},
6130
+ "SchemaChangePolicy": {
6131
+ "shape": "S61"
6132
+ }
6133
+ }
6134
+ },
6135
+ "ApplyMapping": {
6136
+ "type": "structure",
6137
+ "required": [
6138
+ "Name",
6139
+ "Inputs",
6140
+ "Mapping"
6141
+ ],
6142
+ "members": {
6143
+ "Name": {},
6144
+ "Inputs": {
6145
+ "shape": "S5q"
6146
+ },
6147
+ "Mapping": {
6148
+ "shape": "S65"
6149
+ }
6150
+ }
6151
+ },
6152
+ "SelectFields": {
6153
+ "type": "structure",
6154
+ "required": [
6155
+ "Name",
6156
+ "Inputs",
6157
+ "Paths"
6158
+ ],
6159
+ "members": {
6160
+ "Name": {},
6161
+ "Inputs": {
6162
+ "shape": "S5q"
6163
+ },
6164
+ "Paths": {
6165
+ "shape": "S5x"
6166
+ }
6167
+ }
6168
+ },
6169
+ "DropFields": {
6170
+ "type": "structure",
6171
+ "required": [
6172
+ "Name",
6173
+ "Inputs",
6174
+ "Paths"
6175
+ ],
6176
+ "members": {
6177
+ "Name": {},
6178
+ "Inputs": {
6179
+ "shape": "S5q"
6180
+ },
6181
+ "Paths": {
6182
+ "shape": "S5x"
6183
+ }
6184
+ }
6185
+ },
6186
+ "RenameField": {
6187
+ "type": "structure",
6188
+ "required": [
6189
+ "Name",
6190
+ "Inputs",
6191
+ "SourcePath",
6192
+ "TargetPath"
6193
+ ],
6194
+ "members": {
6195
+ "Name": {},
6196
+ "Inputs": {
6197
+ "shape": "S5q"
6198
+ },
6199
+ "SourcePath": {
6200
+ "shape": "S50"
6201
+ },
6202
+ "TargetPath": {
6203
+ "shape": "S50"
6204
+ }
6205
+ }
6206
+ },
6207
+ "Spigot": {
6208
+ "type": "structure",
6209
+ "required": [
6210
+ "Name",
6211
+ "Inputs",
6212
+ "Path"
6213
+ ],
6214
+ "members": {
6215
+ "Name": {},
6216
+ "Inputs": {
6217
+ "shape": "S5q"
6218
+ },
6219
+ "Path": {},
6220
+ "Topk": {
6221
+ "type": "integer"
6222
+ },
6223
+ "Prob": {
6224
+ "type": "double"
6225
+ }
6226
+ }
6227
+ },
6228
+ "Join": {
6229
+ "type": "structure",
6230
+ "required": [
6231
+ "Name",
6232
+ "Inputs",
6233
+ "JoinType",
6234
+ "Columns"
6235
+ ],
6236
+ "members": {
6237
+ "Name": {},
6238
+ "Inputs": {
6239
+ "shape": "S6e"
6240
+ },
6241
+ "JoinType": {},
6242
+ "Columns": {
6243
+ "type": "list",
6244
+ "member": {
6245
+ "type": "structure",
6246
+ "required": [
6247
+ "From",
6248
+ "Keys"
6249
+ ],
6250
+ "members": {
6251
+ "From": {},
6252
+ "Keys": {
6253
+ "shape": "S5x"
6254
+ }
6255
+ }
6256
+ }
6257
+ }
6258
+ }
6259
+ },
6260
+ "SplitFields": {
6261
+ "type": "structure",
6262
+ "required": [
6263
+ "Name",
6264
+ "Inputs",
6265
+ "Paths"
6266
+ ],
6267
+ "members": {
6268
+ "Name": {},
6269
+ "Inputs": {
6270
+ "shape": "S5q"
6271
+ },
6272
+ "Paths": {
6273
+ "shape": "S5x"
6274
+ }
6275
+ }
6276
+ },
6277
+ "SelectFromCollection": {
6278
+ "type": "structure",
6279
+ "required": [
6280
+ "Name",
6281
+ "Inputs",
6282
+ "Index"
6283
+ ],
6284
+ "members": {
6285
+ "Name": {},
6286
+ "Inputs": {
6287
+ "shape": "S5q"
6288
+ },
6289
+ "Index": {
6290
+ "type": "integer"
6291
+ }
6292
+ }
6293
+ },
6294
+ "FillMissingValues": {
6295
+ "type": "structure",
6296
+ "required": [
6297
+ "Name",
6298
+ "Inputs",
6299
+ "ImputedPath"
6300
+ ],
6301
+ "members": {
6302
+ "Name": {},
6303
+ "Inputs": {
6304
+ "shape": "S5q"
6305
+ },
6306
+ "ImputedPath": {},
6307
+ "FilledPath": {}
6308
+ }
6309
+ },
6310
+ "Filter": {
6311
+ "type": "structure",
6312
+ "required": [
6313
+ "Name",
6314
+ "Inputs",
6315
+ "LogicalOperator",
6316
+ "Filters"
6317
+ ],
6318
+ "members": {
6319
+ "Name": {},
6320
+ "Inputs": {
6321
+ "shape": "S5q"
6322
+ },
6323
+ "LogicalOperator": {},
6324
+ "Filters": {
6325
+ "type": "list",
6326
+ "member": {
6327
+ "type": "structure",
6328
+ "required": [
6329
+ "Operation",
6330
+ "Values"
6331
+ ],
6332
+ "members": {
6333
+ "Operation": {},
6334
+ "Negated": {
6335
+ "type": "boolean"
6336
+ },
6337
+ "Values": {
6338
+ "type": "list",
6339
+ "member": {
6340
+ "type": "structure",
6341
+ "required": [
6342
+ "Type",
6343
+ "Value"
6344
+ ],
6345
+ "members": {
6346
+ "Type": {},
6347
+ "Value": {
6348
+ "shape": "S50"
6349
+ }
6350
+ }
6351
+ }
6352
+ }
6353
+ }
6354
+ }
6355
+ }
6356
+ }
6357
+ },
6358
+ "CustomCode": {
6359
+ "type": "structure",
6360
+ "required": [
6361
+ "Name",
6362
+ "Inputs",
6363
+ "Code",
6364
+ "ClassName"
6365
+ ],
6366
+ "members": {
6367
+ "Name": {},
6368
+ "Inputs": {
6369
+ "shape": "S6v"
6370
+ },
6371
+ "Code": {},
6372
+ "ClassName": {},
6373
+ "OutputSchemas": {
6374
+ "shape": "S4s"
6375
+ }
6376
+ }
6377
+ },
6378
+ "SparkSQL": {
6379
+ "type": "structure",
6380
+ "required": [
6381
+ "Name",
6382
+ "Inputs",
6383
+ "SqlQuery",
6384
+ "SqlAliases"
6385
+ ],
6386
+ "members": {
6387
+ "Name": {},
6388
+ "Inputs": {
6389
+ "shape": "S6v"
6390
+ },
6391
+ "SqlQuery": {},
6392
+ "SqlAliases": {
6393
+ "type": "list",
6394
+ "member": {
6395
+ "type": "structure",
6396
+ "required": [
6397
+ "From",
6398
+ "Alias"
6399
+ ],
6400
+ "members": {
6401
+ "From": {},
6402
+ "Alias": {}
6403
+ }
6404
+ }
6405
+ },
6406
+ "OutputSchemas": {
6407
+ "shape": "S4s"
6408
+ }
6409
+ }
6410
+ },
6411
+ "DirectKinesisSource": {
6412
+ "type": "structure",
6413
+ "required": [
6414
+ "Name"
6415
+ ],
6416
+ "members": {
6417
+ "Name": {},
6418
+ "WindowSize": {
6419
+ "type": "integer"
6420
+ },
6421
+ "DetectSchema": {
6422
+ "type": "boolean"
6423
+ },
6424
+ "StreamingOptions": {
6425
+ "shape": "S72"
6426
+ },
6427
+ "DataPreviewOptions": {
6428
+ "shape": "S74"
6429
+ }
6430
+ }
6431
+ },
6432
+ "DirectKafkaSource": {
6433
+ "type": "structure",
6434
+ "required": [
6435
+ "Name"
6436
+ ],
6437
+ "members": {
6438
+ "Name": {},
6439
+ "StreamingOptions": {
6440
+ "shape": "S78"
6441
+ },
6442
+ "WindowSize": {
6443
+ "type": "integer"
6444
+ },
6445
+ "DetectSchema": {
6446
+ "type": "boolean"
6447
+ },
6448
+ "DataPreviewOptions": {
6449
+ "shape": "S74"
6450
+ }
6451
+ }
6452
+ },
6453
+ "CatalogKinesisSource": {
6454
+ "type": "structure",
6455
+ "required": [
6456
+ "Name",
6457
+ "Table",
6458
+ "Database"
6459
+ ],
6460
+ "members": {
6461
+ "Name": {},
6462
+ "WindowSize": {
6463
+ "type": "integer"
6464
+ },
6465
+ "DetectSchema": {
6466
+ "type": "boolean"
6467
+ },
6468
+ "Table": {},
6469
+ "Database": {},
6470
+ "StreamingOptions": {
6471
+ "shape": "S72"
6472
+ },
6473
+ "DataPreviewOptions": {
6474
+ "shape": "S74"
6475
+ }
6476
+ }
6477
+ },
6478
+ "CatalogKafkaSource": {
6479
+ "type": "structure",
6480
+ "required": [
6481
+ "Name",
6482
+ "Table",
6483
+ "Database"
6484
+ ],
6485
+ "members": {
6486
+ "Name": {},
6487
+ "WindowSize": {
6488
+ "type": "integer"
6489
+ },
6490
+ "DetectSchema": {
6491
+ "type": "boolean"
6492
+ },
6493
+ "Table": {},
6494
+ "Database": {},
6495
+ "StreamingOptions": {
6496
+ "shape": "S78"
6497
+ },
6498
+ "DataPreviewOptions": {
6499
+ "shape": "S74"
6500
+ }
6501
+ }
6502
+ },
6503
+ "DropNullFields": {
6504
+ "type": "structure",
6505
+ "required": [
6506
+ "Name",
6507
+ "Inputs"
6508
+ ],
6509
+ "members": {
6510
+ "Name": {},
6511
+ "Inputs": {
6512
+ "shape": "S5q"
6513
+ },
6514
+ "NullCheckBoxList": {
6515
+ "type": "structure",
6516
+ "members": {
6517
+ "IsEmpty": {
6518
+ "type": "boolean"
6519
+ },
6520
+ "IsNullString": {
6521
+ "type": "boolean"
6522
+ },
6523
+ "IsNegOne": {
6524
+ "type": "boolean"
6525
+ }
6526
+ }
6527
+ },
6528
+ "NullTextList": {
6529
+ "type": "list",
6530
+ "member": {
6531
+ "type": "structure",
6532
+ "required": [
6533
+ "Value",
6534
+ "Datatype"
6535
+ ],
6536
+ "members": {
6537
+ "Value": {},
6538
+ "Datatype": {
6539
+ "type": "structure",
6540
+ "required": [
6541
+ "Id",
6542
+ "Label"
6543
+ ],
6544
+ "members": {
6545
+ "Id": {},
6546
+ "Label": {}
6547
+ }
6548
+ }
6549
+ }
6550
+ }
6551
+ }
6552
+ }
6553
+ },
6554
+ "Merge": {
6555
+ "type": "structure",
6556
+ "required": [
6557
+ "Name",
6558
+ "Inputs",
6559
+ "Source",
6560
+ "PrimaryKeys"
6561
+ ],
6562
+ "members": {
6563
+ "Name": {},
6564
+ "Inputs": {
6565
+ "shape": "S6e"
6566
+ },
6567
+ "Source": {},
6568
+ "PrimaryKeys": {
6569
+ "shape": "S5x"
6570
+ }
6571
+ }
6572
+ },
6573
+ "Union": {
6574
+ "type": "structure",
6575
+ "required": [
6576
+ "Name",
6577
+ "Inputs",
6578
+ "UnionType"
6579
+ ],
6580
+ "members": {
6581
+ "Name": {},
6582
+ "Inputs": {
6583
+ "shape": "S6e"
6584
+ },
6585
+ "UnionType": {}
6586
+ }
6587
+ },
6588
+ "PIIDetection": {
6589
+ "type": "structure",
6590
+ "required": [
6591
+ "Name",
6592
+ "Inputs",
6593
+ "PiiType",
6594
+ "EntityTypesToDetect"
6595
+ ],
6596
+ "members": {
6597
+ "Name": {},
6598
+ "Inputs": {
6599
+ "shape": "S5q"
6600
+ },
6601
+ "PiiType": {},
6602
+ "EntityTypesToDetect": {
6603
+ "shape": "S50"
6604
+ },
6605
+ "OutputColumnName": {},
6606
+ "SampleFraction": {
6607
+ "type": "double"
6608
+ },
6609
+ "ThresholdFraction": {
6610
+ "type": "double"
6611
+ },
6612
+ "MaskValue": {}
6613
+ }
6614
+ },
6615
+ "Aggregate": {
6616
+ "type": "structure",
6617
+ "required": [
6618
+ "Name",
6619
+ "Inputs",
6620
+ "Groups",
6621
+ "Aggs"
6622
+ ],
6623
+ "members": {
6624
+ "Name": {},
6625
+ "Inputs": {
6626
+ "shape": "S5q"
6627
+ },
6628
+ "Groups": {
6629
+ "shape": "S5x"
6630
+ },
6631
+ "Aggs": {
6632
+ "type": "list",
6633
+ "member": {
6634
+ "type": "structure",
6635
+ "required": [
6636
+ "Column",
6637
+ "AggFunc"
6638
+ ],
6639
+ "members": {
6640
+ "Column": {
6641
+ "shape": "S50"
6642
+ },
6643
+ "AggFunc": {}
6644
+ }
6645
+ }
6646
+ }
6647
+ }
6648
+ },
6649
+ "DropDuplicates": {
6650
+ "type": "structure",
6651
+ "required": [
6652
+ "Name",
6653
+ "Inputs"
6654
+ ],
6655
+ "members": {
6656
+ "Name": {},
6657
+ "Inputs": {
6658
+ "shape": "S5q"
6659
+ },
6660
+ "Columns": {
6661
+ "type": "list",
6662
+ "member": {
6663
+ "type": "list",
6664
+ "member": {}
6665
+ }
6666
+ }
6667
+ }
6668
+ },
6669
+ "GovernedCatalogTarget": {
6670
+ "type": "structure",
6671
+ "required": [
6672
+ "Name",
6673
+ "Inputs",
6674
+ "Table",
6675
+ "Database"
6676
+ ],
6677
+ "members": {
6678
+ "Name": {},
6679
+ "Inputs": {
6680
+ "shape": "S5q"
6681
+ },
6682
+ "PartitionKeys": {
6683
+ "shape": "S5x"
6684
+ },
6685
+ "Table": {},
6686
+ "Database": {},
6687
+ "SchemaChangePolicy": {
6688
+ "shape": "S5y"
6689
+ }
6690
+ }
6691
+ },
6692
+ "GovernedCatalogSource": {
6693
+ "type": "structure",
6694
+ "required": [
6695
+ "Name",
6696
+ "Database",
6697
+ "Table"
6698
+ ],
6699
+ "members": {
6700
+ "Name": {},
6701
+ "Database": {},
6702
+ "Table": {},
6703
+ "PartitionPredicate": {},
6704
+ "AdditionalOptions": {
6705
+ "shape": "S5a"
6706
+ }
6707
+ }
6708
+ },
6709
+ "MicrosoftSQLServerCatalogSource": {
6710
+ "type": "structure",
6711
+ "required": [
6712
+ "Name",
6713
+ "Database",
6714
+ "Table"
6715
+ ],
6716
+ "members": {
6717
+ "Name": {},
6718
+ "Database": {},
6719
+ "Table": {}
6720
+ }
6721
+ },
6722
+ "MySQLCatalogSource": {
6723
+ "type": "structure",
6724
+ "required": [
6725
+ "Name",
6726
+ "Database",
6727
+ "Table"
6728
+ ],
6729
+ "members": {
6730
+ "Name": {},
6731
+ "Database": {},
6732
+ "Table": {}
6733
+ }
6734
+ },
6735
+ "OracleSQLCatalogSource": {
6736
+ "type": "structure",
6737
+ "required": [
6738
+ "Name",
6739
+ "Database",
6740
+ "Table"
6741
+ ],
6742
+ "members": {
6743
+ "Name": {},
6744
+ "Database": {},
6745
+ "Table": {}
6746
+ }
6747
+ },
6748
+ "PostgreSQLCatalogSource": {
6749
+ "type": "structure",
6750
+ "required": [
6751
+ "Name",
6752
+ "Database",
6753
+ "Table"
6754
+ ],
6755
+ "members": {
6756
+ "Name": {},
6757
+ "Database": {},
6758
+ "Table": {}
6759
+ }
6760
+ },
6761
+ "MicrosoftSQLServerCatalogTarget": {
6762
+ "type": "structure",
6763
+ "required": [
6764
+ "Name",
6765
+ "Inputs",
6766
+ "Database",
6767
+ "Table"
6768
+ ],
6769
+ "members": {
6770
+ "Name": {},
6771
+ "Inputs": {
6772
+ "shape": "S5q"
6773
+ },
6774
+ "Database": {},
6775
+ "Table": {}
6776
+ }
6777
+ },
6778
+ "MySQLCatalogTarget": {
6779
+ "type": "structure",
6780
+ "required": [
6781
+ "Name",
6782
+ "Inputs",
6783
+ "Database",
6784
+ "Table"
6785
+ ],
6786
+ "members": {
6787
+ "Name": {},
6788
+ "Inputs": {
6789
+ "shape": "S5q"
6790
+ },
6791
+ "Database": {},
6792
+ "Table": {}
6793
+ }
6794
+ },
6795
+ "OracleSQLCatalogTarget": {
6796
+ "type": "structure",
6797
+ "required": [
6798
+ "Name",
6799
+ "Inputs",
6800
+ "Database",
6801
+ "Table"
6802
+ ],
6803
+ "members": {
6804
+ "Name": {},
6805
+ "Inputs": {
6806
+ "shape": "S5q"
6807
+ },
6808
+ "Database": {},
6809
+ "Table": {}
6810
+ }
6811
+ },
6812
+ "PostgreSQLCatalogTarget": {
6813
+ "type": "structure",
6814
+ "required": [
6815
+ "Name",
6816
+ "Inputs",
6817
+ "Database",
6818
+ "Table"
6819
+ ],
6820
+ "members": {
6821
+ "Name": {},
6822
+ "Inputs": {
6823
+ "shape": "S5q"
6824
+ },
6825
+ "Database": {},
6826
+ "Table": {}
6827
+ }
6828
+ }
6829
+ }
6830
+ },
6831
+ "sensitive": true
6832
+ },
6833
+ "S4s": {
6834
+ "type": "list",
6835
+ "member": {
6836
+ "type": "structure",
6837
+ "members": {
6838
+ "Columns": {
6839
+ "type": "list",
6840
+ "member": {
6841
+ "type": "structure",
6842
+ "required": [
6843
+ "Name"
6844
+ ],
6845
+ "members": {
6846
+ "Name": {},
6847
+ "Type": {}
6848
+ }
6849
+ }
6850
+ }
6851
+ }
6852
+ }
6853
+ },
6854
+ "S50": {
6855
+ "type": "list",
6856
+ "member": {}
6857
+ },
6858
+ "S56": {
6859
+ "type": "map",
6860
+ "key": {},
6861
+ "value": {}
6862
+ },
6863
+ "S5a": {
6864
+ "type": "structure",
6865
+ "members": {
6866
+ "BoundedSize": {
6867
+ "type": "long"
6868
+ },
6869
+ "BoundedFiles": {
6870
+ "type": "long"
6871
+ }
6872
+ }
6873
+ },
6874
+ "S5g": {
6875
+ "type": "structure",
6876
+ "members": {
6877
+ "BoundedSize": {
6878
+ "type": "long"
6879
+ },
6880
+ "BoundedFiles": {
6881
+ "type": "long"
6882
+ },
6883
+ "EnableSamplePath": {
6884
+ "type": "boolean"
6885
+ },
6886
+ "SamplePath": {}
6887
+ }
6888
+ },
6889
+ "S5q": {
6890
+ "type": "list",
6891
+ "member": {}
6892
+ },
6893
+ "S5x": {
6894
+ "type": "list",
6895
+ "member": {
6896
+ "shape": "S50"
6897
+ }
6898
+ },
6899
+ "S5y": {
6900
+ "type": "structure",
6901
+ "members": {
6902
+ "EnableUpdateCatalog": {
6903
+ "type": "boolean"
6904
+ },
6905
+ "UpdateBehavior": {}
6906
+ }
6907
+ },
6908
+ "S61": {
6909
+ "type": "structure",
6910
+ "members": {
6911
+ "EnableUpdateCatalog": {
6912
+ "type": "boolean"
6913
+ },
6914
+ "UpdateBehavior": {},
6915
+ "Table": {},
6916
+ "Database": {}
6917
+ }
6918
+ },
6919
+ "S65": {
6920
+ "type": "list",
6921
+ "member": {
6922
+ "type": "structure",
6923
+ "members": {
6924
+ "ToKey": {},
6925
+ "FromPath": {
6926
+ "shape": "S50"
6927
+ },
6928
+ "FromType": {},
6929
+ "ToType": {},
6930
+ "Dropped": {
6931
+ "type": "boolean"
6932
+ },
6933
+ "Children": {
6934
+ "shape": "S65"
6935
+ }
6936
+ }
6937
+ }
6938
+ },
6939
+ "S6e": {
6940
+ "type": "list",
6941
+ "member": {}
6942
+ },
6943
+ "S6v": {
6944
+ "type": "list",
6945
+ "member": {}
6946
+ },
6947
+ "S72": {
6948
+ "type": "structure",
6949
+ "members": {
6950
+ "EndpointUrl": {},
6951
+ "StreamName": {},
6952
+ "Classification": {},
6953
+ "Delimiter": {},
6954
+ "StartingPosition": {},
6955
+ "MaxFetchTimeInMs": {
6956
+ "type": "long"
6957
+ },
6958
+ "MaxFetchRecordsPerShard": {
6959
+ "type": "long"
6960
+ },
6961
+ "MaxRecordPerRead": {
6962
+ "type": "long"
6963
+ },
6964
+ "AddIdleTimeBetweenReads": {
6965
+ "type": "boolean"
6966
+ },
6967
+ "IdleTimeBetweenReadsInMs": {
6968
+ "type": "long"
6969
+ },
6970
+ "DescribeShardInterval": {
6971
+ "type": "long"
6972
+ },
6973
+ "NumRetries": {
6974
+ "type": "integer"
6975
+ },
6976
+ "RetryIntervalMs": {
6977
+ "type": "long"
6978
+ },
6979
+ "MaxRetryIntervalMs": {
6980
+ "type": "long"
6981
+ },
6982
+ "AvoidEmptyBatches": {
6983
+ "type": "boolean"
6984
+ },
6985
+ "StreamArn": {},
6986
+ "RoleArn": {},
6987
+ "RoleSessionName": {}
6988
+ }
6989
+ },
6990
+ "S74": {
6991
+ "type": "structure",
6992
+ "members": {
6993
+ "PollingTime": {
6994
+ "type": "long"
6995
+ },
6996
+ "RecordPollingLimit": {
6997
+ "type": "long"
6998
+ }
6999
+ }
7000
+ },
7001
+ "S78": {
7002
+ "type": "structure",
7003
+ "members": {
7004
+ "BootstrapServers": {},
7005
+ "SecurityProtocol": {},
7006
+ "ConnectionName": {},
7007
+ "TopicName": {},
7008
+ "Assign": {},
7009
+ "SubscribePattern": {},
7010
+ "Classification": {},
7011
+ "Delimiter": {},
7012
+ "StartingOffsets": {},
7013
+ "EndingOffsets": {},
7014
+ "PollTimeoutMs": {
7015
+ "type": "long"
7016
+ },
7017
+ "NumRetries": {
7018
+ "type": "integer"
7019
+ },
7020
+ "RetryIntervalMs": {
7021
+ "type": "long"
7022
+ },
7023
+ "MaxOffsetsPerTrigger": {
7024
+ "type": "long"
7025
+ },
7026
+ "MinPartitions": {
7027
+ "type": "integer"
7028
+ }
7029
+ }
7030
+ },
7031
+ "S86": {
7032
+ "type": "list",
7033
+ "member": {
7034
+ "shape": "S1c"
7035
+ }
7036
+ },
7037
+ "S88": {
7038
+ "type": "list",
7039
+ "member": {
7040
+ "shape": "S89"
7041
+ }
7042
+ },
7043
+ "S89": {
7044
+ "type": "structure",
7045
+ "members": {
7046
+ "Values": {
7047
+ "shape": "S6"
7048
+ },
7049
+ "DatabaseName": {},
7050
+ "TableName": {},
7051
+ "CreationTime": {
7052
+ "type": "timestamp"
7053
+ },
7054
+ "LastAccessTime": {
7055
+ "type": "timestamp"
7056
+ },
7057
+ "StorageDescriptor": {
7058
+ "shape": "S9"
7059
+ },
7060
+ "Parameters": {
7061
+ "shape": "Se"
7062
+ },
7063
+ "LastAnalyzedTime": {
7064
+ "type": "timestamp"
7065
+ },
7066
+ "CatalogId": {}
7067
+ }
7068
+ },
7069
+ "S8b": {
7070
+ "type": "list",
7071
+ "member": {}
7072
+ },
7073
+ "S8d": {
7074
+ "type": "list",
7075
+ "member": {
7076
+ "shape": "S8e"
7077
+ }
7078
+ },
7079
+ "S8e": {
7080
+ "type": "structure",
7081
+ "members": {
7082
+ "Name": {},
7083
+ "WorkflowName": {},
7084
+ "Id": {},
7085
+ "Type": {},
7086
+ "State": {},
7087
+ "Description": {},
7088
+ "Schedule": {},
7089
+ "Actions": {
7090
+ "shape": "S8i"
7091
+ },
7092
+ "Predicate": {
7093
+ "shape": "S8k"
7094
+ },
7095
+ "EventBatchingCondition": {
7096
+ "shape": "S8r"
7097
+ }
7098
+ }
7099
+ },
7100
+ "S8i": {
7101
+ "type": "list",
7102
+ "member": {
7103
+ "type": "structure",
7104
+ "members": {
7105
+ "JobName": {},
7106
+ "Arguments": {
7107
+ "shape": "S4e"
7108
+ },
7109
+ "Timeout": {
7110
+ "type": "integer"
7111
+ },
7112
+ "SecurityConfiguration": {},
7113
+ "NotificationProperty": {
7114
+ "shape": "S4j"
7115
+ },
7116
+ "CrawlerName": {}
7117
+ }
7118
+ }
7119
+ },
7120
+ "S8k": {
7121
+ "type": "structure",
7122
+ "members": {
7123
+ "Logical": {},
7124
+ "Conditions": {
7125
+ "type": "list",
7126
+ "member": {
7127
+ "type": "structure",
7128
+ "members": {
7129
+ "LogicalOperator": {},
7130
+ "JobName": {},
7131
+ "State": {},
7132
+ "CrawlerName": {},
7133
+ "CrawlState": {}
7134
+ }
7135
+ }
7136
+ }
7137
+ }
7138
+ },
7139
+ "S8r": {
7140
+ "type": "structure",
7141
+ "required": [
7142
+ "BatchSize"
7143
+ ],
7144
+ "members": {
7145
+ "BatchSize": {
7146
+ "type": "integer"
7147
+ },
7148
+ "BatchWindow": {
7149
+ "type": "integer"
7150
+ }
7151
+ }
7152
+ },
7153
+ "S8v": {
7154
+ "type": "list",
7155
+ "member": {}
7156
+ },
7157
+ "S8y": {
7158
+ "type": "structure",
7159
+ "members": {
7160
+ "Name": {},
7161
+ "Description": {},
7162
+ "DefaultRunProperties": {
7163
+ "shape": "S8z"
7164
+ },
7165
+ "CreatedOn": {
7166
+ "type": "timestamp"
7167
+ },
7168
+ "LastModifiedOn": {
7169
+ "type": "timestamp"
7170
+ },
7171
+ "LastRun": {
7172
+ "shape": "S90"
7173
+ },
7174
+ "Graph": {
7175
+ "shape": "S93"
7176
+ },
7177
+ "MaxConcurrentRuns": {
7178
+ "type": "integer"
7179
+ },
7180
+ "BlueprintDetails": {
7181
+ "type": "structure",
7182
+ "members": {
7183
+ "BlueprintName": {},
7184
+ "RunId": {}
7185
+ }
7186
+ }
7187
+ }
7188
+ },
7189
+ "S8z": {
7190
+ "type": "map",
7191
+ "key": {},
7192
+ "value": {}
7193
+ },
7194
+ "S90": {
7195
+ "type": "structure",
7196
+ "members": {
7197
+ "Name": {},
7198
+ "WorkflowRunId": {},
7199
+ "PreviousRunId": {},
7200
+ "WorkflowRunProperties": {
7201
+ "shape": "S8z"
7202
+ },
7203
+ "StartedOn": {
7204
+ "type": "timestamp"
7205
+ },
7206
+ "CompletedOn": {
7207
+ "type": "timestamp"
7208
+ },
7209
+ "Status": {},
7210
+ "ErrorMessage": {},
7211
+ "Statistics": {
7212
+ "type": "structure",
7213
+ "members": {
7214
+ "TotalActions": {
7215
+ "type": "integer"
7216
+ },
7217
+ "TimeoutActions": {
7218
+ "type": "integer"
7219
+ },
7220
+ "FailedActions": {
7221
+ "type": "integer"
7222
+ },
7223
+ "StoppedActions": {
7224
+ "type": "integer"
7225
+ },
7226
+ "SucceededActions": {
7227
+ "type": "integer"
7228
+ },
7229
+ "RunningActions": {
7230
+ "type": "integer"
7231
+ }
7232
+ }
7233
+ },
7234
+ "Graph": {
7235
+ "shape": "S93"
7236
+ },
7237
+ "StartingEventBatchCondition": {
7238
+ "type": "structure",
7239
+ "members": {
7240
+ "BatchSize": {
7241
+ "type": "integer"
7242
+ },
7243
+ "BatchWindow": {
7244
+ "type": "integer"
7245
+ }
7246
+ }
7247
+ }
7248
+ }
7249
+ },
7250
+ "S93": {
7251
+ "type": "structure",
7252
+ "members": {
7253
+ "Nodes": {
7254
+ "type": "list",
7255
+ "member": {
7256
+ "type": "structure",
7257
+ "members": {
7258
+ "Type": {},
7259
+ "Name": {},
7260
+ "UniqueId": {},
7261
+ "TriggerDetails": {
7262
+ "type": "structure",
7263
+ "members": {
7264
+ "Trigger": {
7265
+ "shape": "S8e"
7266
+ }
7267
+ }
7268
+ },
7269
+ "JobDetails": {
7270
+ "type": "structure",
7271
+ "members": {
5909
7272
  "JobRuns": {
5910
- "shape": "S5p"
7273
+ "shape": "S99"
5911
7274
  }
5912
7275
  }
5913
7276
  },
@@ -5949,13 +7312,13 @@
5949
7312
  }
5950
7313
  }
5951
7314
  },
5952
- "S5p": {
7315
+ "S99": {
5953
7316
  "type": "list",
5954
7317
  "member": {
5955
- "shape": "S5q"
7318
+ "shape": "S9a"
5956
7319
  }
5957
7320
  },
5958
- "S5q": {
7321
+ "S9a": {
5959
7322
  "type": "structure",
5960
7323
  "members": {
5961
7324
  "Id": {},
@@ -6018,20 +7381,20 @@
6018
7381
  }
6019
7382
  }
6020
7383
  },
6021
- "S6c": {
7384
+ "S9w": {
6022
7385
  "type": "list",
6023
7386
  "member": {}
6024
7387
  },
6025
- "S6u": {
7388
+ "Sae": {
6026
7389
  "type": "map",
6027
7390
  "key": {},
6028
7391
  "value": {}
6029
7392
  },
6030
- "S7b": {
7393
+ "Sav": {
6031
7394
  "type": "list",
6032
7395
  "member": {}
6033
7396
  },
6034
- "S7e": {
7397
+ "Say": {
6035
7398
  "type": "structure",
6036
7399
  "required": [
6037
7400
  "Name",
@@ -6043,26 +7406,26 @@
6043
7406
  "Description": {},
6044
7407
  "ConnectionType": {},
6045
7408
  "MatchCriteria": {
6046
- "shape": "S7g"
7409
+ "shape": "Sb0"
6047
7410
  },
6048
7411
  "ConnectionProperties": {
6049
- "shape": "S7h"
7412
+ "shape": "Sb1"
6050
7413
  },
6051
7414
  "PhysicalConnectionRequirements": {
6052
- "shape": "S7j"
7415
+ "shape": "Sb3"
6053
7416
  }
6054
7417
  }
6055
7418
  },
6056
- "S7g": {
7419
+ "Sb0": {
6057
7420
  "type": "list",
6058
7421
  "member": {}
6059
7422
  },
6060
- "S7h": {
7423
+ "Sb1": {
6061
7424
  "type": "map",
6062
7425
  "key": {},
6063
7426
  "value": {}
6064
7427
  },
6065
- "S7j": {
7428
+ "Sb3": {
6066
7429
  "type": "structure",
6067
7430
  "members": {
6068
7431
  "SubnetId": {},
@@ -6073,7 +7436,7 @@
6073
7436
  "AvailabilityZone": {}
6074
7437
  }
6075
7438
  },
6076
- "S7r": {
7439
+ "Sbb": {
6077
7440
  "type": "structure",
6078
7441
  "required": [
6079
7442
  "Name"
@@ -6086,14 +7449,14 @@
6086
7449
  "shape": "Se"
6087
7450
  },
6088
7451
  "CreateTableDefaultPermissions": {
6089
- "shape": "S7t"
7452
+ "shape": "Sbd"
6090
7453
  },
6091
7454
  "TargetDatabase": {
6092
- "shape": "S7z"
7455
+ "shape": "Sbj"
6093
7456
  }
6094
7457
  }
6095
7458
  },
6096
- "S7t": {
7459
+ "Sbd": {
6097
7460
  "type": "list",
6098
7461
  "member": {
6099
7462
  "type": "structure",
@@ -6111,14 +7474,14 @@
6111
7474
  }
6112
7475
  }
6113
7476
  },
6114
- "S7z": {
7477
+ "Sbj": {
6115
7478
  "type": "structure",
6116
7479
  "members": {
6117
7480
  "CatalogId": {},
6118
7481
  "DatabaseName": {}
6119
7482
  }
6120
7483
  },
6121
- "S86": {
7484
+ "Sbq": {
6122
7485
  "type": "list",
6123
7486
  "member": {
6124
7487
  "type": "structure",
@@ -6134,7 +7497,7 @@
6134
7497
  }
6135
7498
  }
6136
7499
  },
6137
- "S88": {
7500
+ "Sbs": {
6138
7501
  "type": "structure",
6139
7502
  "required": [
6140
7503
  "TransformType"
@@ -6158,7 +7521,7 @@
6158
7521
  }
6159
7522
  }
6160
7523
  },
6161
- "S8d": {
7524
+ "Sbx": {
6162
7525
  "type": "structure",
6163
7526
  "members": {
6164
7527
  "MlUserDataEncryption": {
@@ -6174,7 +7537,7 @@
6174
7537
  "TaskRunSecurityConfigurationName": {}
6175
7538
  }
6176
7539
  },
6177
- "S8k": {
7540
+ "Sc4": {
6178
7541
  "type": "structure",
6179
7542
  "required": [
6180
7543
  "Keys",
@@ -6188,14 +7551,14 @@
6188
7551
  "IndexName": {}
6189
7552
  }
6190
7553
  },
6191
- "S8q": {
7554
+ "Sca": {
6192
7555
  "type": "structure",
6193
7556
  "members": {
6194
7557
  "RegistryName": {},
6195
7558
  "RegistryArn": {}
6196
7559
  }
6197
7560
  },
6198
- "S8x": {
7561
+ "Sch": {
6199
7562
  "type": "list",
6200
7563
  "member": {
6201
7564
  "type": "structure",
@@ -6208,7 +7571,7 @@
6208
7571
  "Id": {},
6209
7572
  "NodeType": {},
6210
7573
  "Args": {
6211
- "shape": "S91"
7574
+ "shape": "Scl"
6212
7575
  },
6213
7576
  "LineNumber": {
6214
7577
  "type": "integer"
@@ -6216,7 +7579,7 @@
6216
7579
  }
6217
7580
  }
6218
7581
  },
6219
- "S91": {
7582
+ "Scl": {
6220
7583
  "type": "list",
6221
7584
  "member": {
6222
7585
  "type": "structure",
@@ -6233,7 +7596,7 @@
6233
7596
  }
6234
7597
  }
6235
7598
  },
6236
- "S95": {
7599
+ "Scp": {
6237
7600
  "type": "list",
6238
7601
  "member": {
6239
7602
  "type": "structure",
@@ -6248,7 +7611,7 @@
6248
7611
  }
6249
7612
  }
6250
7613
  },
6251
- "S9c": {
7614
+ "Scw": {
6252
7615
  "type": "structure",
6253
7616
  "members": {
6254
7617
  "S3Encryption": {
@@ -6277,19 +7640,19 @@
6277
7640
  }
6278
7641
  }
6279
7642
  },
6280
- "S9o": {
7643
+ "Sd8": {
6281
7644
  "type": "structure",
6282
7645
  "members": {
6283
7646
  "Name": {},
6284
7647
  "PythonVersion": {}
6285
7648
  }
6286
7649
  },
6287
- "S9p": {
7650
+ "Sd9": {
6288
7651
  "type": "map",
6289
7652
  "key": {},
6290
7653
  "value": {}
6291
7654
  },
6292
- "S9s": {
7655
+ "Sdc": {
6293
7656
  "type": "structure",
6294
7657
  "members": {
6295
7658
  "Id": {},
@@ -6301,10 +7664,10 @@
6301
7664
  "Description": {},
6302
7665
  "Role": {},
6303
7666
  "Command": {
6304
- "shape": "S9o"
7667
+ "shape": "Sd8"
6305
7668
  },
6306
7669
  "DefaultArguments": {
6307
- "shape": "S9p"
7670
+ "shape": "Sd9"
6308
7671
  },
6309
7672
  "Connections": {
6310
7673
  "shape": "S4f"
@@ -6319,7 +7682,7 @@
6319
7682
  "GlueVersion": {}
6320
7683
  }
6321
7684
  },
6322
- "S9w": {
7685
+ "Sdg": {
6323
7686
  "type": "structure",
6324
7687
  "required": [
6325
7688
  "Name"
@@ -6350,11 +7713,11 @@
6350
7713
  "shape": "Se"
6351
7714
  },
6352
7715
  "TargetTable": {
6353
- "shape": "Sa0"
7716
+ "shape": "Sdk"
6354
7717
  }
6355
7718
  }
6356
7719
  },
6357
- "Sa0": {
7720
+ "Sdk": {
6358
7721
  "type": "structure",
6359
7722
  "members": {
6360
7723
  "CatalogId": {},
@@ -6362,7 +7725,7 @@
6362
7725
  "Name": {}
6363
7726
  }
6364
7727
  },
6365
- "Sa7": {
7728
+ "Sdq": {
6366
7729
  "type": "structure",
6367
7730
  "members": {
6368
7731
  "FunctionName": {},
@@ -6370,11 +7733,11 @@
6370
7733
  "OwnerName": {},
6371
7734
  "OwnerType": {},
6372
7735
  "ResourceUris": {
6373
- "shape": "Sa9"
7736
+ "shape": "Sds"
6374
7737
  }
6375
7738
  }
6376
7739
  },
6377
- "Sa9": {
7740
+ "Sds": {
6378
7741
  "type": "list",
6379
7742
  "member": {
6380
7743
  "type": "structure",
@@ -6384,7 +7747,7 @@
6384
7747
  }
6385
7748
  }
6386
7749
  },
6387
- "Sc2": {
7750
+ "Sfl": {
6388
7751
  "type": "structure",
6389
7752
  "members": {
6390
7753
  "BlueprintName": {},
@@ -6403,7 +7766,7 @@
6403
7766
  "RoleArn": {}
6404
7767
  }
6405
7768
  },
6406
- "Scg": {
7769
+ "Sfz": {
6407
7770
  "type": "structure",
6408
7771
  "members": {
6409
7772
  "GrokClassifier": {
@@ -6490,7 +7853,7 @@
6490
7853
  "QuoteSymbol": {},
6491
7854
  "ContainsHeader": {},
6492
7855
  "Header": {
6493
- "shape": "S7b"
7856
+ "shape": "Sav"
6494
7857
  },
6495
7858
  "DisableValueTrimming": {
6496
7859
  "type": "boolean"
@@ -6502,17 +7865,17 @@
6502
7865
  }
6503
7866
  }
6504
7867
  },
6505
- "Scq": {
7868
+ "Sg9": {
6506
7869
  "type": "list",
6507
7870
  "member": {}
6508
7871
  },
6509
- "Scs": {
7872
+ "Sgb": {
6510
7873
  "type": "list",
6511
7874
  "member": {
6512
- "shape": "Sct"
7875
+ "shape": "Sgc"
6513
7876
  }
6514
7877
  },
6515
- "Sct": {
7878
+ "Sgc": {
6516
7879
  "type": "structure",
6517
7880
  "required": [
6518
7881
  "ColumnName",
@@ -6581,10 +7944,10 @@
6581
7944
  ],
6582
7945
  "members": {
6583
7946
  "MinimumValue": {
6584
- "shape": "Sd1"
7947
+ "shape": "Sgk"
6585
7948
  },
6586
7949
  "MaximumValue": {
6587
- "shape": "Sd1"
7950
+ "shape": "Sgk"
6588
7951
  },
6589
7952
  "NumberOfNulls": {
6590
7953
  "type": "long"
@@ -6682,7 +8045,7 @@
6682
8045
  }
6683
8046
  }
6684
8047
  },
6685
- "Sd1": {
8048
+ "Sgk": {
6686
8049
  "type": "structure",
6687
8050
  "required": [
6688
8051
  "UnscaledValue",
@@ -6697,7 +8060,7 @@
6697
8060
  }
6698
8061
  }
6699
8062
  },
6700
- "Sda": {
8063
+ "Sgt": {
6701
8064
  "type": "list",
6702
8065
  "member": {
6703
8066
  "type": "structure",
@@ -6709,20 +8072,20 @@
6709
8072
  }
6710
8073
  }
6711
8074
  },
6712
- "Sdg": {
8075
+ "Sgz": {
6713
8076
  "type": "structure",
6714
8077
  "members": {
6715
8078
  "Name": {},
6716
8079
  "Description": {},
6717
8080
  "ConnectionType": {},
6718
8081
  "MatchCriteria": {
6719
- "shape": "S7g"
8082
+ "shape": "Sb0"
6720
8083
  },
6721
8084
  "ConnectionProperties": {
6722
- "shape": "S7h"
8085
+ "shape": "Sb1"
6723
8086
  },
6724
8087
  "PhysicalConnectionRequirements": {
6725
- "shape": "S7j"
8088
+ "shape": "Sb3"
6726
8089
  },
6727
8090
  "CreationTime": {
6728
8091
  "type": "timestamp"
@@ -6733,7 +8096,7 @@
6733
8096
  "LastUpdatedBy": {}
6734
8097
  }
6735
8098
  },
6736
- "Sdx": {
8099
+ "Shg": {
6737
8100
  "type": "structure",
6738
8101
  "members": {
6739
8102
  "EncryptionAtRest": {
@@ -6760,7 +8123,7 @@
6760
8123
  }
6761
8124
  }
6762
8125
  },
6763
- "Se3": {
8126
+ "Shm": {
6764
8127
  "type": "structure",
6765
8128
  "required": [
6766
8129
  "Name"
@@ -6776,15 +8139,15 @@
6776
8139
  "type": "timestamp"
6777
8140
  },
6778
8141
  "CreateTableDefaultPermissions": {
6779
- "shape": "S7t"
8142
+ "shape": "Sbd"
6780
8143
  },
6781
8144
  "TargetDatabase": {
6782
- "shape": "S7z"
8145
+ "shape": "Sbj"
6783
8146
  },
6784
8147
  "CatalogId": {}
6785
8148
  }
6786
8149
  },
6787
- "Sel": {
8150
+ "Si4": {
6788
8151
  "type": "structure",
6789
8152
  "members": {
6790
8153
  "JobName": {},
@@ -6802,7 +8165,7 @@
6802
8165
  "JobBookmark": {}
6803
8166
  }
6804
8167
  },
6805
- "Sev": {
8168
+ "Sie": {
6806
8169
  "type": "structure",
6807
8170
  "members": {
6808
8171
  "TaskType": {},
@@ -6837,7 +8200,7 @@
6837
8200
  }
6838
8201
  }
6839
8202
  },
6840
- "Sfe": {
8203
+ "Six": {
6841
8204
  "type": "structure",
6842
8205
  "required": [
6843
8206
  "TransformType"
@@ -6892,7 +8255,7 @@
6892
8255
  }
6893
8256
  }
6894
8257
  },
6895
- "Sfl": {
8258
+ "Sj4": {
6896
8259
  "type": "list",
6897
8260
  "member": {
6898
8261
  "type": "structure",
@@ -6902,7 +8265,7 @@
6902
8265
  }
6903
8266
  }
6904
8267
  },
6905
- "Sfo": {
8268
+ "Sj7": {
6906
8269
  "type": "structure",
6907
8270
  "members": {
6908
8271
  "Name": {},
@@ -6922,11 +8285,11 @@
6922
8285
  "type": "timestamp"
6923
8286
  },
6924
8287
  "Schema": {
6925
- "shape": "Sfl"
8288
+ "shape": "Sj4"
6926
8289
  }
6927
8290
  }
6928
8291
  },
6929
- "Sfp": {
8292
+ "Sj8": {
6930
8293
  "type": "structure",
6931
8294
  "required": [
6932
8295
  "Column",
@@ -6937,7 +8300,7 @@
6937
8300
  "SortDirection": {}
6938
8301
  }
6939
8302
  },
6940
- "Sfv": {
8303
+ "Sje": {
6941
8304
  "type": "structure",
6942
8305
  "required": [
6943
8306
  "DatabaseName",
@@ -6948,27 +8311,27 @@
6948
8311
  "TableName": {}
6949
8312
  }
6950
8313
  },
6951
- "Sfw": {
8314
+ "Sjf": {
6952
8315
  "type": "list",
6953
8316
  "member": {
6954
- "shape": "Sfv"
8317
+ "shape": "Sje"
6955
8318
  }
6956
8319
  },
6957
- "Sfx": {
8320
+ "Sjg": {
6958
8321
  "type": "structure",
6959
8322
  "members": {
6960
8323
  "Jdbc": {
6961
- "shape": "S91"
8324
+ "shape": "Scl"
6962
8325
  },
6963
8326
  "S3": {
6964
- "shape": "S91"
8327
+ "shape": "Scl"
6965
8328
  },
6966
8329
  "DynamoDB": {
6967
- "shape": "S91"
8330
+ "shape": "Scl"
6968
8331
  }
6969
8332
  }
6970
8333
  },
6971
- "Sfz": {
8334
+ "Sji": {
6972
8335
  "type": "list",
6973
8336
  "member": {
6974
8337
  "type": "structure",
@@ -6982,7 +8345,7 @@
6982
8345
  }
6983
8346
  }
6984
8347
  },
6985
- "Sgj": {
8348
+ "Sk2": {
6986
8349
  "type": "structure",
6987
8350
  "required": [
6988
8351
  "SegmentNumber",
@@ -6997,7 +8360,7 @@
6997
8360
  }
6998
8361
  }
6999
8362
  },
7000
- "Sh6": {
8363
+ "Skp": {
7001
8364
  "type": "structure",
7002
8365
  "members": {
7003
8366
  "LatestVersion": {
@@ -7008,7 +8371,7 @@
7008
8371
  }
7009
8372
  }
7010
8373
  },
7011
- "Shf": {
8374
+ "Sky": {
7012
8375
  "type": "structure",
7013
8376
  "members": {
7014
8377
  "Name": {},
@@ -7016,11 +8379,11 @@
7016
8379
  "type": "timestamp"
7017
8380
  },
7018
8381
  "EncryptionConfiguration": {
7019
- "shape": "S9c"
8382
+ "shape": "Scw"
7020
8383
  }
7021
8384
  }
7022
8385
  },
7023
- "Shn": {
8386
+ "Sl6": {
7024
8387
  "type": "structure",
7025
8388
  "members": {
7026
8389
  "Id": {
@@ -7059,7 +8422,7 @@
7059
8422
  }
7060
8423
  }
7061
8424
  },
7062
- "Shu": {
8425
+ "Sld": {
7063
8426
  "type": "structure",
7064
8427
  "required": [
7065
8428
  "Name"
@@ -7101,28 +8464,28 @@
7101
8464
  "type": "boolean"
7102
8465
  },
7103
8466
  "TargetTable": {
7104
- "shape": "Sa0"
8467
+ "shape": "Sdk"
7105
8468
  },
7106
8469
  "CatalogId": {},
7107
8470
  "VersionId": {}
7108
8471
  }
7109
8472
  },
7110
- "Shx": {
8473
+ "Slg": {
7111
8474
  "type": "structure",
7112
8475
  "members": {
7113
8476
  "Table": {
7114
- "shape": "Shu"
8477
+ "shape": "Sld"
7115
8478
  },
7116
8479
  "VersionId": {}
7117
8480
  }
7118
8481
  },
7119
- "Si4": {
8482
+ "Sln": {
7120
8483
  "type": "list",
7121
8484
  "member": {
7122
- "shape": "Shu"
8485
+ "shape": "Sld"
7123
8486
  }
7124
8487
  },
7125
- "Sic": {
8488
+ "Slv": {
7126
8489
  "type": "structure",
7127
8490
  "members": {
7128
8491
  "AdditionalAuditContext": {},
@@ -7135,11 +8498,11 @@
7135
8498
  }
7136
8499
  }
7137
8500
  },
7138
- "Sif": {
8501
+ "Sly": {
7139
8502
  "type": "list",
7140
8503
  "member": {}
7141
8504
  },
7142
- "Sis": {
8505
+ "Smb": {
7143
8506
  "type": "structure",
7144
8507
  "members": {
7145
8508
  "FunctionName": {},
@@ -7151,35 +8514,35 @@
7151
8514
  "type": "timestamp"
7152
8515
  },
7153
8516
  "ResourceUris": {
7154
- "shape": "Sa9"
8517
+ "shape": "Sds"
7155
8518
  },
7156
8519
  "CatalogId": {}
7157
8520
  }
7158
8521
  },
7159
- "Ski": {
8522
+ "So1": {
7160
8523
  "type": "structure",
7161
8524
  "members": {
7162
8525
  "MetadataKey": {},
7163
8526
  "MetadataValue": {}
7164
8527
  }
7165
8528
  },
7166
- "Sl3": {
8529
+ "Som": {
7167
8530
  "type": "list",
7168
8531
  "member": {}
7169
8532
  },
7170
- "Smo": {
8533
+ "Sq7": {
7171
8534
  "type": "list",
7172
8535
  "member": {
7173
- "shape": "Sct"
8536
+ "shape": "Sgc"
7174
8537
  }
7175
8538
  },
7176
- "Smq": {
8539
+ "Sq9": {
7177
8540
  "type": "list",
7178
8541
  "member": {
7179
8542
  "type": "structure",
7180
8543
  "members": {
7181
8544
  "ColumnStatistics": {
7182
- "shape": "Sct"
8545
+ "shape": "Sgc"
7183
8546
  },
7184
8547
  "Error": {
7185
8548
  "shape": "S14"