@pgarbe/cdk-ecr-sync 0.5.18 → 0.5.22
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 +19 -19
- package/.jsii +2588 -1305
- package/.projenrc.ts +51 -0
- package/API.md +177 -46
- package/lib/ecr-sync.d.ts +6 -6
- package/lib/ecr-sync.js +16 -15
- package/node_modules/aws-sdk/CHANGELOG.md +419 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +5 -4
- package/node_modules/aws-sdk/apis/account-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +123 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +442 -11
- package/node_modules/aws-sdk/apis/amp-2020-08-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.waiters2.json +43 -0
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +347 -3
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.examples.json +715 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +48 -38
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +87 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +43 -37
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +222 -8
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +51 -30
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +10 -10
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +505 -141
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +97 -77
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +464 -12
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +344 -114
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +189 -60
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +420 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/batch-2016-08-10.examples.json +30 -6
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +267 -72
- package/node_modules/aws-sdk/apis/batch-2016-08-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +388 -11
- package/node_modules/aws-sdk/apis/braket-2019-09-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +287 -201
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +503 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +752 -88
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.min.json +271 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +702 -180
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +74 -73
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +224 -125
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +242 -68
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +805 -103
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +322 -50
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +430 -110
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +460 -39
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +207 -56
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +676 -140
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +31 -2
- package/node_modules/aws-sdk/apis/directconnect-2012-10-25.min.json +133 -36
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +120 -73
- package/node_modules/aws-sdk/apis/drs-2020-02-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +1347 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +296 -261
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4613 -1377
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +90 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +6 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +445 -31
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +114 -75
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +131 -124
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +18 -6
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1853 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +24 -4
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +602 -36
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +198 -82
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +507 -76
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +358 -75
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +817 -138
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +149 -149
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +388 -367
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.examples.json +5 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +728 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +124 -82
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +1993 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +57 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +375 -209
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +31 -3
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +360 -124
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +1675 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +1073 -94
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +276 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +7 -12
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +459 -78
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +691 -130
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +64 -24
- package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +608 -8
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +858 -81
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +50 -5
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +180 -120
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +186 -72
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +166 -147
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +39 -7
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +9 -7
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +198 -108
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +321 -130
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +301 -227
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +7 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +411 -149
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +68 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +156 -43
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +1230 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +1032 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +850 -157
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +192 -128
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +4 -0
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +65 -31
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +2044 -118
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +752 -957
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +50 -56
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +234 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +507 -49
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.examples.json +5 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +1622 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.paginators.json +49 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +338 -31
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +2 -4
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +869 -352
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +752 -74
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +41 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +327 -194
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +16 -11
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.min.json +325 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +538 -323
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +253 -148
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +0 -6
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +362 -121
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +263 -198
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +85 -13
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +458 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +14 -13
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +138 -138
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +196 -163
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +15 -7
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2264 -1025
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +779 -259
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +72 -70
- package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +93 -14
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +35 -25
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +90 -18
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +379 -351
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +58 -11
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +39 -9
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +163 -30
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +623 -42
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +81 -13
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +80 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +44 -43
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +66 -30
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +903 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +166 -97
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +398 -59
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1525 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +308 -27
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +83 -50
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +1579 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +39 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +6 -1
- package/node_modules/aws-sdk/clients/account.d.ts +136 -0
- package/node_modules/aws-sdk/clients/account.js +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +21 -0
- package/node_modules/aws-sdk/clients/all.js +22 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +387 -0
- package/node_modules/aws-sdk/clients/amp.js +1 -0
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +313 -1
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +1003 -0
- package/node_modules/aws-sdk/clients/amplifyuibuilder.js +18 -0
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +86 -68
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +102 -0
- package/node_modules/aws-sdk/clients/appconfigdata.js +18 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +8 -0
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +273 -2
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +38 -38
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +18 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +55 -54
- package/node_modules/aws-sdk/clients/appstream.d.ts +482 -15
- package/node_modules/aws-sdk/clients/appsync.d.ts +35 -13
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +801 -313
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +341 -51
- package/node_modules/aws-sdk/clients/backup.d.ts +162 -32
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +571 -0
- package/node_modules/aws-sdk/clients/backupgateway.js +18 -0
- package/node_modules/aws-sdk/clients/batch.d.ts +250 -34
- package/node_modules/aws-sdk/clients/braket.d.ts +409 -0
- package/node_modules/aws-sdk/clients/chime.d.ts +135 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +314 -2
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +546 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +620 -16
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +385 -0
- package/node_modules/aws-sdk/clients/cloudcontrol.js +19 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +46 -14
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +494 -40
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +71 -17
- package/node_modules/aws-sdk/clients/codebuild.d.ts +8 -3
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +60 -23
- package/node_modules/aws-sdk/clients/comprehend.d.ts +200 -1
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +249 -10
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +846 -48
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +18 -13
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +322 -11
- package/node_modules/aws-sdk/clients/databrew.d.ts +358 -1
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +525 -23
- package/node_modules/aws-sdk/clients/datasync.d.ts +241 -11
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +707 -81
- package/node_modules/aws-sdk/clients/directconnect.d.ts +208 -49
- package/node_modules/aws-sdk/clients/dms.d.ts +116 -34
- package/node_modules/aws-sdk/clients/drs.d.ts +1737 -0
- package/node_modules/aws-sdk/clients/drs.js +18 -0
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +113 -61
- package/node_modules/aws-sdk/clients/ec2.d.ts +4037 -416
- package/node_modules/aws-sdk/clients/ecr.d.ts +713 -56
- package/node_modules/aws-sdk/clients/ecs.d.ts +416 -345
- package/node_modules/aws-sdk/clients/efs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -23
- package/node_modules/aws-sdk/clients/elasticache.d.ts +51 -30
- package/node_modules/aws-sdk/clients/elbv2.d.ts +29 -12
- package/node_modules/aws-sdk/clients/emr.d.ts +38 -18
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +18 -3
- package/node_modules/aws-sdk/clients/es.d.ts +39 -3
- package/node_modules/aws-sdk/clients/evidently.d.ts +1892 -0
- package/node_modules/aws-sdk/clients/evidently.js +18 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +26 -0
- package/node_modules/aws-sdk/clients/finspace.js +0 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +741 -65
- package/node_modules/aws-sdk/clients/finspacedata.js +0 -1
- package/node_modules/aws-sdk/clients/firehose.d.ts +62 -0
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +561 -9
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +434 -26
- package/node_modules/aws-sdk/clients/fsx.d.ts +905 -139
- package/node_modules/aws-sdk/clients/gamelift.d.ts +9 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +59 -2
- package/node_modules/aws-sdk/clients/grafana.d.ts +718 -0
- package/node_modules/aws-sdk/clients/grafana.js +18 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +8 -4
- package/node_modules/aws-sdk/clients/health.d.ts +49 -49
- package/node_modules/aws-sdk/clients/iam.d.ts +85 -85
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +102 -42
- package/node_modules/aws-sdk/clients/inspector2.d.ts +2448 -0
- package/node_modules/aws-sdk/clients/inspector2.js +18 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +252 -18
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +90 -60
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +254 -12
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +1672 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.js +19 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +637 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +353 -124
- package/node_modules/aws-sdk/clients/kafka.d.ts +503 -18
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +1132 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.js +18 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +797 -60
- package/node_modules/aws-sdk/clients/kinesis.d.ts +114 -46
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +30 -30
- package/node_modules/aws-sdk/clients/kms.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +935 -97
- package/node_modules/aws-sdk/clients/lambda.d.ts +102 -37
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +834 -21
- package/node_modules/aws-sdk/clients/lexmodelsv2.js +0 -1
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +12 -7
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +215 -42
- package/node_modules/aws-sdk/clients/lightsail.d.ts +25 -2
- package/node_modules/aws-sdk/clients/location.d.ts +124 -60
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +23 -14
- package/node_modules/aws-sdk/clients/lookoutmetrics.js +0 -1
- package/node_modules/aws-sdk/clients/macie2.d.ts +171 -82
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +280 -81
- package/node_modules/aws-sdk/clients/medialive.d.ts +81 -5
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -0
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +8 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +271 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +140 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +1686 -0
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.js +18 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +1335 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.js +18 -0
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -12
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +61 -10
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +2680 -519
- package/node_modules/aws-sdk/clients/nimble.d.ts +499 -299
- package/node_modules/aws-sdk/clients/nimble.js +1 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +43 -1
- package/node_modules/aws-sdk/clients/outposts.d.ts +520 -12
- package/node_modules/aws-sdk/clients/panorama.d.ts +1926 -0
- package/node_modules/aws-sdk/clients/panorama.js +18 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +456 -9
- package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +8 -4
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +534 -4
- package/node_modules/aws-sdk/clients/proton.d.ts +984 -152
- package/node_modules/aws-sdk/clients/quicksight.d.ts +337 -193
- package/node_modules/aws-sdk/clients/ram.d.ts +234 -212
- package/node_modules/aws-sdk/clients/rbin.d.ts +355 -0
- package/node_modules/aws-sdk/clients/rbin.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +758 -388
- package/node_modules/aws-sdk/clients/redshift.d.ts +170 -8
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +34 -34
- package/node_modules/aws-sdk/clients/rekognition.d.ts +347 -28
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +2101 -0
- package/node_modules/aws-sdk/clients/resiliencehub.js +18 -0
- package/node_modules/aws-sdk/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/node_modules/aws-sdk/clients/robomaker.d.ts +139 -13
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +94 -0
- package/node_modules/aws-sdk/clients/rum.d.ts +509 -0
- package/node_modules/aws-sdk/clients/rum.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +123 -75
- package/node_modules/aws-sdk/clients/s3control.d.ts +11 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1757 -95
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +7 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +829 -13
- package/node_modules/aws-sdk/clients/sesv2.d.ts +128 -108
- package/node_modules/aws-sdk/clients/shield.d.ts +125 -43
- package/node_modules/aws-sdk/clients/snowball.d.ts +73 -55
- package/node_modules/aws-sdk/clients/sns.d.ts +127 -34
- package/node_modules/aws-sdk/clients/sqs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ssm.d.ts +349 -283
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +66 -66
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +101 -36
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/synthetics.d.ts +40 -0
- package/node_modules/aws-sdk/clients/textract.d.ts +167 -8
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +661 -19
- package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +135 -42
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +75 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +21 -16
- package/node_modules/aws-sdk/clients/translate.d.ts +74 -21
- package/node_modules/aws-sdk/clients/voiceid.d.ts +1133 -0
- package/node_modules/aws-sdk/clients/voiceid.js +18 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +113 -31
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +355 -13
- package/node_modules/aws-sdk/clients/wisdom.d.ts +1499 -0
- package/node_modules/aws-sdk/clients/wisdom.js +18 -0
- package/node_modules/aws-sdk/clients/workmail.d.ts +383 -5
- package/node_modules/aws-sdk/clients/workspaces.d.ts +87 -40
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +1520 -0
- package/node_modules/aws-sdk/clients/workspacesweb.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +129 -80
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1300 -550
- package/node_modules/aws-sdk/dist/aws-sdk.js +12256 -4407
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -87
- package/node_modules/aws-sdk/lib/config-base.d.ts +8 -0
- package/node_modules/aws-sdk/lib/config.js +15 -3
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +42 -0
- package/node_modules/aws-sdk/lib/config_use_dualstack.d.ts +3 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +91 -39
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -2
- package/node_modules/aws-sdk/lib/http_request.d.ts +1 -1
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/node_modules/aws-sdk/lib/node_loader.js +63 -21
- package/node_modules/aws-sdk/lib/protocol/rest_json.js +6 -12
- package/node_modules/aws-sdk/lib/region/utils.js +21 -0
- package/node_modules/aws-sdk/lib/region_config.js +13 -13
- package/node_modules/aws-sdk/lib/region_config_data.json +141 -6
- package/node_modules/aws-sdk/lib/request.js +4 -6
- package/node_modules/aws-sdk/lib/service.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +16 -20
- package/node_modules/aws-sdk/lib/services/s3control.js +12 -3
- package/node_modules/aws-sdk/lib/services/s3util.js +17 -7
- package/node_modules/aws-sdk/lib/signers/v4.js +1 -1
- package/node_modules/aws-sdk/package.json +4 -5
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +18 -14
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/.eslintrc.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/AUTHORS +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/LICENSE.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README_js.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/bin/uuid +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/index.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/bytesToUuid.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/v35.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/package.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v3.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v4.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v5.js +0 -0
- package/package.json +42 -69
- package/node_modules/aws-sdk/lib/metadata_service/endpoint.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_config_options.js +0 -14
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode_config_options.js +0 -16
- package/node_modules/aws-sdk/lib/services/finspace.js +0 -23
- package/node_modules/aws-sdk/lib/services/finspacedata.js +0 -23
- package/node_modules/aws-sdk/lib/services/lexmodelsv2.js +0 -23
- package/node_modules/aws-sdk/lib/services/lookoutmetrics.js +0 -22
- package/node_modules/aws-sdk/scripts/check-node-version.js +0 -8
|
@@ -117,11 +117,18 @@
|
|
|
117
117
|
"jobType": {
|
|
118
118
|
"locationName": "jobType"
|
|
119
119
|
},
|
|
120
|
+
"managedDataIdentifierIds": {
|
|
121
|
+
"shape": "S5",
|
|
122
|
+
"locationName": "managedDataIdentifierIds"
|
|
123
|
+
},
|
|
124
|
+
"managedDataIdentifierSelector": {
|
|
125
|
+
"locationName": "managedDataIdentifierSelector"
|
|
126
|
+
},
|
|
120
127
|
"name": {
|
|
121
128
|
"locationName": "name"
|
|
122
129
|
},
|
|
123
130
|
"s3JobDefinition": {
|
|
124
|
-
"shape": "
|
|
131
|
+
"shape": "Se",
|
|
125
132
|
"locationName": "s3JobDefinition"
|
|
126
133
|
},
|
|
127
134
|
"samplingPercentage": {
|
|
@@ -129,11 +136,11 @@
|
|
|
129
136
|
"type": "integer"
|
|
130
137
|
},
|
|
131
138
|
"scheduleFrequency": {
|
|
132
|
-
"shape": "
|
|
139
|
+
"shape": "S12",
|
|
133
140
|
"locationName": "scheduleFrequency"
|
|
134
141
|
},
|
|
135
142
|
"tags": {
|
|
136
|
-
"shape": "
|
|
143
|
+
"shape": "S17",
|
|
137
144
|
"locationName": "tags"
|
|
138
145
|
}
|
|
139
146
|
},
|
|
@@ -189,8 +196,12 @@
|
|
|
189
196
|
"regex": {
|
|
190
197
|
"locationName": "regex"
|
|
191
198
|
},
|
|
199
|
+
"severityLevels": {
|
|
200
|
+
"shape": "S1a",
|
|
201
|
+
"locationName": "severityLevels"
|
|
202
|
+
},
|
|
192
203
|
"tags": {
|
|
193
|
-
"shape": "
|
|
204
|
+
"shape": "S17",
|
|
194
205
|
"locationName": "tags"
|
|
195
206
|
}
|
|
196
207
|
}
|
|
@@ -223,7 +234,7 @@
|
|
|
223
234
|
"locationName": "description"
|
|
224
235
|
},
|
|
225
236
|
"findingCriteria": {
|
|
226
|
-
"shape": "
|
|
237
|
+
"shape": "S1h",
|
|
227
238
|
"locationName": "findingCriteria"
|
|
228
239
|
},
|
|
229
240
|
"name": {
|
|
@@ -234,7 +245,7 @@
|
|
|
234
245
|
"type": "integer"
|
|
235
246
|
},
|
|
236
247
|
"tags": {
|
|
237
|
-
"shape": "
|
|
248
|
+
"shape": "S17",
|
|
238
249
|
"locationName": "tags"
|
|
239
250
|
}
|
|
240
251
|
},
|
|
@@ -284,7 +295,7 @@
|
|
|
284
295
|
"type": "structure",
|
|
285
296
|
"members": {
|
|
286
297
|
"unprocessedAccounts": {
|
|
287
|
-
"shape": "
|
|
298
|
+
"shape": "S1n",
|
|
288
299
|
"locationName": "unprocessedAccounts"
|
|
289
300
|
}
|
|
290
301
|
}
|
|
@@ -315,7 +326,7 @@
|
|
|
315
326
|
]
|
|
316
327
|
},
|
|
317
328
|
"tags": {
|
|
318
|
-
"shape": "
|
|
329
|
+
"shape": "S17",
|
|
319
330
|
"locationName": "tags"
|
|
320
331
|
}
|
|
321
332
|
},
|
|
@@ -373,7 +384,7 @@
|
|
|
373
384
|
"type": "structure",
|
|
374
385
|
"members": {
|
|
375
386
|
"unprocessedAccounts": {
|
|
376
|
-
"shape": "
|
|
387
|
+
"shape": "S1n",
|
|
377
388
|
"locationName": "unprocessedAccounts"
|
|
378
389
|
}
|
|
379
390
|
}
|
|
@@ -446,7 +457,7 @@
|
|
|
446
457
|
"type": "structure",
|
|
447
458
|
"members": {
|
|
448
459
|
"unprocessedAccounts": {
|
|
449
|
-
"shape": "
|
|
460
|
+
"shape": "S1n",
|
|
450
461
|
"locationName": "unprocessedAccounts"
|
|
451
462
|
}
|
|
452
463
|
}
|
|
@@ -574,8 +585,14 @@
|
|
|
574
585
|
"locationName": "classifiableSizeInBytes",
|
|
575
586
|
"type": "long"
|
|
576
587
|
},
|
|
588
|
+
"errorCode": {
|
|
589
|
+
"locationName": "errorCode"
|
|
590
|
+
},
|
|
591
|
+
"errorMessage": {
|
|
592
|
+
"locationName": "errorMessage"
|
|
593
|
+
},
|
|
577
594
|
"jobDetails": {
|
|
578
|
-
"shape": "
|
|
595
|
+
"shape": "S2h",
|
|
579
596
|
"locationName": "jobDetails"
|
|
580
597
|
},
|
|
581
598
|
"lastUpdated": {
|
|
@@ -587,11 +604,11 @@
|
|
|
587
604
|
"type": "long"
|
|
588
605
|
},
|
|
589
606
|
"objectCountByEncryptionType": {
|
|
590
|
-
"shape": "
|
|
607
|
+
"shape": "S2k",
|
|
591
608
|
"locationName": "objectCountByEncryptionType"
|
|
592
609
|
},
|
|
593
610
|
"publicAccess": {
|
|
594
|
-
"shape": "
|
|
611
|
+
"shape": "S2l",
|
|
595
612
|
"locationName": "publicAccess"
|
|
596
613
|
},
|
|
597
614
|
"region": {
|
|
@@ -642,15 +659,15 @@
|
|
|
642
659
|
"locationName": "tags",
|
|
643
660
|
"type": "list",
|
|
644
661
|
"member": {
|
|
645
|
-
"shape": "
|
|
662
|
+
"shape": "S2y"
|
|
646
663
|
}
|
|
647
664
|
},
|
|
648
665
|
"unclassifiableObjectCount": {
|
|
649
|
-
"shape": "
|
|
666
|
+
"shape": "S2z",
|
|
650
667
|
"locationName": "unclassifiableObjectCount"
|
|
651
668
|
},
|
|
652
669
|
"unclassifiableObjectSizeInBytes": {
|
|
653
|
-
"shape": "
|
|
670
|
+
"shape": "S2z",
|
|
654
671
|
"locationName": "unclassifiableObjectSizeInBytes"
|
|
655
672
|
},
|
|
656
673
|
"versioning": {
|
|
@@ -719,18 +736,25 @@
|
|
|
719
736
|
"locationName": "jobType"
|
|
720
737
|
},
|
|
721
738
|
"lastRunErrorStatus": {
|
|
722
|
-
"shape": "
|
|
739
|
+
"shape": "S33",
|
|
723
740
|
"locationName": "lastRunErrorStatus"
|
|
724
741
|
},
|
|
725
742
|
"lastRunTime": {
|
|
726
743
|
"shape": "S9",
|
|
727
744
|
"locationName": "lastRunTime"
|
|
728
745
|
},
|
|
746
|
+
"managedDataIdentifierIds": {
|
|
747
|
+
"shape": "S5",
|
|
748
|
+
"locationName": "managedDataIdentifierIds"
|
|
749
|
+
},
|
|
750
|
+
"managedDataIdentifierSelector": {
|
|
751
|
+
"locationName": "managedDataIdentifierSelector"
|
|
752
|
+
},
|
|
729
753
|
"name": {
|
|
730
754
|
"locationName": "name"
|
|
731
755
|
},
|
|
732
756
|
"s3JobDefinition": {
|
|
733
|
-
"shape": "
|
|
757
|
+
"shape": "Se",
|
|
734
758
|
"locationName": "s3JobDefinition"
|
|
735
759
|
},
|
|
736
760
|
"samplingPercentage": {
|
|
@@ -738,7 +762,7 @@
|
|
|
738
762
|
"type": "integer"
|
|
739
763
|
},
|
|
740
764
|
"scheduleFrequency": {
|
|
741
|
-
"shape": "
|
|
765
|
+
"shape": "S12",
|
|
742
766
|
"locationName": "scheduleFrequency"
|
|
743
767
|
},
|
|
744
768
|
"statistics": {
|
|
@@ -756,11 +780,11 @@
|
|
|
756
780
|
}
|
|
757
781
|
},
|
|
758
782
|
"tags": {
|
|
759
|
-
"shape": "
|
|
783
|
+
"shape": "S17",
|
|
760
784
|
"locationName": "tags"
|
|
761
785
|
},
|
|
762
786
|
"userPausedDetails": {
|
|
763
|
-
"shape": "
|
|
787
|
+
"shape": "S37",
|
|
764
788
|
"locationName": "userPausedDetails"
|
|
765
789
|
}
|
|
766
790
|
}
|
|
@@ -942,7 +966,7 @@
|
|
|
942
966
|
"type": "structure",
|
|
943
967
|
"members": {
|
|
944
968
|
"administrator": {
|
|
945
|
-
"shape": "
|
|
969
|
+
"shape": "S3s",
|
|
946
970
|
"locationName": "administrator"
|
|
947
971
|
}
|
|
948
972
|
}
|
|
@@ -1077,11 +1101,11 @@
|
|
|
1077
1101
|
"type": "long"
|
|
1078
1102
|
},
|
|
1079
1103
|
"unclassifiableObjectCount": {
|
|
1080
|
-
"shape": "
|
|
1104
|
+
"shape": "S2z",
|
|
1081
1105
|
"locationName": "unclassifiableObjectCount"
|
|
1082
1106
|
},
|
|
1083
1107
|
"unclassifiableObjectSizeInBytes": {
|
|
1084
|
-
"shape": "
|
|
1108
|
+
"shape": "S2z",
|
|
1085
1109
|
"locationName": "unclassifiableObjectSizeInBytes"
|
|
1086
1110
|
}
|
|
1087
1111
|
}
|
|
@@ -1101,7 +1125,7 @@
|
|
|
1101
1125
|
"type": "structure",
|
|
1102
1126
|
"members": {
|
|
1103
1127
|
"configuration": {
|
|
1104
|
-
"shape": "
|
|
1128
|
+
"shape": "S42",
|
|
1105
1129
|
"locationName": "configuration"
|
|
1106
1130
|
}
|
|
1107
1131
|
}
|
|
@@ -1163,8 +1187,12 @@
|
|
|
1163
1187
|
"regex": {
|
|
1164
1188
|
"locationName": "regex"
|
|
1165
1189
|
},
|
|
1190
|
+
"severityLevels": {
|
|
1191
|
+
"shape": "S1a",
|
|
1192
|
+
"locationName": "severityLevels"
|
|
1193
|
+
},
|
|
1166
1194
|
"tags": {
|
|
1167
|
-
"shape": "
|
|
1195
|
+
"shape": "S17",
|
|
1168
1196
|
"locationName": "tags"
|
|
1169
1197
|
}
|
|
1170
1198
|
}
|
|
@@ -1179,7 +1207,7 @@
|
|
|
1179
1207
|
"type": "structure",
|
|
1180
1208
|
"members": {
|
|
1181
1209
|
"findingCriteria": {
|
|
1182
|
-
"shape": "
|
|
1210
|
+
"shape": "S1h",
|
|
1183
1211
|
"locationName": "findingCriteria"
|
|
1184
1212
|
},
|
|
1185
1213
|
"groupBy": {
|
|
@@ -1241,7 +1269,7 @@
|
|
|
1241
1269
|
"locationName": "findingIds"
|
|
1242
1270
|
},
|
|
1243
1271
|
"sortCriteria": {
|
|
1244
|
-
"shape": "
|
|
1272
|
+
"shape": "S4e",
|
|
1245
1273
|
"locationName": "sortCriteria"
|
|
1246
1274
|
}
|
|
1247
1275
|
},
|
|
@@ -1310,7 +1338,7 @@
|
|
|
1310
1338
|
"locationName": "name"
|
|
1311
1339
|
},
|
|
1312
1340
|
"occurrences": {
|
|
1313
|
-
"shape": "
|
|
1341
|
+
"shape": "S4o",
|
|
1314
1342
|
"locationName": "occurrences"
|
|
1315
1343
|
}
|
|
1316
1344
|
}
|
|
@@ -1345,7 +1373,7 @@
|
|
|
1345
1373
|
"type": "long"
|
|
1346
1374
|
},
|
|
1347
1375
|
"occurrences": {
|
|
1348
|
-
"shape": "
|
|
1376
|
+
"shape": "S4o",
|
|
1349
1377
|
"locationName": "occurrences"
|
|
1350
1378
|
},
|
|
1351
1379
|
"type": {
|
|
@@ -1527,7 +1555,7 @@
|
|
|
1527
1555
|
"locationName": "principalId"
|
|
1528
1556
|
},
|
|
1529
1557
|
"sessionContext": {
|
|
1530
|
-
"shape": "
|
|
1558
|
+
"shape": "S5g",
|
|
1531
1559
|
"locationName": "sessionContext"
|
|
1532
1560
|
}
|
|
1533
1561
|
}
|
|
@@ -1570,7 +1598,7 @@
|
|
|
1570
1598
|
"locationName": "principalId"
|
|
1571
1599
|
},
|
|
1572
1600
|
"sessionContext": {
|
|
1573
|
-
"shape": "
|
|
1601
|
+
"shape": "S5g",
|
|
1574
1602
|
"locationName": "sessionContext"
|
|
1575
1603
|
}
|
|
1576
1604
|
}
|
|
@@ -1639,7 +1667,7 @@
|
|
|
1639
1667
|
"locationName": "createdAt"
|
|
1640
1668
|
},
|
|
1641
1669
|
"defaultServerSideEncryption": {
|
|
1642
|
-
"shape": "
|
|
1670
|
+
"shape": "S5r",
|
|
1643
1671
|
"locationName": "defaultServerSideEncryption"
|
|
1644
1672
|
},
|
|
1645
1673
|
"name": {
|
|
@@ -1658,11 +1686,11 @@
|
|
|
1658
1686
|
}
|
|
1659
1687
|
},
|
|
1660
1688
|
"publicAccess": {
|
|
1661
|
-
"shape": "
|
|
1689
|
+
"shape": "S2l",
|
|
1662
1690
|
"locationName": "publicAccess"
|
|
1663
1691
|
},
|
|
1664
1692
|
"tags": {
|
|
1665
|
-
"shape": "
|
|
1693
|
+
"shape": "S5u",
|
|
1666
1694
|
"locationName": "tags"
|
|
1667
1695
|
}
|
|
1668
1696
|
}
|
|
@@ -1695,7 +1723,7 @@
|
|
|
1695
1723
|
"type": "boolean"
|
|
1696
1724
|
},
|
|
1697
1725
|
"serverSideEncryption": {
|
|
1698
|
-
"shape": "
|
|
1726
|
+
"shape": "S5r",
|
|
1699
1727
|
"locationName": "serverSideEncryption"
|
|
1700
1728
|
},
|
|
1701
1729
|
"size": {
|
|
@@ -1706,7 +1734,7 @@
|
|
|
1706
1734
|
"locationName": "storageClass"
|
|
1707
1735
|
},
|
|
1708
1736
|
"tags": {
|
|
1709
|
-
"shape": "
|
|
1737
|
+
"shape": "S5u",
|
|
1710
1738
|
"locationName": "tags"
|
|
1711
1739
|
},
|
|
1712
1740
|
"versionId": {
|
|
@@ -1783,7 +1811,7 @@
|
|
|
1783
1811
|
"locationName": "description"
|
|
1784
1812
|
},
|
|
1785
1813
|
"findingCriteria": {
|
|
1786
|
-
"shape": "
|
|
1814
|
+
"shape": "S1h",
|
|
1787
1815
|
"locationName": "findingCriteria"
|
|
1788
1816
|
},
|
|
1789
1817
|
"id": {
|
|
@@ -1797,7 +1825,7 @@
|
|
|
1797
1825
|
"type": "integer"
|
|
1798
1826
|
},
|
|
1799
1827
|
"tags": {
|
|
1800
|
-
"shape": "
|
|
1828
|
+
"shape": "S17",
|
|
1801
1829
|
"locationName": "tags"
|
|
1802
1830
|
}
|
|
1803
1831
|
}
|
|
@@ -1817,7 +1845,7 @@
|
|
|
1817
1845
|
"type": "structure",
|
|
1818
1846
|
"members": {
|
|
1819
1847
|
"securityHubConfiguration": {
|
|
1820
|
-
"shape": "
|
|
1848
|
+
"shape": "S63",
|
|
1821
1849
|
"locationName": "securityHubConfiguration"
|
|
1822
1850
|
}
|
|
1823
1851
|
}
|
|
@@ -1890,7 +1918,7 @@
|
|
|
1890
1918
|
"type": "structure",
|
|
1891
1919
|
"members": {
|
|
1892
1920
|
"master": {
|
|
1893
|
-
"shape": "
|
|
1921
|
+
"shape": "S3s",
|
|
1894
1922
|
"locationName": "master"
|
|
1895
1923
|
}
|
|
1896
1924
|
}
|
|
@@ -1940,7 +1968,7 @@
|
|
|
1940
1968
|
"locationName": "relationshipStatus"
|
|
1941
1969
|
},
|
|
1942
1970
|
"tags": {
|
|
1943
|
-
"shape": "
|
|
1971
|
+
"shape": "S17",
|
|
1944
1972
|
"locationName": "tags"
|
|
1945
1973
|
},
|
|
1946
1974
|
"updatedAt": {
|
|
@@ -2119,11 +2147,11 @@
|
|
|
2119
2147
|
"type": "structure",
|
|
2120
2148
|
"members": {
|
|
2121
2149
|
"excludes": {
|
|
2122
|
-
"shape": "
|
|
2150
|
+
"shape": "S6z",
|
|
2123
2151
|
"locationName": "excludes"
|
|
2124
2152
|
},
|
|
2125
2153
|
"includes": {
|
|
2126
|
-
"shape": "
|
|
2154
|
+
"shape": "S6z",
|
|
2127
2155
|
"locationName": "includes"
|
|
2128
2156
|
}
|
|
2129
2157
|
}
|
|
@@ -2159,7 +2187,7 @@
|
|
|
2159
2187
|
"type": "structure",
|
|
2160
2188
|
"members": {
|
|
2161
2189
|
"bucketDefinitions": {
|
|
2162
|
-
"shape": "
|
|
2190
|
+
"shape": "Sf",
|
|
2163
2191
|
"locationName": "bucketDefinitions"
|
|
2164
2192
|
},
|
|
2165
2193
|
"createdAt": {
|
|
@@ -2176,18 +2204,18 @@
|
|
|
2176
2204
|
"locationName": "jobType"
|
|
2177
2205
|
},
|
|
2178
2206
|
"lastRunErrorStatus": {
|
|
2179
|
-
"shape": "
|
|
2207
|
+
"shape": "S33",
|
|
2180
2208
|
"locationName": "lastRunErrorStatus"
|
|
2181
2209
|
},
|
|
2182
2210
|
"name": {
|
|
2183
2211
|
"locationName": "name"
|
|
2184
2212
|
},
|
|
2185
2213
|
"userPausedDetails": {
|
|
2186
|
-
"shape": "
|
|
2214
|
+
"shape": "S37",
|
|
2187
2215
|
"locationName": "userPausedDetails"
|
|
2188
2216
|
},
|
|
2189
2217
|
"bucketCriteria": {
|
|
2190
|
-
"shape": "
|
|
2218
|
+
"shape": "Ss",
|
|
2191
2219
|
"locationName": "bucketCriteria"
|
|
2192
2220
|
}
|
|
2193
2221
|
}
|
|
@@ -2259,7 +2287,7 @@
|
|
|
2259
2287
|
"type": "structure",
|
|
2260
2288
|
"members": {
|
|
2261
2289
|
"findingCriteria": {
|
|
2262
|
-
"shape": "
|
|
2290
|
+
"shape": "S1h",
|
|
2263
2291
|
"locationName": "findingCriteria"
|
|
2264
2292
|
},
|
|
2265
2293
|
"maxResults": {
|
|
@@ -2270,7 +2298,7 @@
|
|
|
2270
2298
|
"locationName": "nextToken"
|
|
2271
2299
|
},
|
|
2272
2300
|
"sortCriteria": {
|
|
2273
|
-
"shape": "
|
|
2301
|
+
"shape": "S4e",
|
|
2274
2302
|
"locationName": "sortCriteria"
|
|
2275
2303
|
}
|
|
2276
2304
|
}
|
|
@@ -2330,7 +2358,7 @@
|
|
|
2330
2358
|
"locationName": "name"
|
|
2331
2359
|
},
|
|
2332
2360
|
"tags": {
|
|
2333
|
-
"shape": "
|
|
2361
|
+
"shape": "S17",
|
|
2334
2362
|
"locationName": "tags"
|
|
2335
2363
|
}
|
|
2336
2364
|
}
|
|
@@ -2369,7 +2397,44 @@
|
|
|
2369
2397
|
"locationName": "invitations",
|
|
2370
2398
|
"type": "list",
|
|
2371
2399
|
"member": {
|
|
2372
|
-
"shape": "
|
|
2400
|
+
"shape": "S3s"
|
|
2401
|
+
}
|
|
2402
|
+
},
|
|
2403
|
+
"nextToken": {
|
|
2404
|
+
"locationName": "nextToken"
|
|
2405
|
+
}
|
|
2406
|
+
}
|
|
2407
|
+
}
|
|
2408
|
+
},
|
|
2409
|
+
"ListManagedDataIdentifiers": {
|
|
2410
|
+
"http": {
|
|
2411
|
+
"requestUri": "/managed-data-identifiers/list",
|
|
2412
|
+
"responseCode": 200
|
|
2413
|
+
},
|
|
2414
|
+
"input": {
|
|
2415
|
+
"type": "structure",
|
|
2416
|
+
"members": {
|
|
2417
|
+
"nextToken": {
|
|
2418
|
+
"locationName": "nextToken"
|
|
2419
|
+
}
|
|
2420
|
+
}
|
|
2421
|
+
},
|
|
2422
|
+
"output": {
|
|
2423
|
+
"type": "structure",
|
|
2424
|
+
"members": {
|
|
2425
|
+
"items": {
|
|
2426
|
+
"locationName": "items",
|
|
2427
|
+
"type": "list",
|
|
2428
|
+
"member": {
|
|
2429
|
+
"type": "structure",
|
|
2430
|
+
"members": {
|
|
2431
|
+
"category": {
|
|
2432
|
+
"locationName": "category"
|
|
2433
|
+
},
|
|
2434
|
+
"id": {
|
|
2435
|
+
"locationName": "id"
|
|
2436
|
+
}
|
|
2437
|
+
}
|
|
2373
2438
|
}
|
|
2374
2439
|
},
|
|
2375
2440
|
"nextToken": {
|
|
@@ -2434,7 +2499,7 @@
|
|
|
2434
2499
|
"locationName": "relationshipStatus"
|
|
2435
2500
|
},
|
|
2436
2501
|
"tags": {
|
|
2437
|
-
"shape": "
|
|
2502
|
+
"shape": "S17",
|
|
2438
2503
|
"locationName": "tags"
|
|
2439
2504
|
},
|
|
2440
2505
|
"updatedAt": {
|
|
@@ -2516,7 +2581,7 @@
|
|
|
2516
2581
|
"type": "structure",
|
|
2517
2582
|
"members": {
|
|
2518
2583
|
"tags": {
|
|
2519
|
-
"shape": "
|
|
2584
|
+
"shape": "S17",
|
|
2520
2585
|
"locationName": "tags"
|
|
2521
2586
|
}
|
|
2522
2587
|
}
|
|
@@ -2532,7 +2597,7 @@
|
|
|
2532
2597
|
"type": "structure",
|
|
2533
2598
|
"members": {
|
|
2534
2599
|
"configuration": {
|
|
2535
|
-
"shape": "
|
|
2600
|
+
"shape": "S42",
|
|
2536
2601
|
"locationName": "configuration"
|
|
2537
2602
|
}
|
|
2538
2603
|
},
|
|
@@ -2544,7 +2609,7 @@
|
|
|
2544
2609
|
"type": "structure",
|
|
2545
2610
|
"members": {
|
|
2546
2611
|
"configuration": {
|
|
2547
|
-
"shape": "
|
|
2612
|
+
"shape": "S42",
|
|
2548
2613
|
"locationName": "configuration"
|
|
2549
2614
|
}
|
|
2550
2615
|
}
|
|
@@ -2564,7 +2629,7 @@
|
|
|
2564
2629
|
"idempotencyToken": true
|
|
2565
2630
|
},
|
|
2566
2631
|
"securityHubConfiguration": {
|
|
2567
|
-
"shape": "
|
|
2632
|
+
"shape": "S63",
|
|
2568
2633
|
"locationName": "securityHubConfiguration"
|
|
2569
2634
|
}
|
|
2570
2635
|
}
|
|
@@ -2587,11 +2652,11 @@
|
|
|
2587
2652
|
"type": "structure",
|
|
2588
2653
|
"members": {
|
|
2589
2654
|
"excludes": {
|
|
2590
|
-
"shape": "
|
|
2655
|
+
"shape": "S86",
|
|
2591
2656
|
"locationName": "excludes"
|
|
2592
2657
|
},
|
|
2593
2658
|
"includes": {
|
|
2594
|
-
"shape": "
|
|
2659
|
+
"shape": "S86",
|
|
2595
2660
|
"locationName": "includes"
|
|
2596
2661
|
}
|
|
2597
2662
|
}
|
|
@@ -2644,8 +2709,14 @@
|
|
|
2644
2709
|
"locationName": "classifiableSizeInBytes",
|
|
2645
2710
|
"type": "long"
|
|
2646
2711
|
},
|
|
2712
|
+
"errorCode": {
|
|
2713
|
+
"locationName": "errorCode"
|
|
2714
|
+
},
|
|
2715
|
+
"errorMessage": {
|
|
2716
|
+
"locationName": "errorMessage"
|
|
2717
|
+
},
|
|
2647
2718
|
"jobDetails": {
|
|
2648
|
-
"shape": "
|
|
2719
|
+
"shape": "S2h",
|
|
2649
2720
|
"locationName": "jobDetails"
|
|
2650
2721
|
},
|
|
2651
2722
|
"objectCount": {
|
|
@@ -2653,7 +2724,7 @@
|
|
|
2653
2724
|
"type": "long"
|
|
2654
2725
|
},
|
|
2655
2726
|
"objectCountByEncryptionType": {
|
|
2656
|
-
"shape": "
|
|
2727
|
+
"shape": "S2k",
|
|
2657
2728
|
"locationName": "objectCountByEncryptionType"
|
|
2658
2729
|
},
|
|
2659
2730
|
"sizeInBytes": {
|
|
@@ -2665,11 +2736,11 @@
|
|
|
2665
2736
|
"type": "long"
|
|
2666
2737
|
},
|
|
2667
2738
|
"unclassifiableObjectCount": {
|
|
2668
|
-
"shape": "
|
|
2739
|
+
"shape": "S2z",
|
|
2669
2740
|
"locationName": "unclassifiableObjectCount"
|
|
2670
2741
|
},
|
|
2671
2742
|
"unclassifiableObjectSizeInBytes": {
|
|
2672
|
-
"shape": "
|
|
2743
|
+
"shape": "S2z",
|
|
2673
2744
|
"locationName": "unclassifiableObjectSizeInBytes"
|
|
2674
2745
|
}
|
|
2675
2746
|
}
|
|
@@ -2696,7 +2767,7 @@
|
|
|
2696
2767
|
"locationName": "resourceArn"
|
|
2697
2768
|
},
|
|
2698
2769
|
"tags": {
|
|
2699
|
-
"shape": "
|
|
2770
|
+
"shape": "S17",
|
|
2700
2771
|
"locationName": "tags"
|
|
2701
2772
|
}
|
|
2702
2773
|
},
|
|
@@ -2824,7 +2895,7 @@
|
|
|
2824
2895
|
"locationName": "description"
|
|
2825
2896
|
},
|
|
2826
2897
|
"findingCriteria": {
|
|
2827
|
-
"shape": "
|
|
2898
|
+
"shape": "S1h",
|
|
2828
2899
|
"locationName": "findingCriteria"
|
|
2829
2900
|
},
|
|
2830
2901
|
"id": {
|
|
@@ -2941,11 +3012,11 @@
|
|
|
2941
3012
|
"type": "timestamp",
|
|
2942
3013
|
"timestampFormat": "iso8601"
|
|
2943
3014
|
},
|
|
2944
|
-
"
|
|
3015
|
+
"Se": {
|
|
2945
3016
|
"type": "structure",
|
|
2946
3017
|
"members": {
|
|
2947
3018
|
"bucketDefinitions": {
|
|
2948
|
-
"shape": "
|
|
3019
|
+
"shape": "Sf",
|
|
2949
3020
|
"locationName": "bucketDefinitions"
|
|
2950
3021
|
},
|
|
2951
3022
|
"scoping": {
|
|
@@ -2953,22 +3024,22 @@
|
|
|
2953
3024
|
"type": "structure",
|
|
2954
3025
|
"members": {
|
|
2955
3026
|
"excludes": {
|
|
2956
|
-
"shape": "
|
|
3027
|
+
"shape": "Si",
|
|
2957
3028
|
"locationName": "excludes"
|
|
2958
3029
|
},
|
|
2959
3030
|
"includes": {
|
|
2960
|
-
"shape": "
|
|
3031
|
+
"shape": "Si",
|
|
2961
3032
|
"locationName": "includes"
|
|
2962
3033
|
}
|
|
2963
3034
|
}
|
|
2964
3035
|
},
|
|
2965
3036
|
"bucketCriteria": {
|
|
2966
|
-
"shape": "
|
|
3037
|
+
"shape": "Ss",
|
|
2967
3038
|
"locationName": "bucketCriteria"
|
|
2968
3039
|
}
|
|
2969
3040
|
}
|
|
2970
3041
|
},
|
|
2971
|
-
"
|
|
3042
|
+
"Sf": {
|
|
2972
3043
|
"type": "list",
|
|
2973
3044
|
"member": {
|
|
2974
3045
|
"type": "structure",
|
|
@@ -2987,7 +3058,7 @@
|
|
|
2987
3058
|
]
|
|
2988
3059
|
}
|
|
2989
3060
|
},
|
|
2990
|
-
"
|
|
3061
|
+
"Si": {
|
|
2991
3062
|
"type": "structure",
|
|
2992
3063
|
"members": {
|
|
2993
3064
|
"and": {
|
|
@@ -3047,20 +3118,20 @@
|
|
|
3047
3118
|
}
|
|
3048
3119
|
}
|
|
3049
3120
|
},
|
|
3050
|
-
"
|
|
3121
|
+
"Ss": {
|
|
3051
3122
|
"type": "structure",
|
|
3052
3123
|
"members": {
|
|
3053
3124
|
"excludes": {
|
|
3054
|
-
"shape": "
|
|
3125
|
+
"shape": "St",
|
|
3055
3126
|
"locationName": "excludes"
|
|
3056
3127
|
},
|
|
3057
3128
|
"includes": {
|
|
3058
|
-
"shape": "
|
|
3129
|
+
"shape": "St",
|
|
3059
3130
|
"locationName": "includes"
|
|
3060
3131
|
}
|
|
3061
3132
|
}
|
|
3062
3133
|
},
|
|
3063
|
-
"
|
|
3134
|
+
"St": {
|
|
3064
3135
|
"type": "structure",
|
|
3065
3136
|
"members": {
|
|
3066
3137
|
"and": {
|
|
@@ -3114,7 +3185,7 @@
|
|
|
3114
3185
|
}
|
|
3115
3186
|
}
|
|
3116
3187
|
},
|
|
3117
|
-
"
|
|
3188
|
+
"S12": {
|
|
3118
3189
|
"type": "structure",
|
|
3119
3190
|
"members": {
|
|
3120
3191
|
"dailySchedule": {
|
|
@@ -3143,12 +3214,31 @@
|
|
|
3143
3214
|
}
|
|
3144
3215
|
}
|
|
3145
3216
|
},
|
|
3146
|
-
"
|
|
3217
|
+
"S17": {
|
|
3147
3218
|
"type": "map",
|
|
3148
3219
|
"key": {},
|
|
3149
3220
|
"value": {}
|
|
3150
3221
|
},
|
|
3151
|
-
"
|
|
3222
|
+
"S1a": {
|
|
3223
|
+
"type": "list",
|
|
3224
|
+
"member": {
|
|
3225
|
+
"type": "structure",
|
|
3226
|
+
"members": {
|
|
3227
|
+
"occurrencesThreshold": {
|
|
3228
|
+
"locationName": "occurrencesThreshold",
|
|
3229
|
+
"type": "long"
|
|
3230
|
+
},
|
|
3231
|
+
"severity": {
|
|
3232
|
+
"locationName": "severity"
|
|
3233
|
+
}
|
|
3234
|
+
},
|
|
3235
|
+
"required": [
|
|
3236
|
+
"occurrencesThreshold",
|
|
3237
|
+
"severity"
|
|
3238
|
+
]
|
|
3239
|
+
}
|
|
3240
|
+
},
|
|
3241
|
+
"S1h": {
|
|
3152
3242
|
"type": "structure",
|
|
3153
3243
|
"members": {
|
|
3154
3244
|
"criterion": {
|
|
@@ -3191,7 +3281,7 @@
|
|
|
3191
3281
|
}
|
|
3192
3282
|
}
|
|
3193
3283
|
},
|
|
3194
|
-
"
|
|
3284
|
+
"S1n": {
|
|
3195
3285
|
"type": "list",
|
|
3196
3286
|
"member": {
|
|
3197
3287
|
"type": "structure",
|
|
@@ -3208,7 +3298,7 @@
|
|
|
3208
3298
|
}
|
|
3209
3299
|
}
|
|
3210
3300
|
},
|
|
3211
|
-
"
|
|
3301
|
+
"S2h": {
|
|
3212
3302
|
"type": "structure",
|
|
3213
3303
|
"members": {
|
|
3214
3304
|
"isDefinedInJob": {
|
|
@@ -3226,7 +3316,7 @@
|
|
|
3226
3316
|
}
|
|
3227
3317
|
}
|
|
3228
3318
|
},
|
|
3229
|
-
"
|
|
3319
|
+
"S2k": {
|
|
3230
3320
|
"type": "structure",
|
|
3231
3321
|
"members": {
|
|
3232
3322
|
"customerManaged": {
|
|
@@ -3251,7 +3341,7 @@
|
|
|
3251
3341
|
}
|
|
3252
3342
|
}
|
|
3253
3343
|
},
|
|
3254
|
-
"
|
|
3344
|
+
"S2l": {
|
|
3255
3345
|
"type": "structure",
|
|
3256
3346
|
"members": {
|
|
3257
3347
|
"effectivePermission": {
|
|
@@ -3266,7 +3356,7 @@
|
|
|
3266
3356
|
"type": "structure",
|
|
3267
3357
|
"members": {
|
|
3268
3358
|
"blockPublicAccess": {
|
|
3269
|
-
"shape": "
|
|
3359
|
+
"shape": "S2p",
|
|
3270
3360
|
"locationName": "blockPublicAccess"
|
|
3271
3361
|
}
|
|
3272
3362
|
}
|
|
@@ -3290,7 +3380,7 @@
|
|
|
3290
3380
|
}
|
|
3291
3381
|
},
|
|
3292
3382
|
"blockPublicAccess": {
|
|
3293
|
-
"shape": "
|
|
3383
|
+
"shape": "S2p",
|
|
3294
3384
|
"locationName": "blockPublicAccess"
|
|
3295
3385
|
},
|
|
3296
3386
|
"bucketPolicy": {
|
|
@@ -3313,7 +3403,7 @@
|
|
|
3313
3403
|
}
|
|
3314
3404
|
}
|
|
3315
3405
|
},
|
|
3316
|
-
"
|
|
3406
|
+
"S2p": {
|
|
3317
3407
|
"type": "structure",
|
|
3318
3408
|
"members": {
|
|
3319
3409
|
"blockPublicAcls": {
|
|
@@ -3334,7 +3424,7 @@
|
|
|
3334
3424
|
}
|
|
3335
3425
|
}
|
|
3336
3426
|
},
|
|
3337
|
-
"
|
|
3427
|
+
"S2y": {
|
|
3338
3428
|
"type": "structure",
|
|
3339
3429
|
"members": {
|
|
3340
3430
|
"key": {
|
|
@@ -3345,7 +3435,7 @@
|
|
|
3345
3435
|
}
|
|
3346
3436
|
}
|
|
3347
3437
|
},
|
|
3348
|
-
"
|
|
3438
|
+
"S2z": {
|
|
3349
3439
|
"type": "structure",
|
|
3350
3440
|
"members": {
|
|
3351
3441
|
"fileType": {
|
|
@@ -3362,7 +3452,7 @@
|
|
|
3362
3452
|
}
|
|
3363
3453
|
}
|
|
3364
3454
|
},
|
|
3365
|
-
"
|
|
3455
|
+
"S33": {
|
|
3366
3456
|
"type": "structure",
|
|
3367
3457
|
"members": {
|
|
3368
3458
|
"code": {
|
|
@@ -3370,7 +3460,7 @@
|
|
|
3370
3460
|
}
|
|
3371
3461
|
}
|
|
3372
3462
|
},
|
|
3373
|
-
"
|
|
3463
|
+
"S37": {
|
|
3374
3464
|
"type": "structure",
|
|
3375
3465
|
"members": {
|
|
3376
3466
|
"jobExpiresAt": {
|
|
@@ -3386,7 +3476,7 @@
|
|
|
3386
3476
|
}
|
|
3387
3477
|
}
|
|
3388
3478
|
},
|
|
3389
|
-
"
|
|
3479
|
+
"S3s": {
|
|
3390
3480
|
"type": "structure",
|
|
3391
3481
|
"members": {
|
|
3392
3482
|
"accountId": {
|
|
@@ -3404,7 +3494,7 @@
|
|
|
3404
3494
|
}
|
|
3405
3495
|
}
|
|
3406
3496
|
},
|
|
3407
|
-
"
|
|
3497
|
+
"S42": {
|
|
3408
3498
|
"type": "structure",
|
|
3409
3499
|
"members": {
|
|
3410
3500
|
"s3Destination": {
|
|
@@ -3428,7 +3518,7 @@
|
|
|
3428
3518
|
}
|
|
3429
3519
|
}
|
|
3430
3520
|
},
|
|
3431
|
-
"
|
|
3521
|
+
"S4e": {
|
|
3432
3522
|
"type": "structure",
|
|
3433
3523
|
"members": {
|
|
3434
3524
|
"attributeName": {
|
|
@@ -3439,7 +3529,7 @@
|
|
|
3439
3529
|
}
|
|
3440
3530
|
}
|
|
3441
3531
|
},
|
|
3442
|
-
"
|
|
3532
|
+
"S4o": {
|
|
3443
3533
|
"type": "structure",
|
|
3444
3534
|
"members": {
|
|
3445
3535
|
"cells": {
|
|
@@ -3466,11 +3556,11 @@
|
|
|
3466
3556
|
}
|
|
3467
3557
|
},
|
|
3468
3558
|
"lineRanges": {
|
|
3469
|
-
"shape": "
|
|
3559
|
+
"shape": "S4r",
|
|
3470
3560
|
"locationName": "lineRanges"
|
|
3471
3561
|
},
|
|
3472
3562
|
"offsetRanges": {
|
|
3473
|
-
"shape": "
|
|
3563
|
+
"shape": "S4r",
|
|
3474
3564
|
"locationName": "offsetRanges"
|
|
3475
3565
|
},
|
|
3476
3566
|
"pages": {
|
|
@@ -3480,11 +3570,11 @@
|
|
|
3480
3570
|
"type": "structure",
|
|
3481
3571
|
"members": {
|
|
3482
3572
|
"lineRange": {
|
|
3483
|
-
"shape": "
|
|
3573
|
+
"shape": "S4s",
|
|
3484
3574
|
"locationName": "lineRange"
|
|
3485
3575
|
},
|
|
3486
3576
|
"offsetRange": {
|
|
3487
|
-
"shape": "
|
|
3577
|
+
"shape": "S4s",
|
|
3488
3578
|
"locationName": "offsetRange"
|
|
3489
3579
|
},
|
|
3490
3580
|
"pageNumber": {
|
|
@@ -3512,13 +3602,13 @@
|
|
|
3512
3602
|
}
|
|
3513
3603
|
}
|
|
3514
3604
|
},
|
|
3515
|
-
"
|
|
3605
|
+
"S4r": {
|
|
3516
3606
|
"type": "list",
|
|
3517
3607
|
"member": {
|
|
3518
|
-
"shape": "
|
|
3608
|
+
"shape": "S4s"
|
|
3519
3609
|
}
|
|
3520
3610
|
},
|
|
3521
|
-
"
|
|
3611
|
+
"S4s": {
|
|
3522
3612
|
"type": "structure",
|
|
3523
3613
|
"members": {
|
|
3524
3614
|
"end": {
|
|
@@ -3535,7 +3625,7 @@
|
|
|
3535
3625
|
}
|
|
3536
3626
|
}
|
|
3537
3627
|
},
|
|
3538
|
-
"
|
|
3628
|
+
"S5g": {
|
|
3539
3629
|
"type": "structure",
|
|
3540
3630
|
"members": {
|
|
3541
3631
|
"attributes": {
|
|
@@ -3575,7 +3665,7 @@
|
|
|
3575
3665
|
}
|
|
3576
3666
|
}
|
|
3577
3667
|
},
|
|
3578
|
-
"
|
|
3668
|
+
"S5r": {
|
|
3579
3669
|
"type": "structure",
|
|
3580
3670
|
"members": {
|
|
3581
3671
|
"encryptionType": {
|
|
@@ -3586,13 +3676,13 @@
|
|
|
3586
3676
|
}
|
|
3587
3677
|
}
|
|
3588
3678
|
},
|
|
3589
|
-
"
|
|
3679
|
+
"S5u": {
|
|
3590
3680
|
"type": "list",
|
|
3591
3681
|
"member": {
|
|
3592
|
-
"shape": "
|
|
3682
|
+
"shape": "S2y"
|
|
3593
3683
|
}
|
|
3594
3684
|
},
|
|
3595
|
-
"
|
|
3685
|
+
"S63": {
|
|
3596
3686
|
"type": "structure",
|
|
3597
3687
|
"members": {
|
|
3598
3688
|
"publishClassificationFindings": {
|
|
@@ -3609,7 +3699,7 @@
|
|
|
3609
3699
|
"publishClassificationFindings"
|
|
3610
3700
|
]
|
|
3611
3701
|
},
|
|
3612
|
-
"
|
|
3702
|
+
"S6z": {
|
|
3613
3703
|
"type": "list",
|
|
3614
3704
|
"member": {
|
|
3615
3705
|
"type": "structure",
|
|
@@ -3627,7 +3717,7 @@
|
|
|
3627
3717
|
}
|
|
3628
3718
|
}
|
|
3629
3719
|
},
|
|
3630
|
-
"
|
|
3720
|
+
"S86": {
|
|
3631
3721
|
"type": "structure",
|
|
3632
3722
|
"members": {
|
|
3633
3723
|
"and": {
|