@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
|
@@ -20,11 +20,11 @@ declare class QuickSight extends Service {
|
|
|
20
20
|
*/
|
|
21
21
|
cancelIngestion(callback?: (err: AWSError, data: QuickSight.Types.CancelIngestionResponse) => void): Request<QuickSight.Types.CancelIngestionResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Creates Amazon QuickSight customizations the current Amazon Web Services Region
|
|
23
|
+
* Creates Amazon QuickSight customizations the current Amazon Web Services Region. Currently, you can add a custom default theme by using the CreateAccountCustomization or UpdateAccountCustomization API operation. To further customize Amazon QuickSight by removing Amazon QuickSight sample assets and videos for all new users, see Customizing Amazon QuickSight in the Amazon QuickSight User Guide. You can create customizations for your Amazon Web Services account or, if you specify a namespace, for a QuickSight namespace instead. Customizations that apply to a namespace always override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the DescribeAccountCustomization API operation. Before you use the CreateAccountCustomization API operation to add a theme as the namespace default, make sure that you first share the theme with the namespace. If you don't share it with the namespace, the theme isn't visible to your users even if you make it the default theme. To check if the theme is shared, view the current permissions by using the DescribeThemePermissions API operation. To share the theme, grant permissions by using the UpdateThemePermissions API operation.
|
|
24
24
|
*/
|
|
25
25
|
createAccountCustomization(params: QuickSight.Types.CreateAccountCustomizationRequest, callback?: (err: AWSError, data: QuickSight.Types.CreateAccountCustomizationResponse) => void): Request<QuickSight.Types.CreateAccountCustomizationResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* Creates Amazon QuickSight customizations the current Amazon Web Services Region
|
|
27
|
+
* Creates Amazon QuickSight customizations the current Amazon Web Services Region. Currently, you can add a custom default theme by using the CreateAccountCustomization or UpdateAccountCustomization API operation. To further customize Amazon QuickSight by removing Amazon QuickSight sample assets and videos for all new users, see Customizing Amazon QuickSight in the Amazon QuickSight User Guide. You can create customizations for your Amazon Web Services account or, if you specify a namespace, for a QuickSight namespace instead. Customizations that apply to a namespace always override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the DescribeAccountCustomization API operation. Before you use the CreateAccountCustomization API operation to add a theme as the namespace default, make sure that you first share the theme with the namespace. If you don't share it with the namespace, the theme isn't visible to your users even if you make it the default theme. To check if the theme is shared, view the current permissions by using the DescribeThemePermissions API operation. To share the theme, grant permissions by using the UpdateThemePermissions API operation.
|
|
28
28
|
*/
|
|
29
29
|
createAccountCustomization(callback?: (err: AWSError, data: QuickSight.Types.CreateAccountCustomizationResponse) => void): Request<QuickSight.Types.CreateAccountCustomizationResponse, AWSError>;
|
|
30
30
|
/**
|
|
@@ -92,11 +92,11 @@ declare class QuickSight extends Service {
|
|
|
92
92
|
*/
|
|
93
93
|
createGroupMembership(callback?: (err: AWSError, data: QuickSight.Types.CreateGroupMembershipResponse) => void): Request<QuickSight.Types.CreateGroupMembershipResponse, AWSError>;
|
|
94
94
|
/**
|
|
95
|
-
* Creates an assignment with one specified
|
|
95
|
+
* Creates an assignment with one specified IAM policy, identified by its Amazon Resource Name (ARN). This policy assignment is attached to the specified groups or users of Amazon QuickSight. Assignment names are unique per Amazon Web Services account. To avoid overwriting rules in other namespaces, use assignment names that are unique.
|
|
96
96
|
*/
|
|
97
97
|
createIAMPolicyAssignment(params: QuickSight.Types.CreateIAMPolicyAssignmentRequest, callback?: (err: AWSError, data: QuickSight.Types.CreateIAMPolicyAssignmentResponse) => void): Request<QuickSight.Types.CreateIAMPolicyAssignmentResponse, AWSError>;
|
|
98
98
|
/**
|
|
99
|
-
* Creates an assignment with one specified
|
|
99
|
+
* Creates an assignment with one specified IAM policy, identified by its Amazon Resource Name (ARN). This policy assignment is attached to the specified groups or users of Amazon QuickSight. Assignment names are unique per Amazon Web Services account. To avoid overwriting rules in other namespaces, use assignment names that are unique.
|
|
100
100
|
*/
|
|
101
101
|
createIAMPolicyAssignment(callback?: (err: AWSError, data: QuickSight.Types.CreateIAMPolicyAssignmentResponse) => void): Request<QuickSight.Types.CreateIAMPolicyAssignmentResponse, AWSError>;
|
|
102
102
|
/**
|
|
@@ -148,11 +148,11 @@ declare class QuickSight extends Service {
|
|
|
148
148
|
*/
|
|
149
149
|
createThemeAlias(callback?: (err: AWSError, data: QuickSight.Types.CreateThemeAliasResponse) => void): Request<QuickSight.Types.CreateThemeAliasResponse, AWSError>;
|
|
150
150
|
/**
|
|
151
|
-
* Deletes all Amazon QuickSight customizations in this Amazon Web Services Region
|
|
151
|
+
* Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified Amazon Web Services account and Amazon QuickSight namespace.
|
|
152
152
|
*/
|
|
153
153
|
deleteAccountCustomization(params: QuickSight.Types.DeleteAccountCustomizationRequest, callback?: (err: AWSError, data: QuickSight.Types.DeleteAccountCustomizationResponse) => void): Request<QuickSight.Types.DeleteAccountCustomizationResponse, AWSError>;
|
|
154
154
|
/**
|
|
155
|
-
* Deletes all Amazon QuickSight customizations in this Amazon Web Services Region
|
|
155
|
+
* Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified Amazon Web Services account and Amazon QuickSight namespace.
|
|
156
156
|
*/
|
|
157
157
|
deleteAccountCustomization(callback?: (err: AWSError, data: QuickSight.Types.DeleteAccountCustomizationResponse) => void): Request<QuickSight.Types.DeleteAccountCustomizationResponse, AWSError>;
|
|
158
158
|
/**
|
|
@@ -220,11 +220,11 @@ declare class QuickSight extends Service {
|
|
|
220
220
|
*/
|
|
221
221
|
deleteGroupMembership(callback?: (err: AWSError, data: QuickSight.Types.DeleteGroupMembershipResponse) => void): Request<QuickSight.Types.DeleteGroupMembershipResponse, AWSError>;
|
|
222
222
|
/**
|
|
223
|
-
* Deletes an existing
|
|
223
|
+
* Deletes an existing IAM policy assignment.
|
|
224
224
|
*/
|
|
225
225
|
deleteIAMPolicyAssignment(params: QuickSight.Types.DeleteIAMPolicyAssignmentRequest, callback?: (err: AWSError, data: QuickSight.Types.DeleteIAMPolicyAssignmentResponse) => void): Request<QuickSight.Types.DeleteIAMPolicyAssignmentResponse, AWSError>;
|
|
226
226
|
/**
|
|
227
|
-
* Deletes an existing
|
|
227
|
+
* Deletes an existing IAM policy assignment.
|
|
228
228
|
*/
|
|
229
229
|
deleteIAMPolicyAssignment(callback?: (err: AWSError, data: QuickSight.Types.DeleteIAMPolicyAssignmentResponse) => void): Request<QuickSight.Types.DeleteIAMPolicyAssignmentResponse, AWSError>;
|
|
230
230
|
/**
|
|
@@ -284,11 +284,11 @@ declare class QuickSight extends Service {
|
|
|
284
284
|
*/
|
|
285
285
|
deleteUserByPrincipalId(callback?: (err: AWSError, data: QuickSight.Types.DeleteUserByPrincipalIdResponse) => void): Request<QuickSight.Types.DeleteUserByPrincipalIdResponse, AWSError>;
|
|
286
286
|
/**
|
|
287
|
-
* Describes the customizations associated with the provided Amazon Web Services account and Amazon Amazon QuickSight namespace in an Amazon Web Services Region
|
|
287
|
+
* Describes the customizations associated with the provided Amazon Web Services account and Amazon Amazon QuickSight namespace in an Amazon Web Services Region. The Amazon QuickSight console evaluates which customizations to apply by running this API operation with the Resolved flag included. To determine what customizations display when you run this command, it can help to visualize the relationship of the entities involved. Amazon Web Services account - The Amazon Web Services account exists at the top of the hierarchy. It has the potential to use all of the Amazon Web Services Regions and Amazon Web Services Services. When you subscribe to Amazon QuickSight, you choose one Amazon Web Services Region to use as your home Region. That's where your free SPICE capacity is located. You can use Amazon QuickSight in any supported Amazon Web Services Region. Amazon Web Services Region - In each Amazon Web Services Region where you sign in to Amazon QuickSight at least once, Amazon QuickSight acts as a separate instance of the same service. If you have a user directory, it resides in us-east-1, which is the US East (N. Virginia). Generally speaking, these users have access to Amazon QuickSight in any Amazon Web Services Region, unless they are constrained to a namespace. To run the command in a different Amazon Web Services Region, you change your Region settings. If you're using the CLI, you can use one of the following options: Use command line options. Use named profiles. Run aws configure to change your default Amazon Web Services Region. Use Enter to key the same settings for your keys. For more information, see Configuring the CLI. Namespace - A QuickSight namespace is a partition that contains users and assets (data sources, datasets, dashboards, and so on). To access assets that are in a specific namespace, users and groups must also be part of the same namespace. People who share a namespace are completely isolated from users and assets in other namespaces, even if they are in the same Amazon Web Services account and Amazon Web Services Region. Applied customizations - Within an Amazon Web Services Region, a set of Amazon QuickSight customizations can apply to an Amazon Web Services account or to a namespace. Settings that you apply to a namespace override settings that you apply to an Amazon Web Services account. All settings are isolated to a single Amazon Web Services Region. To apply them in other Amazon Web Services Regions, run the CreateAccountCustomization command in each Amazon Web Services Region where you want to apply the same customizations.
|
|
288
288
|
*/
|
|
289
289
|
describeAccountCustomization(params: QuickSight.Types.DescribeAccountCustomizationRequest, callback?: (err: AWSError, data: QuickSight.Types.DescribeAccountCustomizationResponse) => void): Request<QuickSight.Types.DescribeAccountCustomizationResponse, AWSError>;
|
|
290
290
|
/**
|
|
291
|
-
* Describes the customizations associated with the provided Amazon Web Services account and Amazon Amazon QuickSight namespace in an Amazon Web Services Region
|
|
291
|
+
* Describes the customizations associated with the provided Amazon Web Services account and Amazon Amazon QuickSight namespace in an Amazon Web Services Region. The Amazon QuickSight console evaluates which customizations to apply by running this API operation with the Resolved flag included. To determine what customizations display when you run this command, it can help to visualize the relationship of the entities involved. Amazon Web Services account - The Amazon Web Services account exists at the top of the hierarchy. It has the potential to use all of the Amazon Web Services Regions and Amazon Web Services Services. When you subscribe to Amazon QuickSight, you choose one Amazon Web Services Region to use as your home Region. That's where your free SPICE capacity is located. You can use Amazon QuickSight in any supported Amazon Web Services Region. Amazon Web Services Region - In each Amazon Web Services Region where you sign in to Amazon QuickSight at least once, Amazon QuickSight acts as a separate instance of the same service. If you have a user directory, it resides in us-east-1, which is the US East (N. Virginia). Generally speaking, these users have access to Amazon QuickSight in any Amazon Web Services Region, unless they are constrained to a namespace. To run the command in a different Amazon Web Services Region, you change your Region settings. If you're using the CLI, you can use one of the following options: Use command line options. Use named profiles. Run aws configure to change your default Amazon Web Services Region. Use Enter to key the same settings for your keys. For more information, see Configuring the CLI. Namespace - A QuickSight namespace is a partition that contains users and assets (data sources, datasets, dashboards, and so on). To access assets that are in a specific namespace, users and groups must also be part of the same namespace. People who share a namespace are completely isolated from users and assets in other namespaces, even if they are in the same Amazon Web Services account and Amazon Web Services Region. Applied customizations - Within an Amazon Web Services Region, a set of Amazon QuickSight customizations can apply to an Amazon Web Services account or to a namespace. Settings that you apply to a namespace override settings that you apply to an Amazon Web Services account. All settings are isolated to a single Amazon Web Services Region. To apply them in other Amazon Web Services Regions, run the CreateAccountCustomization command in each Amazon Web Services Region where you want to apply the same customizations.
|
|
292
292
|
*/
|
|
293
293
|
describeAccountCustomization(callback?: (err: AWSError, data: QuickSight.Types.DescribeAccountCustomizationResponse) => void): Request<QuickSight.Types.DescribeAccountCustomizationResponse, AWSError>;
|
|
294
294
|
/**
|
|
@@ -396,11 +396,11 @@ declare class QuickSight extends Service {
|
|
|
396
396
|
*/
|
|
397
397
|
describeGroup(callback?: (err: AWSError, data: QuickSight.Types.DescribeGroupResponse) => void): Request<QuickSight.Types.DescribeGroupResponse, AWSError>;
|
|
398
398
|
/**
|
|
399
|
-
* Describes an existing
|
|
399
|
+
* Describes an existing IAM policy assignment, as specified by the assignment name.
|
|
400
400
|
*/
|
|
401
401
|
describeIAMPolicyAssignment(params: QuickSight.Types.DescribeIAMPolicyAssignmentRequest, callback?: (err: AWSError, data: QuickSight.Types.DescribeIAMPolicyAssignmentResponse) => void): Request<QuickSight.Types.DescribeIAMPolicyAssignmentResponse, AWSError>;
|
|
402
402
|
/**
|
|
403
|
-
* Describes an existing
|
|
403
|
+
* Describes an existing IAM policy assignment, as specified by the assignment name.
|
|
404
404
|
*/
|
|
405
405
|
describeIAMPolicyAssignment(callback?: (err: AWSError, data: QuickSight.Types.DescribeIAMPolicyAssignmentResponse) => void): Request<QuickSight.Types.DescribeIAMPolicyAssignmentResponse, AWSError>;
|
|
406
406
|
/**
|
|
@@ -411,6 +411,14 @@ declare class QuickSight extends Service {
|
|
|
411
411
|
* Describes a SPICE ingestion.
|
|
412
412
|
*/
|
|
413
413
|
describeIngestion(callback?: (err: AWSError, data: QuickSight.Types.DescribeIngestionResponse) => void): Request<QuickSight.Types.DescribeIngestionResponse, AWSError>;
|
|
414
|
+
/**
|
|
415
|
+
* Provides a summary and status of IP rules.
|
|
416
|
+
*/
|
|
417
|
+
describeIpRestriction(params: QuickSight.Types.DescribeIpRestrictionRequest, callback?: (err: AWSError, data: QuickSight.Types.DescribeIpRestrictionResponse) => void): Request<QuickSight.Types.DescribeIpRestrictionResponse, AWSError>;
|
|
418
|
+
/**
|
|
419
|
+
* Provides a summary and status of IP rules.
|
|
420
|
+
*/
|
|
421
|
+
describeIpRestriction(callback?: (err: AWSError, data: QuickSight.Types.DescribeIpRestrictionResponse) => void): Request<QuickSight.Types.DescribeIpRestrictionResponse, AWSError>;
|
|
414
422
|
/**
|
|
415
423
|
* Describes the current namespace.
|
|
416
424
|
*/
|
|
@@ -532,19 +540,19 @@ declare class QuickSight extends Service {
|
|
|
532
540
|
*/
|
|
533
541
|
listDashboards(callback?: (err: AWSError, data: QuickSight.Types.ListDashboardsResponse) => void): Request<QuickSight.Types.ListDashboardsResponse, AWSError>;
|
|
534
542
|
/**
|
|
535
|
-
* Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region
|
|
543
|
+
* Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region. The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/*.
|
|
536
544
|
*/
|
|
537
545
|
listDataSets(params: QuickSight.Types.ListDataSetsRequest, callback?: (err: AWSError, data: QuickSight.Types.ListDataSetsResponse) => void): Request<QuickSight.Types.ListDataSetsResponse, AWSError>;
|
|
538
546
|
/**
|
|
539
|
-
* Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region
|
|
547
|
+
* Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region. The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/*.
|
|
540
548
|
*/
|
|
541
549
|
listDataSets(callback?: (err: AWSError, data: QuickSight.Types.ListDataSetsResponse) => void): Request<QuickSight.Types.ListDataSetsResponse, AWSError>;
|
|
542
550
|
/**
|
|
543
|
-
* Lists data sources in current Amazon Web Services Region
|
|
551
|
+
* Lists data sources in current Amazon Web Services Region that belong to this Amazon Web Services account.
|
|
544
552
|
*/
|
|
545
553
|
listDataSources(params: QuickSight.Types.ListDataSourcesRequest, callback?: (err: AWSError, data: QuickSight.Types.ListDataSourcesResponse) => void): Request<QuickSight.Types.ListDataSourcesResponse, AWSError>;
|
|
546
554
|
/**
|
|
547
|
-
* Lists data sources in current Amazon Web Services Region
|
|
555
|
+
* Lists data sources in current Amazon Web Services Region that belong to this Amazon Web Services account.
|
|
548
556
|
*/
|
|
549
557
|
listDataSources(callback?: (err: AWSError, data: QuickSight.Types.ListDataSourcesResponse) => void): Request<QuickSight.Types.ListDataSourcesResponse, AWSError>;
|
|
550
558
|
/**
|
|
@@ -580,19 +588,19 @@ declare class QuickSight extends Service {
|
|
|
580
588
|
*/
|
|
581
589
|
listGroups(callback?: (err: AWSError, data: QuickSight.Types.ListGroupsResponse) => void): Request<QuickSight.Types.ListGroupsResponse, AWSError>;
|
|
582
590
|
/**
|
|
583
|
-
* Lists
|
|
591
|
+
* Lists IAM policy assignments in the current Amazon QuickSight account.
|
|
584
592
|
*/
|
|
585
593
|
listIAMPolicyAssignments(params: QuickSight.Types.ListIAMPolicyAssignmentsRequest, callback?: (err: AWSError, data: QuickSight.Types.ListIAMPolicyAssignmentsResponse) => void): Request<QuickSight.Types.ListIAMPolicyAssignmentsResponse, AWSError>;
|
|
586
594
|
/**
|
|
587
|
-
* Lists
|
|
595
|
+
* Lists IAM policy assignments in the current Amazon QuickSight account.
|
|
588
596
|
*/
|
|
589
597
|
listIAMPolicyAssignments(callback?: (err: AWSError, data: QuickSight.Types.ListIAMPolicyAssignmentsResponse) => void): Request<QuickSight.Types.ListIAMPolicyAssignmentsResponse, AWSError>;
|
|
590
598
|
/**
|
|
591
|
-
* Lists all the
|
|
599
|
+
* Lists all the IAM policy assignments, including the Amazon Resource Names (ARNs) for the IAM policies assigned to the specified user and group or groups that the user belongs to.
|
|
592
600
|
*/
|
|
593
601
|
listIAMPolicyAssignmentsForUser(params: QuickSight.Types.ListIAMPolicyAssignmentsForUserRequest, callback?: (err: AWSError, data: QuickSight.Types.ListIAMPolicyAssignmentsForUserResponse) => void): Request<QuickSight.Types.ListIAMPolicyAssignmentsForUserResponse, AWSError>;
|
|
594
602
|
/**
|
|
595
|
-
* Lists all the
|
|
603
|
+
* Lists all the IAM policy assignments, including the Amazon Resource Names (ARNs) for the IAM policies assigned to the specified user and group or groups that the user belongs to.
|
|
596
604
|
*/
|
|
597
605
|
listIAMPolicyAssignmentsForUser(callback?: (err: AWSError, data: QuickSight.Types.ListIAMPolicyAssignmentsForUserResponse) => void): Request<QuickSight.Types.ListIAMPolicyAssignmentsForUserResponse, AWSError>;
|
|
598
606
|
/**
|
|
@@ -684,11 +692,11 @@ declare class QuickSight extends Service {
|
|
|
684
692
|
*/
|
|
685
693
|
listUsers(callback?: (err: AWSError, data: QuickSight.Types.ListUsersResponse) => void): Request<QuickSight.Types.ListUsersResponse, AWSError>;
|
|
686
694
|
/**
|
|
687
|
-
* Creates an Amazon QuickSight user, whose identity is associated with the
|
|
695
|
+
* Creates an Amazon QuickSight user, whose identity is associated with the Identity and Access Management (IAM) identity or role specified in the request.
|
|
688
696
|
*/
|
|
689
697
|
registerUser(params: QuickSight.Types.RegisterUserRequest, callback?: (err: AWSError, data: QuickSight.Types.RegisterUserResponse) => void): Request<QuickSight.Types.RegisterUserResponse, AWSError>;
|
|
690
698
|
/**
|
|
691
|
-
* Creates an Amazon QuickSight user, whose identity is associated with the
|
|
699
|
+
* Creates an Amazon QuickSight user, whose identity is associated with the Identity and Access Management (IAM) identity or role specified in the request.
|
|
692
700
|
*/
|
|
693
701
|
registerUser(callback?: (err: AWSError, data: QuickSight.Types.RegisterUserResponse) => void): Request<QuickSight.Types.RegisterUserResponse, AWSError>;
|
|
694
702
|
/**
|
|
@@ -724,11 +732,11 @@ declare class QuickSight extends Service {
|
|
|
724
732
|
*/
|
|
725
733
|
searchFolders(callback?: (err: AWSError, data: QuickSight.Types.SearchFoldersResponse) => void): Request<QuickSight.Types.SearchFoldersResponse, AWSError>;
|
|
726
734
|
/**
|
|
727
|
-
* Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data set, data source, dashboard, and template. Tagging for Amazon QuickSight works in a similar way to tagging for other
|
|
735
|
+
* Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data set, data source, dashboard, and template. Tagging for Amazon QuickSight works in a similar way to tagging for other Amazon Web Services services, except for the following: You can't use tags to track costs for Amazon QuickSight. This isn't possible because you can't tag the resources that Amazon QuickSight costs are based on, for example Amazon QuickSight storage capacity (SPICE), number of users, type of users, and usage metrics. Amazon QuickSight doesn't currently support the tag editor for Resource Groups.
|
|
728
736
|
*/
|
|
729
737
|
tagResource(params: QuickSight.Types.TagResourceRequest, callback?: (err: AWSError, data: QuickSight.Types.TagResourceResponse) => void): Request<QuickSight.Types.TagResourceResponse, AWSError>;
|
|
730
738
|
/**
|
|
731
|
-
* Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data set, data source, dashboard, and template. Tagging for Amazon QuickSight works in a similar way to tagging for other
|
|
739
|
+
* Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data set, data source, dashboard, and template. Tagging for Amazon QuickSight works in a similar way to tagging for other Amazon Web Services services, except for the following: You can't use tags to track costs for Amazon QuickSight. This isn't possible because you can't tag the resources that Amazon QuickSight costs are based on, for example Amazon QuickSight storage capacity (SPICE), number of users, type of users, and usage metrics. Amazon QuickSight doesn't currently support the tag editor for Resource Groups.
|
|
732
740
|
*/
|
|
733
741
|
tagResource(callback?: (err: AWSError, data: QuickSight.Types.TagResourceResponse) => void): Request<QuickSight.Types.TagResourceResponse, AWSError>;
|
|
734
742
|
/**
|
|
@@ -740,11 +748,11 @@ declare class QuickSight extends Service {
|
|
|
740
748
|
*/
|
|
741
749
|
untagResource(callback?: (err: AWSError, data: QuickSight.Types.UntagResourceResponse) => void): Request<QuickSight.Types.UntagResourceResponse, AWSError>;
|
|
742
750
|
/**
|
|
743
|
-
* Updates Amazon QuickSight customizations the current Amazon Web Services Region
|
|
751
|
+
* Updates Amazon QuickSight customizations the current Amazon Web Services Region. Currently, the only customization you can use is a theme. You can use customizations for your Amazon Web Services account or, if you specify a namespace, for a Amazon QuickSight namespace instead. Customizations that apply to a namespace override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the DescribeAccountCustomization API operation.
|
|
744
752
|
*/
|
|
745
753
|
updateAccountCustomization(params: QuickSight.Types.UpdateAccountCustomizationRequest, callback?: (err: AWSError, data: QuickSight.Types.UpdateAccountCustomizationResponse) => void): Request<QuickSight.Types.UpdateAccountCustomizationResponse, AWSError>;
|
|
746
754
|
/**
|
|
747
|
-
* Updates Amazon QuickSight customizations the current Amazon Web Services Region
|
|
755
|
+
* Updates Amazon QuickSight customizations the current Amazon Web Services Region. Currently, the only customization you can use is a theme. You can use customizations for your Amazon Web Services account or, if you specify a namespace, for a Amazon QuickSight namespace instead. Customizations that apply to a namespace override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the DescribeAccountCustomization API operation.
|
|
748
756
|
*/
|
|
749
757
|
updateAccountCustomization(callback?: (err: AWSError, data: QuickSight.Types.UpdateAccountCustomizationResponse) => void): Request<QuickSight.Types.UpdateAccountCustomizationResponse, AWSError>;
|
|
750
758
|
/**
|
|
@@ -772,11 +780,11 @@ declare class QuickSight extends Service {
|
|
|
772
780
|
*/
|
|
773
781
|
updateAnalysisPermissions(callback?: (err: AWSError, data: QuickSight.Types.UpdateAnalysisPermissionsResponse) => void): Request<QuickSight.Types.UpdateAnalysisPermissionsResponse, AWSError>;
|
|
774
782
|
/**
|
|
775
|
-
* Updates a dashboard in an Amazon Web Services account. Updating a Dashboard creates a new dashboard version but does not immediately publish the new version. You can update the published version of a dashboard by using the
|
|
783
|
+
* Updates a dashboard in an Amazon Web Services account. Updating a Dashboard creates a new dashboard version but does not immediately publish the new version. You can update the published version of a dashboard by using the UpdateDashboardPublishedVersion API operation.
|
|
776
784
|
*/
|
|
777
785
|
updateDashboard(params: QuickSight.Types.UpdateDashboardRequest, callback?: (err: AWSError, data: QuickSight.Types.UpdateDashboardResponse) => void): Request<QuickSight.Types.UpdateDashboardResponse, AWSError>;
|
|
778
786
|
/**
|
|
779
|
-
* Updates a dashboard in an Amazon Web Services account. Updating a Dashboard creates a new dashboard version but does not immediately publish the new version. You can update the published version of a dashboard by using the
|
|
787
|
+
* Updates a dashboard in an Amazon Web Services account. Updating a Dashboard creates a new dashboard version but does not immediately publish the new version. You can update the published version of a dashboard by using the UpdateDashboardPublishedVersion API operation.
|
|
780
788
|
*/
|
|
781
789
|
updateDashboard(callback?: (err: AWSError, data: QuickSight.Types.UpdateDashboardResponse) => void): Request<QuickSight.Types.UpdateDashboardResponse, AWSError>;
|
|
782
790
|
/**
|
|
@@ -852,13 +860,21 @@ declare class QuickSight extends Service {
|
|
|
852
860
|
*/
|
|
853
861
|
updateGroup(callback?: (err: AWSError, data: QuickSight.Types.UpdateGroupResponse) => void): Request<QuickSight.Types.UpdateGroupResponse, AWSError>;
|
|
854
862
|
/**
|
|
855
|
-
* Updates an existing
|
|
863
|
+
* Updates an existing IAM policy assignment. This operation updates only the optional parameter or parameters that are specified in the request. This overwrites all of the users included in Identities.
|
|
856
864
|
*/
|
|
857
865
|
updateIAMPolicyAssignment(params: QuickSight.Types.UpdateIAMPolicyAssignmentRequest, callback?: (err: AWSError, data: QuickSight.Types.UpdateIAMPolicyAssignmentResponse) => void): Request<QuickSight.Types.UpdateIAMPolicyAssignmentResponse, AWSError>;
|
|
858
866
|
/**
|
|
859
|
-
* Updates an existing
|
|
867
|
+
* Updates an existing IAM policy assignment. This operation updates only the optional parameter or parameters that are specified in the request. This overwrites all of the users included in Identities.
|
|
860
868
|
*/
|
|
861
869
|
updateIAMPolicyAssignment(callback?: (err: AWSError, data: QuickSight.Types.UpdateIAMPolicyAssignmentResponse) => void): Request<QuickSight.Types.UpdateIAMPolicyAssignmentResponse, AWSError>;
|
|
870
|
+
/**
|
|
871
|
+
* Updates the content and status of IP rules. To use this operation, you need to provide the entire map of rules. You can use the DescribeIpRestriction operation to get the current rule map.
|
|
872
|
+
*/
|
|
873
|
+
updateIpRestriction(params: QuickSight.Types.UpdateIpRestrictionRequest, callback?: (err: AWSError, data: QuickSight.Types.UpdateIpRestrictionResponse) => void): Request<QuickSight.Types.UpdateIpRestrictionResponse, AWSError>;
|
|
874
|
+
/**
|
|
875
|
+
* Updates the content and status of IP rules. To use this operation, you need to provide the entire map of rules. You can use the DescribeIpRestriction operation to get the current rule map.
|
|
876
|
+
*/
|
|
877
|
+
updateIpRestriction(callback?: (err: AWSError, data: QuickSight.Types.UpdateIpRestrictionResponse) => void): Request<QuickSight.Types.UpdateIpRestrictionResponse, AWSError>;
|
|
862
878
|
/**
|
|
863
879
|
* Updates a template from an existing Amazon QuickSight analysis or another template.
|
|
864
880
|
*/
|
|
@@ -922,6 +938,10 @@ declare namespace QuickSight {
|
|
|
922
938
|
* The default theme for this Amazon QuickSight subscription.
|
|
923
939
|
*/
|
|
924
940
|
DefaultTheme?: Arn;
|
|
941
|
+
/**
|
|
942
|
+
* The default email customization template.
|
|
943
|
+
*/
|
|
944
|
+
DefaultEmailCustomizationTemplate?: Arn;
|
|
925
945
|
}
|
|
926
946
|
export interface AccountSettings {
|
|
927
947
|
/**
|
|
@@ -944,7 +964,7 @@ declare namespace QuickSight {
|
|
|
944
964
|
export type ActionList = String[];
|
|
945
965
|
export interface ActiveIAMPolicyAssignment {
|
|
946
966
|
/**
|
|
947
|
-
* A name for the
|
|
967
|
+
* A name for the IAM policy assignment.
|
|
948
968
|
*/
|
|
949
969
|
AssignmentName?: IAMPolicyAssignmentName;
|
|
950
970
|
/**
|
|
@@ -963,7 +983,13 @@ declare namespace QuickSight {
|
|
|
963
983
|
export type AliasName = string;
|
|
964
984
|
export interface AmazonElasticsearchParameters {
|
|
965
985
|
/**
|
|
966
|
-
* The
|
|
986
|
+
* The OpenSearch domain.
|
|
987
|
+
*/
|
|
988
|
+
Domain: Domain;
|
|
989
|
+
}
|
|
990
|
+
export interface AmazonOpenSearchParameters {
|
|
991
|
+
/**
|
|
992
|
+
* The OpenSearch domain.
|
|
967
993
|
*/
|
|
968
994
|
Domain: Domain;
|
|
969
995
|
}
|
|
@@ -1089,7 +1115,7 @@ declare namespace QuickSight {
|
|
|
1089
1115
|
}
|
|
1090
1116
|
export interface AnonymousUserEmbeddingExperienceConfiguration {
|
|
1091
1117
|
/**
|
|
1092
|
-
* The type of embedding experience. In this case,
|
|
1118
|
+
* The type of embedding experience. In this case, Amazon QuickSight dashboards.
|
|
1093
1119
|
*/
|
|
1094
1120
|
Dashboard?: AnonymousUserDashboardEmbeddingConfiguration;
|
|
1095
1121
|
}
|
|
@@ -1145,6 +1171,7 @@ declare namespace QuickSight {
|
|
|
1145
1171
|
*/
|
|
1146
1172
|
Show?: boolean;
|
|
1147
1173
|
}
|
|
1174
|
+
export type CIDR = string;
|
|
1148
1175
|
export interface CalculatedColumn {
|
|
1149
1176
|
/**
|
|
1150
1177
|
* Column name.
|
|
@@ -1168,7 +1195,7 @@ declare namespace QuickSight {
|
|
|
1168
1195
|
/**
|
|
1169
1196
|
* The ID of the dataset used in the ingestion.
|
|
1170
1197
|
*/
|
|
1171
|
-
DataSetId:
|
|
1198
|
+
DataSetId: String;
|
|
1172
1199
|
/**
|
|
1173
1200
|
* An ID for the ingestion.
|
|
1174
1201
|
*/
|
|
@@ -1186,7 +1213,7 @@ declare namespace QuickSight {
|
|
|
1186
1213
|
/**
|
|
1187
1214
|
* The Amazon Web Services request ID for this operation.
|
|
1188
1215
|
*/
|
|
1189
|
-
RequestId?:
|
|
1216
|
+
RequestId?: String;
|
|
1190
1217
|
/**
|
|
1191
1218
|
* The HTTP status of the request.
|
|
1192
1219
|
*/
|
|
@@ -1297,7 +1324,7 @@ declare namespace QuickSight {
|
|
|
1297
1324
|
*/
|
|
1298
1325
|
Namespace?: Namespace;
|
|
1299
1326
|
/**
|
|
1300
|
-
* The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region
|
|
1327
|
+
* The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region. You can add these to an Amazon Web Services account and a QuickSight namespace. For example, you can add a default theme by setting AccountCustomization to the midnight theme: "AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }. Or, you can add a custom theme by specifying "AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }.
|
|
1301
1328
|
*/
|
|
1302
1329
|
AccountCustomization: AccountCustomization;
|
|
1303
1330
|
/**
|
|
@@ -1319,7 +1346,7 @@ declare namespace QuickSight {
|
|
|
1319
1346
|
*/
|
|
1320
1347
|
Namespace?: Namespace;
|
|
1321
1348
|
/**
|
|
1322
|
-
* The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region
|
|
1349
|
+
* The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region.
|
|
1323
1350
|
*/
|
|
1324
1351
|
AccountCustomization?: AccountCustomization;
|
|
1325
1352
|
/**
|
|
@@ -1399,7 +1426,7 @@ declare namespace QuickSight {
|
|
|
1399
1426
|
*/
|
|
1400
1427
|
AwsAccountId: AwsAccountId;
|
|
1401
1428
|
/**
|
|
1402
|
-
* The ID for the dashboard, also added to the
|
|
1429
|
+
* The ID for the dashboard, also added to the IAM policy.
|
|
1403
1430
|
*/
|
|
1404
1431
|
DashboardId: RestrictiveResourceId;
|
|
1405
1432
|
/**
|
|
@@ -1411,11 +1438,11 @@ declare namespace QuickSight {
|
|
|
1411
1438
|
*/
|
|
1412
1439
|
Parameters?: Parameters;
|
|
1413
1440
|
/**
|
|
1414
|
-
* A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of
|
|
1441
|
+
* A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN. To specify no permissions, omit the permissions list.
|
|
1415
1442
|
*/
|
|
1416
1443
|
Permissions?: ResourcePermissionList;
|
|
1417
1444
|
/**
|
|
1418
|
-
* The entity that you are using as a source when you create the dashboard. In SourceEntity, you specify the type of object you're using as source. You can only create a dashboard from a template, so you use a SourceTemplate entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the
|
|
1445
|
+
* The entity that you are using as a source when you create the dashboard. In SourceEntity, you specify the type of object you're using as source. You can only create a dashboard from a template, so you use a SourceTemplate entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the CreateTemplate API operation. For SourceTemplate, specify the Amazon Resource Name (ARN) of the source template. The SourceTemplateARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region. Use the DataSetReferences entity within SourceTemplate to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.
|
|
1419
1446
|
*/
|
|
1420
1447
|
SourceEntity: DashboardSourceEntity;
|
|
1421
1448
|
/**
|
|
@@ -1467,7 +1494,7 @@ declare namespace QuickSight {
|
|
|
1467
1494
|
*/
|
|
1468
1495
|
AwsAccountId: AwsAccountId;
|
|
1469
1496
|
/**
|
|
1470
|
-
* An ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region
|
|
1497
|
+
* An ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
1471
1498
|
*/
|
|
1472
1499
|
DataSetId: ResourceId;
|
|
1473
1500
|
/**
|
|
@@ -1522,7 +1549,7 @@ declare namespace QuickSight {
|
|
|
1522
1549
|
*/
|
|
1523
1550
|
Arn?: Arn;
|
|
1524
1551
|
/**
|
|
1525
|
-
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region
|
|
1552
|
+
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
1526
1553
|
*/
|
|
1527
1554
|
DataSetId?: ResourceId;
|
|
1528
1555
|
/**
|
|
@@ -1548,7 +1575,7 @@ declare namespace QuickSight {
|
|
|
1548
1575
|
*/
|
|
1549
1576
|
AwsAccountId: AwsAccountId;
|
|
1550
1577
|
/**
|
|
1551
|
-
* An ID for the data source. This ID is unique per Amazon Web Services Region
|
|
1578
|
+
* An ID for the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
1552
1579
|
*/
|
|
1553
1580
|
DataSourceId: ResourceId;
|
|
1554
1581
|
/**
|
|
@@ -1556,7 +1583,7 @@ declare namespace QuickSight {
|
|
|
1556
1583
|
*/
|
|
1557
1584
|
Name: ResourceName;
|
|
1558
1585
|
/**
|
|
1559
|
-
* The type of the data source. To return a list of all data sources, use ListDataSources. Use AMAZON_ELASTICSEARCH for Amazon
|
|
1586
|
+
* The type of the data source. To return a list of all data sources, use ListDataSources. Use AMAZON_ELASTICSEARCH for Amazon OpenSearch Service.
|
|
1560
1587
|
*/
|
|
1561
1588
|
Type: DataSourceType;
|
|
1562
1589
|
/**
|
|
@@ -1590,7 +1617,7 @@ declare namespace QuickSight {
|
|
|
1590
1617
|
*/
|
|
1591
1618
|
Arn?: Arn;
|
|
1592
1619
|
/**
|
|
1593
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
1620
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
1594
1621
|
*/
|
|
1595
1622
|
DataSourceId?: ResourceId;
|
|
1596
1623
|
/**
|
|
@@ -1608,11 +1635,11 @@ declare namespace QuickSight {
|
|
|
1608
1635
|
}
|
|
1609
1636
|
export interface CreateFolderMembershipRequest {
|
|
1610
1637
|
/**
|
|
1611
|
-
* The
|
|
1638
|
+
* The ID for the Amazon Web Services account that contains the folder.
|
|
1612
1639
|
*/
|
|
1613
1640
|
AwsAccountId: AwsAccountId;
|
|
1614
1641
|
/**
|
|
1615
|
-
* The folder
|
|
1642
|
+
* The ID of the folder.
|
|
1616
1643
|
*/
|
|
1617
1644
|
FolderId: RestrictiveResourceId;
|
|
1618
1645
|
/**
|
|
@@ -1626,7 +1653,7 @@ declare namespace QuickSight {
|
|
|
1626
1653
|
}
|
|
1627
1654
|
export interface CreateFolderMembershipResponse {
|
|
1628
1655
|
/**
|
|
1629
|
-
* The status of the
|
|
1656
|
+
* The HTTP status of the request.
|
|
1630
1657
|
*/
|
|
1631
1658
|
Status?: StatusCode;
|
|
1632
1659
|
/**
|
|
@@ -1634,17 +1661,17 @@ declare namespace QuickSight {
|
|
|
1634
1661
|
*/
|
|
1635
1662
|
FolderMember?: FolderMember;
|
|
1636
1663
|
/**
|
|
1637
|
-
* The request ID.
|
|
1664
|
+
* The Amazon Web Services request ID for this operation.
|
|
1638
1665
|
*/
|
|
1639
1666
|
RequestId?: String;
|
|
1640
1667
|
}
|
|
1641
1668
|
export interface CreateFolderRequest {
|
|
1642
1669
|
/**
|
|
1643
|
-
* The
|
|
1670
|
+
* The ID for the Amazon Web Services account where you want to create the folder.
|
|
1644
1671
|
*/
|
|
1645
1672
|
AwsAccountId: AwsAccountId;
|
|
1646
1673
|
/**
|
|
1647
|
-
* The folder
|
|
1674
|
+
* The ID of the folder.
|
|
1648
1675
|
*/
|
|
1649
1676
|
FolderId: RestrictiveResourceId;
|
|
1650
1677
|
/**
|
|
@@ -1670,7 +1697,7 @@ declare namespace QuickSight {
|
|
|
1670
1697
|
}
|
|
1671
1698
|
export interface CreateFolderResponse {
|
|
1672
1699
|
/**
|
|
1673
|
-
* The status of the
|
|
1700
|
+
* The HTTP status of the request.
|
|
1674
1701
|
*/
|
|
1675
1702
|
Status?: StatusCode;
|
|
1676
1703
|
/**
|
|
@@ -1752,7 +1779,7 @@ declare namespace QuickSight {
|
|
|
1752
1779
|
}
|
|
1753
1780
|
export interface CreateIAMPolicyAssignmentRequest {
|
|
1754
1781
|
/**
|
|
1755
|
-
* The ID of the Amazon Web Services account where you want to assign an
|
|
1782
|
+
* The ID of the Amazon Web Services account where you want to assign an IAM policy to Amazon QuickSight users or groups.
|
|
1756
1783
|
*/
|
|
1757
1784
|
AwsAccountId: AwsAccountId;
|
|
1758
1785
|
/**
|
|
@@ -1764,7 +1791,7 @@ declare namespace QuickSight {
|
|
|
1764
1791
|
*/
|
|
1765
1792
|
AssignmentStatus: AssignmentStatus;
|
|
1766
1793
|
/**
|
|
1767
|
-
* The ARN for the
|
|
1794
|
+
* The ARN for the IAM policy to apply to the Amazon QuickSight users and groups specified in this assignment.
|
|
1768
1795
|
*/
|
|
1769
1796
|
PolicyArn?: Arn;
|
|
1770
1797
|
/**
|
|
@@ -1790,11 +1817,11 @@ declare namespace QuickSight {
|
|
|
1790
1817
|
*/
|
|
1791
1818
|
AssignmentStatus?: AssignmentStatus;
|
|
1792
1819
|
/**
|
|
1793
|
-
* The ARN for the
|
|
1820
|
+
* The ARN for the IAM policy that is applied to the Amazon QuickSight users and groups specified in this assignment.
|
|
1794
1821
|
*/
|
|
1795
1822
|
PolicyArn?: Arn;
|
|
1796
1823
|
/**
|
|
1797
|
-
* The Amazon QuickSight users, groups, or both that the
|
|
1824
|
+
* The Amazon QuickSight users, groups, or both that the IAM policy is assigned to.
|
|
1798
1825
|
*/
|
|
1799
1826
|
Identities?: IdentityMap;
|
|
1800
1827
|
/**
|
|
@@ -1810,7 +1837,7 @@ declare namespace QuickSight {
|
|
|
1810
1837
|
/**
|
|
1811
1838
|
* The ID of the dataset used in the ingestion.
|
|
1812
1839
|
*/
|
|
1813
|
-
DataSetId:
|
|
1840
|
+
DataSetId: String;
|
|
1814
1841
|
/**
|
|
1815
1842
|
* An ID for the ingestion.
|
|
1816
1843
|
*/
|
|
@@ -1819,6 +1846,10 @@ declare namespace QuickSight {
|
|
|
1819
1846
|
* The Amazon Web Services account ID.
|
|
1820
1847
|
*/
|
|
1821
1848
|
AwsAccountId: AwsAccountId;
|
|
1849
|
+
/**
|
|
1850
|
+
* The type of ingestion that you want to create.
|
|
1851
|
+
*/
|
|
1852
|
+
IngestionType?: IngestionType;
|
|
1822
1853
|
}
|
|
1823
1854
|
export interface CreateIngestionResponse {
|
|
1824
1855
|
/**
|
|
@@ -1836,7 +1867,7 @@ declare namespace QuickSight {
|
|
|
1836
1867
|
/**
|
|
1837
1868
|
* The Amazon Web Services request ID for this operation.
|
|
1838
1869
|
*/
|
|
1839
|
-
RequestId?:
|
|
1870
|
+
RequestId?: String;
|
|
1840
1871
|
/**
|
|
1841
1872
|
* The HTTP status of the request.
|
|
1842
1873
|
*/
|
|
@@ -1940,7 +1971,7 @@ declare namespace QuickSight {
|
|
|
1940
1971
|
*/
|
|
1941
1972
|
Permissions?: ResourcePermissionList;
|
|
1942
1973
|
/**
|
|
1943
|
-
* The entity that you are using as a source when you create the template. In SourceEntity, you specify the type of object you're using as source: SourceTemplate for a template or SourceAnalysis for an analysis. Both of these require an Amazon Resource Name (ARN). For SourceTemplate, specify the ARN of the source template. For SourceAnalysis, specify the ARN of the source analysis. The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region
|
|
1974
|
+
* The entity that you are using as a source when you create the template. In SourceEntity, you specify the type of object you're using as source: SourceTemplate for a template or SourceAnalysis for an analysis. Both of these require an Amazon Resource Name (ARN). For SourceTemplate, specify the ARN of the source template. For SourceAnalysis, specify the ARN of the source analysis. The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region. Use the DataSetReferences entity within SourceTemplate or SourceAnalysis to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.
|
|
1944
1975
|
*/
|
|
1945
1976
|
SourceEntity: TemplateSourceEntity;
|
|
1946
1977
|
/**
|
|
@@ -2024,7 +2055,7 @@ declare namespace QuickSight {
|
|
|
2024
2055
|
*/
|
|
2025
2056
|
Name: ThemeName;
|
|
2026
2057
|
/**
|
|
2027
|
-
* The ID of the theme that a custom theme will inherit from. All themes inherit from one of the starting themes defined by Amazon QuickSight. For a list of the starting themes, use ListThemes or choose Themes from within
|
|
2058
|
+
* The ID of the theme that a custom theme will inherit from. All themes inherit from one of the starting themes defined by Amazon QuickSight. For a list of the starting themes, use ListThemes or choose Themes from within an analysis.
|
|
2028
2059
|
*/
|
|
2029
2060
|
BaseThemeId: RestrictiveResourceId;
|
|
2030
2061
|
/**
|
|
@@ -2464,7 +2495,7 @@ declare namespace QuickSight {
|
|
|
2464
2495
|
*/
|
|
2465
2496
|
Arn?: Arn;
|
|
2466
2497
|
/**
|
|
2467
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
2498
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
2468
2499
|
*/
|
|
2469
2500
|
DataSourceId?: ResourceId;
|
|
2470
2501
|
/**
|
|
@@ -2510,7 +2541,7 @@ declare namespace QuickSight {
|
|
|
2510
2541
|
}
|
|
2511
2542
|
export interface DataSourceCredentials {
|
|
2512
2543
|
/**
|
|
2513
|
-
* Credential pair. For more information, see
|
|
2544
|
+
* Credential pair. For more information, see CredentialPair .
|
|
2514
2545
|
*/
|
|
2515
2546
|
CredentialPair?: CredentialPair;
|
|
2516
2547
|
/**
|
|
@@ -2532,7 +2563,7 @@ declare namespace QuickSight {
|
|
|
2532
2563
|
export type DataSourceList = DataSource[];
|
|
2533
2564
|
export interface DataSourceParameters {
|
|
2534
2565
|
/**
|
|
2535
|
-
* The parameters for
|
|
2566
|
+
* The parameters for OpenSearch.
|
|
2536
2567
|
*/
|
|
2537
2568
|
AmazonElasticsearchParameters?: AmazonElasticsearchParameters;
|
|
2538
2569
|
/**
|
|
@@ -2611,9 +2642,17 @@ declare namespace QuickSight {
|
|
|
2611
2642
|
* The parameters for Twitter.
|
|
2612
2643
|
*/
|
|
2613
2644
|
TwitterParameters?: TwitterParameters;
|
|
2645
|
+
/**
|
|
2646
|
+
* The parameters for OpenSearch.
|
|
2647
|
+
*/
|
|
2648
|
+
AmazonOpenSearchParameters?: AmazonOpenSearchParameters;
|
|
2649
|
+
/**
|
|
2650
|
+
* The parameters for Exasol.
|
|
2651
|
+
*/
|
|
2652
|
+
ExasolParameters?: ExasolParameters;
|
|
2614
2653
|
}
|
|
2615
2654
|
export type DataSourceParametersList = DataSourceParameters[];
|
|
2616
|
-
export type DataSourceType = "ADOBE_ANALYTICS"|"AMAZON_ELASTICSEARCH"|"ATHENA"|"AURORA"|"AURORA_POSTGRESQL"|"AWS_IOT_ANALYTICS"|"GITHUB"|"JIRA"|"MARIADB"|"MYSQL"|"ORACLE"|"POSTGRESQL"|"PRESTO"|"REDSHIFT"|"S3"|"SALESFORCE"|"SERVICENOW"|"SNOWFLAKE"|"SPARK"|"SQLSERVER"|"TERADATA"|"TWITTER"|"TIMESTREAM"|string;
|
|
2655
|
+
export type DataSourceType = "ADOBE_ANALYTICS"|"AMAZON_ELASTICSEARCH"|"ATHENA"|"AURORA"|"AURORA_POSTGRESQL"|"AWS_IOT_ANALYTICS"|"GITHUB"|"JIRA"|"MARIADB"|"MYSQL"|"ORACLE"|"POSTGRESQL"|"PRESTO"|"REDSHIFT"|"S3"|"SALESFORCE"|"SERVICENOW"|"SNOWFLAKE"|"SPARK"|"SQLSERVER"|"TERADATA"|"TWITTER"|"TIMESTREAM"|"AMAZON_OPENSEARCH"|"EXASOL"|string;
|
|
2617
2656
|
export type Database = string;
|
|
2618
2657
|
export interface DateTimeParameter {
|
|
2619
2658
|
/**
|
|
@@ -2639,7 +2678,7 @@ declare namespace QuickSight {
|
|
|
2639
2678
|
export type DecimalParameterList = DecimalParameter[];
|
|
2640
2679
|
export interface DeleteAccountCustomizationRequest {
|
|
2641
2680
|
/**
|
|
2642
|
-
* The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this Amazon Web Services Region
|
|
2681
|
+
* The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this Amazon Web Services Region.
|
|
2643
2682
|
*/
|
|
2644
2683
|
AwsAccountId: AwsAccountId;
|
|
2645
2684
|
/**
|
|
@@ -2735,7 +2774,7 @@ declare namespace QuickSight {
|
|
|
2735
2774
|
*/
|
|
2736
2775
|
AwsAccountId: AwsAccountId;
|
|
2737
2776
|
/**
|
|
2738
|
-
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region
|
|
2777
|
+
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
2739
2778
|
*/
|
|
2740
2779
|
DataSetId: ResourceId;
|
|
2741
2780
|
}
|
|
@@ -2745,7 +2784,7 @@ declare namespace QuickSight {
|
|
|
2745
2784
|
*/
|
|
2746
2785
|
Arn?: Arn;
|
|
2747
2786
|
/**
|
|
2748
|
-
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region
|
|
2787
|
+
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
2749
2788
|
*/
|
|
2750
2789
|
DataSetId?: ResourceId;
|
|
2751
2790
|
/**
|
|
@@ -2763,7 +2802,7 @@ declare namespace QuickSight {
|
|
|
2763
2802
|
*/
|
|
2764
2803
|
AwsAccountId: AwsAccountId;
|
|
2765
2804
|
/**
|
|
2766
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
2805
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
2767
2806
|
*/
|
|
2768
2807
|
DataSourceId: ResourceId;
|
|
2769
2808
|
}
|
|
@@ -2773,7 +2812,7 @@ declare namespace QuickSight {
|
|
|
2773
2812
|
*/
|
|
2774
2813
|
Arn?: Arn;
|
|
2775
2814
|
/**
|
|
2776
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
2815
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
2777
2816
|
*/
|
|
2778
2817
|
DataSourceId?: ResourceId;
|
|
2779
2818
|
/**
|
|
@@ -2787,7 +2826,7 @@ declare namespace QuickSight {
|
|
|
2787
2826
|
}
|
|
2788
2827
|
export interface DeleteFolderMembershipRequest {
|
|
2789
2828
|
/**
|
|
2790
|
-
* The
|
|
2829
|
+
* The ID for the Amazon Web Services account that contains the folder.
|
|
2791
2830
|
*/
|
|
2792
2831
|
AwsAccountId: AwsAccountId;
|
|
2793
2832
|
/**
|
|
@@ -2805,27 +2844,27 @@ declare namespace QuickSight {
|
|
|
2805
2844
|
}
|
|
2806
2845
|
export interface DeleteFolderMembershipResponse {
|
|
2807
2846
|
/**
|
|
2808
|
-
* The status of
|
|
2847
|
+
* The HTTP status of the request.
|
|
2809
2848
|
*/
|
|
2810
2849
|
Status?: StatusCode;
|
|
2811
2850
|
/**
|
|
2812
|
-
* The request ID.
|
|
2851
|
+
* The Amazon Web Services request ID for this operation.
|
|
2813
2852
|
*/
|
|
2814
2853
|
RequestId?: String;
|
|
2815
2854
|
}
|
|
2816
2855
|
export interface DeleteFolderRequest {
|
|
2817
2856
|
/**
|
|
2818
|
-
* The
|
|
2857
|
+
* The ID for the Amazon Web Services account that contains the folder.
|
|
2819
2858
|
*/
|
|
2820
2859
|
AwsAccountId: AwsAccountId;
|
|
2821
2860
|
/**
|
|
2822
|
-
* The folder
|
|
2861
|
+
* The ID of the folder.
|
|
2823
2862
|
*/
|
|
2824
2863
|
FolderId: RestrictiveResourceId;
|
|
2825
2864
|
}
|
|
2826
2865
|
export interface DeleteFolderResponse {
|
|
2827
2866
|
/**
|
|
2828
|
-
* The status of
|
|
2867
|
+
* The HTTP status of the request.
|
|
2829
2868
|
*/
|
|
2830
2869
|
Status?: StatusCode;
|
|
2831
2870
|
/**
|
|
@@ -2833,11 +2872,11 @@ declare namespace QuickSight {
|
|
|
2833
2872
|
*/
|
|
2834
2873
|
Arn?: Arn;
|
|
2835
2874
|
/**
|
|
2836
|
-
* The folder
|
|
2875
|
+
* The ID of the folder.
|
|
2837
2876
|
*/
|
|
2838
2877
|
FolderId?: RestrictiveResourceId;
|
|
2839
2878
|
/**
|
|
2840
|
-
* The request ID.
|
|
2879
|
+
* The Amazon Web Services request ID for this operation.
|
|
2841
2880
|
*/
|
|
2842
2881
|
RequestId?: String;
|
|
2843
2882
|
}
|
|
@@ -2895,7 +2934,7 @@ declare namespace QuickSight {
|
|
|
2895
2934
|
}
|
|
2896
2935
|
export interface DeleteIAMPolicyAssignmentRequest {
|
|
2897
2936
|
/**
|
|
2898
|
-
* The Amazon Web Services account ID where you want to delete the
|
|
2937
|
+
* The Amazon Web Services account ID where you want to delete the IAM policy assignment.
|
|
2899
2938
|
*/
|
|
2900
2939
|
AwsAccountId: AwsAccountId;
|
|
2901
2940
|
/**
|
|
@@ -3154,7 +3193,7 @@ declare namespace QuickSight {
|
|
|
3154
3193
|
*/
|
|
3155
3194
|
Namespace?: Namespace;
|
|
3156
3195
|
/**
|
|
3157
|
-
* The Amazon QuickSight customizations that exist in the current Amazon Web Services Region
|
|
3196
|
+
* The Amazon QuickSight customizations that exist in the current Amazon Web Services Region.
|
|
3158
3197
|
*/
|
|
3159
3198
|
AccountCustomization?: AccountCustomization;
|
|
3160
3199
|
/**
|
|
@@ -3174,7 +3213,7 @@ declare namespace QuickSight {
|
|
|
3174
3213
|
}
|
|
3175
3214
|
export interface DescribeAccountSettingsResponse {
|
|
3176
3215
|
/**
|
|
3177
|
-
* The Amazon QuickSight settings for this Amazon Web Services account. This information includes the edition of Amazon Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon QuickSight subscription. In the
|
|
3216
|
+
* The Amazon QuickSight settings for this Amazon Web Services account. This information includes the edition of Amazon Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon QuickSight subscription. In the QuickSight console, the Amazon QuickSight subscription is sometimes referred to as a QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the Amazon QuickSight service for your Amazon Web Services account. The edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it.
|
|
3178
3217
|
*/
|
|
3179
3218
|
AccountSettings?: AccountSettings;
|
|
3180
3219
|
/**
|
|
@@ -3248,7 +3287,7 @@ declare namespace QuickSight {
|
|
|
3248
3287
|
*/
|
|
3249
3288
|
AwsAccountId: AwsAccountId;
|
|
3250
3289
|
/**
|
|
3251
|
-
* The ID for the dashboard, also added to the
|
|
3290
|
+
* The ID for the dashboard, also added to the IAM policy.
|
|
3252
3291
|
*/
|
|
3253
3292
|
DashboardId: RestrictiveResourceId;
|
|
3254
3293
|
}
|
|
@@ -3273,6 +3312,10 @@ declare namespace QuickSight {
|
|
|
3273
3312
|
* The Amazon Web Services request ID for this operation.
|
|
3274
3313
|
*/
|
|
3275
3314
|
RequestId?: String;
|
|
3315
|
+
/**
|
|
3316
|
+
* A structure that contains the configuration of a shareable link that grants access to the dashboard. Your users can use the link to view and interact with the dashboard, if the dashboard has been shared with them. For more information about sharing dashboards, see Sharing Dashboards.
|
|
3317
|
+
*/
|
|
3318
|
+
LinkSharingConfiguration?: LinkSharingConfiguration;
|
|
3276
3319
|
}
|
|
3277
3320
|
export interface DescribeDashboardRequest {
|
|
3278
3321
|
/**
|
|
@@ -3312,7 +3355,7 @@ declare namespace QuickSight {
|
|
|
3312
3355
|
*/
|
|
3313
3356
|
AwsAccountId: AwsAccountId;
|
|
3314
3357
|
/**
|
|
3315
|
-
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region
|
|
3358
|
+
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
3316
3359
|
*/
|
|
3317
3360
|
DataSetId: ResourceId;
|
|
3318
3361
|
}
|
|
@@ -3322,7 +3365,7 @@ declare namespace QuickSight {
|
|
|
3322
3365
|
*/
|
|
3323
3366
|
DataSetArn?: Arn;
|
|
3324
3367
|
/**
|
|
3325
|
-
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region
|
|
3368
|
+
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
3326
3369
|
*/
|
|
3327
3370
|
DataSetId?: ResourceId;
|
|
3328
3371
|
/**
|
|
@@ -3344,7 +3387,7 @@ declare namespace QuickSight {
|
|
|
3344
3387
|
*/
|
|
3345
3388
|
AwsAccountId: AwsAccountId;
|
|
3346
3389
|
/**
|
|
3347
|
-
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region
|
|
3390
|
+
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
3348
3391
|
*/
|
|
3349
3392
|
DataSetId: ResourceId;
|
|
3350
3393
|
}
|
|
@@ -3368,7 +3411,7 @@ declare namespace QuickSight {
|
|
|
3368
3411
|
*/
|
|
3369
3412
|
AwsAccountId: AwsAccountId;
|
|
3370
3413
|
/**
|
|
3371
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
3414
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
3372
3415
|
*/
|
|
3373
3416
|
DataSourceId: ResourceId;
|
|
3374
3417
|
}
|
|
@@ -3378,7 +3421,7 @@ declare namespace QuickSight {
|
|
|
3378
3421
|
*/
|
|
3379
3422
|
DataSourceArn?: Arn;
|
|
3380
3423
|
/**
|
|
3381
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
3424
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
3382
3425
|
*/
|
|
3383
3426
|
DataSourceId?: ResourceId;
|
|
3384
3427
|
/**
|
|
@@ -3400,7 +3443,7 @@ declare namespace QuickSight {
|
|
|
3400
3443
|
*/
|
|
3401
3444
|
AwsAccountId: AwsAccountId;
|
|
3402
3445
|
/**
|
|
3403
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
3446
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
3404
3447
|
*/
|
|
3405
3448
|
DataSourceId: ResourceId;
|
|
3406
3449
|
}
|
|
@@ -3420,21 +3463,21 @@ declare namespace QuickSight {
|
|
|
3420
3463
|
}
|
|
3421
3464
|
export interface DescribeFolderPermissionsRequest {
|
|
3422
3465
|
/**
|
|
3423
|
-
* The
|
|
3466
|
+
* The ID for the Amazon Web Services account that contains the folder.
|
|
3424
3467
|
*/
|
|
3425
3468
|
AwsAccountId: AwsAccountId;
|
|
3426
3469
|
/**
|
|
3427
|
-
* The folder
|
|
3470
|
+
* The ID of the folder.
|
|
3428
3471
|
*/
|
|
3429
3472
|
FolderId: RestrictiveResourceId;
|
|
3430
3473
|
}
|
|
3431
3474
|
export interface DescribeFolderPermissionsResponse {
|
|
3432
3475
|
/**
|
|
3433
|
-
* The status
|
|
3476
|
+
* The HTTP status of the request.
|
|
3434
3477
|
*/
|
|
3435
3478
|
Status?: StatusCode;
|
|
3436
3479
|
/**
|
|
3437
|
-
* The folder
|
|
3480
|
+
* The ID of the folder.
|
|
3438
3481
|
*/
|
|
3439
3482
|
FolderId?: RestrictiveResourceId;
|
|
3440
3483
|
/**
|
|
@@ -3446,55 +3489,55 @@ declare namespace QuickSight {
|
|
|
3446
3489
|
*/
|
|
3447
3490
|
Permissions?: ResourcePermissionList;
|
|
3448
3491
|
/**
|
|
3449
|
-
* The request ID.
|
|
3492
|
+
* The Amazon Web Services request ID for this operation.
|
|
3450
3493
|
*/
|
|
3451
3494
|
RequestId?: String;
|
|
3452
3495
|
}
|
|
3453
3496
|
export interface DescribeFolderRequest {
|
|
3454
3497
|
/**
|
|
3455
|
-
* The
|
|
3498
|
+
* The ID for the Amazon Web Services account that contains the folder.
|
|
3456
3499
|
*/
|
|
3457
3500
|
AwsAccountId: AwsAccountId;
|
|
3458
3501
|
/**
|
|
3459
|
-
* The folder
|
|
3502
|
+
* The ID of the folder.
|
|
3460
3503
|
*/
|
|
3461
3504
|
FolderId: RestrictiveResourceId;
|
|
3462
3505
|
}
|
|
3463
3506
|
export interface DescribeFolderResolvedPermissionsRequest {
|
|
3464
3507
|
/**
|
|
3465
|
-
* The
|
|
3508
|
+
* The ID for the Amazon Web Services account that contains the folder.
|
|
3466
3509
|
*/
|
|
3467
3510
|
AwsAccountId: AwsAccountId;
|
|
3468
3511
|
/**
|
|
3469
|
-
* The folder
|
|
3512
|
+
* The ID of the folder.
|
|
3470
3513
|
*/
|
|
3471
3514
|
FolderId: RestrictiveResourceId;
|
|
3472
3515
|
}
|
|
3473
3516
|
export interface DescribeFolderResolvedPermissionsResponse {
|
|
3474
3517
|
/**
|
|
3475
|
-
* The status
|
|
3518
|
+
* The HTTP status of the request.
|
|
3476
3519
|
*/
|
|
3477
3520
|
Status?: StatusCode;
|
|
3478
3521
|
/**
|
|
3479
|
-
* The folder
|
|
3522
|
+
* The ID of the folder.
|
|
3480
3523
|
*/
|
|
3481
3524
|
FolderId?: RestrictiveResourceId;
|
|
3482
3525
|
/**
|
|
3483
|
-
* The Amazon Resource Name (ARN).
|
|
3526
|
+
* The Amazon Resource Name (ARN) of the folder.
|
|
3484
3527
|
*/
|
|
3485
3528
|
Arn?: Arn;
|
|
3486
3529
|
/**
|
|
3487
|
-
* Information about the permissions
|
|
3530
|
+
* Information about the permissions for the folder.
|
|
3488
3531
|
*/
|
|
3489
3532
|
Permissions?: ResourcePermissionList;
|
|
3490
3533
|
/**
|
|
3491
|
-
* The request ID.
|
|
3534
|
+
* The Amazon Web Services request ID for this operation.
|
|
3492
3535
|
*/
|
|
3493
3536
|
RequestId?: String;
|
|
3494
3537
|
}
|
|
3495
3538
|
export interface DescribeFolderResponse {
|
|
3496
3539
|
/**
|
|
3497
|
-
* The status
|
|
3540
|
+
* The HTTP status of the request.
|
|
3498
3541
|
*/
|
|
3499
3542
|
Status?: StatusCode;
|
|
3500
3543
|
/**
|
|
@@ -3502,7 +3545,7 @@ declare namespace QuickSight {
|
|
|
3502
3545
|
*/
|
|
3503
3546
|
Folder?: Folder;
|
|
3504
3547
|
/**
|
|
3505
|
-
* The request ID.
|
|
3548
|
+
* The Amazon Web Services request ID for this operation.
|
|
3506
3549
|
*/
|
|
3507
3550
|
RequestId?: String;
|
|
3508
3551
|
}
|
|
@@ -3550,7 +3593,7 @@ declare namespace QuickSight {
|
|
|
3550
3593
|
}
|
|
3551
3594
|
export interface DescribeIAMPolicyAssignmentResponse {
|
|
3552
3595
|
/**
|
|
3553
|
-
* Information describing the
|
|
3596
|
+
* Information describing the IAM policy assignment.
|
|
3554
3597
|
*/
|
|
3555
3598
|
IAMPolicyAssignment?: IAMPolicyAssignment;
|
|
3556
3599
|
/**
|
|
@@ -3570,7 +3613,7 @@ declare namespace QuickSight {
|
|
|
3570
3613
|
/**
|
|
3571
3614
|
* The ID of the dataset used in the ingestion.
|
|
3572
3615
|
*/
|
|
3573
|
-
DataSetId:
|
|
3616
|
+
DataSetId: String;
|
|
3574
3617
|
/**
|
|
3575
3618
|
* An ID for the ingestion.
|
|
3576
3619
|
*/
|
|
@@ -3584,12 +3627,40 @@ declare namespace QuickSight {
|
|
|
3584
3627
|
/**
|
|
3585
3628
|
* The Amazon Web Services request ID for this operation.
|
|
3586
3629
|
*/
|
|
3587
|
-
RequestId?:
|
|
3630
|
+
RequestId?: String;
|
|
3588
3631
|
/**
|
|
3589
3632
|
* The HTTP status of the request.
|
|
3590
3633
|
*/
|
|
3591
3634
|
Status?: StatusCode;
|
|
3592
3635
|
}
|
|
3636
|
+
export interface DescribeIpRestrictionRequest {
|
|
3637
|
+
/**
|
|
3638
|
+
* The ID of the Amazon Web Services account that contains the IP rules.
|
|
3639
|
+
*/
|
|
3640
|
+
AwsAccountId: AwsAccountId;
|
|
3641
|
+
}
|
|
3642
|
+
export interface DescribeIpRestrictionResponse {
|
|
3643
|
+
/**
|
|
3644
|
+
* The ID of the Amazon Web Services account that contains the IP rules.
|
|
3645
|
+
*/
|
|
3646
|
+
AwsAccountId?: AwsAccountId;
|
|
3647
|
+
/**
|
|
3648
|
+
* A map that describes the IP rules with CIDR range and description.
|
|
3649
|
+
*/
|
|
3650
|
+
IpRestrictionRuleMap?: IpRestrictionRuleMap;
|
|
3651
|
+
/**
|
|
3652
|
+
* A value that specifies whether IP rules are turned on.
|
|
3653
|
+
*/
|
|
3654
|
+
Enabled?: NullableBoolean;
|
|
3655
|
+
/**
|
|
3656
|
+
* The Amazon Web Services request ID for this operation.
|
|
3657
|
+
*/
|
|
3658
|
+
RequestId?: String;
|
|
3659
|
+
/**
|
|
3660
|
+
* The HTTP status of the request.
|
|
3661
|
+
*/
|
|
3662
|
+
Status?: StatusCode;
|
|
3663
|
+
}
|
|
3593
3664
|
export interface DescribeNamespaceRequest {
|
|
3594
3665
|
/**
|
|
3595
3666
|
* The ID for the Amazon Web Services account that contains the Amazon QuickSight namespace that you want to describe.
|
|
@@ -3602,7 +3673,7 @@ declare namespace QuickSight {
|
|
|
3602
3673
|
}
|
|
3603
3674
|
export interface DescribeNamespaceResponse {
|
|
3604
3675
|
/**
|
|
3605
|
-
* The information about the namespace that you're describing. The response includes the namespace ARN, name, Amazon Web Services Region
|
|
3676
|
+
* The information about the namespace that you're describing. The response includes the namespace ARN, name, Amazon Web Services Region, creation status, and identity store. DescribeNamespace also works for namespaces that are in the process of being created. For incomplete namespaces, this API operation lists the namespace error types and messages associated with the creation process.
|
|
3606
3677
|
*/
|
|
3607
3678
|
Namespace?: NamespaceInfoV2;
|
|
3608
3679
|
/**
|
|
@@ -3842,7 +3913,17 @@ declare namespace QuickSight {
|
|
|
3842
3913
|
/**
|
|
3843
3914
|
* Error message.
|
|
3844
3915
|
*/
|
|
3845
|
-
Message?:
|
|
3916
|
+
Message?: String;
|
|
3917
|
+
}
|
|
3918
|
+
export interface ExasolParameters {
|
|
3919
|
+
/**
|
|
3920
|
+
* The hostname or IP address of the Exasol data source.
|
|
3921
|
+
*/
|
|
3922
|
+
Host: Host;
|
|
3923
|
+
/**
|
|
3924
|
+
* The port for the Exasol data source.
|
|
3925
|
+
*/
|
|
3926
|
+
Port: Port;
|
|
3846
3927
|
}
|
|
3847
3928
|
export interface ExportToCSVOption {
|
|
3848
3929
|
/**
|
|
@@ -3874,11 +3955,11 @@ declare namespace QuickSight {
|
|
|
3874
3955
|
export type FilterOperator = "StringEquals"|string;
|
|
3875
3956
|
export interface Folder {
|
|
3876
3957
|
/**
|
|
3877
|
-
* The folder
|
|
3958
|
+
* The ID of the folder.
|
|
3878
3959
|
*/
|
|
3879
3960
|
FolderId?: RestrictiveResourceId;
|
|
3880
3961
|
/**
|
|
3881
|
-
* The
|
|
3962
|
+
* The Amazon Resource Name (ARN) for the folder.
|
|
3882
3963
|
*/
|
|
3883
3964
|
Arn?: Arn;
|
|
3884
3965
|
/**
|
|
@@ -3886,11 +3967,11 @@ declare namespace QuickSight {
|
|
|
3886
3967
|
*/
|
|
3887
3968
|
Name?: FolderName;
|
|
3888
3969
|
/**
|
|
3889
|
-
* The type of
|
|
3970
|
+
* The type of folder it is.
|
|
3890
3971
|
*/
|
|
3891
3972
|
FolderType?: FolderType;
|
|
3892
3973
|
/**
|
|
3893
|
-
* An array of ancestor
|
|
3974
|
+
* An array of ancestor ARN strings for the folder.
|
|
3894
3975
|
*/
|
|
3895
3976
|
FolderPath?: Path;
|
|
3896
3977
|
/**
|
|
@@ -3906,11 +3987,11 @@ declare namespace QuickSight {
|
|
|
3906
3987
|
export type FolderFilterAttribute = "PARENT_FOLDER_ARN"|string;
|
|
3907
3988
|
export interface FolderMember {
|
|
3908
3989
|
/**
|
|
3909
|
-
* The ID of the
|
|
3990
|
+
* The ID of an asset in the folder.
|
|
3910
3991
|
*/
|
|
3911
3992
|
MemberId?: RestrictiveResourceId;
|
|
3912
3993
|
/**
|
|
3913
|
-
* The type of
|
|
3994
|
+
* The type of asset that it is.
|
|
3914
3995
|
*/
|
|
3915
3996
|
MemberType?: MemberType;
|
|
3916
3997
|
}
|
|
@@ -3918,11 +3999,11 @@ declare namespace QuickSight {
|
|
|
3918
3999
|
export type FolderName = string;
|
|
3919
4000
|
export interface FolderSearchFilter {
|
|
3920
4001
|
/**
|
|
3921
|
-
* The comparison operator that you want to use
|
|
4002
|
+
* The comparison operator that you want to use in the filter. For example, "Operator": "StringEquals".
|
|
3922
4003
|
*/
|
|
3923
4004
|
Operator?: FilterOperator;
|
|
3924
4005
|
/**
|
|
3925
|
-
* The name of
|
|
4006
|
+
* The name of a value that you want to use in the filter. For example, "Name": "PARENT_FOLDER_ARN".
|
|
3926
4007
|
*/
|
|
3927
4008
|
Name?: FolderFilterAttribute;
|
|
3928
4009
|
/**
|
|
@@ -3933,11 +4014,11 @@ declare namespace QuickSight {
|
|
|
3933
4014
|
export type FolderSearchFilterList = FolderSearchFilter[];
|
|
3934
4015
|
export interface FolderSummary {
|
|
3935
4016
|
/**
|
|
3936
|
-
* The Amazon Resource Name (ARN).
|
|
4017
|
+
* The Amazon Resource Name (ARN) of the folder.
|
|
3937
4018
|
*/
|
|
3938
4019
|
Arn?: Arn;
|
|
3939
4020
|
/**
|
|
3940
|
-
* The folder
|
|
4021
|
+
* The ID of the folder.
|
|
3941
4022
|
*/
|
|
3942
4023
|
FolderId?: RestrictiveResourceId;
|
|
3943
4024
|
/**
|
|
@@ -4077,7 +4158,7 @@ declare namespace QuickSight {
|
|
|
4077
4158
|
*/
|
|
4078
4159
|
StatePersistenceEnabled?: Boolean;
|
|
4079
4160
|
/**
|
|
4080
|
-
* The Amazon QuickSight user's Amazon Resource Name (ARN), for use with QUICKSIGHT identity type. You can use this for any Amazon QuickSight users in your account (readers, authors, or admins) authenticated as one of the following: Active Directory (AD) users or group members Invited nonfederated users
|
|
4161
|
+
* The Amazon QuickSight user's Amazon Resource Name (ARN), for use with QUICKSIGHT identity type. You can use this for any Amazon QuickSight users in your account (readers, authors, or admins) authenticated as one of the following: Active Directory (AD) users or group members Invited nonfederated users IAM users and IAM role-based sessions authenticated through Federated Single Sign-On using SAML, OpenID Connect, or IAM federation. Omit this parameter for users in the third group – IAM users and IAM role-based sessions.
|
|
4081
4162
|
*/
|
|
4082
4163
|
UserArn?: Arn;
|
|
4083
4164
|
/**
|
|
@@ -4085,7 +4166,7 @@ declare namespace QuickSight {
|
|
|
4085
4166
|
*/
|
|
4086
4167
|
Namespace?: Namespace;
|
|
4087
4168
|
/**
|
|
4088
|
-
* A list of one or more dashboard IDs that you want to add to a session that includes anonymous users. The IdentityType parameter must be set to ANONYMOUS for this to work, because other identity types authenticate as Amazon QuickSight or
|
|
4169
|
+
* A list of one or more dashboard IDs that you want to add to a session that includes anonymous users. The IdentityType parameter must be set to ANONYMOUS for this to work, because other identity types authenticate as Amazon QuickSight or IAM users. For example, if you set "--dashboard-id dash_id1 --dashboard-id dash_id2 dash_id3 identity-type ANONYMOUS", the session can access all three dashboards.
|
|
4089
4170
|
*/
|
|
4090
4171
|
AdditionalDashboardIds?: AdditionalDashboardIdList;
|
|
4091
4172
|
}
|
|
@@ -4190,7 +4271,7 @@ declare namespace QuickSight {
|
|
|
4190
4271
|
*/
|
|
4191
4272
|
AssignmentName?: IAMPolicyAssignmentName;
|
|
4192
4273
|
/**
|
|
4193
|
-
* The Amazon Resource Name (ARN) for the
|
|
4274
|
+
* The Amazon Resource Name (ARN) for the IAM policy.
|
|
4194
4275
|
*/
|
|
4195
4276
|
PolicyArn?: Arn;
|
|
4196
4277
|
/**
|
|
@@ -4241,15 +4322,15 @@ declare namespace QuickSight {
|
|
|
4241
4322
|
/**
|
|
4242
4323
|
* The time that this ingestion started.
|
|
4243
4324
|
*/
|
|
4244
|
-
CreatedTime:
|
|
4325
|
+
CreatedTime: Timestamp;
|
|
4245
4326
|
/**
|
|
4246
4327
|
* The time that this ingestion took, measured in seconds.
|
|
4247
4328
|
*/
|
|
4248
|
-
IngestionTimeInSeconds?:
|
|
4329
|
+
IngestionTimeInSeconds?: Long;
|
|
4249
4330
|
/**
|
|
4250
4331
|
* The size of the data ingested, in bytes.
|
|
4251
4332
|
*/
|
|
4252
|
-
IngestionSizeInBytes?:
|
|
4333
|
+
IngestionSizeInBytes?: Long;
|
|
4253
4334
|
/**
|
|
4254
4335
|
* Event source for this ingestion.
|
|
4255
4336
|
*/
|
|
@@ -4259,12 +4340,13 @@ declare namespace QuickSight {
|
|
|
4259
4340
|
*/
|
|
4260
4341
|
RequestType?: IngestionRequestType;
|
|
4261
4342
|
}
|
|
4262
|
-
export type IngestionErrorType = "FAILURE_TO_ASSUME_ROLE"|"INGESTION_SUPERSEDED"|"INGESTION_CANCELED"|"DATA_SET_DELETED"|"DATA_SET_NOT_SPICE"|"S3_UPLOADED_FILE_DELETED"|"S3_MANIFEST_ERROR"|"DATA_TOLERANCE_EXCEPTION"|"SPICE_TABLE_NOT_FOUND"|"DATA_SET_SIZE_LIMIT_EXCEEDED"|"ROW_SIZE_LIMIT_EXCEEDED"|"ACCOUNT_CAPACITY_LIMIT_EXCEEDED"|"CUSTOMER_ERROR"|"DATA_SOURCE_NOT_FOUND"|"IAM_ROLE_NOT_AVAILABLE"|"CONNECTION_FAILURE"|"SQL_TABLE_NOT_FOUND"|"PERMISSION_DENIED"|"SSL_CERTIFICATE_VALIDATION_FAILURE"|"OAUTH_TOKEN_FAILURE"|"SOURCE_API_LIMIT_EXCEEDED_FAILURE"|"PASSWORD_AUTHENTICATION_FAILURE"|"SQL_SCHEMA_MISMATCH_ERROR"|"INVALID_DATE_FORMAT"|"INVALID_DATAPREP_SYNTAX"|"SOURCE_RESOURCE_LIMIT_EXCEEDED"|"SQL_INVALID_PARAMETER_VALUE"|"QUERY_TIMEOUT"|"SQL_NUMERIC_OVERFLOW"|"UNRESOLVABLE_HOST"|"UNROUTABLE_HOST"|"SQL_EXCEPTION"|"S3_FILE_INACCESSIBLE"|"IOT_FILE_NOT_FOUND"|"IOT_DATA_SET_FILE_EMPTY"|"INVALID_DATA_SOURCE_CONFIG"|"DATA_SOURCE_AUTH_FAILED"|"DATA_SOURCE_CONNECTION_FAILED"|"FAILURE_TO_PROCESS_JSON_FILE"|"INTERNAL_SERVICE_ERROR"|string;
|
|
4343
|
+
export type IngestionErrorType = "FAILURE_TO_ASSUME_ROLE"|"INGESTION_SUPERSEDED"|"INGESTION_CANCELED"|"DATA_SET_DELETED"|"DATA_SET_NOT_SPICE"|"S3_UPLOADED_FILE_DELETED"|"S3_MANIFEST_ERROR"|"DATA_TOLERANCE_EXCEPTION"|"SPICE_TABLE_NOT_FOUND"|"DATA_SET_SIZE_LIMIT_EXCEEDED"|"ROW_SIZE_LIMIT_EXCEEDED"|"ACCOUNT_CAPACITY_LIMIT_EXCEEDED"|"CUSTOMER_ERROR"|"DATA_SOURCE_NOT_FOUND"|"IAM_ROLE_NOT_AVAILABLE"|"CONNECTION_FAILURE"|"SQL_TABLE_NOT_FOUND"|"PERMISSION_DENIED"|"SSL_CERTIFICATE_VALIDATION_FAILURE"|"OAUTH_TOKEN_FAILURE"|"SOURCE_API_LIMIT_EXCEEDED_FAILURE"|"PASSWORD_AUTHENTICATION_FAILURE"|"SQL_SCHEMA_MISMATCH_ERROR"|"INVALID_DATE_FORMAT"|"INVALID_DATAPREP_SYNTAX"|"SOURCE_RESOURCE_LIMIT_EXCEEDED"|"SQL_INVALID_PARAMETER_VALUE"|"QUERY_TIMEOUT"|"SQL_NUMERIC_OVERFLOW"|"UNRESOLVABLE_HOST"|"UNROUTABLE_HOST"|"SQL_EXCEPTION"|"S3_FILE_INACCESSIBLE"|"IOT_FILE_NOT_FOUND"|"IOT_DATA_SET_FILE_EMPTY"|"INVALID_DATA_SOURCE_CONFIG"|"DATA_SOURCE_AUTH_FAILED"|"DATA_SOURCE_CONNECTION_FAILED"|"FAILURE_TO_PROCESS_JSON_FILE"|"INTERNAL_SERVICE_ERROR"|"REFRESH_SUPPRESSED_BY_EDIT"|"PERMISSION_NOT_FOUND"|"ELASTICSEARCH_CURSOR_NOT_ENABLED"|"CURSOR_NOT_ENABLED"|string;
|
|
4263
4344
|
export type IngestionId = string;
|
|
4264
4345
|
export type IngestionMaxResults = number;
|
|
4265
4346
|
export type IngestionRequestSource = "MANUAL"|"SCHEDULED"|string;
|
|
4266
4347
|
export type IngestionRequestType = "INITIAL_INGESTION"|"EDIT"|"INCREMENTAL_REFRESH"|"FULL_REFRESH"|string;
|
|
4267
4348
|
export type IngestionStatus = "INITIALIZED"|"QUEUED"|"RUNNING"|"FAILED"|"COMPLETED"|"CANCELLED"|string;
|
|
4349
|
+
export type IngestionType = "INCREMENTAL_REFRESH"|"FULL_REFRESH"|string;
|
|
4268
4350
|
export type Ingestions = Ingestion[];
|
|
4269
4351
|
export interface InputColumn {
|
|
4270
4352
|
/**
|
|
@@ -4290,6 +4372,8 @@ declare namespace QuickSight {
|
|
|
4290
4372
|
Values: LongList;
|
|
4291
4373
|
}
|
|
4292
4374
|
export type IntegerParameterList = IntegerParameter[];
|
|
4375
|
+
export type IpRestrictionRuleDescription = string;
|
|
4376
|
+
export type IpRestrictionRuleMap = {[key: string]: IpRestrictionRuleDescription};
|
|
4293
4377
|
export interface JiraParameters {
|
|
4294
4378
|
/**
|
|
4295
4379
|
* The base URL of the Jira site.
|
|
@@ -4329,6 +4413,12 @@ declare namespace QuickSight {
|
|
|
4329
4413
|
UniqueKey?: Boolean;
|
|
4330
4414
|
}
|
|
4331
4415
|
export type JoinType = "INNER"|"OUTER"|"LEFT"|"RIGHT"|string;
|
|
4416
|
+
export interface LinkSharingConfiguration {
|
|
4417
|
+
/**
|
|
4418
|
+
* A structure that contains the permissions of a shareable link.
|
|
4419
|
+
*/
|
|
4420
|
+
Permissions?: ResourcePermissionList;
|
|
4421
|
+
}
|
|
4332
4422
|
export interface ListAnalysesRequest {
|
|
4333
4423
|
/**
|
|
4334
4424
|
* The ID of the Amazon Web Services account that contains the analyses.
|
|
@@ -4495,11 +4585,11 @@ declare namespace QuickSight {
|
|
|
4495
4585
|
}
|
|
4496
4586
|
export interface ListFolderMembersRequest {
|
|
4497
4587
|
/**
|
|
4498
|
-
* The
|
|
4588
|
+
* The ID for the Amazon Web Services account that contains the folder.
|
|
4499
4589
|
*/
|
|
4500
4590
|
AwsAccountId: AwsAccountId;
|
|
4501
4591
|
/**
|
|
4502
|
-
* The folder
|
|
4592
|
+
* The ID of the folder.
|
|
4503
4593
|
*/
|
|
4504
4594
|
FolderId: RestrictiveResourceId;
|
|
4505
4595
|
/**
|
|
@@ -4513,7 +4603,7 @@ declare namespace QuickSight {
|
|
|
4513
4603
|
}
|
|
4514
4604
|
export interface ListFolderMembersResponse {
|
|
4515
4605
|
/**
|
|
4516
|
-
* The status
|
|
4606
|
+
* The HTTP status of the request.
|
|
4517
4607
|
*/
|
|
4518
4608
|
Status?: StatusCode;
|
|
4519
4609
|
/**
|
|
@@ -4525,13 +4615,13 @@ declare namespace QuickSight {
|
|
|
4525
4615
|
*/
|
|
4526
4616
|
NextToken?: String;
|
|
4527
4617
|
/**
|
|
4528
|
-
* The request ID.
|
|
4618
|
+
* The Amazon Web Services request ID for this operation.
|
|
4529
4619
|
*/
|
|
4530
4620
|
RequestId?: String;
|
|
4531
4621
|
}
|
|
4532
4622
|
export interface ListFoldersRequest {
|
|
4533
4623
|
/**
|
|
4534
|
-
* The
|
|
4624
|
+
* The ID for the Amazon Web Services account that contains the folder.
|
|
4535
4625
|
*/
|
|
4536
4626
|
AwsAccountId: AwsAccountId;
|
|
4537
4627
|
/**
|
|
@@ -4545,11 +4635,11 @@ declare namespace QuickSight {
|
|
|
4545
4635
|
}
|
|
4546
4636
|
export interface ListFoldersResponse {
|
|
4547
4637
|
/**
|
|
4548
|
-
* The status
|
|
4638
|
+
* The HTTP status of the request.
|
|
4549
4639
|
*/
|
|
4550
4640
|
Status?: StatusCode;
|
|
4551
4641
|
/**
|
|
4552
|
-
* A structure that contains all of the folders in
|
|
4642
|
+
* A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.
|
|
4553
4643
|
*/
|
|
4554
4644
|
FolderSummaryList?: FolderSummaryList;
|
|
4555
4645
|
/**
|
|
@@ -4557,7 +4647,7 @@ declare namespace QuickSight {
|
|
|
4557
4647
|
*/
|
|
4558
4648
|
NextToken?: String;
|
|
4559
4649
|
/**
|
|
4560
|
-
* The request ID.
|
|
4650
|
+
* The Amazon Web Services request ID for this operation.
|
|
4561
4651
|
*/
|
|
4562
4652
|
RequestId?: String;
|
|
4563
4653
|
}
|
|
@@ -4679,7 +4769,7 @@ declare namespace QuickSight {
|
|
|
4679
4769
|
}
|
|
4680
4770
|
export interface ListIAMPolicyAssignmentsRequest {
|
|
4681
4771
|
/**
|
|
4682
|
-
* The ID of the Amazon Web Services account that contains these
|
|
4772
|
+
* The ID of the Amazon Web Services account that contains these IAM policy assignments.
|
|
4683
4773
|
*/
|
|
4684
4774
|
AwsAccountId: AwsAccountId;
|
|
4685
4775
|
/**
|
|
@@ -4701,7 +4791,7 @@ declare namespace QuickSight {
|
|
|
4701
4791
|
}
|
|
4702
4792
|
export interface ListIAMPolicyAssignmentsResponse {
|
|
4703
4793
|
/**
|
|
4704
|
-
* Information describing the
|
|
4794
|
+
* Information describing the IAM policy assignments.
|
|
4705
4795
|
*/
|
|
4706
4796
|
IAMPolicyAssignments?: IAMPolicyAssignmentSummaryList;
|
|
4707
4797
|
/**
|
|
@@ -4721,11 +4811,11 @@ declare namespace QuickSight {
|
|
|
4721
4811
|
/**
|
|
4722
4812
|
* The ID of the dataset used in the ingestion.
|
|
4723
4813
|
*/
|
|
4724
|
-
DataSetId:
|
|
4814
|
+
DataSetId: String;
|
|
4725
4815
|
/**
|
|
4726
4816
|
* The token for the next set of results, or null if there are no more results.
|
|
4727
4817
|
*/
|
|
4728
|
-
NextToken?:
|
|
4818
|
+
NextToken?: String;
|
|
4729
4819
|
/**
|
|
4730
4820
|
* The Amazon Web Services account ID.
|
|
4731
4821
|
*/
|
|
@@ -4743,11 +4833,11 @@ declare namespace QuickSight {
|
|
|
4743
4833
|
/**
|
|
4744
4834
|
* The token for the next set of results, or null if there are no more results.
|
|
4745
4835
|
*/
|
|
4746
|
-
NextToken?:
|
|
4836
|
+
NextToken?: String;
|
|
4747
4837
|
/**
|
|
4748
4838
|
* The Amazon Web Services request ID for this operation.
|
|
4749
4839
|
*/
|
|
4750
|
-
RequestId?:
|
|
4840
|
+
RequestId?: String;
|
|
4751
4841
|
/**
|
|
4752
4842
|
* The HTTP status of the request.
|
|
4753
4843
|
*/
|
|
@@ -4769,7 +4859,7 @@ declare namespace QuickSight {
|
|
|
4769
4859
|
}
|
|
4770
4860
|
export interface ListNamespacesResponse {
|
|
4771
4861
|
/**
|
|
4772
|
-
* The information about the namespaces in this Amazon Web Services account. The response includes the namespace ARN, name, Amazon Web Services Region
|
|
4862
|
+
* The information about the namespaces in this Amazon Web Services account. The response includes the namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and identity store.
|
|
4773
4863
|
*/
|
|
4774
4864
|
Namespaces?: Namespaces;
|
|
4775
4865
|
/**
|
|
@@ -5204,7 +5294,7 @@ declare namespace QuickSight {
|
|
|
5204
5294
|
*/
|
|
5205
5295
|
Arn?: Arn;
|
|
5206
5296
|
/**
|
|
5207
|
-
* The namespace Amazon Web Services Region
|
|
5297
|
+
* The namespace Amazon Web Services Region.
|
|
5208
5298
|
*/
|
|
5209
5299
|
CapacityRegion?: String;
|
|
5210
5300
|
/**
|
|
@@ -5223,6 +5313,7 @@ declare namespace QuickSight {
|
|
|
5223
5313
|
export type NamespaceStatus = "CREATED"|"CREATING"|"DELETING"|"RETRYABLE_FAILURE"|"NON_RETRYABLE_FAILURE"|string;
|
|
5224
5314
|
export type Namespaces = NamespaceInfoV2[];
|
|
5225
5315
|
export type NonEmptyString = string;
|
|
5316
|
+
export type NullableBoolean = boolean;
|
|
5226
5317
|
export type OnClause = string;
|
|
5227
5318
|
export type OptionalPort = number;
|
|
5228
5319
|
export interface OracleParameters {
|
|
@@ -5334,11 +5425,11 @@ declare namespace QuickSight {
|
|
|
5334
5425
|
/**
|
|
5335
5426
|
* The ID of the queued ingestion.
|
|
5336
5427
|
*/
|
|
5337
|
-
WaitingOnIngestion:
|
|
5428
|
+
WaitingOnIngestion: String;
|
|
5338
5429
|
/**
|
|
5339
5430
|
* The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.
|
|
5340
5431
|
*/
|
|
5341
|
-
QueuedIngestion:
|
|
5432
|
+
QueuedIngestion: String;
|
|
5342
5433
|
}
|
|
5343
5434
|
export interface RdsParameters {
|
|
5344
5435
|
/**
|
|
@@ -5371,7 +5462,7 @@ declare namespace QuickSight {
|
|
|
5371
5462
|
}
|
|
5372
5463
|
export interface RegisterUserRequest {
|
|
5373
5464
|
/**
|
|
5374
|
-
* Amazon QuickSight supports several ways of managing the identity of users. This parameter accepts two values: IAM: A user whose identity maps to an existing
|
|
5465
|
+
* Amazon QuickSight supports several ways of managing the identity of users. This parameter accepts two values: IAM: A user whose identity maps to an existing IAM user or role. QUICKSIGHT: A user whose identity is owned and managed internally by Amazon QuickSight.
|
|
5375
5466
|
*/
|
|
5376
5467
|
IdentityType: IdentityType;
|
|
5377
5468
|
/**
|
|
@@ -5383,11 +5474,11 @@ declare namespace QuickSight {
|
|
|
5383
5474
|
*/
|
|
5384
5475
|
UserRole: UserRole;
|
|
5385
5476
|
/**
|
|
5386
|
-
* The ARN of the
|
|
5477
|
+
* The ARN of the IAM user or role that you are registering with Amazon QuickSight.
|
|
5387
5478
|
*/
|
|
5388
5479
|
IamArn?: String;
|
|
5389
5480
|
/**
|
|
5390
|
-
* You need to use this parameter only when you register one or more users using an assumed
|
|
5481
|
+
* You need to use this parameter only when you register one or more users using an assumed IAM role. You don't need to provide the session name for other scenarios, for example when you are registering an IAM user or an Amazon QuickSight user. You can register multiple users using the same IAM role if each user has a different session name. For more information on assuming IAM roles, see assume-role in the CLI Reference.
|
|
5391
5482
|
*/
|
|
5392
5483
|
SessionName?: RoleSessionName;
|
|
5393
5484
|
/**
|
|
@@ -5403,7 +5494,7 @@ declare namespace QuickSight {
|
|
|
5403
5494
|
*/
|
|
5404
5495
|
UserName?: UserName;
|
|
5405
5496
|
/**
|
|
5406
|
-
* (Enterprise edition only) The name of the custom permissions profile that you want to assign to this user. Customized permissions allows you to control a user's access by restricting access the following operations: Create and update data sources Create and update datasets Create and update email reports Subscribe to email reports To add custom permissions to an existing user, use UpdateUser instead. A set of custom permissions includes any combination of these restrictions. Currently, you need to create the profile names for custom permission sets by using the Amazon QuickSight console. Then, you use the RegisterUser API operation to assign the named set of permissions to a
|
|
5497
|
+
* (Enterprise edition only) The name of the custom permissions profile that you want to assign to this user. Customized permissions allows you to control a user's access by restricting access the following operations: Create and update data sources Create and update datasets Create and update email reports Subscribe to email reports To add custom permissions to an existing user, use UpdateUser instead. A set of custom permissions includes any combination of these restrictions. Currently, you need to create the profile names for custom permission sets by using the Amazon QuickSight console. Then, you use the RegisterUser API operation to assign the named set of permissions to a QuickSight user. Amazon QuickSight custom permissions are applied through IAM policies. Therefore, they override the permissions typically granted by assigning Amazon QuickSight users to one of the default security cohorts in Amazon QuickSight (admin, author, reader). This feature is available only to Amazon QuickSight Enterprise edition subscriptions.
|
|
5407
5498
|
*/
|
|
5408
5499
|
CustomPermissionsName?: RoleName;
|
|
5409
5500
|
/**
|
|
@@ -5449,9 +5540,19 @@ declare namespace QuickSight {
|
|
|
5449
5540
|
*/
|
|
5450
5541
|
Dashboard?: RegisteredUserDashboardEmbeddingConfiguration;
|
|
5451
5542
|
/**
|
|
5452
|
-
* The configuration details for providing
|
|
5543
|
+
* The configuration details for providing each Amazon QuickSight console embedding experience. This can be used along with custom permissions to restrict access to certain features. For more information, see Customizing Access to the Amazon QuickSight Console in the Amazon QuickSight User Guide. Use GenerateEmbedUrlForRegisteredUser where you want to provide an authoring portal that allows users to create data sources, datasets, analyses, and dashboards. The users who accesses an embedded Amazon QuickSight console needs to belong to the author or admin security cohort. If you want to restrict permissions to some of these features, add a custom permissions profile to the user with the UpdateUser API operation. Use the RegisterUser API operation to add a new user with a custom permission profile attached. For more information, see the following sections in the Amazon QuickSight User Guide: Embedding the Full Functionality of the Amazon QuickSight Console for Authenticated Users Customizing Access to the Amazon QuickSight Console For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
|
|
5453
5544
|
*/
|
|
5454
5545
|
QuickSightConsole?: RegisteredUserQuickSightConsoleEmbeddingConfiguration;
|
|
5546
|
+
/**
|
|
5547
|
+
* The configuration details for embedding the Q search bar. For more information about embedding the Q search bar, see Embedding Overview.
|
|
5548
|
+
*/
|
|
5549
|
+
QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration;
|
|
5550
|
+
}
|
|
5551
|
+
export interface RegisteredUserQSearchBarEmbeddingConfiguration {
|
|
5552
|
+
/**
|
|
5553
|
+
* The ID of the Q topic that you want to make the starting topic in the Q search bar. You can find a topic ID by navigating to the Topics pane in the Amazon QuickSight application and opening a topic. The ID is in the URL for the topic that you open. If you don't specify an initial topic, a list of all shared topics is shown in the Q bar for your readers. When you select an initial topic, you can specify whether or not readers are allowed to select other topics from the available ones in the list.
|
|
5554
|
+
*/
|
|
5555
|
+
InitialTopicId?: RestrictiveResourceId;
|
|
5455
5556
|
}
|
|
5456
5557
|
export interface RegisteredUserQuickSightConsoleEmbeddingConfiguration {
|
|
5457
5558
|
/**
|
|
@@ -5498,11 +5599,11 @@ declare namespace QuickSight {
|
|
|
5498
5599
|
export type ResourceName = string;
|
|
5499
5600
|
export interface ResourcePermission {
|
|
5500
5601
|
/**
|
|
5501
|
-
* The Amazon Resource Name (ARN) of the principal. This can be one of the following: The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.) The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) The ARN of an Amazon Web Services account root: This is an
|
|
5602
|
+
* The Amazon Resource Name (ARN) of the principal. This can be one of the following: The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.) The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. (This is less common.)
|
|
5502
5603
|
*/
|
|
5503
5604
|
Principal: Principal;
|
|
5504
5605
|
/**
|
|
5505
|
-
* The
|
|
5606
|
+
* The IAM action to grant or revoke permissions on.
|
|
5506
5607
|
*/
|
|
5507
5608
|
Actions: ActionList;
|
|
5508
5609
|
}
|
|
@@ -5543,11 +5644,15 @@ declare namespace QuickSight {
|
|
|
5543
5644
|
/**
|
|
5544
5645
|
* The number of rows that were ingested.
|
|
5545
5646
|
*/
|
|
5546
|
-
RowsIngested?:
|
|
5647
|
+
RowsIngested?: Long;
|
|
5547
5648
|
/**
|
|
5548
5649
|
* The number of rows that were not ingested.
|
|
5549
5650
|
*/
|
|
5550
|
-
RowsDropped?:
|
|
5651
|
+
RowsDropped?: Long;
|
|
5652
|
+
/**
|
|
5653
|
+
* The total number of rows in the dataset.
|
|
5654
|
+
*/
|
|
5655
|
+
TotalRowsInDataset?: Long;
|
|
5551
5656
|
}
|
|
5552
5657
|
export interface RowLevelPermissionDataSet {
|
|
5553
5658
|
/**
|
|
@@ -5699,7 +5804,7 @@ declare namespace QuickSight {
|
|
|
5699
5804
|
}
|
|
5700
5805
|
export interface SearchFoldersRequest {
|
|
5701
5806
|
/**
|
|
5702
|
-
* The
|
|
5807
|
+
* The ID for the Amazon Web Services account that contains the folder.
|
|
5703
5808
|
*/
|
|
5704
5809
|
AwsAccountId: AwsAccountId;
|
|
5705
5810
|
/**
|
|
@@ -5717,11 +5822,11 @@ declare namespace QuickSight {
|
|
|
5717
5822
|
}
|
|
5718
5823
|
export interface SearchFoldersResponse {
|
|
5719
5824
|
/**
|
|
5720
|
-
* The status
|
|
5825
|
+
* The HTTP status of the request.
|
|
5721
5826
|
*/
|
|
5722
5827
|
Status?: StatusCode;
|
|
5723
5828
|
/**
|
|
5724
|
-
* A structure that contains all of the folders in
|
|
5829
|
+
* A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.
|
|
5725
5830
|
*/
|
|
5726
5831
|
FolderSummaryList?: FolderSummaryList;
|
|
5727
5832
|
/**
|
|
@@ -5729,7 +5834,7 @@ declare namespace QuickSight {
|
|
|
5729
5834
|
*/
|
|
5730
5835
|
NextToken?: String;
|
|
5731
5836
|
/**
|
|
5732
|
-
* The request ID.
|
|
5837
|
+
* The Amazon Web Services request ID for this operation.
|
|
5733
5838
|
*/
|
|
5734
5839
|
RequestId?: String;
|
|
5735
5840
|
}
|
|
@@ -5899,7 +6004,7 @@ declare namespace QuickSight {
|
|
|
5899
6004
|
*/
|
|
5900
6005
|
Version?: TemplateVersion;
|
|
5901
6006
|
/**
|
|
5902
|
-
* The ID for the template. This is unique per Amazon Web Services Region
|
|
6007
|
+
* The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
5903
6008
|
*/
|
|
5904
6009
|
TemplateId?: RestrictiveResourceId;
|
|
5905
6010
|
/**
|
|
@@ -5971,7 +6076,7 @@ declare namespace QuickSight {
|
|
|
5971
6076
|
*/
|
|
5972
6077
|
Arn?: Arn;
|
|
5973
6078
|
/**
|
|
5974
|
-
* The ID of the template. This ID is unique per Amazon Web Services Region
|
|
6079
|
+
* The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
5975
6080
|
*/
|
|
5976
6081
|
TemplateId?: RestrictiveResourceId;
|
|
5977
6082
|
/**
|
|
@@ -6147,7 +6252,7 @@ declare namespace QuickSight {
|
|
|
6147
6252
|
*/
|
|
6148
6253
|
Name?: ThemeName;
|
|
6149
6254
|
/**
|
|
6150
|
-
* The ID of the theme. This ID is unique per Amazon Web Services Region
|
|
6255
|
+
* The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6151
6256
|
*/
|
|
6152
6257
|
ThemeId?: RestrictiveResourceId;
|
|
6153
6258
|
/**
|
|
@@ -6385,7 +6490,7 @@ declare namespace QuickSight {
|
|
|
6385
6490
|
*/
|
|
6386
6491
|
Namespace?: Namespace;
|
|
6387
6492
|
/**
|
|
6388
|
-
* The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region
|
|
6493
|
+
* The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
|
|
6389
6494
|
*/
|
|
6390
6495
|
AccountCustomization: AccountCustomization;
|
|
6391
6496
|
}
|
|
@@ -6403,7 +6508,7 @@ declare namespace QuickSight {
|
|
|
6403
6508
|
*/
|
|
6404
6509
|
Namespace?: Namespace;
|
|
6405
6510
|
/**
|
|
6406
|
-
* The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region
|
|
6511
|
+
* The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
|
|
6407
6512
|
*/
|
|
6408
6513
|
AccountCustomization?: AccountCustomization;
|
|
6409
6514
|
/**
|
|
@@ -6544,6 +6649,14 @@ declare namespace QuickSight {
|
|
|
6544
6649
|
* The permissions that you want to revoke from this resource.
|
|
6545
6650
|
*/
|
|
6546
6651
|
RevokePermissions?: UpdateResourcePermissionList;
|
|
6652
|
+
/**
|
|
6653
|
+
* Grants link permissions to all users in a defined namespace.
|
|
6654
|
+
*/
|
|
6655
|
+
GrantLinkPermissions?: UpdateLinkPermissionList;
|
|
6656
|
+
/**
|
|
6657
|
+
* Revokes link permissions from all users in a defined namespace.
|
|
6658
|
+
*/
|
|
6659
|
+
RevokeLinkPermissions?: UpdateLinkPermissionList;
|
|
6547
6660
|
}
|
|
6548
6661
|
export interface UpdateDashboardPermissionsResponse {
|
|
6549
6662
|
/**
|
|
@@ -6566,6 +6679,10 @@ declare namespace QuickSight {
|
|
|
6566
6679
|
* The HTTP status of the request.
|
|
6567
6680
|
*/
|
|
6568
6681
|
Status?: StatusCode;
|
|
6682
|
+
/**
|
|
6683
|
+
* Updates the permissions of a shared link to an Amazon QuickSight dashboard.
|
|
6684
|
+
*/
|
|
6685
|
+
LinkSharingConfiguration?: LinkSharingConfiguration;
|
|
6569
6686
|
}
|
|
6570
6687
|
export interface UpdateDashboardPublishedVersionRequest {
|
|
6571
6688
|
/**
|
|
@@ -6613,7 +6730,7 @@ declare namespace QuickSight {
|
|
|
6613
6730
|
*/
|
|
6614
6731
|
Name: DashboardName;
|
|
6615
6732
|
/**
|
|
6616
|
-
* The entity that you are using as a source when you update the dashboard. In SourceEntity, you specify the type of object you're using as source. You can only update a dashboard from a template, so you use a SourceTemplate entity. If you need to update a dashboard from an analysis, first convert the analysis to a template by using the
|
|
6733
|
+
* The entity that you are using as a source when you update the dashboard. In SourceEntity, you specify the type of object you're using as source. You can only update a dashboard from a template, so you use a SourceTemplate entity. If you need to update a dashboard from an analysis, first convert the analysis to a template by using the CreateTemplate API operation. For SourceTemplate, specify the Amazon Resource Name (ARN) of the source template. The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region. Use the DataSetReferences entity within SourceTemplate to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.
|
|
6617
6734
|
*/
|
|
6618
6735
|
SourceEntity: DashboardSourceEntity;
|
|
6619
6736
|
/**
|
|
@@ -6665,7 +6782,7 @@ declare namespace QuickSight {
|
|
|
6665
6782
|
*/
|
|
6666
6783
|
AwsAccountId: AwsAccountId;
|
|
6667
6784
|
/**
|
|
6668
|
-
* The ID for the dataset whose permissions you want to update. This ID is unique per Amazon Web Services Region
|
|
6785
|
+
* The ID for the dataset whose permissions you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6669
6786
|
*/
|
|
6670
6787
|
DataSetId: ResourceId;
|
|
6671
6788
|
/**
|
|
@@ -6683,7 +6800,7 @@ declare namespace QuickSight {
|
|
|
6683
6800
|
*/
|
|
6684
6801
|
DataSetArn?: Arn;
|
|
6685
6802
|
/**
|
|
6686
|
-
* The ID for the dataset whose permissions you want to update. This ID is unique per Amazon Web Services Region
|
|
6803
|
+
* The ID for the dataset whose permissions you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6687
6804
|
*/
|
|
6688
6805
|
DataSetId?: ResourceId;
|
|
6689
6806
|
/**
|
|
@@ -6701,7 +6818,7 @@ declare namespace QuickSight {
|
|
|
6701
6818
|
*/
|
|
6702
6819
|
AwsAccountId: AwsAccountId;
|
|
6703
6820
|
/**
|
|
6704
|
-
* The ID for the dataset that you want to update. This ID is unique per Amazon Web Services Region
|
|
6821
|
+
* The ID for the dataset that you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6705
6822
|
*/
|
|
6706
6823
|
DataSetId: ResourceId;
|
|
6707
6824
|
/**
|
|
@@ -6748,7 +6865,7 @@ declare namespace QuickSight {
|
|
|
6748
6865
|
*/
|
|
6749
6866
|
Arn?: Arn;
|
|
6750
6867
|
/**
|
|
6751
|
-
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region
|
|
6868
|
+
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6752
6869
|
*/
|
|
6753
6870
|
DataSetId?: ResourceId;
|
|
6754
6871
|
/**
|
|
@@ -6774,7 +6891,7 @@ declare namespace QuickSight {
|
|
|
6774
6891
|
*/
|
|
6775
6892
|
AwsAccountId: AwsAccountId;
|
|
6776
6893
|
/**
|
|
6777
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
6894
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6778
6895
|
*/
|
|
6779
6896
|
DataSourceId: ResourceId;
|
|
6780
6897
|
/**
|
|
@@ -6792,7 +6909,7 @@ declare namespace QuickSight {
|
|
|
6792
6909
|
*/
|
|
6793
6910
|
DataSourceArn?: Arn;
|
|
6794
6911
|
/**
|
|
6795
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
6912
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6796
6913
|
*/
|
|
6797
6914
|
DataSourceId?: ResourceId;
|
|
6798
6915
|
/**
|
|
@@ -6810,7 +6927,7 @@ declare namespace QuickSight {
|
|
|
6810
6927
|
*/
|
|
6811
6928
|
AwsAccountId: AwsAccountId;
|
|
6812
6929
|
/**
|
|
6813
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
6930
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6814
6931
|
*/
|
|
6815
6932
|
DataSourceId: ResourceId;
|
|
6816
6933
|
/**
|
|
@@ -6840,7 +6957,7 @@ declare namespace QuickSight {
|
|
|
6840
6957
|
*/
|
|
6841
6958
|
Arn?: Arn;
|
|
6842
6959
|
/**
|
|
6843
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
6960
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6844
6961
|
*/
|
|
6845
6962
|
DataSourceId?: ResourceId;
|
|
6846
6963
|
/**
|
|
@@ -6858,11 +6975,11 @@ declare namespace QuickSight {
|
|
|
6858
6975
|
}
|
|
6859
6976
|
export interface UpdateFolderPermissionsRequest {
|
|
6860
6977
|
/**
|
|
6861
|
-
* The
|
|
6978
|
+
* The ID for the Amazon Web Services account that contains the folder to update.
|
|
6862
6979
|
*/
|
|
6863
6980
|
AwsAccountId: AwsAccountId;
|
|
6864
6981
|
/**
|
|
6865
|
-
* The folder
|
|
6982
|
+
* The ID of the folder.
|
|
6866
6983
|
*/
|
|
6867
6984
|
FolderId: RestrictiveResourceId;
|
|
6868
6985
|
/**
|
|
@@ -6876,33 +6993,33 @@ declare namespace QuickSight {
|
|
|
6876
6993
|
}
|
|
6877
6994
|
export interface UpdateFolderPermissionsResponse {
|
|
6878
6995
|
/**
|
|
6879
|
-
* The status
|
|
6996
|
+
* The HTTP status of the request.
|
|
6880
6997
|
*/
|
|
6881
6998
|
Status?: StatusCode;
|
|
6882
6999
|
/**
|
|
6883
|
-
* The Amazon Resource Name (ARN).
|
|
7000
|
+
* The Amazon Resource Name (ARN) of the folder.
|
|
6884
7001
|
*/
|
|
6885
7002
|
Arn?: Arn;
|
|
6886
7003
|
/**
|
|
6887
|
-
* The folder
|
|
7004
|
+
* The ID of the folder.
|
|
6888
7005
|
*/
|
|
6889
7006
|
FolderId?: RestrictiveResourceId;
|
|
6890
7007
|
/**
|
|
6891
|
-
* Information about the permissions
|
|
7008
|
+
* Information about the permissions for the folder.
|
|
6892
7009
|
*/
|
|
6893
7010
|
Permissions?: ResourcePermissionList;
|
|
6894
7011
|
/**
|
|
6895
|
-
* The request ID.
|
|
7012
|
+
* The Amazon Web Services request ID for this operation.
|
|
6896
7013
|
*/
|
|
6897
7014
|
RequestId?: String;
|
|
6898
7015
|
}
|
|
6899
7016
|
export interface UpdateFolderRequest {
|
|
6900
7017
|
/**
|
|
6901
|
-
* The
|
|
7018
|
+
* The ID for the Amazon Web Services account that contains the folder to update.
|
|
6902
7019
|
*/
|
|
6903
7020
|
AwsAccountId: AwsAccountId;
|
|
6904
7021
|
/**
|
|
6905
|
-
* The folder
|
|
7022
|
+
* The ID of the folder.
|
|
6906
7023
|
*/
|
|
6907
7024
|
FolderId: RestrictiveResourceId;
|
|
6908
7025
|
/**
|
|
@@ -6912,19 +7029,19 @@ declare namespace QuickSight {
|
|
|
6912
7029
|
}
|
|
6913
7030
|
export interface UpdateFolderResponse {
|
|
6914
7031
|
/**
|
|
6915
|
-
* The status
|
|
7032
|
+
* The HTTP status of the request.
|
|
6916
7033
|
*/
|
|
6917
7034
|
Status?: StatusCode;
|
|
6918
7035
|
/**
|
|
6919
|
-
* The Amazon Resource Name (ARN).
|
|
7036
|
+
* The Amazon Resource Name (ARN) of the folder.
|
|
6920
7037
|
*/
|
|
6921
7038
|
Arn?: Arn;
|
|
6922
7039
|
/**
|
|
6923
|
-
* The folder
|
|
7040
|
+
* The ID of the folder.
|
|
6924
7041
|
*/
|
|
6925
7042
|
FolderId?: RestrictiveResourceId;
|
|
6926
7043
|
/**
|
|
6927
|
-
* The request ID.
|
|
7044
|
+
* The Amazon Web Services request ID for this operation.
|
|
6928
7045
|
*/
|
|
6929
7046
|
RequestId?: String;
|
|
6930
7047
|
}
|
|
@@ -6962,7 +7079,7 @@ declare namespace QuickSight {
|
|
|
6962
7079
|
}
|
|
6963
7080
|
export interface UpdateIAMPolicyAssignmentRequest {
|
|
6964
7081
|
/**
|
|
6965
|
-
* The ID of the Amazon Web Services account that contains the
|
|
7082
|
+
* The ID of the Amazon Web Services account that contains the IAM policy assignment.
|
|
6966
7083
|
*/
|
|
6967
7084
|
AwsAccountId: AwsAccountId;
|
|
6968
7085
|
/**
|
|
@@ -6978,7 +7095,7 @@ declare namespace QuickSight {
|
|
|
6978
7095
|
*/
|
|
6979
7096
|
AssignmentStatus?: AssignmentStatus;
|
|
6980
7097
|
/**
|
|
6981
|
-
* The ARN for the
|
|
7098
|
+
* The ARN for the IAM policy to apply to the Amazon QuickSight users and groups specified in this assignment.
|
|
6982
7099
|
*/
|
|
6983
7100
|
PolicyArn?: Arn;
|
|
6984
7101
|
/**
|
|
@@ -6996,11 +7113,11 @@ declare namespace QuickSight {
|
|
|
6996
7113
|
*/
|
|
6997
7114
|
AssignmentId?: String;
|
|
6998
7115
|
/**
|
|
6999
|
-
* The ARN for the
|
|
7116
|
+
* The ARN for the IAM policy applied to the Amazon QuickSight users and groups specified in this assignment.
|
|
7000
7117
|
*/
|
|
7001
7118
|
PolicyArn?: Arn;
|
|
7002
7119
|
/**
|
|
7003
|
-
* The Amazon QuickSight users, groups, or both that the
|
|
7120
|
+
* The Amazon QuickSight users, groups, or both that the IAM policy is assigned to.
|
|
7004
7121
|
*/
|
|
7005
7122
|
Identities?: IdentityMap;
|
|
7006
7123
|
/**
|
|
@@ -7016,6 +7133,35 @@ declare namespace QuickSight {
|
|
|
7016
7133
|
*/
|
|
7017
7134
|
Status?: StatusCode;
|
|
7018
7135
|
}
|
|
7136
|
+
export interface UpdateIpRestrictionRequest {
|
|
7137
|
+
/**
|
|
7138
|
+
* The ID of the Amazon Web Services account that contains the IP rules.
|
|
7139
|
+
*/
|
|
7140
|
+
AwsAccountId: AwsAccountId;
|
|
7141
|
+
/**
|
|
7142
|
+
* A map that describes the updated IP rules with CIDR ranges and descriptions.
|
|
7143
|
+
*/
|
|
7144
|
+
IpRestrictionRuleMap?: IpRestrictionRuleMap;
|
|
7145
|
+
/**
|
|
7146
|
+
* A value that specifies whether IP rules are turned on.
|
|
7147
|
+
*/
|
|
7148
|
+
Enabled?: NullableBoolean;
|
|
7149
|
+
}
|
|
7150
|
+
export interface UpdateIpRestrictionResponse {
|
|
7151
|
+
/**
|
|
7152
|
+
* The ID of the Amazon Web Services account that contains the IP rules.
|
|
7153
|
+
*/
|
|
7154
|
+
AwsAccountId?: AwsAccountId;
|
|
7155
|
+
/**
|
|
7156
|
+
* The Amazon Web Services request ID for this operation.
|
|
7157
|
+
*/
|
|
7158
|
+
RequestId?: String;
|
|
7159
|
+
/**
|
|
7160
|
+
* The HTTP status of the request.
|
|
7161
|
+
*/
|
|
7162
|
+
Status?: StatusCode;
|
|
7163
|
+
}
|
|
7164
|
+
export type UpdateLinkPermissionList = ResourcePermission[];
|
|
7019
7165
|
export type UpdateResourcePermissionList = ResourcePermission[];
|
|
7020
7166
|
export interface UpdateTemplateAliasRequest {
|
|
7021
7167
|
/**
|
|
@@ -7283,7 +7429,7 @@ declare namespace QuickSight {
|
|
|
7283
7429
|
*/
|
|
7284
7430
|
Role: UserRole;
|
|
7285
7431
|
/**
|
|
7286
|
-
* (Enterprise edition only) The name of the custom permissions profile that you want to assign to this user. Customized permissions allows you to control a user's access by restricting access the following operations: Create and update data sources Create and update datasets Create and update email reports Subscribe to email reports A set of custom permissions includes any combination of these restrictions. Currently, you need to create the profile names for custom permission sets by using the Amazon QuickSight console. Then, you use the RegisterUser API operation to assign the named set of permissions to a
|
|
7432
|
+
* (Enterprise edition only) The name of the custom permissions profile that you want to assign to this user. Customized permissions allows you to control a user's access by restricting access the following operations: Create and update data sources Create and update datasets Create and update email reports Subscribe to email reports A set of custom permissions includes any combination of these restrictions. Currently, you need to create the profile names for custom permission sets by using the Amazon QuickSight console. Then, you use the RegisterUser API operation to assign the named set of permissions to a QuickSight user. Amazon QuickSight custom permissions are applied through IAM policies. Therefore, they override the permissions typically granted by assigning Amazon QuickSight users to one of the default security cohorts in Amazon QuickSight (admin, author, reader). This feature is available only to Amazon QuickSight Enterprise edition subscriptions.
|
|
7287
7433
|
*/
|
|
7288
7434
|
CustomPermissionsName?: RoleName;
|
|
7289
7435
|
/**
|
|
@@ -7291,7 +7437,7 @@ declare namespace QuickSight {
|
|
|
7291
7437
|
*/
|
|
7292
7438
|
UnapplyCustomPermissions?: Boolean;
|
|
7293
7439
|
/**
|
|
7294
|
-
* The type of supported external login provider that provides identity to let a user federate into Amazon QuickSight with an associated Identity and Access Management(IAM) role. The type of supported external login provider can be one of the following. COGNITO: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com. When choosing the COGNITO provider type, don’t use the "CustomFederationProviderUrl" parameter which is only needed when the external provider is custom. CUSTOM_OIDC: Custom OpenID Connect (OIDC) provider. When choosing CUSTOM_OIDC type, use the CustomFederationProviderUrl parameter to provide the custom OIDC provider URL. NONE: This clears all the previously saved external login information for a user. Use DescribeUser API to check the external login information.
|
|
7440
|
+
* The type of supported external login provider that provides identity to let a user federate into Amazon QuickSight with an associated Identity and Access Management(IAM) role. The type of supported external login provider can be one of the following. COGNITO: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com. When choosing the COGNITO provider type, don’t use the "CustomFederationProviderUrl" parameter which is only needed when the external provider is custom. CUSTOM_OIDC: Custom OpenID Connect (OIDC) provider. When choosing CUSTOM_OIDC type, use the CustomFederationProviderUrl parameter to provide the custom OIDC provider URL. NONE: This clears all the previously saved external login information for a user. Use the DescribeUser API operation to check the external login information.
|
|
7295
7441
|
*/
|
|
7296
7442
|
ExternalLoginFederationProviderType?: String;
|
|
7297
7443
|
/**
|
|
@@ -7345,7 +7491,7 @@ declare namespace QuickSight {
|
|
|
7345
7491
|
*/
|
|
7346
7492
|
Arn?: Arn;
|
|
7347
7493
|
/**
|
|
7348
|
-
* The user's user name.
|
|
7494
|
+
* The user's user name. In the output, the value for UserName is N/A when the value for IdentityType is IAM and the corresponding IAM user is deleted.
|
|
7349
7495
|
*/
|
|
7350
7496
|
UserName?: UserName;
|
|
7351
7497
|
/**
|
|
@@ -7373,7 +7519,7 @@ declare namespace QuickSight {
|
|
|
7373
7519
|
*/
|
|
7374
7520
|
CustomPermissionsName?: RoleName;
|
|
7375
7521
|
/**
|
|
7376
|
-
* The type of supported external login provider that provides identity to let the user federate into Amazon QuickSight with an associated
|
|
7522
|
+
* The type of supported external login provider that provides identity to let the user federate into Amazon QuickSight with an associated IAM role. The type can be one of the following. COGNITO: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com. CUSTOM_OIDC: Custom OpenID Connect (OIDC) provider.
|
|
7377
7523
|
*/
|
|
7378
7524
|
ExternalLoginFederationProviderType?: String;
|
|
7379
7525
|
/**
|
|
@@ -7399,8 +7545,6 @@ declare namespace QuickSight {
|
|
|
7399
7545
|
}
|
|
7400
7546
|
export type Warehouse = string;
|
|
7401
7547
|
export type WorkGroup = string;
|
|
7402
|
-
export type long = number;
|
|
7403
|
-
export type timestamp = Date;
|
|
7404
7548
|
/**
|
|
7405
7549
|
* 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.
|
|
7406
7550
|
*/
|