@aws-sdk/client-transcribe 3.194.0 → 3.196.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/CHANGELOG.md +19 -0
- package/dist-cjs/TranscribeClient.js +11 -8
- package/dist-cjs/commands/CreateCallAnalyticsCategoryCommand.js +10 -0
- package/dist-cjs/commands/CreateLanguageModelCommand.js +10 -0
- package/dist-cjs/commands/CreateMedicalVocabularyCommand.js +10 -0
- package/dist-cjs/commands/CreateVocabularyCommand.js +10 -0
- package/dist-cjs/commands/CreateVocabularyFilterCommand.js +10 -0
- package/dist-cjs/commands/DeleteCallAnalyticsCategoryCommand.js +10 -0
- package/dist-cjs/commands/DeleteCallAnalyticsJobCommand.js +10 -0
- package/dist-cjs/commands/DeleteLanguageModelCommand.js +10 -0
- package/dist-cjs/commands/DeleteMedicalTranscriptionJobCommand.js +10 -0
- package/dist-cjs/commands/DeleteMedicalVocabularyCommand.js +10 -0
- package/dist-cjs/commands/DeleteTranscriptionJobCommand.js +10 -0
- package/dist-cjs/commands/DeleteVocabularyCommand.js +10 -0
- package/dist-cjs/commands/DeleteVocabularyFilterCommand.js +10 -0
- package/dist-cjs/commands/DescribeLanguageModelCommand.js +10 -0
- package/dist-cjs/commands/GetCallAnalyticsCategoryCommand.js +10 -0
- package/dist-cjs/commands/GetCallAnalyticsJobCommand.js +10 -0
- package/dist-cjs/commands/GetMedicalTranscriptionJobCommand.js +10 -0
- package/dist-cjs/commands/GetMedicalVocabularyCommand.js +10 -0
- package/dist-cjs/commands/GetTranscriptionJobCommand.js +10 -0
- package/dist-cjs/commands/GetVocabularyCommand.js +10 -0
- package/dist-cjs/commands/GetVocabularyFilterCommand.js +10 -0
- package/dist-cjs/commands/ListCallAnalyticsCategoriesCommand.js +10 -0
- package/dist-cjs/commands/ListCallAnalyticsJobsCommand.js +10 -0
- package/dist-cjs/commands/ListLanguageModelsCommand.js +10 -0
- package/dist-cjs/commands/ListMedicalTranscriptionJobsCommand.js +10 -0
- package/dist-cjs/commands/ListMedicalVocabulariesCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListTranscriptionJobsCommand.js +10 -0
- package/dist-cjs/commands/ListVocabulariesCommand.js +10 -0
- package/dist-cjs/commands/ListVocabularyFiltersCommand.js +10 -0
- package/dist-cjs/commands/StartCallAnalyticsJobCommand.js +10 -0
- package/dist-cjs/commands/StartMedicalTranscriptionJobCommand.js +10 -0
- package/dist-cjs/commands/StartTranscriptionJobCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateCallAnalyticsCategoryCommand.js +10 -0
- package/dist-cjs/commands/UpdateMedicalVocabularyCommand.js +10 -0
- package/dist-cjs/commands/UpdateVocabularyCommand.js +10 -0
- package/dist-cjs/commands/UpdateVocabularyFilterCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +412 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/TranscribeClient.js +12 -9
- package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +10 -0
- package/dist-es/commands/CreateLanguageModelCommand.js +10 -0
- package/dist-es/commands/CreateMedicalVocabularyCommand.js +10 -0
- package/dist-es/commands/CreateVocabularyCommand.js +10 -0
- package/dist-es/commands/CreateVocabularyFilterCommand.js +10 -0
- package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +10 -0
- package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +10 -0
- package/dist-es/commands/DeleteLanguageModelCommand.js +10 -0
- package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +10 -0
- package/dist-es/commands/DeleteMedicalVocabularyCommand.js +10 -0
- package/dist-es/commands/DeleteTranscriptionJobCommand.js +10 -0
- package/dist-es/commands/DeleteVocabularyCommand.js +10 -0
- package/dist-es/commands/DeleteVocabularyFilterCommand.js +10 -0
- package/dist-es/commands/DescribeLanguageModelCommand.js +10 -0
- package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +10 -0
- package/dist-es/commands/GetCallAnalyticsJobCommand.js +10 -0
- package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +10 -0
- package/dist-es/commands/GetMedicalVocabularyCommand.js +10 -0
- package/dist-es/commands/GetTranscriptionJobCommand.js +10 -0
- package/dist-es/commands/GetVocabularyCommand.js +10 -0
- package/dist-es/commands/GetVocabularyFilterCommand.js +10 -0
- package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +10 -0
- package/dist-es/commands/ListCallAnalyticsJobsCommand.js +10 -0
- package/dist-es/commands/ListLanguageModelsCommand.js +10 -0
- package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +10 -0
- package/dist-es/commands/ListMedicalVocabulariesCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListTranscriptionJobsCommand.js +10 -0
- package/dist-es/commands/ListVocabulariesCommand.js +10 -0
- package/dist-es/commands/ListVocabularyFiltersCommand.js +10 -0
- package/dist-es/commands/StartCallAnalyticsJobCommand.js +10 -0
- package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +10 -0
- package/dist-es/commands/StartTranscriptionJobCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +10 -0
- package/dist-es/commands/UpdateMedicalVocabularyCommand.js +10 -0
- package/dist-es/commands/UpdateVocabularyCommand.js +10 -0
- package/dist-es/commands/UpdateVocabularyFilterCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +409 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/TranscribeClient.d.ts +6 -9
- 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/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/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/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/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/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/TranscribeClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -212
- package/dist-es/endpoints.js +0 -208
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -198,6 +199,11 @@ import {
|
|
|
198
199
|
UpdateVocabularyFilterCommandInput,
|
|
199
200
|
UpdateVocabularyFilterCommandOutput,
|
|
200
201
|
} from "./commands/UpdateVocabularyFilterCommand";
|
|
202
|
+
import {
|
|
203
|
+
ClientInputEndpointParameters,
|
|
204
|
+
ClientResolvedEndpointParameters,
|
|
205
|
+
EndpointParameters,
|
|
206
|
+
} from "./endpoint/EndpointParameters";
|
|
201
207
|
export declare type ServiceInputTypes =
|
|
202
208
|
| CreateCallAnalyticsCategoryCommandInput
|
|
203
209
|
| CreateLanguageModelCommandInput
|
|
@@ -299,7 +305,6 @@ export interface ClientDefaults
|
|
|
299
305
|
serviceId?: string;
|
|
300
306
|
region?: string | __Provider<string>;
|
|
301
307
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
302
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
303
308
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
304
309
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
305
310
|
}
|
|
@@ -308,21 +313,23 @@ declare type TranscribeClientConfigType = Partial<
|
|
|
308
313
|
> &
|
|
309
314
|
ClientDefaults &
|
|
310
315
|
RegionInputConfig &
|
|
311
|
-
|
|
316
|
+
EndpointInputConfig<EndpointParameters> &
|
|
312
317
|
RetryInputConfig &
|
|
313
318
|
HostHeaderInputConfig &
|
|
314
319
|
AwsAuthInputConfig &
|
|
315
|
-
UserAgentInputConfig
|
|
320
|
+
UserAgentInputConfig &
|
|
321
|
+
ClientInputEndpointParameters;
|
|
316
322
|
export interface TranscribeClientConfig extends TranscribeClientConfigType {}
|
|
317
323
|
declare type TranscribeClientResolvedConfigType =
|
|
318
324
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
319
325
|
Required<ClientDefaults> &
|
|
320
326
|
RegionResolvedConfig &
|
|
321
|
-
|
|
327
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
322
328
|
RetryResolvedConfig &
|
|
323
329
|
HostHeaderResolvedConfig &
|
|
324
330
|
AwsAuthResolvedConfig &
|
|
325
|
-
UserAgentResolvedConfig
|
|
331
|
+
UserAgentResolvedConfig &
|
|
332
|
+
ClientResolvedEndpointParameters;
|
|
326
333
|
export interface TranscribeClientResolvedConfig
|
|
327
334
|
extends TranscribeClientResolvedConfigType {}
|
|
328
335
|
export declare class TranscribeClient extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateCallAnalyticsCategoryCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateCallAnalyticsCategoryCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateCallAnalyticsCategoryCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateLanguageModelCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateLanguageModelCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateLanguageModelCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateMedicalVocabularyCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateMedicalVocabularyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateMedicalVocabularyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateVocabularyCommand extends $Command<
|
|
|
24
25
|
TranscribeClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateVocabularyCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateVocabularyCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateVocabularyFilterCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateVocabularyFilterCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateVocabularyFilterCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteCallAnalyticsCategoryCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteCallAnalyticsCategoryCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteCallAnalyticsCategoryCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteCallAnalyticsJobCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteCallAnalyticsJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteCallAnalyticsJobCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -20,6 +21,7 @@ export declare class DeleteLanguageModelCommand extends $Command<
|
|
|
20
21
|
TranscribeClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: DeleteLanguageModelCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: DeleteLanguageModelCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteMedicalTranscriptionJobCommand extends $Command<
|
|
|
21
22
|
TranscribeClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteMedicalTranscriptionJobCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteMedicalTranscriptionJobCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteMedicalVocabularyCommand extends $Command<
|
|
|
21
22
|
TranscribeClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteMedicalVocabularyCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteMedicalVocabularyCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -20,6 +21,7 @@ export declare class DeleteTranscriptionJobCommand extends $Command<
|
|
|
20
21
|
TranscribeClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: DeleteTranscriptionJobCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: DeleteTranscriptionJobCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class DeleteVocabularyCommand extends $Command<
|
|
|
19
20
|
TranscribeClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: DeleteVocabularyCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: DeleteVocabularyCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -20,6 +21,7 @@ export declare class DeleteVocabularyFilterCommand extends $Command<
|
|
|
20
21
|
TranscribeClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: DeleteVocabularyFilterCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: DeleteVocabularyFilterCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeLanguageModelCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeLanguageModelCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeLanguageModelCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetCallAnalyticsCategoryCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetCallAnalyticsCategoryCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetCallAnalyticsCategoryCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetCallAnalyticsJobCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetCallAnalyticsJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetCallAnalyticsJobCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetMedicalTranscriptionJobCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetMedicalTranscriptionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetMedicalTranscriptionJobCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetMedicalVocabularyCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetMedicalVocabularyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetMedicalVocabularyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetTranscriptionJobCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetTranscriptionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetTranscriptionJobCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class GetVocabularyCommand extends $Command<
|
|
|
24
25
|
TranscribeClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: GetVocabularyCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: GetVocabularyCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetVocabularyFilterCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetVocabularyFilterCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetVocabularyFilterCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListCallAnalyticsCategoriesCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListCallAnalyticsCategoriesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListCallAnalyticsCategoriesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListCallAnalyticsJobsCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListCallAnalyticsJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListCallAnalyticsJobsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListLanguageModelsCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListLanguageModelsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListLanguageModelsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListMedicalTranscriptionJobsCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListMedicalTranscriptionJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListMedicalTranscriptionJobsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListMedicalVocabulariesCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListMedicalVocabulariesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListMedicalVocabulariesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForResourceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListTranscriptionJobsCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTranscriptionJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTranscriptionJobsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListVocabulariesCommand extends $Command<
|
|
|
24
25
|
TranscribeClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListVocabulariesCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListVocabulariesCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListVocabularyFiltersCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListVocabularyFiltersCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListVocabularyFiltersCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class StartCallAnalyticsJobCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StartCallAnalyticsJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartCallAnalyticsJobCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class StartMedicalTranscriptionJobCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StartMedicalTranscriptionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartMedicalTranscriptionJobCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class StartTranscriptionJobCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StartTranscriptionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartTranscriptionJobCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
22
|
TranscribeClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: TagResourceCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: TagResourceCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
24
25
|
TranscribeClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UntagResourceCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UntagResourceCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateCallAnalyticsCategoryCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateCallAnalyticsCategoryCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateCallAnalyticsCategoryCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateMedicalVocabularyCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateMedicalVocabularyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateMedicalVocabularyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UpdateVocabularyCommand extends $Command<
|
|
|
24
25
|
TranscribeClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UpdateVocabularyCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UpdateVocabularyCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateVocabularyFilterCommand extends $Command<
|
|
|
25
26
|
TranscribeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateVocabularyFilterCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateVocabularyFilterCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointParameters as __EndpointParameters,
|
|
3
|
+
Provider,
|
|
4
|
+
} from "@aws-sdk/types";
|
|
5
|
+
export interface ClientInputEndpointParameters {
|
|
6
|
+
region?: string | Provider<string>;
|
|
7
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
8
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
9
|
+
endpoint?: string | Provider<string>;
|
|
10
|
+
}
|
|
11
|
+
export declare type ClientResolvedEndpointParameters =
|
|
12
|
+
ClientInputEndpointParameters & {
|
|
13
|
+
defaultSigningName: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
16
|
+
options: T & ClientInputEndpointParameters
|
|
17
|
+
) => T &
|
|
18
|
+
ClientInputEndpointParameters & {
|
|
19
|
+
defaultSigningName: string;
|
|
20
|
+
};
|
|
21
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
22
|
+
Region?: string;
|
|
23
|
+
UseDualStack?: boolean;
|
|
24
|
+
UseFIPS?: boolean;
|
|
25
|
+
Endpoint?: string;
|
|
26
|
+
}
|