@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
|
@@ -308,15 +308,16 @@
|
|
|
308
308
|
],
|
|
309
309
|
"members": {
|
|
310
310
|
"DocumentClassifierName": {},
|
|
311
|
+
"VersionName": {},
|
|
311
312
|
"DataAccessRoleArn": {},
|
|
312
313
|
"Tags": {
|
|
313
|
-
"shape": "
|
|
314
|
+
"shape": "S1n"
|
|
314
315
|
},
|
|
315
316
|
"InputDataConfig": {
|
|
316
|
-
"shape": "
|
|
317
|
+
"shape": "S1r"
|
|
317
318
|
},
|
|
318
319
|
"OutputDataConfig": {
|
|
319
|
-
"shape": "
|
|
320
|
+
"shape": "S21"
|
|
320
321
|
},
|
|
321
322
|
"ClientRequestToken": {
|
|
322
323
|
"idempotencyToken": true
|
|
@@ -324,7 +325,7 @@
|
|
|
324
325
|
"LanguageCode": {},
|
|
325
326
|
"VolumeKmsKeyId": {},
|
|
326
327
|
"VpcConfig": {
|
|
327
|
-
"shape": "
|
|
328
|
+
"shape": "S24"
|
|
328
329
|
},
|
|
329
330
|
"Mode": {},
|
|
330
331
|
"ModelKmsKeyId": {}
|
|
@@ -355,7 +356,7 @@
|
|
|
355
356
|
"idempotencyToken": true
|
|
356
357
|
},
|
|
357
358
|
"Tags": {
|
|
358
|
-
"shape": "
|
|
359
|
+
"shape": "S1n"
|
|
359
360
|
},
|
|
360
361
|
"DataAccessRoleArn": {}
|
|
361
362
|
}
|
|
@@ -378,12 +379,13 @@
|
|
|
378
379
|
],
|
|
379
380
|
"members": {
|
|
380
381
|
"RecognizerName": {},
|
|
382
|
+
"VersionName": {},
|
|
381
383
|
"DataAccessRoleArn": {},
|
|
382
384
|
"Tags": {
|
|
383
|
-
"shape": "
|
|
385
|
+
"shape": "S1n"
|
|
384
386
|
},
|
|
385
387
|
"InputDataConfig": {
|
|
386
|
-
"shape": "
|
|
388
|
+
"shape": "S2j"
|
|
387
389
|
},
|
|
388
390
|
"ClientRequestToken": {
|
|
389
391
|
"idempotencyToken": true
|
|
@@ -391,7 +393,7 @@
|
|
|
391
393
|
"LanguageCode": {},
|
|
392
394
|
"VolumeKmsKeyId": {},
|
|
393
395
|
"VpcConfig": {
|
|
394
|
-
"shape": "
|
|
396
|
+
"shape": "S24"
|
|
395
397
|
},
|
|
396
398
|
"ModelKmsKeyId": {}
|
|
397
399
|
}
|
|
@@ -462,7 +464,7 @@
|
|
|
462
464
|
"type": "structure",
|
|
463
465
|
"members": {
|
|
464
466
|
"DocumentClassificationJobProperties": {
|
|
465
|
-
"shape": "
|
|
467
|
+
"shape": "S34"
|
|
466
468
|
}
|
|
467
469
|
}
|
|
468
470
|
}
|
|
@@ -481,7 +483,7 @@
|
|
|
481
483
|
"type": "structure",
|
|
482
484
|
"members": {
|
|
483
485
|
"DocumentClassifierProperties": {
|
|
484
|
-
"shape": "
|
|
486
|
+
"shape": "S3j"
|
|
485
487
|
}
|
|
486
488
|
}
|
|
487
489
|
}
|
|
@@ -500,7 +502,7 @@
|
|
|
500
502
|
"type": "structure",
|
|
501
503
|
"members": {
|
|
502
504
|
"DominantLanguageDetectionJobProperties": {
|
|
503
|
-
"shape": "
|
|
505
|
+
"shape": "S3q"
|
|
504
506
|
}
|
|
505
507
|
}
|
|
506
508
|
}
|
|
@@ -519,7 +521,7 @@
|
|
|
519
521
|
"type": "structure",
|
|
520
522
|
"members": {
|
|
521
523
|
"EndpointProperties": {
|
|
522
|
-
"shape": "
|
|
524
|
+
"shape": "S3t"
|
|
523
525
|
}
|
|
524
526
|
}
|
|
525
527
|
}
|
|
@@ -538,7 +540,7 @@
|
|
|
538
540
|
"type": "structure",
|
|
539
541
|
"members": {
|
|
540
542
|
"EntitiesDetectionJobProperties": {
|
|
541
|
-
"shape": "
|
|
543
|
+
"shape": "S3x"
|
|
542
544
|
}
|
|
543
545
|
}
|
|
544
546
|
}
|
|
@@ -557,7 +559,7 @@
|
|
|
557
559
|
"type": "structure",
|
|
558
560
|
"members": {
|
|
559
561
|
"EntityRecognizerProperties": {
|
|
560
|
-
"shape": "
|
|
562
|
+
"shape": "S40"
|
|
561
563
|
}
|
|
562
564
|
}
|
|
563
565
|
}
|
|
@@ -576,7 +578,7 @@
|
|
|
576
578
|
"type": "structure",
|
|
577
579
|
"members": {
|
|
578
580
|
"EventsDetectionJobProperties": {
|
|
579
|
-
"shape": "
|
|
581
|
+
"shape": "S48"
|
|
580
582
|
}
|
|
581
583
|
}
|
|
582
584
|
}
|
|
@@ -595,7 +597,7 @@
|
|
|
595
597
|
"type": "structure",
|
|
596
598
|
"members": {
|
|
597
599
|
"KeyPhrasesDetectionJobProperties": {
|
|
598
|
-
"shape": "
|
|
600
|
+
"shape": "S4d"
|
|
599
601
|
}
|
|
600
602
|
}
|
|
601
603
|
}
|
|
@@ -614,7 +616,7 @@
|
|
|
614
616
|
"type": "structure",
|
|
615
617
|
"members": {
|
|
616
618
|
"PiiEntitiesDetectionJobProperties": {
|
|
617
|
-
"shape": "
|
|
619
|
+
"shape": "S4g"
|
|
618
620
|
}
|
|
619
621
|
}
|
|
620
622
|
}
|
|
@@ -633,7 +635,7 @@
|
|
|
633
635
|
"type": "structure",
|
|
634
636
|
"members": {
|
|
635
637
|
"SentimentDetectionJobProperties": {
|
|
636
|
-
"shape": "
|
|
638
|
+
"shape": "S4p"
|
|
637
639
|
}
|
|
638
640
|
}
|
|
639
641
|
}
|
|
@@ -652,7 +654,7 @@
|
|
|
652
654
|
"type": "structure",
|
|
653
655
|
"members": {
|
|
654
656
|
"TopicsDetectionJobProperties": {
|
|
655
|
-
"shape": "
|
|
657
|
+
"shape": "S4s"
|
|
656
658
|
}
|
|
657
659
|
}
|
|
658
660
|
}
|
|
@@ -841,7 +843,41 @@
|
|
|
841
843
|
"DocumentClassificationJobPropertiesList": {
|
|
842
844
|
"type": "list",
|
|
843
845
|
"member": {
|
|
844
|
-
"shape": "
|
|
846
|
+
"shape": "S34"
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
"NextToken": {}
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"ListDocumentClassifierSummaries": {
|
|
854
|
+
"input": {
|
|
855
|
+
"type": "structure",
|
|
856
|
+
"members": {
|
|
857
|
+
"NextToken": {},
|
|
858
|
+
"MaxResults": {
|
|
859
|
+
"type": "integer"
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
"output": {
|
|
864
|
+
"type": "structure",
|
|
865
|
+
"members": {
|
|
866
|
+
"DocumentClassifierSummariesList": {
|
|
867
|
+
"type": "list",
|
|
868
|
+
"member": {
|
|
869
|
+
"type": "structure",
|
|
870
|
+
"members": {
|
|
871
|
+
"DocumentClassifierName": {},
|
|
872
|
+
"NumberOfVersions": {
|
|
873
|
+
"type": "integer"
|
|
874
|
+
},
|
|
875
|
+
"LatestVersionCreatedAt": {
|
|
876
|
+
"type": "timestamp"
|
|
877
|
+
},
|
|
878
|
+
"LatestVersionName": {},
|
|
879
|
+
"LatestVersionStatus": {}
|
|
880
|
+
}
|
|
845
881
|
}
|
|
846
882
|
},
|
|
847
883
|
"NextToken": {}
|
|
@@ -856,6 +892,7 @@
|
|
|
856
892
|
"type": "structure",
|
|
857
893
|
"members": {
|
|
858
894
|
"Status": {},
|
|
895
|
+
"DocumentClassifierName": {},
|
|
859
896
|
"SubmitTimeBefore": {
|
|
860
897
|
"type": "timestamp"
|
|
861
898
|
},
|
|
@@ -876,7 +913,7 @@
|
|
|
876
913
|
"DocumentClassifierPropertiesList": {
|
|
877
914
|
"type": "list",
|
|
878
915
|
"member": {
|
|
879
|
-
"shape": "
|
|
916
|
+
"shape": "S3j"
|
|
880
917
|
}
|
|
881
918
|
},
|
|
882
919
|
"NextToken": {}
|
|
@@ -912,7 +949,7 @@
|
|
|
912
949
|
"DominantLanguageDetectionJobPropertiesList": {
|
|
913
950
|
"type": "list",
|
|
914
951
|
"member": {
|
|
915
|
-
"shape": "
|
|
952
|
+
"shape": "S3q"
|
|
916
953
|
}
|
|
917
954
|
},
|
|
918
955
|
"NextToken": {}
|
|
@@ -948,7 +985,7 @@
|
|
|
948
985
|
"EndpointPropertiesList": {
|
|
949
986
|
"type": "list",
|
|
950
987
|
"member": {
|
|
951
|
-
"shape": "
|
|
988
|
+
"shape": "S3t"
|
|
952
989
|
}
|
|
953
990
|
},
|
|
954
991
|
"NextToken": {}
|
|
@@ -984,7 +1021,41 @@
|
|
|
984
1021
|
"EntitiesDetectionJobPropertiesList": {
|
|
985
1022
|
"type": "list",
|
|
986
1023
|
"member": {
|
|
987
|
-
"shape": "
|
|
1024
|
+
"shape": "S3x"
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
1027
|
+
"NextToken": {}
|
|
1028
|
+
}
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
"ListEntityRecognizerSummaries": {
|
|
1032
|
+
"input": {
|
|
1033
|
+
"type": "structure",
|
|
1034
|
+
"members": {
|
|
1035
|
+
"NextToken": {},
|
|
1036
|
+
"MaxResults": {
|
|
1037
|
+
"type": "integer"
|
|
1038
|
+
}
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1041
|
+
"output": {
|
|
1042
|
+
"type": "structure",
|
|
1043
|
+
"members": {
|
|
1044
|
+
"EntityRecognizerSummariesList": {
|
|
1045
|
+
"type": "list",
|
|
1046
|
+
"member": {
|
|
1047
|
+
"type": "structure",
|
|
1048
|
+
"members": {
|
|
1049
|
+
"RecognizerName": {},
|
|
1050
|
+
"NumberOfVersions": {
|
|
1051
|
+
"type": "integer"
|
|
1052
|
+
},
|
|
1053
|
+
"LatestVersionCreatedAt": {
|
|
1054
|
+
"type": "timestamp"
|
|
1055
|
+
},
|
|
1056
|
+
"LatestVersionName": {},
|
|
1057
|
+
"LatestVersionStatus": {}
|
|
1058
|
+
}
|
|
988
1059
|
}
|
|
989
1060
|
},
|
|
990
1061
|
"NextToken": {}
|
|
@@ -999,6 +1070,7 @@
|
|
|
999
1070
|
"type": "structure",
|
|
1000
1071
|
"members": {
|
|
1001
1072
|
"Status": {},
|
|
1073
|
+
"RecognizerName": {},
|
|
1002
1074
|
"SubmitTimeBefore": {
|
|
1003
1075
|
"type": "timestamp"
|
|
1004
1076
|
},
|
|
@@ -1019,7 +1091,7 @@
|
|
|
1019
1091
|
"EntityRecognizerPropertiesList": {
|
|
1020
1092
|
"type": "list",
|
|
1021
1093
|
"member": {
|
|
1022
|
-
"shape": "
|
|
1094
|
+
"shape": "S40"
|
|
1023
1095
|
}
|
|
1024
1096
|
},
|
|
1025
1097
|
"NextToken": {}
|
|
@@ -1055,7 +1127,7 @@
|
|
|
1055
1127
|
"EventsDetectionJobPropertiesList": {
|
|
1056
1128
|
"type": "list",
|
|
1057
1129
|
"member": {
|
|
1058
|
-
"shape": "
|
|
1130
|
+
"shape": "S48"
|
|
1059
1131
|
}
|
|
1060
1132
|
},
|
|
1061
1133
|
"NextToken": {}
|
|
@@ -1091,7 +1163,7 @@
|
|
|
1091
1163
|
"KeyPhrasesDetectionJobPropertiesList": {
|
|
1092
1164
|
"type": "list",
|
|
1093
1165
|
"member": {
|
|
1094
|
-
"shape": "
|
|
1166
|
+
"shape": "S4d"
|
|
1095
1167
|
}
|
|
1096
1168
|
},
|
|
1097
1169
|
"NextToken": {}
|
|
@@ -1127,7 +1199,7 @@
|
|
|
1127
1199
|
"PiiEntitiesDetectionJobPropertiesList": {
|
|
1128
1200
|
"type": "list",
|
|
1129
1201
|
"member": {
|
|
1130
|
-
"shape": "
|
|
1202
|
+
"shape": "S4g"
|
|
1131
1203
|
}
|
|
1132
1204
|
},
|
|
1133
1205
|
"NextToken": {}
|
|
@@ -1163,7 +1235,7 @@
|
|
|
1163
1235
|
"SentimentDetectionJobPropertiesList": {
|
|
1164
1236
|
"type": "list",
|
|
1165
1237
|
"member": {
|
|
1166
|
-
"shape": "
|
|
1238
|
+
"shape": "S4p"
|
|
1167
1239
|
}
|
|
1168
1240
|
},
|
|
1169
1241
|
"NextToken": {}
|
|
@@ -1185,7 +1257,7 @@
|
|
|
1185
1257
|
"members": {
|
|
1186
1258
|
"ResourceArn": {},
|
|
1187
1259
|
"Tags": {
|
|
1188
|
-
"shape": "
|
|
1260
|
+
"shape": "S1n"
|
|
1189
1261
|
}
|
|
1190
1262
|
}
|
|
1191
1263
|
}
|
|
@@ -1219,7 +1291,7 @@
|
|
|
1219
1291
|
"TopicsDetectionJobPropertiesList": {
|
|
1220
1292
|
"type": "list",
|
|
1221
1293
|
"member": {
|
|
1222
|
-
"shape": "
|
|
1294
|
+
"shape": "S4s"
|
|
1223
1295
|
}
|
|
1224
1296
|
},
|
|
1225
1297
|
"NextToken": {}
|
|
@@ -1239,10 +1311,10 @@
|
|
|
1239
1311
|
"JobName": {},
|
|
1240
1312
|
"DocumentClassifierArn": {},
|
|
1241
1313
|
"InputDataConfig": {
|
|
1242
|
-
"shape": "
|
|
1314
|
+
"shape": "S3a"
|
|
1243
1315
|
},
|
|
1244
1316
|
"OutputDataConfig": {
|
|
1245
|
-
"shape": "
|
|
1317
|
+
"shape": "S3g"
|
|
1246
1318
|
},
|
|
1247
1319
|
"DataAccessRoleArn": {},
|
|
1248
1320
|
"ClientRequestToken": {
|
|
@@ -1250,10 +1322,10 @@
|
|
|
1250
1322
|
},
|
|
1251
1323
|
"VolumeKmsKeyId": {},
|
|
1252
1324
|
"VpcConfig": {
|
|
1253
|
-
"shape": "
|
|
1325
|
+
"shape": "S24"
|
|
1254
1326
|
},
|
|
1255
1327
|
"Tags": {
|
|
1256
|
-
"shape": "
|
|
1328
|
+
"shape": "S1n"
|
|
1257
1329
|
}
|
|
1258
1330
|
}
|
|
1259
1331
|
},
|
|
@@ -1276,10 +1348,10 @@
|
|
|
1276
1348
|
],
|
|
1277
1349
|
"members": {
|
|
1278
1350
|
"InputDataConfig": {
|
|
1279
|
-
"shape": "
|
|
1351
|
+
"shape": "S3a"
|
|
1280
1352
|
},
|
|
1281
1353
|
"OutputDataConfig": {
|
|
1282
|
-
"shape": "
|
|
1354
|
+
"shape": "S3g"
|
|
1283
1355
|
},
|
|
1284
1356
|
"DataAccessRoleArn": {},
|
|
1285
1357
|
"JobName": {},
|
|
@@ -1288,10 +1360,10 @@
|
|
|
1288
1360
|
},
|
|
1289
1361
|
"VolumeKmsKeyId": {},
|
|
1290
1362
|
"VpcConfig": {
|
|
1291
|
-
"shape": "
|
|
1363
|
+
"shape": "S24"
|
|
1292
1364
|
},
|
|
1293
1365
|
"Tags": {
|
|
1294
|
-
"shape": "
|
|
1366
|
+
"shape": "S1n"
|
|
1295
1367
|
}
|
|
1296
1368
|
}
|
|
1297
1369
|
},
|
|
@@ -1315,10 +1387,10 @@
|
|
|
1315
1387
|
],
|
|
1316
1388
|
"members": {
|
|
1317
1389
|
"InputDataConfig": {
|
|
1318
|
-
"shape": "
|
|
1390
|
+
"shape": "S3a"
|
|
1319
1391
|
},
|
|
1320
1392
|
"OutputDataConfig": {
|
|
1321
|
-
"shape": "
|
|
1393
|
+
"shape": "S3g"
|
|
1322
1394
|
},
|
|
1323
1395
|
"DataAccessRoleArn": {},
|
|
1324
1396
|
"JobName": {},
|
|
@@ -1329,10 +1401,10 @@
|
|
|
1329
1401
|
},
|
|
1330
1402
|
"VolumeKmsKeyId": {},
|
|
1331
1403
|
"VpcConfig": {
|
|
1332
|
-
"shape": "
|
|
1404
|
+
"shape": "S24"
|
|
1333
1405
|
},
|
|
1334
1406
|
"Tags": {
|
|
1335
|
-
"shape": "
|
|
1407
|
+
"shape": "S1n"
|
|
1336
1408
|
}
|
|
1337
1409
|
}
|
|
1338
1410
|
},
|
|
@@ -1357,10 +1429,10 @@
|
|
|
1357
1429
|
],
|
|
1358
1430
|
"members": {
|
|
1359
1431
|
"InputDataConfig": {
|
|
1360
|
-
"shape": "
|
|
1432
|
+
"shape": "S3a"
|
|
1361
1433
|
},
|
|
1362
1434
|
"OutputDataConfig": {
|
|
1363
|
-
"shape": "
|
|
1435
|
+
"shape": "S3g"
|
|
1364
1436
|
},
|
|
1365
1437
|
"DataAccessRoleArn": {},
|
|
1366
1438
|
"JobName": {},
|
|
@@ -1369,10 +1441,10 @@
|
|
|
1369
1441
|
"idempotencyToken": true
|
|
1370
1442
|
},
|
|
1371
1443
|
"TargetEventTypes": {
|
|
1372
|
-
"shape": "
|
|
1444
|
+
"shape": "S49"
|
|
1373
1445
|
},
|
|
1374
1446
|
"Tags": {
|
|
1375
|
-
"shape": "
|
|
1447
|
+
"shape": "S1n"
|
|
1376
1448
|
}
|
|
1377
1449
|
}
|
|
1378
1450
|
},
|
|
@@ -1396,10 +1468,10 @@
|
|
|
1396
1468
|
],
|
|
1397
1469
|
"members": {
|
|
1398
1470
|
"InputDataConfig": {
|
|
1399
|
-
"shape": "
|
|
1471
|
+
"shape": "S3a"
|
|
1400
1472
|
},
|
|
1401
1473
|
"OutputDataConfig": {
|
|
1402
|
-
"shape": "
|
|
1474
|
+
"shape": "S3g"
|
|
1403
1475
|
},
|
|
1404
1476
|
"DataAccessRoleArn": {},
|
|
1405
1477
|
"JobName": {},
|
|
@@ -1409,10 +1481,10 @@
|
|
|
1409
1481
|
},
|
|
1410
1482
|
"VolumeKmsKeyId": {},
|
|
1411
1483
|
"VpcConfig": {
|
|
1412
|
-
"shape": "
|
|
1484
|
+
"shape": "S24"
|
|
1413
1485
|
},
|
|
1414
1486
|
"Tags": {
|
|
1415
|
-
"shape": "
|
|
1487
|
+
"shape": "S1n"
|
|
1416
1488
|
}
|
|
1417
1489
|
}
|
|
1418
1490
|
},
|
|
@@ -1437,14 +1509,14 @@
|
|
|
1437
1509
|
],
|
|
1438
1510
|
"members": {
|
|
1439
1511
|
"InputDataConfig": {
|
|
1440
|
-
"shape": "
|
|
1512
|
+
"shape": "S3a"
|
|
1441
1513
|
},
|
|
1442
1514
|
"OutputDataConfig": {
|
|
1443
|
-
"shape": "
|
|
1515
|
+
"shape": "S3g"
|
|
1444
1516
|
},
|
|
1445
1517
|
"Mode": {},
|
|
1446
1518
|
"RedactionConfig": {
|
|
1447
|
-
"shape": "
|
|
1519
|
+
"shape": "S4i"
|
|
1448
1520
|
},
|
|
1449
1521
|
"DataAccessRoleArn": {},
|
|
1450
1522
|
"JobName": {},
|
|
@@ -1453,7 +1525,7 @@
|
|
|
1453
1525
|
"idempotencyToken": true
|
|
1454
1526
|
},
|
|
1455
1527
|
"Tags": {
|
|
1456
|
-
"shape": "
|
|
1528
|
+
"shape": "S1n"
|
|
1457
1529
|
}
|
|
1458
1530
|
}
|
|
1459
1531
|
},
|
|
@@ -1477,10 +1549,10 @@
|
|
|
1477
1549
|
],
|
|
1478
1550
|
"members": {
|
|
1479
1551
|
"InputDataConfig": {
|
|
1480
|
-
"shape": "
|
|
1552
|
+
"shape": "S3a"
|
|
1481
1553
|
},
|
|
1482
1554
|
"OutputDataConfig": {
|
|
1483
|
-
"shape": "
|
|
1555
|
+
"shape": "S3g"
|
|
1484
1556
|
},
|
|
1485
1557
|
"DataAccessRoleArn": {},
|
|
1486
1558
|
"JobName": {},
|
|
@@ -1490,10 +1562,10 @@
|
|
|
1490
1562
|
},
|
|
1491
1563
|
"VolumeKmsKeyId": {},
|
|
1492
1564
|
"VpcConfig": {
|
|
1493
|
-
"shape": "
|
|
1565
|
+
"shape": "S24"
|
|
1494
1566
|
},
|
|
1495
1567
|
"Tags": {
|
|
1496
|
-
"shape": "
|
|
1568
|
+
"shape": "S1n"
|
|
1497
1569
|
}
|
|
1498
1570
|
}
|
|
1499
1571
|
},
|
|
@@ -1516,10 +1588,10 @@
|
|
|
1516
1588
|
],
|
|
1517
1589
|
"members": {
|
|
1518
1590
|
"InputDataConfig": {
|
|
1519
|
-
"shape": "
|
|
1591
|
+
"shape": "S3a"
|
|
1520
1592
|
},
|
|
1521
1593
|
"OutputDataConfig": {
|
|
1522
|
-
"shape": "
|
|
1594
|
+
"shape": "S3g"
|
|
1523
1595
|
},
|
|
1524
1596
|
"DataAccessRoleArn": {},
|
|
1525
1597
|
"JobName": {},
|
|
@@ -1531,10 +1603,10 @@
|
|
|
1531
1603
|
},
|
|
1532
1604
|
"VolumeKmsKeyId": {},
|
|
1533
1605
|
"VpcConfig": {
|
|
1534
|
-
"shape": "
|
|
1606
|
+
"shape": "S24"
|
|
1535
1607
|
},
|
|
1536
1608
|
"Tags": {
|
|
1537
|
-
"shape": "
|
|
1609
|
+
"shape": "S1n"
|
|
1538
1610
|
}
|
|
1539
1611
|
}
|
|
1540
1612
|
},
|
|
@@ -1695,7 +1767,7 @@
|
|
|
1695
1767
|
"members": {
|
|
1696
1768
|
"ResourceArn": {},
|
|
1697
1769
|
"Tags": {
|
|
1698
|
-
"shape": "
|
|
1770
|
+
"shape": "S1n"
|
|
1699
1771
|
}
|
|
1700
1772
|
}
|
|
1701
1773
|
},
|
|
@@ -1728,14 +1800,15 @@
|
|
|
1728
1800
|
"input": {
|
|
1729
1801
|
"type": "structure",
|
|
1730
1802
|
"required": [
|
|
1731
|
-
"EndpointArn"
|
|
1732
|
-
"DesiredInferenceUnits"
|
|
1803
|
+
"EndpointArn"
|
|
1733
1804
|
],
|
|
1734
1805
|
"members": {
|
|
1735
1806
|
"EndpointArn": {},
|
|
1807
|
+
"DesiredModelArn": {},
|
|
1736
1808
|
"DesiredInferenceUnits": {
|
|
1737
1809
|
"type": "integer"
|
|
1738
|
-
}
|
|
1810
|
+
},
|
|
1811
|
+
"DesiredDataAccessRoleArn": {}
|
|
1739
1812
|
}
|
|
1740
1813
|
},
|
|
1741
1814
|
"output": {
|
|
@@ -1862,7 +1935,7 @@
|
|
|
1862
1935
|
}
|
|
1863
1936
|
}
|
|
1864
1937
|
},
|
|
1865
|
-
"
|
|
1938
|
+
"S1n": {
|
|
1866
1939
|
"type": "list",
|
|
1867
1940
|
"member": {
|
|
1868
1941
|
"type": "structure",
|
|
@@ -1875,21 +1948,22 @@
|
|
|
1875
1948
|
}
|
|
1876
1949
|
}
|
|
1877
1950
|
},
|
|
1878
|
-
"
|
|
1951
|
+
"S1r": {
|
|
1879
1952
|
"type": "structure",
|
|
1880
1953
|
"members": {
|
|
1881
1954
|
"DataFormat": {},
|
|
1882
1955
|
"S3Uri": {},
|
|
1956
|
+
"TestS3Uri": {},
|
|
1883
1957
|
"LabelDelimiter": {},
|
|
1884
1958
|
"AugmentedManifests": {
|
|
1885
1959
|
"type": "list",
|
|
1886
1960
|
"member": {
|
|
1887
|
-
"shape": "
|
|
1961
|
+
"shape": "S1w"
|
|
1888
1962
|
}
|
|
1889
1963
|
}
|
|
1890
1964
|
}
|
|
1891
1965
|
},
|
|
1892
|
-
"
|
|
1966
|
+
"S1w": {
|
|
1893
1967
|
"type": "structure",
|
|
1894
1968
|
"required": [
|
|
1895
1969
|
"S3Uri",
|
|
@@ -1897,20 +1971,24 @@
|
|
|
1897
1971
|
],
|
|
1898
1972
|
"members": {
|
|
1899
1973
|
"S3Uri": {},
|
|
1974
|
+
"Split": {},
|
|
1900
1975
|
"AttributeNames": {
|
|
1901
1976
|
"type": "list",
|
|
1902
1977
|
"member": {}
|
|
1903
|
-
}
|
|
1978
|
+
},
|
|
1979
|
+
"AnnotationDataS3Uri": {},
|
|
1980
|
+
"SourceDocumentsS3Uri": {},
|
|
1981
|
+
"DocumentType": {}
|
|
1904
1982
|
}
|
|
1905
1983
|
},
|
|
1906
|
-
"
|
|
1984
|
+
"S21": {
|
|
1907
1985
|
"type": "structure",
|
|
1908
1986
|
"members": {
|
|
1909
1987
|
"S3Uri": {},
|
|
1910
1988
|
"KmsKeyId": {}
|
|
1911
1989
|
}
|
|
1912
1990
|
},
|
|
1913
|
-
"
|
|
1991
|
+
"S24": {
|
|
1914
1992
|
"type": "structure",
|
|
1915
1993
|
"required": [
|
|
1916
1994
|
"SecurityGroupIds",
|
|
@@ -1927,7 +2005,7 @@
|
|
|
1927
2005
|
}
|
|
1928
2006
|
}
|
|
1929
2007
|
},
|
|
1930
|
-
"
|
|
2008
|
+
"S2j": {
|
|
1931
2009
|
"type": "structure",
|
|
1932
2010
|
"required": [
|
|
1933
2011
|
"EntityTypes"
|
|
@@ -1952,7 +2030,9 @@
|
|
|
1952
2030
|
"S3Uri"
|
|
1953
2031
|
],
|
|
1954
2032
|
"members": {
|
|
1955
|
-
"S3Uri": {}
|
|
2033
|
+
"S3Uri": {},
|
|
2034
|
+
"TestS3Uri": {},
|
|
2035
|
+
"InputFormat": {}
|
|
1956
2036
|
}
|
|
1957
2037
|
},
|
|
1958
2038
|
"Annotations": {
|
|
@@ -1961,7 +2041,8 @@
|
|
|
1961
2041
|
"S3Uri"
|
|
1962
2042
|
],
|
|
1963
2043
|
"members": {
|
|
1964
|
-
"S3Uri": {}
|
|
2044
|
+
"S3Uri": {},
|
|
2045
|
+
"TestS3Uri": {}
|
|
1965
2046
|
}
|
|
1966
2047
|
},
|
|
1967
2048
|
"EntityList": {
|
|
@@ -1976,12 +2057,12 @@
|
|
|
1976
2057
|
"AugmentedManifests": {
|
|
1977
2058
|
"type": "list",
|
|
1978
2059
|
"member": {
|
|
1979
|
-
"shape": "
|
|
2060
|
+
"shape": "S1w"
|
|
1980
2061
|
}
|
|
1981
2062
|
}
|
|
1982
2063
|
}
|
|
1983
2064
|
},
|
|
1984
|
-
"
|
|
2065
|
+
"S34": {
|
|
1985
2066
|
"type": "structure",
|
|
1986
2067
|
"members": {
|
|
1987
2068
|
"JobId": {},
|
|
@@ -1997,29 +2078,43 @@
|
|
|
1997
2078
|
},
|
|
1998
2079
|
"DocumentClassifierArn": {},
|
|
1999
2080
|
"InputDataConfig": {
|
|
2000
|
-
"shape": "
|
|
2081
|
+
"shape": "S3a"
|
|
2001
2082
|
},
|
|
2002
2083
|
"OutputDataConfig": {
|
|
2003
|
-
"shape": "
|
|
2084
|
+
"shape": "S3g"
|
|
2004
2085
|
},
|
|
2005
2086
|
"DataAccessRoleArn": {},
|
|
2006
2087
|
"VolumeKmsKeyId": {},
|
|
2007
2088
|
"VpcConfig": {
|
|
2008
|
-
"shape": "
|
|
2089
|
+
"shape": "S24"
|
|
2009
2090
|
}
|
|
2010
2091
|
}
|
|
2011
2092
|
},
|
|
2012
|
-
"
|
|
2093
|
+
"S3a": {
|
|
2013
2094
|
"type": "structure",
|
|
2014
2095
|
"required": [
|
|
2015
2096
|
"S3Uri"
|
|
2016
2097
|
],
|
|
2017
2098
|
"members": {
|
|
2018
2099
|
"S3Uri": {},
|
|
2019
|
-
"InputFormat": {}
|
|
2100
|
+
"InputFormat": {},
|
|
2101
|
+
"DocumentReaderConfig": {
|
|
2102
|
+
"type": "structure",
|
|
2103
|
+
"required": [
|
|
2104
|
+
"DocumentReadAction"
|
|
2105
|
+
],
|
|
2106
|
+
"members": {
|
|
2107
|
+
"DocumentReadAction": {},
|
|
2108
|
+
"DocumentReadMode": {},
|
|
2109
|
+
"FeatureTypes": {
|
|
2110
|
+
"type": "list",
|
|
2111
|
+
"member": {}
|
|
2112
|
+
}
|
|
2113
|
+
}
|
|
2114
|
+
}
|
|
2020
2115
|
}
|
|
2021
2116
|
},
|
|
2022
|
-
"
|
|
2117
|
+
"S3g": {
|
|
2023
2118
|
"type": "structure",
|
|
2024
2119
|
"required": [
|
|
2025
2120
|
"S3Uri"
|
|
@@ -2029,7 +2124,7 @@
|
|
|
2029
2124
|
"KmsKeyId": {}
|
|
2030
2125
|
}
|
|
2031
2126
|
},
|
|
2032
|
-
"
|
|
2127
|
+
"S3j": {
|
|
2033
2128
|
"type": "structure",
|
|
2034
2129
|
"members": {
|
|
2035
2130
|
"DocumentClassifierArn": {},
|
|
@@ -2049,10 +2144,10 @@
|
|
|
2049
2144
|
"type": "timestamp"
|
|
2050
2145
|
},
|
|
2051
2146
|
"InputDataConfig": {
|
|
2052
|
-
"shape": "
|
|
2147
|
+
"shape": "S1r"
|
|
2053
2148
|
},
|
|
2054
2149
|
"OutputDataConfig": {
|
|
2055
|
-
"shape": "
|
|
2150
|
+
"shape": "S21"
|
|
2056
2151
|
},
|
|
2057
2152
|
"ClassifierMetadata": {
|
|
2058
2153
|
"type": "structure",
|
|
@@ -2101,13 +2196,14 @@
|
|
|
2101
2196
|
"DataAccessRoleArn": {},
|
|
2102
2197
|
"VolumeKmsKeyId": {},
|
|
2103
2198
|
"VpcConfig": {
|
|
2104
|
-
"shape": "
|
|
2199
|
+
"shape": "S24"
|
|
2105
2200
|
},
|
|
2106
2201
|
"Mode": {},
|
|
2107
|
-
"ModelKmsKeyId": {}
|
|
2202
|
+
"ModelKmsKeyId": {},
|
|
2203
|
+
"VersionName": {}
|
|
2108
2204
|
}
|
|
2109
2205
|
},
|
|
2110
|
-
"
|
|
2206
|
+
"S3q": {
|
|
2111
2207
|
"type": "structure",
|
|
2112
2208
|
"members": {
|
|
2113
2209
|
"JobId": {},
|
|
@@ -2122,25 +2218,26 @@
|
|
|
2122
2218
|
"type": "timestamp"
|
|
2123
2219
|
},
|
|
2124
2220
|
"InputDataConfig": {
|
|
2125
|
-
"shape": "
|
|
2221
|
+
"shape": "S3a"
|
|
2126
2222
|
},
|
|
2127
2223
|
"OutputDataConfig": {
|
|
2128
|
-
"shape": "
|
|
2224
|
+
"shape": "S3g"
|
|
2129
2225
|
},
|
|
2130
2226
|
"DataAccessRoleArn": {},
|
|
2131
2227
|
"VolumeKmsKeyId": {},
|
|
2132
2228
|
"VpcConfig": {
|
|
2133
|
-
"shape": "
|
|
2229
|
+
"shape": "S24"
|
|
2134
2230
|
}
|
|
2135
2231
|
}
|
|
2136
2232
|
},
|
|
2137
|
-
"
|
|
2233
|
+
"S3t": {
|
|
2138
2234
|
"type": "structure",
|
|
2139
2235
|
"members": {
|
|
2140
2236
|
"EndpointArn": {},
|
|
2141
2237
|
"Status": {},
|
|
2142
2238
|
"Message": {},
|
|
2143
2239
|
"ModelArn": {},
|
|
2240
|
+
"DesiredModelArn": {},
|
|
2144
2241
|
"DesiredInferenceUnits": {
|
|
2145
2242
|
"type": "integer"
|
|
2146
2243
|
},
|
|
@@ -2153,10 +2250,11 @@
|
|
|
2153
2250
|
"LastModifiedTime": {
|
|
2154
2251
|
"type": "timestamp"
|
|
2155
2252
|
},
|
|
2156
|
-
"DataAccessRoleArn": {}
|
|
2253
|
+
"DataAccessRoleArn": {},
|
|
2254
|
+
"DesiredDataAccessRoleArn": {}
|
|
2157
2255
|
}
|
|
2158
2256
|
},
|
|
2159
|
-
"
|
|
2257
|
+
"S3x": {
|
|
2160
2258
|
"type": "structure",
|
|
2161
2259
|
"members": {
|
|
2162
2260
|
"JobId": {},
|
|
@@ -2172,20 +2270,20 @@
|
|
|
2172
2270
|
},
|
|
2173
2271
|
"EntityRecognizerArn": {},
|
|
2174
2272
|
"InputDataConfig": {
|
|
2175
|
-
"shape": "
|
|
2273
|
+
"shape": "S3a"
|
|
2176
2274
|
},
|
|
2177
2275
|
"OutputDataConfig": {
|
|
2178
|
-
"shape": "
|
|
2276
|
+
"shape": "S3g"
|
|
2179
2277
|
},
|
|
2180
2278
|
"LanguageCode": {},
|
|
2181
2279
|
"DataAccessRoleArn": {},
|
|
2182
2280
|
"VolumeKmsKeyId": {},
|
|
2183
2281
|
"VpcConfig": {
|
|
2184
|
-
"shape": "
|
|
2282
|
+
"shape": "S24"
|
|
2185
2283
|
}
|
|
2186
2284
|
}
|
|
2187
2285
|
},
|
|
2188
|
-
"
|
|
2286
|
+
"S40": {
|
|
2189
2287
|
"type": "structure",
|
|
2190
2288
|
"members": {
|
|
2191
2289
|
"EntityRecognizerArn": {},
|
|
@@ -2205,7 +2303,7 @@
|
|
|
2205
2303
|
"type": "timestamp"
|
|
2206
2304
|
},
|
|
2207
2305
|
"InputDataConfig": {
|
|
2208
|
-
"shape": "
|
|
2306
|
+
"shape": "S2j"
|
|
2209
2307
|
},
|
|
2210
2308
|
"RecognizerMetadata": {
|
|
2211
2309
|
"type": "structure",
|
|
@@ -2262,12 +2360,13 @@
|
|
|
2262
2360
|
"DataAccessRoleArn": {},
|
|
2263
2361
|
"VolumeKmsKeyId": {},
|
|
2264
2362
|
"VpcConfig": {
|
|
2265
|
-
"shape": "
|
|
2363
|
+
"shape": "S24"
|
|
2266
2364
|
},
|
|
2267
|
-
"ModelKmsKeyId": {}
|
|
2365
|
+
"ModelKmsKeyId": {},
|
|
2366
|
+
"VersionName": {}
|
|
2268
2367
|
}
|
|
2269
2368
|
},
|
|
2270
|
-
"
|
|
2369
|
+
"S48": {
|
|
2271
2370
|
"type": "structure",
|
|
2272
2371
|
"members": {
|
|
2273
2372
|
"JobId": {},
|
|
@@ -2282,23 +2381,23 @@
|
|
|
2282
2381
|
"type": "timestamp"
|
|
2283
2382
|
},
|
|
2284
2383
|
"InputDataConfig": {
|
|
2285
|
-
"shape": "
|
|
2384
|
+
"shape": "S3a"
|
|
2286
2385
|
},
|
|
2287
2386
|
"OutputDataConfig": {
|
|
2288
|
-
"shape": "
|
|
2387
|
+
"shape": "S3g"
|
|
2289
2388
|
},
|
|
2290
2389
|
"LanguageCode": {},
|
|
2291
2390
|
"DataAccessRoleArn": {},
|
|
2292
2391
|
"TargetEventTypes": {
|
|
2293
|
-
"shape": "
|
|
2392
|
+
"shape": "S49"
|
|
2294
2393
|
}
|
|
2295
2394
|
}
|
|
2296
2395
|
},
|
|
2297
|
-
"
|
|
2396
|
+
"S49": {
|
|
2298
2397
|
"type": "list",
|
|
2299
2398
|
"member": {}
|
|
2300
2399
|
},
|
|
2301
|
-
"
|
|
2400
|
+
"S4d": {
|
|
2302
2401
|
"type": "structure",
|
|
2303
2402
|
"members": {
|
|
2304
2403
|
"JobId": {},
|
|
@@ -2313,20 +2412,20 @@
|
|
|
2313
2412
|
"type": "timestamp"
|
|
2314
2413
|
},
|
|
2315
2414
|
"InputDataConfig": {
|
|
2316
|
-
"shape": "
|
|
2415
|
+
"shape": "S3a"
|
|
2317
2416
|
},
|
|
2318
2417
|
"OutputDataConfig": {
|
|
2319
|
-
"shape": "
|
|
2418
|
+
"shape": "S3g"
|
|
2320
2419
|
},
|
|
2321
2420
|
"LanguageCode": {},
|
|
2322
2421
|
"DataAccessRoleArn": {},
|
|
2323
2422
|
"VolumeKmsKeyId": {},
|
|
2324
2423
|
"VpcConfig": {
|
|
2325
|
-
"shape": "
|
|
2424
|
+
"shape": "S24"
|
|
2326
2425
|
}
|
|
2327
2426
|
}
|
|
2328
2427
|
},
|
|
2329
|
-
"
|
|
2428
|
+
"S4g": {
|
|
2330
2429
|
"type": "structure",
|
|
2331
2430
|
"members": {
|
|
2332
2431
|
"JobId": {},
|
|
@@ -2341,7 +2440,7 @@
|
|
|
2341
2440
|
"type": "timestamp"
|
|
2342
2441
|
},
|
|
2343
2442
|
"InputDataConfig": {
|
|
2344
|
-
"shape": "
|
|
2443
|
+
"shape": "S3a"
|
|
2345
2444
|
},
|
|
2346
2445
|
"OutputDataConfig": {
|
|
2347
2446
|
"type": "structure",
|
|
@@ -2354,14 +2453,14 @@
|
|
|
2354
2453
|
}
|
|
2355
2454
|
},
|
|
2356
2455
|
"RedactionConfig": {
|
|
2357
|
-
"shape": "
|
|
2456
|
+
"shape": "S4i"
|
|
2358
2457
|
},
|
|
2359
2458
|
"LanguageCode": {},
|
|
2360
2459
|
"DataAccessRoleArn": {},
|
|
2361
2460
|
"Mode": {}
|
|
2362
2461
|
}
|
|
2363
2462
|
},
|
|
2364
|
-
"
|
|
2463
|
+
"S4i": {
|
|
2365
2464
|
"type": "structure",
|
|
2366
2465
|
"members": {
|
|
2367
2466
|
"PiiEntityTypes": {
|
|
@@ -2372,7 +2471,7 @@
|
|
|
2372
2471
|
"MaskCharacter": {}
|
|
2373
2472
|
}
|
|
2374
2473
|
},
|
|
2375
|
-
"
|
|
2474
|
+
"S4p": {
|
|
2376
2475
|
"type": "structure",
|
|
2377
2476
|
"members": {
|
|
2378
2477
|
"JobId": {},
|
|
@@ -2387,20 +2486,20 @@
|
|
|
2387
2486
|
"type": "timestamp"
|
|
2388
2487
|
},
|
|
2389
2488
|
"InputDataConfig": {
|
|
2390
|
-
"shape": "
|
|
2489
|
+
"shape": "S3a"
|
|
2391
2490
|
},
|
|
2392
2491
|
"OutputDataConfig": {
|
|
2393
|
-
"shape": "
|
|
2492
|
+
"shape": "S3g"
|
|
2394
2493
|
},
|
|
2395
2494
|
"LanguageCode": {},
|
|
2396
2495
|
"DataAccessRoleArn": {},
|
|
2397
2496
|
"VolumeKmsKeyId": {},
|
|
2398
2497
|
"VpcConfig": {
|
|
2399
|
-
"shape": "
|
|
2498
|
+
"shape": "S24"
|
|
2400
2499
|
}
|
|
2401
2500
|
}
|
|
2402
2501
|
},
|
|
2403
|
-
"
|
|
2502
|
+
"S4s": {
|
|
2404
2503
|
"type": "structure",
|
|
2405
2504
|
"members": {
|
|
2406
2505
|
"JobId": {},
|
|
@@ -2415,10 +2514,10 @@
|
|
|
2415
2514
|
"type": "timestamp"
|
|
2416
2515
|
},
|
|
2417
2516
|
"InputDataConfig": {
|
|
2418
|
-
"shape": "
|
|
2517
|
+
"shape": "S3a"
|
|
2419
2518
|
},
|
|
2420
2519
|
"OutputDataConfig": {
|
|
2421
|
-
"shape": "
|
|
2520
|
+
"shape": "S3g"
|
|
2422
2521
|
},
|
|
2423
2522
|
"NumberOfTopics": {
|
|
2424
2523
|
"type": "integer"
|
|
@@ -2426,7 +2525,7 @@
|
|
|
2426
2525
|
"DataAccessRoleArn": {},
|
|
2427
2526
|
"VolumeKmsKeyId": {},
|
|
2428
2527
|
"VpcConfig": {
|
|
2429
|
-
"shape": "
|
|
2528
|
+
"shape": "S24"
|
|
2430
2529
|
}
|
|
2431
2530
|
}
|
|
2432
2531
|
}
|