@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
|
@@ -31,7 +31,42 @@
|
|
|
31
31
|
],
|
|
32
32
|
"members": {
|
|
33
33
|
"RoutingControlArn": {},
|
|
34
|
-
"RoutingControlState": {}
|
|
34
|
+
"RoutingControlState": {},
|
|
35
|
+
"RoutingControlName": {}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"ListRoutingControls": {
|
|
40
|
+
"input": {
|
|
41
|
+
"type": "structure",
|
|
42
|
+
"members": {
|
|
43
|
+
"ControlPanelArn": {},
|
|
44
|
+
"NextToken": {},
|
|
45
|
+
"MaxResults": {
|
|
46
|
+
"type": "integer"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"output": {
|
|
51
|
+
"type": "structure",
|
|
52
|
+
"required": [
|
|
53
|
+
"RoutingControls"
|
|
54
|
+
],
|
|
55
|
+
"members": {
|
|
56
|
+
"RoutingControls": {
|
|
57
|
+
"type": "list",
|
|
58
|
+
"member": {
|
|
59
|
+
"type": "structure",
|
|
60
|
+
"members": {
|
|
61
|
+
"ControlPanelArn": {},
|
|
62
|
+
"ControlPanelName": {},
|
|
63
|
+
"RoutingControlArn": {},
|
|
64
|
+
"RoutingControlName": {},
|
|
65
|
+
"RoutingControlState": {}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"NextToken": {}
|
|
35
70
|
}
|
|
36
71
|
}
|
|
37
72
|
},
|
|
@@ -44,7 +79,10 @@
|
|
|
44
79
|
],
|
|
45
80
|
"members": {
|
|
46
81
|
"RoutingControlArn": {},
|
|
47
|
-
"RoutingControlState": {}
|
|
82
|
+
"RoutingControlState": {},
|
|
83
|
+
"SafetyRulesToOverride": {
|
|
84
|
+
"shape": "Se"
|
|
85
|
+
}
|
|
48
86
|
}
|
|
49
87
|
},
|
|
50
88
|
"output": {
|
|
@@ -72,6 +110,9 @@
|
|
|
72
110
|
"RoutingControlState": {}
|
|
73
111
|
}
|
|
74
112
|
}
|
|
113
|
+
},
|
|
114
|
+
"SafetyRulesToOverride": {
|
|
115
|
+
"shape": "Se"
|
|
75
116
|
}
|
|
76
117
|
}
|
|
77
118
|
},
|
|
@@ -81,5 +122,10 @@
|
|
|
81
122
|
}
|
|
82
123
|
}
|
|
83
124
|
},
|
|
84
|
-
"shapes": {
|
|
125
|
+
"shapes": {
|
|
126
|
+
"Se": {
|
|
127
|
+
"type": "list",
|
|
128
|
+
"member": {}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
85
131
|
}
|
|
@@ -257,8 +257,10 @@
|
|
|
257
257
|
"DeleteObject": [
|
|
258
258
|
{
|
|
259
259
|
"input": {
|
|
260
|
-
"Bucket": "
|
|
261
|
-
"Key": "
|
|
260
|
+
"Bucket": "examplebucket",
|
|
261
|
+
"Key": "objectkey.jpg"
|
|
262
|
+
},
|
|
263
|
+
"output": {
|
|
262
264
|
},
|
|
263
265
|
"comments": {
|
|
264
266
|
"input": {
|
|
@@ -266,16 +268,14 @@
|
|
|
266
268
|
"output": {
|
|
267
269
|
}
|
|
268
270
|
},
|
|
269
|
-
"description": "The following example deletes an object from
|
|
270
|
-
"id": "to-delete-an-object-
|
|
271
|
-
"title": "To delete an object
|
|
271
|
+
"description": "The following example deletes an object from an S3 bucket.",
|
|
272
|
+
"id": "to-delete-an-object-1472850136595",
|
|
273
|
+
"title": "To delete an object"
|
|
272
274
|
},
|
|
273
275
|
{
|
|
274
276
|
"input": {
|
|
275
|
-
"Bucket": "
|
|
276
|
-
"Key": "
|
|
277
|
-
},
|
|
278
|
-
"output": {
|
|
277
|
+
"Bucket": "ExampleBucket",
|
|
278
|
+
"Key": "HappyFace.jpg"
|
|
279
279
|
},
|
|
280
280
|
"comments": {
|
|
281
281
|
"input": {
|
|
@@ -283,9 +283,9 @@
|
|
|
283
283
|
"output": {
|
|
284
284
|
}
|
|
285
285
|
},
|
|
286
|
-
"description": "The following example deletes an object from
|
|
287
|
-
"id": "to-delete-an-object-
|
|
288
|
-
"title": "To delete an object"
|
|
286
|
+
"description": "The following example deletes an object from a non-versioned bucket.",
|
|
287
|
+
"id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
|
|
288
|
+
"title": "To delete an object (from a non-versioned bucket)"
|
|
289
289
|
}
|
|
290
290
|
],
|
|
291
291
|
"DeleteObjectTagging": [
|
|
@@ -728,18 +728,17 @@
|
|
|
728
728
|
{
|
|
729
729
|
"input": {
|
|
730
730
|
"Bucket": "examplebucket",
|
|
731
|
-
"Key": "
|
|
732
|
-
"Range": "bytes=0-9"
|
|
731
|
+
"Key": "HappyFace.jpg"
|
|
733
732
|
},
|
|
734
733
|
"output": {
|
|
735
734
|
"AcceptRanges": "bytes",
|
|
736
|
-
"ContentLength": "
|
|
737
|
-
"
|
|
738
|
-
"
|
|
739
|
-
"
|
|
740
|
-
"LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
|
|
735
|
+
"ContentLength": "3191",
|
|
736
|
+
"ContentType": "image/jpeg",
|
|
737
|
+
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
738
|
+
"LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
|
|
741
739
|
"Metadata": {
|
|
742
740
|
},
|
|
741
|
+
"TagCount": 2,
|
|
743
742
|
"VersionId": "null"
|
|
744
743
|
},
|
|
745
744
|
"comments": {
|
|
@@ -748,24 +747,25 @@
|
|
|
748
747
|
"output": {
|
|
749
748
|
}
|
|
750
749
|
},
|
|
751
|
-
"description": "The following example retrieves an object for an S3 bucket.
|
|
752
|
-
"id": "to-retrieve-
|
|
753
|
-
"title": "To retrieve
|
|
750
|
+
"description": "The following example retrieves an object for an S3 bucket.",
|
|
751
|
+
"id": "to-retrieve-an-object-1481827837012",
|
|
752
|
+
"title": "To retrieve an object"
|
|
754
753
|
},
|
|
755
754
|
{
|
|
756
755
|
"input": {
|
|
757
756
|
"Bucket": "examplebucket",
|
|
758
|
-
"Key": "
|
|
757
|
+
"Key": "SampleFile.txt",
|
|
758
|
+
"Range": "bytes=0-9"
|
|
759
759
|
},
|
|
760
760
|
"output": {
|
|
761
761
|
"AcceptRanges": "bytes",
|
|
762
|
-
"ContentLength": "
|
|
763
|
-
"
|
|
764
|
-
"
|
|
765
|
-
"
|
|
762
|
+
"ContentLength": "10",
|
|
763
|
+
"ContentRange": "bytes 0-9/43",
|
|
764
|
+
"ContentType": "text/plain",
|
|
765
|
+
"ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
|
|
766
|
+
"LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
|
|
766
767
|
"Metadata": {
|
|
767
768
|
},
|
|
768
|
-
"TagCount": 2,
|
|
769
769
|
"VersionId": "null"
|
|
770
770
|
},
|
|
771
771
|
"comments": {
|
|
@@ -774,9 +774,9 @@
|
|
|
774
774
|
"output": {
|
|
775
775
|
}
|
|
776
776
|
},
|
|
777
|
-
"description": "The following example retrieves an object for an S3 bucket.",
|
|
778
|
-
"id": "to-retrieve-an-object
|
|
779
|
-
"title": "To retrieve an object"
|
|
777
|
+
"description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
|
|
778
|
+
"id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
|
|
779
|
+
"title": "To retrieve a byte range of an object "
|
|
780
780
|
}
|
|
781
781
|
],
|
|
782
782
|
"GetObjectAcl": [
|
|
@@ -1567,16 +1567,13 @@
|
|
|
1567
1567
|
"PutObject": [
|
|
1568
1568
|
{
|
|
1569
1569
|
"input": {
|
|
1570
|
-
"Body": "
|
|
1570
|
+
"Body": "filetoupload",
|
|
1571
1571
|
"Bucket": "examplebucket",
|
|
1572
|
-
"Key": "
|
|
1573
|
-
"ServerSideEncryption": "AES256",
|
|
1574
|
-
"StorageClass": "STANDARD_IA"
|
|
1572
|
+
"Key": "objectkey"
|
|
1575
1573
|
},
|
|
1576
1574
|
"output": {
|
|
1577
1575
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1578
|
-
"
|
|
1579
|
-
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
|
1576
|
+
"VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
|
|
1580
1577
|
},
|
|
1581
1578
|
"comments": {
|
|
1582
1579
|
"input": {
|
|
@@ -1584,22 +1581,19 @@
|
|
|
1584
1581
|
"output": {
|
|
1585
1582
|
}
|
|
1586
1583
|
},
|
|
1587
|
-
"description": "The following example
|
|
1588
|
-
"id": "to-
|
|
1589
|
-
"title": "To
|
|
1584
|
+
"description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
|
|
1585
|
+
"id": "to-create-an-object-1483147613675",
|
|
1586
|
+
"title": "To create an object."
|
|
1590
1587
|
},
|
|
1591
1588
|
{
|
|
1592
1589
|
"input": {
|
|
1593
|
-
"Body": "
|
|
1590
|
+
"Body": "HappyFace.jpg",
|
|
1594
1591
|
"Bucket": "examplebucket",
|
|
1595
|
-
"Key": "
|
|
1596
|
-
"ServerSideEncryption": "AES256",
|
|
1597
|
-
"Tagging": "key1=value1&key2=value2"
|
|
1592
|
+
"Key": "HappyFace.jpg"
|
|
1598
1593
|
},
|
|
1599
1594
|
"output": {
|
|
1600
1595
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1601
|
-
"
|
|
1602
|
-
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
|
|
1596
|
+
"VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
|
|
1603
1597
|
},
|
|
1604
1598
|
"comments": {
|
|
1605
1599
|
"input": {
|
|
@@ -1607,19 +1601,23 @@
|
|
|
1607
1601
|
"output": {
|
|
1608
1602
|
}
|
|
1609
1603
|
},
|
|
1610
|
-
"description": "The following example uploads
|
|
1611
|
-
"id": "to-upload-an-object-
|
|
1612
|
-
"title": "To upload an object
|
|
1604
|
+
"description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
|
|
1605
|
+
"id": "to-upload-an-object-1481760101010",
|
|
1606
|
+
"title": "To upload an object"
|
|
1613
1607
|
},
|
|
1614
1608
|
{
|
|
1615
1609
|
"input": {
|
|
1616
1610
|
"Body": "filetoupload",
|
|
1617
1611
|
"Bucket": "examplebucket",
|
|
1618
|
-
"Key": "
|
|
1612
|
+
"Key": "exampleobject",
|
|
1613
|
+
"Metadata": {
|
|
1614
|
+
"metadata1": "value1",
|
|
1615
|
+
"metadata2": "value2"
|
|
1616
|
+
}
|
|
1619
1617
|
},
|
|
1620
1618
|
"output": {
|
|
1621
1619
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1622
|
-
"VersionId": "
|
|
1620
|
+
"VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
|
|
1623
1621
|
},
|
|
1624
1622
|
"comments": {
|
|
1625
1623
|
"input": {
|
|
@@ -1627,23 +1625,20 @@
|
|
|
1627
1625
|
"output": {
|
|
1628
1626
|
}
|
|
1629
1627
|
},
|
|
1630
|
-
"description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
|
|
1631
|
-
"id": "to-
|
|
1632
|
-
"title": "To
|
|
1628
|
+
"description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
|
|
1629
|
+
"id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
|
|
1630
|
+
"title": "To upload object and specify user-defined metadata"
|
|
1633
1631
|
},
|
|
1634
1632
|
{
|
|
1635
1633
|
"input": {
|
|
1636
|
-
"Body": "
|
|
1634
|
+
"Body": "c:\\HappyFace.jpg",
|
|
1637
1635
|
"Bucket": "examplebucket",
|
|
1638
|
-
"Key": "
|
|
1639
|
-
"
|
|
1640
|
-
"metadata1": "value1",
|
|
1641
|
-
"metadata2": "value2"
|
|
1642
|
-
}
|
|
1636
|
+
"Key": "HappyFace.jpg",
|
|
1637
|
+
"Tagging": "key1=value1&key2=value2"
|
|
1643
1638
|
},
|
|
1644
1639
|
"output": {
|
|
1645
1640
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1646
|
-
"VersionId": "
|
|
1641
|
+
"VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
|
|
1647
1642
|
},
|
|
1648
1643
|
"comments": {
|
|
1649
1644
|
"input": {
|
|
@@ -1651,20 +1646,22 @@
|
|
|
1651
1646
|
"output": {
|
|
1652
1647
|
}
|
|
1653
1648
|
},
|
|
1654
|
-
"description": "The following example
|
|
1655
|
-
"id": "to-upload-object-and-specify-
|
|
1656
|
-
"title": "To upload object and specify
|
|
1649
|
+
"description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
|
|
1650
|
+
"id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
|
|
1651
|
+
"title": "To upload an object and specify optional tags"
|
|
1657
1652
|
},
|
|
1658
1653
|
{
|
|
1659
1654
|
"input": {
|
|
1660
|
-
"
|
|
1661
|
-
"Body": "filetoupload",
|
|
1655
|
+
"Body": "HappyFace.jpg",
|
|
1662
1656
|
"Bucket": "examplebucket",
|
|
1663
|
-
"Key": "
|
|
1657
|
+
"Key": "HappyFace.jpg",
|
|
1658
|
+
"ServerSideEncryption": "AES256",
|
|
1659
|
+
"StorageClass": "STANDARD_IA"
|
|
1664
1660
|
},
|
|
1665
1661
|
"output": {
|
|
1666
1662
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1667
|
-
"
|
|
1663
|
+
"ServerSideEncryption": "AES256",
|
|
1664
|
+
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
|
1668
1665
|
},
|
|
1669
1666
|
"comments": {
|
|
1670
1667
|
"input": {
|
|
@@ -1672,19 +1669,22 @@
|
|
|
1672
1669
|
"output": {
|
|
1673
1670
|
}
|
|
1674
1671
|
},
|
|
1675
|
-
"description": "The following example uploads
|
|
1676
|
-
"id": "to-upload-an-object-
|
|
1677
|
-
"title": "To upload an object
|
|
1672
|
+
"description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
|
|
1673
|
+
"id": "to-upload-an-object-(specify-optional-headers)",
|
|
1674
|
+
"title": "To upload an object (specify optional headers)"
|
|
1678
1675
|
},
|
|
1679
1676
|
{
|
|
1680
1677
|
"input": {
|
|
1681
|
-
"Body": "
|
|
1678
|
+
"Body": "filetoupload",
|
|
1682
1679
|
"Bucket": "examplebucket",
|
|
1683
|
-
"Key": "
|
|
1680
|
+
"Key": "exampleobject",
|
|
1681
|
+
"ServerSideEncryption": "AES256",
|
|
1682
|
+
"Tagging": "key1=value1&key2=value2"
|
|
1684
1683
|
},
|
|
1685
1684
|
"output": {
|
|
1686
1685
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1687
|
-
"
|
|
1686
|
+
"ServerSideEncryption": "AES256",
|
|
1687
|
+
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
|
|
1688
1688
|
},
|
|
1689
1689
|
"comments": {
|
|
1690
1690
|
"input": {
|
|
@@ -1692,20 +1692,20 @@
|
|
|
1692
1692
|
"output": {
|
|
1693
1693
|
}
|
|
1694
1694
|
},
|
|
1695
|
-
"description": "The following example uploads
|
|
1696
|
-
"id": "to-upload-an-object-
|
|
1697
|
-
"title": "To upload an object"
|
|
1695
|
+
"description": "The following example uploads and object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
|
|
1696
|
+
"id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
|
|
1697
|
+
"title": "To upload an object and specify server-side encryption and object tags"
|
|
1698
1698
|
},
|
|
1699
1699
|
{
|
|
1700
1700
|
"input": {
|
|
1701
|
-
"
|
|
1701
|
+
"ACL": "authenticated-read",
|
|
1702
|
+
"Body": "filetoupload",
|
|
1702
1703
|
"Bucket": "examplebucket",
|
|
1703
|
-
"Key": "
|
|
1704
|
-
"Tagging": "key1=value1&key2=value2"
|
|
1704
|
+
"Key": "exampleobject"
|
|
1705
1705
|
},
|
|
1706
1706
|
"output": {
|
|
1707
1707
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1708
|
-
"VersionId": "
|
|
1708
|
+
"VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
|
|
1709
1709
|
},
|
|
1710
1710
|
"comments": {
|
|
1711
1711
|
"input": {
|
|
@@ -1713,9 +1713,9 @@
|
|
|
1713
1713
|
"output": {
|
|
1714
1714
|
}
|
|
1715
1715
|
},
|
|
1716
|
-
"description": "The following example uploads
|
|
1717
|
-
"id": "to-upload-an-object-and-specify-
|
|
1718
|
-
"title": "To upload an object and specify
|
|
1716
|
+
"description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
|
|
1717
|
+
"id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
|
|
1718
|
+
"title": "To upload an object and specify canned ACL."
|
|
1719
1719
|
}
|
|
1720
1720
|
],
|
|
1721
1721
|
"PutObjectAcl": [
|
|
@@ -1826,15 +1826,14 @@
|
|
|
1826
1826
|
"input": {
|
|
1827
1827
|
"Bucket": "examplebucket",
|
|
1828
1828
|
"CopySource": "/bucketname/sourceobjectkey",
|
|
1829
|
-
"CopySourceRange": "bytes=1-100000",
|
|
1830
1829
|
"Key": "examplelargeobject",
|
|
1831
|
-
"PartNumber": "
|
|
1830
|
+
"PartNumber": "1",
|
|
1832
1831
|
"UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
|
|
1833
1832
|
},
|
|
1834
1833
|
"output": {
|
|
1835
1834
|
"CopyPartResult": {
|
|
1836
|
-
"ETag": "\"
|
|
1837
|
-
"LastModified": "2016-12-29T21:
|
|
1835
|
+
"ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
|
|
1836
|
+
"LastModified": "2016-12-29T21:24:43.000Z"
|
|
1838
1837
|
}
|
|
1839
1838
|
},
|
|
1840
1839
|
"comments": {
|
|
@@ -1843,22 +1842,23 @@
|
|
|
1843
1842
|
"output": {
|
|
1844
1843
|
}
|
|
1845
1844
|
},
|
|
1846
|
-
"description": "The following example uploads a part of a multipart upload by copying
|
|
1847
|
-
"id": "to-upload-a-part-by-copying-
|
|
1848
|
-
"title": "To upload a part by copying
|
|
1845
|
+
"description": "The following example uploads a part of a multipart upload by copying data from an existing object as data source.",
|
|
1846
|
+
"id": "to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348",
|
|
1847
|
+
"title": "To upload a part by copying data from an existing object as data source"
|
|
1849
1848
|
},
|
|
1850
1849
|
{
|
|
1851
1850
|
"input": {
|
|
1852
1851
|
"Bucket": "examplebucket",
|
|
1853
1852
|
"CopySource": "/bucketname/sourceobjectkey",
|
|
1853
|
+
"CopySourceRange": "bytes=1-100000",
|
|
1854
1854
|
"Key": "examplelargeobject",
|
|
1855
|
-
"PartNumber": "
|
|
1855
|
+
"PartNumber": "2",
|
|
1856
1856
|
"UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
|
|
1857
1857
|
},
|
|
1858
1858
|
"output": {
|
|
1859
1859
|
"CopyPartResult": {
|
|
1860
|
-
"ETag": "\"
|
|
1861
|
-
"LastModified": "2016-12-29T21:
|
|
1860
|
+
"ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
|
|
1861
|
+
"LastModified": "2016-12-29T21:44:28.000Z"
|
|
1862
1862
|
}
|
|
1863
1863
|
},
|
|
1864
1864
|
"comments": {
|
|
@@ -1867,9 +1867,9 @@
|
|
|
1867
1867
|
"output": {
|
|
1868
1868
|
}
|
|
1869
1869
|
},
|
|
1870
|
-
"description": "The following example uploads a part of a multipart upload by copying
|
|
1871
|
-
"id": "to-upload-a-part-by-copying-
|
|
1872
|
-
"title": "To upload a part by copying
|
|
1870
|
+
"description": "The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source.",
|
|
1871
|
+
"id": "to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594",
|
|
1872
|
+
"title": "To upload a part by copying byte range from an existing object as data source"
|
|
1873
1873
|
}
|
|
1874
1874
|
]
|
|
1875
1875
|
}
|