@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
|
@@ -107,6 +107,35 @@
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
+
"CreateLocationFsxOpenZfs": {
|
|
111
|
+
"input": {
|
|
112
|
+
"type": "structure",
|
|
113
|
+
"required": [
|
|
114
|
+
"FsxFilesystemArn",
|
|
115
|
+
"Protocol",
|
|
116
|
+
"SecurityGroupArns"
|
|
117
|
+
],
|
|
118
|
+
"members": {
|
|
119
|
+
"FsxFilesystemArn": {},
|
|
120
|
+
"Protocol": {
|
|
121
|
+
"shape": "St"
|
|
122
|
+
},
|
|
123
|
+
"SecurityGroupArns": {
|
|
124
|
+
"shape": "Sl"
|
|
125
|
+
},
|
|
126
|
+
"Subdirectory": {},
|
|
127
|
+
"Tags": {
|
|
128
|
+
"shape": "S7"
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"output": {
|
|
133
|
+
"type": "structure",
|
|
134
|
+
"members": {
|
|
135
|
+
"LocationArn": {}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
},
|
|
110
139
|
"CreateLocationFsxWindows": {
|
|
111
140
|
"input": {
|
|
112
141
|
"type": "structure",
|
|
@@ -128,7 +157,7 @@
|
|
|
128
157
|
"User": {},
|
|
129
158
|
"Domain": {},
|
|
130
159
|
"Password": {
|
|
131
|
-
"shape": "
|
|
160
|
+
"shape": "S13"
|
|
132
161
|
}
|
|
133
162
|
}
|
|
134
163
|
},
|
|
@@ -150,7 +179,7 @@
|
|
|
150
179
|
"members": {
|
|
151
180
|
"Subdirectory": {},
|
|
152
181
|
"NameNodes": {
|
|
153
|
-
"shape": "
|
|
182
|
+
"shape": "S17"
|
|
154
183
|
},
|
|
155
184
|
"BlockSize": {
|
|
156
185
|
"type": "integer"
|
|
@@ -160,7 +189,7 @@
|
|
|
160
189
|
},
|
|
161
190
|
"KmsKeyProviderUri": {},
|
|
162
191
|
"QopConfiguration": {
|
|
163
|
-
"shape": "
|
|
192
|
+
"shape": "S1e"
|
|
164
193
|
},
|
|
165
194
|
"AuthenticationType": {},
|
|
166
195
|
"SimpleUser": {},
|
|
@@ -172,7 +201,7 @@
|
|
|
172
201
|
"type": "blob"
|
|
173
202
|
},
|
|
174
203
|
"AgentArns": {
|
|
175
|
-
"shape": "
|
|
204
|
+
"shape": "S1m"
|
|
176
205
|
},
|
|
177
206
|
"Tags": {
|
|
178
207
|
"shape": "S7"
|
|
@@ -198,10 +227,10 @@
|
|
|
198
227
|
"Subdirectory": {},
|
|
199
228
|
"ServerHostname": {},
|
|
200
229
|
"OnPremConfig": {
|
|
201
|
-
"shape": "
|
|
230
|
+
"shape": "S1r"
|
|
202
231
|
},
|
|
203
232
|
"MountOptions": {
|
|
204
|
-
"shape": "
|
|
233
|
+
"shape": "Sv"
|
|
205
234
|
},
|
|
206
235
|
"Tags": {
|
|
207
236
|
"shape": "S7"
|
|
@@ -233,10 +262,10 @@
|
|
|
233
262
|
"BucketName": {},
|
|
234
263
|
"AccessKey": {},
|
|
235
264
|
"SecretKey": {
|
|
236
|
-
"shape": "
|
|
265
|
+
"shape": "S1z"
|
|
237
266
|
},
|
|
238
267
|
"AgentArns": {
|
|
239
|
-
"shape": "
|
|
268
|
+
"shape": "S1m"
|
|
240
269
|
},
|
|
241
270
|
"Tags": {
|
|
242
271
|
"shape": "S7"
|
|
@@ -262,10 +291,10 @@
|
|
|
262
291
|
"S3BucketArn": {},
|
|
263
292
|
"S3StorageClass": {},
|
|
264
293
|
"S3Config": {
|
|
265
|
-
"shape": "
|
|
294
|
+
"shape": "S24"
|
|
266
295
|
},
|
|
267
296
|
"AgentArns": {
|
|
268
|
-
"shape": "
|
|
297
|
+
"shape": "S1m"
|
|
269
298
|
},
|
|
270
299
|
"Tags": {
|
|
271
300
|
"shape": "S7"
|
|
@@ -295,13 +324,13 @@
|
|
|
295
324
|
"User": {},
|
|
296
325
|
"Domain": {},
|
|
297
326
|
"Password": {
|
|
298
|
-
"shape": "
|
|
327
|
+
"shape": "S13"
|
|
299
328
|
},
|
|
300
329
|
"AgentArns": {
|
|
301
|
-
"shape": "
|
|
330
|
+
"shape": "S1m"
|
|
302
331
|
},
|
|
303
332
|
"MountOptions": {
|
|
304
|
-
"shape": "
|
|
333
|
+
"shape": "S29"
|
|
305
334
|
},
|
|
306
335
|
"Tags": {
|
|
307
336
|
"shape": "S7"
|
|
@@ -328,19 +357,19 @@
|
|
|
328
357
|
"CloudWatchLogGroupArn": {},
|
|
329
358
|
"Name": {},
|
|
330
359
|
"Options": {
|
|
331
|
-
"shape": "
|
|
360
|
+
"shape": "S2e"
|
|
332
361
|
},
|
|
333
362
|
"Excludes": {
|
|
334
|
-
"shape": "
|
|
363
|
+
"shape": "S2u"
|
|
335
364
|
},
|
|
336
365
|
"Schedule": {
|
|
337
|
-
"shape": "
|
|
366
|
+
"shape": "S2y"
|
|
338
367
|
},
|
|
339
368
|
"Tags": {
|
|
340
369
|
"shape": "S7"
|
|
341
370
|
},
|
|
342
371
|
"Includes": {
|
|
343
|
-
"shape": "
|
|
372
|
+
"shape": "S2u"
|
|
344
373
|
}
|
|
345
374
|
}
|
|
346
375
|
},
|
|
@@ -483,6 +512,33 @@
|
|
|
483
512
|
}
|
|
484
513
|
}
|
|
485
514
|
},
|
|
515
|
+
"DescribeLocationFsxOpenZfs": {
|
|
516
|
+
"input": {
|
|
517
|
+
"type": "structure",
|
|
518
|
+
"required": [
|
|
519
|
+
"LocationArn"
|
|
520
|
+
],
|
|
521
|
+
"members": {
|
|
522
|
+
"LocationArn": {}
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
"output": {
|
|
526
|
+
"type": "structure",
|
|
527
|
+
"members": {
|
|
528
|
+
"LocationArn": {},
|
|
529
|
+
"LocationUri": {},
|
|
530
|
+
"SecurityGroupArns": {
|
|
531
|
+
"shape": "Sl"
|
|
532
|
+
},
|
|
533
|
+
"Protocol": {
|
|
534
|
+
"shape": "St"
|
|
535
|
+
},
|
|
536
|
+
"CreationTime": {
|
|
537
|
+
"type": "timestamp"
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
},
|
|
486
542
|
"DescribeLocationFsxWindows": {
|
|
487
543
|
"input": {
|
|
488
544
|
"type": "structure",
|
|
@@ -525,7 +581,7 @@
|
|
|
525
581
|
"LocationArn": {},
|
|
526
582
|
"LocationUri": {},
|
|
527
583
|
"NameNodes": {
|
|
528
|
-
"shape": "
|
|
584
|
+
"shape": "S17"
|
|
529
585
|
},
|
|
530
586
|
"BlockSize": {
|
|
531
587
|
"type": "integer"
|
|
@@ -535,13 +591,13 @@
|
|
|
535
591
|
},
|
|
536
592
|
"KmsKeyProviderUri": {},
|
|
537
593
|
"QopConfiguration": {
|
|
538
|
-
"shape": "
|
|
594
|
+
"shape": "S1e"
|
|
539
595
|
},
|
|
540
596
|
"AuthenticationType": {},
|
|
541
597
|
"SimpleUser": {},
|
|
542
598
|
"KerberosPrincipal": {},
|
|
543
599
|
"AgentArns": {
|
|
544
|
-
"shape": "
|
|
600
|
+
"shape": "S1m"
|
|
545
601
|
},
|
|
546
602
|
"CreationTime": {
|
|
547
603
|
"type": "timestamp"
|
|
@@ -565,10 +621,10 @@
|
|
|
565
621
|
"LocationArn": {},
|
|
566
622
|
"LocationUri": {},
|
|
567
623
|
"OnPremConfig": {
|
|
568
|
-
"shape": "
|
|
624
|
+
"shape": "S1r"
|
|
569
625
|
},
|
|
570
626
|
"MountOptions": {
|
|
571
|
-
"shape": "
|
|
627
|
+
"shape": "Sv"
|
|
572
628
|
},
|
|
573
629
|
"CreationTime": {
|
|
574
630
|
"type": "timestamp"
|
|
@@ -597,7 +653,7 @@
|
|
|
597
653
|
},
|
|
598
654
|
"ServerProtocol": {},
|
|
599
655
|
"AgentArns": {
|
|
600
|
-
"shape": "
|
|
656
|
+
"shape": "S1m"
|
|
601
657
|
},
|
|
602
658
|
"CreationTime": {
|
|
603
659
|
"type": "timestamp"
|
|
@@ -622,10 +678,10 @@
|
|
|
622
678
|
"LocationUri": {},
|
|
623
679
|
"S3StorageClass": {},
|
|
624
680
|
"S3Config": {
|
|
625
|
-
"shape": "
|
|
681
|
+
"shape": "S24"
|
|
626
682
|
},
|
|
627
683
|
"AgentArns": {
|
|
628
|
-
"shape": "
|
|
684
|
+
"shape": "S1m"
|
|
629
685
|
},
|
|
630
686
|
"CreationTime": {
|
|
631
687
|
"type": "timestamp"
|
|
@@ -649,12 +705,12 @@
|
|
|
649
705
|
"LocationArn": {},
|
|
650
706
|
"LocationUri": {},
|
|
651
707
|
"AgentArns": {
|
|
652
|
-
"shape": "
|
|
708
|
+
"shape": "S1m"
|
|
653
709
|
},
|
|
654
710
|
"User": {},
|
|
655
711
|
"Domain": {},
|
|
656
712
|
"MountOptions": {
|
|
657
|
-
"shape": "
|
|
713
|
+
"shape": "S29"
|
|
658
714
|
},
|
|
659
715
|
"CreationTime": {
|
|
660
716
|
"type": "timestamp"
|
|
@@ -691,13 +747,13 @@
|
|
|
691
747
|
"member": {}
|
|
692
748
|
},
|
|
693
749
|
"Options": {
|
|
694
|
-
"shape": "
|
|
750
|
+
"shape": "S2e"
|
|
695
751
|
},
|
|
696
752
|
"Excludes": {
|
|
697
|
-
"shape": "
|
|
753
|
+
"shape": "S2u"
|
|
698
754
|
},
|
|
699
755
|
"Schedule": {
|
|
700
|
-
"shape": "
|
|
756
|
+
"shape": "S2y"
|
|
701
757
|
},
|
|
702
758
|
"ErrorCode": {},
|
|
703
759
|
"ErrorDetail": {},
|
|
@@ -705,7 +761,7 @@
|
|
|
705
761
|
"type": "timestamp"
|
|
706
762
|
},
|
|
707
763
|
"Includes": {
|
|
708
|
-
"shape": "
|
|
764
|
+
"shape": "S2u"
|
|
709
765
|
}
|
|
710
766
|
}
|
|
711
767
|
}
|
|
@@ -726,13 +782,13 @@
|
|
|
726
782
|
"TaskExecutionArn": {},
|
|
727
783
|
"Status": {},
|
|
728
784
|
"Options": {
|
|
729
|
-
"shape": "
|
|
785
|
+
"shape": "S2e"
|
|
730
786
|
},
|
|
731
787
|
"Excludes": {
|
|
732
|
-
"shape": "
|
|
788
|
+
"shape": "S2u"
|
|
733
789
|
},
|
|
734
790
|
"Includes": {
|
|
735
|
-
"shape": "
|
|
791
|
+
"shape": "S2u"
|
|
736
792
|
},
|
|
737
793
|
"StartTime": {
|
|
738
794
|
"type": "timestamp"
|
|
@@ -825,7 +881,7 @@
|
|
|
825
881
|
"members": {
|
|
826
882
|
"Name": {},
|
|
827
883
|
"Values": {
|
|
828
|
-
"shape": "
|
|
884
|
+
"shape": "S4m"
|
|
829
885
|
},
|
|
830
886
|
"Operator": {}
|
|
831
887
|
}
|
|
@@ -925,7 +981,7 @@
|
|
|
925
981
|
"members": {
|
|
926
982
|
"Name": {},
|
|
927
983
|
"Values": {
|
|
928
|
-
"shape": "
|
|
984
|
+
"shape": "S4m"
|
|
929
985
|
},
|
|
930
986
|
"Operator": {}
|
|
931
987
|
}
|
|
@@ -960,13 +1016,13 @@
|
|
|
960
1016
|
"members": {
|
|
961
1017
|
"TaskArn": {},
|
|
962
1018
|
"OverrideOptions": {
|
|
963
|
-
"shape": "
|
|
1019
|
+
"shape": "S2e"
|
|
964
1020
|
},
|
|
965
1021
|
"Includes": {
|
|
966
|
-
"shape": "
|
|
1022
|
+
"shape": "S2u"
|
|
967
1023
|
},
|
|
968
1024
|
"Excludes": {
|
|
969
|
-
"shape": "
|
|
1025
|
+
"shape": "S2u"
|
|
970
1026
|
}
|
|
971
1027
|
}
|
|
972
1028
|
},
|
|
@@ -1042,7 +1098,7 @@
|
|
|
1042
1098
|
"LocationArn": {},
|
|
1043
1099
|
"Subdirectory": {},
|
|
1044
1100
|
"NameNodes": {
|
|
1045
|
-
"shape": "
|
|
1101
|
+
"shape": "S17"
|
|
1046
1102
|
},
|
|
1047
1103
|
"BlockSize": {
|
|
1048
1104
|
"type": "integer"
|
|
@@ -1052,7 +1108,7 @@
|
|
|
1052
1108
|
},
|
|
1053
1109
|
"KmsKeyProviderUri": {},
|
|
1054
1110
|
"QopConfiguration": {
|
|
1055
|
-
"shape": "
|
|
1111
|
+
"shape": "S1e"
|
|
1056
1112
|
},
|
|
1057
1113
|
"AuthenticationType": {},
|
|
1058
1114
|
"SimpleUser": {},
|
|
@@ -1064,7 +1120,7 @@
|
|
|
1064
1120
|
"type": "blob"
|
|
1065
1121
|
},
|
|
1066
1122
|
"AgentArns": {
|
|
1067
|
-
"shape": "
|
|
1123
|
+
"shape": "S1m"
|
|
1068
1124
|
}
|
|
1069
1125
|
}
|
|
1070
1126
|
},
|
|
@@ -1083,10 +1139,10 @@
|
|
|
1083
1139
|
"LocationArn": {},
|
|
1084
1140
|
"Subdirectory": {},
|
|
1085
1141
|
"OnPremConfig": {
|
|
1086
|
-
"shape": "
|
|
1142
|
+
"shape": "S1r"
|
|
1087
1143
|
},
|
|
1088
1144
|
"MountOptions": {
|
|
1089
|
-
"shape": "
|
|
1145
|
+
"shape": "Sv"
|
|
1090
1146
|
}
|
|
1091
1147
|
}
|
|
1092
1148
|
},
|
|
@@ -1110,10 +1166,10 @@
|
|
|
1110
1166
|
"Subdirectory": {},
|
|
1111
1167
|
"AccessKey": {},
|
|
1112
1168
|
"SecretKey": {
|
|
1113
|
-
"shape": "
|
|
1169
|
+
"shape": "S1z"
|
|
1114
1170
|
},
|
|
1115
1171
|
"AgentArns": {
|
|
1116
|
-
"shape": "
|
|
1172
|
+
"shape": "S1m"
|
|
1117
1173
|
}
|
|
1118
1174
|
}
|
|
1119
1175
|
},
|
|
@@ -1134,13 +1190,13 @@
|
|
|
1134
1190
|
"User": {},
|
|
1135
1191
|
"Domain": {},
|
|
1136
1192
|
"Password": {
|
|
1137
|
-
"shape": "
|
|
1193
|
+
"shape": "S13"
|
|
1138
1194
|
},
|
|
1139
1195
|
"AgentArns": {
|
|
1140
|
-
"shape": "
|
|
1196
|
+
"shape": "S1m"
|
|
1141
1197
|
},
|
|
1142
1198
|
"MountOptions": {
|
|
1143
|
-
"shape": "
|
|
1199
|
+
"shape": "S29"
|
|
1144
1200
|
}
|
|
1145
1201
|
}
|
|
1146
1202
|
},
|
|
@@ -1158,18 +1214,18 @@
|
|
|
1158
1214
|
"members": {
|
|
1159
1215
|
"TaskArn": {},
|
|
1160
1216
|
"Options": {
|
|
1161
|
-
"shape": "
|
|
1217
|
+
"shape": "S2e"
|
|
1162
1218
|
},
|
|
1163
1219
|
"Excludes": {
|
|
1164
|
-
"shape": "
|
|
1220
|
+
"shape": "S2u"
|
|
1165
1221
|
},
|
|
1166
1222
|
"Schedule": {
|
|
1167
|
-
"shape": "
|
|
1223
|
+
"shape": "S2y"
|
|
1168
1224
|
},
|
|
1169
1225
|
"Name": {},
|
|
1170
1226
|
"CloudWatchLogGroupArn": {},
|
|
1171
1227
|
"Includes": {
|
|
1172
|
-
"shape": "
|
|
1228
|
+
"shape": "S2u"
|
|
1173
1229
|
}
|
|
1174
1230
|
}
|
|
1175
1231
|
},
|
|
@@ -1188,7 +1244,7 @@
|
|
|
1188
1244
|
"members": {
|
|
1189
1245
|
"TaskExecutionArn": {},
|
|
1190
1246
|
"Options": {
|
|
1191
|
-
"shape": "
|
|
1247
|
+
"shape": "S2e"
|
|
1192
1248
|
}
|
|
1193
1249
|
}
|
|
1194
1250
|
},
|
|
@@ -1240,11 +1296,30 @@
|
|
|
1240
1296
|
"type": "list",
|
|
1241
1297
|
"member": {}
|
|
1242
1298
|
},
|
|
1243
|
-
"
|
|
1299
|
+
"St": {
|
|
1300
|
+
"type": "structure",
|
|
1301
|
+
"members": {
|
|
1302
|
+
"NFS": {
|
|
1303
|
+
"type": "structure",
|
|
1304
|
+
"members": {
|
|
1305
|
+
"MountOptions": {
|
|
1306
|
+
"shape": "Sv"
|
|
1307
|
+
}
|
|
1308
|
+
}
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
"Sv": {
|
|
1313
|
+
"type": "structure",
|
|
1314
|
+
"members": {
|
|
1315
|
+
"Version": {}
|
|
1316
|
+
}
|
|
1317
|
+
},
|
|
1318
|
+
"S13": {
|
|
1244
1319
|
"type": "string",
|
|
1245
1320
|
"sensitive": true
|
|
1246
1321
|
},
|
|
1247
|
-
"
|
|
1322
|
+
"S17": {
|
|
1248
1323
|
"type": "list",
|
|
1249
1324
|
"member": {
|
|
1250
1325
|
"type": "structure",
|
|
@@ -1260,39 +1335,33 @@
|
|
|
1260
1335
|
}
|
|
1261
1336
|
}
|
|
1262
1337
|
},
|
|
1263
|
-
"
|
|
1338
|
+
"S1e": {
|
|
1264
1339
|
"type": "structure",
|
|
1265
1340
|
"members": {
|
|
1266
1341
|
"RpcProtection": {},
|
|
1267
1342
|
"DataTransferProtection": {}
|
|
1268
1343
|
}
|
|
1269
1344
|
},
|
|
1270
|
-
"
|
|
1345
|
+
"S1m": {
|
|
1271
1346
|
"type": "list",
|
|
1272
1347
|
"member": {}
|
|
1273
1348
|
},
|
|
1274
|
-
"
|
|
1349
|
+
"S1r": {
|
|
1275
1350
|
"type": "structure",
|
|
1276
1351
|
"required": [
|
|
1277
1352
|
"AgentArns"
|
|
1278
1353
|
],
|
|
1279
1354
|
"members": {
|
|
1280
1355
|
"AgentArns": {
|
|
1281
|
-
"shape": "
|
|
1356
|
+
"shape": "S1m"
|
|
1282
1357
|
}
|
|
1283
1358
|
}
|
|
1284
1359
|
},
|
|
1285
|
-
"
|
|
1286
|
-
"type": "structure",
|
|
1287
|
-
"members": {
|
|
1288
|
-
"Version": {}
|
|
1289
|
-
}
|
|
1290
|
-
},
|
|
1291
|
-
"S1u": {
|
|
1360
|
+
"S1z": {
|
|
1292
1361
|
"type": "string",
|
|
1293
1362
|
"sensitive": true
|
|
1294
1363
|
},
|
|
1295
|
-
"
|
|
1364
|
+
"S24": {
|
|
1296
1365
|
"type": "structure",
|
|
1297
1366
|
"required": [
|
|
1298
1367
|
"BucketAccessRoleArn"
|
|
@@ -1301,13 +1370,13 @@
|
|
|
1301
1370
|
"BucketAccessRoleArn": {}
|
|
1302
1371
|
}
|
|
1303
1372
|
},
|
|
1304
|
-
"
|
|
1373
|
+
"S29": {
|
|
1305
1374
|
"type": "structure",
|
|
1306
1375
|
"members": {
|
|
1307
1376
|
"Version": {}
|
|
1308
1377
|
}
|
|
1309
1378
|
},
|
|
1310
|
-
"
|
|
1379
|
+
"S2e": {
|
|
1311
1380
|
"type": "structure",
|
|
1312
1381
|
"members": {
|
|
1313
1382
|
"VerifyMode": {},
|
|
@@ -1325,10 +1394,11 @@
|
|
|
1325
1394
|
"TaskQueueing": {},
|
|
1326
1395
|
"LogLevel": {},
|
|
1327
1396
|
"TransferMode": {},
|
|
1328
|
-
"SecurityDescriptorCopyFlags": {}
|
|
1397
|
+
"SecurityDescriptorCopyFlags": {},
|
|
1398
|
+
"ObjectTags": {}
|
|
1329
1399
|
}
|
|
1330
1400
|
},
|
|
1331
|
-
"
|
|
1401
|
+
"S2u": {
|
|
1332
1402
|
"type": "list",
|
|
1333
1403
|
"member": {
|
|
1334
1404
|
"type": "structure",
|
|
@@ -1338,7 +1408,7 @@
|
|
|
1338
1408
|
}
|
|
1339
1409
|
}
|
|
1340
1410
|
},
|
|
1341
|
-
"
|
|
1411
|
+
"S2y": {
|
|
1342
1412
|
"type": "structure",
|
|
1343
1413
|
"required": [
|
|
1344
1414
|
"ScheduleExpression"
|
|
@@ -1347,7 +1417,7 @@
|
|
|
1347
1417
|
"ScheduleExpression": {}
|
|
1348
1418
|
}
|
|
1349
1419
|
},
|
|
1350
|
-
"
|
|
1420
|
+
"S4m": {
|
|
1351
1421
|
"type": "list",
|
|
1352
1422
|
"member": {}
|
|
1353
1423
|
}
|