@aws-sdk/client-textract 3.306.0 → 3.310.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 (31) hide show
  1. package/dist-cjs/commands/AnalyzeDocumentCommand.js +2 -2
  2. package/dist-cjs/commands/AnalyzeExpenseCommand.js +2 -2
  3. package/dist-cjs/commands/AnalyzeIDCommand.js +2 -2
  4. package/dist-cjs/commands/DetectDocumentTextCommand.js +2 -2
  5. package/dist-cjs/commands/GetDocumentAnalysisCommand.js +2 -2
  6. package/dist-cjs/commands/GetDocumentTextDetectionCommand.js +2 -2
  7. package/dist-cjs/commands/GetExpenseAnalysisCommand.js +2 -2
  8. package/dist-cjs/commands/GetLendingAnalysisCommand.js +2 -2
  9. package/dist-cjs/commands/GetLendingAnalysisSummaryCommand.js +2 -2
  10. package/dist-cjs/commands/StartDocumentAnalysisCommand.js +2 -2
  11. package/dist-cjs/commands/StartDocumentTextDetectionCommand.js +2 -2
  12. package/dist-cjs/commands/StartExpenseAnalysisCommand.js +2 -2
  13. package/dist-cjs/commands/StartLendingAnalysisCommand.js +2 -2
  14. package/dist-cjs/protocols/Aws_json1_1.js +495 -569
  15. package/dist-es/commands/AnalyzeDocumentCommand.js +3 -3
  16. package/dist-es/commands/AnalyzeExpenseCommand.js +3 -3
  17. package/dist-es/commands/AnalyzeIDCommand.js +3 -3
  18. package/dist-es/commands/DetectDocumentTextCommand.js +3 -3
  19. package/dist-es/commands/GetDocumentAnalysisCommand.js +3 -3
  20. package/dist-es/commands/GetDocumentTextDetectionCommand.js +3 -3
  21. package/dist-es/commands/GetExpenseAnalysisCommand.js +3 -3
  22. package/dist-es/commands/GetLendingAnalysisCommand.js +3 -3
  23. package/dist-es/commands/GetLendingAnalysisSummaryCommand.js +3 -3
  24. package/dist-es/commands/StartDocumentAnalysisCommand.js +3 -3
  25. package/dist-es/commands/StartDocumentTextDetectionCommand.js +3 -3
  26. package/dist-es/commands/StartExpenseAnalysisCommand.js +3 -3
  27. package/dist-es/commands/StartLendingAnalysisCommand.js +3 -3
  28. package/dist-es/protocols/Aws_json1_1.js +468 -542
  29. package/dist-types/protocols/Aws_json1_1.d.ts +104 -26
  30. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +26 -26
  31. package/package.json +35 -35
@@ -36,10 +36,10 @@ class AnalyzeDocumentCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1AnalyzeDocumentCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_AnalyzeDocumentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1AnalyzeDocumentCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_AnalyzeDocumentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AnalyzeDocumentCommand = AnalyzeDocumentCommand;
@@ -36,10 +36,10 @@ class AnalyzeExpenseCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1AnalyzeExpenseCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_AnalyzeExpenseCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1AnalyzeExpenseCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_AnalyzeExpenseCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AnalyzeExpenseCommand = AnalyzeExpenseCommand;
@@ -36,10 +36,10 @@ class AnalyzeIDCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1AnalyzeIDCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_AnalyzeIDCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1AnalyzeIDCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_AnalyzeIDCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AnalyzeIDCommand = AnalyzeIDCommand;
@@ -36,10 +36,10 @@ class DetectDocumentTextCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DetectDocumentTextCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DetectDocumentTextCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DetectDocumentTextCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DetectDocumentTextCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DetectDocumentTextCommand = DetectDocumentTextCommand;
@@ -36,10 +36,10 @@ class GetDocumentAnalysisCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetDocumentAnalysisCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetDocumentAnalysisCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetDocumentAnalysisCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetDocumentAnalysisCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDocumentAnalysisCommand = GetDocumentAnalysisCommand;
@@ -36,10 +36,10 @@ class GetDocumentTextDetectionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetDocumentTextDetectionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetDocumentTextDetectionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetDocumentTextDetectionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetDocumentTextDetectionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDocumentTextDetectionCommand = GetDocumentTextDetectionCommand;
@@ -36,10 +36,10 @@ class GetExpenseAnalysisCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetExpenseAnalysisCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetExpenseAnalysisCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetExpenseAnalysisCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetExpenseAnalysisCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetExpenseAnalysisCommand = GetExpenseAnalysisCommand;
@@ -36,10 +36,10 @@ class GetLendingAnalysisCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetLendingAnalysisCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetLendingAnalysisCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetLendingAnalysisCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetLendingAnalysisCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetLendingAnalysisCommand = GetLendingAnalysisCommand;
@@ -36,10 +36,10 @@ class GetLendingAnalysisSummaryCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetLendingAnalysisSummaryCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetLendingAnalysisSummaryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetLendingAnalysisSummaryCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetLendingAnalysisSummaryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetLendingAnalysisSummaryCommand = GetLendingAnalysisSummaryCommand;
@@ -36,10 +36,10 @@ class StartDocumentAnalysisCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1StartDocumentAnalysisCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_StartDocumentAnalysisCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1StartDocumentAnalysisCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_StartDocumentAnalysisCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartDocumentAnalysisCommand = StartDocumentAnalysisCommand;
@@ -36,10 +36,10 @@ class StartDocumentTextDetectionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1StartDocumentTextDetectionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_StartDocumentTextDetectionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1StartDocumentTextDetectionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_StartDocumentTextDetectionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartDocumentTextDetectionCommand = StartDocumentTextDetectionCommand;
@@ -36,10 +36,10 @@ class StartExpenseAnalysisCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1StartExpenseAnalysisCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_StartExpenseAnalysisCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1StartExpenseAnalysisCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_StartExpenseAnalysisCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartExpenseAnalysisCommand = StartExpenseAnalysisCommand;
@@ -36,10 +36,10 @@ class StartLendingAnalysisCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1StartLendingAnalysisCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_StartLendingAnalysisCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1StartLendingAnalysisCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_StartLendingAnalysisCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartLendingAnalysisCommand = StartLendingAnalysisCommand;