@aws-sdk/client-translate 3.1044.0 → 3.1046.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-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +54 -55
- package/dist-cjs/models/TranslateServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Translate.js +1 -1
- package/dist-es/TranslateClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateParallelDataCommand.js +2 -2
- package/dist-es/commands/DeleteParallelDataCommand.js +2 -2
- package/dist-es/commands/DeleteTerminologyCommand.js +2 -2
- package/dist-es/commands/DescribeTextTranslationJobCommand.js +2 -2
- package/dist-es/commands/GetParallelDataCommand.js +2 -2
- package/dist-es/commands/GetTerminologyCommand.js +2 -2
- package/dist-es/commands/ImportTerminologyCommand.js +2 -2
- package/dist-es/commands/ListLanguagesCommand.js +2 -2
- package/dist-es/commands/ListParallelDataCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTerminologiesCommand.js +2 -2
- package/dist-es/commands/ListTextTranslationJobsCommand.js +2 -2
- package/dist-es/commands/StartTextTranslationJobCommand.js +2 -2
- package/dist-es/commands/StopTextTranslationJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TranslateDocumentCommand.js +2 -2
- package/dist-es/commands/TranslateTextCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateParallelDataCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/TranslateServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/TranslateClient.d.ts +5 -5
- package/dist-types/commands/CreateParallelDataCommand.d.ts +6 -4
- package/dist-types/commands/DeleteParallelDataCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTerminologyCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTextTranslationJobCommand.d.ts +6 -4
- package/dist-types/commands/GetParallelDataCommand.d.ts +6 -4
- package/dist-types/commands/GetTerminologyCommand.d.ts +6 -4
- package/dist-types/commands/ImportTerminologyCommand.d.ts +6 -4
- package/dist-types/commands/ListLanguagesCommand.d.ts +6 -4
- package/dist-types/commands/ListParallelDataCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTerminologiesCommand.d.ts +6 -4
- package/dist-types/commands/ListTextTranslationJobsCommand.d.ts +6 -4
- package/dist-types/commands/StartTextTranslationJobCommand.d.ts +6 -4
- package/dist-types/commands/StopTextTranslationJobCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TranslateDocumentCommand.d.ts +6 -4
- package/dist-types/commands/TranslateTextCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateParallelDataCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/TranslateServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/TranslateClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateParallelDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteParallelDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTerminologyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTextTranslationJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetParallelDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTerminologyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportTerminologyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLanguagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListParallelDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTerminologiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTextTranslationJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartTextTranslationJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopTextTranslationJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TranslateDocumentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TranslateTextCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateParallelDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/TranslateServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TranslateClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TranslateClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates a specific tag with a resource. A tag is a key-value pair
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { TranslateDocumentRequest, TranslateDocumentResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient";
|
|
@@ -22,9 +22,11 @@ export interface TranslateDocumentCommandInput extends TranslateDocumentRequest
|
|
|
22
22
|
export interface TranslateDocumentCommandOutput extends TranslateDocumentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TranslateDocumentCommand_base: {
|
|
25
|
-
new (input: TranslateDocumentCommandInput): import("@smithy/
|
|
26
|
-
new (input: TranslateDocumentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TranslateDocumentCommandInput): import("@smithy/core/client").CommandImpl<TranslateDocumentCommandInput, TranslateDocumentCommandOutput, TranslateClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TranslateDocumentCommandInput): import("@smithy/core/client").CommandImpl<TranslateDocumentCommandInput, TranslateDocumentCommandOutput, TranslateClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Translates the input document from the source language to the target language.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { TranslateTextRequest, TranslateTextResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient";
|
|
@@ -22,9 +22,11 @@ export interface TranslateTextCommandInput extends TranslateTextRequest {
|
|
|
22
22
|
export interface TranslateTextCommandOutput extends TranslateTextResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TranslateTextCommand_base: {
|
|
25
|
-
new (input: TranslateTextCommandInput): import("@smithy/
|
|
26
|
-
new (input: TranslateTextCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TranslateTextCommandInput): import("@smithy/core/client").CommandImpl<TranslateTextCommandInput, TranslateTextCommandOutput, TranslateClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TranslateTextCommandInput): import("@smithy/core/client").CommandImpl<TranslateTextCommandInput, TranslateTextCommandOutput, TranslateClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Translates input text from the source language to the target language. For a list of
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TranslateClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TranslateClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes a specific tag associated with an Amazon Translate resource.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateParallelDataRequest, UpdateParallelDataResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateParallelDataCommandInput extends UpdateParallelDataReques
|
|
|
22
22
|
export interface UpdateParallelDataCommandOutput extends UpdateParallelDataResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateParallelDataCommand_base: {
|
|
25
|
-
new (input: UpdateParallelDataCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateParallelDataCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateParallelDataCommandInput): import("@smithy/core/client").CommandImpl<UpdateParallelDataCommandInput, UpdateParallelDataCommandOutput, TranslateClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateParallelDataCommandInput): import("@smithy/core/client").CommandImpl<UpdateParallelDataCommandInput, UpdateParallelDataCommandOutput, TranslateClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a previously created parallel data resource by importing a new input file from
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { TranslateServiceException as __BaseException } from "./TranslateServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Another modification is being made. That modification must complete before you can make
|
|
@@ -5,13 +5,13 @@ import type { TranslateClientConfig } from "./TranslateClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: TranslateClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { TranslateClientConfig } from "./TranslateClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: TranslateClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { TranslateClientConfig } from "./TranslateClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: TranslateClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: TranslateClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateParallelDataRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreateParallelDataCommandOutput
|
|
|
19
19
|
declare const CreateParallelDataCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateParallelDataCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateParallelDataCommandInput,
|
|
24
24
|
CreateParallelDataCommandOutput,
|
|
25
25
|
TranslateClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateParallelDataCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateParallelDataCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateParallelDataCommandInput,
|
|
33
33
|
CreateParallelDataCommandOutput,
|
|
34
34
|
TranslateClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateParallelDataCommand extends CreateParallelDataCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteParallelDataRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteParallelDataCommandOutput
|
|
|
19
19
|
declare const DeleteParallelDataCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteParallelDataCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteParallelDataCommandInput,
|
|
24
24
|
DeleteParallelDataCommandOutput,
|
|
25
25
|
TranslateClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteParallelDataCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteParallelDataCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteParallelDataCommandInput,
|
|
33
33
|
DeleteParallelDataCommandOutput,
|
|
34
34
|
TranslateClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteParallelDataCommand extends DeleteParallelDataCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteTerminologyRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface DeleteTerminologyCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteTerminologyCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteTerminologyCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteTerminologyCommandInput,
|
|
19
19
|
DeleteTerminologyCommandOutput,
|
|
20
20
|
TranslateClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteTerminologyCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteTerminologyCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteTerminologyCommandInput,
|
|
28
28
|
DeleteTerminologyCommandOutput,
|
|
29
29
|
TranslateClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeleteTerminologyCommand extends DeleteTerminologyCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeTextTranslationJobRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeTextTranslationJobCommandOutput
|
|
|
19
19
|
declare const DescribeTextTranslationJobCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeTextTranslationJobCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeTextTranslationJobCommandInput,
|
|
24
24
|
DescribeTextTranslationJobCommandOutput,
|
|
25
25
|
TranslateClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeTextTranslationJobCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeTextTranslationJobCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeTextTranslationJobCommandInput,
|
|
33
33
|
DescribeTextTranslationJobCommandOutput,
|
|
34
34
|
TranslateClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeTextTranslationJobCommand extends DescribeTextTranslationJobCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetParallelDataRequest,
|
|
@@ -18,7 +18,7 @@ export interface GetParallelDataCommandOutput
|
|
|
18
18
|
declare const GetParallelDataCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetParallelDataCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetParallelDataCommandInput,
|
|
23
23
|
GetParallelDataCommandOutput,
|
|
24
24
|
TranslateClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetParallelDataCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetParallelDataCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetParallelDataCommandInput,
|
|
32
32
|
GetParallelDataCommandOutput,
|
|
33
33
|
TranslateClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetParallelDataCommand extends GetParallelDataCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetTerminologyRequest,
|
|
@@ -18,7 +18,7 @@ export interface GetTerminologyCommandOutput
|
|
|
18
18
|
declare const GetTerminologyCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetTerminologyCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetTerminologyCommandInput,
|
|
23
23
|
GetTerminologyCommandOutput,
|
|
24
24
|
TranslateClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetTerminologyCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetTerminologyCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetTerminologyCommandInput,
|
|
32
32
|
GetTerminologyCommandOutput,
|
|
33
33
|
TranslateClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetTerminologyCommand extends GetTerminologyCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImportTerminologyRequest,
|
|
@@ -19,7 +19,7 @@ export interface ImportTerminologyCommandOutput
|
|
|
19
19
|
declare const ImportTerminologyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ImportTerminologyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ImportTerminologyCommandInput,
|
|
24
24
|
ImportTerminologyCommandOutput,
|
|
25
25
|
TranslateClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ImportTerminologyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ImportTerminologyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ImportTerminologyCommandInput,
|
|
33
33
|
ImportTerminologyCommandOutput,
|
|
34
34
|
TranslateClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ImportTerminologyCommand extends ImportTerminologyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListLanguagesRequest,
|
|
@@ -18,7 +18,7 @@ export interface ListLanguagesCommandOutput
|
|
|
18
18
|
declare const ListLanguagesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListLanguagesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListLanguagesCommandInput,
|
|
23
23
|
ListLanguagesCommandOutput,
|
|
24
24
|
TranslateClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListLanguagesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListLanguagesCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListLanguagesCommandInput,
|
|
32
32
|
ListLanguagesCommandOutput,
|
|
33
33
|
TranslateClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListLanguagesCommand extends ListLanguagesCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListParallelDataRequest,
|
|
@@ -18,7 +18,7 @@ export interface ListParallelDataCommandOutput
|
|
|
18
18
|
declare const ListParallelDataCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListParallelDataCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListParallelDataCommandInput,
|
|
23
23
|
ListParallelDataCommandOutput,
|
|
24
24
|
TranslateClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListParallelDataCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListParallelDataCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListParallelDataCommandInput,
|
|
32
32
|
ListParallelDataCommandOutput,
|
|
33
33
|
TranslateClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListParallelDataCommand extends ListParallelDataCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTagsForResourceRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
TranslateClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
TranslateClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTerminologiesRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListTerminologiesCommandOutput
|
|
|
19
19
|
declare const ListTerminologiesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTerminologiesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTerminologiesCommandInput,
|
|
24
24
|
ListTerminologiesCommandOutput,
|
|
25
25
|
TranslateClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTerminologiesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListTerminologiesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTerminologiesCommandInput,
|
|
33
33
|
ListTerminologiesCommandOutput,
|
|
34
34
|
TranslateClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTerminologiesCommand extends ListTerminologiesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTextTranslationJobsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListTextTranslationJobsCommandOutput
|
|
|
19
19
|
declare const ListTextTranslationJobsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTextTranslationJobsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTextTranslationJobsCommandInput,
|
|
24
24
|
ListTextTranslationJobsCommandOutput,
|
|
25
25
|
TranslateClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTextTranslationJobsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListTextTranslationJobsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTextTranslationJobsCommandInput,
|
|
33
33
|
ListTextTranslationJobsCommandOutput,
|
|
34
34
|
TranslateClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTextTranslationJobsCommand extends ListTextTranslationJobsCommand_base {
|
|
41
43
|
protected static __types: {
|