@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
|
@@ -24,6 +24,23 @@
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
|
+
"AssociateThirdPartyFirewall": {
|
|
28
|
+
"input": {
|
|
29
|
+
"type": "structure",
|
|
30
|
+
"required": [
|
|
31
|
+
"ThirdPartyFirewall"
|
|
32
|
+
],
|
|
33
|
+
"members": {
|
|
34
|
+
"ThirdPartyFirewall": {}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"output": {
|
|
38
|
+
"type": "structure",
|
|
39
|
+
"members": {
|
|
40
|
+
"ThirdPartyFirewallStatus": {}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
27
44
|
"DeleteAppsList": {
|
|
28
45
|
"input": {
|
|
29
46
|
"type": "structure",
|
|
@@ -72,6 +89,23 @@
|
|
|
72
89
|
"members": {}
|
|
73
90
|
}
|
|
74
91
|
},
|
|
92
|
+
"DisassociateThirdPartyFirewall": {
|
|
93
|
+
"input": {
|
|
94
|
+
"type": "structure",
|
|
95
|
+
"required": [
|
|
96
|
+
"ThirdPartyFirewall"
|
|
97
|
+
],
|
|
98
|
+
"members": {
|
|
99
|
+
"ThirdPartyFirewall": {}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"output": {
|
|
103
|
+
"type": "structure",
|
|
104
|
+
"members": {
|
|
105
|
+
"ThirdPartyFirewallStatus": {}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
},
|
|
75
109
|
"GetAdminAccount": {
|
|
76
110
|
"input": {
|
|
77
111
|
"type": "structure",
|
|
@@ -102,7 +136,7 @@
|
|
|
102
136
|
"type": "structure",
|
|
103
137
|
"members": {
|
|
104
138
|
"AppsList": {
|
|
105
|
-
"shape": "
|
|
139
|
+
"shape": "Sm"
|
|
106
140
|
},
|
|
107
141
|
"AppsListArn": {}
|
|
108
142
|
}
|
|
@@ -136,7 +170,12 @@
|
|
|
136
170
|
"members": {
|
|
137
171
|
"ResourceId": {},
|
|
138
172
|
"ViolationReason": {},
|
|
139
|
-
"ResourceType": {}
|
|
173
|
+
"ResourceType": {},
|
|
174
|
+
"Metadata": {
|
|
175
|
+
"type": "map",
|
|
176
|
+
"key": {},
|
|
177
|
+
"value": {}
|
|
178
|
+
}
|
|
140
179
|
}
|
|
141
180
|
}
|
|
142
181
|
},
|
|
@@ -147,7 +186,7 @@
|
|
|
147
186
|
"type": "timestamp"
|
|
148
187
|
},
|
|
149
188
|
"IssueInfoMap": {
|
|
150
|
-
"shape": "
|
|
189
|
+
"shape": "S17"
|
|
151
190
|
}
|
|
152
191
|
}
|
|
153
192
|
}
|
|
@@ -181,7 +220,7 @@
|
|
|
181
220
|
"type": "structure",
|
|
182
221
|
"members": {
|
|
183
222
|
"Policy": {
|
|
184
|
-
"shape": "
|
|
223
|
+
"shape": "S1e"
|
|
185
224
|
},
|
|
186
225
|
"PolicyArn": {}
|
|
187
226
|
}
|
|
@@ -235,12 +274,30 @@
|
|
|
235
274
|
"type": "structure",
|
|
236
275
|
"members": {
|
|
237
276
|
"ProtocolsList": {
|
|
238
|
-
"shape": "
|
|
277
|
+
"shape": "S23"
|
|
239
278
|
},
|
|
240
279
|
"ProtocolsListArn": {}
|
|
241
280
|
}
|
|
242
281
|
}
|
|
243
282
|
},
|
|
283
|
+
"GetThirdPartyFirewallAssociationStatus": {
|
|
284
|
+
"input": {
|
|
285
|
+
"type": "structure",
|
|
286
|
+
"required": [
|
|
287
|
+
"ThirdPartyFirewall"
|
|
288
|
+
],
|
|
289
|
+
"members": {
|
|
290
|
+
"ThirdPartyFirewall": {}
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"output": {
|
|
294
|
+
"type": "structure",
|
|
295
|
+
"members": {
|
|
296
|
+
"ThirdPartyFirewallStatus": {},
|
|
297
|
+
"MarketplaceOnboardingStatus": {}
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
},
|
|
244
301
|
"GetViolationDetails": {
|
|
245
302
|
"input": {
|
|
246
303
|
"type": "structure",
|
|
@@ -328,7 +385,7 @@
|
|
|
328
385
|
}
|
|
329
386
|
},
|
|
330
387
|
"AwsEc2NetworkInterfaceViolation": {
|
|
331
|
-
"shape": "
|
|
388
|
+
"shape": "S2r"
|
|
332
389
|
},
|
|
333
390
|
"AwsEc2InstanceViolation": {
|
|
334
391
|
"type": "structure",
|
|
@@ -337,7 +394,7 @@
|
|
|
337
394
|
"AwsEc2NetworkInterfaceViolations": {
|
|
338
395
|
"type": "list",
|
|
339
396
|
"member": {
|
|
340
|
-
"shape": "
|
|
397
|
+
"shape": "S2r"
|
|
341
398
|
}
|
|
342
399
|
}
|
|
343
400
|
}
|
|
@@ -375,10 +432,10 @@
|
|
|
375
432
|
"members": {
|
|
376
433
|
"ViolationTarget": {},
|
|
377
434
|
"CurrentPolicyDescription": {
|
|
378
|
-
"shape": "
|
|
435
|
+
"shape": "S2z"
|
|
379
436
|
},
|
|
380
437
|
"ExpectedPolicyDescription": {
|
|
381
|
-
"shape": "
|
|
438
|
+
"shape": "S2z"
|
|
382
439
|
}
|
|
383
440
|
}
|
|
384
441
|
},
|
|
@@ -389,7 +446,7 @@
|
|
|
389
446
|
"SubnetAvailabilityZone": {},
|
|
390
447
|
"RouteTableId": {},
|
|
391
448
|
"ViolatingRoutes": {
|
|
392
|
-
"shape": "
|
|
449
|
+
"shape": "S39"
|
|
393
450
|
},
|
|
394
451
|
"IsRouteTableUsedInDifferentAZ": {
|
|
395
452
|
"type": "boolean"
|
|
@@ -398,18 +455,18 @@
|
|
|
398
455
|
"ExpectedFirewallEndpoint": {},
|
|
399
456
|
"FirewallSubnetId": {},
|
|
400
457
|
"ExpectedFirewallSubnetRoutes": {
|
|
401
|
-
"shape": "
|
|
458
|
+
"shape": "S3d"
|
|
402
459
|
},
|
|
403
460
|
"ActualFirewallSubnetRoutes": {
|
|
404
|
-
"shape": "
|
|
461
|
+
"shape": "S39"
|
|
405
462
|
},
|
|
406
463
|
"InternetGatewayId": {},
|
|
407
464
|
"CurrentInternetGatewayRouteTable": {},
|
|
408
465
|
"ExpectedInternetGatewayRoutes": {
|
|
409
|
-
"shape": "
|
|
466
|
+
"shape": "S3d"
|
|
410
467
|
},
|
|
411
468
|
"ActualInternetGatewayRoutes": {
|
|
412
|
-
"shape": "
|
|
469
|
+
"shape": "S39"
|
|
413
470
|
},
|
|
414
471
|
"VpcId": {}
|
|
415
472
|
}
|
|
@@ -418,14 +475,14 @@
|
|
|
418
475
|
"type": "structure",
|
|
419
476
|
"members": {
|
|
420
477
|
"AffectedSubnets": {
|
|
421
|
-
"shape": "
|
|
478
|
+
"shape": "S2s"
|
|
422
479
|
},
|
|
423
480
|
"RouteTableId": {},
|
|
424
481
|
"IsRouteTableUsedInDifferentAZ": {
|
|
425
482
|
"type": "boolean"
|
|
426
483
|
},
|
|
427
484
|
"ViolatingRoute": {
|
|
428
|
-
"shape": "
|
|
485
|
+
"shape": "S3a"
|
|
429
486
|
},
|
|
430
487
|
"CurrentFirewallSubnetRouteTable": {},
|
|
431
488
|
"ExpectedFirewallEndpoint": {},
|
|
@@ -433,18 +490,18 @@
|
|
|
433
490
|
"ExpectedFirewallSubnetId": {},
|
|
434
491
|
"ActualFirewallSubnetId": {},
|
|
435
492
|
"ExpectedFirewallSubnetRoutes": {
|
|
436
|
-
"shape": "
|
|
493
|
+
"shape": "S3d"
|
|
437
494
|
},
|
|
438
495
|
"ActualFirewallSubnetRoutes": {
|
|
439
|
-
"shape": "
|
|
496
|
+
"shape": "S39"
|
|
440
497
|
},
|
|
441
498
|
"InternetGatewayId": {},
|
|
442
499
|
"CurrentInternetGatewayRouteTable": {},
|
|
443
500
|
"ExpectedInternetGatewayRoutes": {
|
|
444
|
-
"shape": "
|
|
501
|
+
"shape": "S3d"
|
|
445
502
|
},
|
|
446
503
|
"ActualInternetGatewayRoutes": {
|
|
447
|
-
"shape": "
|
|
504
|
+
"shape": "S39"
|
|
448
505
|
},
|
|
449
506
|
"VpcId": {}
|
|
450
507
|
}
|
|
@@ -456,7 +513,7 @@
|
|
|
456
513
|
"RouteTableId": {},
|
|
457
514
|
"VpcId": {},
|
|
458
515
|
"ViolatingRoutes": {
|
|
459
|
-
"shape": "
|
|
516
|
+
"shape": "S39"
|
|
460
517
|
}
|
|
461
518
|
}
|
|
462
519
|
},
|
|
@@ -465,7 +522,7 @@
|
|
|
465
522
|
"members": {
|
|
466
523
|
"FirewallSubnetId": {},
|
|
467
524
|
"ViolatingRoutes": {
|
|
468
|
-
"shape": "
|
|
525
|
+
"shape": "S39"
|
|
469
526
|
},
|
|
470
527
|
"RouteTableId": {},
|
|
471
528
|
"FirewallEndpoint": {},
|
|
@@ -477,7 +534,7 @@
|
|
|
477
534
|
"members": {
|
|
478
535
|
"GatewayId": {},
|
|
479
536
|
"ViolatingRoutes": {
|
|
480
|
-
"shape": "
|
|
537
|
+
"shape": "S39"
|
|
481
538
|
},
|
|
482
539
|
"RouteTableId": {},
|
|
483
540
|
"VpcId": {}
|
|
@@ -488,7 +545,7 @@
|
|
|
488
545
|
"members": {
|
|
489
546
|
"ViolationTarget": {},
|
|
490
547
|
"ExpectedRoutes": {
|
|
491
|
-
"shape": "
|
|
548
|
+
"shape": "S3d"
|
|
492
549
|
},
|
|
493
550
|
"VpcId": {}
|
|
494
551
|
}
|
|
@@ -560,13 +617,13 @@
|
|
|
560
617
|
"DestinationPrefixListId": {},
|
|
561
618
|
"DestinationIpv6CidrBlock": {},
|
|
562
619
|
"VpcEndpointId": {
|
|
563
|
-
"shape": "
|
|
620
|
+
"shape": "S3y"
|
|
564
621
|
},
|
|
565
622
|
"GatewayId": {
|
|
566
|
-
"shape": "
|
|
623
|
+
"shape": "S3y"
|
|
567
624
|
},
|
|
568
625
|
"RouteTableId": {
|
|
569
|
-
"shape": "
|
|
626
|
+
"shape": "S3y"
|
|
570
627
|
}
|
|
571
628
|
}
|
|
572
629
|
},
|
|
@@ -581,10 +638,10 @@
|
|
|
581
638
|
"DestinationPrefixListId": {},
|
|
582
639
|
"DestinationIpv6CidrBlock": {},
|
|
583
640
|
"GatewayId": {
|
|
584
|
-
"shape": "
|
|
641
|
+
"shape": "S3y"
|
|
585
642
|
},
|
|
586
643
|
"RouteTableId": {
|
|
587
|
-
"shape": "
|
|
644
|
+
"shape": "S3y"
|
|
588
645
|
}
|
|
589
646
|
}
|
|
590
647
|
},
|
|
@@ -599,7 +656,7 @@
|
|
|
599
656
|
"DestinationPrefixListId": {},
|
|
600
657
|
"DestinationIpv6CidrBlock": {},
|
|
601
658
|
"RouteTableId": {
|
|
602
|
-
"shape": "
|
|
659
|
+
"shape": "S3y"
|
|
603
660
|
}
|
|
604
661
|
}
|
|
605
662
|
},
|
|
@@ -612,10 +669,10 @@
|
|
|
612
669
|
"members": {
|
|
613
670
|
"Description": {},
|
|
614
671
|
"VpcId": {
|
|
615
|
-
"shape": "
|
|
672
|
+
"shape": "S3y"
|
|
616
673
|
},
|
|
617
674
|
"RouteTableId": {
|
|
618
|
-
"shape": "
|
|
675
|
+
"shape": "S3y"
|
|
619
676
|
}
|
|
620
677
|
}
|
|
621
678
|
},
|
|
@@ -628,10 +685,10 @@
|
|
|
628
685
|
"members": {
|
|
629
686
|
"Description": {},
|
|
630
687
|
"AssociationId": {
|
|
631
|
-
"shape": "
|
|
688
|
+
"shape": "S3y"
|
|
632
689
|
},
|
|
633
690
|
"RouteTableId": {
|
|
634
|
-
"shape": "
|
|
691
|
+
"shape": "S3y"
|
|
635
692
|
}
|
|
636
693
|
}
|
|
637
694
|
},
|
|
@@ -643,13 +700,13 @@
|
|
|
643
700
|
"members": {
|
|
644
701
|
"Description": {},
|
|
645
702
|
"RouteTableId": {
|
|
646
|
-
"shape": "
|
|
703
|
+
"shape": "S3y"
|
|
647
704
|
},
|
|
648
705
|
"SubnetId": {
|
|
649
|
-
"shape": "
|
|
706
|
+
"shape": "S3y"
|
|
650
707
|
},
|
|
651
708
|
"GatewayId": {
|
|
652
|
-
"shape": "
|
|
709
|
+
"shape": "S3y"
|
|
653
710
|
}
|
|
654
711
|
}
|
|
655
712
|
},
|
|
@@ -661,9 +718,16 @@
|
|
|
661
718
|
"members": {
|
|
662
719
|
"Description": {},
|
|
663
720
|
"VpcId": {
|
|
664
|
-
"shape": "
|
|
721
|
+
"shape": "S3y"
|
|
665
722
|
}
|
|
666
723
|
}
|
|
724
|
+
},
|
|
725
|
+
"FMSPolicyUpdateFirewallCreationConfigAction": {
|
|
726
|
+
"type": "structure",
|
|
727
|
+
"members": {
|
|
728
|
+
"Description": {},
|
|
729
|
+
"FirewallCreationConfig": {}
|
|
730
|
+
}
|
|
667
731
|
}
|
|
668
732
|
}
|
|
669
733
|
},
|
|
@@ -680,12 +744,82 @@
|
|
|
680
744
|
}
|
|
681
745
|
}
|
|
682
746
|
}
|
|
747
|
+
},
|
|
748
|
+
"FirewallSubnetIsOutOfScopeViolation": {
|
|
749
|
+
"type": "structure",
|
|
750
|
+
"members": {
|
|
751
|
+
"FirewallSubnetId": {},
|
|
752
|
+
"VpcId": {},
|
|
753
|
+
"SubnetAvailabilityZone": {},
|
|
754
|
+
"SubnetAvailabilityZoneId": {},
|
|
755
|
+
"VpcEndpointId": {}
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
"RouteHasOutOfScopeEndpointViolation": {
|
|
759
|
+
"type": "structure",
|
|
760
|
+
"members": {
|
|
761
|
+
"SubnetId": {},
|
|
762
|
+
"VpcId": {},
|
|
763
|
+
"RouteTableId": {},
|
|
764
|
+
"ViolatingRoutes": {
|
|
765
|
+
"shape": "S39"
|
|
766
|
+
},
|
|
767
|
+
"SubnetAvailabilityZone": {},
|
|
768
|
+
"SubnetAvailabilityZoneId": {},
|
|
769
|
+
"CurrentFirewallSubnetRouteTable": {},
|
|
770
|
+
"FirewallSubnetId": {},
|
|
771
|
+
"FirewallSubnetRoutes": {
|
|
772
|
+
"shape": "S39"
|
|
773
|
+
},
|
|
774
|
+
"InternetGatewayId": {},
|
|
775
|
+
"CurrentInternetGatewayRouteTable": {},
|
|
776
|
+
"InternetGatewayRoutes": {
|
|
777
|
+
"shape": "S39"
|
|
778
|
+
}
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
"ThirdPartyFirewallMissingFirewallViolation": {
|
|
782
|
+
"type": "structure",
|
|
783
|
+
"members": {
|
|
784
|
+
"ViolationTarget": {},
|
|
785
|
+
"VPC": {},
|
|
786
|
+
"AvailabilityZone": {},
|
|
787
|
+
"TargetViolationReason": {}
|
|
788
|
+
}
|
|
789
|
+
},
|
|
790
|
+
"ThirdPartyFirewallMissingSubnetViolation": {
|
|
791
|
+
"type": "structure",
|
|
792
|
+
"members": {
|
|
793
|
+
"ViolationTarget": {},
|
|
794
|
+
"VPC": {},
|
|
795
|
+
"AvailabilityZone": {},
|
|
796
|
+
"TargetViolationReason": {}
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
"ThirdPartyFirewallMissingExpectedRouteTableViolation": {
|
|
800
|
+
"type": "structure",
|
|
801
|
+
"members": {
|
|
802
|
+
"ViolationTarget": {},
|
|
803
|
+
"VPC": {},
|
|
804
|
+
"AvailabilityZone": {},
|
|
805
|
+
"CurrentRouteTable": {},
|
|
806
|
+
"ExpectedRouteTable": {}
|
|
807
|
+
}
|
|
808
|
+
},
|
|
809
|
+
"FirewallSubnetMissingVPCEndpointViolation": {
|
|
810
|
+
"type": "structure",
|
|
811
|
+
"members": {
|
|
812
|
+
"FirewallSubnetId": {},
|
|
813
|
+
"VpcId": {},
|
|
814
|
+
"SubnetAvailabilityZone": {},
|
|
815
|
+
"SubnetAvailabilityZoneId": {}
|
|
816
|
+
}
|
|
683
817
|
}
|
|
684
818
|
}
|
|
685
819
|
}
|
|
686
820
|
},
|
|
687
821
|
"ResourceTags": {
|
|
688
|
-
"shape": "
|
|
822
|
+
"shape": "S4c"
|
|
689
823
|
},
|
|
690
824
|
"ResourceDescription": {}
|
|
691
825
|
}
|
|
@@ -721,7 +855,7 @@
|
|
|
721
855
|
"ListId": {},
|
|
722
856
|
"ListName": {},
|
|
723
857
|
"AppsList": {
|
|
724
|
-
"shape": "
|
|
858
|
+
"shape": "Sq"
|
|
725
859
|
}
|
|
726
860
|
}
|
|
727
861
|
}
|
|
@@ -775,7 +909,7 @@
|
|
|
775
909
|
"type": "timestamp"
|
|
776
910
|
},
|
|
777
911
|
"IssueInfoMap": {
|
|
778
|
-
"shape": "
|
|
912
|
+
"shape": "S17"
|
|
779
913
|
}
|
|
780
914
|
}
|
|
781
915
|
}
|
|
@@ -869,7 +1003,7 @@
|
|
|
869
1003
|
"ListId": {},
|
|
870
1004
|
"ListName": {},
|
|
871
1005
|
"ProtocolsList": {
|
|
872
|
-
"shape": "
|
|
1006
|
+
"shape": "S24"
|
|
873
1007
|
}
|
|
874
1008
|
}
|
|
875
1009
|
}
|
|
@@ -892,9 +1026,41 @@
|
|
|
892
1026
|
"type": "structure",
|
|
893
1027
|
"members": {
|
|
894
1028
|
"TagList": {
|
|
895
|
-
"shape": "
|
|
1029
|
+
"shape": "S4c"
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"ListThirdPartyFirewallFirewallPolicies": {
|
|
1035
|
+
"input": {
|
|
1036
|
+
"type": "structure",
|
|
1037
|
+
"required": [
|
|
1038
|
+
"ThirdPartyFirewall",
|
|
1039
|
+
"MaxResults"
|
|
1040
|
+
],
|
|
1041
|
+
"members": {
|
|
1042
|
+
"ThirdPartyFirewall": {},
|
|
1043
|
+
"NextToken": {},
|
|
1044
|
+
"MaxResults": {
|
|
1045
|
+
"type": "integer"
|
|
896
1046
|
}
|
|
897
1047
|
}
|
|
1048
|
+
},
|
|
1049
|
+
"output": {
|
|
1050
|
+
"type": "structure",
|
|
1051
|
+
"members": {
|
|
1052
|
+
"ThirdPartyFirewallFirewallPolicies": {
|
|
1053
|
+
"type": "list",
|
|
1054
|
+
"member": {
|
|
1055
|
+
"type": "structure",
|
|
1056
|
+
"members": {
|
|
1057
|
+
"FirewallPolicyId": {},
|
|
1058
|
+
"FirewallPolicyName": {}
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
"NextToken": {}
|
|
1063
|
+
}
|
|
898
1064
|
}
|
|
899
1065
|
},
|
|
900
1066
|
"PutAppsList": {
|
|
@@ -905,10 +1071,10 @@
|
|
|
905
1071
|
],
|
|
906
1072
|
"members": {
|
|
907
1073
|
"AppsList": {
|
|
908
|
-
"shape": "
|
|
1074
|
+
"shape": "Sm"
|
|
909
1075
|
},
|
|
910
1076
|
"TagList": {
|
|
911
|
-
"shape": "
|
|
1077
|
+
"shape": "S4c"
|
|
912
1078
|
}
|
|
913
1079
|
}
|
|
914
1080
|
},
|
|
@@ -916,7 +1082,7 @@
|
|
|
916
1082
|
"type": "structure",
|
|
917
1083
|
"members": {
|
|
918
1084
|
"AppsList": {
|
|
919
|
-
"shape": "
|
|
1085
|
+
"shape": "Sm"
|
|
920
1086
|
},
|
|
921
1087
|
"AppsListArn": {}
|
|
922
1088
|
}
|
|
@@ -943,10 +1109,10 @@
|
|
|
943
1109
|
],
|
|
944
1110
|
"members": {
|
|
945
1111
|
"Policy": {
|
|
946
|
-
"shape": "
|
|
1112
|
+
"shape": "S1e"
|
|
947
1113
|
},
|
|
948
1114
|
"TagList": {
|
|
949
|
-
"shape": "
|
|
1115
|
+
"shape": "S4c"
|
|
950
1116
|
}
|
|
951
1117
|
}
|
|
952
1118
|
},
|
|
@@ -954,7 +1120,7 @@
|
|
|
954
1120
|
"type": "structure",
|
|
955
1121
|
"members": {
|
|
956
1122
|
"Policy": {
|
|
957
|
-
"shape": "
|
|
1123
|
+
"shape": "S1e"
|
|
958
1124
|
},
|
|
959
1125
|
"PolicyArn": {}
|
|
960
1126
|
}
|
|
@@ -968,10 +1134,10 @@
|
|
|
968
1134
|
],
|
|
969
1135
|
"members": {
|
|
970
1136
|
"ProtocolsList": {
|
|
971
|
-
"shape": "
|
|
1137
|
+
"shape": "S23"
|
|
972
1138
|
},
|
|
973
1139
|
"TagList": {
|
|
974
|
-
"shape": "
|
|
1140
|
+
"shape": "S4c"
|
|
975
1141
|
}
|
|
976
1142
|
}
|
|
977
1143
|
},
|
|
@@ -979,7 +1145,7 @@
|
|
|
979
1145
|
"type": "structure",
|
|
980
1146
|
"members": {
|
|
981
1147
|
"ProtocolsList": {
|
|
982
|
-
"shape": "
|
|
1148
|
+
"shape": "S23"
|
|
983
1149
|
},
|
|
984
1150
|
"ProtocolsListArn": {}
|
|
985
1151
|
}
|
|
@@ -995,7 +1161,7 @@
|
|
|
995
1161
|
"members": {
|
|
996
1162
|
"ResourceArn": {},
|
|
997
1163
|
"TagList": {
|
|
998
|
-
"shape": "
|
|
1164
|
+
"shape": "S4c"
|
|
999
1165
|
}
|
|
1000
1166
|
}
|
|
1001
1167
|
},
|
|
@@ -1026,7 +1192,7 @@
|
|
|
1026
1192
|
}
|
|
1027
1193
|
},
|
|
1028
1194
|
"shapes": {
|
|
1029
|
-
"
|
|
1195
|
+
"Sm": {
|
|
1030
1196
|
"type": "structure",
|
|
1031
1197
|
"required": [
|
|
1032
1198
|
"ListName",
|
|
@@ -1043,18 +1209,18 @@
|
|
|
1043
1209
|
"type": "timestamp"
|
|
1044
1210
|
},
|
|
1045
1211
|
"AppsList": {
|
|
1046
|
-
"shape": "
|
|
1212
|
+
"shape": "Sq"
|
|
1047
1213
|
},
|
|
1048
1214
|
"PreviousAppsList": {
|
|
1049
1215
|
"type": "map",
|
|
1050
1216
|
"key": {},
|
|
1051
1217
|
"value": {
|
|
1052
|
-
"shape": "
|
|
1218
|
+
"shape": "Sq"
|
|
1053
1219
|
}
|
|
1054
1220
|
}
|
|
1055
1221
|
}
|
|
1056
1222
|
},
|
|
1057
|
-
"
|
|
1223
|
+
"Sq": {
|
|
1058
1224
|
"type": "list",
|
|
1059
1225
|
"member": {
|
|
1060
1226
|
"type": "structure",
|
|
@@ -1072,12 +1238,12 @@
|
|
|
1072
1238
|
}
|
|
1073
1239
|
}
|
|
1074
1240
|
},
|
|
1075
|
-
"
|
|
1241
|
+
"S17": {
|
|
1076
1242
|
"type": "map",
|
|
1077
1243
|
"key": {},
|
|
1078
1244
|
"value": {}
|
|
1079
1245
|
},
|
|
1080
|
-
"
|
|
1246
|
+
"S1e": {
|
|
1081
1247
|
"type": "structure",
|
|
1082
1248
|
"required": [
|
|
1083
1249
|
"PolicyName",
|
|
@@ -1097,7 +1263,24 @@
|
|
|
1097
1263
|
],
|
|
1098
1264
|
"members": {
|
|
1099
1265
|
"Type": {},
|
|
1100
|
-
"ManagedServiceData": {}
|
|
1266
|
+
"ManagedServiceData": {},
|
|
1267
|
+
"PolicyOption": {
|
|
1268
|
+
"type": "structure",
|
|
1269
|
+
"members": {
|
|
1270
|
+
"NetworkFirewallPolicy": {
|
|
1271
|
+
"type": "structure",
|
|
1272
|
+
"members": {
|
|
1273
|
+
"FirewallDeploymentModel": {}
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1276
|
+
"ThirdPartyFirewallPolicy": {
|
|
1277
|
+
"type": "structure",
|
|
1278
|
+
"members": {
|
|
1279
|
+
"FirewallDeploymentModel": {}
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1101
1284
|
}
|
|
1102
1285
|
},
|
|
1103
1286
|
"ResourceType": {},
|
|
@@ -1128,14 +1311,14 @@
|
|
|
1128
1311
|
"type": "boolean"
|
|
1129
1312
|
},
|
|
1130
1313
|
"IncludeMap": {
|
|
1131
|
-
"shape": "
|
|
1314
|
+
"shape": "S1s"
|
|
1132
1315
|
},
|
|
1133
1316
|
"ExcludeMap": {
|
|
1134
|
-
"shape": "
|
|
1317
|
+
"shape": "S1s"
|
|
1135
1318
|
}
|
|
1136
1319
|
}
|
|
1137
1320
|
},
|
|
1138
|
-
"
|
|
1321
|
+
"S1s": {
|
|
1139
1322
|
"type": "map",
|
|
1140
1323
|
"key": {},
|
|
1141
1324
|
"value": {
|
|
@@ -1143,7 +1326,7 @@
|
|
|
1143
1326
|
"member": {}
|
|
1144
1327
|
}
|
|
1145
1328
|
},
|
|
1146
|
-
"
|
|
1329
|
+
"S23": {
|
|
1147
1330
|
"type": "structure",
|
|
1148
1331
|
"required": [
|
|
1149
1332
|
"ListName",
|
|
@@ -1160,35 +1343,35 @@
|
|
|
1160
1343
|
"type": "timestamp"
|
|
1161
1344
|
},
|
|
1162
1345
|
"ProtocolsList": {
|
|
1163
|
-
"shape": "
|
|
1346
|
+
"shape": "S24"
|
|
1164
1347
|
},
|
|
1165
1348
|
"PreviousProtocolsList": {
|
|
1166
1349
|
"type": "map",
|
|
1167
1350
|
"key": {},
|
|
1168
1351
|
"value": {
|
|
1169
|
-
"shape": "
|
|
1352
|
+
"shape": "S24"
|
|
1170
1353
|
}
|
|
1171
1354
|
}
|
|
1172
1355
|
}
|
|
1173
1356
|
},
|
|
1174
|
-
"
|
|
1357
|
+
"S24": {
|
|
1175
1358
|
"type": "list",
|
|
1176
1359
|
"member": {}
|
|
1177
1360
|
},
|
|
1178
|
-
"
|
|
1361
|
+
"S2r": {
|
|
1179
1362
|
"type": "structure",
|
|
1180
1363
|
"members": {
|
|
1181
1364
|
"ViolationTarget": {},
|
|
1182
1365
|
"ViolatingSecurityGroups": {
|
|
1183
|
-
"shape": "
|
|
1366
|
+
"shape": "S2s"
|
|
1184
1367
|
}
|
|
1185
1368
|
}
|
|
1186
1369
|
},
|
|
1187
|
-
"
|
|
1370
|
+
"S2s": {
|
|
1188
1371
|
"type": "list",
|
|
1189
1372
|
"member": {}
|
|
1190
1373
|
},
|
|
1191
|
-
"
|
|
1374
|
+
"S2z": {
|
|
1192
1375
|
"type": "structure",
|
|
1193
1376
|
"members": {
|
|
1194
1377
|
"StatelessRuleGroups": {
|
|
@@ -1205,13 +1388,13 @@
|
|
|
1205
1388
|
}
|
|
1206
1389
|
},
|
|
1207
1390
|
"StatelessDefaultActions": {
|
|
1208
|
-
"shape": "
|
|
1391
|
+
"shape": "S34"
|
|
1209
1392
|
},
|
|
1210
1393
|
"StatelessFragmentDefaultActions": {
|
|
1211
|
-
"shape": "
|
|
1394
|
+
"shape": "S34"
|
|
1212
1395
|
},
|
|
1213
1396
|
"StatelessCustomActions": {
|
|
1214
|
-
"shape": "
|
|
1397
|
+
"shape": "S34"
|
|
1215
1398
|
},
|
|
1216
1399
|
"StatefulRuleGroups": {
|
|
1217
1400
|
"type": "list",
|
|
@@ -1225,17 +1408,17 @@
|
|
|
1225
1408
|
}
|
|
1226
1409
|
}
|
|
1227
1410
|
},
|
|
1228
|
-
"
|
|
1411
|
+
"S34": {
|
|
1229
1412
|
"type": "list",
|
|
1230
1413
|
"member": {}
|
|
1231
1414
|
},
|
|
1232
|
-
"
|
|
1415
|
+
"S39": {
|
|
1233
1416
|
"type": "list",
|
|
1234
1417
|
"member": {
|
|
1235
|
-
"shape": "
|
|
1418
|
+
"shape": "S3a"
|
|
1236
1419
|
}
|
|
1237
1420
|
},
|
|
1238
|
-
"
|
|
1421
|
+
"S3a": {
|
|
1239
1422
|
"type": "structure",
|
|
1240
1423
|
"members": {
|
|
1241
1424
|
"DestinationType": {},
|
|
@@ -1244,7 +1427,7 @@
|
|
|
1244
1427
|
"Target": {}
|
|
1245
1428
|
}
|
|
1246
1429
|
},
|
|
1247
|
-
"
|
|
1430
|
+
"S3d": {
|
|
1248
1431
|
"type": "list",
|
|
1249
1432
|
"member": {
|
|
1250
1433
|
"type": "structure",
|
|
@@ -1253,7 +1436,7 @@
|
|
|
1253
1436
|
"PrefixListId": {},
|
|
1254
1437
|
"IpV6Cidr": {},
|
|
1255
1438
|
"ContributingSubnets": {
|
|
1256
|
-
"shape": "
|
|
1439
|
+
"shape": "S2s"
|
|
1257
1440
|
},
|
|
1258
1441
|
"AllowedTargets": {
|
|
1259
1442
|
"type": "list",
|
|
@@ -1263,14 +1446,14 @@
|
|
|
1263
1446
|
}
|
|
1264
1447
|
}
|
|
1265
1448
|
},
|
|
1266
|
-
"
|
|
1449
|
+
"S3y": {
|
|
1267
1450
|
"type": "structure",
|
|
1268
1451
|
"members": {
|
|
1269
1452
|
"ResourceId": {},
|
|
1270
1453
|
"Description": {}
|
|
1271
1454
|
}
|
|
1272
1455
|
},
|
|
1273
|
-
"
|
|
1456
|
+
"S4c": {
|
|
1274
1457
|
"type": "list",
|
|
1275
1458
|
"member": {
|
|
1276
1459
|
"type": "structure",
|