@aws-sdk/client-translate 3.590.0 → 3.596.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/dist-cjs/index.js +0 -19
  2. package/dist-types/commands/CreateParallelDataCommand.d.ts +2 -1
  3. package/dist-types/commands/DeleteParallelDataCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteTerminologyCommand.d.ts +2 -1
  5. package/dist-types/commands/DescribeTextTranslationJobCommand.d.ts +2 -1
  6. package/dist-types/commands/GetParallelDataCommand.d.ts +2 -1
  7. package/dist-types/commands/GetTerminologyCommand.d.ts +2 -1
  8. package/dist-types/commands/ImportTerminologyCommand.d.ts +2 -1
  9. package/dist-types/commands/ListLanguagesCommand.d.ts +2 -1
  10. package/dist-types/commands/ListParallelDataCommand.d.ts +2 -1
  11. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  12. package/dist-types/commands/ListTerminologiesCommand.d.ts +2 -1
  13. package/dist-types/commands/ListTextTranslationJobsCommand.d.ts +2 -1
  14. package/dist-types/commands/StartTextTranslationJobCommand.d.ts +2 -1
  15. package/dist-types/commands/StopTextTranslationJobCommand.d.ts +2 -1
  16. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  17. package/dist-types/commands/TranslateDocumentCommand.d.ts +2 -1
  18. package/dist-types/commands/TranslateTextCommand.d.ts +2 -1
  19. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  20. package/dist-types/commands/UpdateParallelDataCommand.d.ts +2 -1
  21. package/dist-types/index.d.ts +2 -2
  22. package/dist-types/models/TranslateServiceException.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/CreateParallelDataCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/DeleteParallelDataCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/DeleteTerminologyCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/DescribeTextTranslationJobCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/GetParallelDataCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/GetTerminologyCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/ImportTerminologyCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/ListLanguagesCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/ListParallelDataCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/ListTerminologiesCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/ListTextTranslationJobsCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/StartTextTranslationJobCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/StopTextTranslationJobCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/TranslateDocumentCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/TranslateTextCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/UpdateParallelDataCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/models/TranslateServiceException.d.ts +2 -1
  43. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -233,7 +233,6 @@ var TranslateClient = _TranslateClient;
233
233
 
234
234
  var import_middleware_serde = require("@smithy/middleware-serde");
235
235
 
236
- var import_types = require("@smithy/types");
237
236
 
238
237
  // src/protocols/Aws_json1_1.ts
239
238
  var import_core2 = require("@aws-sdk/core");
@@ -1442,7 +1441,6 @@ var CreateParallelDataCommand = _CreateParallelDataCommand;
1442
1441
 
1443
1442
 
1444
1443
 
1445
-
1446
1444
  var _DeleteParallelDataCommand = class _DeleteParallelDataCommand extends import_smithy_client.Command.classBuilder().ep({
1447
1445
  ...commonParams
1448
1446
  }).m(function(Command, cs, config, o) {
@@ -1459,7 +1457,6 @@ var DeleteParallelDataCommand = _DeleteParallelDataCommand;
1459
1457
 
1460
1458
 
1461
1459
 
1462
-
1463
1460
  var _DeleteTerminologyCommand = class _DeleteTerminologyCommand extends import_smithy_client.Command.classBuilder().ep({
1464
1461
  ...commonParams
1465
1462
  }).m(function(Command, cs, config, o) {
@@ -1476,7 +1473,6 @@ var DeleteTerminologyCommand = _DeleteTerminologyCommand;
1476
1473
 
1477
1474
 
1478
1475
 
1479
-
1480
1476
  var _DescribeTextTranslationJobCommand = class _DescribeTextTranslationJobCommand extends import_smithy_client.Command.classBuilder().ep({
1481
1477
  ...commonParams
1482
1478
  }).m(function(Command, cs, config, o) {
@@ -1493,7 +1489,6 @@ var DescribeTextTranslationJobCommand = _DescribeTextTranslationJobCommand;
1493
1489
 
1494
1490
 
1495
1491
 
1496
-
1497
1492
  var _GetParallelDataCommand = class _GetParallelDataCommand extends import_smithy_client.Command.classBuilder().ep({
1498
1493
  ...commonParams
1499
1494
  }).m(function(Command, cs, config, o) {
@@ -1510,7 +1505,6 @@ var GetParallelDataCommand = _GetParallelDataCommand;
1510
1505
 
1511
1506
 
1512
1507
 
1513
-
1514
1508
  var _GetTerminologyCommand = class _GetTerminologyCommand extends import_smithy_client.Command.classBuilder().ep({
1515
1509
  ...commonParams
1516
1510
  }).m(function(Command, cs, config, o) {
@@ -1527,7 +1521,6 @@ var GetTerminologyCommand = _GetTerminologyCommand;
1527
1521
 
1528
1522
 
1529
1523
 
1530
-
1531
1524
  var _ImportTerminologyCommand = class _ImportTerminologyCommand extends import_smithy_client.Command.classBuilder().ep({
1532
1525
  ...commonParams
1533
1526
  }).m(function(Command, cs, config, o) {
@@ -1544,7 +1537,6 @@ var ImportTerminologyCommand = _ImportTerminologyCommand;
1544
1537
 
1545
1538
 
1546
1539
 
1547
-
1548
1540
  var _ListLanguagesCommand = class _ListLanguagesCommand extends import_smithy_client.Command.classBuilder().ep({
1549
1541
  ...commonParams
1550
1542
  }).m(function(Command, cs, config, o) {
@@ -1561,7 +1553,6 @@ var ListLanguagesCommand = _ListLanguagesCommand;
1561
1553
 
1562
1554
 
1563
1555
 
1564
-
1565
1556
  var _ListParallelDataCommand = class _ListParallelDataCommand extends import_smithy_client.Command.classBuilder().ep({
1566
1557
  ...commonParams
1567
1558
  }).m(function(Command, cs, config, o) {
@@ -1578,7 +1569,6 @@ var ListParallelDataCommand = _ListParallelDataCommand;
1578
1569
 
1579
1570
 
1580
1571
 
1581
-
1582
1572
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1583
1573
  ...commonParams
1584
1574
  }).m(function(Command, cs, config, o) {
@@ -1595,7 +1585,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1595
1585
 
1596
1586
 
1597
1587
 
1598
-
1599
1588
  var _ListTerminologiesCommand = class _ListTerminologiesCommand extends import_smithy_client.Command.classBuilder().ep({
1600
1589
  ...commonParams
1601
1590
  }).m(function(Command, cs, config, o) {
@@ -1612,7 +1601,6 @@ var ListTerminologiesCommand = _ListTerminologiesCommand;
1612
1601
 
1613
1602
 
1614
1603
 
1615
-
1616
1604
  var _ListTextTranslationJobsCommand = class _ListTextTranslationJobsCommand extends import_smithy_client.Command.classBuilder().ep({
1617
1605
  ...commonParams
1618
1606
  }).m(function(Command, cs, config, o) {
@@ -1629,7 +1617,6 @@ var ListTextTranslationJobsCommand = _ListTextTranslationJobsCommand;
1629
1617
 
1630
1618
 
1631
1619
 
1632
-
1633
1620
  var _StartTextTranslationJobCommand = class _StartTextTranslationJobCommand extends import_smithy_client.Command.classBuilder().ep({
1634
1621
  ...commonParams
1635
1622
  }).m(function(Command, cs, config, o) {
@@ -1646,7 +1633,6 @@ var StartTextTranslationJobCommand = _StartTextTranslationJobCommand;
1646
1633
 
1647
1634
 
1648
1635
 
1649
-
1650
1636
  var _StopTextTranslationJobCommand = class _StopTextTranslationJobCommand extends import_smithy_client.Command.classBuilder().ep({
1651
1637
  ...commonParams
1652
1638
  }).m(function(Command, cs, config, o) {
@@ -1663,7 +1649,6 @@ var StopTextTranslationJobCommand = _StopTextTranslationJobCommand;
1663
1649
 
1664
1650
 
1665
1651
 
1666
-
1667
1652
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1668
1653
  ...commonParams
1669
1654
  }).m(function(Command, cs, config, o) {
@@ -1680,7 +1665,6 @@ var TagResourceCommand = _TagResourceCommand;
1680
1665
 
1681
1666
 
1682
1667
 
1683
-
1684
1668
  var _TranslateDocumentCommand = class _TranslateDocumentCommand extends import_smithy_client.Command.classBuilder().ep({
1685
1669
  ...commonParams
1686
1670
  }).m(function(Command, cs, config, o) {
@@ -1697,7 +1681,6 @@ var TranslateDocumentCommand = _TranslateDocumentCommand;
1697
1681
 
1698
1682
 
1699
1683
 
1700
-
1701
1684
  var _TranslateTextCommand = class _TranslateTextCommand extends import_smithy_client.Command.classBuilder().ep({
1702
1685
  ...commonParams
1703
1686
  }).m(function(Command, cs, config, o) {
@@ -1714,7 +1697,6 @@ var TranslateTextCommand = _TranslateTextCommand;
1714
1697
 
1715
1698
 
1716
1699
 
1717
-
1718
1700
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1719
1701
  ...commonParams
1720
1702
  }).m(function(Command, cs, config, o) {
@@ -1731,7 +1713,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1731
1713
 
1732
1714
 
1733
1715
 
1734
-
1735
1716
  var _UpdateParallelDataCommand = class _UpdateParallelDataCommand extends import_smithy_client.Command.classBuilder().ep({
1736
1717
  ...commonParams
1737
1718
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -6,8 +6,8 @@
6
6
  export * from "./TranslateClient";
7
7
  export * from "./Translate";
8
8
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
- export { RuntimeExtension } from "./runtimeExtensions";
10
- export { TranslateExtensionConfiguration } from "./extensionConfiguration";
9
+ export type { RuntimeExtension } from "./runtimeExtensions";
10
+ export type { TranslateExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
13
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TranslateClientResolvedConfig,
11
11
  } from "../TranslateClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateParallelDataCommandInput
14
15
  extends CreateParallelDataRequest {}
15
16
  export interface CreateParallelDataCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TranslateClientResolvedConfig,
11
11
  } from "../TranslateClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteParallelDataCommandInput
14
15
  extends DeleteParallelDataRequest {}
15
16
  export interface DeleteParallelDataCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TranslateClientResolvedConfig,
8
8
  } from "../TranslateClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteTerminologyCommandInput
11
12
  extends DeleteTerminologyRequest {}
12
13
  export interface DeleteTerminologyCommandOutput extends __MetadataBearer {}
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TranslateClientResolvedConfig,
11
11
  } from "../TranslateClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeTextTranslationJobCommandInput
14
15
  extends DescribeTextTranslationJobRequest {}
15
16
  export interface DescribeTextTranslationJobCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TranslateClientResolvedConfig,
11
11
  } from "../TranslateClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetParallelDataCommandInput extends GetParallelDataRequest {}
14
15
  export interface GetParallelDataCommandOutput
15
16
  extends GetParallelDataResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TranslateClientResolvedConfig,
11
11
  } from "../TranslateClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetTerminologyCommandInput extends GetTerminologyRequest {}
14
15
  export interface GetTerminologyCommandOutput
15
16
  extends GetTerminologyResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TranslateClientResolvedConfig,
11
11
  } from "../TranslateClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ImportTerminologyCommandInput
14
15
  extends ImportTerminologyRequest {}
15
16
  export interface ImportTerminologyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TranslateClientResolvedConfig,
11
11
  } from "../TranslateClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListLanguagesCommandInput extends ListLanguagesRequest {}
14
15
  export interface ListLanguagesCommandOutput
15
16
  extends ListLanguagesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TranslateClientResolvedConfig,
11
11
  } from "../TranslateClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListParallelDataCommandInput extends ListParallelDataRequest {}
14
15
  export interface ListParallelDataCommandOutput
15
16
  extends ListParallelDataResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TranslateClientResolvedConfig,
11
11
  } from "../TranslateClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TranslateClientResolvedConfig,
11
11
  } from "../TranslateClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTerminologiesCommandInput
14
15
  extends ListTerminologiesRequest {}
15
16
  export interface ListTerminologiesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TranslateClientResolvedConfig,
11
11
  } from "../TranslateClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTextTranslationJobsCommandInput
14
15
  extends ListTextTranslationJobsRequest {}
15
16
  export interface ListTextTranslationJobsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TranslateClientResolvedConfig,
11
11
  } from "../TranslateClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartTextTranslationJobCommandInput
14
15
  extends StartTextTranslationJobRequest {}
15
16
  export interface StartTextTranslationJobCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TranslateClientResolvedConfig,
11
11
  } from "../TranslateClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StopTextTranslationJobCommandInput
14
15
  extends StopTextTranslationJobRequest {}
15
16
  export interface StopTextTranslationJobCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TranslateClientResolvedConfig,
8
8
  } from "../TranslateClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TranslateClientResolvedConfig,
11
11
  } from "../TranslateClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface TranslateDocumentCommandInput
14
15
  extends TranslateDocumentRequest {}
15
16
  export interface TranslateDocumentCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TranslateClientResolvedConfig,
11
11
  } from "../TranslateClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface TranslateTextCommandInput extends TranslateTextRequest {}
14
15
  export interface TranslateTextCommandOutput
15
16
  extends TranslateTextResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TranslateClientResolvedConfig,
11
11
  } from "../TranslateClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TranslateClientResolvedConfig,
11
11
  } from "../TranslateClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateParallelDataCommandInput
14
15
  extends UpdateParallelDataRequest {}
15
16
  export interface UpdateParallelDataCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class TranslateServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-translate",
3
3
  "description": "AWS SDK for JavaScript Translate Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.596.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-translate",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",