@aws-sdk/client-textract 3.337.0 → 3.341.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 (65) hide show
  1. package/dist-cjs/TextractClient.js +2 -1
  2. package/dist-cjs/commands/AnalyzeDocumentCommand.js +2 -1
  3. package/dist-cjs/commands/AnalyzeExpenseCommand.js +2 -1
  4. package/dist-cjs/commands/AnalyzeIDCommand.js +2 -1
  5. package/dist-cjs/commands/DetectDocumentTextCommand.js +2 -1
  6. package/dist-cjs/commands/GetDocumentAnalysisCommand.js +2 -1
  7. package/dist-cjs/commands/GetDocumentTextDetectionCommand.js +2 -1
  8. package/dist-cjs/commands/GetExpenseAnalysisCommand.js +2 -1
  9. package/dist-cjs/commands/GetLendingAnalysisCommand.js +2 -1
  10. package/dist-cjs/commands/GetLendingAnalysisSummaryCommand.js +2 -1
  11. package/dist-cjs/commands/StartDocumentAnalysisCommand.js +2 -1
  12. package/dist-cjs/commands/StartDocumentTextDetectionCommand.js +2 -1
  13. package/dist-cjs/commands/StartExpenseAnalysisCommand.js +2 -1
  14. package/dist-cjs/commands/StartLendingAnalysisCommand.js +2 -1
  15. package/dist-cjs/index.js +1 -1
  16. package/dist-cjs/models/TextractServiceException.js +2 -1
  17. package/dist-es/TextractClient.js +1 -0
  18. package/dist-es/commands/AnalyzeDocumentCommand.js +1 -0
  19. package/dist-es/commands/AnalyzeExpenseCommand.js +1 -0
  20. package/dist-es/commands/AnalyzeIDCommand.js +1 -0
  21. package/dist-es/commands/DetectDocumentTextCommand.js +1 -0
  22. package/dist-es/commands/GetDocumentAnalysisCommand.js +1 -0
  23. package/dist-es/commands/GetDocumentTextDetectionCommand.js +1 -0
  24. package/dist-es/commands/GetExpenseAnalysisCommand.js +1 -0
  25. package/dist-es/commands/GetLendingAnalysisCommand.js +1 -0
  26. package/dist-es/commands/GetLendingAnalysisSummaryCommand.js +1 -0
  27. package/dist-es/commands/StartDocumentAnalysisCommand.js +1 -0
  28. package/dist-es/commands/StartDocumentTextDetectionCommand.js +1 -0
  29. package/dist-es/commands/StartExpenseAnalysisCommand.js +1 -0
  30. package/dist-es/commands/StartLendingAnalysisCommand.js +1 -0
  31. package/dist-es/index.js +1 -1
  32. package/dist-es/models/TextractServiceException.js +1 -0
  33. package/dist-types/TextractClient.d.ts +3 -3
  34. package/dist-types/commands/AnalyzeDocumentCommand.d.ts +4 -0
  35. package/dist-types/commands/AnalyzeExpenseCommand.d.ts +4 -0
  36. package/dist-types/commands/AnalyzeIDCommand.d.ts +4 -0
  37. package/dist-types/commands/DetectDocumentTextCommand.d.ts +4 -0
  38. package/dist-types/commands/GetDocumentAnalysisCommand.d.ts +4 -0
  39. package/dist-types/commands/GetDocumentTextDetectionCommand.d.ts +4 -0
  40. package/dist-types/commands/GetExpenseAnalysisCommand.d.ts +4 -0
  41. package/dist-types/commands/GetLendingAnalysisCommand.d.ts +4 -0
  42. package/dist-types/commands/GetLendingAnalysisSummaryCommand.d.ts +4 -0
  43. package/dist-types/commands/StartDocumentAnalysisCommand.d.ts +4 -0
  44. package/dist-types/commands/StartDocumentTextDetectionCommand.d.ts +4 -0
  45. package/dist-types/commands/StartExpenseAnalysisCommand.d.ts +4 -0
  46. package/dist-types/commands/StartLendingAnalysisCommand.d.ts +4 -0
  47. package/dist-types/index.d.ts +8 -1
  48. package/dist-types/models/TextractServiceException.d.ts +1 -0
  49. package/dist-types/ts3.4/TextractClient.d.ts +3 -3
  50. package/dist-types/ts3.4/commands/AnalyzeDocumentCommand.d.ts +1 -0
  51. package/dist-types/ts3.4/commands/AnalyzeExpenseCommand.d.ts +1 -0
  52. package/dist-types/ts3.4/commands/AnalyzeIDCommand.d.ts +1 -0
  53. package/dist-types/ts3.4/commands/DetectDocumentTextCommand.d.ts +1 -0
  54. package/dist-types/ts3.4/commands/GetDocumentAnalysisCommand.d.ts +1 -0
  55. package/dist-types/ts3.4/commands/GetDocumentTextDetectionCommand.d.ts +1 -0
  56. package/dist-types/ts3.4/commands/GetExpenseAnalysisCommand.d.ts +1 -0
  57. package/dist-types/ts3.4/commands/GetLendingAnalysisCommand.d.ts +1 -0
  58. package/dist-types/ts3.4/commands/GetLendingAnalysisSummaryCommand.d.ts +1 -0
  59. package/dist-types/ts3.4/commands/StartDocumentAnalysisCommand.d.ts +1 -0
  60. package/dist-types/ts3.4/commands/StartDocumentTextDetectionCommand.d.ts +1 -0
  61. package/dist-types/ts3.4/commands/StartExpenseAnalysisCommand.d.ts +1 -0
  62. package/dist-types/ts3.4/commands/StartLendingAnalysisCommand.d.ts +1 -0
  63. package/dist-types/ts3.4/index.d.ts +1 -1
  64. package/dist-types/ts3.4/models/TextractServiceException.d.ts +1 -0
  65. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TextractClient = void 0;
3
+ exports.TextractClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class TextractClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AnalyzeDocumentCommand = void 0;
3
+ exports.AnalyzeDocumentCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class AnalyzeDocumentCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AnalyzeExpenseCommand = void 0;
3
+ exports.AnalyzeExpenseCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class AnalyzeExpenseCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AnalyzeIDCommand = void 0;
3
+ exports.AnalyzeIDCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class AnalyzeIDCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DetectDocumentTextCommand = void 0;
3
+ exports.DetectDocumentTextCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DetectDocumentTextCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDocumentAnalysisCommand = void 0;
3
+ exports.GetDocumentAnalysisCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetDocumentAnalysisCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDocumentTextDetectionCommand = void 0;
3
+ exports.GetDocumentTextDetectionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetDocumentTextDetectionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetExpenseAnalysisCommand = void 0;
3
+ exports.GetExpenseAnalysisCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetExpenseAnalysisCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetLendingAnalysisCommand = void 0;
3
+ exports.GetLendingAnalysisCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetLendingAnalysisCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetLendingAnalysisSummaryCommand = void 0;
3
+ exports.GetLendingAnalysisSummaryCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetLendingAnalysisSummaryCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartDocumentAnalysisCommand = void 0;
3
+ exports.StartDocumentAnalysisCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartDocumentAnalysisCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartDocumentTextDetectionCommand = void 0;
3
+ exports.StartDocumentTextDetectionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartDocumentTextDetectionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartExpenseAnalysisCommand = void 0;
3
+ exports.StartExpenseAnalysisCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartExpenseAnalysisCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartLendingAnalysisCommand = void 0;
3
+ exports.StartLendingAnalysisCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartLendingAnalysisCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TextractServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./Textract"), exports);
6
5
  tslib_1.__exportStar(require("./TextractClient"), exports);
6
+ tslib_1.__exportStar(require("./Textract"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
8
  tslib_1.__exportStar(require("./models"), exports);
9
9
  var TextractServiceException_1 = require("./models/TextractServiceException");
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TextractServiceException = void 0;
3
+ exports.TextractServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class TextractServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class TextractClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_AnalyzeDocumentCommand, se_AnalyzeDocumentCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class AnalyzeDocumentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_AnalyzeExpenseCommand, se_AnalyzeExpenseCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class AnalyzeExpenseCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_AnalyzeIDCommand, se_AnalyzeIDCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class AnalyzeIDCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DetectDocumentTextCommand, se_DetectDocumentTextCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DetectDocumentTextCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetDocumentAnalysisCommand, se_GetDocumentAnalysisCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetDocumentAnalysisCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetDocumentTextDetectionCommand, se_GetDocumentTextDetectionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetDocumentTextDetectionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetExpenseAnalysisCommand, se_GetExpenseAnalysisCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetExpenseAnalysisCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetLendingAnalysisCommand, se_GetLendingAnalysisCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetLendingAnalysisCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetLendingAnalysisSummaryCommand, se_GetLendingAnalysisSummaryCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetLendingAnalysisSummaryCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartDocumentAnalysisCommand, se_StartDocumentAnalysisCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StartDocumentAnalysisCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartDocumentTextDetectionCommand, se_StartDocumentTextDetectionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StartDocumentTextDetectionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartExpenseAnalysisCommand, se_StartExpenseAnalysisCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StartExpenseAnalysisCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartLendingAnalysisCommand, se_StartLendingAnalysisCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StartLendingAnalysisCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,5 +1,5 @@
1
- export * from "./Textract";
2
1
  export * from "./TextractClient";
2
+ export * from "./Textract";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export { TextractServiceException } from "./models/TextractServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class TextractServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -22,6 +22,7 @@ import { StartDocumentTextDetectionCommandInput, StartDocumentTextDetectionComma
22
22
  import { StartExpenseAnalysisCommandInput, StartExpenseAnalysisCommandOutput } from "./commands/StartExpenseAnalysisCommand";
23
23
  import { StartLendingAnalysisCommandInput, StartLendingAnalysisCommandOutput } from "./commands/StartLendingAnalysisCommand";
24
24
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
25
+ export { __Client };
25
26
  /**
26
27
  * @public
27
28
  */
@@ -136,7 +137,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
136
137
  /**
137
138
  * @public
138
139
  */
139
- type TextractClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
140
+ export type TextractClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
140
141
  /**
141
142
  * @public
142
143
  *
@@ -147,7 +148,7 @@ export interface TextractClientConfig extends TextractClientConfigType {
147
148
  /**
148
149
  * @public
149
150
  */
150
- type TextractClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
151
+ export type TextractClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
151
152
  /**
152
153
  * @public
153
154
  *
@@ -174,4 +175,3 @@ export declare class TextractClient extends __Client<__HttpHandlerOptions, Servi
174
175
  */
175
176
  destroy(): void;
176
177
  }
177
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AnalyzeDocumentRequest, AnalyzeDocumentResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AnalyzeExpenseRequest, AnalyzeExpenseResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AnalyzeIDRequest, AnalyzeIDResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectDocumentTextRequest, DetectDocumentTextResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetDocumentAnalysisRequest, GetDocumentAnalysisResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetDocumentTextDetectionRequest, GetDocumentTextDetectionResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetExpenseAnalysisRequest, GetExpenseAnalysisResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetLendingAnalysisRequest, GetLendingAnalysisResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetLendingAnalysisSummaryRequest, GetLendingAnalysisSummaryResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartDocumentAnalysisRequest, StartDocumentAnalysisResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartDocumentTextDetectionRequest, StartDocumentTextDetectionResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartExpenseAnalysisRequest, StartExpenseAnalysisResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartLendingAnalysisRequest, StartLendingAnalysisResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,5 +1,12 @@
1
- export * from "./Textract";
1
+ /**
2
+ * <p>Amazon Textract detects and analyzes text in documents and converts it
3
+ * into machine-readable text. This is the API reference documentation for
4
+ * Amazon Textract.</p>
5
+ *
6
+ * @packageDocumentation
7
+ */
2
8
  export * from "./TextractClient";
9
+ export * from "./Textract";
3
10
  export * from "./commands";
4
11
  export * from "./models";
5
12
  export { TextractServiceException } from "./models/TextractServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -103,6 +103,7 @@ import {
103
103
  ClientResolvedEndpointParameters,
104
104
  EndpointParameters,
105
105
  } from "./endpoint/EndpointParameters";
106
+ export { __Client };
106
107
  export type ServiceInputTypes =
107
108
  | AnalyzeDocumentCommandInput
108
109
  | AnalyzeExpenseCommandInput
@@ -155,7 +156,7 @@ export interface ClientDefaults
155
156
  logger?: __Logger;
156
157
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
157
158
  }
158
- type TextractClientConfigType = Partial<
159
+ export type TextractClientConfigType = Partial<
159
160
  __SmithyConfiguration<__HttpHandlerOptions>
160
161
  > &
161
162
  ClientDefaults &
@@ -167,7 +168,7 @@ type TextractClientConfigType = Partial<
167
168
  UserAgentInputConfig &
168
169
  ClientInputEndpointParameters;
169
170
  export interface TextractClientConfig extends TextractClientConfigType {}
170
- type TextractClientResolvedConfigType =
171
+ export type TextractClientResolvedConfigType =
171
172
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
172
173
  Required<ClientDefaults> &
173
174
  RegionResolvedConfig &
@@ -189,4 +190,3 @@ export declare class TextractClient extends __Client<
189
190
  constructor(configuration: TextractClientConfig);
190
191
  destroy(): void;
191
192
  }
192
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TextractClientResolvedConfig,
17
17
  } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AnalyzeDocumentCommandInput extends AnalyzeDocumentRequest {}
19
20
  export interface AnalyzeDocumentCommandOutput
20
21
  extends AnalyzeDocumentResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TextractClientResolvedConfig,
17
17
  } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AnalyzeExpenseCommandInput extends AnalyzeExpenseRequest {}
19
20
  export interface AnalyzeExpenseCommandOutput
20
21
  extends AnalyzeExpenseResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  TextractClientResolvedConfig,
14
14
  } from "../TextractClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface AnalyzeIDCommandInput extends AnalyzeIDRequest {}
16
17
  export interface AnalyzeIDCommandOutput
17
18
  extends AnalyzeIDResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TextractClientResolvedConfig,
17
17
  } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DetectDocumentTextCommandInput
19
20
  extends DetectDocumentTextRequest {}
20
21
  export interface DetectDocumentTextCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TextractClientResolvedConfig,
17
17
  } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetDocumentAnalysisCommandInput
19
20
  extends GetDocumentAnalysisRequest {}
20
21
  export interface GetDocumentAnalysisCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TextractClientResolvedConfig,
17
17
  } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetDocumentTextDetectionCommandInput
19
20
  extends GetDocumentTextDetectionRequest {}
20
21
  export interface GetDocumentTextDetectionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TextractClientResolvedConfig,
17
17
  } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetExpenseAnalysisCommandInput
19
20
  extends GetExpenseAnalysisRequest {}
20
21
  export interface GetExpenseAnalysisCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TextractClientResolvedConfig,
17
17
  } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetLendingAnalysisCommandInput
19
20
  extends GetLendingAnalysisRequest {}
20
21
  export interface GetLendingAnalysisCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TextractClientResolvedConfig,
17
17
  } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetLendingAnalysisSummaryCommandInput
19
20
  extends GetLendingAnalysisSummaryRequest {}
20
21
  export interface GetLendingAnalysisSummaryCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TextractClientResolvedConfig,
17
17
  } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartDocumentAnalysisCommandInput
19
20
  extends StartDocumentAnalysisRequest {}
20
21
  export interface StartDocumentAnalysisCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TextractClientResolvedConfig,
17
17
  } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartDocumentTextDetectionCommandInput
19
20
  extends StartDocumentTextDetectionRequest {}
20
21
  export interface StartDocumentTextDetectionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TextractClientResolvedConfig,
17
17
  } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartExpenseAnalysisCommandInput
19
20
  extends StartExpenseAnalysisRequest {}
20
21
  export interface StartExpenseAnalysisCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TextractClientResolvedConfig,
17
17
  } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartLendingAnalysisCommandInput
19
20
  extends StartLendingAnalysisRequest {}
20
21
  export interface StartLendingAnalysisCommandOutput
@@ -1,5 +1,5 @@
1
- export * from "./Textract";
2
1
  export * from "./TextractClient";
2
+ export * from "./Textract";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export { TextractServiceException } from "./models/TextractServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class TextractServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-textract",
3
3
  "description": "AWS SDK for JavaScript Textract Client for Node.js, Browser and React Native",
4
- "version": "3.337.0",
4
+ "version": "3.341.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,36 +21,36 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.341.0",
25
+ "@aws-sdk/config-resolver": "3.341.0",
26
+ "@aws-sdk/credential-provider-node": "3.341.0",
27
+ "@aws-sdk/fetch-http-handler": "3.341.0",
28
+ "@aws-sdk/hash-node": "3.341.0",
29
+ "@aws-sdk/invalid-dependency": "3.341.0",
30
+ "@aws-sdk/middleware-content-length": "3.341.0",
31
+ "@aws-sdk/middleware-endpoint": "3.341.0",
32
+ "@aws-sdk/middleware-host-header": "3.341.0",
33
+ "@aws-sdk/middleware-logger": "3.341.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.341.0",
35
+ "@aws-sdk/middleware-retry": "3.341.0",
36
+ "@aws-sdk/middleware-serde": "3.341.0",
37
+ "@aws-sdk/middleware-signing": "3.341.0",
38
+ "@aws-sdk/middleware-stack": "3.341.0",
39
+ "@aws-sdk/middleware-user-agent": "3.341.0",
40
+ "@aws-sdk/node-config-provider": "3.341.0",
41
+ "@aws-sdk/node-http-handler": "3.341.0",
42
+ "@aws-sdk/smithy-client": "3.341.0",
43
+ "@aws-sdk/types": "3.341.0",
44
+ "@aws-sdk/url-parser": "3.341.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-user-agent-browser": "3.337.0",
53
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.341.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.341.0",
50
+ "@aws-sdk/util-endpoints": "3.341.0",
51
+ "@aws-sdk/util-retry": "3.341.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.341.0",
53
+ "@aws-sdk/util-user-agent-node": "3.341.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",