@pgarbe/cdk-ecr-sync 0.5.26 → 0.5.29
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.
- package/.gitattributes +0 -1
- package/.jsii +5 -5
- package/.projenrc.ts +5 -3
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +1 -0
- package/lib/ecr-sync.d.ts.map +1 -0
- package/lib/ecr-sync.js +1 -1
- package/lib/image.d.ts +1 -0
- package/lib/image.d.ts.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/lambda/docker-adapter.d.ts +1 -0
- package/lib/lambda/docker-adapter.d.ts.map +1 -0
- package/lib/lambda/ecr-adapter.d.ts +1 -0
- package/lib/lambda/ecr-adapter.d.ts.map +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
- package/node_modules/aws-sdk/CHANGELOG.md +384 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +56 -25
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +68 -50
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +47 -7
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +144 -65
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/apigateway-2015-07-09.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +177 -113
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +206 -44
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +9 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +79 -33
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +31 -46
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +113 -90
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
- package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +143 -94
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +1374 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +62 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.waiters2.json +4 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +107 -45
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +206 -125
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +16 -11
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +25 -2
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +119 -118
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +143 -2
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +217 -113
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +552 -134
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +537 -200
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +41 -38
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +83 -4
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +144 -74
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +213 -119
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
- package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +10 -2
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +10 -4
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1098 -848
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +14 -11
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +4 -1
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +10 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
- package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +262 -19
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +14 -0
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +454 -7
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +107 -15
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +265 -82
- package/node_modules/aws-sdk/apis/fms-2018-01-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +297 -61
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +120 -98
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.examples.json +5 -0
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +1376 -0
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +2257 -440
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +194 -19
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +107 -73
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +280 -202
- package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iot-data-2015-05-28.min.json +1 -1
- package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
- package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +516 -168
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +75 -68
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +95 -48
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +324 -83
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +562 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +239 -9
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +80 -12
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +418 -149
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +54 -2
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +117 -56
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +20 -12
- package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +2 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +165 -41
- package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +0 -1
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +31 -28
- package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +83 -27
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +151 -120
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +222 -154
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +16 -13
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +402 -153
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +20 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +15 -19
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +0 -2
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +47 -11
- package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
- package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +77 -62
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +74 -0
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +414 -346
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +197 -47
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +4 -1
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +186 -44
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +289 -413
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +0 -12
- package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +41 -23
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +13 -3
- package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.min.json +49 -3
- package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +97 -97
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +772 -239
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +52 -51
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +64 -24
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +722 -689
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +15 -13
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +378 -304
- package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +16 -8
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +8 -2
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +333 -294
- package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +41 -36
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +82 -45
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +31 -25
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +59 -48
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +27 -8
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +45 -0
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +19 -18
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +313 -131
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +60 -19
- package/node_modules/aws-sdk/apis/worklink-2018-09-25.min.json +99 -33
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +195 -27
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
- package/node_modules/aws-sdk/clients/acmpca.d.ts +72 -36
- package/node_modules/aws-sdk/clients/all.d.ts +6 -0
- package/node_modules/aws-sdk/clients/all.js +7 -1
- package/node_modules/aws-sdk/clients/amplify.d.ts +12 -7
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +48 -12
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +142 -18
- package/node_modules/aws-sdk/clients/appflow.d.ts +80 -1
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
- package/node_modules/aws-sdk/clients/apprunner.d.ts +195 -11
- package/node_modules/aws-sdk/clients/appstream.d.ts +13 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +70 -9
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +8 -8
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +62 -34
- package/node_modules/aws-sdk/clients/backup.d.ts +49 -25
- package/node_modules/aws-sdk/clients/batch.d.ts +120 -52
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +1554 -0
- package/node_modules/aws-sdk/clients/billingconductor.js +19 -0
- package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
- package/node_modules/aws-sdk/clients/budgets.d.ts +107 -48
- package/node_modules/aws-sdk/clients/chime.d.ts +10 -6
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +31 -5
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +24 -24
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +34 -26
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +44 -12
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +78 -73
- package/node_modules/aws-sdk/clients/comprehend.d.ts +218 -24
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
- package/node_modules/aws-sdk/clients/configservice.d.ts +220 -49
- package/node_modules/aws-sdk/clients/connect.d.ts +539 -9
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +91 -5
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +365 -2
- package/node_modules/aws-sdk/clients/databrew.d.ts +8 -3
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +117 -0
- package/node_modules/aws-sdk/clients/datasync.d.ts +103 -16
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +109 -3
- package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
- package/node_modules/aws-sdk/clients/docdb.d.ts +56 -40
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +10 -2
- package/node_modules/aws-sdk/clients/ebs.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +450 -138
- package/node_modules/aws-sdk/clients/ecr.d.ts +10 -5
- package/node_modules/aws-sdk/clients/ecs.d.ts +51 -35
- package/node_modules/aws-sdk/clients/efs.d.ts +40 -40
- package/node_modules/aws-sdk/clients/eks.d.ts +14 -14
- package/node_modules/aws-sdk/clients/elasticache.d.ts +14 -10
- package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +380 -7
- package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
- package/node_modules/aws-sdk/clients/evidently.d.ts +19 -7
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +520 -46
- package/node_modules/aws-sdk/clients/fis.d.ts +124 -0
- package/node_modules/aws-sdk/clients/fms.d.ts +333 -3
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +355 -18
- package/node_modules/aws-sdk/clients/fsx.d.ts +95 -63
- package/node_modules/aws-sdk/clients/gamelift.d.ts +186 -186
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +1344 -0
- package/node_modules/aws-sdk/clients/gamesparks.js +18 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +2581 -181
- package/node_modules/aws-sdk/clients/grafana.d.ts +153 -6
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +55 -24
- package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
- package/node_modules/aws-sdk/clients/iam.d.ts +10 -10
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +55 -6
- package/node_modules/aws-sdk/clients/iot.d.ts +87 -21
- package/node_modules/aws-sdk/clients/iotdata.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
- package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +369 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +25 -8
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
- package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
- package/node_modules/aws-sdk/clients/ivschat.js +18 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +50 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +408 -93
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +652 -0
- package/node_modules/aws-sdk/clients/keyspaces.js +19 -0
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
- package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
- package/node_modules/aws-sdk/clients/kms.d.ts +209 -119
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/lambda.d.ts +319 -16
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lightsail.d.ts +175 -64
- package/node_modules/aws-sdk/clients/location.d.ts +28 -19
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +165 -0
- package/node_modules/aws-sdk/clients/lookoutvision.d.ts +4 -4
- package/node_modules/aws-sdk/clients/macie.d.ts +50 -50
- package/node_modules/aws-sdk/clients/macie2.d.ts +7 -2
- package/node_modules/aws-sdk/clients/mediaconnect.d.ts +47 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +63 -17
- package/node_modules/aws-sdk/clients/medialive.d.ts +79 -3
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +5 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +316 -12
- package/node_modules/aws-sdk/clients/mgn.d.ts +63 -50
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +17 -17
- package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
- package/node_modules/aws-sdk/clients/organizations.d.ts +146 -131
- package/node_modules/aws-sdk/clients/outposts.d.ts +94 -22
- package/node_modules/aws-sdk/clients/panorama.d.ts +467 -406
- package/node_modules/aws-sdk/clients/personalize.d.ts +196 -30
- package/node_modules/aws-sdk/clients/pi.d.ts +26 -26
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +4 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +2367 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.js +19 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +3 -3
- package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
- package/node_modules/aws-sdk/clients/proton.d.ts +105 -101
- package/node_modules/aws-sdk/clients/quicksight.d.ts +151 -17
- package/node_modules/aws-sdk/clients/ram.d.ts +5 -5
- package/node_modules/aws-sdk/clients/rds.d.ts +587 -766
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
- package/node_modules/aws-sdk/clients/redshift.d.ts +68 -30
- package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
- package/node_modules/aws-sdk/clients/robomaker.d.ts +7 -6
- package/node_modules/aws-sdk/clients/route53.d.ts +12 -12
- package/node_modules/aws-sdk/clients/route53recoverycluster.d.ts +82 -10
- package/node_modules/aws-sdk/clients/s3.d.ts +735 -204
- package/node_modules/aws-sdk/clients/s3control.d.ts +8 -3
- package/node_modules/aws-sdk/clients/s3outposts.d.ts +50 -18
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +225 -175
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +151 -7
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +8 -4
- package/node_modules/aws-sdk/clients/sns.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssm.d.ts +90 -37
- package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +21 -7
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +24 -24
- package/node_modules/aws-sdk/clients/sts.d.ts +5 -5
- package/node_modules/aws-sdk/clients/synthetics.d.ts +10 -5
- package/node_modules/aws-sdk/clients/textract.d.ts +47 -14
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +113 -103
- package/node_modules/aws-sdk/clients/transfer.d.ts +82 -14
- package/node_modules/aws-sdk/clients/transfer.js +1 -0
- package/node_modules/aws-sdk/clients/translate.d.ts +2 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +274 -34
- package/node_modules/aws-sdk/clients/wisdom.d.ts +77 -32
- package/node_modules/aws-sdk/clients/workspaces.d.ts +243 -4
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +11 -6
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1322 -1034
- package/node_modules/aws-sdk/dist/aws-sdk.js +6144 -3175
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -92
- package/node_modules/aws-sdk/lib/config-base.d.ts +1 -0
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +12 -0
- package/node_modules/aws-sdk/lib/core.d.ts +1 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/credential_provider_chain.js +1 -0
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.d.ts +28 -18
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.js +75 -18
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +14 -0
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +179 -0
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +8 -0
- package/node_modules/aws-sdk/lib/model/operation.js +6 -1
- package/node_modules/aws-sdk/lib/node_loader.js +2 -0
- package/node_modules/aws-sdk/lib/param_validator.js +1 -2
- package/node_modules/aws-sdk/lib/region_config_data.json +10 -0
- package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +2 -1
- package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +8 -5
- package/node_modules/jszip/.github/workflows/pr.yaml +41 -0
- package/node_modules/jszip/CHANGES.md +20 -1
- package/node_modules/jszip/LICENSE.markdown +1 -1
- package/node_modules/jszip/README.markdown +1 -3
- package/node_modules/jszip/dist/jszip.js +229 -16
- package/node_modules/jszip/dist/jszip.min.js +4 -4
- package/node_modules/jszip/index.d.ts +80 -15
- package/node_modules/jszip/lib/index.js +1 -1
- package/node_modules/jszip/lib/license_header.js +2 -2
- package/node_modules/jszip/lib/load.js +8 -1
- package/node_modules/jszip/lib/utils.js +28 -3
- package/node_modules/jszip/package.json +10 -9
- package/node_modules/jszip/tsconfig.json +101 -0
- package/node_modules/jszip/vendor/FileSaver.js +1 -1
- package/node_modules/setimmediate/LICENSE.txt +20 -0
- package/node_modules/setimmediate/package.json +30 -0
- package/node_modules/setimmediate/setImmediate.js +186 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/.npmignore +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/CHANGELOG.md +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/LICENSE +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/README.md +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/Utility.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLAttribute.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLCData.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLComment.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDAttList.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDElement.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDEntity.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDNotation.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDeclaration.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocType.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocument.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocumentCB.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLElement.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLNode.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLProcessingInstruction.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLRaw.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStreamWriter.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringWriter.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringifier.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLText.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLWriterBase.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/index.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/package.json +0 -0
- package/package.json +18 -13
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/set-immediate-shim/index.js +0 -7
- package/node_modules/set-immediate-shim/package.json +0 -34
- package/node_modules/set-immediate-shim/readme.md +0 -31
|
@@ -230,6 +230,30 @@
|
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
232
|
},
|
|
233
|
+
"BatchGetCustomEntityTypes": {
|
|
234
|
+
"input": {
|
|
235
|
+
"type": "structure",
|
|
236
|
+
"required": [
|
|
237
|
+
"Names"
|
|
238
|
+
],
|
|
239
|
+
"members": {
|
|
240
|
+
"Names": {
|
|
241
|
+
"shape": "S3l"
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
"output": {
|
|
246
|
+
"type": "structure",
|
|
247
|
+
"members": {
|
|
248
|
+
"CustomEntityTypes": {
|
|
249
|
+
"shape": "S3n"
|
|
250
|
+
},
|
|
251
|
+
"CustomEntityTypesNotFound": {
|
|
252
|
+
"shape": "S3l"
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
},
|
|
233
257
|
"BatchGetDevEndpoints": {
|
|
234
258
|
"input": {
|
|
235
259
|
"type": "structure",
|
|
@@ -238,7 +262,7 @@
|
|
|
238
262
|
],
|
|
239
263
|
"members": {
|
|
240
264
|
"DevEndpointNames": {
|
|
241
|
-
"shape": "
|
|
265
|
+
"shape": "S3r"
|
|
242
266
|
}
|
|
243
267
|
}
|
|
244
268
|
},
|
|
@@ -246,10 +270,10 @@
|
|
|
246
270
|
"type": "structure",
|
|
247
271
|
"members": {
|
|
248
272
|
"DevEndpoints": {
|
|
249
|
-
"shape": "
|
|
273
|
+
"shape": "S3t"
|
|
250
274
|
},
|
|
251
275
|
"DevEndpointsNotFound": {
|
|
252
|
-
"shape": "
|
|
276
|
+
"shape": "S3r"
|
|
253
277
|
}
|
|
254
278
|
}
|
|
255
279
|
}
|
|
@@ -262,7 +286,7 @@
|
|
|
262
286
|
],
|
|
263
287
|
"members": {
|
|
264
288
|
"JobNames": {
|
|
265
|
-
"shape": "
|
|
289
|
+
"shape": "S43"
|
|
266
290
|
}
|
|
267
291
|
}
|
|
268
292
|
},
|
|
@@ -270,10 +294,10 @@
|
|
|
270
294
|
"type": "structure",
|
|
271
295
|
"members": {
|
|
272
296
|
"Jobs": {
|
|
273
|
-
"shape": "
|
|
297
|
+
"shape": "S45"
|
|
274
298
|
},
|
|
275
299
|
"JobsNotFound": {
|
|
276
|
-
"shape": "
|
|
300
|
+
"shape": "S43"
|
|
277
301
|
}
|
|
278
302
|
}
|
|
279
303
|
}
|
|
@@ -291,7 +315,7 @@
|
|
|
291
315
|
"DatabaseName": {},
|
|
292
316
|
"TableName": {},
|
|
293
317
|
"PartitionsToGet": {
|
|
294
|
-
"shape": "
|
|
318
|
+
"shape": "S86"
|
|
295
319
|
}
|
|
296
320
|
}
|
|
297
321
|
},
|
|
@@ -299,10 +323,10 @@
|
|
|
299
323
|
"type": "structure",
|
|
300
324
|
"members": {
|
|
301
325
|
"Partitions": {
|
|
302
|
-
"shape": "
|
|
326
|
+
"shape": "S88"
|
|
303
327
|
},
|
|
304
328
|
"UnprocessedKeys": {
|
|
305
|
-
"shape": "
|
|
329
|
+
"shape": "S86"
|
|
306
330
|
}
|
|
307
331
|
}
|
|
308
332
|
}
|
|
@@ -315,7 +339,7 @@
|
|
|
315
339
|
],
|
|
316
340
|
"members": {
|
|
317
341
|
"TriggerNames": {
|
|
318
|
-
"shape": "
|
|
342
|
+
"shape": "S8b"
|
|
319
343
|
}
|
|
320
344
|
}
|
|
321
345
|
},
|
|
@@ -323,10 +347,10 @@
|
|
|
323
347
|
"type": "structure",
|
|
324
348
|
"members": {
|
|
325
349
|
"Triggers": {
|
|
326
|
-
"shape": "
|
|
350
|
+
"shape": "S8d"
|
|
327
351
|
},
|
|
328
352
|
"TriggersNotFound": {
|
|
329
|
-
"shape": "
|
|
353
|
+
"shape": "S8b"
|
|
330
354
|
}
|
|
331
355
|
}
|
|
332
356
|
}
|
|
@@ -339,7 +363,7 @@
|
|
|
339
363
|
],
|
|
340
364
|
"members": {
|
|
341
365
|
"Names": {
|
|
342
|
-
"shape": "
|
|
366
|
+
"shape": "S8v"
|
|
343
367
|
},
|
|
344
368
|
"IncludeGraph": {
|
|
345
369
|
"type": "boolean"
|
|
@@ -352,11 +376,11 @@
|
|
|
352
376
|
"Workflows": {
|
|
353
377
|
"type": "list",
|
|
354
378
|
"member": {
|
|
355
|
-
"shape": "
|
|
379
|
+
"shape": "S8y"
|
|
356
380
|
}
|
|
357
381
|
},
|
|
358
382
|
"MissingWorkflows": {
|
|
359
|
-
"shape": "
|
|
383
|
+
"shape": "S8v"
|
|
360
384
|
}
|
|
361
385
|
}
|
|
362
386
|
}
|
|
@@ -427,7 +451,7 @@
|
|
|
427
451
|
],
|
|
428
452
|
"members": {
|
|
429
453
|
"PartitionValueList": {
|
|
430
|
-
"shape": "
|
|
454
|
+
"shape": "S9w"
|
|
431
455
|
},
|
|
432
456
|
"PartitionInput": {
|
|
433
457
|
"shape": "S5"
|
|
@@ -446,7 +470,7 @@
|
|
|
446
470
|
"type": "structure",
|
|
447
471
|
"members": {
|
|
448
472
|
"PartitionValueList": {
|
|
449
|
-
"shape": "
|
|
473
|
+
"shape": "S9w"
|
|
450
474
|
},
|
|
451
475
|
"ErrorDetail": {
|
|
452
476
|
"shape": "S14"
|
|
@@ -478,6 +502,26 @@
|
|
|
478
502
|
}
|
|
479
503
|
}
|
|
480
504
|
},
|
|
505
|
+
"CancelStatement": {
|
|
506
|
+
"input": {
|
|
507
|
+
"type": "structure",
|
|
508
|
+
"required": [
|
|
509
|
+
"SessionId",
|
|
510
|
+
"Id"
|
|
511
|
+
],
|
|
512
|
+
"members": {
|
|
513
|
+
"SessionId": {},
|
|
514
|
+
"Id": {
|
|
515
|
+
"type": "integer"
|
|
516
|
+
},
|
|
517
|
+
"RequestOrigin": {}
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
"output": {
|
|
521
|
+
"type": "structure",
|
|
522
|
+
"members": {}
|
|
523
|
+
}
|
|
524
|
+
},
|
|
481
525
|
"CheckSchemaVersionValidity": {
|
|
482
526
|
"input": {
|
|
483
527
|
"type": "structure",
|
|
@@ -512,7 +556,7 @@
|
|
|
512
556
|
"Description": {},
|
|
513
557
|
"BlueprintLocation": {},
|
|
514
558
|
"Tags": {
|
|
515
|
-
"shape": "
|
|
559
|
+
"shape": "Sae"
|
|
516
560
|
}
|
|
517
561
|
}
|
|
518
562
|
},
|
|
@@ -575,7 +619,7 @@
|
|
|
575
619
|
"QuoteSymbol": {},
|
|
576
620
|
"ContainsHeader": {},
|
|
577
621
|
"Header": {
|
|
578
|
-
"shape": "
|
|
622
|
+
"shape": "Sav"
|
|
579
623
|
},
|
|
580
624
|
"DisableValueTrimming": {
|
|
581
625
|
"type": "boolean"
|
|
@@ -601,10 +645,10 @@
|
|
|
601
645
|
"members": {
|
|
602
646
|
"CatalogId": {},
|
|
603
647
|
"ConnectionInput": {
|
|
604
|
-
"shape": "
|
|
648
|
+
"shape": "Say"
|
|
605
649
|
},
|
|
606
650
|
"Tags": {
|
|
607
|
-
"shape": "
|
|
651
|
+
"shape": "Sae"
|
|
608
652
|
}
|
|
609
653
|
}
|
|
610
654
|
},
|
|
@@ -649,7 +693,7 @@
|
|
|
649
693
|
"Configuration": {},
|
|
650
694
|
"CrawlerSecurityConfiguration": {},
|
|
651
695
|
"Tags": {
|
|
652
|
-
"shape": "
|
|
696
|
+
"shape": "Sae"
|
|
653
697
|
}
|
|
654
698
|
}
|
|
655
699
|
},
|
|
@@ -658,6 +702,28 @@
|
|
|
658
702
|
"members": {}
|
|
659
703
|
}
|
|
660
704
|
},
|
|
705
|
+
"CreateCustomEntityType": {
|
|
706
|
+
"input": {
|
|
707
|
+
"type": "structure",
|
|
708
|
+
"required": [
|
|
709
|
+
"Name",
|
|
710
|
+
"RegexString"
|
|
711
|
+
],
|
|
712
|
+
"members": {
|
|
713
|
+
"Name": {},
|
|
714
|
+
"RegexString": {},
|
|
715
|
+
"ContextWords": {
|
|
716
|
+
"shape": "S3p"
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
"output": {
|
|
721
|
+
"type": "structure",
|
|
722
|
+
"members": {
|
|
723
|
+
"Name": {}
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
},
|
|
661
727
|
"CreateDatabase": {
|
|
662
728
|
"input": {
|
|
663
729
|
"type": "structure",
|
|
@@ -667,7 +733,7 @@
|
|
|
667
733
|
"members": {
|
|
668
734
|
"CatalogId": {},
|
|
669
735
|
"DatabaseInput": {
|
|
670
|
-
"shape": "
|
|
736
|
+
"shape": "Sbb"
|
|
671
737
|
}
|
|
672
738
|
}
|
|
673
739
|
},
|
|
@@ -687,12 +753,12 @@
|
|
|
687
753
|
"EndpointName": {},
|
|
688
754
|
"RoleArn": {},
|
|
689
755
|
"SecurityGroupIds": {
|
|
690
|
-
"shape": "
|
|
756
|
+
"shape": "S3w"
|
|
691
757
|
},
|
|
692
758
|
"SubnetId": {},
|
|
693
759
|
"PublicKey": {},
|
|
694
760
|
"PublicKeys": {
|
|
695
|
-
"shape": "
|
|
761
|
+
"shape": "S40"
|
|
696
762
|
},
|
|
697
763
|
"NumberOfNodes": {
|
|
698
764
|
"type": "integer"
|
|
@@ -706,10 +772,10 @@
|
|
|
706
772
|
"ExtraJarsS3Path": {},
|
|
707
773
|
"SecurityConfiguration": {},
|
|
708
774
|
"Tags": {
|
|
709
|
-
"shape": "
|
|
775
|
+
"shape": "Sae"
|
|
710
776
|
},
|
|
711
777
|
"Arguments": {
|
|
712
|
-
"shape": "
|
|
778
|
+
"shape": "S41"
|
|
713
779
|
}
|
|
714
780
|
}
|
|
715
781
|
},
|
|
@@ -719,7 +785,7 @@
|
|
|
719
785
|
"EndpointName": {},
|
|
720
786
|
"Status": {},
|
|
721
787
|
"SecurityGroupIds": {
|
|
722
|
-
"shape": "
|
|
788
|
+
"shape": "S3w"
|
|
723
789
|
},
|
|
724
790
|
"SubnetId": {},
|
|
725
791
|
"RoleArn": {},
|
|
@@ -745,7 +811,7 @@
|
|
|
745
811
|
"type": "timestamp"
|
|
746
812
|
},
|
|
747
813
|
"Arguments": {
|
|
748
|
-
"shape": "
|
|
814
|
+
"shape": "S41"
|
|
749
815
|
}
|
|
750
816
|
}
|
|
751
817
|
}
|
|
@@ -764,19 +830,19 @@
|
|
|
764
830
|
"LogUri": {},
|
|
765
831
|
"Role": {},
|
|
766
832
|
"ExecutionProperty": {
|
|
767
|
-
"shape": "
|
|
833
|
+
"shape": "S49"
|
|
768
834
|
},
|
|
769
835
|
"Command": {
|
|
770
|
-
"shape": "
|
|
836
|
+
"shape": "S4b"
|
|
771
837
|
},
|
|
772
838
|
"DefaultArguments": {
|
|
773
|
-
"shape": "
|
|
839
|
+
"shape": "S4e"
|
|
774
840
|
},
|
|
775
841
|
"NonOverridableArguments": {
|
|
776
|
-
"shape": "
|
|
842
|
+
"shape": "S4e"
|
|
777
843
|
},
|
|
778
844
|
"Connections": {
|
|
779
|
-
"shape": "
|
|
845
|
+
"shape": "S4f"
|
|
780
846
|
},
|
|
781
847
|
"MaxRetries": {
|
|
782
848
|
"type": "integer"
|
|
@@ -794,16 +860,19 @@
|
|
|
794
860
|
},
|
|
795
861
|
"SecurityConfiguration": {},
|
|
796
862
|
"Tags": {
|
|
797
|
-
"shape": "
|
|
863
|
+
"shape": "Sae"
|
|
798
864
|
},
|
|
799
865
|
"NotificationProperty": {
|
|
800
|
-
"shape": "
|
|
866
|
+
"shape": "S4j"
|
|
801
867
|
},
|
|
802
868
|
"GlueVersion": {},
|
|
803
869
|
"NumberOfWorkers": {
|
|
804
870
|
"type": "integer"
|
|
805
871
|
},
|
|
806
|
-
"WorkerType": {}
|
|
872
|
+
"WorkerType": {},
|
|
873
|
+
"CodeGenConfigurationNodes": {
|
|
874
|
+
"shape": "S4l"
|
|
875
|
+
}
|
|
807
876
|
}
|
|
808
877
|
},
|
|
809
878
|
"output": {
|
|
@@ -826,10 +895,10 @@
|
|
|
826
895
|
"Name": {},
|
|
827
896
|
"Description": {},
|
|
828
897
|
"InputRecordTables": {
|
|
829
|
-
"shape": "
|
|
898
|
+
"shape": "Sbq"
|
|
830
899
|
},
|
|
831
900
|
"Parameters": {
|
|
832
|
-
"shape": "
|
|
901
|
+
"shape": "Sbs"
|
|
833
902
|
},
|
|
834
903
|
"Role": {},
|
|
835
904
|
"GlueVersion": {},
|
|
@@ -847,10 +916,10 @@
|
|
|
847
916
|
"type": "integer"
|
|
848
917
|
},
|
|
849
918
|
"Tags": {
|
|
850
|
-
"shape": "
|
|
919
|
+
"shape": "Sae"
|
|
851
920
|
},
|
|
852
921
|
"TransformEncryption": {
|
|
853
|
-
"shape": "
|
|
922
|
+
"shape": "Sbx"
|
|
854
923
|
}
|
|
855
924
|
}
|
|
856
925
|
},
|
|
@@ -896,7 +965,7 @@
|
|
|
896
965
|
"DatabaseName": {},
|
|
897
966
|
"TableName": {},
|
|
898
967
|
"PartitionIndex": {
|
|
899
|
-
"shape": "
|
|
968
|
+
"shape": "Sc4"
|
|
900
969
|
}
|
|
901
970
|
}
|
|
902
971
|
},
|
|
@@ -915,7 +984,7 @@
|
|
|
915
984
|
"RegistryName": {},
|
|
916
985
|
"Description": {},
|
|
917
986
|
"Tags": {
|
|
918
|
-
"shape": "
|
|
987
|
+
"shape": "Sae"
|
|
919
988
|
}
|
|
920
989
|
}
|
|
921
990
|
},
|
|
@@ -926,7 +995,7 @@
|
|
|
926
995
|
"RegistryName": {},
|
|
927
996
|
"Description": {},
|
|
928
997
|
"Tags": {
|
|
929
|
-
"shape": "
|
|
998
|
+
"shape": "Sae"
|
|
930
999
|
}
|
|
931
1000
|
}
|
|
932
1001
|
}
|
|
@@ -940,14 +1009,14 @@
|
|
|
940
1009
|
],
|
|
941
1010
|
"members": {
|
|
942
1011
|
"RegistryId": {
|
|
943
|
-
"shape": "
|
|
1012
|
+
"shape": "Sca"
|
|
944
1013
|
},
|
|
945
1014
|
"SchemaName": {},
|
|
946
1015
|
"DataFormat": {},
|
|
947
1016
|
"Compatibility": {},
|
|
948
1017
|
"Description": {},
|
|
949
1018
|
"Tags": {
|
|
950
|
-
"shape": "
|
|
1019
|
+
"shape": "Sae"
|
|
951
1020
|
},
|
|
952
1021
|
"SchemaDefinition": {}
|
|
953
1022
|
}
|
|
@@ -973,7 +1042,7 @@
|
|
|
973
1042
|
},
|
|
974
1043
|
"SchemaStatus": {},
|
|
975
1044
|
"Tags": {
|
|
976
|
-
"shape": "
|
|
1045
|
+
"shape": "Sae"
|
|
977
1046
|
},
|
|
978
1047
|
"SchemaVersionId": {},
|
|
979
1048
|
"SchemaVersionStatus": {}
|
|
@@ -985,10 +1054,10 @@
|
|
|
985
1054
|
"type": "structure",
|
|
986
1055
|
"members": {
|
|
987
1056
|
"DagNodes": {
|
|
988
|
-
"shape": "
|
|
1057
|
+
"shape": "Sch"
|
|
989
1058
|
},
|
|
990
1059
|
"DagEdges": {
|
|
991
|
-
"shape": "
|
|
1060
|
+
"shape": "Scp"
|
|
992
1061
|
},
|
|
993
1062
|
"Language": {}
|
|
994
1063
|
}
|
|
@@ -1011,7 +1080,7 @@
|
|
|
1011
1080
|
"members": {
|
|
1012
1081
|
"Name": {},
|
|
1013
1082
|
"EncryptionConfiguration": {
|
|
1014
|
-
"shape": "
|
|
1083
|
+
"shape": "Scw"
|
|
1015
1084
|
}
|
|
1016
1085
|
}
|
|
1017
1086
|
},
|
|
@@ -1025,6 +1094,57 @@
|
|
|
1025
1094
|
}
|
|
1026
1095
|
}
|
|
1027
1096
|
},
|
|
1097
|
+
"CreateSession": {
|
|
1098
|
+
"input": {
|
|
1099
|
+
"type": "structure",
|
|
1100
|
+
"required": [
|
|
1101
|
+
"Id",
|
|
1102
|
+
"Role",
|
|
1103
|
+
"Command"
|
|
1104
|
+
],
|
|
1105
|
+
"members": {
|
|
1106
|
+
"Id": {},
|
|
1107
|
+
"Description": {},
|
|
1108
|
+
"Role": {},
|
|
1109
|
+
"Command": {
|
|
1110
|
+
"shape": "Sd8"
|
|
1111
|
+
},
|
|
1112
|
+
"Timeout": {
|
|
1113
|
+
"type": "integer"
|
|
1114
|
+
},
|
|
1115
|
+
"IdleTimeout": {
|
|
1116
|
+
"type": "integer"
|
|
1117
|
+
},
|
|
1118
|
+
"DefaultArguments": {
|
|
1119
|
+
"shape": "Sd9"
|
|
1120
|
+
},
|
|
1121
|
+
"Connections": {
|
|
1122
|
+
"shape": "S4f"
|
|
1123
|
+
},
|
|
1124
|
+
"MaxCapacity": {
|
|
1125
|
+
"type": "double"
|
|
1126
|
+
},
|
|
1127
|
+
"NumberOfWorkers": {
|
|
1128
|
+
"type": "integer"
|
|
1129
|
+
},
|
|
1130
|
+
"WorkerType": {},
|
|
1131
|
+
"SecurityConfiguration": {},
|
|
1132
|
+
"GlueVersion": {},
|
|
1133
|
+
"Tags": {
|
|
1134
|
+
"shape": "Sae"
|
|
1135
|
+
},
|
|
1136
|
+
"RequestOrigin": {}
|
|
1137
|
+
}
|
|
1138
|
+
},
|
|
1139
|
+
"output": {
|
|
1140
|
+
"type": "structure",
|
|
1141
|
+
"members": {
|
|
1142
|
+
"Session": {
|
|
1143
|
+
"shape": "Sdc"
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
1146
|
+
}
|
|
1147
|
+
},
|
|
1028
1148
|
"CreateTable": {
|
|
1029
1149
|
"input": {
|
|
1030
1150
|
"type": "structure",
|
|
@@ -1036,12 +1156,12 @@
|
|
|
1036
1156
|
"CatalogId": {},
|
|
1037
1157
|
"DatabaseName": {},
|
|
1038
1158
|
"TableInput": {
|
|
1039
|
-
"shape": "
|
|
1159
|
+
"shape": "Sdg"
|
|
1040
1160
|
},
|
|
1041
1161
|
"PartitionIndexes": {
|
|
1042
1162
|
"type": "list",
|
|
1043
1163
|
"member": {
|
|
1044
|
-
"shape": "
|
|
1164
|
+
"shape": "Sc4"
|
|
1045
1165
|
}
|
|
1046
1166
|
},
|
|
1047
1167
|
"TransactionId": {}
|
|
@@ -1066,20 +1186,20 @@
|
|
|
1066
1186
|
"Type": {},
|
|
1067
1187
|
"Schedule": {},
|
|
1068
1188
|
"Predicate": {
|
|
1069
|
-
"shape": "
|
|
1189
|
+
"shape": "S8k"
|
|
1070
1190
|
},
|
|
1071
1191
|
"Actions": {
|
|
1072
|
-
"shape": "
|
|
1192
|
+
"shape": "S8i"
|
|
1073
1193
|
},
|
|
1074
1194
|
"Description": {},
|
|
1075
1195
|
"StartOnCreation": {
|
|
1076
1196
|
"type": "boolean"
|
|
1077
1197
|
},
|
|
1078
1198
|
"Tags": {
|
|
1079
|
-
"shape": "
|
|
1199
|
+
"shape": "Sae"
|
|
1080
1200
|
},
|
|
1081
1201
|
"EventBatchingCondition": {
|
|
1082
|
-
"shape": "
|
|
1202
|
+
"shape": "S8r"
|
|
1083
1203
|
}
|
|
1084
1204
|
}
|
|
1085
1205
|
},
|
|
@@ -1101,7 +1221,7 @@
|
|
|
1101
1221
|
"CatalogId": {},
|
|
1102
1222
|
"DatabaseName": {},
|
|
1103
1223
|
"FunctionInput": {
|
|
1104
|
-
"shape": "
|
|
1224
|
+
"shape": "Sdq"
|
|
1105
1225
|
}
|
|
1106
1226
|
}
|
|
1107
1227
|
},
|
|
@@ -1120,10 +1240,10 @@
|
|
|
1120
1240
|
"Name": {},
|
|
1121
1241
|
"Description": {},
|
|
1122
1242
|
"DefaultRunProperties": {
|
|
1123
|
-
"shape": "
|
|
1243
|
+
"shape": "S8z"
|
|
1124
1244
|
},
|
|
1125
1245
|
"Tags": {
|
|
1126
|
-
"shape": "
|
|
1246
|
+
"shape": "Sae"
|
|
1127
1247
|
},
|
|
1128
1248
|
"MaxConcurrentRuns": {
|
|
1129
1249
|
"type": "integer"
|
|
@@ -1244,6 +1364,23 @@
|
|
|
1244
1364
|
"members": {}
|
|
1245
1365
|
}
|
|
1246
1366
|
},
|
|
1367
|
+
"DeleteCustomEntityType": {
|
|
1368
|
+
"input": {
|
|
1369
|
+
"type": "structure",
|
|
1370
|
+
"required": [
|
|
1371
|
+
"Name"
|
|
1372
|
+
],
|
|
1373
|
+
"members": {
|
|
1374
|
+
"Name": {}
|
|
1375
|
+
}
|
|
1376
|
+
},
|
|
1377
|
+
"output": {
|
|
1378
|
+
"type": "structure",
|
|
1379
|
+
"members": {
|
|
1380
|
+
"Name": {}
|
|
1381
|
+
}
|
|
1382
|
+
}
|
|
1383
|
+
},
|
|
1247
1384
|
"DeleteDatabase": {
|
|
1248
1385
|
"input": {
|
|
1249
1386
|
"type": "structure",
|
|
@@ -1359,7 +1496,7 @@
|
|
|
1359
1496
|
],
|
|
1360
1497
|
"members": {
|
|
1361
1498
|
"RegistryId": {
|
|
1362
|
-
"shape": "
|
|
1499
|
+
"shape": "Sca"
|
|
1363
1500
|
}
|
|
1364
1501
|
}
|
|
1365
1502
|
},
|
|
@@ -1459,6 +1596,24 @@
|
|
|
1459
1596
|
"members": {}
|
|
1460
1597
|
}
|
|
1461
1598
|
},
|
|
1599
|
+
"DeleteSession": {
|
|
1600
|
+
"input": {
|
|
1601
|
+
"type": "structure",
|
|
1602
|
+
"required": [
|
|
1603
|
+
"Id"
|
|
1604
|
+
],
|
|
1605
|
+
"members": {
|
|
1606
|
+
"Id": {},
|
|
1607
|
+
"RequestOrigin": {}
|
|
1608
|
+
}
|
|
1609
|
+
},
|
|
1610
|
+
"output": {
|
|
1611
|
+
"type": "structure",
|
|
1612
|
+
"members": {
|
|
1613
|
+
"Id": {}
|
|
1614
|
+
}
|
|
1615
|
+
}
|
|
1616
|
+
},
|
|
1462
1617
|
"DeleteTable": {
|
|
1463
1618
|
"input": {
|
|
1464
1619
|
"type": "structure",
|
|
@@ -1591,7 +1746,7 @@
|
|
|
1591
1746
|
"type": "structure",
|
|
1592
1747
|
"members": {
|
|
1593
1748
|
"BlueprintRun": {
|
|
1594
|
-
"shape": "
|
|
1749
|
+
"shape": "Sfl"
|
|
1595
1750
|
}
|
|
1596
1751
|
}
|
|
1597
1752
|
}
|
|
@@ -1616,7 +1771,7 @@
|
|
|
1616
1771
|
"BlueprintRuns": {
|
|
1617
1772
|
"type": "list",
|
|
1618
1773
|
"member": {
|
|
1619
|
-
"shape": "
|
|
1774
|
+
"shape": "Sfl"
|
|
1620
1775
|
}
|
|
1621
1776
|
},
|
|
1622
1777
|
"NextToken": {}
|
|
@@ -1662,7 +1817,7 @@
|
|
|
1662
1817
|
"type": "structure",
|
|
1663
1818
|
"members": {
|
|
1664
1819
|
"Classifier": {
|
|
1665
|
-
"shape": "
|
|
1820
|
+
"shape": "Sfz"
|
|
1666
1821
|
}
|
|
1667
1822
|
}
|
|
1668
1823
|
}
|
|
@@ -1683,7 +1838,7 @@
|
|
|
1683
1838
|
"Classifiers": {
|
|
1684
1839
|
"type": "list",
|
|
1685
1840
|
"member": {
|
|
1686
|
-
"shape": "
|
|
1841
|
+
"shape": "Sfz"
|
|
1687
1842
|
}
|
|
1688
1843
|
},
|
|
1689
1844
|
"NextToken": {}
|
|
@@ -1707,7 +1862,7 @@
|
|
|
1707
1862
|
"shape": "S6"
|
|
1708
1863
|
},
|
|
1709
1864
|
"ColumnNames": {
|
|
1710
|
-
"shape": "
|
|
1865
|
+
"shape": "Sg9"
|
|
1711
1866
|
}
|
|
1712
1867
|
}
|
|
1713
1868
|
},
|
|
@@ -1715,10 +1870,10 @@
|
|
|
1715
1870
|
"type": "structure",
|
|
1716
1871
|
"members": {
|
|
1717
1872
|
"ColumnStatisticsList": {
|
|
1718
|
-
"shape": "
|
|
1873
|
+
"shape": "Sgb"
|
|
1719
1874
|
},
|
|
1720
1875
|
"Errors": {
|
|
1721
|
-
"shape": "
|
|
1876
|
+
"shape": "Sgt"
|
|
1722
1877
|
}
|
|
1723
1878
|
}
|
|
1724
1879
|
}
|
|
@@ -1736,7 +1891,7 @@
|
|
|
1736
1891
|
"DatabaseName": {},
|
|
1737
1892
|
"TableName": {},
|
|
1738
1893
|
"ColumnNames": {
|
|
1739
|
-
"shape": "
|
|
1894
|
+
"shape": "Sg9"
|
|
1740
1895
|
}
|
|
1741
1896
|
}
|
|
1742
1897
|
},
|
|
@@ -1744,10 +1899,10 @@
|
|
|
1744
1899
|
"type": "structure",
|
|
1745
1900
|
"members": {
|
|
1746
1901
|
"ColumnStatisticsList": {
|
|
1747
|
-
"shape": "
|
|
1902
|
+
"shape": "Sgb"
|
|
1748
1903
|
},
|
|
1749
1904
|
"Errors": {
|
|
1750
|
-
"shape": "
|
|
1905
|
+
"shape": "Sgt"
|
|
1751
1906
|
}
|
|
1752
1907
|
}
|
|
1753
1908
|
}
|
|
@@ -1770,7 +1925,7 @@
|
|
|
1770
1925
|
"type": "structure",
|
|
1771
1926
|
"members": {
|
|
1772
1927
|
"Connection": {
|
|
1773
|
-
"shape": "
|
|
1928
|
+
"shape": "Sgz"
|
|
1774
1929
|
}
|
|
1775
1930
|
}
|
|
1776
1931
|
}
|
|
@@ -1784,7 +1939,7 @@
|
|
|
1784
1939
|
"type": "structure",
|
|
1785
1940
|
"members": {
|
|
1786
1941
|
"MatchCriteria": {
|
|
1787
|
-
"shape": "
|
|
1942
|
+
"shape": "Sb0"
|
|
1788
1943
|
},
|
|
1789
1944
|
"ConnectionType": {}
|
|
1790
1945
|
}
|
|
@@ -1804,7 +1959,7 @@
|
|
|
1804
1959
|
"ConnectionList": {
|
|
1805
1960
|
"type": "list",
|
|
1806
1961
|
"member": {
|
|
1807
|
-
"shape": "
|
|
1962
|
+
"shape": "Sgz"
|
|
1808
1963
|
}
|
|
1809
1964
|
},
|
|
1810
1965
|
"NextToken": {}
|
|
@@ -1900,6 +2055,27 @@
|
|
|
1900
2055
|
}
|
|
1901
2056
|
}
|
|
1902
2057
|
},
|
|
2058
|
+
"GetCustomEntityType": {
|
|
2059
|
+
"input": {
|
|
2060
|
+
"type": "structure",
|
|
2061
|
+
"required": [
|
|
2062
|
+
"Name"
|
|
2063
|
+
],
|
|
2064
|
+
"members": {
|
|
2065
|
+
"Name": {}
|
|
2066
|
+
}
|
|
2067
|
+
},
|
|
2068
|
+
"output": {
|
|
2069
|
+
"type": "structure",
|
|
2070
|
+
"members": {
|
|
2071
|
+
"Name": {},
|
|
2072
|
+
"RegexString": {},
|
|
2073
|
+
"ContextWords": {
|
|
2074
|
+
"shape": "S3p"
|
|
2075
|
+
}
|
|
2076
|
+
}
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
1903
2079
|
"GetDataCatalogEncryptionSettings": {
|
|
1904
2080
|
"input": {
|
|
1905
2081
|
"type": "structure",
|
|
@@ -1911,7 +2087,7 @@
|
|
|
1911
2087
|
"type": "structure",
|
|
1912
2088
|
"members": {
|
|
1913
2089
|
"DataCatalogEncryptionSettings": {
|
|
1914
|
-
"shape": "
|
|
2090
|
+
"shape": "Shg"
|
|
1915
2091
|
}
|
|
1916
2092
|
}
|
|
1917
2093
|
}
|
|
@@ -1931,7 +2107,7 @@
|
|
|
1931
2107
|
"type": "structure",
|
|
1932
2108
|
"members": {
|
|
1933
2109
|
"Database": {
|
|
1934
|
-
"shape": "
|
|
2110
|
+
"shape": "Shm"
|
|
1935
2111
|
}
|
|
1936
2112
|
}
|
|
1937
2113
|
}
|
|
@@ -1957,7 +2133,7 @@
|
|
|
1957
2133
|
"DatabaseList": {
|
|
1958
2134
|
"type": "list",
|
|
1959
2135
|
"member": {
|
|
1960
|
-
"shape": "
|
|
2136
|
+
"shape": "Shm"
|
|
1961
2137
|
}
|
|
1962
2138
|
},
|
|
1963
2139
|
"NextToken": {}
|
|
@@ -1975,10 +2151,10 @@
|
|
|
1975
2151
|
"type": "structure",
|
|
1976
2152
|
"members": {
|
|
1977
2153
|
"DagNodes": {
|
|
1978
|
-
"shape": "
|
|
2154
|
+
"shape": "Sch"
|
|
1979
2155
|
},
|
|
1980
2156
|
"DagEdges": {
|
|
1981
|
-
"shape": "
|
|
2157
|
+
"shape": "Scp"
|
|
1982
2158
|
}
|
|
1983
2159
|
}
|
|
1984
2160
|
}
|
|
@@ -1997,7 +2173,7 @@
|
|
|
1997
2173
|
"type": "structure",
|
|
1998
2174
|
"members": {
|
|
1999
2175
|
"DevEndpoint": {
|
|
2000
|
-
"shape": "
|
|
2176
|
+
"shape": "S3u"
|
|
2001
2177
|
}
|
|
2002
2178
|
}
|
|
2003
2179
|
}
|
|
@@ -2016,7 +2192,7 @@
|
|
|
2016
2192
|
"type": "structure",
|
|
2017
2193
|
"members": {
|
|
2018
2194
|
"DevEndpoints": {
|
|
2019
|
-
"shape": "
|
|
2195
|
+
"shape": "S3t"
|
|
2020
2196
|
},
|
|
2021
2197
|
"NextToken": {}
|
|
2022
2198
|
}
|
|
@@ -2036,7 +2212,7 @@
|
|
|
2036
2212
|
"type": "structure",
|
|
2037
2213
|
"members": {
|
|
2038
2214
|
"Job": {
|
|
2039
|
-
"shape": "
|
|
2215
|
+
"shape": "S46"
|
|
2040
2216
|
}
|
|
2041
2217
|
}
|
|
2042
2218
|
}
|
|
@@ -2056,7 +2232,7 @@
|
|
|
2056
2232
|
"type": "structure",
|
|
2057
2233
|
"members": {
|
|
2058
2234
|
"JobBookmarkEntry": {
|
|
2059
|
-
"shape": "
|
|
2235
|
+
"shape": "Si4"
|
|
2060
2236
|
}
|
|
2061
2237
|
}
|
|
2062
2238
|
}
|
|
@@ -2080,7 +2256,7 @@
|
|
|
2080
2256
|
"type": "structure",
|
|
2081
2257
|
"members": {
|
|
2082
2258
|
"JobRun": {
|
|
2083
|
-
"shape": "
|
|
2259
|
+
"shape": "S9a"
|
|
2084
2260
|
}
|
|
2085
2261
|
}
|
|
2086
2262
|
}
|
|
@@ -2103,7 +2279,7 @@
|
|
|
2103
2279
|
"type": "structure",
|
|
2104
2280
|
"members": {
|
|
2105
2281
|
"JobRuns": {
|
|
2106
|
-
"shape": "
|
|
2282
|
+
"shape": "S99"
|
|
2107
2283
|
},
|
|
2108
2284
|
"NextToken": {}
|
|
2109
2285
|
}
|
|
@@ -2123,7 +2299,7 @@
|
|
|
2123
2299
|
"type": "structure",
|
|
2124
2300
|
"members": {
|
|
2125
2301
|
"Jobs": {
|
|
2126
|
-
"shape": "
|
|
2302
|
+
"shape": "S45"
|
|
2127
2303
|
},
|
|
2128
2304
|
"NextToken": {}
|
|
2129
2305
|
}
|
|
@@ -2149,7 +2325,7 @@
|
|
|
2149
2325
|
"Status": {},
|
|
2150
2326
|
"LogGroupName": {},
|
|
2151
2327
|
"Properties": {
|
|
2152
|
-
"shape": "
|
|
2328
|
+
"shape": "Sie"
|
|
2153
2329
|
},
|
|
2154
2330
|
"ErrorString": {},
|
|
2155
2331
|
"StartedOn": {
|
|
@@ -2218,7 +2394,7 @@
|
|
|
2218
2394
|
"Status": {},
|
|
2219
2395
|
"LogGroupName": {},
|
|
2220
2396
|
"Properties": {
|
|
2221
|
-
"shape": "
|
|
2397
|
+
"shape": "Sie"
|
|
2222
2398
|
},
|
|
2223
2399
|
"ErrorString": {},
|
|
2224
2400
|
"StartedOn": {
|
|
@@ -2264,19 +2440,19 @@
|
|
|
2264
2440
|
"type": "timestamp"
|
|
2265
2441
|
},
|
|
2266
2442
|
"InputRecordTables": {
|
|
2267
|
-
"shape": "
|
|
2443
|
+
"shape": "Sbq"
|
|
2268
2444
|
},
|
|
2269
2445
|
"Parameters": {
|
|
2270
|
-
"shape": "
|
|
2446
|
+
"shape": "Sbs"
|
|
2271
2447
|
},
|
|
2272
2448
|
"EvaluationMetrics": {
|
|
2273
|
-
"shape": "
|
|
2449
|
+
"shape": "Six"
|
|
2274
2450
|
},
|
|
2275
2451
|
"LabelCount": {
|
|
2276
2452
|
"type": "integer"
|
|
2277
2453
|
},
|
|
2278
2454
|
"Schema": {
|
|
2279
|
-
"shape": "
|
|
2455
|
+
"shape": "Sj4"
|
|
2280
2456
|
},
|
|
2281
2457
|
"Role": {},
|
|
2282
2458
|
"GlueVersion": {},
|
|
@@ -2294,7 +2470,7 @@
|
|
|
2294
2470
|
"type": "integer"
|
|
2295
2471
|
},
|
|
2296
2472
|
"TransformEncryption": {
|
|
2297
|
-
"shape": "
|
|
2473
|
+
"shape": "Sbx"
|
|
2298
2474
|
}
|
|
2299
2475
|
}
|
|
2300
2476
|
}
|
|
@@ -2308,10 +2484,10 @@
|
|
|
2308
2484
|
"type": "integer"
|
|
2309
2485
|
},
|
|
2310
2486
|
"Filter": {
|
|
2311
|
-
"shape": "
|
|
2487
|
+
"shape": "Sj7"
|
|
2312
2488
|
},
|
|
2313
2489
|
"Sort": {
|
|
2314
|
-
"shape": "
|
|
2490
|
+
"shape": "Sj8"
|
|
2315
2491
|
}
|
|
2316
2492
|
}
|
|
2317
2493
|
},
|
|
@@ -2337,19 +2513,19 @@
|
|
|
2337
2513
|
"type": "timestamp"
|
|
2338
2514
|
},
|
|
2339
2515
|
"InputRecordTables": {
|
|
2340
|
-
"shape": "
|
|
2516
|
+
"shape": "Sbq"
|
|
2341
2517
|
},
|
|
2342
2518
|
"Parameters": {
|
|
2343
|
-
"shape": "
|
|
2519
|
+
"shape": "Sbs"
|
|
2344
2520
|
},
|
|
2345
2521
|
"EvaluationMetrics": {
|
|
2346
|
-
"shape": "
|
|
2522
|
+
"shape": "Six"
|
|
2347
2523
|
},
|
|
2348
2524
|
"LabelCount": {
|
|
2349
2525
|
"type": "integer"
|
|
2350
2526
|
},
|
|
2351
2527
|
"Schema": {
|
|
2352
|
-
"shape": "
|
|
2528
|
+
"shape": "Sj4"
|
|
2353
2529
|
},
|
|
2354
2530
|
"Role": {},
|
|
2355
2531
|
"GlueVersion": {},
|
|
@@ -2367,7 +2543,7 @@
|
|
|
2367
2543
|
"type": "integer"
|
|
2368
2544
|
},
|
|
2369
2545
|
"TransformEncryption": {
|
|
2370
|
-
"shape": "
|
|
2546
|
+
"shape": "Sbx"
|
|
2371
2547
|
}
|
|
2372
2548
|
}
|
|
2373
2549
|
}
|
|
@@ -2384,13 +2560,13 @@
|
|
|
2384
2560
|
],
|
|
2385
2561
|
"members": {
|
|
2386
2562
|
"Source": {
|
|
2387
|
-
"shape": "
|
|
2563
|
+
"shape": "Sje"
|
|
2388
2564
|
},
|
|
2389
2565
|
"Sinks": {
|
|
2390
|
-
"shape": "
|
|
2566
|
+
"shape": "Sjf"
|
|
2391
2567
|
},
|
|
2392
2568
|
"Location": {
|
|
2393
|
-
"shape": "
|
|
2569
|
+
"shape": "Sjg"
|
|
2394
2570
|
}
|
|
2395
2571
|
}
|
|
2396
2572
|
},
|
|
@@ -2401,7 +2577,7 @@
|
|
|
2401
2577
|
],
|
|
2402
2578
|
"members": {
|
|
2403
2579
|
"Mapping": {
|
|
2404
|
-
"shape": "
|
|
2580
|
+
"shape": "Sji"
|
|
2405
2581
|
}
|
|
2406
2582
|
}
|
|
2407
2583
|
}
|
|
@@ -2427,7 +2603,7 @@
|
|
|
2427
2603
|
"type": "structure",
|
|
2428
2604
|
"members": {
|
|
2429
2605
|
"Partition": {
|
|
2430
|
-
"shape": "
|
|
2606
|
+
"shape": "S89"
|
|
2431
2607
|
}
|
|
2432
2608
|
}
|
|
2433
2609
|
}
|
|
@@ -2511,7 +2687,7 @@
|
|
|
2511
2687
|
"Expression": {},
|
|
2512
2688
|
"NextToken": {},
|
|
2513
2689
|
"Segment": {
|
|
2514
|
-
"shape": "
|
|
2690
|
+
"shape": "Sk2"
|
|
2515
2691
|
},
|
|
2516
2692
|
"MaxResults": {
|
|
2517
2693
|
"type": "integer"
|
|
@@ -2529,7 +2705,7 @@
|
|
|
2529
2705
|
"type": "structure",
|
|
2530
2706
|
"members": {
|
|
2531
2707
|
"Partitions": {
|
|
2532
|
-
"shape": "
|
|
2708
|
+
"shape": "S88"
|
|
2533
2709
|
},
|
|
2534
2710
|
"NextToken": {}
|
|
2535
2711
|
}
|
|
@@ -2544,16 +2720,16 @@
|
|
|
2544
2720
|
],
|
|
2545
2721
|
"members": {
|
|
2546
2722
|
"Mapping": {
|
|
2547
|
-
"shape": "
|
|
2723
|
+
"shape": "Sji"
|
|
2548
2724
|
},
|
|
2549
2725
|
"Source": {
|
|
2550
|
-
"shape": "
|
|
2726
|
+
"shape": "Sje"
|
|
2551
2727
|
},
|
|
2552
2728
|
"Sinks": {
|
|
2553
|
-
"shape": "
|
|
2729
|
+
"shape": "Sjf"
|
|
2554
2730
|
},
|
|
2555
2731
|
"Location": {
|
|
2556
|
-
"shape": "
|
|
2732
|
+
"shape": "Sjg"
|
|
2557
2733
|
},
|
|
2558
2734
|
"Language": {},
|
|
2559
2735
|
"AdditionalPlanOptionsMap": {
|
|
@@ -2579,7 +2755,7 @@
|
|
|
2579
2755
|
],
|
|
2580
2756
|
"members": {
|
|
2581
2757
|
"RegistryId": {
|
|
2582
|
-
"shape": "
|
|
2758
|
+
"shape": "Sca"
|
|
2583
2759
|
}
|
|
2584
2760
|
}
|
|
2585
2761
|
},
|
|
@@ -2720,7 +2896,7 @@
|
|
|
2720
2896
|
},
|
|
2721
2897
|
"SchemaVersionId": {},
|
|
2722
2898
|
"SchemaVersionNumber": {
|
|
2723
|
-
"shape": "
|
|
2899
|
+
"shape": "Skp"
|
|
2724
2900
|
}
|
|
2725
2901
|
}
|
|
2726
2902
|
},
|
|
@@ -2753,10 +2929,10 @@
|
|
|
2753
2929
|
"shape": "Sw"
|
|
2754
2930
|
},
|
|
2755
2931
|
"FirstSchemaVersionNumber": {
|
|
2756
|
-
"shape": "
|
|
2932
|
+
"shape": "Skp"
|
|
2757
2933
|
},
|
|
2758
2934
|
"SecondSchemaVersionNumber": {
|
|
2759
|
-
"shape": "
|
|
2935
|
+
"shape": "Skp"
|
|
2760
2936
|
},
|
|
2761
2937
|
"SchemaDiffType": {}
|
|
2762
2938
|
}
|
|
@@ -2782,7 +2958,7 @@
|
|
|
2782
2958
|
"type": "structure",
|
|
2783
2959
|
"members": {
|
|
2784
2960
|
"SecurityConfiguration": {
|
|
2785
|
-
"shape": "
|
|
2961
|
+
"shape": "Sky"
|
|
2786
2962
|
}
|
|
2787
2963
|
}
|
|
2788
2964
|
}
|
|
@@ -2803,13 +2979,57 @@
|
|
|
2803
2979
|
"SecurityConfigurations": {
|
|
2804
2980
|
"type": "list",
|
|
2805
2981
|
"member": {
|
|
2806
|
-
"shape": "
|
|
2982
|
+
"shape": "Sky"
|
|
2807
2983
|
}
|
|
2808
2984
|
},
|
|
2809
2985
|
"NextToken": {}
|
|
2810
2986
|
}
|
|
2811
2987
|
}
|
|
2812
2988
|
},
|
|
2989
|
+
"GetSession": {
|
|
2990
|
+
"input": {
|
|
2991
|
+
"type": "structure",
|
|
2992
|
+
"required": [
|
|
2993
|
+
"Id"
|
|
2994
|
+
],
|
|
2995
|
+
"members": {
|
|
2996
|
+
"Id": {},
|
|
2997
|
+
"RequestOrigin": {}
|
|
2998
|
+
}
|
|
2999
|
+
},
|
|
3000
|
+
"output": {
|
|
3001
|
+
"type": "structure",
|
|
3002
|
+
"members": {
|
|
3003
|
+
"Session": {
|
|
3004
|
+
"shape": "Sdc"
|
|
3005
|
+
}
|
|
3006
|
+
}
|
|
3007
|
+
}
|
|
3008
|
+
},
|
|
3009
|
+
"GetStatement": {
|
|
3010
|
+
"input": {
|
|
3011
|
+
"type": "structure",
|
|
3012
|
+
"required": [
|
|
3013
|
+
"SessionId",
|
|
3014
|
+
"Id"
|
|
3015
|
+
],
|
|
3016
|
+
"members": {
|
|
3017
|
+
"SessionId": {},
|
|
3018
|
+
"Id": {
|
|
3019
|
+
"type": "integer"
|
|
3020
|
+
},
|
|
3021
|
+
"RequestOrigin": {}
|
|
3022
|
+
}
|
|
3023
|
+
},
|
|
3024
|
+
"output": {
|
|
3025
|
+
"type": "structure",
|
|
3026
|
+
"members": {
|
|
3027
|
+
"Statement": {
|
|
3028
|
+
"shape": "Sl6"
|
|
3029
|
+
}
|
|
3030
|
+
}
|
|
3031
|
+
}
|
|
3032
|
+
},
|
|
2813
3033
|
"GetTable": {
|
|
2814
3034
|
"input": {
|
|
2815
3035
|
"type": "structure",
|
|
@@ -2831,7 +3051,7 @@
|
|
|
2831
3051
|
"type": "structure",
|
|
2832
3052
|
"members": {
|
|
2833
3053
|
"Table": {
|
|
2834
|
-
"shape": "
|
|
3054
|
+
"shape": "Sld"
|
|
2835
3055
|
}
|
|
2836
3056
|
}
|
|
2837
3057
|
}
|
|
@@ -2854,7 +3074,7 @@
|
|
|
2854
3074
|
"type": "structure",
|
|
2855
3075
|
"members": {
|
|
2856
3076
|
"TableVersion": {
|
|
2857
|
-
"shape": "
|
|
3077
|
+
"shape": "Slg"
|
|
2858
3078
|
}
|
|
2859
3079
|
}
|
|
2860
3080
|
}
|
|
@@ -2882,7 +3102,7 @@
|
|
|
2882
3102
|
"TableVersions": {
|
|
2883
3103
|
"type": "list",
|
|
2884
3104
|
"member": {
|
|
2885
|
-
"shape": "
|
|
3105
|
+
"shape": "Slg"
|
|
2886
3106
|
}
|
|
2887
3107
|
},
|
|
2888
3108
|
"NextToken": {}
|
|
@@ -2913,7 +3133,7 @@
|
|
|
2913
3133
|
"type": "structure",
|
|
2914
3134
|
"members": {
|
|
2915
3135
|
"TableList": {
|
|
2916
|
-
"shape": "
|
|
3136
|
+
"shape": "Sln"
|
|
2917
3137
|
},
|
|
2918
3138
|
"NextToken": {}
|
|
2919
3139
|
}
|
|
@@ -2933,7 +3153,7 @@
|
|
|
2933
3153
|
"type": "structure",
|
|
2934
3154
|
"members": {
|
|
2935
3155
|
"Tags": {
|
|
2936
|
-
"shape": "
|
|
3156
|
+
"shape": "Sae"
|
|
2937
3157
|
}
|
|
2938
3158
|
}
|
|
2939
3159
|
}
|
|
@@ -2952,7 +3172,7 @@
|
|
|
2952
3172
|
"type": "structure",
|
|
2953
3173
|
"members": {
|
|
2954
3174
|
"Trigger": {
|
|
2955
|
-
"shape": "
|
|
3175
|
+
"shape": "S8e"
|
|
2956
3176
|
}
|
|
2957
3177
|
}
|
|
2958
3178
|
}
|
|
@@ -2972,7 +3192,7 @@
|
|
|
2972
3192
|
"type": "structure",
|
|
2973
3193
|
"members": {
|
|
2974
3194
|
"Triggers": {
|
|
2975
|
-
"shape": "
|
|
3195
|
+
"shape": "S8d"
|
|
2976
3196
|
},
|
|
2977
3197
|
"NextToken": {}
|
|
2978
3198
|
}
|
|
@@ -2996,10 +3216,10 @@
|
|
|
2996
3216
|
"shape": "S6"
|
|
2997
3217
|
},
|
|
2998
3218
|
"AuditContext": {
|
|
2999
|
-
"shape": "
|
|
3219
|
+
"shape": "Slv"
|
|
3000
3220
|
},
|
|
3001
3221
|
"SupportedPermissionTypes": {
|
|
3002
|
-
"shape": "
|
|
3222
|
+
"shape": "Sly"
|
|
3003
3223
|
}
|
|
3004
3224
|
}
|
|
3005
3225
|
},
|
|
@@ -3007,7 +3227,7 @@
|
|
|
3007
3227
|
"type": "structure",
|
|
3008
3228
|
"members": {
|
|
3009
3229
|
"Partition": {
|
|
3010
|
-
"shape": "
|
|
3230
|
+
"shape": "S89"
|
|
3011
3231
|
},
|
|
3012
3232
|
"AuthorizedColumns": {
|
|
3013
3233
|
"shape": "Sn"
|
|
@@ -3033,14 +3253,14 @@
|
|
|
3033
3253
|
"TableName": {},
|
|
3034
3254
|
"Expression": {},
|
|
3035
3255
|
"AuditContext": {
|
|
3036
|
-
"shape": "
|
|
3256
|
+
"shape": "Slv"
|
|
3037
3257
|
},
|
|
3038
3258
|
"SupportedPermissionTypes": {
|
|
3039
|
-
"shape": "
|
|
3259
|
+
"shape": "Sly"
|
|
3040
3260
|
},
|
|
3041
3261
|
"NextToken": {},
|
|
3042
3262
|
"Segment": {
|
|
3043
|
-
"shape": "
|
|
3263
|
+
"shape": "Sk2"
|
|
3044
3264
|
},
|
|
3045
3265
|
"MaxResults": {
|
|
3046
3266
|
"type": "integer"
|
|
@@ -3056,7 +3276,7 @@
|
|
|
3056
3276
|
"type": "structure",
|
|
3057
3277
|
"members": {
|
|
3058
3278
|
"Partition": {
|
|
3059
|
-
"shape": "
|
|
3279
|
+
"shape": "S89"
|
|
3060
3280
|
},
|
|
3061
3281
|
"AuthorizedColumns": {
|
|
3062
3282
|
"shape": "Sn"
|
|
@@ -3085,10 +3305,10 @@
|
|
|
3085
3305
|
"DatabaseName": {},
|
|
3086
3306
|
"Name": {},
|
|
3087
3307
|
"AuditContext": {
|
|
3088
|
-
"shape": "
|
|
3308
|
+
"shape": "Slv"
|
|
3089
3309
|
},
|
|
3090
3310
|
"SupportedPermissionTypes": {
|
|
3091
|
-
"shape": "
|
|
3311
|
+
"shape": "Sly"
|
|
3092
3312
|
}
|
|
3093
3313
|
}
|
|
3094
3314
|
},
|
|
@@ -3096,7 +3316,7 @@
|
|
|
3096
3316
|
"type": "structure",
|
|
3097
3317
|
"members": {
|
|
3098
3318
|
"Table": {
|
|
3099
|
-
"shape": "
|
|
3319
|
+
"shape": "Sld"
|
|
3100
3320
|
},
|
|
3101
3321
|
"AuthorizedColumns": {
|
|
3102
3322
|
"shape": "Sn"
|
|
@@ -3134,7 +3354,7 @@
|
|
|
3134
3354
|
"type": "structure",
|
|
3135
3355
|
"members": {
|
|
3136
3356
|
"UserDefinedFunction": {
|
|
3137
|
-
"shape": "
|
|
3357
|
+
"shape": "Smb"
|
|
3138
3358
|
}
|
|
3139
3359
|
}
|
|
3140
3360
|
}
|
|
@@ -3161,7 +3381,7 @@
|
|
|
3161
3381
|
"UserDefinedFunctions": {
|
|
3162
3382
|
"type": "list",
|
|
3163
3383
|
"member": {
|
|
3164
|
-
"shape": "
|
|
3384
|
+
"shape": "Smb"
|
|
3165
3385
|
}
|
|
3166
3386
|
},
|
|
3167
3387
|
"NextToken": {}
|
|
@@ -3185,7 +3405,7 @@
|
|
|
3185
3405
|
"type": "structure",
|
|
3186
3406
|
"members": {
|
|
3187
3407
|
"Workflow": {
|
|
3188
|
-
"shape": "
|
|
3408
|
+
"shape": "S8y"
|
|
3189
3409
|
}
|
|
3190
3410
|
}
|
|
3191
3411
|
}
|
|
@@ -3209,7 +3429,7 @@
|
|
|
3209
3429
|
"type": "structure",
|
|
3210
3430
|
"members": {
|
|
3211
3431
|
"Run": {
|
|
3212
|
-
"shape": "
|
|
3432
|
+
"shape": "S90"
|
|
3213
3433
|
}
|
|
3214
3434
|
}
|
|
3215
3435
|
}
|
|
@@ -3230,7 +3450,7 @@
|
|
|
3230
3450
|
"type": "structure",
|
|
3231
3451
|
"members": {
|
|
3232
3452
|
"RunProperties": {
|
|
3233
|
-
"shape": "
|
|
3453
|
+
"shape": "S8z"
|
|
3234
3454
|
}
|
|
3235
3455
|
}
|
|
3236
3456
|
}
|
|
@@ -3258,7 +3478,7 @@
|
|
|
3258
3478
|
"Runs": {
|
|
3259
3479
|
"type": "list",
|
|
3260
3480
|
"member": {
|
|
3261
|
-
"shape": "
|
|
3481
|
+
"shape": "S90"
|
|
3262
3482
|
}
|
|
3263
3483
|
},
|
|
3264
3484
|
"NextToken": {}
|
|
@@ -3286,7 +3506,7 @@
|
|
|
3286
3506
|
"type": "integer"
|
|
3287
3507
|
},
|
|
3288
3508
|
"Tags": {
|
|
3289
|
-
"shape": "
|
|
3509
|
+
"shape": "Sae"
|
|
3290
3510
|
}
|
|
3291
3511
|
}
|
|
3292
3512
|
},
|
|
@@ -3309,7 +3529,7 @@
|
|
|
3309
3529
|
},
|
|
3310
3530
|
"NextToken": {},
|
|
3311
3531
|
"Tags": {
|
|
3312
|
-
"shape": "
|
|
3532
|
+
"shape": "Sae"
|
|
3313
3533
|
}
|
|
3314
3534
|
}
|
|
3315
3535
|
},
|
|
@@ -3323,6 +3543,26 @@
|
|
|
3323
3543
|
}
|
|
3324
3544
|
}
|
|
3325
3545
|
},
|
|
3546
|
+
"ListCustomEntityTypes": {
|
|
3547
|
+
"input": {
|
|
3548
|
+
"type": "structure",
|
|
3549
|
+
"members": {
|
|
3550
|
+
"NextToken": {},
|
|
3551
|
+
"MaxResults": {
|
|
3552
|
+
"type": "integer"
|
|
3553
|
+
}
|
|
3554
|
+
}
|
|
3555
|
+
},
|
|
3556
|
+
"output": {
|
|
3557
|
+
"type": "structure",
|
|
3558
|
+
"members": {
|
|
3559
|
+
"CustomEntityTypes": {
|
|
3560
|
+
"shape": "S3n"
|
|
3561
|
+
},
|
|
3562
|
+
"NextToken": {}
|
|
3563
|
+
}
|
|
3564
|
+
}
|
|
3565
|
+
},
|
|
3326
3566
|
"ListDevEndpoints": {
|
|
3327
3567
|
"input": {
|
|
3328
3568
|
"type": "structure",
|
|
@@ -3332,7 +3572,7 @@
|
|
|
3332
3572
|
"type": "integer"
|
|
3333
3573
|
},
|
|
3334
3574
|
"Tags": {
|
|
3335
|
-
"shape": "
|
|
3575
|
+
"shape": "Sae"
|
|
3336
3576
|
}
|
|
3337
3577
|
}
|
|
3338
3578
|
},
|
|
@@ -3356,7 +3596,7 @@
|
|
|
3356
3596
|
"type": "integer"
|
|
3357
3597
|
},
|
|
3358
3598
|
"Tags": {
|
|
3359
|
-
"shape": "
|
|
3599
|
+
"shape": "Sae"
|
|
3360
3600
|
}
|
|
3361
3601
|
}
|
|
3362
3602
|
},
|
|
@@ -3364,7 +3604,7 @@
|
|
|
3364
3604
|
"type": "structure",
|
|
3365
3605
|
"members": {
|
|
3366
3606
|
"JobNames": {
|
|
3367
|
-
"shape": "
|
|
3607
|
+
"shape": "S43"
|
|
3368
3608
|
},
|
|
3369
3609
|
"NextToken": {}
|
|
3370
3610
|
}
|
|
@@ -3379,13 +3619,13 @@
|
|
|
3379
3619
|
"type": "integer"
|
|
3380
3620
|
},
|
|
3381
3621
|
"Filter": {
|
|
3382
|
-
"shape": "
|
|
3622
|
+
"shape": "Sj7"
|
|
3383
3623
|
},
|
|
3384
3624
|
"Sort": {
|
|
3385
|
-
"shape": "
|
|
3625
|
+
"shape": "Sj8"
|
|
3386
3626
|
},
|
|
3387
3627
|
"Tags": {
|
|
3388
|
-
"shape": "
|
|
3628
|
+
"shape": "Sae"
|
|
3389
3629
|
}
|
|
3390
3630
|
}
|
|
3391
3631
|
},
|
|
@@ -3477,7 +3717,7 @@
|
|
|
3477
3717
|
"type": "structure",
|
|
3478
3718
|
"members": {
|
|
3479
3719
|
"RegistryId": {
|
|
3480
|
-
"shape": "
|
|
3720
|
+
"shape": "Sca"
|
|
3481
3721
|
},
|
|
3482
3722
|
"MaxResults": {
|
|
3483
3723
|
"type": "integer"
|
|
@@ -3507,51 +3747,107 @@
|
|
|
3507
3747
|
}
|
|
3508
3748
|
}
|
|
3509
3749
|
},
|
|
3510
|
-
"
|
|
3750
|
+
"ListSessions": {
|
|
3511
3751
|
"input": {
|
|
3512
3752
|
"type": "structure",
|
|
3513
3753
|
"members": {
|
|
3514
3754
|
"NextToken": {},
|
|
3515
|
-
"DependentJobName": {},
|
|
3516
3755
|
"MaxResults": {
|
|
3517
3756
|
"type": "integer"
|
|
3518
3757
|
},
|
|
3519
3758
|
"Tags": {
|
|
3520
|
-
"shape": "
|
|
3521
|
-
}
|
|
3759
|
+
"shape": "Sae"
|
|
3760
|
+
},
|
|
3761
|
+
"RequestOrigin": {}
|
|
3522
3762
|
}
|
|
3523
3763
|
},
|
|
3524
3764
|
"output": {
|
|
3525
3765
|
"type": "structure",
|
|
3526
3766
|
"members": {
|
|
3527
|
-
"
|
|
3528
|
-
"
|
|
3767
|
+
"Ids": {
|
|
3768
|
+
"type": "list",
|
|
3769
|
+
"member": {}
|
|
3770
|
+
},
|
|
3771
|
+
"Sessions": {
|
|
3772
|
+
"type": "list",
|
|
3773
|
+
"member": {
|
|
3774
|
+
"shape": "Sdc"
|
|
3775
|
+
}
|
|
3529
3776
|
},
|
|
3530
3777
|
"NextToken": {}
|
|
3531
3778
|
}
|
|
3532
3779
|
}
|
|
3533
3780
|
},
|
|
3534
|
-
"
|
|
3781
|
+
"ListStatements": {
|
|
3535
3782
|
"input": {
|
|
3536
3783
|
"type": "structure",
|
|
3784
|
+
"required": [
|
|
3785
|
+
"SessionId"
|
|
3786
|
+
],
|
|
3537
3787
|
"members": {
|
|
3538
|
-
"
|
|
3539
|
-
"
|
|
3540
|
-
|
|
3541
|
-
}
|
|
3788
|
+
"SessionId": {},
|
|
3789
|
+
"RequestOrigin": {},
|
|
3790
|
+
"NextToken": {}
|
|
3542
3791
|
}
|
|
3543
3792
|
},
|
|
3544
3793
|
"output": {
|
|
3545
3794
|
"type": "structure",
|
|
3546
3795
|
"members": {
|
|
3547
|
-
"
|
|
3548
|
-
"
|
|
3796
|
+
"Statements": {
|
|
3797
|
+
"type": "list",
|
|
3798
|
+
"member": {
|
|
3799
|
+
"shape": "Sl6"
|
|
3800
|
+
}
|
|
3549
3801
|
},
|
|
3550
3802
|
"NextToken": {}
|
|
3551
3803
|
}
|
|
3552
3804
|
}
|
|
3553
3805
|
},
|
|
3554
|
-
"
|
|
3806
|
+
"ListTriggers": {
|
|
3807
|
+
"input": {
|
|
3808
|
+
"type": "structure",
|
|
3809
|
+
"members": {
|
|
3810
|
+
"NextToken": {},
|
|
3811
|
+
"DependentJobName": {},
|
|
3812
|
+
"MaxResults": {
|
|
3813
|
+
"type": "integer"
|
|
3814
|
+
},
|
|
3815
|
+
"Tags": {
|
|
3816
|
+
"shape": "Sae"
|
|
3817
|
+
}
|
|
3818
|
+
}
|
|
3819
|
+
},
|
|
3820
|
+
"output": {
|
|
3821
|
+
"type": "structure",
|
|
3822
|
+
"members": {
|
|
3823
|
+
"TriggerNames": {
|
|
3824
|
+
"shape": "S8b"
|
|
3825
|
+
},
|
|
3826
|
+
"NextToken": {}
|
|
3827
|
+
}
|
|
3828
|
+
}
|
|
3829
|
+
},
|
|
3830
|
+
"ListWorkflows": {
|
|
3831
|
+
"input": {
|
|
3832
|
+
"type": "structure",
|
|
3833
|
+
"members": {
|
|
3834
|
+
"NextToken": {},
|
|
3835
|
+
"MaxResults": {
|
|
3836
|
+
"type": "integer"
|
|
3837
|
+
}
|
|
3838
|
+
}
|
|
3839
|
+
},
|
|
3840
|
+
"output": {
|
|
3841
|
+
"type": "structure",
|
|
3842
|
+
"members": {
|
|
3843
|
+
"Workflows": {
|
|
3844
|
+
"shape": "S8v"
|
|
3845
|
+
},
|
|
3846
|
+
"NextToken": {}
|
|
3847
|
+
}
|
|
3848
|
+
}
|
|
3849
|
+
},
|
|
3850
|
+
"PutDataCatalogEncryptionSettings": {
|
|
3555
3851
|
"input": {
|
|
3556
3852
|
"type": "structure",
|
|
3557
3853
|
"required": [
|
|
@@ -3560,7 +3856,7 @@
|
|
|
3560
3856
|
"members": {
|
|
3561
3857
|
"CatalogId": {},
|
|
3562
3858
|
"DataCatalogEncryptionSettings": {
|
|
3563
|
-
"shape": "
|
|
3859
|
+
"shape": "Shg"
|
|
3564
3860
|
}
|
|
3565
3861
|
}
|
|
3566
3862
|
},
|
|
@@ -3601,11 +3897,11 @@
|
|
|
3601
3897
|
"shape": "Sw"
|
|
3602
3898
|
},
|
|
3603
3899
|
"SchemaVersionNumber": {
|
|
3604
|
-
"shape": "
|
|
3900
|
+
"shape": "Skp"
|
|
3605
3901
|
},
|
|
3606
3902
|
"SchemaVersionId": {},
|
|
3607
3903
|
"MetadataKeyValue": {
|
|
3608
|
-
"shape": "
|
|
3904
|
+
"shape": "So1"
|
|
3609
3905
|
}
|
|
3610
3906
|
}
|
|
3611
3907
|
},
|
|
@@ -3639,7 +3935,7 @@
|
|
|
3639
3935
|
"Name": {},
|
|
3640
3936
|
"RunId": {},
|
|
3641
3937
|
"RunProperties": {
|
|
3642
|
-
"shape": "
|
|
3938
|
+
"shape": "S8z"
|
|
3643
3939
|
}
|
|
3644
3940
|
}
|
|
3645
3941
|
},
|
|
@@ -3656,13 +3952,13 @@
|
|
|
3656
3952
|
"shape": "Sw"
|
|
3657
3953
|
},
|
|
3658
3954
|
"SchemaVersionNumber": {
|
|
3659
|
-
"shape": "
|
|
3955
|
+
"shape": "Skp"
|
|
3660
3956
|
},
|
|
3661
3957
|
"SchemaVersionId": {},
|
|
3662
3958
|
"MetadataList": {
|
|
3663
3959
|
"type": "list",
|
|
3664
3960
|
"member": {
|
|
3665
|
-
"shape": "
|
|
3961
|
+
"shape": "So1"
|
|
3666
3962
|
}
|
|
3667
3963
|
},
|
|
3668
3964
|
"MaxResults": {
|
|
@@ -3736,11 +4032,11 @@
|
|
|
3736
4032
|
"shape": "Sw"
|
|
3737
4033
|
},
|
|
3738
4034
|
"SchemaVersionNumber": {
|
|
3739
|
-
"shape": "
|
|
4035
|
+
"shape": "Skp"
|
|
3740
4036
|
},
|
|
3741
4037
|
"SchemaVersionId": {},
|
|
3742
4038
|
"MetadataKeyValue": {
|
|
3743
|
-
"shape": "
|
|
4039
|
+
"shape": "So1"
|
|
3744
4040
|
}
|
|
3745
4041
|
}
|
|
3746
4042
|
},
|
|
@@ -3777,7 +4073,7 @@
|
|
|
3777
4073
|
"type": "structure",
|
|
3778
4074
|
"members": {
|
|
3779
4075
|
"JobBookmarkEntry": {
|
|
3780
|
-
"shape": "
|
|
4076
|
+
"shape": "Si4"
|
|
3781
4077
|
}
|
|
3782
4078
|
}
|
|
3783
4079
|
}
|
|
@@ -3794,7 +4090,7 @@
|
|
|
3794
4090
|
"Name": {},
|
|
3795
4091
|
"RunId": {},
|
|
3796
4092
|
"NodeIds": {
|
|
3797
|
-
"shape": "
|
|
4093
|
+
"shape": "Som"
|
|
3798
4094
|
}
|
|
3799
4095
|
}
|
|
3800
4096
|
},
|
|
@@ -3803,7 +4099,29 @@
|
|
|
3803
4099
|
"members": {
|
|
3804
4100
|
"RunId": {},
|
|
3805
4101
|
"NodeIds": {
|
|
3806
|
-
"shape": "
|
|
4102
|
+
"shape": "Som"
|
|
4103
|
+
}
|
|
4104
|
+
}
|
|
4105
|
+
}
|
|
4106
|
+
},
|
|
4107
|
+
"RunStatement": {
|
|
4108
|
+
"input": {
|
|
4109
|
+
"type": "structure",
|
|
4110
|
+
"required": [
|
|
4111
|
+
"SessionId",
|
|
4112
|
+
"Code"
|
|
4113
|
+
],
|
|
4114
|
+
"members": {
|
|
4115
|
+
"SessionId": {},
|
|
4116
|
+
"Code": {},
|
|
4117
|
+
"RequestOrigin": {}
|
|
4118
|
+
}
|
|
4119
|
+
},
|
|
4120
|
+
"output": {
|
|
4121
|
+
"type": "structure",
|
|
4122
|
+
"members": {
|
|
4123
|
+
"Id": {
|
|
4124
|
+
"type": "integer"
|
|
3807
4125
|
}
|
|
3808
4126
|
}
|
|
3809
4127
|
}
|
|
@@ -3847,7 +4165,7 @@
|
|
|
3847
4165
|
"members": {
|
|
3848
4166
|
"NextToken": {},
|
|
3849
4167
|
"TableList": {
|
|
3850
|
-
"shape": "
|
|
4168
|
+
"shape": "Sln"
|
|
3851
4169
|
}
|
|
3852
4170
|
}
|
|
3853
4171
|
}
|
|
@@ -3953,7 +4271,7 @@
|
|
|
3953
4271
|
"JobName": {},
|
|
3954
4272
|
"JobRunId": {},
|
|
3955
4273
|
"Arguments": {
|
|
3956
|
-
"shape": "
|
|
4274
|
+
"shape": "S4e"
|
|
3957
4275
|
},
|
|
3958
4276
|
"AllocatedCapacity": {
|
|
3959
4277
|
"deprecated": true,
|
|
@@ -3968,7 +4286,7 @@
|
|
|
3968
4286
|
},
|
|
3969
4287
|
"SecurityConfiguration": {},
|
|
3970
4288
|
"NotificationProperty": {
|
|
3971
|
-
"shape": "
|
|
4289
|
+
"shape": "S4j"
|
|
3972
4290
|
},
|
|
3973
4291
|
"WorkerType": {},
|
|
3974
4292
|
"NumberOfWorkers": {
|
|
@@ -4045,7 +4363,7 @@
|
|
|
4045
4363
|
"members": {
|
|
4046
4364
|
"Name": {},
|
|
4047
4365
|
"RunProperties": {
|
|
4048
|
-
"shape": "
|
|
4366
|
+
"shape": "S8z"
|
|
4049
4367
|
}
|
|
4050
4368
|
}
|
|
4051
4369
|
},
|
|
@@ -4086,6 +4404,24 @@
|
|
|
4086
4404
|
"members": {}
|
|
4087
4405
|
}
|
|
4088
4406
|
},
|
|
4407
|
+
"StopSession": {
|
|
4408
|
+
"input": {
|
|
4409
|
+
"type": "structure",
|
|
4410
|
+
"required": [
|
|
4411
|
+
"Id"
|
|
4412
|
+
],
|
|
4413
|
+
"members": {
|
|
4414
|
+
"Id": {},
|
|
4415
|
+
"RequestOrigin": {}
|
|
4416
|
+
}
|
|
4417
|
+
},
|
|
4418
|
+
"output": {
|
|
4419
|
+
"type": "structure",
|
|
4420
|
+
"members": {
|
|
4421
|
+
"Id": {}
|
|
4422
|
+
}
|
|
4423
|
+
}
|
|
4424
|
+
},
|
|
4089
4425
|
"StopTrigger": {
|
|
4090
4426
|
"input": {
|
|
4091
4427
|
"type": "structure",
|
|
@@ -4130,7 +4466,7 @@
|
|
|
4130
4466
|
"members": {
|
|
4131
4467
|
"ResourceArn": {},
|
|
4132
4468
|
"TagsToAdd": {
|
|
4133
|
-
"shape": "
|
|
4469
|
+
"shape": "Sae"
|
|
4134
4470
|
}
|
|
4135
4471
|
}
|
|
4136
4472
|
},
|
|
@@ -4227,7 +4563,7 @@
|
|
|
4227
4563
|
"QuoteSymbol": {},
|
|
4228
4564
|
"ContainsHeader": {},
|
|
4229
4565
|
"Header": {
|
|
4230
|
-
"shape": "
|
|
4566
|
+
"shape": "Sav"
|
|
4231
4567
|
},
|
|
4232
4568
|
"DisableValueTrimming": {
|
|
4233
4569
|
"type": "boolean"
|
|
@@ -4261,7 +4597,7 @@
|
|
|
4261
4597
|
"shape": "S6"
|
|
4262
4598
|
},
|
|
4263
4599
|
"ColumnStatisticsList": {
|
|
4264
|
-
"shape": "
|
|
4600
|
+
"shape": "Sq7"
|
|
4265
4601
|
}
|
|
4266
4602
|
}
|
|
4267
4603
|
},
|
|
@@ -4269,7 +4605,7 @@
|
|
|
4269
4605
|
"type": "structure",
|
|
4270
4606
|
"members": {
|
|
4271
4607
|
"Errors": {
|
|
4272
|
-
"shape": "
|
|
4608
|
+
"shape": "Sq9"
|
|
4273
4609
|
}
|
|
4274
4610
|
}
|
|
4275
4611
|
}
|
|
@@ -4287,7 +4623,7 @@
|
|
|
4287
4623
|
"DatabaseName": {},
|
|
4288
4624
|
"TableName": {},
|
|
4289
4625
|
"ColumnStatisticsList": {
|
|
4290
|
-
"shape": "
|
|
4626
|
+
"shape": "Sq7"
|
|
4291
4627
|
}
|
|
4292
4628
|
}
|
|
4293
4629
|
},
|
|
@@ -4295,7 +4631,7 @@
|
|
|
4295
4631
|
"type": "structure",
|
|
4296
4632
|
"members": {
|
|
4297
4633
|
"Errors": {
|
|
4298
|
-
"shape": "
|
|
4634
|
+
"shape": "Sq9"
|
|
4299
4635
|
}
|
|
4300
4636
|
}
|
|
4301
4637
|
}
|
|
@@ -4311,7 +4647,7 @@
|
|
|
4311
4647
|
"CatalogId": {},
|
|
4312
4648
|
"Name": {},
|
|
4313
4649
|
"ConnectionInput": {
|
|
4314
|
-
"shape": "
|
|
4650
|
+
"shape": "Say"
|
|
4315
4651
|
}
|
|
4316
4652
|
}
|
|
4317
4653
|
},
|
|
@@ -4387,7 +4723,7 @@
|
|
|
4387
4723
|
"CatalogId": {},
|
|
4388
4724
|
"Name": {},
|
|
4389
4725
|
"DatabaseInput": {
|
|
4390
|
-
"shape": "
|
|
4726
|
+
"shape": "Sbb"
|
|
4391
4727
|
}
|
|
4392
4728
|
}
|
|
4393
4729
|
},
|
|
@@ -4406,10 +4742,10 @@
|
|
|
4406
4742
|
"EndpointName": {},
|
|
4407
4743
|
"PublicKey": {},
|
|
4408
4744
|
"AddPublicKeys": {
|
|
4409
|
-
"shape": "
|
|
4745
|
+
"shape": "S40"
|
|
4410
4746
|
},
|
|
4411
4747
|
"DeletePublicKeys": {
|
|
4412
|
-
"shape": "
|
|
4748
|
+
"shape": "S40"
|
|
4413
4749
|
},
|
|
4414
4750
|
"CustomLibraries": {
|
|
4415
4751
|
"type": "structure",
|
|
@@ -4422,10 +4758,10 @@
|
|
|
4422
4758
|
"type": "boolean"
|
|
4423
4759
|
},
|
|
4424
4760
|
"DeleteArguments": {
|
|
4425
|
-
"shape": "
|
|
4761
|
+
"shape": "S3w"
|
|
4426
4762
|
},
|
|
4427
4763
|
"AddArguments": {
|
|
4428
|
-
"shape": "
|
|
4764
|
+
"shape": "S41"
|
|
4429
4765
|
}
|
|
4430
4766
|
}
|
|
4431
4767
|
},
|
|
@@ -4450,19 +4786,19 @@
|
|
|
4450
4786
|
"LogUri": {},
|
|
4451
4787
|
"Role": {},
|
|
4452
4788
|
"ExecutionProperty": {
|
|
4453
|
-
"shape": "
|
|
4789
|
+
"shape": "S49"
|
|
4454
4790
|
},
|
|
4455
4791
|
"Command": {
|
|
4456
|
-
"shape": "
|
|
4792
|
+
"shape": "S4b"
|
|
4457
4793
|
},
|
|
4458
4794
|
"DefaultArguments": {
|
|
4459
|
-
"shape": "
|
|
4795
|
+
"shape": "S4e"
|
|
4460
4796
|
},
|
|
4461
4797
|
"NonOverridableArguments": {
|
|
4462
|
-
"shape": "
|
|
4798
|
+
"shape": "S4e"
|
|
4463
4799
|
},
|
|
4464
4800
|
"Connections": {
|
|
4465
|
-
"shape": "
|
|
4801
|
+
"shape": "S4f"
|
|
4466
4802
|
},
|
|
4467
4803
|
"MaxRetries": {
|
|
4468
4804
|
"type": "integer"
|
|
@@ -4484,9 +4820,12 @@
|
|
|
4484
4820
|
},
|
|
4485
4821
|
"SecurityConfiguration": {},
|
|
4486
4822
|
"NotificationProperty": {
|
|
4487
|
-
"shape": "
|
|
4823
|
+
"shape": "S4j"
|
|
4488
4824
|
},
|
|
4489
|
-
"GlueVersion": {}
|
|
4825
|
+
"GlueVersion": {},
|
|
4826
|
+
"CodeGenConfigurationNodes": {
|
|
4827
|
+
"shape": "S4l"
|
|
4828
|
+
}
|
|
4490
4829
|
}
|
|
4491
4830
|
}
|
|
4492
4831
|
}
|
|
@@ -4509,7 +4848,7 @@
|
|
|
4509
4848
|
"Name": {},
|
|
4510
4849
|
"Description": {},
|
|
4511
4850
|
"Parameters": {
|
|
4512
|
-
"shape": "
|
|
4851
|
+
"shape": "Sbs"
|
|
4513
4852
|
},
|
|
4514
4853
|
"Role": {},
|
|
4515
4854
|
"GlueVersion": {},
|
|
@@ -4549,7 +4888,7 @@
|
|
|
4549
4888
|
"DatabaseName": {},
|
|
4550
4889
|
"TableName": {},
|
|
4551
4890
|
"PartitionValueList": {
|
|
4552
|
-
"shape": "
|
|
4891
|
+
"shape": "S9w"
|
|
4553
4892
|
},
|
|
4554
4893
|
"PartitionInput": {
|
|
4555
4894
|
"shape": "S5"
|
|
@@ -4570,7 +4909,7 @@
|
|
|
4570
4909
|
],
|
|
4571
4910
|
"members": {
|
|
4572
4911
|
"RegistryId": {
|
|
4573
|
-
"shape": "
|
|
4912
|
+
"shape": "Sca"
|
|
4574
4913
|
},
|
|
4575
4914
|
"Description": {}
|
|
4576
4915
|
}
|
|
@@ -4594,7 +4933,7 @@
|
|
|
4594
4933
|
"shape": "Sw"
|
|
4595
4934
|
},
|
|
4596
4935
|
"SchemaVersionNumber": {
|
|
4597
|
-
"shape": "
|
|
4936
|
+
"shape": "Skp"
|
|
4598
4937
|
},
|
|
4599
4938
|
"Compatibility": {},
|
|
4600
4939
|
"Description": {}
|
|
@@ -4620,12 +4959,13 @@
|
|
|
4620
4959
|
"CatalogId": {},
|
|
4621
4960
|
"DatabaseName": {},
|
|
4622
4961
|
"TableInput": {
|
|
4623
|
-
"shape": "
|
|
4962
|
+
"shape": "Sdg"
|
|
4624
4963
|
},
|
|
4625
4964
|
"SkipArchive": {
|
|
4626
4965
|
"type": "boolean"
|
|
4627
4966
|
},
|
|
4628
|
-
"TransactionId": {}
|
|
4967
|
+
"TransactionId": {},
|
|
4968
|
+
"VersionId": {}
|
|
4629
4969
|
}
|
|
4630
4970
|
},
|
|
4631
4971
|
"output": {
|
|
@@ -4649,13 +4989,13 @@
|
|
|
4649
4989
|
"Description": {},
|
|
4650
4990
|
"Schedule": {},
|
|
4651
4991
|
"Actions": {
|
|
4652
|
-
"shape": "
|
|
4992
|
+
"shape": "S8i"
|
|
4653
4993
|
},
|
|
4654
4994
|
"Predicate": {
|
|
4655
|
-
"shape": "
|
|
4995
|
+
"shape": "S8k"
|
|
4656
4996
|
},
|
|
4657
4997
|
"EventBatchingCondition": {
|
|
4658
|
-
"shape": "
|
|
4998
|
+
"shape": "S8r"
|
|
4659
4999
|
}
|
|
4660
5000
|
}
|
|
4661
5001
|
}
|
|
@@ -4665,7 +5005,7 @@
|
|
|
4665
5005
|
"type": "structure",
|
|
4666
5006
|
"members": {
|
|
4667
5007
|
"Trigger": {
|
|
4668
|
-
"shape": "
|
|
5008
|
+
"shape": "S8e"
|
|
4669
5009
|
}
|
|
4670
5010
|
}
|
|
4671
5011
|
}
|
|
@@ -4683,7 +5023,7 @@
|
|
|
4683
5023
|
"DatabaseName": {},
|
|
4684
5024
|
"FunctionName": {},
|
|
4685
5025
|
"FunctionInput": {
|
|
4686
|
-
"shape": "
|
|
5026
|
+
"shape": "Sdq"
|
|
4687
5027
|
}
|
|
4688
5028
|
}
|
|
4689
5029
|
},
|
|
@@ -4702,7 +5042,7 @@
|
|
|
4702
5042
|
"Name": {},
|
|
4703
5043
|
"Description": {},
|
|
4704
5044
|
"DefaultRunProperties": {
|
|
4705
|
-
"shape": "
|
|
5045
|
+
"shape": "S8z"
|
|
4706
5046
|
},
|
|
4707
5047
|
"MaxConcurrentRuns": {
|
|
4708
5048
|
"type": "integer"
|
|
@@ -5140,16 +5480,41 @@
|
|
|
5140
5480
|
"S3n": {
|
|
5141
5481
|
"type": "list",
|
|
5142
5482
|
"member": {
|
|
5143
|
-
"
|
|
5483
|
+
"type": "structure",
|
|
5484
|
+
"required": [
|
|
5485
|
+
"Name",
|
|
5486
|
+
"RegexString"
|
|
5487
|
+
],
|
|
5488
|
+
"members": {
|
|
5489
|
+
"Name": {},
|
|
5490
|
+
"RegexString": {},
|
|
5491
|
+
"ContextWords": {
|
|
5492
|
+
"shape": "S3p"
|
|
5493
|
+
}
|
|
5494
|
+
}
|
|
5495
|
+
}
|
|
5496
|
+
},
|
|
5497
|
+
"S3p": {
|
|
5498
|
+
"type": "list",
|
|
5499
|
+
"member": {}
|
|
5500
|
+
},
|
|
5501
|
+
"S3r": {
|
|
5502
|
+
"type": "list",
|
|
5503
|
+
"member": {}
|
|
5504
|
+
},
|
|
5505
|
+
"S3t": {
|
|
5506
|
+
"type": "list",
|
|
5507
|
+
"member": {
|
|
5508
|
+
"shape": "S3u"
|
|
5144
5509
|
}
|
|
5145
5510
|
},
|
|
5146
|
-
"
|
|
5511
|
+
"S3u": {
|
|
5147
5512
|
"type": "structure",
|
|
5148
5513
|
"members": {
|
|
5149
5514
|
"EndpointName": {},
|
|
5150
5515
|
"RoleArn": {},
|
|
5151
5516
|
"SecurityGroupIds": {
|
|
5152
|
-
"shape": "
|
|
5517
|
+
"shape": "S3w"
|
|
5153
5518
|
},
|
|
5154
5519
|
"SubnetId": {},
|
|
5155
5520
|
"YarnEndpointAddress": {},
|
|
@@ -5181,38 +5546,38 @@
|
|
|
5181
5546
|
},
|
|
5182
5547
|
"PublicKey": {},
|
|
5183
5548
|
"PublicKeys": {
|
|
5184
|
-
"shape": "
|
|
5549
|
+
"shape": "S40"
|
|
5185
5550
|
},
|
|
5186
5551
|
"SecurityConfiguration": {},
|
|
5187
5552
|
"Arguments": {
|
|
5188
|
-
"shape": "
|
|
5553
|
+
"shape": "S41"
|
|
5189
5554
|
}
|
|
5190
5555
|
}
|
|
5191
5556
|
},
|
|
5192
|
-
"
|
|
5557
|
+
"S3w": {
|
|
5193
5558
|
"type": "list",
|
|
5194
5559
|
"member": {}
|
|
5195
5560
|
},
|
|
5196
|
-
"
|
|
5561
|
+
"S40": {
|
|
5197
5562
|
"type": "list",
|
|
5198
5563
|
"member": {}
|
|
5199
5564
|
},
|
|
5200
|
-
"
|
|
5565
|
+
"S41": {
|
|
5201
5566
|
"type": "map",
|
|
5202
5567
|
"key": {},
|
|
5203
5568
|
"value": {}
|
|
5204
5569
|
},
|
|
5205
|
-
"
|
|
5570
|
+
"S43": {
|
|
5206
5571
|
"type": "list",
|
|
5207
5572
|
"member": {}
|
|
5208
5573
|
},
|
|
5209
|
-
"
|
|
5574
|
+
"S45": {
|
|
5210
5575
|
"type": "list",
|
|
5211
5576
|
"member": {
|
|
5212
|
-
"shape": "
|
|
5577
|
+
"shape": "S46"
|
|
5213
5578
|
}
|
|
5214
5579
|
},
|
|
5215
|
-
"
|
|
5580
|
+
"S46": {
|
|
5216
5581
|
"type": "structure",
|
|
5217
5582
|
"members": {
|
|
5218
5583
|
"Name": {},
|
|
@@ -5226,19 +5591,19 @@
|
|
|
5226
5591
|
"type": "timestamp"
|
|
5227
5592
|
},
|
|
5228
5593
|
"ExecutionProperty": {
|
|
5229
|
-
"shape": "
|
|
5594
|
+
"shape": "S49"
|
|
5230
5595
|
},
|
|
5231
5596
|
"Command": {
|
|
5232
|
-
"shape": "
|
|
5597
|
+
"shape": "S4b"
|
|
5233
5598
|
},
|
|
5234
5599
|
"DefaultArguments": {
|
|
5235
|
-
"shape": "
|
|
5600
|
+
"shape": "S4e"
|
|
5236
5601
|
},
|
|
5237
5602
|
"NonOverridableArguments": {
|
|
5238
|
-
"shape": "
|
|
5603
|
+
"shape": "S4e"
|
|
5239
5604
|
},
|
|
5240
5605
|
"Connections": {
|
|
5241
|
-
"shape": "
|
|
5606
|
+
"shape": "S4f"
|
|
5242
5607
|
},
|
|
5243
5608
|
"MaxRetries": {
|
|
5244
5609
|
"type": "integer"
|
|
@@ -5260,12 +5625,15 @@
|
|
|
5260
5625
|
},
|
|
5261
5626
|
"SecurityConfiguration": {},
|
|
5262
5627
|
"NotificationProperty": {
|
|
5263
|
-
"shape": "
|
|
5628
|
+
"shape": "S4j"
|
|
5264
5629
|
},
|
|
5265
|
-
"GlueVersion": {}
|
|
5630
|
+
"GlueVersion": {},
|
|
5631
|
+
"CodeGenConfigurationNodes": {
|
|
5632
|
+
"shape": "S4l"
|
|
5633
|
+
}
|
|
5266
5634
|
}
|
|
5267
5635
|
},
|
|
5268
|
-
"
|
|
5636
|
+
"S49": {
|
|
5269
5637
|
"type": "structure",
|
|
5270
5638
|
"members": {
|
|
5271
5639
|
"MaxConcurrentRuns": {
|
|
@@ -5273,7 +5641,7 @@
|
|
|
5273
5641
|
}
|
|
5274
5642
|
}
|
|
5275
5643
|
},
|
|
5276
|
-
"
|
|
5644
|
+
"S4b": {
|
|
5277
5645
|
"type": "structure",
|
|
5278
5646
|
"members": {
|
|
5279
5647
|
"Name": {},
|
|
@@ -5281,139 +5649,1496 @@
|
|
|
5281
5649
|
"PythonVersion": {}
|
|
5282
5650
|
}
|
|
5283
5651
|
},
|
|
5284
|
-
"
|
|
5652
|
+
"S4e": {
|
|
5285
5653
|
"type": "map",
|
|
5286
5654
|
"key": {},
|
|
5287
5655
|
"value": {}
|
|
5288
5656
|
},
|
|
5289
|
-
"
|
|
5657
|
+
"S4f": {
|
|
5290
5658
|
"type": "structure",
|
|
5291
5659
|
"members": {
|
|
5292
5660
|
"Connections": {
|
|
5293
|
-
"
|
|
5294
|
-
"member": {}
|
|
5295
|
-
}
|
|
5296
|
-
}
|
|
5297
|
-
},
|
|
5298
|
-
"S4d": {
|
|
5299
|
-
"type": "structure",
|
|
5300
|
-
"members": {
|
|
5301
|
-
"NotifyDelayAfter": {
|
|
5302
|
-
"type": "integer"
|
|
5661
|
+
"shape": "S4g"
|
|
5303
5662
|
}
|
|
5304
5663
|
}
|
|
5305
5664
|
},
|
|
5306
5665
|
"S4g": {
|
|
5307
|
-
"type": "list",
|
|
5308
|
-
"member": {
|
|
5309
|
-
"shape": "S1c"
|
|
5310
|
-
}
|
|
5311
|
-
},
|
|
5312
|
-
"S4i": {
|
|
5313
|
-
"type": "list",
|
|
5314
|
-
"member": {
|
|
5315
|
-
"shape": "S4j"
|
|
5316
|
-
}
|
|
5317
|
-
},
|
|
5318
|
-
"S4j": {
|
|
5319
|
-
"type": "structure",
|
|
5320
|
-
"members": {
|
|
5321
|
-
"Values": {
|
|
5322
|
-
"shape": "S6"
|
|
5323
|
-
},
|
|
5324
|
-
"DatabaseName": {},
|
|
5325
|
-
"TableName": {},
|
|
5326
|
-
"CreationTime": {
|
|
5327
|
-
"type": "timestamp"
|
|
5328
|
-
},
|
|
5329
|
-
"LastAccessTime": {
|
|
5330
|
-
"type": "timestamp"
|
|
5331
|
-
},
|
|
5332
|
-
"StorageDescriptor": {
|
|
5333
|
-
"shape": "S9"
|
|
5334
|
-
},
|
|
5335
|
-
"Parameters": {
|
|
5336
|
-
"shape": "Se"
|
|
5337
|
-
},
|
|
5338
|
-
"LastAnalyzedTime": {
|
|
5339
|
-
"type": "timestamp"
|
|
5340
|
-
},
|
|
5341
|
-
"CatalogId": {}
|
|
5342
|
-
}
|
|
5343
|
-
},
|
|
5344
|
-
"S4l": {
|
|
5345
5666
|
"type": "list",
|
|
5346
5667
|
"member": {}
|
|
5347
5668
|
},
|
|
5348
|
-
"
|
|
5349
|
-
"type": "list",
|
|
5350
|
-
"member": {
|
|
5351
|
-
"shape": "S4o"
|
|
5352
|
-
}
|
|
5353
|
-
},
|
|
5354
|
-
"S4o": {
|
|
5669
|
+
"S4j": {
|
|
5355
5670
|
"type": "structure",
|
|
5356
5671
|
"members": {
|
|
5357
|
-
"
|
|
5358
|
-
|
|
5359
|
-
"Id": {},
|
|
5360
|
-
"Type": {},
|
|
5361
|
-
"State": {},
|
|
5362
|
-
"Description": {},
|
|
5363
|
-
"Schedule": {},
|
|
5364
|
-
"Actions": {
|
|
5365
|
-
"shape": "S4s"
|
|
5366
|
-
},
|
|
5367
|
-
"Predicate": {
|
|
5368
|
-
"shape": "S4u"
|
|
5369
|
-
},
|
|
5370
|
-
"EventBatchingCondition": {
|
|
5371
|
-
"shape": "S51"
|
|
5672
|
+
"NotifyDelayAfter": {
|
|
5673
|
+
"type": "integer"
|
|
5372
5674
|
}
|
|
5373
5675
|
}
|
|
5374
5676
|
},
|
|
5375
|
-
"
|
|
5376
|
-
"type": "
|
|
5377
|
-
"
|
|
5677
|
+
"S4l": {
|
|
5678
|
+
"type": "map",
|
|
5679
|
+
"key": {},
|
|
5680
|
+
"value": {
|
|
5378
5681
|
"type": "structure",
|
|
5379
5682
|
"members": {
|
|
5380
|
-
"
|
|
5381
|
-
|
|
5382
|
-
"
|
|
5683
|
+
"AthenaConnectorSource": {
|
|
5684
|
+
"type": "structure",
|
|
5685
|
+
"required": [
|
|
5686
|
+
"Name",
|
|
5687
|
+
"ConnectionName",
|
|
5688
|
+
"ConnectorName",
|
|
5689
|
+
"ConnectionType",
|
|
5690
|
+
"SchemaName"
|
|
5691
|
+
],
|
|
5692
|
+
"members": {
|
|
5693
|
+
"Name": {},
|
|
5694
|
+
"ConnectionName": {},
|
|
5695
|
+
"ConnectorName": {},
|
|
5696
|
+
"ConnectionType": {},
|
|
5697
|
+
"ConnectionTable": {},
|
|
5698
|
+
"SchemaName": {},
|
|
5699
|
+
"OutputSchemas": {
|
|
5700
|
+
"shape": "S4s"
|
|
5701
|
+
}
|
|
5702
|
+
}
|
|
5383
5703
|
},
|
|
5384
|
-
"
|
|
5385
|
-
"type": "
|
|
5704
|
+
"JDBCConnectorSource": {
|
|
5705
|
+
"type": "structure",
|
|
5706
|
+
"required": [
|
|
5707
|
+
"Name",
|
|
5708
|
+
"ConnectionName",
|
|
5709
|
+
"ConnectorName",
|
|
5710
|
+
"ConnectionType"
|
|
5711
|
+
],
|
|
5712
|
+
"members": {
|
|
5713
|
+
"Name": {},
|
|
5714
|
+
"ConnectionName": {},
|
|
5715
|
+
"ConnectorName": {},
|
|
5716
|
+
"ConnectionType": {},
|
|
5717
|
+
"AdditionalOptions": {
|
|
5718
|
+
"type": "structure",
|
|
5719
|
+
"members": {
|
|
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": {}
|
|
5739
|
+
}
|
|
5740
|
+
}
|
|
5741
|
+
},
|
|
5742
|
+
"ConnectionTable": {},
|
|
5743
|
+
"Query": {},
|
|
5744
|
+
"OutputSchemas": {
|
|
5745
|
+
"shape": "S4s"
|
|
5746
|
+
}
|
|
5747
|
+
}
|
|
5386
5748
|
},
|
|
5387
|
-
"
|
|
5388
|
-
|
|
5389
|
-
"
|
|
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
|
+
}
|
|
5390
5769
|
},
|
|
5391
|
-
"
|
|
5392
|
-
}
|
|
5393
|
-
}
|
|
5394
|
-
},
|
|
5395
|
-
"S4u": {
|
|
5396
|
-
"type": "structure",
|
|
5397
|
-
"members": {
|
|
5398
|
-
"Logical": {},
|
|
5399
|
-
"Conditions": {
|
|
5400
|
-
"type": "list",
|
|
5401
|
-
"member": {
|
|
5770
|
+
"CatalogSource": {
|
|
5402
5771
|
"type": "structure",
|
|
5772
|
+
"required": [
|
|
5773
|
+
"Name",
|
|
5774
|
+
"Database",
|
|
5775
|
+
"Table"
|
|
5776
|
+
],
|
|
5403
5777
|
"members": {
|
|
5404
|
-
"
|
|
5405
|
-
"
|
|
5406
|
-
"
|
|
5407
|
-
"CrawlerName": {},
|
|
5408
|
-
"CrawlState": {}
|
|
5778
|
+
"Name": {},
|
|
5779
|
+
"Database": {},
|
|
5780
|
+
"Table": {}
|
|
5409
5781
|
}
|
|
5410
|
-
}
|
|
5411
|
-
|
|
5412
|
-
|
|
5413
|
-
|
|
5414
|
-
|
|
5415
|
-
|
|
5416
|
-
|
|
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": [
|
|
5417
7142
|
"BatchSize"
|
|
5418
7143
|
],
|
|
5419
7144
|
"members": {
|
|
@@ -5425,17 +7150,17 @@
|
|
|
5425
7150
|
}
|
|
5426
7151
|
}
|
|
5427
7152
|
},
|
|
5428
|
-
"
|
|
7153
|
+
"S8v": {
|
|
5429
7154
|
"type": "list",
|
|
5430
7155
|
"member": {}
|
|
5431
7156
|
},
|
|
5432
|
-
"
|
|
7157
|
+
"S8y": {
|
|
5433
7158
|
"type": "structure",
|
|
5434
7159
|
"members": {
|
|
5435
7160
|
"Name": {},
|
|
5436
7161
|
"Description": {},
|
|
5437
7162
|
"DefaultRunProperties": {
|
|
5438
|
-
"shape": "
|
|
7163
|
+
"shape": "S8z"
|
|
5439
7164
|
},
|
|
5440
7165
|
"CreatedOn": {
|
|
5441
7166
|
"type": "timestamp"
|
|
@@ -5444,10 +7169,10 @@
|
|
|
5444
7169
|
"type": "timestamp"
|
|
5445
7170
|
},
|
|
5446
7171
|
"LastRun": {
|
|
5447
|
-
"shape": "
|
|
7172
|
+
"shape": "S90"
|
|
5448
7173
|
},
|
|
5449
7174
|
"Graph": {
|
|
5450
|
-
"shape": "
|
|
7175
|
+
"shape": "S93"
|
|
5451
7176
|
},
|
|
5452
7177
|
"MaxConcurrentRuns": {
|
|
5453
7178
|
"type": "integer"
|
|
@@ -5461,19 +7186,19 @@
|
|
|
5461
7186
|
}
|
|
5462
7187
|
}
|
|
5463
7188
|
},
|
|
5464
|
-
"
|
|
7189
|
+
"S8z": {
|
|
5465
7190
|
"type": "map",
|
|
5466
7191
|
"key": {},
|
|
5467
7192
|
"value": {}
|
|
5468
7193
|
},
|
|
5469
|
-
"
|
|
7194
|
+
"S90": {
|
|
5470
7195
|
"type": "structure",
|
|
5471
7196
|
"members": {
|
|
5472
7197
|
"Name": {},
|
|
5473
7198
|
"WorkflowRunId": {},
|
|
5474
7199
|
"PreviousRunId": {},
|
|
5475
7200
|
"WorkflowRunProperties": {
|
|
5476
|
-
"shape": "
|
|
7201
|
+
"shape": "S8z"
|
|
5477
7202
|
},
|
|
5478
7203
|
"StartedOn": {
|
|
5479
7204
|
"type": "timestamp"
|
|
@@ -5507,7 +7232,7 @@
|
|
|
5507
7232
|
}
|
|
5508
7233
|
},
|
|
5509
7234
|
"Graph": {
|
|
5510
|
-
"shape": "
|
|
7235
|
+
"shape": "S93"
|
|
5511
7236
|
},
|
|
5512
7237
|
"StartingEventBatchCondition": {
|
|
5513
7238
|
"type": "structure",
|
|
@@ -5522,7 +7247,7 @@
|
|
|
5522
7247
|
}
|
|
5523
7248
|
}
|
|
5524
7249
|
},
|
|
5525
|
-
"
|
|
7250
|
+
"S93": {
|
|
5526
7251
|
"type": "structure",
|
|
5527
7252
|
"members": {
|
|
5528
7253
|
"Nodes": {
|
|
@@ -5537,7 +7262,7 @@
|
|
|
5537
7262
|
"type": "structure",
|
|
5538
7263
|
"members": {
|
|
5539
7264
|
"Trigger": {
|
|
5540
|
-
"shape": "
|
|
7265
|
+
"shape": "S8e"
|
|
5541
7266
|
}
|
|
5542
7267
|
}
|
|
5543
7268
|
},
|
|
@@ -5545,7 +7270,7 @@
|
|
|
5545
7270
|
"type": "structure",
|
|
5546
7271
|
"members": {
|
|
5547
7272
|
"JobRuns": {
|
|
5548
|
-
"shape": "
|
|
7273
|
+
"shape": "S99"
|
|
5549
7274
|
}
|
|
5550
7275
|
}
|
|
5551
7276
|
},
|
|
@@ -5587,13 +7312,13 @@
|
|
|
5587
7312
|
}
|
|
5588
7313
|
}
|
|
5589
7314
|
},
|
|
5590
|
-
"
|
|
7315
|
+
"S99": {
|
|
5591
7316
|
"type": "list",
|
|
5592
7317
|
"member": {
|
|
5593
|
-
"shape": "
|
|
7318
|
+
"shape": "S9a"
|
|
5594
7319
|
}
|
|
5595
7320
|
},
|
|
5596
|
-
"
|
|
7321
|
+
"S9a": {
|
|
5597
7322
|
"type": "structure",
|
|
5598
7323
|
"members": {
|
|
5599
7324
|
"Id": {},
|
|
@@ -5614,7 +7339,7 @@
|
|
|
5614
7339
|
},
|
|
5615
7340
|
"JobRunState": {},
|
|
5616
7341
|
"Arguments": {
|
|
5617
|
-
"shape": "
|
|
7342
|
+
"shape": "S4e"
|
|
5618
7343
|
},
|
|
5619
7344
|
"ErrorMessage": {},
|
|
5620
7345
|
"PredecessorRuns": {
|
|
@@ -5648,25 +7373,28 @@
|
|
|
5648
7373
|
"SecurityConfiguration": {},
|
|
5649
7374
|
"LogGroupName": {},
|
|
5650
7375
|
"NotificationProperty": {
|
|
5651
|
-
"shape": "
|
|
7376
|
+
"shape": "S4j"
|
|
5652
7377
|
},
|
|
5653
|
-
"GlueVersion": {}
|
|
7378
|
+
"GlueVersion": {},
|
|
7379
|
+
"DPUSeconds": {
|
|
7380
|
+
"type": "double"
|
|
7381
|
+
}
|
|
5654
7382
|
}
|
|
5655
7383
|
},
|
|
5656
|
-
"
|
|
7384
|
+
"S9w": {
|
|
5657
7385
|
"type": "list",
|
|
5658
7386
|
"member": {}
|
|
5659
7387
|
},
|
|
5660
|
-
"
|
|
7388
|
+
"Sae": {
|
|
5661
7389
|
"type": "map",
|
|
5662
7390
|
"key": {},
|
|
5663
7391
|
"value": {}
|
|
5664
7392
|
},
|
|
5665
|
-
"
|
|
7393
|
+
"Sav": {
|
|
5666
7394
|
"type": "list",
|
|
5667
7395
|
"member": {}
|
|
5668
7396
|
},
|
|
5669
|
-
"
|
|
7397
|
+
"Say": {
|
|
5670
7398
|
"type": "structure",
|
|
5671
7399
|
"required": [
|
|
5672
7400
|
"Name",
|
|
@@ -5678,26 +7406,26 @@
|
|
|
5678
7406
|
"Description": {},
|
|
5679
7407
|
"ConnectionType": {},
|
|
5680
7408
|
"MatchCriteria": {
|
|
5681
|
-
"shape": "
|
|
7409
|
+
"shape": "Sb0"
|
|
5682
7410
|
},
|
|
5683
7411
|
"ConnectionProperties": {
|
|
5684
|
-
"shape": "
|
|
7412
|
+
"shape": "Sb1"
|
|
5685
7413
|
},
|
|
5686
7414
|
"PhysicalConnectionRequirements": {
|
|
5687
|
-
"shape": "
|
|
7415
|
+
"shape": "Sb3"
|
|
5688
7416
|
}
|
|
5689
7417
|
}
|
|
5690
7418
|
},
|
|
5691
|
-
"
|
|
7419
|
+
"Sb0": {
|
|
5692
7420
|
"type": "list",
|
|
5693
7421
|
"member": {}
|
|
5694
7422
|
},
|
|
5695
|
-
"
|
|
7423
|
+
"Sb1": {
|
|
5696
7424
|
"type": "map",
|
|
5697
7425
|
"key": {},
|
|
5698
7426
|
"value": {}
|
|
5699
7427
|
},
|
|
5700
|
-
"
|
|
7428
|
+
"Sb3": {
|
|
5701
7429
|
"type": "structure",
|
|
5702
7430
|
"members": {
|
|
5703
7431
|
"SubnetId": {},
|
|
@@ -5708,7 +7436,7 @@
|
|
|
5708
7436
|
"AvailabilityZone": {}
|
|
5709
7437
|
}
|
|
5710
7438
|
},
|
|
5711
|
-
"
|
|
7439
|
+
"Sbb": {
|
|
5712
7440
|
"type": "structure",
|
|
5713
7441
|
"required": [
|
|
5714
7442
|
"Name"
|
|
@@ -5721,14 +7449,14 @@
|
|
|
5721
7449
|
"shape": "Se"
|
|
5722
7450
|
},
|
|
5723
7451
|
"CreateTableDefaultPermissions": {
|
|
5724
|
-
"shape": "
|
|
7452
|
+
"shape": "Sbd"
|
|
5725
7453
|
},
|
|
5726
7454
|
"TargetDatabase": {
|
|
5727
|
-
"shape": "
|
|
7455
|
+
"shape": "Sbj"
|
|
5728
7456
|
}
|
|
5729
7457
|
}
|
|
5730
7458
|
},
|
|
5731
|
-
"
|
|
7459
|
+
"Sbd": {
|
|
5732
7460
|
"type": "list",
|
|
5733
7461
|
"member": {
|
|
5734
7462
|
"type": "structure",
|
|
@@ -5746,14 +7474,14 @@
|
|
|
5746
7474
|
}
|
|
5747
7475
|
}
|
|
5748
7476
|
},
|
|
5749
|
-
"
|
|
7477
|
+
"Sbj": {
|
|
5750
7478
|
"type": "structure",
|
|
5751
7479
|
"members": {
|
|
5752
7480
|
"CatalogId": {},
|
|
5753
7481
|
"DatabaseName": {}
|
|
5754
7482
|
}
|
|
5755
7483
|
},
|
|
5756
|
-
"
|
|
7484
|
+
"Sbq": {
|
|
5757
7485
|
"type": "list",
|
|
5758
7486
|
"member": {
|
|
5759
7487
|
"type": "structure",
|
|
@@ -5769,7 +7497,7 @@
|
|
|
5769
7497
|
}
|
|
5770
7498
|
}
|
|
5771
7499
|
},
|
|
5772
|
-
"
|
|
7500
|
+
"Sbs": {
|
|
5773
7501
|
"type": "structure",
|
|
5774
7502
|
"required": [
|
|
5775
7503
|
"TransformType"
|
|
@@ -5793,7 +7521,7 @@
|
|
|
5793
7521
|
}
|
|
5794
7522
|
}
|
|
5795
7523
|
},
|
|
5796
|
-
"
|
|
7524
|
+
"Sbx": {
|
|
5797
7525
|
"type": "structure",
|
|
5798
7526
|
"members": {
|
|
5799
7527
|
"MlUserDataEncryption": {
|
|
@@ -5809,7 +7537,7 @@
|
|
|
5809
7537
|
"TaskRunSecurityConfigurationName": {}
|
|
5810
7538
|
}
|
|
5811
7539
|
},
|
|
5812
|
-
"
|
|
7540
|
+
"Sc4": {
|
|
5813
7541
|
"type": "structure",
|
|
5814
7542
|
"required": [
|
|
5815
7543
|
"Keys",
|
|
@@ -5823,14 +7551,14 @@
|
|
|
5823
7551
|
"IndexName": {}
|
|
5824
7552
|
}
|
|
5825
7553
|
},
|
|
5826
|
-
"
|
|
7554
|
+
"Sca": {
|
|
5827
7555
|
"type": "structure",
|
|
5828
7556
|
"members": {
|
|
5829
7557
|
"RegistryName": {},
|
|
5830
7558
|
"RegistryArn": {}
|
|
5831
7559
|
}
|
|
5832
7560
|
},
|
|
5833
|
-
"
|
|
7561
|
+
"Sch": {
|
|
5834
7562
|
"type": "list",
|
|
5835
7563
|
"member": {
|
|
5836
7564
|
"type": "structure",
|
|
@@ -5843,7 +7571,7 @@
|
|
|
5843
7571
|
"Id": {},
|
|
5844
7572
|
"NodeType": {},
|
|
5845
7573
|
"Args": {
|
|
5846
|
-
"shape": "
|
|
7574
|
+
"shape": "Scl"
|
|
5847
7575
|
},
|
|
5848
7576
|
"LineNumber": {
|
|
5849
7577
|
"type": "integer"
|
|
@@ -5851,7 +7579,7 @@
|
|
|
5851
7579
|
}
|
|
5852
7580
|
}
|
|
5853
7581
|
},
|
|
5854
|
-
"
|
|
7582
|
+
"Scl": {
|
|
5855
7583
|
"type": "list",
|
|
5856
7584
|
"member": {
|
|
5857
7585
|
"type": "structure",
|
|
@@ -5868,7 +7596,7 @@
|
|
|
5868
7596
|
}
|
|
5869
7597
|
}
|
|
5870
7598
|
},
|
|
5871
|
-
"
|
|
7599
|
+
"Scp": {
|
|
5872
7600
|
"type": "list",
|
|
5873
7601
|
"member": {
|
|
5874
7602
|
"type": "structure",
|
|
@@ -5883,7 +7611,7 @@
|
|
|
5883
7611
|
}
|
|
5884
7612
|
}
|
|
5885
7613
|
},
|
|
5886
|
-
"
|
|
7614
|
+
"Scw": {
|
|
5887
7615
|
"type": "structure",
|
|
5888
7616
|
"members": {
|
|
5889
7617
|
"S3Encryption": {
|
|
@@ -5912,7 +7640,49 @@
|
|
|
5912
7640
|
}
|
|
5913
7641
|
}
|
|
5914
7642
|
},
|
|
5915
|
-
"
|
|
7643
|
+
"Sd8": {
|
|
7644
|
+
"type": "structure",
|
|
7645
|
+
"members": {
|
|
7646
|
+
"Name": {},
|
|
7647
|
+
"PythonVersion": {}
|
|
7648
|
+
}
|
|
7649
|
+
},
|
|
7650
|
+
"Sd9": {
|
|
7651
|
+
"type": "map",
|
|
7652
|
+
"key": {},
|
|
7653
|
+
"value": {}
|
|
7654
|
+
},
|
|
7655
|
+
"Sdc": {
|
|
7656
|
+
"type": "structure",
|
|
7657
|
+
"members": {
|
|
7658
|
+
"Id": {},
|
|
7659
|
+
"CreatedOn": {
|
|
7660
|
+
"type": "timestamp"
|
|
7661
|
+
},
|
|
7662
|
+
"Status": {},
|
|
7663
|
+
"ErrorMessage": {},
|
|
7664
|
+
"Description": {},
|
|
7665
|
+
"Role": {},
|
|
7666
|
+
"Command": {
|
|
7667
|
+
"shape": "Sd8"
|
|
7668
|
+
},
|
|
7669
|
+
"DefaultArguments": {
|
|
7670
|
+
"shape": "Sd9"
|
|
7671
|
+
},
|
|
7672
|
+
"Connections": {
|
|
7673
|
+
"shape": "S4f"
|
|
7674
|
+
},
|
|
7675
|
+
"Progress": {
|
|
7676
|
+
"type": "double"
|
|
7677
|
+
},
|
|
7678
|
+
"MaxCapacity": {
|
|
7679
|
+
"type": "double"
|
|
7680
|
+
},
|
|
7681
|
+
"SecurityConfiguration": {},
|
|
7682
|
+
"GlueVersion": {}
|
|
7683
|
+
}
|
|
7684
|
+
},
|
|
7685
|
+
"Sdg": {
|
|
5916
7686
|
"type": "structure",
|
|
5917
7687
|
"required": [
|
|
5918
7688
|
"Name"
|
|
@@ -5943,11 +7713,11 @@
|
|
|
5943
7713
|
"shape": "Se"
|
|
5944
7714
|
},
|
|
5945
7715
|
"TargetTable": {
|
|
5946
|
-
"shape": "
|
|
7716
|
+
"shape": "Sdk"
|
|
5947
7717
|
}
|
|
5948
7718
|
}
|
|
5949
7719
|
},
|
|
5950
|
-
"
|
|
7720
|
+
"Sdk": {
|
|
5951
7721
|
"type": "structure",
|
|
5952
7722
|
"members": {
|
|
5953
7723
|
"CatalogId": {},
|
|
@@ -5955,7 +7725,7 @@
|
|
|
5955
7725
|
"Name": {}
|
|
5956
7726
|
}
|
|
5957
7727
|
},
|
|
5958
|
-
"
|
|
7728
|
+
"Sdq": {
|
|
5959
7729
|
"type": "structure",
|
|
5960
7730
|
"members": {
|
|
5961
7731
|
"FunctionName": {},
|
|
@@ -5963,11 +7733,11 @@
|
|
|
5963
7733
|
"OwnerName": {},
|
|
5964
7734
|
"OwnerType": {},
|
|
5965
7735
|
"ResourceUris": {
|
|
5966
|
-
"shape": "
|
|
7736
|
+
"shape": "Sds"
|
|
5967
7737
|
}
|
|
5968
7738
|
}
|
|
5969
7739
|
},
|
|
5970
|
-
"
|
|
7740
|
+
"Sds": {
|
|
5971
7741
|
"type": "list",
|
|
5972
7742
|
"member": {
|
|
5973
7743
|
"type": "structure",
|
|
@@ -5977,7 +7747,7 @@
|
|
|
5977
7747
|
}
|
|
5978
7748
|
}
|
|
5979
7749
|
},
|
|
5980
|
-
"
|
|
7750
|
+
"Sfl": {
|
|
5981
7751
|
"type": "structure",
|
|
5982
7752
|
"members": {
|
|
5983
7753
|
"BlueprintName": {},
|
|
@@ -5996,7 +7766,7 @@
|
|
|
5996
7766
|
"RoleArn": {}
|
|
5997
7767
|
}
|
|
5998
7768
|
},
|
|
5999
|
-
"
|
|
7769
|
+
"Sfz": {
|
|
6000
7770
|
"type": "structure",
|
|
6001
7771
|
"members": {
|
|
6002
7772
|
"GrokClassifier": {
|
|
@@ -6083,7 +7853,7 @@
|
|
|
6083
7853
|
"QuoteSymbol": {},
|
|
6084
7854
|
"ContainsHeader": {},
|
|
6085
7855
|
"Header": {
|
|
6086
|
-
"shape": "
|
|
7856
|
+
"shape": "Sav"
|
|
6087
7857
|
},
|
|
6088
7858
|
"DisableValueTrimming": {
|
|
6089
7859
|
"type": "boolean"
|
|
@@ -6095,17 +7865,17 @@
|
|
|
6095
7865
|
}
|
|
6096
7866
|
}
|
|
6097
7867
|
},
|
|
6098
|
-
"
|
|
7868
|
+
"Sg9": {
|
|
6099
7869
|
"type": "list",
|
|
6100
7870
|
"member": {}
|
|
6101
7871
|
},
|
|
6102
|
-
"
|
|
7872
|
+
"Sgb": {
|
|
6103
7873
|
"type": "list",
|
|
6104
7874
|
"member": {
|
|
6105
|
-
"shape": "
|
|
7875
|
+
"shape": "Sgc"
|
|
6106
7876
|
}
|
|
6107
7877
|
},
|
|
6108
|
-
"
|
|
7878
|
+
"Sgc": {
|
|
6109
7879
|
"type": "structure",
|
|
6110
7880
|
"required": [
|
|
6111
7881
|
"ColumnName",
|
|
@@ -6174,10 +7944,10 @@
|
|
|
6174
7944
|
],
|
|
6175
7945
|
"members": {
|
|
6176
7946
|
"MinimumValue": {
|
|
6177
|
-
"shape": "
|
|
7947
|
+
"shape": "Sgk"
|
|
6178
7948
|
},
|
|
6179
7949
|
"MaximumValue": {
|
|
6180
|
-
"shape": "
|
|
7950
|
+
"shape": "Sgk"
|
|
6181
7951
|
},
|
|
6182
7952
|
"NumberOfNulls": {
|
|
6183
7953
|
"type": "long"
|
|
@@ -6275,7 +8045,7 @@
|
|
|
6275
8045
|
}
|
|
6276
8046
|
}
|
|
6277
8047
|
},
|
|
6278
|
-
"
|
|
8048
|
+
"Sgk": {
|
|
6279
8049
|
"type": "structure",
|
|
6280
8050
|
"required": [
|
|
6281
8051
|
"UnscaledValue",
|
|
@@ -6290,7 +8060,7 @@
|
|
|
6290
8060
|
}
|
|
6291
8061
|
}
|
|
6292
8062
|
},
|
|
6293
|
-
"
|
|
8063
|
+
"Sgt": {
|
|
6294
8064
|
"type": "list",
|
|
6295
8065
|
"member": {
|
|
6296
8066
|
"type": "structure",
|
|
@@ -6302,20 +8072,20 @@
|
|
|
6302
8072
|
}
|
|
6303
8073
|
}
|
|
6304
8074
|
},
|
|
6305
|
-
"
|
|
8075
|
+
"Sgz": {
|
|
6306
8076
|
"type": "structure",
|
|
6307
8077
|
"members": {
|
|
6308
8078
|
"Name": {},
|
|
6309
8079
|
"Description": {},
|
|
6310
8080
|
"ConnectionType": {},
|
|
6311
8081
|
"MatchCriteria": {
|
|
6312
|
-
"shape": "
|
|
8082
|
+
"shape": "Sb0"
|
|
6313
8083
|
},
|
|
6314
8084
|
"ConnectionProperties": {
|
|
6315
|
-
"shape": "
|
|
8085
|
+
"shape": "Sb1"
|
|
6316
8086
|
},
|
|
6317
8087
|
"PhysicalConnectionRequirements": {
|
|
6318
|
-
"shape": "
|
|
8088
|
+
"shape": "Sb3"
|
|
6319
8089
|
},
|
|
6320
8090
|
"CreationTime": {
|
|
6321
8091
|
"type": "timestamp"
|
|
@@ -6326,7 +8096,7 @@
|
|
|
6326
8096
|
"LastUpdatedBy": {}
|
|
6327
8097
|
}
|
|
6328
8098
|
},
|
|
6329
|
-
"
|
|
8099
|
+
"Shg": {
|
|
6330
8100
|
"type": "structure",
|
|
6331
8101
|
"members": {
|
|
6332
8102
|
"EncryptionAtRest": {
|
|
@@ -6353,7 +8123,7 @@
|
|
|
6353
8123
|
}
|
|
6354
8124
|
}
|
|
6355
8125
|
},
|
|
6356
|
-
"
|
|
8126
|
+
"Shm": {
|
|
6357
8127
|
"type": "structure",
|
|
6358
8128
|
"required": [
|
|
6359
8129
|
"Name"
|
|
@@ -6369,15 +8139,15 @@
|
|
|
6369
8139
|
"type": "timestamp"
|
|
6370
8140
|
},
|
|
6371
8141
|
"CreateTableDefaultPermissions": {
|
|
6372
|
-
"shape": "
|
|
8142
|
+
"shape": "Sbd"
|
|
6373
8143
|
},
|
|
6374
8144
|
"TargetDatabase": {
|
|
6375
|
-
"shape": "
|
|
8145
|
+
"shape": "Sbj"
|
|
6376
8146
|
},
|
|
6377
8147
|
"CatalogId": {}
|
|
6378
8148
|
}
|
|
6379
8149
|
},
|
|
6380
|
-
"
|
|
8150
|
+
"Si4": {
|
|
6381
8151
|
"type": "structure",
|
|
6382
8152
|
"members": {
|
|
6383
8153
|
"JobName": {},
|
|
@@ -6395,7 +8165,7 @@
|
|
|
6395
8165
|
"JobBookmark": {}
|
|
6396
8166
|
}
|
|
6397
8167
|
},
|
|
6398
|
-
"
|
|
8168
|
+
"Sie": {
|
|
6399
8169
|
"type": "structure",
|
|
6400
8170
|
"members": {
|
|
6401
8171
|
"TaskType": {},
|
|
@@ -6430,7 +8200,7 @@
|
|
|
6430
8200
|
}
|
|
6431
8201
|
}
|
|
6432
8202
|
},
|
|
6433
|
-
"
|
|
8203
|
+
"Six": {
|
|
6434
8204
|
"type": "structure",
|
|
6435
8205
|
"required": [
|
|
6436
8206
|
"TransformType"
|
|
@@ -6485,7 +8255,7 @@
|
|
|
6485
8255
|
}
|
|
6486
8256
|
}
|
|
6487
8257
|
},
|
|
6488
|
-
"
|
|
8258
|
+
"Sj4": {
|
|
6489
8259
|
"type": "list",
|
|
6490
8260
|
"member": {
|
|
6491
8261
|
"type": "structure",
|
|
@@ -6495,7 +8265,7 @@
|
|
|
6495
8265
|
}
|
|
6496
8266
|
}
|
|
6497
8267
|
},
|
|
6498
|
-
"
|
|
8268
|
+
"Sj7": {
|
|
6499
8269
|
"type": "structure",
|
|
6500
8270
|
"members": {
|
|
6501
8271
|
"Name": {},
|
|
@@ -6515,11 +8285,11 @@
|
|
|
6515
8285
|
"type": "timestamp"
|
|
6516
8286
|
},
|
|
6517
8287
|
"Schema": {
|
|
6518
|
-
"shape": "
|
|
8288
|
+
"shape": "Sj4"
|
|
6519
8289
|
}
|
|
6520
8290
|
}
|
|
6521
8291
|
},
|
|
6522
|
-
"
|
|
8292
|
+
"Sj8": {
|
|
6523
8293
|
"type": "structure",
|
|
6524
8294
|
"required": [
|
|
6525
8295
|
"Column",
|
|
@@ -6530,7 +8300,7 @@
|
|
|
6530
8300
|
"SortDirection": {}
|
|
6531
8301
|
}
|
|
6532
8302
|
},
|
|
6533
|
-
"
|
|
8303
|
+
"Sje": {
|
|
6534
8304
|
"type": "structure",
|
|
6535
8305
|
"required": [
|
|
6536
8306
|
"DatabaseName",
|
|
@@ -6541,27 +8311,27 @@
|
|
|
6541
8311
|
"TableName": {}
|
|
6542
8312
|
}
|
|
6543
8313
|
},
|
|
6544
|
-
"
|
|
8314
|
+
"Sjf": {
|
|
6545
8315
|
"type": "list",
|
|
6546
8316
|
"member": {
|
|
6547
|
-
"shape": "
|
|
8317
|
+
"shape": "Sje"
|
|
6548
8318
|
}
|
|
6549
8319
|
},
|
|
6550
|
-
"
|
|
8320
|
+
"Sjg": {
|
|
6551
8321
|
"type": "structure",
|
|
6552
8322
|
"members": {
|
|
6553
8323
|
"Jdbc": {
|
|
6554
|
-
"shape": "
|
|
8324
|
+
"shape": "Scl"
|
|
6555
8325
|
},
|
|
6556
8326
|
"S3": {
|
|
6557
|
-
"shape": "
|
|
8327
|
+
"shape": "Scl"
|
|
6558
8328
|
},
|
|
6559
8329
|
"DynamoDB": {
|
|
6560
|
-
"shape": "
|
|
8330
|
+
"shape": "Scl"
|
|
6561
8331
|
}
|
|
6562
8332
|
}
|
|
6563
8333
|
},
|
|
6564
|
-
"
|
|
8334
|
+
"Sji": {
|
|
6565
8335
|
"type": "list",
|
|
6566
8336
|
"member": {
|
|
6567
8337
|
"type": "structure",
|
|
@@ -6575,7 +8345,7 @@
|
|
|
6575
8345
|
}
|
|
6576
8346
|
}
|
|
6577
8347
|
},
|
|
6578
|
-
"
|
|
8348
|
+
"Sk2": {
|
|
6579
8349
|
"type": "structure",
|
|
6580
8350
|
"required": [
|
|
6581
8351
|
"SegmentNumber",
|
|
@@ -6590,7 +8360,7 @@
|
|
|
6590
8360
|
}
|
|
6591
8361
|
}
|
|
6592
8362
|
},
|
|
6593
|
-
"
|
|
8363
|
+
"Skp": {
|
|
6594
8364
|
"type": "structure",
|
|
6595
8365
|
"members": {
|
|
6596
8366
|
"LatestVersion": {
|
|
@@ -6601,7 +8371,7 @@
|
|
|
6601
8371
|
}
|
|
6602
8372
|
}
|
|
6603
8373
|
},
|
|
6604
|
-
"
|
|
8374
|
+
"Sky": {
|
|
6605
8375
|
"type": "structure",
|
|
6606
8376
|
"members": {
|
|
6607
8377
|
"Name": {},
|
|
@@ -6609,11 +8379,50 @@
|
|
|
6609
8379
|
"type": "timestamp"
|
|
6610
8380
|
},
|
|
6611
8381
|
"EncryptionConfiguration": {
|
|
6612
|
-
"shape": "
|
|
8382
|
+
"shape": "Scw"
|
|
8383
|
+
}
|
|
8384
|
+
}
|
|
8385
|
+
},
|
|
8386
|
+
"Sl6": {
|
|
8387
|
+
"type": "structure",
|
|
8388
|
+
"members": {
|
|
8389
|
+
"Id": {
|
|
8390
|
+
"type": "integer"
|
|
8391
|
+
},
|
|
8392
|
+
"Code": {},
|
|
8393
|
+
"State": {},
|
|
8394
|
+
"Output": {
|
|
8395
|
+
"type": "structure",
|
|
8396
|
+
"members": {
|
|
8397
|
+
"Data": {
|
|
8398
|
+
"type": "structure",
|
|
8399
|
+
"members": {
|
|
8400
|
+
"TextPlain": {}
|
|
8401
|
+
}
|
|
8402
|
+
},
|
|
8403
|
+
"ExecutionCount": {
|
|
8404
|
+
"type": "integer"
|
|
8405
|
+
},
|
|
8406
|
+
"Status": {},
|
|
8407
|
+
"ErrorName": {},
|
|
8408
|
+
"ErrorValue": {},
|
|
8409
|
+
"Traceback": {
|
|
8410
|
+
"shape": "S4g"
|
|
8411
|
+
}
|
|
8412
|
+
}
|
|
8413
|
+
},
|
|
8414
|
+
"Progress": {
|
|
8415
|
+
"type": "double"
|
|
8416
|
+
},
|
|
8417
|
+
"StartedOn": {
|
|
8418
|
+
"type": "long"
|
|
8419
|
+
},
|
|
8420
|
+
"CompletedOn": {
|
|
8421
|
+
"type": "long"
|
|
6613
8422
|
}
|
|
6614
8423
|
}
|
|
6615
8424
|
},
|
|
6616
|
-
"
|
|
8425
|
+
"Sld": {
|
|
6617
8426
|
"type": "structure",
|
|
6618
8427
|
"required": [
|
|
6619
8428
|
"Name"
|
|
@@ -6655,37 +8464,45 @@
|
|
|
6655
8464
|
"type": "boolean"
|
|
6656
8465
|
},
|
|
6657
8466
|
"TargetTable": {
|
|
6658
|
-
"shape": "
|
|
8467
|
+
"shape": "Sdk"
|
|
6659
8468
|
},
|
|
6660
|
-
"CatalogId": {}
|
|
8469
|
+
"CatalogId": {},
|
|
8470
|
+
"VersionId": {}
|
|
6661
8471
|
}
|
|
6662
8472
|
},
|
|
6663
|
-
"
|
|
8473
|
+
"Slg": {
|
|
6664
8474
|
"type": "structure",
|
|
6665
8475
|
"members": {
|
|
6666
8476
|
"Table": {
|
|
6667
|
-
"shape": "
|
|
8477
|
+
"shape": "Sld"
|
|
6668
8478
|
},
|
|
6669
8479
|
"VersionId": {}
|
|
6670
8480
|
}
|
|
6671
8481
|
},
|
|
6672
|
-
"
|
|
8482
|
+
"Sln": {
|
|
6673
8483
|
"type": "list",
|
|
6674
8484
|
"member": {
|
|
6675
|
-
"shape": "
|
|
8485
|
+
"shape": "Sld"
|
|
6676
8486
|
}
|
|
6677
8487
|
},
|
|
6678
|
-
"
|
|
8488
|
+
"Slv": {
|
|
6679
8489
|
"type": "structure",
|
|
6680
8490
|
"members": {
|
|
6681
|
-
"AdditionalAuditContext": {}
|
|
8491
|
+
"AdditionalAuditContext": {},
|
|
8492
|
+
"RequestedColumns": {
|
|
8493
|
+
"type": "list",
|
|
8494
|
+
"member": {}
|
|
8495
|
+
},
|
|
8496
|
+
"AllColumnsRequested": {
|
|
8497
|
+
"type": "boolean"
|
|
8498
|
+
}
|
|
6682
8499
|
}
|
|
6683
8500
|
},
|
|
6684
|
-
"
|
|
8501
|
+
"Sly": {
|
|
6685
8502
|
"type": "list",
|
|
6686
8503
|
"member": {}
|
|
6687
8504
|
},
|
|
6688
|
-
"
|
|
8505
|
+
"Smb": {
|
|
6689
8506
|
"type": "structure",
|
|
6690
8507
|
"members": {
|
|
6691
8508
|
"FunctionName": {},
|
|
@@ -6697,35 +8514,35 @@
|
|
|
6697
8514
|
"type": "timestamp"
|
|
6698
8515
|
},
|
|
6699
8516
|
"ResourceUris": {
|
|
6700
|
-
"shape": "
|
|
8517
|
+
"shape": "Sds"
|
|
6701
8518
|
},
|
|
6702
8519
|
"CatalogId": {}
|
|
6703
8520
|
}
|
|
6704
8521
|
},
|
|
6705
|
-
"
|
|
8522
|
+
"So1": {
|
|
6706
8523
|
"type": "structure",
|
|
6707
8524
|
"members": {
|
|
6708
8525
|
"MetadataKey": {},
|
|
6709
8526
|
"MetadataValue": {}
|
|
6710
8527
|
}
|
|
6711
8528
|
},
|
|
6712
|
-
"
|
|
8529
|
+
"Som": {
|
|
6713
8530
|
"type": "list",
|
|
6714
8531
|
"member": {}
|
|
6715
8532
|
},
|
|
6716
|
-
"
|
|
8533
|
+
"Sq7": {
|
|
6717
8534
|
"type": "list",
|
|
6718
8535
|
"member": {
|
|
6719
|
-
"shape": "
|
|
8536
|
+
"shape": "Sgc"
|
|
6720
8537
|
}
|
|
6721
8538
|
},
|
|
6722
|
-
"
|
|
8539
|
+
"Sq9": {
|
|
6723
8540
|
"type": "list",
|
|
6724
8541
|
"member": {
|
|
6725
8542
|
"type": "structure",
|
|
6726
8543
|
"members": {
|
|
6727
8544
|
"ColumnStatistics": {
|
|
6728
|
-
"shape": "
|
|
8545
|
+
"shape": "Sgc"
|
|
6729
8546
|
},
|
|
6730
8547
|
"Error": {
|
|
6731
8548
|
"shape": "S14"
|