@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
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"type": "integer"
|
|
133
133
|
},
|
|
134
134
|
"S3": {
|
|
135
|
-
"shape": "
|
|
135
|
+
"shape": "S41"
|
|
136
136
|
},
|
|
137
137
|
"ClientRequestToken": {
|
|
138
138
|
"idempotencyToken": true
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"type": "structure",
|
|
147
147
|
"members": {
|
|
148
148
|
"Association": {
|
|
149
|
-
"shape": "
|
|
149
|
+
"shape": "S47"
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
},
|
|
@@ -163,11 +163,11 @@
|
|
|
163
163
|
"members": {
|
|
164
164
|
"Type": {},
|
|
165
165
|
"Paths": {
|
|
166
|
-
"shape": "
|
|
166
|
+
"shape": "S4b"
|
|
167
167
|
},
|
|
168
168
|
"FileSystemId": {},
|
|
169
169
|
"Report": {
|
|
170
|
-
"shape": "
|
|
170
|
+
"shape": "S4d"
|
|
171
171
|
},
|
|
172
172
|
"ClientRequestToken": {
|
|
173
173
|
"idempotencyToken": true
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"type": "structure",
|
|
182
182
|
"members": {
|
|
183
183
|
"DataRepositoryTask": {
|
|
184
|
-
"shape": "
|
|
184
|
+
"shape": "S4h"
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
187
|
},
|
|
@@ -208,17 +208,17 @@
|
|
|
208
208
|
"shape": "S15"
|
|
209
209
|
},
|
|
210
210
|
"SecurityGroupIds": {
|
|
211
|
-
"shape": "
|
|
211
|
+
"shape": "S4r"
|
|
212
212
|
},
|
|
213
213
|
"Tags": {
|
|
214
214
|
"shape": "Sj"
|
|
215
215
|
},
|
|
216
216
|
"KmsKeyId": {},
|
|
217
217
|
"WindowsConfiguration": {
|
|
218
|
-
"shape": "
|
|
218
|
+
"shape": "S4t"
|
|
219
219
|
},
|
|
220
220
|
"LustreConfiguration": {
|
|
221
|
-
"shape": "
|
|
221
|
+
"shape": "S4x"
|
|
222
222
|
},
|
|
223
223
|
"OntapConfiguration": {
|
|
224
224
|
"type": "structure",
|
|
@@ -234,14 +234,14 @@
|
|
|
234
234
|
"DeploymentType": {},
|
|
235
235
|
"EndpointIpAddressRange": {},
|
|
236
236
|
"FsxAdminPassword": {
|
|
237
|
-
"shape": "
|
|
237
|
+
"shape": "S50"
|
|
238
238
|
},
|
|
239
239
|
"DiskIopsConfiguration": {
|
|
240
|
-
"shape": "
|
|
240
|
+
"shape": "S3m"
|
|
241
241
|
},
|
|
242
242
|
"PreferredSubnetId": {},
|
|
243
243
|
"RouteTableIds": {
|
|
244
|
-
"shape": "
|
|
244
|
+
"shape": "S3p"
|
|
245
245
|
},
|
|
246
246
|
"ThroughputCapacity": {
|
|
247
247
|
"type": "integer"
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
},
|
|
252
252
|
"FileSystemTypeVersion": {},
|
|
253
253
|
"OpenZFSConfiguration": {
|
|
254
|
-
"shape": "
|
|
254
|
+
"shape": "S51"
|
|
255
255
|
}
|
|
256
256
|
}
|
|
257
257
|
},
|
|
@@ -280,22 +280,22 @@
|
|
|
280
280
|
"shape": "S15"
|
|
281
281
|
},
|
|
282
282
|
"SecurityGroupIds": {
|
|
283
|
-
"shape": "
|
|
283
|
+
"shape": "S4r"
|
|
284
284
|
},
|
|
285
285
|
"Tags": {
|
|
286
286
|
"shape": "Sj"
|
|
287
287
|
},
|
|
288
288
|
"WindowsConfiguration": {
|
|
289
|
-
"shape": "
|
|
289
|
+
"shape": "S4t"
|
|
290
290
|
},
|
|
291
291
|
"LustreConfiguration": {
|
|
292
|
-
"shape": "
|
|
292
|
+
"shape": "S4x"
|
|
293
293
|
},
|
|
294
294
|
"StorageType": {},
|
|
295
295
|
"KmsKeyId": {},
|
|
296
296
|
"FileSystemTypeVersion": {},
|
|
297
297
|
"OpenZFSConfiguration": {
|
|
298
|
-
"shape": "
|
|
298
|
+
"shape": "S51"
|
|
299
299
|
}
|
|
300
300
|
}
|
|
301
301
|
},
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
"type": "structure",
|
|
331
331
|
"members": {
|
|
332
332
|
"Snapshot": {
|
|
333
|
-
"shape": "
|
|
333
|
+
"shape": "S3c"
|
|
334
334
|
}
|
|
335
335
|
}
|
|
336
336
|
},
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
"members": {
|
|
353
353
|
"NetBiosName": {},
|
|
354
354
|
"SelfManagedActiveDirectoryConfiguration": {
|
|
355
|
-
"shape": "
|
|
355
|
+
"shape": "S4u"
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
358
|
},
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
"FileSystemId": {},
|
|
363
363
|
"Name": {},
|
|
364
364
|
"SvmAdminPassword": {
|
|
365
|
-
"shape": "
|
|
365
|
+
"shape": "S50"
|
|
366
366
|
},
|
|
367
367
|
"Tags": {
|
|
368
368
|
"shape": "Sj"
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
"type": "structure",
|
|
375
375
|
"members": {
|
|
376
376
|
"StorageVirtualMachine": {
|
|
377
|
-
"shape": "
|
|
377
|
+
"shape": "S5e"
|
|
378
378
|
}
|
|
379
379
|
}
|
|
380
380
|
}
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
"VolumeType": {},
|
|
394
394
|
"Name": {},
|
|
395
395
|
"OntapConfiguration": {
|
|
396
|
-
"shape": "
|
|
396
|
+
"shape": "S5l"
|
|
397
397
|
},
|
|
398
398
|
"Tags": {
|
|
399
399
|
"shape": "Sj"
|
|
@@ -411,6 +411,9 @@
|
|
|
411
411
|
"StorageCapacityQuotaGiB": {
|
|
412
412
|
"type": "integer"
|
|
413
413
|
},
|
|
414
|
+
"RecordSizeKiB": {
|
|
415
|
+
"type": "integer"
|
|
416
|
+
},
|
|
414
417
|
"DataCompressionType": {},
|
|
415
418
|
"CopyTagsToSnapshots": {
|
|
416
419
|
"type": "boolean"
|
|
@@ -430,10 +433,10 @@
|
|
|
430
433
|
"type": "boolean"
|
|
431
434
|
},
|
|
432
435
|
"NfsExports": {
|
|
433
|
-
"shape": "
|
|
436
|
+
"shape": "S32"
|
|
434
437
|
},
|
|
435
438
|
"UserAndGroupQuotas": {
|
|
436
|
-
"shape": "
|
|
439
|
+
"shape": "S39"
|
|
437
440
|
}
|
|
438
441
|
}
|
|
439
442
|
}
|
|
@@ -462,7 +465,7 @@
|
|
|
462
465
|
},
|
|
463
466
|
"Name": {},
|
|
464
467
|
"OntapConfiguration": {
|
|
465
|
-
"shape": "
|
|
468
|
+
"shape": "S5l"
|
|
466
469
|
},
|
|
467
470
|
"Tags": {
|
|
468
471
|
"shape": "Sj"
|
|
@@ -570,6 +573,10 @@
|
|
|
570
573
|
},
|
|
571
574
|
"FinalBackupTags": {
|
|
572
575
|
"shape": "Sj"
|
|
576
|
+
},
|
|
577
|
+
"Options": {
|
|
578
|
+
"type": "list",
|
|
579
|
+
"member": {}
|
|
573
580
|
}
|
|
574
581
|
}
|
|
575
582
|
}
|
|
@@ -713,7 +720,7 @@
|
|
|
713
720
|
"member": {}
|
|
714
721
|
},
|
|
715
722
|
"Filters": {
|
|
716
|
-
"shape": "
|
|
723
|
+
"shape": "S6k"
|
|
717
724
|
},
|
|
718
725
|
"MaxResults": {
|
|
719
726
|
"type": "integer"
|
|
@@ -743,7 +750,7 @@
|
|
|
743
750
|
"member": {}
|
|
744
751
|
},
|
|
745
752
|
"Filters": {
|
|
746
|
-
"shape": "
|
|
753
|
+
"shape": "S6k"
|
|
747
754
|
},
|
|
748
755
|
"MaxResults": {
|
|
749
756
|
"type": "integer"
|
|
@@ -757,7 +764,7 @@
|
|
|
757
764
|
"Associations": {
|
|
758
765
|
"type": "list",
|
|
759
766
|
"member": {
|
|
760
|
-
"shape": "
|
|
767
|
+
"shape": "S47"
|
|
761
768
|
}
|
|
762
769
|
},
|
|
763
770
|
"NextToken": {}
|
|
@@ -798,7 +805,7 @@
|
|
|
798
805
|
"DataRepositoryTasks": {
|
|
799
806
|
"type": "list",
|
|
800
807
|
"member": {
|
|
801
|
-
"shape": "
|
|
808
|
+
"shape": "S4h"
|
|
802
809
|
}
|
|
803
810
|
},
|
|
804
811
|
"NextToken": {}
|
|
@@ -892,7 +899,7 @@
|
|
|
892
899
|
"Snapshots": {
|
|
893
900
|
"type": "list",
|
|
894
901
|
"member": {
|
|
895
|
-
"shape": "
|
|
902
|
+
"shape": "S3c"
|
|
896
903
|
}
|
|
897
904
|
},
|
|
898
905
|
"NextToken": {}
|
|
@@ -932,7 +939,7 @@
|
|
|
932
939
|
"StorageVirtualMachines": {
|
|
933
940
|
"type": "list",
|
|
934
941
|
"member": {
|
|
935
|
-
"shape": "
|
|
942
|
+
"shape": "S5e"
|
|
936
943
|
}
|
|
937
944
|
},
|
|
938
945
|
"NextToken": {}
|
|
@@ -1136,7 +1143,7 @@
|
|
|
1136
1143
|
"type": "integer"
|
|
1137
1144
|
},
|
|
1138
1145
|
"S3": {
|
|
1139
|
-
"shape": "
|
|
1146
|
+
"shape": "S41"
|
|
1140
1147
|
}
|
|
1141
1148
|
}
|
|
1142
1149
|
},
|
|
@@ -1144,7 +1151,7 @@
|
|
|
1144
1151
|
"type": "structure",
|
|
1145
1152
|
"members": {
|
|
1146
1153
|
"Association": {
|
|
1147
|
-
"shape": "
|
|
1154
|
+
"shape": "S47"
|
|
1148
1155
|
}
|
|
1149
1156
|
}
|
|
1150
1157
|
},
|
|
@@ -1176,10 +1183,10 @@
|
|
|
1176
1183
|
"type": "integer"
|
|
1177
1184
|
},
|
|
1178
1185
|
"SelfManagedActiveDirectoryConfiguration": {
|
|
1179
|
-
"shape": "
|
|
1186
|
+
"shape": "S8n"
|
|
1180
1187
|
},
|
|
1181
1188
|
"AuditLogConfiguration": {
|
|
1182
|
-
"shape": "
|
|
1189
|
+
"shape": "S4w"
|
|
1183
1190
|
}
|
|
1184
1191
|
}
|
|
1185
1192
|
},
|
|
@@ -1194,7 +1201,7 @@
|
|
|
1194
1201
|
"AutoImportPolicy": {},
|
|
1195
1202
|
"DataCompressionType": {},
|
|
1196
1203
|
"LogConfiguration": {
|
|
1197
|
-
"shape": "
|
|
1204
|
+
"shape": "S4y"
|
|
1198
1205
|
}
|
|
1199
1206
|
}
|
|
1200
1207
|
},
|
|
@@ -1206,11 +1213,14 @@
|
|
|
1206
1213
|
},
|
|
1207
1214
|
"DailyAutomaticBackupStartTime": {},
|
|
1208
1215
|
"FsxAdminPassword": {
|
|
1209
|
-
"shape": "
|
|
1216
|
+
"shape": "S50"
|
|
1210
1217
|
},
|
|
1211
1218
|
"WeeklyMaintenanceStartTime": {},
|
|
1212
1219
|
"DiskIopsConfiguration": {
|
|
1213
|
-
"shape": "
|
|
1220
|
+
"shape": "S3m"
|
|
1221
|
+
},
|
|
1222
|
+
"ThroughputCapacity": {
|
|
1223
|
+
"type": "integer"
|
|
1214
1224
|
}
|
|
1215
1225
|
}
|
|
1216
1226
|
},
|
|
@@ -1232,7 +1242,7 @@
|
|
|
1232
1242
|
},
|
|
1233
1243
|
"WeeklyMaintenanceStartTime": {},
|
|
1234
1244
|
"DiskIopsConfiguration": {
|
|
1235
|
-
"shape": "
|
|
1245
|
+
"shape": "S3m"
|
|
1236
1246
|
}
|
|
1237
1247
|
}
|
|
1238
1248
|
}
|
|
@@ -1266,7 +1276,7 @@
|
|
|
1266
1276
|
"type": "structure",
|
|
1267
1277
|
"members": {
|
|
1268
1278
|
"Snapshot": {
|
|
1269
|
-
"shape": "
|
|
1279
|
+
"shape": "S3c"
|
|
1270
1280
|
}
|
|
1271
1281
|
}
|
|
1272
1282
|
},
|
|
@@ -1283,7 +1293,7 @@
|
|
|
1283
1293
|
"type": "structure",
|
|
1284
1294
|
"members": {
|
|
1285
1295
|
"SelfManagedActiveDirectoryConfiguration": {
|
|
1286
|
-
"shape": "
|
|
1296
|
+
"shape": "S8n"
|
|
1287
1297
|
}
|
|
1288
1298
|
}
|
|
1289
1299
|
},
|
|
@@ -1292,7 +1302,7 @@
|
|
|
1292
1302
|
},
|
|
1293
1303
|
"StorageVirtualMachineId": {},
|
|
1294
1304
|
"SvmAdminPassword": {
|
|
1295
|
-
"shape": "
|
|
1305
|
+
"shape": "S50"
|
|
1296
1306
|
}
|
|
1297
1307
|
}
|
|
1298
1308
|
},
|
|
@@ -1300,7 +1310,7 @@
|
|
|
1300
1310
|
"type": "structure",
|
|
1301
1311
|
"members": {
|
|
1302
1312
|
"StorageVirtualMachine": {
|
|
1303
|
-
"shape": "
|
|
1313
|
+
"shape": "S5e"
|
|
1304
1314
|
}
|
|
1305
1315
|
}
|
|
1306
1316
|
}
|
|
@@ -1342,12 +1352,15 @@
|
|
|
1342
1352
|
"StorageCapacityQuotaGiB": {
|
|
1343
1353
|
"type": "integer"
|
|
1344
1354
|
},
|
|
1355
|
+
"RecordSizeKiB": {
|
|
1356
|
+
"type": "integer"
|
|
1357
|
+
},
|
|
1345
1358
|
"DataCompressionType": {},
|
|
1346
1359
|
"NfsExports": {
|
|
1347
|
-
"shape": "
|
|
1360
|
+
"shape": "S32"
|
|
1348
1361
|
},
|
|
1349
1362
|
"UserAndGroupQuotas": {
|
|
1350
|
-
"shape": "
|
|
1363
|
+
"shape": "S39"
|
|
1351
1364
|
},
|
|
1352
1365
|
"ReadOnly": {
|
|
1353
1366
|
"type": "boolean"
|
|
@@ -1583,19 +1596,19 @@
|
|
|
1583
1596
|
"type": "structure",
|
|
1584
1597
|
"members": {
|
|
1585
1598
|
"Intercluster": {
|
|
1586
|
-
"shape": "
|
|
1599
|
+
"shape": "S3k"
|
|
1587
1600
|
},
|
|
1588
1601
|
"Management": {
|
|
1589
|
-
"shape": "
|
|
1602
|
+
"shape": "S3k"
|
|
1590
1603
|
}
|
|
1591
1604
|
}
|
|
1592
1605
|
},
|
|
1593
1606
|
"DiskIopsConfiguration": {
|
|
1594
|
-
"shape": "
|
|
1607
|
+
"shape": "S3m"
|
|
1595
1608
|
},
|
|
1596
1609
|
"PreferredSubnetId": {},
|
|
1597
1610
|
"RouteTableIds": {
|
|
1598
|
-
"shape": "
|
|
1611
|
+
"shape": "S3p"
|
|
1599
1612
|
},
|
|
1600
1613
|
"ThroughputCapacity": {
|
|
1601
1614
|
"type": "integer"
|
|
@@ -1623,7 +1636,7 @@
|
|
|
1623
1636
|
},
|
|
1624
1637
|
"WeeklyMaintenanceStartTime": {},
|
|
1625
1638
|
"DiskIopsConfiguration": {
|
|
1626
|
-
"shape": "
|
|
1639
|
+
"shape": "S3m"
|
|
1627
1640
|
},
|
|
1628
1641
|
"RootVolumeId": {}
|
|
1629
1642
|
}
|
|
@@ -1682,7 +1695,7 @@
|
|
|
1682
1695
|
"shape": "S2d"
|
|
1683
1696
|
},
|
|
1684
1697
|
"TargetSnapshotValues": {
|
|
1685
|
-
"shape": "
|
|
1698
|
+
"shape": "S3c"
|
|
1686
1699
|
}
|
|
1687
1700
|
}
|
|
1688
1701
|
}
|
|
@@ -1742,6 +1755,9 @@
|
|
|
1742
1755
|
"StorageCapacityQuotaGiB": {
|
|
1743
1756
|
"type": "integer"
|
|
1744
1757
|
},
|
|
1758
|
+
"RecordSizeKiB": {
|
|
1759
|
+
"type": "integer"
|
|
1760
|
+
},
|
|
1745
1761
|
"DataCompressionType": {},
|
|
1746
1762
|
"CopyTagsToSnapshots": {
|
|
1747
1763
|
"type": "boolean"
|
|
@@ -1757,10 +1773,10 @@
|
|
|
1757
1773
|
"type": "boolean"
|
|
1758
1774
|
},
|
|
1759
1775
|
"NfsExports": {
|
|
1760
|
-
"shape": "
|
|
1776
|
+
"shape": "S32"
|
|
1761
1777
|
},
|
|
1762
1778
|
"UserAndGroupQuotas": {
|
|
1763
|
-
"shape": "
|
|
1779
|
+
"shape": "S39"
|
|
1764
1780
|
}
|
|
1765
1781
|
}
|
|
1766
1782
|
}
|
|
@@ -1781,7 +1797,7 @@
|
|
|
1781
1797
|
"Message": {}
|
|
1782
1798
|
}
|
|
1783
1799
|
},
|
|
1784
|
-
"
|
|
1800
|
+
"S32": {
|
|
1785
1801
|
"type": "list",
|
|
1786
1802
|
"member": {
|
|
1787
1803
|
"type": "structure",
|
|
@@ -1809,7 +1825,7 @@
|
|
|
1809
1825
|
}
|
|
1810
1826
|
}
|
|
1811
1827
|
},
|
|
1812
|
-
"
|
|
1828
|
+
"S39": {
|
|
1813
1829
|
"type": "list",
|
|
1814
1830
|
"member": {
|
|
1815
1831
|
"type": "structure",
|
|
@@ -1829,7 +1845,7 @@
|
|
|
1829
1845
|
}
|
|
1830
1846
|
}
|
|
1831
1847
|
},
|
|
1832
|
-
"
|
|
1848
|
+
"S3c": {
|
|
1833
1849
|
"type": "structure",
|
|
1834
1850
|
"members": {
|
|
1835
1851
|
"ResourceARN": {},
|
|
@@ -1840,6 +1856,9 @@
|
|
|
1840
1856
|
"type": "timestamp"
|
|
1841
1857
|
},
|
|
1842
1858
|
"Lifecycle": {},
|
|
1859
|
+
"LifecycleTransitionReason": {
|
|
1860
|
+
"shape": "S2t"
|
|
1861
|
+
},
|
|
1843
1862
|
"Tags": {
|
|
1844
1863
|
"shape": "Sj"
|
|
1845
1864
|
},
|
|
@@ -1848,20 +1867,20 @@
|
|
|
1848
1867
|
}
|
|
1849
1868
|
}
|
|
1850
1869
|
},
|
|
1851
|
-
"
|
|
1870
|
+
"S3k": {
|
|
1852
1871
|
"type": "structure",
|
|
1853
1872
|
"members": {
|
|
1854
1873
|
"DNSName": {},
|
|
1855
1874
|
"IpAddresses": {
|
|
1856
|
-
"shape": "
|
|
1875
|
+
"shape": "S3l"
|
|
1857
1876
|
}
|
|
1858
1877
|
}
|
|
1859
1878
|
},
|
|
1860
|
-
"
|
|
1879
|
+
"S3l": {
|
|
1861
1880
|
"type": "list",
|
|
1862
1881
|
"member": {}
|
|
1863
1882
|
},
|
|
1864
|
-
"
|
|
1883
|
+
"S3m": {
|
|
1865
1884
|
"type": "structure",
|
|
1866
1885
|
"members": {
|
|
1867
1886
|
"Mode": {},
|
|
@@ -1870,18 +1889,18 @@
|
|
|
1870
1889
|
}
|
|
1871
1890
|
}
|
|
1872
1891
|
},
|
|
1873
|
-
"
|
|
1892
|
+
"S3p": {
|
|
1874
1893
|
"type": "list",
|
|
1875
1894
|
"member": {}
|
|
1876
1895
|
},
|
|
1877
|
-
"
|
|
1896
|
+
"S41": {
|
|
1878
1897
|
"type": "structure",
|
|
1879
1898
|
"members": {
|
|
1880
1899
|
"AutoImportPolicy": {
|
|
1881
1900
|
"type": "structure",
|
|
1882
1901
|
"members": {
|
|
1883
1902
|
"Events": {
|
|
1884
|
-
"shape": "
|
|
1903
|
+
"shape": "S43"
|
|
1885
1904
|
}
|
|
1886
1905
|
}
|
|
1887
1906
|
},
|
|
@@ -1889,17 +1908,17 @@
|
|
|
1889
1908
|
"type": "structure",
|
|
1890
1909
|
"members": {
|
|
1891
1910
|
"Events": {
|
|
1892
|
-
"shape": "
|
|
1911
|
+
"shape": "S43"
|
|
1893
1912
|
}
|
|
1894
1913
|
}
|
|
1895
1914
|
}
|
|
1896
1915
|
}
|
|
1897
1916
|
},
|
|
1898
|
-
"
|
|
1917
|
+
"S43": {
|
|
1899
1918
|
"type": "list",
|
|
1900
1919
|
"member": {}
|
|
1901
1920
|
},
|
|
1902
|
-
"
|
|
1921
|
+
"S47": {
|
|
1903
1922
|
"type": "structure",
|
|
1904
1923
|
"members": {
|
|
1905
1924
|
"AssociationId": {},
|
|
@@ -1918,7 +1937,7 @@
|
|
|
1918
1937
|
"type": "integer"
|
|
1919
1938
|
},
|
|
1920
1939
|
"S3": {
|
|
1921
|
-
"shape": "
|
|
1940
|
+
"shape": "S41"
|
|
1922
1941
|
},
|
|
1923
1942
|
"Tags": {
|
|
1924
1943
|
"shape": "Sj"
|
|
@@ -1928,11 +1947,11 @@
|
|
|
1928
1947
|
}
|
|
1929
1948
|
}
|
|
1930
1949
|
},
|
|
1931
|
-
"
|
|
1950
|
+
"S4b": {
|
|
1932
1951
|
"type": "list",
|
|
1933
1952
|
"member": {}
|
|
1934
1953
|
},
|
|
1935
|
-
"
|
|
1954
|
+
"S4d": {
|
|
1936
1955
|
"type": "structure",
|
|
1937
1956
|
"required": [
|
|
1938
1957
|
"Enabled"
|
|
@@ -1946,7 +1965,7 @@
|
|
|
1946
1965
|
"Scope": {}
|
|
1947
1966
|
}
|
|
1948
1967
|
},
|
|
1949
|
-
"
|
|
1968
|
+
"S4h": {
|
|
1950
1969
|
"type": "structure",
|
|
1951
1970
|
"required": [
|
|
1952
1971
|
"TaskId",
|
|
@@ -1974,7 +1993,7 @@
|
|
|
1974
1993
|
},
|
|
1975
1994
|
"FileSystemId": {},
|
|
1976
1995
|
"Paths": {
|
|
1977
|
-
"shape": "
|
|
1996
|
+
"shape": "S4b"
|
|
1978
1997
|
},
|
|
1979
1998
|
"FailureDetails": {
|
|
1980
1999
|
"type": "structure",
|
|
@@ -2000,15 +2019,15 @@
|
|
|
2000
2019
|
}
|
|
2001
2020
|
},
|
|
2002
2021
|
"Report": {
|
|
2003
|
-
"shape": "
|
|
2022
|
+
"shape": "S4d"
|
|
2004
2023
|
}
|
|
2005
2024
|
}
|
|
2006
2025
|
},
|
|
2007
|
-
"
|
|
2026
|
+
"S4r": {
|
|
2008
2027
|
"type": "list",
|
|
2009
2028
|
"member": {}
|
|
2010
2029
|
},
|
|
2011
|
-
"
|
|
2030
|
+
"S4t": {
|
|
2012
2031
|
"type": "structure",
|
|
2013
2032
|
"required": [
|
|
2014
2033
|
"ThroughputCapacity"
|
|
@@ -2016,7 +2035,7 @@
|
|
|
2016
2035
|
"members": {
|
|
2017
2036
|
"ActiveDirectoryId": {},
|
|
2018
2037
|
"SelfManagedActiveDirectoryConfiguration": {
|
|
2019
|
-
"shape": "
|
|
2038
|
+
"shape": "S4u"
|
|
2020
2039
|
},
|
|
2021
2040
|
"DeploymentType": {},
|
|
2022
2041
|
"PreferredSubnetId": {},
|
|
@@ -2035,11 +2054,11 @@
|
|
|
2035
2054
|
"shape": "S4"
|
|
2036
2055
|
},
|
|
2037
2056
|
"AuditLogConfiguration": {
|
|
2038
|
-
"shape": "
|
|
2057
|
+
"shape": "S4w"
|
|
2039
2058
|
}
|
|
2040
2059
|
}
|
|
2041
2060
|
},
|
|
2042
|
-
"
|
|
2061
|
+
"S4u": {
|
|
2043
2062
|
"type": "structure",
|
|
2044
2063
|
"required": [
|
|
2045
2064
|
"DomainName",
|
|
@@ -2053,18 +2072,18 @@
|
|
|
2053
2072
|
"FileSystemAdministratorsGroup": {},
|
|
2054
2073
|
"UserName": {},
|
|
2055
2074
|
"Password": {
|
|
2056
|
-
"shape": "
|
|
2075
|
+
"shape": "S4v"
|
|
2057
2076
|
},
|
|
2058
2077
|
"DnsIps": {
|
|
2059
2078
|
"shape": "S1h"
|
|
2060
2079
|
}
|
|
2061
2080
|
}
|
|
2062
2081
|
},
|
|
2063
|
-
"
|
|
2082
|
+
"S4v": {
|
|
2064
2083
|
"type": "string",
|
|
2065
2084
|
"sensitive": true
|
|
2066
2085
|
},
|
|
2067
|
-
"
|
|
2086
|
+
"S4w": {
|
|
2068
2087
|
"type": "structure",
|
|
2069
2088
|
"required": [
|
|
2070
2089
|
"FileAccessAuditLogLevel",
|
|
@@ -2076,7 +2095,7 @@
|
|
|
2076
2095
|
"AuditLogDestination": {}
|
|
2077
2096
|
}
|
|
2078
2097
|
},
|
|
2079
|
-
"
|
|
2098
|
+
"S4x": {
|
|
2080
2099
|
"type": "structure",
|
|
2081
2100
|
"members": {
|
|
2082
2101
|
"WeeklyMaintenanceStartTime": {},
|
|
@@ -2100,11 +2119,11 @@
|
|
|
2100
2119
|
"DriveCacheType": {},
|
|
2101
2120
|
"DataCompressionType": {},
|
|
2102
2121
|
"LogConfiguration": {
|
|
2103
|
-
"shape": "
|
|
2122
|
+
"shape": "S4y"
|
|
2104
2123
|
}
|
|
2105
2124
|
}
|
|
2106
2125
|
},
|
|
2107
|
-
"
|
|
2126
|
+
"S4y": {
|
|
2108
2127
|
"type": "structure",
|
|
2109
2128
|
"required": [
|
|
2110
2129
|
"Level"
|
|
@@ -2114,11 +2133,11 @@
|
|
|
2114
2133
|
"Destination": {}
|
|
2115
2134
|
}
|
|
2116
2135
|
},
|
|
2117
|
-
"
|
|
2136
|
+
"S50": {
|
|
2118
2137
|
"type": "string",
|
|
2119
2138
|
"sensitive": true
|
|
2120
2139
|
},
|
|
2121
|
-
"
|
|
2140
|
+
"S51": {
|
|
2122
2141
|
"type": "structure",
|
|
2123
2142
|
"required": [
|
|
2124
2143
|
"DeploymentType",
|
|
@@ -2141,17 +2160,20 @@
|
|
|
2141
2160
|
},
|
|
2142
2161
|
"WeeklyMaintenanceStartTime": {},
|
|
2143
2162
|
"DiskIopsConfiguration": {
|
|
2144
|
-
"shape": "
|
|
2163
|
+
"shape": "S3m"
|
|
2145
2164
|
},
|
|
2146
2165
|
"RootVolumeConfiguration": {
|
|
2147
2166
|
"type": "structure",
|
|
2148
2167
|
"members": {
|
|
2168
|
+
"RecordSizeKiB": {
|
|
2169
|
+
"type": "integer"
|
|
2170
|
+
},
|
|
2149
2171
|
"DataCompressionType": {},
|
|
2150
2172
|
"NfsExports": {
|
|
2151
|
-
"shape": "
|
|
2173
|
+
"shape": "S32"
|
|
2152
2174
|
},
|
|
2153
2175
|
"UserAndGroupQuotas": {
|
|
2154
|
-
"shape": "
|
|
2176
|
+
"shape": "S39"
|
|
2155
2177
|
},
|
|
2156
2178
|
"CopyTagsToSnapshots": {
|
|
2157
2179
|
"type": "boolean"
|
|
@@ -2163,7 +2185,7 @@
|
|
|
2163
2185
|
}
|
|
2164
2186
|
}
|
|
2165
2187
|
},
|
|
2166
|
-
"
|
|
2188
|
+
"S5e": {
|
|
2167
2189
|
"type": "structure",
|
|
2168
2190
|
"members": {
|
|
2169
2191
|
"ActiveDirectoryConfiguration": {
|
|
@@ -2182,16 +2204,16 @@
|
|
|
2182
2204
|
"type": "structure",
|
|
2183
2205
|
"members": {
|
|
2184
2206
|
"Iscsi": {
|
|
2185
|
-
"shape": "
|
|
2207
|
+
"shape": "S5h"
|
|
2186
2208
|
},
|
|
2187
2209
|
"Management": {
|
|
2188
|
-
"shape": "
|
|
2210
|
+
"shape": "S5h"
|
|
2189
2211
|
},
|
|
2190
2212
|
"Nfs": {
|
|
2191
|
-
"shape": "
|
|
2213
|
+
"shape": "S5h"
|
|
2192
2214
|
},
|
|
2193
2215
|
"Smb": {
|
|
2194
|
-
"shape": "
|
|
2216
|
+
"shape": "S5h"
|
|
2195
2217
|
}
|
|
2196
2218
|
}
|
|
2197
2219
|
},
|
|
@@ -2211,16 +2233,16 @@
|
|
|
2211
2233
|
"RootVolumeSecurityStyle": {}
|
|
2212
2234
|
}
|
|
2213
2235
|
},
|
|
2214
|
-
"
|
|
2236
|
+
"S5h": {
|
|
2215
2237
|
"type": "structure",
|
|
2216
2238
|
"members": {
|
|
2217
2239
|
"DNSName": {},
|
|
2218
2240
|
"IpAddresses": {
|
|
2219
|
-
"shape": "
|
|
2241
|
+
"shape": "S3l"
|
|
2220
2242
|
}
|
|
2221
2243
|
}
|
|
2222
2244
|
},
|
|
2223
|
-
"
|
|
2245
|
+
"S5l": {
|
|
2224
2246
|
"type": "structure",
|
|
2225
2247
|
"required": [
|
|
2226
2248
|
"JunctionPath",
|
|
@@ -2243,7 +2265,7 @@
|
|
|
2243
2265
|
}
|
|
2244
2266
|
}
|
|
2245
2267
|
},
|
|
2246
|
-
"
|
|
2268
|
+
"S6k": {
|
|
2247
2269
|
"type": "list",
|
|
2248
2270
|
"member": {
|
|
2249
2271
|
"type": "structure",
|
|
@@ -2256,12 +2278,12 @@
|
|
|
2256
2278
|
}
|
|
2257
2279
|
}
|
|
2258
2280
|
},
|
|
2259
|
-
"
|
|
2281
|
+
"S8n": {
|
|
2260
2282
|
"type": "structure",
|
|
2261
2283
|
"members": {
|
|
2262
2284
|
"UserName": {},
|
|
2263
2285
|
"Password": {
|
|
2264
|
-
"shape": "
|
|
2286
|
+
"shape": "S4v"
|
|
2265
2287
|
},
|
|
2266
2288
|
"DnsIps": {
|
|
2267
2289
|
"shape": "S1h"
|