@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,16 +4,18 @@
|
|
|
4
4
|
"apiVersion": "2017-03-31",
|
|
5
5
|
"endpointPrefix": "lakeformation",
|
|
6
6
|
"jsonVersion": "1.1",
|
|
7
|
-
"protocol": "json",
|
|
7
|
+
"protocol": "rest-json",
|
|
8
8
|
"serviceFullName": "AWS Lake Formation",
|
|
9
9
|
"serviceId": "LakeFormation",
|
|
10
10
|
"signatureVersion": "v4",
|
|
11
11
|
"signingName": "lakeformation",
|
|
12
|
-
"targetPrefix": "AWSLakeFormation",
|
|
13
12
|
"uid": "lakeformation-2017-03-31"
|
|
14
13
|
},
|
|
15
14
|
"operations": {
|
|
16
15
|
"AddLFTagsToResource": {
|
|
16
|
+
"http": {
|
|
17
|
+
"requestUri": "/AddLFTagsToResource"
|
|
18
|
+
},
|
|
17
19
|
"input": {
|
|
18
20
|
"type": "structure",
|
|
19
21
|
"required": [
|
|
@@ -26,7 +28,7 @@
|
|
|
26
28
|
"shape": "S3"
|
|
27
29
|
},
|
|
28
30
|
"LFTags": {
|
|
29
|
-
"shape": "
|
|
31
|
+
"shape": "Sn"
|
|
30
32
|
}
|
|
31
33
|
}
|
|
32
34
|
},
|
|
@@ -34,12 +36,15 @@
|
|
|
34
36
|
"type": "structure",
|
|
35
37
|
"members": {
|
|
36
38
|
"Failures": {
|
|
37
|
-
"shape": "
|
|
39
|
+
"shape": "Sq"
|
|
38
40
|
}
|
|
39
41
|
}
|
|
40
42
|
}
|
|
41
43
|
},
|
|
42
44
|
"BatchGrantPermissions": {
|
|
45
|
+
"http": {
|
|
46
|
+
"requestUri": "/BatchGrantPermissions"
|
|
47
|
+
},
|
|
43
48
|
"input": {
|
|
44
49
|
"type": "structure",
|
|
45
50
|
"required": [
|
|
@@ -48,7 +53,7 @@
|
|
|
48
53
|
"members": {
|
|
49
54
|
"CatalogId": {},
|
|
50
55
|
"Entries": {
|
|
51
|
-
"shape": "
|
|
56
|
+
"shape": "Sv"
|
|
52
57
|
}
|
|
53
58
|
}
|
|
54
59
|
},
|
|
@@ -56,12 +61,15 @@
|
|
|
56
61
|
"type": "structure",
|
|
57
62
|
"members": {
|
|
58
63
|
"Failures": {
|
|
59
|
-
"shape": "
|
|
64
|
+
"shape": "S13"
|
|
60
65
|
}
|
|
61
66
|
}
|
|
62
67
|
}
|
|
63
68
|
},
|
|
64
69
|
"BatchRevokePermissions": {
|
|
70
|
+
"http": {
|
|
71
|
+
"requestUri": "/BatchRevokePermissions"
|
|
72
|
+
},
|
|
65
73
|
"input": {
|
|
66
74
|
"type": "structure",
|
|
67
75
|
"required": [
|
|
@@ -70,7 +78,7 @@
|
|
|
70
78
|
"members": {
|
|
71
79
|
"CatalogId": {},
|
|
72
80
|
"Entries": {
|
|
73
|
-
"shape": "
|
|
81
|
+
"shape": "Sv"
|
|
74
82
|
}
|
|
75
83
|
}
|
|
76
84
|
},
|
|
@@ -78,12 +86,73 @@
|
|
|
78
86
|
"type": "structure",
|
|
79
87
|
"members": {
|
|
80
88
|
"Failures": {
|
|
81
|
-
"shape": "
|
|
89
|
+
"shape": "S13"
|
|
82
90
|
}
|
|
83
91
|
}
|
|
84
92
|
}
|
|
85
93
|
},
|
|
94
|
+
"CancelTransaction": {
|
|
95
|
+
"http": {
|
|
96
|
+
"requestUri": "/CancelTransaction"
|
|
97
|
+
},
|
|
98
|
+
"input": {
|
|
99
|
+
"type": "structure",
|
|
100
|
+
"required": [
|
|
101
|
+
"TransactionId"
|
|
102
|
+
],
|
|
103
|
+
"members": {
|
|
104
|
+
"TransactionId": {}
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"output": {
|
|
108
|
+
"type": "structure",
|
|
109
|
+
"members": {}
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"CommitTransaction": {
|
|
113
|
+
"http": {
|
|
114
|
+
"requestUri": "/CommitTransaction"
|
|
115
|
+
},
|
|
116
|
+
"input": {
|
|
117
|
+
"type": "structure",
|
|
118
|
+
"required": [
|
|
119
|
+
"TransactionId"
|
|
120
|
+
],
|
|
121
|
+
"members": {
|
|
122
|
+
"TransactionId": {}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"output": {
|
|
126
|
+
"type": "structure",
|
|
127
|
+
"members": {
|
|
128
|
+
"TransactionStatus": {}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"CreateDataCellsFilter": {
|
|
133
|
+
"http": {
|
|
134
|
+
"requestUri": "/CreateDataCellsFilter"
|
|
135
|
+
},
|
|
136
|
+
"input": {
|
|
137
|
+
"type": "structure",
|
|
138
|
+
"required": [
|
|
139
|
+
"TableData"
|
|
140
|
+
],
|
|
141
|
+
"members": {
|
|
142
|
+
"TableData": {
|
|
143
|
+
"shape": "S1e"
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"output": {
|
|
148
|
+
"type": "structure",
|
|
149
|
+
"members": {}
|
|
150
|
+
}
|
|
151
|
+
},
|
|
86
152
|
"CreateLFTag": {
|
|
153
|
+
"http": {
|
|
154
|
+
"requestUri": "/CreateLFTag"
|
|
155
|
+
},
|
|
87
156
|
"input": {
|
|
88
157
|
"type": "structure",
|
|
89
158
|
"required": [
|
|
@@ -94,7 +163,7 @@
|
|
|
94
163
|
"CatalogId": {},
|
|
95
164
|
"TagKey": {},
|
|
96
165
|
"TagValues": {
|
|
97
|
-
"shape": "
|
|
166
|
+
"shape": "Sg"
|
|
98
167
|
}
|
|
99
168
|
}
|
|
100
169
|
},
|
|
@@ -103,7 +172,28 @@
|
|
|
103
172
|
"members": {}
|
|
104
173
|
}
|
|
105
174
|
},
|
|
175
|
+
"DeleteDataCellsFilter": {
|
|
176
|
+
"http": {
|
|
177
|
+
"requestUri": "/DeleteDataCellsFilter"
|
|
178
|
+
},
|
|
179
|
+
"input": {
|
|
180
|
+
"type": "structure",
|
|
181
|
+
"members": {
|
|
182
|
+
"TableCatalogId": {},
|
|
183
|
+
"DatabaseName": {},
|
|
184
|
+
"TableName": {},
|
|
185
|
+
"Name": {}
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"output": {
|
|
189
|
+
"type": "structure",
|
|
190
|
+
"members": {}
|
|
191
|
+
}
|
|
192
|
+
},
|
|
106
193
|
"DeleteLFTag": {
|
|
194
|
+
"http": {
|
|
195
|
+
"requestUri": "/DeleteLFTag"
|
|
196
|
+
},
|
|
107
197
|
"input": {
|
|
108
198
|
"type": "structure",
|
|
109
199
|
"required": [
|
|
@@ -119,7 +209,47 @@
|
|
|
119
209
|
"members": {}
|
|
120
210
|
}
|
|
121
211
|
},
|
|
212
|
+
"DeleteObjectsOnCancel": {
|
|
213
|
+
"http": {
|
|
214
|
+
"requestUri": "/DeleteObjectsOnCancel"
|
|
215
|
+
},
|
|
216
|
+
"input": {
|
|
217
|
+
"type": "structure",
|
|
218
|
+
"required": [
|
|
219
|
+
"DatabaseName",
|
|
220
|
+
"TableName",
|
|
221
|
+
"TransactionId",
|
|
222
|
+
"Objects"
|
|
223
|
+
],
|
|
224
|
+
"members": {
|
|
225
|
+
"CatalogId": {},
|
|
226
|
+
"DatabaseName": {},
|
|
227
|
+
"TableName": {},
|
|
228
|
+
"TransactionId": {},
|
|
229
|
+
"Objects": {
|
|
230
|
+
"type": "list",
|
|
231
|
+
"member": {
|
|
232
|
+
"type": "structure",
|
|
233
|
+
"required": [
|
|
234
|
+
"Uri"
|
|
235
|
+
],
|
|
236
|
+
"members": {
|
|
237
|
+
"Uri": {},
|
|
238
|
+
"ETag": {}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
"output": {
|
|
245
|
+
"type": "structure",
|
|
246
|
+
"members": {}
|
|
247
|
+
}
|
|
248
|
+
},
|
|
122
249
|
"DeregisterResource": {
|
|
250
|
+
"http": {
|
|
251
|
+
"requestUri": "/DeregisterResource"
|
|
252
|
+
},
|
|
123
253
|
"input": {
|
|
124
254
|
"type": "structure",
|
|
125
255
|
"required": [
|
|
@@ -135,6 +265,9 @@
|
|
|
135
265
|
}
|
|
136
266
|
},
|
|
137
267
|
"DescribeResource": {
|
|
268
|
+
"http": {
|
|
269
|
+
"requestUri": "/DescribeResource"
|
|
270
|
+
},
|
|
138
271
|
"input": {
|
|
139
272
|
"type": "structure",
|
|
140
273
|
"required": [
|
|
@@ -148,12 +281,52 @@
|
|
|
148
281
|
"type": "structure",
|
|
149
282
|
"members": {
|
|
150
283
|
"ResourceInfo": {
|
|
151
|
-
"shape": "
|
|
284
|
+
"shape": "S1z"
|
|
152
285
|
}
|
|
153
286
|
}
|
|
154
287
|
}
|
|
155
288
|
},
|
|
289
|
+
"DescribeTransaction": {
|
|
290
|
+
"http": {
|
|
291
|
+
"requestUri": "/DescribeTransaction"
|
|
292
|
+
},
|
|
293
|
+
"input": {
|
|
294
|
+
"type": "structure",
|
|
295
|
+
"required": [
|
|
296
|
+
"TransactionId"
|
|
297
|
+
],
|
|
298
|
+
"members": {
|
|
299
|
+
"TransactionId": {}
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"output": {
|
|
303
|
+
"type": "structure",
|
|
304
|
+
"members": {
|
|
305
|
+
"TransactionDescription": {
|
|
306
|
+
"shape": "S24"
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
"ExtendTransaction": {
|
|
312
|
+
"http": {
|
|
313
|
+
"requestUri": "/ExtendTransaction"
|
|
314
|
+
},
|
|
315
|
+
"input": {
|
|
316
|
+
"type": "structure",
|
|
317
|
+
"members": {
|
|
318
|
+
"TransactionId": {}
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
"output": {
|
|
322
|
+
"type": "structure",
|
|
323
|
+
"members": {}
|
|
324
|
+
}
|
|
325
|
+
},
|
|
156
326
|
"GetDataLakeSettings": {
|
|
327
|
+
"http": {
|
|
328
|
+
"requestUri": "/GetDataLakeSettings"
|
|
329
|
+
},
|
|
157
330
|
"input": {
|
|
158
331
|
"type": "structure",
|
|
159
332
|
"members": {
|
|
@@ -164,12 +337,15 @@
|
|
|
164
337
|
"type": "structure",
|
|
165
338
|
"members": {
|
|
166
339
|
"DataLakeSettings": {
|
|
167
|
-
"shape": "
|
|
340
|
+
"shape": "S2a"
|
|
168
341
|
}
|
|
169
342
|
}
|
|
170
343
|
}
|
|
171
344
|
},
|
|
172
345
|
"GetEffectivePermissionsForPath": {
|
|
346
|
+
"http": {
|
|
347
|
+
"requestUri": "/GetEffectivePermissionsForPath"
|
|
348
|
+
},
|
|
173
349
|
"input": {
|
|
174
350
|
"type": "structure",
|
|
175
351
|
"required": [
|
|
@@ -188,13 +364,16 @@
|
|
|
188
364
|
"type": "structure",
|
|
189
365
|
"members": {
|
|
190
366
|
"Permissions": {
|
|
191
|
-
"shape": "
|
|
367
|
+
"shape": "S2j"
|
|
192
368
|
},
|
|
193
369
|
"NextToken": {}
|
|
194
370
|
}
|
|
195
371
|
}
|
|
196
372
|
},
|
|
197
373
|
"GetLFTag": {
|
|
374
|
+
"http": {
|
|
375
|
+
"requestUri": "/GetLFTag"
|
|
376
|
+
},
|
|
198
377
|
"input": {
|
|
199
378
|
"type": "structure",
|
|
200
379
|
"required": [
|
|
@@ -211,12 +390,101 @@
|
|
|
211
390
|
"CatalogId": {},
|
|
212
391
|
"TagKey": {},
|
|
213
392
|
"TagValues": {
|
|
214
|
-
"shape": "
|
|
393
|
+
"shape": "Sg"
|
|
215
394
|
}
|
|
216
395
|
}
|
|
217
396
|
}
|
|
218
397
|
},
|
|
398
|
+
"GetQueryState": {
|
|
399
|
+
"http": {
|
|
400
|
+
"requestUri": "/GetQueryState",
|
|
401
|
+
"responseCode": 200
|
|
402
|
+
},
|
|
403
|
+
"input": {
|
|
404
|
+
"type": "structure",
|
|
405
|
+
"required": [
|
|
406
|
+
"QueryId"
|
|
407
|
+
],
|
|
408
|
+
"members": {
|
|
409
|
+
"QueryId": {}
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
"output": {
|
|
413
|
+
"type": "structure",
|
|
414
|
+
"required": [
|
|
415
|
+
"State"
|
|
416
|
+
],
|
|
417
|
+
"members": {
|
|
418
|
+
"Error": {},
|
|
419
|
+
"State": {}
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"endpoint": {
|
|
423
|
+
"hostPrefix": "query-"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
"GetQueryStatistics": {
|
|
427
|
+
"http": {
|
|
428
|
+
"requestUri": "/GetQueryStatistics",
|
|
429
|
+
"responseCode": 200
|
|
430
|
+
},
|
|
431
|
+
"input": {
|
|
432
|
+
"type": "structure",
|
|
433
|
+
"required": [
|
|
434
|
+
"QueryId"
|
|
435
|
+
],
|
|
436
|
+
"members": {
|
|
437
|
+
"QueryId": {}
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"output": {
|
|
441
|
+
"type": "structure",
|
|
442
|
+
"members": {
|
|
443
|
+
"ExecutionStatistics": {
|
|
444
|
+
"type": "structure",
|
|
445
|
+
"members": {
|
|
446
|
+
"AverageExecutionTimeMillis": {
|
|
447
|
+
"type": "long"
|
|
448
|
+
},
|
|
449
|
+
"DataScannedBytes": {
|
|
450
|
+
"type": "long"
|
|
451
|
+
},
|
|
452
|
+
"WorkUnitsExecutedCount": {
|
|
453
|
+
"type": "long"
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"PlanningStatistics": {
|
|
458
|
+
"type": "structure",
|
|
459
|
+
"members": {
|
|
460
|
+
"EstimatedDataToScanBytes": {
|
|
461
|
+
"type": "long"
|
|
462
|
+
},
|
|
463
|
+
"PlanningTimeMillis": {
|
|
464
|
+
"type": "long"
|
|
465
|
+
},
|
|
466
|
+
"QueueTimeMillis": {
|
|
467
|
+
"type": "long"
|
|
468
|
+
},
|
|
469
|
+
"WorkUnitsGeneratedCount": {
|
|
470
|
+
"type": "long"
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
"QuerySubmissionTime": {
|
|
475
|
+
"type": "timestamp",
|
|
476
|
+
"timestampFormat": "iso8601"
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
"endpoint": {
|
|
481
|
+
"hostPrefix": "query-"
|
|
482
|
+
}
|
|
483
|
+
},
|
|
219
484
|
"GetResourceLFTags": {
|
|
485
|
+
"http": {
|
|
486
|
+
"requestUri": "/GetResourceLFTags"
|
|
487
|
+
},
|
|
220
488
|
"input": {
|
|
221
489
|
"type": "structure",
|
|
222
490
|
"required": [
|
|
@@ -236,18 +504,167 @@
|
|
|
236
504
|
"type": "structure",
|
|
237
505
|
"members": {
|
|
238
506
|
"LFTagOnDatabase": {
|
|
239
|
-
"shape": "
|
|
507
|
+
"shape": "Sn"
|
|
240
508
|
},
|
|
241
509
|
"LFTagsOnTable": {
|
|
242
|
-
"shape": "
|
|
510
|
+
"shape": "Sn"
|
|
243
511
|
},
|
|
244
512
|
"LFTagsOnColumns": {
|
|
245
|
-
"shape": "
|
|
513
|
+
"shape": "S37"
|
|
246
514
|
}
|
|
247
515
|
}
|
|
248
516
|
}
|
|
249
517
|
},
|
|
518
|
+
"GetTableObjects": {
|
|
519
|
+
"http": {
|
|
520
|
+
"requestUri": "/GetTableObjects"
|
|
521
|
+
},
|
|
522
|
+
"input": {
|
|
523
|
+
"type": "structure",
|
|
524
|
+
"required": [
|
|
525
|
+
"DatabaseName",
|
|
526
|
+
"TableName"
|
|
527
|
+
],
|
|
528
|
+
"members": {
|
|
529
|
+
"CatalogId": {},
|
|
530
|
+
"DatabaseName": {},
|
|
531
|
+
"TableName": {},
|
|
532
|
+
"TransactionId": {},
|
|
533
|
+
"QueryAsOfTime": {
|
|
534
|
+
"type": "timestamp"
|
|
535
|
+
},
|
|
536
|
+
"PartitionPredicate": {},
|
|
537
|
+
"MaxResults": {
|
|
538
|
+
"type": "integer"
|
|
539
|
+
},
|
|
540
|
+
"NextToken": {}
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
"output": {
|
|
544
|
+
"type": "structure",
|
|
545
|
+
"members": {
|
|
546
|
+
"Objects": {
|
|
547
|
+
"type": "list",
|
|
548
|
+
"member": {
|
|
549
|
+
"type": "structure",
|
|
550
|
+
"members": {
|
|
551
|
+
"PartitionValues": {
|
|
552
|
+
"shape": "S3e"
|
|
553
|
+
},
|
|
554
|
+
"Objects": {
|
|
555
|
+
"type": "list",
|
|
556
|
+
"member": {
|
|
557
|
+
"type": "structure",
|
|
558
|
+
"members": {
|
|
559
|
+
"Uri": {},
|
|
560
|
+
"ETag": {},
|
|
561
|
+
"Size": {
|
|
562
|
+
"type": "long"
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
"NextToken": {}
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
"GetWorkUnitResults": {
|
|
575
|
+
"http": {
|
|
576
|
+
"requestUri": "/GetWorkUnitResults",
|
|
577
|
+
"responseCode": 200
|
|
578
|
+
},
|
|
579
|
+
"input": {
|
|
580
|
+
"type": "structure",
|
|
581
|
+
"required": [
|
|
582
|
+
"QueryId",
|
|
583
|
+
"WorkUnitId",
|
|
584
|
+
"WorkUnitToken"
|
|
585
|
+
],
|
|
586
|
+
"members": {
|
|
587
|
+
"QueryId": {},
|
|
588
|
+
"WorkUnitId": {
|
|
589
|
+
"type": "long"
|
|
590
|
+
},
|
|
591
|
+
"WorkUnitToken": {
|
|
592
|
+
"type": "string",
|
|
593
|
+
"sensitive": true
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
"output": {
|
|
598
|
+
"type": "structure",
|
|
599
|
+
"members": {
|
|
600
|
+
"ResultStream": {
|
|
601
|
+
"type": "blob",
|
|
602
|
+
"streaming": true
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
"payload": "ResultStream"
|
|
606
|
+
},
|
|
607
|
+
"endpoint": {
|
|
608
|
+
"hostPrefix": "data-"
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
"GetWorkUnits": {
|
|
612
|
+
"http": {
|
|
613
|
+
"requestUri": "/GetWorkUnits",
|
|
614
|
+
"responseCode": 200
|
|
615
|
+
},
|
|
616
|
+
"input": {
|
|
617
|
+
"type": "structure",
|
|
618
|
+
"required": [
|
|
619
|
+
"QueryId"
|
|
620
|
+
],
|
|
621
|
+
"members": {
|
|
622
|
+
"NextToken": {},
|
|
623
|
+
"PageSize": {
|
|
624
|
+
"type": "integer"
|
|
625
|
+
},
|
|
626
|
+
"QueryId": {}
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
"output": {
|
|
630
|
+
"type": "structure",
|
|
631
|
+
"required": [
|
|
632
|
+
"QueryId",
|
|
633
|
+
"WorkUnitRanges"
|
|
634
|
+
],
|
|
635
|
+
"members": {
|
|
636
|
+
"NextToken": {},
|
|
637
|
+
"QueryId": {},
|
|
638
|
+
"WorkUnitRanges": {
|
|
639
|
+
"type": "list",
|
|
640
|
+
"member": {
|
|
641
|
+
"type": "structure",
|
|
642
|
+
"required": [
|
|
643
|
+
"WorkUnitIdMax",
|
|
644
|
+
"WorkUnitIdMin",
|
|
645
|
+
"WorkUnitToken"
|
|
646
|
+
],
|
|
647
|
+
"members": {
|
|
648
|
+
"WorkUnitIdMax": {
|
|
649
|
+
"type": "long"
|
|
650
|
+
},
|
|
651
|
+
"WorkUnitIdMin": {
|
|
652
|
+
"type": "long"
|
|
653
|
+
},
|
|
654
|
+
"WorkUnitToken": {}
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
}
|
|
659
|
+
},
|
|
660
|
+
"endpoint": {
|
|
661
|
+
"hostPrefix": "query-"
|
|
662
|
+
}
|
|
663
|
+
},
|
|
250
664
|
"GrantPermissions": {
|
|
665
|
+
"http": {
|
|
666
|
+
"requestUri": "/GrantPermissions"
|
|
667
|
+
},
|
|
251
668
|
"input": {
|
|
252
669
|
"type": "structure",
|
|
253
670
|
"required": [
|
|
@@ -258,16 +675,16 @@
|
|
|
258
675
|
"members": {
|
|
259
676
|
"CatalogId": {},
|
|
260
677
|
"Principal": {
|
|
261
|
-
"shape": "
|
|
678
|
+
"shape": "Sy"
|
|
262
679
|
},
|
|
263
680
|
"Resource": {
|
|
264
681
|
"shape": "S3"
|
|
265
682
|
},
|
|
266
683
|
"Permissions": {
|
|
267
|
-
"shape": "
|
|
684
|
+
"shape": "S10"
|
|
268
685
|
},
|
|
269
686
|
"PermissionsWithGrantOption": {
|
|
270
|
-
"shape": "
|
|
687
|
+
"shape": "S10"
|
|
271
688
|
}
|
|
272
689
|
}
|
|
273
690
|
},
|
|
@@ -276,7 +693,39 @@
|
|
|
276
693
|
"members": {}
|
|
277
694
|
}
|
|
278
695
|
},
|
|
696
|
+
"ListDataCellsFilter": {
|
|
697
|
+
"http": {
|
|
698
|
+
"requestUri": "/ListDataCellsFilter"
|
|
699
|
+
},
|
|
700
|
+
"input": {
|
|
701
|
+
"type": "structure",
|
|
702
|
+
"members": {
|
|
703
|
+
"Table": {
|
|
704
|
+
"shape": "S7"
|
|
705
|
+
},
|
|
706
|
+
"NextToken": {},
|
|
707
|
+
"MaxResults": {
|
|
708
|
+
"type": "integer"
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
},
|
|
712
|
+
"output": {
|
|
713
|
+
"type": "structure",
|
|
714
|
+
"members": {
|
|
715
|
+
"DataCellsFilters": {
|
|
716
|
+
"type": "list",
|
|
717
|
+
"member": {
|
|
718
|
+
"shape": "S1e"
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
"NextToken": {}
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
},
|
|
279
725
|
"ListLFTags": {
|
|
726
|
+
"http": {
|
|
727
|
+
"requestUri": "/ListLFTags"
|
|
728
|
+
},
|
|
280
729
|
"input": {
|
|
281
730
|
"type": "structure",
|
|
282
731
|
"members": {
|
|
@@ -292,19 +741,22 @@
|
|
|
292
741
|
"type": "structure",
|
|
293
742
|
"members": {
|
|
294
743
|
"LFTags": {
|
|
295
|
-
"shape": "
|
|
744
|
+
"shape": "Sn"
|
|
296
745
|
},
|
|
297
746
|
"NextToken": {}
|
|
298
747
|
}
|
|
299
748
|
}
|
|
300
749
|
},
|
|
301
750
|
"ListPermissions": {
|
|
751
|
+
"http": {
|
|
752
|
+
"requestUri": "/ListPermissions"
|
|
753
|
+
},
|
|
302
754
|
"input": {
|
|
303
755
|
"type": "structure",
|
|
304
756
|
"members": {
|
|
305
757
|
"CatalogId": {},
|
|
306
758
|
"Principal": {
|
|
307
|
-
"shape": "
|
|
759
|
+
"shape": "Sy"
|
|
308
760
|
},
|
|
309
761
|
"ResourceType": {},
|
|
310
762
|
"Resource": {
|
|
@@ -313,20 +765,24 @@
|
|
|
313
765
|
"NextToken": {},
|
|
314
766
|
"MaxResults": {
|
|
315
767
|
"type": "integer"
|
|
316
|
-
}
|
|
768
|
+
},
|
|
769
|
+
"IncludeRelated": {}
|
|
317
770
|
}
|
|
318
771
|
},
|
|
319
772
|
"output": {
|
|
320
773
|
"type": "structure",
|
|
321
774
|
"members": {
|
|
322
775
|
"PrincipalResourcePermissions": {
|
|
323
|
-
"shape": "
|
|
776
|
+
"shape": "S2j"
|
|
324
777
|
},
|
|
325
778
|
"NextToken": {}
|
|
326
779
|
}
|
|
327
780
|
}
|
|
328
781
|
},
|
|
329
782
|
"ListResources": {
|
|
783
|
+
"http": {
|
|
784
|
+
"requestUri": "/ListResources"
|
|
785
|
+
},
|
|
330
786
|
"input": {
|
|
331
787
|
"type": "structure",
|
|
332
788
|
"members": {
|
|
@@ -356,7 +812,78 @@
|
|
|
356
812
|
"ResourceInfoList": {
|
|
357
813
|
"type": "list",
|
|
358
814
|
"member": {
|
|
359
|
-
"shape": "
|
|
815
|
+
"shape": "S1z"
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
"NextToken": {}
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
},
|
|
822
|
+
"ListTableStorageOptimizers": {
|
|
823
|
+
"http": {
|
|
824
|
+
"requestUri": "/ListTableStorageOptimizers"
|
|
825
|
+
},
|
|
826
|
+
"input": {
|
|
827
|
+
"type": "structure",
|
|
828
|
+
"required": [
|
|
829
|
+
"DatabaseName",
|
|
830
|
+
"TableName"
|
|
831
|
+
],
|
|
832
|
+
"members": {
|
|
833
|
+
"CatalogId": {},
|
|
834
|
+
"DatabaseName": {},
|
|
835
|
+
"TableName": {},
|
|
836
|
+
"StorageOptimizerType": {},
|
|
837
|
+
"MaxResults": {
|
|
838
|
+
"type": "integer"
|
|
839
|
+
},
|
|
840
|
+
"NextToken": {}
|
|
841
|
+
}
|
|
842
|
+
},
|
|
843
|
+
"output": {
|
|
844
|
+
"type": "structure",
|
|
845
|
+
"members": {
|
|
846
|
+
"StorageOptimizerList": {
|
|
847
|
+
"type": "list",
|
|
848
|
+
"member": {
|
|
849
|
+
"type": "structure",
|
|
850
|
+
"members": {
|
|
851
|
+
"StorageOptimizerType": {},
|
|
852
|
+
"Config": {
|
|
853
|
+
"shape": "S4o"
|
|
854
|
+
},
|
|
855
|
+
"ErrorMessage": {},
|
|
856
|
+
"Warnings": {},
|
|
857
|
+
"LastRunDetails": {}
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
"NextToken": {}
|
|
862
|
+
}
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
"ListTransactions": {
|
|
866
|
+
"http": {
|
|
867
|
+
"requestUri": "/ListTransactions"
|
|
868
|
+
},
|
|
869
|
+
"input": {
|
|
870
|
+
"type": "structure",
|
|
871
|
+
"members": {
|
|
872
|
+
"CatalogId": {},
|
|
873
|
+
"StatusFilter": {},
|
|
874
|
+
"MaxResults": {
|
|
875
|
+
"type": "integer"
|
|
876
|
+
},
|
|
877
|
+
"NextToken": {}
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
"output": {
|
|
881
|
+
"type": "structure",
|
|
882
|
+
"members": {
|
|
883
|
+
"Transactions": {
|
|
884
|
+
"type": "list",
|
|
885
|
+
"member": {
|
|
886
|
+
"shape": "S24"
|
|
360
887
|
}
|
|
361
888
|
},
|
|
362
889
|
"NextToken": {}
|
|
@@ -364,6 +891,9 @@
|
|
|
364
891
|
}
|
|
365
892
|
},
|
|
366
893
|
"PutDataLakeSettings": {
|
|
894
|
+
"http": {
|
|
895
|
+
"requestUri": "/PutDataLakeSettings"
|
|
896
|
+
},
|
|
367
897
|
"input": {
|
|
368
898
|
"type": "structure",
|
|
369
899
|
"required": [
|
|
@@ -372,7 +902,7 @@
|
|
|
372
902
|
"members": {
|
|
373
903
|
"CatalogId": {},
|
|
374
904
|
"DataLakeSettings": {
|
|
375
|
-
"shape": "
|
|
905
|
+
"shape": "S2a"
|
|
376
906
|
}
|
|
377
907
|
}
|
|
378
908
|
},
|
|
@@ -382,6 +912,9 @@
|
|
|
382
912
|
}
|
|
383
913
|
},
|
|
384
914
|
"RegisterResource": {
|
|
915
|
+
"http": {
|
|
916
|
+
"requestUri": "/RegisterResource"
|
|
917
|
+
},
|
|
385
918
|
"input": {
|
|
386
919
|
"type": "structure",
|
|
387
920
|
"required": [
|
|
@@ -401,6 +934,9 @@
|
|
|
401
934
|
}
|
|
402
935
|
},
|
|
403
936
|
"RemoveLFTagsFromResource": {
|
|
937
|
+
"http": {
|
|
938
|
+
"requestUri": "/RemoveLFTagsFromResource"
|
|
939
|
+
},
|
|
404
940
|
"input": {
|
|
405
941
|
"type": "structure",
|
|
406
942
|
"required": [
|
|
@@ -413,7 +949,7 @@
|
|
|
413
949
|
"shape": "S3"
|
|
414
950
|
},
|
|
415
951
|
"LFTags": {
|
|
416
|
-
"shape": "
|
|
952
|
+
"shape": "Sn"
|
|
417
953
|
}
|
|
418
954
|
}
|
|
419
955
|
},
|
|
@@ -421,12 +957,15 @@
|
|
|
421
957
|
"type": "structure",
|
|
422
958
|
"members": {
|
|
423
959
|
"Failures": {
|
|
424
|
-
"shape": "
|
|
960
|
+
"shape": "Sq"
|
|
425
961
|
}
|
|
426
962
|
}
|
|
427
963
|
}
|
|
428
964
|
},
|
|
429
965
|
"RevokePermissions": {
|
|
966
|
+
"http": {
|
|
967
|
+
"requestUri": "/RevokePermissions"
|
|
968
|
+
},
|
|
430
969
|
"input": {
|
|
431
970
|
"type": "structure",
|
|
432
971
|
"required": [
|
|
@@ -437,16 +976,16 @@
|
|
|
437
976
|
"members": {
|
|
438
977
|
"CatalogId": {},
|
|
439
978
|
"Principal": {
|
|
440
|
-
"shape": "
|
|
979
|
+
"shape": "Sy"
|
|
441
980
|
},
|
|
442
981
|
"Resource": {
|
|
443
982
|
"shape": "S3"
|
|
444
983
|
},
|
|
445
984
|
"Permissions": {
|
|
446
|
-
"shape": "
|
|
985
|
+
"shape": "S10"
|
|
447
986
|
},
|
|
448
987
|
"PermissionsWithGrantOption": {
|
|
449
|
-
"shape": "
|
|
988
|
+
"shape": "S10"
|
|
450
989
|
}
|
|
451
990
|
}
|
|
452
991
|
},
|
|
@@ -456,6 +995,9 @@
|
|
|
456
995
|
}
|
|
457
996
|
},
|
|
458
997
|
"SearchDatabasesByLFTags": {
|
|
998
|
+
"http": {
|
|
999
|
+
"requestUri": "/SearchDatabasesByLFTags"
|
|
1000
|
+
},
|
|
459
1001
|
"input": {
|
|
460
1002
|
"type": "structure",
|
|
461
1003
|
"required": [
|
|
@@ -468,7 +1010,7 @@
|
|
|
468
1010
|
},
|
|
469
1011
|
"CatalogId": {},
|
|
470
1012
|
"Expression": {
|
|
471
|
-
"shape": "
|
|
1013
|
+
"shape": "Sk"
|
|
472
1014
|
}
|
|
473
1015
|
}
|
|
474
1016
|
},
|
|
@@ -485,7 +1027,7 @@
|
|
|
485
1027
|
"shape": "S5"
|
|
486
1028
|
},
|
|
487
1029
|
"LFTags": {
|
|
488
|
-
"shape": "
|
|
1030
|
+
"shape": "Sn"
|
|
489
1031
|
}
|
|
490
1032
|
}
|
|
491
1033
|
}
|
|
@@ -494,6 +1036,9 @@
|
|
|
494
1036
|
}
|
|
495
1037
|
},
|
|
496
1038
|
"SearchTablesByLFTags": {
|
|
1039
|
+
"http": {
|
|
1040
|
+
"requestUri": "/SearchTablesByLFTags"
|
|
1041
|
+
},
|
|
497
1042
|
"input": {
|
|
498
1043
|
"type": "structure",
|
|
499
1044
|
"required": [
|
|
@@ -506,7 +1051,7 @@
|
|
|
506
1051
|
},
|
|
507
1052
|
"CatalogId": {},
|
|
508
1053
|
"Expression": {
|
|
509
|
-
"shape": "
|
|
1054
|
+
"shape": "Sk"
|
|
510
1055
|
}
|
|
511
1056
|
}
|
|
512
1057
|
},
|
|
@@ -523,13 +1068,13 @@
|
|
|
523
1068
|
"shape": "S7"
|
|
524
1069
|
},
|
|
525
1070
|
"LFTagOnDatabase": {
|
|
526
|
-
"shape": "
|
|
1071
|
+
"shape": "Sn"
|
|
527
1072
|
},
|
|
528
1073
|
"LFTagsOnTable": {
|
|
529
|
-
"shape": "
|
|
1074
|
+
"shape": "Sn"
|
|
530
1075
|
},
|
|
531
1076
|
"LFTagsOnColumns": {
|
|
532
|
-
"shape": "
|
|
1077
|
+
"shape": "S37"
|
|
533
1078
|
}
|
|
534
1079
|
}
|
|
535
1080
|
}
|
|
@@ -537,7 +1082,77 @@
|
|
|
537
1082
|
}
|
|
538
1083
|
}
|
|
539
1084
|
},
|
|
1085
|
+
"StartQueryPlanning": {
|
|
1086
|
+
"http": {
|
|
1087
|
+
"requestUri": "/StartQueryPlanning",
|
|
1088
|
+
"responseCode": 200
|
|
1089
|
+
},
|
|
1090
|
+
"input": {
|
|
1091
|
+
"type": "structure",
|
|
1092
|
+
"required": [
|
|
1093
|
+
"QueryPlanningContext",
|
|
1094
|
+
"QueryString"
|
|
1095
|
+
],
|
|
1096
|
+
"members": {
|
|
1097
|
+
"QueryPlanningContext": {
|
|
1098
|
+
"type": "structure",
|
|
1099
|
+
"required": [
|
|
1100
|
+
"DatabaseName"
|
|
1101
|
+
],
|
|
1102
|
+
"members": {
|
|
1103
|
+
"CatalogId": {},
|
|
1104
|
+
"DatabaseName": {},
|
|
1105
|
+
"QueryAsOfTime": {
|
|
1106
|
+
"type": "timestamp"
|
|
1107
|
+
},
|
|
1108
|
+
"QueryParameters": {
|
|
1109
|
+
"type": "map",
|
|
1110
|
+
"key": {},
|
|
1111
|
+
"value": {}
|
|
1112
|
+
},
|
|
1113
|
+
"TransactionId": {}
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
1116
|
+
"QueryString": {
|
|
1117
|
+
"type": "string",
|
|
1118
|
+
"sensitive": true
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
1122
|
+
"output": {
|
|
1123
|
+
"type": "structure",
|
|
1124
|
+
"required": [
|
|
1125
|
+
"QueryId"
|
|
1126
|
+
],
|
|
1127
|
+
"members": {
|
|
1128
|
+
"QueryId": {}
|
|
1129
|
+
}
|
|
1130
|
+
},
|
|
1131
|
+
"endpoint": {
|
|
1132
|
+
"hostPrefix": "query-"
|
|
1133
|
+
}
|
|
1134
|
+
},
|
|
1135
|
+
"StartTransaction": {
|
|
1136
|
+
"http": {
|
|
1137
|
+
"requestUri": "/StartTransaction"
|
|
1138
|
+
},
|
|
1139
|
+
"input": {
|
|
1140
|
+
"type": "structure",
|
|
1141
|
+
"members": {
|
|
1142
|
+
"TransactionType": {}
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1145
|
+
"output": {
|
|
1146
|
+
"type": "structure",
|
|
1147
|
+
"members": {
|
|
1148
|
+
"TransactionId": {}
|
|
1149
|
+
}
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
540
1152
|
"UpdateLFTag": {
|
|
1153
|
+
"http": {
|
|
1154
|
+
"requestUri": "/UpdateLFTag"
|
|
1155
|
+
},
|
|
541
1156
|
"input": {
|
|
542
1157
|
"type": "structure",
|
|
543
1158
|
"required": [
|
|
@@ -547,10 +1162,10 @@
|
|
|
547
1162
|
"CatalogId": {},
|
|
548
1163
|
"TagKey": {},
|
|
549
1164
|
"TagValuesToDelete": {
|
|
550
|
-
"shape": "
|
|
1165
|
+
"shape": "Sg"
|
|
551
1166
|
},
|
|
552
1167
|
"TagValuesToAdd": {
|
|
553
|
-
"shape": "
|
|
1168
|
+
"shape": "Sg"
|
|
554
1169
|
}
|
|
555
1170
|
}
|
|
556
1171
|
},
|
|
@@ -560,6 +1175,9 @@
|
|
|
560
1175
|
}
|
|
561
1176
|
},
|
|
562
1177
|
"UpdateResource": {
|
|
1178
|
+
"http": {
|
|
1179
|
+
"requestUri": "/UpdateResource"
|
|
1180
|
+
},
|
|
563
1181
|
"input": {
|
|
564
1182
|
"type": "structure",
|
|
565
1183
|
"required": [
|
|
@@ -575,6 +1193,100 @@
|
|
|
575
1193
|
"type": "structure",
|
|
576
1194
|
"members": {}
|
|
577
1195
|
}
|
|
1196
|
+
},
|
|
1197
|
+
"UpdateTableObjects": {
|
|
1198
|
+
"http": {
|
|
1199
|
+
"requestUri": "/UpdateTableObjects"
|
|
1200
|
+
},
|
|
1201
|
+
"input": {
|
|
1202
|
+
"type": "structure",
|
|
1203
|
+
"required": [
|
|
1204
|
+
"DatabaseName",
|
|
1205
|
+
"TableName",
|
|
1206
|
+
"TransactionId",
|
|
1207
|
+
"WriteOperations"
|
|
1208
|
+
],
|
|
1209
|
+
"members": {
|
|
1210
|
+
"CatalogId": {},
|
|
1211
|
+
"DatabaseName": {},
|
|
1212
|
+
"TableName": {},
|
|
1213
|
+
"TransactionId": {},
|
|
1214
|
+
"WriteOperations": {
|
|
1215
|
+
"type": "list",
|
|
1216
|
+
"member": {
|
|
1217
|
+
"type": "structure",
|
|
1218
|
+
"members": {
|
|
1219
|
+
"AddObject": {
|
|
1220
|
+
"type": "structure",
|
|
1221
|
+
"required": [
|
|
1222
|
+
"Uri",
|
|
1223
|
+
"ETag",
|
|
1224
|
+
"Size"
|
|
1225
|
+
],
|
|
1226
|
+
"members": {
|
|
1227
|
+
"Uri": {},
|
|
1228
|
+
"ETag": {},
|
|
1229
|
+
"Size": {
|
|
1230
|
+
"type": "long"
|
|
1231
|
+
},
|
|
1232
|
+
"PartitionValues": {
|
|
1233
|
+
"shape": "S3e"
|
|
1234
|
+
}
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
"DeleteObject": {
|
|
1238
|
+
"type": "structure",
|
|
1239
|
+
"required": [
|
|
1240
|
+
"Uri"
|
|
1241
|
+
],
|
|
1242
|
+
"members": {
|
|
1243
|
+
"Uri": {},
|
|
1244
|
+
"ETag": {},
|
|
1245
|
+
"PartitionValues": {
|
|
1246
|
+
"shape": "S3e"
|
|
1247
|
+
}
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
"output": {
|
|
1256
|
+
"type": "structure",
|
|
1257
|
+
"members": {}
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
"UpdateTableStorageOptimizer": {
|
|
1261
|
+
"http": {
|
|
1262
|
+
"requestUri": "/UpdateTableStorageOptimizer"
|
|
1263
|
+
},
|
|
1264
|
+
"input": {
|
|
1265
|
+
"type": "structure",
|
|
1266
|
+
"required": [
|
|
1267
|
+
"DatabaseName",
|
|
1268
|
+
"TableName",
|
|
1269
|
+
"StorageOptimizerConfig"
|
|
1270
|
+
],
|
|
1271
|
+
"members": {
|
|
1272
|
+
"CatalogId": {},
|
|
1273
|
+
"DatabaseName": {},
|
|
1274
|
+
"TableName": {},
|
|
1275
|
+
"StorageOptimizerConfig": {
|
|
1276
|
+
"type": "map",
|
|
1277
|
+
"key": {},
|
|
1278
|
+
"value": {
|
|
1279
|
+
"shape": "S4o"
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
},
|
|
1284
|
+
"output": {
|
|
1285
|
+
"type": "structure",
|
|
1286
|
+
"members": {
|
|
1287
|
+
"Result": {}
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
578
1290
|
}
|
|
579
1291
|
},
|
|
580
1292
|
"shapes": {
|
|
@@ -605,12 +1317,7 @@
|
|
|
605
1317
|
"shape": "Sa"
|
|
606
1318
|
},
|
|
607
1319
|
"ColumnWildcard": {
|
|
608
|
-
"
|
|
609
|
-
"members": {
|
|
610
|
-
"ExcludedColumnNames": {
|
|
611
|
-
"shape": "Sa"
|
|
612
|
-
}
|
|
613
|
-
}
|
|
1320
|
+
"shape": "Sb"
|
|
614
1321
|
}
|
|
615
1322
|
}
|
|
616
1323
|
},
|
|
@@ -624,6 +1331,15 @@
|
|
|
624
1331
|
"ResourceArn": {}
|
|
625
1332
|
}
|
|
626
1333
|
},
|
|
1334
|
+
"DataCellsFilter": {
|
|
1335
|
+
"type": "structure",
|
|
1336
|
+
"members": {
|
|
1337
|
+
"TableCatalogId": {},
|
|
1338
|
+
"DatabaseName": {},
|
|
1339
|
+
"TableName": {},
|
|
1340
|
+
"Name": {}
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
627
1343
|
"LFTag": {
|
|
628
1344
|
"type": "structure",
|
|
629
1345
|
"required": [
|
|
@@ -634,7 +1350,7 @@
|
|
|
634
1350
|
"CatalogId": {},
|
|
635
1351
|
"TagKey": {},
|
|
636
1352
|
"TagValues": {
|
|
637
|
-
"shape": "
|
|
1353
|
+
"shape": "Sg"
|
|
638
1354
|
}
|
|
639
1355
|
}
|
|
640
1356
|
},
|
|
@@ -648,7 +1364,7 @@
|
|
|
648
1364
|
"CatalogId": {},
|
|
649
1365
|
"ResourceType": {},
|
|
650
1366
|
"Expression": {
|
|
651
|
-
"shape": "
|
|
1367
|
+
"shape": "Sk"
|
|
652
1368
|
}
|
|
653
1369
|
}
|
|
654
1370
|
}
|
|
@@ -683,11 +1399,19 @@
|
|
|
683
1399
|
"type": "list",
|
|
684
1400
|
"member": {}
|
|
685
1401
|
},
|
|
686
|
-
"
|
|
1402
|
+
"Sb": {
|
|
1403
|
+
"type": "structure",
|
|
1404
|
+
"members": {
|
|
1405
|
+
"ExcludedColumnNames": {
|
|
1406
|
+
"shape": "Sa"
|
|
1407
|
+
}
|
|
1408
|
+
}
|
|
1409
|
+
},
|
|
1410
|
+
"Sg": {
|
|
687
1411
|
"type": "list",
|
|
688
1412
|
"member": {}
|
|
689
1413
|
},
|
|
690
|
-
"
|
|
1414
|
+
"Sk": {
|
|
691
1415
|
"type": "list",
|
|
692
1416
|
"member": {
|
|
693
1417
|
"type": "structure",
|
|
@@ -698,18 +1422,18 @@
|
|
|
698
1422
|
"members": {
|
|
699
1423
|
"TagKey": {},
|
|
700
1424
|
"TagValues": {
|
|
701
|
-
"shape": "
|
|
1425
|
+
"shape": "Sg"
|
|
702
1426
|
}
|
|
703
1427
|
}
|
|
704
1428
|
}
|
|
705
1429
|
},
|
|
706
|
-
"
|
|
1430
|
+
"Sn": {
|
|
707
1431
|
"type": "list",
|
|
708
1432
|
"member": {
|
|
709
|
-
"shape": "
|
|
1433
|
+
"shape": "So"
|
|
710
1434
|
}
|
|
711
1435
|
},
|
|
712
|
-
"
|
|
1436
|
+
"So": {
|
|
713
1437
|
"type": "structure",
|
|
714
1438
|
"required": [
|
|
715
1439
|
"TagKey",
|
|
@@ -719,38 +1443,38 @@
|
|
|
719
1443
|
"CatalogId": {},
|
|
720
1444
|
"TagKey": {},
|
|
721
1445
|
"TagValues": {
|
|
722
|
-
"shape": "
|
|
1446
|
+
"shape": "Sg"
|
|
723
1447
|
}
|
|
724
1448
|
}
|
|
725
1449
|
},
|
|
726
|
-
"
|
|
1450
|
+
"Sq": {
|
|
727
1451
|
"type": "list",
|
|
728
1452
|
"member": {
|
|
729
1453
|
"type": "structure",
|
|
730
1454
|
"members": {
|
|
731
1455
|
"LFTag": {
|
|
732
|
-
"shape": "
|
|
1456
|
+
"shape": "So"
|
|
733
1457
|
},
|
|
734
1458
|
"Error": {
|
|
735
|
-
"shape": "
|
|
1459
|
+
"shape": "Ss"
|
|
736
1460
|
}
|
|
737
1461
|
}
|
|
738
1462
|
}
|
|
739
1463
|
},
|
|
740
|
-
"
|
|
1464
|
+
"Ss": {
|
|
741
1465
|
"type": "structure",
|
|
742
1466
|
"members": {
|
|
743
1467
|
"ErrorCode": {},
|
|
744
1468
|
"ErrorMessage": {}
|
|
745
1469
|
}
|
|
746
1470
|
},
|
|
747
|
-
"
|
|
1471
|
+
"Sv": {
|
|
748
1472
|
"type": "list",
|
|
749
1473
|
"member": {
|
|
750
|
-
"shape": "
|
|
1474
|
+
"shape": "Sw"
|
|
751
1475
|
}
|
|
752
1476
|
},
|
|
753
|
-
"
|
|
1477
|
+
"Sw": {
|
|
754
1478
|
"type": "structure",
|
|
755
1479
|
"required": [
|
|
756
1480
|
"Id"
|
|
@@ -758,44 +1482,75 @@
|
|
|
758
1482
|
"members": {
|
|
759
1483
|
"Id": {},
|
|
760
1484
|
"Principal": {
|
|
761
|
-
"shape": "
|
|
1485
|
+
"shape": "Sy"
|
|
762
1486
|
},
|
|
763
1487
|
"Resource": {
|
|
764
1488
|
"shape": "S3"
|
|
765
1489
|
},
|
|
766
1490
|
"Permissions": {
|
|
767
|
-
"shape": "
|
|
1491
|
+
"shape": "S10"
|
|
768
1492
|
},
|
|
769
1493
|
"PermissionsWithGrantOption": {
|
|
770
|
-
"shape": "
|
|
1494
|
+
"shape": "S10"
|
|
771
1495
|
}
|
|
772
1496
|
}
|
|
773
1497
|
},
|
|
774
|
-
"
|
|
1498
|
+
"Sy": {
|
|
775
1499
|
"type": "structure",
|
|
776
1500
|
"members": {
|
|
777
1501
|
"DataLakePrincipalIdentifier": {}
|
|
778
1502
|
}
|
|
779
1503
|
},
|
|
780
|
-
"
|
|
1504
|
+
"S10": {
|
|
781
1505
|
"type": "list",
|
|
782
1506
|
"member": {}
|
|
783
1507
|
},
|
|
784
|
-
"
|
|
1508
|
+
"S13": {
|
|
785
1509
|
"type": "list",
|
|
786
1510
|
"member": {
|
|
787
1511
|
"type": "structure",
|
|
788
1512
|
"members": {
|
|
789
1513
|
"RequestEntry": {
|
|
790
|
-
"shape": "
|
|
1514
|
+
"shape": "Sw"
|
|
791
1515
|
},
|
|
792
1516
|
"Error": {
|
|
793
|
-
"shape": "
|
|
1517
|
+
"shape": "Ss"
|
|
794
1518
|
}
|
|
795
1519
|
}
|
|
796
1520
|
}
|
|
797
1521
|
},
|
|
798
1522
|
"S1e": {
|
|
1523
|
+
"type": "structure",
|
|
1524
|
+
"required": [
|
|
1525
|
+
"TableCatalogId",
|
|
1526
|
+
"DatabaseName",
|
|
1527
|
+
"TableName",
|
|
1528
|
+
"Name"
|
|
1529
|
+
],
|
|
1530
|
+
"members": {
|
|
1531
|
+
"TableCatalogId": {},
|
|
1532
|
+
"DatabaseName": {},
|
|
1533
|
+
"TableName": {},
|
|
1534
|
+
"Name": {},
|
|
1535
|
+
"RowFilter": {
|
|
1536
|
+
"type": "structure",
|
|
1537
|
+
"members": {
|
|
1538
|
+
"FilterExpression": {},
|
|
1539
|
+
"AllRowsWildcard": {
|
|
1540
|
+
"type": "structure",
|
|
1541
|
+
"members": {}
|
|
1542
|
+
}
|
|
1543
|
+
}
|
|
1544
|
+
},
|
|
1545
|
+
"ColumnNames": {
|
|
1546
|
+
"shape": "Sa"
|
|
1547
|
+
},
|
|
1548
|
+
"ColumnWildcard": {
|
|
1549
|
+
"shape": "Sb"
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1552
|
+
},
|
|
1553
|
+
"S1z": {
|
|
799
1554
|
"type": "structure",
|
|
800
1555
|
"members": {
|
|
801
1556
|
"ResourceArn": {},
|
|
@@ -805,20 +1560,33 @@
|
|
|
805
1560
|
}
|
|
806
1561
|
}
|
|
807
1562
|
},
|
|
808
|
-
"
|
|
1563
|
+
"S24": {
|
|
1564
|
+
"type": "structure",
|
|
1565
|
+
"members": {
|
|
1566
|
+
"TransactionId": {},
|
|
1567
|
+
"TransactionStatus": {},
|
|
1568
|
+
"TransactionStartTime": {
|
|
1569
|
+
"type": "timestamp"
|
|
1570
|
+
},
|
|
1571
|
+
"TransactionEndTime": {
|
|
1572
|
+
"type": "timestamp"
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
"S2a": {
|
|
809
1577
|
"type": "structure",
|
|
810
1578
|
"members": {
|
|
811
1579
|
"DataLakeAdmins": {
|
|
812
1580
|
"type": "list",
|
|
813
1581
|
"member": {
|
|
814
|
-
"shape": "
|
|
1582
|
+
"shape": "Sy"
|
|
815
1583
|
}
|
|
816
1584
|
},
|
|
817
1585
|
"CreateDatabaseDefaultPermissions": {
|
|
818
|
-
"shape": "
|
|
1586
|
+
"shape": "S2c"
|
|
819
1587
|
},
|
|
820
1588
|
"CreateTableDefaultPermissions": {
|
|
821
|
-
"shape": "
|
|
1589
|
+
"shape": "S2c"
|
|
822
1590
|
},
|
|
823
1591
|
"TrustedResourceOwners": {
|
|
824
1592
|
"type": "list",
|
|
@@ -826,36 +1594,36 @@
|
|
|
826
1594
|
}
|
|
827
1595
|
}
|
|
828
1596
|
},
|
|
829
|
-
"
|
|
1597
|
+
"S2c": {
|
|
830
1598
|
"type": "list",
|
|
831
1599
|
"member": {
|
|
832
1600
|
"type": "structure",
|
|
833
1601
|
"members": {
|
|
834
1602
|
"Principal": {
|
|
835
|
-
"shape": "
|
|
1603
|
+
"shape": "Sy"
|
|
836
1604
|
},
|
|
837
1605
|
"Permissions": {
|
|
838
|
-
"shape": "
|
|
1606
|
+
"shape": "S10"
|
|
839
1607
|
}
|
|
840
1608
|
}
|
|
841
1609
|
}
|
|
842
1610
|
},
|
|
843
|
-
"
|
|
1611
|
+
"S2j": {
|
|
844
1612
|
"type": "list",
|
|
845
1613
|
"member": {
|
|
846
1614
|
"type": "structure",
|
|
847
1615
|
"members": {
|
|
848
1616
|
"Principal": {
|
|
849
|
-
"shape": "
|
|
1617
|
+
"shape": "Sy"
|
|
850
1618
|
},
|
|
851
1619
|
"Resource": {
|
|
852
1620
|
"shape": "S3"
|
|
853
1621
|
},
|
|
854
1622
|
"Permissions": {
|
|
855
|
-
"shape": "
|
|
1623
|
+
"shape": "S10"
|
|
856
1624
|
},
|
|
857
1625
|
"PermissionsWithGrantOption": {
|
|
858
|
-
"shape": "
|
|
1626
|
+
"shape": "S10"
|
|
859
1627
|
},
|
|
860
1628
|
"AdditionalDetails": {
|
|
861
1629
|
"type": "structure",
|
|
@@ -869,17 +1637,26 @@
|
|
|
869
1637
|
}
|
|
870
1638
|
}
|
|
871
1639
|
},
|
|
872
|
-
"
|
|
1640
|
+
"S37": {
|
|
873
1641
|
"type": "list",
|
|
874
1642
|
"member": {
|
|
875
1643
|
"type": "structure",
|
|
876
1644
|
"members": {
|
|
877
1645
|
"Name": {},
|
|
878
1646
|
"LFTags": {
|
|
879
|
-
"shape": "
|
|
1647
|
+
"shape": "Sn"
|
|
880
1648
|
}
|
|
881
1649
|
}
|
|
882
1650
|
}
|
|
1651
|
+
},
|
|
1652
|
+
"S3e": {
|
|
1653
|
+
"type": "list",
|
|
1654
|
+
"member": {}
|
|
1655
|
+
},
|
|
1656
|
+
"S4o": {
|
|
1657
|
+
"type": "map",
|
|
1658
|
+
"key": {},
|
|
1659
|
+
"value": {}
|
|
883
1660
|
}
|
|
884
1661
|
}
|
|
885
1662
|
}
|