@aws-sdk/client-textract 3.40.0 → 3.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/endpoints.js +8 -0
- package/dist-es/endpoints.js +8 -0
- package/dist-types/commands/AnalyzeDocumentCommand.d.ts +1 -1
- package/dist-types/commands/AnalyzeExpenseCommand.d.ts +1 -1
- package/dist-types/commands/DetectDocumentTextCommand.d.ts +1 -1
- package/dist-types/commands/GetDocumentAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/GetDocumentTextDetectionCommand.d.ts +1 -1
- package/dist-types/commands/GetExpenseAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartDocumentAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartDocumentTextDetectionCommand.d.ts +1 -1
- package/dist-types/commands/StartExpenseAnalysisCommand.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
18
|
|
|
8
19
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -168,6 +168,10 @@ const partitionHash = {
|
|
|
168
168
|
hostname: "textract.{region}.c2s.ic.gov",
|
|
169
169
|
tags: [],
|
|
170
170
|
},
|
|
171
|
+
{
|
|
172
|
+
hostname: "textract-fips.{region}.c2s.ic.gov",
|
|
173
|
+
tags: ["fips"],
|
|
174
|
+
},
|
|
171
175
|
],
|
|
172
176
|
},
|
|
173
177
|
"aws-iso-b": {
|
|
@@ -178,6 +182,10 @@ const partitionHash = {
|
|
|
178
182
|
hostname: "textract.{region}.sc2s.sgov.gov",
|
|
179
183
|
tags: [],
|
|
180
184
|
},
|
|
185
|
+
{
|
|
186
|
+
hostname: "textract-fips.{region}.sc2s.sgov.gov",
|
|
187
|
+
tags: ["fips"],
|
|
188
|
+
},
|
|
181
189
|
],
|
|
182
190
|
},
|
|
183
191
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -166,6 +166,10 @@ var partitionHash = {
|
|
|
166
166
|
hostname: "textract.{region}.c2s.ic.gov",
|
|
167
167
|
tags: [],
|
|
168
168
|
},
|
|
169
|
+
{
|
|
170
|
+
hostname: "textract-fips.{region}.c2s.ic.gov",
|
|
171
|
+
tags: ["fips"],
|
|
172
|
+
},
|
|
169
173
|
],
|
|
170
174
|
},
|
|
171
175
|
"aws-iso-b": {
|
|
@@ -176,6 +180,10 @@ var partitionHash = {
|
|
|
176
180
|
hostname: "textract.{region}.sc2s.sgov.gov",
|
|
177
181
|
tags: [],
|
|
178
182
|
},
|
|
183
|
+
{
|
|
184
|
+
hostname: "textract-fips.{region}.sc2s.sgov.gov",
|
|
185
|
+
tags: ["fips"],
|
|
186
|
+
},
|
|
179
187
|
],
|
|
180
188
|
},
|
|
181
189
|
"aws-us-gov": {
|
|
@@ -50,7 +50,7 @@ export interface AnalyzeDocumentCommandOutput extends AnalyzeDocumentResponse, _
|
|
|
50
50
|
*
|
|
51
51
|
* @see {@link AnalyzeDocumentCommandInput} for command's `input` shape.
|
|
52
52
|
* @see {@link AnalyzeDocumentCommandOutput} for command's `response` shape.
|
|
53
|
-
* @see {@link TextractClientResolvedConfig | config} for
|
|
53
|
+
* @see {@link TextractClientResolvedConfig | config} for TextractClient's `config` shape.
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
export declare class AnalyzeDocumentCommand extends $Command<AnalyzeDocumentCommandInput, AnalyzeDocumentCommandOutput, TextractClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface AnalyzeExpenseCommandOutput extends AnalyzeExpenseResponse, __M
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link AnalyzeExpenseCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link AnalyzeExpenseCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link TextractClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link TextractClientResolvedConfig | config} for TextractClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class AnalyzeExpenseCommand extends $Command<AnalyzeExpenseCommandInput, AnalyzeExpenseCommandOutput, TextractClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface DetectDocumentTextCommandOutput extends DetectDocumentTextRespo
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link DetectDocumentTextCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link DetectDocumentTextCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link TextractClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link TextractClientResolvedConfig | config} for TextractClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class DetectDocumentTextCommand extends $Command<DetectDocumentTextCommandInput, DetectDocumentTextCommandOutput, TextractClientResolvedConfig> {
|
|
@@ -64,7 +64,7 @@ export interface GetDocumentAnalysisCommandOutput extends GetDocumentAnalysisRes
|
|
|
64
64
|
*
|
|
65
65
|
* @see {@link GetDocumentAnalysisCommandInput} for command's `input` shape.
|
|
66
66
|
* @see {@link GetDocumentAnalysisCommandOutput} for command's `response` shape.
|
|
67
|
-
* @see {@link TextractClientResolvedConfig | config} for
|
|
67
|
+
* @see {@link TextractClientResolvedConfig | config} for TextractClient's `config` shape.
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
export declare class GetDocumentAnalysisCommand extends $Command<GetDocumentAnalysisCommandInput, GetDocumentAnalysisCommandOutput, TextractClientResolvedConfig> {
|
|
@@ -44,7 +44,7 @@ export interface GetDocumentTextDetectionCommandOutput extends GetDocumentTextDe
|
|
|
44
44
|
*
|
|
45
45
|
* @see {@link GetDocumentTextDetectionCommandInput} for command's `input` shape.
|
|
46
46
|
* @see {@link GetDocumentTextDetectionCommandOutput} for command's `response` shape.
|
|
47
|
-
* @see {@link TextractClientResolvedConfig | config} for
|
|
47
|
+
* @see {@link TextractClientResolvedConfig | config} for TextractClient's `config` shape.
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
export declare class GetDocumentTextDetectionCommand extends $Command<GetDocumentTextDetectionCommandInput, GetDocumentTextDetectionCommandOutput, TextractClientResolvedConfig> {
|
|
@@ -36,7 +36,7 @@ export interface GetExpenseAnalysisCommandOutput extends GetExpenseAnalysisRespo
|
|
|
36
36
|
*
|
|
37
37
|
* @see {@link GetExpenseAnalysisCommandInput} for command's `input` shape.
|
|
38
38
|
* @see {@link GetExpenseAnalysisCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link TextractClientResolvedConfig | config} for
|
|
39
|
+
* @see {@link TextractClientResolvedConfig | config} for TextractClient's `config` shape.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
export declare class GetExpenseAnalysisCommand extends $Command<GetExpenseAnalysisCommandInput, GetExpenseAnalysisCommandOutput, TextractClientResolvedConfig> {
|
|
@@ -37,7 +37,7 @@ export interface StartDocumentAnalysisCommandOutput extends StartDocumentAnalysi
|
|
|
37
37
|
*
|
|
38
38
|
* @see {@link StartDocumentAnalysisCommandInput} for command's `input` shape.
|
|
39
39
|
* @see {@link StartDocumentAnalysisCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link TextractClientResolvedConfig | config} for
|
|
40
|
+
* @see {@link TextractClientResolvedConfig | config} for TextractClient's `config` shape.
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
export declare class StartDocumentAnalysisCommand extends $Command<StartDocumentAnalysisCommandInput, StartDocumentAnalysisCommandOutput, TextractClientResolvedConfig> {
|
|
@@ -36,7 +36,7 @@ export interface StartDocumentTextDetectionCommandOutput extends StartDocumentTe
|
|
|
36
36
|
*
|
|
37
37
|
* @see {@link StartDocumentTextDetectionCommandInput} for command's `input` shape.
|
|
38
38
|
* @see {@link StartDocumentTextDetectionCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link TextractClientResolvedConfig | config} for
|
|
39
|
+
* @see {@link TextractClientResolvedConfig | config} for TextractClient's `config` shape.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
export declare class StartDocumentTextDetectionCommand extends $Command<StartDocumentTextDetectionCommandInput, StartDocumentTextDetectionCommandOutput, TextractClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface StartExpenseAnalysisCommandOutput extends StartExpenseAnalysisR
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link StartExpenseAnalysisCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link StartExpenseAnalysisCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link TextractClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link TextractClientResolvedConfig | config} for TextractClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class StartExpenseAnalysisCommand extends $Command<StartExpenseAnalysisCommandInput, StartExpenseAnalysisCommandOutput, TextractClientResolvedConfig> {
|
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.
|
|
4
|
+
"version": "3.41.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.41.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|