@aws-sdk/client-transcribe 3.215.0 → 3.218.0

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.
Files changed (49) hide show
  1. package/README.md +7 -9
  2. package/dist-cjs/models/models_0.js +8 -3
  3. package/dist-cjs/protocols/Aws_json1_1.js +3 -0
  4. package/dist-es/models/models_0.js +5 -0
  5. package/dist-es/protocols/Aws_json1_1.js +3 -0
  6. package/dist-types/Transcribe.d.ts +234 -251
  7. package/dist-types/TranscribeClient.d.ts +9 -11
  8. package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +12 -22
  9. package/dist-types/commands/CreateLanguageModelCommand.d.ts +3 -4
  10. package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +12 -11
  11. package/dist-types/commands/CreateVocabularyCommand.d.ts +10 -9
  12. package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +9 -8
  13. package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +2 -2
  14. package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +3 -2
  15. package/dist-types/commands/DeleteLanguageModelCommand.d.ts +3 -3
  16. package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +2 -2
  18. package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +3 -2
  19. package/dist-types/commands/DeleteVocabularyCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +3 -3
  21. package/dist-types/commands/DescribeLanguageModelCommand.d.ts +3 -5
  22. package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +1 -2
  23. package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +11 -10
  24. package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +6 -6
  25. package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +5 -6
  26. package/dist-types/commands/GetTranscriptionJobCommand.d.ts +8 -8
  27. package/dist-types/commands/GetVocabularyCommand.d.ts +6 -6
  28. package/dist-types/commands/GetVocabularyFilterCommand.d.ts +1 -6
  29. package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +3 -3
  30. package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +3 -4
  31. package/dist-types/commands/ListLanguageModelsCommand.d.ts +3 -4
  32. package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +3 -4
  33. package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +3 -4
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +3 -4
  36. package/dist-types/commands/ListVocabulariesCommand.d.ts +3 -4
  37. package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +1 -2
  38. package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +28 -26
  39. package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +20 -20
  40. package/dist-types/commands/StartTranscriptionJobCommand.d.ts +29 -29
  41. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  42. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +3 -2
  44. package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +3 -3
  45. package/dist-types/commands/UpdateVocabularyCommand.d.ts +3 -2
  46. package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +3 -3
  47. package/dist-types/models/models_0.d.ts +1349 -1305
  48. package/dist-types/ts3.4/models/models_0.d.ts +7 -0
  49. package/package.json +4 -4
@@ -10,51 +10,53 @@ export interface StartCallAnalyticsJobCommandOutput extends StartCallAnalyticsJo
10
10
  /**
11
11
  * <p>Transcribes the audio from a customer service call and applies any additional Request
12
12
  * Parameters you choose to include in your request.</p>
13
- * <p>In addition to many of the standard transcription features, Call Analytics provides you with
14
- * call characteristics, call summarization, speaker sentiment, and optional redaction of your text
15
- * transcript and your audio file. You can also apply custom categories to flag specified conditions. To
16
- * learn more about these features and insights, refer to <a href="https://docs.aws.amazon.com/transcribe/latest/dg/call-analytics.html">Analyzing call center audio with Call
17
- * Analytics</a>.</p>
13
+ * <p>In addition to many standard transcription features, Call Analytics provides you with
14
+ * call characteristics, call summarization, speaker sentiment, and optional redaction of
15
+ * your text transcript and your audio file. You can also apply custom categories to flag
16
+ * specified conditions. To learn more about these features and insights, refer to <a href="https://docs.aws.amazon.com/transcribe/latest/dg/call-analytics.html">Analyzing call
17
+ * center audio with Call Analytics</a>.</p>
18
18
  * <p>If you want to apply categories to your Call Analytics job, you must create them
19
- * before submitting your job request. Categories cannot be retroactively applied to a job. To
20
- * create a new category, use the operation.
21
- * To learn more about Call Analytics categories, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/call-analytics-create-categories.html">Creating
22
- * categories</a>.</p>
23
- * <p>To make a <code>StartCallAnalyticsJob</code> request, you must first upload your media file
24
- * into an Amazon S3 bucket; you can then specify the Amazon S3 location of the file
25
- * using the <code>Media</code> parameter.</p>
19
+ * before submitting your job request. Categories cannot be retroactively applied to a job.
20
+ * To create a new category, use the
21
+ * operation. To learn more about Call Analytics categories, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-batch.html">Creating categories for batch
22
+ * transcriptions</a> and <a href="https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-stream.html">Creating categories for
23
+ * streaming transcriptions</a>.</p>
24
+ * <p>To make a <code>StartCallAnalyticsJob</code> request, you must first upload your media
25
+ * file into an Amazon S3 bucket; you can then specify the Amazon S3
26
+ * location of the file using the <code>Media</code> parameter.</p>
26
27
  * <p>You must include the following parameters in your <code>StartCallAnalyticsJob</code>
27
28
  * request:</p>
28
29
  * <ul>
29
30
  * <li>
30
31
  * <p>
31
32
  * <code>region</code>: The Amazon Web Services Region where you are making your
32
- * request. For a list of Amazon Web Services Regions supported with Amazon Transcribe, refer
33
- * to <a href="https://docs.aws.amazon.com/general/latest/gr/transcribe.html">Amazon Transcribe
34
- * endpoints and quotas</a>.</p>
33
+ * request. For a list of Amazon Web Services Regions supported with Amazon Transcribe, refer to <a href="https://docs.aws.amazon.com/general/latest/gr/transcribe.html">Amazon Transcribe endpoints and
34
+ * quotas</a>.</p>
35
35
  * </li>
36
36
  * <li>
37
37
  * <p>
38
- * <code>CallAnalyticsJobName</code>: A custom name you create for your transcription job
39
- * that is unique within your Amazon Web Services account.</p>
38
+ * <code>CallAnalyticsJobName</code>: A custom name that you create for your
39
+ * transcription job that's unique within your Amazon Web Services account.</p>
40
40
  * </li>
41
41
  * <li>
42
42
  * <p>
43
- * <code>DataAccessRoleArn</code>: The Amazon Resource Name (ARN) of an IAM role that
44
- * has permissions to access the Amazon S3 bucket that contains your input files.</p>
43
+ * <code>DataAccessRoleArn</code>: The Amazon Resource Name (ARN) of an IAM role
44
+ * that has permissions to access the Amazon S3 bucket that contains your
45
+ * input files.</p>
45
46
  * </li>
46
47
  * <li>
47
48
  * <p>
48
- * <code>Media</code> (<code>MediaFileUri</code> or <code>RedactedMediaFileUri</code>):
49
- * The Amazon S3 location of your media file.</p>
49
+ * <code>Media</code> (<code>MediaFileUri</code> or
50
+ * <code>RedactedMediaFileUri</code>): The Amazon S3 location of your
51
+ * media file.</p>
50
52
  * </li>
51
53
  * </ul>
52
54
  * <note>
53
- * <p>With Call Analytics, you can redact the audio contained in your media file by including
54
- * <code>RedactedMediaFileUri</code>, instead of <code>MediaFileUri</code>, to specify the
55
- * location of your input audio. If you choose to redact your audio, you can find your redacted
56
- * media at the location specified in the <code>RedactedMediaFileUri</code> field of your
57
- * response.</p>
55
+ * <p>With Call Analytics, you can redact the audio contained in your media file by
56
+ * including <code>RedactedMediaFileUri</code>, instead of <code>MediaFileUri</code>,
57
+ * to specify the location of your input audio. If you choose to redact your audio, you
58
+ * can find your redacted media at the location specified in the
59
+ * <code>RedactedMediaFileUri</code> field of your response.</p>
58
60
  * </note>
59
61
  * @example
60
62
  * Use a bare-bones client and the command you need to make an API call.
@@ -8,25 +8,24 @@ export interface StartMedicalTranscriptionJobCommandInput extends StartMedicalTr
8
8
  export interface StartMedicalTranscriptionJobCommandOutput extends StartMedicalTranscriptionJobResponse, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Transcribes the audio from a medical dictation or conversation and applies any additional
12
- * Request Parameters you choose to include in your request.</p>
13
- * <p>In addition to many of the standard transcription features, Amazon Transcribe Medical provides
14
- * you with a robust medical vocabulary and, optionally, content identification, which adds flags to
15
- * personal health information (PHI). To learn more about these features, refer to
16
- * <a href="https://docs.aws.amazon.com/transcribe/latest/dg/how-it-works-med.html">How
17
- * Amazon Transcribe Medical works</a>.</p>
18
- * <p>To make a <code>StartMedicalTranscriptionJob</code> request, you must first upload your media
19
- * file into an Amazon S3 bucket; you can then specify the S3 location of the file using the
20
- * <code>Media</code> parameter.</p>
21
- * <p>You must include the following parameters in your <code>StartMedicalTranscriptionJob</code>
22
- * request:</p>
11
+ * <p>Transcribes the audio from a medical dictation or conversation and applies any
12
+ * additional Request Parameters you choose to include in your request.</p>
13
+ * <p>In addition to many standard transcription features, Amazon Transcribe Medical
14
+ * provides you with a robust medical vocabulary and, optionally, content identification,
15
+ * which adds flags to personal health information (PHI). To learn more about these
16
+ * features, refer to <a href="https://docs.aws.amazon.com/transcribe/latest/dg/how-it-works-med.html">How Amazon Transcribe Medical
17
+ * works</a>.</p>
18
+ * <p>To make a <code>StartMedicalTranscriptionJob</code> request, you must first upload
19
+ * your media file into an Amazon S3 bucket; you can then specify the S3 location
20
+ * of the file using the <code>Media</code> parameter.</p>
21
+ * <p>You must include the following parameters in your
22
+ * <code>StartMedicalTranscriptionJob</code> request:</p>
23
23
  * <ul>
24
24
  * <li>
25
25
  * <p>
26
26
  * <code>region</code>: The Amazon Web Services Region where you are making your
27
- * request. For a list of Amazon Web Services Regions supported with Amazon Transcribe, refer
28
- * to <a href="https://docs.aws.amazon.com/general/latest/gr/transcribe.html">Amazon Transcribe
29
- * endpoints and quotas</a>.</p>
27
+ * request. For a list of Amazon Web Services Regions supported with Amazon Transcribe, refer to <a href="https://docs.aws.amazon.com/general/latest/gr/transcribe.html">Amazon Transcribe endpoints and
28
+ * quotas</a>.</p>
30
29
  * </li>
31
30
  * <li>
32
31
  * <p>
@@ -35,8 +34,8 @@ export interface StartMedicalTranscriptionJobCommandOutput extends StartMedicalT
35
34
  * </li>
36
35
  * <li>
37
36
  * <p>
38
- * <code>Media</code> (<code>MediaFileUri</code>): The Amazon S3 location of
39
- * your media file.</p>
37
+ * <code>Media</code> (<code>MediaFileUri</code>): The Amazon S3 location
38
+ * of your media file.</p>
40
39
  * </li>
41
40
  * <li>
42
41
  * <p>
@@ -45,8 +44,8 @@ export interface StartMedicalTranscriptionJobCommandOutput extends StartMedicalT
45
44
  * <li>
46
45
  * <p>
47
46
  * <code>OutputBucketName</code>: The Amazon S3 bucket where you want
48
- * your transcript stored. If you want your output stored in a sub-folder of this bucket, you must
49
- * also include <code>OutputKey</code>.</p>
47
+ * your transcript stored. If you want your output stored in a sub-folder of this
48
+ * bucket, you must also include <code>OutputKey</code>.</p>
50
49
  * </li>
51
50
  * <li>
52
51
  * <p>
@@ -54,7 +53,8 @@ export interface StartMedicalTranscriptionJobCommandOutput extends StartMedicalT
54
53
  * </li>
55
54
  * <li>
56
55
  * <p>
57
- * <code>Type</code>: Choose whether your audio is a conversation or a dictation.</p>
56
+ * <code>Type</code>: Choose whether your audio is a conversation or a
57
+ * dictation.</p>
58
58
  * </li>
59
59
  * </ul>
60
60
  * @example
@@ -8,40 +8,40 @@ export interface StartTranscriptionJobCommandInput extends StartTranscriptionJob
8
8
  export interface StartTranscriptionJobCommandOutput extends StartTranscriptionJobResponse, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Transcribes the audio from a media file and applies any additional Request Parameters you
12
- * choose to include in your request.</p>
13
- * <p>To make a <code>StartTranscriptionJob</code> request, you must first upload your media file
14
- * into an Amazon S3 bucket; you can then specify the Amazon S3 location of the file
15
- * using the <code>Media</code> parameter.</p>
16
- * <p>You must include the following parameters in your <code>StartTranscriptionJob</code>
17
- * request:</p>
18
- * <ul>
11
+ * <p>Transcribes the audio from a media file and applies any additional Request Parameters
12
+ * you choose to include in your request.</p>
13
+ * <p>To make a <code>StartTranscriptionJob</code> request, you must first upload your media
14
+ * file into an Amazon S3 bucket; you can then specify the Amazon S3
15
+ * location of the file using the <code>Media</code> parameter.</p>
16
+ * <p>You must include the following parameters in your <code>StartTranscriptionJob</code>
17
+ * request:</p>
18
+ * <ul>
19
19
  * <li>
20
- * <p>
20
+ * <p>
21
21
  * <code>region</code>: The Amazon Web Services Region where you are making your
22
- * request. For a list of Amazon Web Services Regions supported with Amazon Transcribe, refer
23
- * to <a href="https://docs.aws.amazon.com/general/latest/gr/transcribe.html">Amazon Transcribe
24
- * endpoints and quotas</a>.</p>
25
- * </li>
22
+ * request. For a list of Amazon Web Services Regions supported with Amazon Transcribe, refer to <a href="https://docs.aws.amazon.com/general/latest/gr/transcribe.html">Amazon Transcribe endpoints and
23
+ * quotas</a>.</p>
24
+ * </li>
26
25
  * <li>
27
- * <p>
28
- * <code>TranscriptionJobName</code>: A custom name you create for your transcription
29
- * job that is unique within your Amazon Web Services account.</p>
30
- * </li>
26
+ * <p>
27
+ * <code>TranscriptionJobName</code>: A custom name you create for your
28
+ * transcription job that is unique within your Amazon Web Services account.</p>
29
+ * </li>
31
30
  * <li>
32
- * <p>
33
- * <code>Media</code> (<code>MediaFileUri</code>): The Amazon S3 location of
34
- * your media file.</p>
35
- * </li>
31
+ * <p>
32
+ * <code>Media</code> (<code>MediaFileUri</code>): The Amazon S3 location
33
+ * of your media file.</p>
34
+ * </li>
36
35
  * <li>
37
- * <p>One of <code>LanguageCode</code>, <code>IdentifyLanguage</code>, or
38
- * <code>IdentifyMultipleLanguages</code>: If you know the language of your media file,
39
- * specify it using the <code>LanguageCode</code> parameter; you can find all valid language
40
- * codes in the <a href="https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html">Supported languages</a> table.
41
- * If you don't know the languages spoken in your media, use either
42
- * <code>IdentifyLanguage</code> or <code>IdentifyMultipleLanguages</code> and let
43
- * Amazon Transcribe identify the languages for you.</p>
44
- * </li>
36
+ * <p>One of <code>LanguageCode</code>, <code>IdentifyLanguage</code>, or
37
+ * <code>IdentifyMultipleLanguages</code>: If you know the language of your
38
+ * media file, specify it using the <code>LanguageCode</code> parameter; you can
39
+ * find all valid language codes in the <a href="https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html">Supported
40
+ * languages</a> table. If you don't know the languages spoken in your
41
+ * media, use either <code>IdentifyLanguage</code> or
42
+ * <code>IdentifyMultipleLanguages</code> and let Amazon Transcribe identify
43
+ * the languages for you.</p>
44
+ * </li>
45
45
  * </ul>
46
46
  * @example
47
47
  * Use a bare-bones client and the command you need to make an API call.
@@ -10,7 +10,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
10
10
  /**
11
11
  * <p>Adds one or more custom tags, each in the form of a key:value pair, to the specified
12
12
  * resource.</p>
13
- * <p>To learn more about using tags with Amazon Transcribe, refer to <a href="https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html">Tagging resources</a>.</p>
13
+ * <p>To learn more about using tags with Amazon Transcribe, refer to <a href="https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html">Tagging
14
+ * resources</a>.</p>
14
15
  * @example
15
16
  * Use a bare-bones client and the command you need to make an API call.
16
17
  * ```javascript
@@ -10,7 +10,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
10
10
  /**
11
11
  * <p>Removes the specified tags from the specified Amazon Transcribe resource.</p>
12
12
  * <p>If you include <code>UntagResource</code> in your request, you must also include
13
- * <code>ResourceArn</code> and <code>TagKeys</code>.</p>
13
+ * <code>ResourceArn</code> and <code>TagKeys</code>.</p>
14
14
  * @example
15
15
  * Use a bare-bones client and the command you need to make an API call.
16
16
  * ```javascript
@@ -9,8 +9,9 @@ export interface UpdateCallAnalyticsCategoryCommandOutput extends UpdateCallAnal
9
9
  }
10
10
  /**
11
11
  * <p>Updates the specified Call Analytics category with new rules. Note that the
12
- * <code>UpdateCallAnalyticsCategory</code> operation overwrites all existing rules contained in
13
- * the specified category. You cannot append additional rules onto an existing category.</p>
12
+ * <code>UpdateCallAnalyticsCategory</code> operation overwrites all existing rules
13
+ * contained in the specified category. You cannot append additional rules onto an existing
14
+ * category.</p>
14
15
  * <p>To create a new category, see .</p>
15
16
  * @example
16
17
  * Use a bare-bones client and the command you need to make an API call.
@@ -8,9 +8,9 @@ export interface UpdateMedicalVocabularyCommandInput extends UpdateMedicalVocabu
8
8
  export interface UpdateMedicalVocabularyCommandOutput extends UpdateMedicalVocabularyResponse, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Updates an existing custom medical vocabulary with new values. This operation overwrites
12
- * all existing information with your new values; you cannot append new terms onto an existing
13
- * vocabulary.</p>
11
+ * <p>Updates an existing custom medical vocabulary with new values. This operation
12
+ * overwrites all existing information with your new values; you cannot append new terms
13
+ * onto an existing custom vocabulary.</p>
14
14
  * @example
15
15
  * Use a bare-bones client and the command you need to make an API call.
16
16
  * ```javascript
@@ -8,8 +8,9 @@ export interface UpdateVocabularyCommandInput extends UpdateVocabularyRequest {
8
8
  export interface UpdateVocabularyCommandOutput extends UpdateVocabularyResponse, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Updates an existing custom vocabulary with new values. This operation overwrites all existing
12
- * information with your new values; you cannot append new terms onto an existing vocabulary.</p>
11
+ * <p>Updates an existing custom vocabulary with new values. This operation overwrites all
12
+ * existing information with your new values; you cannot append new terms onto an existing
13
+ * custom vocabulary.</p>
13
14
  * @example
14
15
  * Use a bare-bones client and the command you need to make an API call.
15
16
  * ```javascript
@@ -8,9 +8,9 @@ export interface UpdateVocabularyFilterCommandInput extends UpdateVocabularyFilt
8
8
  export interface UpdateVocabularyFilterCommandOutput extends UpdateVocabularyFilterResponse, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Updates an existing custom vocabulary filter with a new list of words. The new list you provide
12
- * overwrites all previous entries; you cannot append new terms onto an existing vocabulary
13
- * filter.</p>
11
+ * <p>Updates an existing custom vocabulary filter with a new list of words. The new list
12
+ * you provide overwrites all previous entries; you cannot append new terms onto an
13
+ * existing custom vocabulary filter.</p>
14
14
  * @example
15
15
  * Use a bare-bones client and the command you need to make an API call.
16
16
  * ```javascript