|
2778 | 2778 | "smithy.api#pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$" |
2779 | 2779 | } |
2780 | 2780 | }, |
| 2781 | + "com.amazonaws.transcribestreaming#SessionResumeWindow": { |
| 2782 | + "type": "integer", |
| 2783 | + "traits": { |
| 2784 | + "smithy.api#range": { |
| 2785 | + "min": 1, |
| 2786 | + "max": 300 |
| 2787 | + } |
| 2788 | + } |
| 2789 | + }, |
2781 | 2790 | "com.amazonaws.transcribestreaming#Specialty": { |
2782 | 2791 | "type": "enum", |
2783 | 2792 | "members": { |
|
3668 | 3677 | "PiiEntityTypes": { |
3669 | 3678 | "target": "com.amazonaws.transcribestreaming#PiiEntityTypes", |
3670 | 3679 | "traits": { |
3671 | | - "smithy.api#documentation": "<p>Specify which types of personally identifiable information (PII) you want to redact in your \n transcript. You can include as many types as you'd like, or you can select \n <code>ALL</code>.</p>\n <p>Values must be comma-separated and can include: <code>ADDRESS</code>, \n <code>BANK_ACCOUNT_NUMBER</code>, <code>BANK_ROUTING</code>,\n <code>CREDIT_DEBIT_CVV</code>, <code>CREDIT_DEBIT_EXPIRY</code>,\n <code>CREDIT_DEBIT_NUMBER</code>, <code>EMAIL</code>, \n <code>NAME</code>, <code>PHONE</code>, <code>PIN</code>, \n <code>SSN</code>, or <code>ALL</code>.</p>\n <p>Note that if you include <code>PiiEntityTypes</code> in your request, you must also include \n <code>ContentIdentificationType</code> or <code>ContentRedactionType</code>.</p>\n <p>If you include <code>ContentRedactionType</code> or \n <code>ContentIdentificationType</code> in your request, but do not include \n <code>PiiEntityTypes</code>, all PII is redacted or identified.</p>", |
| 3680 | + "smithy.api#documentation": "<p>Specify which types of personally identifiable information (PII) you want to redact in your \n transcript. You can include as many types as you'd like, or you can select \n <code>ALL</code>.</p>\n <p>Values must be comma-separated and can include: <code>ADDRESS</code>, \n <code>BANK_ACCOUNT_NUMBER</code>, <code>BANK_ROUTING</code>,\n <code>CREDIT_DEBIT_CVV</code>, <code>CREDIT_DEBIT_EXPIRY</code>,\n <code>CREDIT_DEBIT_NUMBER</code>, <code>EMAIL</code>, \n <code>NAME</code>, <code>PHONE</code>, <code>PIN</code>, \n <code>SSN</code>, <code>AGE</code>, <code>DATE_TIME</code>,\n <code>LICENSE_PLATE</code>, <code>PASSPORT_NUMBER</code>,\n <code>PASSWORD</code>, <code>USERNAME</code>, <code>VEHICLE_IDENTIFICATION_NUMBER</code>, or <code>ALL</code>.</p>\n <p>Note that if you include <code>PiiEntityTypes</code> in your request, you must also include \n <code>ContentIdentificationType</code> or <code>ContentRedactionType</code>.</p>\n <p>If you include <code>ContentRedactionType</code> or \n <code>ContentIdentificationType</code> in your request, but do not include \n <code>PiiEntityTypes</code>, all PII is redacted or identified.</p>", |
3672 | 3681 | "smithy.api#httpHeader": "x-amzn-transcribe-pii-entity-types" |
3673 | 3682 | } |
3674 | 3683 | }, |
|
3722 | 3731 | "smithy.api#documentation": "<p>Specify the names of the custom vocabulary filters that you want to use when processing\n your transcription. Note that vocabulary filter names are case sensitive.</p>\n <p>If none of the languages of the specified custom vocabulary filters match the language identified\n in your media, your job fails.</p>\n <important>\n <p>This parameter is only intended for use <b>with</b> \n the <code>IdentifyLanguage</code> parameter. If you're <b>not</b> \n including <code>IdentifyLanguage</code> in your request and want to use a custom vocabulary filter \n with your transcription, use the <code>VocabularyFilterName</code> parameter instead.</p>\n </important>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/vocabulary-filtering.html\">Using vocabulary filtering with unwanted \n words</a>.</p>", |
3723 | 3732 | "smithy.api#httpHeader": "x-amzn-transcribe-vocabulary-filter-names" |
3724 | 3733 | } |
| 3734 | + }, |
| 3735 | + "SessionResumeWindow": { |
| 3736 | + "target": "com.amazonaws.transcribestreaming#SessionResumeWindow", |
| 3737 | + "traits": { |
| 3738 | + "smithy.api#documentation": "<p>Specify the time window, in minutes, during which your transcription session can be resumed,\n measured from the stream start time. This optional parameter accepts integer values from 1 to 300 (5 hours).</p>\n <p> For example, if your stream starts at 1 PM and you specify a <code>SessionResumeWindow</code> of 30 minutes,\n you can reconnect to the session as many times as you want until 1:30 PM. </p>", |
| 3739 | + "smithy.api#httpHeader": "x-amzn-transcribe-session-resume-window" |
| 3740 | + } |
3725 | 3741 | } |
3726 | 3742 | }, |
3727 | 3743 | "traits": { |
|
3903 | 3919 | "smithy.api#documentation": "<p>Provides the names of the custom vocabulary filters that you specified in your\n request.</p>", |
3904 | 3920 | "smithy.api#httpHeader": "x-amzn-transcribe-vocabulary-filter-names" |
3905 | 3921 | } |
| 3922 | + }, |
| 3923 | + "SessionResumeWindow": { |
| 3924 | + "target": "com.amazonaws.transcribestreaming#SessionResumeWindow", |
| 3925 | + "traits": { |
| 3926 | + "smithy.api#documentation": "<p>Provides the session resume window, in minutes, that you specified in your request.</p>", |
| 3927 | + "smithy.api#httpHeader": "x-amzn-transcribe-session-resume-window" |
| 3928 | + } |
3906 | 3929 | } |
3907 | 3930 | }, |
3908 | 3931 | "traits": { |
|
0 commit comments