@aws-sdk/client-athena 3.47.0 → 3.49.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 +35 -0
- package/dist-cjs/models/models_0.js +9 -3
- package/dist-cjs/protocols/Aws_json1_1.js +8 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +8 -0
- package/dist-types/models/models_0.d.ts +46 -9
- package/dist-types/ts3.4/models/models_0.d.ts +11 -0
- package/package.json +40 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,41 @@
|
|
|
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.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 01/28/2022 ([#3263](https://github.com/aws/aws-sdk-js-v3/issues/3263)) ([c207cf4](https://github.com/aws/aws-sdk-js-v3/commit/c207cf4a70ba9ef14dc5b94da7883b0889d64918))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-athena
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-athena
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
|
|
34
|
+
|
|
35
|
+
**Note:** Version bump only for package @aws-sdk/client-athena
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
6
41
|
# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
7
42
|
|
|
8
43
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.UpdateWorkGroupOutput = exports.UpdateWorkGroupInput = exports.WorkGroupConfigurationUpdates = void 0;
|
|
3
|
+
exports.GetQueryExecutionOutput = exports.GetQueryExecutionInput = exports.GetPreparedStatementOutput = exports.PreparedStatement = exports.GetPreparedStatementInput = exports.GetNamedQueryOutput = exports.GetNamedQueryInput = exports.GetDataCatalogOutput = exports.DataCatalog = exports.GetDataCatalogInput = exports.GetDatabaseOutput = exports.Database = exports.GetDatabaseInput = exports.DeleteWorkGroupOutput = exports.DeleteWorkGroupInput = exports.DeletePreparedStatementOutput = exports.DeletePreparedStatementInput = exports.DeleteNamedQueryOutput = exports.DeleteNamedQueryInput = exports.DeleteDataCatalogOutput = exports.DeleteDataCatalogInput = exports.CreateWorkGroupOutput = exports.CreateWorkGroupInput = exports.WorkGroupConfiguration = exports.CreatePreparedStatementOutput = exports.CreatePreparedStatementInput = exports.CreateNamedQueryOutput = exports.CreateNamedQueryInput = exports.CreateDataCatalogOutput = exports.CreateDataCatalogInput = exports.DataCatalogType = exports.Tag = exports.BatchGetQueryExecutionOutput = exports.UnprocessedQueryExecutionId = exports.QueryExecution = exports.QueryExecutionStatus = exports.QueryExecutionState = exports.AthenaError = exports.QueryExecutionStatistics = exports.StatementType = exports.ResultConfiguration = exports.EncryptionConfiguration = exports.EncryptionOption = exports.QueryExecutionContext = exports.EngineVersion = exports.BatchGetQueryExecutionInput = exports.BatchGetNamedQueryOutput = exports.UnprocessedNamedQueryId = exports.NamedQuery = exports.BatchGetNamedQueryInput = void 0;
|
|
4
|
+
exports.UpdatePreparedStatementOutput = exports.UpdatePreparedStatementInput = exports.UpdateDataCatalogOutput = exports.UpdateDataCatalogInput = exports.UntagResourceOutput = exports.UntagResourceInput = exports.TagResourceOutput = exports.TagResourceInput = exports.StopQueryExecutionOutput = exports.StopQueryExecutionInput = exports.ThrottleReason = exports.StartQueryExecutionOutput = exports.StartQueryExecutionInput = exports.ListWorkGroupsOutput = exports.WorkGroupSummary = exports.ListWorkGroupsInput = exports.ListTagsForResourceOutput = exports.ListTagsForResourceInput = exports.ListTableMetadataOutput = exports.ListTableMetadataInput = exports.ListQueryExecutionsOutput = exports.ListQueryExecutionsInput = exports.ListPreparedStatementsOutput = exports.PreparedStatementSummary = exports.ListPreparedStatementsInput = exports.ListNamedQueriesOutput = exports.ListNamedQueriesInput = exports.ListEngineVersionsOutput = exports.ListEngineVersionsInput = exports.ListDataCatalogsOutput = exports.DataCatalogSummary = exports.ListDataCatalogsInput = exports.ListDatabasesOutput = exports.ListDatabasesInput = exports.GetWorkGroupOutput = exports.WorkGroup = exports.WorkGroupState = exports.GetWorkGroupInput = exports.GetTableMetadataOutput = exports.TableMetadata = exports.Column = exports.GetTableMetadataInput = exports.GetQueryResultsOutput = exports.ResultSet = exports.Row = exports.Datum = exports.ResultSetMetadata = exports.ColumnInfo = exports.ColumnNullable = exports.GetQueryResultsInput = void 0;
|
|
5
|
+
exports.UpdateWorkGroupOutput = exports.UpdateWorkGroupInput = exports.WorkGroupConfigurationUpdates = exports.ResultConfigurationUpdates = void 0;
|
|
6
6
|
var BatchGetNamedQueryInput;
|
|
7
7
|
(function (BatchGetNamedQueryInput) {
|
|
8
8
|
BatchGetNamedQueryInput.filterSensitiveLog = (obj) => ({
|
|
@@ -75,6 +75,12 @@ var QueryExecutionStatistics;
|
|
|
75
75
|
...obj,
|
|
76
76
|
});
|
|
77
77
|
})(QueryExecutionStatistics = exports.QueryExecutionStatistics || (exports.QueryExecutionStatistics = {}));
|
|
78
|
+
var AthenaError;
|
|
79
|
+
(function (AthenaError) {
|
|
80
|
+
AthenaError.filterSensitiveLog = (obj) => ({
|
|
81
|
+
...obj,
|
|
82
|
+
});
|
|
83
|
+
})(AthenaError = exports.AthenaError || (exports.AthenaError = {}));
|
|
78
84
|
var QueryExecutionState;
|
|
79
85
|
(function (QueryExecutionState) {
|
|
80
86
|
QueryExecutionState["CANCELLED"] = "CANCELLED";
|
|
@@ -2769,6 +2769,11 @@ const serializeAws_json1_1WorkGroupConfigurationUpdates = (input, context) => {
|
|
|
2769
2769
|
}),
|
|
2770
2770
|
};
|
|
2771
2771
|
};
|
|
2772
|
+
const deserializeAws_json1_1AthenaError = (output, context) => {
|
|
2773
|
+
return {
|
|
2774
|
+
ErrorCategory: smithy_client_1.expectInt32(output.ErrorCategory),
|
|
2775
|
+
};
|
|
2776
|
+
};
|
|
2772
2777
|
const deserializeAws_json1_1BatchGetNamedQueryOutput = (output, context) => {
|
|
2773
2778
|
return {
|
|
2774
2779
|
NamedQueries: output.NamedQueries !== undefined && output.NamedQueries !== null
|
|
@@ -3216,6 +3221,9 @@ const deserializeAws_json1_1QueryExecutionStatistics = (output, context) => {
|
|
|
3216
3221
|
};
|
|
3217
3222
|
const deserializeAws_json1_1QueryExecutionStatus = (output, context) => {
|
|
3218
3223
|
return {
|
|
3224
|
+
AthenaError: output.AthenaError !== undefined && output.AthenaError !== null
|
|
3225
|
+
? deserializeAws_json1_1AthenaError(output.AthenaError, context)
|
|
3226
|
+
: undefined,
|
|
3219
3227
|
CompletionDateTime: output.CompletionDateTime !== undefined && output.CompletionDateTime !== null
|
|
3220
3228
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CompletionDateTime)))
|
|
3221
3229
|
: undefined,
|
|
@@ -51,6 +51,10 @@ export var QueryExecutionStatistics;
|
|
|
51
51
|
(function (QueryExecutionStatistics) {
|
|
52
52
|
QueryExecutionStatistics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
53
53
|
})(QueryExecutionStatistics || (QueryExecutionStatistics = {}));
|
|
54
|
+
export var AthenaError;
|
|
55
|
+
(function (AthenaError) {
|
|
56
|
+
AthenaError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
|
+
})(AthenaError || (AthenaError = {}));
|
|
54
58
|
export var QueryExecutionState;
|
|
55
59
|
(function (QueryExecutionState) {
|
|
56
60
|
QueryExecutionState["CANCELLED"] = "CANCELLED";
|
|
@@ -2941,6 +2941,11 @@ var serializeAws_json1_1WorkGroupConfigurationUpdates = function (input, context
|
|
|
2941
2941
|
ResultConfigurationUpdates: serializeAws_json1_1ResultConfigurationUpdates(input.ResultConfigurationUpdates, context),
|
|
2942
2942
|
}));
|
|
2943
2943
|
};
|
|
2944
|
+
var deserializeAws_json1_1AthenaError = function (output, context) {
|
|
2945
|
+
return {
|
|
2946
|
+
ErrorCategory: __expectInt32(output.ErrorCategory),
|
|
2947
|
+
};
|
|
2948
|
+
};
|
|
2944
2949
|
var deserializeAws_json1_1BatchGetNamedQueryOutput = function (output, context) {
|
|
2945
2950
|
return {
|
|
2946
2951
|
NamedQueries: output.NamedQueries !== undefined && output.NamedQueries !== null
|
|
@@ -3387,6 +3392,9 @@ var deserializeAws_json1_1QueryExecutionStatistics = function (output, context)
|
|
|
3387
3392
|
};
|
|
3388
3393
|
var deserializeAws_json1_1QueryExecutionStatus = function (output, context) {
|
|
3389
3394
|
return {
|
|
3395
|
+
AthenaError: output.AthenaError !== undefined && output.AthenaError !== null
|
|
3396
|
+
? deserializeAws_json1_1AthenaError(output.AthenaError, context)
|
|
3397
|
+
: undefined,
|
|
3390
3398
|
CompletionDateTime: output.CompletionDateTime !== undefined && output.CompletionDateTime !== null
|
|
3391
3399
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CompletionDateTime)))
|
|
3392
3400
|
: undefined,
|
|
@@ -153,7 +153,8 @@ export declare namespace EngineVersion {
|
|
|
153
153
|
*/
|
|
154
154
|
export interface QueryExecutionContext {
|
|
155
155
|
/**
|
|
156
|
-
* <p>The name of the database used in the query execution. The database must exist in the
|
|
156
|
+
* <p>The name of the database used in the query execution. The database must exist in the
|
|
157
|
+
* catalog.</p>
|
|
157
158
|
*/
|
|
158
159
|
Database?: string;
|
|
159
160
|
/**
|
|
@@ -288,6 +289,33 @@ export declare namespace QueryExecutionStatistics {
|
|
|
288
289
|
*/
|
|
289
290
|
const filterSensitiveLog: (obj: QueryExecutionStatistics) => any;
|
|
290
291
|
}
|
|
292
|
+
/**
|
|
293
|
+
* <p>Provides information about an Athena query error. The
|
|
294
|
+
* <code>AthenaError</code> feature provides standardized error information to help you
|
|
295
|
+
* understand failed queries and take steps after a query failure occurs.
|
|
296
|
+
* <code>AthenaError</code> includes an <code>ErrorCategory</code> field that specifies
|
|
297
|
+
* whether the cause of the failed query is due to system error, user error, or unknown
|
|
298
|
+
* error.</p>
|
|
299
|
+
*/
|
|
300
|
+
export interface AthenaError {
|
|
301
|
+
/**
|
|
302
|
+
* <p>An integer value that specifies the category of a query failure error. The following
|
|
303
|
+
* list shows the category for each integer value.</p>
|
|
304
|
+
* <p>
|
|
305
|
+
* <b>1</b> - System</p>
|
|
306
|
+
* <p>
|
|
307
|
+
* <b>2</b> - User</p>
|
|
308
|
+
* <p>
|
|
309
|
+
* <b>3</b> - Unknown</p>
|
|
310
|
+
*/
|
|
311
|
+
ErrorCategory?: number;
|
|
312
|
+
}
|
|
313
|
+
export declare namespace AthenaError {
|
|
314
|
+
/**
|
|
315
|
+
* @internal
|
|
316
|
+
*/
|
|
317
|
+
const filterSensitiveLog: (obj: AthenaError) => any;
|
|
318
|
+
}
|
|
291
319
|
export declare enum QueryExecutionState {
|
|
292
320
|
CANCELLED = "CANCELLED",
|
|
293
321
|
FAILED = "FAILED",
|
|
@@ -327,6 +355,10 @@ export interface QueryExecutionStatus {
|
|
|
327
355
|
* <p>The date and time that the query completed.</p>
|
|
328
356
|
*/
|
|
329
357
|
CompletionDateTime?: Date;
|
|
358
|
+
/**
|
|
359
|
+
* <p>Provides information about an Athena query error.</p>
|
|
360
|
+
*/
|
|
361
|
+
AthenaError?: AthenaError;
|
|
330
362
|
}
|
|
331
363
|
export declare namespace QueryExecutionStatus {
|
|
332
364
|
/**
|
|
@@ -472,8 +504,9 @@ export declare enum DataCatalogType {
|
|
|
472
504
|
export interface CreateDataCatalogInput {
|
|
473
505
|
/**
|
|
474
506
|
* <p>The name of the data catalog to create. The catalog name must be unique for the
|
|
475
|
-
* Amazon Web Services account and can use a maximum of
|
|
476
|
-
* sign, or hyphen characters
|
|
507
|
+
* Amazon Web Services account and can use a maximum of 127 alphanumeric, underscore, at
|
|
508
|
+
* sign, or hyphen characters. The remainder of the length constraint of 256 is reserved
|
|
509
|
+
* for use by Athena.</p>
|
|
477
510
|
*/
|
|
478
511
|
Name: string | undefined;
|
|
479
512
|
/**
|
|
@@ -703,7 +736,7 @@ export interface WorkGroupConfiguration {
|
|
|
703
736
|
* workgroup members cannot query data from Requester Pays buckets, and queries that
|
|
704
737
|
* retrieve data from Requester Pays buckets cause an error. The default is
|
|
705
738
|
* <code>false</code>. For more information about Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html">Requester
|
|
706
|
-
*
|
|
739
|
+
* Pays Buckets</a> in the <i>Amazon Simple Storage Service Developer
|
|
707
740
|
* Guide</i>.</p>
|
|
708
741
|
*/
|
|
709
742
|
RequesterPaysEnabled?: boolean;
|
|
@@ -939,8 +972,9 @@ export declare namespace GetDataCatalogInput {
|
|
|
939
972
|
*/
|
|
940
973
|
export interface DataCatalog {
|
|
941
974
|
/**
|
|
942
|
-
* <p>The name of the data catalog. The catalog name must be unique for the Amazon Web Services account and can use a maximum of
|
|
943
|
-
* or hyphen characters
|
|
975
|
+
* <p>The name of the data catalog. The catalog name must be unique for the Amazon Web Services account and can use a maximum of 127 alphanumeric, underscore, at sign,
|
|
976
|
+
* or hyphen characters. The remainder of the length constraint of 256 is reserved for use
|
|
977
|
+
* by Athena.</p>
|
|
944
978
|
*/
|
|
945
979
|
Name: string | undefined;
|
|
946
980
|
/**
|
|
@@ -1551,7 +1585,9 @@ export declare namespace ListDataCatalogsInput {
|
|
|
1551
1585
|
*/
|
|
1552
1586
|
export interface DataCatalogSummary {
|
|
1553
1587
|
/**
|
|
1554
|
-
* <p>The name of the data catalog
|
|
1588
|
+
* <p>The name of the data catalog. The catalog name is unique for the Amazon Web Services account and can use a maximum of 127 alphanumeric, underscore, at sign,
|
|
1589
|
+
* or hyphen characters. The remainder of the length constraint of 256 is reserved for use
|
|
1590
|
+
* by Athena.</p>
|
|
1555
1591
|
*/
|
|
1556
1592
|
CatalogName?: string;
|
|
1557
1593
|
/**
|
|
@@ -2060,8 +2096,9 @@ export declare namespace UntagResourceOutput {
|
|
|
2060
2096
|
export interface UpdateDataCatalogInput {
|
|
2061
2097
|
/**
|
|
2062
2098
|
* <p>The name of the data catalog to update. The catalog name must be unique for the
|
|
2063
|
-
* Amazon Web Services account and can use a maximum of
|
|
2064
|
-
* sign, or hyphen characters
|
|
2099
|
+
* Amazon Web Services account and can use a maximum of 127 alphanumeric, underscore, at
|
|
2100
|
+
* sign, or hyphen characters. The remainder of the length constraint of 256 is reserved
|
|
2101
|
+
* for use by Athena.</p>
|
|
2065
2102
|
*/
|
|
2066
2103
|
Name: string | undefined;
|
|
2067
2104
|
/**
|
|
@@ -146,6 +146,15 @@ export declare namespace QueryExecutionStatistics {
|
|
|
146
146
|
|
|
147
147
|
const filterSensitiveLog: (obj: QueryExecutionStatistics) => any;
|
|
148
148
|
}
|
|
149
|
+
|
|
150
|
+
export interface AthenaError {
|
|
151
|
+
|
|
152
|
+
ErrorCategory?: number;
|
|
153
|
+
}
|
|
154
|
+
export declare namespace AthenaError {
|
|
155
|
+
|
|
156
|
+
const filterSensitiveLog: (obj: AthenaError) => any;
|
|
157
|
+
}
|
|
149
158
|
export declare enum QueryExecutionState {
|
|
150
159
|
CANCELLED = "CANCELLED",
|
|
151
160
|
FAILED = "FAILED",
|
|
@@ -163,6 +172,8 @@ export interface QueryExecutionStatus {
|
|
|
163
172
|
SubmissionDateTime?: Date;
|
|
164
173
|
|
|
165
174
|
CompletionDateTime?: Date;
|
|
175
|
+
|
|
176
|
+
AthenaError?: AthenaError;
|
|
166
177
|
}
|
|
167
178
|
export declare namespace QueryExecutionStatus {
|
|
168
179
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-athena",
|
|
3
3
|
"description": "AWS SDK for JavaScript Athena Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.49.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
8
|
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
@@ -18,43 +18,49 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.49.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.49.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.49.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.49.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.49.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.49.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.49.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.49.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.49.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.49.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.49.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.49.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.49.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.49.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.49.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.49.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.49.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.49.0",
|
|
39
|
+
"@aws-sdk/types": "3.49.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.49.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.49.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.49.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.49.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.49.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.49.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.49.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.49.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.49.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.49.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.49.0",
|
|
51
51
|
"tslib": "^2.3.0",
|
|
52
52
|
"uuid": "^8.3.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.49.0",
|
|
56
|
+
"@tsconfig/recommended": "1.0.1",
|
|
56
57
|
"@types/node": "^12.7.5",
|
|
57
|
-
"@types/uuid": "^8.3.0"
|
|
58
|
+
"@types/uuid": "^8.3.0",
|
|
59
|
+
"concurrently": "7.0.0",
|
|
60
|
+
"downlevel-dts": "0.7.0",
|
|
61
|
+
"rimraf": "3.0.2",
|
|
62
|
+
"typedoc": "0.19.2",
|
|
63
|
+
"typescript": "~4.3.5"
|
|
58
64
|
},
|
|
59
65
|
"engines": {
|
|
60
66
|
"node": ">=12.0.0"
|