|
103 | 103 | {"shape":"InternalFailureException"},
|
104 | 104 | {"shape":"NotFoundException"}
|
105 | 105 | ],
|
106 |
| - "documentation":"<p>Returns information about a transcription job. To see the status of the job, check the <code>TranscriptionJobStatus</code> field. If the status is <code>COMPLETED</code>, the job is finished and you can find the results at the location specified in the <code>TranscriptionFileUri</code> field.</p>" |
| 106 | + "documentation":"<p>Returns information about a transcription job. To see the status of the job, check the <code>TranscriptionJobStatus</code> field. If the status is <code>COMPLETED</code>, the job is finished and you can find the results at the location specified in the <code>TranscriptFileUri</code> field. If you enable content redaction, the redacted transcript appears in <code>RedactedTranscriptFileUri</code>.</p>" |
107 | 107 | },
|
108 | 108 | "GetVocabulary":{
|
109 | 109 | "name":"GetVocabulary",
|
|
250 | 250 | "documentation":"<p>When you are using the <code>CreateVocabulary</code> operation, the <code>JobName</code> field is a duplicate of a previously entered job name. Resend your request with a different name.</p> <p>When you are using the <code>UpdateVocabulary</code> operation, there are two jobs running at the same time. Resend the second request later.</p>",
|
251 | 251 | "exception":true
|
252 | 252 | },
|
| 253 | + "ContentRedaction":{ |
| 254 | + "type":"structure", |
| 255 | + "required":[ |
| 256 | + "RedactionType", |
| 257 | + "RedactionOutput" |
| 258 | + ], |
| 259 | + "members":{ |
| 260 | + "RedactionType":{ |
| 261 | + "shape":"RedactionType", |
| 262 | + "documentation":"<p>Request parameter that defines the entities to be redacted. The only accepted value is <code>PII</code>.</p>" |
| 263 | + }, |
| 264 | + "RedactionOutput":{ |
| 265 | + "shape":"RedactionOutput", |
| 266 | + "documentation":"<p>Request parameter where you choose whether to output only the redacted transcript or generate an additional unredacted transcript.</p> <p>When you choose <code>redacted</code> Amazon Transcribe outputs a JSON file with only the redacted transcript and related information.</p> <p>When you choose <code>redacted_and_unredacted</code> Amazon Transcribe outputs a JSON file with the unredacted transcript and related information in addition to the JSON file with the redacted transcript.</p>" |
| 267 | + } |
| 268 | + }, |
| 269 | + "documentation":"<p>Settings for content redaction within a transcription job.</p> <p>You can redact transcripts in US English (en-us). For more information see: <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/content-redaction.html\">Automatic Content Redaction</a> </p>" |
| 270 | + }, |
253 | 271 | "CreateVocabularyFilterRequest":{
|
254 | 272 | "type":"structure",
|
255 | 273 | "required":[
|
|
666 | 684 | "members":{
|
667 | 685 | "MediaFileUri":{
|
668 | 686 | "shape":"Uri",
|
669 |
| - "documentation":"<p>The S3 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:</p> <p> <code> https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey> </code> </p> <p>For example:</p> <p> <code>https://s3.us-east-1.amazonaws.com/examplebucket/example.mp4</code> </p> <p> <code>https://s3.us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4</code> </p> <p>For more information about S3 object names, see <a href=\"http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys\">Object Keys</a> in the <i>Amazon S3 Developer Guide</i>.</p>" |
| 687 | + "documentation":"<p>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:</p> <p> <code> s3://<bucket-name>/<keyprefix>/<objectkey> </code> </p> <p>For example:</p> <p> <code>s3://examplebucket/example.mp4</code> </p> <p> <code>s3://examplebucket/mediadocs/example.mp4</code> </p> <p>For more information about S3 object names, see <a href=\"http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys\">Object Keys</a> in the <i>Amazon S3 Developer Guide</i>.</p>" |
670 | 688 | }
|
671 | 689 | },
|
672 | 690 | "documentation":"<p>Describes the input media file in a transcription request.</p>"
|
|
720 | 738 | "type":"list",
|
721 | 739 | "member":{"shape":"Phrase"}
|
722 | 740 | },
|
| 741 | + "RedactionOutput":{ |
| 742 | + "type":"string", |
| 743 | + "enum":[ |
| 744 | + "redacted", |
| 745 | + "redacted_and_unredacted" |
| 746 | + ] |
| 747 | + }, |
| 748 | + "RedactionType":{ |
| 749 | + "type":"string", |
| 750 | + "enum":["PII"] |
| 751 | + }, |
723 | 752 | "Settings":{
|
724 | 753 | "type":"structure",
|
725 | 754 | "members":{
|
|
788 | 817 | },
|
789 | 818 | "OutputBucketName":{
|
790 | 819 | "shape":"OutputBucketName",
|
791 |
| - "documentation":"<p>The location where the transcription is stored.</p> <p>If you set the <code>OutputBucketName</code>, Amazon Transcribe puts the transcription in the specified S3 bucket. When you call the <a>GetTranscriptionJob</a> operation, the operation returns this location in the <code>TranscriptFileUri</code> field. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/security_iam_id-based-policy-examples.html#auth-role-iam-user\">Permissions Required for IAM User Roles</a>.</p> <p>You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the <code>OutputEncryptionKMSKeyId</code> parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.</p> <p>If you don't set the <code>OutputBucketName</code>, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the <code>TranscriptFileUri</code> field. Use this URL to download the transcription.</p>" |
| 820 | + "documentation":"<p>The location where the transcription is stored.</p> <p>If you set the <code>OutputBucketName</code>, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the <a>GetTranscriptionJob</a> operation, the operation returns this location in the <code>TranscriptFileUri</code> field. If you enable content redaction, the redacted transcript appears in <code>RedactedTranscriptFileUri</code>. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the <code>TranscriptFileUri</code>. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/security_iam_id-based-policy-examples.html#auth-role-iam-user\">Permissions Required for IAM User Roles</a>.</p> <p>You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the <code>OutputEncryptionKMSKeyId</code> parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.</p> <p>If you don't set the <code>OutputBucketName</code>, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the <code>TranscriptFileUri</code> field. Use this URL to download the transcription.</p>" |
792 | 821 | },
|
793 | 822 | "OutputEncryptionKMSKeyId":{
|
794 | 823 | "shape":"KMSKeyId",
|
|
801 | 830 | "JobExecutionSettings":{
|
802 | 831 | "shape":"JobExecutionSettings",
|
803 | 832 | "documentation":"<p>Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.</p>"
|
| 833 | + }, |
| 834 | + "ContentRedaction":{ |
| 835 | + "shape":"ContentRedaction", |
| 836 | + "documentation":"<p>An object that contains the request parameters for content redaction.</p>" |
804 | 837 | }
|
805 | 838 | }
|
806 | 839 | },
|
|
819 | 852 | "members":{
|
820 | 853 | "TranscriptFileUri":{
|
821 | 854 | "shape":"Uri",
|
822 |
| - "documentation":"<p>The location where the transcription is stored.</p> <p>Use this URI to access the transcription. If you specified an S3 bucket in the <code>OutputBucketName</code> field when you created the job, this is the URI of that bucket. If you chose to store the transcription in Amazon Transcribe, this is a shareable URL that provides secure access to that location.</p>" |
| 855 | + "documentation":"<p>The S3 object location of the the transcript.</p> <p>Use this URI to access the transcript. If you specified an S3 bucket in the <code>OutputBucketName</code> field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.</p>" |
| 856 | + }, |
| 857 | + "RedactedTranscriptFileUri":{ |
| 858 | + "shape":"Uri", |
| 859 | + "documentation":"<p>The S3 object location of the redacted transcript.</p> <p>Use this URI to access the redacated transcript. If you specified an S3 bucket in the <code>OutputBucketName</code> field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.</p>" |
823 | 860 | }
|
824 | 861 | },
|
825 | 862 | "documentation":"<p>Identifies the location of a transcription.</p>"
|
|
878 | 915 | "JobExecutionSettings":{
|
879 | 916 | "shape":"JobExecutionSettings",
|
880 | 917 | "documentation":"<p>Provides information about how a transcription job is executed.</p>"
|
| 918 | + }, |
| 919 | + "ContentRedaction":{ |
| 920 | + "shape":"ContentRedaction", |
| 921 | + "documentation":"<p>An object that describes content redaction settings for the transcription job.</p>" |
881 | 922 | }
|
882 | 923 | },
|
883 | 924 | "documentation":"<p>Describes an asynchronous transcription job that was created with the <code>StartTranscriptionJob</code> operation. </p>"
|
|
935 | 976 | "OutputLocationType":{
|
936 | 977 | "shape":"OutputLocationType",
|
937 | 978 | "documentation":"<p>Indicates the location of the output of the transcription job.</p> <p>If the value is <code>CUSTOMER_BUCKET</code> then the location is the S3 bucket specified in the <code>outputBucketName</code> field when the transcription job was started with the <code>StartTranscriptionJob</code> operation.</p> <p>If the value is <code>SERVICE_BUCKET</code> then the output is stored by Amazon Transcribe and can be retrieved using the URI in the <code>GetTranscriptionJob</code> response's <code>TranscriptFileUri</code> field.</p>"
|
| 979 | + }, |
| 980 | + "ContentRedaction":{ |
| 981 | + "shape":"ContentRedaction", |
| 982 | + "documentation":"<p>The content redaction settings of the transcription job.</p>" |
938 | 983 | }
|
939 | 984 | },
|
940 | 985 | "documentation":"<p>Provides a summary of information about a transcription job.</p>"
|
|
0 commit comments