@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
|
@@ -95,6 +95,34 @@
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
|
+
"CreateDataset": {
|
|
99
|
+
"input": {
|
|
100
|
+
"type": "structure",
|
|
101
|
+
"required": [
|
|
102
|
+
"DatasetType",
|
|
103
|
+
"ProjectArn"
|
|
104
|
+
],
|
|
105
|
+
"members": {
|
|
106
|
+
"DatasetSource": {
|
|
107
|
+
"type": "structure",
|
|
108
|
+
"members": {
|
|
109
|
+
"GroundTruthManifest": {
|
|
110
|
+
"shape": "S14"
|
|
111
|
+
},
|
|
112
|
+
"DatasetArn": {}
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"DatasetType": {},
|
|
116
|
+
"ProjectArn": {}
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"output": {
|
|
120
|
+
"type": "structure",
|
|
121
|
+
"members": {
|
|
122
|
+
"DatasetArn": {}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
98
126
|
"CreateProject": {
|
|
99
127
|
"input": {
|
|
100
128
|
"type": "structure",
|
|
@@ -118,21 +146,19 @@
|
|
|
118
146
|
"required": [
|
|
119
147
|
"ProjectArn",
|
|
120
148
|
"VersionName",
|
|
121
|
-
"OutputConfig"
|
|
122
|
-
"TrainingData",
|
|
123
|
-
"TestingData"
|
|
149
|
+
"OutputConfig"
|
|
124
150
|
],
|
|
125
151
|
"members": {
|
|
126
152
|
"ProjectArn": {},
|
|
127
153
|
"VersionName": {},
|
|
128
154
|
"OutputConfig": {
|
|
129
|
-
"shape": "
|
|
155
|
+
"shape": "S1e"
|
|
130
156
|
},
|
|
131
157
|
"TrainingData": {
|
|
132
|
-
"shape": "
|
|
158
|
+
"shape": "S1g"
|
|
133
159
|
},
|
|
134
160
|
"TestingData": {
|
|
135
|
-
"shape": "
|
|
161
|
+
"shape": "S1j"
|
|
136
162
|
},
|
|
137
163
|
"Tags": {
|
|
138
164
|
"shape": "Sw"
|
|
@@ -159,14 +185,14 @@
|
|
|
159
185
|
],
|
|
160
186
|
"members": {
|
|
161
187
|
"Input": {
|
|
162
|
-
"shape": "
|
|
188
|
+
"shape": "S1o"
|
|
163
189
|
},
|
|
164
190
|
"Output": {
|
|
165
|
-
"shape": "
|
|
191
|
+
"shape": "S1r"
|
|
166
192
|
},
|
|
167
193
|
"Name": {},
|
|
168
194
|
"Settings": {
|
|
169
|
-
"shape": "
|
|
195
|
+
"shape": "S1v"
|
|
170
196
|
},
|
|
171
197
|
"RoleArn": {},
|
|
172
198
|
"Tags": {
|
|
@@ -200,6 +226,21 @@
|
|
|
200
226
|
}
|
|
201
227
|
}
|
|
202
228
|
},
|
|
229
|
+
"DeleteDataset": {
|
|
230
|
+
"input": {
|
|
231
|
+
"type": "structure",
|
|
232
|
+
"required": [
|
|
233
|
+
"DatasetArn"
|
|
234
|
+
],
|
|
235
|
+
"members": {
|
|
236
|
+
"DatasetArn": {}
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"output": {
|
|
240
|
+
"type": "structure",
|
|
241
|
+
"members": {}
|
|
242
|
+
}
|
|
243
|
+
},
|
|
203
244
|
"DeleteFaces": {
|
|
204
245
|
"input": {
|
|
205
246
|
"type": "structure",
|
|
@@ -210,7 +251,7 @@
|
|
|
210
251
|
"members": {
|
|
211
252
|
"CollectionId": {},
|
|
212
253
|
"FaceIds": {
|
|
213
|
-
"shape": "
|
|
254
|
+
"shape": "S25"
|
|
214
255
|
}
|
|
215
256
|
}
|
|
216
257
|
},
|
|
@@ -218,7 +259,7 @@
|
|
|
218
259
|
"type": "structure",
|
|
219
260
|
"members": {
|
|
220
261
|
"DeletedFaces": {
|
|
221
|
-
"shape": "
|
|
262
|
+
"shape": "S25"
|
|
222
263
|
}
|
|
223
264
|
}
|
|
224
265
|
}
|
|
@@ -296,6 +337,53 @@
|
|
|
296
337
|
}
|
|
297
338
|
}
|
|
298
339
|
},
|
|
340
|
+
"DescribeDataset": {
|
|
341
|
+
"input": {
|
|
342
|
+
"type": "structure",
|
|
343
|
+
"required": [
|
|
344
|
+
"DatasetArn"
|
|
345
|
+
],
|
|
346
|
+
"members": {
|
|
347
|
+
"DatasetArn": {}
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
"output": {
|
|
351
|
+
"type": "structure",
|
|
352
|
+
"members": {
|
|
353
|
+
"DatasetDescription": {
|
|
354
|
+
"type": "structure",
|
|
355
|
+
"members": {
|
|
356
|
+
"CreationTimestamp": {
|
|
357
|
+
"type": "timestamp"
|
|
358
|
+
},
|
|
359
|
+
"LastUpdatedTimestamp": {
|
|
360
|
+
"type": "timestamp"
|
|
361
|
+
},
|
|
362
|
+
"Status": {},
|
|
363
|
+
"StatusMessage": {},
|
|
364
|
+
"StatusMessageCode": {},
|
|
365
|
+
"DatasetStats": {
|
|
366
|
+
"type": "structure",
|
|
367
|
+
"members": {
|
|
368
|
+
"LabeledEntries": {
|
|
369
|
+
"type": "integer"
|
|
370
|
+
},
|
|
371
|
+
"TotalEntries": {
|
|
372
|
+
"type": "integer"
|
|
373
|
+
},
|
|
374
|
+
"TotalLabels": {
|
|
375
|
+
"type": "integer"
|
|
376
|
+
},
|
|
377
|
+
"ErrorEntries": {
|
|
378
|
+
"type": "integer"
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
},
|
|
299
387
|
"DescribeProjectVersions": {
|
|
300
388
|
"input": {
|
|
301
389
|
"type": "structure",
|
|
@@ -338,19 +426,19 @@
|
|
|
338
426
|
"type": "timestamp"
|
|
339
427
|
},
|
|
340
428
|
"OutputConfig": {
|
|
341
|
-
"shape": "
|
|
429
|
+
"shape": "S1e"
|
|
342
430
|
},
|
|
343
431
|
"TrainingDataResult": {
|
|
344
432
|
"type": "structure",
|
|
345
433
|
"members": {
|
|
346
434
|
"Input": {
|
|
347
|
-
"shape": "
|
|
435
|
+
"shape": "S1g"
|
|
348
436
|
},
|
|
349
437
|
"Output": {
|
|
350
|
-
"shape": "
|
|
438
|
+
"shape": "S1g"
|
|
351
439
|
},
|
|
352
440
|
"Validation": {
|
|
353
|
-
"shape": "
|
|
441
|
+
"shape": "S30"
|
|
354
442
|
}
|
|
355
443
|
}
|
|
356
444
|
},
|
|
@@ -358,13 +446,13 @@
|
|
|
358
446
|
"type": "structure",
|
|
359
447
|
"members": {
|
|
360
448
|
"Input": {
|
|
361
|
-
"shape": "
|
|
449
|
+
"shape": "S1j"
|
|
362
450
|
},
|
|
363
451
|
"Output": {
|
|
364
|
-
"shape": "
|
|
452
|
+
"shape": "S1j"
|
|
365
453
|
},
|
|
366
454
|
"Validation": {
|
|
367
|
-
"shape": "
|
|
455
|
+
"shape": "S30"
|
|
368
456
|
}
|
|
369
457
|
}
|
|
370
458
|
},
|
|
@@ -385,7 +473,7 @@
|
|
|
385
473
|
}
|
|
386
474
|
},
|
|
387
475
|
"ManifestSummary": {
|
|
388
|
-
"shape": "
|
|
476
|
+
"shape": "S14"
|
|
389
477
|
},
|
|
390
478
|
"KmsKeyId": {}
|
|
391
479
|
}
|
|
@@ -402,6 +490,10 @@
|
|
|
402
490
|
"NextToken": {},
|
|
403
491
|
"MaxResults": {
|
|
404
492
|
"type": "integer"
|
|
493
|
+
},
|
|
494
|
+
"ProjectNames": {
|
|
495
|
+
"type": "list",
|
|
496
|
+
"member": {}
|
|
405
497
|
}
|
|
406
498
|
}
|
|
407
499
|
},
|
|
@@ -417,7 +509,23 @@
|
|
|
417
509
|
"CreationTimestamp": {
|
|
418
510
|
"type": "timestamp"
|
|
419
511
|
},
|
|
420
|
-
"Status": {}
|
|
512
|
+
"Status": {},
|
|
513
|
+
"Datasets": {
|
|
514
|
+
"type": "list",
|
|
515
|
+
"member": {
|
|
516
|
+
"type": "structure",
|
|
517
|
+
"members": {
|
|
518
|
+
"CreationTimestamp": {
|
|
519
|
+
"type": "timestamp"
|
|
520
|
+
},
|
|
521
|
+
"DatasetType": {},
|
|
522
|
+
"DatasetArn": {},
|
|
523
|
+
"Status": {},
|
|
524
|
+
"StatusMessage": {},
|
|
525
|
+
"StatusMessageCode": {}
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
}
|
|
421
529
|
}
|
|
422
530
|
}
|
|
423
531
|
},
|
|
@@ -449,14 +557,14 @@
|
|
|
449
557
|
"type": "timestamp"
|
|
450
558
|
},
|
|
451
559
|
"Input": {
|
|
452
|
-
"shape": "
|
|
560
|
+
"shape": "S1o"
|
|
453
561
|
},
|
|
454
562
|
"Output": {
|
|
455
|
-
"shape": "
|
|
563
|
+
"shape": "S1r"
|
|
456
564
|
},
|
|
457
565
|
"RoleArn": {},
|
|
458
566
|
"Settings": {
|
|
459
|
-
"shape": "
|
|
567
|
+
"shape": "S1v"
|
|
460
568
|
}
|
|
461
569
|
}
|
|
462
570
|
}
|
|
@@ -494,7 +602,7 @@
|
|
|
494
602
|
"type": "float"
|
|
495
603
|
},
|
|
496
604
|
"Geometry": {
|
|
497
|
-
"shape": "
|
|
605
|
+
"shape": "S3j"
|
|
498
606
|
}
|
|
499
607
|
}
|
|
500
608
|
}
|
|
@@ -513,7 +621,7 @@
|
|
|
513
621
|
"shape": "S2"
|
|
514
622
|
},
|
|
515
623
|
"Attributes": {
|
|
516
|
-
"shape": "
|
|
624
|
+
"shape": "S3n"
|
|
517
625
|
}
|
|
518
626
|
}
|
|
519
627
|
},
|
|
@@ -523,7 +631,7 @@
|
|
|
523
631
|
"FaceDetails": {
|
|
524
632
|
"type": "list",
|
|
525
633
|
"member": {
|
|
526
|
-
"shape": "
|
|
634
|
+
"shape": "S3r"
|
|
527
635
|
}
|
|
528
636
|
},
|
|
529
637
|
"OrientationCorrection": {}
|
|
@@ -554,7 +662,7 @@
|
|
|
554
662
|
"Labels": {
|
|
555
663
|
"type": "list",
|
|
556
664
|
"member": {
|
|
557
|
-
"shape": "
|
|
665
|
+
"shape": "S44"
|
|
558
666
|
}
|
|
559
667
|
},
|
|
560
668
|
"OrientationCorrection": {},
|
|
@@ -603,7 +711,7 @@
|
|
|
603
711
|
"ModerationLabels": {
|
|
604
712
|
"type": "list",
|
|
605
713
|
"member": {
|
|
606
|
-
"shape": "
|
|
714
|
+
"shape": "S4i"
|
|
607
715
|
}
|
|
608
716
|
},
|
|
609
717
|
"ModerationModelVersion": {},
|
|
@@ -714,13 +822,13 @@
|
|
|
714
822
|
"type": "structure",
|
|
715
823
|
"members": {
|
|
716
824
|
"PersonsWithRequiredEquipment": {
|
|
717
|
-
"shape": "
|
|
825
|
+
"shape": "S52"
|
|
718
826
|
},
|
|
719
827
|
"PersonsWithoutRequiredEquipment": {
|
|
720
|
-
"shape": "
|
|
828
|
+
"shape": "S52"
|
|
721
829
|
},
|
|
722
830
|
"PersonsIndeterminate": {
|
|
723
|
-
"shape": "
|
|
831
|
+
"shape": "S52"
|
|
724
832
|
}
|
|
725
833
|
}
|
|
726
834
|
}
|
|
@@ -741,10 +849,10 @@
|
|
|
741
849
|
"type": "structure",
|
|
742
850
|
"members": {
|
|
743
851
|
"WordFilter": {
|
|
744
|
-
"shape": "
|
|
852
|
+
"shape": "S55"
|
|
745
853
|
},
|
|
746
854
|
"RegionsOfInterest": {
|
|
747
|
-
"shape": "
|
|
855
|
+
"shape": "S58"
|
|
748
856
|
}
|
|
749
857
|
}
|
|
750
858
|
}
|
|
@@ -756,13 +864,39 @@
|
|
|
756
864
|
"TextDetections": {
|
|
757
865
|
"type": "list",
|
|
758
866
|
"member": {
|
|
759
|
-
"shape": "
|
|
867
|
+
"shape": "S5c"
|
|
760
868
|
}
|
|
761
869
|
},
|
|
762
870
|
"TextModelVersion": {}
|
|
763
871
|
}
|
|
764
872
|
}
|
|
765
873
|
},
|
|
874
|
+
"DistributeDatasetEntries": {
|
|
875
|
+
"input": {
|
|
876
|
+
"type": "structure",
|
|
877
|
+
"required": [
|
|
878
|
+
"Datasets"
|
|
879
|
+
],
|
|
880
|
+
"members": {
|
|
881
|
+
"Datasets": {
|
|
882
|
+
"type": "list",
|
|
883
|
+
"member": {
|
|
884
|
+
"type": "structure",
|
|
885
|
+
"required": [
|
|
886
|
+
"Arn"
|
|
887
|
+
],
|
|
888
|
+
"members": {
|
|
889
|
+
"Arn": {}
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
"output": {
|
|
896
|
+
"type": "structure",
|
|
897
|
+
"members": {}
|
|
898
|
+
}
|
|
899
|
+
},
|
|
766
900
|
"GetCelebrityInfo": {
|
|
767
901
|
"input": {
|
|
768
902
|
"type": "structure",
|
|
@@ -777,11 +911,11 @@
|
|
|
777
911
|
"type": "structure",
|
|
778
912
|
"members": {
|
|
779
913
|
"Urls": {
|
|
780
|
-
"shape": "
|
|
914
|
+
"shape": "S5l"
|
|
781
915
|
},
|
|
782
916
|
"Name": {},
|
|
783
917
|
"KnownGender": {
|
|
784
|
-
"shape": "
|
|
918
|
+
"shape": "S5n"
|
|
785
919
|
}
|
|
786
920
|
}
|
|
787
921
|
}
|
|
@@ -807,7 +941,7 @@
|
|
|
807
941
|
"JobStatus": {},
|
|
808
942
|
"StatusMessage": {},
|
|
809
943
|
"VideoMetadata": {
|
|
810
|
-
"shape": "
|
|
944
|
+
"shape": "S5w"
|
|
811
945
|
},
|
|
812
946
|
"NextToken": {},
|
|
813
947
|
"Celebrities": {
|
|
@@ -822,7 +956,7 @@
|
|
|
822
956
|
"type": "structure",
|
|
823
957
|
"members": {
|
|
824
958
|
"Urls": {
|
|
825
|
-
"shape": "
|
|
959
|
+
"shape": "S5l"
|
|
826
960
|
},
|
|
827
961
|
"Name": {},
|
|
828
962
|
"Id": {},
|
|
@@ -833,7 +967,10 @@
|
|
|
833
967
|
"shape": "Sc"
|
|
834
968
|
},
|
|
835
969
|
"Face": {
|
|
836
|
-
"shape": "
|
|
970
|
+
"shape": "S3r"
|
|
971
|
+
},
|
|
972
|
+
"KnownGender": {
|
|
973
|
+
"shape": "S5n"
|
|
837
974
|
}
|
|
838
975
|
}
|
|
839
976
|
}
|
|
@@ -864,7 +1001,7 @@
|
|
|
864
1001
|
"JobStatus": {},
|
|
865
1002
|
"StatusMessage": {},
|
|
866
1003
|
"VideoMetadata": {
|
|
867
|
-
"shape": "
|
|
1004
|
+
"shape": "S5w"
|
|
868
1005
|
},
|
|
869
1006
|
"ModerationLabels": {
|
|
870
1007
|
"type": "list",
|
|
@@ -875,7 +1012,7 @@
|
|
|
875
1012
|
"type": "long"
|
|
876
1013
|
},
|
|
877
1014
|
"ModerationLabel": {
|
|
878
|
-
"shape": "
|
|
1015
|
+
"shape": "S4i"
|
|
879
1016
|
}
|
|
880
1017
|
}
|
|
881
1018
|
}
|
|
@@ -905,7 +1042,7 @@
|
|
|
905
1042
|
"JobStatus": {},
|
|
906
1043
|
"StatusMessage": {},
|
|
907
1044
|
"VideoMetadata": {
|
|
908
|
-
"shape": "
|
|
1045
|
+
"shape": "S5w"
|
|
909
1046
|
},
|
|
910
1047
|
"NextToken": {},
|
|
911
1048
|
"Faces": {
|
|
@@ -917,7 +1054,7 @@
|
|
|
917
1054
|
"type": "long"
|
|
918
1055
|
},
|
|
919
1056
|
"Face": {
|
|
920
|
-
"shape": "
|
|
1057
|
+
"shape": "S3r"
|
|
921
1058
|
}
|
|
922
1059
|
}
|
|
923
1060
|
}
|
|
@@ -947,7 +1084,7 @@
|
|
|
947
1084
|
"StatusMessage": {},
|
|
948
1085
|
"NextToken": {},
|
|
949
1086
|
"VideoMetadata": {
|
|
950
|
-
"shape": "
|
|
1087
|
+
"shape": "S5w"
|
|
951
1088
|
},
|
|
952
1089
|
"Persons": {
|
|
953
1090
|
"type": "list",
|
|
@@ -958,10 +1095,10 @@
|
|
|
958
1095
|
"type": "long"
|
|
959
1096
|
},
|
|
960
1097
|
"Person": {
|
|
961
|
-
"shape": "
|
|
1098
|
+
"shape": "S6g"
|
|
962
1099
|
},
|
|
963
1100
|
"FaceMatches": {
|
|
964
|
-
"shape": "
|
|
1101
|
+
"shape": "S6i"
|
|
965
1102
|
}
|
|
966
1103
|
}
|
|
967
1104
|
}
|
|
@@ -990,7 +1127,7 @@
|
|
|
990
1127
|
"JobStatus": {},
|
|
991
1128
|
"StatusMessage": {},
|
|
992
1129
|
"VideoMetadata": {
|
|
993
|
-
"shape": "
|
|
1130
|
+
"shape": "S5w"
|
|
994
1131
|
},
|
|
995
1132
|
"NextToken": {},
|
|
996
1133
|
"Labels": {
|
|
@@ -1002,7 +1139,7 @@
|
|
|
1002
1139
|
"type": "long"
|
|
1003
1140
|
},
|
|
1004
1141
|
"Label": {
|
|
1005
|
-
"shape": "
|
|
1142
|
+
"shape": "S44"
|
|
1006
1143
|
}
|
|
1007
1144
|
}
|
|
1008
1145
|
}
|
|
@@ -1032,7 +1169,7 @@
|
|
|
1032
1169
|
"JobStatus": {},
|
|
1033
1170
|
"StatusMessage": {},
|
|
1034
1171
|
"VideoMetadata": {
|
|
1035
|
-
"shape": "
|
|
1172
|
+
"shape": "S5w"
|
|
1036
1173
|
},
|
|
1037
1174
|
"NextToken": {},
|
|
1038
1175
|
"Persons": {
|
|
@@ -1044,7 +1181,7 @@
|
|
|
1044
1181
|
"type": "long"
|
|
1045
1182
|
},
|
|
1046
1183
|
"Person": {
|
|
1047
|
-
"shape": "
|
|
1184
|
+
"shape": "S6g"
|
|
1048
1185
|
}
|
|
1049
1186
|
}
|
|
1050
1187
|
}
|
|
@@ -1074,7 +1211,7 @@
|
|
|
1074
1211
|
"VideoMetadata": {
|
|
1075
1212
|
"type": "list",
|
|
1076
1213
|
"member": {
|
|
1077
|
-
"shape": "
|
|
1214
|
+
"shape": "S5w"
|
|
1078
1215
|
}
|
|
1079
1216
|
},
|
|
1080
1217
|
"AudioMetadata": {
|
|
@@ -1179,7 +1316,7 @@
|
|
|
1179
1316
|
"JobStatus": {},
|
|
1180
1317
|
"StatusMessage": {},
|
|
1181
1318
|
"VideoMetadata": {
|
|
1182
|
-
"shape": "
|
|
1319
|
+
"shape": "S5w"
|
|
1183
1320
|
},
|
|
1184
1321
|
"TextDetections": {
|
|
1185
1322
|
"type": "list",
|
|
@@ -1190,7 +1327,7 @@
|
|
|
1190
1327
|
"type": "long"
|
|
1191
1328
|
},
|
|
1192
1329
|
"TextDetection": {
|
|
1193
|
-
"shape": "
|
|
1330
|
+
"shape": "S5c"
|
|
1194
1331
|
}
|
|
1195
1332
|
}
|
|
1196
1333
|
}
|
|
@@ -1214,7 +1351,7 @@
|
|
|
1214
1351
|
},
|
|
1215
1352
|
"ExternalImageId": {},
|
|
1216
1353
|
"DetectionAttributes": {
|
|
1217
|
-
"shape": "
|
|
1354
|
+
"shape": "S3n"
|
|
1218
1355
|
},
|
|
1219
1356
|
"MaxFaces": {
|
|
1220
1357
|
"type": "integer"
|
|
@@ -1231,10 +1368,10 @@
|
|
|
1231
1368
|
"type": "structure",
|
|
1232
1369
|
"members": {
|
|
1233
1370
|
"Face": {
|
|
1234
|
-
"shape": "
|
|
1371
|
+
"shape": "S6k"
|
|
1235
1372
|
},
|
|
1236
1373
|
"FaceDetail": {
|
|
1237
|
-
"shape": "
|
|
1374
|
+
"shape": "S3r"
|
|
1238
1375
|
}
|
|
1239
1376
|
}
|
|
1240
1377
|
}
|
|
@@ -1251,7 +1388,7 @@
|
|
|
1251
1388
|
"member": {}
|
|
1252
1389
|
},
|
|
1253
1390
|
"FaceDetail": {
|
|
1254
|
-
"shape": "
|
|
1391
|
+
"shape": "S3r"
|
|
1255
1392
|
}
|
|
1256
1393
|
}
|
|
1257
1394
|
}
|
|
@@ -1284,6 +1421,83 @@
|
|
|
1284
1421
|
}
|
|
1285
1422
|
}
|
|
1286
1423
|
},
|
|
1424
|
+
"ListDatasetEntries": {
|
|
1425
|
+
"input": {
|
|
1426
|
+
"type": "structure",
|
|
1427
|
+
"required": [
|
|
1428
|
+
"DatasetArn"
|
|
1429
|
+
],
|
|
1430
|
+
"members": {
|
|
1431
|
+
"DatasetArn": {},
|
|
1432
|
+
"ContainsLabels": {
|
|
1433
|
+
"type": "list",
|
|
1434
|
+
"member": {}
|
|
1435
|
+
},
|
|
1436
|
+
"Labeled": {
|
|
1437
|
+
"type": "boolean"
|
|
1438
|
+
},
|
|
1439
|
+
"SourceRefContains": {},
|
|
1440
|
+
"HasErrors": {
|
|
1441
|
+
"type": "boolean"
|
|
1442
|
+
},
|
|
1443
|
+
"NextToken": {},
|
|
1444
|
+
"MaxResults": {
|
|
1445
|
+
"type": "integer"
|
|
1446
|
+
}
|
|
1447
|
+
}
|
|
1448
|
+
},
|
|
1449
|
+
"output": {
|
|
1450
|
+
"type": "structure",
|
|
1451
|
+
"members": {
|
|
1452
|
+
"DatasetEntries": {
|
|
1453
|
+
"type": "list",
|
|
1454
|
+
"member": {}
|
|
1455
|
+
},
|
|
1456
|
+
"NextToken": {}
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1459
|
+
},
|
|
1460
|
+
"ListDatasetLabels": {
|
|
1461
|
+
"input": {
|
|
1462
|
+
"type": "structure",
|
|
1463
|
+
"required": [
|
|
1464
|
+
"DatasetArn"
|
|
1465
|
+
],
|
|
1466
|
+
"members": {
|
|
1467
|
+
"DatasetArn": {},
|
|
1468
|
+
"NextToken": {},
|
|
1469
|
+
"MaxResults": {
|
|
1470
|
+
"type": "integer"
|
|
1471
|
+
}
|
|
1472
|
+
}
|
|
1473
|
+
},
|
|
1474
|
+
"output": {
|
|
1475
|
+
"type": "structure",
|
|
1476
|
+
"members": {
|
|
1477
|
+
"DatasetLabelDescriptions": {
|
|
1478
|
+
"type": "list",
|
|
1479
|
+
"member": {
|
|
1480
|
+
"type": "structure",
|
|
1481
|
+
"members": {
|
|
1482
|
+
"LabelName": {},
|
|
1483
|
+
"LabelStats": {
|
|
1484
|
+
"type": "structure",
|
|
1485
|
+
"members": {
|
|
1486
|
+
"EntryCount": {
|
|
1487
|
+
"type": "integer"
|
|
1488
|
+
},
|
|
1489
|
+
"BoundingBoxCount": {
|
|
1490
|
+
"type": "integer"
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
1493
|
+
}
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
},
|
|
1497
|
+
"NextToken": {}
|
|
1498
|
+
}
|
|
1499
|
+
}
|
|
1500
|
+
},
|
|
1287
1501
|
"ListFaces": {
|
|
1288
1502
|
"input": {
|
|
1289
1503
|
"type": "structure",
|
|
@@ -1304,7 +1518,7 @@
|
|
|
1304
1518
|
"Faces": {
|
|
1305
1519
|
"type": "list",
|
|
1306
1520
|
"member": {
|
|
1307
|
-
"shape": "
|
|
1521
|
+
"shape": "S6k"
|
|
1308
1522
|
}
|
|
1309
1523
|
},
|
|
1310
1524
|
"NextToken": {},
|
|
@@ -1379,7 +1593,7 @@
|
|
|
1379
1593
|
"type": "structure",
|
|
1380
1594
|
"members": {
|
|
1381
1595
|
"Urls": {
|
|
1382
|
-
"shape": "
|
|
1596
|
+
"shape": "S5l"
|
|
1383
1597
|
},
|
|
1384
1598
|
"Name": {},
|
|
1385
1599
|
"Id": {},
|
|
@@ -1390,7 +1604,7 @@
|
|
|
1390
1604
|
"type": "float"
|
|
1391
1605
|
},
|
|
1392
1606
|
"KnownGender": {
|
|
1393
|
-
"shape": "
|
|
1607
|
+
"shape": "S5n"
|
|
1394
1608
|
}
|
|
1395
1609
|
}
|
|
1396
1610
|
}
|
|
@@ -1428,7 +1642,7 @@
|
|
|
1428
1642
|
"members": {
|
|
1429
1643
|
"SearchedFaceId": {},
|
|
1430
1644
|
"FaceMatches": {
|
|
1431
|
-
"shape": "
|
|
1645
|
+
"shape": "S6i"
|
|
1432
1646
|
},
|
|
1433
1647
|
"FaceModelVersion": {}
|
|
1434
1648
|
}
|
|
@@ -1465,7 +1679,7 @@
|
|
|
1465
1679
|
"type": "float"
|
|
1466
1680
|
},
|
|
1467
1681
|
"FaceMatches": {
|
|
1468
|
-
"shape": "
|
|
1682
|
+
"shape": "S6i"
|
|
1469
1683
|
},
|
|
1470
1684
|
"FaceModelVersion": {}
|
|
1471
1685
|
}
|
|
@@ -1479,11 +1693,11 @@
|
|
|
1479
1693
|
],
|
|
1480
1694
|
"members": {
|
|
1481
1695
|
"Video": {
|
|
1482
|
-
"shape": "
|
|
1696
|
+
"shape": "S8v"
|
|
1483
1697
|
},
|
|
1484
1698
|
"ClientRequestToken": {},
|
|
1485
1699
|
"NotificationChannel": {
|
|
1486
|
-
"shape": "
|
|
1700
|
+
"shape": "S8x"
|
|
1487
1701
|
},
|
|
1488
1702
|
"JobTag": {}
|
|
1489
1703
|
}
|
|
@@ -1504,14 +1718,14 @@
|
|
|
1504
1718
|
],
|
|
1505
1719
|
"members": {
|
|
1506
1720
|
"Video": {
|
|
1507
|
-
"shape": "
|
|
1721
|
+
"shape": "S8v"
|
|
1508
1722
|
},
|
|
1509
1723
|
"MinConfidence": {
|
|
1510
1724
|
"type": "float"
|
|
1511
1725
|
},
|
|
1512
1726
|
"ClientRequestToken": {},
|
|
1513
1727
|
"NotificationChannel": {
|
|
1514
|
-
"shape": "
|
|
1728
|
+
"shape": "S8x"
|
|
1515
1729
|
},
|
|
1516
1730
|
"JobTag": {}
|
|
1517
1731
|
}
|
|
@@ -1532,11 +1746,11 @@
|
|
|
1532
1746
|
],
|
|
1533
1747
|
"members": {
|
|
1534
1748
|
"Video": {
|
|
1535
|
-
"shape": "
|
|
1749
|
+
"shape": "S8v"
|
|
1536
1750
|
},
|
|
1537
1751
|
"ClientRequestToken": {},
|
|
1538
1752
|
"NotificationChannel": {
|
|
1539
|
-
"shape": "
|
|
1753
|
+
"shape": "S8x"
|
|
1540
1754
|
},
|
|
1541
1755
|
"FaceAttributes": {},
|
|
1542
1756
|
"JobTag": {}
|
|
@@ -1559,7 +1773,7 @@
|
|
|
1559
1773
|
],
|
|
1560
1774
|
"members": {
|
|
1561
1775
|
"Video": {
|
|
1562
|
-
"shape": "
|
|
1776
|
+
"shape": "S8v"
|
|
1563
1777
|
},
|
|
1564
1778
|
"ClientRequestToken": {},
|
|
1565
1779
|
"FaceMatchThreshold": {
|
|
@@ -1567,7 +1781,7 @@
|
|
|
1567
1781
|
},
|
|
1568
1782
|
"CollectionId": {},
|
|
1569
1783
|
"NotificationChannel": {
|
|
1570
|
-
"shape": "
|
|
1784
|
+
"shape": "S8x"
|
|
1571
1785
|
},
|
|
1572
1786
|
"JobTag": {}
|
|
1573
1787
|
}
|
|
@@ -1588,14 +1802,14 @@
|
|
|
1588
1802
|
],
|
|
1589
1803
|
"members": {
|
|
1590
1804
|
"Video": {
|
|
1591
|
-
"shape": "
|
|
1805
|
+
"shape": "S8v"
|
|
1592
1806
|
},
|
|
1593
1807
|
"ClientRequestToken": {},
|
|
1594
1808
|
"MinConfidence": {
|
|
1595
1809
|
"type": "float"
|
|
1596
1810
|
},
|
|
1597
1811
|
"NotificationChannel": {
|
|
1598
|
-
"shape": "
|
|
1812
|
+
"shape": "S8x"
|
|
1599
1813
|
},
|
|
1600
1814
|
"JobTag": {}
|
|
1601
1815
|
}
|
|
@@ -1616,11 +1830,11 @@
|
|
|
1616
1830
|
],
|
|
1617
1831
|
"members": {
|
|
1618
1832
|
"Video": {
|
|
1619
|
-
"shape": "
|
|
1833
|
+
"shape": "S8v"
|
|
1620
1834
|
},
|
|
1621
1835
|
"ClientRequestToken": {},
|
|
1622
1836
|
"NotificationChannel": {
|
|
1623
|
-
"shape": "
|
|
1837
|
+
"shape": "S8x"
|
|
1624
1838
|
},
|
|
1625
1839
|
"JobTag": {}
|
|
1626
1840
|
}
|
|
@@ -1663,11 +1877,11 @@
|
|
|
1663
1877
|
],
|
|
1664
1878
|
"members": {
|
|
1665
1879
|
"Video": {
|
|
1666
|
-
"shape": "
|
|
1880
|
+
"shape": "S8v"
|
|
1667
1881
|
},
|
|
1668
1882
|
"ClientRequestToken": {},
|
|
1669
1883
|
"NotificationChannel": {
|
|
1670
|
-
"shape": "
|
|
1884
|
+
"shape": "S8x"
|
|
1671
1885
|
},
|
|
1672
1886
|
"JobTag": {},
|
|
1673
1887
|
"Filters": {
|
|
@@ -1739,21 +1953,21 @@
|
|
|
1739
1953
|
],
|
|
1740
1954
|
"members": {
|
|
1741
1955
|
"Video": {
|
|
1742
|
-
"shape": "
|
|
1956
|
+
"shape": "S8v"
|
|
1743
1957
|
},
|
|
1744
1958
|
"ClientRequestToken": {},
|
|
1745
1959
|
"NotificationChannel": {
|
|
1746
|
-
"shape": "
|
|
1960
|
+
"shape": "S8x"
|
|
1747
1961
|
},
|
|
1748
1962
|
"JobTag": {},
|
|
1749
1963
|
"Filters": {
|
|
1750
1964
|
"type": "structure",
|
|
1751
1965
|
"members": {
|
|
1752
1966
|
"WordFilter": {
|
|
1753
|
-
"shape": "
|
|
1967
|
+
"shape": "S55"
|
|
1754
1968
|
},
|
|
1755
1969
|
"RegionsOfInterest": {
|
|
1756
|
-
"shape": "
|
|
1970
|
+
"shape": "S58"
|
|
1757
1971
|
}
|
|
1758
1972
|
}
|
|
1759
1973
|
}
|
|
@@ -1837,6 +2051,33 @@
|
|
|
1837
2051
|
"type": "structure",
|
|
1838
2052
|
"members": {}
|
|
1839
2053
|
}
|
|
2054
|
+
},
|
|
2055
|
+
"UpdateDatasetEntries": {
|
|
2056
|
+
"input": {
|
|
2057
|
+
"type": "structure",
|
|
2058
|
+
"required": [
|
|
2059
|
+
"DatasetArn",
|
|
2060
|
+
"Changes"
|
|
2061
|
+
],
|
|
2062
|
+
"members": {
|
|
2063
|
+
"DatasetArn": {},
|
|
2064
|
+
"Changes": {
|
|
2065
|
+
"type": "structure",
|
|
2066
|
+
"required": [
|
|
2067
|
+
"GroundTruth"
|
|
2068
|
+
],
|
|
2069
|
+
"members": {
|
|
2070
|
+
"GroundTruth": {
|
|
2071
|
+
"type": "blob"
|
|
2072
|
+
}
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2075
|
+
}
|
|
2076
|
+
},
|
|
2077
|
+
"output": {
|
|
2078
|
+
"type": "structure",
|
|
2079
|
+
"members": {}
|
|
2080
|
+
}
|
|
1840
2081
|
}
|
|
1841
2082
|
},
|
|
1842
2083
|
"shapes": {
|
|
@@ -1970,52 +2211,52 @@
|
|
|
1970
2211
|
"key": {},
|
|
1971
2212
|
"value": {}
|
|
1972
2213
|
},
|
|
1973
|
-
"
|
|
2214
|
+
"S14": {
|
|
2215
|
+
"type": "structure",
|
|
2216
|
+
"members": {
|
|
2217
|
+
"S3Object": {
|
|
2218
|
+
"shape": "S4"
|
|
2219
|
+
}
|
|
2220
|
+
}
|
|
2221
|
+
},
|
|
2222
|
+
"S1e": {
|
|
1974
2223
|
"type": "structure",
|
|
1975
2224
|
"members": {
|
|
1976
2225
|
"S3Bucket": {},
|
|
1977
2226
|
"S3KeyPrefix": {}
|
|
1978
2227
|
}
|
|
1979
2228
|
},
|
|
1980
|
-
"
|
|
2229
|
+
"S1g": {
|
|
1981
2230
|
"type": "structure",
|
|
1982
2231
|
"members": {
|
|
1983
2232
|
"Assets": {
|
|
1984
|
-
"shape": "
|
|
2233
|
+
"shape": "S1h"
|
|
1985
2234
|
}
|
|
1986
2235
|
}
|
|
1987
2236
|
},
|
|
1988
|
-
"
|
|
2237
|
+
"S1h": {
|
|
1989
2238
|
"type": "list",
|
|
1990
2239
|
"member": {
|
|
1991
2240
|
"type": "structure",
|
|
1992
2241
|
"members": {
|
|
1993
2242
|
"GroundTruthManifest": {
|
|
1994
|
-
"shape": "
|
|
2243
|
+
"shape": "S14"
|
|
1995
2244
|
}
|
|
1996
2245
|
}
|
|
1997
2246
|
}
|
|
1998
2247
|
},
|
|
1999
|
-
"
|
|
2000
|
-
"type": "structure",
|
|
2001
|
-
"members": {
|
|
2002
|
-
"S3Object": {
|
|
2003
|
-
"shape": "S4"
|
|
2004
|
-
}
|
|
2005
|
-
}
|
|
2006
|
-
},
|
|
2007
|
-
"S1e": {
|
|
2248
|
+
"S1j": {
|
|
2008
2249
|
"type": "structure",
|
|
2009
2250
|
"members": {
|
|
2010
2251
|
"Assets": {
|
|
2011
|
-
"shape": "
|
|
2252
|
+
"shape": "S1h"
|
|
2012
2253
|
},
|
|
2013
2254
|
"AutoCreate": {
|
|
2014
2255
|
"type": "boolean"
|
|
2015
2256
|
}
|
|
2016
2257
|
}
|
|
2017
2258
|
},
|
|
2018
|
-
"
|
|
2259
|
+
"S1o": {
|
|
2019
2260
|
"type": "structure",
|
|
2020
2261
|
"members": {
|
|
2021
2262
|
"KinesisVideoStream": {
|
|
@@ -2026,7 +2267,7 @@
|
|
|
2026
2267
|
}
|
|
2027
2268
|
}
|
|
2028
2269
|
},
|
|
2029
|
-
"
|
|
2270
|
+
"S1r": {
|
|
2030
2271
|
"type": "structure",
|
|
2031
2272
|
"members": {
|
|
2032
2273
|
"KinesisDataStream": {
|
|
@@ -2037,7 +2278,7 @@
|
|
|
2037
2278
|
}
|
|
2038
2279
|
}
|
|
2039
2280
|
},
|
|
2040
|
-
"
|
|
2281
|
+
"S1v": {
|
|
2041
2282
|
"type": "structure",
|
|
2042
2283
|
"members": {
|
|
2043
2284
|
"FaceSearch": {
|
|
@@ -2051,19 +2292,19 @@
|
|
|
2051
2292
|
}
|
|
2052
2293
|
}
|
|
2053
2294
|
},
|
|
2054
|
-
"
|
|
2295
|
+
"S25": {
|
|
2055
2296
|
"type": "list",
|
|
2056
2297
|
"member": {}
|
|
2057
2298
|
},
|
|
2058
|
-
"
|
|
2299
|
+
"S30": {
|
|
2059
2300
|
"type": "structure",
|
|
2060
2301
|
"members": {
|
|
2061
2302
|
"Assets": {
|
|
2062
|
-
"shape": "
|
|
2303
|
+
"shape": "S1h"
|
|
2063
2304
|
}
|
|
2064
2305
|
}
|
|
2065
2306
|
},
|
|
2066
|
-
"
|
|
2307
|
+
"S3j": {
|
|
2067
2308
|
"type": "structure",
|
|
2068
2309
|
"members": {
|
|
2069
2310
|
"BoundingBox": {
|
|
@@ -2085,11 +2326,11 @@
|
|
|
2085
2326
|
}
|
|
2086
2327
|
}
|
|
2087
2328
|
},
|
|
2088
|
-
"
|
|
2329
|
+
"S3n": {
|
|
2089
2330
|
"type": "list",
|
|
2090
2331
|
"member": {}
|
|
2091
2332
|
},
|
|
2092
|
-
"
|
|
2333
|
+
"S3r": {
|
|
2093
2334
|
"type": "structure",
|
|
2094
2335
|
"members": {
|
|
2095
2336
|
"BoundingBox": {
|
|
@@ -2201,7 +2442,7 @@
|
|
|
2201
2442
|
}
|
|
2202
2443
|
}
|
|
2203
2444
|
},
|
|
2204
|
-
"
|
|
2445
|
+
"S44": {
|
|
2205
2446
|
"type": "structure",
|
|
2206
2447
|
"members": {
|
|
2207
2448
|
"Name": {},
|
|
@@ -2233,7 +2474,7 @@
|
|
|
2233
2474
|
}
|
|
2234
2475
|
}
|
|
2235
2476
|
},
|
|
2236
|
-
"
|
|
2477
|
+
"S4i": {
|
|
2237
2478
|
"type": "structure",
|
|
2238
2479
|
"members": {
|
|
2239
2480
|
"Confidence": {
|
|
@@ -2243,13 +2484,13 @@
|
|
|
2243
2484
|
"ParentName": {}
|
|
2244
2485
|
}
|
|
2245
2486
|
},
|
|
2246
|
-
"
|
|
2487
|
+
"S52": {
|
|
2247
2488
|
"type": "list",
|
|
2248
2489
|
"member": {
|
|
2249
2490
|
"type": "integer"
|
|
2250
2491
|
}
|
|
2251
2492
|
},
|
|
2252
|
-
"
|
|
2493
|
+
"S55": {
|
|
2253
2494
|
"type": "structure",
|
|
2254
2495
|
"members": {
|
|
2255
2496
|
"MinConfidence": {
|
|
@@ -2263,7 +2504,7 @@
|
|
|
2263
2504
|
}
|
|
2264
2505
|
}
|
|
2265
2506
|
},
|
|
2266
|
-
"
|
|
2507
|
+
"S58": {
|
|
2267
2508
|
"type": "list",
|
|
2268
2509
|
"member": {
|
|
2269
2510
|
"type": "structure",
|
|
@@ -2274,7 +2515,7 @@
|
|
|
2274
2515
|
}
|
|
2275
2516
|
}
|
|
2276
2517
|
},
|
|
2277
|
-
"
|
|
2518
|
+
"S5c": {
|
|
2278
2519
|
"type": "structure",
|
|
2279
2520
|
"members": {
|
|
2280
2521
|
"DetectedText": {},
|
|
@@ -2289,21 +2530,21 @@
|
|
|
2289
2530
|
"type": "float"
|
|
2290
2531
|
},
|
|
2291
2532
|
"Geometry": {
|
|
2292
|
-
"shape": "
|
|
2533
|
+
"shape": "S3j"
|
|
2293
2534
|
}
|
|
2294
2535
|
}
|
|
2295
2536
|
},
|
|
2296
|
-
"
|
|
2537
|
+
"S5l": {
|
|
2297
2538
|
"type": "list",
|
|
2298
2539
|
"member": {}
|
|
2299
2540
|
},
|
|
2300
|
-
"
|
|
2541
|
+
"S5n": {
|
|
2301
2542
|
"type": "structure",
|
|
2302
2543
|
"members": {
|
|
2303
2544
|
"Type": {}
|
|
2304
2545
|
}
|
|
2305
2546
|
},
|
|
2306
|
-
"
|
|
2547
|
+
"S5w": {
|
|
2307
2548
|
"type": "structure",
|
|
2308
2549
|
"members": {
|
|
2309
2550
|
"Codec": {},
|
|
@@ -2323,7 +2564,7 @@
|
|
|
2323
2564
|
"ColorRange": {}
|
|
2324
2565
|
}
|
|
2325
2566
|
},
|
|
2326
|
-
"
|
|
2567
|
+
"S6g": {
|
|
2327
2568
|
"type": "structure",
|
|
2328
2569
|
"members": {
|
|
2329
2570
|
"Index": {
|
|
@@ -2333,11 +2574,11 @@
|
|
|
2333
2574
|
"shape": "Sc"
|
|
2334
2575
|
},
|
|
2335
2576
|
"Face": {
|
|
2336
|
-
"shape": "
|
|
2577
|
+
"shape": "S3r"
|
|
2337
2578
|
}
|
|
2338
2579
|
}
|
|
2339
2580
|
},
|
|
2340
|
-
"
|
|
2581
|
+
"S6i": {
|
|
2341
2582
|
"type": "list",
|
|
2342
2583
|
"member": {
|
|
2343
2584
|
"type": "structure",
|
|
@@ -2346,12 +2587,12 @@
|
|
|
2346
2587
|
"type": "float"
|
|
2347
2588
|
},
|
|
2348
2589
|
"Face": {
|
|
2349
|
-
"shape": "
|
|
2590
|
+
"shape": "S6k"
|
|
2350
2591
|
}
|
|
2351
2592
|
}
|
|
2352
2593
|
}
|
|
2353
2594
|
},
|
|
2354
|
-
"
|
|
2595
|
+
"S6k": {
|
|
2355
2596
|
"type": "structure",
|
|
2356
2597
|
"members": {
|
|
2357
2598
|
"FaceId": {},
|
|
@@ -2365,7 +2606,7 @@
|
|
|
2365
2606
|
}
|
|
2366
2607
|
}
|
|
2367
2608
|
},
|
|
2368
|
-
"
|
|
2609
|
+
"S8v": {
|
|
2369
2610
|
"type": "structure",
|
|
2370
2611
|
"members": {
|
|
2371
2612
|
"S3Object": {
|
|
@@ -2373,7 +2614,7 @@
|
|
|
2373
2614
|
}
|
|
2374
2615
|
}
|
|
2375
2616
|
},
|
|
2376
|
-
"
|
|
2617
|
+
"S8x": {
|
|
2377
2618
|
"type": "structure",
|
|
2378
2619
|
"required": [
|
|
2379
2620
|
"SNSTopicArn",
|