@pgarbe/cdk-ecr-sync 0.5.26 → 0.5.29
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 +0 -1
- package/.jsii +5 -5
- package/.projenrc.ts +5 -3
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +1 -0
- package/lib/ecr-sync.d.ts.map +1 -0
- package/lib/ecr-sync.js +1 -1
- package/lib/image.d.ts +1 -0
- package/lib/image.d.ts.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/lambda/docker-adapter.d.ts +1 -0
- package/lib/lambda/docker-adapter.d.ts.map +1 -0
- package/lib/lambda/ecr-adapter.d.ts +1 -0
- package/lib/lambda/ecr-adapter.d.ts.map +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
- package/node_modules/aws-sdk/CHANGELOG.md +384 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +56 -25
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +68 -50
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +47 -7
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +144 -65
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/apigateway-2015-07-09.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +177 -113
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +206 -44
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +9 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +79 -33
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +31 -46
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +113 -90
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
- package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +143 -94
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +1374 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +62 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.waiters2.json +4 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +107 -45
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +206 -125
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +16 -11
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +25 -2
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +119 -118
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +143 -2
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +217 -113
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +552 -134
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +537 -200
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +41 -38
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +83 -4
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +144 -74
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +213 -119
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
- package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +10 -2
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +10 -4
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1098 -848
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +14 -11
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +4 -1
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +10 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
- package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +262 -19
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +14 -0
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +454 -7
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +107 -15
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +265 -82
- package/node_modules/aws-sdk/apis/fms-2018-01-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +297 -61
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +120 -98
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.examples.json +5 -0
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +1376 -0
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +2257 -440
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +194 -19
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +107 -73
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +280 -202
- package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iot-data-2015-05-28.min.json +1 -1
- package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
- package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +516 -168
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +75 -68
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +95 -48
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +324 -83
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +562 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +239 -9
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +80 -12
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +418 -149
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +54 -2
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +117 -56
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +20 -12
- package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +2 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +165 -41
- package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +0 -1
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +31 -28
- package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +83 -27
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +151 -120
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +222 -154
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +16 -13
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +402 -153
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +20 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +15 -19
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +0 -2
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +47 -11
- package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
- package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +77 -62
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +74 -0
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +414 -346
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +197 -47
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +4 -1
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +186 -44
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +289 -413
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +0 -12
- package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +41 -23
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +13 -3
- package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.min.json +49 -3
- package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +97 -97
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +772 -239
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +52 -51
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +64 -24
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +722 -689
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +15 -13
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +378 -304
- package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +16 -8
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +8 -2
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +333 -294
- package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +41 -36
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +82 -45
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +31 -25
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +59 -48
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +27 -8
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +45 -0
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +19 -18
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +313 -131
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +60 -19
- package/node_modules/aws-sdk/apis/worklink-2018-09-25.min.json +99 -33
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +195 -27
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
- package/node_modules/aws-sdk/clients/acmpca.d.ts +72 -36
- package/node_modules/aws-sdk/clients/all.d.ts +6 -0
- package/node_modules/aws-sdk/clients/all.js +7 -1
- package/node_modules/aws-sdk/clients/amplify.d.ts +12 -7
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +48 -12
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +142 -18
- package/node_modules/aws-sdk/clients/appflow.d.ts +80 -1
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
- package/node_modules/aws-sdk/clients/apprunner.d.ts +195 -11
- package/node_modules/aws-sdk/clients/appstream.d.ts +13 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +70 -9
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +8 -8
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +62 -34
- package/node_modules/aws-sdk/clients/backup.d.ts +49 -25
- package/node_modules/aws-sdk/clients/batch.d.ts +120 -52
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +1554 -0
- package/node_modules/aws-sdk/clients/billingconductor.js +19 -0
- package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
- package/node_modules/aws-sdk/clients/budgets.d.ts +107 -48
- package/node_modules/aws-sdk/clients/chime.d.ts +10 -6
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +31 -5
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +24 -24
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +34 -26
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +44 -12
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +78 -73
- package/node_modules/aws-sdk/clients/comprehend.d.ts +218 -24
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
- package/node_modules/aws-sdk/clients/configservice.d.ts +220 -49
- package/node_modules/aws-sdk/clients/connect.d.ts +539 -9
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +91 -5
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +365 -2
- package/node_modules/aws-sdk/clients/databrew.d.ts +8 -3
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +117 -0
- package/node_modules/aws-sdk/clients/datasync.d.ts +103 -16
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +109 -3
- package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
- package/node_modules/aws-sdk/clients/docdb.d.ts +56 -40
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +10 -2
- package/node_modules/aws-sdk/clients/ebs.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +450 -138
- package/node_modules/aws-sdk/clients/ecr.d.ts +10 -5
- package/node_modules/aws-sdk/clients/ecs.d.ts +51 -35
- package/node_modules/aws-sdk/clients/efs.d.ts +40 -40
- package/node_modules/aws-sdk/clients/eks.d.ts +14 -14
- package/node_modules/aws-sdk/clients/elasticache.d.ts +14 -10
- package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +380 -7
- package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
- package/node_modules/aws-sdk/clients/evidently.d.ts +19 -7
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +520 -46
- package/node_modules/aws-sdk/clients/fis.d.ts +124 -0
- package/node_modules/aws-sdk/clients/fms.d.ts +333 -3
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +355 -18
- package/node_modules/aws-sdk/clients/fsx.d.ts +95 -63
- package/node_modules/aws-sdk/clients/gamelift.d.ts +186 -186
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +1344 -0
- package/node_modules/aws-sdk/clients/gamesparks.js +18 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +2581 -181
- package/node_modules/aws-sdk/clients/grafana.d.ts +153 -6
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +55 -24
- package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
- package/node_modules/aws-sdk/clients/iam.d.ts +10 -10
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +55 -6
- package/node_modules/aws-sdk/clients/iot.d.ts +87 -21
- package/node_modules/aws-sdk/clients/iotdata.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
- package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +369 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +25 -8
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
- package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
- package/node_modules/aws-sdk/clients/ivschat.js +18 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +50 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +408 -93
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +652 -0
- package/node_modules/aws-sdk/clients/keyspaces.js +19 -0
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
- package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
- package/node_modules/aws-sdk/clients/kms.d.ts +209 -119
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/lambda.d.ts +319 -16
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lightsail.d.ts +175 -64
- package/node_modules/aws-sdk/clients/location.d.ts +28 -19
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +165 -0
- package/node_modules/aws-sdk/clients/lookoutvision.d.ts +4 -4
- package/node_modules/aws-sdk/clients/macie.d.ts +50 -50
- package/node_modules/aws-sdk/clients/macie2.d.ts +7 -2
- package/node_modules/aws-sdk/clients/mediaconnect.d.ts +47 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +63 -17
- package/node_modules/aws-sdk/clients/medialive.d.ts +79 -3
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +5 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +316 -12
- package/node_modules/aws-sdk/clients/mgn.d.ts +63 -50
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +17 -17
- package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
- package/node_modules/aws-sdk/clients/organizations.d.ts +146 -131
- package/node_modules/aws-sdk/clients/outposts.d.ts +94 -22
- package/node_modules/aws-sdk/clients/panorama.d.ts +467 -406
- package/node_modules/aws-sdk/clients/personalize.d.ts +196 -30
- package/node_modules/aws-sdk/clients/pi.d.ts +26 -26
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +4 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +2367 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.js +19 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +3 -3
- package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
- package/node_modules/aws-sdk/clients/proton.d.ts +105 -101
- package/node_modules/aws-sdk/clients/quicksight.d.ts +151 -17
- package/node_modules/aws-sdk/clients/ram.d.ts +5 -5
- package/node_modules/aws-sdk/clients/rds.d.ts +587 -766
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
- package/node_modules/aws-sdk/clients/redshift.d.ts +68 -30
- package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
- package/node_modules/aws-sdk/clients/robomaker.d.ts +7 -6
- package/node_modules/aws-sdk/clients/route53.d.ts +12 -12
- package/node_modules/aws-sdk/clients/route53recoverycluster.d.ts +82 -10
- package/node_modules/aws-sdk/clients/s3.d.ts +735 -204
- package/node_modules/aws-sdk/clients/s3control.d.ts +8 -3
- package/node_modules/aws-sdk/clients/s3outposts.d.ts +50 -18
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +225 -175
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +151 -7
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +8 -4
- package/node_modules/aws-sdk/clients/sns.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssm.d.ts +90 -37
- package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +21 -7
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +24 -24
- package/node_modules/aws-sdk/clients/sts.d.ts +5 -5
- package/node_modules/aws-sdk/clients/synthetics.d.ts +10 -5
- package/node_modules/aws-sdk/clients/textract.d.ts +47 -14
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +113 -103
- package/node_modules/aws-sdk/clients/transfer.d.ts +82 -14
- package/node_modules/aws-sdk/clients/transfer.js +1 -0
- package/node_modules/aws-sdk/clients/translate.d.ts +2 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +274 -34
- package/node_modules/aws-sdk/clients/wisdom.d.ts +77 -32
- package/node_modules/aws-sdk/clients/workspaces.d.ts +243 -4
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +11 -6
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1322 -1034
- package/node_modules/aws-sdk/dist/aws-sdk.js +6144 -3175
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -92
- package/node_modules/aws-sdk/lib/config-base.d.ts +1 -0
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +12 -0
- package/node_modules/aws-sdk/lib/core.d.ts +1 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/credential_provider_chain.js +1 -0
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.d.ts +28 -18
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.js +75 -18
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +14 -0
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +179 -0
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +8 -0
- package/node_modules/aws-sdk/lib/model/operation.js +6 -1
- package/node_modules/aws-sdk/lib/node_loader.js +2 -0
- package/node_modules/aws-sdk/lib/param_validator.js +1 -2
- package/node_modules/aws-sdk/lib/region_config_data.json +10 -0
- package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +2 -1
- package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +8 -5
- package/node_modules/jszip/.github/workflows/pr.yaml +41 -0
- package/node_modules/jszip/CHANGES.md +20 -1
- package/node_modules/jszip/LICENSE.markdown +1 -1
- package/node_modules/jszip/README.markdown +1 -3
- package/node_modules/jszip/dist/jszip.js +229 -16
- package/node_modules/jszip/dist/jszip.min.js +4 -4
- package/node_modules/jszip/index.d.ts +80 -15
- package/node_modules/jszip/lib/index.js +1 -1
- package/node_modules/jszip/lib/license_header.js +2 -2
- package/node_modules/jszip/lib/load.js +8 -1
- package/node_modules/jszip/lib/utils.js +28 -3
- package/node_modules/jszip/package.json +10 -9
- package/node_modules/jszip/tsconfig.json +101 -0
- package/node_modules/jszip/vendor/FileSaver.js +1 -1
- package/node_modules/setimmediate/LICENSE.txt +20 -0
- package/node_modules/setimmediate/package.json +30 -0
- package/node_modules/setimmediate/setImmediate.js +186 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/.npmignore +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/CHANGELOG.md +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/LICENSE +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/README.md +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/Utility.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLAttribute.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLCData.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLComment.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDAttList.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDElement.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDEntity.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDNotation.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDeclaration.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocType.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocument.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocumentCB.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLElement.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLNode.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLProcessingInstruction.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLRaw.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStreamWriter.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringWriter.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringifier.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLText.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLWriterBase.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/index.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/package.json +0 -0
- package/package.json +18 -13
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/set-immediate-shim/index.js +0 -7
- package/node_modules/set-immediate-shim/package.json +0 -34
- package/node_modules/set-immediate-shim/readme.md +0 -31
|
@@ -60,19 +60,19 @@
|
|
|
60
60
|
"description": {},
|
|
61
61
|
"kmsArn": {},
|
|
62
62
|
"triggerConfig": {
|
|
63
|
-
"shape": "
|
|
63
|
+
"shape": "S2z"
|
|
64
64
|
},
|
|
65
65
|
"sourceFlowConfig": {
|
|
66
|
-
"shape": "
|
|
66
|
+
"shape": "S38"
|
|
67
67
|
},
|
|
68
68
|
"destinationFlowConfigList": {
|
|
69
|
-
"shape": "
|
|
69
|
+
"shape": "S3z"
|
|
70
70
|
},
|
|
71
71
|
"tasks": {
|
|
72
|
-
"shape": "
|
|
72
|
+
"shape": "S4v"
|
|
73
73
|
},
|
|
74
74
|
"tags": {
|
|
75
|
-
"shape": "
|
|
75
|
+
"shape": "S5l"
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
},
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"type": "structure",
|
|
145
145
|
"members": {
|
|
146
146
|
"connectorConfiguration": {
|
|
147
|
-
"shape": "
|
|
147
|
+
"shape": "S5x"
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
}
|
|
@@ -214,10 +214,10 @@
|
|
|
214
214
|
"valueRegexPattern": {},
|
|
215
215
|
"supportedDateFormat": {},
|
|
216
216
|
"fieldValueRange": {
|
|
217
|
-
"shape": "
|
|
217
|
+
"shape": "S82"
|
|
218
218
|
},
|
|
219
219
|
"fieldLengthRange": {
|
|
220
|
-
"shape": "
|
|
220
|
+
"shape": "S82"
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
}
|
|
@@ -257,12 +257,12 @@
|
|
|
257
257
|
"type": "boolean"
|
|
258
258
|
},
|
|
259
259
|
"supportedWriteOperations": {
|
|
260
|
-
"shape": "
|
|
260
|
+
"shape": "S7l"
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
263
|
},
|
|
264
264
|
"customProperties": {
|
|
265
|
-
"shape": "
|
|
265
|
+
"shape": "S3w"
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
268
|
}
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"type": "structure",
|
|
336
336
|
"members": {
|
|
337
337
|
"connectorTypes": {
|
|
338
|
-
"shape": "
|
|
338
|
+
"shape": "S5y"
|
|
339
339
|
},
|
|
340
340
|
"maxResults": {
|
|
341
341
|
"type": "integer"
|
|
@@ -350,11 +350,11 @@
|
|
|
350
350
|
"type": "map",
|
|
351
351
|
"key": {},
|
|
352
352
|
"value": {
|
|
353
|
-
"shape": "
|
|
353
|
+
"shape": "S5x"
|
|
354
354
|
}
|
|
355
355
|
},
|
|
356
356
|
"connectors": {
|
|
357
|
-
"shape": "
|
|
357
|
+
"shape": "S8k"
|
|
358
358
|
},
|
|
359
359
|
"nextToken": {}
|
|
360
360
|
}
|
|
@@ -383,19 +383,19 @@
|
|
|
383
383
|
"flowStatus": {},
|
|
384
384
|
"flowStatusMessage": {},
|
|
385
385
|
"sourceFlowConfig": {
|
|
386
|
-
"shape": "
|
|
386
|
+
"shape": "S38"
|
|
387
387
|
},
|
|
388
388
|
"destinationFlowConfigList": {
|
|
389
|
-
"shape": "
|
|
389
|
+
"shape": "S3z"
|
|
390
390
|
},
|
|
391
391
|
"lastRunExecutionDetails": {
|
|
392
|
-
"shape": "
|
|
392
|
+
"shape": "S8q"
|
|
393
393
|
},
|
|
394
394
|
"triggerConfig": {
|
|
395
|
-
"shape": "
|
|
395
|
+
"shape": "S2z"
|
|
396
396
|
},
|
|
397
397
|
"tasks": {
|
|
398
|
-
"shape": "
|
|
398
|
+
"shape": "S4v"
|
|
399
399
|
},
|
|
400
400
|
"createdAt": {
|
|
401
401
|
"type": "timestamp"
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
"createdBy": {},
|
|
407
407
|
"lastUpdatedBy": {},
|
|
408
408
|
"tags": {
|
|
409
|
-
"shape": "
|
|
409
|
+
"shape": "S5l"
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
412
|
}
|
|
@@ -539,7 +539,7 @@
|
|
|
539
539
|
"type": "structure",
|
|
540
540
|
"members": {
|
|
541
541
|
"connectors": {
|
|
542
|
-
"shape": "
|
|
542
|
+
"shape": "S8k"
|
|
543
543
|
},
|
|
544
544
|
"nextToken": {}
|
|
545
545
|
}
|
|
@@ -584,10 +584,10 @@
|
|
|
584
584
|
"createdBy": {},
|
|
585
585
|
"lastUpdatedBy": {},
|
|
586
586
|
"tags": {
|
|
587
|
-
"shape": "
|
|
587
|
+
"shape": "S5l"
|
|
588
588
|
},
|
|
589
589
|
"lastRunExecutionDetails": {
|
|
590
|
-
"shape": "
|
|
590
|
+
"shape": "S8q"
|
|
591
591
|
}
|
|
592
592
|
}
|
|
593
593
|
}
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
"type": "structure",
|
|
618
618
|
"members": {
|
|
619
619
|
"tags": {
|
|
620
|
-
"shape": "
|
|
620
|
+
"shape": "S5l"
|
|
621
621
|
}
|
|
622
622
|
}
|
|
623
623
|
}
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
"description": {},
|
|
634
634
|
"connectorProvisioningType": {},
|
|
635
635
|
"connectorProvisioningConfig": {
|
|
636
|
-
"shape": "
|
|
636
|
+
"shape": "S7n"
|
|
637
637
|
}
|
|
638
638
|
}
|
|
639
639
|
},
|
|
@@ -703,7 +703,7 @@
|
|
|
703
703
|
"locationName": "resourceArn"
|
|
704
704
|
},
|
|
705
705
|
"tags": {
|
|
706
|
-
"shape": "
|
|
706
|
+
"shape": "S5l"
|
|
707
707
|
}
|
|
708
708
|
}
|
|
709
709
|
},
|
|
@@ -805,16 +805,16 @@
|
|
|
805
805
|
"flowName": {},
|
|
806
806
|
"description": {},
|
|
807
807
|
"triggerConfig": {
|
|
808
|
-
"shape": "
|
|
808
|
+
"shape": "S2z"
|
|
809
809
|
},
|
|
810
810
|
"sourceFlowConfig": {
|
|
811
|
-
"shape": "
|
|
811
|
+
"shape": "S38"
|
|
812
812
|
},
|
|
813
813
|
"destinationFlowConfigList": {
|
|
814
|
-
"shape": "
|
|
814
|
+
"shape": "S3z"
|
|
815
815
|
},
|
|
816
816
|
"tasks": {
|
|
817
|
-
"shape": "
|
|
817
|
+
"shape": "S4v"
|
|
818
818
|
}
|
|
819
819
|
}
|
|
820
820
|
},
|
|
@@ -848,7 +848,7 @@
|
|
|
848
848
|
],
|
|
849
849
|
"members": {
|
|
850
850
|
"apiKey": {
|
|
851
|
-
"shape": "
|
|
851
|
+
"shape": "S1m"
|
|
852
852
|
},
|
|
853
853
|
"secretKey": {
|
|
854
854
|
"type": "string",
|
|
@@ -864,7 +864,7 @@
|
|
|
864
864
|
],
|
|
865
865
|
"members": {
|
|
866
866
|
"apiKey": {
|
|
867
|
-
"shape": "
|
|
867
|
+
"shape": "S1m"
|
|
868
868
|
},
|
|
869
869
|
"applicationKey": {}
|
|
870
870
|
}
|
|
@@ -887,14 +887,14 @@
|
|
|
887
887
|
"members": {
|
|
888
888
|
"clientId": {},
|
|
889
889
|
"clientSecret": {
|
|
890
|
-
"shape": "
|
|
890
|
+
"shape": "S1u"
|
|
891
891
|
},
|
|
892
892
|
"accessToken": {
|
|
893
|
-
"shape": "
|
|
893
|
+
"shape": "S1v"
|
|
894
894
|
},
|
|
895
895
|
"refreshToken": {},
|
|
896
896
|
"oAuthRequest": {
|
|
897
|
-
"shape": "
|
|
897
|
+
"shape": "S1x"
|
|
898
898
|
}
|
|
899
899
|
}
|
|
900
900
|
},
|
|
@@ -902,11 +902,11 @@
|
|
|
902
902
|
"type": "structure",
|
|
903
903
|
"members": {
|
|
904
904
|
"accessToken": {
|
|
905
|
-
"shape": "
|
|
905
|
+
"shape": "S1v"
|
|
906
906
|
},
|
|
907
907
|
"refreshToken": {},
|
|
908
908
|
"oAuthRequest": {
|
|
909
|
-
"shape": "
|
|
909
|
+
"shape": "S1x"
|
|
910
910
|
}
|
|
911
911
|
}
|
|
912
912
|
},
|
|
@@ -937,13 +937,13 @@
|
|
|
937
937
|
"members": {
|
|
938
938
|
"clientId": {},
|
|
939
939
|
"clientSecret": {
|
|
940
|
-
"shape": "
|
|
940
|
+
"shape": "S1u"
|
|
941
941
|
},
|
|
942
942
|
"accessToken": {
|
|
943
|
-
"shape": "
|
|
943
|
+
"shape": "S1v"
|
|
944
944
|
},
|
|
945
945
|
"oAuthRequest": {
|
|
946
|
-
"shape": "
|
|
946
|
+
"shape": "S1x"
|
|
947
947
|
}
|
|
948
948
|
}
|
|
949
949
|
},
|
|
@@ -956,7 +956,7 @@
|
|
|
956
956
|
"members": {
|
|
957
957
|
"username": {},
|
|
958
958
|
"password": {
|
|
959
|
-
"shape": "
|
|
959
|
+
"shape": "S27"
|
|
960
960
|
}
|
|
961
961
|
}
|
|
962
962
|
},
|
|
@@ -964,11 +964,11 @@
|
|
|
964
964
|
"type": "structure",
|
|
965
965
|
"members": {
|
|
966
966
|
"accessToken": {
|
|
967
|
-
"shape": "
|
|
967
|
+
"shape": "S1v"
|
|
968
968
|
},
|
|
969
969
|
"refreshToken": {},
|
|
970
970
|
"oAuthRequest": {
|
|
971
|
-
"shape": "
|
|
971
|
+
"shape": "S1x"
|
|
972
972
|
},
|
|
973
973
|
"clientCredentialsArn": {
|
|
974
974
|
"type": "string",
|
|
@@ -985,7 +985,7 @@
|
|
|
985
985
|
"members": {
|
|
986
986
|
"username": {},
|
|
987
987
|
"password": {
|
|
988
|
-
"shape": "
|
|
988
|
+
"shape": "S27"
|
|
989
989
|
}
|
|
990
990
|
}
|
|
991
991
|
},
|
|
@@ -996,7 +996,7 @@
|
|
|
996
996
|
],
|
|
997
997
|
"members": {
|
|
998
998
|
"apiKey": {
|
|
999
|
-
"shape": "
|
|
999
|
+
"shape": "S1m"
|
|
1000
1000
|
}
|
|
1001
1001
|
}
|
|
1002
1002
|
},
|
|
@@ -1009,13 +1009,13 @@
|
|
|
1009
1009
|
"members": {
|
|
1010
1010
|
"clientId": {},
|
|
1011
1011
|
"clientSecret": {
|
|
1012
|
-
"shape": "
|
|
1012
|
+
"shape": "S1u"
|
|
1013
1013
|
},
|
|
1014
1014
|
"accessToken": {
|
|
1015
|
-
"shape": "
|
|
1015
|
+
"shape": "S1v"
|
|
1016
1016
|
},
|
|
1017
1017
|
"oAuthRequest": {
|
|
1018
|
-
"shape": "
|
|
1018
|
+
"shape": "S1x"
|
|
1019
1019
|
}
|
|
1020
1020
|
}
|
|
1021
1021
|
},
|
|
@@ -1028,7 +1028,7 @@
|
|
|
1028
1028
|
"members": {
|
|
1029
1029
|
"username": {},
|
|
1030
1030
|
"password": {
|
|
1031
|
-
"shape": "
|
|
1031
|
+
"shape": "S27"
|
|
1032
1032
|
}
|
|
1033
1033
|
}
|
|
1034
1034
|
},
|
|
@@ -1039,7 +1039,7 @@
|
|
|
1039
1039
|
],
|
|
1040
1040
|
"members": {
|
|
1041
1041
|
"apiSecretKey": {
|
|
1042
|
-
"shape": "
|
|
1042
|
+
"shape": "S2f"
|
|
1043
1043
|
}
|
|
1044
1044
|
}
|
|
1045
1045
|
},
|
|
@@ -1052,7 +1052,7 @@
|
|
|
1052
1052
|
"members": {
|
|
1053
1053
|
"username": {},
|
|
1054
1054
|
"password": {
|
|
1055
|
-
"shape": "
|
|
1055
|
+
"shape": "S27"
|
|
1056
1056
|
}
|
|
1057
1057
|
}
|
|
1058
1058
|
},
|
|
@@ -1065,13 +1065,13 @@
|
|
|
1065
1065
|
"members": {
|
|
1066
1066
|
"clientId": {},
|
|
1067
1067
|
"clientSecret": {
|
|
1068
|
-
"shape": "
|
|
1068
|
+
"shape": "S1u"
|
|
1069
1069
|
},
|
|
1070
1070
|
"accessToken": {
|
|
1071
|
-
"shape": "
|
|
1071
|
+
"shape": "S1v"
|
|
1072
1072
|
},
|
|
1073
1073
|
"oAuthRequest": {
|
|
1074
|
-
"shape": "
|
|
1074
|
+
"shape": "S1x"
|
|
1075
1075
|
}
|
|
1076
1076
|
}
|
|
1077
1077
|
},
|
|
@@ -1079,7 +1079,7 @@
|
|
|
1079
1079
|
"type": "structure",
|
|
1080
1080
|
"members": {
|
|
1081
1081
|
"basicAuthCredentials": {
|
|
1082
|
-
"shape": "
|
|
1082
|
+
"shape": "S2j"
|
|
1083
1083
|
},
|
|
1084
1084
|
"oAuthCredentials": {
|
|
1085
1085
|
"type": "structure",
|
|
@@ -1090,14 +1090,14 @@
|
|
|
1090
1090
|
"members": {
|
|
1091
1091
|
"clientId": {},
|
|
1092
1092
|
"clientSecret": {
|
|
1093
|
-
"shape": "
|
|
1093
|
+
"shape": "S1u"
|
|
1094
1094
|
},
|
|
1095
1095
|
"accessToken": {
|
|
1096
|
-
"shape": "
|
|
1096
|
+
"shape": "S1v"
|
|
1097
1097
|
},
|
|
1098
1098
|
"refreshToken": {},
|
|
1099
1099
|
"oAuthRequest": {
|
|
1100
|
-
"shape": "
|
|
1100
|
+
"shape": "S1x"
|
|
1101
1101
|
}
|
|
1102
1102
|
}
|
|
1103
1103
|
}
|
|
@@ -1111,21 +1111,21 @@
|
|
|
1111
1111
|
"members": {
|
|
1112
1112
|
"authenticationType": {},
|
|
1113
1113
|
"basic": {
|
|
1114
|
-
"shape": "
|
|
1114
|
+
"shape": "S2j"
|
|
1115
1115
|
},
|
|
1116
1116
|
"oauth2": {
|
|
1117
1117
|
"type": "structure",
|
|
1118
1118
|
"members": {
|
|
1119
1119
|
"clientId": {},
|
|
1120
1120
|
"clientSecret": {
|
|
1121
|
-
"shape": "
|
|
1121
|
+
"shape": "S1u"
|
|
1122
1122
|
},
|
|
1123
1123
|
"accessToken": {
|
|
1124
|
-
"shape": "
|
|
1124
|
+
"shape": "S1v"
|
|
1125
1125
|
},
|
|
1126
1126
|
"refreshToken": {},
|
|
1127
1127
|
"oAuthRequest": {
|
|
1128
|
-
"shape": "
|
|
1128
|
+
"shape": "S1x"
|
|
1129
1129
|
}
|
|
1130
1130
|
}
|
|
1131
1131
|
},
|
|
@@ -1136,10 +1136,10 @@
|
|
|
1136
1136
|
],
|
|
1137
1137
|
"members": {
|
|
1138
1138
|
"apiKey": {
|
|
1139
|
-
"shape": "
|
|
1139
|
+
"shape": "S1m"
|
|
1140
1140
|
},
|
|
1141
1141
|
"apiSecretKey": {
|
|
1142
|
-
"shape": "
|
|
1142
|
+
"shape": "S2f"
|
|
1143
1143
|
}
|
|
1144
1144
|
}
|
|
1145
1145
|
},
|
|
@@ -1354,7 +1354,12 @@
|
|
|
1354
1354
|
],
|
|
1355
1355
|
"members": {
|
|
1356
1356
|
"tokenUrl": {},
|
|
1357
|
-
"oAuth2GrantType": {}
|
|
1357
|
+
"oAuth2GrantType": {},
|
|
1358
|
+
"tokenUrlCustomProperties": {
|
|
1359
|
+
"type": "map",
|
|
1360
|
+
"key": {},
|
|
1361
|
+
"value": {}
|
|
1362
|
+
}
|
|
1358
1363
|
}
|
|
1359
1364
|
}
|
|
1360
1365
|
}
|
|
@@ -1365,34 +1370,34 @@
|
|
|
1365
1370
|
"type": "list",
|
|
1366
1371
|
"member": {}
|
|
1367
1372
|
},
|
|
1368
|
-
"
|
|
1373
|
+
"S1m": {
|
|
1369
1374
|
"type": "string",
|
|
1370
1375
|
"sensitive": true
|
|
1371
1376
|
},
|
|
1372
|
-
"
|
|
1377
|
+
"S1u": {
|
|
1373
1378
|
"type": "string",
|
|
1374
1379
|
"sensitive": true
|
|
1375
1380
|
},
|
|
1376
|
-
"
|
|
1381
|
+
"S1v": {
|
|
1377
1382
|
"type": "string",
|
|
1378
1383
|
"sensitive": true
|
|
1379
1384
|
},
|
|
1380
|
-
"
|
|
1385
|
+
"S1x": {
|
|
1381
1386
|
"type": "structure",
|
|
1382
1387
|
"members": {
|
|
1383
1388
|
"authCode": {},
|
|
1384
1389
|
"redirectUri": {}
|
|
1385
1390
|
}
|
|
1386
1391
|
},
|
|
1387
|
-
"
|
|
1392
|
+
"S27": {
|
|
1388
1393
|
"type": "string",
|
|
1389
1394
|
"sensitive": true
|
|
1390
1395
|
},
|
|
1391
|
-
"
|
|
1396
|
+
"S2f": {
|
|
1392
1397
|
"type": "string",
|
|
1393
1398
|
"sensitive": true
|
|
1394
1399
|
},
|
|
1395
|
-
"
|
|
1400
|
+
"S2j": {
|
|
1396
1401
|
"type": "structure",
|
|
1397
1402
|
"required": [
|
|
1398
1403
|
"username",
|
|
@@ -1401,11 +1406,11 @@
|
|
|
1401
1406
|
"members": {
|
|
1402
1407
|
"username": {},
|
|
1403
1408
|
"password": {
|
|
1404
|
-
"shape": "
|
|
1409
|
+
"shape": "S27"
|
|
1405
1410
|
}
|
|
1406
1411
|
}
|
|
1407
1412
|
},
|
|
1408
|
-
"
|
|
1413
|
+
"S2z": {
|
|
1409
1414
|
"type": "structure",
|
|
1410
1415
|
"required": [
|
|
1411
1416
|
"triggerType"
|
|
@@ -1442,7 +1447,7 @@
|
|
|
1442
1447
|
}
|
|
1443
1448
|
}
|
|
1444
1449
|
},
|
|
1445
|
-
"
|
|
1450
|
+
"S38": {
|
|
1446
1451
|
"type": "structure",
|
|
1447
1452
|
"required": [
|
|
1448
1453
|
"connectorType",
|
|
@@ -1618,7 +1623,7 @@
|
|
|
1618
1623
|
"members": {
|
|
1619
1624
|
"entityName": {},
|
|
1620
1625
|
"customProperties": {
|
|
1621
|
-
"shape": "
|
|
1626
|
+
"shape": "S3w"
|
|
1622
1627
|
}
|
|
1623
1628
|
}
|
|
1624
1629
|
}
|
|
@@ -1632,12 +1637,12 @@
|
|
|
1632
1637
|
}
|
|
1633
1638
|
}
|
|
1634
1639
|
},
|
|
1635
|
-
"
|
|
1640
|
+
"S3w": {
|
|
1636
1641
|
"type": "map",
|
|
1637
1642
|
"key": {},
|
|
1638
1643
|
"value": {}
|
|
1639
1644
|
},
|
|
1640
|
-
"
|
|
1645
|
+
"S3z": {
|
|
1641
1646
|
"type": "list",
|
|
1642
1647
|
"member": {
|
|
1643
1648
|
"type": "structure",
|
|
@@ -1663,7 +1668,7 @@
|
|
|
1663
1668
|
"intermediateBucketName": {},
|
|
1664
1669
|
"bucketPrefix": {},
|
|
1665
1670
|
"errorHandlingConfig": {
|
|
1666
|
-
"shape": "
|
|
1671
|
+
"shape": "S43"
|
|
1667
1672
|
}
|
|
1668
1673
|
}
|
|
1669
1674
|
},
|
|
@@ -1680,10 +1685,10 @@
|
|
|
1680
1685
|
"members": {
|
|
1681
1686
|
"fileType": {},
|
|
1682
1687
|
"prefixConfig": {
|
|
1683
|
-
"shape": "
|
|
1688
|
+
"shape": "S47"
|
|
1684
1689
|
},
|
|
1685
1690
|
"aggregationConfig": {
|
|
1686
|
-
"shape": "
|
|
1691
|
+
"shape": "S4a"
|
|
1687
1692
|
}
|
|
1688
1693
|
}
|
|
1689
1694
|
}
|
|
@@ -1697,10 +1702,10 @@
|
|
|
1697
1702
|
"members": {
|
|
1698
1703
|
"object": {},
|
|
1699
1704
|
"idFieldNames": {
|
|
1700
|
-
"shape": "
|
|
1705
|
+
"shape": "S4d"
|
|
1701
1706
|
},
|
|
1702
1707
|
"errorHandlingConfig": {
|
|
1703
|
-
"shape": "
|
|
1708
|
+
"shape": "S43"
|
|
1704
1709
|
},
|
|
1705
1710
|
"writeOperationType": {}
|
|
1706
1711
|
}
|
|
@@ -1716,7 +1721,7 @@
|
|
|
1716
1721
|
"intermediateBucketName": {},
|
|
1717
1722
|
"bucketPrefix": {},
|
|
1718
1723
|
"errorHandlingConfig": {
|
|
1719
|
-
"shape": "
|
|
1724
|
+
"shape": "S43"
|
|
1720
1725
|
}
|
|
1721
1726
|
}
|
|
1722
1727
|
},
|
|
@@ -1728,7 +1733,7 @@
|
|
|
1728
1733
|
"members": {
|
|
1729
1734
|
"object": {},
|
|
1730
1735
|
"errorHandlingConfig": {
|
|
1731
|
-
"shape": "
|
|
1736
|
+
"shape": "S43"
|
|
1732
1737
|
}
|
|
1733
1738
|
}
|
|
1734
1739
|
},
|
|
@@ -1753,10 +1758,10 @@
|
|
|
1753
1758
|
"members": {
|
|
1754
1759
|
"fileType": {},
|
|
1755
1760
|
"prefixConfig": {
|
|
1756
|
-
"shape": "
|
|
1761
|
+
"shape": "S47"
|
|
1757
1762
|
},
|
|
1758
1763
|
"aggregationConfig": {
|
|
1759
|
-
"shape": "
|
|
1764
|
+
"shape": "S4a"
|
|
1760
1765
|
}
|
|
1761
1766
|
}
|
|
1762
1767
|
}
|
|
@@ -1770,7 +1775,7 @@
|
|
|
1770
1775
|
"members": {
|
|
1771
1776
|
"object": {},
|
|
1772
1777
|
"errorHandlingConfig": {
|
|
1773
|
-
"shape": "
|
|
1778
|
+
"shape": "S43"
|
|
1774
1779
|
}
|
|
1775
1780
|
}
|
|
1776
1781
|
},
|
|
@@ -1792,14 +1797,26 @@
|
|
|
1792
1797
|
"members": {
|
|
1793
1798
|
"object": {},
|
|
1794
1799
|
"idFieldNames": {
|
|
1795
|
-
"shape": "
|
|
1800
|
+
"shape": "S4d"
|
|
1796
1801
|
},
|
|
1797
1802
|
"errorHandlingConfig": {
|
|
1798
|
-
"shape": "
|
|
1803
|
+
"shape": "S43"
|
|
1799
1804
|
},
|
|
1800
1805
|
"writeOperationType": {}
|
|
1801
1806
|
}
|
|
1802
1807
|
},
|
|
1808
|
+
"Marketo": {
|
|
1809
|
+
"type": "structure",
|
|
1810
|
+
"required": [
|
|
1811
|
+
"object"
|
|
1812
|
+
],
|
|
1813
|
+
"members": {
|
|
1814
|
+
"object": {},
|
|
1815
|
+
"errorHandlingConfig": {
|
|
1816
|
+
"shape": "S43"
|
|
1817
|
+
}
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1803
1820
|
"CustomConnector": {
|
|
1804
1821
|
"type": "structure",
|
|
1805
1822
|
"required": [
|
|
@@ -1808,23 +1825,46 @@
|
|
|
1808
1825
|
"members": {
|
|
1809
1826
|
"entityName": {},
|
|
1810
1827
|
"errorHandlingConfig": {
|
|
1811
|
-
"shape": "
|
|
1828
|
+
"shape": "S43"
|
|
1812
1829
|
},
|
|
1813
1830
|
"writeOperationType": {},
|
|
1814
1831
|
"idFieldNames": {
|
|
1815
|
-
"shape": "
|
|
1832
|
+
"shape": "S4d"
|
|
1816
1833
|
},
|
|
1817
1834
|
"customProperties": {
|
|
1818
|
-
"shape": "
|
|
1835
|
+
"shape": "S3w"
|
|
1819
1836
|
}
|
|
1820
1837
|
}
|
|
1838
|
+
},
|
|
1839
|
+
"SAPOData": {
|
|
1840
|
+
"type": "structure",
|
|
1841
|
+
"required": [
|
|
1842
|
+
"objectPath"
|
|
1843
|
+
],
|
|
1844
|
+
"members": {
|
|
1845
|
+
"objectPath": {},
|
|
1846
|
+
"successResponseHandlingConfig": {
|
|
1847
|
+
"type": "structure",
|
|
1848
|
+
"members": {
|
|
1849
|
+
"bucketPrefix": {},
|
|
1850
|
+
"bucketName": {}
|
|
1851
|
+
}
|
|
1852
|
+
},
|
|
1853
|
+
"idFieldNames": {
|
|
1854
|
+
"shape": "S4d"
|
|
1855
|
+
},
|
|
1856
|
+
"errorHandlingConfig": {
|
|
1857
|
+
"shape": "S43"
|
|
1858
|
+
},
|
|
1859
|
+
"writeOperationType": {}
|
|
1860
|
+
}
|
|
1821
1861
|
}
|
|
1822
1862
|
}
|
|
1823
1863
|
}
|
|
1824
1864
|
}
|
|
1825
1865
|
}
|
|
1826
1866
|
},
|
|
1827
|
-
"
|
|
1867
|
+
"S43": {
|
|
1828
1868
|
"type": "structure",
|
|
1829
1869
|
"members": {
|
|
1830
1870
|
"failOnFirstDestinationError": {
|
|
@@ -1834,24 +1874,24 @@
|
|
|
1834
1874
|
"bucketName": {}
|
|
1835
1875
|
}
|
|
1836
1876
|
},
|
|
1837
|
-
"
|
|
1877
|
+
"S47": {
|
|
1838
1878
|
"type": "structure",
|
|
1839
1879
|
"members": {
|
|
1840
1880
|
"prefixType": {},
|
|
1841
1881
|
"prefixFormat": {}
|
|
1842
1882
|
}
|
|
1843
1883
|
},
|
|
1844
|
-
"
|
|
1884
|
+
"S4a": {
|
|
1845
1885
|
"type": "structure",
|
|
1846
1886
|
"members": {
|
|
1847
1887
|
"aggregationType": {}
|
|
1848
1888
|
}
|
|
1849
1889
|
},
|
|
1850
|
-
"
|
|
1890
|
+
"S4d": {
|
|
1851
1891
|
"type": "list",
|
|
1852
1892
|
"member": {}
|
|
1853
1893
|
},
|
|
1854
|
-
"
|
|
1894
|
+
"S4v": {
|
|
1855
1895
|
"type": "list",
|
|
1856
1896
|
"member": {
|
|
1857
1897
|
"type": "structure",
|
|
@@ -1895,12 +1935,12 @@
|
|
|
1895
1935
|
}
|
|
1896
1936
|
}
|
|
1897
1937
|
},
|
|
1898
|
-
"
|
|
1938
|
+
"S5l": {
|
|
1899
1939
|
"type": "map",
|
|
1900
1940
|
"key": {},
|
|
1901
1941
|
"value": {}
|
|
1902
1942
|
},
|
|
1903
|
-
"
|
|
1943
|
+
"S5x": {
|
|
1904
1944
|
"type": "structure",
|
|
1905
1945
|
"members": {
|
|
1906
1946
|
"canUseAsSource": {
|
|
@@ -1910,7 +1950,7 @@
|
|
|
1910
1950
|
"type": "boolean"
|
|
1911
1951
|
},
|
|
1912
1952
|
"supportedDestinationConnectors": {
|
|
1913
|
-
"shape": "
|
|
1953
|
+
"shape": "S5y"
|
|
1914
1954
|
},
|
|
1915
1955
|
"supportedSchedulingFrequencies": {
|
|
1916
1956
|
"type": "list",
|
|
@@ -2048,7 +2088,7 @@
|
|
|
2048
2088
|
"connectorVersion": {},
|
|
2049
2089
|
"connectorArn": {},
|
|
2050
2090
|
"connectorModes": {
|
|
2051
|
-
"shape": "
|
|
2091
|
+
"shape": "S6u"
|
|
2052
2092
|
},
|
|
2053
2093
|
"authenticationConfig": {
|
|
2054
2094
|
"type": "structure",
|
|
@@ -2082,6 +2122,27 @@
|
|
|
2082
2122
|
"oauth2GrantTypesSupported": {
|
|
2083
2123
|
"type": "list",
|
|
2084
2124
|
"member": {}
|
|
2125
|
+
},
|
|
2126
|
+
"oauth2CustomProperties": {
|
|
2127
|
+
"type": "list",
|
|
2128
|
+
"member": {
|
|
2129
|
+
"type": "structure",
|
|
2130
|
+
"members": {
|
|
2131
|
+
"key": {},
|
|
2132
|
+
"isRequired": {
|
|
2133
|
+
"type": "boolean"
|
|
2134
|
+
},
|
|
2135
|
+
"label": {},
|
|
2136
|
+
"description": {},
|
|
2137
|
+
"isSensitiveField": {
|
|
2138
|
+
"type": "boolean"
|
|
2139
|
+
},
|
|
2140
|
+
"connectorSuppliedValues": {
|
|
2141
|
+
"shape": "S75"
|
|
2142
|
+
},
|
|
2143
|
+
"type": {}
|
|
2144
|
+
}
|
|
2145
|
+
}
|
|
2085
2146
|
}
|
|
2086
2147
|
}
|
|
2087
2148
|
},
|
|
@@ -2106,8 +2167,7 @@
|
|
|
2106
2167
|
"type": "boolean"
|
|
2107
2168
|
},
|
|
2108
2169
|
"connectorSuppliedValues": {
|
|
2109
|
-
"
|
|
2110
|
-
"member": {}
|
|
2170
|
+
"shape": "S75"
|
|
2111
2171
|
}
|
|
2112
2172
|
}
|
|
2113
2173
|
}
|
|
@@ -2146,11 +2206,11 @@
|
|
|
2146
2206
|
"member": {}
|
|
2147
2207
|
},
|
|
2148
2208
|
"supportedWriteOperations": {
|
|
2149
|
-
"shape": "
|
|
2209
|
+
"shape": "S7l"
|
|
2150
2210
|
},
|
|
2151
2211
|
"connectorProvisioningType": {},
|
|
2152
2212
|
"connectorProvisioningConfig": {
|
|
2153
|
-
"shape": "
|
|
2213
|
+
"shape": "S7n"
|
|
2154
2214
|
},
|
|
2155
2215
|
"logoURL": {},
|
|
2156
2216
|
"registeredAt": {
|
|
@@ -2159,19 +2219,23 @@
|
|
|
2159
2219
|
"registeredBy": {}
|
|
2160
2220
|
}
|
|
2161
2221
|
},
|
|
2162
|
-
"
|
|
2222
|
+
"S5y": {
|
|
2223
|
+
"type": "list",
|
|
2224
|
+
"member": {}
|
|
2225
|
+
},
|
|
2226
|
+
"S6u": {
|
|
2163
2227
|
"type": "list",
|
|
2164
2228
|
"member": {}
|
|
2165
2229
|
},
|
|
2166
|
-
"
|
|
2230
|
+
"S75": {
|
|
2167
2231
|
"type": "list",
|
|
2168
2232
|
"member": {}
|
|
2169
2233
|
},
|
|
2170
|
-
"
|
|
2234
|
+
"S7l": {
|
|
2171
2235
|
"type": "list",
|
|
2172
2236
|
"member": {}
|
|
2173
2237
|
},
|
|
2174
|
-
"
|
|
2238
|
+
"S7n": {
|
|
2175
2239
|
"type": "structure",
|
|
2176
2240
|
"members": {
|
|
2177
2241
|
"lambda": {
|
|
@@ -2185,7 +2249,7 @@
|
|
|
2185
2249
|
}
|
|
2186
2250
|
}
|
|
2187
2251
|
},
|
|
2188
|
-
"
|
|
2252
|
+
"S82": {
|
|
2189
2253
|
"type": "structure",
|
|
2190
2254
|
"members": {
|
|
2191
2255
|
"maximum": {
|
|
@@ -2196,7 +2260,7 @@
|
|
|
2196
2260
|
}
|
|
2197
2261
|
}
|
|
2198
2262
|
},
|
|
2199
|
-
"
|
|
2263
|
+
"S8k": {
|
|
2200
2264
|
"type": "list",
|
|
2201
2265
|
"member": {
|
|
2202
2266
|
"type": "structure",
|
|
@@ -2214,12 +2278,12 @@
|
|
|
2214
2278
|
"registeredBy": {},
|
|
2215
2279
|
"connectorProvisioningType": {},
|
|
2216
2280
|
"connectorModes": {
|
|
2217
|
-
"shape": "
|
|
2281
|
+
"shape": "S6u"
|
|
2218
2282
|
}
|
|
2219
2283
|
}
|
|
2220
2284
|
}
|
|
2221
2285
|
},
|
|
2222
|
-
"
|
|
2286
|
+
"S8q": {
|
|
2223
2287
|
"type": "structure",
|
|
2224
2288
|
"members": {
|
|
2225
2289
|
"mostRecentExecutionMessage": {},
|