@pgarbe/cdk-ecr-sync 0.5.18 → 0.5.22
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 +19 -19
- package/.jsii +2588 -1305
- package/.projenrc.ts +51 -0
- package/API.md +177 -46
- package/lib/ecr-sync.d.ts +6 -6
- package/lib/ecr-sync.js +16 -15
- package/node_modules/aws-sdk/CHANGELOG.md +419 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +5 -4
- package/node_modules/aws-sdk/apis/account-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +123 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +442 -11
- package/node_modules/aws-sdk/apis/amp-2020-08-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.waiters2.json +43 -0
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +347 -3
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.examples.json +715 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +48 -38
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +87 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +43 -37
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +222 -8
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +51 -30
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +10 -10
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +505 -141
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +97 -77
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +464 -12
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +344 -114
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +189 -60
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +420 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/batch-2016-08-10.examples.json +30 -6
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +267 -72
- package/node_modules/aws-sdk/apis/batch-2016-08-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +388 -11
- package/node_modules/aws-sdk/apis/braket-2019-09-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +287 -201
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +503 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +752 -88
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.min.json +271 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +702 -180
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +74 -73
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +224 -125
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +242 -68
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +805 -103
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +322 -50
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +430 -110
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +460 -39
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +207 -56
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +676 -140
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +31 -2
- package/node_modules/aws-sdk/apis/directconnect-2012-10-25.min.json +133 -36
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +120 -73
- package/node_modules/aws-sdk/apis/drs-2020-02-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +1347 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +296 -261
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4613 -1377
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +90 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +6 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +445 -31
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +114 -75
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +131 -124
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +18 -6
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1853 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +24 -4
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +602 -36
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +198 -82
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +507 -76
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +358 -75
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +817 -138
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +149 -149
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +388 -367
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.examples.json +5 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +728 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +124 -82
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +1993 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +57 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +375 -209
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +31 -3
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +360 -124
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +1675 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +1073 -94
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +276 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +7 -12
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +459 -78
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +691 -130
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +64 -24
- package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +608 -8
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +858 -81
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +50 -5
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +180 -120
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +186 -72
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +166 -147
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +39 -7
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +9 -7
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +198 -108
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +321 -130
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +301 -227
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +7 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +411 -149
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +68 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +156 -43
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +1230 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +1032 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +850 -157
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +192 -128
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +4 -0
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +65 -31
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +2044 -118
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +752 -957
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +50 -56
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +234 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +507 -49
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.examples.json +5 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +1622 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.paginators.json +49 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +338 -31
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +2 -4
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +869 -352
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +752 -74
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +41 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +327 -194
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +16 -11
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.min.json +325 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +538 -323
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +253 -148
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +0 -6
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +362 -121
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +263 -198
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +85 -13
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +458 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +14 -13
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +138 -138
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +196 -163
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +15 -7
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2264 -1025
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +779 -259
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +72 -70
- package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +93 -14
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +35 -25
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +90 -18
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +379 -351
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +58 -11
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +39 -9
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +163 -30
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +623 -42
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +81 -13
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +80 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +44 -43
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +66 -30
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +903 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +166 -97
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +398 -59
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1525 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +308 -27
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +83 -50
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +1579 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +39 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +6 -1
- package/node_modules/aws-sdk/clients/account.d.ts +136 -0
- package/node_modules/aws-sdk/clients/account.js +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +21 -0
- package/node_modules/aws-sdk/clients/all.js +22 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +387 -0
- package/node_modules/aws-sdk/clients/amp.js +1 -0
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +313 -1
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +1003 -0
- package/node_modules/aws-sdk/clients/amplifyuibuilder.js +18 -0
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +86 -68
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +102 -0
- package/node_modules/aws-sdk/clients/appconfigdata.js +18 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +8 -0
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +273 -2
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +38 -38
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +18 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +55 -54
- package/node_modules/aws-sdk/clients/appstream.d.ts +482 -15
- package/node_modules/aws-sdk/clients/appsync.d.ts +35 -13
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +801 -313
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +341 -51
- package/node_modules/aws-sdk/clients/backup.d.ts +162 -32
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +571 -0
- package/node_modules/aws-sdk/clients/backupgateway.js +18 -0
- package/node_modules/aws-sdk/clients/batch.d.ts +250 -34
- package/node_modules/aws-sdk/clients/braket.d.ts +409 -0
- package/node_modules/aws-sdk/clients/chime.d.ts +135 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +314 -2
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +546 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +620 -16
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +385 -0
- package/node_modules/aws-sdk/clients/cloudcontrol.js +19 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +46 -14
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +494 -40
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +71 -17
- package/node_modules/aws-sdk/clients/codebuild.d.ts +8 -3
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +60 -23
- package/node_modules/aws-sdk/clients/comprehend.d.ts +200 -1
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +249 -10
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +846 -48
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +18 -13
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +322 -11
- package/node_modules/aws-sdk/clients/databrew.d.ts +358 -1
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +525 -23
- package/node_modules/aws-sdk/clients/datasync.d.ts +241 -11
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +707 -81
- package/node_modules/aws-sdk/clients/directconnect.d.ts +208 -49
- package/node_modules/aws-sdk/clients/dms.d.ts +116 -34
- package/node_modules/aws-sdk/clients/drs.d.ts +1737 -0
- package/node_modules/aws-sdk/clients/drs.js +18 -0
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +113 -61
- package/node_modules/aws-sdk/clients/ec2.d.ts +4037 -416
- package/node_modules/aws-sdk/clients/ecr.d.ts +713 -56
- package/node_modules/aws-sdk/clients/ecs.d.ts +416 -345
- package/node_modules/aws-sdk/clients/efs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -23
- package/node_modules/aws-sdk/clients/elasticache.d.ts +51 -30
- package/node_modules/aws-sdk/clients/elbv2.d.ts +29 -12
- package/node_modules/aws-sdk/clients/emr.d.ts +38 -18
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +18 -3
- package/node_modules/aws-sdk/clients/es.d.ts +39 -3
- package/node_modules/aws-sdk/clients/evidently.d.ts +1892 -0
- package/node_modules/aws-sdk/clients/evidently.js +18 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +26 -0
- package/node_modules/aws-sdk/clients/finspace.js +0 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +741 -65
- package/node_modules/aws-sdk/clients/finspacedata.js +0 -1
- package/node_modules/aws-sdk/clients/firehose.d.ts +62 -0
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +561 -9
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +434 -26
- package/node_modules/aws-sdk/clients/fsx.d.ts +905 -139
- package/node_modules/aws-sdk/clients/gamelift.d.ts +9 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +59 -2
- package/node_modules/aws-sdk/clients/grafana.d.ts +718 -0
- package/node_modules/aws-sdk/clients/grafana.js +18 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +8 -4
- package/node_modules/aws-sdk/clients/health.d.ts +49 -49
- package/node_modules/aws-sdk/clients/iam.d.ts +85 -85
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +102 -42
- package/node_modules/aws-sdk/clients/inspector2.d.ts +2448 -0
- package/node_modules/aws-sdk/clients/inspector2.js +18 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +252 -18
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +90 -60
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +254 -12
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +1672 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.js +19 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +637 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +353 -124
- package/node_modules/aws-sdk/clients/kafka.d.ts +503 -18
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +1132 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.js +18 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +797 -60
- package/node_modules/aws-sdk/clients/kinesis.d.ts +114 -46
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +30 -30
- package/node_modules/aws-sdk/clients/kms.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +935 -97
- package/node_modules/aws-sdk/clients/lambda.d.ts +102 -37
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +834 -21
- package/node_modules/aws-sdk/clients/lexmodelsv2.js +0 -1
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +12 -7
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +215 -42
- package/node_modules/aws-sdk/clients/lightsail.d.ts +25 -2
- package/node_modules/aws-sdk/clients/location.d.ts +124 -60
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +23 -14
- package/node_modules/aws-sdk/clients/lookoutmetrics.js +0 -1
- package/node_modules/aws-sdk/clients/macie2.d.ts +171 -82
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +280 -81
- package/node_modules/aws-sdk/clients/medialive.d.ts +81 -5
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -0
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +8 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +271 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +140 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +1686 -0
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.js +18 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +1335 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.js +18 -0
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -12
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +61 -10
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +2680 -519
- package/node_modules/aws-sdk/clients/nimble.d.ts +499 -299
- package/node_modules/aws-sdk/clients/nimble.js +1 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +43 -1
- package/node_modules/aws-sdk/clients/outposts.d.ts +520 -12
- package/node_modules/aws-sdk/clients/panorama.d.ts +1926 -0
- package/node_modules/aws-sdk/clients/panorama.js +18 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +456 -9
- package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +8 -4
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +534 -4
- package/node_modules/aws-sdk/clients/proton.d.ts +984 -152
- package/node_modules/aws-sdk/clients/quicksight.d.ts +337 -193
- package/node_modules/aws-sdk/clients/ram.d.ts +234 -212
- package/node_modules/aws-sdk/clients/rbin.d.ts +355 -0
- package/node_modules/aws-sdk/clients/rbin.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +758 -388
- package/node_modules/aws-sdk/clients/redshift.d.ts +170 -8
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +34 -34
- package/node_modules/aws-sdk/clients/rekognition.d.ts +347 -28
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +2101 -0
- package/node_modules/aws-sdk/clients/resiliencehub.js +18 -0
- package/node_modules/aws-sdk/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/node_modules/aws-sdk/clients/robomaker.d.ts +139 -13
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +94 -0
- package/node_modules/aws-sdk/clients/rum.d.ts +509 -0
- package/node_modules/aws-sdk/clients/rum.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +123 -75
- package/node_modules/aws-sdk/clients/s3control.d.ts +11 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1757 -95
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +7 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +829 -13
- package/node_modules/aws-sdk/clients/sesv2.d.ts +128 -108
- package/node_modules/aws-sdk/clients/shield.d.ts +125 -43
- package/node_modules/aws-sdk/clients/snowball.d.ts +73 -55
- package/node_modules/aws-sdk/clients/sns.d.ts +127 -34
- package/node_modules/aws-sdk/clients/sqs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ssm.d.ts +349 -283
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +66 -66
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +101 -36
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/synthetics.d.ts +40 -0
- package/node_modules/aws-sdk/clients/textract.d.ts +167 -8
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +661 -19
- package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +135 -42
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +75 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +21 -16
- package/node_modules/aws-sdk/clients/translate.d.ts +74 -21
- package/node_modules/aws-sdk/clients/voiceid.d.ts +1133 -0
- package/node_modules/aws-sdk/clients/voiceid.js +18 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +113 -31
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +355 -13
- package/node_modules/aws-sdk/clients/wisdom.d.ts +1499 -0
- package/node_modules/aws-sdk/clients/wisdom.js +18 -0
- package/node_modules/aws-sdk/clients/workmail.d.ts +383 -5
- package/node_modules/aws-sdk/clients/workspaces.d.ts +87 -40
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +1520 -0
- package/node_modules/aws-sdk/clients/workspacesweb.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +129 -80
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1300 -550
- package/node_modules/aws-sdk/dist/aws-sdk.js +12256 -4407
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -87
- package/node_modules/aws-sdk/lib/config-base.d.ts +8 -0
- package/node_modules/aws-sdk/lib/config.js +15 -3
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +42 -0
- package/node_modules/aws-sdk/lib/config_use_dualstack.d.ts +3 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +91 -39
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -2
- package/node_modules/aws-sdk/lib/http_request.d.ts +1 -1
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/node_modules/aws-sdk/lib/node_loader.js +63 -21
- package/node_modules/aws-sdk/lib/protocol/rest_json.js +6 -12
- package/node_modules/aws-sdk/lib/region/utils.js +21 -0
- package/node_modules/aws-sdk/lib/region_config.js +13 -13
- package/node_modules/aws-sdk/lib/region_config_data.json +141 -6
- package/node_modules/aws-sdk/lib/request.js +4 -6
- package/node_modules/aws-sdk/lib/service.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +16 -20
- package/node_modules/aws-sdk/lib/services/s3control.js +12 -3
- package/node_modules/aws-sdk/lib/services/s3util.js +17 -7
- package/node_modules/aws-sdk/lib/signers/v4.js +1 -1
- package/node_modules/aws-sdk/package.json +4 -5
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +18 -14
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/.eslintrc.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/AUTHORS +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/LICENSE.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README_js.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/bin/uuid +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/index.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/bytesToUuid.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/v35.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/package.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v3.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v4.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v5.js +0 -0
- package/package.json +42 -69
- package/node_modules/aws-sdk/lib/metadata_service/endpoint.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_config_options.js +0 -14
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode_config_options.js +0 -16
- package/node_modules/aws-sdk/lib/services/finspace.js +0 -23
- package/node_modules/aws-sdk/lib/services/finspacedata.js +0 -23
- package/node_modules/aws-sdk/lib/services/lexmodelsv2.js +0 -23
- package/node_modules/aws-sdk/lib/services/lookoutmetrics.js +0 -22
- package/node_modules/aws-sdk/scripts/check-node-version.js +0 -8
|
@@ -4,6 +4,7 @@ import {AWSError} from '../lib/error';
|
|
|
4
4
|
import {Service} from '../lib/service';
|
|
5
5
|
import {ServiceConfigurationOptions} from '../lib/service';
|
|
6
6
|
import {ConfigBase as Config} from '../lib/config-base';
|
|
7
|
+
import {Readable} from 'stream';
|
|
7
8
|
interface Blob {}
|
|
8
9
|
declare class LakeFormation extends Service {
|
|
9
10
|
/**
|
|
@@ -12,11 +13,11 @@ declare class LakeFormation extends Service {
|
|
|
12
13
|
constructor(options?: LakeFormation.Types.ClientConfiguration)
|
|
13
14
|
config: Config & LakeFormation.Types.ClientConfiguration;
|
|
14
15
|
/**
|
|
15
|
-
* Attaches one or more tags to an existing resource.
|
|
16
|
+
* Attaches one or more LF-tags to an existing resource.
|
|
16
17
|
*/
|
|
17
18
|
addLFTagsToResource(params: LakeFormation.Types.AddLFTagsToResourceRequest, callback?: (err: AWSError, data: LakeFormation.Types.AddLFTagsToResourceResponse) => void): Request<LakeFormation.Types.AddLFTagsToResourceResponse, AWSError>;
|
|
18
19
|
/**
|
|
19
|
-
* Attaches one or more tags to an existing resource.
|
|
20
|
+
* Attaches one or more LF-tags to an existing resource.
|
|
20
21
|
*/
|
|
21
22
|
addLFTagsToResource(callback?: (err: AWSError, data: LakeFormation.Types.AddLFTagsToResourceResponse) => void): Request<LakeFormation.Types.AddLFTagsToResourceResponse, AWSError>;
|
|
22
23
|
/**
|
|
@@ -36,21 +37,61 @@ declare class LakeFormation extends Service {
|
|
|
36
37
|
*/
|
|
37
38
|
batchRevokePermissions(callback?: (err: AWSError, data: LakeFormation.Types.BatchRevokePermissionsResponse) => void): Request<LakeFormation.Types.BatchRevokePermissionsResponse, AWSError>;
|
|
38
39
|
/**
|
|
39
|
-
*
|
|
40
|
+
* Attempts to cancel the specified transaction. Returns an exception if the transaction was previously committed.
|
|
41
|
+
*/
|
|
42
|
+
cancelTransaction(params: LakeFormation.Types.CancelTransactionRequest, callback?: (err: AWSError, data: LakeFormation.Types.CancelTransactionResponse) => void): Request<LakeFormation.Types.CancelTransactionResponse, AWSError>;
|
|
43
|
+
/**
|
|
44
|
+
* Attempts to cancel the specified transaction. Returns an exception if the transaction was previously committed.
|
|
45
|
+
*/
|
|
46
|
+
cancelTransaction(callback?: (err: AWSError, data: LakeFormation.Types.CancelTransactionResponse) => void): Request<LakeFormation.Types.CancelTransactionResponse, AWSError>;
|
|
47
|
+
/**
|
|
48
|
+
* Attempts to commit the specified transaction. Returns an exception if the transaction was previously aborted. This API action is idempotent if called multiple times for the same transaction.
|
|
49
|
+
*/
|
|
50
|
+
commitTransaction(params: LakeFormation.Types.CommitTransactionRequest, callback?: (err: AWSError, data: LakeFormation.Types.CommitTransactionResponse) => void): Request<LakeFormation.Types.CommitTransactionResponse, AWSError>;
|
|
51
|
+
/**
|
|
52
|
+
* Attempts to commit the specified transaction. Returns an exception if the transaction was previously aborted. This API action is idempotent if called multiple times for the same transaction.
|
|
53
|
+
*/
|
|
54
|
+
commitTransaction(callback?: (err: AWSError, data: LakeFormation.Types.CommitTransactionResponse) => void): Request<LakeFormation.Types.CommitTransactionResponse, AWSError>;
|
|
55
|
+
/**
|
|
56
|
+
* Creates a data cell filter to allow one to grant access to certain columns on certain rows.
|
|
57
|
+
*/
|
|
58
|
+
createDataCellsFilter(params: LakeFormation.Types.CreateDataCellsFilterRequest, callback?: (err: AWSError, data: LakeFormation.Types.CreateDataCellsFilterResponse) => void): Request<LakeFormation.Types.CreateDataCellsFilterResponse, AWSError>;
|
|
59
|
+
/**
|
|
60
|
+
* Creates a data cell filter to allow one to grant access to certain columns on certain rows.
|
|
61
|
+
*/
|
|
62
|
+
createDataCellsFilter(callback?: (err: AWSError, data: LakeFormation.Types.CreateDataCellsFilterResponse) => void): Request<LakeFormation.Types.CreateDataCellsFilterResponse, AWSError>;
|
|
63
|
+
/**
|
|
64
|
+
* Creates an LF-tag with the specified name and values.
|
|
40
65
|
*/
|
|
41
66
|
createLFTag(params: LakeFormation.Types.CreateLFTagRequest, callback?: (err: AWSError, data: LakeFormation.Types.CreateLFTagResponse) => void): Request<LakeFormation.Types.CreateLFTagResponse, AWSError>;
|
|
42
67
|
/**
|
|
43
|
-
* Creates
|
|
68
|
+
* Creates an LF-tag with the specified name and values.
|
|
44
69
|
*/
|
|
45
70
|
createLFTag(callback?: (err: AWSError, data: LakeFormation.Types.CreateLFTagResponse) => void): Request<LakeFormation.Types.CreateLFTagResponse, AWSError>;
|
|
46
71
|
/**
|
|
47
|
-
* Deletes
|
|
72
|
+
* Deletes a data cell filter.
|
|
73
|
+
*/
|
|
74
|
+
deleteDataCellsFilter(params: LakeFormation.Types.DeleteDataCellsFilterRequest, callback?: (err: AWSError, data: LakeFormation.Types.DeleteDataCellsFilterResponse) => void): Request<LakeFormation.Types.DeleteDataCellsFilterResponse, AWSError>;
|
|
75
|
+
/**
|
|
76
|
+
* Deletes a data cell filter.
|
|
77
|
+
*/
|
|
78
|
+
deleteDataCellsFilter(callback?: (err: AWSError, data: LakeFormation.Types.DeleteDataCellsFilterResponse) => void): Request<LakeFormation.Types.DeleteDataCellsFilterResponse, AWSError>;
|
|
79
|
+
/**
|
|
80
|
+
* Deletes the specified LF-tag key name. If the attribute key does not exist or the LF-tag does not exist, then the operation will not do anything. If the attribute key exists, then the operation checks if any resources are tagged with this attribute key, if yes, the API throws a 400 Exception with the message "Delete not allowed" as the LF-tag key is still attached with resources. You can consider untagging resources with this LF-tag key.
|
|
48
81
|
*/
|
|
49
82
|
deleteLFTag(params: LakeFormation.Types.DeleteLFTagRequest, callback?: (err: AWSError, data: LakeFormation.Types.DeleteLFTagResponse) => void): Request<LakeFormation.Types.DeleteLFTagResponse, AWSError>;
|
|
50
83
|
/**
|
|
51
|
-
* Deletes the specified tag key name. If the attribute key does not exist or the tag does not exist, then the operation will not do anything. If the attribute key exists, then the operation checks if any resources are tagged with this attribute key, if yes, the API throws a 400 Exception with the message "Delete not allowed" as the tag key is still attached with resources. You can consider untagging resources with this tag key.
|
|
84
|
+
* Deletes the specified LF-tag key name. If the attribute key does not exist or the LF-tag does not exist, then the operation will not do anything. If the attribute key exists, then the operation checks if any resources are tagged with this attribute key, if yes, the API throws a 400 Exception with the message "Delete not allowed" as the LF-tag key is still attached with resources. You can consider untagging resources with this LF-tag key.
|
|
52
85
|
*/
|
|
53
86
|
deleteLFTag(callback?: (err: AWSError, data: LakeFormation.Types.DeleteLFTagResponse) => void): Request<LakeFormation.Types.DeleteLFTagResponse, AWSError>;
|
|
87
|
+
/**
|
|
88
|
+
* For a specific governed table, provides a list of Amazon S3 objects that will be written during the current transaction and that can be automatically deleted if the transaction is canceled. Without this call, no Amazon S3 objects are automatically deleted when a transaction cancels. The Glue ETL library function write_dynamic_frame.from_catalog() includes an option to automatically call DeleteObjectsOnCancel before writes. For more information, see Rolling Back Amazon S3 Writes.
|
|
89
|
+
*/
|
|
90
|
+
deleteObjectsOnCancel(params: LakeFormation.Types.DeleteObjectsOnCancelRequest, callback?: (err: AWSError, data: LakeFormation.Types.DeleteObjectsOnCancelResponse) => void): Request<LakeFormation.Types.DeleteObjectsOnCancelResponse, AWSError>;
|
|
91
|
+
/**
|
|
92
|
+
* For a specific governed table, provides a list of Amazon S3 objects that will be written during the current transaction and that can be automatically deleted if the transaction is canceled. Without this call, no Amazon S3 objects are automatically deleted when a transaction cancels. The Glue ETL library function write_dynamic_frame.from_catalog() includes an option to automatically call DeleteObjectsOnCancel before writes. For more information, see Rolling Back Amazon S3 Writes.
|
|
93
|
+
*/
|
|
94
|
+
deleteObjectsOnCancel(callback?: (err: AWSError, data: LakeFormation.Types.DeleteObjectsOnCancelResponse) => void): Request<LakeFormation.Types.DeleteObjectsOnCancelResponse, AWSError>;
|
|
54
95
|
/**
|
|
55
96
|
* Deregisters the resource as managed by the Data Catalog. When you deregister a path, Lake Formation removes the path from the inline policy attached to your service-linked role.
|
|
56
97
|
*/
|
|
@@ -60,13 +101,29 @@ declare class LakeFormation extends Service {
|
|
|
60
101
|
*/
|
|
61
102
|
deregisterResource(callback?: (err: AWSError, data: LakeFormation.Types.DeregisterResourceResponse) => void): Request<LakeFormation.Types.DeregisterResourceResponse, AWSError>;
|
|
62
103
|
/**
|
|
63
|
-
* Retrieves the current data access role for the given resource registered in
|
|
104
|
+
* Retrieves the current data access role for the given resource registered in Lake Formation.
|
|
64
105
|
*/
|
|
65
106
|
describeResource(params: LakeFormation.Types.DescribeResourceRequest, callback?: (err: AWSError, data: LakeFormation.Types.DescribeResourceResponse) => void): Request<LakeFormation.Types.DescribeResourceResponse, AWSError>;
|
|
66
107
|
/**
|
|
67
|
-
* Retrieves the current data access role for the given resource registered in
|
|
108
|
+
* Retrieves the current data access role for the given resource registered in Lake Formation.
|
|
68
109
|
*/
|
|
69
110
|
describeResource(callback?: (err: AWSError, data: LakeFormation.Types.DescribeResourceResponse) => void): Request<LakeFormation.Types.DescribeResourceResponse, AWSError>;
|
|
111
|
+
/**
|
|
112
|
+
* Returns the details of a single transaction.
|
|
113
|
+
*/
|
|
114
|
+
describeTransaction(params: LakeFormation.Types.DescribeTransactionRequest, callback?: (err: AWSError, data: LakeFormation.Types.DescribeTransactionResponse) => void): Request<LakeFormation.Types.DescribeTransactionResponse, AWSError>;
|
|
115
|
+
/**
|
|
116
|
+
* Returns the details of a single transaction.
|
|
117
|
+
*/
|
|
118
|
+
describeTransaction(callback?: (err: AWSError, data: LakeFormation.Types.DescribeTransactionResponse) => void): Request<LakeFormation.Types.DescribeTransactionResponse, AWSError>;
|
|
119
|
+
/**
|
|
120
|
+
* Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted. Write transactions that remain idle for a long period are automatically aborted unless explicitly extended.
|
|
121
|
+
*/
|
|
122
|
+
extendTransaction(params: LakeFormation.Types.ExtendTransactionRequest, callback?: (err: AWSError, data: LakeFormation.Types.ExtendTransactionResponse) => void): Request<LakeFormation.Types.ExtendTransactionResponse, AWSError>;
|
|
123
|
+
/**
|
|
124
|
+
* Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted. Write transactions that remain idle for a long period are automatically aborted unless explicitly extended.
|
|
125
|
+
*/
|
|
126
|
+
extendTransaction(callback?: (err: AWSError, data: LakeFormation.Types.ExtendTransactionResponse) => void): Request<LakeFormation.Types.ExtendTransactionResponse, AWSError>;
|
|
70
127
|
/**
|
|
71
128
|
* Retrieves the list of the data lake administrators of a Lake Formation-managed data lake.
|
|
72
129
|
*/
|
|
@@ -84,21 +141,61 @@ declare class LakeFormation extends Service {
|
|
|
84
141
|
*/
|
|
85
142
|
getEffectivePermissionsForPath(callback?: (err: AWSError, data: LakeFormation.Types.GetEffectivePermissionsForPathResponse) => void): Request<LakeFormation.Types.GetEffectivePermissionsForPathResponse, AWSError>;
|
|
86
143
|
/**
|
|
87
|
-
* Returns
|
|
144
|
+
* Returns an LF-tag definition.
|
|
88
145
|
*/
|
|
89
146
|
getLFTag(params: LakeFormation.Types.GetLFTagRequest, callback?: (err: AWSError, data: LakeFormation.Types.GetLFTagResponse) => void): Request<LakeFormation.Types.GetLFTagResponse, AWSError>;
|
|
90
147
|
/**
|
|
91
|
-
* Returns
|
|
148
|
+
* Returns an LF-tag definition.
|
|
92
149
|
*/
|
|
93
150
|
getLFTag(callback?: (err: AWSError, data: LakeFormation.Types.GetLFTagResponse) => void): Request<LakeFormation.Types.GetLFTagResponse, AWSError>;
|
|
94
151
|
/**
|
|
95
|
-
* Returns the
|
|
152
|
+
* Returns the state of a query previously submitted. Clients are expected to poll GetQueryState to monitor the current state of the planning before retrieving the work units. A query state is only visible to the principal that made the initial call to StartQueryPlanning.
|
|
153
|
+
*/
|
|
154
|
+
getQueryState(params: LakeFormation.Types.GetQueryStateRequest, callback?: (err: AWSError, data: LakeFormation.Types.GetQueryStateResponse) => void): Request<LakeFormation.Types.GetQueryStateResponse, AWSError>;
|
|
155
|
+
/**
|
|
156
|
+
* Returns the state of a query previously submitted. Clients are expected to poll GetQueryState to monitor the current state of the planning before retrieving the work units. A query state is only visible to the principal that made the initial call to StartQueryPlanning.
|
|
157
|
+
*/
|
|
158
|
+
getQueryState(callback?: (err: AWSError, data: LakeFormation.Types.GetQueryStateResponse) => void): Request<LakeFormation.Types.GetQueryStateResponse, AWSError>;
|
|
159
|
+
/**
|
|
160
|
+
* Retrieves statistics on the planning and execution of a query.
|
|
161
|
+
*/
|
|
162
|
+
getQueryStatistics(params: LakeFormation.Types.GetQueryStatisticsRequest, callback?: (err: AWSError, data: LakeFormation.Types.GetQueryStatisticsResponse) => void): Request<LakeFormation.Types.GetQueryStatisticsResponse, AWSError>;
|
|
163
|
+
/**
|
|
164
|
+
* Retrieves statistics on the planning and execution of a query.
|
|
165
|
+
*/
|
|
166
|
+
getQueryStatistics(callback?: (err: AWSError, data: LakeFormation.Types.GetQueryStatisticsResponse) => void): Request<LakeFormation.Types.GetQueryStatisticsResponse, AWSError>;
|
|
167
|
+
/**
|
|
168
|
+
* Returns the LF-tags applied to a resource.
|
|
96
169
|
*/
|
|
97
170
|
getResourceLFTags(params: LakeFormation.Types.GetResourceLFTagsRequest, callback?: (err: AWSError, data: LakeFormation.Types.GetResourceLFTagsResponse) => void): Request<LakeFormation.Types.GetResourceLFTagsResponse, AWSError>;
|
|
98
171
|
/**
|
|
99
|
-
* Returns the tags applied to a resource.
|
|
172
|
+
* Returns the LF-tags applied to a resource.
|
|
100
173
|
*/
|
|
101
174
|
getResourceLFTags(callback?: (err: AWSError, data: LakeFormation.Types.GetResourceLFTagsResponse) => void): Request<LakeFormation.Types.GetResourceLFTagsResponse, AWSError>;
|
|
175
|
+
/**
|
|
176
|
+
* Returns the set of Amazon S3 objects that make up the specified governed table. A transaction ID or timestamp can be specified for time-travel queries.
|
|
177
|
+
*/
|
|
178
|
+
getTableObjects(params: LakeFormation.Types.GetTableObjectsRequest, callback?: (err: AWSError, data: LakeFormation.Types.GetTableObjectsResponse) => void): Request<LakeFormation.Types.GetTableObjectsResponse, AWSError>;
|
|
179
|
+
/**
|
|
180
|
+
* Returns the set of Amazon S3 objects that make up the specified governed table. A transaction ID or timestamp can be specified for time-travel queries.
|
|
181
|
+
*/
|
|
182
|
+
getTableObjects(callback?: (err: AWSError, data: LakeFormation.Types.GetTableObjectsResponse) => void): Request<LakeFormation.Types.GetTableObjectsResponse, AWSError>;
|
|
183
|
+
/**
|
|
184
|
+
* Returns the work units resulting from the query. Work units can be executed in any order and in parallel.
|
|
185
|
+
*/
|
|
186
|
+
getWorkUnitResults(params: LakeFormation.Types.GetWorkUnitResultsRequest, callback?: (err: AWSError, data: LakeFormation.Types.GetWorkUnitResultsResponse) => void): Request<LakeFormation.Types.GetWorkUnitResultsResponse, AWSError>;
|
|
187
|
+
/**
|
|
188
|
+
* Returns the work units resulting from the query. Work units can be executed in any order and in parallel.
|
|
189
|
+
*/
|
|
190
|
+
getWorkUnitResults(callback?: (err: AWSError, data: LakeFormation.Types.GetWorkUnitResultsResponse) => void): Request<LakeFormation.Types.GetWorkUnitResultsResponse, AWSError>;
|
|
191
|
+
/**
|
|
192
|
+
* Retrieves the work units generated by the StartQueryPlanning operation.
|
|
193
|
+
*/
|
|
194
|
+
getWorkUnits(params: LakeFormation.Types.GetWorkUnitsRequest, callback?: (err: AWSError, data: LakeFormation.Types.GetWorkUnitsResponse) => void): Request<LakeFormation.Types.GetWorkUnitsResponse, AWSError>;
|
|
195
|
+
/**
|
|
196
|
+
* Retrieves the work units generated by the StartQueryPlanning operation.
|
|
197
|
+
*/
|
|
198
|
+
getWorkUnits(callback?: (err: AWSError, data: LakeFormation.Types.GetWorkUnitsResponse) => void): Request<LakeFormation.Types.GetWorkUnitsResponse, AWSError>;
|
|
102
199
|
/**
|
|
103
200
|
* Grants permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3. For information about permissions, see Security and Access Control to Metadata and Data.
|
|
104
201
|
*/
|
|
@@ -108,11 +205,19 @@ declare class LakeFormation extends Service {
|
|
|
108
205
|
*/
|
|
109
206
|
grantPermissions(callback?: (err: AWSError, data: LakeFormation.Types.GrantPermissionsResponse) => void): Request<LakeFormation.Types.GrantPermissionsResponse, AWSError>;
|
|
110
207
|
/**
|
|
111
|
-
* Lists
|
|
208
|
+
* Lists all the data cell filters on a table.
|
|
209
|
+
*/
|
|
210
|
+
listDataCellsFilter(params: LakeFormation.Types.ListDataCellsFilterRequest, callback?: (err: AWSError, data: LakeFormation.Types.ListDataCellsFilterResponse) => void): Request<LakeFormation.Types.ListDataCellsFilterResponse, AWSError>;
|
|
211
|
+
/**
|
|
212
|
+
* Lists all the data cell filters on a table.
|
|
213
|
+
*/
|
|
214
|
+
listDataCellsFilter(callback?: (err: AWSError, data: LakeFormation.Types.ListDataCellsFilterResponse) => void): Request<LakeFormation.Types.ListDataCellsFilterResponse, AWSError>;
|
|
215
|
+
/**
|
|
216
|
+
* Lists LF-tags that the requester has permission to view.
|
|
112
217
|
*/
|
|
113
218
|
listLFTags(params: LakeFormation.Types.ListLFTagsRequest, callback?: (err: AWSError, data: LakeFormation.Types.ListLFTagsResponse) => void): Request<LakeFormation.Types.ListLFTagsResponse, AWSError>;
|
|
114
219
|
/**
|
|
115
|
-
* Lists tags that the requester has permission to view.
|
|
220
|
+
* Lists LF-tags that the requester has permission to view.
|
|
116
221
|
*/
|
|
117
222
|
listLFTags(callback?: (err: AWSError, data: LakeFormation.Types.ListLFTagsResponse) => void): Request<LakeFormation.Types.ListLFTagsResponse, AWSError>;
|
|
118
223
|
/**
|
|
@@ -131,6 +236,22 @@ declare class LakeFormation extends Service {
|
|
|
131
236
|
* Lists the resources registered to be managed by the Data Catalog.
|
|
132
237
|
*/
|
|
133
238
|
listResources(callback?: (err: AWSError, data: LakeFormation.Types.ListResourcesResponse) => void): Request<LakeFormation.Types.ListResourcesResponse, AWSError>;
|
|
239
|
+
/**
|
|
240
|
+
* Returns the configuration of all storage optimizers associated with a specified table.
|
|
241
|
+
*/
|
|
242
|
+
listTableStorageOptimizers(params: LakeFormation.Types.ListTableStorageOptimizersRequest, callback?: (err: AWSError, data: LakeFormation.Types.ListTableStorageOptimizersResponse) => void): Request<LakeFormation.Types.ListTableStorageOptimizersResponse, AWSError>;
|
|
243
|
+
/**
|
|
244
|
+
* Returns the configuration of all storage optimizers associated with a specified table.
|
|
245
|
+
*/
|
|
246
|
+
listTableStorageOptimizers(callback?: (err: AWSError, data: LakeFormation.Types.ListTableStorageOptimizersResponse) => void): Request<LakeFormation.Types.ListTableStorageOptimizersResponse, AWSError>;
|
|
247
|
+
/**
|
|
248
|
+
* Returns metadata about transactions and their status. To prevent the response from growing indefinitely, only uncommitted transactions and those available for time-travel queries are returned. This operation can help you identify uncommitted transactions or to get information about transactions.
|
|
249
|
+
*/
|
|
250
|
+
listTransactions(params: LakeFormation.Types.ListTransactionsRequest, callback?: (err: AWSError, data: LakeFormation.Types.ListTransactionsResponse) => void): Request<LakeFormation.Types.ListTransactionsResponse, AWSError>;
|
|
251
|
+
/**
|
|
252
|
+
* Returns metadata about transactions and their status. To prevent the response from growing indefinitely, only uncommitted transactions and those available for time-travel queries are returned. This operation can help you identify uncommitted transactions or to get information about transactions.
|
|
253
|
+
*/
|
|
254
|
+
listTransactions(callback?: (err: AWSError, data: LakeFormation.Types.ListTransactionsResponse) => void): Request<LakeFormation.Types.ListTransactionsResponse, AWSError>;
|
|
134
255
|
/**
|
|
135
256
|
* Sets the list of data lake administrators who have admin privileges on all resources managed by Lake Formation. For more information on admin privileges, see Granting Lake Formation Permissions. This API replaces the current list of data lake admins with the new list being passed. To add an admin, fetch the current list and add the new admin to that list and pass that list in this API.
|
|
136
257
|
*/
|
|
@@ -140,19 +261,19 @@ declare class LakeFormation extends Service {
|
|
|
140
261
|
*/
|
|
141
262
|
putDataLakeSettings(callback?: (err: AWSError, data: LakeFormation.Types.PutDataLakeSettingsResponse) => void): Request<LakeFormation.Types.PutDataLakeSettingsResponse, AWSError>;
|
|
142
263
|
/**
|
|
143
|
-
* Registers the resource as managed by the Data Catalog. To add or update data, Lake Formation needs read/write access to the chosen Amazon S3 path. Choose a role that you know has permission to do this, or choose the AWSServiceRoleForLakeFormationDataAccess service-linked role. When you register the first Amazon S3 path, the service-linked role and a new inline policy are created on your behalf. Lake Formation adds the first path to the inline policy and attaches it to the service-linked role. When you register subsequent paths, Lake Formation adds the path to the existing policy. The following request registers a new location and gives
|
|
264
|
+
* Registers the resource as managed by the Data Catalog. To add or update data, Lake Formation needs read/write access to the chosen Amazon S3 path. Choose a role that you know has permission to do this, or choose the AWSServiceRoleForLakeFormationDataAccess service-linked role. When you register the first Amazon S3 path, the service-linked role and a new inline policy are created on your behalf. Lake Formation adds the first path to the inline policy and attaches it to the service-linked role. When you register subsequent paths, Lake Formation adds the path to the existing policy. The following request registers a new location and gives Lake Formation permission to use the service-linked role to access that location. ResourceArn = arn:aws:s3:::my-bucket UseServiceLinkedRole = true If UseServiceLinkedRole is not set to true, you must provide or set the RoleArn: arn:aws:iam::12345:role/my-data-access-role
|
|
144
265
|
*/
|
|
145
266
|
registerResource(params: LakeFormation.Types.RegisterResourceRequest, callback?: (err: AWSError, data: LakeFormation.Types.RegisterResourceResponse) => void): Request<LakeFormation.Types.RegisterResourceResponse, AWSError>;
|
|
146
267
|
/**
|
|
147
|
-
* Registers the resource as managed by the Data Catalog. To add or update data, Lake Formation needs read/write access to the chosen Amazon S3 path. Choose a role that you know has permission to do this, or choose the AWSServiceRoleForLakeFormationDataAccess service-linked role. When you register the first Amazon S3 path, the service-linked role and a new inline policy are created on your behalf. Lake Formation adds the first path to the inline policy and attaches it to the service-linked role. When you register subsequent paths, Lake Formation adds the path to the existing policy. The following request registers a new location and gives
|
|
268
|
+
* Registers the resource as managed by the Data Catalog. To add or update data, Lake Formation needs read/write access to the chosen Amazon S3 path. Choose a role that you know has permission to do this, or choose the AWSServiceRoleForLakeFormationDataAccess service-linked role. When you register the first Amazon S3 path, the service-linked role and a new inline policy are created on your behalf. Lake Formation adds the first path to the inline policy and attaches it to the service-linked role. When you register subsequent paths, Lake Formation adds the path to the existing policy. The following request registers a new location and gives Lake Formation permission to use the service-linked role to access that location. ResourceArn = arn:aws:s3:::my-bucket UseServiceLinkedRole = true If UseServiceLinkedRole is not set to true, you must provide or set the RoleArn: arn:aws:iam::12345:role/my-data-access-role
|
|
148
269
|
*/
|
|
149
270
|
registerResource(callback?: (err: AWSError, data: LakeFormation.Types.RegisterResourceResponse) => void): Request<LakeFormation.Types.RegisterResourceResponse, AWSError>;
|
|
150
271
|
/**
|
|
151
|
-
* Removes
|
|
272
|
+
* Removes an LF-tag from the resource. Only database, table, or tableWithColumns resource are allowed. To tag columns, use the column inclusion list in tableWithColumns to specify column input.
|
|
152
273
|
*/
|
|
153
274
|
removeLFTagsFromResource(params: LakeFormation.Types.RemoveLFTagsFromResourceRequest, callback?: (err: AWSError, data: LakeFormation.Types.RemoveLFTagsFromResourceResponse) => void): Request<LakeFormation.Types.RemoveLFTagsFromResourceResponse, AWSError>;
|
|
154
275
|
/**
|
|
155
|
-
* Removes
|
|
276
|
+
* Removes an LF-tag from the resource. Only database, table, or tableWithColumns resource are allowed. To tag columns, use the column inclusion list in tableWithColumns to specify column input.
|
|
156
277
|
*/
|
|
157
278
|
removeLFTagsFromResource(callback?: (err: AWSError, data: LakeFormation.Types.RemoveLFTagsFromResourceResponse) => void): Request<LakeFormation.Types.RemoveLFTagsFromResourceResponse, AWSError>;
|
|
158
279
|
/**
|
|
@@ -172,42 +293,74 @@ declare class LakeFormation extends Service {
|
|
|
172
293
|
*/
|
|
173
294
|
searchDatabasesByLFTags(callback?: (err: AWSError, data: LakeFormation.Types.SearchDatabasesByLFTagsResponse) => void): Request<LakeFormation.Types.SearchDatabasesByLFTagsResponse, AWSError>;
|
|
174
295
|
/**
|
|
175
|
-
* This operation allows a search on TABLE resources by LFTags. This will be used by admins who want to grant user permissions on certain
|
|
296
|
+
* This operation allows a search on TABLE resources by LFTags. This will be used by admins who want to grant user permissions on certain LF-tags. Before making a grant, the admin can use SearchTablesByLFTags to find all resources where the given LFTags are valid to verify whether the returned resources can be shared.
|
|
176
297
|
*/
|
|
177
298
|
searchTablesByLFTags(params: LakeFormation.Types.SearchTablesByLFTagsRequest, callback?: (err: AWSError, data: LakeFormation.Types.SearchTablesByLFTagsResponse) => void): Request<LakeFormation.Types.SearchTablesByLFTagsResponse, AWSError>;
|
|
178
299
|
/**
|
|
179
|
-
* This operation allows a search on TABLE resources by LFTags. This will be used by admins who want to grant user permissions on certain
|
|
300
|
+
* This operation allows a search on TABLE resources by LFTags. This will be used by admins who want to grant user permissions on certain LF-tags. Before making a grant, the admin can use SearchTablesByLFTags to find all resources where the given LFTags are valid to verify whether the returned resources can be shared.
|
|
180
301
|
*/
|
|
181
302
|
searchTablesByLFTags(callback?: (err: AWSError, data: LakeFormation.Types.SearchTablesByLFTagsResponse) => void): Request<LakeFormation.Types.SearchTablesByLFTagsResponse, AWSError>;
|
|
182
303
|
/**
|
|
183
|
-
*
|
|
304
|
+
* Submits a request to process a query statement. This operation generates work units that can be retrieved with the GetWorkUnits operation as soon as the query state is WORKUNITS_AVAILABLE or FINISHED.
|
|
305
|
+
*/
|
|
306
|
+
startQueryPlanning(params: LakeFormation.Types.StartQueryPlanningRequest, callback?: (err: AWSError, data: LakeFormation.Types.StartQueryPlanningResponse) => void): Request<LakeFormation.Types.StartQueryPlanningResponse, AWSError>;
|
|
307
|
+
/**
|
|
308
|
+
* Submits a request to process a query statement. This operation generates work units that can be retrieved with the GetWorkUnits operation as soon as the query state is WORKUNITS_AVAILABLE or FINISHED.
|
|
309
|
+
*/
|
|
310
|
+
startQueryPlanning(callback?: (err: AWSError, data: LakeFormation.Types.StartQueryPlanningResponse) => void): Request<LakeFormation.Types.StartQueryPlanningResponse, AWSError>;
|
|
311
|
+
/**
|
|
312
|
+
* Starts a new transaction and returns its transaction ID. Transaction IDs are opaque objects that you can use to identify a transaction.
|
|
313
|
+
*/
|
|
314
|
+
startTransaction(params: LakeFormation.Types.StartTransactionRequest, callback?: (err: AWSError, data: LakeFormation.Types.StartTransactionResponse) => void): Request<LakeFormation.Types.StartTransactionResponse, AWSError>;
|
|
315
|
+
/**
|
|
316
|
+
* Starts a new transaction and returns its transaction ID. Transaction IDs are opaque objects that you can use to identify a transaction.
|
|
317
|
+
*/
|
|
318
|
+
startTransaction(callback?: (err: AWSError, data: LakeFormation.Types.StartTransactionResponse) => void): Request<LakeFormation.Types.StartTransactionResponse, AWSError>;
|
|
319
|
+
/**
|
|
320
|
+
* Updates the list of possible values for the specified LF-tag key. If the LF-tag does not exist, the operation throws an EntityNotFoundException. The values in the delete key values will be deleted from list of possible values. If any value in the delete key values is attached to a resource, then API errors out with a 400 Exception - "Update not allowed". Untag the attribute before deleting the LF-tag key's value.
|
|
184
321
|
*/
|
|
185
322
|
updateLFTag(params: LakeFormation.Types.UpdateLFTagRequest, callback?: (err: AWSError, data: LakeFormation.Types.UpdateLFTagResponse) => void): Request<LakeFormation.Types.UpdateLFTagResponse, AWSError>;
|
|
186
323
|
/**
|
|
187
|
-
* Updates the list of possible values for the specified tag key. If the tag does not exist, the operation throws an EntityNotFoundException. The values in the delete key values will be deleted from list of possible values. If any value in the delete key values is attached to a resource, then API errors out with a 400 Exception - "Update not allowed". Untag the attribute before deleting the tag key's value.
|
|
324
|
+
* Updates the list of possible values for the specified LF-tag key. If the LF-tag does not exist, the operation throws an EntityNotFoundException. The values in the delete key values will be deleted from list of possible values. If any value in the delete key values is attached to a resource, then API errors out with a 400 Exception - "Update not allowed". Untag the attribute before deleting the LF-tag key's value.
|
|
188
325
|
*/
|
|
189
326
|
updateLFTag(callback?: (err: AWSError, data: LakeFormation.Types.UpdateLFTagResponse) => void): Request<LakeFormation.Types.UpdateLFTagResponse, AWSError>;
|
|
190
327
|
/**
|
|
191
|
-
* Updates the data access role used for vending access to the given (registered) resource in
|
|
328
|
+
* Updates the data access role used for vending access to the given (registered) resource in Lake Formation.
|
|
192
329
|
*/
|
|
193
330
|
updateResource(params: LakeFormation.Types.UpdateResourceRequest, callback?: (err: AWSError, data: LakeFormation.Types.UpdateResourceResponse) => void): Request<LakeFormation.Types.UpdateResourceResponse, AWSError>;
|
|
194
331
|
/**
|
|
195
|
-
* Updates the data access role used for vending access to the given (registered) resource in
|
|
332
|
+
* Updates the data access role used for vending access to the given (registered) resource in Lake Formation.
|
|
196
333
|
*/
|
|
197
334
|
updateResource(callback?: (err: AWSError, data: LakeFormation.Types.UpdateResourceResponse) => void): Request<LakeFormation.Types.UpdateResourceResponse, AWSError>;
|
|
335
|
+
/**
|
|
336
|
+
* Updates the manifest of Amazon S3 objects that make up the specified governed table.
|
|
337
|
+
*/
|
|
338
|
+
updateTableObjects(params: LakeFormation.Types.UpdateTableObjectsRequest, callback?: (err: AWSError, data: LakeFormation.Types.UpdateTableObjectsResponse) => void): Request<LakeFormation.Types.UpdateTableObjectsResponse, AWSError>;
|
|
339
|
+
/**
|
|
340
|
+
* Updates the manifest of Amazon S3 objects that make up the specified governed table.
|
|
341
|
+
*/
|
|
342
|
+
updateTableObjects(callback?: (err: AWSError, data: LakeFormation.Types.UpdateTableObjectsResponse) => void): Request<LakeFormation.Types.UpdateTableObjectsResponse, AWSError>;
|
|
343
|
+
/**
|
|
344
|
+
* Updates the configuration of the storage optimizers for a table.
|
|
345
|
+
*/
|
|
346
|
+
updateTableStorageOptimizer(params: LakeFormation.Types.UpdateTableStorageOptimizerRequest, callback?: (err: AWSError, data: LakeFormation.Types.UpdateTableStorageOptimizerResponse) => void): Request<LakeFormation.Types.UpdateTableStorageOptimizerResponse, AWSError>;
|
|
347
|
+
/**
|
|
348
|
+
* Updates the configuration of the storage optimizers for a table.
|
|
349
|
+
*/
|
|
350
|
+
updateTableStorageOptimizer(callback?: (err: AWSError, data: LakeFormation.Types.UpdateTableStorageOptimizerResponse) => void): Request<LakeFormation.Types.UpdateTableStorageOptimizerResponse, AWSError>;
|
|
198
351
|
}
|
|
199
352
|
declare namespace LakeFormation {
|
|
200
353
|
export interface AddLFTagsToResourceRequest {
|
|
201
354
|
/**
|
|
202
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
355
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
203
356
|
*/
|
|
204
357
|
CatalogId?: CatalogIdString;
|
|
205
358
|
/**
|
|
206
|
-
* The resource to which to attach
|
|
359
|
+
* The database, table, or column resource to which to attach an LF-tag.
|
|
207
360
|
*/
|
|
208
361
|
Resource: Resource;
|
|
209
362
|
/**
|
|
210
|
-
* The tags to attach to the resource.
|
|
363
|
+
* The LF-tags to attach to the resource.
|
|
211
364
|
*/
|
|
212
365
|
LFTags: LFTagsList;
|
|
213
366
|
}
|
|
@@ -217,9 +370,29 @@ declare namespace LakeFormation {
|
|
|
217
370
|
*/
|
|
218
371
|
Failures?: LFTagErrors;
|
|
219
372
|
}
|
|
373
|
+
export interface AddObjectInput {
|
|
374
|
+
/**
|
|
375
|
+
* The Amazon S3 location of the object.
|
|
376
|
+
*/
|
|
377
|
+
Uri: URI;
|
|
378
|
+
/**
|
|
379
|
+
* The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify changes to the underlying data.
|
|
380
|
+
*/
|
|
381
|
+
ETag: ETagString;
|
|
382
|
+
/**
|
|
383
|
+
* The size of the Amazon S3 object in bytes.
|
|
384
|
+
*/
|
|
385
|
+
Size: ObjectSize;
|
|
386
|
+
/**
|
|
387
|
+
* A list of partition values for the object. A value must be specified for each partition key associated with the table. The supported data types are integer, long, date(yyyy-MM-dd), timestamp(yyyy-MM-dd HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss"), string and decimal.
|
|
388
|
+
*/
|
|
389
|
+
PartitionValues?: PartitionValuesList;
|
|
390
|
+
}
|
|
391
|
+
export interface AllRowsWildcard {
|
|
392
|
+
}
|
|
220
393
|
export interface BatchGrantPermissionsRequest {
|
|
221
394
|
/**
|
|
222
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
395
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
223
396
|
*/
|
|
224
397
|
CatalogId?: CatalogIdString;
|
|
225
398
|
/**
|
|
@@ -269,7 +442,7 @@ declare namespace LakeFormation {
|
|
|
269
442
|
export type BatchPermissionsRequestEntryList = BatchPermissionsRequestEntry[];
|
|
270
443
|
export interface BatchRevokePermissionsRequest {
|
|
271
444
|
/**
|
|
272
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
445
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
273
446
|
*/
|
|
274
447
|
CatalogId?: CatalogIdString;
|
|
275
448
|
/**
|
|
@@ -284,6 +457,14 @@ declare namespace LakeFormation {
|
|
|
284
457
|
Failures?: BatchPermissionsFailureList;
|
|
285
458
|
}
|
|
286
459
|
export type BooleanNullable = boolean;
|
|
460
|
+
export interface CancelTransactionRequest {
|
|
461
|
+
/**
|
|
462
|
+
* The transaction to cancel.
|
|
463
|
+
*/
|
|
464
|
+
TransactionId: TransactionIdString;
|
|
465
|
+
}
|
|
466
|
+
export interface CancelTransactionResponse {
|
|
467
|
+
}
|
|
287
468
|
export type CatalogIdString = string;
|
|
288
469
|
export interface CatalogResource {
|
|
289
470
|
}
|
|
@@ -293,7 +474,7 @@ declare namespace LakeFormation {
|
|
|
293
474
|
*/
|
|
294
475
|
Name?: NameString;
|
|
295
476
|
/**
|
|
296
|
-
* The tags attached to a column resource.
|
|
477
|
+
* The LF-tags attached to a column resource.
|
|
297
478
|
*/
|
|
298
479
|
LFTags?: LFTagsList;
|
|
299
480
|
}
|
|
@@ -305,14 +486,34 @@ declare namespace LakeFormation {
|
|
|
305
486
|
*/
|
|
306
487
|
ExcludedColumnNames?: ColumnNames;
|
|
307
488
|
}
|
|
489
|
+
export interface CommitTransactionRequest {
|
|
490
|
+
/**
|
|
491
|
+
* The transaction to commit.
|
|
492
|
+
*/
|
|
493
|
+
TransactionId: TransactionIdString;
|
|
494
|
+
}
|
|
495
|
+
export interface CommitTransactionResponse {
|
|
496
|
+
/**
|
|
497
|
+
* The status of the transaction.
|
|
498
|
+
*/
|
|
499
|
+
TransactionStatus?: TransactionStatus;
|
|
500
|
+
}
|
|
308
501
|
export type ComparisonOperator = "EQ"|"NE"|"LE"|"LT"|"GE"|"GT"|"CONTAINS"|"NOT_CONTAINS"|"BEGINS_WITH"|"IN"|"BETWEEN"|string;
|
|
502
|
+
export interface CreateDataCellsFilterRequest {
|
|
503
|
+
/**
|
|
504
|
+
* A DataCellsFilter structure containing information about the data cells filter.
|
|
505
|
+
*/
|
|
506
|
+
TableData: DataCellsFilter;
|
|
507
|
+
}
|
|
508
|
+
export interface CreateDataCellsFilterResponse {
|
|
509
|
+
}
|
|
309
510
|
export interface CreateLFTagRequest {
|
|
310
511
|
/**
|
|
311
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
512
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
312
513
|
*/
|
|
313
514
|
CatalogId?: CatalogIdString;
|
|
314
515
|
/**
|
|
315
|
-
* The key-name for the tag.
|
|
516
|
+
* The key-name for the LF-tag.
|
|
316
517
|
*/
|
|
317
518
|
TagKey: LFTagKey;
|
|
318
519
|
/**
|
|
@@ -322,9 +523,58 @@ declare namespace LakeFormation {
|
|
|
322
523
|
}
|
|
323
524
|
export interface CreateLFTagResponse {
|
|
324
525
|
}
|
|
526
|
+
export interface DataCellsFilter {
|
|
527
|
+
/**
|
|
528
|
+
* The ID of the catalog to which the table belongs.
|
|
529
|
+
*/
|
|
530
|
+
TableCatalogId: CatalogIdString;
|
|
531
|
+
/**
|
|
532
|
+
* A database in the Glue Data Catalog.
|
|
533
|
+
*/
|
|
534
|
+
DatabaseName: NameString;
|
|
535
|
+
/**
|
|
536
|
+
* A table in the database.
|
|
537
|
+
*/
|
|
538
|
+
TableName: NameString;
|
|
539
|
+
/**
|
|
540
|
+
* The name given by the user to the data filter cell.
|
|
541
|
+
*/
|
|
542
|
+
Name: NameString;
|
|
543
|
+
/**
|
|
544
|
+
* A PartiQL predicate.
|
|
545
|
+
*/
|
|
546
|
+
RowFilter?: RowFilter;
|
|
547
|
+
/**
|
|
548
|
+
* A list of column names.
|
|
549
|
+
*/
|
|
550
|
+
ColumnNames?: ColumnNames;
|
|
551
|
+
/**
|
|
552
|
+
* A wildcard with exclusions.
|
|
553
|
+
*/
|
|
554
|
+
ColumnWildcard?: ColumnWildcard;
|
|
555
|
+
}
|
|
556
|
+
export type DataCellsFilterList = DataCellsFilter[];
|
|
557
|
+
export interface DataCellsFilterResource {
|
|
558
|
+
/**
|
|
559
|
+
* The ID of the catalog to which the table belongs.
|
|
560
|
+
*/
|
|
561
|
+
TableCatalogId?: CatalogIdString;
|
|
562
|
+
/**
|
|
563
|
+
* A database in the Glue Data Catalog.
|
|
564
|
+
*/
|
|
565
|
+
DatabaseName?: NameString;
|
|
566
|
+
/**
|
|
567
|
+
* The name of the table.
|
|
568
|
+
*/
|
|
569
|
+
TableName?: NameString;
|
|
570
|
+
/**
|
|
571
|
+
* The name of the data cells filter.
|
|
572
|
+
*/
|
|
573
|
+
Name?: NameString;
|
|
574
|
+
}
|
|
325
575
|
export interface DataLakePrincipal {
|
|
326
576
|
/**
|
|
327
|
-
* An identifier for the
|
|
577
|
+
* An identifier for the Lake Formation principal.
|
|
328
578
|
*/
|
|
329
579
|
DataLakePrincipalIdentifier?: DataLakePrincipalString;
|
|
330
580
|
}
|
|
@@ -333,25 +583,25 @@ declare namespace LakeFormation {
|
|
|
333
583
|
export type DataLakeResourceType = "CATALOG"|"DATABASE"|"TABLE"|"DATA_LOCATION"|"LF_TAG"|"LF_TAG_POLICY"|"LF_TAG_POLICY_DATABASE"|"LF_TAG_POLICY_TABLE"|string;
|
|
334
584
|
export interface DataLakeSettings {
|
|
335
585
|
/**
|
|
336
|
-
* A list of
|
|
586
|
+
* A list of Lake Formation principals. Supported principals are IAM users or IAM roles.
|
|
337
587
|
*/
|
|
338
588
|
DataLakeAdmins?: DataLakePrincipalList;
|
|
339
589
|
/**
|
|
340
|
-
*
|
|
590
|
+
* Specifies whether access control on newly created database is managed by Lake Formation permissions or exclusively by IAM permissions. You can override this default setting when you create a database. A null value indicates access control by Lake Formation permissions. A value that assigns ALL to IAM_ALLOWED_PRINCIPALS indicates access control by IAM permissions. This is referred to as the setting "Use only IAM access control," and is for backward compatibility with the Glue permission model implemented by IAM permissions. The only permitted values are an empty array or an array that contains a single JSON object that grants ALL to IAM_ALLOWED_PRINCIPALS. For more information, see Changing the Default Security Settings for Your Data Lake.
|
|
341
591
|
*/
|
|
342
592
|
CreateDatabaseDefaultPermissions?: PrincipalPermissionsList;
|
|
343
593
|
/**
|
|
344
|
-
* A
|
|
594
|
+
* Specifies whether access control on newly created table is managed by Lake Formation permissions or exclusively by IAM permissions. A null value indicates access control by Lake Formation permissions. A value that assigns ALL to IAM_ALLOWED_PRINCIPALS indicates access control by IAM permissions. This is referred to as the setting "Use only IAM access control," and is for backward compatibility with the Glue permission model implemented by IAM permissions. The only permitted values are an empty array or an array that contains a single JSON object that grants ALL to IAM_ALLOWED_PRINCIPALS. For more information, see Changing the Default Security Settings for Your Data Lake.
|
|
345
595
|
*/
|
|
346
596
|
CreateTableDefaultPermissions?: PrincipalPermissionsList;
|
|
347
597
|
/**
|
|
348
|
-
* A list of the resource-owning account IDs that the caller's account can use to share their user access details (user ARNs). The user ARNs can be logged in the resource owner's
|
|
598
|
+
* A list of the resource-owning account IDs that the caller's account can use to share their user access details (user ARNs). The user ARNs can be logged in the resource owner's CloudTrail log. You may want to specify this property when you are in a high-trust boundary, such as the same team or company.
|
|
349
599
|
*/
|
|
350
600
|
TrustedResourceOwners?: TrustedResourceOwners;
|
|
351
601
|
}
|
|
352
602
|
export interface DataLocationResource {
|
|
353
603
|
/**
|
|
354
|
-
* The identifier for the Data Catalog where the location is registered with
|
|
604
|
+
* The identifier for the Data Catalog where the location is registered with Lake Formation. By default, it is the account ID of the caller.
|
|
355
605
|
*/
|
|
356
606
|
CatalogId?: CatalogIdString;
|
|
357
607
|
/**
|
|
@@ -370,18 +620,77 @@ declare namespace LakeFormation {
|
|
|
370
620
|
*/
|
|
371
621
|
Name: NameString;
|
|
372
622
|
}
|
|
623
|
+
export type DateTime = Date;
|
|
624
|
+
export interface DeleteDataCellsFilterRequest {
|
|
625
|
+
/**
|
|
626
|
+
* The ID of the catalog to which the table belongs.
|
|
627
|
+
*/
|
|
628
|
+
TableCatalogId?: CatalogIdString;
|
|
629
|
+
/**
|
|
630
|
+
* A database in the Glue Data Catalog.
|
|
631
|
+
*/
|
|
632
|
+
DatabaseName?: NameString;
|
|
633
|
+
/**
|
|
634
|
+
* A table in the database.
|
|
635
|
+
*/
|
|
636
|
+
TableName?: NameString;
|
|
637
|
+
/**
|
|
638
|
+
* The name given by the user to the data filter cell.
|
|
639
|
+
*/
|
|
640
|
+
Name?: NameString;
|
|
641
|
+
}
|
|
642
|
+
export interface DeleteDataCellsFilterResponse {
|
|
643
|
+
}
|
|
373
644
|
export interface DeleteLFTagRequest {
|
|
374
645
|
/**
|
|
375
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
646
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
376
647
|
*/
|
|
377
648
|
CatalogId?: CatalogIdString;
|
|
378
649
|
/**
|
|
379
|
-
* The key-name for the tag to delete.
|
|
650
|
+
* The key-name for the LF-tag to delete.
|
|
380
651
|
*/
|
|
381
652
|
TagKey: LFTagKey;
|
|
382
653
|
}
|
|
383
654
|
export interface DeleteLFTagResponse {
|
|
384
655
|
}
|
|
656
|
+
export interface DeleteObjectInput {
|
|
657
|
+
/**
|
|
658
|
+
* The Amazon S3 location of the object to delete.
|
|
659
|
+
*/
|
|
660
|
+
Uri: URI;
|
|
661
|
+
/**
|
|
662
|
+
* The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify changes to the underlying data.
|
|
663
|
+
*/
|
|
664
|
+
ETag?: ETagString;
|
|
665
|
+
/**
|
|
666
|
+
* A list of partition values for the object. A value must be specified for each partition key associated with the governed table.
|
|
667
|
+
*/
|
|
668
|
+
PartitionValues?: PartitionValuesList;
|
|
669
|
+
}
|
|
670
|
+
export interface DeleteObjectsOnCancelRequest {
|
|
671
|
+
/**
|
|
672
|
+
* The Glue data catalog that contains the governed table. Defaults to the current account ID.
|
|
673
|
+
*/
|
|
674
|
+
CatalogId?: CatalogIdString;
|
|
675
|
+
/**
|
|
676
|
+
* The database that contains the governed table.
|
|
677
|
+
*/
|
|
678
|
+
DatabaseName: NameString;
|
|
679
|
+
/**
|
|
680
|
+
* The name of the governed table.
|
|
681
|
+
*/
|
|
682
|
+
TableName: NameString;
|
|
683
|
+
/**
|
|
684
|
+
* ID of the transaction that the writes occur in.
|
|
685
|
+
*/
|
|
686
|
+
TransactionId: TransactionIdString;
|
|
687
|
+
/**
|
|
688
|
+
* A list of VirtualObject structures, which indicates the Amazon S3 objects to be deleted if the transaction cancels.
|
|
689
|
+
*/
|
|
690
|
+
Objects: VirtualObjectList;
|
|
691
|
+
}
|
|
692
|
+
export interface DeleteObjectsOnCancelResponse {
|
|
693
|
+
}
|
|
385
694
|
export interface DeregisterResourceRequest {
|
|
386
695
|
/**
|
|
387
696
|
* The Amazon Resource Name (ARN) of the resource that you want to deregister.
|
|
@@ -398,17 +707,30 @@ declare namespace LakeFormation {
|
|
|
398
707
|
}
|
|
399
708
|
export interface DescribeResourceResponse {
|
|
400
709
|
/**
|
|
401
|
-
* A structure containing information about an
|
|
710
|
+
* A structure containing information about an Lake Formation resource.
|
|
402
711
|
*/
|
|
403
712
|
ResourceInfo?: ResourceInfo;
|
|
404
713
|
}
|
|
714
|
+
export interface DescribeTransactionRequest {
|
|
715
|
+
/**
|
|
716
|
+
* The transaction for which to return status.
|
|
717
|
+
*/
|
|
718
|
+
TransactionId: TransactionIdString;
|
|
719
|
+
}
|
|
720
|
+
export interface DescribeTransactionResponse {
|
|
721
|
+
/**
|
|
722
|
+
* Returns a TransactionDescription object containing information about the transaction.
|
|
723
|
+
*/
|
|
724
|
+
TransactionDescription?: TransactionDescription;
|
|
725
|
+
}
|
|
405
726
|
export type DescriptionString = string;
|
|
406
727
|
export interface DetailsMap {
|
|
407
728
|
/**
|
|
408
|
-
* A resource share ARN for a catalog resource shared through
|
|
729
|
+
* A resource share ARN for a catalog resource shared through RAM.
|
|
409
730
|
*/
|
|
410
731
|
ResourceShare?: ResourceShareList;
|
|
411
732
|
}
|
|
733
|
+
export type ETagString = string;
|
|
412
734
|
export interface ErrorDetail {
|
|
413
735
|
/**
|
|
414
736
|
* The code associated with this error.
|
|
@@ -419,7 +741,30 @@ declare namespace LakeFormation {
|
|
|
419
741
|
*/
|
|
420
742
|
ErrorMessage?: DescriptionString;
|
|
421
743
|
}
|
|
744
|
+
export type ErrorMessageString = string;
|
|
745
|
+
export interface ExecutionStatistics {
|
|
746
|
+
/**
|
|
747
|
+
* The average time the request took to be executed.
|
|
748
|
+
*/
|
|
749
|
+
AverageExecutionTimeMillis?: NumberOfMilliseconds;
|
|
750
|
+
/**
|
|
751
|
+
* The amount of data that was scanned in bytes.
|
|
752
|
+
*/
|
|
753
|
+
DataScannedBytes?: NumberOfBytes;
|
|
754
|
+
/**
|
|
755
|
+
* The number of work units executed.
|
|
756
|
+
*/
|
|
757
|
+
WorkUnitsExecutedCount?: NumberOfItems;
|
|
758
|
+
}
|
|
422
759
|
export type Expression = LFTag[];
|
|
760
|
+
export interface ExtendTransactionRequest {
|
|
761
|
+
/**
|
|
762
|
+
* The transaction to extend.
|
|
763
|
+
*/
|
|
764
|
+
TransactionId?: TransactionIdString;
|
|
765
|
+
}
|
|
766
|
+
export interface ExtendTransactionResponse {
|
|
767
|
+
}
|
|
423
768
|
export type FieldNameString = "RESOURCE_ARN"|"ROLE_ARN"|"LAST_MODIFIED"|string;
|
|
424
769
|
export interface FilterCondition {
|
|
425
770
|
/**
|
|
@@ -438,19 +783,19 @@ declare namespace LakeFormation {
|
|
|
438
783
|
export type FilterConditionList = FilterCondition[];
|
|
439
784
|
export interface GetDataLakeSettingsRequest {
|
|
440
785
|
/**
|
|
441
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
786
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
442
787
|
*/
|
|
443
788
|
CatalogId?: CatalogIdString;
|
|
444
789
|
}
|
|
445
790
|
export interface GetDataLakeSettingsResponse {
|
|
446
791
|
/**
|
|
447
|
-
* A structure representing a list of
|
|
792
|
+
* A structure representing a list of Lake Formation principals designated as data lake administrators.
|
|
448
793
|
*/
|
|
449
794
|
DataLakeSettings?: DataLakeSettings;
|
|
450
795
|
}
|
|
451
796
|
export interface GetEffectivePermissionsForPathRequest {
|
|
452
797
|
/**
|
|
453
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
798
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
454
799
|
*/
|
|
455
800
|
CatalogId?: CatalogIdString;
|
|
456
801
|
/**
|
|
@@ -478,21 +823,21 @@ declare namespace LakeFormation {
|
|
|
478
823
|
}
|
|
479
824
|
export interface GetLFTagRequest {
|
|
480
825
|
/**
|
|
481
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
826
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
482
827
|
*/
|
|
483
828
|
CatalogId?: CatalogIdString;
|
|
484
829
|
/**
|
|
485
|
-
* The key-name for the tag.
|
|
830
|
+
* The key-name for the LF-tag.
|
|
486
831
|
*/
|
|
487
832
|
TagKey: LFTagKey;
|
|
488
833
|
}
|
|
489
834
|
export interface GetLFTagResponse {
|
|
490
835
|
/**
|
|
491
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
836
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
492
837
|
*/
|
|
493
838
|
CatalogId?: CatalogIdString;
|
|
494
839
|
/**
|
|
495
|
-
* The key-name for the tag.
|
|
840
|
+
* The key-name for the LF-tag.
|
|
496
841
|
*/
|
|
497
842
|
TagKey?: LFTagKey;
|
|
498
843
|
/**
|
|
@@ -500,37 +845,170 @@ declare namespace LakeFormation {
|
|
|
500
845
|
*/
|
|
501
846
|
TagValues?: TagValueList;
|
|
502
847
|
}
|
|
848
|
+
export interface GetQueryStateRequest {
|
|
849
|
+
/**
|
|
850
|
+
* The ID of the plan query operation.
|
|
851
|
+
*/
|
|
852
|
+
QueryId: GetQueryStateRequestQueryIdString;
|
|
853
|
+
}
|
|
854
|
+
export type GetQueryStateRequestQueryIdString = string;
|
|
855
|
+
export interface GetQueryStateResponse {
|
|
856
|
+
/**
|
|
857
|
+
* An error message when the operation fails.
|
|
858
|
+
*/
|
|
859
|
+
Error?: ErrorMessageString;
|
|
860
|
+
/**
|
|
861
|
+
* The state of a query previously submitted. The possible states are: PENDING: the query is pending. WORKUNITS_AVAILABLE: some work units are ready for retrieval and execution. FINISHED: the query planning finished successfully, and all work units are ready for retrieval and execution. ERROR: an error occurred with the query, such as an invalid query ID or a backend error.
|
|
862
|
+
*/
|
|
863
|
+
State: QueryStateString;
|
|
864
|
+
}
|
|
865
|
+
export interface GetQueryStatisticsRequest {
|
|
866
|
+
/**
|
|
867
|
+
* The ID of the plan query operation.
|
|
868
|
+
*/
|
|
869
|
+
QueryId: GetQueryStatisticsRequestQueryIdString;
|
|
870
|
+
}
|
|
871
|
+
export type GetQueryStatisticsRequestQueryIdString = string;
|
|
872
|
+
export interface GetQueryStatisticsResponse {
|
|
873
|
+
/**
|
|
874
|
+
* An ExecutionStatistics structure containing execution statistics.
|
|
875
|
+
*/
|
|
876
|
+
ExecutionStatistics?: ExecutionStatistics;
|
|
877
|
+
/**
|
|
878
|
+
* A PlanningStatistics structure containing query planning statistics.
|
|
879
|
+
*/
|
|
880
|
+
PlanningStatistics?: PlanningStatistics;
|
|
881
|
+
/**
|
|
882
|
+
* The time that the query was submitted.
|
|
883
|
+
*/
|
|
884
|
+
QuerySubmissionTime?: DateTime;
|
|
885
|
+
}
|
|
503
886
|
export interface GetResourceLFTagsRequest {
|
|
504
887
|
/**
|
|
505
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
888
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
506
889
|
*/
|
|
507
890
|
CatalogId?: CatalogIdString;
|
|
508
891
|
/**
|
|
509
|
-
* The resource for which you want to return tags.
|
|
892
|
+
* The database, table, or column resource for which you want to return LF-tags.
|
|
510
893
|
*/
|
|
511
894
|
Resource: Resource;
|
|
512
895
|
/**
|
|
513
|
-
* Indicates whether to show the assigned tags.
|
|
896
|
+
* Indicates whether to show the assigned LF-tags.
|
|
514
897
|
*/
|
|
515
898
|
ShowAssignedLFTags?: BooleanNullable;
|
|
516
899
|
}
|
|
517
900
|
export interface GetResourceLFTagsResponse {
|
|
518
901
|
/**
|
|
519
|
-
* A list of tags applied to a database resource.
|
|
902
|
+
* A list of LF-tags applied to a database resource.
|
|
520
903
|
*/
|
|
521
904
|
LFTagOnDatabase?: LFTagsList;
|
|
522
905
|
/**
|
|
523
|
-
* A list of tags applied to a table resource.
|
|
906
|
+
* A list of LF-tags applied to a table resource.
|
|
524
907
|
*/
|
|
525
908
|
LFTagsOnTable?: LFTagsList;
|
|
526
909
|
/**
|
|
527
|
-
* A list of tags applied to a column resource.
|
|
910
|
+
* A list of LF-tags applied to a column resource.
|
|
528
911
|
*/
|
|
529
912
|
LFTagsOnColumns?: ColumnLFTagsList;
|
|
530
913
|
}
|
|
914
|
+
export interface GetTableObjectsRequest {
|
|
915
|
+
/**
|
|
916
|
+
* The catalog containing the governed table. Defaults to the caller’s account.
|
|
917
|
+
*/
|
|
918
|
+
CatalogId?: CatalogIdString;
|
|
919
|
+
/**
|
|
920
|
+
* The database containing the governed table.
|
|
921
|
+
*/
|
|
922
|
+
DatabaseName: NameString;
|
|
923
|
+
/**
|
|
924
|
+
* The governed table for which to retrieve objects.
|
|
925
|
+
*/
|
|
926
|
+
TableName: NameString;
|
|
927
|
+
/**
|
|
928
|
+
* The transaction ID at which to read the governed table contents. If this transaction has aborted, an error is returned. If not set, defaults to the most recent committed transaction. Cannot be specified along with QueryAsOfTime.
|
|
929
|
+
*/
|
|
930
|
+
TransactionId?: TransactionIdString;
|
|
931
|
+
/**
|
|
932
|
+
* The time as of when to read the governed table contents. If not set, the most recent transaction commit time is used. Cannot be specified along with TransactionId.
|
|
933
|
+
*/
|
|
934
|
+
QueryAsOfTime?: Timestamp;
|
|
935
|
+
/**
|
|
936
|
+
* A predicate to filter the objects returned based on the partition keys defined in the governed table. The comparison operators supported are: =, >, <, >=, <= The logical operators supported are: AND The data types supported are integer, long, date(yyyy-MM-dd), timestamp(yyyy-MM-dd HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss"), string and decimal.
|
|
937
|
+
*/
|
|
938
|
+
PartitionPredicate?: PredicateString;
|
|
939
|
+
/**
|
|
940
|
+
* Specifies how many values to return in a page.
|
|
941
|
+
*/
|
|
942
|
+
MaxResults?: PageSize;
|
|
943
|
+
/**
|
|
944
|
+
* A continuation token if this is not the first call to retrieve these objects.
|
|
945
|
+
*/
|
|
946
|
+
NextToken?: TokenString;
|
|
947
|
+
}
|
|
948
|
+
export interface GetTableObjectsResponse {
|
|
949
|
+
/**
|
|
950
|
+
* A list of objects organized by partition keys.
|
|
951
|
+
*/
|
|
952
|
+
Objects?: PartitionedTableObjectsList;
|
|
953
|
+
/**
|
|
954
|
+
* A continuation token indicating whether additional data is available.
|
|
955
|
+
*/
|
|
956
|
+
NextToken?: TokenString;
|
|
957
|
+
}
|
|
958
|
+
export interface GetWorkUnitResultsRequest {
|
|
959
|
+
/**
|
|
960
|
+
* The ID of the plan query operation for which to get results.
|
|
961
|
+
*/
|
|
962
|
+
QueryId: GetWorkUnitResultsRequestQueryIdString;
|
|
963
|
+
/**
|
|
964
|
+
* The work unit ID for which to get results. Value generated by enumerating WorkUnitIdMin to WorkUnitIdMax (inclusive) from the WorkUnitRange in the output of GetWorkUnits.
|
|
965
|
+
*/
|
|
966
|
+
WorkUnitId: GetWorkUnitResultsRequestWorkUnitIdLong;
|
|
967
|
+
/**
|
|
968
|
+
* A work token used to query the execution service. Token output from GetWorkUnits.
|
|
969
|
+
*/
|
|
970
|
+
WorkUnitToken: SyntheticGetWorkUnitResultsRequestWorkUnitTokenString;
|
|
971
|
+
}
|
|
972
|
+
export type GetWorkUnitResultsRequestQueryIdString = string;
|
|
973
|
+
export type GetWorkUnitResultsRequestWorkUnitIdLong = number;
|
|
974
|
+
export interface GetWorkUnitResultsResponse {
|
|
975
|
+
/**
|
|
976
|
+
* Rows returned from the GetWorkUnitResults operation as a stream of Apache Arrow v1.0 messages.
|
|
977
|
+
*/
|
|
978
|
+
ResultStream?: ResultStream;
|
|
979
|
+
}
|
|
980
|
+
export interface GetWorkUnitsRequest {
|
|
981
|
+
/**
|
|
982
|
+
* A continuation token, if this is a continuation call.
|
|
983
|
+
*/
|
|
984
|
+
NextToken?: Token;
|
|
985
|
+
/**
|
|
986
|
+
* The size of each page to get in the Amazon Web Services service call. This does not affect the number of items returned in the command's output. Setting a smaller page size results in more calls to the Amazon Web Services service, retrieving fewer items in each call. This can help prevent the Amazon Web Services service calls from timing out.
|
|
987
|
+
*/
|
|
988
|
+
PageSize?: Integer;
|
|
989
|
+
/**
|
|
990
|
+
* The ID of the plan query operation.
|
|
991
|
+
*/
|
|
992
|
+
QueryId: GetWorkUnitsRequestQueryIdString;
|
|
993
|
+
}
|
|
994
|
+
export type GetWorkUnitsRequestQueryIdString = string;
|
|
995
|
+
export interface GetWorkUnitsResponse {
|
|
996
|
+
/**
|
|
997
|
+
* A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
|
|
998
|
+
*/
|
|
999
|
+
NextToken?: Token;
|
|
1000
|
+
/**
|
|
1001
|
+
* The ID of the plan query operation.
|
|
1002
|
+
*/
|
|
1003
|
+
QueryId: QueryIdString;
|
|
1004
|
+
/**
|
|
1005
|
+
* A WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the execution service.
|
|
1006
|
+
*/
|
|
1007
|
+
WorkUnitRanges: WorkUnitRangeList;
|
|
1008
|
+
}
|
|
531
1009
|
export interface GrantPermissionsRequest {
|
|
532
1010
|
/**
|
|
533
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
1011
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
534
1012
|
*/
|
|
535
1013
|
CatalogId?: CatalogIdString;
|
|
536
1014
|
/**
|
|
@@ -538,11 +1016,11 @@ declare namespace LakeFormation {
|
|
|
538
1016
|
*/
|
|
539
1017
|
Principal: DataLakePrincipal;
|
|
540
1018
|
/**
|
|
541
|
-
* The resource to which permissions are to be granted. Resources in
|
|
1019
|
+
* The resource to which permissions are to be granted. Resources in Lake Formation are the Data Catalog, databases, and tables.
|
|
542
1020
|
*/
|
|
543
1021
|
Resource: Resource;
|
|
544
1022
|
/**
|
|
545
|
-
* The permissions granted to the principal on the resource.
|
|
1023
|
+
* The permissions granted to the principal on the resource. Lake Formation defines privileges to grant and revoke access to metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3. Lake Formation requires that each principal be authorized to perform a specific task on Lake Formation resources.
|
|
546
1024
|
*/
|
|
547
1025
|
Permissions: PermissionList;
|
|
548
1026
|
/**
|
|
@@ -554,9 +1032,10 @@ declare namespace LakeFormation {
|
|
|
554
1032
|
}
|
|
555
1033
|
export type IAMRoleArn = string;
|
|
556
1034
|
export type Identifier = string;
|
|
1035
|
+
export type Integer = number;
|
|
557
1036
|
export interface LFTag {
|
|
558
1037
|
/**
|
|
559
|
-
* The key-name for the tag.
|
|
1038
|
+
* The key-name for the LF-tag.
|
|
560
1039
|
*/
|
|
561
1040
|
TagKey: LFTagKey;
|
|
562
1041
|
/**
|
|
@@ -566,11 +1045,11 @@ declare namespace LakeFormation {
|
|
|
566
1045
|
}
|
|
567
1046
|
export interface LFTagError {
|
|
568
1047
|
/**
|
|
569
|
-
* The key-name of the tag.
|
|
1048
|
+
* The key-name of the LF-tag.
|
|
570
1049
|
*/
|
|
571
1050
|
LFTag?: LFTagPair;
|
|
572
1051
|
/**
|
|
573
|
-
* An error that occurred with the attachment or detachment of the tag.
|
|
1052
|
+
* An error that occurred with the attachment or detachment of the LF-tag.
|
|
574
1053
|
*/
|
|
575
1054
|
Error?: ErrorDetail;
|
|
576
1055
|
}
|
|
@@ -578,11 +1057,11 @@ declare namespace LakeFormation {
|
|
|
578
1057
|
export type LFTagKey = string;
|
|
579
1058
|
export interface LFTagKeyResource {
|
|
580
1059
|
/**
|
|
581
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
1060
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
582
1061
|
*/
|
|
583
1062
|
CatalogId?: CatalogIdString;
|
|
584
1063
|
/**
|
|
585
|
-
* The key-name for the tag.
|
|
1064
|
+
* The key-name for the LF-tag.
|
|
586
1065
|
*/
|
|
587
1066
|
TagKey: NameString;
|
|
588
1067
|
/**
|
|
@@ -592,11 +1071,11 @@ declare namespace LakeFormation {
|
|
|
592
1071
|
}
|
|
593
1072
|
export interface LFTagPair {
|
|
594
1073
|
/**
|
|
595
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
1074
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
596
1075
|
*/
|
|
597
1076
|
CatalogId?: CatalogIdString;
|
|
598
1077
|
/**
|
|
599
|
-
* The key-name for the tag.
|
|
1078
|
+
* The key-name for the LF-tag.
|
|
600
1079
|
*/
|
|
601
1080
|
TagKey: LFTagKey;
|
|
602
1081
|
/**
|
|
@@ -606,28 +1085,52 @@ declare namespace LakeFormation {
|
|
|
606
1085
|
}
|
|
607
1086
|
export interface LFTagPolicyResource {
|
|
608
1087
|
/**
|
|
609
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
1088
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
610
1089
|
*/
|
|
611
1090
|
CatalogId?: CatalogIdString;
|
|
612
1091
|
/**
|
|
613
|
-
* The resource type for which the tag policy applies.
|
|
1092
|
+
* The resource type for which the LF-tag policy applies.
|
|
614
1093
|
*/
|
|
615
1094
|
ResourceType: ResourceType;
|
|
616
1095
|
/**
|
|
617
|
-
* A list of tag conditions that apply to the resource's tag policy.
|
|
1096
|
+
* A list of LF-tag conditions that apply to the resource's LF-tag policy.
|
|
618
1097
|
*/
|
|
619
1098
|
Expression: Expression;
|
|
620
1099
|
}
|
|
621
1100
|
export type LFTagValue = string;
|
|
622
1101
|
export type LFTagsList = LFTagPair[];
|
|
623
1102
|
export type LastModifiedTimestamp = Date;
|
|
1103
|
+
export interface ListDataCellsFilterRequest {
|
|
1104
|
+
/**
|
|
1105
|
+
* A table in the Glue Data Catalog.
|
|
1106
|
+
*/
|
|
1107
|
+
Table?: TableResource;
|
|
1108
|
+
/**
|
|
1109
|
+
* A continuation token, if this is a continuation call.
|
|
1110
|
+
*/
|
|
1111
|
+
NextToken?: Token;
|
|
1112
|
+
/**
|
|
1113
|
+
* The maximum size of the response.
|
|
1114
|
+
*/
|
|
1115
|
+
MaxResults?: PageSize;
|
|
1116
|
+
}
|
|
1117
|
+
export interface ListDataCellsFilterResponse {
|
|
1118
|
+
/**
|
|
1119
|
+
* A list of DataCellFilter structures.
|
|
1120
|
+
*/
|
|
1121
|
+
DataCellsFilters?: DataCellsFilterList;
|
|
1122
|
+
/**
|
|
1123
|
+
* A continuation token, if not all requested data cell filters have been returned.
|
|
1124
|
+
*/
|
|
1125
|
+
NextToken?: Token;
|
|
1126
|
+
}
|
|
624
1127
|
export interface ListLFTagsRequest {
|
|
625
1128
|
/**
|
|
626
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
1129
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
627
1130
|
*/
|
|
628
1131
|
CatalogId?: CatalogIdString;
|
|
629
1132
|
/**
|
|
630
|
-
* If resource share type is ALL, returns both in-account tags and shared tags that the requester has permission to view. If resource share type is FOREIGN, returns all share tags that the requester can view. If no resource share type is passed, lists tags in the given catalog ID that the requester has permission to view.
|
|
1133
|
+
* If resource share type is ALL, returns both in-account LF-tags and shared LF-tags that the requester has permission to view. If resource share type is FOREIGN, returns all share LF-tags that the requester can view. If no resource share type is passed, lists LF-tags in the given catalog ID that the requester has permission to view.
|
|
631
1134
|
*/
|
|
632
1135
|
ResourceShareType?: ResourceShareType;
|
|
633
1136
|
/**
|
|
@@ -641,7 +1144,7 @@ declare namespace LakeFormation {
|
|
|
641
1144
|
}
|
|
642
1145
|
export interface ListLFTagsResponse {
|
|
643
1146
|
/**
|
|
644
|
-
* A list of tags that the requested has permission to view.
|
|
1147
|
+
* A list of LF-tags that the requested has permission to view.
|
|
645
1148
|
*/
|
|
646
1149
|
LFTags?: LFTagsList;
|
|
647
1150
|
/**
|
|
@@ -651,7 +1154,7 @@ declare namespace LakeFormation {
|
|
|
651
1154
|
}
|
|
652
1155
|
export interface ListPermissionsRequest {
|
|
653
1156
|
/**
|
|
654
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
1157
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
655
1158
|
*/
|
|
656
1159
|
CatalogId?: CatalogIdString;
|
|
657
1160
|
/**
|
|
@@ -674,6 +1177,10 @@ declare namespace LakeFormation {
|
|
|
674
1177
|
* The maximum number of results to return.
|
|
675
1178
|
*/
|
|
676
1179
|
MaxResults?: PageSize;
|
|
1180
|
+
/**
|
|
1181
|
+
* Indicates that related permissions should be included in the results.
|
|
1182
|
+
*/
|
|
1183
|
+
IncludeRelated?: TrueFalseString;
|
|
677
1184
|
}
|
|
678
1185
|
export interface ListPermissionsResponse {
|
|
679
1186
|
/**
|
|
@@ -709,11 +1216,113 @@ declare namespace LakeFormation {
|
|
|
709
1216
|
*/
|
|
710
1217
|
NextToken?: Token;
|
|
711
1218
|
}
|
|
1219
|
+
export interface ListTableStorageOptimizersRequest {
|
|
1220
|
+
/**
|
|
1221
|
+
* The Catalog ID of the table.
|
|
1222
|
+
*/
|
|
1223
|
+
CatalogId?: CatalogIdString;
|
|
1224
|
+
/**
|
|
1225
|
+
* Name of the database where the table is present.
|
|
1226
|
+
*/
|
|
1227
|
+
DatabaseName: NameString;
|
|
1228
|
+
/**
|
|
1229
|
+
* Name of the table.
|
|
1230
|
+
*/
|
|
1231
|
+
TableName: NameString;
|
|
1232
|
+
/**
|
|
1233
|
+
* The specific type of storage optimizers to list. The supported value is compaction.
|
|
1234
|
+
*/
|
|
1235
|
+
StorageOptimizerType?: OptimizerType;
|
|
1236
|
+
/**
|
|
1237
|
+
* The number of storage optimizers to return on each call.
|
|
1238
|
+
*/
|
|
1239
|
+
MaxResults?: PageSize;
|
|
1240
|
+
/**
|
|
1241
|
+
* A continuation token, if this is a continuation call.
|
|
1242
|
+
*/
|
|
1243
|
+
NextToken?: Token;
|
|
1244
|
+
}
|
|
1245
|
+
export interface ListTableStorageOptimizersResponse {
|
|
1246
|
+
/**
|
|
1247
|
+
* A list of the storage optimizers associated with a table.
|
|
1248
|
+
*/
|
|
1249
|
+
StorageOptimizerList?: StorageOptimizerList;
|
|
1250
|
+
/**
|
|
1251
|
+
* A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
|
|
1252
|
+
*/
|
|
1253
|
+
NextToken?: Token;
|
|
1254
|
+
}
|
|
1255
|
+
export interface ListTransactionsRequest {
|
|
1256
|
+
/**
|
|
1257
|
+
* The catalog for which to list transactions. Defaults to the account ID of the caller.
|
|
1258
|
+
*/
|
|
1259
|
+
CatalogId?: CatalogIdString;
|
|
1260
|
+
/**
|
|
1261
|
+
* A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED | ACTIVE. The default is ALL.
|
|
1262
|
+
*/
|
|
1263
|
+
StatusFilter?: TransactionStatusFilter;
|
|
1264
|
+
/**
|
|
1265
|
+
* The maximum number of transactions to return in a single call.
|
|
1266
|
+
*/
|
|
1267
|
+
MaxResults?: PageSize;
|
|
1268
|
+
/**
|
|
1269
|
+
* A continuation token if this is not the first call to retrieve transactions.
|
|
1270
|
+
*/
|
|
1271
|
+
NextToken?: TokenString;
|
|
1272
|
+
}
|
|
1273
|
+
export interface ListTransactionsResponse {
|
|
1274
|
+
/**
|
|
1275
|
+
* A list of transactions. The record for each transaction is a TransactionDescription object.
|
|
1276
|
+
*/
|
|
1277
|
+
Transactions?: TransactionDescriptionList;
|
|
1278
|
+
/**
|
|
1279
|
+
* A continuation token indicating whether additional data is available.
|
|
1280
|
+
*/
|
|
1281
|
+
NextToken?: TokenString;
|
|
1282
|
+
}
|
|
1283
|
+
export type MessageString = string;
|
|
712
1284
|
export type NameString = string;
|
|
713
1285
|
export type NullableBoolean = boolean;
|
|
1286
|
+
export type NumberOfBytes = number;
|
|
1287
|
+
export type NumberOfItems = number;
|
|
1288
|
+
export type NumberOfMilliseconds = number;
|
|
1289
|
+
export type ObjectSize = number;
|
|
1290
|
+
export type OptimizerType = "COMPACTION"|"GARBAGE_COLLECTION"|"ALL"|string;
|
|
714
1291
|
export type PageSize = number;
|
|
1292
|
+
export interface PartitionObjects {
|
|
1293
|
+
/**
|
|
1294
|
+
* A list of partition values.
|
|
1295
|
+
*/
|
|
1296
|
+
PartitionValues?: PartitionValuesList;
|
|
1297
|
+
/**
|
|
1298
|
+
* A list of table objects
|
|
1299
|
+
*/
|
|
1300
|
+
Objects?: TableObjectList;
|
|
1301
|
+
}
|
|
1302
|
+
export type PartitionValueString = string;
|
|
1303
|
+
export type PartitionValuesList = PartitionValueString[];
|
|
1304
|
+
export type PartitionedTableObjectsList = PartitionObjects[];
|
|
715
1305
|
export type Permission = "ALL"|"SELECT"|"ALTER"|"DROP"|"DELETE"|"INSERT"|"DESCRIBE"|"CREATE_DATABASE"|"CREATE_TABLE"|"DATA_LOCATION_ACCESS"|"CREATE_TAG"|"ALTER_TAG"|"DELETE_TAG"|"DESCRIBE_TAG"|"ASSOCIATE_TAG"|string;
|
|
716
1306
|
export type PermissionList = Permission[];
|
|
1307
|
+
export interface PlanningStatistics {
|
|
1308
|
+
/**
|
|
1309
|
+
* An estimate of the data that was scanned in bytes.
|
|
1310
|
+
*/
|
|
1311
|
+
EstimatedDataToScanBytes?: NumberOfBytes;
|
|
1312
|
+
/**
|
|
1313
|
+
* The time that it took to process the request.
|
|
1314
|
+
*/
|
|
1315
|
+
PlanningTimeMillis?: NumberOfMilliseconds;
|
|
1316
|
+
/**
|
|
1317
|
+
* The time the request was in queue to be processed.
|
|
1318
|
+
*/
|
|
1319
|
+
QueueTimeMillis?: NumberOfMilliseconds;
|
|
1320
|
+
/**
|
|
1321
|
+
* The number of work units generated.
|
|
1322
|
+
*/
|
|
1323
|
+
WorkUnitsGeneratedCount?: NumberOfItems;
|
|
1324
|
+
}
|
|
1325
|
+
export type PredicateString = string;
|
|
717
1326
|
export interface PrincipalPermissions {
|
|
718
1327
|
/**
|
|
719
1328
|
* The principal who is granted permissions.
|
|
@@ -750,16 +1359,42 @@ declare namespace LakeFormation {
|
|
|
750
1359
|
export type PrincipalResourcePermissionsList = PrincipalResourcePermissions[];
|
|
751
1360
|
export interface PutDataLakeSettingsRequest {
|
|
752
1361
|
/**
|
|
753
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
1362
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
754
1363
|
*/
|
|
755
1364
|
CatalogId?: CatalogIdString;
|
|
756
1365
|
/**
|
|
757
|
-
* A structure representing a list of
|
|
1366
|
+
* A structure representing a list of Lake Formation principals designated as data lake administrators.
|
|
758
1367
|
*/
|
|
759
1368
|
DataLakeSettings: DataLakeSettings;
|
|
760
1369
|
}
|
|
761
1370
|
export interface PutDataLakeSettingsResponse {
|
|
762
1371
|
}
|
|
1372
|
+
export type QueryIdString = string;
|
|
1373
|
+
export type QueryParameterMap = {[key: string]: String};
|
|
1374
|
+
export interface QueryPlanningContext {
|
|
1375
|
+
/**
|
|
1376
|
+
* The ID of the Data Catalog where the partition in question resides. If none is provided, the Amazon Web Services account ID is used by default.
|
|
1377
|
+
*/
|
|
1378
|
+
CatalogId?: CatalogIdString;
|
|
1379
|
+
/**
|
|
1380
|
+
* The database containing the table.
|
|
1381
|
+
*/
|
|
1382
|
+
DatabaseName: QueryPlanningContextDatabaseNameString;
|
|
1383
|
+
/**
|
|
1384
|
+
* The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.
|
|
1385
|
+
*/
|
|
1386
|
+
QueryAsOfTime?: Timestamp;
|
|
1387
|
+
/**
|
|
1388
|
+
* A map consisting of key-value pairs.
|
|
1389
|
+
*/
|
|
1390
|
+
QueryParameters?: QueryParameterMap;
|
|
1391
|
+
/**
|
|
1392
|
+
* The transaction ID at which to read the table contents. If this transaction is not committed, the read will be treated as part of that transaction and will see its writes. If this transaction has aborted, an error will be returned. If not set, defaults to the most recent committed transaction. Cannot be specified along with QueryAsOfTime.
|
|
1393
|
+
*/
|
|
1394
|
+
TransactionId?: TransactionIdString;
|
|
1395
|
+
}
|
|
1396
|
+
export type QueryPlanningContextDatabaseNameString = string;
|
|
1397
|
+
export type QueryStateString = "PENDING"|"WORKUNITS_AVAILABLE"|"ERROR"|"FINISHED"|"EXPIRED"|string;
|
|
763
1398
|
export type RAMResourceShareArn = string;
|
|
764
1399
|
export interface RegisterResourceRequest {
|
|
765
1400
|
/**
|
|
@@ -767,7 +1402,7 @@ declare namespace LakeFormation {
|
|
|
767
1402
|
*/
|
|
768
1403
|
ResourceArn: ResourceArnString;
|
|
769
1404
|
/**
|
|
770
|
-
* Designates an
|
|
1405
|
+
* Designates an Identity and Access Management (IAM) service-linked role by registering this role with the Data Catalog. A service-linked role is a unique type of IAM role that is linked directly to Lake Formation. For more information, see Using Service-Linked Roles for Lake Formation.
|
|
771
1406
|
*/
|
|
772
1407
|
UseServiceLinkedRole?: NullableBoolean;
|
|
773
1408
|
/**
|
|
@@ -779,15 +1414,15 @@ declare namespace LakeFormation {
|
|
|
779
1414
|
}
|
|
780
1415
|
export interface RemoveLFTagsFromResourceRequest {
|
|
781
1416
|
/**
|
|
782
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
1417
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
783
1418
|
*/
|
|
784
1419
|
CatalogId?: CatalogIdString;
|
|
785
1420
|
/**
|
|
786
|
-
* The resource where you want to remove
|
|
1421
|
+
* The database, table, or column resource where you want to remove an LF-tag.
|
|
787
1422
|
*/
|
|
788
1423
|
Resource: Resource;
|
|
789
1424
|
/**
|
|
790
|
-
* The tags to be removed from the resource.
|
|
1425
|
+
* The LF-tags to be removed from the resource.
|
|
791
1426
|
*/
|
|
792
1427
|
LFTags: LFTagsList;
|
|
793
1428
|
}
|
|
@@ -799,7 +1434,7 @@ declare namespace LakeFormation {
|
|
|
799
1434
|
}
|
|
800
1435
|
export interface Resource {
|
|
801
1436
|
/**
|
|
802
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
1437
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
803
1438
|
*/
|
|
804
1439
|
Catalog?: CatalogResource;
|
|
805
1440
|
/**
|
|
@@ -819,11 +1454,15 @@ declare namespace LakeFormation {
|
|
|
819
1454
|
*/
|
|
820
1455
|
DataLocation?: DataLocationResource;
|
|
821
1456
|
/**
|
|
822
|
-
*
|
|
1457
|
+
* A data cell filter.
|
|
1458
|
+
*/
|
|
1459
|
+
DataCellsFilter?: DataCellsFilterResource;
|
|
1460
|
+
/**
|
|
1461
|
+
* The LF-tag key and values attached to a resource.
|
|
823
1462
|
*/
|
|
824
1463
|
LFTag?: LFTagKeyResource;
|
|
825
1464
|
/**
|
|
826
|
-
* A list of tag conditions that define a resource's tag policy.
|
|
1465
|
+
* A list of LF-tag conditions that define a resource's LF-tag policy.
|
|
827
1466
|
*/
|
|
828
1467
|
LFTagPolicy?: LFTagPolicyResource;
|
|
829
1468
|
}
|
|
@@ -846,9 +1485,11 @@ declare namespace LakeFormation {
|
|
|
846
1485
|
export type ResourceShareList = RAMResourceShareArn[];
|
|
847
1486
|
export type ResourceShareType = "FOREIGN"|"ALL"|string;
|
|
848
1487
|
export type ResourceType = "DATABASE"|"TABLE"|string;
|
|
1488
|
+
export type Result = string;
|
|
1489
|
+
export type ResultStream = Buffer|Uint8Array|Blob|string|Readable;
|
|
849
1490
|
export interface RevokePermissionsRequest {
|
|
850
1491
|
/**
|
|
851
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
1492
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
852
1493
|
*/
|
|
853
1494
|
CatalogId?: CatalogIdString;
|
|
854
1495
|
/**
|
|
@@ -870,6 +1511,16 @@ declare namespace LakeFormation {
|
|
|
870
1511
|
}
|
|
871
1512
|
export interface RevokePermissionsResponse {
|
|
872
1513
|
}
|
|
1514
|
+
export interface RowFilter {
|
|
1515
|
+
/**
|
|
1516
|
+
* A filter expression.
|
|
1517
|
+
*/
|
|
1518
|
+
FilterExpression?: PredicateString;
|
|
1519
|
+
/**
|
|
1520
|
+
* A wildcard for all rows.
|
|
1521
|
+
*/
|
|
1522
|
+
AllRowsWildcard?: AllRowsWildcard;
|
|
1523
|
+
}
|
|
873
1524
|
export interface SearchDatabasesByLFTagsRequest {
|
|
874
1525
|
/**
|
|
875
1526
|
* A continuation token, if this is not the first call to retrieve this list.
|
|
@@ -880,7 +1531,7 @@ declare namespace LakeFormation {
|
|
|
880
1531
|
*/
|
|
881
1532
|
MaxResults?: PageSize;
|
|
882
1533
|
/**
|
|
883
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
1534
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
884
1535
|
*/
|
|
885
1536
|
CatalogId?: CatalogIdString;
|
|
886
1537
|
/**
|
|
@@ -894,7 +1545,7 @@ declare namespace LakeFormation {
|
|
|
894
1545
|
*/
|
|
895
1546
|
NextToken?: Token;
|
|
896
1547
|
/**
|
|
897
|
-
* A list of databases that meet the tag conditions.
|
|
1548
|
+
* A list of databases that meet the LF-tag conditions.
|
|
898
1549
|
*/
|
|
899
1550
|
DatabaseList?: DatabaseLFTagsList;
|
|
900
1551
|
}
|
|
@@ -908,7 +1559,7 @@ declare namespace LakeFormation {
|
|
|
908
1559
|
*/
|
|
909
1560
|
MaxResults?: PageSize;
|
|
910
1561
|
/**
|
|
911
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
1562
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
912
1563
|
*/
|
|
913
1564
|
CatalogId?: CatalogIdString;
|
|
914
1565
|
/**
|
|
@@ -922,13 +1573,86 @@ declare namespace LakeFormation {
|
|
|
922
1573
|
*/
|
|
923
1574
|
NextToken?: Token;
|
|
924
1575
|
/**
|
|
925
|
-
* A list of tables that meet the tag conditions.
|
|
1576
|
+
* A list of tables that meet the LF-tag conditions.
|
|
926
1577
|
*/
|
|
927
1578
|
TableList?: TableLFTagsList;
|
|
928
1579
|
}
|
|
1580
|
+
export interface StartQueryPlanningRequest {
|
|
1581
|
+
/**
|
|
1582
|
+
* A structure containing information about the query plan.
|
|
1583
|
+
*/
|
|
1584
|
+
QueryPlanningContext: QueryPlanningContext;
|
|
1585
|
+
/**
|
|
1586
|
+
* A PartiQL query statement used as an input to the planner service.
|
|
1587
|
+
*/
|
|
1588
|
+
QueryString: SyntheticStartQueryPlanningRequestQueryString;
|
|
1589
|
+
}
|
|
1590
|
+
export interface StartQueryPlanningResponse {
|
|
1591
|
+
/**
|
|
1592
|
+
* The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as the result of the operation. The ID is also used to get the query state and as an input to the Execute operation.
|
|
1593
|
+
*/
|
|
1594
|
+
QueryId: QueryIdString;
|
|
1595
|
+
}
|
|
1596
|
+
export interface StartTransactionRequest {
|
|
1597
|
+
/**
|
|
1598
|
+
* Indicates whether this transaction should be read only or read and write. Writes made using a read-only transaction ID will be rejected. Read-only transactions do not need to be committed.
|
|
1599
|
+
*/
|
|
1600
|
+
TransactionType?: TransactionType;
|
|
1601
|
+
}
|
|
1602
|
+
export interface StartTransactionResponse {
|
|
1603
|
+
/**
|
|
1604
|
+
* An opaque identifier for the transaction.
|
|
1605
|
+
*/
|
|
1606
|
+
TransactionId?: TransactionIdString;
|
|
1607
|
+
}
|
|
1608
|
+
export interface StorageOptimizer {
|
|
1609
|
+
/**
|
|
1610
|
+
* The specific type of storage optimizer. The supported value is compaction.
|
|
1611
|
+
*/
|
|
1612
|
+
StorageOptimizerType?: OptimizerType;
|
|
1613
|
+
/**
|
|
1614
|
+
* A map of the storage optimizer configuration. Currently contains only one key-value pair: is_enabled indicates true or false for acceleration.
|
|
1615
|
+
*/
|
|
1616
|
+
Config?: StorageOptimizerConfig;
|
|
1617
|
+
/**
|
|
1618
|
+
* A message that contains information about any error (if present). When an acceleration result has an enabled status, the error message is empty. When an acceleration result has a disabled status, the message describes an error or simply indicates "disabled by the user".
|
|
1619
|
+
*/
|
|
1620
|
+
ErrorMessage?: MessageString;
|
|
1621
|
+
/**
|
|
1622
|
+
* A message that contains information about any warnings (if present).
|
|
1623
|
+
*/
|
|
1624
|
+
Warnings?: MessageString;
|
|
1625
|
+
/**
|
|
1626
|
+
* When an acceleration result has an enabled status, contains the details of the last job run.
|
|
1627
|
+
*/
|
|
1628
|
+
LastRunDetails?: MessageString;
|
|
1629
|
+
}
|
|
1630
|
+
export type StorageOptimizerConfig = {[key: string]: StorageOptimizerConfigValue};
|
|
1631
|
+
export type StorageOptimizerConfigKey = string;
|
|
1632
|
+
export type StorageOptimizerConfigMap = {[key: string]: StorageOptimizerConfig};
|
|
1633
|
+
export type StorageOptimizerConfigValue = string;
|
|
1634
|
+
export type StorageOptimizerList = StorageOptimizer[];
|
|
1635
|
+
export type String = string;
|
|
929
1636
|
export type StringValue = string;
|
|
930
1637
|
export type StringValueList = StringValue[];
|
|
1638
|
+
export type SyntheticGetWorkUnitResultsRequestWorkUnitTokenString = string;
|
|
1639
|
+
export type SyntheticStartQueryPlanningRequestQueryString = string;
|
|
931
1640
|
export type TableLFTagsList = TaggedTable[];
|
|
1641
|
+
export interface TableObject {
|
|
1642
|
+
/**
|
|
1643
|
+
* The Amazon S3 location of the object.
|
|
1644
|
+
*/
|
|
1645
|
+
Uri?: URI;
|
|
1646
|
+
/**
|
|
1647
|
+
* The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify changes to the underlying data.
|
|
1648
|
+
*/
|
|
1649
|
+
ETag?: ETagString;
|
|
1650
|
+
/**
|
|
1651
|
+
* The size of the Amazon S3 object in bytes.
|
|
1652
|
+
*/
|
|
1653
|
+
Size?: ObjectSize;
|
|
1654
|
+
}
|
|
1655
|
+
export type TableObjectList = TableObject[];
|
|
932
1656
|
export interface TableResource {
|
|
933
1657
|
/**
|
|
934
1658
|
* The identifier for the Data Catalog. By default, it is the account ID of the caller.
|
|
@@ -974,49 +1698,76 @@ declare namespace LakeFormation {
|
|
|
974
1698
|
export type TagValueList = LFTagValue[];
|
|
975
1699
|
export interface TaggedDatabase {
|
|
976
1700
|
/**
|
|
977
|
-
* A database that has tags attached to it.
|
|
1701
|
+
* A database that has LF-tags attached to it.
|
|
978
1702
|
*/
|
|
979
1703
|
Database?: DatabaseResource;
|
|
980
1704
|
/**
|
|
981
|
-
* A list of tags attached to the database.
|
|
1705
|
+
* A list of LF-tags attached to the database.
|
|
982
1706
|
*/
|
|
983
1707
|
LFTags?: LFTagsList;
|
|
984
1708
|
}
|
|
985
1709
|
export interface TaggedTable {
|
|
986
1710
|
/**
|
|
987
|
-
* A table that has tags attached to it.
|
|
1711
|
+
* A table that has LF-tags attached to it.
|
|
988
1712
|
*/
|
|
989
1713
|
Table?: TableResource;
|
|
990
1714
|
/**
|
|
991
|
-
* A list of tags attached to the database where the table resides.
|
|
1715
|
+
* A list of LF-tags attached to the database where the table resides.
|
|
992
1716
|
*/
|
|
993
1717
|
LFTagOnDatabase?: LFTagsList;
|
|
994
1718
|
/**
|
|
995
|
-
* A list of tags attached to the table.
|
|
1719
|
+
* A list of LF-tags attached to the table.
|
|
996
1720
|
*/
|
|
997
1721
|
LFTagsOnTable?: LFTagsList;
|
|
998
1722
|
/**
|
|
999
|
-
* A list of tags attached to columns in the table.
|
|
1723
|
+
* A list of LF-tags attached to columns in the table.
|
|
1000
1724
|
*/
|
|
1001
1725
|
LFTagsOnColumns?: ColumnLFTagsList;
|
|
1002
1726
|
}
|
|
1727
|
+
export type Timestamp = Date;
|
|
1003
1728
|
export type Token = string;
|
|
1729
|
+
export type TokenString = string;
|
|
1730
|
+
export interface TransactionDescription {
|
|
1731
|
+
/**
|
|
1732
|
+
* The ID of the transaction.
|
|
1733
|
+
*/
|
|
1734
|
+
TransactionId?: TransactionIdString;
|
|
1735
|
+
/**
|
|
1736
|
+
* A status of ACTIVE, COMMITTED, or ABORTED.
|
|
1737
|
+
*/
|
|
1738
|
+
TransactionStatus?: TransactionStatus;
|
|
1739
|
+
/**
|
|
1740
|
+
* The time when the transaction started.
|
|
1741
|
+
*/
|
|
1742
|
+
TransactionStartTime?: Timestamp;
|
|
1743
|
+
/**
|
|
1744
|
+
* The time when the transaction committed or aborted, if it is not currently active.
|
|
1745
|
+
*/
|
|
1746
|
+
TransactionEndTime?: Timestamp;
|
|
1747
|
+
}
|
|
1748
|
+
export type TransactionDescriptionList = TransactionDescription[];
|
|
1749
|
+
export type TransactionIdString = string;
|
|
1750
|
+
export type TransactionStatus = "ACTIVE"|"COMMITTED"|"ABORTED"|"COMMIT_IN_PROGRESS"|string;
|
|
1751
|
+
export type TransactionStatusFilter = "ALL"|"COMPLETED"|"ACTIVE"|"COMMITTED"|"ABORTED"|string;
|
|
1752
|
+
export type TransactionType = "READ_AND_WRITE"|"READ_ONLY"|string;
|
|
1753
|
+
export type TrueFalseString = string;
|
|
1004
1754
|
export type TrustedResourceOwners = CatalogIdString[];
|
|
1755
|
+
export type URI = string;
|
|
1005
1756
|
export interface UpdateLFTagRequest {
|
|
1006
1757
|
/**
|
|
1007
|
-
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your
|
|
1758
|
+
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
|
|
1008
1759
|
*/
|
|
1009
1760
|
CatalogId?: CatalogIdString;
|
|
1010
1761
|
/**
|
|
1011
|
-
* The key-name for the tag for which to add or delete values.
|
|
1762
|
+
* The key-name for the LF-tag for which to add or delete values.
|
|
1012
1763
|
*/
|
|
1013
1764
|
TagKey: LFTagKey;
|
|
1014
1765
|
/**
|
|
1015
|
-
* A list of tag values to delete from the tag.
|
|
1766
|
+
* A list of LF-tag values to delete from the LF-tag.
|
|
1016
1767
|
*/
|
|
1017
1768
|
TagValuesToDelete?: TagValueList;
|
|
1018
1769
|
/**
|
|
1019
|
-
* A list of tag values to add from the tag.
|
|
1770
|
+
* A list of LF-tag values to add from the LF-tag.
|
|
1020
1771
|
*/
|
|
1021
1772
|
TagValuesToAdd?: TagValueList;
|
|
1022
1773
|
}
|
|
@@ -1024,7 +1775,7 @@ declare namespace LakeFormation {
|
|
|
1024
1775
|
}
|
|
1025
1776
|
export interface UpdateResourceRequest {
|
|
1026
1777
|
/**
|
|
1027
|
-
* The new role to use for the given resource registered in
|
|
1778
|
+
* The new role to use for the given resource registered in Lake Formation.
|
|
1028
1779
|
*/
|
|
1029
1780
|
RoleArn: IAMRoleArn;
|
|
1030
1781
|
/**
|
|
@@ -1034,6 +1785,93 @@ declare namespace LakeFormation {
|
|
|
1034
1785
|
}
|
|
1035
1786
|
export interface UpdateResourceResponse {
|
|
1036
1787
|
}
|
|
1788
|
+
export interface UpdateTableObjectsRequest {
|
|
1789
|
+
/**
|
|
1790
|
+
* The catalog containing the governed table to update. Defaults to the caller’s account ID.
|
|
1791
|
+
*/
|
|
1792
|
+
CatalogId?: CatalogIdString;
|
|
1793
|
+
/**
|
|
1794
|
+
* The database containing the governed table to update.
|
|
1795
|
+
*/
|
|
1796
|
+
DatabaseName: NameString;
|
|
1797
|
+
/**
|
|
1798
|
+
* The governed table to update.
|
|
1799
|
+
*/
|
|
1800
|
+
TableName: NameString;
|
|
1801
|
+
/**
|
|
1802
|
+
* The transaction at which to do the write.
|
|
1803
|
+
*/
|
|
1804
|
+
TransactionId: TransactionIdString;
|
|
1805
|
+
/**
|
|
1806
|
+
* A list of WriteOperation objects that define an object to add to or delete from the manifest for a governed table.
|
|
1807
|
+
*/
|
|
1808
|
+
WriteOperations: WriteOperationList;
|
|
1809
|
+
}
|
|
1810
|
+
export interface UpdateTableObjectsResponse {
|
|
1811
|
+
}
|
|
1812
|
+
export interface UpdateTableStorageOptimizerRequest {
|
|
1813
|
+
/**
|
|
1814
|
+
* The Catalog ID of the table.
|
|
1815
|
+
*/
|
|
1816
|
+
CatalogId?: CatalogIdString;
|
|
1817
|
+
/**
|
|
1818
|
+
* Name of the database where the table is present.
|
|
1819
|
+
*/
|
|
1820
|
+
DatabaseName: NameString;
|
|
1821
|
+
/**
|
|
1822
|
+
* Name of the table for which to enable the storage optimizer.
|
|
1823
|
+
*/
|
|
1824
|
+
TableName: NameString;
|
|
1825
|
+
/**
|
|
1826
|
+
* Name of the table for which to enable the storage optimizer.
|
|
1827
|
+
*/
|
|
1828
|
+
StorageOptimizerConfig: StorageOptimizerConfigMap;
|
|
1829
|
+
}
|
|
1830
|
+
export interface UpdateTableStorageOptimizerResponse {
|
|
1831
|
+
/**
|
|
1832
|
+
* A response indicating the success of failure of the operation.
|
|
1833
|
+
*/
|
|
1834
|
+
Result?: Result;
|
|
1835
|
+
}
|
|
1836
|
+
export interface VirtualObject {
|
|
1837
|
+
/**
|
|
1838
|
+
* The path to the Amazon S3 object. Must start with s3://
|
|
1839
|
+
*/
|
|
1840
|
+
Uri: URI;
|
|
1841
|
+
/**
|
|
1842
|
+
* The ETag of the Amazon S3 object.
|
|
1843
|
+
*/
|
|
1844
|
+
ETag?: ETagString;
|
|
1845
|
+
}
|
|
1846
|
+
export type VirtualObjectList = VirtualObject[];
|
|
1847
|
+
export type WorkUnitIdLong = number;
|
|
1848
|
+
export interface WorkUnitRange {
|
|
1849
|
+
/**
|
|
1850
|
+
* Defines the maximum work unit ID in the range. The maximum value is inclusive.
|
|
1851
|
+
*/
|
|
1852
|
+
WorkUnitIdMax: WorkUnitIdLong;
|
|
1853
|
+
/**
|
|
1854
|
+
* Defines the minimum work unit ID in the range.
|
|
1855
|
+
*/
|
|
1856
|
+
WorkUnitIdMin: WorkUnitIdLong;
|
|
1857
|
+
/**
|
|
1858
|
+
* A work token used to query the execution service.
|
|
1859
|
+
*/
|
|
1860
|
+
WorkUnitToken: WorkUnitTokenString;
|
|
1861
|
+
}
|
|
1862
|
+
export type WorkUnitRangeList = WorkUnitRange[];
|
|
1863
|
+
export type WorkUnitTokenString = string;
|
|
1864
|
+
export interface WriteOperation {
|
|
1865
|
+
/**
|
|
1866
|
+
* A new object to add to the governed table.
|
|
1867
|
+
*/
|
|
1868
|
+
AddObject?: AddObjectInput;
|
|
1869
|
+
/**
|
|
1870
|
+
* An object to delete from the governed table.
|
|
1871
|
+
*/
|
|
1872
|
+
DeleteObject?: DeleteObjectInput;
|
|
1873
|
+
}
|
|
1874
|
+
export type WriteOperationList = WriteOperation[];
|
|
1037
1875
|
/**
|
|
1038
1876
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
1039
1877
|
*/
|