@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
|
@@ -27,6 +27,14 @@ declare class DataExchange extends Service {
|
|
|
27
27
|
* This operation creates a data set.
|
|
28
28
|
*/
|
|
29
29
|
createDataSet(callback?: (err: AWSError, data: DataExchange.Types.CreateDataSetResponse) => void): Request<DataExchange.Types.CreateDataSetResponse, AWSError>;
|
|
30
|
+
/**
|
|
31
|
+
* This operation creates an event action.
|
|
32
|
+
*/
|
|
33
|
+
createEventAction(params: DataExchange.Types.CreateEventActionRequest, callback?: (err: AWSError, data: DataExchange.Types.CreateEventActionResponse) => void): Request<DataExchange.Types.CreateEventActionResponse, AWSError>;
|
|
34
|
+
/**
|
|
35
|
+
* This operation creates an event action.
|
|
36
|
+
*/
|
|
37
|
+
createEventAction(callback?: (err: AWSError, data: DataExchange.Types.CreateEventActionResponse) => void): Request<DataExchange.Types.CreateEventActionResponse, AWSError>;
|
|
30
38
|
/**
|
|
31
39
|
* This operation creates a job.
|
|
32
40
|
*/
|
|
@@ -59,6 +67,14 @@ declare class DataExchange extends Service {
|
|
|
59
67
|
* This operation deletes a data set.
|
|
60
68
|
*/
|
|
61
69
|
deleteDataSet(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
70
|
+
/**
|
|
71
|
+
* This operation deletes the event action.
|
|
72
|
+
*/
|
|
73
|
+
deleteEventAction(params: DataExchange.Types.DeleteEventActionRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
74
|
+
/**
|
|
75
|
+
* This operation deletes the event action.
|
|
76
|
+
*/
|
|
77
|
+
deleteEventAction(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
62
78
|
/**
|
|
63
79
|
* This operation deletes a revision.
|
|
64
80
|
*/
|
|
@@ -83,6 +99,14 @@ declare class DataExchange extends Service {
|
|
|
83
99
|
* This operation returns information about a data set.
|
|
84
100
|
*/
|
|
85
101
|
getDataSet(callback?: (err: AWSError, data: DataExchange.Types.GetDataSetResponse) => void): Request<DataExchange.Types.GetDataSetResponse, AWSError>;
|
|
102
|
+
/**
|
|
103
|
+
* This operation retrieves information about an event action.
|
|
104
|
+
*/
|
|
105
|
+
getEventAction(params: DataExchange.Types.GetEventActionRequest, callback?: (err: AWSError, data: DataExchange.Types.GetEventActionResponse) => void): Request<DataExchange.Types.GetEventActionResponse, AWSError>;
|
|
106
|
+
/**
|
|
107
|
+
* This operation retrieves information about an event action.
|
|
108
|
+
*/
|
|
109
|
+
getEventAction(callback?: (err: AWSError, data: DataExchange.Types.GetEventActionResponse) => void): Request<DataExchange.Types.GetEventActionResponse, AWSError>;
|
|
86
110
|
/**
|
|
87
111
|
* This operation returns information about a job.
|
|
88
112
|
*/
|
|
@@ -115,6 +139,14 @@ declare class DataExchange extends Service {
|
|
|
115
139
|
* This operation lists your data sets. When listing by origin OWNED, results are sorted by CreatedAt in descending order. When listing by origin ENTITLED, there is no order and the maxResults parameter is ignored.
|
|
116
140
|
*/
|
|
117
141
|
listDataSets(callback?: (err: AWSError, data: DataExchange.Types.ListDataSetsResponse) => void): Request<DataExchange.Types.ListDataSetsResponse, AWSError>;
|
|
142
|
+
/**
|
|
143
|
+
* This operation lists your event actions.
|
|
144
|
+
*/
|
|
145
|
+
listEventActions(params: DataExchange.Types.ListEventActionsRequest, callback?: (err: AWSError, data: DataExchange.Types.ListEventActionsResponse) => void): Request<DataExchange.Types.ListEventActionsResponse, AWSError>;
|
|
146
|
+
/**
|
|
147
|
+
* This operation lists your event actions.
|
|
148
|
+
*/
|
|
149
|
+
listEventActions(callback?: (err: AWSError, data: DataExchange.Types.ListEventActionsResponse) => void): Request<DataExchange.Types.ListEventActionsResponse, AWSError>;
|
|
118
150
|
/**
|
|
119
151
|
* This operation lists your jobs sorted by CreatedAt in descending order.
|
|
120
152
|
*/
|
|
@@ -139,6 +171,14 @@ declare class DataExchange extends Service {
|
|
|
139
171
|
* This operation lists the tags on the resource.
|
|
140
172
|
*/
|
|
141
173
|
listTagsForResource(callback?: (err: AWSError, data: DataExchange.Types.ListTagsForResourceResponse) => void): Request<DataExchange.Types.ListTagsForResourceResponse, AWSError>;
|
|
174
|
+
/**
|
|
175
|
+
* This operation invokes an API Gateway API asset. The request is proxied to the provider’s API Gateway API.
|
|
176
|
+
*/
|
|
177
|
+
sendApiAsset(params: DataExchange.Types.SendApiAssetRequest, callback?: (err: AWSError, data: DataExchange.Types.SendApiAssetResponse) => void): Request<DataExchange.Types.SendApiAssetResponse, AWSError>;
|
|
178
|
+
/**
|
|
179
|
+
* This operation invokes an API Gateway API asset. The request is proxied to the provider’s API Gateway API.
|
|
180
|
+
*/
|
|
181
|
+
sendApiAsset(callback?: (err: AWSError, data: DataExchange.Types.SendApiAssetResponse) => void): Request<DataExchange.Types.SendApiAssetResponse, AWSError>;
|
|
142
182
|
/**
|
|
143
183
|
* This operation starts a job.
|
|
144
184
|
*/
|
|
@@ -179,6 +219,14 @@ declare class DataExchange extends Service {
|
|
|
179
219
|
* This operation updates a data set.
|
|
180
220
|
*/
|
|
181
221
|
updateDataSet(callback?: (err: AWSError, data: DataExchange.Types.UpdateDataSetResponse) => void): Request<DataExchange.Types.UpdateDataSetResponse, AWSError>;
|
|
222
|
+
/**
|
|
223
|
+
* This operation updates the event action.
|
|
224
|
+
*/
|
|
225
|
+
updateEventAction(params: DataExchange.Types.UpdateEventActionRequest, callback?: (err: AWSError, data: DataExchange.Types.UpdateEventActionResponse) => void): Request<DataExchange.Types.UpdateEventActionResponse, AWSError>;
|
|
226
|
+
/**
|
|
227
|
+
* This operation updates the event action.
|
|
228
|
+
*/
|
|
229
|
+
updateEventAction(callback?: (err: AWSError, data: DataExchange.Types.UpdateEventActionResponse) => void): Request<DataExchange.Types.UpdateEventActionResponse, AWSError>;
|
|
182
230
|
/**
|
|
183
231
|
* This operation updates a revision.
|
|
184
232
|
*/
|
|
@@ -189,6 +237,51 @@ declare class DataExchange extends Service {
|
|
|
189
237
|
updateRevision(callback?: (err: AWSError, data: DataExchange.Types.UpdateRevisionResponse) => void): Request<DataExchange.Types.UpdateRevisionResponse, AWSError>;
|
|
190
238
|
}
|
|
191
239
|
declare namespace DataExchange {
|
|
240
|
+
export interface Action {
|
|
241
|
+
/**
|
|
242
|
+
* Details for the export revision to Amazon S3 action.
|
|
243
|
+
*/
|
|
244
|
+
ExportRevisionToS3?: AutoExportRevisionToS3RequestDetails;
|
|
245
|
+
}
|
|
246
|
+
export type ApiDescription = string;
|
|
247
|
+
export interface ApiGatewayApiAsset {
|
|
248
|
+
/**
|
|
249
|
+
* The API description of the API asset.
|
|
250
|
+
*/
|
|
251
|
+
ApiDescription?: ApiDescription;
|
|
252
|
+
/**
|
|
253
|
+
* The API endpoint of the API asset.
|
|
254
|
+
*/
|
|
255
|
+
ApiEndpoint?: __string;
|
|
256
|
+
/**
|
|
257
|
+
* The unique identifier of the API asset.
|
|
258
|
+
*/
|
|
259
|
+
ApiId?: __string;
|
|
260
|
+
/**
|
|
261
|
+
* The API key of the API asset.
|
|
262
|
+
*/
|
|
263
|
+
ApiKey?: __string;
|
|
264
|
+
/**
|
|
265
|
+
* The API name of the API asset.
|
|
266
|
+
*/
|
|
267
|
+
ApiName?: __string;
|
|
268
|
+
/**
|
|
269
|
+
* The download URL of the API specification of the API asset.
|
|
270
|
+
*/
|
|
271
|
+
ApiSpecificationDownloadUrl?: __string;
|
|
272
|
+
/**
|
|
273
|
+
* The date and time that the upload URL expires, in ISO 8601 format.
|
|
274
|
+
*/
|
|
275
|
+
ApiSpecificationDownloadUrlExpiresAt?: Timestamp;
|
|
276
|
+
/**
|
|
277
|
+
* The protocol type of the API asset.
|
|
278
|
+
*/
|
|
279
|
+
ProtocolType?: ProtocolType;
|
|
280
|
+
/**
|
|
281
|
+
* The stage of the API asset.
|
|
282
|
+
*/
|
|
283
|
+
Stage?: __string;
|
|
284
|
+
}
|
|
192
285
|
export type Arn = string;
|
|
193
286
|
export interface AssetDestinationEntry {
|
|
194
287
|
/**
|
|
@@ -205,7 +298,18 @@ declare namespace DataExchange {
|
|
|
205
298
|
Key?: __string;
|
|
206
299
|
}
|
|
207
300
|
export interface AssetDetails {
|
|
301
|
+
/**
|
|
302
|
+
* The S3 object that is the asset.
|
|
303
|
+
*/
|
|
208
304
|
S3SnapshotAsset?: S3SnapshotAsset;
|
|
305
|
+
/**
|
|
306
|
+
* The Amazon Redshift datashare that is the asset.
|
|
307
|
+
*/
|
|
308
|
+
RedshiftDataShareAsset?: RedshiftDataShareAsset;
|
|
309
|
+
/**
|
|
310
|
+
* Information about the API Gateway API asset.
|
|
311
|
+
*/
|
|
312
|
+
ApiGatewayApiAsset?: ApiGatewayApiAsset;
|
|
209
313
|
}
|
|
210
314
|
export interface AssetEntry {
|
|
211
315
|
/**
|
|
@@ -213,11 +317,11 @@ declare namespace DataExchange {
|
|
|
213
317
|
*/
|
|
214
318
|
Arn: Arn;
|
|
215
319
|
/**
|
|
216
|
-
* Information about the asset
|
|
320
|
+
* Information about the asset.
|
|
217
321
|
*/
|
|
218
322
|
AssetDetails: AssetDetails;
|
|
219
323
|
/**
|
|
220
|
-
* The type of
|
|
324
|
+
* The type of asset that is added to a data set.
|
|
221
325
|
*/
|
|
222
326
|
AssetType: AssetType;
|
|
223
327
|
/**
|
|
@@ -233,7 +337,7 @@ declare namespace DataExchange {
|
|
|
233
337
|
*/
|
|
234
338
|
Id: Id;
|
|
235
339
|
/**
|
|
236
|
-
* The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.
|
|
340
|
+
* The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.
|
|
237
341
|
*/
|
|
238
342
|
Name: AssetName;
|
|
239
343
|
/**
|
|
@@ -260,7 +364,27 @@ declare namespace DataExchange {
|
|
|
260
364
|
*/
|
|
261
365
|
Key: __string;
|
|
262
366
|
}
|
|
263
|
-
export type AssetType = "S3_SNAPSHOT"|string;
|
|
367
|
+
export type AssetType = "S3_SNAPSHOT"|"REDSHIFT_DATA_SHARE"|"API_GATEWAY_API"|string;
|
|
368
|
+
export interface AutoExportRevisionDestinationEntry {
|
|
369
|
+
/**
|
|
370
|
+
* The S3 bucket that is the destination for the event action.
|
|
371
|
+
*/
|
|
372
|
+
Bucket: __string;
|
|
373
|
+
/**
|
|
374
|
+
* A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see Key patterns when exporting revisions.
|
|
375
|
+
*/
|
|
376
|
+
KeyPattern?: __string;
|
|
377
|
+
}
|
|
378
|
+
export interface AutoExportRevisionToS3RequestDetails {
|
|
379
|
+
/**
|
|
380
|
+
* Encryption configuration for the auto export job.
|
|
381
|
+
*/
|
|
382
|
+
Encryption?: ExportServerSideEncryption;
|
|
383
|
+
/**
|
|
384
|
+
* A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.
|
|
385
|
+
*/
|
|
386
|
+
RevisionDestination: AutoExportRevisionDestinationEntry;
|
|
387
|
+
}
|
|
264
388
|
export interface CancelJobRequest {
|
|
265
389
|
/**
|
|
266
390
|
* The unique identifier for a job.
|
|
@@ -270,7 +394,7 @@ declare namespace DataExchange {
|
|
|
270
394
|
export type Code = "ACCESS_DENIED_EXCEPTION"|"INTERNAL_SERVER_EXCEPTION"|"MALWARE_DETECTED"|"RESOURCE_NOT_FOUND_EXCEPTION"|"SERVICE_QUOTA_EXCEEDED_EXCEPTION"|"VALIDATION_EXCEPTION"|"MALWARE_SCAN_ENCRYPTED_FILE"|string;
|
|
271
395
|
export interface CreateDataSetRequest {
|
|
272
396
|
/**
|
|
273
|
-
* The type of
|
|
397
|
+
* The type of asset that is added to a data set.
|
|
274
398
|
*/
|
|
275
399
|
AssetType: AssetType;
|
|
276
400
|
/**
|
|
@@ -292,7 +416,7 @@ declare namespace DataExchange {
|
|
|
292
416
|
*/
|
|
293
417
|
Arn?: Arn;
|
|
294
418
|
/**
|
|
295
|
-
* The type of
|
|
419
|
+
* The type of asset that is added to a data set.
|
|
296
420
|
*/
|
|
297
421
|
AssetType?: AssetType;
|
|
298
422
|
/**
|
|
@@ -332,6 +456,42 @@ declare namespace DataExchange {
|
|
|
332
456
|
*/
|
|
333
457
|
UpdatedAt?: Timestamp;
|
|
334
458
|
}
|
|
459
|
+
export interface CreateEventActionRequest {
|
|
460
|
+
/**
|
|
461
|
+
* What occurs after a certain event.
|
|
462
|
+
*/
|
|
463
|
+
Action: Action;
|
|
464
|
+
/**
|
|
465
|
+
* What occurs to start an action.
|
|
466
|
+
*/
|
|
467
|
+
Event: Event;
|
|
468
|
+
}
|
|
469
|
+
export interface CreateEventActionResponse {
|
|
470
|
+
/**
|
|
471
|
+
* What occurs after a certain event.
|
|
472
|
+
*/
|
|
473
|
+
Action?: Action;
|
|
474
|
+
/**
|
|
475
|
+
* The ARN for the event action.
|
|
476
|
+
*/
|
|
477
|
+
Arn?: Arn;
|
|
478
|
+
/**
|
|
479
|
+
* The date and time that the event action was created, in ISO 8601 format.
|
|
480
|
+
*/
|
|
481
|
+
CreatedAt?: Timestamp;
|
|
482
|
+
/**
|
|
483
|
+
* What occurs to start an action.
|
|
484
|
+
*/
|
|
485
|
+
Event?: Event;
|
|
486
|
+
/**
|
|
487
|
+
* The unique identifier for the event action.
|
|
488
|
+
*/
|
|
489
|
+
Id?: Id;
|
|
490
|
+
/**
|
|
491
|
+
* The date and time that the event action was last updated, in ISO 8601 format.
|
|
492
|
+
*/
|
|
493
|
+
UpdatedAt?: Timestamp;
|
|
494
|
+
}
|
|
335
495
|
export interface CreateJobRequest {
|
|
336
496
|
/**
|
|
337
497
|
* The details for the CreateJob request.
|
|
@@ -392,7 +552,7 @@ declare namespace DataExchange {
|
|
|
392
552
|
}
|
|
393
553
|
export interface CreateRevisionResponse {
|
|
394
554
|
/**
|
|
395
|
-
* The ARN for the revision
|
|
555
|
+
* The ARN for the revision.
|
|
396
556
|
*/
|
|
397
557
|
Arn?: Arn;
|
|
398
558
|
/**
|
|
@@ -434,7 +594,7 @@ declare namespace DataExchange {
|
|
|
434
594
|
*/
|
|
435
595
|
Arn: Arn;
|
|
436
596
|
/**
|
|
437
|
-
* The type of
|
|
597
|
+
* The type of asset that is added to a data set.
|
|
438
598
|
*/
|
|
439
599
|
AssetType: AssetType;
|
|
440
600
|
/**
|
|
@@ -490,6 +650,12 @@ declare namespace DataExchange {
|
|
|
490
650
|
*/
|
|
491
651
|
DataSetId: __string;
|
|
492
652
|
}
|
|
653
|
+
export interface DeleteEventActionRequest {
|
|
654
|
+
/**
|
|
655
|
+
* The unique identifier for the event action.
|
|
656
|
+
*/
|
|
657
|
+
EventActionId: __string;
|
|
658
|
+
}
|
|
493
659
|
export interface DeleteRevisionRequest {
|
|
494
660
|
/**
|
|
495
661
|
* The unique identifier for a data set.
|
|
@@ -502,9 +668,47 @@ declare namespace DataExchange {
|
|
|
502
668
|
}
|
|
503
669
|
export type Description = string;
|
|
504
670
|
export interface Details {
|
|
671
|
+
/**
|
|
672
|
+
* Information about the job error.
|
|
673
|
+
*/
|
|
505
674
|
ImportAssetFromSignedUrlJobErrorDetails?: ImportAssetFromSignedUrlJobErrorDetails;
|
|
675
|
+
/**
|
|
676
|
+
* Information about the job error.
|
|
677
|
+
*/
|
|
506
678
|
ImportAssetsFromS3JobErrorDetails?: ListOfAssetSourceEntry;
|
|
507
679
|
}
|
|
680
|
+
export interface Event {
|
|
681
|
+
/**
|
|
682
|
+
* What occurs to start the revision publish action.
|
|
683
|
+
*/
|
|
684
|
+
RevisionPublished?: RevisionPublished;
|
|
685
|
+
}
|
|
686
|
+
export interface EventActionEntry {
|
|
687
|
+
/**
|
|
688
|
+
* What occurs after a certain event.
|
|
689
|
+
*/
|
|
690
|
+
Action: Action;
|
|
691
|
+
/**
|
|
692
|
+
* The Amazon Resource Name (ARN) for the event action.
|
|
693
|
+
*/
|
|
694
|
+
Arn: Arn;
|
|
695
|
+
/**
|
|
696
|
+
* The date and time that the event action was created, in ISO 8601 format.
|
|
697
|
+
*/
|
|
698
|
+
CreatedAt: Timestamp;
|
|
699
|
+
/**
|
|
700
|
+
* What occurs to start an action.
|
|
701
|
+
*/
|
|
702
|
+
Event: Event;
|
|
703
|
+
/**
|
|
704
|
+
* The unique identifier for the event action.
|
|
705
|
+
*/
|
|
706
|
+
Id: Id;
|
|
707
|
+
/**
|
|
708
|
+
* The date and time that the event action was last updated, in ISO 8601 format.
|
|
709
|
+
*/
|
|
710
|
+
UpdatedAt: Timestamp;
|
|
711
|
+
}
|
|
508
712
|
export interface ExportAssetToSignedUrlRequestDetails {
|
|
509
713
|
/**
|
|
510
714
|
* The unique identifier for the asset that is exported to a signed URL.
|
|
@@ -604,10 +808,14 @@ declare namespace DataExchange {
|
|
|
604
808
|
* The destination in Amazon S3 where the revision is exported.
|
|
605
809
|
*/
|
|
606
810
|
RevisionDestinations: ListOfRevisionDestinationEntry;
|
|
811
|
+
/**
|
|
812
|
+
* The Amazon Resource Name (ARN) of the event action.
|
|
813
|
+
*/
|
|
814
|
+
EventActionArn?: __string;
|
|
607
815
|
}
|
|
608
816
|
export interface ExportServerSideEncryption {
|
|
609
817
|
/**
|
|
610
|
-
* The Amazon Resource Name (ARN) of the
|
|
818
|
+
* The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects. This parameter is required if you choose aws:kms as an encryption type.
|
|
611
819
|
*/
|
|
612
820
|
KmsKeyArn?: __string;
|
|
613
821
|
/**
|
|
@@ -635,11 +843,11 @@ declare namespace DataExchange {
|
|
|
635
843
|
*/
|
|
636
844
|
Arn?: Arn;
|
|
637
845
|
/**
|
|
638
|
-
* Information about the asset
|
|
846
|
+
* Information about the asset.
|
|
639
847
|
*/
|
|
640
848
|
AssetDetails?: AssetDetails;
|
|
641
849
|
/**
|
|
642
|
-
* The type of
|
|
850
|
+
* The type of asset that is added to a data set.
|
|
643
851
|
*/
|
|
644
852
|
AssetType?: AssetType;
|
|
645
853
|
/**
|
|
@@ -655,7 +863,7 @@ declare namespace DataExchange {
|
|
|
655
863
|
*/
|
|
656
864
|
Id?: Id;
|
|
657
865
|
/**
|
|
658
|
-
* The name of the asset When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.
|
|
866
|
+
* The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.
|
|
659
867
|
*/
|
|
660
868
|
Name?: AssetName;
|
|
661
869
|
/**
|
|
@@ -683,7 +891,7 @@ declare namespace DataExchange {
|
|
|
683
891
|
*/
|
|
684
892
|
Arn?: Arn;
|
|
685
893
|
/**
|
|
686
|
-
* The type of
|
|
894
|
+
* The type of asset that is added to a data set.
|
|
687
895
|
*/
|
|
688
896
|
AssetType?: AssetType;
|
|
689
897
|
/**
|
|
@@ -723,6 +931,38 @@ declare namespace DataExchange {
|
|
|
723
931
|
*/
|
|
724
932
|
UpdatedAt?: Timestamp;
|
|
725
933
|
}
|
|
934
|
+
export interface GetEventActionRequest {
|
|
935
|
+
/**
|
|
936
|
+
* The unique identifier for the event action.
|
|
937
|
+
*/
|
|
938
|
+
EventActionId: __string;
|
|
939
|
+
}
|
|
940
|
+
export interface GetEventActionResponse {
|
|
941
|
+
/**
|
|
942
|
+
* What occurs after a certain event.
|
|
943
|
+
*/
|
|
944
|
+
Action?: Action;
|
|
945
|
+
/**
|
|
946
|
+
* The ARN for the event action.
|
|
947
|
+
*/
|
|
948
|
+
Arn?: Arn;
|
|
949
|
+
/**
|
|
950
|
+
* The date and time that the event action was created, in ISO 8601 format.
|
|
951
|
+
*/
|
|
952
|
+
CreatedAt?: Timestamp;
|
|
953
|
+
/**
|
|
954
|
+
* What occurs to start an action.
|
|
955
|
+
*/
|
|
956
|
+
Event?: Event;
|
|
957
|
+
/**
|
|
958
|
+
* The unique identifier for the event action.
|
|
959
|
+
*/
|
|
960
|
+
Id?: Id;
|
|
961
|
+
/**
|
|
962
|
+
* The date and time that the event action was last updated, in ISO 8601 format.
|
|
963
|
+
*/
|
|
964
|
+
UpdatedAt?: Timestamp;
|
|
965
|
+
}
|
|
726
966
|
export interface GetJobRequest {
|
|
727
967
|
/**
|
|
728
968
|
* The unique identifier for a job.
|
|
@@ -775,7 +1015,7 @@ declare namespace DataExchange {
|
|
|
775
1015
|
}
|
|
776
1016
|
export interface GetRevisionResponse {
|
|
777
1017
|
/**
|
|
778
|
-
* The ARN for the revision
|
|
1018
|
+
* The ARN for the revision.
|
|
779
1019
|
*/
|
|
780
1020
|
Arn?: Arn;
|
|
781
1021
|
/**
|
|
@@ -812,7 +1052,94 @@ declare namespace DataExchange {
|
|
|
812
1052
|
UpdatedAt?: Timestamp;
|
|
813
1053
|
}
|
|
814
1054
|
export type Id = string;
|
|
1055
|
+
export interface ImportAssetFromApiGatewayApiRequestDetails {
|
|
1056
|
+
/**
|
|
1057
|
+
* The API description. Markdown supported.
|
|
1058
|
+
*/
|
|
1059
|
+
ApiDescription?: ApiDescription;
|
|
1060
|
+
/**
|
|
1061
|
+
* The API Gateway API ID.
|
|
1062
|
+
*/
|
|
1063
|
+
ApiId: __string;
|
|
1064
|
+
/**
|
|
1065
|
+
* The API Gateway API key.
|
|
1066
|
+
*/
|
|
1067
|
+
ApiKey?: __string;
|
|
1068
|
+
/**
|
|
1069
|
+
* The API name.
|
|
1070
|
+
*/
|
|
1071
|
+
ApiName: __string;
|
|
1072
|
+
/**
|
|
1073
|
+
* The Base64-encoded MD5 hash of the OpenAPI 3.0 JSON API specification file. It is used to ensure the integrity of the file.
|
|
1074
|
+
*/
|
|
1075
|
+
ApiSpecificationMd5Hash: __stringMin24Max24PatternAZaZ094AZaZ092AZaZ093;
|
|
1076
|
+
/**
|
|
1077
|
+
* The data set ID.
|
|
1078
|
+
*/
|
|
1079
|
+
DataSetId: Id;
|
|
1080
|
+
/**
|
|
1081
|
+
* The protocol type.
|
|
1082
|
+
*/
|
|
1083
|
+
ProtocolType: ProtocolType;
|
|
1084
|
+
/**
|
|
1085
|
+
* The revision ID.
|
|
1086
|
+
*/
|
|
1087
|
+
RevisionId: Id;
|
|
1088
|
+
/**
|
|
1089
|
+
* The API stage.
|
|
1090
|
+
*/
|
|
1091
|
+
Stage: __string;
|
|
1092
|
+
}
|
|
1093
|
+
export interface ImportAssetFromApiGatewayApiResponseDetails {
|
|
1094
|
+
/**
|
|
1095
|
+
* The API description.
|
|
1096
|
+
*/
|
|
1097
|
+
ApiDescription?: ApiDescription;
|
|
1098
|
+
/**
|
|
1099
|
+
* The API ID.
|
|
1100
|
+
*/
|
|
1101
|
+
ApiId: __string;
|
|
1102
|
+
/**
|
|
1103
|
+
* The API key.
|
|
1104
|
+
*/
|
|
1105
|
+
ApiKey?: __string;
|
|
1106
|
+
/**
|
|
1107
|
+
* The API name.
|
|
1108
|
+
*/
|
|
1109
|
+
ApiName: __string;
|
|
1110
|
+
/**
|
|
1111
|
+
* The Base64-encoded Md5 hash for the API asset, used to ensure the integrity of the API at that location.
|
|
1112
|
+
*/
|
|
1113
|
+
ApiSpecificationMd5Hash: __stringMin24Max24PatternAZaZ094AZaZ092AZaZ093;
|
|
1114
|
+
/**
|
|
1115
|
+
* The upload URL of the API specification.
|
|
1116
|
+
*/
|
|
1117
|
+
ApiSpecificationUploadUrl: __string;
|
|
1118
|
+
/**
|
|
1119
|
+
* The date and time that the upload URL expires, in ISO 8601 format.
|
|
1120
|
+
*/
|
|
1121
|
+
ApiSpecificationUploadUrlExpiresAt: Timestamp;
|
|
1122
|
+
/**
|
|
1123
|
+
* The data set ID.
|
|
1124
|
+
*/
|
|
1125
|
+
DataSetId: Id;
|
|
1126
|
+
/**
|
|
1127
|
+
* The protocol type.
|
|
1128
|
+
*/
|
|
1129
|
+
ProtocolType: ProtocolType;
|
|
1130
|
+
/**
|
|
1131
|
+
* The revision ID.
|
|
1132
|
+
*/
|
|
1133
|
+
RevisionId: Id;
|
|
1134
|
+
/**
|
|
1135
|
+
* The API stage.
|
|
1136
|
+
*/
|
|
1137
|
+
Stage: __string;
|
|
1138
|
+
}
|
|
815
1139
|
export interface ImportAssetFromSignedUrlJobErrorDetails {
|
|
1140
|
+
/**
|
|
1141
|
+
* Information about the job error.
|
|
1142
|
+
*/
|
|
816
1143
|
AssetName: AssetName;
|
|
817
1144
|
}
|
|
818
1145
|
export interface ImportAssetFromSignedUrlRequestDetails {
|
|
@@ -835,7 +1162,7 @@ declare namespace DataExchange {
|
|
|
835
1162
|
}
|
|
836
1163
|
export interface ImportAssetFromSignedUrlResponseDetails {
|
|
837
1164
|
/**
|
|
838
|
-
* The name for the asset associated with this import
|
|
1165
|
+
* The name for the asset associated with this import job.
|
|
839
1166
|
*/
|
|
840
1167
|
AssetName: AssetName;
|
|
841
1168
|
/**
|
|
@@ -859,6 +1186,34 @@ declare namespace DataExchange {
|
|
|
859
1186
|
*/
|
|
860
1187
|
SignedUrlExpiresAt?: Timestamp;
|
|
861
1188
|
}
|
|
1189
|
+
export interface ImportAssetsFromRedshiftDataSharesRequestDetails {
|
|
1190
|
+
/**
|
|
1191
|
+
* A list of Amazon Redshift datashare assets.
|
|
1192
|
+
*/
|
|
1193
|
+
AssetSources: ListOfRedshiftDataShareAssetSourceEntry;
|
|
1194
|
+
/**
|
|
1195
|
+
* The unique identifier for the data set associated with this import job.
|
|
1196
|
+
*/
|
|
1197
|
+
DataSetId: Id;
|
|
1198
|
+
/**
|
|
1199
|
+
* The unique identifier for the revision associated with this import job.
|
|
1200
|
+
*/
|
|
1201
|
+
RevisionId: Id;
|
|
1202
|
+
}
|
|
1203
|
+
export interface ImportAssetsFromRedshiftDataSharesResponseDetails {
|
|
1204
|
+
/**
|
|
1205
|
+
* A list of Amazon Redshift datashare asset sources.
|
|
1206
|
+
*/
|
|
1207
|
+
AssetSources: ListOfRedshiftDataShareAssetSourceEntry;
|
|
1208
|
+
/**
|
|
1209
|
+
* The unique identifier for the data set associated with this import job.
|
|
1210
|
+
*/
|
|
1211
|
+
DataSetId: Id;
|
|
1212
|
+
/**
|
|
1213
|
+
* The unique identifier for the revision associated with this import job.
|
|
1214
|
+
*/
|
|
1215
|
+
RevisionId: Id;
|
|
1216
|
+
}
|
|
862
1217
|
export interface ImportAssetsFromS3RequestDetails {
|
|
863
1218
|
/**
|
|
864
1219
|
* Is a list of S3 bucket and object key pairs.
|
|
@@ -926,6 +1281,9 @@ declare namespace DataExchange {
|
|
|
926
1281
|
* The code for the job error.
|
|
927
1282
|
*/
|
|
928
1283
|
Code: Code;
|
|
1284
|
+
/**
|
|
1285
|
+
* The details about the job error.
|
|
1286
|
+
*/
|
|
929
1287
|
Details?: Details;
|
|
930
1288
|
/**
|
|
931
1289
|
* The name of the limit that was reached.
|
|
@@ -948,8 +1306,8 @@ declare namespace DataExchange {
|
|
|
948
1306
|
*/
|
|
949
1307
|
ResourceType?: JobErrorResourceTypes;
|
|
950
1308
|
}
|
|
951
|
-
export type JobErrorLimitName = "Assets per revision"|"Asset size in GB"|string;
|
|
952
|
-
export type JobErrorResourceTypes = "REVISION"|"ASSET"|string;
|
|
1309
|
+
export type JobErrorLimitName = "Assets per revision"|"Asset size in GB"|"Amazon Redshift datashare assets per revision"|string;
|
|
1310
|
+
export type JobErrorResourceTypes = "REVISION"|"ASSET"|"DATA_SET"|string;
|
|
953
1311
|
export interface ListDataSetRevisionsRequest {
|
|
954
1312
|
/**
|
|
955
1313
|
* The unique identifier for a data set.
|
|
@@ -998,6 +1356,30 @@ declare namespace DataExchange {
|
|
|
998
1356
|
*/
|
|
999
1357
|
NextToken?: NextToken;
|
|
1000
1358
|
}
|
|
1359
|
+
export interface ListEventActionsRequest {
|
|
1360
|
+
/**
|
|
1361
|
+
* The unique identifier for the event source.
|
|
1362
|
+
*/
|
|
1363
|
+
EventSourceId?: __string;
|
|
1364
|
+
/**
|
|
1365
|
+
* The maximum number of results returned by a single call.
|
|
1366
|
+
*/
|
|
1367
|
+
MaxResults?: MaxResults;
|
|
1368
|
+
/**
|
|
1369
|
+
* The token value retrieved from a previous call to access the next page of results.
|
|
1370
|
+
*/
|
|
1371
|
+
NextToken?: __string;
|
|
1372
|
+
}
|
|
1373
|
+
export interface ListEventActionsResponse {
|
|
1374
|
+
/**
|
|
1375
|
+
* The event action objects listed by the request.
|
|
1376
|
+
*/
|
|
1377
|
+
EventActions?: ListOfEventActionEntry;
|
|
1378
|
+
/**
|
|
1379
|
+
* The token value retrieved from a previous call to access the next page of results.
|
|
1380
|
+
*/
|
|
1381
|
+
NextToken?: NextToken;
|
|
1382
|
+
}
|
|
1001
1383
|
export interface ListJobsRequest {
|
|
1002
1384
|
/**
|
|
1003
1385
|
* The unique identifier for a data set.
|
|
@@ -1028,6 +1410,7 @@ declare namespace DataExchange {
|
|
|
1028
1410
|
}
|
|
1029
1411
|
export type ListOfAssetDestinationEntry = AssetDestinationEntry[];
|
|
1030
1412
|
export type ListOfAssetSourceEntry = AssetSourceEntry[];
|
|
1413
|
+
export type ListOfRedshiftDataShareAssetSourceEntry = RedshiftDataShareAssetSourceEntry[];
|
|
1031
1414
|
export type ListOfRevisionDestinationEntry = RevisionDestinationEntry[];
|
|
1032
1415
|
export interface ListRevisionAssetsRequest {
|
|
1033
1416
|
/**
|
|
@@ -1074,8 +1457,24 @@ declare namespace DataExchange {
|
|
|
1074
1457
|
export type NextToken = string;
|
|
1075
1458
|
export type Origin = "OWNED"|"ENTITLED"|string;
|
|
1076
1459
|
export interface OriginDetails {
|
|
1460
|
+
/**
|
|
1461
|
+
* The product ID of the origin of the data set.
|
|
1462
|
+
*/
|
|
1077
1463
|
ProductId: __string;
|
|
1078
1464
|
}
|
|
1465
|
+
export type ProtocolType = "REST"|string;
|
|
1466
|
+
export interface RedshiftDataShareAsset {
|
|
1467
|
+
/**
|
|
1468
|
+
* The Amazon Resource Name (ARN) of the datashare asset.
|
|
1469
|
+
*/
|
|
1470
|
+
Arn: __string;
|
|
1471
|
+
}
|
|
1472
|
+
export interface RedshiftDataShareAssetSourceEntry {
|
|
1473
|
+
/**
|
|
1474
|
+
* The Amazon Resource Name (ARN) of the datashare asset.
|
|
1475
|
+
*/
|
|
1476
|
+
DataShareArn: __string;
|
|
1477
|
+
}
|
|
1079
1478
|
export interface RequestDetails {
|
|
1080
1479
|
/**
|
|
1081
1480
|
* Details about the export to signed URL request.
|
|
@@ -1097,6 +1496,14 @@ declare namespace DataExchange {
|
|
|
1097
1496
|
* Details about the import from Amazon S3 request.
|
|
1098
1497
|
*/
|
|
1099
1498
|
ImportAssetsFromS3?: ImportAssetsFromS3RequestDetails;
|
|
1499
|
+
/**
|
|
1500
|
+
* Details from an import from Amazon Redshift datashare request.
|
|
1501
|
+
*/
|
|
1502
|
+
ImportAssetsFromRedshiftDataShares?: ImportAssetsFromRedshiftDataSharesRequestDetails;
|
|
1503
|
+
/**
|
|
1504
|
+
* Information about the import asset from API Gateway API request.
|
|
1505
|
+
*/
|
|
1506
|
+
ImportAssetFromApiGatewayApi?: ImportAssetFromApiGatewayApiRequestDetails;
|
|
1100
1507
|
}
|
|
1101
1508
|
export interface ResponseDetails {
|
|
1102
1509
|
/**
|
|
@@ -1119,6 +1526,14 @@ declare namespace DataExchange {
|
|
|
1119
1526
|
* Details for the import from Amazon S3 response.
|
|
1120
1527
|
*/
|
|
1121
1528
|
ImportAssetsFromS3?: ImportAssetsFromS3ResponseDetails;
|
|
1529
|
+
/**
|
|
1530
|
+
* Details from an import from Amazon Redshift datashare response.
|
|
1531
|
+
*/
|
|
1532
|
+
ImportAssetsFromRedshiftDataShares?: ImportAssetsFromRedshiftDataSharesResponseDetails;
|
|
1533
|
+
/**
|
|
1534
|
+
* The response details.
|
|
1535
|
+
*/
|
|
1536
|
+
ImportAssetFromApiGatewayApi?: ImportAssetFromApiGatewayApiResponseDetails;
|
|
1122
1537
|
}
|
|
1123
1538
|
export interface RevisionDestinationEntry {
|
|
1124
1539
|
/**
|
|
@@ -1168,12 +1583,62 @@ declare namespace DataExchange {
|
|
|
1168
1583
|
*/
|
|
1169
1584
|
UpdatedAt: Timestamp;
|
|
1170
1585
|
}
|
|
1586
|
+
export interface RevisionPublished {
|
|
1587
|
+
/**
|
|
1588
|
+
* The data set ID of the published revision.
|
|
1589
|
+
*/
|
|
1590
|
+
DataSetId: Id;
|
|
1591
|
+
}
|
|
1171
1592
|
export interface S3SnapshotAsset {
|
|
1172
1593
|
/**
|
|
1173
1594
|
* The size of the S3 object that is the object.
|
|
1174
1595
|
*/
|
|
1175
1596
|
Size: __doubleMin0;
|
|
1176
1597
|
}
|
|
1598
|
+
export interface SendApiAssetRequest {
|
|
1599
|
+
/**
|
|
1600
|
+
* The request body.
|
|
1601
|
+
*/
|
|
1602
|
+
Body?: __string;
|
|
1603
|
+
/**
|
|
1604
|
+
* Attach query string parameters to the end of the URI (for example, /v1/examplePath?exampleParam=exampleValue).
|
|
1605
|
+
*/
|
|
1606
|
+
QueryStringParameters?: MapOf__string;
|
|
1607
|
+
/**
|
|
1608
|
+
* Asset ID value for the API request.
|
|
1609
|
+
*/
|
|
1610
|
+
AssetId: __string;
|
|
1611
|
+
/**
|
|
1612
|
+
* Data set ID value for the API request.
|
|
1613
|
+
*/
|
|
1614
|
+
DataSetId: __string;
|
|
1615
|
+
/**
|
|
1616
|
+
* Any header value prefixed with x-amzn-dataexchange-header- will have that stripped before sending the Asset API request. Use this when you want to override a header that AWS Data Exchange uses. Alternatively, you can use the header without a prefix to the HTTP request.
|
|
1617
|
+
*/
|
|
1618
|
+
RequestHeaders?: MapOf__string;
|
|
1619
|
+
/**
|
|
1620
|
+
* HTTP method value for the API request. Alternatively, you can use the appropriate verb in your request.
|
|
1621
|
+
*/
|
|
1622
|
+
Method?: __string;
|
|
1623
|
+
/**
|
|
1624
|
+
* URI path value for the API request. Alternatively, you can set the URI path directly by invoking /v1/{pathValue}
|
|
1625
|
+
*/
|
|
1626
|
+
Path?: __string;
|
|
1627
|
+
/**
|
|
1628
|
+
* Revision ID value for the API request.
|
|
1629
|
+
*/
|
|
1630
|
+
RevisionId: __string;
|
|
1631
|
+
}
|
|
1632
|
+
export interface SendApiAssetResponse {
|
|
1633
|
+
/**
|
|
1634
|
+
* The response body from the underlying API tracked by the API asset.
|
|
1635
|
+
*/
|
|
1636
|
+
Body?: __string;
|
|
1637
|
+
/**
|
|
1638
|
+
* The response headers from the underlying API tracked by the API asset.
|
|
1639
|
+
*/
|
|
1640
|
+
ResponseHeaders?: MapOf__string;
|
|
1641
|
+
}
|
|
1177
1642
|
export type ServerSideEncryptionTypes = "aws:kms"|"AES256"|string;
|
|
1178
1643
|
export interface StartJobRequest {
|
|
1179
1644
|
/**
|
|
@@ -1195,7 +1660,7 @@ declare namespace DataExchange {
|
|
|
1195
1660
|
Tags: MapOf__string;
|
|
1196
1661
|
}
|
|
1197
1662
|
export type Timestamp = Date;
|
|
1198
|
-
export type Type = "IMPORT_ASSETS_FROM_S3"|"IMPORT_ASSET_FROM_SIGNED_URL"|"EXPORT_ASSETS_TO_S3"|"EXPORT_ASSET_TO_SIGNED_URL"|"EXPORT_REVISIONS_TO_S3"|string;
|
|
1663
|
+
export type Type = "IMPORT_ASSETS_FROM_S3"|"IMPORT_ASSET_FROM_SIGNED_URL"|"EXPORT_ASSETS_TO_S3"|"EXPORT_ASSET_TO_SIGNED_URL"|"EXPORT_REVISIONS_TO_S3"|"IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES"|"IMPORT_ASSET_FROM_API_GATEWAY_API"|string;
|
|
1199
1664
|
export interface UntagResourceRequest {
|
|
1200
1665
|
/**
|
|
1201
1666
|
* An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
|
|
@@ -1216,7 +1681,7 @@ declare namespace DataExchange {
|
|
|
1216
1681
|
*/
|
|
1217
1682
|
DataSetId: __string;
|
|
1218
1683
|
/**
|
|
1219
|
-
* The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.
|
|
1684
|
+
* The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.
|
|
1220
1685
|
*/
|
|
1221
1686
|
Name: AssetName;
|
|
1222
1687
|
/**
|
|
@@ -1230,11 +1695,11 @@ declare namespace DataExchange {
|
|
|
1230
1695
|
*/
|
|
1231
1696
|
Arn?: Arn;
|
|
1232
1697
|
/**
|
|
1233
|
-
* Information about the asset
|
|
1698
|
+
* Information about the asset.
|
|
1234
1699
|
*/
|
|
1235
1700
|
AssetDetails?: AssetDetails;
|
|
1236
1701
|
/**
|
|
1237
|
-
* The type of
|
|
1702
|
+
* The type of asset that is added to a data set.
|
|
1238
1703
|
*/
|
|
1239
1704
|
AssetType?: AssetType;
|
|
1240
1705
|
/**
|
|
@@ -1250,7 +1715,7 @@ declare namespace DataExchange {
|
|
|
1250
1715
|
*/
|
|
1251
1716
|
Id?: Id;
|
|
1252
1717
|
/**
|
|
1253
|
-
* The name of the asset When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.
|
|
1718
|
+
* The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.
|
|
1254
1719
|
*/
|
|
1255
1720
|
Name?: AssetName;
|
|
1256
1721
|
/**
|
|
@@ -1286,7 +1751,7 @@ declare namespace DataExchange {
|
|
|
1286
1751
|
*/
|
|
1287
1752
|
Arn?: Arn;
|
|
1288
1753
|
/**
|
|
1289
|
-
* The type of
|
|
1754
|
+
* The type of asset that is added to a data set.
|
|
1290
1755
|
*/
|
|
1291
1756
|
AssetType?: AssetType;
|
|
1292
1757
|
/**
|
|
@@ -1322,6 +1787,42 @@ declare namespace DataExchange {
|
|
|
1322
1787
|
*/
|
|
1323
1788
|
UpdatedAt?: Timestamp;
|
|
1324
1789
|
}
|
|
1790
|
+
export interface UpdateEventActionRequest {
|
|
1791
|
+
/**
|
|
1792
|
+
* What occurs after a certain event.
|
|
1793
|
+
*/
|
|
1794
|
+
Action?: Action;
|
|
1795
|
+
/**
|
|
1796
|
+
* The unique identifier for the event action.
|
|
1797
|
+
*/
|
|
1798
|
+
EventActionId: __string;
|
|
1799
|
+
}
|
|
1800
|
+
export interface UpdateEventActionResponse {
|
|
1801
|
+
/**
|
|
1802
|
+
* What occurs after a certain event.
|
|
1803
|
+
*/
|
|
1804
|
+
Action?: Action;
|
|
1805
|
+
/**
|
|
1806
|
+
* The ARN for the event action.
|
|
1807
|
+
*/
|
|
1808
|
+
Arn?: Arn;
|
|
1809
|
+
/**
|
|
1810
|
+
* The date and time that the event action was created, in ISO 8601 format.
|
|
1811
|
+
*/
|
|
1812
|
+
CreatedAt?: Timestamp;
|
|
1813
|
+
/**
|
|
1814
|
+
* What occurs to start an action.
|
|
1815
|
+
*/
|
|
1816
|
+
Event?: Event;
|
|
1817
|
+
/**
|
|
1818
|
+
* The unique identifier for the event action.
|
|
1819
|
+
*/
|
|
1820
|
+
Id?: Id;
|
|
1821
|
+
/**
|
|
1822
|
+
* The date and time that the event action was last updated, in ISO 8601 format.
|
|
1823
|
+
*/
|
|
1824
|
+
UpdatedAt?: Timestamp;
|
|
1825
|
+
}
|
|
1325
1826
|
export interface UpdateRevisionRequest {
|
|
1326
1827
|
/**
|
|
1327
1828
|
* An optional comment about the revision.
|
|
@@ -1379,6 +1880,7 @@ declare namespace DataExchange {
|
|
|
1379
1880
|
export type __doubleMin0 = number;
|
|
1380
1881
|
export type ListOfAssetEntry = AssetEntry[];
|
|
1381
1882
|
export type ListOfDataSetEntry = DataSetEntry[];
|
|
1883
|
+
export type ListOfEventActionEntry = EventActionEntry[];
|
|
1382
1884
|
export type ListOfJobEntry = JobEntry[];
|
|
1383
1885
|
export type ListOfJobError = JobError[];
|
|
1384
1886
|
export type ListOfRevisionEntry = RevisionEntry[];
|