@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
|
@@ -176,10 +176,10 @@
|
|
|
176
176
|
],
|
|
177
177
|
"members": {
|
|
178
178
|
"FindingIdentifiers": {
|
|
179
|
-
"shape": "
|
|
179
|
+
"shape": "Sgq"
|
|
180
180
|
},
|
|
181
181
|
"Note": {
|
|
182
|
-
"shape": "
|
|
182
|
+
"shape": "Sgs"
|
|
183
183
|
},
|
|
184
184
|
"Severity": {
|
|
185
185
|
"type": "structure",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
}
|
|
214
214
|
},
|
|
215
215
|
"RelatedFindings": {
|
|
216
|
-
"shape": "
|
|
216
|
+
"shape": "Sfq"
|
|
217
217
|
}
|
|
218
218
|
}
|
|
219
219
|
},
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
],
|
|
226
226
|
"members": {
|
|
227
227
|
"ProcessedFindings": {
|
|
228
|
-
"shape": "
|
|
228
|
+
"shape": "Sgq"
|
|
229
229
|
},
|
|
230
230
|
"UnprocessedFindings": {
|
|
231
231
|
"type": "list",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
],
|
|
239
239
|
"members": {
|
|
240
240
|
"FindingIdentifier": {
|
|
241
|
-
"shape": "
|
|
241
|
+
"shape": "Sgr"
|
|
242
242
|
},
|
|
243
243
|
"ErrorCode": {},
|
|
244
244
|
"ErrorMessage": {}
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
"members": {
|
|
318
318
|
"Name": {},
|
|
319
319
|
"Filters": {
|
|
320
|
-
"shape": "
|
|
320
|
+
"shape": "Sh3"
|
|
321
321
|
},
|
|
322
322
|
"GroupByAttribute": {}
|
|
323
323
|
}
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
"type": "structure",
|
|
362
362
|
"members": {
|
|
363
363
|
"UnprocessedAccounts": {
|
|
364
|
-
"shape": "
|
|
364
|
+
"shape": "Shs"
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
367
|
}
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
],
|
|
378
378
|
"members": {
|
|
379
379
|
"AccountIds": {
|
|
380
|
-
"shape": "
|
|
380
|
+
"shape": "Shv"
|
|
381
381
|
}
|
|
382
382
|
}
|
|
383
383
|
},
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
"type": "structure",
|
|
386
386
|
"members": {
|
|
387
387
|
"UnprocessedAccounts": {
|
|
388
|
-
"shape": "
|
|
388
|
+
"shape": "Shs"
|
|
389
389
|
}
|
|
390
390
|
}
|
|
391
391
|
}
|
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
],
|
|
478
478
|
"members": {
|
|
479
479
|
"AccountIds": {
|
|
480
|
-
"shape": "
|
|
480
|
+
"shape": "Shv"
|
|
481
481
|
}
|
|
482
482
|
}
|
|
483
483
|
},
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
"type": "structure",
|
|
486
486
|
"members": {
|
|
487
487
|
"UnprocessedAccounts": {
|
|
488
|
-
"shape": "
|
|
488
|
+
"shape": "Shs"
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
491
|
}
|
|
@@ -501,7 +501,7 @@
|
|
|
501
501
|
],
|
|
502
502
|
"members": {
|
|
503
503
|
"AccountIds": {
|
|
504
|
-
"shape": "
|
|
504
|
+
"shape": "Shv"
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
},
|
|
@@ -509,7 +509,7 @@
|
|
|
509
509
|
"type": "structure",
|
|
510
510
|
"members": {
|
|
511
511
|
"UnprocessedAccounts": {
|
|
512
|
-
"shape": "
|
|
512
|
+
"shape": "Shs"
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
515
|
}
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
"type": "structure",
|
|
523
523
|
"members": {
|
|
524
524
|
"ActionTargetArns": {
|
|
525
|
-
"shape": "
|
|
525
|
+
"shape": "Si8"
|
|
526
526
|
},
|
|
527
527
|
"NextToken": {},
|
|
528
528
|
"MaxResults": {
|
|
@@ -598,7 +598,8 @@
|
|
|
598
598
|
},
|
|
599
599
|
"MemberAccountLimitReached": {
|
|
600
600
|
"type": "boolean"
|
|
601
|
-
}
|
|
601
|
+
},
|
|
602
|
+
"AutoEnableStandards": {}
|
|
602
603
|
}
|
|
603
604
|
}
|
|
604
605
|
},
|
|
@@ -739,7 +740,7 @@
|
|
|
739
740
|
"ControlStatus": {},
|
|
740
741
|
"DisabledReason": {},
|
|
741
742
|
"ControlStatusUpdatedAt": {
|
|
742
|
-
"shape": "
|
|
743
|
+
"shape": "Siz"
|
|
743
744
|
},
|
|
744
745
|
"ControlId": {},
|
|
745
746
|
"Title": {},
|
|
@@ -747,7 +748,7 @@
|
|
|
747
748
|
"RemediationUrl": {},
|
|
748
749
|
"SeverityRating": {},
|
|
749
750
|
"RelatedRequirements": {
|
|
750
|
-
"shape": "
|
|
751
|
+
"shape": "Sfi"
|
|
751
752
|
}
|
|
752
753
|
}
|
|
753
754
|
}
|
|
@@ -849,7 +850,7 @@
|
|
|
849
850
|
],
|
|
850
851
|
"members": {
|
|
851
852
|
"AccountIds": {
|
|
852
|
-
"shape": "
|
|
853
|
+
"shape": "Shv"
|
|
853
854
|
}
|
|
854
855
|
}
|
|
855
856
|
},
|
|
@@ -904,7 +905,7 @@
|
|
|
904
905
|
"type": "structure",
|
|
905
906
|
"members": {
|
|
906
907
|
"Tags": {
|
|
907
|
-
"shape": "
|
|
908
|
+
"shape": "Sji"
|
|
908
909
|
},
|
|
909
910
|
"EnableDefaultStandards": {
|
|
910
911
|
"type": "boolean"
|
|
@@ -929,7 +930,7 @@
|
|
|
929
930
|
"type": "structure",
|
|
930
931
|
"members": {
|
|
931
932
|
"Administrator": {
|
|
932
|
-
"shape": "
|
|
933
|
+
"shape": "Sjo"
|
|
933
934
|
}
|
|
934
935
|
}
|
|
935
936
|
}
|
|
@@ -997,7 +998,7 @@
|
|
|
997
998
|
"type": "structure",
|
|
998
999
|
"members": {
|
|
999
1000
|
"Filters": {
|
|
1000
|
-
"shape": "
|
|
1001
|
+
"shape": "Sh3"
|
|
1001
1002
|
},
|
|
1002
1003
|
"SortCriteria": {
|
|
1003
1004
|
"type": "list",
|
|
@@ -1093,7 +1094,7 @@
|
|
|
1093
1094
|
"type": "structure",
|
|
1094
1095
|
"members": {
|
|
1095
1096
|
"InsightArns": {
|
|
1096
|
-
"shape": "
|
|
1097
|
+
"shape": "Si8"
|
|
1097
1098
|
},
|
|
1098
1099
|
"NextToken": {},
|
|
1099
1100
|
"MaxResults": {
|
|
@@ -1121,7 +1122,7 @@
|
|
|
1121
1122
|
"InsightArn": {},
|
|
1122
1123
|
"Name": {},
|
|
1123
1124
|
"Filters": {
|
|
1124
|
-
"shape": "
|
|
1125
|
+
"shape": "Sh3"
|
|
1125
1126
|
},
|
|
1126
1127
|
"GroupByAttribute": {}
|
|
1127
1128
|
}
|
|
@@ -1162,7 +1163,7 @@
|
|
|
1162
1163
|
"type": "structure",
|
|
1163
1164
|
"members": {
|
|
1164
1165
|
"Master": {
|
|
1165
|
-
"shape": "
|
|
1166
|
+
"shape": "Sjo"
|
|
1166
1167
|
}
|
|
1167
1168
|
}
|
|
1168
1169
|
},
|
|
@@ -1180,7 +1181,7 @@
|
|
|
1180
1181
|
],
|
|
1181
1182
|
"members": {
|
|
1182
1183
|
"AccountIds": {
|
|
1183
|
-
"shape": "
|
|
1184
|
+
"shape": "Shv"
|
|
1184
1185
|
}
|
|
1185
1186
|
}
|
|
1186
1187
|
},
|
|
@@ -1188,10 +1189,10 @@
|
|
|
1188
1189
|
"type": "structure",
|
|
1189
1190
|
"members": {
|
|
1190
1191
|
"Members": {
|
|
1191
|
-
"shape": "
|
|
1192
|
+
"shape": "Ske"
|
|
1192
1193
|
},
|
|
1193
1194
|
"UnprocessedAccounts": {
|
|
1194
|
-
"shape": "
|
|
1195
|
+
"shape": "Shs"
|
|
1195
1196
|
}
|
|
1196
1197
|
}
|
|
1197
1198
|
}
|
|
@@ -1207,7 +1208,7 @@
|
|
|
1207
1208
|
],
|
|
1208
1209
|
"members": {
|
|
1209
1210
|
"AccountIds": {
|
|
1210
|
-
"shape": "
|
|
1211
|
+
"shape": "Shv"
|
|
1211
1212
|
}
|
|
1212
1213
|
}
|
|
1213
1214
|
},
|
|
@@ -1215,7 +1216,7 @@
|
|
|
1215
1216
|
"type": "structure",
|
|
1216
1217
|
"members": {
|
|
1217
1218
|
"UnprocessedAccounts": {
|
|
1218
|
-
"shape": "
|
|
1219
|
+
"shape": "Shs"
|
|
1219
1220
|
}
|
|
1220
1221
|
}
|
|
1221
1222
|
}
|
|
@@ -1310,7 +1311,7 @@
|
|
|
1310
1311
|
"Invitations": {
|
|
1311
1312
|
"type": "list",
|
|
1312
1313
|
"member": {
|
|
1313
|
-
"shape": "
|
|
1314
|
+
"shape": "Sjo"
|
|
1314
1315
|
}
|
|
1315
1316
|
},
|
|
1316
1317
|
"NextToken": {}
|
|
@@ -1345,7 +1346,7 @@
|
|
|
1345
1346
|
"type": "structure",
|
|
1346
1347
|
"members": {
|
|
1347
1348
|
"Members": {
|
|
1348
|
-
"shape": "
|
|
1349
|
+
"shape": "Ske"
|
|
1349
1350
|
},
|
|
1350
1351
|
"NextToken": {}
|
|
1351
1352
|
}
|
|
@@ -1408,7 +1409,7 @@
|
|
|
1408
1409
|
"type": "structure",
|
|
1409
1410
|
"members": {
|
|
1410
1411
|
"Tags": {
|
|
1411
|
-
"shape": "
|
|
1412
|
+
"shape": "Sji"
|
|
1412
1413
|
}
|
|
1413
1414
|
}
|
|
1414
1415
|
}
|
|
@@ -1429,7 +1430,7 @@
|
|
|
1429
1430
|
"locationName": "ResourceArn"
|
|
1430
1431
|
},
|
|
1431
1432
|
"Tags": {
|
|
1432
|
-
"shape": "
|
|
1433
|
+
"shape": "Sji"
|
|
1433
1434
|
}
|
|
1434
1435
|
}
|
|
1435
1436
|
},
|
|
@@ -1534,10 +1535,10 @@
|
|
|
1534
1535
|
],
|
|
1535
1536
|
"members": {
|
|
1536
1537
|
"Filters": {
|
|
1537
|
-
"shape": "
|
|
1538
|
+
"shape": "Sh3"
|
|
1538
1539
|
},
|
|
1539
1540
|
"Note": {
|
|
1540
|
-
"shape": "
|
|
1541
|
+
"shape": "Sgs"
|
|
1541
1542
|
},
|
|
1542
1543
|
"RecordState": {}
|
|
1543
1544
|
}
|
|
@@ -1564,7 +1565,7 @@
|
|
|
1564
1565
|
},
|
|
1565
1566
|
"Name": {},
|
|
1566
1567
|
"Filters": {
|
|
1567
|
-
"shape": "
|
|
1568
|
+
"shape": "Sh3"
|
|
1568
1569
|
},
|
|
1569
1570
|
"GroupByAttribute": {}
|
|
1570
1571
|
}
|
|
@@ -1586,7 +1587,8 @@
|
|
|
1586
1587
|
"members": {
|
|
1587
1588
|
"AutoEnable": {
|
|
1588
1589
|
"type": "boolean"
|
|
1589
|
-
}
|
|
1590
|
+
},
|
|
1591
|
+
"AutoEnableStandards": {}
|
|
1590
1592
|
}
|
|
1591
1593
|
},
|
|
1592
1594
|
"output": {
|
|
@@ -1990,6 +1992,17 @@
|
|
|
1990
1992
|
"Value": {}
|
|
1991
1993
|
}
|
|
1992
1994
|
}
|
|
1995
|
+
},
|
|
1996
|
+
"LaunchTemplate": {
|
|
1997
|
+
"type": "structure",
|
|
1998
|
+
"members": {
|
|
1999
|
+
"LaunchTemplateId": {},
|
|
2000
|
+
"LaunchTemplateName": {},
|
|
2001
|
+
"Version": {}
|
|
2002
|
+
}
|
|
2003
|
+
},
|
|
2004
|
+
"CapacityRebalance": {
|
|
2005
|
+
"type": "boolean"
|
|
1993
2006
|
}
|
|
1994
2007
|
}
|
|
1995
2008
|
},
|
|
@@ -1998,25 +2011,7 @@
|
|
|
1998
2011
|
"members": {
|
|
1999
2012
|
"EncryptionKey": {},
|
|
2000
2013
|
"Artifacts": {
|
|
2001
|
-
"
|
|
2002
|
-
"member": {
|
|
2003
|
-
"type": "structure",
|
|
2004
|
-
"members": {
|
|
2005
|
-
"ArtifactIdentifier": {},
|
|
2006
|
-
"EncryptionDisabled": {
|
|
2007
|
-
"type": "boolean"
|
|
2008
|
-
},
|
|
2009
|
-
"Location": {},
|
|
2010
|
-
"Name": {},
|
|
2011
|
-
"NamespaceType": {},
|
|
2012
|
-
"OverrideArtifactName": {
|
|
2013
|
-
"type": "boolean"
|
|
2014
|
-
},
|
|
2015
|
-
"Packaging": {},
|
|
2016
|
-
"Path": {},
|
|
2017
|
-
"Type": {}
|
|
2018
|
-
}
|
|
2019
|
-
}
|
|
2014
|
+
"shape": "S2c"
|
|
2020
2015
|
},
|
|
2021
2016
|
"Environment": {
|
|
2022
2017
|
"type": "structure",
|
|
@@ -2090,12 +2085,15 @@
|
|
|
2090
2085
|
"members": {
|
|
2091
2086
|
"VpcId": {},
|
|
2092
2087
|
"Subnets": {
|
|
2093
|
-
"shape": "
|
|
2088
|
+
"shape": "S2n"
|
|
2094
2089
|
},
|
|
2095
2090
|
"SecurityGroupIds": {
|
|
2096
|
-
"shape": "
|
|
2091
|
+
"shape": "S2n"
|
|
2097
2092
|
}
|
|
2098
2093
|
}
|
|
2094
|
+
},
|
|
2095
|
+
"SecondaryArtifacts": {
|
|
2096
|
+
"shape": "S2c"
|
|
2099
2097
|
}
|
|
2100
2098
|
}
|
|
2101
2099
|
},
|
|
@@ -2302,10 +2300,10 @@
|
|
|
2302
2300
|
"OwnerId": {},
|
|
2303
2301
|
"VpcId": {},
|
|
2304
2302
|
"IpPermissions": {
|
|
2305
|
-
"shape": "
|
|
2303
|
+
"shape": "S3h"
|
|
2306
2304
|
},
|
|
2307
2305
|
"IpPermissionsEgress": {
|
|
2308
|
-
"shape": "
|
|
2306
|
+
"shape": "S3h"
|
|
2309
2307
|
}
|
|
2310
2308
|
}
|
|
2311
2309
|
},
|
|
@@ -2353,7 +2351,7 @@
|
|
|
2353
2351
|
}
|
|
2354
2352
|
},
|
|
2355
2353
|
"Ipv6CidrBlockAssociationSet": {
|
|
2356
|
-
"shape": "
|
|
2354
|
+
"shape": "S3x"
|
|
2357
2355
|
},
|
|
2358
2356
|
"DhcpOptionsId": {},
|
|
2359
2357
|
"State": {}
|
|
@@ -2398,7 +2396,7 @@
|
|
|
2398
2396
|
"SubnetId": {},
|
|
2399
2397
|
"VpcId": {},
|
|
2400
2398
|
"Ipv6CidrBlockAssociationSet": {
|
|
2401
|
-
"shape": "
|
|
2399
|
+
"shape": "S3x"
|
|
2402
2400
|
}
|
|
2403
2401
|
}
|
|
2404
2402
|
},
|
|
@@ -2615,13 +2613,13 @@
|
|
|
2615
2613
|
"type": "structure",
|
|
2616
2614
|
"members": {
|
|
2617
2615
|
"IndexSlowLogs": {
|
|
2618
|
-
"shape": "
|
|
2616
|
+
"shape": "S4r"
|
|
2619
2617
|
},
|
|
2620
2618
|
"SearchSlowLogs": {
|
|
2621
|
-
"shape": "
|
|
2619
|
+
"shape": "S4r"
|
|
2622
2620
|
},
|
|
2623
2621
|
"AuditLogs": {
|
|
2624
|
-
"shape": "
|
|
2622
|
+
"shape": "S4r"
|
|
2625
2623
|
}
|
|
2626
2624
|
}
|
|
2627
2625
|
},
|
|
@@ -2653,13 +2651,13 @@
|
|
|
2653
2651
|
"type": "structure",
|
|
2654
2652
|
"members": {
|
|
2655
2653
|
"AvailabilityZones": {
|
|
2656
|
-
"shape": "
|
|
2654
|
+
"shape": "S2n"
|
|
2657
2655
|
},
|
|
2658
2656
|
"SecurityGroupIds": {
|
|
2659
|
-
"shape": "
|
|
2657
|
+
"shape": "S2n"
|
|
2660
2658
|
},
|
|
2661
2659
|
"SubnetIds": {
|
|
2662
|
-
"shape": "
|
|
2660
|
+
"shape": "S2n"
|
|
2663
2661
|
},
|
|
2664
2662
|
"VPCId": {}
|
|
2665
2663
|
}
|
|
@@ -2789,7 +2787,7 @@
|
|
|
2789
2787
|
}
|
|
2790
2788
|
},
|
|
2791
2789
|
"PublicAccessBlockConfiguration": {
|
|
2792
|
-
"shape": "
|
|
2790
|
+
"shape": "S5e"
|
|
2793
2791
|
},
|
|
2794
2792
|
"AccessControlList": {},
|
|
2795
2793
|
"BucketLoggingConfiguration": {
|
|
@@ -2889,7 +2887,7 @@
|
|
|
2889
2887
|
}
|
|
2890
2888
|
},
|
|
2891
2889
|
"AwsS3AccountPublicAccessBlock": {
|
|
2892
|
-
"shape": "
|
|
2890
|
+
"shape": "S5e"
|
|
2893
2891
|
},
|
|
2894
2892
|
"AwsS3Object": {
|
|
2895
2893
|
"type": "structure",
|
|
@@ -2972,7 +2970,7 @@
|
|
|
2972
2970
|
"type": "structure",
|
|
2973
2971
|
"members": {
|
|
2974
2972
|
"AttachedManagedPolicies": {
|
|
2975
|
-
"shape": "
|
|
2973
|
+
"shape": "S65"
|
|
2976
2974
|
},
|
|
2977
2975
|
"CreateDate": {},
|
|
2978
2976
|
"GroupList": {
|
|
@@ -2980,7 +2978,7 @@
|
|
|
2980
2978
|
},
|
|
2981
2979
|
"Path": {},
|
|
2982
2980
|
"PermissionsBoundary": {
|
|
2983
|
-
"shape": "
|
|
2981
|
+
"shape": "S67"
|
|
2984
2982
|
},
|
|
2985
2983
|
"UserId": {},
|
|
2986
2984
|
"UserName": {},
|
|
@@ -3036,19 +3034,19 @@
|
|
|
3036
3034
|
"CreatedDate": {},
|
|
3037
3035
|
"Description": {},
|
|
3038
3036
|
"DefaultRouteSettings": {
|
|
3039
|
-
"shape": "
|
|
3037
|
+
"shape": "S6e"
|
|
3040
3038
|
},
|
|
3041
3039
|
"DeploymentId": {},
|
|
3042
3040
|
"LastUpdatedDate": {},
|
|
3043
3041
|
"RouteSettings": {
|
|
3044
|
-
"shape": "
|
|
3042
|
+
"shape": "S6e"
|
|
3045
3043
|
},
|
|
3046
3044
|
"StageName": {},
|
|
3047
3045
|
"StageVariables": {
|
|
3048
3046
|
"shape": "St"
|
|
3049
3047
|
},
|
|
3050
3048
|
"AccessLogSettings": {
|
|
3051
|
-
"shape": "
|
|
3049
|
+
"shape": "S6f"
|
|
3052
3050
|
},
|
|
3053
3051
|
"AutoDeploy": {
|
|
3054
3052
|
"type": "boolean"
|
|
@@ -3075,22 +3073,22 @@
|
|
|
3075
3073
|
"type": "structure",
|
|
3076
3074
|
"members": {
|
|
3077
3075
|
"AllowOrigins": {
|
|
3078
|
-
"shape": "
|
|
3076
|
+
"shape": "S2n"
|
|
3079
3077
|
},
|
|
3080
3078
|
"AllowCredentials": {
|
|
3081
3079
|
"type": "boolean"
|
|
3082
3080
|
},
|
|
3083
3081
|
"ExposeHeaders": {
|
|
3084
|
-
"shape": "
|
|
3082
|
+
"shape": "S2n"
|
|
3085
3083
|
},
|
|
3086
3084
|
"MaxAge": {
|
|
3087
3085
|
"type": "integer"
|
|
3088
3086
|
},
|
|
3089
3087
|
"AllowMethods": {
|
|
3090
|
-
"shape": "
|
|
3088
|
+
"shape": "S2n"
|
|
3091
3089
|
},
|
|
3092
3090
|
"AllowHeaders": {
|
|
3093
|
-
"shape": "
|
|
3091
|
+
"shape": "S2n"
|
|
3094
3092
|
}
|
|
3095
3093
|
}
|
|
3096
3094
|
}
|
|
@@ -3135,13 +3133,13 @@
|
|
|
3135
3133
|
"type": "integer"
|
|
3136
3134
|
},
|
|
3137
3135
|
"KeySchema": {
|
|
3138
|
-
"shape": "
|
|
3136
|
+
"shape": "S6p"
|
|
3139
3137
|
},
|
|
3140
3138
|
"Projection": {
|
|
3141
|
-
"shape": "
|
|
3139
|
+
"shape": "S6r"
|
|
3142
3140
|
},
|
|
3143
3141
|
"ProvisionedThroughput": {
|
|
3144
|
-
"shape": "
|
|
3142
|
+
"shape": "S6s"
|
|
3145
3143
|
}
|
|
3146
3144
|
}
|
|
3147
3145
|
}
|
|
@@ -3151,7 +3149,7 @@
|
|
|
3151
3149
|
"type": "integer"
|
|
3152
3150
|
},
|
|
3153
3151
|
"KeySchema": {
|
|
3154
|
-
"shape": "
|
|
3152
|
+
"shape": "S6p"
|
|
3155
3153
|
},
|
|
3156
3154
|
"LatestStreamArn": {},
|
|
3157
3155
|
"LatestStreamLabel": {},
|
|
@@ -3163,16 +3161,16 @@
|
|
|
3163
3161
|
"IndexArn": {},
|
|
3164
3162
|
"IndexName": {},
|
|
3165
3163
|
"KeySchema": {
|
|
3166
|
-
"shape": "
|
|
3164
|
+
"shape": "S6p"
|
|
3167
3165
|
},
|
|
3168
3166
|
"Projection": {
|
|
3169
|
-
"shape": "
|
|
3167
|
+
"shape": "S6r"
|
|
3170
3168
|
}
|
|
3171
3169
|
}
|
|
3172
3170
|
}
|
|
3173
3171
|
},
|
|
3174
3172
|
"ProvisionedThroughput": {
|
|
3175
|
-
"shape": "
|
|
3173
|
+
"shape": "S6s"
|
|
3176
3174
|
},
|
|
3177
3175
|
"Replicas": {
|
|
3178
3176
|
"type": "list",
|
|
@@ -3186,14 +3184,14 @@
|
|
|
3186
3184
|
"members": {
|
|
3187
3185
|
"IndexName": {},
|
|
3188
3186
|
"ProvisionedThroughputOverride": {
|
|
3189
|
-
"shape": "
|
|
3187
|
+
"shape": "S6z"
|
|
3190
3188
|
}
|
|
3191
3189
|
}
|
|
3192
3190
|
}
|
|
3193
3191
|
},
|
|
3194
3192
|
"KmsMasterKeyId": {},
|
|
3195
3193
|
"ProvisionedThroughputOverride": {
|
|
3196
|
-
"shape": "
|
|
3194
|
+
"shape": "S6z"
|
|
3197
3195
|
},
|
|
3198
3196
|
"RegionName": {},
|
|
3199
3197
|
"ReplicaStatus": {},
|
|
@@ -3291,7 +3289,7 @@
|
|
|
3291
3289
|
},
|
|
3292
3290
|
"DocumentationVersion": {},
|
|
3293
3291
|
"AccessLogSettings": {
|
|
3294
|
-
"shape": "
|
|
3292
|
+
"shape": "S6f"
|
|
3295
3293
|
},
|
|
3296
3294
|
"CanarySettings": {
|
|
3297
3295
|
"type": "structure",
|
|
@@ -3325,7 +3323,7 @@
|
|
|
3325
3323
|
"CreatedDate": {},
|
|
3326
3324
|
"Version": {},
|
|
3327
3325
|
"BinaryMediaTypes": {
|
|
3328
|
-
"shape": "
|
|
3326
|
+
"shape": "S2n"
|
|
3329
3327
|
},
|
|
3330
3328
|
"MinimumCompressionSize": {
|
|
3331
3329
|
"type": "integer"
|
|
@@ -3335,7 +3333,7 @@
|
|
|
3335
3333
|
"type": "structure",
|
|
3336
3334
|
"members": {
|
|
3337
3335
|
"Types": {
|
|
3338
|
-
"shape": "
|
|
3336
|
+
"shape": "S2n"
|
|
3339
3337
|
}
|
|
3340
3338
|
}
|
|
3341
3339
|
}
|
|
@@ -3435,7 +3433,7 @@
|
|
|
3435
3433
|
"CreatedAt": {},
|
|
3436
3434
|
"DomainName": {},
|
|
3437
3435
|
"DomainValidationOptions": {
|
|
3438
|
-
"shape": "
|
|
3436
|
+
"shape": "S7e"
|
|
3439
3437
|
},
|
|
3440
3438
|
"ExtendedKeyUsages": {
|
|
3441
3439
|
"type": "list",
|
|
@@ -3477,7 +3475,7 @@
|
|
|
3477
3475
|
"type": "structure",
|
|
3478
3476
|
"members": {
|
|
3479
3477
|
"DomainValidationOptions": {
|
|
3480
|
-
"shape": "
|
|
3478
|
+
"shape": "S7e"
|
|
3481
3479
|
},
|
|
3482
3480
|
"RenewalStatus": {},
|
|
3483
3481
|
"RenewalStatusReason": {},
|
|
@@ -3706,6 +3704,19 @@
|
|
|
3706
3704
|
"VpcSecurityGroupId": {}
|
|
3707
3705
|
}
|
|
3708
3706
|
}
|
|
3707
|
+
},
|
|
3708
|
+
"LoggingStatus": {
|
|
3709
|
+
"type": "structure",
|
|
3710
|
+
"members": {
|
|
3711
|
+
"BucketName": {},
|
|
3712
|
+
"LastFailureMessage": {},
|
|
3713
|
+
"LastFailureTime": {},
|
|
3714
|
+
"LastSuccessfulDeliveryTime": {},
|
|
3715
|
+
"LoggingEnabled": {
|
|
3716
|
+
"type": "boolean"
|
|
3717
|
+
},
|
|
3718
|
+
"S3KeyPrefix": {}
|
|
3719
|
+
}
|
|
3709
3720
|
}
|
|
3710
3721
|
}
|
|
3711
3722
|
},
|
|
@@ -3827,6 +3838,16 @@
|
|
|
3827
3838
|
"type": "boolean"
|
|
3828
3839
|
}
|
|
3829
3840
|
}
|
|
3841
|
+
},
|
|
3842
|
+
"AdditionalAttributes": {
|
|
3843
|
+
"type": "list",
|
|
3844
|
+
"member": {
|
|
3845
|
+
"type": "structure",
|
|
3846
|
+
"members": {
|
|
3847
|
+
"Key": {},
|
|
3848
|
+
"Value": {}
|
|
3849
|
+
}
|
|
3850
|
+
}
|
|
3830
3851
|
}
|
|
3831
3852
|
}
|
|
3832
3853
|
},
|
|
@@ -3882,7 +3903,7 @@
|
|
|
3882
3903
|
"type": "structure",
|
|
3883
3904
|
"members": {
|
|
3884
3905
|
"AttachedManagedPolicies": {
|
|
3885
|
-
"shape": "
|
|
3906
|
+
"shape": "S65"
|
|
3886
3907
|
},
|
|
3887
3908
|
"CreateDate": {},
|
|
3888
3909
|
"GroupId": {},
|
|
@@ -3904,7 +3925,7 @@
|
|
|
3904
3925
|
"members": {
|
|
3905
3926
|
"AssumeRolePolicyDocument": {},
|
|
3906
3927
|
"AttachedManagedPolicies": {
|
|
3907
|
-
"shape": "
|
|
3928
|
+
"shape": "S65"
|
|
3908
3929
|
},
|
|
3909
3930
|
"CreateDate": {},
|
|
3910
3931
|
"InstanceProfileList": {
|
|
@@ -3935,7 +3956,7 @@
|
|
|
3935
3956
|
}
|
|
3936
3957
|
},
|
|
3937
3958
|
"PermissionsBoundary": {
|
|
3938
|
-
"shape": "
|
|
3959
|
+
"shape": "S67"
|
|
3939
3960
|
},
|
|
3940
3961
|
"RoleId": {},
|
|
3941
3962
|
"RoleName": {},
|
|
@@ -4041,10 +4062,10 @@
|
|
|
4041
4062
|
"type": "structure",
|
|
4042
4063
|
"members": {
|
|
4043
4064
|
"SecurityGroupIds": {
|
|
4044
|
-
"shape": "
|
|
4065
|
+
"shape": "S2n"
|
|
4045
4066
|
},
|
|
4046
4067
|
"SubnetIds": {
|
|
4047
|
-
"shape": "
|
|
4068
|
+
"shape": "S2n"
|
|
4048
4069
|
},
|
|
4049
4070
|
"VpcId": {}
|
|
4050
4071
|
}
|
|
@@ -4059,7 +4080,7 @@
|
|
|
4059
4080
|
"type": "long"
|
|
4060
4081
|
},
|
|
4061
4082
|
"CompatibleRuntimes": {
|
|
4062
|
-
"shape": "
|
|
4083
|
+
"shape": "S2n"
|
|
4063
4084
|
},
|
|
4064
4085
|
"CreatedDate": {}
|
|
4065
4086
|
}
|
|
@@ -4091,7 +4112,7 @@
|
|
|
4091
4112
|
"type": "boolean"
|
|
4092
4113
|
},
|
|
4093
4114
|
"Endpoint": {
|
|
4094
|
-
"shape": "
|
|
4115
|
+
"shape": "S9m"
|
|
4095
4116
|
},
|
|
4096
4117
|
"Engine": {},
|
|
4097
4118
|
"EngineVersion": {},
|
|
@@ -4108,7 +4129,7 @@
|
|
|
4108
4129
|
},
|
|
4109
4130
|
"TdeCredentialArn": {},
|
|
4110
4131
|
"VpcSecurityGroups": {
|
|
4111
|
-
"shape": "
|
|
4132
|
+
"shape": "S9n"
|
|
4112
4133
|
},
|
|
4113
4134
|
"MultiAz": {
|
|
4114
4135
|
"type": "boolean"
|
|
@@ -4202,7 +4223,7 @@
|
|
|
4202
4223
|
}
|
|
4203
4224
|
},
|
|
4204
4225
|
"ProcessorFeatures": {
|
|
4205
|
-
"shape": "
|
|
4226
|
+
"shape": "S9x"
|
|
4206
4227
|
}
|
|
4207
4228
|
}
|
|
4208
4229
|
},
|
|
@@ -4249,7 +4270,7 @@
|
|
|
4249
4270
|
},
|
|
4250
4271
|
"StorageType": {},
|
|
4251
4272
|
"DomainMemberships": {
|
|
4252
|
-
"shape": "
|
|
4273
|
+
"shape": "Sa3"
|
|
4253
4274
|
},
|
|
4254
4275
|
"CopyTagsToSnapshot": {
|
|
4255
4276
|
"type": "boolean"
|
|
@@ -4273,10 +4294,10 @@
|
|
|
4273
4294
|
"shape": "S15"
|
|
4274
4295
|
},
|
|
4275
4296
|
"ProcessorFeatures": {
|
|
4276
|
-
"shape": "
|
|
4297
|
+
"shape": "S9x"
|
|
4277
4298
|
},
|
|
4278
4299
|
"ListenerEndpoint": {
|
|
4279
|
-
"shape": "
|
|
4300
|
+
"shape": "S9m"
|
|
4280
4301
|
},
|
|
4281
4302
|
"MaxAllocatedStorage": {
|
|
4282
4303
|
"type": "integer"
|
|
@@ -4395,7 +4416,7 @@
|
|
|
4395
4416
|
"type": "boolean"
|
|
4396
4417
|
},
|
|
4397
4418
|
"ProcessorFeatures": {
|
|
4398
|
-
"shape": "
|
|
4419
|
+
"shape": "S9x"
|
|
4399
4420
|
},
|
|
4400
4421
|
"DbiResourceId": {}
|
|
4401
4422
|
}
|
|
@@ -4469,7 +4490,7 @@
|
|
|
4469
4490
|
"shape": "S15"
|
|
4470
4491
|
},
|
|
4471
4492
|
"VpcSecurityGroups": {
|
|
4472
|
-
"shape": "
|
|
4493
|
+
"shape": "S9n"
|
|
4473
4494
|
},
|
|
4474
4495
|
"HostedZoneId": {},
|
|
4475
4496
|
"StorageEncrypted": {
|
|
@@ -4506,7 +4527,7 @@
|
|
|
4506
4527
|
"type": "boolean"
|
|
4507
4528
|
},
|
|
4508
4529
|
"DomainMemberships": {
|
|
4509
|
-
"shape": "
|
|
4530
|
+
"shape": "Sa3"
|
|
4510
4531
|
},
|
|
4511
4532
|
"DbClusterParameterGroup": {},
|
|
4512
4533
|
"DbSubnetGroup": {},
|
|
@@ -4546,7 +4567,7 @@
|
|
|
4546
4567
|
"type": "structure",
|
|
4547
4568
|
"members": {
|
|
4548
4569
|
"CapacityProviders": {
|
|
4549
|
-
"shape": "
|
|
4570
|
+
"shape": "S2n"
|
|
4550
4571
|
},
|
|
4551
4572
|
"ClusterSettings": {
|
|
4552
4573
|
"type": "list",
|
|
@@ -4610,7 +4631,7 @@
|
|
|
4610
4631
|
"type": "structure",
|
|
4611
4632
|
"members": {
|
|
4612
4633
|
"Command": {
|
|
4613
|
-
"shape": "
|
|
4634
|
+
"shape": "S2n"
|
|
4614
4635
|
},
|
|
4615
4636
|
"Cpu": {
|
|
4616
4637
|
"type": "integer"
|
|
@@ -4629,19 +4650,19 @@
|
|
|
4629
4650
|
"type": "boolean"
|
|
4630
4651
|
},
|
|
4631
4652
|
"DnsSearchDomains": {
|
|
4632
|
-
"shape": "
|
|
4653
|
+
"shape": "S2n"
|
|
4633
4654
|
},
|
|
4634
4655
|
"DnsServers": {
|
|
4635
|
-
"shape": "
|
|
4656
|
+
"shape": "S2n"
|
|
4636
4657
|
},
|
|
4637
4658
|
"DockerLabels": {
|
|
4638
4659
|
"shape": "St"
|
|
4639
4660
|
},
|
|
4640
4661
|
"DockerSecurityOptions": {
|
|
4641
|
-
"shape": "
|
|
4662
|
+
"shape": "S2n"
|
|
4642
4663
|
},
|
|
4643
4664
|
"EntryPoint": {
|
|
4644
|
-
"shape": "
|
|
4665
|
+
"shape": "S2n"
|
|
4645
4666
|
},
|
|
4646
4667
|
"Environment": {
|
|
4647
4668
|
"type": "list",
|
|
@@ -4689,7 +4710,7 @@
|
|
|
4689
4710
|
"type": "structure",
|
|
4690
4711
|
"members": {
|
|
4691
4712
|
"Command": {
|
|
4692
|
-
"shape": "
|
|
4713
|
+
"shape": "S2n"
|
|
4693
4714
|
},
|
|
4694
4715
|
"Interval": {
|
|
4695
4716
|
"type": "integer"
|
|
@@ -4711,7 +4732,7 @@
|
|
|
4711
4732
|
"type": "boolean"
|
|
4712
4733
|
},
|
|
4713
4734
|
"Links": {
|
|
4714
|
-
"shape": "
|
|
4735
|
+
"shape": "S2n"
|
|
4715
4736
|
},
|
|
4716
4737
|
"LinuxParameters": {
|
|
4717
4738
|
"type": "structure",
|
|
@@ -4720,10 +4741,10 @@
|
|
|
4720
4741
|
"type": "structure",
|
|
4721
4742
|
"members": {
|
|
4722
4743
|
"Add": {
|
|
4723
|
-
"shape": "
|
|
4744
|
+
"shape": "S2n"
|
|
4724
4745
|
},
|
|
4725
4746
|
"Drop": {
|
|
4726
|
-
"shape": "
|
|
4747
|
+
"shape": "S2n"
|
|
4727
4748
|
}
|
|
4728
4749
|
}
|
|
4729
4750
|
},
|
|
@@ -4735,7 +4756,7 @@
|
|
|
4735
4756
|
"ContainerPath": {},
|
|
4736
4757
|
"HostPath": {},
|
|
4737
4758
|
"Permissions": {
|
|
4738
|
-
"shape": "
|
|
4759
|
+
"shape": "S2n"
|
|
4739
4760
|
}
|
|
4740
4761
|
}
|
|
4741
4762
|
}
|
|
@@ -4759,7 +4780,7 @@
|
|
|
4759
4780
|
"members": {
|
|
4760
4781
|
"ContainerPath": {},
|
|
4761
4782
|
"MountOptions": {
|
|
4762
|
-
"shape": "
|
|
4783
|
+
"shape": "S2n"
|
|
4763
4784
|
},
|
|
4764
4785
|
"Size": {
|
|
4765
4786
|
"type": "integer"
|
|
@@ -4951,7 +4972,7 @@
|
|
|
4951
4972
|
}
|
|
4952
4973
|
},
|
|
4953
4974
|
"RequiresCompatibilities": {
|
|
4954
|
-
"shape": "
|
|
4975
|
+
"shape": "S2n"
|
|
4955
4976
|
},
|
|
4956
4977
|
"TaskRoleArn": {},
|
|
4957
4978
|
"Volumes": {
|
|
@@ -5026,12 +5047,12 @@
|
|
|
5026
5047
|
"type": "boolean"
|
|
5027
5048
|
},
|
|
5028
5049
|
"EventCategoriesList": {
|
|
5029
|
-
"shape": "
|
|
5050
|
+
"shape": "S2n"
|
|
5030
5051
|
},
|
|
5031
5052
|
"EventSubscriptionArn": {},
|
|
5032
5053
|
"SnsTopicArn": {},
|
|
5033
5054
|
"SourceIdsList": {
|
|
5034
|
-
"shape": "
|
|
5055
|
+
"shape": "S2n"
|
|
5035
5056
|
},
|
|
5036
5057
|
"SourceType": {},
|
|
5037
5058
|
"Status": {},
|
|
@@ -5121,10 +5142,10 @@
|
|
|
5121
5142
|
"members": {
|
|
5122
5143
|
"AssignPublicIp": {},
|
|
5123
5144
|
"SecurityGroups": {
|
|
5124
|
-
"shape": "
|
|
5145
|
+
"shape": "S2n"
|
|
5125
5146
|
},
|
|
5126
5147
|
"Subnets": {
|
|
5127
|
-
"shape": "
|
|
5148
|
+
"shape": "S2n"
|
|
5128
5149
|
}
|
|
5129
5150
|
}
|
|
5130
5151
|
}
|
|
@@ -5215,7 +5236,7 @@
|
|
|
5215
5236
|
},
|
|
5216
5237
|
"ClassicLinkVpcId": {},
|
|
5217
5238
|
"ClassicLinkVpcSecurityGroups": {
|
|
5218
|
-
"shape": "
|
|
5239
|
+
"shape": "S2n"
|
|
5219
5240
|
},
|
|
5220
5241
|
"CreatedTime": {},
|
|
5221
5242
|
"EbsOptimized": {
|
|
@@ -5238,7 +5259,7 @@
|
|
|
5238
5259
|
"PlacementTenancy": {},
|
|
5239
5260
|
"RamdiskId": {},
|
|
5240
5261
|
"SecurityGroups": {
|
|
5241
|
-
"shape": "
|
|
5262
|
+
"shape": "S2n"
|
|
5242
5263
|
},
|
|
5243
5264
|
"SpotPrice": {},
|
|
5244
5265
|
"UserData": {},
|
|
@@ -5295,29 +5316,29 @@
|
|
|
5295
5316
|
"type": "integer"
|
|
5296
5317
|
},
|
|
5297
5318
|
"IkeVersions": {
|
|
5298
|
-
"shape": "
|
|
5319
|
+
"shape": "S2n"
|
|
5299
5320
|
},
|
|
5300
5321
|
"OutsideIpAddress": {},
|
|
5301
5322
|
"Phase1DhGroupNumbers": {
|
|
5302
|
-
"shape": "
|
|
5323
|
+
"shape": "Sd5"
|
|
5303
5324
|
},
|
|
5304
5325
|
"Phase1EncryptionAlgorithms": {
|
|
5305
|
-
"shape": "
|
|
5326
|
+
"shape": "S2n"
|
|
5306
5327
|
},
|
|
5307
5328
|
"Phase1IntegrityAlgorithms": {
|
|
5308
|
-
"shape": "
|
|
5329
|
+
"shape": "S2n"
|
|
5309
5330
|
},
|
|
5310
5331
|
"Phase1LifetimeSeconds": {
|
|
5311
5332
|
"type": "integer"
|
|
5312
5333
|
},
|
|
5313
5334
|
"Phase2DhGroupNumbers": {
|
|
5314
|
-
"shape": "
|
|
5335
|
+
"shape": "Sd5"
|
|
5315
5336
|
},
|
|
5316
5337
|
"Phase2EncryptionAlgorithms": {
|
|
5317
|
-
"shape": "
|
|
5338
|
+
"shape": "S2n"
|
|
5318
5339
|
},
|
|
5319
5340
|
"Phase2IntegrityAlgorithms": {
|
|
5320
|
-
"shape": "
|
|
5341
|
+
"shape": "S2n"
|
|
5321
5342
|
},
|
|
5322
5343
|
"Phase2LifetimeSeconds": {
|
|
5323
5344
|
"type": "integer"
|
|
@@ -5359,7 +5380,7 @@
|
|
|
5359
5380
|
"Architecture": {},
|
|
5360
5381
|
"ImageDigest": {},
|
|
5361
5382
|
"ImageTags": {
|
|
5362
|
-
"shape": "
|
|
5383
|
+
"shape": "S2n"
|
|
5363
5384
|
},
|
|
5364
5385
|
"ImagePublishedAt": {}
|
|
5365
5386
|
}
|
|
@@ -5461,10 +5482,10 @@
|
|
|
5461
5482
|
"type": "structure",
|
|
5462
5483
|
"members": {
|
|
5463
5484
|
"SecurityGroupIds": {
|
|
5464
|
-
"shape": "
|
|
5485
|
+
"shape": "S2n"
|
|
5465
5486
|
},
|
|
5466
5487
|
"SubnetIds": {
|
|
5467
|
-
"shape": "
|
|
5488
|
+
"shape": "S2n"
|
|
5468
5489
|
}
|
|
5469
5490
|
}
|
|
5470
5491
|
},
|
|
@@ -5472,13 +5493,13 @@
|
|
|
5472
5493
|
"type": "structure",
|
|
5473
5494
|
"members": {
|
|
5474
5495
|
"IndexSlowLogs": {
|
|
5475
|
-
"shape": "
|
|
5496
|
+
"shape": "Sdi"
|
|
5476
5497
|
},
|
|
5477
5498
|
"SearchSlowLogs": {
|
|
5478
|
-
"shape": "
|
|
5499
|
+
"shape": "Sdi"
|
|
5479
5500
|
},
|
|
5480
5501
|
"AuditLogs": {
|
|
5481
|
-
"shape": "
|
|
5502
|
+
"shape": "Sdi"
|
|
5482
5503
|
}
|
|
5483
5504
|
}
|
|
5484
5505
|
},
|
|
@@ -5494,19 +5515,19 @@
|
|
|
5494
5515
|
"type": "boolean"
|
|
5495
5516
|
},
|
|
5496
5517
|
"AvailabilityZones": {
|
|
5497
|
-
"shape": "
|
|
5518
|
+
"shape": "S2n"
|
|
5498
5519
|
},
|
|
5499
5520
|
"BaseEndpointDnsNames": {
|
|
5500
|
-
"shape": "
|
|
5521
|
+
"shape": "S2n"
|
|
5501
5522
|
},
|
|
5502
5523
|
"ManagesVpcEndpoints": {
|
|
5503
5524
|
"type": "boolean"
|
|
5504
5525
|
},
|
|
5505
5526
|
"GatewayLoadBalancerArns": {
|
|
5506
|
-
"shape": "
|
|
5527
|
+
"shape": "S2n"
|
|
5507
5528
|
},
|
|
5508
5529
|
"NetworkLoadBalancerArns": {
|
|
5509
|
-
"shape": "
|
|
5530
|
+
"shape": "S2n"
|
|
5510
5531
|
},
|
|
5511
5532
|
"PrivateDnsName": {},
|
|
5512
5533
|
"ServiceId": {},
|
|
@@ -5617,10 +5638,10 @@
|
|
|
5617
5638
|
"type": "structure",
|
|
5618
5639
|
"members": {
|
|
5619
5640
|
"SecurityGroupIds": {
|
|
5620
|
-
"shape": "
|
|
5641
|
+
"shape": "S2n"
|
|
5621
5642
|
},
|
|
5622
5643
|
"SubnetIds": {
|
|
5623
|
-
"shape": "
|
|
5644
|
+
"shape": "S2n"
|
|
5624
5645
|
}
|
|
5625
5646
|
}
|
|
5626
5647
|
},
|
|
@@ -5638,7 +5659,7 @@
|
|
|
5638
5659
|
"type": "boolean"
|
|
5639
5660
|
},
|
|
5640
5661
|
"Types": {
|
|
5641
|
-
"shape": "
|
|
5662
|
+
"shape": "S2n"
|
|
5642
5663
|
}
|
|
5643
5664
|
}
|
|
5644
5665
|
}
|
|
@@ -5668,17 +5689,17 @@
|
|
|
5668
5689
|
"type": "structure",
|
|
5669
5690
|
"members": {
|
|
5670
5691
|
"ActionDefinition": {
|
|
5671
|
-
"shape": "
|
|
5692
|
+
"shape": "Se7"
|
|
5672
5693
|
},
|
|
5673
5694
|
"ActionName": {}
|
|
5674
5695
|
}
|
|
5675
5696
|
}
|
|
5676
5697
|
},
|
|
5677
5698
|
"StatelessDefaultActions": {
|
|
5678
|
-
"shape": "
|
|
5699
|
+
"shape": "S2n"
|
|
5679
5700
|
},
|
|
5680
5701
|
"StatelessFragmentDefaultActions": {
|
|
5681
|
-
"shape": "
|
|
5702
|
+
"shape": "S2n"
|
|
5682
5703
|
},
|
|
5683
5704
|
"StatelessRuleGroupReferences": {
|
|
5684
5705
|
"type": "list",
|
|
@@ -5746,7 +5767,7 @@
|
|
|
5746
5767
|
"type": "structure",
|
|
5747
5768
|
"members": {
|
|
5748
5769
|
"Definition": {
|
|
5749
|
-
"shape": "
|
|
5770
|
+
"shape": "S2n"
|
|
5750
5771
|
}
|
|
5751
5772
|
}
|
|
5752
5773
|
},
|
|
@@ -5754,7 +5775,7 @@
|
|
|
5754
5775
|
"type": "structure",
|
|
5755
5776
|
"members": {
|
|
5756
5777
|
"Definition": {
|
|
5757
|
-
"shape": "
|
|
5778
|
+
"shape": "S2n"
|
|
5758
5779
|
}
|
|
5759
5780
|
}
|
|
5760
5781
|
}
|
|
@@ -5768,10 +5789,10 @@
|
|
|
5768
5789
|
"members": {
|
|
5769
5790
|
"GeneratedRulesType": {},
|
|
5770
5791
|
"TargetTypes": {
|
|
5771
|
-
"shape": "
|
|
5792
|
+
"shape": "S2n"
|
|
5772
5793
|
},
|
|
5773
5794
|
"Targets": {
|
|
5774
|
-
"shape": "
|
|
5795
|
+
"shape": "S2n"
|
|
5775
5796
|
}
|
|
5776
5797
|
}
|
|
5777
5798
|
},
|
|
@@ -5818,7 +5839,7 @@
|
|
|
5818
5839
|
"type": "structure",
|
|
5819
5840
|
"members": {
|
|
5820
5841
|
"ActionDefinition": {
|
|
5821
|
-
"shape": "
|
|
5842
|
+
"shape": "Se7"
|
|
5822
5843
|
},
|
|
5823
5844
|
"ActionName": {}
|
|
5824
5845
|
}
|
|
@@ -5836,7 +5857,7 @@
|
|
|
5836
5857
|
"type": "structure",
|
|
5837
5858
|
"members": {
|
|
5838
5859
|
"Actions": {
|
|
5839
|
-
"shape": "
|
|
5860
|
+
"shape": "S2n"
|
|
5840
5861
|
},
|
|
5841
5862
|
"MatchAttributes": {
|
|
5842
5863
|
"type": "structure",
|
|
@@ -5899,10 +5920,10 @@
|
|
|
5899
5920
|
"type": "structure",
|
|
5900
5921
|
"members": {
|
|
5901
5922
|
"Flags": {
|
|
5902
|
-
"shape": "
|
|
5923
|
+
"shape": "S2n"
|
|
5903
5924
|
},
|
|
5904
5925
|
"Masks": {
|
|
5905
|
-
"shape": "
|
|
5926
|
+
"shape": "S2n"
|
|
5906
5927
|
}
|
|
5907
5928
|
}
|
|
5908
5929
|
}
|
|
@@ -5925,6 +5946,38 @@
|
|
|
5925
5946
|
"RuleGroupName": {},
|
|
5926
5947
|
"Type": {}
|
|
5927
5948
|
}
|
|
5949
|
+
},
|
|
5950
|
+
"AwsRdsDbSecurityGroup": {
|
|
5951
|
+
"type": "structure",
|
|
5952
|
+
"members": {
|
|
5953
|
+
"DbSecurityGroupArn": {},
|
|
5954
|
+
"DbSecurityGroupDescription": {},
|
|
5955
|
+
"DbSecurityGroupName": {},
|
|
5956
|
+
"Ec2SecurityGroups": {
|
|
5957
|
+
"type": "list",
|
|
5958
|
+
"member": {
|
|
5959
|
+
"type": "structure",
|
|
5960
|
+
"members": {
|
|
5961
|
+
"Ec2SecurityGroupId": {},
|
|
5962
|
+
"Ec2SecurityGroupName": {},
|
|
5963
|
+
"Ec2SecurityGroupOwnerId": {},
|
|
5964
|
+
"Status": {}
|
|
5965
|
+
}
|
|
5966
|
+
}
|
|
5967
|
+
},
|
|
5968
|
+
"IpRanges": {
|
|
5969
|
+
"type": "list",
|
|
5970
|
+
"member": {
|
|
5971
|
+
"type": "structure",
|
|
5972
|
+
"members": {
|
|
5973
|
+
"CidrIp": {},
|
|
5974
|
+
"Status": {}
|
|
5975
|
+
}
|
|
5976
|
+
}
|
|
5977
|
+
},
|
|
5978
|
+
"OwnerId": {},
|
|
5979
|
+
"VpcId": {}
|
|
5980
|
+
}
|
|
5928
5981
|
}
|
|
5929
5982
|
}
|
|
5930
5983
|
}
|
|
@@ -5936,7 +5989,7 @@
|
|
|
5936
5989
|
"members": {
|
|
5937
5990
|
"Status": {},
|
|
5938
5991
|
"RelatedRequirements": {
|
|
5939
|
-
"shape": "
|
|
5992
|
+
"shape": "Sfi"
|
|
5940
5993
|
},
|
|
5941
5994
|
"StatusReasons": {
|
|
5942
5995
|
"type": "list",
|
|
@@ -5967,7 +6020,7 @@
|
|
|
5967
6020
|
},
|
|
5968
6021
|
"RecordState": {},
|
|
5969
6022
|
"RelatedFindings": {
|
|
5970
|
-
"shape": "
|
|
6023
|
+
"shape": "Sfq"
|
|
5971
6024
|
},
|
|
5972
6025
|
"Note": {
|
|
5973
6026
|
"type": "structure",
|
|
@@ -6092,7 +6145,7 @@
|
|
|
6092
6145
|
"members": {
|
|
6093
6146
|
"ConnectionDirection": {},
|
|
6094
6147
|
"RemoteIpDetails": {
|
|
6095
|
-
"shape": "
|
|
6148
|
+
"shape": "Sg5"
|
|
6096
6149
|
},
|
|
6097
6150
|
"RemotePortDetails": {
|
|
6098
6151
|
"type": "structure",
|
|
@@ -6104,7 +6157,7 @@
|
|
|
6104
6157
|
}
|
|
6105
6158
|
},
|
|
6106
6159
|
"LocalPortDetails": {
|
|
6107
|
-
"shape": "
|
|
6160
|
+
"shape": "Sgb"
|
|
6108
6161
|
},
|
|
6109
6162
|
"Protocol": {},
|
|
6110
6163
|
"Blocked": {
|
|
@@ -6119,7 +6172,7 @@
|
|
|
6119
6172
|
"ServiceName": {},
|
|
6120
6173
|
"CallerType": {},
|
|
6121
6174
|
"RemoteIpDetails": {
|
|
6122
|
-
"shape": "
|
|
6175
|
+
"shape": "Sg5"
|
|
6123
6176
|
},
|
|
6124
6177
|
"DomainDetails": {
|
|
6125
6178
|
"type": "structure",
|
|
@@ -6153,7 +6206,7 @@
|
|
|
6153
6206
|
"type": "structure",
|
|
6154
6207
|
"members": {
|
|
6155
6208
|
"LocalPortDetails": {
|
|
6156
|
-
"shape": "
|
|
6209
|
+
"shape": "Sgb"
|
|
6157
6210
|
},
|
|
6158
6211
|
"LocalIpDetails": {
|
|
6159
6212
|
"type": "structure",
|
|
@@ -6162,7 +6215,7 @@
|
|
|
6162
6215
|
}
|
|
6163
6216
|
},
|
|
6164
6217
|
"RemoteIpDetails": {
|
|
6165
|
-
"shape": "
|
|
6218
|
+
"shape": "Sg5"
|
|
6166
6219
|
}
|
|
6167
6220
|
}
|
|
6168
6221
|
}
|
|
@@ -6184,7 +6237,7 @@
|
|
|
6184
6237
|
"type": "integer"
|
|
6185
6238
|
},
|
|
6186
6239
|
"RelatedFindings": {
|
|
6187
|
-
"shape": "
|
|
6240
|
+
"shape": "Sfq"
|
|
6188
6241
|
},
|
|
6189
6242
|
"Severity": {
|
|
6190
6243
|
"type": "structure",
|
|
@@ -6329,11 +6382,32 @@
|
|
|
6329
6382
|
}
|
|
6330
6383
|
}
|
|
6331
6384
|
},
|
|
6332
|
-
"
|
|
6385
|
+
"S2c": {
|
|
6386
|
+
"type": "list",
|
|
6387
|
+
"member": {
|
|
6388
|
+
"type": "structure",
|
|
6389
|
+
"members": {
|
|
6390
|
+
"ArtifactIdentifier": {},
|
|
6391
|
+
"EncryptionDisabled": {
|
|
6392
|
+
"type": "boolean"
|
|
6393
|
+
},
|
|
6394
|
+
"Location": {},
|
|
6395
|
+
"Name": {},
|
|
6396
|
+
"NamespaceType": {},
|
|
6397
|
+
"OverrideArtifactName": {
|
|
6398
|
+
"type": "boolean"
|
|
6399
|
+
},
|
|
6400
|
+
"Packaging": {},
|
|
6401
|
+
"Path": {},
|
|
6402
|
+
"Type": {}
|
|
6403
|
+
}
|
|
6404
|
+
}
|
|
6405
|
+
},
|
|
6406
|
+
"S2n": {
|
|
6333
6407
|
"type": "list",
|
|
6334
6408
|
"member": {}
|
|
6335
6409
|
},
|
|
6336
|
-
"
|
|
6410
|
+
"S3h": {
|
|
6337
6411
|
"type": "list",
|
|
6338
6412
|
"member": {
|
|
6339
6413
|
"type": "structure",
|
|
@@ -6389,7 +6463,7 @@
|
|
|
6389
6463
|
}
|
|
6390
6464
|
}
|
|
6391
6465
|
},
|
|
6392
|
-
"
|
|
6466
|
+
"S3x": {
|
|
6393
6467
|
"type": "list",
|
|
6394
6468
|
"member": {
|
|
6395
6469
|
"type": "structure",
|
|
@@ -6400,7 +6474,7 @@
|
|
|
6400
6474
|
}
|
|
6401
6475
|
}
|
|
6402
6476
|
},
|
|
6403
|
-
"
|
|
6477
|
+
"S4r": {
|
|
6404
6478
|
"type": "structure",
|
|
6405
6479
|
"members": {
|
|
6406
6480
|
"CloudWatchLogsLogGroupArn": {},
|
|
@@ -6409,7 +6483,7 @@
|
|
|
6409
6483
|
}
|
|
6410
6484
|
}
|
|
6411
6485
|
},
|
|
6412
|
-
"
|
|
6486
|
+
"S5e": {
|
|
6413
6487
|
"type": "structure",
|
|
6414
6488
|
"members": {
|
|
6415
6489
|
"BlockPublicAcls": {
|
|
@@ -6426,7 +6500,7 @@
|
|
|
6426
6500
|
}
|
|
6427
6501
|
}
|
|
6428
6502
|
},
|
|
6429
|
-
"
|
|
6503
|
+
"S65": {
|
|
6430
6504
|
"type": "list",
|
|
6431
6505
|
"member": {
|
|
6432
6506
|
"type": "structure",
|
|
@@ -6436,14 +6510,14 @@
|
|
|
6436
6510
|
}
|
|
6437
6511
|
}
|
|
6438
6512
|
},
|
|
6439
|
-
"
|
|
6513
|
+
"S67": {
|
|
6440
6514
|
"type": "structure",
|
|
6441
6515
|
"members": {
|
|
6442
6516
|
"PermissionsBoundaryArn": {},
|
|
6443
6517
|
"PermissionsBoundaryType": {}
|
|
6444
6518
|
}
|
|
6445
6519
|
},
|
|
6446
|
-
"
|
|
6520
|
+
"S6e": {
|
|
6447
6521
|
"type": "structure",
|
|
6448
6522
|
"members": {
|
|
6449
6523
|
"DetailedMetricsEnabled": {
|
|
@@ -6461,14 +6535,14 @@
|
|
|
6461
6535
|
}
|
|
6462
6536
|
}
|
|
6463
6537
|
},
|
|
6464
|
-
"
|
|
6538
|
+
"S6f": {
|
|
6465
6539
|
"type": "structure",
|
|
6466
6540
|
"members": {
|
|
6467
6541
|
"Format": {},
|
|
6468
6542
|
"DestinationArn": {}
|
|
6469
6543
|
}
|
|
6470
6544
|
},
|
|
6471
|
-
"
|
|
6545
|
+
"S6p": {
|
|
6472
6546
|
"type": "list",
|
|
6473
6547
|
"member": {
|
|
6474
6548
|
"type": "structure",
|
|
@@ -6478,7 +6552,7 @@
|
|
|
6478
6552
|
}
|
|
6479
6553
|
}
|
|
6480
6554
|
},
|
|
6481
|
-
"
|
|
6555
|
+
"S6r": {
|
|
6482
6556
|
"type": "structure",
|
|
6483
6557
|
"members": {
|
|
6484
6558
|
"NonKeyAttributes": {
|
|
@@ -6487,7 +6561,7 @@
|
|
|
6487
6561
|
"ProjectionType": {}
|
|
6488
6562
|
}
|
|
6489
6563
|
},
|
|
6490
|
-
"
|
|
6564
|
+
"S6s": {
|
|
6491
6565
|
"type": "structure",
|
|
6492
6566
|
"members": {
|
|
6493
6567
|
"LastDecreaseDateTime": {},
|
|
@@ -6503,7 +6577,7 @@
|
|
|
6503
6577
|
}
|
|
6504
6578
|
}
|
|
6505
6579
|
},
|
|
6506
|
-
"
|
|
6580
|
+
"S6z": {
|
|
6507
6581
|
"type": "structure",
|
|
6508
6582
|
"members": {
|
|
6509
6583
|
"ReadCapacityUnits": {
|
|
@@ -6511,7 +6585,7 @@
|
|
|
6511
6585
|
}
|
|
6512
6586
|
}
|
|
6513
6587
|
},
|
|
6514
|
-
"
|
|
6588
|
+
"S7e": {
|
|
6515
6589
|
"type": "list",
|
|
6516
6590
|
"member": {
|
|
6517
6591
|
"type": "structure",
|
|
@@ -6534,7 +6608,7 @@
|
|
|
6534
6608
|
}
|
|
6535
6609
|
}
|
|
6536
6610
|
},
|
|
6537
|
-
"
|
|
6611
|
+
"S9m": {
|
|
6538
6612
|
"type": "structure",
|
|
6539
6613
|
"members": {
|
|
6540
6614
|
"Address": {},
|
|
@@ -6544,7 +6618,7 @@
|
|
|
6544
6618
|
"HostedZoneId": {}
|
|
6545
6619
|
}
|
|
6546
6620
|
},
|
|
6547
|
-
"
|
|
6621
|
+
"S9n": {
|
|
6548
6622
|
"type": "list",
|
|
6549
6623
|
"member": {
|
|
6550
6624
|
"type": "structure",
|
|
@@ -6554,7 +6628,7 @@
|
|
|
6554
6628
|
}
|
|
6555
6629
|
}
|
|
6556
6630
|
},
|
|
6557
|
-
"
|
|
6631
|
+
"S9x": {
|
|
6558
6632
|
"type": "list",
|
|
6559
6633
|
"member": {
|
|
6560
6634
|
"type": "structure",
|
|
@@ -6564,7 +6638,7 @@
|
|
|
6564
6638
|
}
|
|
6565
6639
|
}
|
|
6566
6640
|
},
|
|
6567
|
-
"
|
|
6641
|
+
"Sa3": {
|
|
6568
6642
|
"type": "list",
|
|
6569
6643
|
"member": {
|
|
6570
6644
|
"type": "structure",
|
|
@@ -6576,13 +6650,13 @@
|
|
|
6576
6650
|
}
|
|
6577
6651
|
}
|
|
6578
6652
|
},
|
|
6579
|
-
"
|
|
6653
|
+
"Sd5": {
|
|
6580
6654
|
"type": "list",
|
|
6581
6655
|
"member": {
|
|
6582
6656
|
"type": "integer"
|
|
6583
6657
|
}
|
|
6584
6658
|
},
|
|
6585
|
-
"
|
|
6659
|
+
"Sdi": {
|
|
6586
6660
|
"type": "structure",
|
|
6587
6661
|
"members": {
|
|
6588
6662
|
"CloudWatchLogsLogGroupArn": {},
|
|
@@ -6591,7 +6665,7 @@
|
|
|
6591
6665
|
}
|
|
6592
6666
|
}
|
|
6593
6667
|
},
|
|
6594
|
-
"
|
|
6668
|
+
"Se7": {
|
|
6595
6669
|
"type": "structure",
|
|
6596
6670
|
"members": {
|
|
6597
6671
|
"PublishMetricAction": {
|
|
@@ -6610,11 +6684,11 @@
|
|
|
6610
6684
|
}
|
|
6611
6685
|
}
|
|
6612
6686
|
},
|
|
6613
|
-
"
|
|
6687
|
+
"Sfi": {
|
|
6614
6688
|
"type": "list",
|
|
6615
6689
|
"member": {}
|
|
6616
6690
|
},
|
|
6617
|
-
"
|
|
6691
|
+
"Sfq": {
|
|
6618
6692
|
"type": "list",
|
|
6619
6693
|
"member": {
|
|
6620
6694
|
"type": "structure",
|
|
@@ -6628,7 +6702,7 @@
|
|
|
6628
6702
|
}
|
|
6629
6703
|
}
|
|
6630
6704
|
},
|
|
6631
|
-
"
|
|
6705
|
+
"Sg5": {
|
|
6632
6706
|
"type": "structure",
|
|
6633
6707
|
"members": {
|
|
6634
6708
|
"IpAddressV4": {},
|
|
@@ -6669,7 +6743,7 @@
|
|
|
6669
6743
|
}
|
|
6670
6744
|
}
|
|
6671
6745
|
},
|
|
6672
|
-
"
|
|
6746
|
+
"Sgb": {
|
|
6673
6747
|
"type": "structure",
|
|
6674
6748
|
"members": {
|
|
6675
6749
|
"Port": {
|
|
@@ -6678,13 +6752,13 @@
|
|
|
6678
6752
|
"PortName": {}
|
|
6679
6753
|
}
|
|
6680
6754
|
},
|
|
6681
|
-
"
|
|
6755
|
+
"Sgq": {
|
|
6682
6756
|
"type": "list",
|
|
6683
6757
|
"member": {
|
|
6684
|
-
"shape": "
|
|
6758
|
+
"shape": "Sgr"
|
|
6685
6759
|
}
|
|
6686
6760
|
},
|
|
6687
|
-
"
|
|
6761
|
+
"Sgr": {
|
|
6688
6762
|
"type": "structure",
|
|
6689
6763
|
"required": [
|
|
6690
6764
|
"Id",
|
|
@@ -6695,7 +6769,7 @@
|
|
|
6695
6769
|
"ProductArn": {}
|
|
6696
6770
|
}
|
|
6697
6771
|
},
|
|
6698
|
-
"
|
|
6772
|
+
"Sgs": {
|
|
6699
6773
|
"type": "structure",
|
|
6700
6774
|
"required": [
|
|
6701
6775
|
"Text",
|
|
@@ -6706,272 +6780,272 @@
|
|
|
6706
6780
|
"UpdatedBy": {}
|
|
6707
6781
|
}
|
|
6708
6782
|
},
|
|
6709
|
-
"
|
|
6783
|
+
"Sh3": {
|
|
6710
6784
|
"type": "structure",
|
|
6711
6785
|
"members": {
|
|
6712
6786
|
"ProductArn": {
|
|
6713
|
-
"shape": "
|
|
6787
|
+
"shape": "Sh4"
|
|
6714
6788
|
},
|
|
6715
6789
|
"AwsAccountId": {
|
|
6716
|
-
"shape": "
|
|
6790
|
+
"shape": "Sh4"
|
|
6717
6791
|
},
|
|
6718
6792
|
"Id": {
|
|
6719
|
-
"shape": "
|
|
6793
|
+
"shape": "Sh4"
|
|
6720
6794
|
},
|
|
6721
6795
|
"GeneratorId": {
|
|
6722
|
-
"shape": "
|
|
6796
|
+
"shape": "Sh4"
|
|
6723
6797
|
},
|
|
6724
6798
|
"Region": {
|
|
6725
|
-
"shape": "
|
|
6799
|
+
"shape": "Sh4"
|
|
6726
6800
|
},
|
|
6727
6801
|
"Type": {
|
|
6728
|
-
"shape": "
|
|
6802
|
+
"shape": "Sh4"
|
|
6729
6803
|
},
|
|
6730
6804
|
"FirstObservedAt": {
|
|
6731
|
-
"shape": "
|
|
6805
|
+
"shape": "Sh7"
|
|
6732
6806
|
},
|
|
6733
6807
|
"LastObservedAt": {
|
|
6734
|
-
"shape": "
|
|
6808
|
+
"shape": "Sh7"
|
|
6735
6809
|
},
|
|
6736
6810
|
"CreatedAt": {
|
|
6737
|
-
"shape": "
|
|
6811
|
+
"shape": "Sh7"
|
|
6738
6812
|
},
|
|
6739
6813
|
"UpdatedAt": {
|
|
6740
|
-
"shape": "
|
|
6814
|
+
"shape": "Sh7"
|
|
6741
6815
|
},
|
|
6742
6816
|
"SeverityProduct": {
|
|
6743
|
-
"shape": "
|
|
6817
|
+
"shape": "Shb",
|
|
6744
6818
|
"deprecated": true,
|
|
6745
6819
|
"deprecatedMessage": "This filter is deprecated. Instead, use FindingProviderSeverityOriginal."
|
|
6746
6820
|
},
|
|
6747
6821
|
"SeverityNormalized": {
|
|
6748
|
-
"shape": "
|
|
6822
|
+
"shape": "Shb",
|
|
6749
6823
|
"deprecated": true,
|
|
6750
6824
|
"deprecatedMessage": "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel."
|
|
6751
6825
|
},
|
|
6752
6826
|
"SeverityLabel": {
|
|
6753
|
-
"shape": "
|
|
6827
|
+
"shape": "Sh4"
|
|
6754
6828
|
},
|
|
6755
6829
|
"Confidence": {
|
|
6756
|
-
"shape": "
|
|
6830
|
+
"shape": "Shb"
|
|
6757
6831
|
},
|
|
6758
6832
|
"Criticality": {
|
|
6759
|
-
"shape": "
|
|
6833
|
+
"shape": "Shb"
|
|
6760
6834
|
},
|
|
6761
6835
|
"Title": {
|
|
6762
|
-
"shape": "
|
|
6836
|
+
"shape": "Sh4"
|
|
6763
6837
|
},
|
|
6764
6838
|
"Description": {
|
|
6765
|
-
"shape": "
|
|
6839
|
+
"shape": "Sh4"
|
|
6766
6840
|
},
|
|
6767
6841
|
"RecommendationText": {
|
|
6768
|
-
"shape": "
|
|
6842
|
+
"shape": "Sh4"
|
|
6769
6843
|
},
|
|
6770
6844
|
"SourceUrl": {
|
|
6771
|
-
"shape": "
|
|
6845
|
+
"shape": "Sh4"
|
|
6772
6846
|
},
|
|
6773
6847
|
"ProductFields": {
|
|
6774
|
-
"shape": "
|
|
6848
|
+
"shape": "Shd"
|
|
6775
6849
|
},
|
|
6776
6850
|
"ProductName": {
|
|
6777
|
-
"shape": "
|
|
6851
|
+
"shape": "Sh4"
|
|
6778
6852
|
},
|
|
6779
6853
|
"CompanyName": {
|
|
6780
|
-
"shape": "
|
|
6854
|
+
"shape": "Sh4"
|
|
6781
6855
|
},
|
|
6782
6856
|
"UserDefinedFields": {
|
|
6783
|
-
"shape": "
|
|
6857
|
+
"shape": "Shd"
|
|
6784
6858
|
},
|
|
6785
6859
|
"MalwareName": {
|
|
6786
|
-
"shape": "
|
|
6860
|
+
"shape": "Sh4"
|
|
6787
6861
|
},
|
|
6788
6862
|
"MalwareType": {
|
|
6789
|
-
"shape": "
|
|
6863
|
+
"shape": "Sh4"
|
|
6790
6864
|
},
|
|
6791
6865
|
"MalwarePath": {
|
|
6792
|
-
"shape": "
|
|
6866
|
+
"shape": "Sh4"
|
|
6793
6867
|
},
|
|
6794
6868
|
"MalwareState": {
|
|
6795
|
-
"shape": "
|
|
6869
|
+
"shape": "Sh4"
|
|
6796
6870
|
},
|
|
6797
6871
|
"NetworkDirection": {
|
|
6798
|
-
"shape": "
|
|
6872
|
+
"shape": "Sh4"
|
|
6799
6873
|
},
|
|
6800
6874
|
"NetworkProtocol": {
|
|
6801
|
-
"shape": "
|
|
6875
|
+
"shape": "Sh4"
|
|
6802
6876
|
},
|
|
6803
6877
|
"NetworkSourceIpV4": {
|
|
6804
|
-
"shape": "
|
|
6878
|
+
"shape": "Shg"
|
|
6805
6879
|
},
|
|
6806
6880
|
"NetworkSourceIpV6": {
|
|
6807
|
-
"shape": "
|
|
6881
|
+
"shape": "Shg"
|
|
6808
6882
|
},
|
|
6809
6883
|
"NetworkSourcePort": {
|
|
6810
|
-
"shape": "
|
|
6884
|
+
"shape": "Shb"
|
|
6811
6885
|
},
|
|
6812
6886
|
"NetworkSourceDomain": {
|
|
6813
|
-
"shape": "
|
|
6887
|
+
"shape": "Sh4"
|
|
6814
6888
|
},
|
|
6815
6889
|
"NetworkSourceMac": {
|
|
6816
|
-
"shape": "
|
|
6890
|
+
"shape": "Sh4"
|
|
6817
6891
|
},
|
|
6818
6892
|
"NetworkDestinationIpV4": {
|
|
6819
|
-
"shape": "
|
|
6893
|
+
"shape": "Shg"
|
|
6820
6894
|
},
|
|
6821
6895
|
"NetworkDestinationIpV6": {
|
|
6822
|
-
"shape": "
|
|
6896
|
+
"shape": "Shg"
|
|
6823
6897
|
},
|
|
6824
6898
|
"NetworkDestinationPort": {
|
|
6825
|
-
"shape": "
|
|
6899
|
+
"shape": "Shb"
|
|
6826
6900
|
},
|
|
6827
6901
|
"NetworkDestinationDomain": {
|
|
6828
|
-
"shape": "
|
|
6902
|
+
"shape": "Sh4"
|
|
6829
6903
|
},
|
|
6830
6904
|
"ProcessName": {
|
|
6831
|
-
"shape": "
|
|
6905
|
+
"shape": "Sh4"
|
|
6832
6906
|
},
|
|
6833
6907
|
"ProcessPath": {
|
|
6834
|
-
"shape": "
|
|
6908
|
+
"shape": "Sh4"
|
|
6835
6909
|
},
|
|
6836
6910
|
"ProcessPid": {
|
|
6837
|
-
"shape": "
|
|
6911
|
+
"shape": "Shb"
|
|
6838
6912
|
},
|
|
6839
6913
|
"ProcessParentPid": {
|
|
6840
|
-
"shape": "
|
|
6914
|
+
"shape": "Shb"
|
|
6841
6915
|
},
|
|
6842
6916
|
"ProcessLaunchedAt": {
|
|
6843
|
-
"shape": "
|
|
6917
|
+
"shape": "Sh7"
|
|
6844
6918
|
},
|
|
6845
6919
|
"ProcessTerminatedAt": {
|
|
6846
|
-
"shape": "
|
|
6920
|
+
"shape": "Sh7"
|
|
6847
6921
|
},
|
|
6848
6922
|
"ThreatIntelIndicatorType": {
|
|
6849
|
-
"shape": "
|
|
6923
|
+
"shape": "Sh4"
|
|
6850
6924
|
},
|
|
6851
6925
|
"ThreatIntelIndicatorValue": {
|
|
6852
|
-
"shape": "
|
|
6926
|
+
"shape": "Sh4"
|
|
6853
6927
|
},
|
|
6854
6928
|
"ThreatIntelIndicatorCategory": {
|
|
6855
|
-
"shape": "
|
|
6929
|
+
"shape": "Sh4"
|
|
6856
6930
|
},
|
|
6857
6931
|
"ThreatIntelIndicatorLastObservedAt": {
|
|
6858
|
-
"shape": "
|
|
6932
|
+
"shape": "Sh7"
|
|
6859
6933
|
},
|
|
6860
6934
|
"ThreatIntelIndicatorSource": {
|
|
6861
|
-
"shape": "
|
|
6935
|
+
"shape": "Sh4"
|
|
6862
6936
|
},
|
|
6863
6937
|
"ThreatIntelIndicatorSourceUrl": {
|
|
6864
|
-
"shape": "
|
|
6938
|
+
"shape": "Sh4"
|
|
6865
6939
|
},
|
|
6866
6940
|
"ResourceType": {
|
|
6867
|
-
"shape": "
|
|
6941
|
+
"shape": "Sh4"
|
|
6868
6942
|
},
|
|
6869
6943
|
"ResourceId": {
|
|
6870
|
-
"shape": "
|
|
6944
|
+
"shape": "Sh4"
|
|
6871
6945
|
},
|
|
6872
6946
|
"ResourcePartition": {
|
|
6873
|
-
"shape": "
|
|
6947
|
+
"shape": "Sh4"
|
|
6874
6948
|
},
|
|
6875
6949
|
"ResourceRegion": {
|
|
6876
|
-
"shape": "
|
|
6950
|
+
"shape": "Sh4"
|
|
6877
6951
|
},
|
|
6878
6952
|
"ResourceTags": {
|
|
6879
|
-
"shape": "
|
|
6953
|
+
"shape": "Shd"
|
|
6880
6954
|
},
|
|
6881
6955
|
"ResourceAwsEc2InstanceType": {
|
|
6882
|
-
"shape": "
|
|
6956
|
+
"shape": "Sh4"
|
|
6883
6957
|
},
|
|
6884
6958
|
"ResourceAwsEc2InstanceImageId": {
|
|
6885
|
-
"shape": "
|
|
6959
|
+
"shape": "Sh4"
|
|
6886
6960
|
},
|
|
6887
6961
|
"ResourceAwsEc2InstanceIpV4Addresses": {
|
|
6888
|
-
"shape": "
|
|
6962
|
+
"shape": "Shg"
|
|
6889
6963
|
},
|
|
6890
6964
|
"ResourceAwsEc2InstanceIpV6Addresses": {
|
|
6891
|
-
"shape": "
|
|
6965
|
+
"shape": "Shg"
|
|
6892
6966
|
},
|
|
6893
6967
|
"ResourceAwsEc2InstanceKeyName": {
|
|
6894
|
-
"shape": "
|
|
6968
|
+
"shape": "Sh4"
|
|
6895
6969
|
},
|
|
6896
6970
|
"ResourceAwsEc2InstanceIamInstanceProfileArn": {
|
|
6897
|
-
"shape": "
|
|
6971
|
+
"shape": "Sh4"
|
|
6898
6972
|
},
|
|
6899
6973
|
"ResourceAwsEc2InstanceVpcId": {
|
|
6900
|
-
"shape": "
|
|
6974
|
+
"shape": "Sh4"
|
|
6901
6975
|
},
|
|
6902
6976
|
"ResourceAwsEc2InstanceSubnetId": {
|
|
6903
|
-
"shape": "
|
|
6977
|
+
"shape": "Sh4"
|
|
6904
6978
|
},
|
|
6905
6979
|
"ResourceAwsEc2InstanceLaunchedAt": {
|
|
6906
|
-
"shape": "
|
|
6980
|
+
"shape": "Sh7"
|
|
6907
6981
|
},
|
|
6908
6982
|
"ResourceAwsS3BucketOwnerId": {
|
|
6909
|
-
"shape": "
|
|
6983
|
+
"shape": "Sh4"
|
|
6910
6984
|
},
|
|
6911
6985
|
"ResourceAwsS3BucketOwnerName": {
|
|
6912
|
-
"shape": "
|
|
6986
|
+
"shape": "Sh4"
|
|
6913
6987
|
},
|
|
6914
6988
|
"ResourceAwsIamAccessKeyUserName": {
|
|
6915
|
-
"shape": "
|
|
6989
|
+
"shape": "Sh4",
|
|
6916
6990
|
"deprecated": true,
|
|
6917
6991
|
"deprecatedMessage": "This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName."
|
|
6918
6992
|
},
|
|
6919
6993
|
"ResourceAwsIamAccessKeyPrincipalName": {
|
|
6920
|
-
"shape": "
|
|
6994
|
+
"shape": "Sh4"
|
|
6921
6995
|
},
|
|
6922
6996
|
"ResourceAwsIamAccessKeyStatus": {
|
|
6923
|
-
"shape": "
|
|
6997
|
+
"shape": "Sh4"
|
|
6924
6998
|
},
|
|
6925
6999
|
"ResourceAwsIamAccessKeyCreatedAt": {
|
|
6926
|
-
"shape": "
|
|
7000
|
+
"shape": "Sh7"
|
|
6927
7001
|
},
|
|
6928
7002
|
"ResourceAwsIamUserUserName": {
|
|
6929
|
-
"shape": "
|
|
7003
|
+
"shape": "Sh4"
|
|
6930
7004
|
},
|
|
6931
7005
|
"ResourceContainerName": {
|
|
6932
|
-
"shape": "
|
|
7006
|
+
"shape": "Sh4"
|
|
6933
7007
|
},
|
|
6934
7008
|
"ResourceContainerImageId": {
|
|
6935
|
-
"shape": "
|
|
7009
|
+
"shape": "Sh4"
|
|
6936
7010
|
},
|
|
6937
7011
|
"ResourceContainerImageName": {
|
|
6938
|
-
"shape": "
|
|
7012
|
+
"shape": "Sh4"
|
|
6939
7013
|
},
|
|
6940
7014
|
"ResourceContainerLaunchedAt": {
|
|
6941
|
-
"shape": "
|
|
7015
|
+
"shape": "Sh7"
|
|
6942
7016
|
},
|
|
6943
7017
|
"ResourceDetailsOther": {
|
|
6944
|
-
"shape": "
|
|
7018
|
+
"shape": "Shd"
|
|
6945
7019
|
},
|
|
6946
7020
|
"ComplianceStatus": {
|
|
6947
|
-
"shape": "
|
|
7021
|
+
"shape": "Sh4"
|
|
6948
7022
|
},
|
|
6949
7023
|
"VerificationState": {
|
|
6950
|
-
"shape": "
|
|
7024
|
+
"shape": "Sh4"
|
|
6951
7025
|
},
|
|
6952
7026
|
"WorkflowState": {
|
|
6953
|
-
"shape": "
|
|
7027
|
+
"shape": "Sh4"
|
|
6954
7028
|
},
|
|
6955
7029
|
"WorkflowStatus": {
|
|
6956
|
-
"shape": "
|
|
7030
|
+
"shape": "Sh4"
|
|
6957
7031
|
},
|
|
6958
7032
|
"RecordState": {
|
|
6959
|
-
"shape": "
|
|
7033
|
+
"shape": "Sh4"
|
|
6960
7034
|
},
|
|
6961
7035
|
"RelatedFindingsProductArn": {
|
|
6962
|
-
"shape": "
|
|
7036
|
+
"shape": "Sh4"
|
|
6963
7037
|
},
|
|
6964
7038
|
"RelatedFindingsId": {
|
|
6965
|
-
"shape": "
|
|
7039
|
+
"shape": "Sh4"
|
|
6966
7040
|
},
|
|
6967
7041
|
"NoteText": {
|
|
6968
|
-
"shape": "
|
|
7042
|
+
"shape": "Sh4"
|
|
6969
7043
|
},
|
|
6970
7044
|
"NoteUpdatedAt": {
|
|
6971
|
-
"shape": "
|
|
7045
|
+
"shape": "Sh7"
|
|
6972
7046
|
},
|
|
6973
7047
|
"NoteUpdatedBy": {
|
|
6974
|
-
"shape": "
|
|
7048
|
+
"shape": "Sh4"
|
|
6975
7049
|
},
|
|
6976
7050
|
"Keyword": {
|
|
6977
7051
|
"deprecated": true,
|
|
@@ -6985,25 +7059,25 @@
|
|
|
6985
7059
|
}
|
|
6986
7060
|
},
|
|
6987
7061
|
"FindingProviderFieldsConfidence": {
|
|
6988
|
-
"shape": "
|
|
7062
|
+
"shape": "Shb"
|
|
6989
7063
|
},
|
|
6990
7064
|
"FindingProviderFieldsCriticality": {
|
|
6991
|
-
"shape": "
|
|
7065
|
+
"shape": "Shb"
|
|
6992
7066
|
},
|
|
6993
7067
|
"FindingProviderFieldsRelatedFindingsId": {
|
|
6994
|
-
"shape": "
|
|
7068
|
+
"shape": "Sh4"
|
|
6995
7069
|
},
|
|
6996
7070
|
"FindingProviderFieldsRelatedFindingsProductArn": {
|
|
6997
|
-
"shape": "
|
|
7071
|
+
"shape": "Sh4"
|
|
6998
7072
|
},
|
|
6999
7073
|
"FindingProviderFieldsSeverityLabel": {
|
|
7000
|
-
"shape": "
|
|
7074
|
+
"shape": "Sh4"
|
|
7001
7075
|
},
|
|
7002
7076
|
"FindingProviderFieldsSeverityOriginal": {
|
|
7003
|
-
"shape": "
|
|
7077
|
+
"shape": "Sh4"
|
|
7004
7078
|
},
|
|
7005
7079
|
"FindingProviderFieldsTypes": {
|
|
7006
|
-
"shape": "
|
|
7080
|
+
"shape": "Sh4"
|
|
7007
7081
|
},
|
|
7008
7082
|
"Sample": {
|
|
7009
7083
|
"type": "list",
|
|
@@ -7018,7 +7092,7 @@
|
|
|
7018
7092
|
}
|
|
7019
7093
|
}
|
|
7020
7094
|
},
|
|
7021
|
-
"
|
|
7095
|
+
"Sh4": {
|
|
7022
7096
|
"type": "list",
|
|
7023
7097
|
"member": {
|
|
7024
7098
|
"type": "structure",
|
|
@@ -7028,7 +7102,7 @@
|
|
|
7028
7102
|
}
|
|
7029
7103
|
}
|
|
7030
7104
|
},
|
|
7031
|
-
"
|
|
7105
|
+
"Sh7": {
|
|
7032
7106
|
"type": "list",
|
|
7033
7107
|
"member": {
|
|
7034
7108
|
"type": "structure",
|
|
@@ -7047,7 +7121,7 @@
|
|
|
7047
7121
|
}
|
|
7048
7122
|
}
|
|
7049
7123
|
},
|
|
7050
|
-
"
|
|
7124
|
+
"Shb": {
|
|
7051
7125
|
"type": "list",
|
|
7052
7126
|
"member": {
|
|
7053
7127
|
"type": "structure",
|
|
@@ -7064,7 +7138,7 @@
|
|
|
7064
7138
|
}
|
|
7065
7139
|
}
|
|
7066
7140
|
},
|
|
7067
|
-
"
|
|
7141
|
+
"Shd": {
|
|
7068
7142
|
"type": "list",
|
|
7069
7143
|
"member": {
|
|
7070
7144
|
"type": "structure",
|
|
@@ -7075,7 +7149,7 @@
|
|
|
7075
7149
|
}
|
|
7076
7150
|
}
|
|
7077
7151
|
},
|
|
7078
|
-
"
|
|
7152
|
+
"Shg": {
|
|
7079
7153
|
"type": "list",
|
|
7080
7154
|
"member": {
|
|
7081
7155
|
"type": "structure",
|
|
@@ -7084,7 +7158,7 @@
|
|
|
7084
7158
|
}
|
|
7085
7159
|
}
|
|
7086
7160
|
},
|
|
7087
|
-
"
|
|
7161
|
+
"Shs": {
|
|
7088
7162
|
"type": "list",
|
|
7089
7163
|
"member": {
|
|
7090
7164
|
"type": "structure",
|
|
@@ -7094,35 +7168,35 @@
|
|
|
7094
7168
|
}
|
|
7095
7169
|
}
|
|
7096
7170
|
},
|
|
7097
|
-
"
|
|
7171
|
+
"Shv": {
|
|
7098
7172
|
"type": "list",
|
|
7099
7173
|
"member": {}
|
|
7100
7174
|
},
|
|
7101
|
-
"
|
|
7175
|
+
"Si8": {
|
|
7102
7176
|
"type": "list",
|
|
7103
7177
|
"member": {}
|
|
7104
7178
|
},
|
|
7105
|
-
"
|
|
7179
|
+
"Siz": {
|
|
7106
7180
|
"type": "timestamp",
|
|
7107
7181
|
"timestampFormat": "iso8601"
|
|
7108
7182
|
},
|
|
7109
|
-
"
|
|
7183
|
+
"Sji": {
|
|
7110
7184
|
"type": "map",
|
|
7111
7185
|
"key": {},
|
|
7112
7186
|
"value": {}
|
|
7113
7187
|
},
|
|
7114
|
-
"
|
|
7188
|
+
"Sjo": {
|
|
7115
7189
|
"type": "structure",
|
|
7116
7190
|
"members": {
|
|
7117
7191
|
"AccountId": {},
|
|
7118
7192
|
"InvitationId": {},
|
|
7119
7193
|
"InvitedAt": {
|
|
7120
|
-
"shape": "
|
|
7194
|
+
"shape": "Siz"
|
|
7121
7195
|
},
|
|
7122
7196
|
"MemberStatus": {}
|
|
7123
7197
|
}
|
|
7124
7198
|
},
|
|
7125
|
-
"
|
|
7199
|
+
"Ske": {
|
|
7126
7200
|
"type": "list",
|
|
7127
7201
|
"member": {
|
|
7128
7202
|
"type": "structure",
|
|
@@ -7136,10 +7210,10 @@
|
|
|
7136
7210
|
"AdministratorId": {},
|
|
7137
7211
|
"MemberStatus": {},
|
|
7138
7212
|
"InvitedAt": {
|
|
7139
|
-
"shape": "
|
|
7213
|
+
"shape": "Siz"
|
|
7140
7214
|
},
|
|
7141
7215
|
"UpdatedAt": {
|
|
7142
|
-
"shape": "
|
|
7216
|
+
"shape": "Siz"
|
|
7143
7217
|
}
|
|
7144
7218
|
}
|
|
7145
7219
|
}
|