@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
|
@@ -170,6 +170,9 @@
|
|
|
170
170
|
"BatchSize": {
|
|
171
171
|
"type": "integer"
|
|
172
172
|
},
|
|
173
|
+
"FilterCriteria": {
|
|
174
|
+
"shape": "S16"
|
|
175
|
+
},
|
|
173
176
|
"MaximumBatchingWindowInSeconds": {
|
|
174
177
|
"type": "integer"
|
|
175
178
|
},
|
|
@@ -181,7 +184,7 @@
|
|
|
181
184
|
"type": "timestamp"
|
|
182
185
|
},
|
|
183
186
|
"DestinationConfig": {
|
|
184
|
-
"shape": "
|
|
187
|
+
"shape": "S1e"
|
|
185
188
|
},
|
|
186
189
|
"MaximumRecordAgeInSeconds": {
|
|
187
190
|
"type": "integer"
|
|
@@ -196,24 +199,24 @@
|
|
|
196
199
|
"type": "integer"
|
|
197
200
|
},
|
|
198
201
|
"Topics": {
|
|
199
|
-
"shape": "
|
|
202
|
+
"shape": "S1m"
|
|
200
203
|
},
|
|
201
204
|
"Queues": {
|
|
202
|
-
"shape": "
|
|
205
|
+
"shape": "S1o"
|
|
203
206
|
},
|
|
204
207
|
"SourceAccessConfigurations": {
|
|
205
|
-
"shape": "
|
|
208
|
+
"shape": "S1q"
|
|
206
209
|
},
|
|
207
210
|
"SelfManagedEventSource": {
|
|
208
|
-
"shape": "
|
|
211
|
+
"shape": "S1u"
|
|
209
212
|
},
|
|
210
213
|
"FunctionResponseTypes": {
|
|
211
|
-
"shape": "
|
|
214
|
+
"shape": "S1z"
|
|
212
215
|
}
|
|
213
216
|
}
|
|
214
217
|
},
|
|
215
218
|
"output": {
|
|
216
|
-
"shape": "
|
|
219
|
+
"shape": "S21"
|
|
217
220
|
}
|
|
218
221
|
},
|
|
219
222
|
"CreateFunction": {
|
|
@@ -237,7 +240,7 @@
|
|
|
237
240
|
"type": "structure",
|
|
238
241
|
"members": {
|
|
239
242
|
"ZipFile": {
|
|
240
|
-
"shape": "
|
|
243
|
+
"shape": "S27"
|
|
241
244
|
},
|
|
242
245
|
"S3Bucket": {},
|
|
243
246
|
"S3Key": {},
|
|
@@ -256,36 +259,39 @@
|
|
|
256
259
|
"type": "boolean"
|
|
257
260
|
},
|
|
258
261
|
"VpcConfig": {
|
|
259
|
-
"shape": "
|
|
262
|
+
"shape": "S2e"
|
|
260
263
|
},
|
|
261
264
|
"PackageType": {},
|
|
262
265
|
"DeadLetterConfig": {
|
|
263
|
-
"shape": "
|
|
266
|
+
"shape": "S2k"
|
|
264
267
|
},
|
|
265
268
|
"Environment": {
|
|
266
|
-
"shape": "
|
|
269
|
+
"shape": "S2m"
|
|
267
270
|
},
|
|
268
271
|
"KMSKeyArn": {},
|
|
269
272
|
"TracingConfig": {
|
|
270
|
-
"shape": "
|
|
273
|
+
"shape": "S2r"
|
|
271
274
|
},
|
|
272
275
|
"Tags": {
|
|
273
|
-
"shape": "
|
|
276
|
+
"shape": "S2t"
|
|
274
277
|
},
|
|
275
278
|
"Layers": {
|
|
276
|
-
"shape": "
|
|
279
|
+
"shape": "S2w"
|
|
277
280
|
},
|
|
278
281
|
"FileSystemConfigs": {
|
|
279
|
-
"shape": "
|
|
282
|
+
"shape": "S2y"
|
|
280
283
|
},
|
|
281
284
|
"ImageConfig": {
|
|
282
|
-
"shape": "
|
|
285
|
+
"shape": "S32"
|
|
283
286
|
},
|
|
284
|
-
"CodeSigningConfigArn": {}
|
|
287
|
+
"CodeSigningConfigArn": {},
|
|
288
|
+
"Architectures": {
|
|
289
|
+
"shape": "S35"
|
|
290
|
+
}
|
|
285
291
|
}
|
|
286
292
|
},
|
|
287
293
|
"output": {
|
|
288
|
-
"shape": "
|
|
294
|
+
"shape": "S37"
|
|
289
295
|
}
|
|
290
296
|
},
|
|
291
297
|
"DeleteAlias": {
|
|
@@ -354,7 +360,7 @@
|
|
|
354
360
|
}
|
|
355
361
|
},
|
|
356
362
|
"output": {
|
|
357
|
-
"shape": "
|
|
363
|
+
"shape": "S21"
|
|
358
364
|
}
|
|
359
365
|
},
|
|
360
366
|
"DeleteFunction": {
|
|
@@ -613,7 +619,7 @@
|
|
|
613
619
|
}
|
|
614
620
|
},
|
|
615
621
|
"output": {
|
|
616
|
-
"shape": "
|
|
622
|
+
"shape": "S21"
|
|
617
623
|
}
|
|
618
624
|
},
|
|
619
625
|
"GetFunction": {
|
|
@@ -642,7 +648,7 @@
|
|
|
642
648
|
"type": "structure",
|
|
643
649
|
"members": {
|
|
644
650
|
"Configuration": {
|
|
645
|
-
"shape": "
|
|
651
|
+
"shape": "S37"
|
|
646
652
|
},
|
|
647
653
|
"Code": {
|
|
648
654
|
"type": "structure",
|
|
@@ -654,10 +660,10 @@
|
|
|
654
660
|
}
|
|
655
661
|
},
|
|
656
662
|
"Tags": {
|
|
657
|
-
"shape": "
|
|
663
|
+
"shape": "S2t"
|
|
658
664
|
},
|
|
659
665
|
"Concurrency": {
|
|
660
|
-
"shape": "
|
|
666
|
+
"shape": "S4e"
|
|
661
667
|
}
|
|
662
668
|
}
|
|
663
669
|
}
|
|
@@ -742,7 +748,7 @@
|
|
|
742
748
|
}
|
|
743
749
|
},
|
|
744
750
|
"output": {
|
|
745
|
-
"shape": "
|
|
751
|
+
"shape": "S37"
|
|
746
752
|
}
|
|
747
753
|
},
|
|
748
754
|
"GetFunctionEventInvokeConfig": {
|
|
@@ -768,7 +774,7 @@
|
|
|
768
774
|
}
|
|
769
775
|
},
|
|
770
776
|
"output": {
|
|
771
|
-
"shape": "
|
|
777
|
+
"shape": "S4m"
|
|
772
778
|
}
|
|
773
779
|
},
|
|
774
780
|
"GetLayerVersion": {
|
|
@@ -796,7 +802,7 @@
|
|
|
796
802
|
}
|
|
797
803
|
},
|
|
798
804
|
"output": {
|
|
799
|
-
"shape": "
|
|
805
|
+
"shape": "S4q"
|
|
800
806
|
}
|
|
801
807
|
},
|
|
802
808
|
"GetLayerVersionByArn": {
|
|
@@ -818,7 +824,7 @@
|
|
|
818
824
|
}
|
|
819
825
|
},
|
|
820
826
|
"output": {
|
|
821
|
-
"shape": "
|
|
827
|
+
"shape": "S4q"
|
|
822
828
|
}
|
|
823
829
|
},
|
|
824
830
|
"GetLayerVersionPolicy": {
|
|
@@ -951,7 +957,7 @@
|
|
|
951
957
|
"locationName": "X-Amz-Client-Context"
|
|
952
958
|
},
|
|
953
959
|
"Payload": {
|
|
954
|
-
"shape": "
|
|
960
|
+
"shape": "S27"
|
|
955
961
|
},
|
|
956
962
|
"Qualifier": {
|
|
957
963
|
"location": "querystring",
|
|
@@ -976,7 +982,7 @@
|
|
|
976
982
|
"locationName": "X-Amz-Log-Result"
|
|
977
983
|
},
|
|
978
984
|
"Payload": {
|
|
979
|
-
"shape": "
|
|
985
|
+
"shape": "S27"
|
|
980
986
|
},
|
|
981
987
|
"ExecutedVersion": {
|
|
982
988
|
"location": "header",
|
|
@@ -1134,7 +1140,7 @@
|
|
|
1134
1140
|
"EventSourceMappings": {
|
|
1135
1141
|
"type": "list",
|
|
1136
1142
|
"member": {
|
|
1137
|
-
"shape": "
|
|
1143
|
+
"shape": "S21"
|
|
1138
1144
|
}
|
|
1139
1145
|
}
|
|
1140
1146
|
}
|
|
@@ -1173,7 +1179,7 @@
|
|
|
1173
1179
|
"FunctionEventInvokeConfigs": {
|
|
1174
1180
|
"type": "list",
|
|
1175
1181
|
"member": {
|
|
1176
|
-
"shape": "
|
|
1182
|
+
"shape": "S4m"
|
|
1177
1183
|
}
|
|
1178
1184
|
},
|
|
1179
1185
|
"NextMarker": {}
|
|
@@ -1213,7 +1219,7 @@
|
|
|
1213
1219
|
"members": {
|
|
1214
1220
|
"NextMarker": {},
|
|
1215
1221
|
"Functions": {
|
|
1216
|
-
"shape": "
|
|
1222
|
+
"shape": "S5w"
|
|
1217
1223
|
}
|
|
1218
1224
|
}
|
|
1219
1225
|
}
|
|
@@ -1284,6 +1290,10 @@
|
|
|
1284
1290
|
"location": "querystring",
|
|
1285
1291
|
"locationName": "MaxItems",
|
|
1286
1292
|
"type": "integer"
|
|
1293
|
+
},
|
|
1294
|
+
"CompatibleArchitecture": {
|
|
1295
|
+
"location": "querystring",
|
|
1296
|
+
"locationName": "CompatibleArchitecture"
|
|
1287
1297
|
}
|
|
1288
1298
|
}
|
|
1289
1299
|
},
|
|
@@ -1294,7 +1304,7 @@
|
|
|
1294
1304
|
"LayerVersions": {
|
|
1295
1305
|
"type": "list",
|
|
1296
1306
|
"member": {
|
|
1297
|
-
"shape": "
|
|
1307
|
+
"shape": "S64"
|
|
1298
1308
|
}
|
|
1299
1309
|
}
|
|
1300
1310
|
}
|
|
@@ -1321,6 +1331,10 @@
|
|
|
1321
1331
|
"location": "querystring",
|
|
1322
1332
|
"locationName": "MaxItems",
|
|
1323
1333
|
"type": "integer"
|
|
1334
|
+
},
|
|
1335
|
+
"CompatibleArchitecture": {
|
|
1336
|
+
"location": "querystring",
|
|
1337
|
+
"locationName": "CompatibleArchitecture"
|
|
1324
1338
|
}
|
|
1325
1339
|
}
|
|
1326
1340
|
},
|
|
@@ -1336,7 +1350,7 @@
|
|
|
1336
1350
|
"LayerName": {},
|
|
1337
1351
|
"LayerArn": {},
|
|
1338
1352
|
"LatestMatchingVersion": {
|
|
1339
|
-
"shape": "
|
|
1353
|
+
"shape": "S64"
|
|
1340
1354
|
}
|
|
1341
1355
|
}
|
|
1342
1356
|
}
|
|
@@ -1420,7 +1434,7 @@
|
|
|
1420
1434
|
"type": "structure",
|
|
1421
1435
|
"members": {
|
|
1422
1436
|
"Tags": {
|
|
1423
|
-
"shape": "
|
|
1437
|
+
"shape": "S2t"
|
|
1424
1438
|
}
|
|
1425
1439
|
}
|
|
1426
1440
|
}
|
|
@@ -1457,7 +1471,7 @@
|
|
|
1457
1471
|
"members": {
|
|
1458
1472
|
"NextMarker": {},
|
|
1459
1473
|
"Versions": {
|
|
1460
|
-
"shape": "
|
|
1474
|
+
"shape": "S5w"
|
|
1461
1475
|
}
|
|
1462
1476
|
}
|
|
1463
1477
|
}
|
|
@@ -1486,21 +1500,24 @@
|
|
|
1486
1500
|
"S3Key": {},
|
|
1487
1501
|
"S3ObjectVersion": {},
|
|
1488
1502
|
"ZipFile": {
|
|
1489
|
-
"shape": "
|
|
1503
|
+
"shape": "S27"
|
|
1490
1504
|
}
|
|
1491
1505
|
}
|
|
1492
1506
|
},
|
|
1493
1507
|
"CompatibleRuntimes": {
|
|
1494
|
-
"shape": "
|
|
1508
|
+
"shape": "S4t"
|
|
1495
1509
|
},
|
|
1496
|
-
"LicenseInfo": {}
|
|
1510
|
+
"LicenseInfo": {},
|
|
1511
|
+
"CompatibleArchitectures": {
|
|
1512
|
+
"shape": "S4v"
|
|
1513
|
+
}
|
|
1497
1514
|
}
|
|
1498
1515
|
},
|
|
1499
1516
|
"output": {
|
|
1500
1517
|
"type": "structure",
|
|
1501
1518
|
"members": {
|
|
1502
1519
|
"Content": {
|
|
1503
|
-
"shape": "
|
|
1520
|
+
"shape": "S4r"
|
|
1504
1521
|
},
|
|
1505
1522
|
"LayerArn": {},
|
|
1506
1523
|
"LayerVersionArn": {},
|
|
@@ -1510,9 +1527,12 @@
|
|
|
1510
1527
|
"type": "long"
|
|
1511
1528
|
},
|
|
1512
1529
|
"CompatibleRuntimes": {
|
|
1513
|
-
"shape": "
|
|
1530
|
+
"shape": "S4t"
|
|
1514
1531
|
},
|
|
1515
|
-
"LicenseInfo": {}
|
|
1532
|
+
"LicenseInfo": {},
|
|
1533
|
+
"CompatibleArchitectures": {
|
|
1534
|
+
"shape": "S4v"
|
|
1535
|
+
}
|
|
1516
1536
|
}
|
|
1517
1537
|
}
|
|
1518
1538
|
},
|
|
@@ -1537,7 +1557,7 @@
|
|
|
1537
1557
|
}
|
|
1538
1558
|
},
|
|
1539
1559
|
"output": {
|
|
1540
|
-
"shape": "
|
|
1560
|
+
"shape": "S37"
|
|
1541
1561
|
}
|
|
1542
1562
|
},
|
|
1543
1563
|
"PutFunctionCodeSigningConfig": {
|
|
@@ -1595,7 +1615,7 @@
|
|
|
1595
1615
|
}
|
|
1596
1616
|
},
|
|
1597
1617
|
"output": {
|
|
1598
|
-
"shape": "
|
|
1618
|
+
"shape": "S4e"
|
|
1599
1619
|
}
|
|
1600
1620
|
},
|
|
1601
1621
|
"PutFunctionEventInvokeConfig": {
|
|
@@ -1625,12 +1645,12 @@
|
|
|
1625
1645
|
"type": "integer"
|
|
1626
1646
|
},
|
|
1627
1647
|
"DestinationConfig": {
|
|
1628
|
-
"shape": "
|
|
1648
|
+
"shape": "S1e"
|
|
1629
1649
|
}
|
|
1630
1650
|
}
|
|
1631
1651
|
},
|
|
1632
1652
|
"output": {
|
|
1633
|
-
"shape": "
|
|
1653
|
+
"shape": "S4m"
|
|
1634
1654
|
}
|
|
1635
1655
|
},
|
|
1636
1656
|
"PutProvisionedConcurrencyConfig": {
|
|
@@ -1761,7 +1781,7 @@
|
|
|
1761
1781
|
"locationName": "ARN"
|
|
1762
1782
|
},
|
|
1763
1783
|
"Tags": {
|
|
1764
|
-
"shape": "
|
|
1784
|
+
"shape": "S2t"
|
|
1765
1785
|
}
|
|
1766
1786
|
}
|
|
1767
1787
|
}
|
|
@@ -1885,11 +1905,14 @@
|
|
|
1885
1905
|
"BatchSize": {
|
|
1886
1906
|
"type": "integer"
|
|
1887
1907
|
},
|
|
1908
|
+
"FilterCriteria": {
|
|
1909
|
+
"shape": "S16"
|
|
1910
|
+
},
|
|
1888
1911
|
"MaximumBatchingWindowInSeconds": {
|
|
1889
1912
|
"type": "integer"
|
|
1890
1913
|
},
|
|
1891
1914
|
"DestinationConfig": {
|
|
1892
|
-
"shape": "
|
|
1915
|
+
"shape": "S1e"
|
|
1893
1916
|
},
|
|
1894
1917
|
"MaximumRecordAgeInSeconds": {
|
|
1895
1918
|
"type": "integer"
|
|
@@ -1904,18 +1927,18 @@
|
|
|
1904
1927
|
"type": "integer"
|
|
1905
1928
|
},
|
|
1906
1929
|
"SourceAccessConfigurations": {
|
|
1907
|
-
"shape": "
|
|
1930
|
+
"shape": "S1q"
|
|
1908
1931
|
},
|
|
1909
1932
|
"TumblingWindowInSeconds": {
|
|
1910
1933
|
"type": "integer"
|
|
1911
1934
|
},
|
|
1912
1935
|
"FunctionResponseTypes": {
|
|
1913
|
-
"shape": "
|
|
1936
|
+
"shape": "S1z"
|
|
1914
1937
|
}
|
|
1915
1938
|
}
|
|
1916
1939
|
},
|
|
1917
1940
|
"output": {
|
|
1918
|
-
"shape": "
|
|
1941
|
+
"shape": "S21"
|
|
1919
1942
|
}
|
|
1920
1943
|
},
|
|
1921
1944
|
"UpdateFunctionCode": {
|
|
@@ -1935,7 +1958,7 @@
|
|
|
1935
1958
|
"locationName": "FunctionName"
|
|
1936
1959
|
},
|
|
1937
1960
|
"ZipFile": {
|
|
1938
|
-
"shape": "
|
|
1961
|
+
"shape": "S27"
|
|
1939
1962
|
},
|
|
1940
1963
|
"S3Bucket": {},
|
|
1941
1964
|
"S3Key": {},
|
|
@@ -1947,11 +1970,14 @@
|
|
|
1947
1970
|
"DryRun": {
|
|
1948
1971
|
"type": "boolean"
|
|
1949
1972
|
},
|
|
1950
|
-
"RevisionId": {}
|
|
1973
|
+
"RevisionId": {},
|
|
1974
|
+
"Architectures": {
|
|
1975
|
+
"shape": "S35"
|
|
1976
|
+
}
|
|
1951
1977
|
}
|
|
1952
1978
|
},
|
|
1953
1979
|
"output": {
|
|
1954
|
-
"shape": "
|
|
1980
|
+
"shape": "S37"
|
|
1955
1981
|
}
|
|
1956
1982
|
},
|
|
1957
1983
|
"UpdateFunctionConfiguration": {
|
|
@@ -1980,33 +2006,33 @@
|
|
|
1980
2006
|
"type": "integer"
|
|
1981
2007
|
},
|
|
1982
2008
|
"VpcConfig": {
|
|
1983
|
-
"shape": "
|
|
2009
|
+
"shape": "S2e"
|
|
1984
2010
|
},
|
|
1985
2011
|
"Environment": {
|
|
1986
|
-
"shape": "
|
|
2012
|
+
"shape": "S2m"
|
|
1987
2013
|
},
|
|
1988
2014
|
"Runtime": {},
|
|
1989
2015
|
"DeadLetterConfig": {
|
|
1990
|
-
"shape": "
|
|
2016
|
+
"shape": "S2k"
|
|
1991
2017
|
},
|
|
1992
2018
|
"KMSKeyArn": {},
|
|
1993
2019
|
"TracingConfig": {
|
|
1994
|
-
"shape": "
|
|
2020
|
+
"shape": "S2r"
|
|
1995
2021
|
},
|
|
1996
2022
|
"RevisionId": {},
|
|
1997
2023
|
"Layers": {
|
|
1998
|
-
"shape": "
|
|
2024
|
+
"shape": "S2w"
|
|
1999
2025
|
},
|
|
2000
2026
|
"FileSystemConfigs": {
|
|
2001
|
-
"shape": "
|
|
2027
|
+
"shape": "S2y"
|
|
2002
2028
|
},
|
|
2003
2029
|
"ImageConfig": {
|
|
2004
|
-
"shape": "
|
|
2030
|
+
"shape": "S32"
|
|
2005
2031
|
}
|
|
2006
2032
|
}
|
|
2007
2033
|
},
|
|
2008
2034
|
"output": {
|
|
2009
|
-
"shape": "
|
|
2035
|
+
"shape": "S37"
|
|
2010
2036
|
}
|
|
2011
2037
|
},
|
|
2012
2038
|
"UpdateFunctionEventInvokeConfig": {
|
|
@@ -2035,12 +2061,12 @@
|
|
|
2035
2061
|
"type": "integer"
|
|
2036
2062
|
},
|
|
2037
2063
|
"DestinationConfig": {
|
|
2038
|
-
"shape": "
|
|
2064
|
+
"shape": "S1e"
|
|
2039
2065
|
}
|
|
2040
2066
|
}
|
|
2041
2067
|
},
|
|
2042
2068
|
"output": {
|
|
2043
|
-
"shape": "
|
|
2069
|
+
"shape": "S4m"
|
|
2044
2070
|
}
|
|
2045
2071
|
}
|
|
2046
2072
|
},
|
|
@@ -2110,7 +2136,21 @@
|
|
|
2110
2136
|
"LastModified": {}
|
|
2111
2137
|
}
|
|
2112
2138
|
},
|
|
2113
|
-
"
|
|
2139
|
+
"S16": {
|
|
2140
|
+
"type": "structure",
|
|
2141
|
+
"members": {
|
|
2142
|
+
"Filters": {
|
|
2143
|
+
"type": "list",
|
|
2144
|
+
"member": {
|
|
2145
|
+
"type": "structure",
|
|
2146
|
+
"members": {
|
|
2147
|
+
"Pattern": {}
|
|
2148
|
+
}
|
|
2149
|
+
}
|
|
2150
|
+
}
|
|
2151
|
+
}
|
|
2152
|
+
},
|
|
2153
|
+
"S1e": {
|
|
2114
2154
|
"type": "structure",
|
|
2115
2155
|
"members": {
|
|
2116
2156
|
"OnSuccess": {
|
|
@@ -2127,15 +2167,15 @@
|
|
|
2127
2167
|
}
|
|
2128
2168
|
}
|
|
2129
2169
|
},
|
|
2130
|
-
"
|
|
2170
|
+
"S1m": {
|
|
2131
2171
|
"type": "list",
|
|
2132
2172
|
"member": {}
|
|
2133
2173
|
},
|
|
2134
|
-
"
|
|
2174
|
+
"S1o": {
|
|
2135
2175
|
"type": "list",
|
|
2136
2176
|
"member": {}
|
|
2137
2177
|
},
|
|
2138
|
-
"
|
|
2178
|
+
"S1q": {
|
|
2139
2179
|
"type": "list",
|
|
2140
2180
|
"member": {
|
|
2141
2181
|
"type": "structure",
|
|
@@ -2145,7 +2185,7 @@
|
|
|
2145
2185
|
}
|
|
2146
2186
|
}
|
|
2147
2187
|
},
|
|
2148
|
-
"
|
|
2188
|
+
"S1u": {
|
|
2149
2189
|
"type": "structure",
|
|
2150
2190
|
"members": {
|
|
2151
2191
|
"Endpoints": {
|
|
@@ -2158,11 +2198,11 @@
|
|
|
2158
2198
|
}
|
|
2159
2199
|
}
|
|
2160
2200
|
},
|
|
2161
|
-
"
|
|
2201
|
+
"S1z": {
|
|
2162
2202
|
"type": "list",
|
|
2163
2203
|
"member": {}
|
|
2164
2204
|
},
|
|
2165
|
-
"
|
|
2205
|
+
"S21": {
|
|
2166
2206
|
"type": "structure",
|
|
2167
2207
|
"members": {
|
|
2168
2208
|
"UUID": {},
|
|
@@ -2180,6 +2220,9 @@
|
|
|
2180
2220
|
"type": "integer"
|
|
2181
2221
|
},
|
|
2182
2222
|
"EventSourceArn": {},
|
|
2223
|
+
"FilterCriteria": {
|
|
2224
|
+
"shape": "S16"
|
|
2225
|
+
},
|
|
2183
2226
|
"FunctionArn": {},
|
|
2184
2227
|
"LastModified": {
|
|
2185
2228
|
"type": "timestamp"
|
|
@@ -2188,19 +2231,19 @@
|
|
|
2188
2231
|
"State": {},
|
|
2189
2232
|
"StateTransitionReason": {},
|
|
2190
2233
|
"DestinationConfig": {
|
|
2191
|
-
"shape": "
|
|
2234
|
+
"shape": "S1e"
|
|
2192
2235
|
},
|
|
2193
2236
|
"Topics": {
|
|
2194
|
-
"shape": "
|
|
2237
|
+
"shape": "S1m"
|
|
2195
2238
|
},
|
|
2196
2239
|
"Queues": {
|
|
2197
|
-
"shape": "
|
|
2240
|
+
"shape": "S1o"
|
|
2198
2241
|
},
|
|
2199
2242
|
"SourceAccessConfigurations": {
|
|
2200
|
-
"shape": "
|
|
2243
|
+
"shape": "S1q"
|
|
2201
2244
|
},
|
|
2202
2245
|
"SelfManagedEventSource": {
|
|
2203
|
-
"shape": "
|
|
2246
|
+
"shape": "S1u"
|
|
2204
2247
|
},
|
|
2205
2248
|
"MaximumRecordAgeInSeconds": {
|
|
2206
2249
|
"type": "integer"
|
|
@@ -2215,48 +2258,48 @@
|
|
|
2215
2258
|
"type": "integer"
|
|
2216
2259
|
},
|
|
2217
2260
|
"FunctionResponseTypes": {
|
|
2218
|
-
"shape": "
|
|
2261
|
+
"shape": "S1z"
|
|
2219
2262
|
}
|
|
2220
2263
|
}
|
|
2221
2264
|
},
|
|
2222
|
-
"
|
|
2265
|
+
"S27": {
|
|
2223
2266
|
"type": "blob",
|
|
2224
2267
|
"sensitive": true
|
|
2225
2268
|
},
|
|
2226
|
-
"
|
|
2269
|
+
"S2e": {
|
|
2227
2270
|
"type": "structure",
|
|
2228
2271
|
"members": {
|
|
2229
2272
|
"SubnetIds": {
|
|
2230
|
-
"shape": "
|
|
2273
|
+
"shape": "S2f"
|
|
2231
2274
|
},
|
|
2232
2275
|
"SecurityGroupIds": {
|
|
2233
|
-
"shape": "
|
|
2276
|
+
"shape": "S2h"
|
|
2234
2277
|
}
|
|
2235
2278
|
}
|
|
2236
2279
|
},
|
|
2237
|
-
"
|
|
2280
|
+
"S2f": {
|
|
2238
2281
|
"type": "list",
|
|
2239
2282
|
"member": {}
|
|
2240
2283
|
},
|
|
2241
|
-
"
|
|
2284
|
+
"S2h": {
|
|
2242
2285
|
"type": "list",
|
|
2243
2286
|
"member": {}
|
|
2244
2287
|
},
|
|
2245
|
-
"
|
|
2288
|
+
"S2k": {
|
|
2246
2289
|
"type": "structure",
|
|
2247
2290
|
"members": {
|
|
2248
2291
|
"TargetArn": {}
|
|
2249
2292
|
}
|
|
2250
2293
|
},
|
|
2251
|
-
"
|
|
2294
|
+
"S2m": {
|
|
2252
2295
|
"type": "structure",
|
|
2253
2296
|
"members": {
|
|
2254
2297
|
"Variables": {
|
|
2255
|
-
"shape": "
|
|
2298
|
+
"shape": "S2n"
|
|
2256
2299
|
}
|
|
2257
2300
|
}
|
|
2258
2301
|
},
|
|
2259
|
-
"
|
|
2302
|
+
"S2n": {
|
|
2260
2303
|
"type": "map",
|
|
2261
2304
|
"key": {
|
|
2262
2305
|
"type": "string",
|
|
@@ -2268,22 +2311,22 @@
|
|
|
2268
2311
|
},
|
|
2269
2312
|
"sensitive": true
|
|
2270
2313
|
},
|
|
2271
|
-
"
|
|
2314
|
+
"S2r": {
|
|
2272
2315
|
"type": "structure",
|
|
2273
2316
|
"members": {
|
|
2274
2317
|
"Mode": {}
|
|
2275
2318
|
}
|
|
2276
2319
|
},
|
|
2277
|
-
"
|
|
2320
|
+
"S2t": {
|
|
2278
2321
|
"type": "map",
|
|
2279
2322
|
"key": {},
|
|
2280
2323
|
"value": {}
|
|
2281
2324
|
},
|
|
2282
|
-
"
|
|
2325
|
+
"S2w": {
|
|
2283
2326
|
"type": "list",
|
|
2284
2327
|
"member": {}
|
|
2285
2328
|
},
|
|
2286
|
-
"
|
|
2329
|
+
"S2y": {
|
|
2287
2330
|
"type": "list",
|
|
2288
2331
|
"member": {
|
|
2289
2332
|
"type": "structure",
|
|
@@ -2297,23 +2340,27 @@
|
|
|
2297
2340
|
}
|
|
2298
2341
|
}
|
|
2299
2342
|
},
|
|
2300
|
-
"
|
|
2343
|
+
"S32": {
|
|
2301
2344
|
"type": "structure",
|
|
2302
2345
|
"members": {
|
|
2303
2346
|
"EntryPoint": {
|
|
2304
|
-
"shape": "
|
|
2347
|
+
"shape": "S33"
|
|
2305
2348
|
},
|
|
2306
2349
|
"Command": {
|
|
2307
|
-
"shape": "
|
|
2350
|
+
"shape": "S33"
|
|
2308
2351
|
},
|
|
2309
2352
|
"WorkingDirectory": {}
|
|
2310
2353
|
}
|
|
2311
2354
|
},
|
|
2312
|
-
"
|
|
2355
|
+
"S33": {
|
|
2356
|
+
"type": "list",
|
|
2357
|
+
"member": {}
|
|
2358
|
+
},
|
|
2359
|
+
"S35": {
|
|
2313
2360
|
"type": "list",
|
|
2314
2361
|
"member": {}
|
|
2315
2362
|
},
|
|
2316
|
-
"
|
|
2363
|
+
"S37": {
|
|
2317
2364
|
"type": "structure",
|
|
2318
2365
|
"members": {
|
|
2319
2366
|
"FunctionName": {},
|
|
@@ -2338,29 +2385,29 @@
|
|
|
2338
2385
|
"type": "structure",
|
|
2339
2386
|
"members": {
|
|
2340
2387
|
"SubnetIds": {
|
|
2341
|
-
"shape": "
|
|
2388
|
+
"shape": "S2f"
|
|
2342
2389
|
},
|
|
2343
2390
|
"SecurityGroupIds": {
|
|
2344
|
-
"shape": "
|
|
2391
|
+
"shape": "S2h"
|
|
2345
2392
|
},
|
|
2346
2393
|
"VpcId": {}
|
|
2347
2394
|
}
|
|
2348
2395
|
},
|
|
2349
2396
|
"DeadLetterConfig": {
|
|
2350
|
-
"shape": "
|
|
2397
|
+
"shape": "S2k"
|
|
2351
2398
|
},
|
|
2352
2399
|
"Environment": {
|
|
2353
2400
|
"type": "structure",
|
|
2354
2401
|
"members": {
|
|
2355
2402
|
"Variables": {
|
|
2356
|
-
"shape": "
|
|
2403
|
+
"shape": "S2n"
|
|
2357
2404
|
},
|
|
2358
2405
|
"Error": {
|
|
2359
2406
|
"type": "structure",
|
|
2360
2407
|
"members": {
|
|
2361
2408
|
"ErrorCode": {},
|
|
2362
2409
|
"Message": {
|
|
2363
|
-
"shape": "
|
|
2410
|
+
"shape": "S3f"
|
|
2364
2411
|
}
|
|
2365
2412
|
}
|
|
2366
2413
|
}
|
|
@@ -2396,35 +2443,38 @@
|
|
|
2396
2443
|
"LastUpdateStatusReason": {},
|
|
2397
2444
|
"LastUpdateStatusReasonCode": {},
|
|
2398
2445
|
"FileSystemConfigs": {
|
|
2399
|
-
"shape": "
|
|
2446
|
+
"shape": "S2y"
|
|
2400
2447
|
},
|
|
2401
2448
|
"PackageType": {},
|
|
2402
2449
|
"ImageConfigResponse": {
|
|
2403
2450
|
"type": "structure",
|
|
2404
2451
|
"members": {
|
|
2405
2452
|
"ImageConfig": {
|
|
2406
|
-
"shape": "
|
|
2453
|
+
"shape": "S32"
|
|
2407
2454
|
},
|
|
2408
2455
|
"Error": {
|
|
2409
2456
|
"type": "structure",
|
|
2410
2457
|
"members": {
|
|
2411
2458
|
"ErrorCode": {},
|
|
2412
2459
|
"Message": {
|
|
2413
|
-
"shape": "
|
|
2460
|
+
"shape": "S3f"
|
|
2414
2461
|
}
|
|
2415
2462
|
}
|
|
2416
2463
|
}
|
|
2417
2464
|
}
|
|
2418
2465
|
},
|
|
2419
2466
|
"SigningProfileVersionArn": {},
|
|
2420
|
-
"SigningJobArn": {}
|
|
2467
|
+
"SigningJobArn": {},
|
|
2468
|
+
"Architectures": {
|
|
2469
|
+
"shape": "S35"
|
|
2470
|
+
}
|
|
2421
2471
|
}
|
|
2422
2472
|
},
|
|
2423
|
-
"
|
|
2473
|
+
"S3f": {
|
|
2424
2474
|
"type": "string",
|
|
2425
2475
|
"sensitive": true
|
|
2426
2476
|
},
|
|
2427
|
-
"
|
|
2477
|
+
"S4e": {
|
|
2428
2478
|
"type": "structure",
|
|
2429
2479
|
"members": {
|
|
2430
2480
|
"ReservedConcurrentExecutions": {
|
|
@@ -2432,7 +2482,7 @@
|
|
|
2432
2482
|
}
|
|
2433
2483
|
}
|
|
2434
2484
|
},
|
|
2435
|
-
"
|
|
2485
|
+
"S4m": {
|
|
2436
2486
|
"type": "structure",
|
|
2437
2487
|
"members": {
|
|
2438
2488
|
"LastModified": {
|
|
@@ -2446,15 +2496,15 @@
|
|
|
2446
2496
|
"type": "integer"
|
|
2447
2497
|
},
|
|
2448
2498
|
"DestinationConfig": {
|
|
2449
|
-
"shape": "
|
|
2499
|
+
"shape": "S1e"
|
|
2450
2500
|
}
|
|
2451
2501
|
}
|
|
2452
2502
|
},
|
|
2453
|
-
"
|
|
2503
|
+
"S4q": {
|
|
2454
2504
|
"type": "structure",
|
|
2455
2505
|
"members": {
|
|
2456
2506
|
"Content": {
|
|
2457
|
-
"shape": "
|
|
2507
|
+
"shape": "S4r"
|
|
2458
2508
|
},
|
|
2459
2509
|
"LayerArn": {},
|
|
2460
2510
|
"LayerVersionArn": {},
|
|
@@ -2464,12 +2514,15 @@
|
|
|
2464
2514
|
"type": "long"
|
|
2465
2515
|
},
|
|
2466
2516
|
"CompatibleRuntimes": {
|
|
2467
|
-
"shape": "
|
|
2517
|
+
"shape": "S4t"
|
|
2468
2518
|
},
|
|
2469
|
-
"LicenseInfo": {}
|
|
2519
|
+
"LicenseInfo": {},
|
|
2520
|
+
"CompatibleArchitectures": {
|
|
2521
|
+
"shape": "S4v"
|
|
2522
|
+
}
|
|
2470
2523
|
}
|
|
2471
2524
|
},
|
|
2472
|
-
"
|
|
2525
|
+
"S4r": {
|
|
2473
2526
|
"type": "structure",
|
|
2474
2527
|
"members": {
|
|
2475
2528
|
"Location": {},
|
|
@@ -2481,17 +2534,21 @@
|
|
|
2481
2534
|
"SigningJobArn": {}
|
|
2482
2535
|
}
|
|
2483
2536
|
},
|
|
2484
|
-
"
|
|
2537
|
+
"S4t": {
|
|
2485
2538
|
"type": "list",
|
|
2486
2539
|
"member": {}
|
|
2487
2540
|
},
|
|
2488
|
-
"
|
|
2541
|
+
"S4v": {
|
|
2542
|
+
"type": "list",
|
|
2543
|
+
"member": {}
|
|
2544
|
+
},
|
|
2545
|
+
"S5w": {
|
|
2489
2546
|
"type": "list",
|
|
2490
2547
|
"member": {
|
|
2491
|
-
"shape": "
|
|
2548
|
+
"shape": "S37"
|
|
2492
2549
|
}
|
|
2493
2550
|
},
|
|
2494
|
-
"
|
|
2551
|
+
"S64": {
|
|
2495
2552
|
"type": "structure",
|
|
2496
2553
|
"members": {
|
|
2497
2554
|
"LayerVersionArn": {},
|
|
@@ -2501,9 +2558,12 @@
|
|
|
2501
2558
|
"Description": {},
|
|
2502
2559
|
"CreatedDate": {},
|
|
2503
2560
|
"CompatibleRuntimes": {
|
|
2504
|
-
"shape": "
|
|
2561
|
+
"shape": "S4t"
|
|
2505
2562
|
},
|
|
2506
|
-
"LicenseInfo": {}
|
|
2563
|
+
"LicenseInfo": {},
|
|
2564
|
+
"CompatibleArchitectures": {
|
|
2565
|
+
"shape": "S4v"
|
|
2566
|
+
}
|
|
2507
2567
|
}
|
|
2508
2568
|
}
|
|
2509
2569
|
}
|