@aws-sdk/client-transcribe 3.890.0 → 3.893.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.
- package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +2 -0
- package/dist-types/commands/CreateLanguageModelCommand.d.ts +2 -0
- package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +2 -0
- package/dist-types/commands/CreateVocabularyCommand.d.ts +2 -0
- package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLanguageModelCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMedicalScribeJobCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLanguageModelCommand.d.ts +2 -0
- package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +2 -0
- package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +2 -0
- package/dist-types/commands/GetMedicalScribeJobCommand.d.ts +2 -0
- package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +2 -0
- package/dist-types/commands/GetTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/commands/GetVocabularyCommand.d.ts +2 -0
- package/dist-types/commands/GetVocabularyFilterCommand.d.ts +2 -0
- package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +2 -0
- package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListLanguageModelsCommand.d.ts +2 -0
- package/dist-types/commands/ListMedicalScribeJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListVocabulariesCommand.d.ts +2 -0
- package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +2 -0
- package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +2 -0
- package/dist-types/commands/StartMedicalScribeJobCommand.d.ts +2 -0
- package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/commands/StartTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +2 -0
- package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +2 -0
- package/dist-types/commands/UpdateVocabularyCommand.d.ts +2 -0
- package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -48,6 +48,8 @@ declare const CreateCallAnalyticsCategoryCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { TranscribeClient, CreateCallAnalyticsCategoryCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
50
50
|
* // const { TranscribeClient, CreateCallAnalyticsCategoryCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
51
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
52
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
51
53
|
* const client = new TranscribeClient(config);
|
|
52
54
|
* const input = { // CreateCallAnalyticsCategoryRequest
|
|
53
55
|
* CategoryName: "STRING_VALUE", // required
|
|
@@ -49,6 +49,8 @@ declare const CreateLanguageModelCommand_base: {
|
|
|
49
49
|
* ```javascript
|
|
50
50
|
* import { TranscribeClient, CreateLanguageModelCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
51
51
|
* // const { TranscribeClient, CreateLanguageModelCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
52
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
53
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
52
54
|
* const client = new TranscribeClient(config);
|
|
53
55
|
* const input = { // CreateLanguageModelRequest
|
|
54
56
|
* LanguageCode: "en-US" || "hi-IN" || "es-US" || "en-GB" || "en-AU" || "de-DE" || "ja-JP", // required
|
|
@@ -45,6 +45,8 @@ declare const CreateMedicalVocabularyCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { TranscribeClient, CreateMedicalVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
47
47
|
* // const { TranscribeClient, CreateMedicalVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
48
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
49
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
48
50
|
* const client = new TranscribeClient(config);
|
|
49
51
|
* const input = { // CreateMedicalVocabularyRequest
|
|
50
52
|
* VocabularyName: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const CreateVocabularyCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { TranscribeClient, CreateVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
45
45
|
* // const { TranscribeClient, CreateVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
46
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
47
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
46
48
|
* const client = new TranscribeClient(config);
|
|
47
49
|
* const input = { // CreateVocabularyRequest
|
|
48
50
|
* VocabularyName: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const CreateVocabularyFilterCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { TranscribeClient, CreateVocabularyFilterCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
44
44
|
* // const { TranscribeClient, CreateVocabularyFilterCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
45
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
46
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
45
47
|
* const client = new TranscribeClient(config);
|
|
46
48
|
* const input = { // CreateVocabularyFilterRequest
|
|
47
49
|
* VocabularyFilterName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteCallAnalyticsCategoryCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, DeleteCallAnalyticsCategoryCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, DeleteCallAnalyticsCategoryCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // DeleteCallAnalyticsCategoryRequest
|
|
40
42
|
* CategoryName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteCallAnalyticsJobCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, DeleteCallAnalyticsJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, DeleteCallAnalyticsJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // DeleteCallAnalyticsJobRequest
|
|
40
42
|
* CallAnalyticsJobName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteLanguageModelCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, DeleteLanguageModelCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, DeleteLanguageModelCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // DeleteLanguageModelRequest
|
|
40
42
|
* ModelName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteMedicalScribeJobCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, DeleteMedicalScribeJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, DeleteMedicalScribeJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // DeleteMedicalScribeJobRequest
|
|
40
42
|
* MedicalScribeJobName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteMedicalTranscriptionJobCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, DeleteMedicalTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, DeleteMedicalTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // DeleteMedicalTranscriptionJobRequest
|
|
40
42
|
* MedicalTranscriptionJobName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteMedicalVocabularyCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, DeleteMedicalVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, DeleteMedicalVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // DeleteMedicalVocabularyRequest
|
|
40
42
|
* VocabularyName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteTranscriptionJobCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, DeleteTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, DeleteTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // DeleteTranscriptionJobRequest
|
|
40
42
|
* TranscriptionJobName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteVocabularyCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, DeleteVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, DeleteVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // DeleteVocabularyRequest
|
|
40
42
|
* VocabularyName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteVocabularyFilterCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, DeleteVocabularyFilterCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, DeleteVocabularyFilterCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // DeleteVocabularyFilterRequest
|
|
40
42
|
* VocabularyFilterName: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const DescribeLanguageModelCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { TranscribeClient, DescribeLanguageModelCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
41
41
|
* // const { TranscribeClient, DescribeLanguageModelCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
42
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
43
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
42
44
|
* const client = new TranscribeClient(config);
|
|
43
45
|
* const input = { // DescribeLanguageModelRequest
|
|
44
46
|
* ModelName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetCallAnalyticsCategoryCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { TranscribeClient, GetCallAnalyticsCategoryCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
36
36
|
* // const { TranscribeClient, GetCallAnalyticsCategoryCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
37
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
38
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
37
39
|
* const client = new TranscribeClient(config);
|
|
38
40
|
* const input = { // GetCallAnalyticsCategoryRequest
|
|
39
41
|
* CategoryName: "STRING_VALUE", // required
|
|
@@ -44,6 +44,8 @@ declare const GetCallAnalyticsJobCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { TranscribeClient, GetCallAnalyticsJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
46
46
|
* // const { TranscribeClient, GetCallAnalyticsJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
47
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
48
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
47
49
|
* const client = new TranscribeClient(config);
|
|
48
50
|
* const input = { // GetCallAnalyticsJobRequest
|
|
49
51
|
* CallAnalyticsJobName: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const GetMedicalScribeJobCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { TranscribeClient, GetMedicalScribeJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
42
42
|
* // const { TranscribeClient, GetMedicalScribeJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
43
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
44
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
43
45
|
* const client = new TranscribeClient(config);
|
|
44
46
|
* const input = { // GetMedicalScribeJobRequest
|
|
45
47
|
* MedicalScribeJobName: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const GetMedicalTranscriptionJobCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { TranscribeClient, GetMedicalTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
42
42
|
* // const { TranscribeClient, GetMedicalTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
43
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
44
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
43
45
|
* const client = new TranscribeClient(config);
|
|
44
46
|
* const input = { // GetMedicalTranscriptionJobRequest
|
|
45
47
|
* MedicalTranscriptionJobName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const GetMedicalVocabularyCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { TranscribeClient, GetMedicalVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
40
40
|
* // const { TranscribeClient, GetMedicalVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
41
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
42
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
41
43
|
* const client = new TranscribeClient(config);
|
|
42
44
|
* const input = { // GetMedicalVocabularyRequest
|
|
43
45
|
* VocabularyName: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const GetTranscriptionJobCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { TranscribeClient, GetTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
44
44
|
* // const { TranscribeClient, GetTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
45
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
46
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
45
47
|
* const client = new TranscribeClient(config);
|
|
46
48
|
* const input = { // GetTranscriptionJobRequest
|
|
47
49
|
* TranscriptionJobName: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const GetVocabularyCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { TranscribeClient, GetVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
41
41
|
* // const { TranscribeClient, GetVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
42
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
43
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
42
44
|
* const client = new TranscribeClient(config);
|
|
43
45
|
* const input = { // GetVocabularyRequest
|
|
44
46
|
* VocabularyName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetVocabularyFilterCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { TranscribeClient, GetVocabularyFilterCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
36
36
|
* // const { TranscribeClient, GetVocabularyFilterCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
37
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
38
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
37
39
|
* const client = new TranscribeClient(config);
|
|
38
40
|
* const input = { // GetVocabularyFilterRequest
|
|
39
41
|
* VocabularyFilterName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListCallAnalyticsCategoriesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, ListCallAnalyticsCategoriesCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, ListCallAnalyticsCategoriesCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // ListCallAnalyticsCategoriesRequest
|
|
40
42
|
* NextToken: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListCallAnalyticsJobsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, ListCallAnalyticsJobsCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, ListCallAnalyticsJobsCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // ListCallAnalyticsJobsRequest
|
|
40
42
|
* Status: "QUEUED" || "IN_PROGRESS" || "FAILED" || "COMPLETED",
|
|
@@ -35,6 +35,8 @@ declare const ListLanguageModelsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, ListLanguageModelsCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, ListLanguageModelsCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // ListLanguageModelsRequest
|
|
40
42
|
* StatusEquals: "IN_PROGRESS" || "FAILED" || "COMPLETED",
|
|
@@ -35,6 +35,8 @@ declare const ListMedicalScribeJobsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, ListMedicalScribeJobsCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, ListMedicalScribeJobsCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // ListMedicalScribeJobsRequest
|
|
40
42
|
* Status: "QUEUED" || "IN_PROGRESS" || "FAILED" || "COMPLETED",
|
|
@@ -35,6 +35,8 @@ declare const ListMedicalTranscriptionJobsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, ListMedicalTranscriptionJobsCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, ListMedicalTranscriptionJobsCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // ListMedicalTranscriptionJobsRequest
|
|
40
42
|
* Status: "QUEUED" || "IN_PROGRESS" || "FAILED" || "COMPLETED",
|
|
@@ -35,6 +35,8 @@ declare const ListMedicalVocabulariesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, ListMedicalVocabulariesCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, ListMedicalVocabulariesCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // ListMedicalVocabulariesRequest
|
|
40
42
|
* NextToken: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { TranscribeClient, ListTagsForResourceCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
38
38
|
* // const { TranscribeClient, ListTagsForResourceCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
39
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
40
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
39
41
|
* const client = new TranscribeClient(config);
|
|
40
42
|
* const input = { // ListTagsForResourceRequest
|
|
41
43
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListTranscriptionJobsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, ListTranscriptionJobsCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, ListTranscriptionJobsCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // ListTranscriptionJobsRequest
|
|
40
42
|
* Status: "QUEUED" || "IN_PROGRESS" || "FAILED" || "COMPLETED",
|
|
@@ -35,6 +35,8 @@ declare const ListVocabulariesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, ListVocabulariesCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, ListVocabulariesCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // ListVocabulariesRequest
|
|
40
42
|
* NextToken: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListVocabularyFiltersCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, ListVocabularyFiltersCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, ListVocabularyFiltersCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // ListVocabularyFiltersRequest
|
|
40
42
|
* NextToken: "STRING_VALUE",
|
|
@@ -79,6 +79,8 @@ declare const StartCallAnalyticsJobCommand_base: {
|
|
|
79
79
|
* ```javascript
|
|
80
80
|
* import { TranscribeClient, StartCallAnalyticsJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
81
81
|
* // const { TranscribeClient, StartCallAnalyticsJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
82
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
83
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
82
84
|
* const client = new TranscribeClient(config);
|
|
83
85
|
* const input = { // StartCallAnalyticsJobRequest
|
|
84
86
|
* CallAnalyticsJobName: "STRING_VALUE", // required
|
|
@@ -78,6 +78,8 @@ declare const StartMedicalScribeJobCommand_base: {
|
|
|
78
78
|
* ```javascript
|
|
79
79
|
* import { TranscribeClient, StartMedicalScribeJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
80
80
|
* // const { TranscribeClient, StartMedicalScribeJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
81
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
82
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
81
83
|
* const client = new TranscribeClient(config);
|
|
82
84
|
* const input = { // StartMedicalScribeJobRequest
|
|
83
85
|
* MedicalScribeJobName: "STRING_VALUE", // required
|
|
@@ -81,6 +81,8 @@ declare const StartMedicalTranscriptionJobCommand_base: {
|
|
|
81
81
|
* ```javascript
|
|
82
82
|
* import { TranscribeClient, StartMedicalTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
83
83
|
* // const { TranscribeClient, StartMedicalTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
84
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
85
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
84
86
|
* const client = new TranscribeClient(config);
|
|
85
87
|
* const input = { // StartMedicalTranscriptionJobRequest
|
|
86
88
|
* MedicalTranscriptionJobName: "STRING_VALUE", // required
|
|
@@ -67,6 +67,8 @@ declare const StartTranscriptionJobCommand_base: {
|
|
|
67
67
|
* ```javascript
|
|
68
68
|
* import { TranscribeClient, StartTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
69
69
|
* // const { TranscribeClient, StartTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
70
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
71
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
70
72
|
* const client = new TranscribeClient(config);
|
|
71
73
|
* const input = { // StartTranscriptionJobRequest
|
|
72
74
|
* TranscriptionJobName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const TagResourceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { TranscribeClient, TagResourceCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
38
38
|
* // const { TranscribeClient, TagResourceCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
39
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
40
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
39
41
|
* const client = new TranscribeClient(config);
|
|
40
42
|
* const input = { // TagResourceRequest
|
|
41
43
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UntagResourceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, UntagResourceCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, UntagResourceCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // UntagResourceRequest
|
|
40
42
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const UpdateCallAnalyticsCategoryCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { TranscribeClient, UpdateCallAnalyticsCategoryCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
39
39
|
* // const { TranscribeClient, UpdateCallAnalyticsCategoryCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
40
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
41
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
40
42
|
* const client = new TranscribeClient(config);
|
|
41
43
|
* const input = { // UpdateCallAnalyticsCategoryRequest
|
|
42
44
|
* CategoryName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UpdateMedicalVocabularyCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, UpdateMedicalVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, UpdateMedicalVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // UpdateMedicalVocabularyRequest
|
|
40
42
|
* VocabularyName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UpdateVocabularyCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, UpdateVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, UpdateVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // UpdateVocabularyRequest
|
|
40
42
|
* VocabularyName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UpdateVocabularyFilterCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { TranscribeClient, UpdateVocabularyFilterCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, UpdateVocabularyFilterCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
|
+
* // import type { TranscribeClientConfig } from "@aws-sdk/client-transcribe";
|
|
39
|
+
* const config = {}; // type is TranscribeClientConfig
|
|
38
40
|
* const client = new TranscribeClient(config);
|
|
39
41
|
* const input = { // UpdateVocabularyFilterRequest
|
|
40
42
|
* VocabularyFilterName: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-transcribe",
|
|
3
3
|
"description": "AWS SDK for JavaScript Transcribe Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-transcribe",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|