@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
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pagination": {
|
|
3
|
+
"DescribeAccountAttributes": {
|
|
4
|
+
"input_token": "NextToken",
|
|
5
|
+
"output_token": "NextToken",
|
|
6
|
+
"limit_key": "MaxResults",
|
|
7
|
+
"result_key": "AccountAttributes"
|
|
8
|
+
},
|
|
9
|
+
"DescribeAccountLimits": {
|
|
10
|
+
"input_token": "NextToken",
|
|
11
|
+
"output_token": "NextToken",
|
|
12
|
+
"limit_key": "MaxResults",
|
|
13
|
+
"result_key": "AccountLimits"
|
|
14
|
+
},
|
|
15
|
+
"DescribeConfigurationSets": {
|
|
16
|
+
"input_token": "NextToken",
|
|
17
|
+
"output_token": "NextToken",
|
|
18
|
+
"limit_key": "MaxResults",
|
|
19
|
+
"result_key": "ConfigurationSets"
|
|
20
|
+
},
|
|
21
|
+
"DescribeKeywords": {
|
|
22
|
+
"input_token": "NextToken",
|
|
23
|
+
"output_token": "NextToken",
|
|
24
|
+
"limit_key": "MaxResults",
|
|
25
|
+
"result_key": "Keywords"
|
|
26
|
+
},
|
|
27
|
+
"DescribeOptOutLists": {
|
|
28
|
+
"input_token": "NextToken",
|
|
29
|
+
"output_token": "NextToken",
|
|
30
|
+
"limit_key": "MaxResults",
|
|
31
|
+
"result_key": "OptOutLists"
|
|
32
|
+
},
|
|
33
|
+
"DescribeOptedOutNumbers": {
|
|
34
|
+
"input_token": "NextToken",
|
|
35
|
+
"output_token": "NextToken",
|
|
36
|
+
"limit_key": "MaxResults",
|
|
37
|
+
"result_key": "OptedOutNumbers"
|
|
38
|
+
},
|
|
39
|
+
"DescribePhoneNumbers": {
|
|
40
|
+
"input_token": "NextToken",
|
|
41
|
+
"output_token": "NextToken",
|
|
42
|
+
"limit_key": "MaxResults",
|
|
43
|
+
"result_key": "PhoneNumbers"
|
|
44
|
+
},
|
|
45
|
+
"DescribePools": {
|
|
46
|
+
"input_token": "NextToken",
|
|
47
|
+
"output_token": "NextToken",
|
|
48
|
+
"limit_key": "MaxResults",
|
|
49
|
+
"result_key": "Pools"
|
|
50
|
+
},
|
|
51
|
+
"DescribeSenderIds": {
|
|
52
|
+
"input_token": "NextToken",
|
|
53
|
+
"output_token": "NextToken",
|
|
54
|
+
"limit_key": "MaxResults",
|
|
55
|
+
"result_key": "SenderIds"
|
|
56
|
+
},
|
|
57
|
+
"DescribeSpendLimits": {
|
|
58
|
+
"input_token": "NextToken",
|
|
59
|
+
"output_token": "NextToken",
|
|
60
|
+
"limit_key": "MaxResults",
|
|
61
|
+
"result_key": "SpendLimits"
|
|
62
|
+
},
|
|
63
|
+
"ListPoolOriginationIdentities": {
|
|
64
|
+
"input_token": "NextToken",
|
|
65
|
+
"output_token": "NextToken",
|
|
66
|
+
"limit_key": "MaxResults",
|
|
67
|
+
"result_key": "OriginationIdentities"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -1542,7 +1542,10 @@
|
|
|
1542
1542
|
"AccountName": {},
|
|
1543
1543
|
"Edition": {},
|
|
1544
1544
|
"DefaultNamespace": {},
|
|
1545
|
-
"NotificationEmail": {}
|
|
1545
|
+
"NotificationEmail": {},
|
|
1546
|
+
"PublicSharingEnabled": {
|
|
1547
|
+
"type": "boolean"
|
|
1548
|
+
}
|
|
1546
1549
|
}
|
|
1547
1550
|
},
|
|
1548
1551
|
"RequestId": {},
|
|
@@ -2155,6 +2158,52 @@
|
|
|
2155
2158
|
}
|
|
2156
2159
|
}
|
|
2157
2160
|
},
|
|
2161
|
+
"DescribeGroupMembership": {
|
|
2162
|
+
"http": {
|
|
2163
|
+
"method": "GET",
|
|
2164
|
+
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members/{MemberName}"
|
|
2165
|
+
},
|
|
2166
|
+
"input": {
|
|
2167
|
+
"type": "structure",
|
|
2168
|
+
"required": [
|
|
2169
|
+
"MemberName",
|
|
2170
|
+
"GroupName",
|
|
2171
|
+
"AwsAccountId",
|
|
2172
|
+
"Namespace"
|
|
2173
|
+
],
|
|
2174
|
+
"members": {
|
|
2175
|
+
"MemberName": {
|
|
2176
|
+
"location": "uri",
|
|
2177
|
+
"locationName": "MemberName"
|
|
2178
|
+
},
|
|
2179
|
+
"GroupName": {
|
|
2180
|
+
"location": "uri",
|
|
2181
|
+
"locationName": "GroupName"
|
|
2182
|
+
},
|
|
2183
|
+
"AwsAccountId": {
|
|
2184
|
+
"location": "uri",
|
|
2185
|
+
"locationName": "AwsAccountId"
|
|
2186
|
+
},
|
|
2187
|
+
"Namespace": {
|
|
2188
|
+
"location": "uri",
|
|
2189
|
+
"locationName": "Namespace"
|
|
2190
|
+
}
|
|
2191
|
+
}
|
|
2192
|
+
},
|
|
2193
|
+
"output": {
|
|
2194
|
+
"type": "structure",
|
|
2195
|
+
"members": {
|
|
2196
|
+
"GroupMember": {
|
|
2197
|
+
"shape": "S5s"
|
|
2198
|
+
},
|
|
2199
|
+
"RequestId": {},
|
|
2200
|
+
"Status": {
|
|
2201
|
+
"location": "statusCode",
|
|
2202
|
+
"type": "integer"
|
|
2203
|
+
}
|
|
2204
|
+
}
|
|
2205
|
+
}
|
|
2206
|
+
},
|
|
2158
2207
|
"DescribeIAMPolicyAssignment": {
|
|
2159
2208
|
"http": {
|
|
2160
2209
|
"method": "GET",
|
|
@@ -2237,7 +2286,7 @@
|
|
|
2237
2286
|
"type": "structure",
|
|
2238
2287
|
"members": {
|
|
2239
2288
|
"Ingestion": {
|
|
2240
|
-
"shape": "
|
|
2289
|
+
"shape": "S9n"
|
|
2241
2290
|
},
|
|
2242
2291
|
"RequestId": {},
|
|
2243
2292
|
"Status": {
|
|
@@ -2269,7 +2318,7 @@
|
|
|
2269
2318
|
"members": {
|
|
2270
2319
|
"AwsAccountId": {},
|
|
2271
2320
|
"IpRestrictionRuleMap": {
|
|
2272
|
-
"shape": "
|
|
2321
|
+
"shape": "S9w"
|
|
2273
2322
|
},
|
|
2274
2323
|
"Enabled": {
|
|
2275
2324
|
"type": "boolean"
|
|
@@ -2308,7 +2357,7 @@
|
|
|
2308
2357
|
"type": "structure",
|
|
2309
2358
|
"members": {
|
|
2310
2359
|
"Namespace": {
|
|
2311
|
-
"shape": "
|
|
2360
|
+
"shape": "Sa2"
|
|
2312
2361
|
},
|
|
2313
2362
|
"RequestId": {},
|
|
2314
2363
|
"Status": {
|
|
@@ -2719,7 +2768,7 @@
|
|
|
2719
2768
|
"type": "structure",
|
|
2720
2769
|
"members": {
|
|
2721
2770
|
"User": {
|
|
2722
|
-
"shape": "
|
|
2771
|
+
"shape": "Sb4"
|
|
2723
2772
|
},
|
|
2724
2773
|
"RequestId": {},
|
|
2725
2774
|
"Status": {
|
|
@@ -2795,7 +2844,7 @@
|
|
|
2795
2844
|
],
|
|
2796
2845
|
"members": {
|
|
2797
2846
|
"EmbedUrl": {
|
|
2798
|
-
"shape": "
|
|
2847
|
+
"shape": "Sbg"
|
|
2799
2848
|
},
|
|
2800
2849
|
"Status": {
|
|
2801
2850
|
"location": "statusCode",
|
|
@@ -2862,7 +2911,7 @@
|
|
|
2862
2911
|
],
|
|
2863
2912
|
"members": {
|
|
2864
2913
|
"EmbedUrl": {
|
|
2865
|
-
"shape": "
|
|
2914
|
+
"shape": "Sbg"
|
|
2866
2915
|
},
|
|
2867
2916
|
"Status": {
|
|
2868
2917
|
"location": "statusCode",
|
|
@@ -2937,7 +2986,7 @@
|
|
|
2937
2986
|
"type": "structure",
|
|
2938
2987
|
"members": {
|
|
2939
2988
|
"EmbedUrl": {
|
|
2940
|
-
"shape": "
|
|
2989
|
+
"shape": "Sbg"
|
|
2941
2990
|
},
|
|
2942
2991
|
"Status": {
|
|
2943
2992
|
"location": "statusCode",
|
|
@@ -2981,7 +3030,7 @@
|
|
|
2981
3030
|
"type": "structure",
|
|
2982
3031
|
"members": {
|
|
2983
3032
|
"EmbedUrl": {
|
|
2984
|
-
"shape": "
|
|
3033
|
+
"shape": "Sbg"
|
|
2985
3034
|
},
|
|
2986
3035
|
"Status": {
|
|
2987
3036
|
"location": "statusCode",
|
|
@@ -3021,7 +3070,7 @@
|
|
|
3021
3070
|
"type": "structure",
|
|
3022
3071
|
"members": {
|
|
3023
3072
|
"AnalysisSummaryList": {
|
|
3024
|
-
"shape": "
|
|
3073
|
+
"shape": "Sby"
|
|
3025
3074
|
},
|
|
3026
3075
|
"NextToken": {},
|
|
3027
3076
|
"Status": {
|
|
@@ -3123,7 +3172,7 @@
|
|
|
3123
3172
|
"type": "structure",
|
|
3124
3173
|
"members": {
|
|
3125
3174
|
"DashboardSummaryList": {
|
|
3126
|
-
"shape": "
|
|
3175
|
+
"shape": "Sc6"
|
|
3127
3176
|
},
|
|
3128
3177
|
"NextToken": {},
|
|
3129
3178
|
"Status": {
|
|
@@ -3330,7 +3379,7 @@
|
|
|
3330
3379
|
"type": "integer"
|
|
3331
3380
|
},
|
|
3332
3381
|
"FolderSummaryList": {
|
|
3333
|
-
"shape": "
|
|
3382
|
+
"shape": "Scl"
|
|
3334
3383
|
},
|
|
3335
3384
|
"NextToken": {},
|
|
3336
3385
|
"RequestId": {}
|
|
@@ -3426,7 +3475,7 @@
|
|
|
3426
3475
|
"type": "structure",
|
|
3427
3476
|
"members": {
|
|
3428
3477
|
"GroupList": {
|
|
3429
|
-
"shape": "
|
|
3478
|
+
"shape": "Scs"
|
|
3430
3479
|
},
|
|
3431
3480
|
"NextToken": {},
|
|
3432
3481
|
"RequestId": {},
|
|
@@ -3586,7 +3635,7 @@
|
|
|
3586
3635
|
"Ingestions": {
|
|
3587
3636
|
"type": "list",
|
|
3588
3637
|
"member": {
|
|
3589
|
-
"shape": "
|
|
3638
|
+
"shape": "S9n"
|
|
3590
3639
|
}
|
|
3591
3640
|
},
|
|
3592
3641
|
"NextToken": {},
|
|
@@ -3630,7 +3679,7 @@
|
|
|
3630
3679
|
"Namespaces": {
|
|
3631
3680
|
"type": "list",
|
|
3632
3681
|
"member": {
|
|
3633
|
-
"shape": "
|
|
3682
|
+
"shape": "Sa2"
|
|
3634
3683
|
}
|
|
3635
3684
|
},
|
|
3636
3685
|
"NextToken": {},
|
|
@@ -4051,7 +4100,7 @@
|
|
|
4051
4100
|
"type": "structure",
|
|
4052
4101
|
"members": {
|
|
4053
4102
|
"GroupList": {
|
|
4054
|
-
"shape": "
|
|
4103
|
+
"shape": "Scs"
|
|
4055
4104
|
},
|
|
4056
4105
|
"NextToken": {},
|
|
4057
4106
|
"RequestId": {},
|
|
@@ -4099,7 +4148,7 @@
|
|
|
4099
4148
|
"UserList": {
|
|
4100
4149
|
"type": "list",
|
|
4101
4150
|
"member": {
|
|
4102
|
-
"shape": "
|
|
4151
|
+
"shape": "Sb4"
|
|
4103
4152
|
}
|
|
4104
4153
|
},
|
|
4105
4154
|
"NextToken": {},
|
|
@@ -4149,7 +4198,7 @@
|
|
|
4149
4198
|
"type": "structure",
|
|
4150
4199
|
"members": {
|
|
4151
4200
|
"User": {
|
|
4152
|
-
"shape": "
|
|
4201
|
+
"shape": "Sb4"
|
|
4153
4202
|
},
|
|
4154
4203
|
"UserInvitationUrl": {},
|
|
4155
4204
|
"RequestId": {},
|
|
@@ -4230,7 +4279,7 @@
|
|
|
4230
4279
|
"type": "structure",
|
|
4231
4280
|
"members": {
|
|
4232
4281
|
"AnalysisSummaryList": {
|
|
4233
|
-
"shape": "
|
|
4282
|
+
"shape": "Sby"
|
|
4234
4283
|
},
|
|
4235
4284
|
"NextToken": {},
|
|
4236
4285
|
"Status": {
|
|
@@ -4280,7 +4329,7 @@
|
|
|
4280
4329
|
"type": "structure",
|
|
4281
4330
|
"members": {
|
|
4282
4331
|
"DashboardSummaryList": {
|
|
4283
|
-
"shape": "
|
|
4332
|
+
"shape": "Sc6"
|
|
4284
4333
|
},
|
|
4285
4334
|
"NextToken": {},
|
|
4286
4335
|
"Status": {
|
|
@@ -4331,13 +4380,75 @@
|
|
|
4331
4380
|
"type": "integer"
|
|
4332
4381
|
},
|
|
4333
4382
|
"FolderSummaryList": {
|
|
4334
|
-
"shape": "
|
|
4383
|
+
"shape": "Scl"
|
|
4335
4384
|
},
|
|
4336
4385
|
"NextToken": {},
|
|
4337
4386
|
"RequestId": {}
|
|
4338
4387
|
}
|
|
4339
4388
|
}
|
|
4340
4389
|
},
|
|
4390
|
+
"SearchGroups": {
|
|
4391
|
+
"http": {
|
|
4392
|
+
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/groups-search"
|
|
4393
|
+
},
|
|
4394
|
+
"input": {
|
|
4395
|
+
"type": "structure",
|
|
4396
|
+
"required": [
|
|
4397
|
+
"AwsAccountId",
|
|
4398
|
+
"Namespace",
|
|
4399
|
+
"Filters"
|
|
4400
|
+
],
|
|
4401
|
+
"members": {
|
|
4402
|
+
"AwsAccountId": {
|
|
4403
|
+
"location": "uri",
|
|
4404
|
+
"locationName": "AwsAccountId"
|
|
4405
|
+
},
|
|
4406
|
+
"NextToken": {
|
|
4407
|
+
"location": "querystring",
|
|
4408
|
+
"locationName": "next-token"
|
|
4409
|
+
},
|
|
4410
|
+
"MaxResults": {
|
|
4411
|
+
"location": "querystring",
|
|
4412
|
+
"locationName": "max-results",
|
|
4413
|
+
"type": "integer"
|
|
4414
|
+
},
|
|
4415
|
+
"Namespace": {
|
|
4416
|
+
"location": "uri",
|
|
4417
|
+
"locationName": "Namespace"
|
|
4418
|
+
},
|
|
4419
|
+
"Filters": {
|
|
4420
|
+
"type": "list",
|
|
4421
|
+
"member": {
|
|
4422
|
+
"type": "structure",
|
|
4423
|
+
"required": [
|
|
4424
|
+
"Operator",
|
|
4425
|
+
"Name",
|
|
4426
|
+
"Value"
|
|
4427
|
+
],
|
|
4428
|
+
"members": {
|
|
4429
|
+
"Operator": {},
|
|
4430
|
+
"Name": {},
|
|
4431
|
+
"Value": {}
|
|
4432
|
+
}
|
|
4433
|
+
}
|
|
4434
|
+
}
|
|
4435
|
+
}
|
|
4436
|
+
},
|
|
4437
|
+
"output": {
|
|
4438
|
+
"type": "structure",
|
|
4439
|
+
"members": {
|
|
4440
|
+
"GroupList": {
|
|
4441
|
+
"shape": "Scs"
|
|
4442
|
+
},
|
|
4443
|
+
"NextToken": {},
|
|
4444
|
+
"RequestId": {},
|
|
4445
|
+
"Status": {
|
|
4446
|
+
"location": "statusCode",
|
|
4447
|
+
"type": "integer"
|
|
4448
|
+
}
|
|
4449
|
+
}
|
|
4450
|
+
}
|
|
4451
|
+
},
|
|
4341
4452
|
"TagResource": {
|
|
4342
4453
|
"http": {
|
|
4343
4454
|
"requestUri": "/resources/{ResourceArn}/tags"
|
|
@@ -4544,10 +4655,10 @@
|
|
|
4544
4655
|
"locationName": "AnalysisId"
|
|
4545
4656
|
},
|
|
4546
4657
|
"GrantPermissions": {
|
|
4547
|
-
"shape": "
|
|
4658
|
+
"shape": "Sf4"
|
|
4548
4659
|
},
|
|
4549
4660
|
"RevokePermissions": {
|
|
4550
|
-
"shape": "
|
|
4661
|
+
"shape": "Sf4"
|
|
4551
4662
|
}
|
|
4552
4663
|
}
|
|
4553
4664
|
},
|
|
@@ -4638,16 +4749,16 @@
|
|
|
4638
4749
|
"locationName": "DashboardId"
|
|
4639
4750
|
},
|
|
4640
4751
|
"GrantPermissions": {
|
|
4641
|
-
"shape": "
|
|
4752
|
+
"shape": "Sf4"
|
|
4642
4753
|
},
|
|
4643
4754
|
"RevokePermissions": {
|
|
4644
|
-
"shape": "
|
|
4755
|
+
"shape": "Sf4"
|
|
4645
4756
|
},
|
|
4646
4757
|
"GrantLinkPermissions": {
|
|
4647
|
-
"shape": "
|
|
4758
|
+
"shape": "Sf9"
|
|
4648
4759
|
},
|
|
4649
4760
|
"RevokeLinkPermissions": {
|
|
4650
|
-
"shape": "
|
|
4761
|
+
"shape": "Sf9"
|
|
4651
4762
|
}
|
|
4652
4763
|
}
|
|
4653
4764
|
},
|
|
@@ -5094,7 +5205,7 @@
|
|
|
5094
5205
|
"locationName": "AwsAccountId"
|
|
5095
5206
|
},
|
|
5096
5207
|
"IpRestrictionRuleMap": {
|
|
5097
|
-
"shape": "
|
|
5208
|
+
"shape": "S9w"
|
|
5098
5209
|
},
|
|
5099
5210
|
"Enabled": {
|
|
5100
5211
|
"type": "boolean"
|
|
@@ -5113,6 +5224,37 @@
|
|
|
5113
5224
|
}
|
|
5114
5225
|
}
|
|
5115
5226
|
},
|
|
5227
|
+
"UpdatePublicSharingSettings": {
|
|
5228
|
+
"http": {
|
|
5229
|
+
"method": "PUT",
|
|
5230
|
+
"requestUri": "/accounts/{AwsAccountId}/public-sharing-settings"
|
|
5231
|
+
},
|
|
5232
|
+
"input": {
|
|
5233
|
+
"type": "structure",
|
|
5234
|
+
"required": [
|
|
5235
|
+
"AwsAccountId"
|
|
5236
|
+
],
|
|
5237
|
+
"members": {
|
|
5238
|
+
"AwsAccountId": {
|
|
5239
|
+
"location": "uri",
|
|
5240
|
+
"locationName": "AwsAccountId"
|
|
5241
|
+
},
|
|
5242
|
+
"PublicSharingEnabled": {
|
|
5243
|
+
"type": "boolean"
|
|
5244
|
+
}
|
|
5245
|
+
}
|
|
5246
|
+
},
|
|
5247
|
+
"output": {
|
|
5248
|
+
"type": "structure",
|
|
5249
|
+
"members": {
|
|
5250
|
+
"RequestId": {},
|
|
5251
|
+
"Status": {
|
|
5252
|
+
"location": "statusCode",
|
|
5253
|
+
"type": "integer"
|
|
5254
|
+
}
|
|
5255
|
+
}
|
|
5256
|
+
}
|
|
5257
|
+
},
|
|
5116
5258
|
"UpdateTemplate": {
|
|
5117
5259
|
"http": {
|
|
5118
5260
|
"method": "PUT",
|
|
@@ -5222,10 +5364,10 @@
|
|
|
5222
5364
|
"locationName": "TemplateId"
|
|
5223
5365
|
},
|
|
5224
5366
|
"GrantPermissions": {
|
|
5225
|
-
"shape": "
|
|
5367
|
+
"shape": "Sf4"
|
|
5226
5368
|
},
|
|
5227
5369
|
"RevokePermissions": {
|
|
5228
|
-
"shape": "
|
|
5370
|
+
"shape": "Sf4"
|
|
5229
5371
|
}
|
|
5230
5372
|
}
|
|
5231
5373
|
},
|
|
@@ -5355,10 +5497,10 @@
|
|
|
5355
5497
|
"locationName": "ThemeId"
|
|
5356
5498
|
},
|
|
5357
5499
|
"GrantPermissions": {
|
|
5358
|
-
"shape": "
|
|
5500
|
+
"shape": "Sf4"
|
|
5359
5501
|
},
|
|
5360
5502
|
"RevokePermissions": {
|
|
5361
|
-
"shape": "
|
|
5503
|
+
"shape": "Sf4"
|
|
5362
5504
|
}
|
|
5363
5505
|
}
|
|
5364
5506
|
},
|
|
@@ -5420,7 +5562,7 @@
|
|
|
5420
5562
|
"type": "structure",
|
|
5421
5563
|
"members": {
|
|
5422
5564
|
"User": {
|
|
5423
|
-
"shape": "
|
|
5565
|
+
"shape": "Sb4"
|
|
5424
5566
|
},
|
|
5425
5567
|
"RequestId": {},
|
|
5426
5568
|
"Status": {
|
|
@@ -6523,7 +6665,7 @@
|
|
|
6523
6665
|
}
|
|
6524
6666
|
}
|
|
6525
6667
|
},
|
|
6526
|
-
"
|
|
6668
|
+
"S9n": {
|
|
6527
6669
|
"type": "structure",
|
|
6528
6670
|
"required": [
|
|
6529
6671
|
"Arn",
|
|
@@ -6579,12 +6721,12 @@
|
|
|
6579
6721
|
"RequestType": {}
|
|
6580
6722
|
}
|
|
6581
6723
|
},
|
|
6582
|
-
"
|
|
6724
|
+
"S9w": {
|
|
6583
6725
|
"type": "map",
|
|
6584
6726
|
"key": {},
|
|
6585
6727
|
"value": {}
|
|
6586
6728
|
},
|
|
6587
|
-
"
|
|
6729
|
+
"Sa2": {
|
|
6588
6730
|
"type": "structure",
|
|
6589
6731
|
"members": {
|
|
6590
6732
|
"Name": {},
|
|
@@ -6601,7 +6743,7 @@
|
|
|
6601
6743
|
}
|
|
6602
6744
|
}
|
|
6603
6745
|
},
|
|
6604
|
-
"
|
|
6746
|
+
"Sb4": {
|
|
6605
6747
|
"type": "structure",
|
|
6606
6748
|
"members": {
|
|
6607
6749
|
"Arn": {},
|
|
@@ -6619,11 +6761,11 @@
|
|
|
6619
6761
|
"ExternalLoginId": {}
|
|
6620
6762
|
}
|
|
6621
6763
|
},
|
|
6622
|
-
"
|
|
6764
|
+
"Sbg": {
|
|
6623
6765
|
"type": "string",
|
|
6624
6766
|
"sensitive": true
|
|
6625
6767
|
},
|
|
6626
|
-
"
|
|
6768
|
+
"Sby": {
|
|
6627
6769
|
"type": "list",
|
|
6628
6770
|
"member": {
|
|
6629
6771
|
"type": "structure",
|
|
@@ -6641,7 +6783,7 @@
|
|
|
6641
6783
|
}
|
|
6642
6784
|
}
|
|
6643
6785
|
},
|
|
6644
|
-
"
|
|
6786
|
+
"Sc6": {
|
|
6645
6787
|
"type": "list",
|
|
6646
6788
|
"member": {
|
|
6647
6789
|
"type": "structure",
|
|
@@ -6664,7 +6806,7 @@
|
|
|
6664
6806
|
}
|
|
6665
6807
|
}
|
|
6666
6808
|
},
|
|
6667
|
-
"
|
|
6809
|
+
"Scl": {
|
|
6668
6810
|
"type": "list",
|
|
6669
6811
|
"member": {
|
|
6670
6812
|
"type": "structure",
|
|
@@ -6682,19 +6824,19 @@
|
|
|
6682
6824
|
}
|
|
6683
6825
|
}
|
|
6684
6826
|
},
|
|
6685
|
-
"
|
|
6827
|
+
"Scs": {
|
|
6686
6828
|
"type": "list",
|
|
6687
6829
|
"member": {
|
|
6688
6830
|
"shape": "S5o"
|
|
6689
6831
|
}
|
|
6690
6832
|
},
|
|
6691
|
-
"
|
|
6833
|
+
"Sf4": {
|
|
6692
6834
|
"type": "list",
|
|
6693
6835
|
"member": {
|
|
6694
6836
|
"shape": "S11"
|
|
6695
6837
|
}
|
|
6696
6838
|
},
|
|
6697
|
-
"
|
|
6839
|
+
"Sf9": {
|
|
6698
6840
|
"type": "list",
|
|
6699
6841
|
"member": {
|
|
6700
6842
|
"shape": "S11"
|