@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
|
@@ -118,13 +118,13 @@
|
|
|
118
118
|
},
|
|
119
119
|
"Name": {},
|
|
120
120
|
"Parameters": {
|
|
121
|
-
"shape": "
|
|
121
|
+
"shape": "Sj"
|
|
122
122
|
},
|
|
123
123
|
"Permissions": {
|
|
124
|
-
"shape": "
|
|
124
|
+
"shape": "S10"
|
|
125
125
|
},
|
|
126
126
|
"SourceEntity": {
|
|
127
|
-
"shape": "
|
|
127
|
+
"shape": "S14"
|
|
128
128
|
},
|
|
129
129
|
"ThemeArn": {},
|
|
130
130
|
"Tags": {
|
|
@@ -169,20 +169,20 @@
|
|
|
169
169
|
},
|
|
170
170
|
"Name": {},
|
|
171
171
|
"Parameters": {
|
|
172
|
-
"shape": "
|
|
172
|
+
"shape": "Sj"
|
|
173
173
|
},
|
|
174
174
|
"Permissions": {
|
|
175
|
-
"shape": "
|
|
175
|
+
"shape": "S10"
|
|
176
176
|
},
|
|
177
177
|
"SourceEntity": {
|
|
178
|
-
"shape": "
|
|
178
|
+
"shape": "S1c"
|
|
179
179
|
},
|
|
180
180
|
"Tags": {
|
|
181
181
|
"shape": "Sb"
|
|
182
182
|
},
|
|
183
183
|
"VersionDescription": {},
|
|
184
184
|
"DashboardPublishOptions": {
|
|
185
|
-
"shape": "
|
|
185
|
+
"shape": "S1f"
|
|
186
186
|
},
|
|
187
187
|
"ThemeArn": {}
|
|
188
188
|
}
|
|
@@ -223,35 +223,35 @@
|
|
|
223
223
|
"DataSetId": {},
|
|
224
224
|
"Name": {},
|
|
225
225
|
"PhysicalTableMap": {
|
|
226
|
-
"shape": "
|
|
226
|
+
"shape": "S1p"
|
|
227
227
|
},
|
|
228
228
|
"LogicalTableMap": {
|
|
229
|
-
"shape": "
|
|
229
|
+
"shape": "S2a"
|
|
230
230
|
},
|
|
231
231
|
"ImportMode": {},
|
|
232
232
|
"ColumnGroups": {
|
|
233
|
-
"shape": "
|
|
233
|
+
"shape": "S37"
|
|
234
234
|
},
|
|
235
235
|
"FieldFolders": {
|
|
236
|
-
"shape": "
|
|
236
|
+
"shape": "S3d"
|
|
237
237
|
},
|
|
238
238
|
"Permissions": {
|
|
239
|
-
"shape": "
|
|
239
|
+
"shape": "S10"
|
|
240
240
|
},
|
|
241
241
|
"RowLevelPermissionDataSet": {
|
|
242
|
-
"shape": "
|
|
242
|
+
"shape": "S3i"
|
|
243
243
|
},
|
|
244
244
|
"RowLevelPermissionTagConfiguration": {
|
|
245
|
-
"shape": "
|
|
245
|
+
"shape": "S3m"
|
|
246
246
|
},
|
|
247
247
|
"ColumnLevelPermissionRules": {
|
|
248
|
-
"shape": "
|
|
248
|
+
"shape": "S3s"
|
|
249
249
|
},
|
|
250
250
|
"Tags": {
|
|
251
251
|
"shape": "Sb"
|
|
252
252
|
},
|
|
253
253
|
"DataSetUsageConfiguration": {
|
|
254
|
-
"shape": "
|
|
254
|
+
"shape": "S3w"
|
|
255
255
|
}
|
|
256
256
|
}
|
|
257
257
|
},
|
|
@@ -291,19 +291,19 @@
|
|
|
291
291
|
"Name": {},
|
|
292
292
|
"Type": {},
|
|
293
293
|
"DataSourceParameters": {
|
|
294
|
-
"shape": "
|
|
294
|
+
"shape": "S40"
|
|
295
295
|
},
|
|
296
296
|
"Credentials": {
|
|
297
|
-
"shape": "
|
|
297
|
+
"shape": "S53"
|
|
298
298
|
},
|
|
299
299
|
"Permissions": {
|
|
300
|
-
"shape": "
|
|
300
|
+
"shape": "S10"
|
|
301
301
|
},
|
|
302
302
|
"VpcConnectionProperties": {
|
|
303
|
-
"shape": "
|
|
303
|
+
"shape": "S59"
|
|
304
304
|
},
|
|
305
305
|
"SslProperties": {
|
|
306
|
-
"shape": "
|
|
306
|
+
"shape": "S5a"
|
|
307
307
|
},
|
|
308
308
|
"Tags": {
|
|
309
309
|
"shape": "Sb"
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"FolderType": {},
|
|
348
348
|
"ParentFolderArn": {},
|
|
349
349
|
"Permissions": {
|
|
350
|
-
"shape": "
|
|
350
|
+
"shape": "S10"
|
|
351
351
|
},
|
|
352
352
|
"Tags": {
|
|
353
353
|
"shape": "Sb"
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
"type": "structure",
|
|
445
445
|
"members": {
|
|
446
446
|
"Group": {
|
|
447
|
-
"shape": "
|
|
447
|
+
"shape": "S5o"
|
|
448
448
|
},
|
|
449
449
|
"RequestId": {},
|
|
450
450
|
"Status": {
|
|
@@ -490,7 +490,7 @@
|
|
|
490
490
|
"type": "structure",
|
|
491
491
|
"members": {
|
|
492
492
|
"GroupMember": {
|
|
493
|
-
"shape": "
|
|
493
|
+
"shape": "S5s"
|
|
494
494
|
},
|
|
495
495
|
"RequestId": {},
|
|
496
496
|
"Status": {
|
|
@@ -521,7 +521,7 @@
|
|
|
521
521
|
"AssignmentStatus": {},
|
|
522
522
|
"PolicyArn": {},
|
|
523
523
|
"Identities": {
|
|
524
|
-
"shape": "
|
|
524
|
+
"shape": "S5w"
|
|
525
525
|
},
|
|
526
526
|
"Namespace": {
|
|
527
527
|
"location": "uri",
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
"AssignmentStatus": {},
|
|
538
538
|
"PolicyArn": {},
|
|
539
539
|
"Identities": {
|
|
540
|
-
"shape": "
|
|
540
|
+
"shape": "S5w"
|
|
541
541
|
},
|
|
542
542
|
"RequestId": {},
|
|
543
543
|
"Status": {
|
|
@@ -571,7 +571,8 @@
|
|
|
571
571
|
"AwsAccountId": {
|
|
572
572
|
"location": "uri",
|
|
573
573
|
"locationName": "AwsAccountId"
|
|
574
|
-
}
|
|
574
|
+
},
|
|
575
|
+
"IngestionType": {}
|
|
575
576
|
}
|
|
576
577
|
},
|
|
577
578
|
"output": {
|
|
@@ -649,10 +650,10 @@
|
|
|
649
650
|
},
|
|
650
651
|
"Name": {},
|
|
651
652
|
"Permissions": {
|
|
652
|
-
"shape": "
|
|
653
|
+
"shape": "S10"
|
|
653
654
|
},
|
|
654
655
|
"SourceEntity": {
|
|
655
|
-
"shape": "
|
|
656
|
+
"shape": "S6a"
|
|
656
657
|
},
|
|
657
658
|
"Tags": {
|
|
658
659
|
"shape": "Sb"
|
|
@@ -709,7 +710,7 @@
|
|
|
709
710
|
"type": "structure",
|
|
710
711
|
"members": {
|
|
711
712
|
"TemplateAlias": {
|
|
712
|
-
"shape": "
|
|
713
|
+
"shape": "S6i"
|
|
713
714
|
},
|
|
714
715
|
"Status": {
|
|
715
716
|
"location": "statusCode",
|
|
@@ -745,10 +746,10 @@
|
|
|
745
746
|
"BaseThemeId": {},
|
|
746
747
|
"VersionDescription": {},
|
|
747
748
|
"Configuration": {
|
|
748
|
-
"shape": "
|
|
749
|
+
"shape": "S6l"
|
|
749
750
|
},
|
|
750
751
|
"Permissions": {
|
|
751
|
-
"shape": "
|
|
752
|
+
"shape": "S10"
|
|
752
753
|
},
|
|
753
754
|
"Tags": {
|
|
754
755
|
"shape": "Sb"
|
|
@@ -804,7 +805,7 @@
|
|
|
804
805
|
"type": "structure",
|
|
805
806
|
"members": {
|
|
806
807
|
"ThemeAlias": {
|
|
807
|
-
"shape": "
|
|
808
|
+
"shape": "S70"
|
|
808
809
|
},
|
|
809
810
|
"Status": {
|
|
810
811
|
"location": "statusCode",
|
|
@@ -1595,7 +1596,7 @@
|
|
|
1595
1596
|
}
|
|
1596
1597
|
},
|
|
1597
1598
|
"DataSetArns": {
|
|
1598
|
-
"shape": "
|
|
1599
|
+
"shape": "S8d"
|
|
1599
1600
|
},
|
|
1600
1601
|
"ThemeArn": {},
|
|
1601
1602
|
"CreatedTime": {
|
|
@@ -1605,7 +1606,7 @@
|
|
|
1605
1606
|
"type": "timestamp"
|
|
1606
1607
|
},
|
|
1607
1608
|
"Sheets": {
|
|
1608
|
-
"shape": "
|
|
1609
|
+
"shape": "S8e"
|
|
1609
1610
|
}
|
|
1610
1611
|
}
|
|
1611
1612
|
},
|
|
@@ -1645,7 +1646,7 @@
|
|
|
1645
1646
|
"AnalysisId": {},
|
|
1646
1647
|
"AnalysisArn": {},
|
|
1647
1648
|
"Permissions": {
|
|
1648
|
-
"shape": "
|
|
1649
|
+
"shape": "S10"
|
|
1649
1650
|
},
|
|
1650
1651
|
"Status": {
|
|
1651
1652
|
"location": "statusCode",
|
|
@@ -1718,12 +1719,12 @@
|
|
|
1718
1719
|
"Arn": {},
|
|
1719
1720
|
"SourceEntityArn": {},
|
|
1720
1721
|
"DataSetArns": {
|
|
1721
|
-
"shape": "
|
|
1722
|
+
"shape": "S8d"
|
|
1722
1723
|
},
|
|
1723
1724
|
"Description": {},
|
|
1724
1725
|
"ThemeArn": {},
|
|
1725
1726
|
"Sheets": {
|
|
1726
|
-
"shape": "
|
|
1727
|
+
"shape": "S8e"
|
|
1727
1728
|
}
|
|
1728
1729
|
}
|
|
1729
1730
|
},
|
|
@@ -1774,13 +1775,16 @@
|
|
|
1774
1775
|
"DashboardId": {},
|
|
1775
1776
|
"DashboardArn": {},
|
|
1776
1777
|
"Permissions": {
|
|
1777
|
-
"shape": "
|
|
1778
|
+
"shape": "S10"
|
|
1778
1779
|
},
|
|
1779
1780
|
"Status": {
|
|
1780
1781
|
"location": "statusCode",
|
|
1781
1782
|
"type": "integer"
|
|
1782
1783
|
},
|
|
1783
|
-
"RequestId": {}
|
|
1784
|
+
"RequestId": {},
|
|
1785
|
+
"LinkSharingConfiguration": {
|
|
1786
|
+
"shape": "S8r"
|
|
1787
|
+
}
|
|
1784
1788
|
}
|
|
1785
1789
|
}
|
|
1786
1790
|
},
|
|
@@ -1822,10 +1826,10 @@
|
|
|
1822
1826
|
"type": "timestamp"
|
|
1823
1827
|
},
|
|
1824
1828
|
"PhysicalTableMap": {
|
|
1825
|
-
"shape": "
|
|
1829
|
+
"shape": "S1p"
|
|
1826
1830
|
},
|
|
1827
1831
|
"LogicalTableMap": {
|
|
1828
|
-
"shape": "
|
|
1832
|
+
"shape": "S2a"
|
|
1829
1833
|
},
|
|
1830
1834
|
"OutputColumns": {
|
|
1831
1835
|
"type": "list",
|
|
@@ -1843,22 +1847,22 @@
|
|
|
1843
1847
|
"type": "long"
|
|
1844
1848
|
},
|
|
1845
1849
|
"ColumnGroups": {
|
|
1846
|
-
"shape": "
|
|
1850
|
+
"shape": "S37"
|
|
1847
1851
|
},
|
|
1848
1852
|
"FieldFolders": {
|
|
1849
|
-
"shape": "
|
|
1853
|
+
"shape": "S3d"
|
|
1850
1854
|
},
|
|
1851
1855
|
"RowLevelPermissionDataSet": {
|
|
1852
|
-
"shape": "
|
|
1856
|
+
"shape": "S3i"
|
|
1853
1857
|
},
|
|
1854
1858
|
"RowLevelPermissionTagConfiguration": {
|
|
1855
|
-
"shape": "
|
|
1859
|
+
"shape": "S3m"
|
|
1856
1860
|
},
|
|
1857
1861
|
"ColumnLevelPermissionRules": {
|
|
1858
|
-
"shape": "
|
|
1862
|
+
"shape": "S3s"
|
|
1859
1863
|
},
|
|
1860
1864
|
"DataSetUsageConfiguration": {
|
|
1861
|
-
"shape": "
|
|
1865
|
+
"shape": "S3w"
|
|
1862
1866
|
}
|
|
1863
1867
|
}
|
|
1864
1868
|
},
|
|
@@ -1898,7 +1902,7 @@
|
|
|
1898
1902
|
"DataSetArn": {},
|
|
1899
1903
|
"DataSetId": {},
|
|
1900
1904
|
"Permissions": {
|
|
1901
|
-
"shape": "
|
|
1905
|
+
"shape": "S10"
|
|
1902
1906
|
},
|
|
1903
1907
|
"RequestId": {},
|
|
1904
1908
|
"Status": {
|
|
@@ -1934,7 +1938,7 @@
|
|
|
1934
1938
|
"type": "structure",
|
|
1935
1939
|
"members": {
|
|
1936
1940
|
"DataSource": {
|
|
1937
|
-
"shape": "
|
|
1941
|
+
"shape": "S91"
|
|
1938
1942
|
},
|
|
1939
1943
|
"RequestId": {},
|
|
1940
1944
|
"Status": {
|
|
@@ -1972,7 +1976,7 @@
|
|
|
1972
1976
|
"DataSourceArn": {},
|
|
1973
1977
|
"DataSourceId": {},
|
|
1974
1978
|
"Permissions": {
|
|
1975
|
-
"shape": "
|
|
1979
|
+
"shape": "S10"
|
|
1976
1980
|
},
|
|
1977
1981
|
"RequestId": {},
|
|
1978
1982
|
"Status": {
|
|
@@ -2066,7 +2070,7 @@
|
|
|
2066
2070
|
"FolderId": {},
|
|
2067
2071
|
"Arn": {},
|
|
2068
2072
|
"Permissions": {
|
|
2069
|
-
"shape": "
|
|
2073
|
+
"shape": "S10"
|
|
2070
2074
|
},
|
|
2071
2075
|
"RequestId": {}
|
|
2072
2076
|
}
|
|
@@ -2104,7 +2108,7 @@
|
|
|
2104
2108
|
"FolderId": {},
|
|
2105
2109
|
"Arn": {},
|
|
2106
2110
|
"Permissions": {
|
|
2107
|
-
"shape": "
|
|
2111
|
+
"shape": "S10"
|
|
2108
2112
|
},
|
|
2109
2113
|
"RequestId": {}
|
|
2110
2114
|
}
|
|
@@ -2141,7 +2145,7 @@
|
|
|
2141
2145
|
"type": "structure",
|
|
2142
2146
|
"members": {
|
|
2143
2147
|
"Group": {
|
|
2144
|
-
"shape": "
|
|
2148
|
+
"shape": "S5o"
|
|
2145
2149
|
},
|
|
2146
2150
|
"RequestId": {},
|
|
2147
2151
|
"Status": {
|
|
@@ -2189,7 +2193,7 @@
|
|
|
2189
2193
|
"AssignmentName": {},
|
|
2190
2194
|
"PolicyArn": {},
|
|
2191
2195
|
"Identities": {
|
|
2192
|
-
"shape": "
|
|
2196
|
+
"shape": "S5w"
|
|
2193
2197
|
},
|
|
2194
2198
|
"AssignmentStatus": {}
|
|
2195
2199
|
}
|
|
@@ -2233,7 +2237,42 @@
|
|
|
2233
2237
|
"type": "structure",
|
|
2234
2238
|
"members": {
|
|
2235
2239
|
"Ingestion": {
|
|
2236
|
-
"shape": "
|
|
2240
|
+
"shape": "S9l"
|
|
2241
|
+
},
|
|
2242
|
+
"RequestId": {},
|
|
2243
|
+
"Status": {
|
|
2244
|
+
"location": "statusCode",
|
|
2245
|
+
"type": "integer"
|
|
2246
|
+
}
|
|
2247
|
+
}
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2250
|
+
"DescribeIpRestriction": {
|
|
2251
|
+
"http": {
|
|
2252
|
+
"method": "GET",
|
|
2253
|
+
"requestUri": "/accounts/{AwsAccountId}/ip-restriction"
|
|
2254
|
+
},
|
|
2255
|
+
"input": {
|
|
2256
|
+
"type": "structure",
|
|
2257
|
+
"required": [
|
|
2258
|
+
"AwsAccountId"
|
|
2259
|
+
],
|
|
2260
|
+
"members": {
|
|
2261
|
+
"AwsAccountId": {
|
|
2262
|
+
"location": "uri",
|
|
2263
|
+
"locationName": "AwsAccountId"
|
|
2264
|
+
}
|
|
2265
|
+
}
|
|
2266
|
+
},
|
|
2267
|
+
"output": {
|
|
2268
|
+
"type": "structure",
|
|
2269
|
+
"members": {
|
|
2270
|
+
"AwsAccountId": {},
|
|
2271
|
+
"IpRestrictionRuleMap": {
|
|
2272
|
+
"shape": "S9u"
|
|
2273
|
+
},
|
|
2274
|
+
"Enabled": {
|
|
2275
|
+
"type": "boolean"
|
|
2237
2276
|
},
|
|
2238
2277
|
"RequestId": {},
|
|
2239
2278
|
"Status": {
|
|
@@ -2269,7 +2308,7 @@
|
|
|
2269
2308
|
"type": "structure",
|
|
2270
2309
|
"members": {
|
|
2271
2310
|
"Namespace": {
|
|
2272
|
-
"shape": "
|
|
2311
|
+
"shape": "Sa0"
|
|
2273
2312
|
},
|
|
2274
2313
|
"RequestId": {},
|
|
2275
2314
|
"Status": {
|
|
@@ -2385,7 +2424,7 @@
|
|
|
2385
2424
|
"SourceEntityArn": {},
|
|
2386
2425
|
"ThemeArn": {},
|
|
2387
2426
|
"Sheets": {
|
|
2388
|
-
"shape": "
|
|
2427
|
+
"shape": "S8e"
|
|
2389
2428
|
}
|
|
2390
2429
|
}
|
|
2391
2430
|
},
|
|
@@ -2437,7 +2476,7 @@
|
|
|
2437
2476
|
"type": "structure",
|
|
2438
2477
|
"members": {
|
|
2439
2478
|
"TemplateAlias": {
|
|
2440
|
-
"shape": "
|
|
2479
|
+
"shape": "S6i"
|
|
2441
2480
|
},
|
|
2442
2481
|
"Status": {
|
|
2443
2482
|
"location": "statusCode",
|
|
@@ -2475,7 +2514,7 @@
|
|
|
2475
2514
|
"TemplateId": {},
|
|
2476
2515
|
"TemplateArn": {},
|
|
2477
2516
|
"Permissions": {
|
|
2478
|
-
"shape": "
|
|
2517
|
+
"shape": "S10"
|
|
2479
2518
|
},
|
|
2480
2519
|
"RequestId": {},
|
|
2481
2520
|
"Status": {
|
|
@@ -2538,7 +2577,7 @@
|
|
|
2538
2577
|
"type": "timestamp"
|
|
2539
2578
|
},
|
|
2540
2579
|
"Configuration": {
|
|
2541
|
-
"shape": "
|
|
2580
|
+
"shape": "S6l"
|
|
2542
2581
|
},
|
|
2543
2582
|
"Errors": {
|
|
2544
2583
|
"type": "list",
|
|
@@ -2601,7 +2640,7 @@
|
|
|
2601
2640
|
"type": "structure",
|
|
2602
2641
|
"members": {
|
|
2603
2642
|
"ThemeAlias": {
|
|
2604
|
-
"shape": "
|
|
2643
|
+
"shape": "S70"
|
|
2605
2644
|
},
|
|
2606
2645
|
"Status": {
|
|
2607
2646
|
"location": "statusCode",
|
|
@@ -2639,7 +2678,7 @@
|
|
|
2639
2678
|
"ThemeId": {},
|
|
2640
2679
|
"ThemeArn": {},
|
|
2641
2680
|
"Permissions": {
|
|
2642
|
-
"shape": "
|
|
2681
|
+
"shape": "S10"
|
|
2643
2682
|
},
|
|
2644
2683
|
"RequestId": {},
|
|
2645
2684
|
"Status": {
|
|
@@ -2680,7 +2719,7 @@
|
|
|
2680
2719
|
"type": "structure",
|
|
2681
2720
|
"members": {
|
|
2682
2721
|
"User": {
|
|
2683
|
-
"shape": "
|
|
2722
|
+
"shape": "Sb2"
|
|
2684
2723
|
},
|
|
2685
2724
|
"RequestId": {},
|
|
2686
2725
|
"Status": {
|
|
@@ -2722,7 +2761,7 @@
|
|
|
2722
2761
|
"members": {
|
|
2723
2762
|
"Key": {},
|
|
2724
2763
|
"Value": {
|
|
2725
|
-
"shape": "
|
|
2764
|
+
"shape": "S3r"
|
|
2726
2765
|
}
|
|
2727
2766
|
}
|
|
2728
2767
|
}
|
|
@@ -2756,7 +2795,7 @@
|
|
|
2756
2795
|
],
|
|
2757
2796
|
"members": {
|
|
2758
2797
|
"EmbedUrl": {
|
|
2759
|
-
"shape": "
|
|
2798
|
+
"shape": "Sbe"
|
|
2760
2799
|
},
|
|
2761
2800
|
"Status": {
|
|
2762
2801
|
"location": "statusCode",
|
|
@@ -2803,6 +2842,12 @@
|
|
|
2803
2842
|
"members": {
|
|
2804
2843
|
"InitialPath": {}
|
|
2805
2844
|
}
|
|
2845
|
+
},
|
|
2846
|
+
"QSearchBar": {
|
|
2847
|
+
"type": "structure",
|
|
2848
|
+
"members": {
|
|
2849
|
+
"InitialTopicId": {}
|
|
2850
|
+
}
|
|
2806
2851
|
}
|
|
2807
2852
|
}
|
|
2808
2853
|
}
|
|
@@ -2817,7 +2862,7 @@
|
|
|
2817
2862
|
],
|
|
2818
2863
|
"members": {
|
|
2819
2864
|
"EmbedUrl": {
|
|
2820
|
-
"shape": "
|
|
2865
|
+
"shape": "Sbe"
|
|
2821
2866
|
},
|
|
2822
2867
|
"Status": {
|
|
2823
2868
|
"location": "statusCode",
|
|
@@ -2892,7 +2937,7 @@
|
|
|
2892
2937
|
"type": "structure",
|
|
2893
2938
|
"members": {
|
|
2894
2939
|
"EmbedUrl": {
|
|
2895
|
-
"shape": "
|
|
2940
|
+
"shape": "Sbe"
|
|
2896
2941
|
},
|
|
2897
2942
|
"Status": {
|
|
2898
2943
|
"location": "statusCode",
|
|
@@ -2936,7 +2981,7 @@
|
|
|
2936
2981
|
"type": "structure",
|
|
2937
2982
|
"members": {
|
|
2938
2983
|
"EmbedUrl": {
|
|
2939
|
-
"shape": "
|
|
2984
|
+
"shape": "Sbe"
|
|
2940
2985
|
},
|
|
2941
2986
|
"Status": {
|
|
2942
2987
|
"location": "statusCode",
|
|
@@ -2976,7 +3021,7 @@
|
|
|
2976
3021
|
"type": "structure",
|
|
2977
3022
|
"members": {
|
|
2978
3023
|
"AnalysisSummaryList": {
|
|
2979
|
-
"shape": "
|
|
3024
|
+
"shape": "Sbw"
|
|
2980
3025
|
},
|
|
2981
3026
|
"NextToken": {},
|
|
2982
3027
|
"Status": {
|
|
@@ -3078,7 +3123,7 @@
|
|
|
3078
3123
|
"type": "structure",
|
|
3079
3124
|
"members": {
|
|
3080
3125
|
"DashboardSummaryList": {
|
|
3081
|
-
"shape": "
|
|
3126
|
+
"shape": "Sc4"
|
|
3082
3127
|
},
|
|
3083
3128
|
"NextToken": {},
|
|
3084
3129
|
"Status": {
|
|
@@ -3134,7 +3179,7 @@
|
|
|
3134
3179
|
},
|
|
3135
3180
|
"ImportMode": {},
|
|
3136
3181
|
"RowLevelPermissionDataSet": {
|
|
3137
|
-
"shape": "
|
|
3182
|
+
"shape": "S3i"
|
|
3138
3183
|
},
|
|
3139
3184
|
"RowLevelPermissionTagConfigurationApplied": {
|
|
3140
3185
|
"type": "boolean"
|
|
@@ -3186,7 +3231,7 @@
|
|
|
3186
3231
|
"DataSources": {
|
|
3187
3232
|
"type": "list",
|
|
3188
3233
|
"member": {
|
|
3189
|
-
"shape": "
|
|
3234
|
+
"shape": "S91"
|
|
3190
3235
|
}
|
|
3191
3236
|
},
|
|
3192
3237
|
"NextToken": {},
|
|
@@ -3285,7 +3330,7 @@
|
|
|
3285
3330
|
"type": "integer"
|
|
3286
3331
|
},
|
|
3287
3332
|
"FolderSummaryList": {
|
|
3288
|
-
"shape": "
|
|
3333
|
+
"shape": "Scj"
|
|
3289
3334
|
},
|
|
3290
3335
|
"NextToken": {},
|
|
3291
3336
|
"RequestId": {}
|
|
@@ -3334,7 +3379,7 @@
|
|
|
3334
3379
|
"GroupMemberList": {
|
|
3335
3380
|
"type": "list",
|
|
3336
3381
|
"member": {
|
|
3337
|
-
"shape": "
|
|
3382
|
+
"shape": "S5s"
|
|
3338
3383
|
}
|
|
3339
3384
|
},
|
|
3340
3385
|
"NextToken": {},
|
|
@@ -3381,7 +3426,7 @@
|
|
|
3381
3426
|
"type": "structure",
|
|
3382
3427
|
"members": {
|
|
3383
3428
|
"GroupList": {
|
|
3384
|
-
"shape": "
|
|
3429
|
+
"shape": "Scq"
|
|
3385
3430
|
},
|
|
3386
3431
|
"NextToken": {},
|
|
3387
3432
|
"RequestId": {},
|
|
@@ -3541,7 +3586,7 @@
|
|
|
3541
3586
|
"Ingestions": {
|
|
3542
3587
|
"type": "list",
|
|
3543
3588
|
"member": {
|
|
3544
|
-
"shape": "
|
|
3589
|
+
"shape": "S9l"
|
|
3545
3590
|
}
|
|
3546
3591
|
},
|
|
3547
3592
|
"NextToken": {},
|
|
@@ -3585,7 +3630,7 @@
|
|
|
3585
3630
|
"Namespaces": {
|
|
3586
3631
|
"type": "list",
|
|
3587
3632
|
"member": {
|
|
3588
|
-
"shape": "
|
|
3633
|
+
"shape": "Sa0"
|
|
3589
3634
|
}
|
|
3590
3635
|
},
|
|
3591
3636
|
"NextToken": {},
|
|
@@ -3665,7 +3710,7 @@
|
|
|
3665
3710
|
"TemplateAliasList": {
|
|
3666
3711
|
"type": "list",
|
|
3667
3712
|
"member": {
|
|
3668
|
-
"shape": "
|
|
3713
|
+
"shape": "S6i"
|
|
3669
3714
|
}
|
|
3670
3715
|
},
|
|
3671
3716
|
"Status": {
|
|
@@ -3832,7 +3877,7 @@
|
|
|
3832
3877
|
"ThemeAliasList": {
|
|
3833
3878
|
"type": "list",
|
|
3834
3879
|
"member": {
|
|
3835
|
-
"shape": "
|
|
3880
|
+
"shape": "S70"
|
|
3836
3881
|
}
|
|
3837
3882
|
},
|
|
3838
3883
|
"Status": {
|
|
@@ -4006,7 +4051,7 @@
|
|
|
4006
4051
|
"type": "structure",
|
|
4007
4052
|
"members": {
|
|
4008
4053
|
"GroupList": {
|
|
4009
|
-
"shape": "
|
|
4054
|
+
"shape": "Scq"
|
|
4010
4055
|
},
|
|
4011
4056
|
"NextToken": {},
|
|
4012
4057
|
"RequestId": {},
|
|
@@ -4054,7 +4099,7 @@
|
|
|
4054
4099
|
"UserList": {
|
|
4055
4100
|
"type": "list",
|
|
4056
4101
|
"member": {
|
|
4057
|
-
"shape": "
|
|
4102
|
+
"shape": "Sb2"
|
|
4058
4103
|
}
|
|
4059
4104
|
},
|
|
4060
4105
|
"NextToken": {},
|
|
@@ -4104,7 +4149,7 @@
|
|
|
4104
4149
|
"type": "structure",
|
|
4105
4150
|
"members": {
|
|
4106
4151
|
"User": {
|
|
4107
|
-
"shape": "
|
|
4152
|
+
"shape": "Sb2"
|
|
4108
4153
|
},
|
|
4109
4154
|
"UserInvitationUrl": {},
|
|
4110
4155
|
"RequestId": {},
|
|
@@ -4185,7 +4230,7 @@
|
|
|
4185
4230
|
"type": "structure",
|
|
4186
4231
|
"members": {
|
|
4187
4232
|
"AnalysisSummaryList": {
|
|
4188
|
-
"shape": "
|
|
4233
|
+
"shape": "Sbw"
|
|
4189
4234
|
},
|
|
4190
4235
|
"NextToken": {},
|
|
4191
4236
|
"Status": {
|
|
@@ -4235,7 +4280,7 @@
|
|
|
4235
4280
|
"type": "structure",
|
|
4236
4281
|
"members": {
|
|
4237
4282
|
"DashboardSummaryList": {
|
|
4238
|
-
"shape": "
|
|
4283
|
+
"shape": "Sc4"
|
|
4239
4284
|
},
|
|
4240
4285
|
"NextToken": {},
|
|
4241
4286
|
"Status": {
|
|
@@ -4286,7 +4331,7 @@
|
|
|
4286
4331
|
"type": "integer"
|
|
4287
4332
|
},
|
|
4288
4333
|
"FolderSummaryList": {
|
|
4289
|
-
"shape": "
|
|
4334
|
+
"shape": "Scj"
|
|
4290
4335
|
},
|
|
4291
4336
|
"NextToken": {},
|
|
4292
4337
|
"RequestId": {}
|
|
@@ -4456,10 +4501,10 @@
|
|
|
4456
4501
|
},
|
|
4457
4502
|
"Name": {},
|
|
4458
4503
|
"Parameters": {
|
|
4459
|
-
"shape": "
|
|
4504
|
+
"shape": "Sj"
|
|
4460
4505
|
},
|
|
4461
4506
|
"SourceEntity": {
|
|
4462
|
-
"shape": "
|
|
4507
|
+
"shape": "S14"
|
|
4463
4508
|
},
|
|
4464
4509
|
"ThemeArn": {}
|
|
4465
4510
|
}
|
|
@@ -4499,10 +4544,10 @@
|
|
|
4499
4544
|
"locationName": "AnalysisId"
|
|
4500
4545
|
},
|
|
4501
4546
|
"GrantPermissions": {
|
|
4502
|
-
"shape": "
|
|
4547
|
+
"shape": "Sew"
|
|
4503
4548
|
},
|
|
4504
4549
|
"RevokePermissions": {
|
|
4505
|
-
"shape": "
|
|
4550
|
+
"shape": "Sew"
|
|
4506
4551
|
}
|
|
4507
4552
|
}
|
|
4508
4553
|
},
|
|
@@ -4512,7 +4557,7 @@
|
|
|
4512
4557
|
"AnalysisArn": {},
|
|
4513
4558
|
"AnalysisId": {},
|
|
4514
4559
|
"Permissions": {
|
|
4515
|
-
"shape": "
|
|
4560
|
+
"shape": "S10"
|
|
4516
4561
|
},
|
|
4517
4562
|
"RequestId": {},
|
|
4518
4563
|
"Status": {
|
|
@@ -4546,14 +4591,14 @@
|
|
|
4546
4591
|
},
|
|
4547
4592
|
"Name": {},
|
|
4548
4593
|
"SourceEntity": {
|
|
4549
|
-
"shape": "
|
|
4594
|
+
"shape": "S1c"
|
|
4550
4595
|
},
|
|
4551
4596
|
"Parameters": {
|
|
4552
|
-
"shape": "
|
|
4597
|
+
"shape": "Sj"
|
|
4553
4598
|
},
|
|
4554
4599
|
"VersionDescription": {},
|
|
4555
4600
|
"DashboardPublishOptions": {
|
|
4556
|
-
"shape": "
|
|
4601
|
+
"shape": "S1f"
|
|
4557
4602
|
},
|
|
4558
4603
|
"ThemeArn": {}
|
|
4559
4604
|
}
|
|
@@ -4593,10 +4638,16 @@
|
|
|
4593
4638
|
"locationName": "DashboardId"
|
|
4594
4639
|
},
|
|
4595
4640
|
"GrantPermissions": {
|
|
4596
|
-
"shape": "
|
|
4641
|
+
"shape": "Sew"
|
|
4597
4642
|
},
|
|
4598
4643
|
"RevokePermissions": {
|
|
4599
|
-
"shape": "
|
|
4644
|
+
"shape": "Sew"
|
|
4645
|
+
},
|
|
4646
|
+
"GrantLinkPermissions": {
|
|
4647
|
+
"shape": "Sf1"
|
|
4648
|
+
},
|
|
4649
|
+
"RevokeLinkPermissions": {
|
|
4650
|
+
"shape": "Sf1"
|
|
4600
4651
|
}
|
|
4601
4652
|
}
|
|
4602
4653
|
},
|
|
@@ -4606,12 +4657,15 @@
|
|
|
4606
4657
|
"DashboardArn": {},
|
|
4607
4658
|
"DashboardId": {},
|
|
4608
4659
|
"Permissions": {
|
|
4609
|
-
"shape": "
|
|
4660
|
+
"shape": "S10"
|
|
4610
4661
|
},
|
|
4611
4662
|
"RequestId": {},
|
|
4612
4663
|
"Status": {
|
|
4613
4664
|
"location": "statusCode",
|
|
4614
4665
|
"type": "integer"
|
|
4666
|
+
},
|
|
4667
|
+
"LinkSharingConfiguration": {
|
|
4668
|
+
"shape": "S8r"
|
|
4615
4669
|
}
|
|
4616
4670
|
}
|
|
4617
4671
|
}
|
|
@@ -4682,29 +4736,29 @@
|
|
|
4682
4736
|
},
|
|
4683
4737
|
"Name": {},
|
|
4684
4738
|
"PhysicalTableMap": {
|
|
4685
|
-
"shape": "
|
|
4739
|
+
"shape": "S1p"
|
|
4686
4740
|
},
|
|
4687
4741
|
"LogicalTableMap": {
|
|
4688
|
-
"shape": "
|
|
4742
|
+
"shape": "S2a"
|
|
4689
4743
|
},
|
|
4690
4744
|
"ImportMode": {},
|
|
4691
4745
|
"ColumnGroups": {
|
|
4692
|
-
"shape": "
|
|
4746
|
+
"shape": "S37"
|
|
4693
4747
|
},
|
|
4694
4748
|
"FieldFolders": {
|
|
4695
|
-
"shape": "
|
|
4749
|
+
"shape": "S3d"
|
|
4696
4750
|
},
|
|
4697
4751
|
"RowLevelPermissionDataSet": {
|
|
4698
|
-
"shape": "
|
|
4752
|
+
"shape": "S3i"
|
|
4699
4753
|
},
|
|
4700
4754
|
"RowLevelPermissionTagConfiguration": {
|
|
4701
|
-
"shape": "
|
|
4755
|
+
"shape": "S3m"
|
|
4702
4756
|
},
|
|
4703
4757
|
"ColumnLevelPermissionRules": {
|
|
4704
|
-
"shape": "
|
|
4758
|
+
"shape": "S3s"
|
|
4705
4759
|
},
|
|
4706
4760
|
"DataSetUsageConfiguration": {
|
|
4707
|
-
"shape": "
|
|
4761
|
+
"shape": "S3w"
|
|
4708
4762
|
}
|
|
4709
4763
|
}
|
|
4710
4764
|
},
|
|
@@ -4743,10 +4797,10 @@
|
|
|
4743
4797
|
"locationName": "DataSetId"
|
|
4744
4798
|
},
|
|
4745
4799
|
"GrantPermissions": {
|
|
4746
|
-
"shape": "
|
|
4800
|
+
"shape": "S10"
|
|
4747
4801
|
},
|
|
4748
4802
|
"RevokePermissions": {
|
|
4749
|
-
"shape": "
|
|
4803
|
+
"shape": "S10"
|
|
4750
4804
|
}
|
|
4751
4805
|
}
|
|
4752
4806
|
},
|
|
@@ -4786,16 +4840,16 @@
|
|
|
4786
4840
|
},
|
|
4787
4841
|
"Name": {},
|
|
4788
4842
|
"DataSourceParameters": {
|
|
4789
|
-
"shape": "
|
|
4843
|
+
"shape": "S40"
|
|
4790
4844
|
},
|
|
4791
4845
|
"Credentials": {
|
|
4792
|
-
"shape": "
|
|
4846
|
+
"shape": "S53"
|
|
4793
4847
|
},
|
|
4794
4848
|
"VpcConnectionProperties": {
|
|
4795
|
-
"shape": "
|
|
4849
|
+
"shape": "S59"
|
|
4796
4850
|
},
|
|
4797
4851
|
"SslProperties": {
|
|
4798
|
-
"shape": "
|
|
4852
|
+
"shape": "S5a"
|
|
4799
4853
|
}
|
|
4800
4854
|
}
|
|
4801
4855
|
},
|
|
@@ -4833,10 +4887,10 @@
|
|
|
4833
4887
|
"locationName": "DataSourceId"
|
|
4834
4888
|
},
|
|
4835
4889
|
"GrantPermissions": {
|
|
4836
|
-
"shape": "
|
|
4890
|
+
"shape": "S10"
|
|
4837
4891
|
},
|
|
4838
4892
|
"RevokePermissions": {
|
|
4839
|
-
"shape": "
|
|
4893
|
+
"shape": "S10"
|
|
4840
4894
|
}
|
|
4841
4895
|
}
|
|
4842
4896
|
},
|
|
@@ -4911,10 +4965,10 @@
|
|
|
4911
4965
|
"locationName": "FolderId"
|
|
4912
4966
|
},
|
|
4913
4967
|
"GrantPermissions": {
|
|
4914
|
-
"shape": "
|
|
4968
|
+
"shape": "S10"
|
|
4915
4969
|
},
|
|
4916
4970
|
"RevokePermissions": {
|
|
4917
|
-
"shape": "
|
|
4971
|
+
"shape": "S10"
|
|
4918
4972
|
}
|
|
4919
4973
|
}
|
|
4920
4974
|
},
|
|
@@ -4927,7 +4981,7 @@
|
|
|
4927
4981
|
"Arn": {},
|
|
4928
4982
|
"FolderId": {},
|
|
4929
4983
|
"Permissions": {
|
|
4930
|
-
"shape": "
|
|
4984
|
+
"shape": "S10"
|
|
4931
4985
|
},
|
|
4932
4986
|
"RequestId": {}
|
|
4933
4987
|
}
|
|
@@ -4965,7 +5019,7 @@
|
|
|
4965
5019
|
"type": "structure",
|
|
4966
5020
|
"members": {
|
|
4967
5021
|
"Group": {
|
|
4968
|
-
"shape": "
|
|
5022
|
+
"shape": "S5o"
|
|
4969
5023
|
},
|
|
4970
5024
|
"RequestId": {},
|
|
4971
5025
|
"Status": {
|
|
@@ -5003,7 +5057,7 @@
|
|
|
5003
5057
|
"AssignmentStatus": {},
|
|
5004
5058
|
"PolicyArn": {},
|
|
5005
5059
|
"Identities": {
|
|
5006
|
-
"shape": "
|
|
5060
|
+
"shape": "S5w"
|
|
5007
5061
|
}
|
|
5008
5062
|
}
|
|
5009
5063
|
},
|
|
@@ -5014,7 +5068,7 @@
|
|
|
5014
5068
|
"AssignmentId": {},
|
|
5015
5069
|
"PolicyArn": {},
|
|
5016
5070
|
"Identities": {
|
|
5017
|
-
"shape": "
|
|
5071
|
+
"shape": "S5w"
|
|
5018
5072
|
},
|
|
5019
5073
|
"AssignmentStatus": {},
|
|
5020
5074
|
"RequestId": {},
|
|
@@ -5025,6 +5079,40 @@
|
|
|
5025
5079
|
}
|
|
5026
5080
|
}
|
|
5027
5081
|
},
|
|
5082
|
+
"UpdateIpRestriction": {
|
|
5083
|
+
"http": {
|
|
5084
|
+
"requestUri": "/accounts/{AwsAccountId}/ip-restriction"
|
|
5085
|
+
},
|
|
5086
|
+
"input": {
|
|
5087
|
+
"type": "structure",
|
|
5088
|
+
"required": [
|
|
5089
|
+
"AwsAccountId"
|
|
5090
|
+
],
|
|
5091
|
+
"members": {
|
|
5092
|
+
"AwsAccountId": {
|
|
5093
|
+
"location": "uri",
|
|
5094
|
+
"locationName": "AwsAccountId"
|
|
5095
|
+
},
|
|
5096
|
+
"IpRestrictionRuleMap": {
|
|
5097
|
+
"shape": "S9u"
|
|
5098
|
+
},
|
|
5099
|
+
"Enabled": {
|
|
5100
|
+
"type": "boolean"
|
|
5101
|
+
}
|
|
5102
|
+
}
|
|
5103
|
+
},
|
|
5104
|
+
"output": {
|
|
5105
|
+
"type": "structure",
|
|
5106
|
+
"members": {
|
|
5107
|
+
"AwsAccountId": {},
|
|
5108
|
+
"RequestId": {},
|
|
5109
|
+
"Status": {
|
|
5110
|
+
"location": "statusCode",
|
|
5111
|
+
"type": "integer"
|
|
5112
|
+
}
|
|
5113
|
+
}
|
|
5114
|
+
}
|
|
5115
|
+
},
|
|
5028
5116
|
"UpdateTemplate": {
|
|
5029
5117
|
"http": {
|
|
5030
5118
|
"method": "PUT",
|
|
@@ -5047,7 +5135,7 @@
|
|
|
5047
5135
|
"locationName": "TemplateId"
|
|
5048
5136
|
},
|
|
5049
5137
|
"SourceEntity": {
|
|
5050
|
-
"shape": "
|
|
5138
|
+
"shape": "S6a"
|
|
5051
5139
|
},
|
|
5052
5140
|
"VersionDescription": {},
|
|
5053
5141
|
"Name": {}
|
|
@@ -5103,7 +5191,7 @@
|
|
|
5103
5191
|
"type": "structure",
|
|
5104
5192
|
"members": {
|
|
5105
5193
|
"TemplateAlias": {
|
|
5106
|
-
"shape": "
|
|
5194
|
+
"shape": "S6i"
|
|
5107
5195
|
},
|
|
5108
5196
|
"Status": {
|
|
5109
5197
|
"location": "statusCode",
|
|
@@ -5134,10 +5222,10 @@
|
|
|
5134
5222
|
"locationName": "TemplateId"
|
|
5135
5223
|
},
|
|
5136
5224
|
"GrantPermissions": {
|
|
5137
|
-
"shape": "
|
|
5225
|
+
"shape": "Sew"
|
|
5138
5226
|
},
|
|
5139
5227
|
"RevokePermissions": {
|
|
5140
|
-
"shape": "
|
|
5228
|
+
"shape": "Sew"
|
|
5141
5229
|
}
|
|
5142
5230
|
}
|
|
5143
5231
|
},
|
|
@@ -5147,7 +5235,7 @@
|
|
|
5147
5235
|
"TemplateId": {},
|
|
5148
5236
|
"TemplateArn": {},
|
|
5149
5237
|
"Permissions": {
|
|
5150
|
-
"shape": "
|
|
5238
|
+
"shape": "S10"
|
|
5151
5239
|
},
|
|
5152
5240
|
"RequestId": {},
|
|
5153
5241
|
"Status": {
|
|
@@ -5182,7 +5270,7 @@
|
|
|
5182
5270
|
"BaseThemeId": {},
|
|
5183
5271
|
"VersionDescription": {},
|
|
5184
5272
|
"Configuration": {
|
|
5185
|
-
"shape": "
|
|
5273
|
+
"shape": "S6l"
|
|
5186
5274
|
}
|
|
5187
5275
|
}
|
|
5188
5276
|
},
|
|
@@ -5236,7 +5324,7 @@
|
|
|
5236
5324
|
"type": "structure",
|
|
5237
5325
|
"members": {
|
|
5238
5326
|
"ThemeAlias": {
|
|
5239
|
-
"shape": "
|
|
5327
|
+
"shape": "S70"
|
|
5240
5328
|
},
|
|
5241
5329
|
"Status": {
|
|
5242
5330
|
"location": "statusCode",
|
|
@@ -5267,10 +5355,10 @@
|
|
|
5267
5355
|
"locationName": "ThemeId"
|
|
5268
5356
|
},
|
|
5269
5357
|
"GrantPermissions": {
|
|
5270
|
-
"shape": "
|
|
5358
|
+
"shape": "Sew"
|
|
5271
5359
|
},
|
|
5272
5360
|
"RevokePermissions": {
|
|
5273
|
-
"shape": "
|
|
5361
|
+
"shape": "Sew"
|
|
5274
5362
|
}
|
|
5275
5363
|
}
|
|
5276
5364
|
},
|
|
@@ -5280,7 +5368,7 @@
|
|
|
5280
5368
|
"ThemeId": {},
|
|
5281
5369
|
"ThemeArn": {},
|
|
5282
5370
|
"Permissions": {
|
|
5283
|
-
"shape": "
|
|
5371
|
+
"shape": "S10"
|
|
5284
5372
|
},
|
|
5285
5373
|
"RequestId": {},
|
|
5286
5374
|
"Status": {
|
|
@@ -5332,7 +5420,7 @@
|
|
|
5332
5420
|
"type": "structure",
|
|
5333
5421
|
"members": {
|
|
5334
5422
|
"User": {
|
|
5335
|
-
"shape": "
|
|
5423
|
+
"shape": "Sb2"
|
|
5336
5424
|
},
|
|
5337
5425
|
"RequestId": {},
|
|
5338
5426
|
"Status": {
|
|
@@ -5347,7 +5435,8 @@
|
|
|
5347
5435
|
"Sa": {
|
|
5348
5436
|
"type": "structure",
|
|
5349
5437
|
"members": {
|
|
5350
|
-
"DefaultTheme": {}
|
|
5438
|
+
"DefaultTheme": {},
|
|
5439
|
+
"DefaultEmailCustomizationTemplate": {}
|
|
5351
5440
|
}
|
|
5352
5441
|
},
|
|
5353
5442
|
"Sb": {
|
|
@@ -5364,7 +5453,7 @@
|
|
|
5364
5453
|
}
|
|
5365
5454
|
}
|
|
5366
5455
|
},
|
|
5367
|
-
"
|
|
5456
|
+
"Sj": {
|
|
5368
5457
|
"type": "structure",
|
|
5369
5458
|
"members": {
|
|
5370
5459
|
"StringParameters": {
|
|
@@ -5443,13 +5532,13 @@
|
|
|
5443
5532
|
}
|
|
5444
5533
|
}
|
|
5445
5534
|
},
|
|
5446
|
-
"
|
|
5535
|
+
"S10": {
|
|
5447
5536
|
"type": "list",
|
|
5448
5537
|
"member": {
|
|
5449
|
-
"shape": "
|
|
5538
|
+
"shape": "S11"
|
|
5450
5539
|
}
|
|
5451
5540
|
},
|
|
5452
|
-
"
|
|
5541
|
+
"S11": {
|
|
5453
5542
|
"type": "structure",
|
|
5454
5543
|
"required": [
|
|
5455
5544
|
"Principal",
|
|
@@ -5463,7 +5552,7 @@
|
|
|
5463
5552
|
}
|
|
5464
5553
|
}
|
|
5465
5554
|
},
|
|
5466
|
-
"
|
|
5555
|
+
"S14": {
|
|
5467
5556
|
"type": "structure",
|
|
5468
5557
|
"members": {
|
|
5469
5558
|
"SourceTemplate": {
|
|
@@ -5474,14 +5563,14 @@
|
|
|
5474
5563
|
],
|
|
5475
5564
|
"members": {
|
|
5476
5565
|
"DataSetReferences": {
|
|
5477
|
-
"shape": "
|
|
5566
|
+
"shape": "S16"
|
|
5478
5567
|
},
|
|
5479
5568
|
"Arn": {}
|
|
5480
5569
|
}
|
|
5481
5570
|
}
|
|
5482
5571
|
}
|
|
5483
5572
|
},
|
|
5484
|
-
"
|
|
5573
|
+
"S16": {
|
|
5485
5574
|
"type": "list",
|
|
5486
5575
|
"member": {
|
|
5487
5576
|
"type": "structure",
|
|
@@ -5495,7 +5584,7 @@
|
|
|
5495
5584
|
}
|
|
5496
5585
|
}
|
|
5497
5586
|
},
|
|
5498
|
-
"
|
|
5587
|
+
"S1c": {
|
|
5499
5588
|
"type": "structure",
|
|
5500
5589
|
"members": {
|
|
5501
5590
|
"SourceTemplate": {
|
|
@@ -5506,14 +5595,14 @@
|
|
|
5506
5595
|
],
|
|
5507
5596
|
"members": {
|
|
5508
5597
|
"DataSetReferences": {
|
|
5509
|
-
"shape": "
|
|
5598
|
+
"shape": "S16"
|
|
5510
5599
|
},
|
|
5511
5600
|
"Arn": {}
|
|
5512
5601
|
}
|
|
5513
5602
|
}
|
|
5514
5603
|
}
|
|
5515
5604
|
},
|
|
5516
|
-
"
|
|
5605
|
+
"S1f": {
|
|
5517
5606
|
"type": "structure",
|
|
5518
5607
|
"members": {
|
|
5519
5608
|
"AdHocFilteringOption": {
|
|
@@ -5536,7 +5625,7 @@
|
|
|
5536
5625
|
}
|
|
5537
5626
|
}
|
|
5538
5627
|
},
|
|
5539
|
-
"
|
|
5628
|
+
"S1p": {
|
|
5540
5629
|
"type": "map",
|
|
5541
5630
|
"key": {},
|
|
5542
5631
|
"value": {
|
|
@@ -5555,7 +5644,7 @@
|
|
|
5555
5644
|
"Schema": {},
|
|
5556
5645
|
"Name": {},
|
|
5557
5646
|
"InputColumns": {
|
|
5558
|
-
"shape": "
|
|
5647
|
+
"shape": "S1w"
|
|
5559
5648
|
}
|
|
5560
5649
|
}
|
|
5561
5650
|
},
|
|
@@ -5571,7 +5660,7 @@
|
|
|
5571
5660
|
"Name": {},
|
|
5572
5661
|
"SqlQuery": {},
|
|
5573
5662
|
"Columns": {
|
|
5574
|
-
"shape": "
|
|
5663
|
+
"shape": "S1w"
|
|
5575
5664
|
}
|
|
5576
5665
|
}
|
|
5577
5666
|
},
|
|
@@ -5598,14 +5687,14 @@
|
|
|
5598
5687
|
}
|
|
5599
5688
|
},
|
|
5600
5689
|
"InputColumns": {
|
|
5601
|
-
"shape": "
|
|
5690
|
+
"shape": "S1w"
|
|
5602
5691
|
}
|
|
5603
5692
|
}
|
|
5604
5693
|
}
|
|
5605
5694
|
}
|
|
5606
5695
|
}
|
|
5607
5696
|
},
|
|
5608
|
-
"
|
|
5697
|
+
"S1w": {
|
|
5609
5698
|
"type": "list",
|
|
5610
5699
|
"member": {
|
|
5611
5700
|
"type": "structure",
|
|
@@ -5619,7 +5708,7 @@
|
|
|
5619
5708
|
}
|
|
5620
5709
|
}
|
|
5621
5710
|
},
|
|
5622
|
-
"
|
|
5711
|
+
"S2a": {
|
|
5623
5712
|
"type": "map",
|
|
5624
5713
|
"key": {},
|
|
5625
5714
|
"value": {
|
|
@@ -5760,10 +5849,10 @@
|
|
|
5760
5849
|
"LeftOperand": {},
|
|
5761
5850
|
"RightOperand": {},
|
|
5762
5851
|
"LeftJoinKeyProperties": {
|
|
5763
|
-
"shape": "
|
|
5852
|
+
"shape": "S33"
|
|
5764
5853
|
},
|
|
5765
5854
|
"RightJoinKeyProperties": {
|
|
5766
|
-
"shape": "
|
|
5855
|
+
"shape": "S33"
|
|
5767
5856
|
},
|
|
5768
5857
|
"Type": {},
|
|
5769
5858
|
"OnClause": {}
|
|
@@ -5776,7 +5865,7 @@
|
|
|
5776
5865
|
}
|
|
5777
5866
|
}
|
|
5778
5867
|
},
|
|
5779
|
-
"
|
|
5868
|
+
"S33": {
|
|
5780
5869
|
"type": "structure",
|
|
5781
5870
|
"members": {
|
|
5782
5871
|
"UniqueKey": {
|
|
@@ -5784,7 +5873,7 @@
|
|
|
5784
5873
|
}
|
|
5785
5874
|
}
|
|
5786
5875
|
},
|
|
5787
|
-
"
|
|
5876
|
+
"S37": {
|
|
5788
5877
|
"type": "list",
|
|
5789
5878
|
"member": {
|
|
5790
5879
|
"type": "structure",
|
|
@@ -5808,7 +5897,7 @@
|
|
|
5808
5897
|
}
|
|
5809
5898
|
}
|
|
5810
5899
|
},
|
|
5811
|
-
"
|
|
5900
|
+
"S3d": {
|
|
5812
5901
|
"type": "map",
|
|
5813
5902
|
"key": {},
|
|
5814
5903
|
"value": {
|
|
@@ -5822,7 +5911,7 @@
|
|
|
5822
5911
|
}
|
|
5823
5912
|
}
|
|
5824
5913
|
},
|
|
5825
|
-
"
|
|
5914
|
+
"S3i": {
|
|
5826
5915
|
"type": "structure",
|
|
5827
5916
|
"required": [
|
|
5828
5917
|
"Arn",
|
|
@@ -5836,7 +5925,7 @@
|
|
|
5836
5925
|
"Status": {}
|
|
5837
5926
|
}
|
|
5838
5927
|
},
|
|
5839
|
-
"
|
|
5928
|
+
"S3m": {
|
|
5840
5929
|
"type": "structure",
|
|
5841
5930
|
"required": [
|
|
5842
5931
|
"TagRules"
|
|
@@ -5856,18 +5945,18 @@
|
|
|
5856
5945
|
"ColumnName": {},
|
|
5857
5946
|
"TagMultiValueDelimiter": {},
|
|
5858
5947
|
"MatchAllValue": {
|
|
5859
|
-
"shape": "
|
|
5948
|
+
"shape": "S3r"
|
|
5860
5949
|
}
|
|
5861
5950
|
}
|
|
5862
5951
|
}
|
|
5863
5952
|
}
|
|
5864
5953
|
}
|
|
5865
5954
|
},
|
|
5866
|
-
"
|
|
5955
|
+
"S3r": {
|
|
5867
5956
|
"type": "string",
|
|
5868
5957
|
"sensitive": true
|
|
5869
5958
|
},
|
|
5870
|
-
"
|
|
5959
|
+
"S3s": {
|
|
5871
5960
|
"type": "list",
|
|
5872
5961
|
"member": {
|
|
5873
5962
|
"type": "structure",
|
|
@@ -5883,7 +5972,7 @@
|
|
|
5883
5972
|
}
|
|
5884
5973
|
}
|
|
5885
5974
|
},
|
|
5886
|
-
"
|
|
5975
|
+
"S3w": {
|
|
5887
5976
|
"type": "structure",
|
|
5888
5977
|
"members": {
|
|
5889
5978
|
"DisableUseAsDirectQuerySource": {
|
|
@@ -5894,7 +5983,7 @@
|
|
|
5894
5983
|
}
|
|
5895
5984
|
}
|
|
5896
5985
|
},
|
|
5897
|
-
"
|
|
5986
|
+
"S40": {
|
|
5898
5987
|
"type": "structure",
|
|
5899
5988
|
"members": {
|
|
5900
5989
|
"AmazonElasticsearchParameters": {
|
|
@@ -6156,10 +6245,32 @@
|
|
|
6156
6245
|
"type": "integer"
|
|
6157
6246
|
}
|
|
6158
6247
|
}
|
|
6248
|
+
},
|
|
6249
|
+
"AmazonOpenSearchParameters": {
|
|
6250
|
+
"type": "structure",
|
|
6251
|
+
"required": [
|
|
6252
|
+
"Domain"
|
|
6253
|
+
],
|
|
6254
|
+
"members": {
|
|
6255
|
+
"Domain": {}
|
|
6256
|
+
}
|
|
6257
|
+
},
|
|
6258
|
+
"ExasolParameters": {
|
|
6259
|
+
"type": "structure",
|
|
6260
|
+
"required": [
|
|
6261
|
+
"Host",
|
|
6262
|
+
"Port"
|
|
6263
|
+
],
|
|
6264
|
+
"members": {
|
|
6265
|
+
"Host": {},
|
|
6266
|
+
"Port": {
|
|
6267
|
+
"type": "integer"
|
|
6268
|
+
}
|
|
6269
|
+
}
|
|
6159
6270
|
}
|
|
6160
6271
|
}
|
|
6161
6272
|
},
|
|
6162
|
-
"
|
|
6273
|
+
"S53": {
|
|
6163
6274
|
"type": "structure",
|
|
6164
6275
|
"members": {
|
|
6165
6276
|
"CredentialPair": {
|
|
@@ -6172,7 +6283,7 @@
|
|
|
6172
6283
|
"Username": {},
|
|
6173
6284
|
"Password": {},
|
|
6174
6285
|
"AlternateDataSourceParameters": {
|
|
6175
|
-
"shape": "
|
|
6286
|
+
"shape": "S57"
|
|
6176
6287
|
}
|
|
6177
6288
|
}
|
|
6178
6289
|
},
|
|
@@ -6180,13 +6291,13 @@
|
|
|
6180
6291
|
},
|
|
6181
6292
|
"sensitive": true
|
|
6182
6293
|
},
|
|
6183
|
-
"
|
|
6294
|
+
"S57": {
|
|
6184
6295
|
"type": "list",
|
|
6185
6296
|
"member": {
|
|
6186
|
-
"shape": "
|
|
6297
|
+
"shape": "S40"
|
|
6187
6298
|
}
|
|
6188
6299
|
},
|
|
6189
|
-
"
|
|
6300
|
+
"S59": {
|
|
6190
6301
|
"type": "structure",
|
|
6191
6302
|
"required": [
|
|
6192
6303
|
"VpcConnectionArn"
|
|
@@ -6195,7 +6306,7 @@
|
|
|
6195
6306
|
"VpcConnectionArn": {}
|
|
6196
6307
|
}
|
|
6197
6308
|
},
|
|
6198
|
-
"
|
|
6309
|
+
"S5a": {
|
|
6199
6310
|
"type": "structure",
|
|
6200
6311
|
"members": {
|
|
6201
6312
|
"DisableSsl": {
|
|
@@ -6203,7 +6314,7 @@
|
|
|
6203
6314
|
}
|
|
6204
6315
|
}
|
|
6205
6316
|
},
|
|
6206
|
-
"
|
|
6317
|
+
"S5o": {
|
|
6207
6318
|
"type": "structure",
|
|
6208
6319
|
"members": {
|
|
6209
6320
|
"Arn": {},
|
|
@@ -6212,14 +6323,14 @@
|
|
|
6212
6323
|
"PrincipalId": {}
|
|
6213
6324
|
}
|
|
6214
6325
|
},
|
|
6215
|
-
"
|
|
6326
|
+
"S5s": {
|
|
6216
6327
|
"type": "structure",
|
|
6217
6328
|
"members": {
|
|
6218
6329
|
"Arn": {},
|
|
6219
6330
|
"MemberName": {}
|
|
6220
6331
|
}
|
|
6221
6332
|
},
|
|
6222
|
-
"
|
|
6333
|
+
"S5w": {
|
|
6223
6334
|
"type": "map",
|
|
6224
6335
|
"key": {},
|
|
6225
6336
|
"value": {
|
|
@@ -6227,7 +6338,7 @@
|
|
|
6227
6338
|
"member": {}
|
|
6228
6339
|
}
|
|
6229
6340
|
},
|
|
6230
|
-
"
|
|
6341
|
+
"S6a": {
|
|
6231
6342
|
"type": "structure",
|
|
6232
6343
|
"members": {
|
|
6233
6344
|
"SourceAnalysis": {
|
|
@@ -6239,7 +6350,7 @@
|
|
|
6239
6350
|
"members": {
|
|
6240
6351
|
"Arn": {},
|
|
6241
6352
|
"DataSetReferences": {
|
|
6242
|
-
"shape": "
|
|
6353
|
+
"shape": "S16"
|
|
6243
6354
|
}
|
|
6244
6355
|
}
|
|
6245
6356
|
},
|
|
@@ -6254,7 +6365,7 @@
|
|
|
6254
6365
|
}
|
|
6255
6366
|
}
|
|
6256
6367
|
},
|
|
6257
|
-
"
|
|
6368
|
+
"S6i": {
|
|
6258
6369
|
"type": "structure",
|
|
6259
6370
|
"members": {
|
|
6260
6371
|
"AliasName": {},
|
|
@@ -6264,17 +6375,17 @@
|
|
|
6264
6375
|
}
|
|
6265
6376
|
}
|
|
6266
6377
|
},
|
|
6267
|
-
"
|
|
6378
|
+
"S6l": {
|
|
6268
6379
|
"type": "structure",
|
|
6269
6380
|
"members": {
|
|
6270
6381
|
"DataColorPalette": {
|
|
6271
6382
|
"type": "structure",
|
|
6272
6383
|
"members": {
|
|
6273
6384
|
"Colors": {
|
|
6274
|
-
"shape": "
|
|
6385
|
+
"shape": "S6n"
|
|
6275
6386
|
},
|
|
6276
6387
|
"MinMaxGradient": {
|
|
6277
|
-
"shape": "
|
|
6388
|
+
"shape": "S6n"
|
|
6278
6389
|
},
|
|
6279
6390
|
"EmptyFillColor": {}
|
|
6280
6391
|
}
|
|
@@ -6341,11 +6452,11 @@
|
|
|
6341
6452
|
}
|
|
6342
6453
|
}
|
|
6343
6454
|
},
|
|
6344
|
-
"
|
|
6455
|
+
"S6n": {
|
|
6345
6456
|
"type": "list",
|
|
6346
6457
|
"member": {}
|
|
6347
6458
|
},
|
|
6348
|
-
"
|
|
6459
|
+
"S70": {
|
|
6349
6460
|
"type": "structure",
|
|
6350
6461
|
"members": {
|
|
6351
6462
|
"Arn": {},
|
|
@@ -6355,11 +6466,11 @@
|
|
|
6355
6466
|
}
|
|
6356
6467
|
}
|
|
6357
6468
|
},
|
|
6358
|
-
"
|
|
6469
|
+
"S8d": {
|
|
6359
6470
|
"type": "list",
|
|
6360
6471
|
"member": {}
|
|
6361
6472
|
},
|
|
6362
|
-
"
|
|
6473
|
+
"S8e": {
|
|
6363
6474
|
"type": "list",
|
|
6364
6475
|
"member": {
|
|
6365
6476
|
"type": "structure",
|
|
@@ -6369,7 +6480,15 @@
|
|
|
6369
6480
|
}
|
|
6370
6481
|
}
|
|
6371
6482
|
},
|
|
6372
|
-
"
|
|
6483
|
+
"S8r": {
|
|
6484
|
+
"type": "structure",
|
|
6485
|
+
"members": {
|
|
6486
|
+
"Permissions": {
|
|
6487
|
+
"shape": "S10"
|
|
6488
|
+
}
|
|
6489
|
+
}
|
|
6490
|
+
},
|
|
6491
|
+
"S91": {
|
|
6373
6492
|
"type": "structure",
|
|
6374
6493
|
"members": {
|
|
6375
6494
|
"Arn": {},
|
|
@@ -6384,16 +6503,16 @@
|
|
|
6384
6503
|
"type": "timestamp"
|
|
6385
6504
|
},
|
|
6386
6505
|
"DataSourceParameters": {
|
|
6387
|
-
"shape": "
|
|
6506
|
+
"shape": "S40"
|
|
6388
6507
|
},
|
|
6389
6508
|
"AlternateDataSourceParameters": {
|
|
6390
|
-
"shape": "
|
|
6509
|
+
"shape": "S57"
|
|
6391
6510
|
},
|
|
6392
6511
|
"VpcConnectionProperties": {
|
|
6393
|
-
"shape": "
|
|
6512
|
+
"shape": "S59"
|
|
6394
6513
|
},
|
|
6395
6514
|
"SslProperties": {
|
|
6396
|
-
"shape": "
|
|
6515
|
+
"shape": "S5a"
|
|
6397
6516
|
},
|
|
6398
6517
|
"ErrorInfo": {
|
|
6399
6518
|
"type": "structure",
|
|
@@ -6404,7 +6523,7 @@
|
|
|
6404
6523
|
}
|
|
6405
6524
|
}
|
|
6406
6525
|
},
|
|
6407
|
-
"
|
|
6526
|
+
"S9l": {
|
|
6408
6527
|
"type": "structure",
|
|
6409
6528
|
"required": [
|
|
6410
6529
|
"Arn",
|
|
@@ -6430,6 +6549,9 @@
|
|
|
6430
6549
|
},
|
|
6431
6550
|
"RowsDropped": {
|
|
6432
6551
|
"type": "long"
|
|
6552
|
+
},
|
|
6553
|
+
"TotalRowsInDataset": {
|
|
6554
|
+
"type": "long"
|
|
6433
6555
|
}
|
|
6434
6556
|
}
|
|
6435
6557
|
},
|
|
@@ -6457,7 +6579,12 @@
|
|
|
6457
6579
|
"RequestType": {}
|
|
6458
6580
|
}
|
|
6459
6581
|
},
|
|
6460
|
-
"
|
|
6582
|
+
"S9u": {
|
|
6583
|
+
"type": "map",
|
|
6584
|
+
"key": {},
|
|
6585
|
+
"value": {}
|
|
6586
|
+
},
|
|
6587
|
+
"Sa0": {
|
|
6461
6588
|
"type": "structure",
|
|
6462
6589
|
"members": {
|
|
6463
6590
|
"Name": {},
|
|
@@ -6474,7 +6601,7 @@
|
|
|
6474
6601
|
}
|
|
6475
6602
|
}
|
|
6476
6603
|
},
|
|
6477
|
-
"
|
|
6604
|
+
"Sb2": {
|
|
6478
6605
|
"type": "structure",
|
|
6479
6606
|
"members": {
|
|
6480
6607
|
"Arn": {},
|
|
@@ -6492,11 +6619,11 @@
|
|
|
6492
6619
|
"ExternalLoginId": {}
|
|
6493
6620
|
}
|
|
6494
6621
|
},
|
|
6495
|
-
"
|
|
6622
|
+
"Sbe": {
|
|
6496
6623
|
"type": "string",
|
|
6497
6624
|
"sensitive": true
|
|
6498
6625
|
},
|
|
6499
|
-
"
|
|
6626
|
+
"Sbw": {
|
|
6500
6627
|
"type": "list",
|
|
6501
6628
|
"member": {
|
|
6502
6629
|
"type": "structure",
|
|
@@ -6514,7 +6641,7 @@
|
|
|
6514
6641
|
}
|
|
6515
6642
|
}
|
|
6516
6643
|
},
|
|
6517
|
-
"
|
|
6644
|
+
"Sc4": {
|
|
6518
6645
|
"type": "list",
|
|
6519
6646
|
"member": {
|
|
6520
6647
|
"type": "structure",
|
|
@@ -6537,7 +6664,7 @@
|
|
|
6537
6664
|
}
|
|
6538
6665
|
}
|
|
6539
6666
|
},
|
|
6540
|
-
"
|
|
6667
|
+
"Scj": {
|
|
6541
6668
|
"type": "list",
|
|
6542
6669
|
"member": {
|
|
6543
6670
|
"type": "structure",
|
|
@@ -6555,16 +6682,22 @@
|
|
|
6555
6682
|
}
|
|
6556
6683
|
}
|
|
6557
6684
|
},
|
|
6558
|
-
"
|
|
6685
|
+
"Scq": {
|
|
6686
|
+
"type": "list",
|
|
6687
|
+
"member": {
|
|
6688
|
+
"shape": "S5o"
|
|
6689
|
+
}
|
|
6690
|
+
},
|
|
6691
|
+
"Sew": {
|
|
6559
6692
|
"type": "list",
|
|
6560
6693
|
"member": {
|
|
6561
|
-
"shape": "
|
|
6694
|
+
"shape": "S11"
|
|
6562
6695
|
}
|
|
6563
6696
|
},
|
|
6564
|
-
"
|
|
6697
|
+
"Sf1": {
|
|
6565
6698
|
"type": "list",
|
|
6566
6699
|
"member": {
|
|
6567
|
-
"shape": "
|
|
6700
|
+
"shape": "S11"
|
|
6568
6701
|
}
|
|
6569
6702
|
}
|
|
6570
6703
|
}
|