@pgarbe/cdk-ecr-sync 0.5.26 → 0.5.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattributes +0 -1
- package/.jsii +5 -5
- package/.projenrc.ts +5 -3
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +1 -0
- package/lib/ecr-sync.d.ts.map +1 -0
- package/lib/ecr-sync.js +1 -1
- package/lib/image.d.ts +1 -0
- package/lib/image.d.ts.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/lambda/docker-adapter.d.ts +1 -0
- package/lib/lambda/docker-adapter.d.ts.map +1 -0
- package/lib/lambda/ecr-adapter.d.ts +1 -0
- package/lib/lambda/ecr-adapter.d.ts.map +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
- package/node_modules/aws-sdk/CHANGELOG.md +384 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +56 -25
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +68 -50
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +47 -7
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +144 -65
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/apigateway-2015-07-09.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +177 -113
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +206 -44
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +9 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +79 -33
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +31 -46
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +113 -90
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
- package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +143 -94
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +1374 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +62 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.waiters2.json +4 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +107 -45
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +206 -125
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +16 -11
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +25 -2
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +119 -118
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +143 -2
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +217 -113
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +552 -134
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +537 -200
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +41 -38
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +83 -4
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +144 -74
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +213 -119
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
- package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +10 -2
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +10 -4
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1098 -848
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +14 -11
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +4 -1
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +10 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
- package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +262 -19
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +14 -0
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +454 -7
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +107 -15
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +265 -82
- package/node_modules/aws-sdk/apis/fms-2018-01-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +297 -61
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +120 -98
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.examples.json +5 -0
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +1376 -0
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +2257 -440
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +194 -19
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +107 -73
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +280 -202
- package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iot-data-2015-05-28.min.json +1 -1
- package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
- package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +516 -168
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +75 -68
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +95 -48
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +324 -83
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +562 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +239 -9
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +80 -12
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +418 -149
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +54 -2
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +117 -56
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +20 -12
- package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +2 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +165 -41
- package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +0 -1
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +31 -28
- package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +83 -27
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +151 -120
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +222 -154
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +16 -13
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +402 -153
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +20 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +15 -19
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +0 -2
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +47 -11
- package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
- package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +77 -62
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +74 -0
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +414 -346
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +197 -47
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +4 -1
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +186 -44
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +289 -413
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +0 -12
- package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +41 -23
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +13 -3
- package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.min.json +49 -3
- package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +97 -97
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +772 -239
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +52 -51
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +64 -24
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +722 -689
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +15 -13
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +378 -304
- package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +16 -8
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +8 -2
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +333 -294
- package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +41 -36
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +82 -45
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +31 -25
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +59 -48
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +27 -8
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +45 -0
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +19 -18
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +313 -131
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +60 -19
- package/node_modules/aws-sdk/apis/worklink-2018-09-25.min.json +99 -33
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +195 -27
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
- package/node_modules/aws-sdk/clients/acmpca.d.ts +72 -36
- package/node_modules/aws-sdk/clients/all.d.ts +6 -0
- package/node_modules/aws-sdk/clients/all.js +7 -1
- package/node_modules/aws-sdk/clients/amplify.d.ts +12 -7
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +48 -12
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +142 -18
- package/node_modules/aws-sdk/clients/appflow.d.ts +80 -1
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
- package/node_modules/aws-sdk/clients/apprunner.d.ts +195 -11
- package/node_modules/aws-sdk/clients/appstream.d.ts +13 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +70 -9
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +8 -8
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +62 -34
- package/node_modules/aws-sdk/clients/backup.d.ts +49 -25
- package/node_modules/aws-sdk/clients/batch.d.ts +120 -52
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +1554 -0
- package/node_modules/aws-sdk/clients/billingconductor.js +19 -0
- package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
- package/node_modules/aws-sdk/clients/budgets.d.ts +107 -48
- package/node_modules/aws-sdk/clients/chime.d.ts +10 -6
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +31 -5
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +24 -24
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +34 -26
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +44 -12
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +78 -73
- package/node_modules/aws-sdk/clients/comprehend.d.ts +218 -24
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
- package/node_modules/aws-sdk/clients/configservice.d.ts +220 -49
- package/node_modules/aws-sdk/clients/connect.d.ts +539 -9
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +91 -5
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +365 -2
- package/node_modules/aws-sdk/clients/databrew.d.ts +8 -3
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +117 -0
- package/node_modules/aws-sdk/clients/datasync.d.ts +103 -16
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +109 -3
- package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
- package/node_modules/aws-sdk/clients/docdb.d.ts +56 -40
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +10 -2
- package/node_modules/aws-sdk/clients/ebs.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +450 -138
- package/node_modules/aws-sdk/clients/ecr.d.ts +10 -5
- package/node_modules/aws-sdk/clients/ecs.d.ts +51 -35
- package/node_modules/aws-sdk/clients/efs.d.ts +40 -40
- package/node_modules/aws-sdk/clients/eks.d.ts +14 -14
- package/node_modules/aws-sdk/clients/elasticache.d.ts +14 -10
- package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +380 -7
- package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
- package/node_modules/aws-sdk/clients/evidently.d.ts +19 -7
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +520 -46
- package/node_modules/aws-sdk/clients/fis.d.ts +124 -0
- package/node_modules/aws-sdk/clients/fms.d.ts +333 -3
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +355 -18
- package/node_modules/aws-sdk/clients/fsx.d.ts +95 -63
- package/node_modules/aws-sdk/clients/gamelift.d.ts +186 -186
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +1344 -0
- package/node_modules/aws-sdk/clients/gamesparks.js +18 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +2581 -181
- package/node_modules/aws-sdk/clients/grafana.d.ts +153 -6
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +55 -24
- package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
- package/node_modules/aws-sdk/clients/iam.d.ts +10 -10
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +55 -6
- package/node_modules/aws-sdk/clients/iot.d.ts +87 -21
- package/node_modules/aws-sdk/clients/iotdata.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
- package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +369 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +25 -8
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
- package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
- package/node_modules/aws-sdk/clients/ivschat.js +18 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +50 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +408 -93
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +652 -0
- package/node_modules/aws-sdk/clients/keyspaces.js +19 -0
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
- package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
- package/node_modules/aws-sdk/clients/kms.d.ts +209 -119
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/lambda.d.ts +319 -16
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lightsail.d.ts +175 -64
- package/node_modules/aws-sdk/clients/location.d.ts +28 -19
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +165 -0
- package/node_modules/aws-sdk/clients/lookoutvision.d.ts +4 -4
- package/node_modules/aws-sdk/clients/macie.d.ts +50 -50
- package/node_modules/aws-sdk/clients/macie2.d.ts +7 -2
- package/node_modules/aws-sdk/clients/mediaconnect.d.ts +47 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +63 -17
- package/node_modules/aws-sdk/clients/medialive.d.ts +79 -3
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +5 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +316 -12
- package/node_modules/aws-sdk/clients/mgn.d.ts +63 -50
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +17 -17
- package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
- package/node_modules/aws-sdk/clients/organizations.d.ts +146 -131
- package/node_modules/aws-sdk/clients/outposts.d.ts +94 -22
- package/node_modules/aws-sdk/clients/panorama.d.ts +467 -406
- package/node_modules/aws-sdk/clients/personalize.d.ts +196 -30
- package/node_modules/aws-sdk/clients/pi.d.ts +26 -26
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +4 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +2367 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.js +19 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +3 -3
- package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
- package/node_modules/aws-sdk/clients/proton.d.ts +105 -101
- package/node_modules/aws-sdk/clients/quicksight.d.ts +151 -17
- package/node_modules/aws-sdk/clients/ram.d.ts +5 -5
- package/node_modules/aws-sdk/clients/rds.d.ts +587 -766
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
- package/node_modules/aws-sdk/clients/redshift.d.ts +68 -30
- package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
- package/node_modules/aws-sdk/clients/robomaker.d.ts +7 -6
- package/node_modules/aws-sdk/clients/route53.d.ts +12 -12
- package/node_modules/aws-sdk/clients/route53recoverycluster.d.ts +82 -10
- package/node_modules/aws-sdk/clients/s3.d.ts +735 -204
- package/node_modules/aws-sdk/clients/s3control.d.ts +8 -3
- package/node_modules/aws-sdk/clients/s3outposts.d.ts +50 -18
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +225 -175
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +151 -7
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +8 -4
- package/node_modules/aws-sdk/clients/sns.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssm.d.ts +90 -37
- package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +21 -7
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +24 -24
- package/node_modules/aws-sdk/clients/sts.d.ts +5 -5
- package/node_modules/aws-sdk/clients/synthetics.d.ts +10 -5
- package/node_modules/aws-sdk/clients/textract.d.ts +47 -14
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +113 -103
- package/node_modules/aws-sdk/clients/transfer.d.ts +82 -14
- package/node_modules/aws-sdk/clients/transfer.js +1 -0
- package/node_modules/aws-sdk/clients/translate.d.ts +2 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +274 -34
- package/node_modules/aws-sdk/clients/wisdom.d.ts +77 -32
- package/node_modules/aws-sdk/clients/workspaces.d.ts +243 -4
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +11 -6
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1322 -1034
- package/node_modules/aws-sdk/dist/aws-sdk.js +6144 -3175
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -92
- package/node_modules/aws-sdk/lib/config-base.d.ts +1 -0
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +12 -0
- package/node_modules/aws-sdk/lib/core.d.ts +1 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/credential_provider_chain.js +1 -0
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.d.ts +28 -18
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.js +75 -18
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +14 -0
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +179 -0
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +8 -0
- package/node_modules/aws-sdk/lib/model/operation.js +6 -1
- package/node_modules/aws-sdk/lib/node_loader.js +2 -0
- package/node_modules/aws-sdk/lib/param_validator.js +1 -2
- package/node_modules/aws-sdk/lib/region_config_data.json +10 -0
- package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +2 -1
- package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +8 -5
- package/node_modules/jszip/.github/workflows/pr.yaml +41 -0
- package/node_modules/jszip/CHANGES.md +20 -1
- package/node_modules/jszip/LICENSE.markdown +1 -1
- package/node_modules/jszip/README.markdown +1 -3
- package/node_modules/jszip/dist/jszip.js +229 -16
- package/node_modules/jszip/dist/jszip.min.js +4 -4
- package/node_modules/jszip/index.d.ts +80 -15
- package/node_modules/jszip/lib/index.js +1 -1
- package/node_modules/jszip/lib/license_header.js +2 -2
- package/node_modules/jszip/lib/load.js +8 -1
- package/node_modules/jszip/lib/utils.js +28 -3
- package/node_modules/jszip/package.json +10 -9
- package/node_modules/jszip/tsconfig.json +101 -0
- package/node_modules/jszip/vendor/FileSaver.js +1 -1
- package/node_modules/setimmediate/LICENSE.txt +20 -0
- package/node_modules/setimmediate/package.json +30 -0
- package/node_modules/setimmediate/setImmediate.js +186 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/.npmignore +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/CHANGELOG.md +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/LICENSE +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/README.md +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/Utility.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLAttribute.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLCData.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLComment.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDAttList.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDElement.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDEntity.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDNotation.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDeclaration.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocType.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocument.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocumentCB.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLElement.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLNode.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLProcessingInstruction.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLRaw.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStreamWriter.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringWriter.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringifier.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLText.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLWriterBase.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/index.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/package.json +0 -0
- package/package.json +18 -13
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/set-immediate-shim/index.js +0 -7
- package/node_modules/set-immediate-shim/package.json +0 -34
- package/node_modules/set-immediate-shim/readme.md +0 -31
|
@@ -12,115 +12,115 @@ declare class TranscribeService extends Service {
|
|
|
12
12
|
constructor(options?: TranscribeService.Types.ClientConfiguration)
|
|
13
13
|
config: Config & TranscribeService.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
* Creates
|
|
15
|
+
* Creates a call analytics category. Amazon Transcribe applies the conditions specified by your call analytics categories to your call analytics jobs. For each analytics category, you must create between 1 and 20 rules. For example, you can create a 'greeting' category with a rule that flags calls in which your agent does not use a specified phrase (for example: "Please note this call may be recorded.") in the first 15 seconds of the call. When you start a call analytics job, Amazon Transcribe applies all your existing call analytics categories to that job.
|
|
16
16
|
*/
|
|
17
17
|
createCallAnalyticsCategory(params: TranscribeService.Types.CreateCallAnalyticsCategoryRequest, callback?: (err: AWSError, data: TranscribeService.Types.CreateCallAnalyticsCategoryResponse) => void): Request<TranscribeService.Types.CreateCallAnalyticsCategoryResponse, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
* Creates
|
|
19
|
+
* Creates a call analytics category. Amazon Transcribe applies the conditions specified by your call analytics categories to your call analytics jobs. For each analytics category, you must create between 1 and 20 rules. For example, you can create a 'greeting' category with a rule that flags calls in which your agent does not use a specified phrase (for example: "Please note this call may be recorded.") in the first 15 seconds of the call. When you start a call analytics job, Amazon Transcribe applies all your existing call analytics categories to that job.
|
|
20
20
|
*/
|
|
21
21
|
createCallAnalyticsCategory(callback?: (err: AWSError, data: TranscribeService.Types.CreateCallAnalyticsCategoryResponse) => void): Request<TranscribeService.Types.CreateCallAnalyticsCategoryResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Creates a new custom language model.
|
|
23
|
+
* Creates a new custom language model. When creating a new language model, you must specify if you want a Wideband (audio sample rates over 16,000 Hz) or Narrowband (audio sample rates under 16,000 Hz) base model. You then include the S3 URI location of your training and tuning files, the language for the model, a unique name, and any tags you want associated with your model.
|
|
24
24
|
*/
|
|
25
25
|
createLanguageModel(params: TranscribeService.Types.CreateLanguageModelRequest, callback?: (err: AWSError, data: TranscribeService.Types.CreateLanguageModelResponse) => void): Request<TranscribeService.Types.CreateLanguageModelResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* Creates a new custom language model.
|
|
27
|
+
* Creates a new custom language model. When creating a new language model, you must specify if you want a Wideband (audio sample rates over 16,000 Hz) or Narrowband (audio sample rates under 16,000 Hz) base model. You then include the S3 URI location of your training and tuning files, the language for the model, a unique name, and any tags you want associated with your model.
|
|
28
28
|
*/
|
|
29
29
|
createLanguageModel(callback?: (err: AWSError, data: TranscribeService.Types.CreateLanguageModelResponse) => void): Request<TranscribeService.Types.CreateLanguageModelResponse, AWSError>;
|
|
30
30
|
/**
|
|
31
|
-
* Creates a new custom vocabulary that you can
|
|
31
|
+
* Creates a new custom medical vocabulary. When creating a new medical vocabulary, you must upload a text file that contains your new entries, phrases, and terms into an S3 bucket. Note that this differs from , where you can include a list of terms within your request using the Phrases flag, as CreateMedicalVocabulary does not support the Phrases flag. For more information on creating a custom vocabulary text file, see Creating a custom vocabulary.
|
|
32
32
|
*/
|
|
33
33
|
createMedicalVocabulary(params: TranscribeService.Types.CreateMedicalVocabularyRequest, callback?: (err: AWSError, data: TranscribeService.Types.CreateMedicalVocabularyResponse) => void): Request<TranscribeService.Types.CreateMedicalVocabularyResponse, AWSError>;
|
|
34
34
|
/**
|
|
35
|
-
* Creates a new custom vocabulary that you can
|
|
35
|
+
* Creates a new custom medical vocabulary. When creating a new medical vocabulary, you must upload a text file that contains your new entries, phrases, and terms into an S3 bucket. Note that this differs from , where you can include a list of terms within your request using the Phrases flag, as CreateMedicalVocabulary does not support the Phrases flag. For more information on creating a custom vocabulary text file, see Creating a custom vocabulary.
|
|
36
36
|
*/
|
|
37
37
|
createMedicalVocabulary(callback?: (err: AWSError, data: TranscribeService.Types.CreateMedicalVocabularyResponse) => void): Request<TranscribeService.Types.CreateMedicalVocabularyResponse, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
* Creates a new custom vocabulary
|
|
39
|
+
* Creates a new custom vocabulary. When creating a new medical vocabulary, you can either upload a text file that contains your new entries, phrases, and terms into an S3 bucket or include a list of terms directly in your request using the Phrases flag. For more information on creating a custom vocabulary, see Creating a custom vocabulary.
|
|
40
40
|
*/
|
|
41
41
|
createVocabulary(params: TranscribeService.Types.CreateVocabularyRequest, callback?: (err: AWSError, data: TranscribeService.Types.CreateVocabularyResponse) => void): Request<TranscribeService.Types.CreateVocabularyResponse, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
* Creates a new custom vocabulary
|
|
43
|
+
* Creates a new custom vocabulary. When creating a new medical vocabulary, you can either upload a text file that contains your new entries, phrases, and terms into an S3 bucket or include a list of terms directly in your request using the Phrases flag. For more information on creating a custom vocabulary, see Creating a custom vocabulary.
|
|
44
44
|
*/
|
|
45
45
|
createVocabulary(callback?: (err: AWSError, data: TranscribeService.Types.CreateVocabularyResponse) => void): Request<TranscribeService.Types.CreateVocabularyResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Creates a new vocabulary filter that you can use to filter words
|
|
47
|
+
* Creates a new vocabulary filter that you can use to filter words from your transcription output. For example, you can use this operation to remove profanity from your transcript.
|
|
48
48
|
*/
|
|
49
49
|
createVocabularyFilter(params: TranscribeService.Types.CreateVocabularyFilterRequest, callback?: (err: AWSError, data: TranscribeService.Types.CreateVocabularyFilterResponse) => void): Request<TranscribeService.Types.CreateVocabularyFilterResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Creates a new vocabulary filter that you can use to filter words
|
|
51
|
+
* Creates a new vocabulary filter that you can use to filter words from your transcription output. For example, you can use this operation to remove profanity from your transcript.
|
|
52
52
|
*/
|
|
53
53
|
createVocabularyFilter(callback?: (err: AWSError, data: TranscribeService.Types.CreateVocabularyFilterResponse) => void): Request<TranscribeService.Types.CreateVocabularyFilterResponse, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
* Deletes a call analytics category
|
|
55
|
+
* Deletes a call analytics category. To use this operation, specify the name of the category you want to delete using CategoryName.
|
|
56
56
|
*/
|
|
57
57
|
deleteCallAnalyticsCategory(params: TranscribeService.Types.DeleteCallAnalyticsCategoryRequest, callback?: (err: AWSError, data: TranscribeService.Types.DeleteCallAnalyticsCategoryResponse) => void): Request<TranscribeService.Types.DeleteCallAnalyticsCategoryResponse, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
* Deletes a call analytics category
|
|
59
|
+
* Deletes a call analytics category. To use this operation, specify the name of the category you want to delete using CategoryName.
|
|
60
60
|
*/
|
|
61
61
|
deleteCallAnalyticsCategory(callback?: (err: AWSError, data: TranscribeService.Types.DeleteCallAnalyticsCategoryResponse) => void): Request<TranscribeService.Types.DeleteCallAnalyticsCategoryResponse, AWSError>;
|
|
62
62
|
/**
|
|
63
|
-
* Deletes a call analytics job
|
|
63
|
+
* Deletes a call analytics job. To use this operation, specify the name of the job you want to delete using CallAnalyticsJobName.
|
|
64
64
|
*/
|
|
65
65
|
deleteCallAnalyticsJob(params: TranscribeService.Types.DeleteCallAnalyticsJobRequest, callback?: (err: AWSError, data: TranscribeService.Types.DeleteCallAnalyticsJobResponse) => void): Request<TranscribeService.Types.DeleteCallAnalyticsJobResponse, AWSError>;
|
|
66
66
|
/**
|
|
67
|
-
* Deletes a call analytics job
|
|
67
|
+
* Deletes a call analytics job. To use this operation, specify the name of the job you want to delete using CallAnalyticsJobName.
|
|
68
68
|
*/
|
|
69
69
|
deleteCallAnalyticsJob(callback?: (err: AWSError, data: TranscribeService.Types.DeleteCallAnalyticsJobResponse) => void): Request<TranscribeService.Types.DeleteCallAnalyticsJobResponse, AWSError>;
|
|
70
70
|
/**
|
|
71
|
-
* Deletes a custom language model
|
|
71
|
+
* Deletes a custom language model. To use this operation, specify the name of the language model you want to delete using ModelName.
|
|
72
72
|
*/
|
|
73
73
|
deleteLanguageModel(params: TranscribeService.Types.DeleteLanguageModelRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
74
74
|
/**
|
|
75
|
-
* Deletes a custom language model
|
|
75
|
+
* Deletes a custom language model. To use this operation, specify the name of the language model you want to delete using ModelName.
|
|
76
76
|
*/
|
|
77
77
|
deleteLanguageModel(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
78
78
|
/**
|
|
79
|
-
* Deletes a transcription job
|
|
79
|
+
* Deletes a medical transcription job, along with any related information. To use this operation, specify the name of the job you want to delete using MedicalTranscriptionJobName.
|
|
80
80
|
*/
|
|
81
81
|
deleteMedicalTranscriptionJob(params: TranscribeService.Types.DeleteMedicalTranscriptionJobRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
82
82
|
/**
|
|
83
|
-
* Deletes a transcription job
|
|
83
|
+
* Deletes a medical transcription job, along with any related information. To use this operation, specify the name of the job you want to delete using MedicalTranscriptionJobName.
|
|
84
84
|
*/
|
|
85
85
|
deleteMedicalTranscriptionJob(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
86
86
|
/**
|
|
87
|
-
* Deletes a vocabulary
|
|
87
|
+
* Deletes a custom medical vocabulary. To use this operation, specify the name of the vocabulary you want to delete using VocabularyName.
|
|
88
88
|
*/
|
|
89
89
|
deleteMedicalVocabulary(params: TranscribeService.Types.DeleteMedicalVocabularyRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
90
90
|
/**
|
|
91
|
-
* Deletes a vocabulary
|
|
91
|
+
* Deletes a custom medical vocabulary. To use this operation, specify the name of the vocabulary you want to delete using VocabularyName.
|
|
92
92
|
*/
|
|
93
93
|
deleteMedicalVocabulary(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
94
94
|
/**
|
|
95
|
-
* Deletes a
|
|
95
|
+
* Deletes a transcription job, along with any related information. To use this operation, specify the name of the job you want to delete using TranscriptionJobName.
|
|
96
96
|
*/
|
|
97
97
|
deleteTranscriptionJob(params: TranscribeService.Types.DeleteTranscriptionJobRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
98
98
|
/**
|
|
99
|
-
* Deletes a
|
|
99
|
+
* Deletes a transcription job, along with any related information. To use this operation, specify the name of the job you want to delete using TranscriptionJobName.
|
|
100
100
|
*/
|
|
101
101
|
deleteTranscriptionJob(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
102
102
|
/**
|
|
103
|
-
* Deletes a vocabulary
|
|
103
|
+
* Deletes a custom vocabulary. To use this operation, specify the name of the vocabulary you want to delete using VocabularyName.
|
|
104
104
|
*/
|
|
105
105
|
deleteVocabulary(params: TranscribeService.Types.DeleteVocabularyRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
106
106
|
/**
|
|
107
|
-
* Deletes a vocabulary
|
|
107
|
+
* Deletes a custom vocabulary. To use this operation, specify the name of the vocabulary you want to delete using VocabularyName.
|
|
108
108
|
*/
|
|
109
109
|
deleteVocabulary(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
110
110
|
/**
|
|
111
|
-
*
|
|
111
|
+
* Deletes a vocabulary filter. To use this operation, specify the name of the vocabulary filter you want to delete using VocabularyFilterName.
|
|
112
112
|
*/
|
|
113
113
|
deleteVocabularyFilter(params: TranscribeService.Types.DeleteVocabularyFilterRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
114
114
|
/**
|
|
115
|
-
*
|
|
115
|
+
* Deletes a vocabulary filter. To use this operation, specify the name of the vocabulary filter you want to delete using VocabularyFilterName.
|
|
116
116
|
*/
|
|
117
117
|
deleteVocabularyFilter(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
118
118
|
/**
|
|
119
|
-
*
|
|
119
|
+
* Provides information about a specific custom language model in your Amazon Web Services account. This operation also shows if the base language model you used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model. If you tried to create a new custom language model and the request wasn't successful, you can use this operation to help identify the reason.
|
|
120
120
|
*/
|
|
121
121
|
describeLanguageModel(params: TranscribeService.Types.DescribeLanguageModelRequest, callback?: (err: AWSError, data: TranscribeService.Types.DescribeLanguageModelResponse) => void): Request<TranscribeService.Types.DescribeLanguageModelResponse, AWSError>;
|
|
122
122
|
/**
|
|
123
|
-
*
|
|
123
|
+
* Provides information about a specific custom language model in your Amazon Web Services account. This operation also shows if the base language model you used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model. If you tried to create a new custom language model and the request wasn't successful, you can use this operation to help identify the reason.
|
|
124
124
|
*/
|
|
125
125
|
describeLanguageModel(callback?: (err: AWSError, data: TranscribeService.Types.DescribeLanguageModelResponse) => void): Request<TranscribeService.Types.DescribeLanguageModelResponse, AWSError>;
|
|
126
126
|
/**
|
|
@@ -132,19 +132,19 @@ declare class TranscribeService extends Service {
|
|
|
132
132
|
*/
|
|
133
133
|
getCallAnalyticsCategory(callback?: (err: AWSError, data: TranscribeService.Types.GetCallAnalyticsCategoryResponse) => void): Request<TranscribeService.Types.GetCallAnalyticsCategoryResponse, AWSError>;
|
|
134
134
|
/**
|
|
135
|
-
*
|
|
135
|
+
* Retrieves information about a call analytics job. To view the job's status, refer to the CallAnalyticsJobStatus field. If the status is COMPLETED, the job is finished. You can then find your transcript at the URI specified in the TranscriptFileUri field. If you enabled personally identifiable information (PII) redaction, the redacted transcript appears in the RedactedTranscriptFileUri field.
|
|
136
136
|
*/
|
|
137
137
|
getCallAnalyticsJob(params: TranscribeService.Types.GetCallAnalyticsJobRequest, callback?: (err: AWSError, data: TranscribeService.Types.GetCallAnalyticsJobResponse) => void): Request<TranscribeService.Types.GetCallAnalyticsJobResponse, AWSError>;
|
|
138
138
|
/**
|
|
139
|
-
*
|
|
139
|
+
* Retrieves information about a call analytics job. To view the job's status, refer to the CallAnalyticsJobStatus field. If the status is COMPLETED, the job is finished. You can then find your transcript at the URI specified in the TranscriptFileUri field. If you enabled personally identifiable information (PII) redaction, the redacted transcript appears in the RedactedTranscriptFileUri field.
|
|
140
140
|
*/
|
|
141
141
|
getCallAnalyticsJob(callback?: (err: AWSError, data: TranscribeService.Types.GetCallAnalyticsJobResponse) => void): Request<TranscribeService.Types.GetCallAnalyticsJobResponse, AWSError>;
|
|
142
142
|
/**
|
|
143
|
-
*
|
|
143
|
+
* Retrieves information about a medical transcription job. To view the job's status, refer to the TranscriptionJobStatus field. If the status is COMPLETED, the job is finished. You can then find your transcript at the URI specified in the TranscriptFileUri field.
|
|
144
144
|
*/
|
|
145
145
|
getMedicalTranscriptionJob(params: TranscribeService.Types.GetMedicalTranscriptionJobRequest, callback?: (err: AWSError, data: TranscribeService.Types.GetMedicalTranscriptionJobResponse) => void): Request<TranscribeService.Types.GetMedicalTranscriptionJobResponse, AWSError>;
|
|
146
146
|
/**
|
|
147
|
-
*
|
|
147
|
+
* Retrieves information about a medical transcription job. To view the job's status, refer to the TranscriptionJobStatus field. If the status is COMPLETED, the job is finished. You can then find your transcript at the URI specified in the TranscriptFileUri field.
|
|
148
148
|
*/
|
|
149
149
|
getMedicalTranscriptionJob(callback?: (err: AWSError, data: TranscribeService.Types.GetMedicalTranscriptionJobResponse) => void): Request<TranscribeService.Types.GetMedicalTranscriptionJobResponse, AWSError>;
|
|
150
150
|
/**
|
|
@@ -360,7 +360,7 @@ declare namespace TranscribeService {
|
|
|
360
360
|
*/
|
|
361
361
|
LanguageCode?: LanguageCode;
|
|
362
362
|
/**
|
|
363
|
-
* The sample rate, in Hertz, of the audio.
|
|
363
|
+
* The sample rate, in Hertz, of the input audio.
|
|
364
364
|
*/
|
|
365
365
|
MediaSampleRateHertz?: MediaSampleRateHertz;
|
|
366
366
|
/**
|
|
@@ -510,107 +510,107 @@ declare namespace TranscribeService {
|
|
|
510
510
|
}
|
|
511
511
|
export interface CreateCallAnalyticsCategoryRequest {
|
|
512
512
|
/**
|
|
513
|
-
*
|
|
513
|
+
* A unique name, chosen by you, for your call analytics category. For example, sentiment-positive-last30seconds.
|
|
514
514
|
*/
|
|
515
515
|
CategoryName: CategoryName;
|
|
516
516
|
/**
|
|
517
|
-
*
|
|
517
|
+
* Rules make up a call analytics category. When creating a call analytics category, you must create between 1 and 20 rules for your category. For each rule, you specify a filter you want applied to the attributes of a call. For example, you can choose a sentiment filter that detects if a customer's sentiment was positive during the last 30 seconds of the call.
|
|
518
518
|
*/
|
|
519
519
|
Rules: RuleList;
|
|
520
520
|
}
|
|
521
521
|
export interface CreateCallAnalyticsCategoryResponse {
|
|
522
522
|
/**
|
|
523
|
-
*
|
|
523
|
+
* If your audio matches one of your categories, this field contains data on that category and its associated rules. This parameter shows which category is flagged (CategoryName) along with metadata for the rules that match your audio. Metadata includes the rule filter (such as InterruptionFilter, NonTalkTimeFilter, SentimentFilter, and TranscriptFilter) and where in your audio (StartTime and EndTime) the rule has a match.
|
|
524
524
|
*/
|
|
525
525
|
CategoryProperties?: CategoryProperties;
|
|
526
526
|
}
|
|
527
527
|
export interface CreateLanguageModelRequest {
|
|
528
528
|
/**
|
|
529
|
-
* The language of the
|
|
529
|
+
* The language of your custom language model; note that the language code you select must match the language of your training and tuning data.
|
|
530
530
|
*/
|
|
531
531
|
LanguageCode: CLMLanguageCode;
|
|
532
532
|
/**
|
|
533
|
-
* The Amazon Transcribe standard language model, or base model used to create your custom language model.
|
|
533
|
+
* The Amazon Transcribe standard language model, or base model, used to create your custom language model. Amazon Transcribe offers two options for base models: Wideband and Narrowband. If the audio you want to transcribe has a sample rate of 16,000 Hz or greater, choose WideBand. To transcribe audio with a sample rate less than 16,000 Hz, choose NarrowBand.
|
|
534
534
|
*/
|
|
535
535
|
BaseModelName: BaseModelName;
|
|
536
536
|
/**
|
|
537
|
-
* The name
|
|
537
|
+
* The name of your new custom language model. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If you try to create a language model with the same name as a previous language model, you get a ConflictException error.
|
|
538
538
|
*/
|
|
539
539
|
ModelName: ModelName;
|
|
540
540
|
/**
|
|
541
|
-
* Contains
|
|
541
|
+
* Contains your data access role ARN (Amazon Resource Name) and the Amazon S3 locations of your training (S3Uri) and tuning (TuningDataS3Uri) data.
|
|
542
542
|
*/
|
|
543
543
|
InputDataConfig: InputDataConfig;
|
|
544
544
|
/**
|
|
545
|
-
*
|
|
545
|
+
* Optionally add tags, each in the form of a key:value pair, to your new language model. See also: .
|
|
546
546
|
*/
|
|
547
547
|
Tags?: TagList;
|
|
548
548
|
}
|
|
549
549
|
export interface CreateLanguageModelResponse {
|
|
550
550
|
/**
|
|
551
|
-
* The language code
|
|
551
|
+
* The language code you selected for your custom language model.
|
|
552
552
|
*/
|
|
553
553
|
LanguageCode?: CLMLanguageCode;
|
|
554
554
|
/**
|
|
555
|
-
* The Amazon Transcribe standard language model, or base model you
|
|
555
|
+
* The Amazon Transcribe standard language model, or base model, you used when creating your custom language model. If your audio has a sample rate of 16,000 Hz or greater, this value should be WideBand. If your audio has a sample rate of less than 16,000 Hz, this value should be NarrowBand.
|
|
556
556
|
*/
|
|
557
557
|
BaseModelName?: BaseModelName;
|
|
558
558
|
/**
|
|
559
|
-
* The name you
|
|
559
|
+
* The unique name you chose for your custom language model.
|
|
560
560
|
*/
|
|
561
561
|
ModelName?: ModelName;
|
|
562
562
|
/**
|
|
563
|
-
*
|
|
563
|
+
* Lists your data access role ARN (Amazon Resource Name) and the Amazon S3 locations your provided for your training (S3Uri) and tuning (TuningDataS3Uri) data.
|
|
564
564
|
*/
|
|
565
565
|
InputDataConfig?: InputDataConfig;
|
|
566
566
|
/**
|
|
567
|
-
* The status of
|
|
567
|
+
* The status of your custom language model. When the status shows as COMPLETED, your model is ready to use.
|
|
568
568
|
*/
|
|
569
569
|
ModelStatus?: ModelStatus;
|
|
570
570
|
}
|
|
571
571
|
export interface CreateMedicalVocabularyRequest {
|
|
572
572
|
/**
|
|
573
|
-
* The name of
|
|
573
|
+
* The name of your new vocabulary. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If you try to create a vocabulary with the same name as a previous vocabulary, you get a ConflictException error.
|
|
574
574
|
*/
|
|
575
575
|
VocabularyName: VocabularyName;
|
|
576
576
|
/**
|
|
577
|
-
* The language code
|
|
577
|
+
* The language code that represents the language of the entries in your custom vocabulary. Note that U.S. English (en-US) is the only language supported with Amazon Transcribe Medical.
|
|
578
578
|
*/
|
|
579
579
|
LanguageCode: LanguageCode;
|
|
580
580
|
/**
|
|
581
|
-
* The
|
|
581
|
+
* The Amazon S3 location (URI) of the text file that contains your custom vocabulary. The URI must be in the same Amazon Web Services Region as the resource that you're calling. Here's an example URI path: https://s3.us-east-1.amazonaws.com/my-s3-bucket/my-vocab-file.txt
|
|
582
582
|
*/
|
|
583
583
|
VocabularyFileUri: Uri;
|
|
584
584
|
/**
|
|
585
|
-
* Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time you create
|
|
585
|
+
* Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time you create the new vocabulary. To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
|
|
586
586
|
*/
|
|
587
587
|
Tags?: TagList;
|
|
588
588
|
}
|
|
589
589
|
export interface CreateMedicalVocabularyResponse {
|
|
590
590
|
/**
|
|
591
|
-
* The name
|
|
591
|
+
* The name you chose for your vocabulary.
|
|
592
592
|
*/
|
|
593
593
|
VocabularyName?: VocabularyName;
|
|
594
594
|
/**
|
|
595
|
-
* The language code
|
|
595
|
+
* The language code you selected for your medical vocabulary. Note that U.S. English (en-US) is the only language supported with Amazon Transcribe Medical.
|
|
596
596
|
*/
|
|
597
597
|
LanguageCode?: LanguageCode;
|
|
598
598
|
/**
|
|
599
|
-
* The processing state of your custom vocabulary
|
|
599
|
+
* The processing state of your custom medical vocabulary. If the state is READY, you can use the vocabulary in a StartMedicalTranscriptionJob request.
|
|
600
600
|
*/
|
|
601
601
|
VocabularyState?: VocabularyState;
|
|
602
602
|
/**
|
|
603
|
-
* The date and time
|
|
603
|
+
* The date and time you created your custom medical vocabulary.
|
|
604
604
|
*/
|
|
605
605
|
LastModifiedTime?: DateTime;
|
|
606
606
|
/**
|
|
607
|
-
* If the VocabularyState field is FAILED,
|
|
607
|
+
* If the VocabularyState field is FAILED, FailureReason contains information about why the job failed.
|
|
608
608
|
*/
|
|
609
609
|
FailureReason?: FailureReason;
|
|
610
610
|
}
|
|
611
611
|
export interface CreateVocabularyFilterRequest {
|
|
612
612
|
/**
|
|
613
|
-
* The vocabulary filter
|
|
613
|
+
* The name of your new vocabulary filter. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If you try to create a vocabulary filter with the same name as a previous vocabulary filter, you get a ConflictException error.
|
|
614
614
|
*/
|
|
615
615
|
VocabularyFilterName: VocabularyFilterName;
|
|
616
616
|
/**
|
|
@@ -618,15 +618,15 @@ declare namespace TranscribeService {
|
|
|
618
618
|
*/
|
|
619
619
|
LanguageCode: LanguageCode;
|
|
620
620
|
/**
|
|
621
|
-
* The words
|
|
621
|
+
* The words you want in your vocabulary filter. Only use characters specified in the Character sets for the language you're transcribing. Note that if you include Words in your request, you cannot use VocabularyFilterFileUri; you must choose one or the other.
|
|
622
622
|
*/
|
|
623
623
|
Words?: Words;
|
|
624
624
|
/**
|
|
625
|
-
* The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
|
|
625
|
+
* The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. Your vocabulary filter file must be less than 50 KB in size. Note that if you include VocabularyFilterFileUri in your request, you cannot use Words; you must choose one or the other.
|
|
626
626
|
*/
|
|
627
627
|
VocabularyFilterFileUri?: Uri;
|
|
628
628
|
/**
|
|
629
|
-
* Adds one or more tags, each in the form of a key:value pair, to a new
|
|
629
|
+
* Adds one or more tags, each in the form of a key:value pair, to a new vocabulary filter at the time you create this new vocabulary filter.
|
|
630
630
|
*/
|
|
631
631
|
Tags?: TagList;
|
|
632
632
|
}
|
|
@@ -636,55 +636,55 @@ declare namespace TranscribeService {
|
|
|
636
636
|
*/
|
|
637
637
|
VocabularyFilterName?: VocabularyFilterName;
|
|
638
638
|
/**
|
|
639
|
-
* The language code
|
|
639
|
+
* The language code associated with your vocabulary filter.
|
|
640
640
|
*/
|
|
641
641
|
LanguageCode?: LanguageCode;
|
|
642
642
|
/**
|
|
643
|
-
* The date and time
|
|
643
|
+
* The date and time the vocabulary filter was modified.
|
|
644
644
|
*/
|
|
645
645
|
LastModifiedTime?: DateTime;
|
|
646
646
|
}
|
|
647
647
|
export interface CreateVocabularyRequest {
|
|
648
648
|
/**
|
|
649
|
-
* The name of
|
|
649
|
+
* The name of your new vocabulary. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If you try to create a vocabulary with the same name as a previous vocabulary, you get a ConflictException error.
|
|
650
650
|
*/
|
|
651
651
|
VocabularyName: VocabularyName;
|
|
652
652
|
/**
|
|
653
|
-
* The language code of the vocabulary
|
|
653
|
+
* The language code that represents the language of the entries in your custom vocabulary. Each vocabulary must contain terms in only one language. For a list of languages and their corresponding language codes, see Supported languages.
|
|
654
654
|
*/
|
|
655
655
|
LanguageCode: LanguageCode;
|
|
656
656
|
/**
|
|
657
|
-
*
|
|
657
|
+
* Use this flag to include a list of terms within your request. Note that if you include Phrases in your request, you cannot use VocabularyFileUri; you must choose one or the other.
|
|
658
658
|
*/
|
|
659
659
|
Phrases?: Phrases;
|
|
660
660
|
/**
|
|
661
|
-
* The S3 location of the text file that contains
|
|
661
|
+
* The S3 location of the text file that contains your custom vocabulary. The URI must be located in the same region as the API endpoint you're calling. Here's an example URI path: https://s3.us-east-1.amazonaws.com/my-s3-bucket/my-vocab-file.txt Note that if you include VocabularyFileUri in your request, you cannot use the Phrases flag; you must choose one or the other.
|
|
662
662
|
*/
|
|
663
663
|
VocabularyFileUri?: Uri;
|
|
664
664
|
/**
|
|
665
|
-
* Adds one or more tags, each in the form of a key:value pair, to a new
|
|
665
|
+
* Adds one or more tags, each in the form of a key:value pair, to a new custom vocabulary at the time you create this new vocabulary.
|
|
666
666
|
*/
|
|
667
667
|
Tags?: TagList;
|
|
668
668
|
}
|
|
669
669
|
export interface CreateVocabularyResponse {
|
|
670
670
|
/**
|
|
671
|
-
* The name
|
|
671
|
+
* The name you chose for your vocabulary.
|
|
672
672
|
*/
|
|
673
673
|
VocabularyName?: VocabularyName;
|
|
674
674
|
/**
|
|
675
|
-
* The language code
|
|
675
|
+
* The language code you selected for your vocabulary.
|
|
676
676
|
*/
|
|
677
677
|
LanguageCode?: LanguageCode;
|
|
678
678
|
/**
|
|
679
|
-
* The processing state of
|
|
679
|
+
* The processing state of your vocabulary. If the state is READY, you can use the vocabulary in a StartTranscriptionJob request.
|
|
680
680
|
*/
|
|
681
681
|
VocabularyState?: VocabularyState;
|
|
682
682
|
/**
|
|
683
|
-
* The date and time
|
|
683
|
+
* The date and time you created your custom vocabulary.
|
|
684
684
|
*/
|
|
685
685
|
LastModifiedTime?: DateTime;
|
|
686
686
|
/**
|
|
687
|
-
* If the VocabularyState field is FAILED,
|
|
687
|
+
* If the VocabularyState field is FAILED, FailureReason contains information about why the job failed.
|
|
688
688
|
*/
|
|
689
689
|
FailureReason?: FailureReason;
|
|
690
690
|
}
|
|
@@ -692,7 +692,7 @@ declare namespace TranscribeService {
|
|
|
692
692
|
export type DateTime = Date;
|
|
693
693
|
export interface DeleteCallAnalyticsCategoryRequest {
|
|
694
694
|
/**
|
|
695
|
-
* The name of the call analytics category
|
|
695
|
+
* The name of the call analytics category you want to delete. Category names are case-sensitive.
|
|
696
696
|
*/
|
|
697
697
|
CategoryName: CategoryName;
|
|
698
698
|
}
|
|
@@ -700,7 +700,7 @@ declare namespace TranscribeService {
|
|
|
700
700
|
}
|
|
701
701
|
export interface DeleteCallAnalyticsJobRequest {
|
|
702
702
|
/**
|
|
703
|
-
* The name of the call analytics job you want to delete.
|
|
703
|
+
* The name of the call analytics job you want to delete. Job names are case-sensitive.
|
|
704
704
|
*/
|
|
705
705
|
CallAnalyticsJobName: CallAnalyticsJobName;
|
|
706
706
|
}
|
|
@@ -708,43 +708,43 @@ declare namespace TranscribeService {
|
|
|
708
708
|
}
|
|
709
709
|
export interface DeleteLanguageModelRequest {
|
|
710
710
|
/**
|
|
711
|
-
* The name of the model you
|
|
711
|
+
* The name of the model you want to delete. Model names are case-sensitive.
|
|
712
712
|
*/
|
|
713
713
|
ModelName: ModelName;
|
|
714
714
|
}
|
|
715
715
|
export interface DeleteMedicalTranscriptionJobRequest {
|
|
716
716
|
/**
|
|
717
|
-
* The name
|
|
717
|
+
* The name of the medical transcription job you want to delete. Job names are case-sensitive.
|
|
718
718
|
*/
|
|
719
719
|
MedicalTranscriptionJobName: TranscriptionJobName;
|
|
720
720
|
}
|
|
721
721
|
export interface DeleteMedicalVocabularyRequest {
|
|
722
722
|
/**
|
|
723
|
-
* The name of the vocabulary that you want to delete.
|
|
723
|
+
* The name of the vocabulary that you want to delete. Vocabulary names are case-sensitive.
|
|
724
724
|
*/
|
|
725
725
|
VocabularyName: VocabularyName;
|
|
726
726
|
}
|
|
727
727
|
export interface DeleteTranscriptionJobRequest {
|
|
728
728
|
/**
|
|
729
|
-
* The name of the transcription job to
|
|
729
|
+
* The name of the transcription job you want to delete. Job names are case-sensitive.
|
|
730
730
|
*/
|
|
731
731
|
TranscriptionJobName: TranscriptionJobName;
|
|
732
732
|
}
|
|
733
733
|
export interface DeleteVocabularyFilterRequest {
|
|
734
734
|
/**
|
|
735
|
-
* The name of the vocabulary filter to
|
|
735
|
+
* The name of the vocabulary filter you want to delete. Vocabulary filter names are case-sensitive.
|
|
736
736
|
*/
|
|
737
737
|
VocabularyFilterName: VocabularyFilterName;
|
|
738
738
|
}
|
|
739
739
|
export interface DeleteVocabularyRequest {
|
|
740
740
|
/**
|
|
741
|
-
* The name of the vocabulary to delete.
|
|
741
|
+
* The name of the vocabulary you want to delete. Vocabulary names are case-sensitive.
|
|
742
742
|
*/
|
|
743
743
|
VocabularyName: VocabularyName;
|
|
744
744
|
}
|
|
745
745
|
export interface DescribeLanguageModelRequest {
|
|
746
746
|
/**
|
|
747
|
-
* The name of the custom language model you
|
|
747
|
+
* The name of the custom language model you want described. Model names are case-sensitive.
|
|
748
748
|
*/
|
|
749
749
|
ModelName: ModelName;
|
|
750
750
|
}
|
|
@@ -757,43 +757,43 @@ declare namespace TranscribeService {
|
|
|
757
757
|
export type FailureReason = string;
|
|
758
758
|
export interface GetCallAnalyticsCategoryRequest {
|
|
759
759
|
/**
|
|
760
|
-
* The name of the category you want information about.
|
|
760
|
+
* The name of the category you want information about. Category names are case sensitive.
|
|
761
761
|
*/
|
|
762
762
|
CategoryName: CategoryName;
|
|
763
763
|
}
|
|
764
764
|
export interface GetCallAnalyticsCategoryResponse {
|
|
765
765
|
/**
|
|
766
|
-
*
|
|
766
|
+
* Provides you with the rules associated with the category you specified in your GetCallAnalyticsCategory request.
|
|
767
767
|
*/
|
|
768
768
|
CategoryProperties?: CategoryProperties;
|
|
769
769
|
}
|
|
770
770
|
export interface GetCallAnalyticsJobRequest {
|
|
771
771
|
/**
|
|
772
|
-
* The name of the analytics job you want information about. This value is case sensitive.
|
|
772
|
+
* The name of the analytics job you want information about. This value is case sensitive.
|
|
773
773
|
*/
|
|
774
774
|
CallAnalyticsJobName: CallAnalyticsJobName;
|
|
775
775
|
}
|
|
776
776
|
export interface GetCallAnalyticsJobResponse {
|
|
777
777
|
/**
|
|
778
|
-
* An object that contains
|
|
778
|
+
* An object that contains detailed information about your call analytics job. Returned fields include: CallAnalyticsJobName, CallAnalyticsJobStatus, ChannelDefinitions, CompletionTime, CreationTime, DataAccessRoleArn, FailureReason, IdentifiedLanguageScore, LanguageCode, Media, MediaFormat, MediaSampleRateHertz, Settings, StartTime, and Transcript.
|
|
779
779
|
*/
|
|
780
780
|
CallAnalyticsJob?: CallAnalyticsJob;
|
|
781
781
|
}
|
|
782
782
|
export interface GetMedicalTranscriptionJobRequest {
|
|
783
783
|
/**
|
|
784
|
-
* The name of the medical transcription job.
|
|
784
|
+
* The name of the medical transcription job you want information about. This value is case sensitive.
|
|
785
785
|
*/
|
|
786
786
|
MedicalTranscriptionJobName: TranscriptionJobName;
|
|
787
787
|
}
|
|
788
788
|
export interface GetMedicalTranscriptionJobResponse {
|
|
789
789
|
/**
|
|
790
|
-
* An object that contains
|
|
790
|
+
* An object that contains detailed information about your medical transcription job. Returned fields include: CompletionTime, ContentIdentificationType, CreationTime, FailureReason, LanguageCode, Media, MediaFormat, MediaSampleRateHertz, MedicalTranscriptionJobName, Settings, Specialty, StartTime, Tags, Transcript, TranscriptionJobStatus, and Type.
|
|
791
791
|
*/
|
|
792
792
|
MedicalTranscriptionJob?: MedicalTranscriptionJob;
|
|
793
793
|
}
|
|
794
794
|
export interface GetMedicalVocabularyRequest {
|
|
795
795
|
/**
|
|
796
|
-
* The name of the vocabulary
|
|
796
|
+
* The name of the medical vocabulary you want information about. This value is case sensitive.
|
|
797
797
|
*/
|
|
798
798
|
VocabularyName: VocabularyName;
|
|
799
799
|
}
|
|
@@ -815,11 +815,11 @@ declare namespace TranscribeService {
|
|
|
815
815
|
*/
|
|
816
816
|
LastModifiedTime?: DateTime;
|
|
817
817
|
/**
|
|
818
|
-
* If
|
|
818
|
+
* If your request returns a VocabularyState that is FAILED, the FailureReason field contains information about why the request failed. For more information, refer to the Common Errors section.
|
|
819
819
|
*/
|
|
820
820
|
FailureReason?: FailureReason;
|
|
821
821
|
/**
|
|
822
|
-
* The location
|
|
822
|
+
* The S3 location where the vocabulary is stored; use this URI to view or download the vocabulary.
|
|
823
823
|
*/
|
|
824
824
|
DownloadUri?: Uri;
|
|
825
825
|
}
|
|
@@ -982,7 +982,7 @@ declare namespace TranscribeService {
|
|
|
982
982
|
*/
|
|
983
983
|
ModelStatus?: ModelStatus;
|
|
984
984
|
/**
|
|
985
|
-
* Whether the base model used for the custom language model is up to date. If this field is
|
|
985
|
+
* Whether the base model used for the custom language model is up to date. If this field is false then you are running the most up-to-date version of the base model in your custom language model.
|
|
986
986
|
*/
|
|
987
987
|
UpgradeAvailability?: Boolean;
|
|
988
988
|
/**
|
|
@@ -1131,7 +1131,7 @@ declare namespace TranscribeService {
|
|
|
1131
1131
|
*/
|
|
1132
1132
|
Status?: VocabularyState;
|
|
1133
1133
|
/**
|
|
1134
|
-
* The ListMedicalVocabularies operation returns a page of vocabularies at a time. You set the maximum number of vocabularies to return on a page with the MaxResults parameter. If there are more jobs in the list will fit on a page, Amazon Transcribe Medical returns the NextPage token. To return the next page of vocabularies, include the token in the next request to the ListMedicalVocabularies operation
|
|
1134
|
+
* The ListMedicalVocabularies operation returns a page of vocabularies at a time. You set the maximum number of vocabularies to return on a page with the MaxResults parameter. If there are more jobs in the list will fit on a page, Amazon Transcribe Medical returns the NextPage token. To return the next page of vocabularies, include the token in the next request to the ListMedicalVocabularies operation.
|
|
1135
1135
|
*/
|
|
1136
1136
|
NextToken?: NextToken;
|
|
1137
1137
|
/**
|
|
@@ -1248,7 +1248,7 @@ declare namespace TranscribeService {
|
|
|
1248
1248
|
export type MaxSpeakers = number;
|
|
1249
1249
|
export interface Media {
|
|
1250
1250
|
/**
|
|
1251
|
-
* The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:
|
|
1251
|
+
* The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is: s3://DOC-EXAMPLE-BUCKET/keyprefix/objectkey For example: s3://DOC-EXAMPLE-BUCKET/example.flac s3://DOC-EXAMPLE-BUCKET/mediafiles/example.flac For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
|
|
1252
1252
|
*/
|
|
1253
1253
|
MediaFileUri?: Uri;
|
|
1254
1254
|
/**
|
|
@@ -1259,6 +1259,7 @@ declare namespace TranscribeService {
|
|
|
1259
1259
|
export type MediaFormat = "mp3"|"mp4"|"wav"|"flac"|"ogg"|"amr"|"webm"|string;
|
|
1260
1260
|
export type MediaSampleRateHertz = number;
|
|
1261
1261
|
export type MedicalContentIdentificationType = "PHI"|string;
|
|
1262
|
+
export type MedicalMediaSampleRateHertz = number;
|
|
1262
1263
|
export interface MedicalTranscript {
|
|
1263
1264
|
/**
|
|
1264
1265
|
* The S3 object location of the medical transcript. Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.
|
|
@@ -1281,7 +1282,7 @@ declare namespace TranscribeService {
|
|
|
1281
1282
|
/**
|
|
1282
1283
|
* The sample rate, in Hertz, of the source audio containing medical information. If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical.
|
|
1283
1284
|
*/
|
|
1284
|
-
MediaSampleRateHertz?:
|
|
1285
|
+
MediaSampleRateHertz?: MedicalMediaSampleRateHertz;
|
|
1285
1286
|
/**
|
|
1286
1287
|
* The format of the input media file.
|
|
1287
1288
|
*/
|
|
@@ -1582,7 +1583,7 @@ declare namespace TranscribeService {
|
|
|
1582
1583
|
/**
|
|
1583
1584
|
* The sample rate, in Hertz, of the audio track in the input media file. If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.
|
|
1584
1585
|
*/
|
|
1585
|
-
MediaSampleRateHertz?:
|
|
1586
|
+
MediaSampleRateHertz?: MedicalMediaSampleRateHertz;
|
|
1586
1587
|
/**
|
|
1587
1588
|
* The audio format of the input media file.
|
|
1588
1589
|
*/
|
|
@@ -1621,7 +1622,7 @@ declare namespace TranscribeService {
|
|
|
1621
1622
|
*/
|
|
1622
1623
|
Type: Type;
|
|
1623
1624
|
/**
|
|
1624
|
-
* Add tags to an Amazon Transcribe
|
|
1625
|
+
* Add tags to an Amazon Transcribe Medical transcription job.
|
|
1625
1626
|
*/
|
|
1626
1627
|
Tags?: TagList;
|
|
1627
1628
|
}
|
|
@@ -1637,7 +1638,7 @@ declare namespace TranscribeService {
|
|
|
1637
1638
|
*/
|
|
1638
1639
|
TranscriptionJobName: TranscriptionJobName;
|
|
1639
1640
|
/**
|
|
1640
|
-
* The language code for the language used in the input media file. To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.
|
|
1641
|
+
* The language code for the language used in the input media file. You must include either LanguageCode or IdentifyLanguage in your request. To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.
|
|
1641
1642
|
*/
|
|
1642
1643
|
LanguageCode?: LanguageCode;
|
|
1643
1644
|
/**
|
|
@@ -1685,7 +1686,7 @@ declare namespace TranscribeService {
|
|
|
1685
1686
|
*/
|
|
1686
1687
|
ContentRedaction?: ContentRedaction;
|
|
1687
1688
|
/**
|
|
1688
|
-
* Set this field to true to enable automatic language identification. Automatic language identification is disabled by default. You receive a BadRequestException error if you enter a value for a LanguageCode.
|
|
1689
|
+
* Set this field to true to enable automatic language identification. Automatic language identification is disabled by default. You receive a BadRequestException error if you enter a value for a LanguageCode. You must include either LanguageCode or IdentifyLanguage in your request.
|
|
1689
1690
|
*/
|
|
1690
1691
|
IdentifyLanguage?: Boolean;
|
|
1691
1692
|
/**
|
|
@@ -1707,7 +1708,7 @@ declare namespace TranscribeService {
|
|
|
1707
1708
|
}
|
|
1708
1709
|
export interface StartTranscriptionJobResponse {
|
|
1709
1710
|
/**
|
|
1710
|
-
*
|
|
1711
|
+
* Provides information about your asynchronous transcription job.
|
|
1711
1712
|
*/
|
|
1712
1713
|
TranscriptionJob?: TranscriptionJob;
|
|
1713
1714
|
}
|
|
@@ -1715,21 +1716,30 @@ declare namespace TranscribeService {
|
|
|
1715
1716
|
export type SubtitleFileUris = Uri[];
|
|
1716
1717
|
export type SubtitleFormat = "vtt"|"srt"|string;
|
|
1717
1718
|
export type SubtitleFormats = SubtitleFormat[];
|
|
1719
|
+
export type SubtitleOutputStartIndex = number;
|
|
1718
1720
|
export interface Subtitles {
|
|
1719
1721
|
/**
|
|
1720
|
-
* Specify the output format for your subtitle file.
|
|
1722
|
+
* Specify the output format for your subtitle file; if you select both srt and vtt formats, two output files are generated.
|
|
1721
1723
|
*/
|
|
1722
1724
|
Formats?: SubtitleFormats;
|
|
1725
|
+
/**
|
|
1726
|
+
* Defines the starting value that is assigned to the first subtitle segment. The default start index for Amazon Transcribe is 0, which differs from the more widely used standard of 1. If you're uncertain which value to use, we recommend choosing 1, as this may improve compatibility with other services.
|
|
1727
|
+
*/
|
|
1728
|
+
OutputStartIndex?: SubtitleOutputStartIndex;
|
|
1723
1729
|
}
|
|
1724
1730
|
export interface SubtitlesOutput {
|
|
1725
1731
|
/**
|
|
1726
|
-
*
|
|
1732
|
+
* The format of your subtitle files. If your request specified both srt and vtt formats, both formats are shown.
|
|
1727
1733
|
*/
|
|
1728
1734
|
Formats?: SubtitleFormats;
|
|
1729
1735
|
/**
|
|
1730
|
-
*
|
|
1736
|
+
* Contains the output location for your subtitle file. This location must be an S3 bucket.
|
|
1731
1737
|
*/
|
|
1732
1738
|
SubtitleFileUris?: SubtitleFileUris;
|
|
1739
|
+
/**
|
|
1740
|
+
* Shows the output start index value for your subtitle files. If you did not specify a value in your request, the default value of 0 is used.
|
|
1741
|
+
*/
|
|
1742
|
+
OutputStartIndex?: SubtitleOutputStartIndex;
|
|
1733
1743
|
}
|
|
1734
1744
|
export interface Tag {
|
|
1735
1745
|
/**
|
|
@@ -1971,7 +1981,7 @@ declare namespace TranscribeService {
|
|
|
1971
1981
|
*/
|
|
1972
1982
|
LanguageCode: LanguageCode;
|
|
1973
1983
|
/**
|
|
1974
|
-
* The location in Amazon S3 of the text file that contains your custom vocabulary. The URI must be in the same Amazon Web Services Region as the resource that you are calling. The following is the format for a URI:
|
|
1984
|
+
* The location in Amazon S3 of the text file that contains your custom vocabulary. The URI must be in the same Amazon Web Services Region as the resource that you are calling. The following is the format for a URI: https://s3.aws-region.amazonaws.com/bucket-name/keyprefix/objectkey For example: https://s3.us-east-1.amazonaws.com/DOC-EXAMPLE-BUCKET/vocab.txt For more information about Amazon S3 object names, see Object Keys in the Amazon S3 Developer Guide. For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.
|
|
1975
1985
|
*/
|
|
1976
1986
|
VocabularyFileUri?: Uri;
|
|
1977
1987
|
}
|
|
@@ -2035,7 +2045,7 @@ declare namespace TranscribeService {
|
|
|
2035
2045
|
*/
|
|
2036
2046
|
Phrases?: Phrases;
|
|
2037
2047
|
/**
|
|
2038
|
-
* The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is: https://s3
|
|
2048
|
+
* The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is: https://s3.aws-region.amazonaws.com/bucket-name/keyprefix/objectkey For example: https://s3.us-east-1.amazonaws.com/DOC-EXAMPLE-BUCKET/vocab.txt For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide. For more information about custom vocabularies, see Custom Vocabularies.
|
|
2039
2049
|
*/
|
|
2040
2050
|
VocabularyFileUri?: Uri;
|
|
2041
2051
|
}
|