@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
@@ -13,29 +13,107 @@ import { StartDocumentAnalysisCommandInput, StartDocumentAnalysisCommandOutput }
13
13
  import { StartDocumentTextDetectionCommandInput, StartDocumentTextDetectionCommandOutput } from "../commands/StartDocumentTextDetectionCommand";
14
14
  import { StartExpenseAnalysisCommandInput, StartExpenseAnalysisCommandOutput } from "../commands/StartExpenseAnalysisCommand";
15
15
  import { StartLendingAnalysisCommandInput, StartLendingAnalysisCommandOutput } from "../commands/StartLendingAnalysisCommand";
16
- export declare const serializeAws_json1_1AnalyzeDocumentCommand: (input: AnalyzeDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
17
- export declare const serializeAws_json1_1AnalyzeExpenseCommand: (input: AnalyzeExpenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
18
- export declare const serializeAws_json1_1AnalyzeIDCommand: (input: AnalyzeIDCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
- export declare const serializeAws_json1_1DetectDocumentTextCommand: (input: DetectDocumentTextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
- export declare const serializeAws_json1_1GetDocumentAnalysisCommand: (input: GetDocumentAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- export declare const serializeAws_json1_1GetDocumentTextDetectionCommand: (input: GetDocumentTextDetectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
- export declare const serializeAws_json1_1GetExpenseAnalysisCommand: (input: GetExpenseAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- export declare const serializeAws_json1_1GetLendingAnalysisCommand: (input: GetLendingAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- export declare const serializeAws_json1_1GetLendingAnalysisSummaryCommand: (input: GetLendingAnalysisSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_json1_1StartDocumentAnalysisCommand: (input: StartDocumentAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_json1_1StartDocumentTextDetectionCommand: (input: StartDocumentTextDetectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_json1_1StartExpenseAnalysisCommand: (input: StartExpenseAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_json1_1StartLendingAnalysisCommand: (input: StartLendingAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const deserializeAws_json1_1AnalyzeDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AnalyzeDocumentCommandOutput>;
30
- export declare const deserializeAws_json1_1AnalyzeExpenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AnalyzeExpenseCommandOutput>;
31
- export declare const deserializeAws_json1_1AnalyzeIDCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AnalyzeIDCommandOutput>;
32
- export declare const deserializeAws_json1_1DetectDocumentTextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectDocumentTextCommandOutput>;
33
- export declare const deserializeAws_json1_1GetDocumentAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentAnalysisCommandOutput>;
34
- export declare const deserializeAws_json1_1GetDocumentTextDetectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentTextDetectionCommandOutput>;
35
- export declare const deserializeAws_json1_1GetExpenseAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExpenseAnalysisCommandOutput>;
36
- export declare const deserializeAws_json1_1GetLendingAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLendingAnalysisCommandOutput>;
37
- export declare const deserializeAws_json1_1GetLendingAnalysisSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLendingAnalysisSummaryCommandOutput>;
38
- export declare const deserializeAws_json1_1StartDocumentAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDocumentAnalysisCommandOutput>;
39
- export declare const deserializeAws_json1_1StartDocumentTextDetectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDocumentTextDetectionCommandOutput>;
40
- export declare const deserializeAws_json1_1StartExpenseAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartExpenseAnalysisCommandOutput>;
41
- export declare const deserializeAws_json1_1StartLendingAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartLendingAnalysisCommandOutput>;
16
+ /**
17
+ * serializeAws_json1_1AnalyzeDocumentCommand
18
+ */
19
+ export declare const se_AnalyzeDocumentCommand: (input: AnalyzeDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
+ /**
21
+ * serializeAws_json1_1AnalyzeExpenseCommand
22
+ */
23
+ export declare const se_AnalyzeExpenseCommand: (input: AnalyzeExpenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
+ /**
25
+ * serializeAws_json1_1AnalyzeIDCommand
26
+ */
27
+ export declare const se_AnalyzeIDCommand: (input: AnalyzeIDCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
+ /**
29
+ * serializeAws_json1_1DetectDocumentTextCommand
30
+ */
31
+ export declare const se_DetectDocumentTextCommand: (input: DetectDocumentTextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
+ /**
33
+ * serializeAws_json1_1GetDocumentAnalysisCommand
34
+ */
35
+ export declare const se_GetDocumentAnalysisCommand: (input: GetDocumentAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
+ /**
37
+ * serializeAws_json1_1GetDocumentTextDetectionCommand
38
+ */
39
+ export declare const se_GetDocumentTextDetectionCommand: (input: GetDocumentTextDetectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
+ /**
41
+ * serializeAws_json1_1GetExpenseAnalysisCommand
42
+ */
43
+ export declare const se_GetExpenseAnalysisCommand: (input: GetExpenseAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
+ /**
45
+ * serializeAws_json1_1GetLendingAnalysisCommand
46
+ */
47
+ export declare const se_GetLendingAnalysisCommand: (input: GetLendingAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ /**
49
+ * serializeAws_json1_1GetLendingAnalysisSummaryCommand
50
+ */
51
+ export declare const se_GetLendingAnalysisSummaryCommand: (input: GetLendingAnalysisSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
+ /**
53
+ * serializeAws_json1_1StartDocumentAnalysisCommand
54
+ */
55
+ export declare const se_StartDocumentAnalysisCommand: (input: StartDocumentAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ /**
57
+ * serializeAws_json1_1StartDocumentTextDetectionCommand
58
+ */
59
+ export declare const se_StartDocumentTextDetectionCommand: (input: StartDocumentTextDetectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ /**
61
+ * serializeAws_json1_1StartExpenseAnalysisCommand
62
+ */
63
+ export declare const se_StartExpenseAnalysisCommand: (input: StartExpenseAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ /**
65
+ * serializeAws_json1_1StartLendingAnalysisCommand
66
+ */
67
+ export declare const se_StartLendingAnalysisCommand: (input: StartLendingAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
+ /**
69
+ * deserializeAws_json1_1AnalyzeDocumentCommand
70
+ */
71
+ export declare const de_AnalyzeDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AnalyzeDocumentCommandOutput>;
72
+ /**
73
+ * deserializeAws_json1_1AnalyzeExpenseCommand
74
+ */
75
+ export declare const de_AnalyzeExpenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AnalyzeExpenseCommandOutput>;
76
+ /**
77
+ * deserializeAws_json1_1AnalyzeIDCommand
78
+ */
79
+ export declare const de_AnalyzeIDCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AnalyzeIDCommandOutput>;
80
+ /**
81
+ * deserializeAws_json1_1DetectDocumentTextCommand
82
+ */
83
+ export declare const de_DetectDocumentTextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectDocumentTextCommandOutput>;
84
+ /**
85
+ * deserializeAws_json1_1GetDocumentAnalysisCommand
86
+ */
87
+ export declare const de_GetDocumentAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentAnalysisCommandOutput>;
88
+ /**
89
+ * deserializeAws_json1_1GetDocumentTextDetectionCommand
90
+ */
91
+ export declare const de_GetDocumentTextDetectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentTextDetectionCommandOutput>;
92
+ /**
93
+ * deserializeAws_json1_1GetExpenseAnalysisCommand
94
+ */
95
+ export declare const de_GetExpenseAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExpenseAnalysisCommandOutput>;
96
+ /**
97
+ * deserializeAws_json1_1GetLendingAnalysisCommand
98
+ */
99
+ export declare const de_GetLendingAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLendingAnalysisCommandOutput>;
100
+ /**
101
+ * deserializeAws_json1_1GetLendingAnalysisSummaryCommand
102
+ */
103
+ export declare const de_GetLendingAnalysisSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLendingAnalysisSummaryCommandOutput>;
104
+ /**
105
+ * deserializeAws_json1_1StartDocumentAnalysisCommand
106
+ */
107
+ export declare const de_StartDocumentAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDocumentAnalysisCommandOutput>;
108
+ /**
109
+ * deserializeAws_json1_1StartDocumentTextDetectionCommand
110
+ */
111
+ export declare const de_StartDocumentTextDetectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDocumentTextDetectionCommandOutput>;
112
+ /**
113
+ * deserializeAws_json1_1StartExpenseAnalysisCommand
114
+ */
115
+ export declare const de_StartExpenseAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartExpenseAnalysisCommandOutput>;
116
+ /**
117
+ * deserializeAws_json1_1StartLendingAnalysisCommand
118
+ */
119
+ export declare const de_StartLendingAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartLendingAnalysisCommandOutput>;
@@ -55,107 +55,107 @@ import {
55
55
  StartLendingAnalysisCommandInput,
56
56
  StartLendingAnalysisCommandOutput,
57
57
  } from "../commands/StartLendingAnalysisCommand";
58
- export declare const serializeAws_json1_1AnalyzeDocumentCommand: (
58
+ export declare const se_AnalyzeDocumentCommand: (
59
59
  input: AnalyzeDocumentCommandInput,
60
60
  context: __SerdeContext
61
61
  ) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1AnalyzeExpenseCommand: (
62
+ export declare const se_AnalyzeExpenseCommand: (
63
63
  input: AnalyzeExpenseCommandInput,
64
64
  context: __SerdeContext
65
65
  ) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1AnalyzeIDCommand: (
66
+ export declare const se_AnalyzeIDCommand: (
67
67
  input: AnalyzeIDCommandInput,
68
68
  context: __SerdeContext
69
69
  ) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1DetectDocumentTextCommand: (
70
+ export declare const se_DetectDocumentTextCommand: (
71
71
  input: DetectDocumentTextCommandInput,
72
72
  context: __SerdeContext
73
73
  ) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1GetDocumentAnalysisCommand: (
74
+ export declare const se_GetDocumentAnalysisCommand: (
75
75
  input: GetDocumentAnalysisCommandInput,
76
76
  context: __SerdeContext
77
77
  ) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1GetDocumentTextDetectionCommand: (
78
+ export declare const se_GetDocumentTextDetectionCommand: (
79
79
  input: GetDocumentTextDetectionCommandInput,
80
80
  context: __SerdeContext
81
81
  ) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1GetExpenseAnalysisCommand: (
82
+ export declare const se_GetExpenseAnalysisCommand: (
83
83
  input: GetExpenseAnalysisCommandInput,
84
84
  context: __SerdeContext
85
85
  ) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1GetLendingAnalysisCommand: (
86
+ export declare const se_GetLendingAnalysisCommand: (
87
87
  input: GetLendingAnalysisCommandInput,
88
88
  context: __SerdeContext
89
89
  ) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1GetLendingAnalysisSummaryCommand: (
90
+ export declare const se_GetLendingAnalysisSummaryCommand: (
91
91
  input: GetLendingAnalysisSummaryCommandInput,
92
92
  context: __SerdeContext
93
93
  ) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1StartDocumentAnalysisCommand: (
94
+ export declare const se_StartDocumentAnalysisCommand: (
95
95
  input: StartDocumentAnalysisCommandInput,
96
96
  context: __SerdeContext
97
97
  ) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1StartDocumentTextDetectionCommand: (
98
+ export declare const se_StartDocumentTextDetectionCommand: (
99
99
  input: StartDocumentTextDetectionCommandInput,
100
100
  context: __SerdeContext
101
101
  ) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1StartExpenseAnalysisCommand: (
102
+ export declare const se_StartExpenseAnalysisCommand: (
103
103
  input: StartExpenseAnalysisCommandInput,
104
104
  context: __SerdeContext
105
105
  ) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1StartLendingAnalysisCommand: (
106
+ export declare const se_StartLendingAnalysisCommand: (
107
107
  input: StartLendingAnalysisCommandInput,
108
108
  context: __SerdeContext
109
109
  ) => Promise<__HttpRequest>;
110
- export declare const deserializeAws_json1_1AnalyzeDocumentCommand: (
110
+ export declare const de_AnalyzeDocumentCommand: (
111
111
  output: __HttpResponse,
112
112
  context: __SerdeContext
113
113
  ) => Promise<AnalyzeDocumentCommandOutput>;
114
- export declare const deserializeAws_json1_1AnalyzeExpenseCommand: (
114
+ export declare const de_AnalyzeExpenseCommand: (
115
115
  output: __HttpResponse,
116
116
  context: __SerdeContext
117
117
  ) => Promise<AnalyzeExpenseCommandOutput>;
118
- export declare const deserializeAws_json1_1AnalyzeIDCommand: (
118
+ export declare const de_AnalyzeIDCommand: (
119
119
  output: __HttpResponse,
120
120
  context: __SerdeContext
121
121
  ) => Promise<AnalyzeIDCommandOutput>;
122
- export declare const deserializeAws_json1_1DetectDocumentTextCommand: (
122
+ export declare const de_DetectDocumentTextCommand: (
123
123
  output: __HttpResponse,
124
124
  context: __SerdeContext
125
125
  ) => Promise<DetectDocumentTextCommandOutput>;
126
- export declare const deserializeAws_json1_1GetDocumentAnalysisCommand: (
126
+ export declare const de_GetDocumentAnalysisCommand: (
127
127
  output: __HttpResponse,
128
128
  context: __SerdeContext
129
129
  ) => Promise<GetDocumentAnalysisCommandOutput>;
130
- export declare const deserializeAws_json1_1GetDocumentTextDetectionCommand: (
130
+ export declare const de_GetDocumentTextDetectionCommand: (
131
131
  output: __HttpResponse,
132
132
  context: __SerdeContext
133
133
  ) => Promise<GetDocumentTextDetectionCommandOutput>;
134
- export declare const deserializeAws_json1_1GetExpenseAnalysisCommand: (
134
+ export declare const de_GetExpenseAnalysisCommand: (
135
135
  output: __HttpResponse,
136
136
  context: __SerdeContext
137
137
  ) => Promise<GetExpenseAnalysisCommandOutput>;
138
- export declare const deserializeAws_json1_1GetLendingAnalysisCommand: (
138
+ export declare const de_GetLendingAnalysisCommand: (
139
139
  output: __HttpResponse,
140
140
  context: __SerdeContext
141
141
  ) => Promise<GetLendingAnalysisCommandOutput>;
142
- export declare const deserializeAws_json1_1GetLendingAnalysisSummaryCommand: (
142
+ export declare const de_GetLendingAnalysisSummaryCommand: (
143
143
  output: __HttpResponse,
144
144
  context: __SerdeContext
145
145
  ) => Promise<GetLendingAnalysisSummaryCommandOutput>;
146
- export declare const deserializeAws_json1_1StartDocumentAnalysisCommand: (
146
+ export declare const de_StartDocumentAnalysisCommand: (
147
147
  output: __HttpResponse,
148
148
  context: __SerdeContext
149
149
  ) => Promise<StartDocumentAnalysisCommandOutput>;
150
- export declare const deserializeAws_json1_1StartDocumentTextDetectionCommand: (
150
+ export declare const de_StartDocumentTextDetectionCommand: (
151
151
  output: __HttpResponse,
152
152
  context: __SerdeContext
153
153
  ) => Promise<StartDocumentTextDetectionCommandOutput>;
154
- export declare const deserializeAws_json1_1StartExpenseAnalysisCommand: (
154
+ export declare const de_StartExpenseAnalysisCommand: (
155
155
  output: __HttpResponse,
156
156
  context: __SerdeContext
157
157
  ) => Promise<StartExpenseAnalysisCommandOutput>;
158
- export declare const deserializeAws_json1_1StartLendingAnalysisCommand: (
158
+ export declare const de_StartLendingAnalysisCommand: (
159
159
  output: __HttpResponse,
160
160
  context: __SerdeContext
161
161
  ) => Promise<StartLendingAnalysisCommandOutput>;
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.306.0",
4
+ "version": "3.310.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,42 +21,42 @@
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.306.0",
25
- "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
27
- "@aws-sdk/fetch-http-handler": "3.306.0",
28
- "@aws-sdk/hash-node": "3.306.0",
29
- "@aws-sdk/invalid-dependency": "3.306.0",
30
- "@aws-sdk/middleware-content-length": "3.306.0",
31
- "@aws-sdk/middleware-endpoint": "3.306.0",
32
- "@aws-sdk/middleware-host-header": "3.306.0",
33
- "@aws-sdk/middleware-logger": "3.306.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
- "@aws-sdk/middleware-retry": "3.306.0",
36
- "@aws-sdk/middleware-serde": "3.306.0",
37
- "@aws-sdk/middleware-signing": "3.306.0",
38
- "@aws-sdk/middleware-stack": "3.306.0",
39
- "@aws-sdk/middleware-user-agent": "3.306.0",
40
- "@aws-sdk/node-config-provider": "3.306.0",
41
- "@aws-sdk/node-http-handler": "3.306.0",
42
- "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
44
- "@aws-sdk/types": "3.306.0",
45
- "@aws-sdk/url-parser": "3.306.0",
46
- "@aws-sdk/util-base64": "3.303.0",
47
- "@aws-sdk/util-body-length-browser": "3.303.0",
48
- "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
51
- "@aws-sdk/util-endpoints": "3.306.0",
52
- "@aws-sdk/util-retry": "3.306.0",
53
- "@aws-sdk/util-user-agent-browser": "3.306.0",
54
- "@aws-sdk/util-user-agent-node": "3.306.0",
55
- "@aws-sdk/util-utf8": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.310.0",
25
+ "@aws-sdk/config-resolver": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.310.0",
27
+ "@aws-sdk/fetch-http-handler": "3.310.0",
28
+ "@aws-sdk/hash-node": "3.310.0",
29
+ "@aws-sdk/invalid-dependency": "3.310.0",
30
+ "@aws-sdk/middleware-content-length": "3.310.0",
31
+ "@aws-sdk/middleware-endpoint": "3.310.0",
32
+ "@aws-sdk/middleware-host-header": "3.310.0",
33
+ "@aws-sdk/middleware-logger": "3.310.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
+ "@aws-sdk/middleware-retry": "3.310.0",
36
+ "@aws-sdk/middleware-serde": "3.310.0",
37
+ "@aws-sdk/middleware-signing": "3.310.0",
38
+ "@aws-sdk/middleware-stack": "3.310.0",
39
+ "@aws-sdk/middleware-user-agent": "3.310.0",
40
+ "@aws-sdk/node-config-provider": "3.310.0",
41
+ "@aws-sdk/node-http-handler": "3.310.0",
42
+ "@aws-sdk/protocol-http": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.310.0",
44
+ "@aws-sdk/types": "3.310.0",
45
+ "@aws-sdk/url-parser": "3.310.0",
46
+ "@aws-sdk/util-base64": "3.310.0",
47
+ "@aws-sdk/util-body-length-browser": "3.310.0",
48
+ "@aws-sdk/util-body-length-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.310.0",
52
+ "@aws-sdk/util-retry": "3.310.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.310.0",
54
+ "@aws-sdk/util-user-agent-node": "3.310.0",
55
+ "@aws-sdk/util-utf8": "3.310.0",
56
56
  "tslib": "^2.5.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.303.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.310.0",
60
60
  "@tsconfig/node14": "1.0.3",
61
61
  "@types/node": "^14.14.31",
62
62
  "concurrently": "7.0.0",
@@ -76,7 +76,7 @@
76
76
  }
77
77
  },
78
78
  "files": [
79
- "dist-*"
79
+ "dist-*/**"
80
80
  ],
81
81
  "author": {
82
82
  "name": "AWS SDK for JavaScript Team",